.responsive-layout {
  max-width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 520px) {
  .responsive-layout {
    max-width: 520px;
  }
}
@media all and (min-width: 760px) {
  .responsive-layout {
    max-width: 100%;
  }
}
@media all and (min-width: 960px) {
  .responsive-layout {
    max-width: 960px;
  }
}
.visibility-hidden {
  visibility: hidden!important;
}
.display-none {
  display: none!important;
}
.skip-nav-link {
  background-color: #0f6174;
  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 {
  padding-top: 40px;
}
.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 {
  position: fixed;
  top: 0;
  height: 64px;
  z-index: 500;
  width: 100%;
}
.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: 758px) {
  .notify .notify-popup-icon .icon {
    float: none;
    margin: 0 auto;
  }
}
@media all and (max-width: 758px) {
  .notify .notify-popup-icon {
    float: none;
    margin: 0px auto;
    position: static;
  }
}
.notify .notify-popup-content {
  max-width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 520px) {
  .notify .notify-popup-content {
    max-width: 520px;
  }
}
@media all and (min-width: 760px) {
  .notify .notify-popup-content {
    max-width: 100%;
  }
}
@media all and (min-width: 960px) {
  .notify .notify-popup-content {
    max-width: 960px;
  }
}
.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: 760px) {
  .component-left {
    width: 50%;
    float: left;
  }
  .component-left .component-inner {
    margin-right: 5%;
  }
}
.component-right {
  width: 100%;
  float: none;
}
@media all and (min-width: 760px) {
  .component-right {
    width: 50%;
    float: right;
  }
  .component-right .component-inner {
    margin-left: 5%;
  }
}
@media all and (min-width: 760px) {
  .dir-rtl .component-left {
    float: right;
  }
  .dir-rtl .component-left .component-inner {
    margin-right: inherit;
    margin-left: 5%;
  }
}
@media all and (min-width: 760px) {
  .dir-rtl .component-right {
    float: left;
  }
  .dir-rtl .component-right .component-inner {
    margin-left: inherit;
    margin-right: 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;
  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;
  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;*/
  /*DESKTOP: stop focus making window jump to bottom of page;*/
}
.touchevents .a11y-focusguard {
  position: absolute !important;
}
.no-touchevents .a11y-focusguard {
  position: fixed !important;
}
/*FOCUS DISTRACTION*/
#a11y-focuser {
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  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;
}
.a11y-disable-focusoutline *:focus {
  outline: none !important;
}
.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;
}
zw {
  display: inline-block;
  width: 0;
}
nb {
  white-space: nowrap;
}
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);
}
html.adapt-scrolling {
  height: 100%;
  overflow: hidden;
}
html.adapt-scrolling body,
html.adapt-scrolling #app {
  height: 100%;
  overflow: hidden;
}
html.adapt-scrolling .navigation {
  position: relative;
}
html.adapt-scrolling #app {
  position: relative;
  height: calc(100% - 64px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.adapt-scrolling #wrapper {
  padding: 0;
}
.graphic-attribution {
  font-size: 0.75em;
  line-height: 1em;
}
.list-component .list-widget {
  overflow: hidden;
}
.list-component .ordered-list .list-item {
  counter-increment: step-counter;
}
.list-component .ordered-list .list-item:before {
  content: counter(step-counter);
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border-radius: 0;
}
.list-component .list-item {
  position: relative;
}
.list-component .list-item:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 20px;
  background-color: #0f6174;
  color: #ffffff;
  border-radius: 50%;
}
.list-component .list-item.has-image:before {
  display: none;
}
.list-component .list-item-title {
  padding: 20px;
  padding-left: 100px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 80px;
  margin-bottom: 15px;
}
.list-component.is-animated-list .list-item {
  right: -100%;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.list-component.is-animated-list .list-item.animate {
  right: 0;
  opacity: 1;
}
.quicknav .quicknav-widget {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0;
  text-align: center;
}
.quicknav button {
  line-height: inherit;
  margin: 3px;
  min-height: inherit;
  padding: 20px;
  vertical-align: top;
}
.quicknav button .icon {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}
.quicknav button .icon:before {
  line-height: 1;
}
.quicknav button.selected {
  background-color: #1587a1;
  border-color: #1587a1;
  color: #ffffff;
}
.quicknav button.disabled {
  cursor: not-allowed;
}
.quicknav button .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  display: inline-block;
  line-height: 135%;
  min-width: 24px;
}
@media all and (max-width: 519px) {
}
@media all and (max-width: 519px) {
  .quicknav button .text {
    line-height: 24px;
    min-height: 24px;
  }
}
.ie.version-11-0 #wrapper {
  overflow-x: visible;
}
.quicknav .tooltip {
  visibility: hidden;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  position: absolute;
  text-align: left;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media all and (max-width: 519px) {
}
.quicknav .tooltip.show {
  visibility: visible;
}
.quicknav .tooltip .text {
  background-color: #0f6174;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: left;
}
.quicknav .tooltip .triangle {
  position: relative;
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 22px;
}
.quicknav .tooltip .triangle:before,
.quicknav .tooltip .triangle:after {
  content: "";
  top: -20px;
  position: absolute;
  display: block;
  width: 0;
  z-index: 10;
}
@media (max-width: 519px) {
  .quicknav .tooltip .triangle:before,
  .quicknav .tooltip .triangle:after {
    top: -16px;
  }
}
.quicknav .tooltip .triangle:before {
  display: none;
  left: -11px;
  border-width: 22px 11px 0 11px;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.quicknav .tooltip .triangle:after {
  left: -10px;
  border-width: 20px 10px 0 10px;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #0f6174 transparent transparent transparent;
}
.youtube-component .youtube-transcript {
  padding: 14px;
  display: block;
  color: #ffffff;
  background-color: #0f6174;
  text-decoration: none;
}
.youtube-component .youtube-transcript:hover {
  color: #ffffff;
  background-color: #1587a1;
}
.youtube-component .youtube-inline-transcript-body-container {
  margin-top: 10px;
  display: none;
}
.youtube-component .youtube-inline-transcript-body {
  padding: 20px;
}
.youtube-component .youtube-transcript-button-container {
  padding: 1px;
}
.youtube-component .youtube-external-transcript-button,
.youtube-component .youtube-inline-transcript-button {
  width: 100%;
  display: block;
}
.youtube-top-padding {
  padding-top: 4em;
}
.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 #ffffff;
}
.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 #ffffff;
}
.dir-rtl .resources .resources-filter button span {
  border-left: 1px solid #ffffff;
  border-right: inherit;
}
.resources .resources-filter button.selected {
  color: #fff;
  background-color: #e6e6e6;
}
.no-touch .resources .resources-filter button:hover {
  color: #fff;
  background-color: #e6e6e6;
}
.resources .resources-item-open {
  width: auto !important;
}
.resources .resources-col-4 button {
  width: 25%;
}
.resources .resources-col-3 button {
  width: 33.3%;
}
.drawer .fcpagelevelprogress-item-title {
  background-color: #ffffff;
  color: #333;
  text-decoration: none;
  padding: 20px;
  display: block;
}
.drawer .fcpagelevelprogress-item-title.drawer-item-open.disabled {
  box-sizing: border-box;
  background-color: #727272;
  color: #ffffff;
}
.no-touch .drawer .fcpagelevelprogress-item-title.drawer-item-open.disabled:hover {
  background-color: #727272;
  color: #ffffff;
}
.drawer .fcpagelevelprogress-item-title .drawer-item-open {
  padding: 20px 20px 20px 20px;
  display: block;
}
.no-touch .drawer .fcpagelevelprogress-item-title:hover {
  background-color: #e6e6e6;
  color: #fff;
}
.no-touch .drawer .fcpagelevelprogress-item-title:hover .fcpagelevelprogress-indicator-complete .fcpagelevelprogress-indicator-bar {
  background-color: #888;
}
.drawer .fcpagelevelprogress-item-title span.fc-checkmark {
  color: #0f6174;
}
.drawer .fcpagelevelprogress-item-title span.fc-checkmark2 {
  color: #23879E;
}
.fcpagelevelprogress-item-title-inner {
  float: left;
  width: 80%;
}
.dir-rtl .fcpagelevelprogress-item-title-inner {
  float: right;
}
.fcpagelevelprogress-item-optional-text {
  line-height: 1em;
  text-align: right;
}
.fcpagelevelprogress-indicator {
  width: 16%;
  height: 10px;
  margin-left: 4%;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  background-color: #0b4a59;
}
.dir-rtl .fcpagelevelprogress-indicator {
  margin-left: inherit;
  margin-right: 4%;
}
.fcpagelevelprogress-indicator-complete .fcpagelevelprogress-indicator-bar {
  width: 100%;
  height: 10px;
  background-color: #888;
}
.no-touch .fcpagelevelprogress-indicator-complete .fcpagelevelprogress-indicator-bar:hover {
  background-color: #888;
}
.fcpagelevelprogress-indicator-bar {
  width: 0%;
}
.fcpagelevelprogress-navigation {
  padding: 26px;
  width: 180px;
  float: right;
  display: inline-block;
}
@media all and (max-width: 518px) {
  .fcpagelevelprogress-navigation {
    width: 130px;
  }
}
@media all and (max-width: 758px) {
  .fcpagelevelprogress-navigation {
    padding: 19px;
  }
}
.fcpagelevelprogress-navigation .fcpagelevelprogress-navigation-hamburger.icon {
  margin-top: -6px;
  float: right;
  width: 20px;
  padding: 0;
}
.dir-rtl .fcpagelevelprogress-navigation {
  float: left;
}
.no-touch .fcpagelevelprogress-navigation:hover .fcpagelevelprogress-navigation-completion {
  border-color: #d9d9d9;
}
.no-touch .fcpagelevelprogress-navigation:hover .fcpagelevelprogress-navigation-bar {
  background-color: #093b47;
}
.fcpagelevelprogress-navigation-completion {
  float: left;
  width: 100px;
  height: 8px;
  overflow: hidden;
  border: 2px solid #ffffff;
  position: relative;
  border-radius: 5px;
}
@media all and (max-width: 518px) {
  .fcpagelevelprogress-navigation-completion {
    width: 50px;
  }
}
.fcpagelevelprogress-navigation-bar {
  height: 100%;
  position: absolute;
  bottom: 0;
  background-color: #0f6174;
}
.menu .fcpagelevelprogress-menu-item {
  box-sizing: border-box;
}
.menu .fcpagelevelprogress-menu-item-indicator {
  width: 100px;
  overflow: hidden;
  position: relative;
  height: 8px;
  background-color: transparent;
  border: 2px solid #0f6174;
  border-radius: 6px;
}
.menu .fcpagelevelprogress-menu-item-indicator-bar {
  width: 0%;
  height: 8px;
  background-color: #0f6174;
  height: 10px;
  border-radius: 0;
}
.fcpagelevelprogress-navigation {
  padding: 20px !important;
  margin: 5px 0;
}
.no-touch .fcpagelevelprogress-navigation:hover .fcpagelevelprogress-navigation-completion {
  background-color: #ffffff;
  border-color: #0f6174;
}
.no-touch .fcpagelevelprogress-navigation:hover .fcpagelevelprogress-navigation-bar {
  background-color: #1587a1;
  border-color: #1587a1;
}
.no-touch .fcpagelevelprogress-navigation:hover .fcpagelevelprogress-plus-icon {
  color: #0f6174;
}
.fcpagelevelprogress-navigation-completion {
  height: 8px;
  background-color: #ffffff;
  border: 2px solid #0f6174;
  -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;
}
.fcpagelevelprogress-navigation-bar {
  left: 0;
  border: 2px solid #0f6174;
  background-color: #0f6174;
  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 .fcpagelevelprogress-navigation-bar {
  right: 0;
  left: auto;
}
.fcpagelevelprogress-plus-icon {
  right: 9px;
}
.drawer .fcpagelevelprogress-item-title {
  background-color: #ffffff;
  color: #333;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  text-transform: none;
  font-weight: normal;
}
.drawer .fcpagelevelprogress-item-title.drawer-item-open.disabled {
  background-color: #727272;
  color: #888;
  font-size: 18px;
  font-weight: 300;
}
.no-touch .drawer .fcpagelevelprogress-item-title.drawer-item-open.disabled:hover {
  background-color: #727272;
  color: #888;
}
.no-touch .drawer .fcpagelevelprogress-item-title.drawer-item-open.disabled:hover .fcpagelevelprogress-indicator {
  background-color: transparent;
}
.drawer .fcpagelevelprogress-item-title:hover {
  background-color: #ccecf4;
  color: #0f6174;
}
.drawer .fcpagelevelprogress-item-title:hover .fcpagelevelprogress-indicator {
  background-color: #000000;
}
.drawer .fcpagelevelprogress-item-title:hover .fcpagelevelprogress-indicator-incomplete {
  background-color: #ffffff;
}
.fcpagelevelprogress-item-title-inner {
  width: 80%;
}
.fcpagelevelprogress-indicator {
  width: 15%;
  height: 8px;
  border: 1px solid #cccccc;
  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;
}
.fcpagelevelprogress-indicator-complete .fcpagelevelprogress-indicator-bar {
  background-color: #333;
  -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;
}
.fcpagelevelprogress-indicator-complete .fcpagelevelprogress-indicator-bar:hover {
  background-color: #000000;
}
.navigation-extras button.navigation-help-button {
  float: right;
  background: transparent;
}
.navigation-extras button.navigation-help-button:hover {
  background-color: transparent;
}
.navigation-text {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  line-height: 64px;
}
@media all and (max-width: 759px) {
  .navigation-text {
    display: none;
  }
}
.boxmenu-menu {
  background: #0f6174;
}
.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-item {
  width: 50%;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
}
.dir-rtl .boxmenu-menu .menu-item {
  float: right;
}
.boxmenu-menu .menu-item.nth-child-even .menu-item-inner {
  margin-left: 5%;
}
.dir-rtl .boxmenu-menu .menu-item.nth-child-even .menu-item-inner {
  margin-left: inherit;
  margin-right: 5%;
}
.boxmenu-menu .menu-item.nth-child-odd {
  clear: both;
}
.boxmenu-menu .menu-item.nth-child-odd .menu-item-inner {
  margin-right: 5%;
}
.dir-rtl .boxmenu-menu .menu-item.nth-child-odd .menu-item-inner {
  margin-right: inherit;
  margin-left: 5%;
}
.boxmenu-menu .menu-item-inner {
  background: #ffffff;
  padding-bottom: 20px;
  position: relative;
}
.boxmenu-menu .menu-graphic a {
  display: block;
}
.boxmenu-menu .menu-item-title {
  padding: 30px 30px 0px;
}
.boxmenu-menu .menu-item-body {
  padding: 30px 30px 0px;
}
.boxmenu-menu .menu-item-button {
  padding: 30px 30px 0px;
}
.boxmenu-menu .menu-item-button a {
  text-decoration: none;
  background-color: #0f6174;
  color: #ffffff;
  padding: 14px;
}
.boxmenu-menu .menu-item-button a:hover {
  background-color: #23879E;
  color: #fff;
}
.boxmenu-menu .menu-item-button a.visited {
  background-color: #727272;
  color: #ccc;
}
.boxmenu-menu .menu-item-duration {
  float: right;
}
.dir-rtl .boxmenu-menu .menu-item-duration {
  float: left;
}
@media all and (max-width: 759px) {
  .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;
  }
  .boxmenu-menu .menu-item.nth-child-even .menu-item-inner,
  .boxmenu-menu .menu-item.nth-child-odd .menu-item-inner {
    margin: 0;
  }
}
.article {
  background-color: #ffffff;
}
.article .article-inner {
  padding: 60px 0 60px;
}
@media all and (max-width: 1044px) {
  .article .article-inner {
    padding: 30px 0 30px;
  }
}
@media all and (max-width: 539px) {
  .article .article-inner {
    padding: 20px 0 20px;
  }
}
.article .article-header {
  max-width: 1024px;
  margin: auto;
  padding: 0;
}
@media all and (max-width: 1044px) {
  .article .article-header {
    padding: 0 20px;
  }
}
@media all and (max-width: 539px) {
  .article .article-header {
    padding: 0 10px;
  }
}
.article .article-title {
  margin-bottom: 20px;
  color: #404040;
  text-align: left;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 24px;
}
.article .article-title::after {
  content: " ";
  position: absolute;
  background-color: #23879E;
  width: 120px;
  height: 8px;
  left: 0;
  bottom: 0;
}
.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-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.block {
  background-color: #ffffff;
}
.block .block-inner {
  max-width: 1024px;
  margin: auto;
  padding: 30px 0 30px;
}
@media all and (max-width: 1044px) {
  .block .block-inner {
    padding: 15px 20px 15px;
  }
}
@media all and (max-width: 539px) {
  .block .block-inner {
    padding: 10px 10px 10px;
  }
}
.block .block-title {
  margin-bottom: 20px;
  color: #404040;
  text-align: left;
}
.dir-rtl .block .block-title {
  text-align: right;
}
.block .block-body {
  margin-bottom: 30px;
}
.block .block-instruction {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.button,
button {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  background-color: #0f6174;
  color: #ffffff;
  padding: 14px 24px 14px 24px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: 0px solid #0f6174;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
@media all and (max-width: 519px) {
}
.no-touch .button:hover,
.no-touch button:hover {
  background-color: #1587a1;
  color: #ffffff;
  border-color: #1587a1;
}
.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;
}
.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;
}
.no-touch .button[disabled="disabled"]:hover,
.no-touch button[disabled="disabled"]:hover {
  border-color: #727272;
}
.buttons {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  /*
    .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: @button-text-color;
        border: @button-border;
        box-shadow: 0 2px 6px rgba(0,0,0,0.4);

        .dir-rtl & {
            left: inherit;
            margin-left: inherit;
            margin-right: -(40px/2);
            right: 50%;
        }
        
        &.icon-tick {
            background-color: @validation-success;
        }

        &.icon-cross {
            background-color: @validation-error;
        }

        @media all and (max-width: @device-width-small) {
            width: 38px;
            height: 38px;
            line-height: 38px;
            margin-left: -20px;
            margin-top: -20px;
        }
    }
    */
}
.buttons button {
  float: left;
}
.dir-rtl .buttons button {
  float: right;
}
.buttons button.buttons-action {
  margin-right: 0.5%;
}
.buttons button.buttons-feedback {
  margin-left: 0.5%;
}
.buttons button.buttons-action-fullwidth {
  margin-left: 0.5%;
}
.buttons button.no-feedback {
  display: none;
}
.buttons .buttons-display {
  position: relative;
  border: 0px solid #0f6174;
  border-top: none;
  background-color: #888;
  color: #ffffff;
}
.buttons .buttons-marking-icon {
  position: relative;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
  border: 0px solid #0f6174;
  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 {
  background: #0f6174;
}
.buttons .buttons-marking-icon.icon::after {
  content: " ";
  position: absolute;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  left: 50px;
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  text-align: left;
}
.buttons .buttons-marking-icon.icon-tick {
  background: #82ca9c;
}
.buttons .buttons-marking-icon.icon-tick .answered::after {
  content: " ";
  color: #82ca9c;
}
.buttons .buttons-marking-icon.icon-cross {
  background: #f26c4f;
}
.buttons .buttons-marking-icon.icon-cross .answered::after {
  content: " ";
  color: #f26c4f;
}
@media all and (max-width: 519px) {
  .buttons .buttons-marking-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-left: 0;
    margin-top: 0;
  }
}
.buttons .buttons-display-inner {
  padding: 14px;
  text-align: center;
}
.component .component-inner {
  background-color: transparent;
  padding: 0;
}
.component .component-inner.blank-inner {
  background-color: transparent;
  padding: 0;
}
.component .component-title {
  margin-bottom: 20px;
  color: #333;
  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: underline;
}
.component .component-body-inner {
  padding: 0px;
}
.component .component-instruction {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.component .component-instruction-inner.validation-error {
  color: #f26c4f;
}
@media all and (max-width: 519px) {
  .component.component-left {
    padding: 0 0 10px;
  }
  .component.component-right {
    padding: 10px 0 0;
  }
}
.drawer {
  background-color: #ffffff;
  color: #333;
}
.drawer .drawer-toolbar {
  position: absolute;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #0f6174;
}
.drawer .drawer-toolbar .icon {
  color: #0f6174;
  padding: 20px;
  -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: #03151a;
}
.drawer .drawer-holder {
  padding-top: 65px;
}
.drawer .drawer-inner {
  border-left: 5px solid #0f6174;
}
.dir-rtl .drawer .drawer-inner {
  border-left: inherit;
  border-right: 5px solid #0f6174;
}
.drawer .drawer-item .drawer-item-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
}
.drawer .drawer-item .drawer-item-description {
  font-size: 16px;
  line-height: 140%;
}
.drawer .drawer-item .drawer-item-open {
  border-bottom: 1px solid #ffffff;
  color: #333;
  text-decoration: none;
  width: 100%;
}
.no-touch .drawer .drawer-item .drawer-item-open:hover {
  background-color: #ccecf4;
  color: #0f6174;
}
.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: #ffffff;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
}
.ie8  body {
  font-family: Arial, sans-serif;
}
.menu-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .menu-title {
    font-size: 38.4px;
  }
}
.page-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .page-title {
    font-size: 38.4px;
  }
}
.page-body {
  font-size: 18px;
}
.article-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .article-title {
    font-size: 28.8px;
  }
}
.block-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
  .block-title {
    font-size: 19.2px;
  }
}
.component-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
}
.item-title {
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
}
.sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
}
.instruction-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.notify-popup-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 519px) {
}
.button-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
@media all and (max-width: 519px) {
}
ul {
  list-style: disc inside none;
}
strong,
b {
  font-weight: 700;
}
select {
  font-size: 14px;
  line-height: 140%;
  font-weight: 300;
}
@font-face {
  font-family: 'vanilla';
  src: url(fonts/vanilla.woff);
}
.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: #333;
  display: block;
  font-size: 24px;
  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: "\e618";
}
.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: "\e633";
}
.icon-cross:before {
  content: "\e634";
}
.icon-minus:before {
  content: "\e635";
}
.icon-plus:before {
  content: "\e636";
}
.icon-info:before {
  content: "\e637";
}
.icon-question:before {
  content: "\e638";
}
.icon-warning:before {
  content: "\e639";
}
.icon-list:before {
  content: "\e63a";
}
.icon-add-to-list:before {
  content: "\e63b";
}
.icon-menu:before {
  content: "\e63c";
}
.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: "\e644";
}
.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";
}
.loading {
  position: fixed!important;
  background-color: rgba(255, 255, 255, 0.8);
  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-size: 21px;
  font-weight: 400;
  line-height: 120%;
}
.navigation .navigation-inner {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px !important;
  height: 100%;
  overflow: visible;
  position: relative;
  border-bottom: 1px solid #ededed;
}
.navigation .icon {
  padding: 20px;
  color: #0f6174;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.navigation .icon .button-text {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  bottom: 4px;
}
@media all and (max-width: 759px) {
  .navigation .icon .button-text {
    display: none;
  }
}
.no-touch .navigation .icon:hover {
  color: #1badce;
}
.navigation .skip-nav-link {
  background-color: #0f6174;
  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;
}
.notify .notify-popup {
  background-color: #0f6174;
  color: #333;
  margin: auto;
  margin-top: 0;
  top: 50%;
  right: 0;
  left: 0;
  background: #ffffff;
  max-width: 759px;
  padding: 60px 90px 60px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  box-sizing: border-box;
}
.notify .notify-popup a {
  text-decoration: none;
}
.notify .notify-popup-inner {
  position: relative;
  max-width: 1024px;
  margin: auto;
  padding: 60px 0 60px;
}
@media all and (max-width: 1044px) {
  .notify .notify-popup-inner {
    padding: 30px 20px 30px;
  }
}
@media all and (max-width: 539px) {
  .notify .notify-popup-inner {
    padding: 20px 10px 20px;
  }
}
.ie8 .notify .notify-popup-content {
  max-width: 1024px;
  margin: 0 auto;
}
.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: 758px) {
  .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 a {
  text-decoration: underline;
  color: #333;
}
.notify .notify-popup-content-inner .notify-popup-icon {
  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: #333;
  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: #333;
  color: #0f6174;
  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-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
@media all and (max-width: 519px) {
}
.no-touch .notify .notify-popup-button:hover {
  background-color: #03151a;
  color: #333;
}
.notify .notify-popup-done {
  padding: 5px;
  margin: 20px 10px;
  border-radius: 50%;
  border: 2px solid #333;
  position: absolute;
  top: 0px;
  right: 0px;
  -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: #03151a;
}
.no-touch .notify .notify-popup-done:hover .notify-popup-icon-close {
  color: #03151a;
}
.dir-rtl .notify .notify-popup-done {
  left: 0px;
  right: inherit;
}
.notify .notify-popup-icon-close {
  color: #333;
  -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: #03151a;
}
.notify .notify-shadow {
  background-color: rgba(255, 255, 255, 0.8);
}
.no-opacity .notify .notify-shadow {
  background-image: url('assets/transparency-light.png');
}
.notify-push {
  position: fixed;
  right: 20px;
  width: 380px;
  background-color: #0f6174;
  transition: all 0.3s;
  opacity: 0;
  margin-top: -30px;
  color: #fff;
  z-index: 50;
  border: 1px solid #333;
  border-radius: 3px;
}
.dir-rtl .notify-push {
  left: 20px;
  right: inherit;
}
@media all and (max-width: 759px) {
  .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: 78px;
  cursor: pointer;
}
.dir-rtl .notify-push-inner {
  margin-left: 78px;
  margin-right: inherit;
  padding: 30px 30px 30px 0px;
}
.notify-push-close {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -12px;
  text-decoration: none;
}
.dir-rtl .notify-push-close {
  left: 30px;
  right: inherit;
}
.notify-push-close .icon {
  color: #333;
}
.no-touch .notify-push-close .icon:hover {
  color: #03151a;
}
.page {
  background-color: #ffffff;
}
.page .page-header {
  border-bottom: 10px solid #ededed;
}
.page .page-header-inner {
  padding: 40px 0 40px;
}
@media all and (max-width: 1044px) {
  .page .page-header-inner {
    padding: 40px 20px 40px;
  }
}
@media all and (max-width: 539px) {
  .page .page-header-inner {
    padding: 40px 10px 40px;
  }
}
.page .page-header-content {
  max-width: 1024px;
  margin: auto;
  color: #333;
}
.page .page-header-content .page-graphic {
  text-align: center;
}
.page .page-header-content.without-image {
  max-width: 700px;
}
@media all and (min-width: 759px) {
  .page .page-header-content.with-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page .page-header-content.with-image .page-header-content-inner {
    padding-bottom: 20px;
  }
  .page .page-header-content.with-image .page-header-content-inner,
  .page .page-header-content.with-image .page-graphic {
    flex-basis: 48%;
  }
}
@media all and (max-width: 1024px) {
  .page .page-header-content-inner {
    padding-right: inherit;
  }
}
.page .page-title {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.page .page-title::after {
  content: " ";
  position: absolute;
  background-color: #23879E;
  width: 120px;
  height: 8px;
  left: 0;
  bottom: 0;
}
.page .page-body {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.03em;
}
.page .page-instruction {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.shadow {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.8);
}
.no-opacity .shadow {
  background-image: url('assets/transparency-light.png');
}
.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;
}
body {
  background: #ededed;
}
#wrapper {
  overflow-x: hidden;
  padding-top: 64px;
  width: 1080px !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.graphic-widget {
  text-align: center;
}
@media all and (min-width: 759px) {
  .graphic-widget img {
    margin: -20px auto;
  }
}
.component-full.openTextInput-component,
.component-full.list-component,
.component-full.text-component,
.component-full.accordion-component,
.component-full.youtube-component,
.block .block-body,
.block .block-title {
  max-width: 700px;
}
.divider-block {
  background-color: #888;
  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.primary-color {
  background-color: #0f6174;
}
.block.secondary-color {
  background-color: #23879E;
}
.block.tertiary-color {
  background-color: #ffffff;
}
.block.background-color {
  background-color: #ffffff;
}
.block.background-color-inverted {
  background-color: #888;
  color: #ffffff;
}
.block.background-color-inverted .component-inner {
  background-color: transparent;
}
.component-background {
  background-color: transparent;
  padding: 0;
}
.assessment .graphic-component {
  display: block;
}
@media all and (max-width: 759px) {
  .assessment .graphic-component {
    display: none;
  }
}
a {
  color: #0f6174;
}
a:visitied {
  color: #23879E;
}
.accordion-item-body-inner a,
.feedback-container a,
.location-menu .menu-body a {
  color: white;
}
.accordion-item-body-inner a:visited,
.feedback-container a:visited,
.location-menu .menu-body a:visited {
  color: #bccdd1;
}
blockquote {
  border-left: 2px solid #0f6174;
  margin-left: 20px;
  padding-left: 20px;
}
.top-level .navigation {
  display: none;
}
.top-level #wrapper {
  padding-top: 0;
}
.sidetutor-feedback {
  background: #23879E;
  color: white;
  padding: 20px 16px;
}
.text-terri,
.text-terri-vinkkaa,
.text-terri-kysyy {
  background-image: url("assets/terri-mini.png");
  background-position: left center;
  background-size: 80px 85px;
  background-repeat: no-repeat;
  min-height: 90px;
  display: flex;
  align-items: center;
}
.text-terri p,
.text-terri-vinkkaa p,
.text-terri-kysyy p {
  padding-left: 100px;
}
@media all and (min-width: 759px) {
  .text-terri,
  .text-terri-vinkkaa,
  .text-terri-kysyy {
    background-size: 160px 170px;
    min-height: 170px;
  }
  .text-terri p,
  .text-terri-vinkkaa p,
  .text-terri-kysyy p {
    padding-left: 180px;
  }
}
.text-terri-vinkkaa {
  background-image: url("assets/terri-ympyrassa-vinkkaa.png");
}
.text-terri-kysyy {
  background-image: url("assets/terri-ympyrassa-kysyy.png");
}
@media all and (max-width: 759px) {
  .column-right.feedback-container {
    clear: both;
  }
}
.boxmenu-menu {
  background-color: #ededed;
}
.boxmenu-menu .menu-header {
  background-color: #0f6174;
}
.boxmenu-menu .menu-header-inner {
  max-width: 700px;
  margin: 0 auto 30px;
  padding: 40px 40px;
}
@media all and (max-width: 1044px) {
  .boxmenu-menu .menu-header-inner {
    padding: 20px 20px 40px;
  }
}
@media all and (max-width: 539px) {
}
.boxmenu-menu .menu-title {
  color: white;
}
.boxmenu-menu .menu-body {
  color: white;
  margin-bottom: 0;
}
.boxmenu-menu .menu-item {
  width: 100%;
  margin-bottom: 20px;
  float: none;
}
.boxmenu-menu .menu-item.nth-child-even .menu-item-inner,
.boxmenu-menu .menu-item.nth-child-odd .menu-item-inner {
  margin-left: auto;
  margin-right: auto;
}
.boxmenu-menu .menu-item-inner {
  position: relative;
  padding: 0;
}
.boxmenu-menu .menu-item-inner .menu-item-graphic {
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}
.boxmenu-menu .menu-item-inner .menu-item-contents {
  padding: 30px 30px;
}
.boxmenu-menu .menu-item-inner .menu-item-contents > div {
  padding: 0;
}
@media all and (min-width: 759px) {
  .boxmenu-menu .menu-item-inner.without-image {
    max-width: 700px;
  }
  .boxmenu-menu .menu-item-inner.with-image .menu-item-contents {
    padding-left: 310px;
    padding-right: 30px;
  }
  .boxmenu-menu .menu-item-inner .menu-item-graphic {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    overflow: hidden;
    width: 280px;
    height: 100%;
  }
}
.boxmenu-menu .menu-item-title {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
}
.boxmenu-menu .menu-item-body {
  margin-bottom: 16px;
}
.boxmenu-menu .fcpagelevelprogress-menu-item {
  display: none;
}
.boxmenu-menu .menu-item-duration {
  display: none;
}
.boxmenu-menu .menu-item.completed .menu-item-title {
  color: #23879E;
}
.boxmenu-menu .menu-item.completed .menu-item-button button {
  background-color: #888;
}
.boxmenu-menu .menu-item.completed .menu-item-button button:hover {
  background-color: #a2a2a2;
}
.boxmenu-menu .menu-logos {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: white;
  padding: 24px 40px 40px;
  margin-top: 40px;
}
.boxmenu-menu .menu-logos .logo-tuettukytvaroin {
  width: 310px;
}
@media all and (max-width: 759px) {
  .boxmenu-menu .menu-logos {
    flex-wrap: wrap;
  }
}
.resources .resources-filter button {
  color: #333;
  border-bottom: 1px solid #0f6174;
  -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: #0f6174;
  background-color: #ccecf4;
  border-bottom: 1px solid #ccecf4;
}
.no-touch .resources .resources-filter button:hover {
  color: #0f6174;
  background-color: #ccecf4;
  border-bottom: 1px solid #ccecf4;
}
.list-component .ordered-list .list-item {
  counter-increment: step-counter;
}
.list-component .ordered-list .list-item:before {
  content: counter(step-counter);
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
}
.list-component .list-item:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 16px;
  background-color: #FF9833;
  color: #ffffff;
  border-radius: 50%;
}
.list-component .list-item-title {
  padding: 10px;
  padding-left: 80px;
  background-size: 50px;
  margin-bottom: 0;
}
.navigation button {
  background: transparent;
  padding: 20px;
}
.navigation button:hover {
  background-color: transparent;
}
.navigation button .icon {
  padding: 0;
}
.navigation button .navigation-button-text {
  color: #0f6174;
  position: relative;
  bottom: 1px;
  margin-right: 4px;
}
@media all and (max-width: 759px) {
  .navigation button .navigation-button-text {
    display: none;
  }
}
.navigation button.navigation-drawer-toggle-button {
  float: right;
}
.navigation button.navigation-drawer-toggle-button .icon {
  float: right;
}
.navigation button.navigation-back-button .icon {
  float: left;
}
.quicknav {
  border-top: 2px solid #FF9833;
  padding-top: 40px;
}
.quicknav .quicknav-widget {
  text-align: center;
}
.quicknav button {
  padding: 14px 24px 14px 24px;
}
.quicknav button .icon {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
}
.quicknav button .icon:before {
  line-height: 1;
}
.quicknav button.selected {
  background-color: #1587a1;
  border-color: #1587a1;
  color: #ffffff;
}
.quicknav button.disabled {
  cursor: not-allowed;
}
.quicknav button .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  display: inline-block;
  line-height: 135%;
  min-width: 24px;
}
@media all and (max-width: 519px) {
}
@media all and (max-width: 519px) {
  .quicknav button .text {
    line-height: 24px;
    min-height: 24px;
  }
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'fc-basics-01';
  src: url('fonts/fc-basics-01.eot?morms4');
  src: url('fonts/fc-basics-01.eot?morms4#iefix') format('embedded-opentype'), url('fonts/fc-basics-01.woff?morms4') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="fc-"],
[class*=" fc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fc-basics-01' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fc-one-finger-click:before {
  content: "\e900";
}
.fc-home3:before {
  content: "\e902";
}
.fc-magazine:before {
  content: "\e907";
}
.fc-pencil:before {
  content: "\e909";
}
.fc-pencil2:before {
  content: "\e90a";
}
.fc-quill3:before {
  content: "\e910";
}
.fc-quill4:before {
  content: "\e911";
}
.fc-pen4:before {
  content: "\e915";
}
.fc-pen5:before {
  content: "\e919";
}
.fc-image:before {
  content: "\e92b";
}
.fc-music3:before {
  content: "\e93b";
}
.fc-play:before {
  content: "\e946";
}
.fc-clapboard-play:before {
  content: "\e947";
}
.fc-pacman:before {
  content: "\e95b";
}
.fc-bullhorn:before {
  content: "\e966";
}
.fc-megaphone:before {
  content: "\e967";
}
.fc-mic2:before {
  content: "\e973";
}
.fc-mic-off2:before {
  content: "\e974";
}
.fc-book:before {
  content: "\e976";
}
.fc-book2:before {
  content: "\e977";
}
.fc-books:before {
  content: "\e978";
}
.fc-file-text:before {
  content: "\e97a";
}
.fc-profile:before {
  content: "\e97b";
}
.fc-file-empty2:before {
  content: "\e97d";
}
.fc-files-empty2:before {
  content: "\e97f";
}
.fc-file-download2:before {
  content: "\e985";
}
.fc-file-upload2:before {
  content: "\e987";
}
.fc-file-check2:before {
  content: "\e989";
}
.fc-coin-euro:before {
  content: "\e9d7";
}
.fc-piggy-bank:before {
  content: "\e9da";
}
.fc-calculator:before {
  content: "\e9df";
}
.fc-location:before {
  content: "\e9f4";
}
.fc-location2:before {
  content: "\e9f5";
}
.fc-compass2:before {
  content: "\e9f9";
}
.fc-map2:before {
  content: "\e9fb";
}
.fc-direction:before {
  content: "\e9fd";
}
.fc-clock:before {
  content: "\ea00";
}
.fc-clock2:before {
  content: "\ea01";
}
.fc-bell2:before {
  content: "\ea09";
}
.fc-printer2:before {
  content: "\ea12";
}
.fc-display:before {
  content: "\ea17";
}
.fc-laptop:before {
  content: "\ea18";
}
.fc-mobile:before {
  content: "\ea19";
}
.fc-tablet:before {
  content: "\ea1b";
}
.fc-floppy-disk:before {
  content: "\ea27";
}
.fc-database:before {
  content: "\ea2a";
}
.fc-undo:before {
  content: "\ea2b";
}
.fc-redo:before {
  content: "\ea2c";
}
.fc-rotate-ccw:before {
  content: "\ea2d";
}
.fc-rotate-cw:before {
  content: "\ea2e";
}
.fc-undo2:before {
  content: "\ea39";
}
.fc-redo2:before {
  content: "\ea3a";
}
.fc-bubble:before {
  content: "\ea3d";
}
.fc-bubbles:before {
  content: "\ea3e";
}
.fc-bubbles2:before {
  content: "\ea3f";
}
.fc-bubbles3:before {
  content: "\ea41";
}
.fc-bubbles4:before {
  content: "\ea42";
}
.fc-user:before {
  content: "\ea43";
}
.fc-users:before {
  content: "\ea44";
}
.fc-user-plus:before {
  content: "\ea45";
}
.fc-user-minus:before {
  content: "\ea46";
}
.fc-user-check:before {
  content: "\ea47";
}
.fc-quotes-left:before {
  content: "\ea4b";
}
.fc-quotes-right:before {
  content: "\ea4c";
}
.fc-hour-glass:before {
  content: "\ea4d";
}
.fc-spinner2:before {
  content: "\ea4f";
}
.fc-enlarge:before {
  content: "\ea5d";
}
.fc-shrink:before {
  content: "\ea5e";
}
.fc-enlarge2:before {
  content: "\ea5f";
}
.fc-shrink2:before {
  content: "\ea60";
}
.fc-lock:before {
  content: "\ea63";
}
.fc-unlocked:before {
  content: "\ea64";
}
.fc-wrench:before {
  content: "\ea65";
}
.fc-cog:before {
  content: "\ea68";
}
.fc-hammer:before {
  content: "\ea6c";
}
.fc-aid-kit:before {
  content: "\ea6e";
}
.fc-pill:before {
  content: "\ea75";
}
.fc-pie-chart2:before {
  content: "\ea78";
}
.fc-rating:before {
  content: "\ea83";
}
.fc-rating2:before {
  content: "\ea84";
}
.fc-rating3:before {
  content: "\ea85";
}
.fc-glass:before {
  content: "\ea8e";
}
.fc-mug:before {
  content: "\ea94";
}
.fc-plate:before {
  content: "\ea96";
}
.fc-steak:before {
  content: "\ea97";
}
.fc-fish:before {
  content: "\ea98";
}
.fc-chicken:before {
  content: "\ea99";
}
.fc-hamburger:before {
  content: "\ea9a";
}
.fc-cheese:before {
  content: "\ea9c";
}
.fc-bread:before {
  content: "\ea9d";
}
.fc-icecream:before {
  content: "\ea9e";
}
.fc-cup:before {
  content: "\eaa0";
}
.fc-coffee-bean:before {
  content: "\eaa1";
}
.fc-leaf:before {
  content: "\eaa3";
}
.fc-apple:before {
  content: "\eaa4";
}
.fc-rocket:before {
  content: "\eaad";
}
.fc-bomb:before {
  content: "\eab4";
}
.fc-fire:before {
  content: "\eab5";
}
.fc-lamp:before {
  content: "\eab9";
}
.fc-lamp2:before {
  content: "\eabb";
}
.fc-bin:before {
  content: "\eabd";
}
.fc-bin2:before {
  content: "\eabe";
}
.fc-menu:before {
  content: "\eafe";
}
.fc-flag3:before {
  content: "\eb18";
}
.fc-flag5:before {
  content: "\eb1a";
}
.fc-attachment:before {
  content: "\eb1c";
}
.fc-eye:before {
  content: "\eb1d";
}
.fc-eye-blocked:before {
  content: "\eb20";
}
.fc-heart:before {
  content: "\eb3f";
}
.fc-thumbs-up2:before {
  content: "\eb42";
}
.fc-thumbs-down:before {
  content: "\eb43";
}
.fc-thumbs-up3:before {
  content: "\eb45";
}
.fc-thumbs-down3:before {
  content: "\eb46";
}
.fc-man:before {
  content: "\eb47";
}
.fc-woman:before {
  content: "\eb48";
}
.fc-happy:before {
  content: "\eb4e";
}
.fc-happy2:before {
  content: "\eb4f";
}
.fc-smile:before {
  content: "\eb50";
}
.fc-smile2:before {
  content: "\eb51";
}
.fc-sad:before {
  content: "\eb54";
}
.fc-sad2:before {
  content: "\eb55";
}
.fc-angry:before {
  content: "\eb5c";
}
.fc-angry2:before {
  content: "\eb5d";
}
.fc-neutral:before {
  content: "\eb66";
}
.fc-neutral2:before {
  content: "\eb67";
}
.fc-warning:before {
  content: "\eb82";
}
.fc-warning2:before {
  content: "\eb83";
}
.fc-notification:before {
  content: "\eb84";
}
.fc-notification2:before {
  content: "\eb85";
}
.fc-question3:before {
  content: "\eb88";
}
.fc-question4:before {
  content: "\eb89";
}
.fc-plus:before {
  content: "\eb8a";
}
.fc-minus:before {
  content: "\eb8b";
}
.fc-plus-circle:before {
  content: "\eb8c";
}
.fc-minus-circle:before {
  content: "\eb8d";
}
.fc-info:before {
  content: "\eb8e";
}
.fc-info2:before {
  content: "\eb8f";
}
.fc-cancel-circle:before {
  content: "\eb90";
}
.fc-cancel-circle2:before {
  content: "\eb91";
}
.fc-cross:before {
  content: "\eb93";
}
.fc-checkmark:before {
  content: "\eb94";
}
.fc-checkmark2:before {
  content: "\eb95";
}
.fc-enter2:before {
  content: "\eb99";
}
.fc-volume-medium:before {
  content: "\ebad";
}
.fc-volume-mute2:before {
  content: "\ebb0";
}
.fc-arrow-up:before {
  content: "\ebb9";
}
.fc-arrow-right:before {
  content: "\ebba";
}
.fc-arrow-down:before {
  content: "\ebbb";
}
.fc-arrow-left:before {
  content: "\ebbc";
}
.fc-arrow-up-left:before {
  content: "\ebbd";
}
.fc-arrow-up2:before {
  content: "\ebbe";
}
.fc-arrow-up-right:before {
  content: "\ebbf";
}
.fc-arrow-right2:before {
  content: "\ebc0";
}
.fc-arrow-down-right:before {
  content: "\ebc1";
}
.fc-arrow-down2:before {
  content: "\ebc2";
}
.fc-arrow-down-left:before {
  content: "\ebc3";
}
.fc-arrow-left2:before {
  content: "\ebc4";
}
.fc-arrow-up-left2:before {
  content: "\ebc5";
}
.fc-arrow-up3:before {
  content: "\ebc6";
}
.fc-arrow-up-right2:before {
  content: "\ebc7";
}
.fc-arrow-right3:before {
  content: "\ebc8";
}
.fc-arrow-down-right2:before {
  content: "\ebc9";
}
.fc-arrow-down3:before {
  content: "\ebca";
}
.fc-arrow-down-left2:before {
  content: "\ebcb";
}
.fc-arrow-left3:before {
  content: "\ebcc";
}
.fc-circle-up2:before {
  content: "\ebe1";
}
.fc-circle-right2:before {
  content: "\ebe2";
}
.fc-circle-down2:before {
  content: "\ebe3";
}
.fc-circle-left2:before {
  content: "\ebe4";
}
.fc-checkbox-checked:before {
  content: "\ec04";
}
.fc-checkbox-unchecked:before {
  content: "\ec05";
}
.fc-radio-checked:before {
  content: "\ec06";
}
.fc-radio-unchecked:before {
  content: "\ec08";
}
.fc-toggle-on:before {
  content: "\ec09";
}
.fc-toggle-off:before {
  content: "\ec0a";
}
.fc-filter3:before {
  content: "\ec14";
}
/*# sourceMappingURL=adapt.css.map */