@charset "UTF-8";
.responsive-layout {
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 520px) {
  .responsive-layout {
    width: 520px;
  }
}
@media all and (min-width: 760px) {
  .responsive-layout {
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  .responsive-layout {
    width: 960px;
  }
}
.visibility-hidden {
  visibility: hidden!important;
}
.display-none {
  display: none!important;
}
.accessibility.no-touch .focused,
.accessibility.no-touch button:focus,
.accessibility.no-touch select:focus,
.accessibility.no-touch textarea:focus,
.accessibility.no-touch a:focus,
.accessibility.no-touch input:focus + label {
  outline: 3px solid orange;
}
#accessibility-toggle {
  position: absolute;
  top: -1px;
  left: -25px;
  height: 1px;
  width: 1px;
  z-index: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding: 8px 10px 8px 10px;
}
.dir-rtl #accessibility-toggle {
  left: inherit;
  right: -25px;
}
#accessibility-toggle:focus {
  height: auto;
  width: auto;
  top: 70px;
  left: 10px;
  z-index: 5000;
  background: #078292;
  border: 1px solid #fff;
  color: #fff;
}
.dir-rtl #accessibility-toggle:focus {
  left: inherit;
  right: 10px;
}
.skip-nav-link {
  background-color: #2D4274;
  border-radius: 0;
  color: #ffffff;
  display: none;
  left: 0;
  margin-top: 0;
  padding: 10px 20px;
  position: absolute;
  top: -46px;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
  width: auto;
  z-index: 100;
}
.accessibility .skip-nav-link {
  display: inline-block;
}
.skip-nav-link:focus {
  top: 0;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
@media all and (min-width: 520px) {
  #wrapper {
    width: 520px;
  }
}
@media all and (min-width: 760px) {
  #wrapper {
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  #wrapper {
    width: 960px;
  }
}
@media all and (min-width: 1100px) {
  #wrapper {
    width: 1100px;
    margin: 0 auto;
  }
}
@media all and (max-width: 520px) and (min-width: 519px) {
  #wrapper {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 520px) {
  #wrapper {
    width: 520px;
  }
}
@media all and (min-width: 760px) {
  #wrapper {
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  #wrapper {
    width: 960px;
  }
}
.drawer {
  position: fixed;
  width: 320px;
  height: 100%;
  top: 0px;
  right: -320px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 501;
}
.dir-rtl .drawer {
  right: inherit;
  left: -320px;
}
.drawer .drawer-back {
  float: left;
}
.dir-rtl .drawer .drawer-back {
  float: right;
}
.drawer .drawer-back.show {
  display: inline-block;
}
.drawer .drawer-close {
  float: right;
}
.dir-rtl .drawer .drawer-close {
  float: left;
}
.drawer .drawer-inner {
  height: 100%;
}
.drawer .drawer-item {
  display: block;
  width: 100%;
}
.drawer .drawer-item-open {
  display: block;
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}
.dir-rtl .loading {
  left: auto;
  right: 0;
}
.loading .loading-image {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}
.navigation {
  margin: 0 auto;
  position: fixed;
  top: 0;
  height: 40px;
  z-index: 500;
  width: 100%;
}
@media all and (min-width: 520px) {
  .navigation {
    width: 520px;
  }
}
@media all and (min-width: 760px) {
  .navigation {
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  .navigation {
    width: 960px;
  }
}
@media all and (min-width: 1100px) {
  .navigation {
    width: 1100px;
    margin: 0 auto;
  }
}
@media all and (max-width: 520px) and (min-width: 519px) {
  .navigation {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  .navigation {
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 520px) {
  .navigation {
    width: 520px;
  }
}
@media all and (min-width: 760px) {
  .navigation {
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  .navigation {
    width: 960px;
  }
}
.ie8 .navigation {
  max-width: 1024px;
}
.navigation .navigation-back-button {
  float: left;
}
.dir-rtl .navigation .navigation-back-button {
  float: right;
}
.navigation .navigation-drawer-toggle-button {
  float: right;
}
.dir-rtl .navigation .navigation-drawer-toggle-button {
  float: left;
}
.notify .notify-popup {
  position: fixed;
  top: 50%;
  width: 100%;
  z-index: 550;
}
.notify .notify-popup-icon {
  position: absolute;
  left: 0px;
  top: 0px;
}
.dir-rtl .notify .notify-popup-icon {
  left: inherit;
  right: 0px;
}
@media all and (max-width: 519px) {
  .notify .notify-popup-icon .icon {
    float: none;
    margin: 0 auto;
  }
}
@media all and (max-width: 519px) {
  .notify .notify-popup-icon {
    float: none;
    margin: 0px auto;
    position: static;
  }
}
.responsive-layout .ie8 .notify .notify-popup-content {
  max-width: 1024px;
  margin: 0 auto;
}
.notify .notify-popup-content-inner {
  position: relative;
}
.notify .notify-popup-done {
  display: inline-block;
}
.notify .notify-shadow {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 549;
}
.dir-rtl .notify .notify-shadow {
  left: inherit;
  right: 0px;
}
.component-container:before,
.component-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.component-container:after {
  clear: both;
}
.component-container {
  zoom: 1;
}
.component-left {
  width: 100%;
  float: none;
}
@media all and (min-width: 521px) {
  .component-left {
    width: 50%;
    float: left;
  }
  .component-left .component-inner {
    margin-right: 5%;
  }
}
.component-right {
  width: 100%;
  float: none;
}
@media all and (min-width: 521px) {
  .component-right {
    width: 50%;
    float: right;
  }
  .component-right .component-inner {
    margin-left: 5%;
  }
}
/*TO ALLOW CHILDREN ELEMENTS TO BE POSITIONED ABSOLUTELY*/
.component {
  position: relative;
}
.block {
  position: relative;
}
/*INVISIBLE ARIA-LABELS*/
.aria-label {
  position: absolute !important;
  left: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE8*/
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.aria-label.relative {
  position: relative !important;
}
/*FORCE ARIA-LABELS TO HIDE ON HIDDEN*/
.aria-label.aria-hidden {
  display: none !important;
}
/*HIDDEN FOCUS GUARD*/
#a11y-focusguard {
  left: 0px !important;
  bottom: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE8*/
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
  /*IPAD: Stop accessibility cursor focusing until end of page;*/
  /*DESTKOP: stop focus making window jump to bottom of page;*/
}
.touch #a11y-focusguard {
  position: relative !important;
}
.no-touch #a11y-focusguard {
  position: fixed !important;
}
/*HIDDEN FOCUS/ALERT ELEMENT */
#a11y-selected,
#a11y-selected * {
  position: fixed !important;
  left: 0px !important;
  bottom: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE8*/
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
/*FOCUS DISTRACTION*/
#a11y-focuser {
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE8*/
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body p {
  margin-top: 16px;
  margin-bottom: 16px;
}
.ie8.size-medium .component-left,
.ie8.size-large .component-left {
  width: 50%;
  float: left;
}
.ie8.size-medium .component-left .component-inner,
.ie8.size-large .component-left .component-inner {
  margin-right: 5%;
}
.ie8.size-medium .component-right,
.ie8.size-large .component-right {
  width: 50%;
  float: right;
}
.ie8.size-medium .component-right .component-inner,
.ie8.size-large .component-right .component-inner {
  margin-left: 5%;
}
.ie8.size-small .component-left {
  width: 100%;
  float: left;
}
.ie8.size-small .component-left .component-inner {
  margin-right: 0%;
}
.ie8.size-small .component-right {
  width: 100%;
  float: right;
}
.ie8.size-small .component-right .component-inner {
  margin-left: 0%;
}
html,
body,
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%;
}
html {
  overflow-y: scroll;
}
ul li,
ol li {
  margin-left: 20px;
}
.dir-rtl ul li,
.dir-rtl ol li {
  margin-left: inherit;
  margin-right: 20px;
}
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: bottom;
  *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;
}
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);
}
.dir-rtl body {
  direction: rtl;
}
a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
.icon {
  -webkit-transform: translateZ(0);
}
.accordion-component .accordion-item {
  margin-bottom: 5px;
}
.accordion-component .accordion-item-title-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -13px;
  color: #ffffff;
}
.dir-rtl .accordion-component .accordion-item-title-icon {
  left: inherit;
  right: 20px;
}
.accordion-component .accordion-item-title {
  display: block;
  position: relative;
  padding: 20px;
  padding-left: 66px;
  color: #ffffff;
  background-color: #078292;
  text-decoration: none;
  width: 100%;
}
.dir-rtl .accordion-component .accordion-item-title {
  padding-left: inherit;
  padding-right: 66px;
}
.accordion-component .accordion-item-title.visited {
  color: #ffffff;
  background-color: #4c4d4d;
  border-color: #4c4d4d;
}
.accordion-component .accordion-item-title.visited .accordion-item-title-icon {
  color: #ffffff;
}
.accordion-component .accordion-item-title.selected {
  color: #ffffff;
  background-color: #022b31;
  border-color: #022b31;
}
.accordion-component .accordion-item-title.selected .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .accordion-component .accordion-item-title:hover {
  color: #ffffff;
  background-color: #022b31;
  border-color: #022b31;
}
.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: #022b31;
  border-color: #022b31;
}
.no-touch .accordion-component .accordion-item-title.visited:hover .accordion-item-title-icon {
  color: #ffffff;
}
.no-touch .accordion-component .accordion-item-title.selected:hover {
  background-color: #022b31;
}
.accordion-component .accordion-item-body {
  color: #4b4e4f;
  background-color: #ededed;
  display: none;
}
.accordion-component .accordion-item-body-inner {
  padding: 20px;
}
.accordion-component .accordion-item-graphic {
  padding: 20px 0 0;
}
.accordion-component .accordion-item-graphic img {
  vertical-align: bottom;
}
.accordion-component .graphic-attribution {
  font-size: 0.75em;
  line-height: 1em;
}
.graphic-attribution {
  font-size: 0.75em;
  line-height: 1em;
}
.hotgraphic-component .hotgraphic-graphic {
  position: relative;
  display: inline-block;
  width: 100%;
}
.hotgraphic-component .hotgraphic-graphic-pin {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
}
.hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon {
  color: #4c4d4d;
}
.no-touch .hotgraphic-component .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-icon {
  color: #022b31;
}
.hotgraphic-component .hotgraphic-graphic-pin-icon {
  color: #078292;
  font-size: 52px;
  width: auto;
  height: auto;
}
.hotgraphic-component .hotgraphic-popup {
  display: none;
  width: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: auto;
  margin: 40px;
  background-color: #ededed;
  border: 3px solid #078292;
  z-index: 5;
}
.hotgraphic-component .hotgraphic-popup-toolbar {
  position: relative;
  background-color: #078292;
  height: 66px;
}
.hotgraphic-component .hotgraphic-popup-nav {
  background-color: #078292;
}
.hotgraphic-component .hotgraphic-popup-done {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}
.dir-rtl .hotgraphic-component .hotgraphic-popup-done {
  right: inherit;
  left: 0;
}
.no-touch .hotgraphic-component .hotgraphic-popup-done:hover .hotgraphic-popup-close {
  color: #ffffff;
}
.hotgraphic-component .hotgraphic-popup-arrow-l,
.hotgraphic-component .hotgraphic-popup-arrow-r,
.hotgraphic-component .hotgraphic-popup-close {
  padding: 20px;
  color: #ffffff;
}
.hotgraphic-component .hotgraphic-popup-count {
  padding: 20px;
  vertical-align: baseline;
  color: #ffffff;
  float: left;
}
.dir-rtl .hotgraphic-component .hotgraphic-popup-count {
  float: right;
}
.hotgraphic-component .hotgraphic-popup-count span {
  display: inline-block;
}
.hotgraphic-component .hotgraphic-popup-controls {
  float: left;
  text-decoration: none;
}
.dir-rtl .hotgraphic-component .hotgraphic-popup-controls {
  float: right;
}
.no-touch .hotgraphic-component .hotgraphic-popup-controls:hover .hotgraphic-popup-arrow-l,
.no-touch .hotgraphic-component .hotgraphic-popup-controls:hover .hotgraphic-popup-arrow-r {
  color: #ffffff;
}
.hotgraphic-component .hotgraphic-popup-controls.disabled {
  visibility: hidden;
}
.hotgraphic-component .hotgraphic-popup-inner {
  padding: 20px;
}
.hotgraphic-component .hotgraphic-item-graphic {
  width: 50%;
  float: right;
  text-align: center;
}
.dir-rtl .hotgraphic-component .hotgraphic-item-graphic {
  float: left;
}
.hotgraphic-component .hotgraphic-item-graphic-inner {
  padding-left: 20px;
}
.dir-rtl .hotgraphic-component .hotgraphic-item-graphic-inner {
  padding-left: inherit;
  padding-right: 20px;
}
.hotgraphic-component .hotgraphic-item-content {
  width: 50%;
  float: left;
}
.dir-rtl .hotgraphic-component .hotgraphic-item-content {
  float: right;
}
.hotgraphic-component .graphic-attribution {
  font-size: 0.75em;
  line-height: 1em;
}
.hotgraphic-narrative {
  position: relative;
  max-height: 500px;
  height: 500px;
}
.hotgraphic-narrative .hotgraphic-graphic-pin {
  border-radius: 0px;
  position: absolute;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid #ededed;
  background-size: cover;
  transition: background-size 0.4s;
  overflow: hidden;
}
.hotgraphic-narrative .hotgraphic-graphic-pin .hotgraphic-graphic-pin-image {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: transform .4s;
  transition: transform .4s;
  background-size: cover;
}
.hotgraphic-narrative .hotgraphic-graphic-pin .hotgraphic-graphic-pin-image:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(75, 78, 79, 0.5);
  transition: background .5s;
}
.hotgraphic-narrative .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hotgraphic-narrative .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-image:before {
  background: rgba(75, 78, 79, 0);
}
.cols-1 {
  width: 25%;
}
.cols-2 {
  width: 50%;
}
.cols-3 {
  width: 75%;
}
.cols-4 {
  width: 100%;
}
.rows-1 {
  height: 50%;
}
.rows-2 {
  height: 100%;
}
.mcq-component .mcq-item {
  background-color: #078292;
  position: relative;
}
.mcq-component .mcq-item label {
  color: #ffffff;
  display: block;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
  background-color: #078292;
  cursor: pointer;
}
.mcq-component .mcq-item label .mcq-answer-icon {
  color: #ffffff;
}
.mcq-component .mcq-item label .mcq-answer-icon.radio {
  width: 28px;
  height: 28px;
}
.mcq-component .mcq-item label .mcq-answer-icon.radio:before {
  content: "\e65e";
}
.mcq-component .mcq-item label .mcq-answer-icon.checkbox {
  border: 3px solid #ffffff;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
}
.mcq-component .mcq-item label .mcq-answer-icon.checkbox:before {
  content: " ";
}
.mcq-component .mcq-item label.selected {
  color: #ffffff;
  background-color: #022b31;
  border-color: #022b31;
}
.mcq-component .mcq-item label.selected .mcq-answer-icon.radio:before {
  content: "\e65d";
}
.mcq-component .mcq-item label.selected .mcq-answer-icon.checkbox {
  border: 3px solid #ffffff;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
}
.mcq-component .mcq-item label.selected .mcq-answer-icon.checkbox:before {
  content: "\e633";
}
.mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.mcq-component .mcq-item-inner {
  padding: 20px;
  padding-left: 66px;
}
.dir-rtl .mcq-component .mcq-item-inner {
  padding-left: inherit;
  padding-right: 66px;
}
.mcq-component .mcq-item input {
  position: absolute;
  top: 14px;
  left: 14px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
}
.dir-rtl .mcq-component .mcq-item input {
  left: inherit;
  right: 14px;
}
.mcq-component .mcq-correct-icon {
  color: #02e5e5;
  display: none;
}
.mcq-component .mcq-incorrect-icon {
  color: #ff3c61;
  display: none;
}
.mcq-component .mcq-item-state {
  background: none;
  position: absolute;
  left: 10px;
  width: 26px;
  height: 26px;
  top: 50%;
  margin-top: -13px;
  z-index: 0;
}
.dir-rtl .mcq-component .mcq-item-state {
  left: inherit;
  right: 10px;
}
.mcq-widget.show-user-answer .mcq-item-icon {
  display: none;
}
.mcq-widget.show-user-answer .incorrect .selected .mcq-incorrect-icon {
  display: block;
}
.mcq-widget.show-user-answer .correct .selected .mcq-correct-icon {
  display: block;
}
.mcq-widget.show-correct-answer .mcq-item-icon {
  display: none;
}
.mcq-widget.show-correct-answer .incorrect .selected .mcq-correct-icon,
.mcq-widget.show-correct-answer .correct .selected .mcq-correct-icon {
  display: block;
}
.mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: #022b31;
  border-color: #022b31;
  cursor: default;
}
.mcq-widget.disabled .mcq-item label.disabled {
  color: #FFF;
  background-color: #6F6F6F;
  border-color: #6F6F6F;
  cursor: default;
}
.mcq-widget.disabled .mcq-item.correct .selected .state {
  color: #02e5e5;
}
.mcq-widget.disabled .mcq-item.incorrect .selected .state {
  color: #ff3c61;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #022b31;
  border-color: #022b31;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #ffffff;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #FFF;
  background-color: #6F6F6F;
  border-color: #6F6F6F;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #FFF;
  background-color: #6F6F6F;
  border-color: #6F6F6F;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #FFF;
}
.media-component .me-plugin {
  position: relative;
  width: 100%;
  height: 100% !important;
}
.media-component .me-plugin object {
  height: 100% !important;
  width: 100% !important;
}
.media-component .me-plugin embed {
  height: 100% !important;
  width: 100% !important;
}
.media-component .media-widget.video-vimeo .mejs-controls {
  display: none !important;
  height: 0px !important;
}
.media-component .media-widget.video-vimeo .mejs-overlay-play {
  display: none !important;
}
.media-component .mejs-container {
  background-color: transparent;
}
.media-component .mejs-container .mejs-controls .mejs-time {
  padding-right: 1px;
  padding-left: 1px;
}
.media-component .external-source .mejs-container {
  position: relative;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.media-component .external-source .mejs-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-component .external-source .mejs-overlay-button {
  display: none;
}
.media-component .media-transcript {
  padding: 14px;
  display: block;
  color: #ffffff;
  background-color: #2D4274;
  text-decoration: none;
}
.media-component .media-transcript:hover {
  color: #ffffff;
  background-color: #425582;
}
.media-component .media-inline-transcript-body-container {
  margin-top: 10px;
  display: none;
}
.media-component .media-inline-transcript-body {
  padding: 20px;
}
.media-component .media-transcript-button-container {
  padding: 1px;
}
.media-component .media-external-transcript-button,
.media-component .media-inline-transcript-button {
  width: 100%;
  display: block;
}
.media-component .mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 0;
}
.no-touch .media-component .mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.media-component .mejs-overlay-button {
  background-image: url(../../assets/bigplay.svg);
}
.media-component .no-svg .mejs-overlay-button {
  background-image: url(../../assets/bigplay.png);
}
.media-component .mejs-overlay-loading,
.media-component .mejs-container .mejs-controls,
.media-component .mejs-controls .mejs-volume-button .mejs-volume-slider,
.media-component .mejs-controls .mejs-captions-button .mejs-captions-selector,
.media-component .mejs-captions-text,
.media-component .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector,
.media-component .mejs-postroll-layer,
.media-component .mejs-postroll-close,
.media-component .mejs-controls .mejs-speed-button .mejs-speed-selector {
  background-image: url(../../assets/background.png);
}
.media-component .mejs-overlay-loading span {
  background-image: url(../../assets/loading.gif);
}
.media-component .mejs-controls .mejs-button.mejs-jump-forward-button {
  background-image: url(../../assets/jumpforward.png);
}
.media-component .mejs-controls .mejs-button.mejs-skip-back-button {
  background-image: url(../../assets/skipback.png);
}
.media-component .mejs-controls .mejs-button button {
  background-image: url(../../assets/controls.svg);
}
.accessibility.no-touch .media-component .mejs-controls .mejs-button button:focus {
  outline: 3px solid orange;
}
.media-component .no-svg .mejs-controls .mejs-button button {
  background-image: url(../../assets/controls.png);
}
.media-component .mejs-container-fullscreen .mejs-mediaelement,
.media-component .mejs-container-fullscreen video {
  width: 100% !important;
  height: 100% !important;
  background-color: black;
}
.media-top-padding {
  padding-top: 4em;
}
.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).  Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 - no likey commas */
  clip: rect(1px, 1px, 1px, 1px);
  /* IE8-IE11 - we likey commas, no support for clip-path */
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
.mejs-container:focus {
  outline: none;
}
.me-plugin {
  position: absolute;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain ;
  background-position: 50% 50% ;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none ;
}
.mejs-poster img {
  padding: 0;
  border: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button {
  background-image: url(bigplay.png);
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(loading.gif) 50% 50% no-repeat;
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(background.png);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(controls.svg) no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
  background-image: url(controls.png);
}
/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}
/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 3px ;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}
/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 35px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url(background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}
.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
/* End: Speed */
/* Start: Jump Forward */
.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url(jumpforward.png) no-repeat;
  background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}
/* End: Jump Forward */
/* Start: Skip Back */
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(skipback.png) no-repeat;
  background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}
/* End: Skip Back */
.narrative-component.desktop .narrative-slide-container {
  width: 60%;
  margin-right: 3%;
  float: left;
}
.dir-rtl .narrative-component.desktop .narrative-slide-container {
  margin-right: inherit;
  margin-left: 3%;
  float: right;
}
.narrative-component.desktop .narrative-slider-graphic {
  margin-right: 0;
  width: 60%;
}
.narrative-component.desktop .narrative-strapline {
  display: none;
}
.narrative-component.desktop .narrative-content-inner .narrative-controls {
  position: static;
  display: none;
  margin-top: 0px;
  margin-bottom: 10px;
  width: auto;
  height: auto;
  padding: 8px;
}
.narrative-component.desktop .narrative-content-inner .narrative-controls .icon {
  margin: 0px;
}
.narrative-component.desktop .narrative-content-inner .narrative-indicators {
  display: none;
  position: relative;
  top: -4px;
}
.narrative-component.desktop .narrative-content-inner .narrative-progress {
  background-color: #078292;
}
.narrative-component.desktop .narrative-content-inner .narrative-progress.selected {
  background-color: #022b31;
}
.narrative-component.desktop .narrative-content-inner .narrative-content-item.narrative-hidden {
  display: none;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner {
  position: relative;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner .narrative-controls-container {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 10px;
  display: block;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner .narrative-controls {
  margin-bottom: 0px;
  display: inline-block;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner .narrative-controls.narrative-hidden {
  visibility: hidden;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner .narrative-control-left {
  float: left;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner .narrative-control-right {
  float: right;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner .narrative-indicators {
  display: inline-block;
  width: auto;
  position: absolute;
  margin-top: 10px;
  top: 0px;
  left: 50%;
}
.narrative-component.desktop .narrative-text-controls .narrative-content-inner .narrative-content-item {
  padding-top: 36px;
}
.narrative-component.desktop .narrative-text-controls .narrative-slide-container .narrative-controls {
  display: none;
}
.narrative-component.desktop .narrative-text-controls .narrative-slide-container .narrative-indicators {
  display: none;
}
.narrative-component .narrative-content {
  width: 36%;
  background-color: #078292;
  color: #ffffff;
  float: right;
}
.dir-rtl .narrative-component .narrative-content {
  float: left;
}
.narrative-component .narrative-content-inner {
  padding: 20px;
}
.narrative-component.mobile .narrative-content {
  display: none;
}
.narrative-component .narrative-slide-container {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  float: left;
}
.dir-rtl .narrative-component .narrative-slide-container {
  float: right;
}
.narrative-component .narrative-slider-graphic {
  position: relative;
  float: left;
}
.dir-rtl .narrative-component .narrative-slider-graphic {
  float: right;
}
.narrative-component .narrative-item-title {
  position: relative;
  display: block;
}
.narrative-component .narrative-indicators {
  text-align: center;
}
.narrative-component .narrative-progress {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 1px;
  border: inherit;
  border-radius: 50%;
  background-color: #e6e6e6;
  cursor: pointer;
}
.narrative-component .narrative-progress.selected {
  background-color: #078292;
}
.narrative-component .narrative-controls {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  margin-top: -52px;
  z-index: 10;
  text-decoration: none;
  background-color: #078292;
}
.no-touch .narrative-component .narrative-controls:hover {
  background-color: #022b31;
}
.no-touch .narrative-component .narrative-controls:hover .icon {
  color: #ffffff;
}
.narrative-component .narrative-controls .icon {
  margin: 13px;
  color: #ffffff;
}
.narrative-component .narrative-controls.narrative-hidden {
  visibility: hidden;
}
.narrative-component .narrative-control-left {
  left: 0;
}
.dir-rtl .narrative-component .narrative-control-left {
  left: inherit;
  right: 0;
}
.narrative-component .narrative-control-right {
  right: 0;
}
.dir-rtl .narrative-component .narrative-control-right {
  left: 0;
  right: inherit;
}
.narrative-component .narrative-strapline {
  height: auto;
  position: relative;
}
.narrative-component .narrative-strapline-header {
  overflow: hidden;
  position: relative;
}
.narrative-component .narrative-strapline-header-inner {
  position: relative;
}
.narrative-component .narrative-strapline-title {
  position: relative;
  float: left;
  text-decoration: none;
  background-color: #2D4274;
  color: #ffffff;
}
.dir-rtl .narrative-component .narrative-strapline-title {
  float: right;
}
.narrative-component .narrative-strapline-title .icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.dir-rtl .narrative-component .narrative-strapline-title .icon {
  right: inherit;
  left: 0;
}
.no-touch .narrative-component .narrative-strapline-title:hover {
  background-color: #425582;
  color: #ffffff;
}
.no-touch .narrative-component .narrative-strapline-title:hover .icon {
  color: #ffffff;
}
.narrative-component .narrative-strapline-title .focus-rect {
  position: absolute;
  right: 3px;
  bottom: 3px;
  top: 3px;
  left: 3px;
}
.narrative-component .narrative-strapline-title-inner {
  height: 66px;
  line-height: 66px;
  padding-left: 13px;
  padding-right: 66px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dir-rtl .narrative-component .narrative-strapline-title-inner {
  padding-right: 13px;
  padding-left: 66px;
}
.narrative-component .narrative-popup-open {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  background-color: #546e7a;
  text-decoration: none;
  z-index: 5;
}
.dir-rtl .narrative-component .narrative-popup-open {
  right: inherit;
  left: 0;
}
.narrative-component .narrative-popup-open .icon {
  color: #ffffff;
}
.no-touch .narrative-component .narrative-popup-open .icon:hover {
  color: #a6b9c1;
}
.narrative-component .graphic-attribution {
  font-size: 0.75em;
  line-height: 1em;
}
.narrative-component .narrative-hidden {
  visibility: hidden;
}
html.accessibility .narrative-control-left:focus,
html.accessibility .narrative-control-left.focus {
  left: 3px;
}
.dir-rtl html.accessibility .narrative-control-left:focus,
.dir-rtl html.accessibility .narrative-control-left.focus {
  left: inherit;
  right: 3px;
}
html.accessibility .narrative-control-right:focus,
html.accessibility .narrative-control-right.focus {
  right: 3px;
}
.dir-rtl html.accessibility .narrative-control-right:focus,
.dir-rtl html.accessibility .narrative-control-right.focus {
  right: inherit;
  left: 3px;
}
html.accessibility.no-touch .narrative-strapline-title:focus .focus-rect {
  outline: 3px solid orange;
}
/* Opera/IE 8+ */
.openTextInput-component .openTextInput-count-characters {
  background: #078292;
  color: #ffffff;
  padding: 14px;
  position: relative;
}
.openTextInput-component .openTextInput-count-characters .openTextInput-count-amount {
  font-weight: bold;
}
.openTextInput-component .openTextInput-count-characters .openTextInput-autosave {
  bottom: -4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  margin-right: 10px;
  position: absolute;
  right: 0;
}
.openTextInput-component .openTextInput-answer-container {
  border: none;
}
.openTextInput-component .openTextInput-answer-container input:disabled,
.openTextInput-component .openTextInput-answer-container textarea:disabled {
  color: #727272;
  opacity: 1;
}
.openTextInput-component .openTextInput-item-textbox {
  border: none;
  color: #078292;
  display: block;
  margin: 0;
  min-height: 20px;
  padding: 1%;
  resize: none;
  width: 98%;
}
.openTextInput-component .buttons {
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 100%;
}
@media all and (max-width: 519px) {
  .openTextInput-component .buttons {
    width: 100%;
  }
}
.openTextInput-component .buttons .openTextInput-action-button {
  background-color: #2D4274;
  border: 0px solid #2D4274;
  color: #ffffff;
  display: inline-block;
  font-family: 'helvetica-regular';
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
}
.openTextInput-component .buttons .openTextInput-action-button:hover {
  background-color: #4b4e4f;
  color: #fff;
}
.openTextInput-component .buttons .openTextInput-save-button {
  margin-right: 1%;
  width: 24%;
}
@media all and (max-width: 519px) {
  .openTextInput-component .buttons .openTextInput-save-button {
    margin-right: 1%;
    width: 49.5%;
  }
}
.openTextInput-component .buttons .openTextInput-clear-button {
  margin-right: 1%;
  width: 24%;
}
@media all and (max-width: 519px) {
  .openTextInput-component .buttons .openTextInput-clear-button {
    margin-right: 0;
    width: 49.5%;
  }
}
.openTextInput-component .buttons .openTextInput-action-button {
  width: 50%;
}
@media all and (max-width: 519px) {
  .openTextInput-component .buttons .openTextInput-action-button {
    width: 100%;
  }
}
.openTextInput-component .hide-openTextInput-modelanswer {
  display: none;
  position: absolute;
}
.openTextInput-component .show-openTextInput-modelanswer {
  display: block;
  position: relative;
}
.openTextInput-component .openTextInput-inner .openTextInput-widget .openTextInput-item-textbox.openTextInput-item-modelanswer {
  background-color: #fff;
  max-height: none;
}
.openTextInput-component .openTextInput-inner .openTextInput-widget .openTextInput-item-textbox.openTextInput-item-modelanswer p {
  margin: 16px;
}
.courseResources-component .courseResources-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.courseResources-component .courseResources-widget .courseResources-item {
  width: calc(50% - 10px);
  margin-bottom: 10px;
  background-color: #078292;
  display: flex;
  align-items: center;
  padding: 0;
  text-decoration: none;
}
@media all and (max-width: 539px) {
  .courseResources-component .courseResources-widget .courseResources-item {
    width: 100%;
  }
}
.courseResources-component .courseResources-widget .type {
  width: 80px;
  margin-right: 10px;
}
.courseResources-component .courseResources-widget .type .type-inner {
  height: 0;
  padding-bottom: 100%;
}
.expose-item .expose-item-sub-title {
  padding: 0 10px 10px;
}
.expose-item .expose-item-sub-title .expose-item-sub-title-inner {
  font-size: 24px;
}
.expose-columns {
  margin: 0 -10px;
}
.expose-columns .expose-item-inner {
  margin: 0 10px;
}
.expose-column {
  float: left;
}
.expose-item-inner {
  position: relative;
  perspective: 1000px;
  margin-bottom: 20px;
  cursor: pointer;
}
.expose-item-inner.slide-down,
.expose-item-inner.slide-left,
.expose-item-inner.slide-right,
.expose-item-inner.slide-up {
  overflow: hidden;
}
.expose-item-inner.flip-left .expose-item-cover,
.expose-item-inner.flip-up .expose-item-cover {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.expose-item-inner.shrink .expose-item-cover {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.expose-item-inner .expose-item-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  padding: 0;
  text-align: center;
  color: #ffffff;
}
.expose-item-inner .expose-item-cover .text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 24px;
  max-width: 80%;
  text-align: center;
}
.expose-item-inner .expose-item-cover .back,
.expose-item-inner .expose-item-cover .front {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.expose-item-inner .expose-item-cover .front {
  background: #078292;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.expose-item-inner .expose-item-cover .back {
  background: #055761;
}
.expose-item-inner .expose-item-cover:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.expose-item-inner .expose-item-cover.fade {
  opacity: 0;
}
.expose-item-inner .expose-item-cover.slide-up {
  top: -100%;
}
.expose-item-inner .expose-item-cover.slide-left {
  left: -100%;
}
.expose-item-inner .expose-item-cover.slide-right {
  left: 100%;
}
.expose-item-inner .expose-item-cover.slide-down {
  top: 100%;
}
.expose-item-inner .expose-item-cover.flip-up {
  -webkit-transform: rotateX(100deg);
  -moz-transform: rotateX(100deg);
  -ms-transform: rotateX(100deg);
  -o-transform: rotateX(100deg);
  transform: rotateX(100deg);
}
.expose-item-inner .expose-item-cover.flip-left {
  -webkit-transform: rotateY(-100deg);
  -moz-transform: rotateY(-100deg);
  -ms-transform: rotateY(-100deg);
  -o-transform: rotateY(-100deg);
  transform: rotateY(-100deg);
}
.expose-item-inner .expose-item-cover.shrink {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
.expose-item-button {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  padding: 0;
  background: none !important;
}
.expose-item-content {
  background: #ffffff;
}
.expose-item-content .expose-item-title {
  padding: 20px;
  background: #4b4e4f;
  color: #ffffff;
}
.expose-item-content .expose-item-body {
  padding: 20px;
}
.peelbackhotspot-inner {
  position: relative;
}
.peelbackhotspot-inner.aria-only .peelbackhotspot-infobox {
  left: -1000px !important;
}
.peelbackhotspot-inner.aria-only .peelbackhotspot-hotspot {
  display: none !important;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard {
  position: relative;
  width: 100%;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-hotspots {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-hotspot {
  position: absolute;
  text-decoration: none;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-hotspot .icon {
  font-size: 32px;
  height: 32px;
  width: 32px;
  color: grey;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-hotspot.visited .icon {
  color: grey;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-hotspot:hover .icon {
  color: grey;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-foreground {
  position: absolute;
  top: 0px;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-overlaycontainer {
  position: absolute;
  top: 0px;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-background {
  height: 100%;
  max-width: none !important;
  position: relative;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-hider {
  overflow: hidden;
  position: absolute;
  width: 0%;
  background-color: #000000;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard #peelbackhotspot-track {
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  height: 100%;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-button {
  z-index: 1;
  position: absolute;
  display: inline-block;
  line-height: 0;
  height: 100%;
  width: 50px;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-button-image {
  max-width: none !important;
  position: absolute;
  z-index: 1;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-button-vertical {
  transform: rotate(90deg);
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-infobox {
  display: none;
  position: absolute;
  background-color: grey;
  color: white;
  border-radius: 5px;
  padding: 5px;
  line-height: 1;
  max-width: 50%;
  opactiy: 0.9;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-infobox .peelbackhotspot-infobox-title {
  font-size: .9em;
  font-weight: bold;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-infobox .peelbackhotspot-infobox-body {
  font-size: .8em;
}
.navbuttons .navbuttons-widget {
  font-size: 0;
  text-align: center;
}
.navbuttons button {
  line-height: inherit;
  margin: 3px;
  min-height: inherit;
  padding: 20px;
  vertical-align: top;
}
.navbuttons button .icon {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}
.navbuttons button .icon:before {
  line-height: 1;
}
.navbuttons button.selected {
  background-color: #425582;
  border-color: #425582;
  color: #ffffff;
}
.navbuttons button.disabled {
  cursor: not-allowed;
}
.navbuttons button .text {
  font-family: 'helvetica-regular';
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  display: inline-block;
  line-height: 135%;
  min-width: 24px;
}
@media all and (max-width: 519px) {
  .navbuttons button .text {
    line-height: 24px;
    min-height: 24px;
  }
}
.text-graphic-inner .text-graphic-widget .text-mobile-title-inner {
  font-family: 'helvetica-medium';
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  display: none;
}
@media screen and (max-width: 520px) {
  .text-graphic-inner .text-graphic-widget .text-mobile-title-inner {
    display: block;
    padding: 10px;
  }
}
.text-graphic-inner .text-graphic-widget .graphic-area {
  height: 100%;
}
@media screen and (max-width: 520px) {
  .text-graphic-inner .text-graphic-widget .graphic-area {
    width: 100% !important;
  }
}
.text-graphic-inner .text-graphic-widget .text-area {
  width: 100%;
}
.text-graphic-inner .text-graphic-widget .text-area .text-area-inner .text-area-title .text-area-title-inner {
  font-family: 'helvetica-medium';
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 520px) {
  .text-graphic-inner .text-graphic-widget .text-area {
    width: 100% !important;
    float: none;
  }
  .text-graphic-inner .text-graphic-widget .text-area div.text-area-inner {
    padding: 0;
  }
  .text-graphic-inner .text-graphic-widget .text-area div.text-area-inner .text-area-title .text-area-title-inner {
    display: none;
  }
}
.text-graphic-inner .text-graphic-widget.left .text-area {
  float: left;
}
.text-graphic-inner .text-graphic-widget.left .text-area-inner {
  padding: 0 10px 0 0;
}
.text-graphic-inner .text-graphic-widget.left .graphic-area {
  float: right;
}
.text-graphic-inner .text-graphic-widget.right .text-area {
  float: right;
}
.text-graphic-inner .text-graphic-widget.right .text-area-inner {
  padding: 0 0 0 10px;
}
.text-graphic-inner .text-graphic-widget.right .graphic-area {
  float: left;
}
.element-hidden {
  opacity: 0;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-duration: 2s;
  -webkit-animation-iteration-count: 4;
  animation-iteration-count: 4;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.page .article-background-article .block {
  background-color: transparent;
}
.page .article {
  background-color: #ededed;
}
.ie .page .article {
  background-attachment: scroll !important;
}
.page .article.banner-article,
.page .article.banner-article-mobile {
  background-color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  transition: opacity 1s;
}
.navigation-close-button {
  float: right;
}
.close-button {
  height: 66px;
  line-height: 66px;
  color: #2D4274;
  font-family: sans-serif;
  position: relative;
}
.close-button span.icon {
  font-size: 26px;
  display: inline-block;
}
.close-button span.label {
  height: 19.5px;
  line-height: 19.5px;
  display: inline-block;
  font-size: 19.5px;
  padding: 23.25px 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.no-touch .close-button:hover {
  background: transparent;
  color: #425582;
}
.location-page .close-button {
  display: none;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu {
  position: fixed;
  z-index: 400;
  right: 14px;
  width: 32px;
  display: flex;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu.stuck {
  position: fixed;
  top: 0!important;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner {
  margin-top: 14px;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item {
  position: relative;
  margin-top: 14px;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .pageitem {
  height: 14px;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .pageitem .complex-slider-progress-button {
  position: relative;
  border-radius: 25%;
  top: 75%;
  left: -20%;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .pageitem::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 4px;
  height: 21.26029163px;
  background-color: #cccc00;
  transform: rotate(-305deg);
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .pageitem::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 4px;
  height: 21.26029163px;
  background-color: #cccc00;
  transform: rotate(-45deg);
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .panel {
  position: relative;
  left: 80%;
  display: none;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .panel .blockitem {
  margin-top: 14px;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .panel .blockitem::after {
  content: "";
  display: block;
  position: absolute;
  top: 0 px;
  left: 50%;
  width: 4px;
  height: 14px;
  margin-left: -2px;
  background-color: #cccc00;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .panel .blockitem:last-child::after {
  height: 19.6px;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .panel .blockitem.onscreen .complex-slider-progress-button {
  background-color: #9999ff;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .panel .blockitem.completedBySetter .complex-slider-progress-button {
  background-color: green;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .panel .blockitem.completedBySetter.onscreen .complex-slider-progress-button {
  background-color: #00ff00;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .complex-slider-progress-button {
  background: blue;
  border: solid 2px yellow;
  border-radius: 50%;
  display: block;
  height: 14px;
  width: 14px;
  padding: 0px;
  z-index: 400;
  position: relative;
  transition: all 300ms ease-in;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item.onscreen ~ .complex-slider-progress-item.completedBySetter .complex-slider-progress-button {
  background-color: green;
  border: solid 2px green;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .complex-item-label {
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: 7px;
  min-width: 246px;
  text-align: right;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px) translateY(-50%);
  -moz-transform: translateX(0px) translateY(-50%);
  transform: translateX(0px) translateY(-50%);
  transition: all ease-in-out 300ms;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .complex-item-label.isnotvisible {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-14px) translateY(-50%);
  -moz-transform: translateX(-14px) translateY(-50%);
  transform: translateX(-14px) translateY(-50%);
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .complex-item-label .complex-item-label-inner {
  background-color: white;
  color: #078292;
  display: inline-block;
  position: relative;
  padding: 7px 14px;
}
.resources {
  /* override the width: 100% that's applied to .drawer-item-open in the vanilla theme - that causes <a> elements in the drawer to be wider than the drawer */
}
.resources .resources-filter button {
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #6F6F6F;
}
.dir-rtl .resources .resources-filter button {
  float: right;
}
.resources .resources-filter button span {
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
  border-right: 1px solid #6F6F6F;
}
.dir-rtl .resources .resources-filter button span {
  border-left: 1px solid #6F6F6F;
  border-right: inherit;
}
.resources .resources-filter button.selected {
  color: #fff;
  background-color: #565656;
}
.no-touch .resources .resources-filter button:hover {
  color: #fff;
  background-color: #565656;
}
.resources .resources-item-open {
  width: auto !important;
}
.resources .resources-col-4 button {
  width: 25%;
}
.resources .resources-col-3 button {
  width: 33.3%;
}
.contentObjects .resources-filter button {
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #6F6F6F;
}
.dir-rtl .contentObjects .resources-filter button {
  float: right;
}
.contentObjects .resources-filter button span {
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
  border-right: 1px solid #6F6F6F;
}
.dir-rtl .contentObjects .resources-filter button span {
  border-left: 1px solid #6F6F6F;
  border-right: inherit;
}
.contentObjects .resources-filter button.selected {
  color: #fff;
  background-color: #565656;
}
.no-touch .contentObjects .resources-filter button:hover {
  color: #fff;
  background-color: #565656;
}
.contentObjects .resources-col-4 button {
  width: 25%;
}
.contentObjects .resources-col-3 button {
  width: 33.3%;
}
.glossary .glossary-textbox-container {
  position: relative;
  display: block;
  padding: 10px 0px 5px;
}
.glossary .glossary-textbox-container .glossary-textbox-label {
  display: inline-block;
  width: 25px;
  color: #ffffff;
  margin-left: 1px;
  vertical-align: middle;
  cursor: default;
}
.dir-rtl .glossary .glossary-textbox-container .glossary-textbox-label {
  margin-left: inherit;
  margin-right: 1px;
}
.glossary .glossary-textbox-container .glossary-textbox {
  display: inline-block;
  width: 77%;
  padding: 5px 30px 5px 5px;
}
.dir-rtl .glossary .glossary-textbox-container .glossary-textbox {
  padding: 5px 5px 5px 30px;
}
.glossary .glossary-textbox-container .glossary-textbox::-ms-clear {
  display: none;
}
.glossary .glossary-textbox-container .glossary-cancel-button {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 4px;
  font-size: 30px;
  cursor: pointer;
}
.dir-rtl .glossary .glossary-textbox-container .glossary-cancel-button {
  right: inherit;
  left: 4px;
}
.glossary .glossary-checkbox-container {
  display: block;
  border-bottom: 1px solid #6F6F6F;
}
.glossary .glossary-checkbox-container .glossary-checkbox {
  margin-left: 30px;
  vertical-align: middle;
}
.dir-rtl .glossary .glossary-checkbox-container .glossary-checkbox {
  margin-left: inherit;
  margin-right: 30px;
}
.glossary .glossary-checkbox-container .glossary-checkbox-label {
  font-size: 14px;
  color: #ededed;
}
.glossary .glossary-items-container {
  display: block;
}
.glossary .glossary-item-not-found {
  display: block;
  padding: 10px;
}
.glossary-item {
  display: block;
  margin-top: 2px;
}
.glossary-item .glossary-item-term {
  display: block;
  width: 100%;
  color: #02e5e5;
  border-bottom: 1px solid #6F6F6F;
}
.no-touch .glossary-item .glossary-item-term:hover,
.glossary-item .glossary-item-term.selected {
  color: #fff;
  background-color: #565656;
}
.glossary-item .glossary-item-term .glossary-item-term-inner {
  padding: 20px;
}
.glossary-item .glossary-item-description {
  color: #4b4e4f;
  background-color: #ededed;
  display: none;
}
.glossary-item .glossary-item-description .glossary-item-description-inner {
  padding: 20px;
}
.logo .course-title {
  padding: 10px;
  color: #4b4e4f;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
  margin-left: 20px;
  margin-right: 20px;
  float: left;
}
.dir-rtl .logo .course-title {
  float: right;
}
.logo .course-logo {
  padding: 10px;
  float: left;
}
.dir-rtl .logo .course-logo {
  float: right;
}
.logo .course-logo img {
  height: 46px;
}
.logo.center {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: -1;
}
.logo.center .logo-inner {
  display: inline-block;
}
.logo.left {
  float: left;
}
.dir-rtl .logo.left {
  float: right;
}
.logo.right {
  float: right;
}
.dir-rtl .logo.right {
  float: left;
}
.extension-nav-link {
  display: inline-block;
}
.extension-nav-link .nav-link-inner {
  margin-top: 30px;
}
.extension-nav-link .nav-link-inner.center {
  text-align: center;
}
.extension-nav-link .nav-link-button.visited {
  color: #ffffff;
  background-color: #4c4d4d;
  border-color: #4c4d4d;
}
.extensions {
  text-align: center;
}
.page-section-enabled {
  /*
    * handle progress line styling 
    */
}
.page-section-enabled .pagesection {
  position: absolute;
  top: 66px;
  right: 10px;
  z-index: 540;
}
.page-section-enabled .pagesection .pagesection-inner {
  width: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -ms-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: column;
  flex-flow: column;
}
.page-section-enabled .pagesection .pagesection-inner .pagesection-row {
  position: relative;
  margin: 0;
  padding: 10px 0 0 0;
}
.page-section-enabled .pagesection .pagesection-inner .pagesection-row::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  height: 20px;
}
.page-section-enabled .pagesection .pagesection-inner .pagesection-row:first-of-type {
  padding-top: 0;
}
.page-section-enabled .pagesection .pagesection-inner .pagesection-row .pagesection-item {
  background: white;
  border: solid 1px red;
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  z-index: 550;
  position: relative;
  transition: all 200ms ease-in;
}
.page-section-enabled .pagesection .pagesection-inner .pagesection-row .pagesection-item .icon {
  text-align: center;
  font-size: 2px;
  color: #078292;
}
.page-section-enabled .pagesection .pagesection-inner .pagesection-row.active .pagesection-item {
  background-color: red;
  box-shadow: 0 0 0px 2px red;
}
.page-section-enabled .pagesection .pagesection-inner .pagesection-row.completed .pagesection-item {
  background-color: red;
}
.page-section-enabled .pagesection .pagesection-inner .pagesection-row .label {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: 5px;
  min-width: 250px;
  text-align: right;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px) translateY(-50%);
  -moz-transform: translateX(0px) translateY(-50%);
  transform: translateX(0px) translateY(-50%);
  transition: all ease-in-out 200ms;
}
.page-section-enabled .pagesection .pagesection-inner .pagesection-row .label.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-10px) translateY(-50%);
  -moz-transform: translateX(-10px) translateY(-50%);
  transform: translateX(-10px) translateY(-50%);
}
.page-section-enabled .pagesection .pagesection-inner .pagesection-row .label .label-inner {
  background-color: white;
  color: #078292;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
}
.page-section-enabled .pagesection .pagesection-inner .pagesection-row .label .label-inner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -5px;
}
.page-section-enabled .pagesection.sticky-position {
  position: fixed;
  margin-top: 0px!important;
}
.page-section-enabled .pagesection .pagesection-inner .pagesection-row::after {
  background-color: #cc0000;
}
.page-section-enabled .pagesection .pagesection-inner .pagesection-row.active ~ .pagesection-row::after {
  background-color: transparent;
}
.page.background-switcher-active .page-inner {
  position: relative;
}
.page.background-switcher-active .background-switcher-desktop .article {
  position: relative;
  background-color: transparent;
}
.page.background-switcher-active .background-switcher-desktop .block {
  background-color: #ededed;
}
.page.background-switcher-active .background-switcher-desktop .block.background-switcher-block {
  background-color: transparent;
  min-height: 650px;
  background-size: cover;
}
.page.background-switcher-active .background-switcher-desktop .block.background-switcher-block .background-switcher-block-mobile {
  background-image: none !important;
}
.page.background-switcher-active .background-switcher-desktop .block.background-switcher-block:last-child {
  box-shadow: none !important;
}
.page.background-switcher-active .background-switcher-desktop .block.background-switcher-block:last-child .background-switcher-block-mobile:last-child {
  box-shadow: none !important;
}
.page.background-switcher-active .background-switcher-desktop .nth-child-1.block {
  background-position: center top !important;
}
.page.background-switcher-active .background-switcher-desktop .background-switcher-container .background-switcher-background {
  background-size: cover;
  background-position: 50% 0;
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 50px;
  opacity: 0;
  max-width: 100%;
  transition: opacity 1s;
}
.page.background-switcher-active .background-switcher-desktop .background-switcher-container .background-switcher-background.active {
  opacity: 1;
}
.page.background-switcher-active .background-switcher-mobile .background-switcher-background {
  display: none;
}
.page.background-switcher-active .background-switcher-mobile .block.background-switcher-block {
  min-height: inherit;
  background-attachment: scroll !important;
  background: -webkit-linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
  background: -o-linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
  background: -moz-linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
  background: linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
}
.page.background-switcher-active .background-switcher-mobile .block.background-switcher-block .background-switcher-block-mobile {
  background-attachment: scroll !important;
  background: -webkit-linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
  background: -o-linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
  background: -moz-linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
  background: linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
}
.ie8 .page.background-switcher-active .article {
  position: relative;
  background-color: transparent;
}
.ie8 .page.background-switcher-active .block {
  background-color: #ededed;
}
.ie8 .page.background-switcher-active .block.background-switcher-block {
  background-color: transparent;
  min-height: 650px;
  background-size: cover;
}
.ie8 .page.background-switcher-active .block.background-switcher-block .background-switcher-block-mobile {
  background-image: none !important;
}
.ie8 .page.background-switcher-active .block.background-switcher-block:last-child {
  box-shadow: none !important;
}
.ie8 .page.background-switcher-active .block.background-switcher-block:last-child .background-switcher-block-mobile:last-child {
  box-shadow: none !important;
}
.ie8 .page.background-switcher-active .nth-child-1.block {
  background-position: center top !important;
}
.ie8 .page.background-switcher-active .background-switcher-container .background-switcher-background {
  background-size: cover;
  background-position: 50% 0;
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 50px;
  opacity: 0;
  max-width: 100%;
  transition: opacity 1s;
}
.ie8 .page.background-switcher-active .background-switcher-container .background-switcher-background.active {
  opacity: 1;
}
.ie8 .page.background-switcher-active .background-switcher-container .background-switcher-background {
  max-width: 1024px;
}
@media all and (min-width: 699px) {
  .page.background-switcher-active .article {
    position: relative;
    background-color: transparent;
  }
  .page.background-switcher-active .block {
    background-color: #ededed;
  }
  .page.background-switcher-active .block.background-switcher-block {
    background-color: transparent;
    min-height: 650px;
    background-size: cover;
  }
  .page.background-switcher-active .block.background-switcher-block .background-switcher-block-mobile {
    background-image: none !important;
  }
  .page.background-switcher-active .block.background-switcher-block:last-child {
    box-shadow: none !important;
  }
  .page.background-switcher-active .block.background-switcher-block:last-child .background-switcher-block-mobile:last-child {
    box-shadow: none !important;
  }
  .page.background-switcher-active .nth-child-1.block {
    background-position: center top !important;
  }
  .page.background-switcher-active .background-switcher-container .background-switcher-background {
    background-size: cover;
    background-position: 50% 0;
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 50px;
    opacity: 0;
    max-width: 100%;
    transition: opacity 1s;
  }
  .page.background-switcher-active .background-switcher-container .background-switcher-background.active {
    opacity: 1;
  }
}
@media all and (max-width: 1024px) {
  .page.background-switcher-active .background-switcher-block {
    background-attachment: scroll !important;
    background-size: contain !important;
    background-position: center bottom !important;
  }
  .page.background-switcher-active .nth-child-1.background-switcher-block {
    background-position: center bottom !important;
  }
}
@media all and (max-width: 520px) {
  .page.background-switcher-active .background-switcher-background {
    display: none;
  }
  .page.background-switcher-active .block.background-switcher-block {
    min-height: inherit;
    background-attachment: scroll !important;
    background: -webkit-linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
    background: -o-linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
    background: -moz-linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
    background: linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
  }
  .page.background-switcher-active .block.background-switcher-block .background-switcher-block-mobile {
    background-attachment: scroll !important;
    background: -webkit-linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
    background: -o-linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
    background: -moz-linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
    background: linear-gradient(#d2d2d2, #EEEEEE, #d2d2d2) !important;
  }
}
_:-ms-lang(x),
_:-webkit-full-screen,
.background-switcher-block {
  z-index: 1 !important;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .background-switcher-block {
    background-attachment: scroll !important;
  }
}
.toolbox .toolbox-inner {
  float: right;
}
.dir-rtl .toolbox .toolbox-inner {
  float: left;
}
.toolbox .toolbox-button {
  float: right;
}
.dir-rtl .toolbox .toolbox-button {
  float: left;
}
.boxmenu-menu {
  background: #078292;
}
@media all and (min-width: 1100px) {
  .boxmenu-menu .menu-container {
    width: 1100px;
    margin: 0 auto;
  }
}
@media all and (max-width: 520px) and (min-width: 519px) {
  .boxmenu-menu .menu-container {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  .boxmenu-menu .menu-container {
    width: 100%;
    margin: 0 auto;
  }
}
.boxmenu-menu .menu-container-inner {
  padding: 30px 30px 0px;
}
.boxmenu-menu .menu-title,
.boxmenu-menu .menu-body {
  color: #fff;
  margin-bottom: 30px;
}
.boxmenu-menu .menu-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 10px;
}
.boxmenu-menu .menu-item {
  width: calc(50% - 20px);
}
@media all and (max-width: 520px) and (min-width: 519px) {
  .boxmenu-menu .menu-item {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  .boxmenu-menu .menu-item {
    width: 100%;
    margin: 0 auto;
  }
}
.boxmenu-menu .menu-item-inner {
  background: #ededed;
  position: relative;
}
.boxmenu-menu .menu-item-inner button {
  padding: 0;
  text-align: left;
  background-color: transparent;
}
.boxmenu-menu .menu-item-inner button:hover {
  background-color: transparent;
}
.boxmenu-menu .menu-item-graphic img {
  display: block;
  width: 100%;
  height: auto;
}
.boxmenu-menu .menu-item-title,
.boxmenu-menu .menu-item-body,
.boxmenu-menu .metadata {
  padding: 0 10px;
}
.boxmenu-menu .metadata {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.boxmenu-menu .metadata .progress-indicator {
  background-color: #ffffff;
  height: 1rem;
  width: 25%;
}
@media all and (max-width: 520px) {
  .boxmenu-menu .menu-inner {
    padding: 0;
  }
  .boxmenu-menu .menu-title-inner {
    padding: 15px 0 0;
  }
  .boxmenu-menu .menu-body-inner {
    padding: 0px 0 10px;
  }
  .boxmenu-menu .menu-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block.rb-white {
  background-color: #ffffff;
}
.block.rb-gray {
  background-color: #F7F7F7;
}
.lc-draganddrop-inner .lc-draganddrop-question .lc-draganddrop-question-text {
  background: #fff;
  color: #2f4275;
}
.lc-draganddrop-inner .ui-droppable.ui-state-active {
  background-color: rgba(255, 255, 255, 0.2);
}
.lc-draganddrop-inner .ui-droppable.ui-state-enabled.ui-state-hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.lc-draganddrop-inner .lc-draganddrop-droppable-big.ui-droppable {
  border: 0px dotted;
}
.lc-draganddrop-inner .lc-draganddrop-answers .lc-draganddrop-answer {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.block.padding-0 .block-inner {
  padding: 0px;
}
.block.padding-top-0 .block-inner {
  padding-top: 0px;
}
.block.padding-top-5 .block-inner {
  padding-top: 5px;
}
.block.padding-top-10 .block-inner {
  padding-top: 10px;
}
.block.padding-top-20 .block-inner {
  padding-top: 20px;
}
.block.padding-top-30 .block-inner {
  padding-top: 30px;
}
.block.padding-top-40 .block-inner {
  padding-top: 40px;
}
.block.padding-bottom-0 .block-inner {
  padding-bottom: 0px;
}
.block.padding-bottom-5 .block-inner {
  padding-bottom: 5px;
}
.block.padding-bottom-10 .block-inner {
  padding-bottom: 10px;
}
.block.padding-bottom-20 .block-inner {
  padding-bottom: 20px;
}
.block.padding-bottom-30 .block-inner {
  padding-bottom: 30px;
}
.block.padding-bottom-40 .block-inner {
  padding-bottom: 40px;
}
.article.padding-top-5 .article-inner {
  padding-top: 5px;
}
.article.padding-top-10 .article-inner {
  padding-top: 10px;
}
.article.padding-top-20 .article-inner {
  padding-top: 20px;
}
.article.padding-top-30 .article-inner {
  padding-top: 30px;
}
.article.padding-top-40 .article-inner {
  padding-top: 40px;
}
.article.padding-top-50 .article-inner {
  padding-top: 50px;
}
.article.padding-top-60 .article-inner {
  padding-top: 60px;
}
.article.padding-bottom-5 .article-inner {
  padding-bottom: 5px;
}
.article.padding-bottom-10 .article-inner {
  padding-bottom: 10px;
}
.article.padding-bottom-20 .article-inner {
  padding-bottom: 20px;
}
.article.padding-bottom-30 .article-inner {
  padding-bottom: 30px;
}
.article.padding-bottom-40 .article-inner {
  padding-bottom: 40px;
}
.article.padding-bottom-50 .article-inner {
  padding-bottom: 50px;
}
.article.padding-bottom-60 .article-inner {
  padding-bottom: 60px;
}
.component.padding-0 .component-inner {
  padding: 0px;
}
.component.padding-top-0,
.component.component-right.padding-top-0,
.component.component-left.padding-top-0 {
  padding-top: 0px;
}
.component.padding-top-5,
.component.component-right.padding-top-5,
.component.component-left.padding-top-5 {
  padding-top: 5px;
}
.component.padding-top-10,
.component.component-right.padding-top-10,
.component.component-left.padding-top-10 {
  padding-top: 10px;
}
.component.padding-top-20,
.component.component-right.padding-top-20,
.component.component-left.padding-top-20 {
  padding-top: 20px;
}
.component.padding-top-30,
.component.component-right.padding-top-30,
.component.component-left.padding-top-30 {
  padding-top: 30px;
}
.component.padding-top-40,
.component.component-right.padding-top-40,
.component.component-left.padding-top-40 {
  padding-top: 40px;
}
.component.padding-bottom-0,
.component.component-right.padding-bottom-0,
.component.component-left.padding-bottom-0 {
  padding-bottom: 0px;
}
.component.padding-bottom-5,
.component.component-right.padding-bottom-5,
.component.component-left.padding-bottom-5 {
  padding-bottom: 5px;
}
.component.padding-bottom-10,
.component.component-right.padding-bottom-10,
.component.component-left.padding-bottom-10 {
  padding-bottom: 10px;
}
.component.padding-bottom-20,
.component.component-right.padding-bottom-20,
.component.component-left.padding-bottom-20 {
  padding-bottom: 20px;
}
.component.padding-bottom-30,
.component.component-right.padding-bottom-30,
.component.component-left.padding-bottom-30 {
  padding-bottom: 30px;
}
.component.padding-bottom-40,
.component.component-right.padding-bottom-40,
.component.component-left.padding-bottom-40 {
  padding-bottom: 40px;
}
.component.inner-padding-top-0 .component-inner,
.component.component-right.inner-padding-top-0 .component-inner,
.component.component-left.inner-padding-top-0 .component-inner {
  padding-top: 0px;
}
.component.inner-padding-top-5 .component-inner,
.component.component-right.inner-padding-top-5 .component-inner,
.component.component-left.inner-padding-top-5 .component-inner {
  padding-top: 5px;
}
.component.inner-padding-top-10 .component-inner,
.component.component-right.inner-padding-top-10 .component-inner,
.component.component-left.inner-padding-top-10 .component-inner {
  padding-top: 10px;
}
.component.inner-padding-top-20 .component-inner,
.component.component-right.inner-padding-top-20 .component-inner,
.component.component-left.inner-padding-top-20 .component-inner {
  padding-top: 20px;
}
.component.inner-padding-top-30 .component-inner,
.component.component-right.inner-padding-top-30 .component-inner,
.component.component-left.inner-padding-top-30 .component-inner {
  padding-top: 30px;
}
.component.inner-padding-top-40 .component-inner,
.component.component-right.inner-padding-top-40 .component-inner,
.component.component-left.inner-padding-top-40 .component-inner {
  padding-top: 40px;
}
.component.inner-padding-bottom-0 .component-inner,
.component.component-right.inner-padding-bottom-0 .component-inner,
.component.component-left.inner-padding-bottom-0 .component-inner {
  padding-bottom: 0px;
}
.component.inner-padding-bottom-5 .component-inner,
.component.component-right.inner-padding-bottom-5 .component-inner,
.component.component-left.inner-padding-bottom-5 .component-inner {
  padding-bottom: 5px;
}
.component.inner-padding-bottom-10 .component-inner,
.component.component-right.inner-padding-bottom-10 .component-inner,
.component.component-left.inner-padding-bottom-10 .component-inner {
  padding-bottom: 10px;
}
.component.inner-padding-bottom-20 .component-inner,
.component.component-right.inner-padding-bottom-20 .component-inner,
.component.component-left.inner-padding-bottom-20 .component-inner {
  padding-bottom: 20px;
}
.component.inner-padding-bottom-30 .component-inner,
.component.component-right.inner-padding-bottom-30 .component-inner,
.component.component-left.inner-padding-bottom-30 .component-inner {
  padding-bottom: 30px;
}
.component.inner-padding-bottom-40 .component-inner,
.component.component-right.inner-padding-bottom-40 .component-inner,
.component.component-left.inner-padding-bottom-40 .component-inner {
  padding-bottom: 40px;
}
/**
	reset .component-body margin
*/
.component.body-margin-top-0 .component-body {
  margin-top: 0;
}
.component.body-margin-bottom-0 .component-body {
  margin-bottom: 0;
}
:focus {
  outline: none;
}
.block.rb-footer {
  background-color: #FFF;
  margin-top: 70px;
  color: #2D4274;
}
.block.rb-footer .block-inner {
  padding-top: 0;
  padding-bottom: 70px;
}
.block.rb-footer .component-inner {
  padding-bottom: 0;
  padding-top: 35px;
  position: relative;
  background-color: transparent;
  border: none;
  color: #2D4274;
}
.block.rb-footer .quicknav .quicknav-body {
  margin: 0;
}
.block.rb-footer .quicknav .quicknav-body .quicknav-body-inner {
  padding-top: 17.5px;
  padding-bottom: 35px;
  margin-bottom: 0;
  font-style: italic;
}
.block.rb-footer .quicknav .quicknav-body .quicknav-body-inner p {
  margin: 0;
}
.block.rb-footer .quicknav .quicknav-widget {
  text-align: left;
}
.block.rb-footer .navbuttons .navbuttons-body {
  margin: 0;
}
.block.rb-footer .navbuttons .navbuttons-body .navbuttons-body-inner {
  padding-top: 17.5px;
  padding-bottom: 35px;
  margin-bottom: 0;
  font-style: italic;
}
.block.rb-footer .navbuttons .navbuttons-body .navbuttons-body-inner p {
  margin: 0;
}
.block.rb-footer .navbuttons .navbutton-button {
  background-color: #2D4274;
  color: white;
}
.block.rb-footer .navbuttons .navbutton-button:hover {
  background-color: #425582;
}
.block.rb-footer .navbuttons .navbutton-button.scroll-top-button::before {
  color: white;
}
.animatedlist-component .animatedlist-items .animatedlist-item .animatedlist-next-button,
.chatlist-component .chatlist-items .chatlist-item .animatedlist-next-button,
.animatedlist-component .animatedlist-items .animatedlist-item .chatlist-next-button,
.chatlist-component .chatlist-items .chatlist-item .chatlist-next-button {
  width: auto;
  border-radius: 0;
  text-align: left;
  padding: 7px 50px;
}
.animatedlist-component .animatedlist-items .animatedlist-item .animatedlist-next-button > span,
.chatlist-component .chatlist-items .chatlist-item .animatedlist-next-button > span,
.animatedlist-component .animatedlist-items .animatedlist-item .chatlist-next-button > span,
.chatlist-component .chatlist-items .chatlist-item .chatlist-next-button > span {
  display: inline-block;
  font-size: 0.8rem;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.4rem;
  line-height: 0.8rem;
}
.flipcard-component .flipcard-item .flipcard-item-face {
  border: none;
  background-color: #FFF;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.flipcard-component .flipcard-item .flipcard-item-back {
  color: #4b4e4f;
}
.location-page .hide-close-button-on-pages .navigation-close-button {
  display: none;
}
.lc-variousinput-widget {
  overflow: scroll;
}
.lcVariousInput-component .lc-variousinput-table-header tr {
  border-bottom: 2px solid #2e4274;
}
.lcVariousInput-component .lc-variousinput-item-group {
  border-bottom: 1px solid #2e4274;
}
.lcVariousInput-component .lc-variousinput-item-textbox {
  /*
           Hide 'X' icon for IE11 and Edge 12+
           Issue:https://github.com/adaptlearning/adapt_framework/issues/1913
        */
}
.lcVariousInput-component td,
.lcVariousInput-component th {
  padding: 8px;
}
.lcVariousInput-component td:first-of-type,
.lcVariousInput-component th:first-of-type {
  padding-left: 0;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 192px;
}
.lcVariousInput-component th {
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.accordion-component .accordion-item {
  margin-bottom: 0;
}
div.accordion-component .accordion-item:first-child .accordion-item-title {
  border-top: none;
}
div.accordion-component .accordion-item .accordion-item-text p {
  margin: 0.5rem 0;
}
div.accordion-component .accordion-item .accordion-item-text p:first-child {
  margin-top: 0;
}
div.accordion-component .accordion-item .accordion-item-text p:last-child {
  margin-bottom: 0;
}
div.accordion-component .accordion-item-title-icon {
  color: #4b4e4f;
  right: 0;
  left: auto;
  top: 50%;
  font-size: 16px;
  line-height: 16px;
  margin-top: -8px;
}
div.accordion-component .accordion-item-title-icon::before {
  content: "\e64f";
  font-family: "vanilla";
}
div.accordion-component button.accordion-item-title {
  color: #2D4274;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: none;
  padding-left: 0px;
  font-family: 'helvetica-medium';
  font-weight: 700;
  line-height: 130%;
  font-size: 16px;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}
div.accordion-component button.accordion-item-title:last-child {
  border-bottom: none;
}
div.accordion-component button.accordion-item-title.visited {
  color: #2D4274;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
}
div.accordion-component button.accordion-item-title.visited .accordion-item-title-icon {
  color: #4b4e4f;
}
div.accordion-component button.accordion-item-title.selected {
  color: #2D4274;
  background-color: transparent;
}
div.accordion-component button.accordion-item-title.selected .accordion-item-title-icon.icon-minus::before {
  content: "\e650";
  font-family: "vanilla";
}
.no-touch div.accordion-component button.accordion-item-title:hover {
  color: #425582;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
}
.no-touch div.accordion-component button.accordion-item-title:hover .accordion-item-title-icon {
  color: inherit;
}
.no-touch div.accordion-component button.accordion-item-title.visited:hover {
  color: #425582;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
}
.no-touch div.accordion-component button.accordion-item-title.visited:hover .accordion-item-title-icon {
  color: inherit;
}
.no-touch div.accordion-component button.accordion-item-title.selected:hover {
  background-color: transparent;
}
div.accordion-component .accordion-item-body {
  color: #4b4e4f;
  background-color: transparent;
  border: none;
}
div.accordion-component .accordion-item-body-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 1100px) {
  .responsive-large {
    width: 1100px;
    margin: 0 auto;
  }
}
@media all and (max-width: 520px) and (min-width: 519px) {
  .responsive-medium {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  .responsive-small {
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1100px) {
  .responsive-layout {
    width: 1100px;
    margin: 0 auto;
  }
}
@media all and (max-width: 520px) and (min-width: 519px) {
  .responsive-layout {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  .responsive-layout {
    width: 100%;
    margin: 0 auto;
  }
}
.animatedlist-component .animatedlist-items {
  overflow: visible;
  margin-bottom: 0;
}
.animatedlist-component .animatedlist-items .animatedlist-item.right .animatedlist-graphic {
  order: 1;
}
.animatedlist-component .animatedlist-items .animatedlist-item.top .animatedlist-item-inner {
  flex-wrap: wrap;
}
.animatedlist-component .animatedlist-items .animatedlist-item.top .animatedlist-item-inner .animatedlist-graphic {
  width: 100%;
}
.animatedlist-component .animatedlist-items .animatedlist-item.top .animatedlist-item-inner .animatedlist-graphic img {
  max-width: 20%;
  margin: 0 auto;
}
.animatedlist-component .animatedlist-items .animatedlist-item .animatedlist-next-button {
  position: absolute;
  top: 0;
}
.animatedlist-component .animatedlist-items .animatedlist-item .animatedlist-next-button::after {
  content: "\e901";
  font-family: "drive-new";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  width: 16px;
  margin-top: -8px;
}
.animatedlist-component .animatedlist-items .animatedlist-item .animatedlist-item-inner {
  padding: 0;
  display: flex;
  color: #4b4e4f;
  background-color: #FFF;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.animatedlist-component .animatedlist-items .animatedlist-item .animatedlist-item-inner .animatedlist-graphic {
  float: none;
}
.animatedlist-component .animatedlist-items .animatedlist-item .animatedlist-item-inner .animatedlist-graphic img {
  display: block;
}
.animatedlist-component .animatedlist-items .animatedlist-item .animatedlist-item-inner .animatedlist-title {
  padding: 20px 20px 0 20px;
  color: #2D4274;
  font-size: 18px;
  font-weight: 700;
}
.animatedlist-component .animatedlist-items .animatedlist-item .animatedlist-item-inner .animatedlist-item-inner-body {
  float: none;
}
.animatedlist-component .animatedlist-items .animatedlist-item .animatedlist-item-inner .animatedlist-item-inner-body .animatedlist-item-inner-body-inner {
  padding: 20px;
}
.animatedlist-component .animatedlist-items .animatedlist-item .animatedlist-item-inner .animatedlist-item-inner-body .animatedlist-item-inner-body-inner p:first-child {
  margin-top: 0;
}
.animatedlist-component .animatedlist-items .animatedlist-item .animatedlist-item-inner .animatedlist-item-inner-body .animatedlist-item-inner-body-inner p:last-child {
  margin-bottom: 0;
}
.animatedlist-component .animatedlist-items .animatedlist-item .animatedlist-item-inner.visibility-hidden {
  display: none;
}
.article {
  background-color: #ededed;
}
.article .article-inner {
  padding: 0px 0 0px;
}
@media all and (max-width: 1120px) {
  .article .article-inner {
    padding: 0px 0 0px;
  }
}
@media all and (max-width: 539px) {
  .article .article-inner {
    padding: 0px 0 0px;
  }
}
.article .article-header {
  max-width: 1100px;
  margin: auto;
  padding: 0;
}
@media all and (max-width: 1120px) {
  .article .article-header {
    padding: 0 20px;
  }
}
@media all and (max-width: 539px) {
  .article .article-header {
    padding: 0 10px;
  }
}
.article .article-title {
  margin-bottom: 20px;
  text-align: left;
}
.dir-rtl .article .article-title {
  text-align: right;
}
.article .article-title-inner {
  margin-bottom: 20px;
}
.article .article-body {
  margin-bottom: 30px;
}
.article .article-instruction {
  margin-bottom: 14px;
  font-family: 'helvetica-regular';
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  font-style: italic;
  color: #9c9c9c;
}
.article:last-of-type .article-inner {
  padding-bottom: 0;
}
.results-retry-button {
  margin-top: 30px;
  margin-bottom: 30px;
}
.results-retry-button button {
  padding: 14px 14px 14px 14px;
}
.responsive-layout {
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 520px) {
  .responsive-layout {
    width: 520px;
  }
}
@media all and (min-width: 760px) {
  .responsive-layout {
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  .responsive-layout {
    width: 960px;
  }
}
.visibility-hidden {
  visibility: hidden!important;
}
.display-none {
  display: none!important;
}
.accessibility.no-touch .focused,
.accessibility.no-touch button:focus,
.accessibility.no-touch select:focus,
.accessibility.no-touch textarea:focus,
.accessibility.no-touch a:focus,
.accessibility.no-touch input:focus + label {
  outline: 3px solid orange;
}
#accessibility-toggle {
  position: absolute;
  top: -1px;
  left: -25px;
  height: 1px;
  width: 1px;
  z-index: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding: 8px 10px 8px 10px;
}
.dir-rtl #accessibility-toggle {
  left: inherit;
  right: -25px;
}
#accessibility-toggle:focus {
  height: auto;
  width: auto;
  top: 70px;
  left: 10px;
  z-index: 5000;
  background: #078292;
  border: 1px solid #fff;
  color: #fff;
}
.dir-rtl #accessibility-toggle:focus {
  left: inherit;
  right: 10px;
}
.skip-nav-link {
  background-color: #2D4274;
  border-radius: 0;
  color: #ffffff;
  display: none;
  left: 0;
  margin-top: 0;
  padding: 10px 20px;
  position: absolute;
  top: -46px;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
  width: auto;
  z-index: 100;
}
.accessibility .skip-nav-link {
  display: inline-block;
}
.skip-nav-link:focus {
  top: 0;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
@media all and (min-width: 520px) {
  #wrapper {
    width: 520px;
  }
}
@media all and (min-width: 760px) {
  #wrapper {
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  #wrapper {
    width: 960px;
  }
}
@media all and (min-width: 1100px) {
  #wrapper {
    width: 1100px;
    margin: 0 auto;
  }
}
@media all and (max-width: 520px) and (min-width: 519px) {
  #wrapper {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 520px) {
  #wrapper {
    width: 520px;
  }
}
@media all and (min-width: 760px) {
  #wrapper {
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  #wrapper {
    width: 960px;
  }
}
.drawer {
  position: fixed;
  width: 320px;
  height: 100%;
  top: 0px;
  right: -320px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 600;
}
.dir-rtl .drawer {
  right: inherit;
  left: -320px;
}
.drawer .drawer-back {
  float: left;
}
.dir-rtl .drawer .drawer-back {
  float: right;
}
.drawer .drawer-back.show {
  display: inline-block;
}
.drawer .drawer-close {
  float: right;
}
.dir-rtl .drawer .drawer-close {
  float: left;
}
.drawer .drawer-inner {
  height: 100%;
}
.drawer .drawer-item {
  display: block;
  width: 100%;
}
.drawer .drawer-item-open {
  display: block;
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}
.dir-rtl .loading {
  left: auto;
  right: 0;
}
.loading .loading-image {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}
.navigation {
  margin: 0 auto;
  position: fixed;
  top: 0;
  height: 40px;
  z-index: 500;
  width: 100%;
}
@media all and (min-width: 520px) {
  .navigation {
    width: 520px;
  }
}
@media all and (min-width: 760px) {
  .navigation {
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  .navigation {
    width: 960px;
  }
}
@media all and (min-width: 1100px) {
  .navigation {
    width: 1100px;
    margin: 0 auto;
  }
}
@media all and (max-width: 520px) and (min-width: 519px) {
  .navigation {
    width: 519px;
    margin: 0 auto;
  }
}
@media all and (max-width: 518px) {
  .navigation {
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 520px) {
  .navigation {
    width: 520px;
  }
}
@media all and (min-width: 760px) {
  .navigation {
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  .navigation {
    width: 960px;
  }
}
.ie8 .navigation {
  max-width: 1024px;
}
.navigation .navigation-back-button {
  float: left;
}
.dir-rtl .navigation .navigation-back-button {
  float: right;
}
.navigation .navigation-drawer-toggle-button {
  float: right;
}
.dir-rtl .navigation .navigation-drawer-toggle-button {
  float: left;
}
.notify .notify-popup {
  position: fixed;
  top: 50%;
  left: 25%;
  width: 50%;
  z-index: 550;
}
.notify .notify-popup-icon {
  position: absolute;
  left: 0px;
  top: 0px;
}
.dir-rtl .notify .notify-popup-icon {
  left: inherit;
  right: 0px;
}
@media all and (max-width: 519px) {
  .notify .notify-popup-icon .icon {
    float: none;
    margin: 0 auto;
  }
}
@media all and (max-width: 519px) {
  .notify .notify-popup-icon {
    float: none;
    margin: 0px auto;
    position: static;
  }
}
.responsive-layout .ie8 .notify .notify-popup-content {
  max-width: 1024px;
  margin: 0 auto;
}
.notify .notify-popup-content-inner {
  position: relative;
}
.notify .notify-popup-done {
  display: inline-block;
}
.notify .notify-shadow {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 549;
}
.dir-rtl .notify .notify-shadow {
  left: inherit;
  right: 0px;
}
.component-container:before,
.component-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.component-container:after {
  clear: both;
}
.component-container {
  zoom: 1;
}
.component-container {
  display: flex;
  flex-wrap: wrap;
}
.component-container .component {
  width: 100%;
}
.component-container .component .component-inner {
  box-sizing: border-box;
  min-height: 100%;
}
.component-container .component-left {
  width: 100%;
  float: none;
}
@media all and (min-width: 521px) {
  .component-container .component-left {
    width: 50%;
    float: none;
  }
  .component-container .component-left .component-inner {
    margin-right: 2%;
  }
}
.component-container .component-right {
  width: 100%;
  float: none;
}
@media all and (min-width: 521px) {
  .component-container .component-right {
    width: 50%;
    float: none;
  }
  .component-container .component-right .component-inner {
    margin-left: 2%;
  }
}
/*TO ALLOW CHILDREN ELEMENTS TO BE POSITIONED ABSOLUTELY*/
.component {
  position: relative;
}
.block {
  position: relative;
}
/*INVISIBLE ARIA-LABELS*/
.aria-label {
  position: absolute !important;
  left: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE8*/
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.aria-label.relative {
  position: relative !important;
}
/*FORCE ARIA-LABELS TO HIDE ON HIDDEN*/
.aria-label.aria-hidden {
  display: none !important;
}
/*HIDDEN FOCUS GUARD*/
#a11y-focusguard {
  left: 0px !important;
  bottom: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE8*/
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
  /*IPAD: Stop accessibility cursor focusing until end of page;*/
  /*DESTKOP: stop focus making window jump to bottom of page;*/
}
.touch #a11y-focusguard {
  position: relative !important;
}
.no-touch #a11y-focusguard {
  position: fixed !important;
}
/*HIDDEN FOCUS/ALERT ELEMENT */
#a11y-selected,
#a11y-selected * {
  position: fixed !important;
  left: 0px !important;
  bottom: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE8*/
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
/*FOCUS DISTRACTION*/
#a11y-focuser {
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*IE8*/
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body p {
  margin-top: 16px;
  margin-bottom: 16px;
}
.block .block-inner {
  max-width: 1100px;
  margin: auto;
  padding: 10px 10px 10px;
}
@media all and (max-width: 1120px) {
  .block .block-inner {
    padding: 5px 10px 5px;
  }
}
@media all and (max-width: 539px) {
  .block .block-inner {
    padding: 3.33333333px 10px 3.33333333px;
  }
}
.block .block-title {
  margin-bottom: 20px;
  text-align: left;
}
.dir-rtl .block .block-title {
  text-align: right;
}
.block .block-body {
  margin-bottom: 30px;
}
.block .block-instruction {
  margin-bottom: 14px;
  font-family: 'helvetica-regular';
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  font-style: italic;
  color: #9c9c9c;
}
.menu {
  background: #ededed;
}
.menu .menu-container {
  width: 85%;
  margin: 0 auto;
}
@media all and (max-width: 539px) {
  .menu .menu-container {
    width: 96%;
  }
}
.menu .menu-container-inner {
  padding: 0;
}
.menu .menu-header {
  background-color: #ededed;
}
.menu .menu-items {
  margin-top: 25px;
  padding-bottom: 40px;
  max-width: 1100px;
}
.menu .menu-header-inner {
  max-width: 1100px;
  margin: auto;
  padding: 60px 0 0;
  text-align: left;
}
@media all and (max-width: 1120px) {
  .menu .menu-header-inner {
    padding: 30px 20px 0;
  }
}
@media all and (max-width: 539px) {
  .menu .menu-header-inner {
    padding: 20px 10px 0;
  }
}
.menu .menu-title {
  margin: 0 0 20px;
  color: #2D4274;
}
.menu .menu-body {
  margin: 20px 0;
  color: #2D4274;
}
.menu .menu-body a {
  color: #2D4274;
}
.menu .menu-search .menu-searchbar {
  position: relative;
  background-color: #FFF;
  color: #6F6F6F;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px;
  padding-left: 30px;
}
.menu .menu-search .menu-searchbar:before {
  content: "\e907";
  font-family: "additional-icons";
  color: #6F6F6F;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}
.menu .menu-search .menu-searchbar input {
  width: calc(100% - 10px);
  background-color: transparent;
  border: none;
  padding-left: 10px;
  color: #6F6F6F;
}
.menu .menu-search .menu-searchbar input::-webkit-input-placeholder {
  color: #6F6F6F;
}
.menu .menu-search .menu-searchbar input:-ms-input-placeholder {
  color: #6F6F6F;
}
.menu .menu-search .menu-searchbar input::placeholder {
  color: #6F6F6F;
}
.menu .menu-item {
  margin: 10px;
  width: calc(49% - 10px);
  font-family: 'helvetica-regular';
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}
.menu .menu-item.nth-child-odd {
  margin-left: 0;
}
.menu .menu-item.nth-child-odd .menu-item-inner {
  margin: 0px;
}
.menu .menu-item.nth-child-even {
  margin-right: 0;
}
.menu .menu-item.nth-child-even .menu-item-inner {
  margin: 0px;
}
@media all and (max-width: 539px) {
  .menu .menu-item {
    width: 100%;
  }
  .menu .menu-item.nth-child-odd {
    margin: 0 0 10px 0;
  }
  .menu .menu-item.nth-child-even {
    margin: 0 0 10px 0;
  }
}
.menu .menu-item .menu-item-title {
  padding: 10px 30px 0px;
  color: #2e4274;
}
.menu .menu-item .menu-item-body {
  padding: 0px 30px 0px;
  color: #6f6f6f;
}
.menu .menu-item .menu-item-button {
  padding: 0px;
}
.menu .menu-item .menu-item-duration {
  font-size: 16px;
  color: #9c9c9c;
}
.menu .menu-item .progress-indicator {
  border-radius: 0;
  border: none;
  color: #C7C7C7;
  width: 15px;
  height: 25px;
  background-color: transparent;
}
.menu .menu-item .progress-indicator:before {
  content: "\e905";
  font-family: 'additional-icons';
  font-size: 30px;
}
.menu .menu-item.completed .progress-indicator {
  background-color: transparent;
  color: #02e5e5;
}
.menu .menu-item.introduction-menu-item {
  width: 100%;
  margin: 40px 0;
  border: none;
  background-color: transparent;
}
.menu .menu-item.introduction-menu-item .menu-item-inner {
  background-color: transparent;
}
.menu .menu-item.introduction-menu-item .menu-item-graphic {
  display: none;
}
.menu .menu-item.introduction-menu-item .metadata {
  display: none;
}
.menu .menu-item.introduction-menu-item .menu-item-title {
  visibility: visible;
  padding: 7px 50px;
  text-align: center;
  line-height: 160%;
  background-color: #2D4274;
  color: #ffffff;
}
.menu .menu-item.introduction-menu-item .menu-item-body {
  display: none;
}
.menu .menu-item-inner {
  position: relative;
  margin: auto;
  color: #000;
  background-color: #FFF;
  padding-bottom: 0px;
  height: 100%;
}
.menu .menu-item-inner button {
  display: block;
  width: 100%;
}
.menu .menu-item-inner .metadata {
  padding: 10px 30px 10px;
}
.menu .menu-item-title {
  margin: 0 0 20px;
  color: #000;
}
.menu .menu-item-body {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}
.menu .menu-item-instruction {
  margin-bottom: 14px;
  padding: 0;
}
.menu .page-level-progress-menu-item {
  width: 60px;
  height: 6px;
  float: none;
  padding: 0;
  position: absolute;
  right: 24px;
  bottom: 26px;
}
.dir-rtl .menu .page-level-progress-menu-item {
  left: 24px;
  right: auto;
}
.menu .page-level-progress-menu-item-indicator {
  width: 60px;
  height: 6px;
  background-color: #cccccc;
  border: 2px solid transparent;
  border-radius: 25px;
}
.menu .page-level-progress-menu-item-indicator-bar {
  height: 6px;
  background-color: #000;
  border-radius: 25px;
}
@media all and (max-width: 520px) {
  .menu .menu-inner {
    padding: 0;
  }
  .menu .menu-title-inner {
    padding: 0;
  }
  .menu .menu-body-inner {
    padding: 0;
  }
  .menu .menu-item.nth-child-even .menu-item-inner,
  .menu .menu-item.nth-child-odd .menu-item-inner,
  .dir-rtl .menu .menu-item.nth-child-even .menu-item-inner,
  .dir-rtl .menu .menu-item.nth-child-odd .menu-item-inner {
    margin: 0 auto;
  }
}
.button,
button {
  background-color: #2D4274;
  color: #ffffff;
  padding: 12px 24px 12px 24px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: 0px solid #2D4274;
  -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-family: 'helvetica-regular';
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
.no-touch .button:hover,
.no-touch button:hover {
  background-color: #425582;
  color: #ffffff;
  border-color: #425582;
}
.button.base,
button.base {
  background-color: transparent;
  padding: 0;
  text-align: left;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
.no-touch .button.base:hover,
.no-touch button.base:hover {
  background-color: transparent;
}
.dir-rtl .button.base,
.dir-rtl button.base {
  text-align: right;
}
.button.disabled,
button.disabled,
.button:disabled,
button:disabled {
  background-color: #727272 !important;
  border-color: #727272 !important;
  color: #ccc !important;
  cursor: default;
  display: none;
}
.no-touch .button.disabled:hover,
.no-touch button.disabled:hover,
.no-touch .button:disabled:hover,
.no-touch button:disabled:hover {
  border-color: #727272;
}
.button[disabled="disabled"],
button[disabled="disabled"] {
  background-color: #727272 !important;
  border-color: #727272 !important;
  color: #ccc !important;
  cursor: default;
  display: none;
}
.no-touch .button[disabled="disabled"]:hover,
.no-touch button[disabled="disabled"]:hover {
  border-color: #727272;
}
.buttons {
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
}
.buttons button {
  width: auto;
  float: right;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 0.5rem;
}
.dir-rtl .buttons button {
  float: right;
}
.buttons button.buttons-action {
  margin-left: 0;
}
.buttons button.buttons-feedback {
  margin-right: 10px;
}
.buttons button.buttons-action-fullwidth {
  width: auto;
  margin-left: 0;
}
.buttons button.no-feedback {
  display: none;
}
.buttons .buttons-display {
  position: relative;
  border: 0px solid #2D4274;
  border-top: none;
  background-color: #546e7a;
  color: #ffffff;
}
.buttons .buttons-marking-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  margin-left: -21px;
  margin-top: -21px;
  color: #ffffff;
  border: 0px solid #2D4274;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.dir-rtl .buttons .buttons-marking-icon {
  left: inherit;
  margin-left: inherit;
  margin-right: -20px;
  right: 50%;
}
.buttons .buttons-marking-icon.icon-tick {
  background-color: #02e5e5;
  display: none;
}
.buttons .buttons-marking-icon.icon-cross {
  background-color: #ff3c61;
  display: none;
}
@media all and (max-width: 519px) {
  .buttons .buttons-marking-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-left: -20px;
    margin-top: -20px;
  }
}
.buttons .buttons-display-inner {
  padding: 14px;
  text-align: center;
}
.carousel-inner .carousel-widget .carousel-container {
  perspective: 2000px;
}
.carousel-inner .carousel-widget .carousel-container .holder {
  float: left;
  margin: 0 1.5% 2%;
}
.c-cols-4 .carousel-inner .carousel-widget .carousel-container .holder {
  width: 22%;
}
.c-cols-3 .carousel-inner .carousel-widget .carousel-container .holder {
  width: 30%;
}
.c-cols-2 .carousel-inner .carousel-widget .carousel-container .holder {
  width: 47%;
}
.c-cols-1 .carousel-inner .carousel-widget .carousel-container .holder {
  width: 100%;
}
.carousel-inner .carousel-widget .carousel-container .holder .spacer {
  position: relative;
  text-align: center;
}
.carousel-inner .carousel-widget .carousel-container .holder .spacer .background-image {
  width: 100%;
  height: 100%;
  display: block;
}
.carousel-inner .carousel-widget .carousel-container .holder .head {
  position: relative;
}
.carousel-inner .carousel-widget .carousel-container .holder .head .head-inner {
  position: relative;
}
.carousel-inner .carousel-widget .carousel-container .holder .head .head-inner .head-inner-background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.carousel-inner .carousel-widget .carousel-container .holder .head .head-inner .head-title-outer {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.carousel-inner .carousel-widget .carousel-container .holder .head .head-inner .head-title-outer .head-title {
  font-size: 130%;
  padding: 5px;
}
.carousel-inner .carousel-widget .carousel-container .holder .tails-container {
  position: relative;
  overflow: hidden;
}
.carousel-inner .carousel-widget .carousel-container .holder .tails-container .tails-background-image-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.carousel-inner .carousel-widget .carousel-container .holder .tails-container .tail-items {
  overflow: hidden;
}
.carousel-inner .carousel-widget .carousel-container .holder .tails-container .tail-items .tail-items-inner {
  transition: all ease-in-out 500ms;
}
.carousel-inner .carousel-widget .carousel-container .holder .tails-container .tail-items .tail {
  position: relative;
  display: block;
  float: left;
  transition: all ease-in-out 500ms;
}
.carousel-inner .carousel-widget .carousel-container .holder .tails-container .tail-items .tail .tail-background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.carousel-inner .carousel-widget .carousel-container .holder .tails-container .tail-items .tail .tail-background img {
  display: block;
  width: 100%;
}
.carousel-inner .carousel-widget .carousel-container .holder .tails-container .tail-items .tail .tail-body-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.carousel-inner .carousel-widget .carousel-container .holder .tails-container .tail-items .tail .tail-body-outer .tail-body {
  padding: 5px;
}
.carousel-inner .carousel-widget .carousel-container .holder .controls {
  position: absolute;
  width: 97%;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-inner .carousel-widget .carousel-container .holder .controls button {
  background-color: transparent;
  color: black;
}
.carousel-inner .carousel-widget .carousel-container .holder .controls .left-button-outer {
  float: left;
}
.carousel-inner .carousel-widget .carousel-container .holder .controls .left-button-outer .left-button {
  border-radius: 50%;
  padding: 60%;
  margin-left: 10px;
}
.carousel-inner .carousel-widget .carousel-container .holder .controls .right-button-outer {
  float: right;
  margin-right: 10px;
}
.carousel-inner .carousel-widget .carousel-container .holder .controls .right-button-outer .right-button {
  border-radius: 50%;
  padding: 60%;
  margin-right: 10px;
}
.chatlist-component .chatlist-items {
  overflow: visible;
}
.chatlist-component .chatlist-items .chatlist-item {
  margin-top: 30px;
}
.chatlist-component .chatlist-items .chatlist-item.other {
  margin-right: 30px;
}
.chatlist-component .chatlist-items .chatlist-item.self {
  margin-left: 30px;
}
.chatlist-component .chatlist-items .chatlist-item .chatlist-item-inner {
  background-color: #FFF;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  color: #4b4e4f;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.chatlist-component .chatlist-items .chatlist-item .chatlist-item-inner .chatlist-avatar-outer {
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  top: 50%;
}
.chatlist-component .chatlist-items .chatlist-item .chatlist-item-inner .chatlist-avatar-outer .chatlist-avatar-img {
  border-radius: 50%;
}
.chatlist-component .chatlist-items .chatlist-item .chatlist-item-inner .chatlist-item-inner-body {
  border-radius: 0;
  padding: 10px 20px;
}
.chatlist-component .chatlist-items .chatlist-item.other .chatlist-item-inner .chatlist-avatar-outer {
  left: 15px;
}
.chatlist-component .chatlist-items .chatlist-item.other .chatlist-item-inner-body {
  padding-left: 40px;
  margin-left: 40px;
}
.chatlist-component .chatlist-items .chatlist-item.self .chatlist-item-inner {
  color: #4b4e4f;
}
.chatlist-component .chatlist-items .chatlist-item.self .chatlist-item-inner .chatlist-avatar-outer {
  right: 15px;
}
.chatlist-component .chatlist-items .chatlist-item.self .chatlist-item-inner-body {
  text-align: right;
  padding-right: 40px;
  margin-right: 40px;
}
.chatlist-component .chatlist-items .chatlist-item .chatlist-next-button {
  width: auto;
  border-radius: 0;
  margin: 0;
}
.navigation .close-button {
  display: flex;
}
.navigation .close-button .icon {
  font-size: 50px;
  padding: 7px 0px;
}
.navigation .close-button .icon::before {
  content: "\e908";
  font-family: 'drive-new';
}
.navigation .close-button .label {
  font-family: 'helvetica-regular';
  position: static;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  padding: 25px 0;
}
@media all and (max-width: 539px) {
  .navigation .close-button .label {
    display: none;
  }
}
.complexSliderProgressBarIsEnabled .sticky-wrapper {
  height: 0px !important;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu {
  right: 4px;
}
@media (max-width: 539px) {
  .complexSliderProgressBarIsEnabled .complex-slider-progress-menu {
    display: none;
  }
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner {
  margin-top: 64px;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item:first-child {
  margin-top: 0;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .pageitem::after,
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .pageitem::before {
  background-color: #6F6F6F;
  width: 2px;
  transform: none;
  left: 50%;
  transform: rotate(-305deg);
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .pageitem::after {
  transform: rotate(-45deg);
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .pageitem .complex-slider-progress-button {
  border-color: #6F6F6F;
  background-color: #6F6F6F;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item.active .pageitem::after {
  background-color: #6F6F6F;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .panel .blockitem .complex-slider-progress-button {
  background-color: #6F6F6F;
  border-color: #6F6F6F;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .panel .blockitem::after {
  background-color: #6F6F6F;
  width: 2px;
  margin-left: -1px;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .panel .blockitem.completedBySetter .complex-slider-progress-button {
  background-color: #02e5e5;
  border-color: #02e5e5;
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .panel .blockitem.onscreen .complex-slider-progress-button {
  background-color: #02e5e5 !important;
  border-color: #02e5e5;
  transform: scale(1.3);
}
.complexSliderProgressBarIsEnabled .complex-slider-progress-menu .complex-slider-inner .complex-slider-progress-item .complex-item-label .complex-item-label-inner {
  background-color: #2D4274;
  color: #FFF;
}
.component .component-inner {
  padding: 30px;
  background-color: #FFF;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.component .component-inner.blank-inner {
  background-color: transparent;
  padding: 0;
}
@media all and (max-width: 519px) {
  .component .component-inner {
    padding: 20px;
  }
}
.component.animatedlist-component .component-inner,
.component.chatlist-component .component-inner,
.component.lcexpose-component .component-inner,
.component.flipcard-component .component-inner,
.component.courseResources-component .component-inner {
  background-color: transparent;
  border-bottom: none;
}
.component .component-title {
  margin-bottom: 20px;
  text-align: left;
}
.dir-rtl .component .component-title {
  text-align: right;
}
.component .component-title-inner {
  padding: 0px;
}
.component .component-body {
  margin: 30px 0px 30px;
}
.component .component-body a {
  text-decoration: none;
  color: #2D4274;
}
.component .component-body a:hover {
  color: #425582;
}
.component .component-body-inner {
  padding: 0px;
}
.component .component-instruction {
  margin-bottom: 14px;
  font-family: 'helvetica-regular';
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  font-style: italic;
  color: #9c9c9c;
  color: #2e4274;
}
.component .component-instruction-inner.validation-error {
  color: #ff3c61;
}
@media all and (max-width: 519px) {
  .component.component-left {
    padding: 0 0 3.33333333px;
  }
  .component.component-right {
    padding: 3.33333333px 0 0;
  }
}
.courseResources-component .courseResources-widget .type {
  width: 70px;
}
.courseResources-component .courseResources-widget .type .type-inner {
  background-color: #e8e8e8;
}
.courseResources-component .courseResources-widget .type.type-www .type-inner {
  background-image: url(assets/WWW_ICON.svg);
}
.courseResources-component .courseResources-widget .type.type-pdf .type-inner {
  background-image: url(assets/PDF_ICON.svg);
}
.courseResources-component .courseResources-widget .type.type-file .type-inner {
  background-image: url(assets/FILE_ICON.svg);
}
.courseResources-component .courseResources-widget .type.type-video .type-inner {
  background-image: url(assets/VIDEO_ICON.svg);
}
.courseResources-component .courseResources-widget .courseResources-item {
  background-color: white;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  color: #2D4274;
  font-weight: 700;
}
.courseResources-component .courseResources-widget .courseResources-item:hover .type.type-www .type-inner {
  background-image: url(assets/WWW_ICON_HOVER.svg);
}
.courseResources-component .courseResources-widget .courseResources-item:hover .type.type-pdf .type-inner {
  background-image: url(assets/PDF_ICON_HOVER.svg);
}
.courseResources-component .courseResources-widget .courseResources-item:hover .type.type-file .type-inner {
  background-image: url(assets/FILE_ICON_HOVER.svg);
}
.courseResources-component .courseResources-widget .courseResources-item:hover .type.type-video .type-inner {
  background-image: url(assets/VIDEO_ICON_HOVER.svg);
}
.dragndrop2col-inner .dragndrop-question,
.dragndrop-inner .dragndrop-question {
  background-color: white;
  padding: 0 20px;
}
.dragndrop2col-inner .dragndrop-question .dragndrop-droppable.ui-state-active,
.dragndrop-inner .dragndrop-question .dragndrop-droppable.ui-state-active {
  background-color: #ededed;
}
.dragndrop2col-inner .dragndrop-question .dragndrop-droppable.ui-state-enabled,
.dragndrop-inner .dragndrop-question .dragndrop-droppable.ui-state-enabled {
  background-color: #ededed;
}
.dragndrop2col-inner .dragndrop-question .dragndrop-droppable.ui-state-enabled.ui-state-active,
.dragndrop-inner .dragndrop-question .dragndrop-droppable.ui-state-enabled.ui-state-active {
  background-color: #ededed;
}
.dragndrop2col-inner .dragndrop-question .dragndrop-droppable.ui-state-enabled.ui-state-hover,
.dragndrop-inner .dragndrop-question .dragndrop-droppable.ui-state-enabled.ui-state-hover {
  background-color: #ededed;
}
.dragndrop2col-inner .dragndrop-question .dragndrop-question-text,
.dragndrop-inner .dragndrop-question .dragndrop-question-text {
  color: #425582;
}
.dragndrop2col-inner .dragndrop-answers .dragndrop-answer,
.dragndrop-inner .dragndrop-answers .dragndrop-answer {
  color: #2D4274;
  border: 1px solid #2D4274;
  background-color: #FFF;
  box-shadow: none;
}
.dragndrop2col-inner .dragndrop-answers .dragndrop-answer.ui-state-placed,
.dragndrop-inner .dragndrop-answers .dragndrop-answer.ui-state-placed {
  color: #425582;
  background-color: #DDDDDD;
  border: none;
}
.dragndrop2col-inner .dragndrop-answers .dragndrop-answer:hover,
.dragndrop-inner .dragndrop-answers .dragndrop-answer:hover {
  background-color: #F2F2F2;
}
.dragndrop2col-inner .dragndrop-answers .dragndrop-answer.ui-draggable-dragging,
.dragndrop-inner .dragndrop-answers .dragndrop-answer.ui-draggable-dragging,
.dragndrop2col-inner .dragndrop-answers .dragndrop-answer.ui-draggable-gragging:hover,
.dragndrop-inner .dragndrop-answers .dragndrop-answer.ui-draggable-gragging:hover {
  background-color: #CCCCCC;
  color: #2D4274;
  border-color: transparent;
}
.dragndrop2col-inner .dragndrop2col-widget .column-title {
  color: #2D4274;
  font-family: 'helvetica-medium';
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  font-size: 16px;
}
.dragndrop2col-inner .dragndrop2col-widget .dragndrop-questions .dragndrop-question {
  position: relative;
  padding: 0px 0;
  margin-bottom: 0px;
  text-align: justify;
}
.dragndrop2col-inner .dragndrop2col-widget .dragndrop-questions .dragndrop-question .dragndrop-question-text {
  font-size: 16px;
  margin-bottom: 10px;
}
.dragndrop2col-inner .dragndrop2col-widget .dragndrop-questions .dragndrop-question .dragndrop-droppable {
  border: none;
}
.dragndrop2col-inner .dragndrop2col-widget .dragndrop-questions .dragndrop-question .dragndrop-droppable.ui-droppable.ui-state-enabled.ui-state-hover {
  background-color: #ededed;
}
.dragndrop2col-inner .dragndrop2col-widget .dragndrop-questions .dragndrop-question .dragndrop-droppable.ui-droppable.ui-state-active {
  background-color: #ededed;
}
.dragndrop2col-inner .dragndrop2col-widget .dragndrop-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 12px 20px;
  margin: 0 15px 5px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dragndrop2col-inner .dragndrop2col-widget .dragndrop-answers .dragndrop-answer.ui-state-placed {
  color: #425582;
  background-color: #F2F2F2;
  border: solid 1px #F2F2F2;
}
.dragndrop2col-inner .dragndrop2col-widget .dragndrop-answers .dragndrop-answer:hover {
  background-color: #F2F2F2;
  border: solid 1px #F2F2F2;
}
.dragndrop2col-inner .dragndrop2col-widget .dragndrop-answers .dragndrop-answer.ui-draggable-dragging,
.dragndrop2col-inner .dragndrop2col-widget .dragndrop-answers .dragndrop-answer.ui-draggable-gragging:hover {
  background-color: #CCCCCC;
  color: #2D4274;
  border: solid 1px #CCCCCC;
}
.drawer {
  background-color: #6F6F6F;
  color: #02e5e5;
  max-width: 530px;
  width: 100%;
}
.drawer .drawer-toolbar {
  position: absolute;
  width: 100%;
  top: 0;
}
.drawer .drawer-toolbar .drawer-close-button {
  display: flex;
  align-items: center;
}
.drawer .drawer-toolbar .drawer-close-button .drawer-title {
  margin-left: 20px;
  padding-top: 0px;
  flex-grow: 1;
  line-height: 40px;
  font-size: 32px;
  font-weight: 700;
  font-family: 'helvetica-medium';
}
.drawer .drawer-toolbar .icon {
  color: #FFF;
  padding: 14px 16px;
  font-size: 30px;
  -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;
}
.no-touch .drawer .drawer-toolbar .icon:hover {
  color: #14d4f1;
}
.drawer .drawer-holder {
  padding-top: 62px;
}
.dir-rtl .drawer .drawer-inner {
  border-left: inherit;
  border-right: 5px solid #767676;
}
.drawer .drawer-item {
  border-bottom: 2px solid #767676;
}
.drawer .drawer-item:first-child {
  border-top: 2px solid #767676;
}
.drawer .drawer-item .drawer-item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.drawer .drawer-item .drawer-item-description {
  font-size: 16px;
  line-height: 160%;
}
.drawer .drawer-item .drawer-item-open {
  border-bottom: 1px solid #6F6F6F;
  color: #fff;
  text-decoration: none;
  width: 100%;
}
.no-touch .drawer .drawer-item .drawer-item-open:hover {
  background-color: #6F6F6F;
  color: #14d4f1;
}
.drawer .drawer-item-open {
  padding: 20px 20px 20px 20px;
  -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;
}
.no-touch .drawer .drawer-item-open:hover {
  background-color: #6F6F6F;
}
.lcexpose-component .expose-inner .expose-item .expose-item-inner {
  margin: 0 10px 10px 10px;
}
.lcexpose-component .expose-inner .expose-item .expose-item-cover .front {
  background-color: #FFF;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  background-size: cover;
}
.lcexpose-component .expose-inner .expose-item .expose-item-cover .text {
  font-family: 'helvetica-regular';
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  padding: 7px 2rem;
  background-color: #2D4274;
}
.lcexpose-component .expose-inner .expose-item .expose-item-content {
  background-color: #FFF;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.lcexpose-component .expose-inner .expose-item .expose-item-content .expose-item-title {
  font-family: 'helvetica-medium';
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  background-color: transparent;
  color: #4b4e4f;
}
.lcexpose-component .expose-inner .expose-item .expose-item-content .expose-item-body {
  background-color: transparent;
  font-size: 16px;
  line-height: 160%;
  color: #4b4e4f;
  padding-top: 0;
}
.lcexpose-component .expose-inner .expose-item .expose-item-content .expose-item-body ul > li::before {
  color: #ffffff;
}
.lcexpose-component .expose-inner .expose-item:hover .expose-item-cover .front:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.lcexpose-component .expose-inner .expose-item:hover .expose-item-cover .text {
  background-color: #425582;
}
.flipcard-component .flipcard-widget .flipcard-item:hover .flipcard-item-front:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.flipper-component .flipper-widget .flipper-item-title {
  background-color: transparent;
  color: #2D4274;
  font-size: 18px;
  font-weight: 600;
}
.accessibility.no-touch .focused,
.accessibility.no-touch *:focus,
.accessibility.no-touch input:focus + label {
  outline: 3px solid orange;
}
@font-face {
  font-family: 'helvetica-medium';
  src: url('assets/HelveticaNeue-eText-Md.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-regular';
  src: url('assets/HelveticaNeue-eText-Rg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'additional-icons';
  src: url('assets/additional_icons.woff') format('woff'), url('assets/additional_icons.ttf');
  font-weight: normal;
  font-style: normal;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #ededed;
  color: #6F6F6F;
  font-family: 'helvetica-regular';
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  -webkit-font-smoothing: antialiased;
}
@media all and (max-width: 519px) {
  body {
    font-size: 16px;
  }
}
.ie8  body {
  font-family: Arial, sans-serif;
}
.menu-title {
  font-family: 'helvetica-medium';
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
.menu-item-title {
  font-family: 'helvetica-medium';
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.page-title {
  font-family: 'helvetica-medium';
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
.article-title {
  color: #2D4274;
  font-family: 'helvetica-medium';
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}
.block-title {
  color: #2D4274;
  font-family: 'helvetica-medium';
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}
.component-title {
  color: #2D4274;
  font-family: 'helvetica-medium';
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}
.item-title {
  font-family: 'helvetica-medium';
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.sub-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.instruction-text {
  font-family: 'helvetica-regular';
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  font-style: italic;
  color: #9c9c9c;
}
.notify-popup-title {
  font-family: 'helvetica-medium';
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
.button-text {
  font-family: 'helvetica-regular';
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
ul {
  list-style: disc outside none;
}
strong,
b {
  font-weight: 700;
}
select {
  font-size: 14px;
  line-height: 140%;
  font-weight: 300;
}
a {
  color: #2D4274;
}
a:visited,
a:hover {
  color: #425582;
}
.glossary .glossary-inner {
  padding: 0;
}
.glossary .glossary-textbox-container {
  position: relative;
  display: flex;
  padding: 20px 0px;
  border-top: 2px solid #767676;
}
.glossary .glossary-textbox-container .glossary-textbox-label {
  display: inline-block;
  width: 25px;
  color: #ffffff;
  margin-left: 1px;
  vertical-align: middle;
  cursor: default;
  display: none;
}
.glossary .glossary-textbox-container .glossary-textbox-label::before {
  display: none;
}
.dir-rtl .glossary .glossary-textbox-container .glossary-textbox-label {
  margin-left: inherit;
  margin-right: 1px;
}
.glossary .glossary-textbox-container .glossary-textbox {
  display: inline-block;
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 10px 20px;
  border-radius: 0px;
  border: solid 1px #767676;
  line-height: 14px;
  height: 14px;
  font-size: 14px;
}
.dir-rtl .glossary .glossary-textbox-container .glossary-textbox {
  padding: 5px 5px 5px 30px;
}
.glossary .glossary-textbox-container .glossary-textbox::-ms-clear {
  display: none;
}
.glossary .glossary-textbox-container .glossary-cancel-button {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 25px;
  margin-top: -15px;
  font-size: 30px;
  cursor: pointer;
}
.dir-rtl .glossary .glossary-textbox-container .glossary-cancel-button {
  right: inherit;
  left: 4px;
}
.glossary .glossary-checkbox-container {
  display: none;
  border-bottom: 1px solid #6F6F6F;
}
.glossary .glossary-checkbox-container .glossary-checkbox {
  margin-left: 30px;
  vertical-align: middle;
}
.dir-rtl .glossary .glossary-checkbox-container .glossary-checkbox {
  margin-left: inherit;
  margin-right: 30px;
}
.glossary .glossary-checkbox-container .glossary-checkbox-label {
  font-size: 14px;
  color: #ededed;
}
.glossary .glossary-items-container {
  display: block;
  border-top: 2px solid #767676;
}
.glossary .glossary-item-not-found {
  display: block;
  padding: 20px;
}
.glossary-item {
  display: block;
  margin-top: 0;
  border-bottom: 2px solid #767676;
}
.glossary-item .glossary-item-term,
.no-touch .glossary-item .glossary-item-term:hover {
  display: block;
  width: 100%;
  color: #fff;
  background-color: transparent;
  border-bottom: none;
}
.glossary-item .glossary-item-term.selected,
.no-touch .glossary-item .glossary-item-term:hover.selected {
  color: #4b4e4f;
  background-color: #ededed;
  border-bottom-color: #ededed;
}
.glossary-item .glossary-item-term.selected .glossary-item-term-inner,
.no-touch .glossary-item .glossary-item-term:hover.selected .glossary-item-term-inner {
  border-bottom: none;
}
.glossary-item .glossary-item-term .glossary-item-term-inner,
.no-touch .glossary-item .glossary-item-term:hover .glossary-item-term-inner {
  padding: 20px 0;
  margin: 0 20px;
}
.glossary-item .glossary-item-description {
  color: #4b4e4f;
  background-color: #ededed;
  display: none;
}
.glossary-item .glossary-item-description .glossary-item-description-inner {
  padding: 0 20px 20px 30px;
}
.glossary-item .glossary-item-description .glossary-item-description-inner .glossary-item-body p {
  margin: 0;
}
.gmcq-component .gmcq-item img {
  display: block;
}
.gmcq-component .gmcq-item.even label {
  margin-left: 2%;
}
.gmcq-component .gmcq-item.odd label {
  margin-right: 2%;
}
@media all and (max-width: 520px) {
  .gmcq-component .gmcq-item {
    width: 100%;
  }
  .gmcq-component .gmcq-item.even label,
  .gmcq-component .gmcq-item.odd label {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
}
@media all and (max-width: 760px) {
  .gmcq-component .gmcq-item {
    width: 100%;
  }
  .gmcq-component .gmcq-item.even label,
  .gmcq-component .gmcq-item.odd label {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
}
.gmcq-component.col-4 .gmcq-item {
  width: 25%;
}
.gmcq-component.col-4 .gmcq-item.item-1 label,
.gmcq-component.col-4 .gmcq-item.item-2 label {
  margin-left: 2.5%;
  margin-right: 2.5%;
}
@media all and (max-width: 520px) {
  .gmcq-component.col-4 .gmcq-item {
    width: 100%;
  }
  .gmcq-component.col-4 .gmcq-item.even label,
  .gmcq-component.col-4 .gmcq-item.odd label {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
}
.gmcq-component .gmcq-item label {
  color: #ffffff;
  border: none;
  background-color: transparent;
}
.gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #2D4274;
}
.gmcq-component .gmcq-item label.selected {
  color: #022b31;
  background-color: transparent;
  outline: solid 2px #2D4274;
}
.gmcq-component .gmcq-item label.selected img {
  opacity: 1;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #2D4274;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-icon.gmcq-correct-icon {
  color: #02e5e5;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-icon.gmcq-incorrect-icon {
  color: #ff3c61;
}
.gmcq-component .gmcq-item label.selected .gmcq-item-inner {
  color: #2D4274;
}
.gmcq-component .gmcq-item label.disabled .gmcq-item-icon {
  color: #6F6F6F;
}
.gmcq-component .gmcq-item label.disabled .gmcq-item-inner {
  color: #6F6F6F;
}
.gmcq-component .gmcq-item-inner {
  margin-left: 52px;
  color: #2D4274;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.dir-rtl .gmcq-component .gmcq-item-inner {
  margin-left: inherit;
  margin-right: 52px;
}
.gmcq-component .gmcq-item input {
  filter: alpha(opacity=0);
  opacity: 0;
}
.gmcq-component .gmcq-correct-icon {
  color: #02e5e5;
}
.gmcq-component .gmcq-incorrect-icon {
  color: #ff3c61;
}
.gmcq-component .gmcq-widget.show-user-answer .correct label.selected {
  outline-color: #02e5e5;
}
.gmcq-component .gmcq-widget.show-user-answer .incorrect label.selected {
  outline-color: #ff3c61;
}
.gmcq-component .gmcq-widget.show-user-answer label.selected .gmcq-item-inner {
  color: #022b31;
}
.gmcq-component .gmcq-widget.show-correct-answer label.selected {
  outline-color: #02e5e5;
}
.gmcq-component .gmcq-widget.show-correct-answer label.selected .gmcq-item-inner {
  color: #022b31;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label.selected.disabled {
  background-color: transparent;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label.selected.disabled .gmcq-item-icon.gmcq-correct-icon {
  color: #02e5e5;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label.selected.disabled .gmcq-item-icon.gmcq-incorrect-icon {
  color: #ff3c61;
}
.gmcq-component .gmcq-widget.disabled .gmcq-item label.disabled {
  color: #6F6F6F;
  background-color: transparent;
  border-color: #6F6F6F;
  border: none;
}
.no-touch .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover {
  color: #425582;
  background-color: transparent;
}
.no-touch .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon {
  color: #425582;
}
.no-touch .gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-inner {
  color: #425582;
}
.no-touch .gmcq-component .component-item:hover img {
  opacity: 0.5;
}
.hotgraphic-component .hotgraphic-graphic-pin {
  background-color: #425582;
}
.hotgraphic-component .hotgraphic-graphic-pin .icon-pin::before {
  content: "\e636";
}
.hotgraphic-component .hotgraphic-graphic-pin .hotgraphic-graphic-pin-icon {
  color: #FFF;
  font-size: 32px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  padding: 10px;
}
.hotgraphic-component .hotgraphic-graphic-pin.visited {
  background-color: #02e5e5;
}
.hotgraphic-component .hotgraphic-graphic-pin.visited .hotgraphic-graphic-pin-icon {
  color: #FFF;
}
.no-touch .hotgraphic-component .hotgraphic-graphic-pin.visited:hover {
  background-color: #14d4f1;
}
.no-touch .hotgraphic-component .hotgraphic-graphic-pin:hover {
  background-color: #2D4274;
}
.no-touch .hotgraphic-component .hotgraphic-graphic-pin:hover .hotgraphic-graphic-pin-icon {
  color: #FFF;
}
.hotgraphic-component .hotgraphic-popup {
  background-color: #FFF;
  border: #FFF;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.hotgraphic-component .hotgraphic-popup-toolbar {
  background-color: #FFF;
}
.hotgraphic-component .hotgraphic-popup-nav {
  background-color: #078292;
}
.no-touch .hotgraphic-component .hotgraphic-popup-done:hover .hotgraphic-popup-close {
  color: #425582;
}
.hotgraphic-component .hotgraphic-popup-arrow-l,
.hotgraphic-component .hotgraphic-popup-arrow-r,
.hotgraphic-component .hotgraphic-popup-close {
  padding: 20px;
  color: #2D4274;
}
.hotgraphic-component .hotgraphic-popup-count {
  padding: 20px;
  color: #2D4274;
}
.no-touch .hotgraphic-component .hotgraphic-popup-controls:hover .hotgraphic-popup-arrow-l,
.no-touch .hotgraphic-component .hotgraphic-popup-controls:hover .hotgraphic-popup-arrow-r {
  color: #425582;
}
.hotgraphic-component .hotgraphic-popup-inner {
  padding: 20px;
}
.hotgraphic-component .hotgraphic-content-title {
  font-family: 'helvetica-medium';
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #2D4274;
  margin-bottom: 20px;
}
@font-face {
  font-family: 'vanilla';
  src: url('fonts/vanilla.eot');
  src: url('fonts/vanilla.eot?#iefix') format('embedded-opentype'), url('fonts/vanilla.woff') format('woff'), url('fonts/vanilla.ttf') format('truetype'), url('fonts/vanilla.svg#vanilla') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'drive-new';
  src: url('assets/drive-new.woff') format('woff'), url('assets/drive-new.ttf') format('truetype'), url('assets/drive-new.svg#vanilla') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'vanilla';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon {
  color: #4b4e4f;
  display: block;
  font-size: 26px;
  text-decoration: none;
  text-align: center;
}
.icon-arrow-left:before {
  content: "\e600";
}
.dir-rtl .icon-arrow-left:before {
  content: "\e603";
}
.icon-arrow-down:before {
  content: "\e601";
}
.icon-arrow-up:before {
  content: "\e602";
}
.icon-arrow-right:before {
  content: "\e603";
}
.dir-rtl .icon-arrow-right:before {
  content: "\e600";
}
.icon-bookmark:before {
  content: "\e604";
}
.icon-message:before {
  content: "\e605";
}
.icon-mouse:before {
  content: "\e606";
}
.icon-mobile:before {
  content: "\e607";
}
.icon-desktop:before {
  content: "\e608";
}
.icon-pencil:before {
  content: "\e609";
}
.icon-forward-arrow:before {
  content: "\e60a";
}
.dir-rtl .icon-forward-arrow:before {
  content: "\e60b";
}
.icon-backwards-arrow:before {
  content: "\e60b";
}
.dir-rtl .icon-backwards-arrow:before {
  content: "\e60a";
}
.icon-person:before {
  content: "\e60c";
}
.icon-persons:before {
  content: "\e60d";
}
.icon-profile:before {
  content: "\e60e";
}
.icon-pin:before {
  content: "\e60f";
}
.icon-map:before {
  content: "\e610";
}
.icon-point:before {
  content: "\e611";
}
.icon-star:before {
  content: "\e612";
}
.icon-star-hollow:before {
  content: "\e613";
}
.icon-comments:before {
  content: "\e614";
}
.icon-comment:before {
  content: "\e615";
}
.icon-home:before {
  content: "\e616";
}
.icon-popup:before {
  content: "\e617";
}
.icon-search:before {
  content: "\e910";
  font-family: "drive-new";
}
.icon-printer:before {
  content: "\e619";
}
.icon-link:before {
  content: "\e61a";
}
.icon-flag:before {
  content: "\e61b";
}
.icon-cog:before {
  content: "\e61c";
}
.icon-tools:before {
  content: "\e61d";
}
.icon-tag:before {
  content: "\e61e";
}
.icon-camera:before {
  content: "\e61f";
}
.icon-feedback:before {
  content: "\e620";
}
.icon-book:before {
  content: "\e621";
}
.icon-article:before {
  content: "\e622";
}
.icon-eye:before {
  content: "\e623";
}
.icon-time:before {
  content: "\e624";
}
.icon-microphone:before {
  content: "\e625";
}
.icon-calendar:before {
  content: "\e626";
}
.icon-timer:before {
  content: "\e627";
}
.icon-drag:before {
  content: "\e628";
}
.icon-light-bulb:before {
  content: "\e629";
}
.icon-checklist:before {
  content: "\e62a";
}
.icon-ticket:before {
  content: "\e62b";
}
.icon-wi-fi:before {
  content: "\e62c";
}
.icon-line-graph:before {
  content: "\e62d";
}
.icon-pie-chart:before {
  content: "\e62e";
}
.icon-bar-graph:before {
  content: "\e62f";
}
.icon-scatter-graph:before {
  content: "\e630";
}
.icon-padlock-locked:before {
  content: "\e631";
}
.icon-padlock-unlocked:before {
  content: "\e632";
}
.icon-tick:before {
  content: "\e906";
  font-family: 'drive-new';
}
.icon-cross:before {
  content: "\e907";
  font-family: 'drive-new';
}
.icon-minus:before {
  content: "\e905";
  font-family: 'drive-new';
}
.icon-plus:before {
  content: "\e636";
}
.icon-info:before {
  content: "\e637";
}
.icon-question:before {
  content: "\e638";
}
.icon-warning:before {
  content: "\e639";
}
.icon-list:before {
  content: "\e90b";
  font-family: 'drive-new';
}
.icon-add-to-list:before {
  content: "\e63b";
}
.icon-menu:before {
  font-family: 'additional-icons';
  content: "\e904";
}
.icon-grid:before {
  content: "\e63d";
}
.icon-portrait:before {
  content: "\e63e";
}
.icon-screens:before {
  content: "\e63f";
}
.icon-landscape:before {
  content: "\e640";
}
.icon-images:before {
  content: "\e641";
}
.icon-media:before {
  content: "\e642";
}
.icon-folder:before {
  content: "\e643";
}
.icon-documents:before {
  content: "\e900";
  font-family: 'additional-icons';
}
.icon-delete:before {
  content: "\e645";
}
.icon-save:before {
  content: "\e646";
}
.icon-download:before {
  content: "\e647";
}
.icon-upload:before {
  content: "\e648";
}
.icon-expand:before {
  content: "\e649";
}
.icon-shrink:before {
  content: "\e64a";
}
.icon-volume:before {
  content: "\e64b";
}
.icon-sound:before {
  content: "\e64c";
}
.icon-sound-mute:before {
  content: "\e64d";
}
.icon-controls-left:before {
  content: "\e64e";
}
.dir-rtl .icon-controls-left:before {
  content: "\e651";
}
.icon-controls-down:before {
  content: "\e64f";
}
.icon-controls-up:before {
  content: "\e650";
}
.icon-controls-right:before {
  content: "\e651";
}
.dir-rtl .icon-controls-right:before {
  content: "\e64e";
}
.icon-triangle-left:before {
  content: "\e652";
}
.dir-rtl .icon-triangle-left:before {
  content: "\e655";
}
.icon-triangle-down:before {
  content: "\e653";
}
.icon-triangle-up:before {
  content: "\e654";
}
.icon-triangle-right:before {
  content: "\e655";
}
.dir-rtl .icon-triangle-right:before {
  content: "\e652";
}
.icon-dot:before {
  content: "\e656";
}
.icon-ellipsis:before {
  content: "\e657";
}
.icon-up-down:before {
  content: "\e658";
}
.icon-controls-small-left:before {
  content: "\e659";
}
.dir-rtl .icon-controls-small-left:before {
  content: "\e65c";
}
.icon-controls-small-down:before {
  content: "\e65a";
}
.icon-controls-small-up:before {
  content: "\e65b";
}
.icon-controls-small-right:before {
  content: "\e65c";
}
.dir-rtl .icon-controls-small-right:before {
  content: "\e659";
}
.icon-radio-checked:before {
  content: "\e65d";
}
.icon-radio-unchecked:before {
  content: "\e65e";
}
.icon-language-1:before {
  content: "\e900";
}
.icon-accessibility:before {
  content: "\e901";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-language-2:before {
  content: "\f1ab";
}
.image-slider-inner .image-slider-widget {
  overflow: visible;
}
.image-slider-inner .image-slider-widget .image-wrapper {
  position: relative;
}
.image-slider-inner .image-slider-widget .image-wrapper .image-frame {
  position: static;
}
.image-slider-inner .image-slider-widget .title-frame,
.image-slider-inner .image-slider-widget .image-frame,
.image-slider-inner .image-slider-widget .bottom-frame {
  overflow: hidden;
}
.image-slider-inner .image-slider-widget .title-item .title-item-inner {
  padding: 20px 0;
  font-family: 'helvetica-medium';
}
.image-slider-inner .image-slider-widget .slider-button {
  padding: 13px;
  border-radius: 25px;
  margin-top: -25px;
  background-color: #2D4274;
}
.image-slider-inner .image-slider-widget .slider-button .icon {
  color: #ffffff;
}
.no-touch .image-slider-inner .image-slider-widget .slider-button:hover {
  background-color: #425582;
}
.no-touch .image-slider-inner .image-slider-widget .slider-button:hover .icon {
  color: #ffffff;
}
.image-slider-inner .image-slider-widget .slider-button.next {
  transform: translateX(50%);
}
.image-slider-inner .image-slider-widget .slider-button.previous {
  transform: translateX(-50%);
}
@media screen and (max-width: 1030px) {
  .image-slider-inner .image-slider-widget .slider-button.next {
    transform: translateX(-10%);
  }
  .image-slider-inner .image-slider-widget .slider-button.previous {
    transform: translateX(10%);
  }
}
.image-slider-inner .image-slider-widget .indicator {
  margin-top: 20px;
}
.image-slider-inner .image-slider-widget .indicator .progress {
  background-color: #FFF;
  border: solid 1px #2D4274;
}
.image-slider-inner .image-slider-widget .indicator .progress.selected {
  background-color: #2D4274;
}
.loading {
  position: fixed!important;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
}
.no-opacity .loading {
  background-image: url('assets/transparency-light.png');
}
.loading .loader-gif {
  background-image: url(assets/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
  font-family: 'helvetica-medium';
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.matching-component .matching-select-container {
  background-color: #FFF;
  border: none;
  border-radius: 0;
  overflow: hidden;
}
.matching-component .matching-select-state .matching-select-icon {
  color: #ffffff;
}
.matching-component .matching-select-state .matching-correct-icon {
  color: #02e5e5;
  font-size: 40px;
}
.matching-component .matching-select-state .matching-incorrect-icon {
  color: #ff3c61;
  font-size: 40px;
}
.matching-component .matching-select-state {
  position: absolute;
  left: auto;
  right: 10px;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}
.matching-component .select2-container .select2-selection--single {
  padding: 0;
  color: #2D4274;
  background-color: #FFFFFF;
  border: 1px solid #2D4274;
}
.matching-component .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #2D4274;
}
.no-touch .matching-component .select2-container .select2-selection--single:hover {
  background-color: #F2F2F2;
  color: #2D4274;
}
.no-touch .matching-component .select2-container .select2-selection--single:hover .select2-selection__rendered {
  background-color: #F2F2F2;
}
.matching-component .select2-container .select2-selection--single .select2-selection__rendered {
  color: #2D4274;
  padding: 10px 30px;
}
.matching-component .select2-container .select2-selection--single .select2-selection__arrow {
  right: 12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
}
.matching-component .select2-container .select2-selection--single .select2-selection__arrow b {
  border: none;
  position: absolute;
  width: 12px;
  height: 12px;
  line-height: 12px;
  top: 0;
  left: 0;
  margin: 0;
}
.matching-component .select2-container .select2-selection--single .select2-selection__arrow b::after {
  content: "\e64f";
  font-family: 'vanilla';
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}
.matching-component .select2-container.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}
.matching-component .select2-container.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  content: "\e650";
}
.matching-component .matching-widget.submitted .matching-select-container {
  background-color: #6F6F6F;
  color: #FFF;
  border-color: transparent;
}
.no-touch .matching-widget.show-user-answer .matching-item.incorrect .matching-select-icon:hover {
  color: #ff3c61;
}
.no-touch .matching-item .matching-select-container:hover {
  color: #4b4e4f;
  background-color: #FFF;
}
.select2-container--default span.select2-dropdown,
.dir-rtl .select2-container--default span.select2-dropdown {
  border: none;
  background-color: #FFF;
  color: #2D4274;
}
.select2-container--default ul.select2-results__options li.select2-results__option,
.dir-rtl .select2-container--default ul.select2-results__options li.select2-results__option {
  padding: 10px 30px;
  margin-top: 10px;
  border: none;
  border-radius: 0;
  background-color: #FFFFFF;
  color: #2D4274;
}
.select2-container--default ul.select2-results__options li.select2-results__option--highlighted[aria-selected],
.dir-rtl .select2-container--default ul.select2-results__options li.select2-results__option--highlighted[aria-selected],
.select2-container--default ul.select2-results__options li.select2-results__option[aria-selected=true],
.dir-rtl .select2-container--default ul.select2-results__options li.select2-results__option[aria-selected=true] {
  background-color: #F2F2F2;
  color: #2D4274;
}
.select2-container--default.select2-container--disabled span.select2-selection--single,
.dir-rtl .select2-container--default.select2-container--disabled span.select2-selection--single,
.no-touch .select2-container--default.select2-container--disabled span.select2-selection--single:hover,
.no-touch .dir-rtl .select2-container--default.select2-container--disabled span.select2-selection--single:hover {
  background-color: #6F6F6F;
  color: #FFF;
  border-color: #6F6F6F;
}
.matching-item.correct .select2-container--default.select2-container--disabled span.select2-selection--single .select2-selection__rendered,
.matching-item.correct .dir-rtl .select2-container--default.select2-container--disabled span.select2-selection--single .select2-selection__rendered,
.matching-item.correct .no-touch .select2-container--default.select2-container--disabled span.select2-selection--single:hover .select2-selection__rendered,
.matching-item.correct .no-touch .dir-rtl .select2-container--default.select2-container--disabled span.select2-selection--single:hover .select2-selection__rendered {
  color: #FFF;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 100%;
  overflow: auto;
  background-color: #FFF;
}
.select2-container--open .select2-dropdown {
  top: 1px;
}
.mcq-component .mcq-item {
  background-color: transparent;
  position: relative;
}
.mcq-component .mcq-item label {
  color: #2D4274;
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: solid 1px #2D4274;
  cursor: pointer;
  font-size: 16px;
}
.mcq-component .mcq-item label .mcq-item-icon {
  font-size: 40px;
}
.mcq-component .mcq-item label.selected {
  background-color: #2D4274;
  color: #FFF;
}
.mcq-component .mcq-item label.selected .mcq-answer-icon {
  color: #ffffff;
}
.mcq-component .mcq-item label.selected .mcq-answer-icon.radio:before {
  content: "\e65d";
}
.mcq-component .mcq-item label.selected .mcq-answer-icon.checkbox {
  border: 3px solid #ffffff;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
}
.mcq-component .mcq-item label.selected .mcq-answer-icon.checkbox:before {
  content: "\e633";
}
.mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}
.mcq-component .mcq-item label.selected .mcq-item-icon.mcq-correct-icon {
  color: #02e5e5;
}
.mcq-component .mcq-item label.selected .mcq-item-icon.mcq-incorrect-icon {
  color: #ff3c61;
}
.mcq-component .mcq-item-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 66px;
}
.mcq-component .mcq-correct-icon {
  display: none;
}
.mcq-component .mcq-incorrect-icon {
  display: none;
}
.mcq-component .mcq-item-state {
  opacity: 0;
  background: none;
  position: absolute;
  left: auto;
  right: 10px;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  z-index: 0;
}
.mcq-component .mcq-widget.submitted .mcq-item label,
.mcq-component .mcq-widget.submitted .mcq-item label.selected.disabled {
  background-color: #6F6F6F;
  color: #FFF;
}
.mcq-component .mcq-widget.submitted .mcq-item-state {
  opacity: 1;
}
.mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: #022b31;
  border-color: transparent;
  cursor: default;
}
.mcq-widget.disabled .mcq-item label.disabled {
  color: #FFF;
  background-color: #6F6F6F;
  border-color: #6F6F6F;
  cursor: default;
}
.mcq-widget.disabled .mcq-item label.disabled .mcq-item-icon.mcq-correct-icon {
  color: #02e5e5;
}
.mcq-widget.disabled .mcq-item label.disabled .mcq-item-icon.mcq-incorrect-icon {
  color: #ff3c61;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.selected:hover {
  background-color: #F2F2F2;
  color: #2D4274;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #2D4274;
  background-color: #F2F2F2;
  border-color: #2D4274;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: none;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #FFF;
  border-color: transparent;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #FFF;
  background-color: #6F6F6F;
  border-color: transparent;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon.mcq-correct-icon {
  color: #02e5e5;
}
.no-touch .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon.mcq-incorrect-icon {
  color: #ff3c61;
}
.media-component .media-transcript:hover {
  color: #ffffff;
  background-color: #425582;
}
.media-component .media-transcript-button-container {
  margin-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
.media-component .media-external-transcript-button,
.media-component .media-inline-transcript-button {
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media all and (max-width: 520px) {
  .media-component .media-external-transcript-button,
  .media-component .media-inline-transcript-button {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.media-component .mejs-overlay-button {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background-color: #5f5f5f;
  background-image: url(assets/play.svg);
  border-radius: 50%;
}
.no-touch .media-component .mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 0;
}
.media-component .mejs-layers .mejs-poster {
  background-size: cover;
}
.media-component .mejs-controls {
  background-image: none!important;
  background: #EBEBEB;
}
.media-component .mejs-controls span {
  color: black;
}
.media-component .mejs-controls button {
  box-shadow: none!important;
  background-color: transparent!important;
}
.media-component .mejs-controls .mejs-button button {
  background-image: url(assets/controls.svg);
}
.media-component .mejs-controls .mejs-time-rail .mejs-time-total {
  background: none;
  background-color: white;
}
.media-component .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current {
  background: none;
  background-color: #2D4274;
}
.media-component .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded {
  background: none;
  background-color: #b7b7b7;
}
.narrative-component .narrative-content-title {
  margin-bottom: 20px;
  font-family: 'helvetica-medium';
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.narrative-component .narrative-content {
  background: #FFF;
  color: #4b4e4f;
}
.narrative-component .narrative-content .narrative-content-inner {
  padding: 0;
}
.narrative-component .narrative-controls {
  height: 65px;
  width: 32.5px;
  margin-top: -52px;
  background-color: #2D4274;
}
.narrative-component .narrative-controls:hover {
  background-color: #425582 !important;
}
.narrative-component .narrative-controls:hover .icon {
  color: #ffffff;
}
.narrative-component .narrative-controls .icon {
  font-size: 20px;
  font-weight: bold;
  margin: 10.66666667px 0;
  color: #ffffff;
}
.narrative-component .narrative-slider-graphic {
  overflow: hidden;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container {
  top: 0;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-controls {
  width: auto;
  height: auto;
  margin-top: 0;
  background-color: transparent;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-controls .icon {
  color: #2D4274;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-controls:hover {
  background-color: transparent !important;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-controls:hover .icon {
  color: #425582 !important;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-controls .icon {
  font-size: 26px;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-indicators {
  margin-top: 13px;
  text-align: center;
  width: 100%;
  left: 0;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-indicators .narrative-progress {
  display: inline-block;
  background-color: #2D4274;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-controls-container .narrative-indicators .narrative-progress.selected {
  background-color: #FFF;
}
.narrative-component .narrative-text-controls .narrative-content .narrative-content-inner .narrative-content-item {
  padding-top: 42px;
}
.narrative-component .narrative-progress {
  background-color: #FFF;
  border: solid 1px #2D4274;
}
.narrative-component .narrative-progress.selected {
  background-color: #2D4274;
}
.narrative-component .narrative-strapline-title {
  display: block;
  background-color: #2D4274;
  color: #ffffff;
  font-family: 'helvetica-medium';
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.narrative-component .narrative-strapline-title .icon {
  padding: 20px 20px 20px;
  color: #ffffff;
}
.narrative-component .narrative-strapline-title:hover {
  background-color: #425582;
  color: #ffffff;
}
.narrative-component .narrative-strapline-title:hover .icon {
  color: #ffffff;
}
.narrative-component .narrative-strapline-title-inner {
  padding-left: 20px;
  padding-right: 66px;
}
.dir-rtl .narrative-component .narrative-strapline-title-inner {
  padding-right: 20px;
  padding-left: 66px;
}
.navbuttons .navbuttons-widget {
  text-align: left;
}
.navbuttons .navbuttons-widget button {
  font-size: 16px;
  padding: 7px 50px;
  margin: 0;
  box-sizing: border-box;
}
.navbuttons .navbuttons-widget button.scroll-top-button {
  border-radius: 50%;
}
.navbuttons .navbuttons-widget button .text {
  line-height: 24px;
}
@media all and (max-width: 519px) {
  .navbuttons .navbuttons-widget button {
    padding: 13px;
    width: 100%;
  }
}
.navbuttons .navbuttons-widget button.scroll-top-button {
  position: absolute;
  right: 0;
  top: -35px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  padding: 0;
  text-align: center;
}
.navbuttons .navbuttons-widget button.scroll-top-button::before {
  font-size: 40px;
  content: "\e900";
  font-family: 'drive-new';
}
.navbuttons .navbuttons-widget button.scroll-top-button .text {
  display: none;
}
.navigation {
  width: 100%;
  overflow: hidden;
  background-color: #FFF;
  height: 63px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.navigation .navigation-back-button.icon {
  font-size: 14px;
  padding: 25px 25px 25px 0px;
}
.navigation.hide-home-button .navigation-back-button {
  display: none;
}
.navigation.hide-home-button .navigation-inner .spacer {
  margin-left: 20px;
}
.navigation .navigation-inner {
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.navigation .navigation-inner .spacer {
  margin: 0 auto;
  max-width: auto;
  padding: 0;
  background-image: url(assets/voith.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 25px;
  height: 64px;
}
.navigation .navigation-inner .toolbox-inner .icon {
  padding-left: 9px;
  padding-right: 9px;
}
.navigation .navigation-inner .spacer {
  flex-grow: 1;
}
.navigation .navigation-inner .navigation-drawer-toggle-button {
  padding-right: 0;
}
.navigation .icon {
  font-size: 28px;
  padding: 18px;
  color: #2D4274;
  -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;
}
.no-touch .navigation .icon:hover {
  color: #425582;
}
.navigation .skip-nav-link {
  background-color: #2D4274;
  border-radius: 0;
  color: #ffffff;
  display: none;
  left: 0;
  margin-top: 0;
  padding: 10px 20px;
  position: absolute;
  top: -46px;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
  width: auto;
  z-index: 100;
}
.accessibility .navigation .skip-nav-link {
  display: inline-block;
}
.navigation .skip-nav-link:focus {
  top: 0;
}
@media all and (max-width: 539px) {
  .navigation .navigation-inner .spacer {
    background-image: none;
    flex-grow: 0;
    margin: 0 !important;
  }
  .navigation .navbarindicator {
    order: 2;
    margin-left: 5px;
    margin-right: 0;
  }
}
.navigation .navbarindicator {
  margin-right: 5px;
}
.navigation .navbarindicator .navbarindicator-inner {
  color: #ff3c61;
  display: flex;
  align-items: center;
}
.navigation .navbarindicator .navbarindicator-inner .progress {
  display: none;
  width: 30px;
  height: 0.75rem;
  background-color: transparent;
  border: solid 1px #6F6F6F;
  border-radius: 0;
  margin-right: 10px;
}
.navigation .navbarindicator.completed .progress {
  background-color: #02e5e5;
  border-color: #02e5e5;
}
.notify .notify-popup {
  box-sizing: border-box;
  color: #4b4e4f;
  background-color: #FFF;
  padding: 20px;
}
.notify .notify-popup.notify-type-prompt .button-holder {
  padding-top: 0;
}
.notify .notify-popup a {
  text-decoration: none;
}
.notify .notify-popup .button-holder,
.notify .notify-popup .notify-popup-buttons {
  padding-top: 20px;
  margin-top: 0;
}
.notify .notify-popup .button-holder button,
.notify .notify-popup .notify-popup-buttons button {
  position: relative;
  border-radius: 50px;
  top: auto;
  right: auto;
  background-color: #2D4274;
  color: white;
  font-size: 16px;
  -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;
}
.notify .notify-popup .button-holder button:hover,
.notify .notify-popup .notify-popup-buttons button:hover {
  background-color: #425582;
}
.notify .notify-popup .notify-popup-buttons {
  text-align: left;
}
.notify .notify-popup .notify-popup-buttons button {
  margin-right: 30px;
  display: inline-block;
}
.no-touch .notify .notify-popup .notify-popup-buttons button:hover {
  background-color: #ffffff;
  color: black;
}
.notify .notify-popup.complete-prompt .notify-popup-inner .notify-popup-content .notify-popup-content-inner .notify-popup-title .notify-popup-title-inner {
  display: block;
}
.notify .notify-popup.complete-prompt .notify-popup-inner .notify-popup-content .notify-popup-content-inner .button-holder {
  display: none;
}
@media all and (max-width: 1100px) {
  .notify .notify-popup {
    left: 10%;
    width: 80%;
  }
}
.notify .notify-popup-inner {
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding: 0;
}
.notify .notify-popup-content-inner {
  padding-left: 0px;
}
.dir-rtl .notify .notify-popup-content-inner {
  padding-left: inherit;
  padding-right: 0px;
}
@media all and (max-width: 519px) {
  .notify .notify-popup-content-inner {
    padding-left: 0px;
  }
  .dir-rtl .notify .notify-popup-content-inner {
    padding-left: inherit;
    padding-right: 0px;
  }
}
.notify .notify-popup-title {
  margin-bottom: 20px;
  padding-right: 60px;
}
.dir-rtl .notify .notify-popup-title {
  padding-right: inherit;
  padding-left: 60px;
}
.notify .notify-type-prompt .notify-popup-body {
  padding-right: 60px;
}
.dir-rtl .notify .notify-type-prompt .notify-popup-body {
  padding-right: inherit;
  padding-left: 60px;
}
.notify .notify-popup-body {
  font-size: 16px;
}
.notify .notify-popup-body .notify-popup-body-inner .headline {
  color: #2D4274;
  font-size: 30px;
}
.notify .notify-popup-body a {
  text-decoration: underline;
  color: #4b4e4f;
}
.notify .notify-popup-content-inner .notify-popup-icon {
  display: none;
  position: absolute;
  right: 0px;
  left: inherit;
  padding-bottom: 20px;
}
.notify .notify-popup-content-inner .notify-popup-icon .icon {
  font-size: 60px;
  height: 60px;
  width: 60px;
  color: #6F6F6F;
  margin: 0;
}
.dir-rtl .notify .notify-popup-content-inner .notify-popup-icon {
  right: inherit;
  left: 0px;
}
.notify .notify-popup-buttons {
  text-align: center;
  margin-top: 30px;
}
.notify .notify-popup-button {
  background-color: #4b4e4f;
  color: #2D4274;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  border: none;
  min-width: 100px;
  -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-family: 'helvetica-regular';
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
.no-touch .notify .notify-popup-button:hover {
  background-color: #022b31;
  color: #425582;
}
.notify .notify-popup-done {
  position: absolute;
  top: -20px;
  right: -20px;
  -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;
}
.no-touch .notify .notify-popup-done:hover {
  border-color: #425582;
}
.no-touch .notify .notify-popup-done:hover .notify-popup-icon-close {
  color: #425582;
}
.dir-rtl .notify .notify-popup-done {
  left: 0px;
  right: inherit;
}
.notify .notify-popup-icon-close {
  font-size: 40px;
  color: #6F6F6F;
  -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;
}
.no-touch .notify .notify-popup-icon-close:hover {
  color: #425582;
}
.notify .notify-shadow {
  background-color: rgba(40, 40, 40, 0.96);
}
.notify-push {
  position: fixed;
  right: 20px;
  width: 380px;
  background-color: #078292;
  transition: all 0.3s;
  opacity: 0;
  margin-top: -30px;
  color: #fff;
  z-index: 50;
  border: 1px solid #4b4e4f;
  border-radius: 3px;
}
.dir-rtl .notify-push {
  left: 20px;
  right: inherit;
}
@media all and (max-width: 520px) {
  .notify-push {
    width: 90%;
    max-width: 380px;
    right: 5%;
  }
  .dir-rtl .notify-push {
    left: 5%;
    right: inherit;
  }
}
.notify-push.show {
  margin-top: 0px;
  opacity: 1;
}
.notify-push-inner {
  padding: 30px 0px 30px 30px;
  margin-right: 82px;
  cursor: pointer;
}
.dir-rtl .notify-push-inner {
  margin-left: 82px;
  margin-right: inherit;
  padding: 30px 30px 30px 0px;
}
.notify-push-close {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -13px;
  text-decoration: none;
}
.dir-rtl .notify-push-close {
  left: 30px;
  right: inherit;
}
.notify-push-close .icon {
  color: #6F6F6F;
}
.no-touch .notify-push-close .icon:hover {
  color: #425582;
}
.openTextInput-component .openTextInput-widget .openTextInput-count-characters {
  background: #ffffff;
  color: #2D4274;
  padding: 14px;
  position: relative;
}
.openTextInput-component .openTextInput-widget .openTextInput-count-characters .openTextInput-autosave {
  color: #2D4274;
  opacity: 0;
  transition: all 0.5s;
}
.openTextInput-component .openTextInput-widget.complete .openTextInput-count-characters-container {
  opacity: 0;
  transition: all 0.5s;
}
.openTextInput-component .openTextInput-widget.complete .openTextInput-autosave {
  opacity: 1 !important;
  transition: all 0.5s;
}
.openTextInput-component .openTextInput-widget .openTextInput-component .openTextInput-item-textbox {
  border: 1px solid #2D4274;
}
.openTextInput-component .openTextInput-item-textbox {
  border: 1px solid #003a75;
  color: #020202;
}
.page-level-progress-navigation {
  padding: 20px !important;
  margin: 5px 0;
}
.no-touch .page-level-progress-navigation:hover .page-level-progress-navigation-completion {
  background-color: #999999;
  border-color: #2D4274;
}
.no-touch .page-level-progress-navigation:hover .page-level-progress-navigation-bar {
  background-color: #000000;
  border-color: #000000;
}
.no-touch .page-level-progress-navigation:hover .page-level-progress-plus-icon {
  color: #2D4274;
}
.page-level-progress-navigation-completion {
  height: 8px;
  background-color: #FFF;
  border: 2px solid #2D4274;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -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;
}
.page-level-progress-navigation-bar {
  left: 0;
  border: 2px solid #2D4274;
  background-color: #2D4274;
  transition: all 0.3s ease-in;
  -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;
}
.dir-rtl .page-level-progress-navigation-bar {
  right: 0;
  left: auto;
}
.page-level-progress-plus-icon {
  right: 9px;
}
.drawer .page-level-progress-item-title {
  background-color: #6F6F6F;
  color: #02e5e5;
  -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;
}
.drawer .page-level-progress-item-title.drawer-item-open.disabled {
  background-color: #6F6F6F;
  color: #02e5e5;
  font-size: 16px;
  font-weight: 500;
}
.no-touch .drawer .page-level-progress-item-title.drawer-item-open.disabled:hover {
  background-color: #6F6F6F;
  color: #02e5e5;
}
.no-touch .drawer .page-level-progress-item-title.drawer-item-open.disabled:hover .page-level-progress-indicator {
  background-color: transparent;
}
.drawer .page-level-progress-item-title:hover {
  background-color: #6F6F6F;
  color: #14d4f1;
}
.drawer .page-level-progress-item-title:hover .page-level-progress-indicator {
  background-color: #001b1b;
}
.drawer .page-level-progress-item-title:hover .page-level-progress-indicator-incomplete {
  background-color: #6F6F6F;
}
.page-level-progress-item-title-inner {
  width: 80%;
}
.page-level-progress-indicator {
  width: 15%;
  height: 8px;
  border: 1px solid #3c3c3c;
  background-color: transparent;
  -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;
}
.page-level-progress-indicator-complete .page-level-progress-indicator-bar {
  background-color: #02e5e5;
  -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;
}
.page-level-progress-indicator-complete .page-level-progress-indicator-bar:hover {
  background-color: #001b1b;
}
.page {
  background-color: #ededed;
}
.page .page-header {
  background-color: #ededed;
  margin-bottom: 30px;
}
.page .page-inner.intro-section .page-header {
  margin-bottom: 0;
}
.page .page-header-inner {
  padding: 60px 0 0;
  position: relative;
}
@media all and (max-width: 1120px) {
  .page .page-header-inner {
    padding: 60px 20px 0;
  }
}
@media all and (max-width: 539px) {
  .page .page-header-inner {
    padding: 60px 10px 0;
  }
}
.page .page-header-content {
  max-width: 1100px;
  margin: auto;
}
.page .page-header-content-inner {
  text-align: center;
}
.page .page-title {
  color: #2D4274;
  margin-bottom: 10px;
  text-align: left;
}
.page .searchbar {
  position: relative;
  background-color: #FFF;
  color: #6F6F6F;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px;
  padding-left: 30px;
}
.page .searchbar:before {
  content: "\e910";
  font-family: "drive-new";
  color: #6F6F6F;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}
.page .searchbar input {
  width: calc(100% - 10px);
  background-color: transparent;
  border: none;
  padding-left: 10px;
  color: #6F6F6F;
}
.page .searchbar input::-webkit-input-placeholder {
  color: #6F6F6F;
}
.page .searchbar input:-ms-input-placeholder {
  color: #6F6F6F;
}
.page .searchbar input::placeholder {
  color: #6F6F6F;
}
.page .page-body {
  margin: 30px 0;
  text-align: left;
  color: #2D4274;
}
.page .page-instruction {
  margin-bottom: 14px;
  font-family: 'helvetica-regular';
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  font-style: italic;
  color: #9c9c9c;
}
.page .page-intro .page-intro-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 10px 10px;
}
.page .page-intro img {
  display: block;
}
.page .page-intro .page-intro-body {
  padding: 0 30px;
  display: flex;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  display: none;
}
.page .page-intro .page-intro-body .page-intro-title {
  flex-grow: 1;
  margin: 0;
  padding: 30px 0;
}
.page .page-intro .page-intro-body .progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page .page-intro .page-intro-body .progress .progress-indicator {
  height: 1rem;
  width: 60px;
  border-radius: 0;
  background-color: transparent;
  border: solid 1px #6F6F6F;
  margin-right: 10px;
}
.page .page-intro .page-intro-body .progress > span {
  color: #ff3c61;
}
@media all and (max-width: 539px) {
  .page .page-intro .page-intro-body {
    display: none;
  }
  .page .page-intro .page-intro-body .page-intro-title {
    padding-bottom: 15px;
  }
  .page .page-intro .page-intro-body .progress {
    padding-bottom: 30px;
  }
}
.page .page-intro.completed .page-intro-body .progress .progress-indicator {
  background-color: #02e5e5;
  border-color: #02e5e5;
}
.page.page-section-enabled {
  /*
    * handle progress line styling 
    */
}
.page.page-section-enabled .pagesection .pagesection-inner .pagesection-row .pagesection-item {
  background: #6F6F6F;
  border-color: #6F6F6F;
}
.page.page-section-enabled .pagesection .pagesection-inner .pagesection-row .pagesection-item .icon {
  color: #078292;
}
.page.page-section-enabled .pagesection .pagesection-inner .pagesection-row.active .pagesection-item {
  background-color: #02e5e5;
  border-color: #02e5e5;
  box-shadow: 0 0 0px 2px #02e5e5;
}
.page.page-section-enabled .pagesection .pagesection-inner .pagesection-row.completed .pagesection-item {
  background-color: #02e5e5;
  border-color: #02e5e5;
}
.page.page-section-enabled .pagesection .pagesection-inner .pagesection-row .label .label-inner {
  background-color: #2D4274;
  color: white;
}
.page.page-section-enabled .pagesection .pagesection-inner .pagesection-row .label .label-inner:after {
  border-color: transparent transparent transparent #2D4274;
}
.page.page-section-enabled .pagesection .pagesection-inner .pagesection-row::after {
  background-color: #6F6F6F;
}
.page.page-section-enabled .pagesection .pagesection-inner .pagesection-row.active ~ .pagesection-row::after {
  background-color: transparent;
}
.page-section-enabled .pagesection {
  right: 10px;
}
.peelbackhotspot-inner {
  position: relative;
}
.peelbackhotspot-inner.aria-only .peelbackhotspot-infobox {
  left: -1000px !important;
}
.peelbackhotspot-inner.aria-only .peelbackhotspot-hotspot {
  display: none !important;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard img {
  display: block;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-hotspots .peelbackhotspot-infobox {
  background-color: #FFF;
  color: #6F6F6F;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  padding: 10px;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-hotspot {
  padding: 0;
  border-radius: 50%;
  background-color: #2D4274;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-hotspot .icon {
  padding: 10px;
  line-height: 32px;
  color: white;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-hotspot.visited {
  background-color: #02e5e5;
}
.no-touch .lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-hotspot.visited:hover {
  background-color: #14d4f1;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-hotspot.visited .icon {
  color: white;
}
.no-touch .lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-hotspot:hover {
  background-color: #425582;
}
.no-touch .lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-hotspot:hover .icon {
  color: white;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-foreground {
  position: absolute;
  top: 0px;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-overlaycontainer {
  position: absolute;
  top: 0px;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-background {
  height: 100%;
  max-width: none !important;
  position: relative;
  left: 0px !important;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-hider {
  overflow: hidden;
  position: absolute;
  width: 0%;
  background-color: transparent;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-button {
  height: 100%;
  width: 6px;
  background-color: #02e5e5;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-button:hover {
  background-color: #14d4f1;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-button::before {
  font-family: 'vanilla';
  content: "\e64e\00a0\e651";
  color: white;
  display: block;
  text-align: center;
  width: 60px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5px;
  margin-left: -32px;
  margin-top: -15px;
  background-color: transparent;
  text-shadow: 1px 1px 11px white;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-infobox .peelbackhotspot-infobox-title {
  font-size: .9em;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.6;
  padding-right: 20px;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-infobox .peelbackhotspot-infobox-body {
  font-size: 14px;
  line-height: 1.4;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-infobox .peelbackhotspot-infobox-body p:first-child {
  margin-top: 0;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-infobox .peelbackhotspot-infobox-body p:last-child {
  margin-bottom: 0;
}
.lcpeelbackhotspot-component .peelbackhotspot-imageboard .peelbackhotspot-infobox:before {
  content: "\e907";
  font-family: 'drive-new';
  font-size: 25px;
  position: absolute;
  top: 5px;
  right: 4px;
}
.quicknav .quicknav-widget button {
  border-radius: 0;
  padding: 7px 3rem;
}
.resources .resources-filter button {
  color: #02e5e5;
  border-bottom: 1px solid #767676;
  -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;
  padding: 0px;
  font-size: 16px;
  text-align: center;
}
.resources .resources-filter button span {
  border: none;
  padding: 15px 0px;
}
.resources .resources-filter button.selected {
  color: #02e5e5;
  background-color: #6F6F6F;
  border-bottom: 1px solid #6F6F6F;
}
.no-touch .resources .resources-filter button:hover {
  color: #14d4f1;
  background-color: #6F6F6F;
  border-bottom: 1px solid #6F6F6F;
}
.shadow {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0);
}
.no-opacity .shadow {
  background-image: url('assets/transparency-light.png');
}
.slider-component .slider-scaler-wrapper .slider-scaler {
  background-color: #4b4e4f;
}
.slider-component .slider-model-answer,
.slider-component .slider-scale-marker {
  color: #ffffff;
  background-color: #2D4274;
}
.slider-component .slider-line {
  background-color: #4b4e4f;
}
.slider-widget .slider-holder .rangeslider__handle {
  background-color: #02e5e5;
}
.no-touch .slider-widget .slider-holder .rangeslider__handle:hover {
  background-color: #14d4f1;
}
.slider-widget .slider-holder .rangeslider__fill {
  background-color: #02e5e5;
}
.slider-widget .slider-holder .rangeslider {
  background-color: #ededed;
}
.accessibility .slider-widget .slider-holder input[type="range"]:focus + .rangeslider .rangeslider__handle {
  outline: 3px solid orange;
}
.slider-widget .slider-holder .slider-scale-marker {
  font-size: 16px;
}
.slider-widget.show-user-answer.correct .slider-scale-marker,
.slider-widget.show-user-answer.correct .rangeslider__fill {
  background-color: #02e5e5;
}
.slider-widget.show-user-answer.incorrect .slider-scale-marker,
.slider-widget.show-user-answer.incorrect .rangeslider__fill {
  background-color: #ff3c61;
}
.slider-widget.show-correct-answer .slider-scale-marker,
.slider-widget.show-correct-answer .slider-model-answer,
.slider-widget.show-correct-answer .rangeslider__fill {
  background-color: #02e5e5;
}
.no-marking .component-inner .component-widget.disabled.submitted.complete .rangeslider__fill,
.no-marking .component-inner .component-widget.disabled.submitted.complete .slider-scale-marker {
  color: #ccc;
  background-color: #727272;
}
.text-graphic-inner .text-area-title-inner p:first-child {
  margin-top: 0;
}
.text-graphic-inner .text-area-body-inner p:first-child {
  margin-top: 0;
}
.textinput-widget.disabled .textinput-item {
  border-color: #6F6F6F;
  background-color: #6F6F6F;
}
.textinput-item {
  background-color: transparent;
  position: relative;
  border: none;
  margin-bottom: 5px;
}
.component-full .textinput-item {
  padding: 0;
}
.component-left .textinput-item,
.component-right .textinput-item {
  padding: 0;
}
.textinput-item-textbox {
  height: 28px;
  line-height: 28px;
  border: 1px solid #2D4274;
}
.textinput-item-textbox.textinput-validation-error {
  border: 2px solid #ff3c61;
}
.textinput-widget .textinput-correct-icon {
  color: #02e5e5;
}
.textinput-widget .textinput-incorrect-icon {
  color: #ff3c61;
}
img {
  max-width: none;
  width: 100%;
  height: auto;
}
.lc-glossary {
  color: #2D4274;
  font-weight: 700;
  cursor: pointer;
}
.divider-block {
  background-color: #546e7a;
  color: #ffffff;
  text-align: center;
}
.divider-block .block-title,
.divider-block .block-body,
.divider-block .block-instruction,
.divider-block .component-title,
.divider-block .component-body,
.divider-block .component-instruction {
  color: #ffffff;
  text-align: center;
}
.divider-block .component-inner {
  background-color: transparent;
}
.block.rb-footer {
  background-color: #ccc;
}
.block.primary-color {
  background-color: #078292;
}
.block.secondary-color {
  background-color: #4b4e4f;
}
.block.tertiary-color {
  background-color: #ffffff;
}
.block.background-color {
  background-color: #ededed;
}
.block.background-color-inverted {
  background-color: #546e7a;
  color: #ffffff;
}
.block.background-color-inverted .component-inner {
  background-color: transparent;
}
.component-background {
  background-color: #FFF;
  padding: 20px;
}
.assessment .graphic-component {
  display: block;
}
@media all and (max-width: 520px) {
  .assessment .graphic-component {
    display: none;
  }
}
.media-component .media-widget .mejs-container {
  max-width: 100%;
}
.media-component .media-widget .mejs-container .mejs-controls {
  display: flex;
}
.media-component .media-widget .mejs-container .mejs-controls .mejs-time-rail {
  flex-grow: 1;
}
.media-component .media-widget .mejs-container .mejs-controls .mejs-time-rail .mejs-time-slider {
  width: calc(0%);
}
.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;
}
.trickle-button-component .trickle-button-inner {
  background-color: none;
  padding: 0;
}
.trickle-button-component.trickle-round-arrow button {
  background-color: #2D4274;
  -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;
}
.trickle-button-component.trickle-full-width.trickle-round-arrow .trickle-button-inner.locking button {
  background-color: #2D4274;
  -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;
}
#wrapper {
  width: 100%;
  margin: auto;
  overflow-x: hidden;
  padding-top: 66px;
}
.ie8 #wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.menu .menu-item-inner .metadata {
  padding: 10px 30px 10px;
}
menu .menu-item .progress-indicator {
  width: 15px;
}
.page .page-intro img {
  display: none;
}
.navigation .navbarindicator .navbarindicator-inner {
  color: #6e6e6e;
}
.bgtransparent .component-inner {
  background-color: transparent;
  border-color: transparent;
  padding: 0px 30px 0px 30px;
}
.bigmargin .block-inner {
  margin-top: 30px;
  margin-bottom: 30px;
}
.notop .block-inner {
  margin-top: -30px !important;
}
.subtitle .component-title {
  font-size: 20px;
}
ul {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 0em;
}
ul li:before {
  content: "›";
  position: absolute;
  left: 0;
}
.noright .component-inner {
  margin-right: 0% !important;
}
.noleft .component-inner {
  margin-left: 0% !important;
}
.dragndrop-inner .dragndrop-question .dragndrop-droppable.ui-state-enabled {
  height: 40px !important;
}
.dragndrop-inner .dragndrop-question .dragndrop-question-text {
  margin-bottom: 10px;
}
.lcexpose-component .expose-inner .expose-item .expose-item-cover .text {
  display: none;
}
.expose-item-inner .expose-item-cover .back {
  background: #01e5e5;
}
.dragndrop-inner .dragndrop-answers .dragndrop-answer {
  text-align: left;
}
.notify-popup-title {
  line-height: 38px;
  display: none;
}
.gmcq-component .gmcq-item label .gmcq-answer-icon.radio {
  display: none;
}
.gmcq-component .gmcq-item-inner {
  margin-left: 0px;
}
.menu .menu-item .menu-item-title {
  display: none;
}
.dragndrop-inner .dragndrop-answers .dragndrop-answer {
  font-size: 15px;
}
.dragndrop2col-inner .dragndrop-questions .dragndrop-question {
  padding: 0px 0;
}
.dragndrop2col-inner .dragndrop-questions .dragndrop-question .dragndrop-question-text {
  margin-bottom: 5px;
}
.lcexpose-component .expose-inner .expose-item .expose-item-content .expose-item-body {
  background-color: transparent;
  font-size: 14px;
  line-height: 140%;
  color: #4b4e4f;
  padding-top: 10px;
}
.expose-columns {
  margin: 0px -40px;
}
/*# sourceMappingURL=adapt.css.map */