* {
  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;
}
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 #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
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);
}
.action-bar {
  margin-bottom: 0px;
  background-color: #3bafda;
  color: #ffffff;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  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 {
  zoom: 1;
  padding: 20px 30px 20px 30px;
}
.action-bar-inner:before,
.action-bar-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.action-bar-inner:after {
  clear: both;
}
@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;
  }
}
.action-bar-col-1-2 {
  float: left;
  width: 50%;
}
@media all and (max-width: 760px) {
  .action-bar-col-1-2 {
    width: 100%;
  }
}
.action-bar-col-2-2 {
  float: left;
  width: 50%;
}
@media all and (max-width: 760px) {
  .action-bar-col-2-2 {
    width: 100%;
  }
}
.action-bar-col-1-3 {
  float: left;
  width: 33.3%;
}
@media all and (max-width: 760px) {
  .action-bar-col-1-3 {
    width: 100%;
  }
}
.action-bar-col-2-3 {
  float: left;
  width: 33.4%;
}
@media all and (max-width: 760px) {
  .action-bar-col-2-3 {
    width: 100%;
    margin-top: 6px;
  }
}
.action-bar-col-3-3 {
  float: left;
  width: 33.3%;
}
@media all and (max-width: 760px) {
  .action-bar-col-3-3 {
    width: 100%;
    margin-top: 6px;
  }
}
.action-bar-col-1-4 {
  float: left;
  width: 25%;
}
@media all and (max-width: 760px) {
  .action-bar-col-1-4 {
    width: 50%;
  }
}
@media all and (max-width: 520px) {
  .action-bar-col-1-4 {
    width: 100%;
  }
}
.action-bar-col-2-4 {
  float: left;
  width: 25%;
}
@media all and (max-width: 760px) {
  .action-bar-col-2-4 {
    width: 50%;
  }
}
@media all and (max-width: 520px) {
  .action-bar-col-2-4 {
    width: 100%;
    margin-top: 6px;
  }
}
.action-bar-col-3-4 {
  float: left;
  width: 25%;
}
@media all and (max-width: 760px) {
  .action-bar-col-3-4 {
    width: 50%;
    margin-top: 6px;
  }
}
@media all and (max-width: 520px) {
  .action-bar-col-3-4 {
    width: 100%;
    margin-top: 6px;
  }
}
.action-bar-col-4-4 {
  float: left;
  width: 25%;
}
@media all and (max-width: 760px) {
  .action-bar-col-4-4 {
    width: 50%;
    margin-top: 6px;
  }
}
@media all and (max-width: 520px) {
  .action-bar-col-4-4 {
    width: 100%;
    margin-top: 6px;
  }
}
@-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;
  padding: 30px 30px 30px 30px;
  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;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article,
  .content {
    margin: 0px auto 0px;
    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;
  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: 10px;
}
@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: 10px;
  }
}
@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: 10px;
  }
}
.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: 10px;
}
@media all and (max-width: 760px) {
  .article .article-title-icon-container,
  .content .article-title-icon-container {
    margin-right: 10px;
  }
}
@media all and (max-width: 520px) {
  .article .article-title-icon-container,
  .content .article-title-icon-container {
    margin-right: 10px;
  }
}
.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: #185797;
  font-family: 'PT Sans Narrow';
  font-size: 40px;
  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: 40px;
    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: 40px;
    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: #185797;
  text-align: left;
  font-family: 'PT Sans';
  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-divider {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  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-style-1.article {
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px;
  padding: 30px 30px 30px 30px;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@media all and (max-width: 760px) {
  .article-style-1.article {
    margin: 0px auto 0px;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.article {
    margin: 0px auto 0px;
    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;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@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 0px;
  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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-1.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
.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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-1.article .article-title-icon-container {
    margin-right: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.article .article-title-icon-container {
    margin-right: 10px;
  }
}
.article-style-1.article .article-icon {
  color: #185797;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-1.article .article-title-inner {
  color: #185797;
  font-family: 'PT Sans Narrow';
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1.article .article-title-inner {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1.article .article-title-inner {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-1.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-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: #185797;
  text-align: left;
  font-family: 'PT Sans';
  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 .block {
  background-color: transparent;
  margin: 0px 0px 30px 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 24px 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: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .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-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: #ececfb;
  text-align: left;
  font-family: 'PT Sans';
  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: 20px;
}
@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 0px 0px 0px;
  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: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-1 .component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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: 0px 0px 15px 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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-1 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-1 .component .interaction-label-text {
  color: #454545;
  font-family: 'PT Sans';
  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 .component .interaction-label-inner {
  text-align: left;
}
.article-style-1 .component .interaction-label-inner-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-1 .component .interaction-label-inner-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-1 button,
.article-style-1 .button {
  background-color: #185797;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-1 button,
  .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,
  .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,
.article-style-1 .button .icon {
  color: #ffffff;
}
.article-style-1 button:hover,
.article-style-1 .button:hover,
.article-style-1 button:active,
.article-style-1 .button:active,
.article-style-1 button:focus,
.article-style-1 .button:focus {
  background-color: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-1 button:hover .icon,
.article-style-1 .button:hover .icon,
.article-style-1 button:active .icon,
.article-style-1 .button:active .icon,
.article-style-1 button:focus .icon,
.article-style-1 .button:focus .icon {
  color: #ffffff;
}
.article-style-1 button.warning,
.article-style-1 .button.warning {
  background-color: #e74c3c;
  color: #FFFFFF;
  border-color: #e74c3c;
}
.article-style-1 button.warning .icon,
.article-style-1 .button.warning .icon {
  color: #FFFFFF;
}
.article-style-1 button.warning:hover,
.article-style-1 .button.warning:hover,
.article-style-1 button.warning:active,
.article-style-1 .button.warning:active,
.article-style-1 button.warning:focus,
.article-style-1 .button.warning:focus {
  background-color: #c71528;
  color: #ffffff;
  border-color: #c71528;
}
.article-style-1 button.warning:hover .icon,
.article-style-1 .button.warning:hover .icon,
.article-style-1 button.warning:active .icon,
.article-style-1 .button.warning:active .icon,
.article-style-1 button.warning:focus .icon,
.article-style-1 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-1 button:disabled,
.article-style-1 .button:disabled,
.article-style-1 button .disabled,
.article-style-1 .button .disabled {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-1 button:disabled .icon,
.article-style-1 .button:disabled .icon,
.article-style-1 button .disabled .icon,
.article-style-1 .button .disabled .icon {
  color: #ccd1d9;
}
.no-touch .article-style-1 button:disabled:hover,
.no-touch .article-style-1 .button:disabled:hover,
.no-touch .article-style-1 button .disabled:hover,
.no-touch .article-style-1 .button .disabled:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-1 button:disabled:hover .icon,
.no-touch .article-style-1 .button:disabled:hover .icon,
.no-touch .article-style-1 button .disabled:hover .icon,
.no-touch .article-style-1 .button .disabled:hover .icon {
  color: #ccd1d9;
}
.article-style-1 button.chromeless,
.article-style-1 .button.chromeless {
  color: #185797;
}
.article-style-1 button.chromeless:hover,
.article-style-1 .button.chromeless:hover,
.article-style-1 button.chromeless:active,
.article-style-1 .button.chromeless:active,
.article-style-1 button.chromeless:focus,
.article-style-1 .button.chromeless:focus {
  color: #ead8c1;
}
.article-style-1 button.action,
.article-style-1 .button.action {
  background-color: #4fc1e9;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #4fc1e9;
  border-right: 1px none #4fc1e9;
  border-bottom: 1px none #4fc1e9;
  border-left: 1px none #4fc1e9;
}
.article-style-1 button.action .icon,
.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,
  .article-style-1 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 button.action .icon,
  .article-style-1 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-1 button.action:hover,
.article-style-1 .button.action:hover,
.article-style-1 button.action:active,
.article-style-1 .button.action:active,
.article-style-1 button.action:focus,
.article-style-1 .button.action:focus {
  background-color: #3bafda;
  border-color: #3bafda;
}
.article-style-1 button.action:hover .icon,
.article-style-1 .button.action:hover .icon,
.article-style-1 button.action:active .icon,
.article-style-1 .button.action:active .icon,
.article-style-1 button.action:focus .icon,
.article-style-1 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-1 button.action:disabled,
.article-style-1 .button.action:disabled,
.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,
.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,
.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,
.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 .buttons .buttons-display-inner {
  background-color: #ffffff;
  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 #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  color: #999999;
  font-family: 'PT Sans';
  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 {
  background-color: #48cfad;
}
.article-style-1 .buttons .buttons-marking-icon.icon-cross {
  background-color: #ed5565;
}
.article-style-1 .menu-item-body-inner a,
.article-style-1 .article-body-inner a,
.article-style-1 .content-body-inner a,
.article-style-1 .block-body-inner a,
.article-style-1 .content-row-body-inner a,
.article-style-1 .component-body-inner a,
.article-style-1 .component-item-body-inner a,
.article-style-1 .component-content-body-inner a {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-1 .menu-item-body-inner a:visited,
.article-style-1 .article-body-inner a:visited,
.article-style-1 .content-body-inner a:visited,
.article-style-1 .block-body-inner a:visited,
.article-style-1 .content-row-body-inner a:visited,
.article-style-1 .component-body-inner a:visited,
.article-style-1 .component-item-body-inner a:visited,
.article-style-1 .component-content-body-inner a:visited {
  color: #8158cf;
}
.no-touch .article-style-1 .menu-item-body-inner a:hover,
.no-touch .article-style-1 .article-body-inner a:hover,
.no-touch .article-style-1 .content-body-inner a:hover,
.no-touch .article-style-1 .block-body-inner a:hover,
.no-touch .article-style-1 .content-row-body-inner a:hover,
.no-touch .article-style-1 .component-body-inner a:hover,
.no-touch .article-style-1 .component-item-body-inner a:hover,
.no-touch .article-style-1 .component-content-body-inner a:hover {
  color: #8158cf;
}
.article-style-1 .links-component .links-anchor {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-1 .links-component .links-anchor:visited {
  color: #8158cf;
}
.no-touch .article-style-1 .links-component .links-anchor:hover {
  color: #8158cf;
}
.article-style-1 .label {
  background-color: #ebecee;
  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: #454545;
  font-family: 'PT Sans';
  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: #ebecee;
  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: #454545;
  text-align: center;
  font-family: 'PT Sans';
  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: #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-1 input[type=range]:disabled .rangeslider__handle,
.article-style-1 .rangeslider--disabled .rangeslider__handle {
  background: #aab2bd !important;
  border-color: #aab2bd !important;
}
.article-style-1 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: rgba(24, 87, 151, 0.5);
}
.article-style-1 .rangeslider__handle {
  border: 2px solid rgba(24, 87, 151, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-1 .rangeslider__handle:active {
  background: rgba(24, 87, 151, 0.5);
}
.article-style-1 input,
.article-style-1 textarea {
  border: 2px solid #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-1 input:focus,
.article-style-1 textarea:focus {
  box-shadow: 0 0 0 5px rgba(24, 87, 151, 0.5);
}
.article-style-1 input:disabled,
.article-style-1 textarea:disabled {
  border-color: #aab2bd;
}
.article-style-1 .accordion-component .accordion-item {
  margin-bottom: 3px;
  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-1 .accordion-component .accordion-item-title-icon {
  left: 10px;
  color: #ffffff;
}
.article-style-1 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  background-color: #185797;
  color: #ffffff;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  text-align: left;
}
.article-style-1 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.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: #185797;
  border-color: #9b9b9b;
}
.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: #ffffff;
  background-color: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.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: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.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: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.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-text {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@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;
  }
}
.article-style-1 .accordion-component .accordion-item-body {
  /*border-right: @@component-item-border-right-width @@component-item-border-right-style @@component-item-border-selected-color;
            border-bottom: @@component-item-border-bottom-width @@component-item-border-bottom-style @@component-item-border-selected-color;
            border-left: @@component-item-border-left-width @@component-item-border-left-style @@component-item-border-selected-color;*/
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #eeeeee;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
}
.article-style-1 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-1 .checklist-component .checklist-item {
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
}
.article-style-1 .checklist-component .checklist-item:focus .checklist-item-checkbox {
  border-color: #ead8c1;
}
.article-style-1 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ead8c1;
}
.article-style-1 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #ead8c1;
}
.article-style-1 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ead8c1;
}
.article-style-1 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid "component-item-background-color-article-style-1";
}
.article-style-1 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #ffffff;
}
.article-style-1 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: rgba(24, 87, 151, 0.5);
  background-color: rgba(24, 87, 151, 0.5);
}
.article-style-1 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #ffffff;
}
.article-style-1 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #aab2bd;
  background-color: #aab2bd;
}
.article-style-1 .checklist-component .checklist-item .checklist-item-text,
.article-style-1 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-1 .dragAndDrop-component .draggable-item {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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 {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-1 .dragAndDrop-component .draggable-item.is-dragging .icon {
  color: #ffffff;
}
.article-style-1 .dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
}
.article-style-1 .dragAndDrop-component .draggable-item-preview {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  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;
  padding-left: 40px;
}
.article-style-1 .dragAndDrop-component .draggable-item-preview .icon {
  color: #ffffff;
}
.article-style-1 .dragAndDrop-component .drop-zone {
  border: 2px solid #185797;
  margin-top: 0px;
  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: #ead8c1;
}
.article-style-1 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #ead8c1;
  color: #ffffff;
}
.article-style-1 .dragAndDrop-component .drop-zone:nth-child(even) {
  margin-left: 1%;
}
.article-style-1 .dragAndDrop-component .drop-zone:nth-child(odd) {
  margin-right: 1%;
}
.article-style-1 .dragAndDrop-component .drop-zone:nth-child(2n+1) {
  clear: both;
}
.article-style-1 .dragAndDrop-component .drop-zone-text {
  background-color: #185797;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-1 .dragAndDrop-component .drop-zone-dropped-items {
  padding: 15px 10px 15px 10px;
}
.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 .flipCard-component .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}
.article-style-1 .flipCard-component .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}
.article-style-1 .singleFlipCard-component .singleFlipCard-card-front .singleFlipCard-card-front-text {
  color: #ffffff;
}
.article-style-1 .singleFlipCard-component .singleFlipCard-card-back .singleFlipCard-card-back-text {
  color: #ffffff;
}
.article-style-1 .gallery-component button:hover.selected,
.article-style-1 .gallery-component button:focus.selected {
  background-color: #185797;
}
.article-style-1 .gallery-component .selected {
  background-color: #185797;
}
.article-style-1 .gallery-component .gallery-image {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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: #185797;
  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: #185797;
}
.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: #ead8c1;
}
.article-style-1 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-1 .gmcq-component .gmcq-item label {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-1 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #ffffff;
}
.article-style-1 .gmcq-component .gmcq-item label.selected {
  border-color: #9b9b9b;
}
.article-style-1 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: rgba(24, 87, 151, 0.5);
}
.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 10px;
}
.article-style-1 .gmcq-component .gmcq-item-checkbox {
  background-color: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-1 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover {
  border-color: #9b9b9b;
}
.article-style-1 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ead8c1;
}
.article-style-1 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon {
  color: #ffffff;
}
.article-style-1 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #9b9b9b;
}
.article-style-1 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  background-color: rgba(24, 87, 151, 0.5);
}
.article-style-1 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #aab2bd;
}
.article-style-1 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #aab2bd;
}
.article-style-1 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #aab2bd;
}
.article-style-1 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #aab2bd;
}
.article-style-1 .graphic-component .graphic-widget .graphic-container .graphic-text {
  color: #ffffff;
}
.article-style-1 .hotgraphic-component .hotgraphic-graphic-pin {
  padding: 15px;
  background-color: rgba(24, 87, 151, 0.65);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-1 .hotgraphic-component .hotgraphic-graphic-pin.visited {
  background-color: rgba(24, 87, 151, 0.65);
}
.article-style-1 .hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.no-touch .article-style-1 .hotgraphic-component .hotgraphic-graphic-pin:hover {
  background-color: #ead8c1;
}
.no-touch .article-style-1 .hotgraphic-component .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.article-style-1 .hotgraphic-component .hotgraphic-graphic-pin-icon {
  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: #185797;
    color: #ffffff;
  }
}
.article-style-1 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #eeeeee;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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 .interactiveVideo-component .interactiveVideo-timer {
  color: #185797;
}
.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: 10px;
}
.article-style-1 .links-component .links-item-image {
  margin-bottom: 3px;
}
.article-style-1 .links-component .links-anchor {
  font-family: 'PT Sans';
  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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-1 .links-component .links-disabled {
  color: #aab2bd;
}
.article-style-1 .links-component .links-disabled:hover {
  color: #aab2bd !important;
}
.article-style-1 .links-component .links-disabled-button {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-1 .links-component .links-disabled-button .icon {
  color: #ccd1d9;
}
.no-touch .article-style-1 .links-component .links-disabled-button:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-1 .links-component .links-disabled-button:hover .icon {
  color: #ccd1d9;
}
.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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-1 .matching-component .matching-select-container {
  background-color: #185797;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-1 .matching-component .matching-select-icon {
  color: #ffffff;
}
.article-style-1 .matching-component .matching-correct-icon {
  color: #48cfad;
}
.article-style-1 .matching-component .matching-incorrect-icon {
  color: #ed5565;
}
.article-style-1 .matching-component .matching-select {
  padding-left: 10px;
  background: #185797;
  color: #ffffff;
  height: 45px;
  font-size: 15px;
  font-family: 'PT Sans';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-1 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 45px;
  }
}
@media all and (max-width: 520px) {
  .article-style-1 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 31.25px;
  }
}
.article-style-1 .matching-component .matching-select:focus {
  background-color: #ead8c1;
  border-color: #9b9b9b;
  color: #ffffff;
}
.article-style-1 .matching-component .matching-widget.submitted .matching-select-container {
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.article-style-1 .matching-component .matching-select-icon:hover {
  color: #ffffff;
}
.article-style-1 .matching-component .matching-select-container:hover {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.article-style-1 .matching-component select[disabled]::-ms-value {
  color: #ffffff;
}
.article-style-1 .mcq-component .mcq-item label {
  background-color: #185797;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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: #ffffff;
  background-color: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.article-style-1 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.article-style-1 .mcq-component .mcq-item-inner {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  font-family: 'PT Sans';
  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: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-1 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.article-style-1 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.no-flexbox .article-style-1 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.no-flexbox .article-style-1 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .no-flexbox .article-style-1 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .no-flexbox .article-style-1 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.flexbox .article-style-1 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.flexbox .article-style-1 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .flexbox .article-style-1 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .flexbox .article-style-1 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-style-1 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.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: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.article-style-1 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.article-style-1 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #ccd1d9;
}
.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: 20px;
}
@media all and (max-width: 760px) {
  .flexbox .article-style-1 .narrative-component .js-layout-right .narrative-content-inner {
    padding-right: 10px;
  }
}
.article-style-1 .narrative-component .narrative-content-inner {
  padding: 15px 10px 15px 10px;
  background-color: #185797;
}
.article-style-1 .narrative-component .narrative-content-title-inner,
.article-style-1 .narrative-component .narrative-content-body {
  color: #ffffff;
}
.article-style-1 .narrative-component .narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-1 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-1 .narrative-component .narrative-indicators {
  background-color: #185797;
}
.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: #185797;
}
.article-style-1 .narrative-component .narrative-controls:hover {
  background-color: #ead8c1;
}
.article-style-1 .narrative-component .narrative-controls:hover .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: 43px;
}
.article-style-1 .openInput-component textarea {
  padding: 15px 10px 15px 10px;
  border: 2px solid #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-1 .openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(24, 87, 151, 0.5);
}
.article-style-1 .openInput-component .openInput-userAnswer {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  padding: 2px 2px 2px 2px;
}
.article-style-1 .openInput-component .openInput-save-modal {
  background-color: #185797;
  color: #ffffff;
}
.article-style-1 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-1 .textAndGraphic-component .text-graphic-item-body {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-1 .tabs-component .tabs-item-button {
  padding: 15px 10px 15px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
.article-style-1 .tabs-component .tabs-item-button:hover,
.article-style-1 .tabs-component .tabs-item-button:focus {
  background-color: #ead8c1;
  color: #ffffff;
}
@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-image {
  margin: 0 auto 15px;
}
.article-style-1 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #eeeeee;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-1 .tabs-component .tabs-item-content-title {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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.selected .tabs-item-button {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-1 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
}
.article-style-1 .textNarrative-component .text-narrative-content-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-1 .textNarrative-component .text-narrative-slide-container {
  background-color: #185797;
}
.article-style-1 .textNarrative-component .text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-1 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-1 .textNarrative-component .text-narrative-progress {
  border-color: #ffffff;
}
.article-style-1 .textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-1 .textNarrative-component .text-narrative-controller {
  background-color: #185797;
}
.article-style-1 .textNarrative-component .text-narrative-control-left {
  background-color: #185797;
}
.article-style-1 .textNarrative-component .text-narrative-control-left:hover,
.article-style-1 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #ead8c1;
}
.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: #185797;
}
.article-style-1 .textNarrative-component .text-narrative-control-right:hover,
.article-style-1 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #ead8c1;
}
.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: #185797;
  color: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-1 .textReveal-component .text-reveal-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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 10px;
  border-radius: 2px 2px 2px 2px;
  background-color: #185797;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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-2.article {
  background-color: #452b67;
  max-width: none;
  margin: 0px auto 0px;
  padding: 30px 30px 30px 30px;
  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 #f8931d;
  border-right: 1px none #f8931d;
  border-bottom: 1px none #f8931d;
  border-left: 1px none #f8931d;
}
@media all and (max-width: 760px) {
  .article-style-2.article {
    margin: 0px auto 0px;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.article {
    margin: 0px auto 0px;
    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;
  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 #f8931d;
  border-right: 1px none #f8931d;
  border-bottom: 1px none #f8931d;
  border-left: 1px none #f8931d;
}
@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 24px 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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-2.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
.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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-2.article .article-title-icon-container {
    margin-right: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.article .article-title-icon-container {
    margin-right: 10px;
  }
}
.article-style-2.article .article-icon {
  color: #ffffff;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-2.article .article-title-inner {
  color: #ffffff;
  font-family: 'PT Sans Narrow';
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2.article .article-title-inner {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2.article .article-title-inner {
    font-size: 40px;
    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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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 .block {
  background-color: transparent;
  margin: 0px 0px 30px 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: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    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: #ececfb;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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;
  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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-2 .component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-2 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-2 .component .component-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@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 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-2 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-2 .component .interaction-label-text {
  color: #454545;
  font-family: 'PT Sans';
  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 .component .interaction-label-inner {
  text-align: left;
}
.article-style-2 .component .interaction-label-inner-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-2 .component .interaction-label-inner-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-2 button,
.article-style-2 .button {
  background-color: #185797;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-2 button,
  .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,
  .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,
.article-style-2 .button .icon {
  color: #ffffff;
}
.article-style-2 button:hover,
.article-style-2 .button:hover,
.article-style-2 button:active,
.article-style-2 .button:active,
.article-style-2 button:focus,
.article-style-2 .button:focus {
  background-color: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-2 button:hover .icon,
.article-style-2 .button:hover .icon,
.article-style-2 button:active .icon,
.article-style-2 .button:active .icon,
.article-style-2 button:focus .icon,
.article-style-2 .button:focus .icon {
  color: #ffffff;
}
.article-style-2 button.warning,
.article-style-2 .button.warning {
  background-color: #e74c3c;
  color: #FFFFFF;
  border-color: #e74c3c;
}
.article-style-2 button.warning .icon,
.article-style-2 .button.warning .icon {
  color: #FFFFFF;
}
.article-style-2 button.warning:hover,
.article-style-2 .button.warning:hover,
.article-style-2 button.warning:active,
.article-style-2 .button.warning:active,
.article-style-2 button.warning:focus,
.article-style-2 .button.warning:focus {
  background-color: #c71528;
  color: #ffffff;
  border-color: #c71528;
}
.article-style-2 button.warning:hover .icon,
.article-style-2 .button.warning:hover .icon,
.article-style-2 button.warning:active .icon,
.article-style-2 .button.warning:active .icon,
.article-style-2 button.warning:focus .icon,
.article-style-2 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-2 button:disabled,
.article-style-2 .button:disabled,
.article-style-2 button .disabled,
.article-style-2 .button .disabled {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-2 button:disabled .icon,
.article-style-2 .button:disabled .icon,
.article-style-2 button .disabled .icon,
.article-style-2 .button .disabled .icon {
  color: #ccd1d9;
}
.no-touch .article-style-2 button:disabled:hover,
.no-touch .article-style-2 .button:disabled:hover,
.no-touch .article-style-2 button .disabled:hover,
.no-touch .article-style-2 .button .disabled:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-2 button:disabled:hover .icon,
.no-touch .article-style-2 .button:disabled:hover .icon,
.no-touch .article-style-2 button .disabled:hover .icon,
.no-touch .article-style-2 .button .disabled:hover .icon {
  color: #ccd1d9;
}
.article-style-2 button.chromeless,
.article-style-2 .button.chromeless {
  color: #185797;
}
.article-style-2 button.chromeless:hover,
.article-style-2 .button.chromeless:hover,
.article-style-2 button.chromeless:active,
.article-style-2 .button.chromeless:active,
.article-style-2 button.chromeless:focus,
.article-style-2 .button.chromeless:focus {
  color: #ead8c1;
}
.article-style-2 button.action,
.article-style-2 .button.action {
  background-color: #4fc1e9;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #4fc1e9;
  border-right: 1px none #4fc1e9;
  border-bottom: 1px none #4fc1e9;
  border-left: 1px none #4fc1e9;
}
.article-style-2 button.action .icon,
.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,
  .article-style-2 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 button.action .icon,
  .article-style-2 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-2 button.action:hover,
.article-style-2 .button.action:hover,
.article-style-2 button.action:active,
.article-style-2 .button.action:active,
.article-style-2 button.action:focus,
.article-style-2 .button.action:focus {
  background-color: #3bafda;
  border-color: #3bafda;
}
.article-style-2 button.action:hover .icon,
.article-style-2 .button.action:hover .icon,
.article-style-2 button.action:active .icon,
.article-style-2 .button.action:active .icon,
.article-style-2 button.action:focus .icon,
.article-style-2 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-2 button.action:disabled,
.article-style-2 .button.action:disabled,
.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,
.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,
.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,
.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 .buttons .buttons-display-inner {
  background-color: #ffffff;
  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 #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  color: #999999;
  font-family: 'PT Sans';
  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 {
  background-color: #48cfad;
}
.article-style-2 .buttons .buttons-marking-icon.icon-cross {
  background-color: #ed5565;
}
.article-style-2 .menu-item-body-inner a,
.article-style-2 .article-body-inner a,
.article-style-2 .content-body-inner a,
.article-style-2 .block-body-inner a,
.article-style-2 .content-row-body-inner a,
.article-style-2 .component-body-inner a,
.article-style-2 .component-item-body-inner a,
.article-style-2 .component-content-body-inner a {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-2 .menu-item-body-inner a:visited,
.article-style-2 .article-body-inner a:visited,
.article-style-2 .content-body-inner a:visited,
.article-style-2 .block-body-inner a:visited,
.article-style-2 .content-row-body-inner a:visited,
.article-style-2 .component-body-inner a:visited,
.article-style-2 .component-item-body-inner a:visited,
.article-style-2 .component-content-body-inner a:visited {
  color: #8158cf;
}
.no-touch .article-style-2 .menu-item-body-inner a:hover,
.no-touch .article-style-2 .article-body-inner a:hover,
.no-touch .article-style-2 .content-body-inner a:hover,
.no-touch .article-style-2 .block-body-inner a:hover,
.no-touch .article-style-2 .content-row-body-inner a:hover,
.no-touch .article-style-2 .component-body-inner a:hover,
.no-touch .article-style-2 .component-item-body-inner a:hover,
.no-touch .article-style-2 .component-content-body-inner a:hover {
  color: #8158cf;
}
.article-style-2 .links-component .links-anchor {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-2 .links-component .links-anchor:visited {
  color: #8158cf;
}
.no-touch .article-style-2 .links-component .links-anchor:hover {
  color: #8158cf;
}
.article-style-2 .label {
  background-color: #ebecee;
  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: #454545;
  font-family: 'PT Sans';
  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: #ebecee;
  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: #454545;
  text-align: center;
  font-family: 'PT Sans';
  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: #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-2 input[type=range]:disabled .rangeslider__handle,
.article-style-2 .rangeslider--disabled .rangeslider__handle {
  background: #aab2bd !important;
  border-color: #aab2bd !important;
}
.article-style-2 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: rgba(24, 87, 151, 0.5);
}
.article-style-2 .rangeslider__handle {
  border: 2px solid rgba(24, 87, 151, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-2 .rangeslider__handle:active {
  background: rgba(24, 87, 151, 0.5);
}
.article-style-2 input,
.article-style-2 textarea {
  border: 2px solid #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-2 input:focus,
.article-style-2 textarea:focus {
  box-shadow: 0 0 0 5px rgba(24, 87, 151, 0.5);
}
.article-style-2 input:disabled,
.article-style-2 textarea:disabled {
  border-color: #aab2bd;
}
.article-style-2 .accordion-component .accordion-item {
  margin-bottom: 3px;
  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-icon {
  left: 10px;
  color: #ffffff;
}
.article-style-2 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  background-color: #185797;
  color: #ffffff;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  text-align: left;
}
.article-style-2 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.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: #185797;
  border-color: #9b9b9b;
}
.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: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.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: #ead8c1;
  border-color: #9b9b9b;
}
.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: #ead8c1;
  border-color: #9b9b9b;
}
.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-text {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@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;
  }
}
.article-style-2 .accordion-component .accordion-item-body {
  /*border-right: @@component-item-border-right-width @@component-item-border-right-style @@component-item-border-selected-color;
            border-bottom: @@component-item-border-bottom-width @@component-item-border-bottom-style @@component-item-border-selected-color;
            border-left: @@component-item-border-left-width @@component-item-border-left-style @@component-item-border-selected-color;*/
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #eeeeee;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
}
.article-style-2 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.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: #ead8c1;
}
.article-style-2 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ead8c1;
}
.article-style-2 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #ead8c1;
}
.article-style-2 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ead8c1;
}
.article-style-2 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid "component-item-background-color-article-style-2";
}
.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: rgba(24, 87, 151, 0.5);
  background-color: rgba(24, 87, 151, 0.5);
}
.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: #aab2bd;
  background-color: #aab2bd;
}
.article-style-2 .checklist-component .checklist-item .checklist-item-text,
.article-style-2 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-2 .dragAndDrop-component .draggable-item {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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 {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-2 .dragAndDrop-component .draggable-item.is-dragging .icon {
  color: #ffffff;
}
.article-style-2 .dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
}
.article-style-2 .dragAndDrop-component .draggable-item-preview {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  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;
  padding-left: 40px;
}
.article-style-2 .dragAndDrop-component .draggable-item-preview .icon {
  color: #ffffff;
}
.article-style-2 .dragAndDrop-component .drop-zone {
  border: 2px solid #185797;
  margin-top: 0px;
  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: #ead8c1;
}
.article-style-2 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #ead8c1;
  color: #ffffff;
}
.article-style-2 .dragAndDrop-component .drop-zone:nth-child(even) {
  margin-left: 1%;
}
.article-style-2 .dragAndDrop-component .drop-zone:nth-child(odd) {
  margin-right: 1%;
}
.article-style-2 .dragAndDrop-component .drop-zone:nth-child(2n+1) {
  clear: both;
}
.article-style-2 .dragAndDrop-component .drop-zone-text {
  background-color: #185797;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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 .flipCard-component .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}
.article-style-2 .flipCard-component .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}
.article-style-2 .singleFlipCard-component .singleFlipCard-card-front .singleFlipCard-card-front-text {
  color: #ffffff;
}
.article-style-2 .singleFlipCard-component .singleFlipCard-card-back .singleFlipCard-card-back-text {
  color: #ffffff;
}
.article-style-2 .gallery-component button:hover.selected,
.article-style-2 .gallery-component button:focus.selected {
  background-color: #185797;
}
.article-style-2 .gallery-component .selected {
  background-color: #185797;
}
.article-style-2 .gallery-component .gallery-image {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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: #185797;
  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: #185797;
}
.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: #ead8c1;
}
.article-style-2 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-2 .gmcq-component .gmcq-item label {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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.selected {
  border-color: #9b9b9b;
}
.article-style-2 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: rgba(24, 87, 151, 0.5);
}
.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: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-2 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover {
  border-color: #9b9b9b;
}
.article-style-2 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ead8c1;
}
.article-style-2 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon {
  color: #ffffff;
}
.article-style-2 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #9b9b9b;
}
.article-style-2 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  background-color: rgba(24, 87, 151, 0.5);
}
.article-style-2 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #aab2bd;
}
.article-style-2 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #aab2bd;
}
.article-style-2 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #aab2bd;
}
.article-style-2 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #aab2bd;
}
.article-style-2 .graphic-component .graphic-widget .graphic-container .graphic-text {
  color: #ffffff;
}
.article-style-2 .hotgraphic-component .hotgraphic-graphic-pin {
  padding: 15px;
  background-color: rgba(24, 87, 151, 0.65);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-2 .hotgraphic-component .hotgraphic-graphic-pin.visited {
  background-color: rgba(24, 87, 151, 0.65);
}
.article-style-2 .hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.no-touch .article-style-2 .hotgraphic-component .hotgraphic-graphic-pin:hover {
  background-color: #ead8c1;
}
.no-touch .article-style-2 .hotgraphic-component .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.article-style-2 .hotgraphic-component .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.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: #185797;
    color: #ffffff;
  }
}
.article-style-2 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #eeeeee;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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 .interactiveVideo-component .interactiveVideo-timer {
  color: #185797;
}
.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: 'PT Sans';
  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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-2 .links-component .links-disabled {
  color: #aab2bd;
}
.article-style-2 .links-component .links-disabled:hover {
  color: #aab2bd !important;
}
.article-style-2 .links-component .links-disabled-button {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-2 .links-component .links-disabled-button .icon {
  color: #ccd1d9;
}
.no-touch .article-style-2 .links-component .links-disabled-button:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-2 .links-component .links-disabled-button:hover .icon {
  color: #ccd1d9;
}
.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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-2 .matching-component .matching-select-container {
  background-color: #185797;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-2 .matching-component .matching-select-icon {
  color: #ffffff;
}
.article-style-2 .matching-component .matching-correct-icon {
  color: #48cfad;
}
.article-style-2 .matching-component .matching-incorrect-icon {
  color: #ed5565;
}
.article-style-2 .matching-component .matching-select {
  padding-left: 10px;
  background: #185797;
  color: #ffffff;
  height: 45px;
  font-size: 15px;
  font-family: 'PT Sans';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-2 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 45px;
  }
}
@media all and (max-width: 520px) {
  .article-style-2 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 31.25px;
  }
}
.article-style-2 .matching-component .matching-select:focus {
  background-color: #ead8c1;
  border-color: #9b9b9b;
  color: #ffffff;
}
.article-style-2 .matching-component .matching-widget.submitted .matching-select-container {
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.article-style-2 .matching-component .matching-select-icon:hover {
  color: #ffffff;
}
.article-style-2 .matching-component .matching-select-container:hover {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.article-style-2 .matching-component select[disabled]::-ms-value {
  color: #ffffff;
}
.article-style-2 .mcq-component .mcq-item label {
  background-color: #185797;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.article-style-2 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.article-style-2 .mcq-component .mcq-item-inner {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  font-family: 'PT Sans';
  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: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-2 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.article-style-2 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.no-flexbox .article-style-2 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.no-flexbox .article-style-2 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .no-flexbox .article-style-2 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .no-flexbox .article-style-2 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.flexbox .article-style-2 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.flexbox .article-style-2 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .flexbox .article-style-2 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .flexbox .article-style-2 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-style-2 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.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: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.article-style-2 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.article-style-2 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #ccd1d9;
}
.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: #185797;
}
.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: 'PT Sans';
  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;
  }
}
.article-style-2 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-2 .narrative-component .narrative-indicators {
  background-color: #185797;
}
.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: #185797;
}
.article-style-2 .narrative-component .narrative-controls:hover {
  background-color: #ead8c1;
}
.article-style-2 .narrative-component .narrative-controls:hover .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 {
  padding: 15px 10px 15px 10px;
  border: 2px solid #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-2 .openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(24, 87, 151, 0.5);
}
.article-style-2 .openInput-component .openInput-userAnswer {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  padding: 2px 2px 2px 2px;
}
.article-style-2 .openInput-component .openInput-save-modal {
  background-color: #185797;
  color: #ffffff;
}
.article-style-2 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-2 .textAndGraphic-component .text-graphic-item-body {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
.article-style-2 .tabs-component .tabs-item-button:hover,
.article-style-2 .tabs-component .tabs-item-button:focus {
  background-color: #ead8c1;
  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-image {
  margin: 0 auto 15px;
}
.article-style-2 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #eeeeee;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-2 .tabs-component .tabs-item-content-title {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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.selected .tabs-item-button {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-2 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
}
.article-style-2 .textNarrative-component .text-narrative-content-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-2 .textNarrative-component .text-narrative-slide-container {
  background-color: #185797;
}
.article-style-2 .textNarrative-component .text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-2 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-2 .textNarrative-component .text-narrative-progress {
  border-color: #ffffff;
}
.article-style-2 .textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-2 .textNarrative-component .text-narrative-controller {
  background-color: #185797;
}
.article-style-2 .textNarrative-component .text-narrative-control-left {
  background-color: #185797;
}
.article-style-2 .textNarrative-component .text-narrative-control-left:hover,
.article-style-2 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #ead8c1;
}
.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: #185797;
}
.article-style-2 .textNarrative-component .text-narrative-control-right:hover,
.article-style-2 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #ead8c1;
}
.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: #185797;
  color: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-2 .textReveal-component .text-reveal-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #185797;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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-3.article {
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@media all and (max-width: 760px) {
  .article-style-3.article {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
.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;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@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: 30px 30px 30px 30px;
  margin: 0px 0px 24px 0px;
  max-width: none;
  background-color: #ffffff;
  text-align: left;
  display: block;
}
@media all and (max-width: 760px) {
  .article-style-3.article .article-title {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article .article-title {
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-3.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
  margin-bottom: 10px;
}
@media all and (max-width: 760px) {
  .article-style-3.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
.article-style-3.article.article-icon-left {
  padding-left: 68px;
}
@media all and (max-width: 760px) {
  .article-style-3.article.article-icon-left {
    padding-left: 68px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article.article-icon-left {
    padding-left: 68px;
  }
}
.article-style-3.article.article-icon-right {
  padding-right: 68px;
}
@media all and (max-width: 760px) {
  .article-style-3.article.article-icon-right {
    padding-right: 68px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article.article-icon-right {
    padding-right: 68px;
  }
}
.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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-3.article .article-title-icon-container {
    margin-right: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article .article-title-icon-container {
    margin-right: 10px;
  }
}
.article-style-3.article .article-icon {
  color: #005091;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-3.article .article-title-inner {
  color: #005091;
  font-family: 'PT Sans Narrow';
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3.article .article-title-inner {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article .article-title-inner {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
  }
}
.article-style-3.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-3.article .article-body {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3.article .article-body {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 10px 0px;
  }
}
.article-style-3.article .article-body-inner {
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 20px;
  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 .block {
  background-color: transparent;
  margin: 0px 0px 30px 0px;
  padding: 0px 30px 0px 30px;
  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: 0px 0px 20px 0px;
    padding: 0px 20px 0px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .block {
    margin: 0px 0px 20px 0px;
    padding: 0px 20px 0px 20px;
  }
}
.article-style-3 .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-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: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .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-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: #ececfb;
  text-align: left;
  font-family: 'PT Sans';
  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: 20px;
}
@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 0px 0px 0px;
  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: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.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: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-3 .component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 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: 'PT Sans';
  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: 0px 0px 15px 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: 'PT Sans';
  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 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-3 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-3 .component .interaction-label-text {
  color: #454545;
  font-family: 'PT Sans';
  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 .component .interaction-label-inner {
  text-align: left;
}
.article-style-3 .component .interaction-label-inner-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-3 .component .interaction-label-inner-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-3 button,
.article-style-3 .button {
  background-color: #185797;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-3 button,
  .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,
  .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,
.article-style-3 .button .icon {
  color: #ffffff;
}
.article-style-3 button:hover,
.article-style-3 .button:hover,
.article-style-3 button:active,
.article-style-3 .button:active,
.article-style-3 button:focus,
.article-style-3 .button:focus {
  background-color: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-3 button:hover .icon,
.article-style-3 .button:hover .icon,
.article-style-3 button:active .icon,
.article-style-3 .button:active .icon,
.article-style-3 button:focus .icon,
.article-style-3 .button:focus .icon {
  color: #ffffff;
}
.article-style-3 button.warning,
.article-style-3 .button.warning {
  background-color: #e74c3c;
  color: #FFFFFF;
  border-color: #e74c3c;
}
.article-style-3 button.warning .icon,
.article-style-3 .button.warning .icon {
  color: #FFFFFF;
}
.article-style-3 button.warning:hover,
.article-style-3 .button.warning:hover,
.article-style-3 button.warning:active,
.article-style-3 .button.warning:active,
.article-style-3 button.warning:focus,
.article-style-3 .button.warning:focus {
  background-color: #c71528;
  color: #ffffff;
  border-color: #c71528;
}
.article-style-3 button.warning:hover .icon,
.article-style-3 .button.warning:hover .icon,
.article-style-3 button.warning:active .icon,
.article-style-3 .button.warning:active .icon,
.article-style-3 button.warning:focus .icon,
.article-style-3 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-3 button:disabled,
.article-style-3 .button:disabled,
.article-style-3 button .disabled,
.article-style-3 .button .disabled {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-3 button:disabled .icon,
.article-style-3 .button:disabled .icon,
.article-style-3 button .disabled .icon,
.article-style-3 .button .disabled .icon {
  color: #ccd1d9;
}
.no-touch .article-style-3 button:disabled:hover,
.no-touch .article-style-3 .button:disabled:hover,
.no-touch .article-style-3 button .disabled:hover,
.no-touch .article-style-3 .button .disabled:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-3 button:disabled:hover .icon,
.no-touch .article-style-3 .button:disabled:hover .icon,
.no-touch .article-style-3 button .disabled:hover .icon,
.no-touch .article-style-3 .button .disabled:hover .icon {
  color: #ccd1d9;
}
.article-style-3 button.chromeless,
.article-style-3 .button.chromeless {
  color: #185797;
}
.article-style-3 button.chromeless:hover,
.article-style-3 .button.chromeless:hover,
.article-style-3 button.chromeless:active,
.article-style-3 .button.chromeless:active,
.article-style-3 button.chromeless:focus,
.article-style-3 .button.chromeless:focus {
  color: #ead8c1;
}
.article-style-3 button.action,
.article-style-3 .button.action {
  background-color: #4fc1e9;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #4fc1e9;
  border-right: 1px none #4fc1e9;
  border-bottom: 1px none #4fc1e9;
  border-left: 1px none #4fc1e9;
}
.article-style-3 button.action .icon,
.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,
  .article-style-3 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 button.action .icon,
  .article-style-3 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-3 button.action:hover,
.article-style-3 .button.action:hover,
.article-style-3 button.action:active,
.article-style-3 .button.action:active,
.article-style-3 button.action:focus,
.article-style-3 .button.action:focus {
  background-color: #3bafda;
  border-color: #3bafda;
}
.article-style-3 button.action:hover .icon,
.article-style-3 .button.action:hover .icon,
.article-style-3 button.action:active .icon,
.article-style-3 .button.action:active .icon,
.article-style-3 button.action:focus .icon,
.article-style-3 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-3 button.action:disabled,
.article-style-3 .button.action:disabled,
.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,
.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,
.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,
.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 .buttons .buttons-display-inner {
  background-color: #ffffff;
  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 #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  color: #999999;
  font-family: 'PT Sans';
  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 {
  background-color: #48cfad;
}
.article-style-3 .buttons .buttons-marking-icon.icon-cross {
  background-color: #ed5565;
}
.article-style-3 .menu-item-body-inner a,
.article-style-3 .article-body-inner a,
.article-style-3 .content-body-inner a,
.article-style-3 .block-body-inner a,
.article-style-3 .content-row-body-inner a,
.article-style-3 .component-body-inner a,
.article-style-3 .component-item-body-inner a,
.article-style-3 .component-content-body-inner a {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-3 .menu-item-body-inner a:visited,
.article-style-3 .article-body-inner a:visited,
.article-style-3 .content-body-inner a:visited,
.article-style-3 .block-body-inner a:visited,
.article-style-3 .content-row-body-inner a:visited,
.article-style-3 .component-body-inner a:visited,
.article-style-3 .component-item-body-inner a:visited,
.article-style-3 .component-content-body-inner a:visited {
  color: #8158cf;
}
.no-touch .article-style-3 .menu-item-body-inner a:hover,
.no-touch .article-style-3 .article-body-inner a:hover,
.no-touch .article-style-3 .content-body-inner a:hover,
.no-touch .article-style-3 .block-body-inner a:hover,
.no-touch .article-style-3 .content-row-body-inner a:hover,
.no-touch .article-style-3 .component-body-inner a:hover,
.no-touch .article-style-3 .component-item-body-inner a:hover,
.no-touch .article-style-3 .component-content-body-inner a:hover {
  color: #8158cf;
}
.article-style-3 .links-component .links-anchor {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-3 .links-component .links-anchor:visited {
  color: #8158cf;
}
.no-touch .article-style-3 .links-component .links-anchor:hover {
  color: #8158cf;
}
.article-style-3 .label {
  background-color: #ebecee;
  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: #454545;
  font-family: 'PT Sans';
  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: #ebecee;
  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: #454545;
  text-align: center;
  font-family: 'PT Sans';
  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: #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-3 input[type=range]:disabled .rangeslider__handle,
.article-style-3 .rangeslider--disabled .rangeslider__handle {
  background: #aab2bd !important;
  border-color: #aab2bd !important;
}
.article-style-3 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: rgba(24, 87, 151, 0.5);
}
.article-style-3 .rangeslider__handle {
  border: 2px solid rgba(24, 87, 151, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-3 .rangeslider__handle:active {
  background: rgba(24, 87, 151, 0.5);
}
.article-style-3 input,
.article-style-3 textarea {
  border: 2px solid #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-3 input:focus,
.article-style-3 textarea:focus {
  box-shadow: 0 0 0 5px rgba(24, 87, 151, 0.5);
}
.article-style-3 input:disabled,
.article-style-3 textarea:disabled {
  border-color: #aab2bd;
}
.article-style-3 .accordion-component .accordion-item {
  margin-bottom: 3px;
  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-icon {
  left: 10px;
  color: #ffffff;
}
.article-style-3 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  background-color: #185797;
  color: #ffffff;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  text-align: left;
}
.article-style-3 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.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: #185797;
  border-color: #9b9b9b;
}
.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(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.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: #ead8c1;
  border-color: #9b9b9b;
}
.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: #ead8c1;
  border-color: #9b9b9b;
}
.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-text {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@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;
  }
}
.article-style-3 .accordion-component .accordion-item-body {
  /*border-right: @@component-item-border-right-width @@component-item-border-right-style @@component-item-border-selected-color;
            border-bottom: @@component-item-border-bottom-width @@component-item-border-bottom-style @@component-item-border-selected-color;
            border-left: @@component-item-border-left-width @@component-item-border-left-style @@component-item-border-selected-color;*/
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #eeeeee;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
}
.article-style-3 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.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: #ead8c1;
}
.article-style-3 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ead8c1;
}
.article-style-3 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #ead8c1;
}
.article-style-3 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ead8c1;
}
.article-style-3 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid "component-item-background-color-article-style-3";
}
.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(24, 87, 151, 0.5);
  background-color: rgba(24, 87, 151, 0.5);
}
.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: #aab2bd;
  background-color: #aab2bd;
}
.article-style-3 .checklist-component .checklist-item .checklist-item-text,
.article-style-3 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-3 .dragAndDrop-component .draggable-item {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  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 {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-3 .dragAndDrop-component .draggable-item.is-dragging .icon {
  color: #ffffff;
}
.article-style-3 .dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
}
.article-style-3 .dragAndDrop-component .draggable-item-preview {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  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;
  padding-left: 40px;
}
.article-style-3 .dragAndDrop-component .draggable-item-preview .icon {
  color: #ffffff;
}
.article-style-3 .dragAndDrop-component .drop-zone {
  border: 2px solid #185797;
  margin-top: 0px;
  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: #ead8c1;
}
.article-style-3 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #ead8c1;
  color: #ffffff;
}
.article-style-3 .dragAndDrop-component .drop-zone:nth-child(even) {
  margin-left: 1%;
}
.article-style-3 .dragAndDrop-component .drop-zone:nth-child(odd) {
  margin-right: 1%;
}
.article-style-3 .dragAndDrop-component .drop-zone:nth-child(2n+1) {
  clear: both;
}
.article-style-3 .dragAndDrop-component .drop-zone-text {
  background-color: #185797;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  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;
  }
}
.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 .flipCard-component .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}
.article-style-3 .flipCard-component .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}
.article-style-3 .singleFlipCard-component .singleFlipCard-card-front .singleFlipCard-card-front-text {
  color: #ffffff;
}
.article-style-3 .singleFlipCard-component .singleFlipCard-card-back .singleFlipCard-card-back-text {
  color: #ffffff;
}
.article-style-3 .gallery-component button:hover.selected,
.article-style-3 .gallery-component button:focus.selected {
  background-color: #185797;
}
.article-style-3 .gallery-component .selected {
  background-color: #185797;
}
.article-style-3 .gallery-component .gallery-image {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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: #185797;
  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: #185797;
}
.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: #ead8c1;
}
.article-style-3 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-3 .gmcq-component .gmcq-item label {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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.selected {
  border-color: #9b9b9b;
}
.article-style-3 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: rgba(24, 87, 151, 0.5);
}
.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: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  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;
  }
}
.article-style-3 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover {
  border-color: #9b9b9b;
}
.article-style-3 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ead8c1;
}
.article-style-3 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon {
  color: #ffffff;
}
.article-style-3 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #9b9b9b;
}
.article-style-3 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  background-color: rgba(24, 87, 151, 0.5);
}
.article-style-3 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #aab2bd;
}
.article-style-3 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #aab2bd;
}
.article-style-3 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #aab2bd;
}
.article-style-3 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #aab2bd;
}
.article-style-3 .graphic-component .graphic-widget .graphic-container .graphic-text {
  color: #ffffff;
}
.article-style-3 .hotgraphic-component .hotgraphic-graphic-pin {
  padding: 15px;
  background-color: rgba(24, 87, 151, 0.65);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-3 .hotgraphic-component .hotgraphic-graphic-pin.visited {
  background-color: rgba(24, 87, 151, 0.65);
}
.article-style-3 .hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.no-touch .article-style-3 .hotgraphic-component .hotgraphic-graphic-pin:hover {
  background-color: #ead8c1;
}
.no-touch .article-style-3 .hotgraphic-component .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.article-style-3 .hotgraphic-component .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.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: #185797;
    color: #ffffff;
  }
}
.article-style-3 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #eeeeee;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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 .interactiveVideo-component .interactiveVideo-timer {
  color: #185797;
}
.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: 'PT Sans';
  font-size: 15px;
  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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-3 .links-component .links-disabled {
  color: #aab2bd;
}
.article-style-3 .links-component .links-disabled:hover {
  color: #aab2bd !important;
}
.article-style-3 .links-component .links-disabled-button {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-3 .links-component .links-disabled-button .icon {
  color: #ccd1d9;
}
.no-touch .article-style-3 .links-component .links-disabled-button:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-3 .links-component .links-disabled-button:hover .icon {
  color: #ccd1d9;
}
.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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-3 .matching-component .matching-select-container {
  background-color: #185797;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-3 .matching-component .matching-select-icon {
  color: #ffffff;
}
.article-style-3 .matching-component .matching-correct-icon {
  color: #48cfad;
}
.article-style-3 .matching-component .matching-incorrect-icon {
  color: #ed5565;
}
.article-style-3 .matching-component .matching-select {
  padding-left: 10px;
  background: #185797;
  color: #ffffff;
  height: 45px;
  font-size: 15px;
  font-family: 'PT Sans';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-3 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 45px;
  }
}
@media all and (max-width: 520px) {
  .article-style-3 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 31.25px;
  }
}
.article-style-3 .matching-component .matching-select:focus {
  background-color: #ead8c1;
  border-color: #9b9b9b;
  color: #ffffff;
}
.article-style-3 .matching-component .matching-widget.submitted .matching-select-container {
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.article-style-3 .matching-component .matching-select-icon:hover {
  color: #ffffff;
}
.article-style-3 .matching-component .matching-select-container:hover {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.article-style-3 .matching-component select[disabled]::-ms-value {
  color: #ffffff;
}
.article-style-3 .mcq-component .mcq-item label {
  background-color: #185797;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.article-style-3 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.article-style-3 .mcq-component .mcq-item-inner {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  font-family: 'PT Sans';
  font-size: 15px;
  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: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-3 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.article-style-3 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.no-flexbox .article-style-3 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.no-flexbox .article-style-3 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .no-flexbox .article-style-3 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .no-flexbox .article-style-3 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.flexbox .article-style-3 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.flexbox .article-style-3 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .flexbox .article-style-3 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .flexbox .article-style-3 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-style-3 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.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: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.article-style-3 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.article-style-3 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #ccd1d9;
}
.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: #185797;
}
.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: 'PT Sans';
  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;
  }
}
.article-style-3 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-3 .narrative-component .narrative-indicators {
  background-color: #185797;
}
.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: #185797;
}
.article-style-3 .narrative-component .narrative-controls:hover {
  background-color: #ead8c1;
}
.article-style-3 .narrative-component .narrative-controls:hover .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 {
  padding: 15px 10px 15px 10px;
  border: 2px solid #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-3 .openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(24, 87, 151, 0.5);
}
.article-style-3 .openInput-component .openInput-userAnswer {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  padding: 2px 2px 2px 2px;
}
.article-style-3 .openInput-component .openInput-save-modal {
  background-color: #185797;
  color: #ffffff;
}
.article-style-3 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-3 .textAndGraphic-component .text-graphic-item-body {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
.article-style-3 .tabs-component .tabs-item-button:hover,
.article-style-3 .tabs-component .tabs-item-button:focus {
  background-color: #ead8c1;
  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-image {
  margin: 0 auto 15px;
}
.article-style-3 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #eeeeee;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-3 .tabs-component .tabs-item-content-title {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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.selected .tabs-item-button {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-3 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
}
.article-style-3 .textNarrative-component .text-narrative-content-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-3 .textNarrative-component .text-narrative-slide-container {
  background-color: #185797;
}
.article-style-3 .textNarrative-component .text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-3 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-3 .textNarrative-component .text-narrative-progress {
  border-color: #ffffff;
}
.article-style-3 .textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-3 .textNarrative-component .text-narrative-controller {
  background-color: #185797;
}
.article-style-3 .textNarrative-component .text-narrative-control-left {
  background-color: #185797;
}
.article-style-3 .textNarrative-component .text-narrative-control-left:hover,
.article-style-3 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #ead8c1;
}
.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: #185797;
}
.article-style-3 .textNarrative-component .text-narrative-control-right:hover,
.article-style-3 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #ead8c1;
}
.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: #185797;
  color: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-3 .textReveal-component .text-reveal-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #185797;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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-4.article {
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@media all and (max-width: 760px) {
  .article-style-4.article {
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.article {
    margin: 0px auto 0px;
    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;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@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: #ffffff;
  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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-4.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
.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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-4.article .article-title-icon-container {
    margin-right: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.article .article-title-icon-container {
    margin-right: 10px;
  }
}
.article-style-4.article .article-icon {
  color: #005091;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-4.article .article-title-inner {
  color: #005091;
  font-family: 'PT Sans Narrow';
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4.article .article-title-inner {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4.article .article-title-inner {
    font-size: 40px;
    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: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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 .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: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    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: #ececfb;
  text-align: left;
  font-family: 'PT Sans';
  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;
  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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-4 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-4 .component .interaction-label-text {
  color: #454545;
  font-family: 'PT Sans';
  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 .component .interaction-label-inner {
  text-align: left;
}
.article-style-4 .component .interaction-label-inner-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-4 .component .interaction-label-inner-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-4 button,
.article-style-4 .button {
  background-color: #185797;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-4 button,
  .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,
  .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,
.article-style-4 .button .icon {
  color: #ffffff;
}
.article-style-4 button:hover,
.article-style-4 .button:hover,
.article-style-4 button:active,
.article-style-4 .button:active,
.article-style-4 button:focus,
.article-style-4 .button:focus {
  background-color: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-4 button:hover .icon,
.article-style-4 .button:hover .icon,
.article-style-4 button:active .icon,
.article-style-4 .button:active .icon,
.article-style-4 button:focus .icon,
.article-style-4 .button:focus .icon {
  color: #ffffff;
}
.article-style-4 button.warning,
.article-style-4 .button.warning {
  background-color: #e74c3c;
  color: #FFFFFF;
  border-color: #e74c3c;
}
.article-style-4 button.warning .icon,
.article-style-4 .button.warning .icon {
  color: #FFFFFF;
}
.article-style-4 button.warning:hover,
.article-style-4 .button.warning:hover,
.article-style-4 button.warning:active,
.article-style-4 .button.warning:active,
.article-style-4 button.warning:focus,
.article-style-4 .button.warning:focus {
  background-color: #c71528;
  color: #ffffff;
  border-color: #c71528;
}
.article-style-4 button.warning:hover .icon,
.article-style-4 .button.warning:hover .icon,
.article-style-4 button.warning:active .icon,
.article-style-4 .button.warning:active .icon,
.article-style-4 button.warning:focus .icon,
.article-style-4 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-4 button:disabled,
.article-style-4 .button:disabled,
.article-style-4 button .disabled,
.article-style-4 .button .disabled {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-4 button:disabled .icon,
.article-style-4 .button:disabled .icon,
.article-style-4 button .disabled .icon,
.article-style-4 .button .disabled .icon {
  color: #ccd1d9;
}
.no-touch .article-style-4 button:disabled:hover,
.no-touch .article-style-4 .button:disabled:hover,
.no-touch .article-style-4 button .disabled:hover,
.no-touch .article-style-4 .button .disabled:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-4 button:disabled:hover .icon,
.no-touch .article-style-4 .button:disabled:hover .icon,
.no-touch .article-style-4 button .disabled:hover .icon,
.no-touch .article-style-4 .button .disabled:hover .icon {
  color: #ccd1d9;
}
.article-style-4 button.chromeless,
.article-style-4 .button.chromeless {
  color: #185797;
}
.article-style-4 button.chromeless:hover,
.article-style-4 .button.chromeless:hover,
.article-style-4 button.chromeless:active,
.article-style-4 .button.chromeless:active,
.article-style-4 button.chromeless:focus,
.article-style-4 .button.chromeless:focus {
  color: #ead8c1;
}
.article-style-4 button.action,
.article-style-4 .button.action {
  background-color: #4fc1e9;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #4fc1e9;
  border-right: 1px none #4fc1e9;
  border-bottom: 1px none #4fc1e9;
  border-left: 1px none #4fc1e9;
}
.article-style-4 button.action .icon,
.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,
  .article-style-4 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 button.action .icon,
  .article-style-4 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-4 button.action:hover,
.article-style-4 .button.action:hover,
.article-style-4 button.action:active,
.article-style-4 .button.action:active,
.article-style-4 button.action:focus,
.article-style-4 .button.action:focus {
  background-color: #3bafda;
  border-color: #3bafda;
}
.article-style-4 button.action:hover .icon,
.article-style-4 .button.action:hover .icon,
.article-style-4 button.action:active .icon,
.article-style-4 .button.action:active .icon,
.article-style-4 button.action:focus .icon,
.article-style-4 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-4 button.action:disabled,
.article-style-4 .button.action:disabled,
.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,
.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,
.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,
.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 .buttons .buttons-display-inner {
  background-color: #ffffff;
  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 #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  color: #999999;
  font-family: 'PT Sans';
  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 {
  background-color: #48cfad;
}
.article-style-4 .buttons .buttons-marking-icon.icon-cross {
  background-color: #ed5565;
}
.article-style-4 .menu-item-body-inner a,
.article-style-4 .article-body-inner a,
.article-style-4 .content-body-inner a,
.article-style-4 .block-body-inner a,
.article-style-4 .content-row-body-inner a,
.article-style-4 .component-body-inner a,
.article-style-4 .component-item-body-inner a,
.article-style-4 .component-content-body-inner a {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-4 .menu-item-body-inner a:visited,
.article-style-4 .article-body-inner a:visited,
.article-style-4 .content-body-inner a:visited,
.article-style-4 .block-body-inner a:visited,
.article-style-4 .content-row-body-inner a:visited,
.article-style-4 .component-body-inner a:visited,
.article-style-4 .component-item-body-inner a:visited,
.article-style-4 .component-content-body-inner a:visited {
  color: #8158cf;
}
.no-touch .article-style-4 .menu-item-body-inner a:hover,
.no-touch .article-style-4 .article-body-inner a:hover,
.no-touch .article-style-4 .content-body-inner a:hover,
.no-touch .article-style-4 .block-body-inner a:hover,
.no-touch .article-style-4 .content-row-body-inner a:hover,
.no-touch .article-style-4 .component-body-inner a:hover,
.no-touch .article-style-4 .component-item-body-inner a:hover,
.no-touch .article-style-4 .component-content-body-inner a:hover {
  color: #8158cf;
}
.article-style-4 .links-component .links-anchor {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-4 .links-component .links-anchor:visited {
  color: #8158cf;
}
.no-touch .article-style-4 .links-component .links-anchor:hover {
  color: #8158cf;
}
.article-style-4 .label {
  background-color: #ebecee;
  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: #454545;
  font-family: 'PT Sans';
  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: #ebecee;
  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: #454545;
  text-align: center;
  font-family: 'PT Sans';
  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: #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-4 input[type=range]:disabled .rangeslider__handle,
.article-style-4 .rangeslider--disabled .rangeslider__handle {
  background: #aab2bd !important;
  border-color: #aab2bd !important;
}
.article-style-4 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: rgba(24, 87, 151, 0.5);
}
.article-style-4 .rangeslider__handle {
  border: 2px solid rgba(24, 87, 151, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-4 .rangeslider__handle:active {
  background: rgba(24, 87, 151, 0.5);
}
.article-style-4 input,
.article-style-4 textarea {
  border: 2px solid #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-4 input:focus,
.article-style-4 textarea:focus {
  box-shadow: 0 0 0 5px rgba(24, 87, 151, 0.5);
}
.article-style-4 input:disabled,
.article-style-4 textarea:disabled {
  border-color: #aab2bd;
}
.article-style-4 .accordion-component .accordion-item {
  margin-bottom: 3px;
  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-icon {
  left: 10px;
  color: #ffffff;
}
.article-style-4 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  background-color: #185797;
  color: #ffffff;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  text-align: left;
}
.article-style-4 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.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: #185797;
  border-color: #9b9b9b;
}
.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: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.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: #ead8c1;
  border-color: #9b9b9b;
}
.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: #ead8c1;
  border-color: #9b9b9b;
}
.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-text {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@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;
  }
}
.article-style-4 .accordion-component .accordion-item-body {
  /*border-right: @@component-item-border-right-width @@component-item-border-right-style @@component-item-border-selected-color;
            border-bottom: @@component-item-border-bottom-width @@component-item-border-bottom-style @@component-item-border-selected-color;
            border-left: @@component-item-border-left-width @@component-item-border-left-style @@component-item-border-selected-color;*/
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #eeeeee;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
}
.article-style-4 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.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: #ead8c1;
}
.article-style-4 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ead8c1;
}
.article-style-4 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #ead8c1;
}
.article-style-4 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ead8c1;
}
.article-style-4 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid "component-item-background-color-article-style-4";
}
.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: rgba(24, 87, 151, 0.5);
  background-color: rgba(24, 87, 151, 0.5);
}
.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: #aab2bd;
  background-color: #aab2bd;
}
.article-style-4 .checklist-component .checklist-item .checklist-item-text,
.article-style-4 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-4 .dragAndDrop-component .draggable-item {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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 {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-4 .dragAndDrop-component .draggable-item.is-dragging .icon {
  color: #ffffff;
}
.article-style-4 .dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
}
.article-style-4 .dragAndDrop-component .draggable-item-preview {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  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;
  padding-left: 40px;
}
.article-style-4 .dragAndDrop-component .draggable-item-preview .icon {
  color: #ffffff;
}
.article-style-4 .dragAndDrop-component .drop-zone {
  border: 2px solid #185797;
  margin-top: 0px;
  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: #ead8c1;
}
.article-style-4 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #ead8c1;
  color: #ffffff;
}
.article-style-4 .dragAndDrop-component .drop-zone:nth-child(even) {
  margin-left: 1%;
}
.article-style-4 .dragAndDrop-component .drop-zone:nth-child(odd) {
  margin-right: 1%;
}
.article-style-4 .dragAndDrop-component .drop-zone:nth-child(2n+1) {
  clear: both;
}
.article-style-4 .dragAndDrop-component .drop-zone-text {
  background-color: #185797;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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 .flipCard-component .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}
.article-style-4 .flipCard-component .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}
.article-style-4 .singleFlipCard-component .singleFlipCard-card-front .singleFlipCard-card-front-text {
  color: #ffffff;
}
.article-style-4 .singleFlipCard-component .singleFlipCard-card-back .singleFlipCard-card-back-text {
  color: #ffffff;
}
.article-style-4 .gallery-component button:hover.selected,
.article-style-4 .gallery-component button:focus.selected {
  background-color: #185797;
}
.article-style-4 .gallery-component .selected {
  background-color: #185797;
}
.article-style-4 .gallery-component .gallery-image {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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: #185797;
  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: #185797;
}
.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: #ead8c1;
}
.article-style-4 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-4 .gmcq-component .gmcq-item label {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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.selected {
  border-color: #9b9b9b;
}
.article-style-4 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: rgba(24, 87, 151, 0.5);
}
.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: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-4 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover {
  border-color: #9b9b9b;
}
.article-style-4 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ead8c1;
}
.article-style-4 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon {
  color: #ffffff;
}
.article-style-4 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #9b9b9b;
}
.article-style-4 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  background-color: rgba(24, 87, 151, 0.5);
}
.article-style-4 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #aab2bd;
}
.article-style-4 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #aab2bd;
}
.article-style-4 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #aab2bd;
}
.article-style-4 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #aab2bd;
}
.article-style-4 .graphic-component .graphic-widget .graphic-container .graphic-text {
  color: #ffffff;
}
.article-style-4 .hotgraphic-component .hotgraphic-graphic-pin {
  padding: 15px;
  background-color: rgba(24, 87, 151, 0.65);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-4 .hotgraphic-component .hotgraphic-graphic-pin.visited {
  background-color: rgba(24, 87, 151, 0.65);
}
.article-style-4 .hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.no-touch .article-style-4 .hotgraphic-component .hotgraphic-graphic-pin:hover {
  background-color: #ead8c1;
}
.no-touch .article-style-4 .hotgraphic-component .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.article-style-4 .hotgraphic-component .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.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: #185797;
    color: #ffffff;
  }
}
.article-style-4 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #eeeeee;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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 .interactiveVideo-component .interactiveVideo-timer {
  color: #185797;
}
.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: 'PT Sans';
  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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-4 .links-component .links-disabled {
  color: #aab2bd;
}
.article-style-4 .links-component .links-disabled:hover {
  color: #aab2bd !important;
}
.article-style-4 .links-component .links-disabled-button {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-4 .links-component .links-disabled-button .icon {
  color: #ccd1d9;
}
.no-touch .article-style-4 .links-component .links-disabled-button:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-4 .links-component .links-disabled-button:hover .icon {
  color: #ccd1d9;
}
.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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-4 .matching-component .matching-select-container {
  background-color: #185797;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-4 .matching-component .matching-select-icon {
  color: #ffffff;
}
.article-style-4 .matching-component .matching-correct-icon {
  color: #48cfad;
}
.article-style-4 .matching-component .matching-incorrect-icon {
  color: #ed5565;
}
.article-style-4 .matching-component .matching-select {
  padding-left: 10px;
  background: #185797;
  color: #ffffff;
  height: 45px;
  font-size: 15px;
  font-family: 'PT Sans';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-4 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 45px;
  }
}
@media all and (max-width: 520px) {
  .article-style-4 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 31.25px;
  }
}
.article-style-4 .matching-component .matching-select:focus {
  background-color: #ead8c1;
  border-color: #9b9b9b;
  color: #ffffff;
}
.article-style-4 .matching-component .matching-widget.submitted .matching-select-container {
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.article-style-4 .matching-component .matching-select-icon:hover {
  color: #ffffff;
}
.article-style-4 .matching-component .matching-select-container:hover {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.article-style-4 .matching-component select[disabled]::-ms-value {
  color: #ffffff;
}
.article-style-4 .mcq-component .mcq-item label {
  background-color: #185797;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.article-style-4 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.article-style-4 .mcq-component .mcq-item-inner {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  font-family: 'PT Sans';
  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: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-4 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.article-style-4 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.no-flexbox .article-style-4 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.no-flexbox .article-style-4 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .no-flexbox .article-style-4 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .no-flexbox .article-style-4 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.flexbox .article-style-4 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.flexbox .article-style-4 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .flexbox .article-style-4 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .flexbox .article-style-4 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-style-4 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.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: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.article-style-4 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.article-style-4 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #ccd1d9;
}
.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: #185797;
}
.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: 'PT Sans';
  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;
  }
}
.article-style-4 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-4 .narrative-component .narrative-indicators {
  background-color: #185797;
}
.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: #185797;
}
.article-style-4 .narrative-component .narrative-controls:hover {
  background-color: #ead8c1;
}
.article-style-4 .narrative-component .narrative-controls:hover .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 {
  padding: 15px 10px 15px 10px;
  border: 2px solid #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-4 .openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(24, 87, 151, 0.5);
}
.article-style-4 .openInput-component .openInput-userAnswer {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  padding: 2px 2px 2px 2px;
}
.article-style-4 .openInput-component .openInput-save-modal {
  background-color: #185797;
  color: #ffffff;
}
.article-style-4 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-4 .textAndGraphic-component .text-graphic-item-body {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
.article-style-4 .tabs-component .tabs-item-button:hover,
.article-style-4 .tabs-component .tabs-item-button:focus {
  background-color: #ead8c1;
  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-image {
  margin: 0 auto 15px;
}
.article-style-4 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #eeeeee;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-4 .tabs-component .tabs-item-content-title {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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.selected .tabs-item-button {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-4 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
}
.article-style-4 .textNarrative-component .text-narrative-content-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-4 .textNarrative-component .text-narrative-slide-container {
  background-color: #185797;
}
.article-style-4 .textNarrative-component .text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-4 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-4 .textNarrative-component .text-narrative-progress {
  border-color: #ffffff;
}
.article-style-4 .textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-4 .textNarrative-component .text-narrative-controller {
  background-color: #185797;
}
.article-style-4 .textNarrative-component .text-narrative-control-left {
  background-color: #185797;
}
.article-style-4 .textNarrative-component .text-narrative-control-left:hover,
.article-style-4 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #ead8c1;
}
.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: #185797;
}
.article-style-4 .textNarrative-component .text-narrative-control-right:hover,
.article-style-4 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #ead8c1;
}
.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: #185797;
  color: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-4 .textReveal-component .text-reveal-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #185797;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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-5.article {
  background-color: #00284d;
  max-width: none;
  margin: 0px auto 0px;
  padding: 30px 30px 30px 30px;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@media all and (max-width: 760px) {
  .article-style-5.article {
    margin: 0px auto 0px;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.article {
    margin: 0px auto 0px;
    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;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-5.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
.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: #4fc1e9;
  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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-5.article .article-title-icon-container {
    margin-right: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.article .article-title-icon-container {
    margin-right: 10px;
  }
}
.article-style-5.article .article-icon {
  color: #ffffff;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-5.article .article-title-inner {
  color: #4fc1e9;
  font-family: 'PT Sans Narrow';
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5.article .article-title-inner {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5.article .article-title-inner {
    font-size: 40px;
    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: #4fc1e9;
  text-align: left;
  font-family: 'PT Sans';
  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 .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: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    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: #ececfb;
  text-align: left;
  font-family: 'PT Sans';
  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;
  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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-5 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-5 .component .interaction-label-text {
  color: #454545;
  font-family: 'PT Sans';
  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 .component .interaction-label-inner {
  text-align: left;
}
.article-style-5 .component .interaction-label-inner-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-5 .component .interaction-label-inner-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-5 button,
.article-style-5 .button {
  background-color: #185797;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-5 button,
  .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,
  .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,
.article-style-5 .button .icon {
  color: #ffffff;
}
.article-style-5 button:hover,
.article-style-5 .button:hover,
.article-style-5 button:active,
.article-style-5 .button:active,
.article-style-5 button:focus,
.article-style-5 .button:focus {
  background-color: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-5 button:hover .icon,
.article-style-5 .button:hover .icon,
.article-style-5 button:active .icon,
.article-style-5 .button:active .icon,
.article-style-5 button:focus .icon,
.article-style-5 .button:focus .icon {
  color: #ffffff;
}
.article-style-5 button.warning,
.article-style-5 .button.warning {
  background-color: #e74c3c;
  color: #FFFFFF;
  border-color: #e74c3c;
}
.article-style-5 button.warning .icon,
.article-style-5 .button.warning .icon {
  color: #FFFFFF;
}
.article-style-5 button.warning:hover,
.article-style-5 .button.warning:hover,
.article-style-5 button.warning:active,
.article-style-5 .button.warning:active,
.article-style-5 button.warning:focus,
.article-style-5 .button.warning:focus {
  background-color: #c71528;
  color: #ffffff;
  border-color: #c71528;
}
.article-style-5 button.warning:hover .icon,
.article-style-5 .button.warning:hover .icon,
.article-style-5 button.warning:active .icon,
.article-style-5 .button.warning:active .icon,
.article-style-5 button.warning:focus .icon,
.article-style-5 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-5 button:disabled,
.article-style-5 .button:disabled,
.article-style-5 button .disabled,
.article-style-5 .button .disabled {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-5 button:disabled .icon,
.article-style-5 .button:disabled .icon,
.article-style-5 button .disabled .icon,
.article-style-5 .button .disabled .icon {
  color: #ccd1d9;
}
.no-touch .article-style-5 button:disabled:hover,
.no-touch .article-style-5 .button:disabled:hover,
.no-touch .article-style-5 button .disabled:hover,
.no-touch .article-style-5 .button .disabled:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-5 button:disabled:hover .icon,
.no-touch .article-style-5 .button:disabled:hover .icon,
.no-touch .article-style-5 button .disabled:hover .icon,
.no-touch .article-style-5 .button .disabled:hover .icon {
  color: #ccd1d9;
}
.article-style-5 button.chromeless,
.article-style-5 .button.chromeless {
  color: #185797;
}
.article-style-5 button.chromeless:hover,
.article-style-5 .button.chromeless:hover,
.article-style-5 button.chromeless:active,
.article-style-5 .button.chromeless:active,
.article-style-5 button.chromeless:focus,
.article-style-5 .button.chromeless:focus {
  color: #ead8c1;
}
.article-style-5 button.action,
.article-style-5 .button.action {
  background-color: #4fc1e9;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #4fc1e9;
  border-right: 1px none #4fc1e9;
  border-bottom: 1px none #4fc1e9;
  border-left: 1px none #4fc1e9;
}
.article-style-5 button.action .icon,
.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,
  .article-style-5 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 button.action .icon,
  .article-style-5 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-5 button.action:hover,
.article-style-5 .button.action:hover,
.article-style-5 button.action:active,
.article-style-5 .button.action:active,
.article-style-5 button.action:focus,
.article-style-5 .button.action:focus {
  background-color: #3bafda;
  border-color: #3bafda;
}
.article-style-5 button.action:hover .icon,
.article-style-5 .button.action:hover .icon,
.article-style-5 button.action:active .icon,
.article-style-5 .button.action:active .icon,
.article-style-5 button.action:focus .icon,
.article-style-5 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-5 button.action:disabled,
.article-style-5 .button.action:disabled,
.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,
.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,
.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,
.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 .buttons .buttons-display-inner {
  background-color: #ffffff;
  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 #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  color: #999999;
  font-family: 'PT Sans';
  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 {
  background-color: #48cfad;
}
.article-style-5 .buttons .buttons-marking-icon.icon-cross {
  background-color: #ed5565;
}
.article-style-5 .menu-item-body-inner a,
.article-style-5 .article-body-inner a,
.article-style-5 .content-body-inner a,
.article-style-5 .block-body-inner a,
.article-style-5 .content-row-body-inner a,
.article-style-5 .component-body-inner a,
.article-style-5 .component-item-body-inner a,
.article-style-5 .component-content-body-inner a {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-5 .menu-item-body-inner a:visited,
.article-style-5 .article-body-inner a:visited,
.article-style-5 .content-body-inner a:visited,
.article-style-5 .block-body-inner a:visited,
.article-style-5 .content-row-body-inner a:visited,
.article-style-5 .component-body-inner a:visited,
.article-style-5 .component-item-body-inner a:visited,
.article-style-5 .component-content-body-inner a:visited {
  color: #8158cf;
}
.no-touch .article-style-5 .menu-item-body-inner a:hover,
.no-touch .article-style-5 .article-body-inner a:hover,
.no-touch .article-style-5 .content-body-inner a:hover,
.no-touch .article-style-5 .block-body-inner a:hover,
.no-touch .article-style-5 .content-row-body-inner a:hover,
.no-touch .article-style-5 .component-body-inner a:hover,
.no-touch .article-style-5 .component-item-body-inner a:hover,
.no-touch .article-style-5 .component-content-body-inner a:hover {
  color: #8158cf;
}
.article-style-5 .links-component .links-anchor {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-5 .links-component .links-anchor:visited {
  color: #8158cf;
}
.no-touch .article-style-5 .links-component .links-anchor:hover {
  color: #8158cf;
}
.article-style-5 .label {
  background-color: #ebecee;
  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: #454545;
  font-family: 'PT Sans';
  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: #ebecee;
  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: #454545;
  text-align: center;
  font-family: 'PT Sans';
  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: #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-5 input[type=range]:disabled .rangeslider__handle,
.article-style-5 .rangeslider--disabled .rangeslider__handle {
  background: #aab2bd !important;
  border-color: #aab2bd !important;
}
.article-style-5 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: rgba(24, 87, 151, 0.5);
}
.article-style-5 .rangeslider__handle {
  border: 2px solid rgba(24, 87, 151, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-5 .rangeslider__handle:active {
  background: rgba(24, 87, 151, 0.5);
}
.article-style-5 input,
.article-style-5 textarea {
  border: 2px solid #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-5 input:focus,
.article-style-5 textarea:focus {
  box-shadow: 0 0 0 5px rgba(24, 87, 151, 0.5);
}
.article-style-5 input:disabled,
.article-style-5 textarea:disabled {
  border-color: #aab2bd;
}
.article-style-5 .accordion-component .accordion-item {
  margin-bottom: 3px;
  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-icon {
  left: 10px;
  color: #ffffff;
}
.article-style-5 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  background-color: #185797;
  color: #ffffff;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  text-align: left;
}
.article-style-5 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.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: #185797;
  border-color: #9b9b9b;
}
.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: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.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: #ead8c1;
  border-color: #9b9b9b;
}
.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: #ead8c1;
  border-color: #9b9b9b;
}
.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-text {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@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;
  }
}
.article-style-5 .accordion-component .accordion-item-body {
  /*border-right: @@component-item-border-right-width @@component-item-border-right-style @@component-item-border-selected-color;
            border-bottom: @@component-item-border-bottom-width @@component-item-border-bottom-style @@component-item-border-selected-color;
            border-left: @@component-item-border-left-width @@component-item-border-left-style @@component-item-border-selected-color;*/
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #eeeeee;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
}
.article-style-5 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.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: #ead8c1;
}
.article-style-5 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ead8c1;
}
.article-style-5 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #ead8c1;
}
.article-style-5 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ead8c1;
}
.article-style-5 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid "component-item-background-color-article-style-5";
}
.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: rgba(24, 87, 151, 0.5);
  background-color: rgba(24, 87, 151, 0.5);
}
.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: #aab2bd;
  background-color: #aab2bd;
}
.article-style-5 .checklist-component .checklist-item .checklist-item-text,
.article-style-5 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-5 .dragAndDrop-component .draggable-item {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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 {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-5 .dragAndDrop-component .draggable-item.is-dragging .icon {
  color: #ffffff;
}
.article-style-5 .dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
}
.article-style-5 .dragAndDrop-component .draggable-item-preview {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  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;
  padding-left: 40px;
}
.article-style-5 .dragAndDrop-component .draggable-item-preview .icon {
  color: #ffffff;
}
.article-style-5 .dragAndDrop-component .drop-zone {
  border: 2px solid #185797;
  margin-top: 0px;
  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: #ead8c1;
}
.article-style-5 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #ead8c1;
  color: #ffffff;
}
.article-style-5 .dragAndDrop-component .drop-zone:nth-child(even) {
  margin-left: 1%;
}
.article-style-5 .dragAndDrop-component .drop-zone:nth-child(odd) {
  margin-right: 1%;
}
.article-style-5 .dragAndDrop-component .drop-zone:nth-child(2n+1) {
  clear: both;
}
.article-style-5 .dragAndDrop-component .drop-zone-text {
  background-color: #185797;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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 .flipCard-component .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}
.article-style-5 .flipCard-component .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}
.article-style-5 .singleFlipCard-component .singleFlipCard-card-front .singleFlipCard-card-front-text {
  color: #ffffff;
}
.article-style-5 .singleFlipCard-component .singleFlipCard-card-back .singleFlipCard-card-back-text {
  color: #ffffff;
}
.article-style-5 .gallery-component button:hover.selected,
.article-style-5 .gallery-component button:focus.selected {
  background-color: #185797;
}
.article-style-5 .gallery-component .selected {
  background-color: #185797;
}
.article-style-5 .gallery-component .gallery-image {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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: #185797;
  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: #185797;
}
.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: #ead8c1;
}
.article-style-5 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-5 .gmcq-component .gmcq-item label {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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.selected {
  border-color: #9b9b9b;
}
.article-style-5 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: rgba(24, 87, 151, 0.5);
}
.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: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-5 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover {
  border-color: #9b9b9b;
}
.article-style-5 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ead8c1;
}
.article-style-5 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon {
  color: #ffffff;
}
.article-style-5 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #9b9b9b;
}
.article-style-5 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  background-color: rgba(24, 87, 151, 0.5);
}
.article-style-5 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #aab2bd;
}
.article-style-5 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #aab2bd;
}
.article-style-5 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #aab2bd;
}
.article-style-5 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #aab2bd;
}
.article-style-5 .graphic-component .graphic-widget .graphic-container .graphic-text {
  color: #ffffff;
}
.article-style-5 .hotgraphic-component .hotgraphic-graphic-pin {
  padding: 15px;
  background-color: rgba(24, 87, 151, 0.65);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-5 .hotgraphic-component .hotgraphic-graphic-pin.visited {
  background-color: rgba(24, 87, 151, 0.65);
}
.article-style-5 .hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.no-touch .article-style-5 .hotgraphic-component .hotgraphic-graphic-pin:hover {
  background-color: #ead8c1;
}
.no-touch .article-style-5 .hotgraphic-component .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.article-style-5 .hotgraphic-component .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.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: #185797;
    color: #ffffff;
  }
}
.article-style-5 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #eeeeee;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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 .interactiveVideo-component .interactiveVideo-timer {
  color: #185797;
}
.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: 'PT Sans';
  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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-5 .links-component .links-disabled {
  color: #aab2bd;
}
.article-style-5 .links-component .links-disabled:hover {
  color: #aab2bd !important;
}
.article-style-5 .links-component .links-disabled-button {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-5 .links-component .links-disabled-button .icon {
  color: #ccd1d9;
}
.no-touch .article-style-5 .links-component .links-disabled-button:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-5 .links-component .links-disabled-button:hover .icon {
  color: #ccd1d9;
}
.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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-5 .matching-component .matching-select-container {
  background-color: #185797;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-5 .matching-component .matching-select-icon {
  color: #ffffff;
}
.article-style-5 .matching-component .matching-correct-icon {
  color: #48cfad;
}
.article-style-5 .matching-component .matching-incorrect-icon {
  color: #ed5565;
}
.article-style-5 .matching-component .matching-select {
  padding-left: 10px;
  background: #185797;
  color: #ffffff;
  height: 45px;
  font-size: 15px;
  font-family: 'PT Sans';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-5 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 45px;
  }
}
@media all and (max-width: 520px) {
  .article-style-5 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 31.25px;
  }
}
.article-style-5 .matching-component .matching-select:focus {
  background-color: #ead8c1;
  border-color: #9b9b9b;
  color: #ffffff;
}
.article-style-5 .matching-component .matching-widget.submitted .matching-select-container {
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.article-style-5 .matching-component .matching-select-icon:hover {
  color: #ffffff;
}
.article-style-5 .matching-component .matching-select-container:hover {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.article-style-5 .matching-component select[disabled]::-ms-value {
  color: #ffffff;
}
.article-style-5 .mcq-component .mcq-item label {
  background-color: #185797;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.article-style-5 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.article-style-5 .mcq-component .mcq-item-inner {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  font-family: 'PT Sans';
  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: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-5 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.article-style-5 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.no-flexbox .article-style-5 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.no-flexbox .article-style-5 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .no-flexbox .article-style-5 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .no-flexbox .article-style-5 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.flexbox .article-style-5 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.flexbox .article-style-5 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .flexbox .article-style-5 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .flexbox .article-style-5 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-style-5 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.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: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.article-style-5 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.article-style-5 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #ccd1d9;
}
.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: #185797;
}
.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: 'PT Sans';
  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;
  }
}
.article-style-5 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-5 .narrative-component .narrative-indicators {
  background-color: #185797;
}
.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: #185797;
}
.article-style-5 .narrative-component .narrative-controls:hover {
  background-color: #ead8c1;
}
.article-style-5 .narrative-component .narrative-controls:hover .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 {
  padding: 15px 10px 15px 10px;
  border: 2px solid #185797;
  border-radius: 2px 2px 2px 2px;
}
.article-style-5 .openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(24, 87, 151, 0.5);
}
.article-style-5 .openInput-component .openInput-userAnswer {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  padding: 2px 2px 2px 2px;
}
.article-style-5 .openInput-component .openInput-save-modal {
  background-color: #185797;
  color: #ffffff;
}
.article-style-5 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-5 .textAndGraphic-component .text-graphic-item-body {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
.article-style-5 .tabs-component .tabs-item-button:hover,
.article-style-5 .tabs-component .tabs-item-button:focus {
  background-color: #ead8c1;
  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-image {
  margin: 0 auto 15px;
}
.article-style-5 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #eeeeee;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-5 .tabs-component .tabs-item-content-title {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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.selected .tabs-item-button {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .article-style-5 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
}
.article-style-5 .textNarrative-component .text-narrative-content-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-5 .textNarrative-component .text-narrative-slide-container {
  background-color: #185797;
}
.article-style-5 .textNarrative-component .text-narrative-slider-text-title {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-5 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-5 .textNarrative-component .text-narrative-progress {
  border-color: #ffffff;
}
.article-style-5 .textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.article-style-5 .textNarrative-component .text-narrative-controller {
  background-color: #185797;
}
.article-style-5 .textNarrative-component .text-narrative-control-left {
  background-color: #185797;
}
.article-style-5 .textNarrative-component .text-narrative-control-left:hover,
.article-style-5 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #ead8c1;
}
.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: #185797;
}
.article-style-5 .textNarrative-component .text-narrative-control-right:hover,
.article-style-5 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #ead8c1;
}
.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: #185797;
  color: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-5 .textReveal-component .text-reveal-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #185797;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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-6.article {
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px;
  padding: 30px 30px 30px 30px;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@media all and (max-width: 760px) {
  .article-style-6.article {
    margin: 0px auto 0px;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.article {
    margin: 0px auto 0px;
    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;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-6.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
.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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-6.article .article-title-icon-container {
    margin-right: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.article .article-title-icon-container {
    margin-right: 10px;
  }
}
.article-style-6.article .article-icon {
  color: #185797;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-6.article .article-title-inner {
  color: #185797;
  font-family: 'PT Sans Narrow';
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6.article .article-title-inner {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6.article .article-title-inner {
    font-size: 40px;
    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: #185797;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 20px;
  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 .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: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    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: #185797;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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;
  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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    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: #185797;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #185797;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@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 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-6 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-6 .component .interaction-label-text {
  color: #454545;
  font-family: 'PT Sans';
  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 .component .interaction-label-inner {
  text-align: left;
}
.article-style-6 .component .interaction-label-inner-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-6 .component .interaction-label-inner-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-6 button,
.article-style-6 .button {
  background-color: #185797;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-6 button,
  .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,
  .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,
.article-style-6 .button .icon {
  color: #ffffff;
}
.article-style-6 button:hover,
.article-style-6 .button:hover,
.article-style-6 button:active,
.article-style-6 .button:active,
.article-style-6 button:focus,
.article-style-6 .button:focus {
  background-color: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-6 button:hover .icon,
.article-style-6 .button:hover .icon,
.article-style-6 button:active .icon,
.article-style-6 .button:active .icon,
.article-style-6 button:focus .icon,
.article-style-6 .button:focus .icon {
  color: #ffffff;
}
.article-style-6 button.warning,
.article-style-6 .button.warning {
  background-color: #e74c3c;
  color: #FFFFFF;
  border-color: #e74c3c;
}
.article-style-6 button.warning .icon,
.article-style-6 .button.warning .icon {
  color: #FFFFFF;
}
.article-style-6 button.warning:hover,
.article-style-6 .button.warning:hover,
.article-style-6 button.warning:active,
.article-style-6 .button.warning:active,
.article-style-6 button.warning:focus,
.article-style-6 .button.warning:focus {
  background-color: #c71528;
  color: #ffffff;
  border-color: #c71528;
}
.article-style-6 button.warning:hover .icon,
.article-style-6 .button.warning:hover .icon,
.article-style-6 button.warning:active .icon,
.article-style-6 .button.warning:active .icon,
.article-style-6 button.warning:focus .icon,
.article-style-6 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-6 button:disabled,
.article-style-6 .button:disabled,
.article-style-6 button .disabled,
.article-style-6 .button .disabled {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-6 button:disabled .icon,
.article-style-6 .button:disabled .icon,
.article-style-6 button .disabled .icon,
.article-style-6 .button .disabled .icon {
  color: #ccd1d9;
}
.no-touch .article-style-6 button:disabled:hover,
.no-touch .article-style-6 .button:disabled:hover,
.no-touch .article-style-6 button .disabled:hover,
.no-touch .article-style-6 .button .disabled:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-6 button:disabled:hover .icon,
.no-touch .article-style-6 .button:disabled:hover .icon,
.no-touch .article-style-6 button .disabled:hover .icon,
.no-touch .article-style-6 .button .disabled:hover .icon {
  color: #ccd1d9;
}
.article-style-6 button.chromeless,
.article-style-6 .button.chromeless {
  color: #185797;
}
.article-style-6 button.chromeless:hover,
.article-style-6 .button.chromeless:hover,
.article-style-6 button.chromeless:active,
.article-style-6 .button.chromeless:active,
.article-style-6 button.chromeless:focus,
.article-style-6 .button.chromeless:focus {
  color: #ead8c1;
}
.article-style-6 button.action,
.article-style-6 .button.action {
  background-color: #4fc1e9;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #4fc1e9;
  border-right: 1px none #4fc1e9;
  border-bottom: 1px none #4fc1e9;
  border-left: 1px none #4fc1e9;
}
.article-style-6 button.action .icon,
.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,
  .article-style-6 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 button.action .icon,
  .article-style-6 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-6 button.action:hover,
.article-style-6 .button.action:hover,
.article-style-6 button.action:active,
.article-style-6 .button.action:active,
.article-style-6 button.action:focus,
.article-style-6 .button.action:focus {
  background-color: #3bafda;
  border-color: #3bafda;
}
.article-style-6 button.action:hover .icon,
.article-style-6 .button.action:hover .icon,
.article-style-6 button.action:active .icon,
.article-style-6 .button.action:active .icon,
.article-style-6 button.action:focus .icon,
.article-style-6 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-6 button.action:disabled,
.article-style-6 .button.action:disabled,
.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,
.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,
.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,
.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 .buttons .buttons-display-inner {
  background-color: #ffffff;
  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 #454545;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  border-left: 1px solid #454545;
  color: #454545;
  font-family: 'PT Sans';
  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 {
  background-color: #48cfad;
}
.article-style-6 .buttons .buttons-marking-icon.icon-cross {
  background-color: #50e3c2;
}
.article-style-6 .menu-item-body-inner a,
.article-style-6 .article-body-inner a,
.article-style-6 .content-body-inner a,
.article-style-6 .block-body-inner a,
.article-style-6 .content-row-body-inner a,
.article-style-6 .component-body-inner a,
.article-style-6 .component-item-body-inner a,
.article-style-6 .component-content-body-inner a {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-6 .menu-item-body-inner a:visited,
.article-style-6 .article-body-inner a:visited,
.article-style-6 .content-body-inner a:visited,
.article-style-6 .block-body-inner a:visited,
.article-style-6 .content-row-body-inner a:visited,
.article-style-6 .component-body-inner a:visited,
.article-style-6 .component-item-body-inner a:visited,
.article-style-6 .component-content-body-inner a:visited {
  color: #8158cf;
}
.no-touch .article-style-6 .menu-item-body-inner a:hover,
.no-touch .article-style-6 .article-body-inner a:hover,
.no-touch .article-style-6 .content-body-inner a:hover,
.no-touch .article-style-6 .block-body-inner a:hover,
.no-touch .article-style-6 .content-row-body-inner a:hover,
.no-touch .article-style-6 .component-body-inner a:hover,
.no-touch .article-style-6 .component-item-body-inner a:hover,
.no-touch .article-style-6 .component-content-body-inner a:hover {
  color: #8158cf;
}
.article-style-6 .links-component .links-anchor {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-6 .links-component .links-anchor:visited {
  color: #8158cf;
}
.no-touch .article-style-6 .links-component .links-anchor:hover {
  color: #8158cf;
}
.article-style-6 .label {
  background-color: #eeeeee;
  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: #cd1919;
  font-family: 'PT Sans';
  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: #eeeeee;
  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: #454545;
  text-align: center;
  font-family: 'PT Sans';
  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: #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.article-style-6 input[type=range]:disabled .rangeslider__handle,
.article-style-6 .rangeslider--disabled .rangeslider__handle {
  background: #ccd1d9 !important;
  border-color: #ccd1d9 !important;
}
.article-style-6 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: #ead8c1;
}
.article-style-6 .rangeslider__handle {
  border: 2px solid #ead8c1;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-6 .rangeslider__handle:active {
  background: #ead8c1;
}
.article-style-6 input,
.article-style-6 textarea {
  border: 2px solid #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.article-style-6 input:focus,
.article-style-6 textarea:focus {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.article-style-6 input:disabled,
.article-style-6 textarea:disabled {
  border-color: #ccd1d9;
}
.article-style-6 .accordion-component .accordion-item {
  margin-bottom: 3px;
  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-icon {
  left: 10px;
  color: #005091;
}
.article-style-6 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  background-color: #ffffff;
  color: #005091;
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  text-align: left;
}
.article-style-6 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.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: #014e90;
  background-color: #eeeeee;
  border-color: #ccd1d9;
}
.article-style-6 .accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #014e90;
}
.article-style-6 .accordion-component .accordion-item-title.selected {
  color: #005091;
  background-color: #ead8c1;
  border-color: #ead8c1;
}
.article-style-6 .accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #005091;
}
.no-touch .article-style-6 .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.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: #005091;
  border-color: #005091;
}
.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-text {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@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;
  }
}
.article-style-6 .accordion-component .accordion-item-body {
  /*border-right: @@component-item-border-right-width @@component-item-border-right-style @@component-item-border-selected-color;
            border-bottom: @@component-item-border-bottom-width @@component-item-border-bottom-style @@component-item-border-selected-color;
            border-left: @@component-item-border-left-width @@component-item-border-left-style @@component-item-border-selected-color;*/
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #ffffff;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
}
.article-style-6 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.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: #005091;
}
.article-style-6 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #005091;
}
.article-style-6 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #005091;
}
.article-style-6 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #005091;
}
.article-style-6 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid "component-item-background-color-article-style-6";
}
.article-style-6 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #005091;
}
.article-style-6 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #ead8c1;
  background-color: #ead8c1;
}
.article-style-6 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #005091;
}
.article-style-6 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #ccd1d9;
  background-color: #ccd1d9;
}
.article-style-6 .checklist-component .checklist-item .checklist-item-text,
.article-style-6 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-6 .dragAndDrop-component .draggable-item {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  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;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  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 {
  background-color: #ead8c1;
  color: #005091;
  border-color: #ead8c1;
}
.article-style-6 .dragAndDrop-component .draggable-item.is-dragging .icon {
  color: #005091;
}
.article-style-6 .dragAndDrop-component .draggable-item .icon {
  color: #005091;
}
.article-style-6 .dragAndDrop-component .draggable-item-preview {
  background-color: #ead8c1;
  color: #005091;
  border-top: 1px none #ead8c1;
  border-right: 1px none #ead8c1;
  border-bottom: 1px none #ead8c1;
  border-left: 1px none #ead8c1;
  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;
  padding-left: 40px;
}
.article-style-6 .dragAndDrop-component .draggable-item-preview .icon {
  color: #005091;
}
.article-style-6 .dragAndDrop-component .drop-zone {
  border: 2px solid #ffffff;
  margin-top: 0px;
  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: #005091;
}
.article-style-6 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #005091;
  color: #ffffff;
}
.article-style-6 .dragAndDrop-component .drop-zone:nth-child(even) {
  margin-left: 1%;
}
.article-style-6 .dragAndDrop-component .drop-zone:nth-child(odd) {
  margin-right: 1%;
}
.article-style-6 .dragAndDrop-component .drop-zone:nth-child(2n+1) {
  clear: both;
}
.article-style-6 .dragAndDrop-component .drop-zone-text {
  background-color: #ffffff;
  padding: 15px 10px 15px 10px;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  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;
  }
}
.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 .flipCard-component .flip-card-item-front .flip-card-item-front-text {
  color: #005091;
}
.article-style-6 .flipCard-component .flip-card-item-back .flip-card-item-back-text {
  color: #005091;
}
.article-style-6 .singleFlipCard-component .singleFlipCard-card-front .singleFlipCard-card-front-text {
  color: #005091;
}
.article-style-6 .singleFlipCard-component .singleFlipCard-card-back .singleFlipCard-card-back-text {
  color: #005091;
}
.article-style-6 .gallery-component button:hover.selected,
.article-style-6 .gallery-component button:focus.selected {
  background-color: #ffffff;
}
.article-style-6 .gallery-component .selected {
  background-color: #ffffff;
}
.article-style-6 .gallery-component .gallery-image {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  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: #ffffff;
  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: #ffffff;
}
.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: #005091;
}
.article-style-6 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-6 .gmcq-component .gmcq-item label {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  border-radius: 2px 2px 2px 2px;
}
.article-style-6 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #005091;
}
.article-style-6 .gmcq-component .gmcq-item label.selected {
  border-color: #ead8c1;
}
.article-style-6 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #005091;
  background-color: #ead8c1;
}
.article-style-6 .gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #005091;
}
.article-style-6 .gmcq-component .gmcq-item-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-6 .gmcq-component .gmcq-item-checkbox {
  background-color: #ffffff;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  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;
  }
}
.article-style-6 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover {
  border-color: #005091;
}
.article-style-6 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #005091;
}
.article-style-6 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon {
  color: #ffffff;
}
.article-style-6 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #ead8c1;
}
.article-style-6 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  background-color: #ead8c1;
}
.article-style-6 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #aab2bd;
}
.article-style-6 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #ccd1d9;
}
.article-style-6 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #aab2bd;
}
.article-style-6 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #ccd1d9;
}
.article-style-6 .graphic-component .graphic-widget .graphic-container .graphic-text {
  color: #005091;
}
.article-style-6 .hotgraphic-component .hotgraphic-graphic-pin {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-6 .hotgraphic-component .hotgraphic-graphic-pin.visited {
  background-color: rgba(255, 255, 255, 0.65);
}
.article-style-6 .hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon {
  color: #014e90;
}
.no-touch .article-style-6 .hotgraphic-component .hotgraphic-graphic-pin:hover {
  background-color: #005091;
}
.no-touch .article-style-6 .hotgraphic-component .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.article-style-6 .hotgraphic-component .hotgraphic-graphic-pin-icon {
  color: #005091;
}
.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: #ffffff;
    color: #005091;
  }
}
.article-style-6 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #ffffff;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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 .interactiveVideo-component .interactiveVideo-timer {
  color: #ffffff;
}
.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: 'PT Sans';
  font-size: 15px;
  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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-6 .links-component .links-disabled {
  color: #ccd1d9;
}
.article-style-6 .links-component .links-disabled:hover {
  color: #ccd1d9 !important;
}
.article-style-6 .links-component .links-disabled-button {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-6 .links-component .links-disabled-button .icon {
  color: #ccd1d9;
}
.no-touch .article-style-6 .links-component .links-disabled-button:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-6 .links-component .links-disabled-button:hover .icon {
  color: #ccd1d9;
}
.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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-6 .matching-component .matching-select-container {
  background-color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-6 .matching-component .matching-select-icon {
  color: #005091;
}
.article-style-6 .matching-component .matching-correct-icon {
  color: #48cfad;
}
.article-style-6 .matching-component .matching-incorrect-icon {
  color: #ed5565;
}
.article-style-6 .matching-component .matching-select {
  padding-left: 10px;
  background: #ffffff;
  color: #005091;
  height: 45px;
  font-size: 15px;
  font-family: 'PT Sans';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-6 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 45px;
  }
}
@media all and (max-width: 520px) {
  .article-style-6 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 31.25px;
  }
}
.article-style-6 .matching-component .matching-select:focus {
  background-color: #005091;
  border-color: #005091;
  color: #ffffff;
}
.article-style-6 .matching-component .matching-widget.submitted .matching-select-container {
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-6 .matching-component .matching-select-icon:hover {
  color: #ffffff;
}
.article-style-6 .matching-component .matching-select-container:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.article-style-6 .matching-component select[disabled]::-ms-value {
  color: #005091;
}
.article-style-6 .mcq-component .mcq-item label {
  background-color: #ffffff;
  margin-bottom: 3px;
  color: #005091;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  text-align: left;
}
.article-style-6 .mcq-component .mcq-item label .mcq-answer-icon {
  color: #005091;
}
.article-style-6 .mcq-component .mcq-item label.selected {
  color: #005091;
  background-color: #ead8c1;
  border-color: #ead8c1;
}
.article-style-6 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #005091;
}
.article-style-6 .mcq-component .mcq-item-inner {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  font-family: 'PT Sans';
  font-size: 15px;
  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: #005091;
  color: #ffffff;
  border-color: #005091;
}
.article-style-6 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #005091;
  background-color: #ead8c1;
  border-color: #ead8c1;
}
.article-style-6 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #ccd1d9;
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.no-flexbox .article-style-6 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.no-flexbox .article-style-6 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .no-flexbox .article-style-6 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .no-flexbox .article-style-6 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.flexbox .article-style-6 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.flexbox .article-style-6 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .flexbox .article-style-6 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .flexbox .article-style-6 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-style-6 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.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: #ccd1d9;
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-6 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #ccd1d9;
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-6 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #ccd1d9;
}
.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: #ffffff;
}
.article-style-6 .narrative-component .narrative-content-title-inner,
.article-style-6 .narrative-component .narrative-content-body {
  color: #005091;
}
.article-style-6 .narrative-component .narrative-content-title-inner {
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-6 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-6 .narrative-component .narrative-indicators {
  background-color: #ffffff;
}
.article-style-6 .narrative-component .narrative-progress {
  border: 1px solid #005091;
}
.article-style-6 .narrative-component .narrative-progress.selected {
  background-color: #005091;
}
.article-style-6 .narrative-component .narrative-controls {
  background-color: #ffffff;
}
.article-style-6 .narrative-component .narrative-controls:hover {
  background-color: #005091;
}
.article-style-6 .narrative-component .narrative-controls:hover .icon {
  color: #ffffff;
}
.article-style-6 .narrative-component .narrative-controls .icon {
  color: #005091;
}
.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 {
  padding: 15px 10px 15px 10px;
  border: 2px solid #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.article-style-6 .openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.article-style-6 .openInput-component .openInput-userAnswer {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  padding: 2px 2px 2px 2px;
}
.article-style-6 .openInput-component .openInput-save-modal {
  background-color: #ffffff;
  color: #005091;
}
.article-style-6 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-6 .textAndGraphic-component .text-graphic-item-body {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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: #ffffff;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
.article-style-6 .tabs-component .tabs-item-button:hover,
.article-style-6 .tabs-component .tabs-item-button:focus {
  background-color: #005091;
  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-image {
  margin: 0 auto 15px;
}
.article-style-6 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #ffffff;
  border-right: 1px none #ead8c1;
  border-bottom: 1px none #ead8c1;
  border-left: 1px none #ead8c1;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-6 .tabs-component .tabs-item-content-title {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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.selected .tabs-item-button {
  background-color: #ead8c1;
  color: #005091;
}
@media all and (max-width: 760px) {
  .article-style-6 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
}
.article-style-6 .textNarrative-component .text-narrative-content-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-6 .textNarrative-component .text-narrative-slide-container {
  background-color: #ffffff;
}
.article-style-6 .textNarrative-component .text-narrative-slider-text-title {
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-6 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-6 .textNarrative-component .text-narrative-progress {
  border-color: #005091;
}
.article-style-6 .textNarrative-component .text-narrative-progress.selected {
  background-color: #005091;
}
.article-style-6 .textNarrative-component .text-narrative-controller {
  background-color: #ffffff;
}
.article-style-6 .textNarrative-component .text-narrative-control-left {
  background-color: #ffffff;
}
.article-style-6 .textNarrative-component .text-narrative-control-left:hover,
.article-style-6 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #005091;
}
.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: #005091;
}
.article-style-6 .textNarrative-component .text-narrative-control-right {
  background-color: #ffffff;
}
.article-style-6 .textNarrative-component .text-narrative-control-right:hover,
.article-style-6 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #005091;
}
.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: #005091;
}
.article-style-6 .textReveal-component .text-reveal-item.side-layout {
  margin-bottom: 3px;
}
.article-style-6 .textReveal-component .reveal-icon {
  padding: 15px;
  background-color: #ffffff;
  color: #005091;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-6 .textReveal-component .text-reveal-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #ffffff;
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #005091;
}
.article-style-7.article {
  background-color: #452b67;
  max-width: none;
  margin: 0px auto 0px;
  padding: 30px 30px 30px 30px;
  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 #f8931d;
  border-right: 1px none #f8931d;
  border-bottom: 1px none #f8931d;
  border-left: 1px none #f8931d;
}
@media all and (max-width: 760px) {
  .article-style-7.article {
    margin: 0px auto 0px;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.article {
    margin: 0px auto 0px;
    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;
  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 #f8931d;
  border-right: 1px none #f8931d;
  border-bottom: 1px none #f8931d;
  border-left: 1px none #f8931d;
}
@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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-7.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
.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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-7.article .article-title-icon-container {
    margin-right: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.article .article-title-icon-container {
    margin-right: 10px;
  }
}
.article-style-7.article .article-icon {
  color: #ffffff;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-7.article .article-title-inner {
  color: #ffffff;
  font-family: 'PT Sans Narrow';
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7.article .article-title-inner {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7.article .article-title-inner {
    font-size: 40px;
    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: 'PT Sans';
  font-size: 20px;
  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 .block {
  background-color: transparent;
  margin: 30px 0px 0px 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: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .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-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: #185797;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: 20px;
}
@media all and (max-width: 760px) {
  .article-style-7 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.article-style-7 .component .component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.article-style-7 .component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 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: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: 0px 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: #185797;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@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 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-7 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-7 .component .interaction-label-text {
  color: #454545;
  font-family: 'PT Sans';
  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 .component .interaction-label-inner {
  text-align: left;
}
.article-style-7 .component .interaction-label-inner-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-7 .component .interaction-label-inner-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-7 button,
.article-style-7 .button {
  background-color: #185797;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-7 button,
  .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,
  .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,
.article-style-7 .button .icon {
  color: #ffffff;
}
.article-style-7 button:hover,
.article-style-7 .button:hover,
.article-style-7 button:active,
.article-style-7 .button:active,
.article-style-7 button:focus,
.article-style-7 .button:focus {
  background-color: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-7 button:hover .icon,
.article-style-7 .button:hover .icon,
.article-style-7 button:active .icon,
.article-style-7 .button:active .icon,
.article-style-7 button:focus .icon,
.article-style-7 .button:focus .icon {
  color: #ffffff;
}
.article-style-7 button.warning,
.article-style-7 .button.warning {
  background-color: #e74c3c;
  color: #FFFFFF;
  border-color: #e74c3c;
}
.article-style-7 button.warning .icon,
.article-style-7 .button.warning .icon {
  color: #FFFFFF;
}
.article-style-7 button.warning:hover,
.article-style-7 .button.warning:hover,
.article-style-7 button.warning:active,
.article-style-7 .button.warning:active,
.article-style-7 button.warning:focus,
.article-style-7 .button.warning:focus {
  background-color: #c71528;
  color: #ffffff;
  border-color: #c71528;
}
.article-style-7 button.warning:hover .icon,
.article-style-7 .button.warning:hover .icon,
.article-style-7 button.warning:active .icon,
.article-style-7 .button.warning:active .icon,
.article-style-7 button.warning:focus .icon,
.article-style-7 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-7 button:disabled,
.article-style-7 .button:disabled,
.article-style-7 button .disabled,
.article-style-7 .button .disabled {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-7 button:disabled .icon,
.article-style-7 .button:disabled .icon,
.article-style-7 button .disabled .icon,
.article-style-7 .button .disabled .icon {
  color: #ccd1d9;
}
.no-touch .article-style-7 button:disabled:hover,
.no-touch .article-style-7 .button:disabled:hover,
.no-touch .article-style-7 button .disabled:hover,
.no-touch .article-style-7 .button .disabled:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-7 button:disabled:hover .icon,
.no-touch .article-style-7 .button:disabled:hover .icon,
.no-touch .article-style-7 button .disabled:hover .icon,
.no-touch .article-style-7 .button .disabled:hover .icon {
  color: #ccd1d9;
}
.article-style-7 button.chromeless,
.article-style-7 .button.chromeless {
  color: #185797;
}
.article-style-7 button.chromeless:hover,
.article-style-7 .button.chromeless:hover,
.article-style-7 button.chromeless:active,
.article-style-7 .button.chromeless:active,
.article-style-7 button.chromeless:focus,
.article-style-7 .button.chromeless:focus {
  color: #ead8c1;
}
.article-style-7 button.action,
.article-style-7 .button.action {
  background-color: #4fc1e9;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #4fc1e9;
  border-right: 1px none #4fc1e9;
  border-bottom: 1px none #4fc1e9;
  border-left: 1px none #4fc1e9;
}
.article-style-7 button.action .icon,
.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,
  .article-style-7 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 button.action .icon,
  .article-style-7 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-7 button.action:hover,
.article-style-7 .button.action:hover,
.article-style-7 button.action:active,
.article-style-7 .button.action:active,
.article-style-7 button.action:focus,
.article-style-7 .button.action:focus {
  background-color: #3bafda;
  border-color: #3bafda;
}
.article-style-7 button.action:hover .icon,
.article-style-7 .button.action:hover .icon,
.article-style-7 button.action:active .icon,
.article-style-7 .button.action:active .icon,
.article-style-7 button.action:focus .icon,
.article-style-7 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-7 button.action:disabled,
.article-style-7 .button.action:disabled,
.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,
.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,
.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,
.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 .buttons .buttons-display-inner {
  background-color: #ffffff;
  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 #454545;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  border-left: 1px solid #454545;
  color: #454545;
  font-family: 'PT Sans';
  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 {
  background-color: #48cfad;
}
.article-style-7 .buttons .buttons-marking-icon.icon-cross {
  background-color: #50e3c2;
}
.article-style-7 .menu-item-body-inner a,
.article-style-7 .article-body-inner a,
.article-style-7 .content-body-inner a,
.article-style-7 .block-body-inner a,
.article-style-7 .content-row-body-inner a,
.article-style-7 .component-body-inner a,
.article-style-7 .component-item-body-inner a,
.article-style-7 .component-content-body-inner a {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-7 .menu-item-body-inner a:visited,
.article-style-7 .article-body-inner a:visited,
.article-style-7 .content-body-inner a:visited,
.article-style-7 .block-body-inner a:visited,
.article-style-7 .content-row-body-inner a:visited,
.article-style-7 .component-body-inner a:visited,
.article-style-7 .component-item-body-inner a:visited,
.article-style-7 .component-content-body-inner a:visited {
  color: #8158cf;
}
.no-touch .article-style-7 .menu-item-body-inner a:hover,
.no-touch .article-style-7 .article-body-inner a:hover,
.no-touch .article-style-7 .content-body-inner a:hover,
.no-touch .article-style-7 .block-body-inner a:hover,
.no-touch .article-style-7 .content-row-body-inner a:hover,
.no-touch .article-style-7 .component-body-inner a:hover,
.no-touch .article-style-7 .component-item-body-inner a:hover,
.no-touch .article-style-7 .component-content-body-inner a:hover {
  color: #8158cf;
}
.article-style-7 .links-component .links-anchor {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-7 .links-component .links-anchor:visited {
  color: #8158cf;
}
.no-touch .article-style-7 .links-component .links-anchor:hover {
  color: #8158cf;
}
.article-style-7 .label {
  background-color: #eeeeee;
  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: #cd1919;
  font-family: 'PT Sans';
  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: #eeeeee;
  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: #454545;
  text-align: center;
  font-family: 'PT Sans';
  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: #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.article-style-7 input[type=range]:disabled .rangeslider__handle,
.article-style-7 .rangeslider--disabled .rangeslider__handle {
  background: #ccd1d9 !important;
  border-color: #ccd1d9 !important;
}
.article-style-7 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: #ead8c1;
}
.article-style-7 .rangeslider__handle {
  border: 2px solid #ead8c1;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-7 .rangeslider__handle:active {
  background: #ead8c1;
}
.article-style-7 input,
.article-style-7 textarea {
  border: 2px solid #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.article-style-7 input:focus,
.article-style-7 textarea:focus {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.article-style-7 input:disabled,
.article-style-7 textarea:disabled {
  border-color: #ccd1d9;
}
.article-style-7 .accordion-component .accordion-item {
  margin-bottom: 3px;
  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-icon {
  left: 10px;
  color: #005091;
}
.article-style-7 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  background-color: #ffffff;
  color: #005091;
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  text-align: left;
}
.article-style-7 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.article-style-7 .accordion-component .accordion-item-title:focus .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-7 .accordion-component .accordion-item-title.visited {
  color: #014e90;
  background-color: #eeeeee;
  border-color: #ccd1d9;
}
.article-style-7 .accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #014e90;
}
.article-style-7 .accordion-component .accordion-item-title.selected {
  color: #005091;
  background-color: #ead8c1;
  border-color: #ead8c1;
}
.article-style-7 .accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #005091;
}
.no-touch .article-style-7 .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.no-touch .article-style-7 .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-7 .accordion-component .accordion-item-title.visited:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.no-touch .article-style-7 .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-7 .accordion-component .accordion-item-title-text {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@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;
  }
}
.article-style-7 .accordion-component .accordion-item-body {
  /*border-right: @@component-item-border-right-width @@component-item-border-right-style @@component-item-border-selected-color;
            border-bottom: @@component-item-border-bottom-width @@component-item-border-bottom-style @@component-item-border-selected-color;
            border-left: @@component-item-border-left-width @@component-item-border-left-style @@component-item-border-selected-color;*/
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #ffffff;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
}
.article-style-7 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.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: #005091;
}
.article-style-7 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #005091;
}
.article-style-7 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #005091;
}
.article-style-7 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #005091;
}
.article-style-7 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid "component-item-background-color-article-style-7";
}
.article-style-7 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #005091;
}
.article-style-7 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #ead8c1;
  background-color: #ead8c1;
}
.article-style-7 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #005091;
}
.article-style-7 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #ccd1d9;
  background-color: #ccd1d9;
}
.article-style-7 .checklist-component .checklist-item .checklist-item-text,
.article-style-7 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-7 .dragAndDrop-component .draggable-item {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  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;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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 {
  background-color: #ead8c1;
  color: #005091;
  border-color: #ead8c1;
}
.article-style-7 .dragAndDrop-component .draggable-item.is-dragging .icon {
  color: #005091;
}
.article-style-7 .dragAndDrop-component .draggable-item .icon {
  color: #005091;
}
.article-style-7 .dragAndDrop-component .draggable-item-preview {
  background-color: #ead8c1;
  color: #005091;
  border-top: 1px none #ead8c1;
  border-right: 1px none #ead8c1;
  border-bottom: 1px none #ead8c1;
  border-left: 1px none #ead8c1;
  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;
  padding-left: 40px;
}
.article-style-7 .dragAndDrop-component .draggable-item-preview .icon {
  color: #005091;
}
.article-style-7 .dragAndDrop-component .drop-zone {
  border: 2px solid #ffffff;
  margin-top: 0px;
  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: #005091;
}
.article-style-7 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #005091;
  color: #ffffff;
}
.article-style-7 .dragAndDrop-component .drop-zone:nth-child(even) {
  margin-left: 1%;
}
.article-style-7 .dragAndDrop-component .drop-zone:nth-child(odd) {
  margin-right: 1%;
}
.article-style-7 .dragAndDrop-component .drop-zone:nth-child(2n+1) {
  clear: both;
}
.article-style-7 .dragAndDrop-component .drop-zone-text {
  background-color: #ffffff;
  padding: 15px 10px 15px 10px;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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 .flipCard-component .flip-card-item-front .flip-card-item-front-text {
  color: #005091;
}
.article-style-7 .flipCard-component .flip-card-item-back .flip-card-item-back-text {
  color: #005091;
}
.article-style-7 .singleFlipCard-component .singleFlipCard-card-front .singleFlipCard-card-front-text {
  color: #005091;
}
.article-style-7 .singleFlipCard-component .singleFlipCard-card-back .singleFlipCard-card-back-text {
  color: #005091;
}
.article-style-7 .gallery-component button:hover.selected,
.article-style-7 .gallery-component button:focus.selected {
  background-color: #ffffff;
}
.article-style-7 .gallery-component .selected {
  background-color: #ffffff;
}
.article-style-7 .gallery-component .gallery-image {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  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: #ffffff;
  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: #ffffff;
}
.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: #005091;
}
.article-style-7 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-7 .gmcq-component .gmcq-item label {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  border-radius: 2px 2px 2px 2px;
}
.article-style-7 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #005091;
}
.article-style-7 .gmcq-component .gmcq-item label.selected {
  border-color: #ead8c1;
}
.article-style-7 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #005091;
  background-color: #ead8c1;
}
.article-style-7 .gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #005091;
}
.article-style-7 .gmcq-component .gmcq-item-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-7 .gmcq-component .gmcq-item-checkbox {
  background-color: #ffffff;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-7 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover {
  border-color: #005091;
}
.article-style-7 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #005091;
}
.article-style-7 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon {
  color: #ffffff;
}
.article-style-7 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #ead8c1;
}
.article-style-7 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  background-color: #ead8c1;
}
.article-style-7 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #aab2bd;
}
.article-style-7 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #ccd1d9;
}
.article-style-7 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #aab2bd;
}
.article-style-7 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #ccd1d9;
}
.article-style-7 .graphic-component .graphic-widget .graphic-container .graphic-text {
  color: #005091;
}
.article-style-7 .hotgraphic-component .hotgraphic-graphic-pin {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-7 .hotgraphic-component .hotgraphic-graphic-pin.visited {
  background-color: rgba(255, 255, 255, 0.65);
}
.article-style-7 .hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon {
  color: #014e90;
}
.no-touch .article-style-7 .hotgraphic-component .hotgraphic-graphic-pin:hover {
  background-color: #005091;
}
.no-touch .article-style-7 .hotgraphic-component .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.article-style-7 .hotgraphic-component .hotgraphic-graphic-pin-icon {
  color: #005091;
}
.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: #ffffff;
    color: #005091;
  }
}
.article-style-7 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #ffffff;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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 .interactiveVideo-component .interactiveVideo-timer {
  color: #ffffff;
}
.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: 'PT Sans';
  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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-7 .links-component .links-disabled {
  color: #ccd1d9;
}
.article-style-7 .links-component .links-disabled:hover {
  color: #ccd1d9 !important;
}
.article-style-7 .links-component .links-disabled-button {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-7 .links-component .links-disabled-button .icon {
  color: #ccd1d9;
}
.no-touch .article-style-7 .links-component .links-disabled-button:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-7 .links-component .links-disabled-button:hover .icon {
  color: #ccd1d9;
}
.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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-7 .matching-component .matching-select-container {
  background-color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-7 .matching-component .matching-select-icon {
  color: #005091;
}
.article-style-7 .matching-component .matching-correct-icon {
  color: #48cfad;
}
.article-style-7 .matching-component .matching-incorrect-icon {
  color: #ed5565;
}
.article-style-7 .matching-component .matching-select {
  padding-left: 10px;
  background: #ffffff;
  color: #005091;
  height: 45px;
  font-size: 15px;
  font-family: 'PT Sans';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-7 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 45px;
  }
}
@media all and (max-width: 520px) {
  .article-style-7 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 31.25px;
  }
}
.article-style-7 .matching-component .matching-select:focus {
  background-color: #005091;
  border-color: #005091;
  color: #ffffff;
}
.article-style-7 .matching-component .matching-widget.submitted .matching-select-container {
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-7 .matching-component .matching-select-icon:hover {
  color: #ffffff;
}
.article-style-7 .matching-component .matching-select-container:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.article-style-7 .matching-component select[disabled]::-ms-value {
  color: #005091;
}
.article-style-7 .mcq-component .mcq-item label {
  background-color: #ffffff;
  margin-bottom: 3px;
  color: #005091;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  text-align: left;
}
.article-style-7 .mcq-component .mcq-item label .mcq-answer-icon {
  color: #005091;
}
.article-style-7 .mcq-component .mcq-item label.selected {
  color: #005091;
  background-color: #ead8c1;
  border-color: #ead8c1;
}
.article-style-7 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #005091;
}
.article-style-7 .mcq-component .mcq-item-inner {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  font-family: 'PT Sans';
  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: #005091;
  color: #ffffff;
  border-color: #005091;
}
.article-style-7 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #005091;
  background-color: #ead8c1;
  border-color: #ead8c1;
}
.article-style-7 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #ccd1d9;
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.no-flexbox .article-style-7 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.no-flexbox .article-style-7 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .no-flexbox .article-style-7 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .no-flexbox .article-style-7 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.flexbox .article-style-7 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.flexbox .article-style-7 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .flexbox .article-style-7 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .flexbox .article-style-7 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-style-7 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.article-style-7 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #ffffff;
}
.article-style-7 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #ccd1d9;
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-7 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #ccd1d9;
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-7 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #ccd1d9;
}
.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: #ffffff;
}
.article-style-7 .narrative-component .narrative-content-title-inner,
.article-style-7 .narrative-component .narrative-content-body {
  color: #005091;
}
.article-style-7 .narrative-component .narrative-content-title-inner {
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-7 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-7 .narrative-component .narrative-indicators {
  background-color: #ffffff;
}
.article-style-7 .narrative-component .narrative-progress {
  border: 1px solid #005091;
}
.article-style-7 .narrative-component .narrative-progress.selected {
  background-color: #005091;
}
.article-style-7 .narrative-component .narrative-controls {
  background-color: #ffffff;
}
.article-style-7 .narrative-component .narrative-controls:hover {
  background-color: #005091;
}
.article-style-7 .narrative-component .narrative-controls:hover .icon {
  color: #ffffff;
}
.article-style-7 .narrative-component .narrative-controls .icon {
  color: #005091;
}
.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 {
  padding: 15px 10px 15px 10px;
  border: 2px solid #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.article-style-7 .openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.article-style-7 .openInput-component .openInput-userAnswer {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  padding: 2px 2px 2px 2px;
}
.article-style-7 .openInput-component .openInput-save-modal {
  background-color: #ffffff;
  color: #005091;
}
.article-style-7 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-7 .textAndGraphic-component .text-graphic-item-body {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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: #ffffff;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
.article-style-7 .tabs-component .tabs-item-button:hover,
.article-style-7 .tabs-component .tabs-item-button:focus {
  background-color: #005091;
  color: #ffffff;
}
@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-image {
  margin: 0 auto 15px;
}
.article-style-7 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #ffffff;
  border-right: 1px none #ead8c1;
  border-bottom: 1px none #ead8c1;
  border-left: 1px none #ead8c1;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-7 .tabs-component .tabs-item-content-title {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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.selected .tabs-item-button {
  background-color: #ead8c1;
  color: #005091;
}
@media all and (max-width: 760px) {
  .article-style-7 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
}
.article-style-7 .textNarrative-component .text-narrative-content-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-7 .textNarrative-component .text-narrative-slide-container {
  background-color: #ffffff;
}
.article-style-7 .textNarrative-component .text-narrative-slider-text-title {
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-7 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-7 .textNarrative-component .text-narrative-progress {
  border-color: #005091;
}
.article-style-7 .textNarrative-component .text-narrative-progress.selected {
  background-color: #005091;
}
.article-style-7 .textNarrative-component .text-narrative-controller {
  background-color: #ffffff;
}
.article-style-7 .textNarrative-component .text-narrative-control-left {
  background-color: #ffffff;
}
.article-style-7 .textNarrative-component .text-narrative-control-left:hover,
.article-style-7 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #005091;
}
.article-style-7 .textNarrative-component .text-narrative-control-left:hover .icon,
.article-style-7 .textNarrative-component .text-narrative-control-left:focus .icon {
  color: #ffffff;
}
.article-style-7 .textNarrative-component .text-narrative-control-left .icon {
  color: #005091;
}
.article-style-7 .textNarrative-component .text-narrative-control-right {
  background-color: #ffffff;
}
.article-style-7 .textNarrative-component .text-narrative-control-right:hover,
.article-style-7 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #005091;
}
.article-style-7 .textNarrative-component .text-narrative-control-right:hover .icon,
.article-style-7 .textNarrative-component .text-narrative-control-right:focus .icon {
  color: #ffffff;
}
.article-style-7 .textNarrative-component .text-narrative-control-right .icon {
  color: #005091;
}
.article-style-7 .textReveal-component .text-reveal-item.side-layout {
  margin-bottom: 3px;
}
.article-style-7 .textReveal-component .reveal-icon {
  padding: 15px;
  background-color: #ffffff;
  color: #005091;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-7 .textReveal-component .text-reveal-item-title h6 {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #ffffff;
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #005091;
}
.article-style-8.article {
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px;
  padding: 30px 30px 30px 30px;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@media all and (max-width: 760px) {
  .article-style-8.article {
    margin: 0px auto 0px;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.article {
    margin: 0px auto 0px;
    padding: 20px 20px 20px 20px;
  }
}
.article-style-8.article .article-inner {
  max-width: none;
}
.article-style-8.article .article-header {
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-8.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
.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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-8.article .article-title-icon-container {
    margin-right: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.article .article-title-icon-container {
    margin-right: 10px;
  }
}
.article-style-8.article .article-icon {
  color: #005091;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-8.article .article-title-inner {
  color: #005091;
  font-family: 'PT Sans Narrow';
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8.article .article-title-inner {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8.article .article-title-inner {
    font-size: 40px;
    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: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 20px;
  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 .block {
  background-color: transparent;
  margin: 30px 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 24px 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 15px 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: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    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: #185797;
  text-align: left;
  font-family: 'PT Sans';
  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;
  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: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    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: 'PT Sans';
  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: #185797;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  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 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-8 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-8 .component .interaction-label-text {
  color: #454545;
  font-family: 'PT Sans';
  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 .component .interaction-label-inner {
  text-align: left;
}
.article-style-8 .component .interaction-label-inner-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-8 .component .interaction-label-inner-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-8 button,
.article-style-8 .button {
  background-color: #185797;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-8 button,
  .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,
  .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,
.article-style-8 .button .icon {
  color: #ffffff;
}
.article-style-8 button:hover,
.article-style-8 .button:hover,
.article-style-8 button:active,
.article-style-8 .button:active,
.article-style-8 button:focus,
.article-style-8 .button:focus {
  background-color: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-8 button:hover .icon,
.article-style-8 .button:hover .icon,
.article-style-8 button:active .icon,
.article-style-8 .button:active .icon,
.article-style-8 button:focus .icon,
.article-style-8 .button:focus .icon {
  color: #ffffff;
}
.article-style-8 button.warning,
.article-style-8 .button.warning {
  background-color: #e74c3c;
  color: #FFFFFF;
  border-color: #e74c3c;
}
.article-style-8 button.warning .icon,
.article-style-8 .button.warning .icon {
  color: #FFFFFF;
}
.article-style-8 button.warning:hover,
.article-style-8 .button.warning:hover,
.article-style-8 button.warning:active,
.article-style-8 .button.warning:active,
.article-style-8 button.warning:focus,
.article-style-8 .button.warning:focus {
  background-color: #c71528;
  color: #ffffff;
  border-color: #c71528;
}
.article-style-8 button.warning:hover .icon,
.article-style-8 .button.warning:hover .icon,
.article-style-8 button.warning:active .icon,
.article-style-8 .button.warning:active .icon,
.article-style-8 button.warning:focus .icon,
.article-style-8 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-8 button:disabled,
.article-style-8 .button:disabled,
.article-style-8 button .disabled,
.article-style-8 .button .disabled {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-8 button:disabled .icon,
.article-style-8 .button:disabled .icon,
.article-style-8 button .disabled .icon,
.article-style-8 .button .disabled .icon {
  color: #ccd1d9;
}
.no-touch .article-style-8 button:disabled:hover,
.no-touch .article-style-8 .button:disabled:hover,
.no-touch .article-style-8 button .disabled:hover,
.no-touch .article-style-8 .button .disabled:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-8 button:disabled:hover .icon,
.no-touch .article-style-8 .button:disabled:hover .icon,
.no-touch .article-style-8 button .disabled:hover .icon,
.no-touch .article-style-8 .button .disabled:hover .icon {
  color: #ccd1d9;
}
.article-style-8 button.chromeless,
.article-style-8 .button.chromeless {
  color: #185797;
}
.article-style-8 button.chromeless:hover,
.article-style-8 .button.chromeless:hover,
.article-style-8 button.chromeless:active,
.article-style-8 .button.chromeless:active,
.article-style-8 button.chromeless:focus,
.article-style-8 .button.chromeless:focus {
  color: #ead8c1;
}
.article-style-8 button.action,
.article-style-8 .button.action {
  background-color: #4fc1e9;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #4fc1e9;
  border-right: 1px none #4fc1e9;
  border-bottom: 1px none #4fc1e9;
  border-left: 1px none #4fc1e9;
}
.article-style-8 button.action .icon,
.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,
  .article-style-8 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 button.action .icon,
  .article-style-8 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-8 button.action:hover,
.article-style-8 .button.action:hover,
.article-style-8 button.action:active,
.article-style-8 .button.action:active,
.article-style-8 button.action:focus,
.article-style-8 .button.action:focus {
  background-color: #3bafda;
  border-color: #3bafda;
}
.article-style-8 button.action:hover .icon,
.article-style-8 .button.action:hover .icon,
.article-style-8 button.action:active .icon,
.article-style-8 .button.action:active .icon,
.article-style-8 button.action:focus .icon,
.article-style-8 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-8 button.action:disabled,
.article-style-8 .button.action:disabled,
.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,
.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,
.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,
.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 .buttons .buttons-display-inner {
  background-color: #ffffff;
  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 #454545;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  border-left: 1px solid #454545;
  color: #454545;
  font-family: 'PT Sans';
  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 {
  background-color: #48cfad;
}
.article-style-8 .buttons .buttons-marking-icon.icon-cross {
  background-color: #50e3c2;
}
.article-style-8 .menu-item-body-inner a,
.article-style-8 .article-body-inner a,
.article-style-8 .content-body-inner a,
.article-style-8 .block-body-inner a,
.article-style-8 .content-row-body-inner a,
.article-style-8 .component-body-inner a,
.article-style-8 .component-item-body-inner a,
.article-style-8 .component-content-body-inner a {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-8 .menu-item-body-inner a:visited,
.article-style-8 .article-body-inner a:visited,
.article-style-8 .content-body-inner a:visited,
.article-style-8 .block-body-inner a:visited,
.article-style-8 .content-row-body-inner a:visited,
.article-style-8 .component-body-inner a:visited,
.article-style-8 .component-item-body-inner a:visited,
.article-style-8 .component-content-body-inner a:visited {
  color: #8158cf;
}
.no-touch .article-style-8 .menu-item-body-inner a:hover,
.no-touch .article-style-8 .article-body-inner a:hover,
.no-touch .article-style-8 .content-body-inner a:hover,
.no-touch .article-style-8 .block-body-inner a:hover,
.no-touch .article-style-8 .content-row-body-inner a:hover,
.no-touch .article-style-8 .component-body-inner a:hover,
.no-touch .article-style-8 .component-item-body-inner a:hover,
.no-touch .article-style-8 .component-content-body-inner a:hover {
  color: #8158cf;
}
.article-style-8 .links-component .links-anchor {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-8 .links-component .links-anchor:visited {
  color: #8158cf;
}
.no-touch .article-style-8 .links-component .links-anchor:hover {
  color: #8158cf;
}
.article-style-8 .label {
  background-color: #eeeeee;
  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: #cd1919;
  font-family: 'PT Sans';
  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: #eeeeee;
  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: #454545;
  text-align: center;
  font-family: 'PT Sans';
  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: #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.article-style-8 input[type=range]:disabled .rangeslider__handle,
.article-style-8 .rangeslider--disabled .rangeslider__handle {
  background: #ccd1d9 !important;
  border-color: #ccd1d9 !important;
}
.article-style-8 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: #ead8c1;
}
.article-style-8 .rangeslider__handle {
  border: 2px solid #ead8c1;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-8 .rangeslider__handle:active {
  background: #ead8c1;
}
.article-style-8 input,
.article-style-8 textarea {
  border: 2px solid #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.article-style-8 input:focus,
.article-style-8 textarea:focus {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.article-style-8 input:disabled,
.article-style-8 textarea:disabled {
  border-color: #ccd1d9;
}
.article-style-8 .accordion-component .accordion-item {
  margin-bottom: 3px;
  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-icon {
  left: 10px;
  color: #005091;
}
.article-style-8 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  background-color: #ffffff;
  color: #005091;
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  text-align: left;
}
.article-style-8 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.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: #014e90;
  background-color: #eeeeee;
  border-color: #ccd1d9;
}
.article-style-8 .accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #014e90;
}
.article-style-8 .accordion-component .accordion-item-title.selected {
  color: #005091;
  background-color: #ead8c1;
  border-color: #ead8c1;
}
.article-style-8 .accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #005091;
}
.no-touch .article-style-8 .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.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: #005091;
  border-color: #005091;
}
.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-text {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@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;
  }
}
.article-style-8 .accordion-component .accordion-item-body {
  /*border-right: @@component-item-border-right-width @@component-item-border-right-style @@component-item-border-selected-color;
            border-bottom: @@component-item-border-bottom-width @@component-item-border-bottom-style @@component-item-border-selected-color;
            border-left: @@component-item-border-left-width @@component-item-border-left-style @@component-item-border-selected-color;*/
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #ffffff;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
}
.article-style-8 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.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: #005091;
}
.article-style-8 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #005091;
}
.article-style-8 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #005091;
}
.article-style-8 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #005091;
}
.article-style-8 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid "component-item-background-color-article-style-8";
}
.article-style-8 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #005091;
}
.article-style-8 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #ead8c1;
  background-color: #ead8c1;
}
.article-style-8 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #005091;
}
.article-style-8 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #ccd1d9;
  background-color: #ccd1d9;
}
.article-style-8 .checklist-component .checklist-item .checklist-item-text,
.article-style-8 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-8 .dragAndDrop-component .draggable-item {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  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;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  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 {
  background-color: #ead8c1;
  color: #005091;
  border-color: #ead8c1;
}
.article-style-8 .dragAndDrop-component .draggable-item.is-dragging .icon {
  color: #005091;
}
.article-style-8 .dragAndDrop-component .draggable-item .icon {
  color: #005091;
}
.article-style-8 .dragAndDrop-component .draggable-item-preview {
  background-color: #ead8c1;
  color: #005091;
  border-top: 1px none #ead8c1;
  border-right: 1px none #ead8c1;
  border-bottom: 1px none #ead8c1;
  border-left: 1px none #ead8c1;
  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;
  padding-left: 40px;
}
.article-style-8 .dragAndDrop-component .draggable-item-preview .icon {
  color: #005091;
}
.article-style-8 .dragAndDrop-component .drop-zone {
  border: 2px solid #ffffff;
  margin-top: 0px;
  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: #005091;
}
.article-style-8 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #005091;
  color: #ffffff;
}
.article-style-8 .dragAndDrop-component .drop-zone:nth-child(even) {
  margin-left: 1%;
}
.article-style-8 .dragAndDrop-component .drop-zone:nth-child(odd) {
  margin-right: 1%;
}
.article-style-8 .dragAndDrop-component .drop-zone:nth-child(2n+1) {
  clear: both;
}
.article-style-8 .dragAndDrop-component .drop-zone-text {
  background-color: #ffffff;
  padding: 15px 10px 15px 10px;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  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;
  }
}
.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 .flipCard-component .flip-card-item-front .flip-card-item-front-text {
  color: #005091;
}
.article-style-8 .flipCard-component .flip-card-item-back .flip-card-item-back-text {
  color: #005091;
}
.article-style-8 .singleFlipCard-component .singleFlipCard-card-front .singleFlipCard-card-front-text {
  color: #005091;
}
.article-style-8 .singleFlipCard-component .singleFlipCard-card-back .singleFlipCard-card-back-text {
  color: #005091;
}
.article-style-8 .gallery-component button:hover.selected,
.article-style-8 .gallery-component button:focus.selected {
  background-color: #ffffff;
}
.article-style-8 .gallery-component .selected {
  background-color: #ffffff;
}
.article-style-8 .gallery-component .gallery-image {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  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: #ffffff;
  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: #ffffff;
}
.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: #005091;
}
.article-style-8 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-8 .gmcq-component .gmcq-item label {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  border-radius: 2px 2px 2px 2px;
}
.article-style-8 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #005091;
}
.article-style-8 .gmcq-component .gmcq-item label.selected {
  border-color: #ead8c1;
}
.article-style-8 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #005091;
  background-color: #ead8c1;
}
.article-style-8 .gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #005091;
}
.article-style-8 .gmcq-component .gmcq-item-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-8 .gmcq-component .gmcq-item-checkbox {
  background-color: #ffffff;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  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;
  }
}
.article-style-8 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover {
  border-color: #005091;
}
.article-style-8 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #005091;
}
.article-style-8 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon {
  color: #ffffff;
}
.article-style-8 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #ead8c1;
}
.article-style-8 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  background-color: #ead8c1;
}
.article-style-8 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #aab2bd;
}
.article-style-8 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #ccd1d9;
}
.article-style-8 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #aab2bd;
}
.article-style-8 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #ccd1d9;
}
.article-style-8 .graphic-component .graphic-widget .graphic-container .graphic-text {
  color: #005091;
}
.article-style-8 .hotgraphic-component .hotgraphic-graphic-pin {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-8 .hotgraphic-component .hotgraphic-graphic-pin.visited {
  background-color: rgba(255, 255, 255, 0.65);
}
.article-style-8 .hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon {
  color: #014e90;
}
.no-touch .article-style-8 .hotgraphic-component .hotgraphic-graphic-pin:hover {
  background-color: #005091;
}
.no-touch .article-style-8 .hotgraphic-component .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.article-style-8 .hotgraphic-component .hotgraphic-graphic-pin-icon {
  color: #005091;
}
.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: #ffffff;
    color: #005091;
  }
}
.article-style-8 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #ffffff;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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 .interactiveVideo-component .interactiveVideo-timer {
  color: #ffffff;
}
.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: 'PT Sans';
  font-size: 15px;
  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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-8 .links-component .links-disabled {
  color: #ccd1d9;
}
.article-style-8 .links-component .links-disabled:hover {
  color: #ccd1d9 !important;
}
.article-style-8 .links-component .links-disabled-button {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-8 .links-component .links-disabled-button .icon {
  color: #ccd1d9;
}
.no-touch .article-style-8 .links-component .links-disabled-button:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-8 .links-component .links-disabled-button:hover .icon {
  color: #ccd1d9;
}
.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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-8 .matching-component .matching-select-container {
  background-color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-8 .matching-component .matching-select-icon {
  color: #005091;
}
.article-style-8 .matching-component .matching-correct-icon {
  color: #48cfad;
}
.article-style-8 .matching-component .matching-incorrect-icon {
  color: #ed5565;
}
.article-style-8 .matching-component .matching-select {
  padding-left: 10px;
  background: #ffffff;
  color: #005091;
  height: 45px;
  font-size: 15px;
  font-family: 'PT Sans';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-8 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 45px;
  }
}
@media all and (max-width: 520px) {
  .article-style-8 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 31.25px;
  }
}
.article-style-8 .matching-component .matching-select:focus {
  background-color: #005091;
  border-color: #005091;
  color: #ffffff;
}
.article-style-8 .matching-component .matching-widget.submitted .matching-select-container {
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-8 .matching-component .matching-select-icon:hover {
  color: #ffffff;
}
.article-style-8 .matching-component .matching-select-container:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.article-style-8 .matching-component select[disabled]::-ms-value {
  color: #005091;
}
.article-style-8 .mcq-component .mcq-item label {
  background-color: #ffffff;
  margin-bottom: 3px;
  color: #005091;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  text-align: left;
}
.article-style-8 .mcq-component .mcq-item label .mcq-answer-icon {
  color: #005091;
}
.article-style-8 .mcq-component .mcq-item label.selected {
  color: #005091;
  background-color: #ead8c1;
  border-color: #ead8c1;
}
.article-style-8 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #005091;
}
.article-style-8 .mcq-component .mcq-item-inner {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  font-family: 'PT Sans';
  font-size: 15px;
  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: #005091;
  color: #ffffff;
  border-color: #005091;
}
.article-style-8 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #005091;
  background-color: #ead8c1;
  border-color: #ead8c1;
}
.article-style-8 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #ccd1d9;
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.no-flexbox .article-style-8 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.no-flexbox .article-style-8 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .no-flexbox .article-style-8 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .no-flexbox .article-style-8 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.flexbox .article-style-8 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.flexbox .article-style-8 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .flexbox .article-style-8 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .flexbox .article-style-8 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-style-8 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.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: #ccd1d9;
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-8 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #ccd1d9;
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-8 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #ccd1d9;
}
.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: #ffffff;
}
.article-style-8 .narrative-component .narrative-content-title-inner,
.article-style-8 .narrative-component .narrative-content-body {
  color: #005091;
}
.article-style-8 .narrative-component .narrative-content-title-inner {
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-8 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-8 .narrative-component .narrative-indicators {
  background-color: #ffffff;
}
.article-style-8 .narrative-component .narrative-progress {
  border: 1px solid #005091;
}
.article-style-8 .narrative-component .narrative-progress.selected {
  background-color: #005091;
}
.article-style-8 .narrative-component .narrative-controls {
  background-color: #ffffff;
}
.article-style-8 .narrative-component .narrative-controls:hover {
  background-color: #005091;
}
.article-style-8 .narrative-component .narrative-controls:hover .icon {
  color: #ffffff;
}
.article-style-8 .narrative-component .narrative-controls .icon {
  color: #005091;
}
.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 {
  padding: 15px 10px 15px 10px;
  border: 2px solid #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.article-style-8 .openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.article-style-8 .openInput-component .openInput-userAnswer {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  padding: 2px 2px 2px 2px;
}
.article-style-8 .openInput-component .openInput-save-modal {
  background-color: #ffffff;
  color: #005091;
}
.article-style-8 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-8 .textAndGraphic-component .text-graphic-item-body {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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: #ffffff;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
.article-style-8 .tabs-component .tabs-item-button:hover,
.article-style-8 .tabs-component .tabs-item-button:focus {
  background-color: #005091;
  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-image {
  margin: 0 auto 15px;
}
.article-style-8 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #ffffff;
  border-right: 1px none #ead8c1;
  border-bottom: 1px none #ead8c1;
  border-left: 1px none #ead8c1;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-8 .tabs-component .tabs-item-content-title {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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.selected .tabs-item-button {
  background-color: #ead8c1;
  color: #005091;
}
@media all and (max-width: 760px) {
  .article-style-8 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
}
.article-style-8 .textNarrative-component .text-narrative-content-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-8 .textNarrative-component .text-narrative-slide-container {
  background-color: #ffffff;
}
.article-style-8 .textNarrative-component .text-narrative-slider-text-title {
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-8 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-8 .textNarrative-component .text-narrative-progress {
  border-color: #005091;
}
.article-style-8 .textNarrative-component .text-narrative-progress.selected {
  background-color: #005091;
}
.article-style-8 .textNarrative-component .text-narrative-controller {
  background-color: #ffffff;
}
.article-style-8 .textNarrative-component .text-narrative-control-left {
  background-color: #ffffff;
}
.article-style-8 .textNarrative-component .text-narrative-control-left:hover,
.article-style-8 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #005091;
}
.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: #005091;
}
.article-style-8 .textNarrative-component .text-narrative-control-right {
  background-color: #ffffff;
}
.article-style-8 .textNarrative-component .text-narrative-control-right:hover,
.article-style-8 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #005091;
}
.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: #005091;
}
.article-style-8 .textReveal-component .text-reveal-item.side-layout {
  margin-bottom: 3px;
}
.article-style-8 .textReveal-component .reveal-icon {
  padding: 15px;
  background-color: #ffffff;
  color: #005091;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-8 .textReveal-component .text-reveal-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #ffffff;
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #005091;
}
.article-style-9.article {
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px;
  padding: 30px 30px 30px 30px;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@media all and (max-width: 760px) {
  .article-style-9.article {
    margin: 0px auto 0px;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.article {
    margin: 0px auto 0px;
    padding: 20px 20px 20px 20px;
  }
}
.article-style-9.article .article-inner {
  max-width: none;
}
.article-style-9.article .article-header {
  background-color: #ffffff;
  max-width: none;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 0px;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-9.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
.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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-9.article .article-title-icon-container {
    margin-right: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.article .article-title-icon-container {
    margin-right: 10px;
  }
}
.article-style-9.article .article-icon {
  color: #005091;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-9.article .article-title-inner {
  color: #005091;
  font-family: 'PT Sans Narrow';
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9.article .article-title-inner {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9.article .article-title-inner {
    font-size: 40px;
    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: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 20px;
  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 .block {
  background-color: transparent;
  margin: 30px 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: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    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: #185797;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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;
  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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #185797;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
@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 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-9 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-9 .component .interaction-label-text {
  color: #454545;
  font-family: 'PT Sans';
  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 .component .interaction-label-inner {
  text-align: left;
}
.article-style-9 .component .interaction-label-inner-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-9 .component .interaction-label-inner-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-9 button,
.article-style-9 .button {
  background-color: #185797;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-9 button,
  .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,
  .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,
.article-style-9 .button .icon {
  color: #ffffff;
}
.article-style-9 button:hover,
.article-style-9 .button:hover,
.article-style-9 button:active,
.article-style-9 .button:active,
.article-style-9 button:focus,
.article-style-9 .button:focus {
  background-color: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-9 button:hover .icon,
.article-style-9 .button:hover .icon,
.article-style-9 button:active .icon,
.article-style-9 .button:active .icon,
.article-style-9 button:focus .icon,
.article-style-9 .button:focus .icon {
  color: #ffffff;
}
.article-style-9 button.warning,
.article-style-9 .button.warning {
  background-color: #e74c3c;
  color: #FFFFFF;
  border-color: #e74c3c;
}
.article-style-9 button.warning .icon,
.article-style-9 .button.warning .icon {
  color: #FFFFFF;
}
.article-style-9 button.warning:hover,
.article-style-9 .button.warning:hover,
.article-style-9 button.warning:active,
.article-style-9 .button.warning:active,
.article-style-9 button.warning:focus,
.article-style-9 .button.warning:focus {
  background-color: #c71528;
  color: #ffffff;
  border-color: #c71528;
}
.article-style-9 button.warning:hover .icon,
.article-style-9 .button.warning:hover .icon,
.article-style-9 button.warning:active .icon,
.article-style-9 .button.warning:active .icon,
.article-style-9 button.warning:focus .icon,
.article-style-9 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-9 button:disabled,
.article-style-9 .button:disabled,
.article-style-9 button .disabled,
.article-style-9 .button .disabled {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-9 button:disabled .icon,
.article-style-9 .button:disabled .icon,
.article-style-9 button .disabled .icon,
.article-style-9 .button .disabled .icon {
  color: #ccd1d9;
}
.no-touch .article-style-9 button:disabled:hover,
.no-touch .article-style-9 .button:disabled:hover,
.no-touch .article-style-9 button .disabled:hover,
.no-touch .article-style-9 .button .disabled:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-9 button:disabled:hover .icon,
.no-touch .article-style-9 .button:disabled:hover .icon,
.no-touch .article-style-9 button .disabled:hover .icon,
.no-touch .article-style-9 .button .disabled:hover .icon {
  color: #ccd1d9;
}
.article-style-9 button.chromeless,
.article-style-9 .button.chromeless {
  color: #185797;
}
.article-style-9 button.chromeless:hover,
.article-style-9 .button.chromeless:hover,
.article-style-9 button.chromeless:active,
.article-style-9 .button.chromeless:active,
.article-style-9 button.chromeless:focus,
.article-style-9 .button.chromeless:focus {
  color: #ead8c1;
}
.article-style-9 button.action,
.article-style-9 .button.action {
  background-color: #4fc1e9;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #4fc1e9;
  border-right: 1px none #4fc1e9;
  border-bottom: 1px none #4fc1e9;
  border-left: 1px none #4fc1e9;
}
.article-style-9 button.action .icon,
.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,
  .article-style-9 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 button.action .icon,
  .article-style-9 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-9 button.action:hover,
.article-style-9 .button.action:hover,
.article-style-9 button.action:active,
.article-style-9 .button.action:active,
.article-style-9 button.action:focus,
.article-style-9 .button.action:focus {
  background-color: #3bafda;
  border-color: #3bafda;
}
.article-style-9 button.action:hover .icon,
.article-style-9 .button.action:hover .icon,
.article-style-9 button.action:active .icon,
.article-style-9 .button.action:active .icon,
.article-style-9 button.action:focus .icon,
.article-style-9 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-9 button.action:disabled,
.article-style-9 .button.action:disabled,
.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,
.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,
.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,
.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 .buttons .buttons-display-inner {
  background-color: #ffffff;
  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 #454545;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  border-left: 1px solid #454545;
  color: #454545;
  font-family: 'PT Sans';
  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 {
  background-color: #48cfad;
}
.article-style-9 .buttons .buttons-marking-icon.icon-cross {
  background-color: #50e3c2;
}
.article-style-9 .menu-item-body-inner a,
.article-style-9 .article-body-inner a,
.article-style-9 .content-body-inner a,
.article-style-9 .block-body-inner a,
.article-style-9 .content-row-body-inner a,
.article-style-9 .component-body-inner a,
.article-style-9 .component-item-body-inner a,
.article-style-9 .component-content-body-inner a {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-9 .menu-item-body-inner a:visited,
.article-style-9 .article-body-inner a:visited,
.article-style-9 .content-body-inner a:visited,
.article-style-9 .block-body-inner a:visited,
.article-style-9 .content-row-body-inner a:visited,
.article-style-9 .component-body-inner a:visited,
.article-style-9 .component-item-body-inner a:visited,
.article-style-9 .component-content-body-inner a:visited {
  color: #8158cf;
}
.no-touch .article-style-9 .menu-item-body-inner a:hover,
.no-touch .article-style-9 .article-body-inner a:hover,
.no-touch .article-style-9 .content-body-inner a:hover,
.no-touch .article-style-9 .block-body-inner a:hover,
.no-touch .article-style-9 .content-row-body-inner a:hover,
.no-touch .article-style-9 .component-body-inner a:hover,
.no-touch .article-style-9 .component-item-body-inner a:hover,
.no-touch .article-style-9 .component-content-body-inner a:hover {
  color: #8158cf;
}
.article-style-9 .links-component .links-anchor {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-9 .links-component .links-anchor:visited {
  color: #8158cf;
}
.no-touch .article-style-9 .links-component .links-anchor:hover {
  color: #8158cf;
}
.article-style-9 .label {
  background-color: #eeeeee;
  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: #cd1919;
  font-family: 'PT Sans';
  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: #eeeeee;
  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: #454545;
  text-align: center;
  font-family: 'PT Sans';
  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: #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.article-style-9 input[type=range]:disabled .rangeslider__handle,
.article-style-9 .rangeslider--disabled .rangeslider__handle {
  background: #ccd1d9 !important;
  border-color: #ccd1d9 !important;
}
.article-style-9 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: #ead8c1;
}
.article-style-9 .rangeslider__handle {
  border: 2px solid #ead8c1;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-9 .rangeslider__handle:active {
  background: #ead8c1;
}
.article-style-9 input,
.article-style-9 textarea {
  border: 2px solid #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.article-style-9 input:focus,
.article-style-9 textarea:focus {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.article-style-9 input:disabled,
.article-style-9 textarea:disabled {
  border-color: #ccd1d9;
}
.article-style-9 .accordion-component .accordion-item {
  margin-bottom: 3px;
  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-icon {
  left: 10px;
  color: #005091;
}
.article-style-9 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  background-color: #ffffff;
  color: #005091;
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  text-align: left;
}
.article-style-9 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.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: #014e90;
  background-color: #eeeeee;
  border-color: #ccd1d9;
}
.article-style-9 .accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #014e90;
}
.article-style-9 .accordion-component .accordion-item-title.selected {
  color: #005091;
  background-color: #ead8c1;
  border-color: #ead8c1;
}
.article-style-9 .accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #005091;
}
.no-touch .article-style-9 .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.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: #005091;
  border-color: #005091;
}
.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-text {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@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;
  }
}
.article-style-9 .accordion-component .accordion-item-body {
  /*border-right: @@component-item-border-right-width @@component-item-border-right-style @@component-item-border-selected-color;
            border-bottom: @@component-item-border-bottom-width @@component-item-border-bottom-style @@component-item-border-selected-color;
            border-left: @@component-item-border-left-width @@component-item-border-left-style @@component-item-border-selected-color;*/
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #ffffff;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
}
.article-style-9 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.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: #005091;
}
.article-style-9 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #005091;
}
.article-style-9 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #005091;
}
.article-style-9 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #005091;
}
.article-style-9 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid "component-item-background-color-article-style-9";
}
.article-style-9 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #005091;
}
.article-style-9 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #ead8c1;
  background-color: #ead8c1;
}
.article-style-9 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #005091;
}
.article-style-9 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #ccd1d9;
  background-color: #ccd1d9;
}
.article-style-9 .checklist-component .checklist-item .checklist-item-text,
.article-style-9 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-9 .dragAndDrop-component .draggable-item {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  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;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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 {
  background-color: #ead8c1;
  color: #005091;
  border-color: #ead8c1;
}
.article-style-9 .dragAndDrop-component .draggable-item.is-dragging .icon {
  color: #005091;
}
.article-style-9 .dragAndDrop-component .draggable-item .icon {
  color: #005091;
}
.article-style-9 .dragAndDrop-component .draggable-item-preview {
  background-color: #ead8c1;
  color: #005091;
  border-top: 1px none #ead8c1;
  border-right: 1px none #ead8c1;
  border-bottom: 1px none #ead8c1;
  border-left: 1px none #ead8c1;
  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;
  padding-left: 40px;
}
.article-style-9 .dragAndDrop-component .draggable-item-preview .icon {
  color: #005091;
}
.article-style-9 .dragAndDrop-component .drop-zone {
  border: 2px solid #ffffff;
  margin-top: 0px;
  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: #005091;
}
.article-style-9 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #005091;
  color: #ffffff;
}
.article-style-9 .dragAndDrop-component .drop-zone:nth-child(even) {
  margin-left: 1%;
}
.article-style-9 .dragAndDrop-component .drop-zone:nth-child(odd) {
  margin-right: 1%;
}
.article-style-9 .dragAndDrop-component .drop-zone:nth-child(2n+1) {
  clear: both;
}
.article-style-9 .dragAndDrop-component .drop-zone-text {
  background-color: #ffffff;
  padding: 15px 10px 15px 10px;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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 .flipCard-component .flip-card-item-front .flip-card-item-front-text {
  color: #005091;
}
.article-style-9 .flipCard-component .flip-card-item-back .flip-card-item-back-text {
  color: #005091;
}
.article-style-9 .singleFlipCard-component .singleFlipCard-card-front .singleFlipCard-card-front-text {
  color: #005091;
}
.article-style-9 .singleFlipCard-component .singleFlipCard-card-back .singleFlipCard-card-back-text {
  color: #005091;
}
.article-style-9 .gallery-component button:hover.selected,
.article-style-9 .gallery-component button:focus.selected {
  background-color: #ffffff;
}
.article-style-9 .gallery-component .selected {
  background-color: #ffffff;
}
.article-style-9 .gallery-component .gallery-image {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  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: #ffffff;
  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: #ffffff;
}
.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: #005091;
}
.article-style-9 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-9 .gmcq-component .gmcq-item label {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  border-radius: 2px 2px 2px 2px;
}
.article-style-9 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #005091;
}
.article-style-9 .gmcq-component .gmcq-item label.selected {
  border-color: #ead8c1;
}
.article-style-9 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #005091;
  background-color: #ead8c1;
}
.article-style-9 .gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #005091;
}
.article-style-9 .gmcq-component .gmcq-item-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-9 .gmcq-component .gmcq-item-checkbox {
  background-color: #ffffff;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-9 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover {
  border-color: #005091;
}
.article-style-9 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #005091;
}
.article-style-9 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon {
  color: #ffffff;
}
.article-style-9 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #ead8c1;
}
.article-style-9 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  background-color: #ead8c1;
}
.article-style-9 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #aab2bd;
}
.article-style-9 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #ccd1d9;
}
.article-style-9 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #aab2bd;
}
.article-style-9 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #ccd1d9;
}
.article-style-9 .graphic-component .graphic-widget .graphic-container .graphic-text {
  color: #005091;
}
.article-style-9 .hotgraphic-component .hotgraphic-graphic-pin {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-9 .hotgraphic-component .hotgraphic-graphic-pin.visited {
  background-color: rgba(255, 255, 255, 0.65);
}
.article-style-9 .hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon {
  color: #014e90;
}
.no-touch .article-style-9 .hotgraphic-component .hotgraphic-graphic-pin:hover {
  background-color: #005091;
}
.no-touch .article-style-9 .hotgraphic-component .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.article-style-9 .hotgraphic-component .hotgraphic-graphic-pin-icon {
  color: #005091;
}
.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: #ffffff;
    color: #005091;
  }
}
.article-style-9 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #ffffff;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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 .interactiveVideo-component .interactiveVideo-timer {
  color: #ffffff;
}
.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: 'PT Sans';
  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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-9 .links-component .links-disabled {
  color: #ccd1d9;
}
.article-style-9 .links-component .links-disabled:hover {
  color: #ccd1d9 !important;
}
.article-style-9 .links-component .links-disabled-button {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-9 .links-component .links-disabled-button .icon {
  color: #ccd1d9;
}
.no-touch .article-style-9 .links-component .links-disabled-button:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-9 .links-component .links-disabled-button:hover .icon {
  color: #ccd1d9;
}
.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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-9 .matching-component .matching-select-container {
  background-color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-9 .matching-component .matching-select-icon {
  color: #005091;
}
.article-style-9 .matching-component .matching-correct-icon {
  color: #48cfad;
}
.article-style-9 .matching-component .matching-incorrect-icon {
  color: #ed5565;
}
.article-style-9 .matching-component .matching-select {
  padding-left: 10px;
  background: #ffffff;
  color: #005091;
  height: 45px;
  font-size: 15px;
  font-family: 'PT Sans';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-9 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 45px;
  }
}
@media all and (max-width: 520px) {
  .article-style-9 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 31.25px;
  }
}
.article-style-9 .matching-component .matching-select:focus {
  background-color: #005091;
  border-color: #005091;
  color: #ffffff;
}
.article-style-9 .matching-component .matching-widget.submitted .matching-select-container {
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-9 .matching-component .matching-select-icon:hover {
  color: #ffffff;
}
.article-style-9 .matching-component .matching-select-container:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.article-style-9 .matching-component select[disabled]::-ms-value {
  color: #005091;
}
.article-style-9 .mcq-component .mcq-item label {
  background-color: #ffffff;
  margin-bottom: 3px;
  color: #005091;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  text-align: left;
}
.article-style-9 .mcq-component .mcq-item label .mcq-answer-icon {
  color: #005091;
}
.article-style-9 .mcq-component .mcq-item label.selected {
  color: #005091;
  background-color: #ead8c1;
  border-color: #ead8c1;
}
.article-style-9 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #005091;
}
.article-style-9 .mcq-component .mcq-item-inner {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  font-family: 'PT Sans';
  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: #005091;
  color: #ffffff;
  border-color: #005091;
}
.article-style-9 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #005091;
  background-color: #ead8c1;
  border-color: #ead8c1;
}
.article-style-9 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #ccd1d9;
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.no-flexbox .article-style-9 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.no-flexbox .article-style-9 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .no-flexbox .article-style-9 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .no-flexbox .article-style-9 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.flexbox .article-style-9 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.flexbox .article-style-9 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .flexbox .article-style-9 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .flexbox .article-style-9 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-style-9 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.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: #ccd1d9;
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-9 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #ccd1d9;
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-9 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #ccd1d9;
}
.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: #ffffff;
}
.article-style-9 .narrative-component .narrative-content-title-inner,
.article-style-9 .narrative-component .narrative-content-body {
  color: #005091;
}
.article-style-9 .narrative-component .narrative-content-title-inner {
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-9 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-9 .narrative-component .narrative-indicators {
  background-color: #ffffff;
}
.article-style-9 .narrative-component .narrative-progress {
  border: 1px solid #005091;
}
.article-style-9 .narrative-component .narrative-progress.selected {
  background-color: #005091;
}
.article-style-9 .narrative-component .narrative-controls {
  background-color: #ffffff;
}
.article-style-9 .narrative-component .narrative-controls:hover {
  background-color: #005091;
}
.article-style-9 .narrative-component .narrative-controls:hover .icon {
  color: #ffffff;
}
.article-style-9 .narrative-component .narrative-controls .icon {
  color: #005091;
}
.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 {
  padding: 15px 10px 15px 10px;
  border: 2px solid #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.article-style-9 .openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.article-style-9 .openInput-component .openInput-userAnswer {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  padding: 2px 2px 2px 2px;
}
.article-style-9 .openInput-component .openInput-save-modal {
  background-color: #ffffff;
  color: #005091;
}
.article-style-9 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-9 .textAndGraphic-component .text-graphic-item-body {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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: #ffffff;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
.article-style-9 .tabs-component .tabs-item-button:hover,
.article-style-9 .tabs-component .tabs-item-button:focus {
  background-color: #005091;
  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-image {
  margin: 0 auto 15px;
}
.article-style-9 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #ffffff;
  border-right: 1px none #ead8c1;
  border-bottom: 1px none #ead8c1;
  border-left: 1px none #ead8c1;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-9 .tabs-component .tabs-item-content-title {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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.selected .tabs-item-button {
  background-color: #ead8c1;
  color: #005091;
}
@media all and (max-width: 760px) {
  .article-style-9 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
}
.article-style-9 .textNarrative-component .text-narrative-content-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-9 .textNarrative-component .text-narrative-slide-container {
  background-color: #ffffff;
}
.article-style-9 .textNarrative-component .text-narrative-slider-text-title {
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-9 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-9 .textNarrative-component .text-narrative-progress {
  border-color: #005091;
}
.article-style-9 .textNarrative-component .text-narrative-progress.selected {
  background-color: #005091;
}
.article-style-9 .textNarrative-component .text-narrative-controller {
  background-color: #ffffff;
}
.article-style-9 .textNarrative-component .text-narrative-control-left {
  background-color: #ffffff;
}
.article-style-9 .textNarrative-component .text-narrative-control-left:hover,
.article-style-9 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #005091;
}
.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: #005091;
}
.article-style-9 .textNarrative-component .text-narrative-control-right {
  background-color: #ffffff;
}
.article-style-9 .textNarrative-component .text-narrative-control-right:hover,
.article-style-9 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #005091;
}
.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: #005091;
}
.article-style-9 .textReveal-component .text-reveal-item.side-layout {
  margin-bottom: 3px;
}
.article-style-9 .textReveal-component .reveal-icon {
  padding: 15px;
  background-color: #ffffff;
  color: #005091;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-9 .textReveal-component .text-reveal-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #ffffff;
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #005091;
}
.article-style-10.article {
  background-color: #00284d;
  max-width: none;
  margin: 0px auto 0px;
  padding: 30px 30px 30px 30px;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@media all and (max-width: 760px) {
  .article-style-10.article {
    margin: 0px auto 0px;
    padding: 20px 20px 20px 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.article {
    margin: 0px auto 0px;
    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;
  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 transparent;
  border-right: 1px none transparent;
  border-bottom: 1px none transparent;
  border-left: 1px none transparent;
}
@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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-10.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.article .article-title.has-title-icon.title-icon-top .article-title-icon-container {
    margin-bottom: 10px;
  }
}
.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: 10px;
}
@media all and (max-width: 760px) {
  .article-style-10.article .article-title-icon-container {
    margin-right: 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.article .article-title-icon-container {
    margin-right: 10px;
  }
}
.article-style-10.article .article-icon {
  color: #ffffff;
  font-size: 34px;
  width: 34px;
  height: 34px;
}
.article-style-10.article .article-title-inner {
  color: #4fc1e9;
  font-family: 'PT Sans Narrow';
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10.article .article-title-inner {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10.article .article-title-inner {
    font-size: 40px;
    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: #4fc1e9;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 20px;
  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 .block {
  background-color: transparent;
  margin: 30px 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: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .block {
    margin: 20px 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: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .block .block-title-inner {
    font-size: 16px;
    font-weight: 400;
    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: #185797;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: 20px;
}
@media all and (max-width: 760px) {
  .article-style-10 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .component {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.article-style-10 .component .component-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    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: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #185797;
  text-align: left;
  font-family: 'PT Sans';
  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 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .article-style-10 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.article-style-10 .component .interaction-label-text {
  color: #454545;
  font-family: 'PT Sans';
  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 .component .interaction-label-inner {
  text-align: left;
}
.article-style-10 .component .interaction-label-inner-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.article-style-10 .component .interaction-label-inner-complete .interaction-label-icon {
  color: #48cfad;
}
.article-style-10 button,
.article-style-10 .button {
  background-color: #185797;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  .article-style-10 button,
  .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,
  .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,
.article-style-10 .button .icon {
  color: #ffffff;
}
.article-style-10 button:hover,
.article-style-10 .button:hover,
.article-style-10 button:active,
.article-style-10 .button:active,
.article-style-10 button:focus,
.article-style-10 .button:focus {
  background-color: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.article-style-10 button:hover .icon,
.article-style-10 .button:hover .icon,
.article-style-10 button:active .icon,
.article-style-10 .button:active .icon,
.article-style-10 button:focus .icon,
.article-style-10 .button:focus .icon {
  color: #ffffff;
}
.article-style-10 button.warning,
.article-style-10 .button.warning {
  background-color: #e74c3c;
  color: #FFFFFF;
  border-color: #e74c3c;
}
.article-style-10 button.warning .icon,
.article-style-10 .button.warning .icon {
  color: #FFFFFF;
}
.article-style-10 button.warning:hover,
.article-style-10 .button.warning:hover,
.article-style-10 button.warning:active,
.article-style-10 .button.warning:active,
.article-style-10 button.warning:focus,
.article-style-10 .button.warning:focus {
  background-color: #c71528;
  color: #ffffff;
  border-color: #c71528;
}
.article-style-10 button.warning:hover .icon,
.article-style-10 .button.warning:hover .icon,
.article-style-10 button.warning:active .icon,
.article-style-10 .button.warning:active .icon,
.article-style-10 button.warning:focus .icon,
.article-style-10 .button.warning:focus .icon {
  color: #ffffff;
}
.article-style-10 button:disabled,
.article-style-10 .button:disabled,
.article-style-10 button .disabled,
.article-style-10 .button .disabled {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-10 button:disabled .icon,
.article-style-10 .button:disabled .icon,
.article-style-10 button .disabled .icon,
.article-style-10 .button .disabled .icon {
  color: #ccd1d9;
}
.no-touch .article-style-10 button:disabled:hover,
.no-touch .article-style-10 .button:disabled:hover,
.no-touch .article-style-10 button .disabled:hover,
.no-touch .article-style-10 .button .disabled:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-10 button:disabled:hover .icon,
.no-touch .article-style-10 .button:disabled:hover .icon,
.no-touch .article-style-10 button .disabled:hover .icon,
.no-touch .article-style-10 .button .disabled:hover .icon {
  color: #ccd1d9;
}
.article-style-10 button.chromeless,
.article-style-10 .button.chromeless {
  color: #185797;
}
.article-style-10 button.chromeless:hover,
.article-style-10 .button.chromeless:hover,
.article-style-10 button.chromeless:active,
.article-style-10 .button.chromeless:active,
.article-style-10 button.chromeless:focus,
.article-style-10 .button.chromeless:focus {
  color: #ead8c1;
}
.article-style-10 button.action,
.article-style-10 .button.action {
  background-color: #4fc1e9;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #4fc1e9;
  border-right: 1px none #4fc1e9;
  border-bottom: 1px none #4fc1e9;
  border-left: 1px none #4fc1e9;
}
.article-style-10 button.action .icon,
.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,
  .article-style-10 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 button.action .icon,
  .article-style-10 .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
.article-style-10 button.action:hover,
.article-style-10 .button.action:hover,
.article-style-10 button.action:active,
.article-style-10 .button.action:active,
.article-style-10 button.action:focus,
.article-style-10 .button.action:focus {
  background-color: #3bafda;
  border-color: #3bafda;
}
.article-style-10 button.action:hover .icon,
.article-style-10 .button.action:hover .icon,
.article-style-10 button.action:active .icon,
.article-style-10 .button.action:active .icon,
.article-style-10 button.action:focus .icon,
.article-style-10 .button.action:focus .icon {
  color: #ffffff;
}
.article-style-10 button.action:disabled,
.article-style-10 .button.action:disabled,
.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,
.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,
.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,
.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 .buttons .buttons-display-inner {
  background-color: #ffffff;
  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 #454545;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  border-left: 1px solid #454545;
  color: #454545;
  font-family: 'PT Sans';
  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 {
  background-color: #48cfad;
}
.article-style-10 .buttons .buttons-marking-icon.icon-cross {
  background-color: #50e3c2;
}
.article-style-10 .menu-item-body-inner a,
.article-style-10 .article-body-inner a,
.article-style-10 .content-body-inner a,
.article-style-10 .block-body-inner a,
.article-style-10 .content-row-body-inner a,
.article-style-10 .component-body-inner a,
.article-style-10 .component-item-body-inner a,
.article-style-10 .component-content-body-inner a {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-10 .menu-item-body-inner a:visited,
.article-style-10 .article-body-inner a:visited,
.article-style-10 .content-body-inner a:visited,
.article-style-10 .block-body-inner a:visited,
.article-style-10 .content-row-body-inner a:visited,
.article-style-10 .component-body-inner a:visited,
.article-style-10 .component-item-body-inner a:visited,
.article-style-10 .component-content-body-inner a:visited {
  color: #8158cf;
}
.no-touch .article-style-10 .menu-item-body-inner a:hover,
.no-touch .article-style-10 .article-body-inner a:hover,
.no-touch .article-style-10 .content-body-inner a:hover,
.no-touch .article-style-10 .block-body-inner a:hover,
.no-touch .article-style-10 .content-row-body-inner a:hover,
.no-touch .article-style-10 .component-body-inner a:hover,
.no-touch .article-style-10 .component-item-body-inner a:hover,
.no-touch .article-style-10 .component-content-body-inner a:hover {
  color: #8158cf;
}
.article-style-10 .links-component .links-anchor {
  color: #9978d8;
  text-decoration: underline;
}
.article-style-10 .links-component .links-anchor:visited {
  color: #8158cf;
}
.no-touch .article-style-10 .links-component .links-anchor:hover {
  color: #8158cf;
}
.article-style-10 .label {
  background-color: #eeeeee;
  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: #cd1919;
  font-family: 'PT Sans';
  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: #eeeeee;
  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: #454545;
  text-align: center;
  font-family: 'PT Sans';
  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: #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.article-style-10 input[type=range]:disabled .rangeslider__handle,
.article-style-10 .rangeslider--disabled .rangeslider__handle {
  background: #ccd1d9 !important;
  border-color: #ccd1d9 !important;
}
.article-style-10 .rangeslider__fill {
  border-radius: 2px 2px 2px 2px;
  background: #ead8c1;
}
.article-style-10 .rangeslider__handle {
  border: 2px solid #ead8c1;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-10 .rangeslider__handle:active {
  background: #ead8c1;
}
.article-style-10 input,
.article-style-10 textarea {
  border: 2px solid #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.article-style-10 input:focus,
.article-style-10 textarea:focus {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.article-style-10 input:disabled,
.article-style-10 textarea:disabled {
  border-color: #ccd1d9;
}
.article-style-10 .accordion-component .accordion-item {
  margin-bottom: 3px;
  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-icon {
  left: 10px;
  color: #005091;
}
.article-style-10 .accordion-component .accordion-item-title {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  background-color: #ffffff;
  color: #005091;
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  text-align: left;
}
.article-style-10 .accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.article-style-10 .accordion-component .accordion-item-title:focus .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-10 .accordion-component .accordion-item-title.visited {
  color: #014e90;
  background-color: #eeeeee;
  border-color: #ccd1d9;
}
.article-style-10 .accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #014e90;
}
.article-style-10 .accordion-component .accordion-item-title.selected {
  color: #005091;
  background-color: #ead8c1;
  border-color: #ead8c1;
}
.article-style-10 .accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #005091;
}
.no-touch .article-style-10 .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.no-touch .article-style-10 .accordion-component .accordion-item-title:hover .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .article-style-10 .accordion-component .accordion-item-title.visited:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.no-touch .article-style-10 .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #ffffff;
}
.article-style-10 .accordion-component .accordion-item-title-text {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@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;
  }
}
.article-style-10 .accordion-component .accordion-item-body {
  /*border-right: @@component-item-border-right-width @@component-item-border-right-style @@component-item-border-selected-color;
            border-bottom: @@component-item-border-bottom-width @@component-item-border-bottom-style @@component-item-border-selected-color;
            border-left: @@component-item-border-left-width @@component-item-border-left-style @@component-item-border-selected-color;*/
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #ffffff;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  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;
}
.article-style-10 .accordion-component .accordion-item-body-inner {
  padding: 15px 10px 15px 10px;
}
.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: #005091;
}
.article-style-10 .checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #005091;
}
.article-style-10 .checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #005091;
}
.article-style-10 .checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #005091;
}
.article-style-10 .checklist-component .checklist-item .checklist-item-checkbox {
  border: 1px solid "component-item-background-color-article-style-10";
}
.article-style-10 .checklist-component .checklist-item .checklist-item-checkbox i {
  color: #005091;
}
.article-style-10 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #ead8c1;
  background-color: #ead8c1;
}
.article-style-10 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  color: #005091;
}
.article-style-10 .checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #ccd1d9;
  background-color: #ccd1d9;
}
.article-style-10 .checklist-component .checklist-item .checklist-item-text,
.article-style-10 .checklist-component .checklist-item .checklist-item-text-disabled {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  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;
  }
}
.article-style-10 .dragAndDrop-component .draggable-item {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  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;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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 {
  background-color: #ead8c1;
  color: #005091;
  border-color: #ead8c1;
}
.article-style-10 .dragAndDrop-component .draggable-item.is-dragging .icon {
  color: #005091;
}
.article-style-10 .dragAndDrop-component .draggable-item .icon {
  color: #005091;
}
.article-style-10 .dragAndDrop-component .draggable-item-preview {
  background-color: #ead8c1;
  color: #005091;
  border-top: 1px none #ead8c1;
  border-right: 1px none #ead8c1;
  border-bottom: 1px none #ead8c1;
  border-left: 1px none #ead8c1;
  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;
  padding-left: 40px;
}
.article-style-10 .dragAndDrop-component .draggable-item-preview .icon {
  color: #005091;
}
.article-style-10 .dragAndDrop-component .drop-zone {
  border: 2px solid #ffffff;
  margin-top: 0px;
  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: #005091;
}
.article-style-10 .dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  background-color: #005091;
  color: #ffffff;
}
.article-style-10 .dragAndDrop-component .drop-zone:nth-child(even) {
  margin-left: 1%;
}
.article-style-10 .dragAndDrop-component .drop-zone:nth-child(odd) {
  margin-right: 1%;
}
.article-style-10 .dragAndDrop-component .drop-zone:nth-child(2n+1) {
  clear: both;
}
.article-style-10 .dragAndDrop-component .drop-zone-text {
  background-color: #ffffff;
  padding: 15px 10px 15px 10px;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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 .flipCard-component .flip-card-item-front .flip-card-item-front-text {
  color: #005091;
}
.article-style-10 .flipCard-component .flip-card-item-back .flip-card-item-back-text {
  color: #005091;
}
.article-style-10 .singleFlipCard-component .singleFlipCard-card-front .singleFlipCard-card-front-text {
  color: #005091;
}
.article-style-10 .singleFlipCard-component .singleFlipCard-card-back .singleFlipCard-card-back-text {
  color: #005091;
}
.article-style-10 .gallery-component button:hover.selected,
.article-style-10 .gallery-component button:focus.selected {
  background-color: #ffffff;
}
.article-style-10 .gallery-component .selected {
  background-color: #ffffff;
}
.article-style-10 .gallery-component .gallery-image {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  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: #ffffff;
  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: #ffffff;
}
.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: #005091;
}
.article-style-10 .gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}
.article-style-10 .gmcq-component .gmcq-item label {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  border-radius: 2px 2px 2px 2px;
}
.article-style-10 .gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #005091;
}
.article-style-10 .gmcq-component .gmcq-item label.selected {
  border-color: #ead8c1;
}
.article-style-10 .gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #005091;
  background-color: #ead8c1;
}
.article-style-10 .gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #005091;
}
.article-style-10 .gmcq-component .gmcq-item-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-10 .gmcq-component .gmcq-item-checkbox {
  background-color: #ffffff;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-10 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover {
  border-color: #005091;
}
.article-style-10 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #005091;
}
.article-style-10 .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon {
  color: #ffffff;
}
.article-style-10 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  border-color: #ead8c1;
}
.article-style-10 .gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  background-color: #ead8c1;
}
.article-style-10 .gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #aab2bd;
}
.article-style-10 .gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #ccd1d9;
}
.article-style-10 .gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #aab2bd;
}
.article-style-10 .gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #ccd1d9;
}
.article-style-10 .graphic-component .graphic-widget .graphic-container .graphic-text {
  color: #005091;
}
.article-style-10 .hotgraphic-component .hotgraphic-graphic-pin {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-10 .hotgraphic-component .hotgraphic-graphic-pin.visited {
  background-color: rgba(255, 255, 255, 0.65);
}
.article-style-10 .hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon {
  color: #014e90;
}
.no-touch .article-style-10 .hotgraphic-component .hotgraphic-graphic-pin:hover {
  background-color: #005091;
}
.no-touch .article-style-10 .hotgraphic-component .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.article-style-10 .hotgraphic-component .hotgraphic-graphic-pin-icon {
  color: #005091;
}
.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: #ffffff;
    color: #005091;
  }
}
.article-style-10 .hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #ffffff;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  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 .interactiveVideo-component .interactiveVideo-timer {
  color: #ffffff;
}
.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: 'PT Sans';
  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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  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;
  }
}
.article-style-10 .links-component .links-disabled {
  color: #ccd1d9;
}
.article-style-10 .links-component .links-disabled:hover {
  color: #ccd1d9 !important;
}
.article-style-10 .links-component .links-disabled-button {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-10 .links-component .links-disabled-button .icon {
  color: #ccd1d9;
}
.no-touch .article-style-10 .links-component .links-disabled-button:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .article-style-10 .links-component .links-disabled-button:hover .icon {
  color: #ccd1d9;
}
.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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-10 .matching-component .matching-select-container {
  background-color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-10 .matching-component .matching-select-icon {
  color: #005091;
}
.article-style-10 .matching-component .matching-correct-icon {
  color: #48cfad;
}
.article-style-10 .matching-component .matching-incorrect-icon {
  color: #ed5565;
}
.article-style-10 .matching-component .matching-select {
  padding-left: 10px;
  background: #ffffff;
  color: #005091;
  height: 45px;
  font-size: 15px;
  font-family: 'PT Sans';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .article-style-10 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 45px;
  }
}
@media all and (max-width: 520px) {
  .article-style-10 .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 31.25px;
  }
}
.article-style-10 .matching-component .matching-select:focus {
  background-color: #005091;
  border-color: #005091;
  color: #ffffff;
}
.article-style-10 .matching-component .matching-widget.submitted .matching-select-container {
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-10 .matching-component .matching-select-icon:hover {
  color: #ffffff;
}
.article-style-10 .matching-component .matching-select-container:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.article-style-10 .matching-component select[disabled]::-ms-value {
  color: #005091;
}
.article-style-10 .mcq-component .mcq-item label {
  background-color: #ffffff;
  margin-bottom: 3px;
  color: #005091;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  text-align: left;
}
.article-style-10 .mcq-component .mcq-item label .mcq-answer-icon {
  color: #005091;
}
.article-style-10 .mcq-component .mcq-item label.selected {
  color: #005091;
  background-color: #ead8c1;
  border-color: #ead8c1;
}
.article-style-10 .mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #005091;
}
.article-style-10 .mcq-component .mcq-item-inner {
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  font-family: 'PT Sans';
  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: #005091;
  color: #ffffff;
  border-color: #005091;
}
.article-style-10 .mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #005091;
  background-color: #ead8c1;
  border-color: #ead8c1;
}
.article-style-10 .mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #ccd1d9;
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.no-flexbox .article-style-10 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.no-flexbox .article-style-10 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .no-flexbox .article-style-10 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .no-flexbox .article-style-10 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.flexbox .article-style-10 .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.flexbox .article-style-10 .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
@media all and (max-width: 520px) {
  .flexbox .article-style-10 .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .flexbox .article-style-10 .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-style-10 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #005091;
  border-color: #005091;
}
.article-style-10 .mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #ffffff;
}
.article-style-10 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #ccd1d9;
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-10 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #ccd1d9;
  background-color: #ccd1d9;
  border-color: #aab2bd;
}
.article-style-10 .mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #ccd1d9;
}
.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: #ffffff;
}
.article-style-10 .narrative-component .narrative-content-title-inner,
.article-style-10 .narrative-component .narrative-content-body {
  color: #005091;
}
.article-style-10 .narrative-component .narrative-content-title-inner {
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-10 .narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  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;
  }
}
.article-style-10 .narrative-component .narrative-indicators {
  background-color: #ffffff;
}
.article-style-10 .narrative-component .narrative-progress {
  border: 1px solid #005091;
}
.article-style-10 .narrative-component .narrative-progress.selected {
  background-color: #005091;
}
.article-style-10 .narrative-component .narrative-controls {
  background-color: #ffffff;
}
.article-style-10 .narrative-component .narrative-controls:hover {
  background-color: #005091;
}
.article-style-10 .narrative-component .narrative-controls:hover .icon {
  color: #ffffff;
}
.article-style-10 .narrative-component .narrative-controls .icon {
  color: #005091;
}
.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 {
  padding: 15px 10px 15px 10px;
  border: 2px solid #ffffff;
  border-radius: 2px 2px 2px 2px;
}
.article-style-10 .openInput-component textarea:focus {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.article-style-10 .openInput-component .openInput-userAnswer {
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  padding: 2px 2px 2px 2px;
}
.article-style-10 .openInput-component .openInput-save-modal {
  background-color: #ffffff;
  color: #005091;
}
.article-style-10 .textAndGraphic-component .text-graphic-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-10 .textAndGraphic-component .text-graphic-item-body {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  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;
  }
}
.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: #ffffff;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
.article-style-10 .tabs-component .tabs-item-button:hover,
.article-style-10 .tabs-component .tabs-item-button:focus {
  background-color: #005091;
  color: #ffffff;
}
@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-image {
  margin: 0 auto 15px;
}
.article-style-10 .tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #ffffff;
  border-right: 1px none #ead8c1;
  border-bottom: 1px none #ead8c1;
  border-left: 1px none #ead8c1;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-style-10 .tabs-component .tabs-item-content-title {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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.selected .tabs-item-button {
  background-color: #ead8c1;
  color: #005091;
}
@media all and (max-width: 760px) {
  .article-style-10 .tabs-component .tabs-item {
    margin-bottom: 3px;
  }
}
.article-style-10 .textNarrative-component .text-narrative-content-inner {
  padding: 15px 10px 15px 10px;
}
.article-style-10 .textNarrative-component .text-narrative-slide-container {
  background-color: #ffffff;
}
.article-style-10 .textNarrative-component .text-narrative-slider-text-title {
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.article-style-10 .textNarrative-component .text-narrative-slider-text-body {
  margin-top: 15px;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  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-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;
  }
}
.article-style-10 .textNarrative-component .text-narrative-progress {
  border-color: #005091;
}
.article-style-10 .textNarrative-component .text-narrative-progress.selected {
  background-color: #005091;
}
.article-style-10 .textNarrative-component .text-narrative-controller {
  background-color: #ffffff;
}
.article-style-10 .textNarrative-component .text-narrative-control-left {
  background-color: #ffffff;
}
.article-style-10 .textNarrative-component .text-narrative-control-left:hover,
.article-style-10 .textNarrative-component .text-narrative-control-left:focus {
  background-color: #005091;
}
.article-style-10 .textNarrative-component .text-narrative-control-left:hover .icon,
.article-style-10 .textNarrative-component .text-narrative-control-left:focus .icon {
  color: #ffffff;
}
.article-style-10 .textNarrative-component .text-narrative-control-left .icon {
  color: #005091;
}
.article-style-10 .textNarrative-component .text-narrative-control-right {
  background-color: #ffffff;
}
.article-style-10 .textNarrative-component .text-narrative-control-right:hover,
.article-style-10 .textNarrative-component .text-narrative-control-right:focus {
  background-color: #005091;
}
.article-style-10 .textNarrative-component .text-narrative-control-right:hover .icon,
.article-style-10 .textNarrative-component .text-narrative-control-right:focus .icon {
  color: #ffffff;
}
.article-style-10 .textNarrative-component .text-narrative-control-right .icon {
  color: #005091;
}
.article-style-10 .textReveal-component .text-reveal-item.side-layout {
  margin-bottom: 3px;
}
.article-style-10 .textReveal-component .reveal-icon {
  padding: 15px;
  background-color: #ffffff;
  color: #005091;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.article-style-10 .textReveal-component .text-reveal-item-title h6 {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #ffffff;
  border-top: 1px none #005091;
  border-right: 1px none #005091;
  border-bottom: 1px none #005091;
  border-left: 1px none #005091;
  color: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #005091;
}
.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 {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-top: 1px none #000000;
  /*.flexbox & {
		.component-container {
  			display: -ms-flexbox;
  			display: flex;

  			-ms-flex-wrap: wrap;
  			flex-wrap: wrap;
		}

		.component {
			display: -ms-flexbox;
			display: flex;

            -ms-flex: 0 0 100%;
			flex: 0 0 100%;
		}

		.component-left {
			@media all and (min-width:(@device-width-medium + 1px)) {
                -ms-flex: 0 0 50%;
				flex: 0 0 50%;
			}
		}

		.component-right {
			@media all and (min-width:(@device-width-medium + 1px)) {
                -ms-flex: 0 0 50%;
				flex: 0 0 50%;
				margin-left: auto;
			}
		}

		&.two-thirds-left {

			@media all and (min-width:(@device-width-medium + 1px)) {
				.component-left {
					-ms-flex: 0 0 66.6666666%;
	        		flex: 0 0 66.6666666%;
	        	}
	            .component-right {
	            	-ms-flex: 0 0 33.3333333%;
	            	flex: 0 0 33.3333333%;
	            }
			}
        	
        }

        &.two-thirds-right {

        	@media all and (min-width:(@device-width-medium + 1px)) {
        		.component-left {
	        		-ms-flex: 0 0 33.3333333%;
	        		flex: 0 0 33.3333333%;
	        	}
	        	.component-right {
	            	-ms-flex: 0 0 66.6666666%;
	            	flex: 0 0 66.6666666%;
	            } 
        	}
        	  
        }

        &.component-center {

        	@media all and (min-width:(@device-width-medium + 1px)) {
        		.component-container {
                    -ms-flex-pack: center;
                    justify-content: center;
        		}
        		.component {
					-ms-flex: 0 0 60%;
					flex: 0 0 60%;
					margin-left: initial;
				}
			    .component-inner {
			      	margin: 0px;
			    }
        	}
		}

		.component-mount-point,
		.component-inner {
			-ms-flex: 1;
			flex: 1;
		}
	}

	.no-flexbox & {

		.component {
			width: 100%;
		}

		.component-left {
			@media all and (min-width:(@device-width-medium + 1px)) {
				float: left;
				width: 50%;
			}
		}

		.component-right {
			@media all and (min-width:(@device-width-medium + 1px)) {
				float: right;
				width: 50%;
			}
		}

		&.two-thirds-left {

			@media all and (min-width:(@device-width-medium + 1px)) {
				.component-left {
	        		width: 66.6666666%;
	        	}
	            .component-right {
	            	width: 33.3333333%;
	            }
			}
        	
        }

        &.two-thirds-right {

        	@media all and (min-width:(@device-width-medium + 1px)) {
        		.component-left {
	        		width: 33.3333333%;
	        	}
	        	.component-right {
	            	width: 66.6666666%;
	            } 
        	}
        	  
        }

        &.component-center {

        	@media all and (min-width:(@device-width-medium + 1px)) {
        		.component {
					width: 60%;
					float: none;
					margin-left: auto;
					margin-right: auto;
				}
			    .component-inner {
			      	margin: 0px;
			    }
        	}
		}
	}*/
}
.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: #005091;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  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: 16px;
    font-weight: 400;
    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: 16px;
    font-weight: 400;
    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: #ececfb;
  text-align: left;
  font-family: 'PT Sans';
  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,
.content-row .component {
  width: 100%;
}
@media all and (min-width: 761px) {
  .block .component-left,
  .content-row .component-left {
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 761px) {
  .block .component-right,
  .content-row .component-right {
    float: right;
    width: 50%;
  }
}
@media all and (min-width: 761px) {
  .block.two-thirds-left .component-left,
  .content-row.two-thirds-left .component-left {
    width: 66.6666666%;
  }
  .block.two-thirds-left .component-right,
  .content-row.two-thirds-left .component-right {
    width: 33.3333333%;
  }
}
@media all and (min-width: 761px) {
  .block.two-thirds-right .component-left,
  .content-row.two-thirds-right .component-left {
    width: 33.3333333%;
  }
  .block.two-thirds-right .component-right,
  .content-row.two-thirds-right .component-right {
    width: 66.6666666%;
  }
}
@media all and (min-width: 761px) {
  .block.component-center .component,
  .content-row.component-center .component {
    width: 60%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .block.component-center .component-inner,
  .content-row.component-center .component-inner {
    margin: 0px;
  }
}
button,
.button {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
  background-color: #185797;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  padding: 9px 16px 9px 16px;
  margin: 6px 0px 6px 0px;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 760px) {
  button,
  .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,
  .button {
    margin: 6px 0px 6px 0px;
    padding: 8px 12px 8px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
  }
}
button .icon,
.button .icon {
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  color: #ffffff;
  margin-right: 5px;
  font-size: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  color: inherit;
  vertical-align: bottom;
}
button:hover,
.button:hover,
button:active,
.button:active,
button:focus,
.button:focus {
  outline: none;
  background-color: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
button:hover .icon,
.button:hover .icon,
button:active .icon,
.button:active .icon,
button:focus .icon,
.button:focus .icon {
  color: #ffffff;
}
button.warning,
.button.warning {
  background-color: #e74c3c;
  color: #FFFFFF;
  border-color: #e74c3c;
}
button.warning .icon,
.button.warning .icon {
  color: #FFFFFF;
}
button.warning:hover,
.button.warning:hover,
button.warning:active,
.button.warning:active,
button.warning:focus,
.button.warning:focus {
  background-color: #c71528;
  color: #ffffff;
  border-color: #c71528;
}
button.warning:hover .icon,
.button.warning:hover .icon,
button.warning:active .icon,
.button.warning:active .icon,
button.warning:focus .icon,
.button.warning:focus .icon {
  color: #ffffff;
}
button:disabled,
.button:disabled,
button .disabled,
.button .disabled {
  cursor: auto;
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
button:disabled .icon,
.button:disabled .icon,
button .disabled .icon,
.button .disabled .icon {
  color: #ccd1d9;
}
.no-touch button:disabled:hover,
.no-touch .button:disabled:hover,
.no-touch button .disabled:hover,
.no-touch .button .disabled:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch button:disabled:hover .icon,
.no-touch .button:disabled:hover .icon,
.no-touch button .disabled:hover .icon,
.no-touch .button .disabled:hover .icon {
  color: #ccd1d9;
}
button.chromeless,
.button.chromeless {
  background: transparent;
  border: none;
  margin: 0;
  box-shadow: none;
  color: #185797;
}
button.chromeless:hover,
.button.chromeless:hover,
button.chromeless:active,
.button.chromeless:active,
button.chromeless:focus,
.button.chromeless:focus {
  color: #ead8c1;
}
button.chromeless .icon,
.button.chromeless .icon {
  margin: 0;
  font-size: 34px;
  height: 34px;
  width: 34px;
  display: inline-block;
  color: inherit;
  vertical-align: bottom;
}
button.action,
.button.action {
  position: absolute;
  margin: 0!important;
  padding: 0!important;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  background-color: #4fc1e9;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px none #4fc1e9;
  border-right: 1px none #4fc1e9;
  border-bottom: 1px none #4fc1e9;
  border-left: 1px none #4fc1e9;
}
button.action .icon,
.button.action .icon {
  margin: 0;
  box-sizing: content-box;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
@media all and (max-width: 760px) {
  button.action .icon,
  .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
@media all and (max-width: 520px) {
  button.action .icon,
  .button.action .icon {
    padding: 10px 10px 10px 10px;
  }
}
button.action:hover,
.button.action:hover,
button.action:active,
.button.action:active,
button.action:focus,
.button.action:focus {
  outline: none;
  background-color: #3bafda;
  border-color: #3bafda;
}
button.action:hover .icon,
.button.action:hover .icon,
button.action:active .icon,
.button.action:active .icon,
button.action:focus .icon,
.button.action:focus .icon {
  color: #ffffff;
}
button.action:disabled,
.button.action:disabled,
button.action .disabled,
.button.action .disabled {
  background-color: #909090;
  border-color: #909090;
}
button.action:disabled .icon,
.button.action:disabled .icon,
button.action .disabled .icon,
.button.action .disabled .icon {
  color: #ffffff;
}
.no-touch button.action:disabled:hover,
.no-touch .button.action:disabled:hover,
.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,
.no-touch button.action .disabled:hover .icon,
.no-touch .button.action .disabled:hover .icon {
  color: #ffffff;
}
.buttons {
  margin: 6px 0;
  position: relative;
}
.buttons button {
  float: left;
}
.buttons button.buttons-action {
  margin-right: 0.5%;
}
.buttons button.buttons-feedback {
  margin-left: 0.5%;
}
.buttons.buttons-full button {
  width: 49.5%;
}
.buttons.buttons-full .buttons-marking-icon {
  position: absolute;
  right: initial;
  left: 50%;
}
.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-hide-marking-icon .buttons-marking-icon {
  display: none;
}
.buttons .buttons-cluster-bottom {
  position: relative;
}
.buttons .buttons-display {
  text-align: left;
}
.buttons .buttons-display-inner {
  display: inline-block;
  background-color: #ffffff;
  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 #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  color: #999999;
  font-family: 'PT Sans';
  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;
  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: #ed5565;
}
@media all and (max-width: 520px) {
  .buttons .buttons-marking-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-left: -20px;
    margin-top: -20px;
  }
}
.buttons-auto-submit .buttons-marking-icon {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
}
.caption {
  background-color: #ebecee;
  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: #454545;
  text-align: center;
  font-family: 'PT Sans';
  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;
  }
}
.component {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
}
@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-inner {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  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: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .component .component-inner {
    padding: 0px 0px 0px 0px;
  }
}
.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: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .component .component-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.component .component-body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
@media all and (max-width: 520px) {
  .component .component-body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.component .component-body-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media all and (max-width: 520px) {
  .component .component-instruction {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
}
.component .component-instruction-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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-interaction-label {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  background-color: transparent;
}
@media all and (max-width: 760px) {
  .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
@media all and (max-width: 520px) {
  .component .component-interaction-label {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
.component .interaction-label-text {
  color: #454545;
  font-family: 'PT Sans';
  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;
  }
}
.component .interaction-label-inner {
  text-align: left;
}
.component .interaction-label-inner-incomplete .interaction-label-icon {
  color: #cbcbcb;
}
.component .interaction-label-inner-complete .interaction-label-icon {
  color: #48cfad;
}
@media all and (min-width: 761px) {
  .component.component-left .component-inner {
    margin-right: 5%;
  }
}
@media all and (min-width: 761px) {
  .component.component-right .component-inner {
    margin-left: 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;
}
html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size-adjust: 0.5;
}
body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  line-height: 1.25;
}
dl {
  font-style: italic;
  font-size: 11px;
}
button {
  font-family: 'PT Sans', Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.25;
  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;
  overflow: hidden;
  max-width: 1024px;
  margin: 0px auto 0px;
  background-color: #00284d;
  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;
}
@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 {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer .footer-item {
  position: relative;
  float: left;
  min-height: 1px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 50%;
  width: 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.footer .footer-item a {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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: #ead8c1;
  color: #185797;
  padding: 20px 20px 20px 20px;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .footer .footer-item a {
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .footer .footer-item a {
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
.footer .footer-item a .icon {
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  display: inline-block;
  position: absolute;
  top: 50%;
  color: #185797;
  margin-top: -11.5px;
}
.no-touch .footer .footer-item a:hover {
  background-color: rgba(234, 216, 193, 0.8);
  color: #ffffff;
}
.no-touch .footer .footer-item a:hover .icon {
  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;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #cccccc;
  color: #454545;
  font-family: 'PT Sans';
  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 a {
  border-right: 1px solid #ddc09b;
}
.footer .footer-nav-previous-button .footer-nav-button-title {
  text-align: left;
}
.footer .footer-nav-previous-button .icon {
  left: 20px;
}
.footer .footer-nav-next-button a {
  border-left: 1px solid #ddc09b;
}
.footer .footer-nav-next-button .footer-nav-button-title {
  text-align: right;
}
.footer .footer-nav-next-button .icon {
  right: 20px;
}
.footer .footer-nav-inner {
  position: relative;
}
@media screen and (max-width: 600px) {
  .footer .footer-nav-button-title {
    visibility: hidden;
    width: 1px;
    white-space: nowrap;
    overflow: hidden;
  }
}
.header {
  position: relative;
  background-color: #014e90;
  margin: 0px 0px 0px 0px;
  padding: 60px 30px 60px 30px;
  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: 40px 20px 40px 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: 'PT Sans Narrow';
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .header .header-title-inner,
  .header h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .header .header-title-inner,
  .header h1 {
    font-size: 50px;
    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: 'PT Sans';
  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;
  box-sizing: border-box;
}
.header .header-right {
  width: 32%;
  float: right;
  text-align: center;
  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;
  }
}
.hero-image {
  overflow: hidden;
  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;
  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-background {
  display: table;
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 1px;
}
.hero-image .hero-image-background.hero-layout-center .hero-image-background-inner,
.hero-image .hero-image-background.hero-layout-center-left .hero-image-background-inner,
.hero-image .hero-image-background.hero-layout-center-right .hero-image-background-inner {
  vertical-align: middle;
}
.hero-image .hero-image-background.hero-layout-center .hero-content {
  margin: auto;
}
.hero-image .hero-image-background.hero-layout-center-right .hero-content {
  margin: 0 0 0 auto;
}
.hero-image .hero-image-background.hero-layout-bottom .hero-content {
  position: absolute;
  bottom: 20px;
}
.hero-image .hero-image-background.hero-layout-top-right .hero-content {
  position: absolute;
  right: 20px;
}
.hero-image .hero-image-background.hero-layout-bottom-left .hero-content {
  position: absolute;
  bottom: 20px;
}
.hero-image .hero-image-background.hero-layout-bottom-right .hero-content {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.hero-image .hero-image-background-inner {
  display: table-cell;
  position: relative;
  box-sizing: border-box;
}
.hero-image .hero-content {
  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: 'PT Sans Narrow';
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}
@media all and (max-width: 760px) {
  .hero-image .hero-image-title-inner {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
  }
}
@media all and (max-width: 520px) {
  .hero-image .hero-image-title-inner {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
  }
}
.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: 'PT Sans';
  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.has-parallax {
  position: fixed;
  width: 100%;
  top: 54px;
}
@media all and (max-width: 760px) {
  .hero-image.has-parallax {
    top: 80px;
  }
}
#wrapper.hide-top-navigation .hero-image.has-parallax {
  top: 0;
}
@media all and (max-width: 760px) {
  #wrapper.has-hamburger-menu .hero-image.has-parallax {
    top: 40px;
  }
  #wrapper.hide-side-navigation .hero-image.has-parallax {
    top: 40px;
  }
  #wrapper.hide-side-navigation.hide-top-navigation .hero-image.has-parallax {
    top: 0;
  }
  #wrapper:not(.hide-side-navigation).hide-top-navigation .hero-image.has-parallax {
    top: 40px;
  }
}
.icon {
  display: block;
  width: 23px;
  height: 23px;
  font-size: 23px;
  text-decoration: none;
  color: #454545;
  font-kerning: initial;
}
.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: #454545;
  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: #454545;
}
.info-graph-label {
  margin-top: 10px;
  color: #454545;
}
input,
textarea {
  outline: none;
  box-shadow: 0 0 0 15px transparent;
  padding: 2px 4px;
  font-family: 'PT Sans';
  color: #454545;
  background-color: white;
  font-size: 16px;
  border: 2px solid #185797;
  border-radius: 2px 2px 2px 2px;
  transition: box-shadow 0.25s ease-in;
}
input:focus,
textarea:focus {
  box-shadow: 0 0 0 5px rgba(24, 87, 151, 0.5);
}
input:disabled,
textarea:disabled {
  border-color: #aab2bd;
}
input.has-label,
textarea.has-label {
  padding: 6px 6px 6px 6px;
  font-size: 16px;
  margin: 0!important;
}
input[type=text],
textarea {
  margin: 0 0 10px 0;
}
input[type="checkbox"] {
  display: inline-block;
  box-shadow: none!important;
}
.label {
  display: inline-block;
  background-color: #ebecee;
  padding: 6px 6px 6px 6px;
  border-top: 1px solid #34495e;
  border-right: 1px solid #34495e;
  border-bottom: 1px solid #34495e;
  border-left: 1px solid #34495e;
  border-radius: 0px 0px 0px 0px;
  color: #454545;
  font-family: 'PT Sans';
  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;
  }
}
.menu-item-body-inner a,
.article-body-inner a,
.content-body-inner a,
.block-body-inner a,
.content-row-body-inner a,
.component-body-inner a,
.component-item-body-inner a,
.component-content-body-inner a {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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: #9978d8;
  text-decoration: underline;
}
.menu-item-body-inner a:visited,
.article-body-inner a:visited,
.content-body-inner a:visited,
.block-body-inner a:visited,
.content-row-body-inner a:visited,
.component-body-inner a:visited,
.component-item-body-inner a:visited,
.component-content-body-inner a:visited {
  color: #8158cf;
}
.menu-item-body-inner a:hover,
.article-body-inner a:hover,
.content-body-inner a:hover,
.block-body-inner a:hover,
.content-row-body-inner a:hover,
.component-body-inner a:hover,
.component-item-body-inner a:hover,
.component-content-body-inner a:hover {
  color: #8158cf;
}
.links-component .links-anchor {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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: #9978d8;
  text-decoration: underline;
}
.links-component .links-anchor:visited {
  color: #8158cf;
}
.links-component .links-anchor:hover {
  color: #8158cf;
}
.list-item {
  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;
  box-shadow: none;
  color: #454545;
  font-family: 'PT Sans';
  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: #d6d7d8;
}
.list-item:nth-child(even) {
  background-color: #ebecee;
}
.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: #185797;
  border-color: #9b9b9b;
  color: #ffffff;
}
.no-touch .list-item button:hover,
.no-touch .list-item a:hover,
.list-item button:focus,
.list-item a:focus {
  background-color: #ead8c1;
  border-color: #9b9b9b;
  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;
}
.list-item-right {
  width: 40%;
  float: right;
  text-align: right;
}
.loading {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading .loader-default {
  background-image: url(assets/loader.gif);
  width: 54px;
  height: 54px;
}
.menu {
  width: 100%;
  background-color: transparent;
}
.menu .menu-container {
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0px 0px 0px 0px;
}
@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 .collection-item {
  overflow: hidden;
  margin: 0 0 20px 0;
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
  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: #2c3e50;
  font-family: 'PT Sans';
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
@media all and (max-width: 760px) {
  .menu .collection-item .menu-item-title-inner {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media all and (max-width: 520px) {
  .menu .collection-item .menu-item-title-inner {
    font-size: 24px;
    font-weight: 700;
    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: #2c3e50;
  font-family: 'PT Sans';
  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 {
  color: #2c3e50;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
@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-type-icon {
  color: #2c3e50;
}
.menu .collection-item .collection-item-footer {
  background-color: #ebecee;
  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: #185797;
  border-color: #9b9b9b;
  color: #ffffff;
}
.no-touch .menu .collection-item .collection-item-footer-inner .button:hover,
.menu .collection-item .collection-item-footer-inner .button:focus {
  background-color: #ead8c1;
  border-color: #9b9b9b;
  color: #ffffff;
}
.menu .collection-item .progress-bar-indicator {
  border-color: #ecf0f1;
  background-color: #e0e0e8;
}
.menu .collection-item .progress-bar-indicator .progress-bar-indicator-inner {
  background-color: #ca172b;
}
.menu .collection-item .progress-bar-text,
.menu .collection-item .progress-indicator-text {
  color: #ffffff;
  font-family: 'PT Sans';
}
.menu .collection-item .progress-indicator .progress-indicator-items {
  background-color: #e0e0e8;
  border-color: #ecf0f1;
}
.menu .collection-item .progress-indicator .progress-indicator-item {
  border-right-color: #ecf0f1;
}
.menu .collection-item .progress-indicator .progress-indicator-item.complete {
  background-color: #ca172b;
}
.menu .collection-item .progress-indicator .progress-indicator-item-bar {
  background-color: #ca172b;
}
@media all and (max-width: 760px) {
  .menu-content-items .component {
    margin-bottom: 10px;
  }
}
.menu-content-items .component.has-graphic .component-body-inner {
  float: left;
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
}
@media all and (max-width: 760px) {
  .menu-content-items .component.has-graphic .component-body-inner {
    width: auto;
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }
}
.menu-content-items .component.graphic-layout-left .component-body-inner {
  float: right;
  padding-right: 0;
  padding-left: 10px;
}
.menu-content-items .component.graphic-layout-left .component-body-graphic {
  float: left;
  padding-left: 0;
  padding-right: 10px;
}
@media all and (max-width: 760px) {
  .menu-content-items .component.graphic-layout-left .component-body-inner {
    width: auto;
    float: none;
    padding: 0;
  }
  .menu-content-items .component.graphic-layout-left .component-body-graphic {
    width: auto;
    margin: auto;
    float: none;
    padding: 0;
  }
}
.menu-content-items .component-body-graphic {
  float: right;
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
}
.menu-content-items .component-body-graphic img {
  display: block;
  margin: auto;
}
@media all and (max-width: 760px) {
  .menu-content-items .component-body-graphic {
    width: auto;
    float: none;
    padding: 0;
  }
}
.navigation-top {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background-color: #2c3e50;
  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-item {
  text-decoration: none;
  display: inline-block;
}
.navigation-top .navigation-item .icon {
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  color: #ecf0f1;
  padding: 15.5px;
  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: #4a89dc;
}
.navigation-top .navigation-item.disabled {
  pointer-events: none;
}
.navigation-top .navigation-item.disabled .icon {
  color: #A0A1A2 !important;
}
.navigation-top .navigation-show-side-panel-button {
  float: left;
}
.navigation-top .navigation-show-side-panel-button.is-right-side {
  float: right;
}
.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;
}
.navigation-top .navigation-back-button .navigation-back-button-text {
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  font-size: 16px;
  font-family: 'PT Sans';
  color: #ecf0f1;
  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: #4a89dc;
}
.navigation-top .navigation-notify-button {
  float: right;
  position: relative;
}
.navigation-top .navigation-notify-button-text {
  display: none;
  position: absolute;
  margin: 8.5px;
  width: 18px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #d0021b;
  color: #FFFFFF;
}
@media all and (max-width: 760px) {
  .navigation-top .navigation-notify-button-text {
    margin: 1.5px;
  }
}
.navigation-top .navigation-branding {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.navigation-side {
  position: fixed;
  z-index: 9997;
  bottom: 0;
  left: 0;
  width: 60px;
  top: 54px;
  background-color: #2c3e50;
}
.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: #ecf0f1;
}
.navigation-side .navigation-side-item:hover .navigation-side-icon {
  color: #4a89dc;
}
.navigation-side .navigation-side-item .navigation-side-icon {
  padding: 18.5px;
  box-sizing: initial;
  color: #ecf0f1;
  display: inline-block;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-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: 60px;
  display: none;
  padding: 18.5px;
  border-left: 1px solid #ecf0f1;
  box-sizing: initial;
  height: 23px;
  line-height: 23px;
  color: #ecf0f1;
  background-color: #2c3e50;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
@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: #2c3e50;
    text-align: center;
  }
  .navigation-side:not(.is-hamburger-mode) .navigation-side-item .navigation-side-icon {
    color: #ecf0f1;
    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: #4a89dc;
  }
  .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;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.navigation-side.is-hamburger-mode.is-right-side {
  left: auto;
  right: 0;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
.navigation-side.is-hamburger-mode.is-visible {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.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: 18.5px;
  padding-left: 15.5px;
}
.navigation-side.is-hamburger-mode .navigation-side-item .navigation-side-label {
  float: left;
  position: static;
  display: block;
  padding: 18.5px 0;
  border-left: none;
  width: 170px;
}
.no-touch .navigation-side.is-hamburger-mode .navigation-side-item:hover .navigation-side-label {
  color: #4a89dc;
}
@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: #4a89dc;
  }
}
.hide-top-navigation .navigation-side {
  top: 0;
}
.notify {
  position: fixed;
  z-index: 9999;
}
.notify .notify-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.notify .notify-overlay.is-fullscreen {
  background-color: #ffffff;
}
.notify .notify-prompt-container {
  position: fixed;
  top: 55%;
  left: 0;
  right: 0;
}
.notify .notify-prompt {
  margin: 0 auto;
  max-width: 880px;
  background-color: #ffffff;
  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;
  box-shadow: none;
}
.notify .notify-content {
  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 {
  text-align: center;
  margin: 0 auto;
  color: #454545;
  max-width: 820px;
  font-family: 'PT Sans';
  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 {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  color: #666666;
  max-width: 820px;
  font-family: 'PT Sans';
  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: #5d9cec;
  border-color: #5d9cec;
  color: #ffffff;
}
.no-touch .notify .prompt-actions .button:hover,
.notify .prompt-actions .button:focus {
  background-color: #4a89dc;
  border-color: #4a89dc;
  color: #ffffff;
}
.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 #8bb8f1;
  border-radius: 1px;
  overflow: hidden;
}
.notify .notify-glyph .notify-progress-bar-indicator .notify-progress-bar-indicator-inner {
  height: 100%;
  background-color: #5d9cec;
}
.notify .notify-glyph .notify-progress-bar-text {
  margin-top: 8px;
  color: #5d9cec;
}
.notify .notify-glyph .notify-icon {
  display: inline-block;
  overflow: auto;
}
.notify .notify-glyph .notify-icon .icon {
  font-size: 75px;
  width: 75px;
  height: 75px;
  color: #5d9cec;
}
.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 {
  transition: stroke-dashoffset 3s ease-in-out;
  stroke: #5d9cec;
}
.notify .progress-circle .progress-circle-text {
  font-family: 'PT Sans';
  font-size: 21px;
  fill: #5d9cec;
}
.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,
.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;
  }
}
.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;
}
.overlay {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-container {
  position: relative;
  background-color: transparent;
}
.page {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
}
@media all and (max-width: 760px) {
  .page {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .page {
    padding: 0px 0px 0px 0px;
  }
}
.page .page-inner {
  position: relative;
  z-index: 10;
}
.content-container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
}
@media all and (max-width: 760px) {
  .content-container {
    padding: 0px 0px 0px 0px;
  }
}
@media all and (max-width: 520px) {
  .content-container {
    padding: 0px 0px 0px 0px;
  }
}
.content-container .content-container-inner {
  position: relative;
  z-index: 10;
}
.progress-bar {
  overflow: auto;
}
@media all and (max-width: 520px) {
  .progress-bar {
    width: 70%;
  }
}
.progress-bar-indicator {
  height: 12px;
  border: 1px solid #ecf0f1;
  width: 70%;
  float: left;
  box-sizing: border-box;
  margin: 7px 0;
  background-color: #e0e0e8;
  border-radius: 0px 0px 0px 0px;
  overflow: hidden;
}
.progress-bar-indicator .progress-bar-indicator-inner {
  height: 100%;
  background-color: #ca172b;
}
.progress-bar-text,
.progress-indicator-text {
  float: left;
  text-align: center;
  font-size: 15px;
  margin-top: 5px;
  margin-left: 10px;
  font-weight: 700;
  color: #ffffff;
}
.progress-indicator .progress-indicator-items {
  background-color: #e0e0e8;
  border: 1px solid #ecf0f1;
  width: 70%;
  float: left;
  height: 12px;
  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 #ecf0f1;
  background-color: transparent;
  box-sizing: border-box;
}
.progress-indicator .progress-indicator-item.complete {
  background-color: #ca172b;
}
.progress-indicator .progress-indicator-item-bar {
  height: 100%;
  width: 0;
  background-color: #ca172b;
}
.side-panel {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5000;
  background-color: rgba(255, 255, 255, 0.6);
}
.side-panel .side-panel-drawer {
  position: absolute;
  width: 440px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  border-left: 1px solid #ccc;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.side-panel .side-panel-drawer .side-panel-drawer-inner {
  margin-top: 54px;
}
.side-panel .side-panel-title .side-panel-title-inner {
  padding: 30px 10px;
  font-weight: bold;
  text-align: center;
}
.side-panel .list-item {
  border-left: none;
  border-bottom: 5px solid #8B95A5;
  box-shadow: none;
  margin-bottom: 0;
}
.side-panel .list-item .list-item-inner {
  padding: 10px;
}
input[type=range],
.rangeslider {
  display: block;
  clear: both;
  position: relative;
  background: #185797;
  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: #aab2bd !important;
  border-color: #aab2bd !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: rgba(24, 87, 151, 0.5);
}
.rangeslider__fill:focus {
  background: #3d0;
}
input[type=range]::-webkit-slider-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]::-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;
  box-sizing: border-box;
  padding: 0;
  margin-top: -14px;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(24, 87, 151, 0.5);
  border-radius: 15px;
  background: #fff;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.25s, background 0.25s;
}
.rangeslider__handle:active {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
  background: rgba(24, 87, 151, 0.5);
}
.transition-all-colors {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.transition-background-color {
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  -ms-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;
  -moz-transition: border-color 0.25s ease-in;
  -ms-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
}
.transition-opacity {
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#wrapper {
  width: auto;
  padding-left: 60px;
  padding-top: 54px;
  overflow: hidden;
  background-color: #ececfb;
  min-width: 320px;
  min-height: 100vh;
}
#wrapper.hide-top-navigation {
  padding-top: 0;
}
#wrapper.hide-side-navigation {
  padding-left: 0;
}
#wrapper.has-hamburger-menu {
  padding-left: 0;
}
@media all and (max-width: 760px) {
  #wrapper {
    padding-top: 80px;
    padding-left: 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 {
  width: 48%;
  margin-top: 4%;
}
.box-menu .menu-item:nth-of-type(odd) {
  float: left;
  clear: left;
}
.box-menu .menu-item:nth-of-type(even) {
  float: right;
  margin-left: 2%;
}
@media all and (max-width: 760px) {
  .box-menu .menu-item {
    width: 100%;
    float: 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%;
  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 .progress-bar,
.box-menu .progress-indicator {
  width: 70%;
  float: left;
}
.box-menu .menu-item-view-button {
  float: right;
}
.box-menu .menu-item-view-button.locked .icon {
  margin: 0;
}
.cover-menu {
  position: relative;
}
.cover-menu .menu-container {
  margin: 0;
}
.no-flexbox .cover-menu .menu-container {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.cover-menu .cover-menu-cover {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.flexbox .cover-menu .cover-menu-cover {
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-flexbox .cover-menu .cover-menu-cover .content-container {
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.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 .cover-carousel-inner {
  transition: none;
}
.cover-menu .cover-carousel-inner.can-animate {
  transition: transform 0.5s ease-in;
}
.cover-menu .carousel-control {
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
  width: 44px;
  height: 44px;
  padding: 0;
}
.cover-menu .carousel-control .icon {
  margin: 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.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;
  padding: 10px 0;
}
.cover-menu .carousel-indicator {
  margin: 0 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
  padding: 0px;
}
.cover-menu .carousel-indicator .icon {
  margin: 0;
  position: relative;
  top: -3px;
}
@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;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.cover-menu .menu-item-container.is-current-item {
  opacity: 1;
}
.flexbox .cover-menu .menu-item-container {
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover-menu .menu-item {
  width: 60%;
}
.no-flexbox .cover-menu .menu-item {
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@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;
}
.playlist-menu html {
  box-sizing: border-box;
}
.playlist-menu *,
.playlist-menu *:before,
.playlist-menu *:after {
  box-sizing: inherit;
}
.playlist-menu .header,
.playlist-menu .menu-hero-image {
  background-repeat: 'no-repeat';
  background-position: center;
  background-size: 'cover';
}
.playlist-menu .menu-items {
  margin-top: 12px;
}
.playlist-menu .menu-items:first-of-type {
  margin-top: 0;
}
.playlist-menu .menu-items-inner {
  transition: transform 0.5s ease-in;
  box-sizing: border-box;
}
.flexbox .playlist-menu .menu-items-inner {
  display: flex;
  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;
  transition: opacity 1s, transform 0.3s, 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-inner {
  height: 100%;
}
.playlist-menu .menu-item.is-content-visible .menu-item-hidden-content {
  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 {
  flex: 0 0 33.3333%;
}
@media all and (max-width: 760px) {
  .flexbox .playlist-menu .menu-item {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 520px) {
  .flexbox .playlist-menu .menu-item {
    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) {
  .no-touch .playlist-menu .menu-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 5;
  }
}
.no-touch .playlist-menu .menu-item:hover .menu-item-hidden-content {
  opacity: 1;
}
.playlist-menu .menu-item-hidden-content {
  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;
}
.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: 520px) {
  .playlist-menu .playlist-group-select {
    display: inline-block;
    margin-left: 20px;
  }
  .playlist-menu .playlist-group-select label {
    display: inline-block;
  }
}
.playlist-menu .category-items {
  list-style: none;
}
.playlist-menu .category-items h5 {
  float: left;
  font-weight: normal;
  line-height: 3;
}
.playlist-menu .category-item {
  display: inline-block;
  margin-bottom: 0;
}
.playlist-menu .category-item button {
  margin-right: 8px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 12px;
  background-color: #185797;
  text-transform: uppercase;
}
.playlist-menu .category-item button:hover,
.playlist-menu .category-item button:active,
.playlist-menu .category-item button:focus {
  background-color: #ead8c1;
  color: #ffffff;
  outline: none;
  cursor: pointer;
}
.playlist-menu .category-item.selected button {
  background-color: #d7b488;
}
@media all and (max-width: 520px) {
  .playlist-menu .category-item {
    float: none;
    margin-left: 0;
    margin-right: 6px;
  }
  .playlist-menu .category-item button {
    margin-left: 0;
  }
}
.playlist-menu .menu-item-view-content-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 8;
  margin: 0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
}
.playlist-menu .menu-item-view-content-button .icon {
  margin: 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.map-menu canvas {
  display: block;
  max-width: 1024px;
  margin: auto;
}
@media all and (max-width: 760px) {
  .map-menu .map-menu-container {
    padding: 0;
  }
}
.map-menu .map-menu-container-inner {
  position: relative;
  overflow: hidden;
}
.map-menu .map-menu-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #014e90;
}
.map-menu .map-menu-title h1 {
  font-size: 22px;
  padding: 10px 70px 10px 20px;
  color: #ffffff;
  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-render {
  position: relative;
  z-index: 0;
}
.map-menu .map-menu-render:hover canvas {
  cursor: pointer!important;
}
.map-menu.isDragging .map-menu-render canvas {
  cursor: move!important;
}
.map-menu.isDragging .map-menu-title h1 {
  font-size: 16px;
  padding: 5px 70px 5px 10px;
}
@media all and (min-width: 450px) {
  .map-menu.isDragging .map-menu-information-button {
    top: 14px;
    margin-top: 0;
    right: 20px;
  }
}
.map-menu.modal-open .map-menu-render canvas {
  cursor: default!important;
}
.map-menu .map-menu-information {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translateX(30px);
  top: 50%;
  left: 50%;
  padding: 20px;
  z-index: 2;
  width: 330px;
  margin-left: -165px;
  margin-top: -115px;
  transition: all 0.25s ease-in;
  background-color: #ffffff;
  color: #2c3e50;
  border-bottom: 10px solid #ebecee;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  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;
  }
  .hide-top-navigation.hide-side-navigation .map-menu .map-menu-information {
    top: 0;
  }
}
.map-menu .map-menu-information.show {
  visibility: visible;
  opacity: 1;
  transform: translateX(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: #185797;
  border: 2px solid #185797;
}
.map-menu .map-menu-button .icon {
  color: #ffffff;
  margin-right: 0px;
  display: block;
}
.no-touch .map-menu .map-menu-button:hover {
  background-color: #ead8c1;
}
.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;
  transition: all 0.3s ease-in;
  background-color: #014e90;
  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: #01335d;
}
.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-items {
  position: absolute;
  visibility: hidden;
  transform: translateY(30px);
  opacity: 0;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 330px;
  margin-left: -165px;
  margin-top: -160px;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 450px) {
  .map-menu .map-menu-items {
    width: 250px;
    margin-left: -125px;
    top: 60%;
  }
}
.map-menu .map-menu-items.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-device-width: 760px) and (orientation: landscape) {
  .map-menu .map-menu-items {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    margin: 0;
    width: auto;
  }
  .hide-top-navigation.hide-side-navigation .map-menu .map-menu-items {
    top: 0;
  }
}
.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;
}
@media all and (max-width: 760px) {
  .map-menu .action-bar-col-1-2 {
    width: 50%;
  }
}
@media all and (max-width: 760px) {
  .map-menu .action-bar-col-1-3 {
    width: 33.3%;
  }
}
@media all and (max-width: 760px) {
  .map-menu .action-bar-col-1-4 {
    width: 25%;
  }
}
@media all and (max-width: 520px) {
  .map-menu .action-bar-col-1-4 {
    width: 25%;
  }
}
.map-menu .map-menu-item {
  position: relative;
  margin: 0;
}
.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 .map-menu-item-buttons {
  text-align: center;
}
.standard-menu {
  position: relative;
}
.standard-menu .menu-items {
  margin: 0 auto;
  max-width: none;
}
.standard-menu .menu-item-title-inner,
.standard-menu .menu-item-body-inner {
  padding-right: 30px;
}
.standard-menu .menu-item-type-icon {
  float: right;
}
.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;
}
.swipe-menu {
  position: relative;
}
.swipe-menu .menu-items-inner {
  transition: transform 0.5s ease-in;
  position: relative;
  z-index: 11;
}
.swipe-menu .menu-item {
  position: relative;
  float: left;
  margin: 0;
  min-height: 250px;
  max-height: 300px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s, box-shadow 0.3s, background-image 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: cover;
  background-position: center;
}
.swipe-menu .menu-item.is-visible-item {
  opacity: 1;
}
@media all and (min-width: 520px) {
  .swipe-menu .menu-item.is-content-visible {
    transform: scale(1.05);
    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.static-content:hover {
    transform: scale(1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
}
.swipe-menu .menu-item.static-content .menu-item-hidden-content {
  opacity: 1;
}
.swipe-menu .menu-item-hidden-content {
  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-controls {
  margin-top: 20px;
}
.swipe-menu .menu-item-view-content-button,
.swipe-menu .menu-control {
  margin: 0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swipe-menu .menu-item-view-content-button .icon,
.swipe-menu .menu-control .icon {
  margin: 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.swipe-menu .menu-control-left {
  float: left;
}
.swipe-menu .menu-control-right {
  float: right;
}
.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%;
}
.accordion-component .accordion-item {
  overflow: hidden;
  margin-bottom: 3px;
  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 {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11.5px;
  color: #ffffff;
}
.accordion-component .accordion-item-title {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
  padding-left: 43px;
  background-color: #185797;
  color: #ffffff;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
}
.accordion-component .accordion-item-title:focus {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.accordion-component .accordion-item-title:focus .accordion-item-title-icon {
  color: #ffffff;
}
.accordion-component .accordion-item-title.visited {
  color: #ffffff;
  background-color: #185797;
  border-color: #9b9b9b;
}
.accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #ffffff;
}
.accordion-component .accordion-item-title.selected {
  color: #ffffff;
  background-color: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.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: #ead8c1;
  border-color: #9b9b9b;
}
.no-touch .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #ffffff;
}
.accordion-component .accordion-item-title-text {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
@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;
  }
}
.accordion-component .accordion-item-body {
  display: none;
  /*border-right: @component-item-border-right-width @component-item-border-right-style @component-item-border-selected-color;
        border-bottom: @component-item-border-bottom-width @component-item-border-bottom-style @component-item-border-selected-color;
        border-left: @component-item-border-left-width @component-item-border-left-style @component-item-border-selected-color;*/
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #eeeeee;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
}
.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-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 {
  width: 50%;
}
.accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic,
.accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video {
  float: right;
}
.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-right: 5%;
}
.accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-body-content {
  float: left;
}
.accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-body-content-inner {
  margin-right: 5%;
}
@media all and (max-width: 520px) {
  .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-graphic,
  .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-video,
  .accordion-component .accordion-item-body-inner.js-graphic-right .accordion-item-body-content {
    float: none;
    width: 100%;
  }
}
.accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-graphic,
.accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-video {
  float: left;
}
.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-left: 5%;
}
.accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-body-content {
  float: right;
}
.accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-body-content-inner {
  margin-left: 5%;
}
@media all and (max-width: 520px) {
  .accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-graphic,
  .accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-video,
  .accordion-component .accordion-item-body-inner.js-graphic-left .accordion-item-body-content {
    float: none;
    width: 100%;
  }
}
.evolve-preview-mode .attachment-preview-mode {
  display: block!important;
}
.evolve-preview-mode .attachment-buttons,
.evolve-preview-mode .attachment-upload {
  display: none!important;
}
.attachment-upload {
  margin-bottom: 10px;
  border: none;
  border-radius: 2px;
  background-color: transparent;
}
.attachment-upload-inner {
  padding: 0;
}
.attachment-upload img {
  display: block;
}
.attachment-upload video {
  width: 100%;
  height: 100;
}
.file-upload-input-preview-name {
  margin-bottom: 10px;
}
.file-upload-input-progress {
  margin-top: 10px;
  margin-bottom: 0px;
}
.file-upload-status-inner {
  padding: 0;
  max-width: 90%;
}
.file-upload-status-inner .icon {
  font-size: 23px;
}
.file-upload-status-inner div > a {
  word-wrap: break-word;
}
.file-upload-status-buttons {
  margin-top: 10px;
}
.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%;
}
.capture-component .capture-widget,
.capture-component-full-screen .capture-widget {
  overflow: scroll;
}
.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%;
}
.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;
  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;
  box-shadow: 0px 0px 10px -5px #000;
}
.capture-screen-directions-content {
  padding: 20px;
  text-align: center;
}
.capture-screen-directions.is-visible {
  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-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;
  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 {
  box-shadow: 0 0 2px 1px #ed5565;
}
.capture-component .capture-item.is-correct,
.capture-component-full-screen .capture-item.is-correct {
  box-shadow: 0 0 2px 1px #48cfad;
}
.capture-component .capture-input-select select,
.capture-component-full-screen .capture-input-select select {
  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-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;
  transform: translateX(-50%) translateY(-50%);
}
.capture-component .capture-item-slider-label,
.capture-component-full-screen .capture-item-slider-label {
  position: absolute;
  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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .218s;
  -moz-transition: all .218s;
  -o-transition: all .218s;
  transition: all .218s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-box-sizing: border-box;
  -moz-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;
  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;
  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-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 {
    height:20px;
    overflow:hidden;
    border-radius:20px;
    background-color:#e0e0e0;
    &-inner {
        height:20px;
        background-color:@marking-correct-color;
    }
}*/
.capture-tools-progress-bar {
  overflow: hidden;
  height: 6px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.capture-tools-progress-bar .progress-bar-indicator {
  width: 100%;
  height: 6px;
  margin: 0;
  background-color: transparent;
}
.capture-tools-progress-bar .progress-bar-indicator .progress-bar-indicator-inner {
  background-color: #185797;
}
.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;
  margin-bottom: 32px;
}
.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: #48cfad;
}
.capture-component .capture-results-screen-marking .icon-cross-circle,
.capture-component-full-screen .capture-results-screen-marking .icon-cross-circle {
  color: #ed5565;
}
.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;
}
.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-small-screen,
.capture-component-full-screen .capture-screen-content-wrapper.is-small-screen {
  width: 320px;
  margin: 40px auto;
  height: 480px;
  overflow: scroll;
  border-top: 60px solid #444;
  border-right: 8px solid #444;
  border-left: 8px solid #444;
  border-bottom: 80px solid #444;
  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-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: #185797;
  color: #ffffff;
  text-align: center;
  box-shadow: 0px 0px 10px -2px #000;
  transition: background-color 0.3s;
  cursor: pointer;
}
.capture-component .capture-tools-avatar:hover,
.capture-component-full-screen .capture-tools-avatar:hover {
  background-color: #ead8c1;
}
.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;
  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 {
  transition: 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.is-instructions-open .capture-tools-avatar-image-inner,
.capture-component-full-screen .capture-tools-avatar.is-instructions-open .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 {
  -ms-transform: rotate(45deg);
  /* 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;
  margin-bottom: 0px;
  background-color: #185797;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  transition: background-color 0.3s, margin-bottom 0.3s ease-out, opacity 0.3s, margin-top 0.3s;
  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;
  line-height: 40px;
}
.capture-component .capture-tools-menu-item:hover,
.capture-component-full-screen .capture-tools-menu-item:hover {
  background-color: #ead8c1;
}
.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 {
  box-sizing: border-box;
  background-color: #ffffff;
  position: fixed;
  width: 660px;
  opacity: 0;
  padding: 16px 64px 16px 16px;
  transition: right 0.3s ease-out, opacity 0.3s;
  box-shadow: 0px 0px 10px -5px #000;
}
.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;
}
.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 {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  text-align: center;
}
.capture-component .capture-tools-speech-next-button-icon,
.capture-component-full-screen .capture-tools-speech-next-button-icon {
  display: inline-block;
  position: relative;
  animation-name: bounce;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  font-size: 16px;
  height: 24px;
}
.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;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-10px);
  }
  60% {
    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;
}
.checklist-component .checklist-item {
  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: #ead8c1;
}
.checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ead8c1;
}
.checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #ead8c1;
}
.checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #ead8c1;
}
.checklist-component .checklist-item .checklist-item-checkbox {
  float: left;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #185797;
  transition: background-color 0.15s ease-in, border 0.15s ease-in;
}
.checklist-component .checklist-item .checklist-item-checkbox i {
  display: none;
  line-height: inherit;
  font-size: 15px;
  width: 25px;
  height: 25px;
  color: #ffffff;
  transition: color 0.15s ease-in;
}
.checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: rgba(24, 87, 151, 0.5);
  background-color: rgba(24, 87, 151, 0.5);
}
.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: #aab2bd;
  background-color: #aab2bd;
}
.checklist-component .checklist-item .checklist-item-text {
  float: left;
  width: 85%;
  padding: 2px 0 0 10px;
}
.checklist-component .checklist-item .checklist-item-text-disabled {
  float: left;
  width: 85%;
  padding: 2px 0 0 10px;
}
.checklist-component .checklist-item .checklist-item-text,
.checklist-component .checklist-item .checklist-item-text-disabled {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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;
}
.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-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;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  transition: opacity 0.25s;
  cursor: move;
  display: inline-block;
  position: relative;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding-left: 40px;
  background-color: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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 {
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
  border-color: #9b9b9b;
  opacity: 0.3;
}
.dragAndDrop-component .draggable-item.is-dragging .icon {
  color: #ffffff;
}
.dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}
.dragAndDrop-component .draggable-item-preview {
  -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 */
  transform: rotateZ(-5deg);
  -webkit-transform: rotateZ(-5deg);
  position: relative;
  box-sizing: content-box;
  z-index: 9999;
  background-color: rgba(24, 87, 151, 0.5);
  color: #ffffff;
  border-top: 1px none #9b9b9b;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  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;
  padding-left: 40px;
}
.dragAndDrop-component .draggable-item-preview .icon {
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}
.dragAndDrop-component .draggable-item-graphic,
.dragAndDrop-component .draggable-item-preview-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-zone {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
  width: 49%;
  float: left;
  border: 2px solid #185797;
  margin-top: 0px;
  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 {
  border-color: #ead8c1;
}
.dragAndDrop-component .drop-zone.drop-zone-item-over .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: #ead8c1;
  color: #ffffff;
}
.dragAndDrop-component .drop-zone:nth-child(even) {
  margin-left: 1%;
}
.dragAndDrop-component .drop-zone:nth-child(odd) {
  margin-right: 1%;
}
.dragAndDrop-component .drop-zone:nth-child(2n+1) {
  clear: both;
}
.dragAndDrop-component .drop-zone-content {
  position: relative;
  min-height: 180px;
}
.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;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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: #185797;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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 .draggable-items {
  width: 30%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
@media all and (max-width: 520px) {
  .dragAndDrop-component .drop-zones-right .draggable-items {
    width: auto;
    float: none;
    padding: 0;
  }
}
.dragAndDrop-component .drop-zones-right .drop-zones {
  width: 70%;
  float: right;
  box-sizing: border-box;
  padding-left: 10px;
}
.dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(1),
.dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(2) {
  margin-top: 0px;
}
@media all and (max-width: 520px) {
  .dragAndDrop-component .drop-zones-right .drop-zones {
    width: auto;
    float: none;
    padding: 0;
  }
  .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(1),
  .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(2) {
    margin-top: 10px;
  }
}
.dragAndDrop-component .two-column .draggable-items {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
@media all and (max-width: 520px) {
  .dragAndDrop-component .two-column .draggable-items {
    width: auto;
    float: none;
    padding: 0;
  }
}
.dragAndDrop-component .two-column .drop-zones {
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding-left: 10px;
}
.dragAndDrop-component .two-column .drop-zones .drop-zone {
  width: 100%;
  margin: 0px 0 3px;
}
.dragAndDrop-component .two-column .drop-zones .drop-zone:first-child {
  margin-top: 0px;
}
@media all and (max-width: 520px) {
  .dragAndDrop-component .two-column .drop-zones {
    width: auto;
    float: none;
    padding: 0;
  }
}
.flipCard-component .flipCard-widget {
  box-sizing: border-box;
}
.flipCard-component .flip-card-item {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flipCard-component .flip-card-item:hover {
  cursor: pointer;
}
.flipCard-component .flip-card-item:focus {
  outline: none;
}
.flipCard-component .flip-card-item:focus:not(.disable-focus) .flip-card-item-front,
.flipCard-component .flip-card-item:focus:not(.disable-focus) .flip-card-item-back {
  opacity: 0.8;
}
.flipCard-component .flip-card-item.flipped .flip-card-item-front {
  -webkit-transform: perspective(800px) rotateY(179.9deg);
  -moz-transform: perspective(800px) rotateY(179.9deg);
  transform: perspective(800px) rotateY(179.9deg);
}
.flipCard-component .flip-card-item.flipped .flip-card-item-back {
  -moz-transform: perspective(800px) rotateY(0);
  -webkit-transform: perspective(800px) rotateY(0);
  transform: perspective(800px) rotateY(0);
}
.ie9 .flipCard-component .flip-card-item.flipped .flip-card-item-front {
  opacity: 0;
}
.ie9 .flipCard-component .flip-card-item.flipped .flip-card-item-back {
  opacity: 1;
}
.flipCard-component .flip-card-item-front {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: perspective(800px) rotateY(0deg);
  -webkit-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
}
.flipCard-component .flip-card-item-front .flip-card-item-front-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  color: #ffffff;
}
.flipCard-component .flip-card-item-front .flip-card-item-front-text-inner {
  padding: 20px;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flipCard-component .flip-card-item-front-image img {
  margin: 0 auto;
}
.flipCard-component .flip-card-item-back {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: perspective(800px) rotateY(-180deg);
  -webkit-transform: perspective(800px) rotateY(-180deg);
  transform: perspective(800px) rotateY(-180deg);
}
.flipCard-component .flip-card-item-back .flip-card-item-back-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  color: #ffffff;
}
.flipCard-component .flip-card-item-back .flip-card-item-back-text-inner {
  padding: 20px;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ie9 .flipCard-component .flip-card-item-back {
  opacity: 0;
}
.flowchart-widget .flowchart-item {
  list-style-type: none;
  text-indent: 0;
  padding-left: 0;
  margin-bottom: 15px;
  margin-left: 0px;
  border-radius: 0px 0px 0px 0px;
  color: #454545;
}
.flowchart-widget .flowchart-item:nth-child(odd) {
  background-color: #d6d7d8;
}
.flowchart-widget .flowchart-item:nth-child(even) {
  background-color: #ebecee;
}
.flowchart-widget .flowchart-item-inner {
  padding: 10px 15px 10px 15px;
  color: #454545;
  zoom: 1;
}
.flowchart-widget .flowchart-item-inner:before,
.flowchart-widget .flowchart-item-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.flowchart-widget .flowchart-item-inner:after {
  clear: both;
}
.flowchart-widget .flowchart-item ul ul,
.flowchart-widget .flowchart-item ol ol {
  margin-left: 15px;
}
.flowchart-widget .flowchart-item-animation-appear {
  opacity: 0.01;
  transition: opacity 1s ease-in;
}
.flowchart-widget .flowchart-item-animation-appear.flowchart-item-animation-appear-active {
  opacity: 1;
}
.flowchart-widget .flowchart-item-title-inner {
  padding: 10px 15px 10px 15px;
  font-weight: 700;
}
.flowchart-widget .flowchart-item-graphic img {
  margin: 0 auto;
}
.flowchart-widget .flowchart-item-image-inner {
  padding: 10px 15px 10px 15px;
}
.flowchart-widget .flowchart-item-body-inner {
  padding: 10px 15px 10px 15px;
}
.flowchart-widget .flowchart-next-item {
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
.flowchart-widget .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: #185797;
}
.gallery-component button:focus.selected {
  opacity: 0.6;
}
.gallery-component .selected {
  background-color: #185797;
}
.gallery-component .selected .gallery-item-image {
  opacity: 0.7;
}
.gallery-component .gallery-image {
  position: relative;
  overflow: hidden;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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: #185797;
  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;
}
.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;
  transition: none;
  background-color: #185797;
}
.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;
  }
}
.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: #ead8c1;
}
.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 label {
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  -ms-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 #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  border-radius: 2px 2px 2px 2px;
}
.gmcq-component .gmcq-item label img {
  vertical-align: bottom;
}
.gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #ffffff;
}
.gmcq-component .gmcq-item label .gmcq-answer-icon.gmcq-answer-icon-selected {
  display: none;
}
.gmcq-component .gmcq-item label.selected {
  border-color: #9b9b9b;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: rgba(24, 87, 151, 0.5);
}
.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-inner {
  display: inline-block;
  margin-left: 38px;
  padding: 15px 10px 15px 10px;
}
.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;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.gmcq-component .gmcq-item-state {
  background: none;
  position: absolute;
  left: 15px;
  width: 23px;
  height: 23px;
  top: 50%;
  margin-top: -11.5px;
  z-index: 0;
}
.gmcq-component .gmcq-correct-icon {
  display: none;
}
.gmcq-component .gmcq-incorrect-icon {
  display: none;
}
.gmcq-component .gmcq-widget.show-user-answer .gmcq-item-icon {
  display: none;
}
.gmcq-component .gmcq-widget.show-user-answer .gmcq-item-icon.gmcq-answer-icon-selected {
  display: none!important;
}
.gmcq-component .gmcq-widget.show-user-answer .incorrect .selected .gmcq-incorrect-icon {
  display: block;
}
.gmcq-component .gmcq-widget.show-user-answer .correct .selected .gmcq-correct-icon {
  display: block;
}
.gmcq-component .gmcq-widget.show-correct-answer .gmcq-item-icon {
  display: none;
}
.gmcq-component .gmcq-widget.show-correct-answer .gmcq-item-icon.gmcq-answer-icon-selected {
  display: none!important;
}
.gmcq-component .gmcq-widget.show-correct-answer .selected .gmcq-correct-icon {
  display: block;
}
.gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover {
  border-color: #9b9b9b;
}
.gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #ead8c1;
}
.gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon {
  color: #ffffff;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  cursor: default;
  border-color: #9b9b9b;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  background-color: rgba(24, 87, 151, 0.5);
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #aab2bd;
  cursor: default;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #aab2bd;
}
.gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #aab2bd;
  cursor: default;
}
.gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #ccd1d9;
  background-color: #aab2bd;
}
.graphic-component .graphic-widget .graphic-container {
  position: relative;
}
.graphic-component .graphic-widget .graphic-container .graphic-text {
  position: absolute;
  box-sizing: border-box;
  color: #ffffff;
}
.graphic-component .graphic-widget .graphic-container .graphic-text.graphic-text-top {
  top: 0;
}
.graphic-component .graphic-widget .graphic-container .graphic-text.graphic-text-bottom {
  bottom: 0;
}
.graphic-component .graphic-widget .graphic-container .graphic-text.graphic-text-center {
  top: 50%;
  transform: translateY(-50%);
}
.graphic-component .graphic-widget img {
  margin: 0 auto;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-inner.desktop-layout .hotgraphic-graphic-pin {
    display: block;
  }
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-inner.hide-interaction-label-mobile .hotgraphic-interaction-label {
    display: none;
  }
}
.hotgraphic-component .hotgraphic-graphic {
  position: relative;
}
.hotgraphic-component .hotgraphic-graphic img {
  display: block;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-graphic {
    margin-bottom: 20px;
  }
}
.hotgraphic-component .hotgraphic-graphic-pin {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
  top: 0%;
  left: 0%;
  text-decoration: none;
  border-radius: 50%;
  box-sizing: content-box;
  width: 23px;
  height: 23px;
  padding: 15px;
  background-color: rgba(24, 87, 151, 0.65);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.hotgraphic-component .hotgraphic-graphic-pin.visited {
  background-color: rgba(24, 87, 151, 0.65);
}
.hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
.hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon:before {
  content: '\e959';
}
.no-touch .hotgraphic-component .hotgraphic-graphic-pin:hover {
  background-color: #ead8c1;
}
.no-touch .hotgraphic-component .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-icon {
  color: #ffffff;
}
@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-graphic-pin {
    display: none;
  }
}
.hotgraphic-component .hotgraphic-graphic-pin-icon {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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-popup {
  position: fixed;
  display: none;
  z-index: 9999;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #ffffff;
  color: #666666;
}
@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;
  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: #185797;
    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: #eeeeee;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
}
.iFrame-component iframe {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.interactiveVideo-component .interactiveVideo-widget {
  position: relative;
}
.interactiveVideo-component .interactiveVideo-widget video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.interactiveVideo-component button.interactiveVideo-overlay-playback-control {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  border-radius: 50%;
  margin: -26px 0 0 -26px;
}
.interactiveVideo-component button.interactiveVideo-overlay-playback-control i {
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size: 48px;
  margin: 0;
  padding: 2px;
  box-sizing: content-box;
}
.interactiveVideo-component .interactiveVideo-player {
  background-color: #000;
}
.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 .interactiveVideo-timer {
  color: #185797;
}
.interactiveVideo-component .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-component .interactiveVideo-overlay .interactiveVideo-overlay-inner {
  padding: 30px;
}
@media all and (max-width: 760px) {
  .interactiveVideo-component .interactiveVideo-overlay .interactiveVideo-overlay-inner {
    padding: 10px;
  }
}
.interactiveVideo-component .interactiveVideo-has-touch .interactiveVideo-overlay {
  position: static;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #ffffff;
}
.interactiveVideo-component .interactiveVideo-overlay-icon {
  text-align: center;
  margin-bottom: 20px;
}
.interactiveVideo-component .interactiveVideo-overlay-icon i {
  display: inline-block;
  width: 56px;
  height: 56px;
  font-size: 56px;
  line-height: 58px;
}
.interactiveVideo-component .interactiveVideo-overlay-timer {
  margin-bottom: 16px;
}
.interactiveVideo-component .interactiveVideo-overlay-body {
  margin-bottom: 10px;
}
.interactiveVideo-component .interactiveVideo-option-button {
  margin: 10px 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-range-linked-value {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}
.linkedConfidenceSlider-component .linkedConfidenceSlider-range-linked-value-number {
  font-weight: bold;
}
.linkedConfidenceSlider-component .linkedConfidenceSlider-linked-incomplete-message {
  text-align: center;
  padding-top: 10px;
}
.linkedConfidenceSlider-component .linkedConfidenceSlider-navigate-linked {
  margin-top: 10px;
}
.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;
}
.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-bottom: 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;
}
.links-component .links-anchor {
  font-family: 'PT Sans';
  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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.links-component .links-disabled {
  color: #aab2bd;
}
.links-component .links-disabled:hover {
  color: #aab2bd !important;
}
.links-component .links-disabled-button {
  cursor: auto;
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.links-component .links-disabled-button .icon {
  color: #ccd1d9;
}
.no-touch .links-component .links-disabled-button:hover {
  background-color: #aab2bd;
  color: #ccd1d9;
  border-color: #aab2bd;
}
.no-touch .links-component .links-disabled-button:hover .icon {
  color: #ccd1d9;
}
.matching-component .matching-item {
  margin-bottom: 3px;
  padding-bottom: 15px;
}
.matching-component .matching-item-title {
  margin-bottom: 3px;
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.matching-component .matching-select-container {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
  width: 300px;
  overflow: hidden;
  background-color: #185797;
  border-radius: 2px 2px 2px 2px;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 760px) {
  .matching-component .matching-select-container {
    width: 100%;
  }
}
.matching-component .matching-select-icon {
  color: #ffffff;
}
.matching-component .matching-correct-icon {
  color: #48cfad;
  display: none;
}
.matching-component .matching-incorrect-icon {
  color: #ed5565;
  display: none;
}
.matching-component .matching-select {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
  width: 320px;
  border: none;
  background: #185797;
  padding-left: 10px;
  cursor: pointer;
  color: #ffffff;
  height: 45px;
  font-size: 15px;
  font-family: 'PT Sans';
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 760px) {
  .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 45px;
  }
}
@media all and (max-width: 520px) {
  .matching-component .matching-select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    height: 31.25px;
  }
}
@media all and (max-width: 760px) and (min-width: 520px) {
  .matching-component .matching-select {
    width: 105%;
  }
}
@media all and (max-width: 519px) {
  .matching-component .matching-select {
    width: 110%;
  }
}
.matching-component .matching-select:focus {
  background-color: #ead8c1;
  border-color: #9b9b9b;
  color: #ffffff;
}
.matching-component .matching-select-state {
  background: none;
  position: absolute;
  right: 10px;
  width: 23px;
  height: 23px;
  top: 50%;
  margin-top: -11.5px;
  z-index: 1;
}
.matching-component .matching-widget.submitted .matching-select {
  cursor: default;
}
.matching-component .matching-widget.submitted .matching-select-container {
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.matching-component .matching-widget.show-user-answer .matching-select-icon {
  display: none;
}
.matching-component .matching-widget.show-user-answer .incorrect .matching-incorrect-icon {
  display: block;
}
.matching-component .matching-widget.show-user-answer .correct .matching-correct-icon {
  display: block;
}
.matching-component .matching-widget.show-correct-answer .matching-select-icon {
  display: none;
}
.matching-component .matching-widget.show-correct-answer .matching-correct-icon {
  display: block;
}
.matching-component .matching-select-icon:hover {
  color: #ffffff;
}
.matching-component .matching-select-container:hover {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.matching-component select[disabled]::-ms-value {
  color: #ffffff;
}
.mcq-component .mcq-question-graphic {
  margin-bottom: 10px;
}
.mcq-component .mcq-item {
  position: relative;
}
.mcq-component .mcq-item label {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
  background-color: #185797;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  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: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
}
.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 {
  display: inline-block;
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  font-family: 'PT Sans';
  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: #ead8c1;
  color: #ffffff;
  border-color: #9b9b9b;
}
.mcq-component .mcq-correct-icon {
  display: none;
}
.mcq-component .mcq-incorrect-icon {
  display: none;
}
.mcq-component .mcq-item-state {
  background: none;
  position: absolute;
  left: 10px;
  width: 24px;
  /**/
  height: 24px;
  /**/
  top: 50%;
  margin-top: -11.5px;
  z-index: 0;
  overflow: hidden;
}
.mcq-component .mcq-answer-prefix {
  font-size: 26px;
  line-height: 23px;
  font-weight: bold;
}
.mcq-component .mcq-widget.show-user-answer .mcq-item-icon {
  display: none;
}
.mcq-component .mcq-widget.show-user-answer .mcq-item-icon.mcq-answer-icon-selected {
  display: none!important;
}
.mcq-component .mcq-widget.show-user-answer .incorrect .selected .mcq-incorrect-icon {
  display: block;
}
.mcq-component .mcq-widget.show-user-answer .correct .selected .mcq-correct-icon {
  display: block;
}
.mcq-component .mcq-widget.show-correct-answer .mcq-item-icon {
  display: none;
}
.mcq-component .mcq-widget.show-correct-answer .mcq-item-icon.mcq-answer-icon-selected {
  display: none!important;
}
.mcq-component .mcq-widget.show-correct-answer .selected .mcq-correct-icon {
  display: block;
}
.mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: rgba(24, 87, 151, 0.5);
  border-color: #9b9b9b;
  cursor: default;
}
.mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
  cursor: default;
}
.no-flexbox .mcq-component.component-full .mcq-item {
  width: 50%;
  float: left;
}
.no-flexbox .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.no-flexbox .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
.no-flexbox .mcq-component.component-full .mcq-item:nth-child(2n+1) {
  clear: both;
}
@media all and (max-width: 520px) {
  .no-flexbox .mcq-component.component-full .mcq-item {
    width: auto;
    float: none;
  }
  .no-flexbox .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .no-flexbox .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.flexbox .mcq-component.component-full .mcq-widget {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox .mcq-component.component-full .mcq-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}
.flexbox .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}
.flexbox .mcq-component.component-full .mcq-item label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  align-items: center;
}
@media all and (max-width: 520px) {
  .flexbox .mcq-component.component-full .mcq-item {
    flex: 0 0 100%;
  }
  .flexbox .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .flexbox .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}
.mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #ead8c1;
  border-color: #9b9b9b;
}
.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: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #ccd1d9;
  background-color: #aab2bd;
  border-color: #aab2bd;
}
.mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #ccd1d9;
}
.media-component video {
  width: 100%;
  max-height: 100%;
}
.media-component .media-transcript-button {
  width: 100%;
}
.media-component .media-transcript-body {
  margin-top: 10px;
  display: none;
}
.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-component .media-audio-toggle .icon-mute {
  display: inline-block;
}
.media-component .media-audio-toggle .icon-volume {
  display: none;
}
.media-component .media-audio-toggle.enabled {
  opacity: 1;
}
.media-component .media-audio-toggle.enabled .icon-mute {
  display: none;
}
.media-component .media-audio-toggle.enabled .icon-volume {
  display: inline-block;
}
@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-component .media-audio-mobile-play .icon-play-circle {
  display: inline-block;
}
.media-component .media-audio-mobile-play .icon-pause-circle {
  display: none;
}
.media-component .media-audio-mobile-play.play .icon-play-circle {
  display: none;
}
.media-component .media-audio-mobile-play.play .icon-pause-circle {
  display: inline-block;
}
@media all and (min-width: 760px) {
  .media-component .media-audio-mobile-play {
    display: none;
  }
}
.media-component .media-overlay-play-control {
  display: none;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  border-radius: 50%;
  margin: -26px 0 0 -26px;
}
.media-component .media-overlay-play-control i {
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size: 48px;
  margin: 0;
  padding: 2px;
  box-sizing: content-box;
}
.no-touch .media-component .media-overlay-play-control {
  display: block;
}
@media all and (min-width: 760px) {
  .no-touch .media-component .media-video-controls .media-audio-toggle {
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
  }
  .no-touch .media-component .media-video-controls:hover .media-audio-toggle {
    visibility: visible;
    opacity: 1;
  }
}
.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-inner,
.narrative-component .js-layout-right .narrative-content-inner {
  height: 100%;
  overflow-y: auto;
  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 .narrative-slide-container {
  float: left;
  width: 60%;
}
.narrative-component .js-layout-left .narrative-content {
  float: right;
  width: 40%;
}
.narrative-component .js-layout-left .narrative-indicators-side {
  padding-right: 40%;
  clear: both;
}
@media all and (max-width: 760px) {
  .narrative-component .js-layout-left .narrative-slide-container,
  .narrative-component .js-layout-left .narrative-content {
    float: none;
    width: 100%;
  }
}
.narrative-component .js-layout-right .narrative-slide-container {
  float: right;
  width: 60%;
}
.narrative-component .js-layout-right .narrative-content {
  float: left;
  width: 40%;
}
.narrative-component .js-layout-right .narrative-indicators-side {
  padding-left: 40%;
  clear: both;
}
@media all and (max-width: 760px) {
  .narrative-component .js-layout-right .narrative-slide-container,
  .narrative-component .js-layout-right .narrative-content {
    float: none;
    width: 100%;
  }
}
.narrative-component .narrative-content-inner {
  padding: 15px 10px 15px 10px;
  height: 100%;
  background-color: #185797;
}
.narrative-component .narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.narrative-component .narrative-slide-container {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.narrative-component .narrative-slider-graphic {
  float: left;
  position: relative;
}
.dir-rtl .narrative-component .narrative-slider-graphic {
  float: right;
}
.narrative-component .narrative-slider-graphic img {
  display: block;
  vertical-align: top;
}
.narrative-component .narrative-item-title {
  position: relative;
  display: block;
}
.narrative-component .narrative-indicators {
  text-align: center;
  background-color: #185797;
  position: relative;
  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;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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: #185797;
}
.narrative-component .narrative-controls.narrative-controls-small {
  display: none;
}
.narrative-component .narrative-controls:hover {
  background-color: #ead8c1;
}
.narrative-component .narrative-controls:hover .icon {
  color: #ffffff;
}
.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-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;
}
.openInput-component .openInput-widget {
  position: relative;
}
.openInput-component textarea {
  width: 100%;
  min-height: 300px;
  resize: vertical;
}
.openInput-component .openInput-userAnswer {
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  padding: 2px 2px 2px 2px;
}
.openInput-component button.button-save {
  margin-right: 0.5%;
}
.openInput-component button.button-clear {
  float: right;
  width: auto;
  margin-left: 0.5%;
}
.openInput-component .openInput-save-modal {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 15px;
  padding: 10px 20px;
  background-color: #185797;
  color: #ffffff;
  text-align: center;
}
.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;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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: #185797;
  border-radius: 2px 2px 2px 2px;
}
.no-touch .ordering-component .ordering-item:hover {
  background-color: #ead8c1;
}
.no-touch .ordering-component .ordering-item:hover .ordering-item-number,
.no-touch .ordering-component .ordering-item:hover .ordering-item-text {
  color: #ffffff;
}
.no-touch .ordering-component .ordering-item:hover .ordering-item-number {
  border-color: #ffffff;
}
.ordering-component .ordering-item.item-moving {
  background-color: #ead8c1;
}
.ordering-component .ordering-item.disabled {
  background-color: #aab2bd !important;
}
.ordering-component .ordering-item.disabled .ordering-item-number,
.ordering-component .ordering-item.disabled .ordering-item-text {
  color: #ccd1d9 !important;
}
.ordering-component .ordering-item.disabled .ordering-item-number {
  border-color: #ccd1d9 !important;
}
.ordering-component .ordering-item.disabled .ordering-item-text {
  cursor: default;
}
.ordering-component .ordering-item-number {
  position: absolute;
  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: 2px solid #ffffff;
}
.ordering-component .ordering-item-text {
  display: block;
  text-decoration: none;
  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: #ead8c1;
  outline: none;
}
.ordering-component .ordering-item-text-span {
  font-family: 'PT Sans';
  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: 0;
  overflow: hidden;
  border-radius: 2px 2px 2px 2px;
}
.ordering-component .ordering-order-labels-inner {
  width: 80%;
  height: 100%;
  float: left;
}
.ordering-component .ordering-order-label {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
  float: left;
  height: 100%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #185797;
  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: #ead8c1;
  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;
}
.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;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
  box-sizing: border-box;
  outline: 2px solid #ffffff;
  background-color: #185797;
  color: #ffffff;
  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: #ead8c1;
}
.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;
}
.ordering-component .ordering-icon {
  color: #ffffff;
}
.ordering-component .ordering-widget.show-user-answer .ordering-icon {
  display: none;
}
.ordering-component .ordering-widget.show-user-answer .incorrect .ordering-incorrect-icon {
  display: block;
}
.ordering-component .ordering-widget.show-user-answer .correct .ordering-correct-icon {
  display: block;
}
.ordering-component .ordering-widget.show-correct-answer .ordering-icon {
  display: none;
}
.singleFlipCard-component .singleFlipCard-widget {
  box-sizing: border-box;
}
.singleFlipCard-component .singleFlipCard-card {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.singleFlipCard-component .singleFlipCard-card:hover {
  cursor: pointer;
}
.singleFlipCard-component .singleFlipCard-card:focus {
  outline: none;
}
.singleFlipCard-component .singleFlipCard-card:focus:not(.disable-focus) .singleFlipCard-card-front,
.singleFlipCard-component .singleFlipCard-card:focus:not(.disable-focus) .singleFlipCard-card-back {
  opacity: 0.8;
}
.singleFlipCard-component .singleFlipCard-card.flipped .singleFlipCard-card-front {
  -webkit-transform: perspective(800px) rotateY(179.9deg);
  -moz-transform: perspective(800px) rotateY(179.9deg);
  transform: perspective(800px) rotateY(179.9deg);
}
.singleFlipCard-component .singleFlipCard-card.flipped .singleFlipCard-card-back {
  -moz-transform: perspective(800px) rotateY(0);
  -webkit-transform: perspective(800px) rotateY(0);
  transform: perspective(800px) rotateY(0);
}
.ie9 .singleFlipCard-component .singleFlipCard-card.flipped .singleFlipCard-card-front {
  opacity: 0;
}
.ie9 .singleFlipCard-component .singleFlipCard-card.flipped .singleFlipCard-card-back {
  opacity: 1;
}
.singleFlipCard-component .singleFlipCard-card-front {
  position: relative;
  top: 0;
  left: 0;
  z-index: 900;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: perspective(800px) rotateY(0deg);
  -webkit-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
}
.singleFlipCard-component .singleFlipCard-card-front-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  color: #ffffff;
}
.singleFlipCard-component .singleFlipCard-card-front-text-inner {
  padding: 20px;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.singleFlipCard-component .singleFlipCard-card-front-image img {
  margin: 0 auto;
}
.singleFlipCard-component .singleFlipCard-card-back {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: perspective(800px) rotateY(-180deg);
  -webkit-transform: perspective(800px) rotateY(-180deg);
  transform: perspective(800px) rotateY(-180deg);
}
.singleFlipCard-component .singleFlipCard-card-back-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  color: #ffffff;
}
.singleFlipCard-component .singleFlipCard-card-back-text-inner {
  padding: 20px;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ie9 .singleFlipCard-component .singleFlipCard-card-back {
  opacity: 0;
}
.slider-component .slider-range-current-value {
  display: inline-block;
  text-align: center;
}
.slider-component .slider-range-current-value-number {
  font-weight: bold;
}
.slider-component .slider-container {
  padding: 10px 0;
  text-align: center;
}
.slider-component .slider-range-min {
  float: left;
  text-align: left;
}
.slider-component .slider-range-max {
  float: right;
  text-align: right;
}
.slider-component .rangeslider {
  margin-bottom: 22px;
}
.tabs-component .tabs-item {
  float: left;
  padding-right: 2px;
}
.tabs-component .tabs-item:last-child {
  padding-right: 0px;
}
.tabs-component .tabs-item-button {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
  box-shadow: none;
  margin: 0;
  padding: 15px 10px 15px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #185797;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
.tabs-component .tabs-item-button:hover,
.tabs-component .tabs-item-button:focus {
  background-color: #ead8c1;
  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-content-image {
  width: 100%;
  margin: 0 auto 15px;
}
.tabs-component .tabs-item-button-text {
  display: block;
}
.tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #eeeeee;
  border-right: 1px none #9b9b9b;
  border-bottom: 1px none #9b9b9b;
  border-left: 1px none #9b9b9b;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.tabs-component .tabs-item-content-title {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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.selected .tabs-item-button {
  background-color: rgba(24, 87, 151, 0.5);
  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 20px;
  }
}
@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 device size is medium or small */
}
.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-right .text-graphic-item-text {
  width: 50%;
  float: left;
}
.textAndGraphic-component .text-graphic-item-right .text-graphic-item-text-inner {
  margin-right: 5%;
}
.textAndGraphic-component .text-graphic-item-right .text-graphic-item-graphic {
  width: 50%;
  float: right;
}
.textAndGraphic-component .text-graphic-item-right .text-graphic-item-graphic-inner {
  margin-left: 5%;
}
.textAndGraphic-component .text-graphic-item-left .text-graphic-item-graphic {
  width: 50%;
  float: left;
}
.textAndGraphic-component .text-graphic-item-left .text-graphic-item-graphic-inner {
  margin-right: 5%;
}
.textAndGraphic-component .text-graphic-item-left .text-graphic-item-text {
  width: 50%;
  float: right;
}
.textAndGraphic-component .text-graphic-item-left .text-graphic-item-text-inner {
  margin-left: 5%;
}
.textAndGraphic-component .text-graphic-item-bottom img {
  margin: 0 auto;
  margin-top: 16px;
}
@media all and (max-width: 760px) {
  .textAndGraphic-component .text-graphic-item-left .text-graphic-item-text,
  .textAndGraphic-component .text-graphic-item-right .text-graphic-item-text,
  .textAndGraphic-component .text-graphic-item-left .text-graphic-item-graphic,
  .textAndGraphic-component .text-graphic-item-right .text-graphic-item-graphic {
    width: 100%;
    float: none;
    margin-bottom: 12px;
  }
  .textAndGraphic-component .text-graphic-item-left .text-graphic-item-text-inner,
  .textAndGraphic-component .text-graphic-item-right .text-graphic-item-text-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .textAndGraphic-component .text-graphic-item-left .text-graphic-item-graphic-inner,
  .textAndGraphic-component .text-graphic-item-right .text-graphic-item-graphic-inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.textAndGraphic-component .text-graphic-item-column {
  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 img {
  padding-top: 15px;
}
.textAndGraphic-component .text-graphic-item-column.text-graphic-item-column-top img {
  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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.textAndGraphic-component .text-graphic-item-body {
  color: #454545;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.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;
}
.textInput-component .textinput-icon {
  display: none;
}
.textInput-component .textinput-widget.show-user-answer .textinput-icon {
  display: none;
}
.textInput-component .textinput-widget.show-user-answer .incorrect .textinput-incorrect-icon {
  display: block;
}
.textInput-component .textinput-widget.show-user-answer .correct .textinput-correct-icon {
  display: block;
}
.textInput-component .textinput-widget.show-correct-answer .textinput-icon {
  display: none;
}
.textNarrative-component .text-narrative-slide-container {
  width: 100%;
  min-height: 200px;
}
.textNarrative-component .text-narrative-content {
  width: 100%;
}
@media all and (max-width: 760px) {
  .textNarrative-component .text-narrative-slide-container,
  .textNarrative-component .text-narrative-content {
    float: none;
    width: 100%;
  }
  .textNarrative-component .text-narrative-content .text-narrative-content-inner {
    padding: 10px 0px 0px 0px;
  }
}
.textNarrative-component .text-narrative-content-inner {
  padding: 15px 10px 15px 10px;
}
.textNarrative-component .text-narrative-slide-container {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  background-color: #185797;
}
.textNarrative-component .text-narrative-slider-text {
  float: left;
  position: relative;
  min-height: 200px;
  box-sizing: border-box;
}
.textNarrative-component .text-narrative-slider-text .text-narrative-slider-text-inner {
  padding: 10px;
}
.dir-rtl .textNarrative-component .text-narrative-slider-text {
  float: right;
}
.textNarrative-component .text-narrative-slider-text-title {
  display: block;
  vertical-align: top;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.textNarrative-component .text-narrative-slider-text-body {
  display: block;
  vertical-align: top;
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  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;
  }
}
.textNarrative-component .text-narrative-item-title {
  position: relative;
  display: block;
}
.textNarrative-component .text-narrative-indicators {
  float: left;
  width: 33.4%;
  text-align: center;
  height: 46px;
  line-height: 46px;
}
.textNarrative-component .text-narrative-progress {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
}
.textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}
.textNarrative-component .text-narrative-controller {
  background-color: #185797;
  height: 46px;
  width: 100%;
}
.textNarrative-component .text-narrative-controls {
  position: relative;
  float: left;
  width: 33.3%;
  height: 100%;
}
.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: #185797;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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: #ead8c1;
}
.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 {
  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: #185797;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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: #ead8c1;
}
.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 {
  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-hidden {
  display: none;
}
.textReveal-component .text-reveal-item {
  display: inline-block;
  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%;
  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%;
}
@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;
  }
}
.textReveal-component .reveal-icon {
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: absolute;
  box-sizing: content-box;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  padding: 15px;
  background-color: #185797;
  color: #ffffff;
  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: #454545;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.textReveal-component .text-reveal-item-reveal-text {
  opacity: 0;
  padding: 15px 10px 15px 10px;
  border-radius: 2px 2px 2px 2px;
  background-color: #185797;
  border-top: 1px none #185797;
  border-right: 1px none #185797;
  border-bottom: 1px none #185797;
  border-left: 1px none #185797;
  color: #ffffff;
  transition: opacity 0.25s;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@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.text-visible {
  opacity: 1;
}
.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;
}
.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;
}
/*.uploader {
	background-color:#fff;
	&-uploaded {
		input {
			display:none;
		}
	}
}*/
.file-upload-status {
  margin-bottom: 10px;
}
.file-upload-status-inner {
  position: relative;
  padding: 12px 5%;
}
.file-upload-status i {
  font-size: 94px;
}
.file-upload-input-progress {
  width: 100%;
  height: 4px;
  margin-top: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  overflow: hidden;
}
.file-upload-input-progress-bar {
  background-color: #f55678;
  width: 0%;
  height: 4px;
}
.achievements .achievement-item-counter {
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.achievements .achievement-item-counter .icon {
  background-color: #454545;
  color: #ffffff;
  margin: 0 auto 5px;
  padding: 15px;
  font-size: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  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: #454545;
}
.achievements .achievement-item-counter .achievement-item-count {
  font-weight: 600;
}
.achievements .achievement-item-stars .achievement-item-counter {
  width: 33%;
  float: left;
}
.achievements .achievement-item-stars .achievement-item-counter .icon {
  color: #ffce54;
}
@media all and (max-width: 520px) {
  .achievements .achievement-item-stars .achievement-item-counter {
    width: auto;
    float: none;
  }
}
.achievements .achievement-item-badges .achievement-item-counter {
  width: 33%;
  float: left;
}
.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: auto;
    float: none;
  }
}
.achievements .achievement-item-badges .achievement-item-counter:nth-child(3n+4) {
  clear: both;
}
.achievements .achievement-item-lives .achievement-item-counter .icon {
  color: #ed5565;
}
.achievements .achievement-item-points .achievement-item-progress {
  max-width: 760px;
  margin: auto;
  padding: 40px;
}
.achievements .achievement-item-points .achievement-item-progress-bar {
  height: 14px;
  position: relative;
  border: 2px solid #48cfad;
  background-color: #e0e0e8;
  border-radius: 0px 0px 0px 0px;
  border-radius: 3px;
  float: left;
  width: 85%;
  box-sizing: border-box;
}
.achievements .achievement-item-points .achievement-item-progress-indicator {
  height: 100%;
  background-color: #48cfad;
}
.achievements .achievement-item-points .achievement-item-progress-indicator-points {
  position: absolute;
  height: 74px;
  width: 74px;
  background-color: #454545;
  border: 2px solid #48cfad;
  color: #48cfad;
  border-radius: 50%;
  line-height: 74px;
  text-align: center;
  margin: -44px 0 0 -36px;
  font-weight: 600;
}
.achievements .achievement-item-points .achievement-item-progress-indicator-points.adjust-indicator {
  margin-left: -74px;
}
.achievements .achievement-item-points .achievement-item-progress-points-display {
  float: right;
  width: 15%;
  font-size: 19px;
  box-sizing: border-box;
  padding: 10px;
  margin-top: -17px;
  font-weight: 600;
  color: #48cfad;
}
.achievements-content-object-bar .action-bar-item {
  text-align: center;
}
.achievements-navigation-container {
  float: right;
}
.achievements-navigation {
  height: 23px;
  padding: 15.5px;
  cursor: pointer;
  transition: opacity 0.25s;
}
@media all and (max-width: 760px) {
  .achievements-navigation {
    padding: 8.5px;
  }
}
.no-touch .achievements-navigation:hover {
  opacity: 0.8;
}
.achievements-navigation .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: #ecf0f1;
}
@media all and (max-width: 520px) {
  .achievements-navigation .achievements-navigation-item {
    margin-left: 2px;
    font-size: 13px;
  }
}
.achievements-navigation .achievements-navigation-item-glyph {
  float: left;
}
.achievements-navigation .achievements-navigation-item-glyph .icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
  color: inherit;
}
@media all and (max-width: 520px) {
  .achievements-navigation .achievements-navigation-item-glyph .icon {
    font-size: 16px;
    height: 16px;
    width: 16px;
  }
}
.achievements-navigation .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 .achievements-navigation-item-gained {
    font-size: 13px;
  }
}
.achievements-navigation .achievements-navigation-item-count {
  float: right;
  margin-left: 5px;
}
.achievements-navigation .achievements-navigation-item-points .achievements-navigation-item-gained {
  background-color: #48cfad;
}
.achievements-navigation .achievements-navigation-item-stars .achievements-navigation-item-gained {
  background-color: #ffce54;
}
.achievements-navigation .achievements-navigation-item-lives .achievements-navigation-item-gained {
  background-color: #ed5565;
}
.annotations-button-mount-point {
  position: relative;
}
.block > .annotations-button-mount-point .annotations-button {
  top: -60px;
}
.annotations-button {
  background-color: #9978D8;
  opacity: 0.4;
  border: none;
  transition: opacity .25s;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 10px;
  z-index: 4999;
}
.annotations-button.menu-annotations-button {
  left: 15px;
}
.annotations-button.menu-item-annotations-button {
  left: 5px;
}
.no-touch .annotations-button:hover {
  background-color: #9978D8;
  opacity: 1;
}
.annotations-button:focus,
.annotations-button:active {
  background-color: #9978D8;
}
.annotations-button:focus {
  opacity: 1;
}
.annotations-button .annotations-button-item-count,
.annotations-button .icon {
  color: #ffffff;
}
.menu-item > .annotations-button-mount-point .annotations-button {
  left: 5px;
}
.annotations-list-input {
  margin-bottom: 10px;
}
.annotations-list-input input {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #8b95a5;
  border-radius: 2px;
}
.annotations-list-input input:focus {
  border-color: #8b95a5;
  background-color: #f0f0f8;
  outline: none;
  box-shadow: none;
}
.annotations-item {
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #8b95a5;
}
.annotations-item-inner {
  padding: 10px;
}
.annotations-item.completed {
  opacity: 0.6;
}
.annotations-item.completed .annotations-item-body {
  text-decoration: line-through;
}
.annotations-item.editing {
  opacity: 1;
}
.annotations-item.editing .annotations-item-author {
  display: none;
}
.annotations-item textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #8b95a5;
  border-radius: 2px;
}
.annotations-item textarea:focus {
  border-color: #8b95a5;
  background-color: #f0f0f8;
  outline: none;
  box-shadow: none;
}
.annotations-list {
  background-color: #f0f0f3;
  padding: 20px;
}
.annotations-item-review {
  position: absolute;
  background-color: #fcf3d0;
  color: #927608;
  top: 0px;
  right: 0px;
  padding: 4px;
}
.annotations-item-review .icon {
  font-size: 13px;
  height: 13px;
  width: 13px;
}
.annotations-item-body button {
  margin-right: 4px;
}
.annotations-item-author {
  font-size: 10px;
}
.annotations-item-footer {
  padding: 5px 10px;
  background-color: #ebebeb;
}
.annotations-item-footer button {
  background-color: transparent!important;
  padding: 0;
  border: none;
}
.annotations-item-footer button i {
  font-size: 16px;
  color: #555!important;
}
.annotations-item-footer button i.completed {
  color: #49b515!important;
}
.annotations-item-footer button.warning {
  float: right;
}
.annotations-item-footer button.warning i {
  color: #ed5565!important;
}
.article-indicator {
  position: fixed;
  z-index: 9996;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 0 20px 0 0;
}
@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;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
  box-sizing: content-box;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin: 0 0 50px 0;
  position: relative;
  cursor: pointer;
  border: 2px solid #2c3e50;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
}
.article-indicator .article-indicator-circle:last-child {
  margin-bottom: 0;
}
.article-indicator .article-indicator-circle.active-indicator-circle {
  background-color: #2c3e50;
}
.article-indicator .article-indicator-circle:hover .article-indicator-title {
  visibility: visible;
  opacity: 1;
}
.article-indicator .article-indicator-title {
  background-color: #2c3e50;
  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%);
  -ms-transform: translate(-100%, -50%);
  -moz-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;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.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: 'PT Sans';
  color: #ecf0f1;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
.article-indicator .article-indicator-arrow {
  border-left: 25px solid #2c3e50;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  position: absolute;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
.article-indicator.article-indicator-left {
  left: 60px;
  right: auto;
  padding: 0 0 0 8px;
}
.has-hamburger-menu .article-indicator.article-indicator-left {
  left: 0;
}
@media (max-width: 760px) {
  .article-indicator.article-indicator-left {
    left: 0;
  }
}
.article-indicator.article-indicator-left .article-indicator-title {
  padding: 0 15px 0 5px;
  left: auto;
  right: -32px;
  text-align: left;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  border-radius: 0px 2px 2px 0px;
}
.article-indicator.article-indicator-left .article-indicator-arrow {
  border-left: none;
  border-right: 25px solid #2c3e50;
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.book-shelf-article {
  display: none;
}
.book-shelf-article-holder-inner {
  padding-top: 10px;
}
.book-shelf-article-keep {
  margin: 0px;
  display: none;
}
.book-shelf-article-keep.show {
  display: inline-block;
}
.book-shelf-article-keep .icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.book-shelf-article-remove {
  margin: 0px;
  display: none;
}
.book-shelf-article-remove.show {
  display: inline-block;
}
.book-shelf-article-remove .icon {
  margin-right: 10px;
  display: inline-block;
  font-size: 20px;
}
/*Hiding till feature ready*/
.book-shelf-download-bookstore {
  display: none;
}
.branding-logos {
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.branding-logos.branding-logos-footer {
  margin: 25px 0;
}
.branding-logos .branding-logos-inner {
  position: relative;
}
@media all and (max-width: 520px) {
  .branding-logos {
    margin-bottom: 10px;
  }
}
.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.content {
  margin-top: 25px;
}
.branding-copyright .branding-copyright-inner {
  color: #185797;
}
.branding-copyright .branding-logos {
  margin: 0;
  padding: 20px 20px 0 20px;
}
.certificate-download .certificate-action-warning {
  margin-right: 10px;
}
.article-lock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: transform 1s ease-in-out, visibility 0s linear 1s, opacity 0.5s ease-out 0.5s;
  transform: translateY(100%);
}
.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 {
  background-color: rgba(255, 255, 255, 0.9);
}
.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: 20px;
}
.article-lock .article-lock-overlay.article-lock-appearance-blur {
  background-color: rgba(255, 255, 255, 0.7);
}
.article-lock .article-lock-strip {
  text-align: center;
}
.article-lock .article-lock-text {
  display: none;
  padding: 40px 20px 20px;
  text-align: initial;
}
.article-lock .article-lock-circle {
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
  transform: translateY(50%);
  margin-top: -20px;
  border: 2px solid;
}
.article-lock .article-lock-overlay,
.article-lock .article-lock-circle {
  background-color: #ffffff;
}
.article-lock .article-lock-strip {
  background-color: #185797;
}
.article-lock .article-lock-circle {
  border-color: #185797;
}
.article-lock .article-lock-text,
.article-lock .article-lock-icon {
  color: #185797;
}
.article-lock.locked {
  display: block;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.article-lock.locked .article-lock-text {
  display: block;
}
.article.visible-locked-components .component.visibility-hidden {
  visibility: visible!important;
}
.course-assessment-breakdown-item-details {
  margin-bottom: 20px;
}
.course-assessment-breakdown-item-details .course-assessment-breakdown-item-details-col {
  float: left;
  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-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-col {
  float: left;
  width: 33.3%;
  text-align: center;
}
.course-assessment-info-graph-color {
  color: #ccd1d9;
}
.course-assessment-info-graph-highlight-color {
  color: #185797;
}
.course-assessment-info-graph-text-color {
  color: #454545;
}
.course-assessment-info-graph-label-color {
  color: #454545;
}
.course-assessment-results-stats-progress-canvas {
  height: 80px;
}
.course-assessment-results-options {
  margin-top: 20px;
  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;
}
.course-attainment-left {
  width: 75%;
  float: left;
}
@media all and (max-width: 760px) {
  .course-attainment-left {
    width: 100%;
    float: none;
    overflow: hidden;
  }
}
.course-attainment-right {
  width: 25%;
  float: right;
  text-align: center;
}
@media all and (max-width: 760px) {
  .course-attainment-right {
    display: none;
  }
}
.course-attainment-right .icon {
  color: #ffffff;
  display: inline-block;
  font-size: 150px;
  width: 150px;
  height: 150px;
}
@media all and (max-width: 760px) {
  .course-attainment-navigation-view {
    display: inline-block;
  }
}
.course-attainment-navigation-view a {
  text-decoration: none;
}
.article-discussion-loading-image {
  background-image: url(assets/ajax-loader.gif);
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin: auto;
}
.article-discussion {
  position: relative;
}
.article-discussion .article-discussion-title {
  margin-bottom: 10px;
}
.article-discussion .mention-list {
  position: absolute;
  max-height: 200px;
  overflow-y: scroll;
  background-color: #F7F7FC;
  width: 100%;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  top: 36px;
  left: 0;
  z-index: 200;
}
.article-discussion .mention-list.edit-mode {
  top: 38px;
}
.article-discussion .mention-list-item {
  position: relative;
  margin: 0;
  padding: 10px 10px 10px 42px;
  border-bottom: 1px solid #DFDFDF;
  cursor: pointer;
  transition: background-color 0.25s;
}
.no-touch .article-discussion .mention-list-item:hover {
  background-color: #E2E2E2;
}
.article-discussion .mention-list-header {
  font-size: 12px;
  padding: 10px;
  cursor: default;
}
.no-touch .article-discussion .mention-list-header:hover {
  background-color: transparent;
}
.article-discussion .mention-list-avatar {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.article-discussion .add-comment-inner {
  position: relative;
}
.article-discussion .add-comment input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px 8px 45px;
  font-size: 16px;
  font-weight: 200;
  border: none;
}
.article-discussion .add-comment input:focus {
  background-color: #F7F7FC;
  color: #434a54;
}
.article-discussion .add-comment button {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.article-discussion .add-comment button i {
  margin-right: 0;
}
.article-discussion .comments-list {
  margin-top: 10px;
}
.article-discussion .comment {
  position: relative;
  list-style-type: none;
  margin: 0 0 10px;
  min-height: 40px;
}
.article-discussion .comment-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
.article-discussion .comment-content {
  padding: 0 75px 0 44px;
}
.article-discussion .comment-actions {
  position: absolute;
  bottom: 0;
  right: 0;
}
.article-discussion .comment-action {
  color: #B3B3B3;
  transition: color 0.25s;
  margin-left: 5px;
  padding: 0;
}
.article-discussion .comment-action .icon {
  font-size: 22px;
  margin-right: 0;
}
.no-touch .article-discussion .comment-edit-button:hover {
  color: #3bafda;
}
.article-discussion .comment-likes-count {
  font-size: 14px;
  margin-left: 3px;
  color: #B3B3B3;
}
.no-touch .article-discussion .comment-like-button:hover {
  color: #ff5567;
}
.article-discussion .comment-like-button.comment-liked {
  color: #ff5567;
}
.article-discussion .comment-editor {
  padding-left: 45px;
}
.article-discussion .comment-editor input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 200;
  border: none;
}
.article-discussion .comment-editor input:focus {
  background-color: #F7F7FC;
  color: #434a54;
}
.article-discussion .comment-editor button {
  margin-left: 5px;
}
.article-discussion .comment-editor button:first-child {
  margin-left: 0;
}
.article-discussion .comment-editor-buttons {
  text-align: right;
}
.article-discussion .comment-date {
  font-size: 12px;
  color: #B3B3B3;
}
.article-discussion .comment-edited {
  font-size: 12px;
  color: #B3B3B3;
}
.article-discussion .comment-mention-current-user {
  background-color: #9ED7EC;
}
.course-navigation {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 290px;
  z-index: 9996;
  overflow: auto;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.25s ease-in;
  top: 54px;
  left: 60px;
  background-color: #2c3e50;
}
.has-hamburger-menu .course-navigation {
  left: 0;
}
.hide-side-navigation .course-navigation {
  left: 0;
}
@media all and (max-width: 760px) {
  .course-navigation {
    left: 0;
    top: 80px;
  }
  .has-hamburger-menu .course-navigation {
    top: 40px;
  }
  .hide-side-navigation .course-navigation {
    top: 40px;
  }
}
.course-navigation.right-course-navigation {
  right: 0;
  left: auto;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.course-navigation.is-visible {
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.course-navigation .course-navigation-inner {
  padding: 15px;
}
.course-navigation .navigation-item {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  color: #ecf0f1;
}
.course-navigation .navigation-item .icon {
  color: #ecf0f1;
}
.course-navigation .navigation-item.locked {
  cursor: default;
}
.course-navigation .navigation-item.locked .navigation-item-title,
.course-navigation .navigation-item.locked .icon {
  color: #ecf0f1 !important;
}
.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;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
  box-sizing: border-box;
  padding: 4px 10px 0 25px;
  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;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 0;
}
@media all and (max-width: 520px) {
  .course-navigation .navigation-item .icon {
    margin-top: -10px;
  }
}
.course-navigation .navigation-item .icon.active-navigation-item,
.course-navigation .navigation-item .navigation-item-title.active-navigation-item {
  color: #4a89dc;
}
.no-touch .course-navigation .navigation-item:hover .icon,
.no-touch .course-navigation .navigation-item:hover .navigation-item-title {
  color: #4a89dc;
}
@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;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  color: #ecf0f1;
  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: #4a89dc;
}
.glossary .glossary-textbox-container,
.glossary .glossary-checkbox-container {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.glossary .glossary-textbox-container .label,
.glossary .glossary-checkbox-container .label {
  display: inline-block;
}
.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;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
}
.glossary-item .glossary-item-description {
  display: none;
}
.navigation-progress-mount-point {
  float: left;
}
.navigation-progress-mount-point.is-right-side {
  float: right;
}
.progress-side-panel {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 290px;
  z-index: 9996;
  overflow: auto;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.25s ease-in;
  padding-top: 20px;
  top: 54px;
  left: 60px;
  background-color: #2c3e50;
}
.has-hamburger-menu .progress-side-panel {
  left: 0;
}
.hide-side-navigation .progress-side-panel {
  left: 0;
}
@media all and (max-width: 760px) {
  .progress-side-panel {
    left: 0;
    top: 80px;
  }
  .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;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.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 {
  -ms-transform: translateX(0%);
  -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;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  position: relative;
  text-align: left;
  padding: 18px 15px 18px 64px;
  color: #ecf0f1;
  font-size: 1.2em;
}
.no-touch .progress-side-panel .progress-article-item-title:hover {
  color: #4a89dc;
}
.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 #ecf0f1;
}
.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;
  box-sizing: content-box;
  color: #ecf0f1;
}
.progress-side-panel .progress-article-item-components {
  padding-left: 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;
  -moz-transition: color 0.25s ease-in;
  -ms-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: #ecf0f1;
}
.no-touch .progress-side-panel .progress-component-item-title:hover {
  color: #4a89dc;
}
.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 #ecf0f1;
}
.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;
  box-sizing: content-box;
  color: #ecf0f1;
}
.progress-side-panel .progress-actions {
  padding: 20px;
}
.progress-accessibility-label {
  position: absolute;
  left: -9999px;
}
.reflection-download .reflection-action-warning {
  margin-right: 10px;
}
.resources .resources-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;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-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;
}
.stamps {
  position: absolute;
  z-index: 900;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.tags-overview-chart-colors-item {
  background-color: #185797;
}
.tags-overview-container-radar {
  float: left;
  width: 50%;
  text-align: center;
}
@media all and (max-width: 760px) {
  .tags-overview-container-radar {
    width: 100%;
  }
}
.tags-overview-container-breakdown {
  float: left;
  width: 50%;
}
@media all and (max-width: 760px) {
  .tags-overview-container-breakdown {
    width: 100%;
  }
}
.tags-overview-container-breakdown .tags-overview-container-breakdown-inner {
  padding: 30px;
}
@media all and (max-width: 760px) {
  .tags-overview-container-breakdown .tags-overview-container-breakdown-inner {
    padding: 0 0 30px;
  }
}
.tags-count-chart-tag-name h5 {
  color: #ffffff;
  font-family: 'PT Sans';
  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 #185797;
}
.tags-count-chart-tag .tags-count-chart-tag-chart-item.selected {
  background-color: #185797;
}
.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;
  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 .video-intro-video {
  display: block;
  max-width: 100%;
  max-height: 500px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.3s;
}
@media all and (max-height: 800px) {
  .video-intro .video-intro-video {
    max-height: 450px;
  }
}
@media all and (max-height: 750px) {
  .video-intro .video-intro-video {
    max-height: 400px;
  }
}
@media all and (max-height: 700px) {
  .video-intro .video-intro-video {
    max-height: 350px;
  }
}
@media all and (max-height: 600px) {
  .video-intro .video-intro-video {
    max-height: 300px;
  }
}
@media all and (max-height: 550px) {
  .video-intro .video-intro-video {
    max-height: 250px;
  }
}
.video-intro .video-intro-video.is-visibile {
  opacity: 1;
}
.notify .notify-prompt.video-intro-prompt {
  max-width: 960px;
}
@media all and (max-width: 960px) {
  .notify .notify-prompt.video-intro-prompt {
    margin: 0 40px;
  }
}
@font-face {
  font-family: 'default';
  src: url('fonts/default.eot?nhr3nv');
  src: url('fonts/default.eot?nhr3nv#iefix') format('embedded-opentype'), url('fonts/default.ttf?nhr3nv') format('truetype'), url('fonts/default.woff?nhr3nv') format('woff'), url('fonts/default.svg?nhr3nv#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-graduation-hat:before {
  content: "\e909";
}
.icon-mute:before {
  content: "\e908";
}
.icon-volume:before {
  content: "\e906";
}
.icon-pause-circle:before {
  content: "\e907";
}
.icon-audio-book:before {
  content: "\e905";
}
.icon-chevron-up:before {
  content: "\e901";
}
.icon-chevron-down:before {
  content: "\e902";
}
.icon-chevron-left:before {
  content: "\e903";
}
.icon-chevron-right:before {
  content: "\e904";
}
.icon-cross-circle: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-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";
}
