/*
 * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
img.fr-bordered,
.fr-img-caption.fr-bordered img {
  border: solid 5px #ccc;
}
img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img.fr-shadow,
.fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 1px 1px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 1px 1px rgba(0,0,0,0.16);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 1px 1px rgba(0,0,0,0.16);
}
.fr-view {
  word-wrap: break-word;
}
.fr-view span[style~="color:"] a {
  color: inherit;
}
.fr-view strong {
  font-weight: 700;
}
.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
  flex: 1;
}
.fr-view table td {
  min-width: 5px;
}
.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.fr-view table td,
.fr-view table th {
  border: 1px solid #ddd;
}
.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}
.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double #f00;
}
.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}
.fr-view table th {
  background: #e6e6e6;
}
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}
.fr-view .fr-file {
  position: relative;
}
.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal;
}
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}
.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0px;
}
.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00bcd4;
}
.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43a047;
}
.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}
.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}
.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}
.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}
.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}
.fr-view .fr-text-gray {
  color: #aaa !important;
}
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}
.fr-view .fr-class-highlighted {
  background-color: #ff0;
}
.fr-view .fr-class-code {
  border-color: #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}
.fr-view .fr-class-transparency {
  opacity: 0.5;
}
.fr-view img {
  position: relative;
  max-width: 100%;
}
.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}
.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
.fr-view .fr-video {
  text-align: center;
  position: relative;
}
.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.fr-view .fr-video.fr-rv > iframe,
.fr-view .fr-video.fr-rv object,
.fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}
.fr-view a.fr-strong {
  font-weight: 700;
}
.fr-view a.fr-green {
  color: #008000;
}
.fr-view .fr-img-caption {
  text-align: center;
}
.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0px;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%;
}
.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}
.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}
.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}
a.fr-view.fr-strong {
  font-weight: 700;
}
a.fr-view.fr-green {
  color: #008000;
}
img.fr-view {
  position: relative;
  max-width: 100%;
}
img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}
span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
@font-face {
  font-family: 'OpenSans';
  src: url("./assets/fonts/OpenSans-Regular.eot") format('truetype');
  src: url("./assets/fonts/OpenSans-Regular.eot?#iefix") format('embedded-opentype'), url("./assets/fonts/OpenSans-Regular.ttf") format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("./assets/fonts/OpenSans-Bold.eot") format('truetype');
  src: url("./assets/fonts/OpenSans-Bold.eot?#iefix") format('embedded-opentype'), url("./assets/fonts/OpenSans-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("./assets/fonts/OpenSans-BoldItalic.eot") format('truetype');
  src: url("./assets/fonts/OpenSans-BoldItalic.eot?#iefix") format('embedded-opentype'), url("./assets/fonts/OpenSans-BoldItalic.ttf") format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url("./assets/fonts/OpenSans-ExtraBold.eot") format('truetype');
  src: url("./assets/fonts/OpenSans-ExtraBold.eot?#iefix") format('embedded-opentype'), url("./assets/fonts/OpenSans-ExtraBold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url("./assets/fonts/OpenSans-ExtraBoldItalic.eot") format('truetype');
  src: url("./assets/fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format('embedded-opentype'), url("./assets/fonts/OpenSans-ExtraBoldItalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url("./assets/fonts/OpenSans-Italic.eot") format('truetype');
  src: url("./assets/fonts/OpenSans-Italic.eot?#iefix") format('embedded-opentype'), url("./assets/fonts/OpenSans-Italic.ttf") format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url("./assets/fonts/OpenSans-Light.eot") format('truetype');
  src: url("./assets/fonts/OpenSans-Light.eot?#iefix") format('embedded-opentype'), url("./assets/fonts/OpenSans-Light.ttf") format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url("./assets/fonts/OpenSans-LightItalic.eot") format('truetype');
  src: url("./assets/fonts/OpenSans-LightItalic.eot?#iefix") format('embedded-opentype'), url("./assets/fonts/OpenSans-LightItalic.ttf") format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url("./assets/fonts/OpenSans-Semibold.eot") format('truetype');
  src: url("./assets/fonts/OpenSans-Semibold.eot?#iefix") format('embedded-opentype'), url("./assets/fonts/OpenSans-Semibold.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url("./assets/fonts/OpenSans-SemiboldItalic.eot") format('truetype');
  src: url("./assets/fonts/OpenSans-SemiboldItalic.eot?#iefix") format('embedded-opentype'), url("./assets/fonts/OpenSans-SemiboldItalic.ttf") format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'icomoon';
  src: url("./assets/fonts/icomoon.eot?v9olav");
  src: url("./assets/fonts/icomoon.eot?v9olav#iefix") format('embedded-opentype'), url("./assets/fonts/icomoon.ttf?v9olav") format('truetype'), url("./assets/fonts/icomoon.woff?v9olav") format('woff'), url("./assets/fonts/icomoon.svg?v9olav#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-coffee:before {
  content: "\e9a3";
}
.icon-ascending-numerical:before {
  content: "\e996";
}
.icon-descending-numerical:before {
  content: "\e997";
}
.icon-floppy-solid:before {
  content: "\e9bd";
}
.icon-floppy-outline:before {
  content: "\e9bc";
}
.icon-mouse-click:before {
  content: "\e99e";
}
.icon-folder-open:before {
  content: "\e993";
}
.icon-folder-outline:before {
  content: "\e994";
}
.icon-folder:before {
  content: "\e995";
}
.icon-web-browser:before {
  content: "\e991";
}
.icon-picture:before {
  content: "\e981";
}
.icon-microphone:before {
  content: "\e982";
}
.icon-handshake:before {
  content: "\e97f";
}
.icon-shield:before {
  content: "\e980";
}
.icon-single-forward:before {
  content: "\e97a";
}
.icon-back-forth:before {
  content: "\e97b";
}
.icon-double-forward:before {
  content: "\e97c";
}
.icon-research:before {
  content: "\e948";
}
.icon-list:before {
  content: "\e9b2";
}
.icon-raised-hand:before {
  content: "\e97d";
}
.icon-blocks:before {
  content: "\e97e";
}
.icon-dash:before {
  content: "\e979";
}
.icon-company:before {
  content: "\e978";
}
.icon-text-view:before {
  content: "\e977";
}
.icon-menu:before {
  content: "\e976";
}
.icon-thumbs-down:before {
  content: "\e974";
}
.icon-thumbs-up:before {
  content: "\e975";
}
.icon-action-person:before {
  content: "\e972";
}
.icon-initiatives:before {
  content: "\e973";
}
.icon-email-02:before {
  content: "\1f582";
}
.icon-attachment-01:before {
  content: "\e970";
}
.icon-search-01:before {
  content: "\e971";
}
.icon-phone-hangup:before {
  content: "\e984";
}
.icon-phone-calling:before {
  content: "\e96f";
}
.icon-location:before {
  content: "\e96e";
}
.icon-warning:before {
  content: "\e96d";
}
.icon-radio-button-empty:before {
  content: "\e96b";
}
.icon-radio-button-selected:before {
  content: "\e96c";
}
.icon-checkbox-checked:before {
  content: "\e963";
}
.icon-checkbox-empty:before {
  content: "\e964";
}
.icon-bell:before {
  content: "\e969";
}
.icon-bell-indicator:before {
  content: "\e96a";
}
.icon-print:before {
  content: "\e9b6";
}
.icon-download:before {
  content: "\e9a2";
}
.icon-save:before {
  content: "\e961";
}
.icon-trash:before {
  content: "\e93d";
}
.icon-heirarchy:before {
  content: "\e962";
}
.icon-checkbox-checked:before {
  content: "\e963";
}
.icon-checkbox-empty:before {
  content: "\e964";
}
.icon-browse:before {
  content: "\e965";
}
.icon-notebook:before {
  content: "\e9a1";
}
.icon-contacts:before {
  content: "\e992";
}
.icon-up-down-arrows:before {
  content: "\e985";
}
.icon-arrow-down:before {
  content: "\e967";
}
.icon-arrow-up:before {
  content: "\e968";
}
.icon-password:before {
  content: "\e960";
}
.icon-send:before {
  content: "\e95e";
}
.icon-quote:before {
  content: "\e95d";
}
.icon-me-outline:before {
  content: "\e928";
}
.icon-me-fill:before {
  content: "\e927";
}
.icon-sign-up:before {
  content: "\e9b5";
}
.icon-team-no-circle:before {
  content: "\e95c";
}
.icon-team:before {
  content: "\e95b";
}
.icon-lock-flll:before {
  content: "\e9b0";
  color: #6d747e;
}
.icon-lock:before {
  content: "\e95a";
}
.icon-audio-mute:before {
  content: "\e955";
}
.icon-audio:before {
  content: "\e954";
}
.icon-exit-full-screen:before {
  content: "\e956";
}
.icon-full-screen:before {
  content: "\e953";
}
.icon-voice-mail:before {
  content: "\e986";
}
.icon-video-camera:before {
  content: "\e987";
}
.icon-stop-recording-solid:before {
  content: "\e99a";
}
.icon-stop-recording:before {
  content: "\e99b";
}
.icon-previous:before {
  content: "\e98f";
}
.icon-next:before {
  content: "\e990";
}
.icon-play:before {
  content: "\e951";
}
.icon-pause:before {
  content: "\e952";
}
.icon-alert:before {
  content: "\e94f";
}
.icon-alert-outline:before {
  content: "\e950";
}
.icon-key-pad:before {
  content: "\e94d";
}
.icon-slider:before {
  content: "\e94e";
}
.icon-reset:before {
  content: "\e94c";
}
.icon-share-fill:before {
  content: "\e98c";
}
.icon-share:before {
  content: "\e94a";
}
.icon-shipping:before {
  content: "\e947";
}
.icon-finance-decision:before {
  content: "\e949";
}
.icon-talking-points:before {
  content: "\e9b4";
}
.icon-chat-bubble-fill:before {
  content: "\e9b3";
}
.icon-chat-bubble:before {
  content: "\e9b1";
}
.icon-conversation-fill:before {
  content: "\e9a4";
}
.icon-conversation:before {
  content: "\e9a5";
}
.icon-transcript:before {
  content: "\e946";
}
.icon-synching:before {
  content: "\e943";
}
.icon-chain-linked:before {
  content: "\e941";
}
.icon-chain-broken:before {
  content: "\e942";
}
.icon-equal-outline:before {
  content: "\e93f";
}
.icon-equal:before {
  content: "\e940";
}
.icon-settings:before {
  content: "\e939";
}
.icon-business-challenges:before {
  content: "\e93a";
}
.icon-close:before {
  content: "\e900";
}
.icon-return-arrow:before {
  content: "\e922";
}
.icon-action-arrow:before {
  content: "\e901";
}
.icon-back-arrow-fill:before {
  content: "\e902";
}
.icon-forward-arrow-fill:before {
  content: "\e959";
}
.icon-back-arrow-outline:before {
  content: "\e903";
}
.icon-action-arrow-outline:before {
  content: "\e957";
}
.icon-advanced:before {
  content: "\e904";
}
.icon-intermediate:before {
  content: "\e905";
}
.icon-beginner:before {
  content: "\e906";
}
.icon-leaderboard:before {
  content: "\e907";
}
.icon-results:before {
  content: "\e908";
}
.icon-market-update:before {
  content: "\e926";
}
.icon-results-list:before {
  content: "\e93e";
}
.icon-calculator-fill:before {
  content: "\e909";
}
.icon-calculator-outline:before {
  content: "\e90a";
}
.icon-cancel-apt:before {
  content: "\e983";
}
.icon-clock-time:before {
  content: "\e966";
}
.icon-calendar-outline:before {
  content: "\e90b";
}
.icon-events:before {
  content: "\e90c";
}
.icon-case-example-outline:before {
  content: "\e90d";
}
.icon-information:before {
  content: "\e90e";
}
.icon-circle-star:before {
  content: "\e945";
}
.icon-network:before {
  content: "\e944";
}
.icon-circle-password:before {
  content: "\e95f";
}
.icon-lightbulb:before {
  content: "\e99c";
}
.icon-lightbulb-rays:before {
  content: "\e99d";
}
.icon-globe:before {
  content: "\e93c";
}
.icon-compass:before {
  content: "\e93b";
}
.icon-information:before {
  content: "\e90e";
}
.icon-circle-info:before {
  content: "\e90f";
}
.icon-duration-clock:before {
  content: "\e918";
}
.icon-go-do-fill:before {
  content: "\e98d";
}
.icon-go-do-outline:before {
  content: "\e938";
}
.icon-pdf:before {
  content: "\e99f";
}
.icon-action-planned-fill:before {
  content: "\e910";
}
.icon-document:before {
  content: "\e911";
}
.icon-glossary-fill:before {
  content: "\e912";
}
.icon-glossary-outline:before {
  content: "\e913";
}
.icon-quick-resources-fill:before {
  content: "\e914";
}
.icon-quick-resources-outline:before {
  content: "\e915";
}
.icon-up-indicator:before {
  content: "\e916";
}
.icon-down-indicator:before {
  content: "\e917";
}
.icon-edit-outline:before {
  content: "\e919";
}
.icon-exercise-outline:before {
  content: "\e91a";
}
.icon-cable-arrow-left:before {
  content: "\e998";
}
.icon-cable-arrow-right:before {
  content: "\e999";
}
.icon-expand-arrow:before {
  content: "\e91b";
}
.icon-expand-arrow-left:before {
  content: "\e91c";
}
.icon-expanded-arrow:before {
  content: "\e91d";
}
.icon-expand-arrow-up:before {
  content: "\e958";
}
.icon-favorite-fill:before {
  content: "\e91e";
}
.icon-favorite-outline:before {
  content: "\e91f";
}
.icon-filter-fill:before {
  content: "\e920";
}
.icon-filter-outline:before {
  content: "\e921";
}
.icon-instructions:before {
  content: "\e923";
}
.icon-moment:before {
  content: "\e98b";
}
.icon-concepts:before {
  content: "\e988";
}
.icon-mindsets:before {
  content: "\e989";
}
.icon-mindsets-fill:before {
  content: "\e98e";
}
.icon-external-resource:before {
  content: "\e98a";
}
.icon-learning-burst-outline:before {
  content: "\e924";
}
.icon-logout-fill:before {
  content: "\e925";
}
.icon-plus:before {
  content: "\e929";
}
.icon-no-change:before {
  content: "\e92a";
}
.icon-opportunity:before {
  content: "\e92b";
}
.icon-programs:before {
  content: "\e92c";
}
.icon-programs-fill:before {
  content: "\e92d";
}
.icon-quiz-outline:before {
  content: "\e92e";
}
.icon-question-mark:before {
  content: "\e9a0";
}
.icon-checkmark:before {
  content: "\e92f";
}
.icon-recent-activity-complete:before {
  content: "\e930";
}
.icon-recent-activity-current:before {
  content: "\e931";
}
.icon-recommended-fill:before {
  content: "\e932";
}
.icon-recommended-outline:before {
  content: "\e933";
}
.icon-resources-fill:before {
  content: "\e934";
}
.icon-resources-outline:before {
  content: "\e935";
}
.icon-simulation-fill:before {
  content: "\e936";
}
.icon-home:before {
  content: "\e94b";
}
.fcolor-primary,
.fcolor-primary a {
  color: #fe41a5;
}
.fcolor-primary:hover,
.fcolor-primary a:hover {
  color: #fe0287;
  text-decoration: none;
}
.fcolor-secondary,
.fcolor-secondary a {
  color: #28324b;
}
.fcolor-secondary:hover,
.fcolor-secondary a:hover {
  color: #20283c;
  text-decoration: none;
}
.fcolor-tertiary,
.fcolor-tertiary a {
  color: #a8adb4;
}
.fcolor-tertiary:hover,
.fcolor-tertiary a:hover {
  color: #838a94;
  text-decoration: none;
}
.fcolor-highlight1,
.fcolor-highlight1 a {
  color: #0ab9f0;
}
.fcolor-highlight1:hover,
.fcolor-highlight1 a:hover {
  color: #0894c0;
  text-decoration: none;
}
.fcolor-highlight2,
.fcolor-highlight2 a {
  color: #80cc28;
}
.fcolor-highlight2:hover,
.fcolor-highlight2 a:hover {
  color: #66a320;
  text-decoration: none;
}
.fcolor-highlight3,
.fcolor-highlight3 a {
  color: #f07300;
}
.fcolor-highlight3:hover,
.fcolor-highlight3 a:hover {
  color: #c05c00;
  text-decoration: none;
}
.fcolor-highlight4,
.fcolor-highlight4 a {
  color: #ffc300;
}
.fcolor-highlight4:hover,
.fcolor-highlight4 a:hover {
  color: #cc9c00;
  text-decoration: none;
}
body {
  line-height: 1.25em;
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  color: #6d747e;
  width: 100%;
}
h1 {
  font-size: 2.369em;
  font-weight: 600;
  color: #28324b;
  margin-bottom: 1em;
}
h2 {
  font-size: 1.777em;
  font-weight: 500;
  margin-top: 1.5em;
  margin-bottom: 1em;
  color: #fe41a5;
}
h2.ico-prefix {
  display: flex;
}
h2 .ico-circle {
  top: -10px;
  flex: 0 0 auto;
}
h2 span {
  font-weight: 300;
}
h3 {
  font-size: 1.333em;
  font-weight: 300;
  margin: 0.5em 0 1em 0;
  border-bottom: 3px solid #fe41a5;
  display: inline-block;
}
p {
  font-size: 1em;
  margin-bottom: 1em;
}
tr:nth-child(odd) {
  background: #f2f2f2;
}
a {
  color: #28324b;
  text-decoration: underline;
}
ul {
  list-style-type: none !important;
}
ul li {
  margin-bottom: 0.7em;
}
ul li::before {
  content: '\2022';
  color: #fe41a5;
  font-size: 150%;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul li ul {
  padding-inline-start: 20px;
  margin-top: 0;
}
ul li ul li::before {
  content: '-';
  font-size: 100%;
}
ol li {
  margin-bottom: 0.7em;
}
dl {
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
img.img-small {
  width: 200px !important;
}
img.img-medium {
  width: 500px !important;
}
img.img-large {
  width: 100% !important;
}
textarea {
  margin-bottom: 20px;
}
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  -webkit-box-shadow: inset 1px 1px 2px rgba(242,242,242,0.2);
  border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
::-webkit-scrollbar-thumb:active {
  background: #888;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.row {
  display: flex;
}
.row .col {
  flex: 1;
}
.allcaps {
  text-transform: uppercase;
}
.digitalICO {
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 2px;
}
.text-underline {
  text-decoration: underline;
}
.tabletPlus-image {
  display: block;
}
.mobile-image {
  display: none;
}
@media screen and (max-width: 770px) {
  .tabletPlus-image {
    display: none;
  }
  .mobile-image {
    display: block;
  }
}
.imageHeader {
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.imageHeader .icoHeader .ichText h1 {
  color: #fff;
}
.imageHeader .imgHolder {
  position: absolute;
  width: 100%;
  height: 100%;
}
.imageHeader .imgHolder img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.imageHeader .imgHolder:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(40,50,75,0.4);
}
.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.cdk-drag-handle {
  cursor: grab;
}
.cdk-drag-handle:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.co__blocks table th {
  background: #28324b;
  color: #fff;
  padding: 1em;
}
.co__blocks table td {
  min-width: 5px;
  padding: 1em;
}
.co__header.fullImage {
  max-width: initial;
}
.co__header,
.co__block__text,
.co__text_and_image,
.co__accordion,
.co__block__callout,
.co__block__header,
.co__block__text__container,
.co__tabs__container,
.co__carousel__container,
.co__cardsEdit,
.co__block__cards,
.co__block__video,
.co__block__custom {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
.co__block__image {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.co__block__content .co__text_and_image,
.co__block__content .co__accordion {
  padding: 0;
}
video {
  max-width: 100%;
}
video.size-small {
  width: 200px !important;
}
video.size-medium {
  width: 500px !important;
}
video.size-large {
  width: 100% !important;
}
.co__block__text__container {
  display: flex;
}
.co__block__text {
  text-align: left;
}
.co__block__image img {
  margin: 0 auto;
  display: block;
}
.co__block__image .img-small {
  width: 150px !important;
}
.co__block__image .img-medium {
  width: 350px !important;
}
.co__block__image .img-large {
  width: 500px !important;
}
.co__block__image .img-full {
  width: 100% !important;
  max-width: 100% !important;
}
.co__block__image .fr-fir {
  margin-left: auto;
  margin-right: 0;
}
.co__block__image .fr-fil {
  margin-right: auto;
  margin-left: 0;
}
.co__text_and_image {
  display: flex;
}
@media screen and (max-width: 768px) {
  .co__text_and_image {
    display: block;
  }
}
.co__text_and_image .img-small {
  width: 150px !important;
}
.imgright {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .imgright .co__block__image {
    padding-right: 20px;
    padding-left: 0;
  }
}
.text-container {
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.text-container .content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-right: 0;
}
.text-container .content-wrapper app-input,
.text-container .content-wrapper .fr-view {
  flex: 1;
  padding-right: 0;
}
.text-container.placement-none .content-wrapper {
  align-self: flex-start;
  width: 100%;
}
.text-container.placement-left .content-wrapper {
  align-self: flex-start;
}
.text-container.placement-right .content-wrapper {
  align-self: flex-end;
}
.text-container.placement-center .content-wrapper {
  align-self: center;
  align-items: center;
}
.card_description__content {
  padding: 10px;
  height: 100%;
  overflow-y: auto;
}
.card_description__content h1,
.card_description__content h2,
.card_description__content h3,
.card_description__content h4,
.card_description__content p,
.card_description__content li {
  color: #fff;
  line-height: 1.2em;
}
.card_description__content a {
  color: #fff;
  text-decoration: underline;
}
.card_description__content.align-top {
  text-align: center;
}
.card_description__content.align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_description__content.align-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.card_description__content .fr-wrapper {
  background: none;
}
.card_header__content {
  margin: 10px;
  display: flex;
  height: 100%;
  overflow-y: auto;
  justify-content: center;
  align-items: center;
}
.co-cards__mainWrapper {
  max-width: 90%;
}
.co-cards__cont {
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.co-cards__itemCont {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  margin-bottom: 20px;
  flex: 1;
  padding: 0 10px;
}
.co-cards__itemCont.small {
  padding: 0 5px;
}
.co-cards__common {
  border: 4px solid #f2f2f2;
  box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
}
.co-cards__items {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  min-height: 170px;
  text-align: center;
}
.co-cards__items.small {
  min-width: 160px;
  height: 150px;
}
.co-cards__items.med {
  min-width: 220px;
  height: 250px;
}
.co-cards__items.large {
  min-width: 340px;
  height: 350px;
}
.co-cards__items.exlarge {
  min-width: 700px;
  height: 500px;
}
.co-cards__items--icon {
  width: 0;
  height: 0;
  border-bottom: 40px solid #0ab9f0;
  border-left: 40px solid transparent;
  color: #fff;
  z-index: 2;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.co-cards__items--icon span {
  position: relative;
  left: -20px;
  top: 15px;
}
.co-cards__heading,
.co-cards__description,
.co-cards__headerItem,
.co-cards__descriptionItem {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.co-cards__heading,
.co-cards__description {
  width: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.co-cards__heading {
  z-index: 1;
}
.co-cards__heading .fr-box.fr-basic .fr-element p {
  color: #6d747e;
  font-size: 18px;
}
.co-cards__description {
  border: none;
  z-index: 2;
  background: linear-gradient(#0ab9f0 10%, #066e8e 100%);
  color: #fff;
  overflow-x: hidden;
  justify-content: flex-start;
  text-align: left;
}
.co-cards__description li::before {
  color: #fff;
}
.co-cards__description .input-container {
  margin-bottom: 0;
}
.co-cards__description .fr-wrapper {
  background: none !important;
}
.co-cards__description span.fr-placeholder,
.co-cards__description .fr-box.fr-basic .fr-element p {
  color: #fff;
  font-size: 18px;
}
.co-cards__headerItem,
.co-cards__descriptionItem {
  overflow: auto;
  padding: 0 10px;
}
.co-cards__front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transition: transform 0.6s;
  height: 100%;
}
.co-cards__back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  transition: transform 0.6s;
  height: 100%;
}
.fr-text-bordered {
  border-top: 1px solid #434951;
  border-bottom: 1px solid #434951;
  padding: 10px 0;
}
.co__tabs--center ul {
  justify-content: center;
}
.co__tabs--left ul {
  justify-content: flex-start;
}
.co__tabs--right ul {
  justify-content: flex-end;
}
.co__tabs__container,
.co__accordion {
  display: block;
}
.co__tabs__container .card-header button,
.co__accordion .card-header button {
  text-transform: none;
}
.co__tabs__container .card-header button:hover,
.co__accordion .card-header button:hover,
.co__tabs__container .card-header button:focus,
.co__accordion .card-header button:focus {
  text-decoration: none;
}
.co__tabs__container .card-header button .fr-view,
.co__accordion .card-header button .fr-view {
  display: flex;
  text-align: left;
  align-items: center;
}
.co__tabs__container .card-header button .fr-view p,
.co__accordion .card-header button .fr-view p {
  margin-bottom: 0;
}
.co__tabs__container .card-header button .fr-view p:last-child,
.co__accordion .card-header button .fr-view p:last-child {
  flex: 1;
}
.co__accordion .card,
.co__cardsEdit .card {
  border: 3px solid #6d747e;
  border-bottom: 3px solid #6d747e !important;
  background: #fff;
  color: #6d747e;
  padding: 5px 20px;
  border-radius: 7px;
  margin: 0 20px;
}
.co__accordion .card+.card,
.co__cardsEdit .card+.card {
  margin-top: 5px;
}
.co__accordion .card .card-header,
.co__cardsEdit .card .card-header {
  background: none;
  border: none;
}
.co__accordion .card .card-header button,
.co__cardsEdit .card .card-header button {
  border: none;
  background: none;
  box-shadow: none;
}
.co__accordion .card .card-header button:hover,
.co__cardsEdit .card .card-header button:hover {
  background: none;
  color: initial;
  box-shadow: none;
}
.co__accordion .card-header,
.co__cardsEdit .card-header {
  padding: 0;
}
.co__accordion .card-header button,
.co__cardsEdit .card-header button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.co__accordion .card-header button span.fr-view,
.co__cardsEdit .card-header button span.fr-view {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px 10px 10px 0;
  white-space: normal;
}
.co__accordion .card-header button span.fr-view:after,
.co__cardsEdit .card-header button span.fr-view:after {
  content: '';
  font-family: icomoon;
}
.co__accordion .card-header button.collapsed span.fr-view:after,
.co__cardsEdit .card-header button.collapsed span.fr-view:after {
  content: '';
  font-family: icomoon;
}
.co__accordion .card-body,
.co__cardsEdit .card-body {
  padding: 0;
  text-align: left;
}
.co__cards__heading .input-container {
  background: rgba(0,0,0,0.03);
}
.co__block__cards {
  justify-content: center;
  flex-direction: row;
  display: flex;
  overflow: visible;
  margin-top: 20px;
}
.circleIcon {
  color: #28324b;
  overflow: hidden;
}
.circleIcon .co__icon::before {
  content: ' ';
  font-family: icomoon;
  background: transparent;
  color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  line-height: 60px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  float: left;
}
.circleIcon .co__icon .title {
  display: block;
  font-weight: 300;
}
.circleIcon .co__icon .title p {
  margin: 0;
}
.circleIcon.insights .co__icon::before {
  /* content: ''; */
  background-image: url('assets/images/Insight.svg');
}
.circleIcon.exercise .co__icon::before {
  /* content: ''; */
  background-image: url('assets/images/Exercise.svg');
}
.circleIcon.godo .co__icon::before {
  /* content: ''; */
  background-image: url('assets/images/Go-Do.svg');
}
.input-container {
  height: 100%;
}
.co__block__header {
  overflow: hidden;
  /* .txtArea
      display flex */
}
.co__block__header.fullScreen {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.co__block__header.fullScreen .imageHeader .txtArea h1 {
  color: #fff;
}
.co__block__header .co__background__image {
  width: 100%;
  height: 275px;
}
.co__block__header .co__background__image img {
  max-width: none;
  padding: 0;
}
.co__block__header .co__header__icon {
  width: 80px;
  height: 80px;
  font-size: 46px;
  line-height: 80px;
  flex: 0 0 80px;
  margin-bottom: 0.25em;
  position: relative;
  float: left;
}
.co__block__header .co__header__text {
  /* display flex */
  position: relative;
  text-align: left;
  margin-top: 108px;
}
.co__block__header .co__header__text--title {
  font-size: 1em;
  font-weight: 600;
}
.co__block__header .co__header__text .co__header__text--title p {
  margin: 0;
}
.co__block__header .co__header__text .co__header__text--type {
  display: block;
  font-size: 65%;
  font-weight: 200;
  line-height: 1em;
}
.co__block__header .co__header__text .co__header__text--type p {
  margin: 0;
}
.co__header .co__description {
  font-size: 2.369em;
  font-weight: 600;
}
.co__header .co__description p {
  margin: 0;
}
.nav-item {
  margin-right: 2px;
}
.nav-item:last-child {
  margin-right: 0;
}
.nav-tabs {
  border-bottom: 1px solid #0ab9f0;
}
.nav-tabs .nav-item:before {
  content: none;
}
.nav-tabs .nav-item .nav-link {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 55%, #d8d8d8 100%);
  background: -webkit-linear-gradient(top, #f2f2f2 55%, #d8d8d8 100%);
  background: linear-gradient(to bottom, #f2f2f2 55%, #d8d8d8 100%);
  border-bottom: 1px solid #0ab9f0;
  padding: 10px;
}
.nav-tabs .nav-item .nav-link a {
  color: #6d747e;
}
.nav-tabs .nav-item .nav-link a:hover {
  background: #bfbfbf;
}
.nav-tabs .nav-item .nav-link.active {
  background: #0ab9f0;
  color: #fff;
  pointer-events: none;
}
.nav-tabs .nav-item .nav-link p {
  padding: 0;
  margin: 0;
}
.tab-pane {
  padding: 10px;
}
.carousel-inner {
  margin-left: 60px;
  margin-right: 60px;
  width: calc(100% - 120px);
  padding-bottom: 60px;
}
.carousel-control-next,
.carousel-control-prev {
  color: #a8adb4 !important;
  top: calc(50% - 58px);
  width: 24px;
  height: 24px;
  margin: 1em;
  transition: color 0.2s ease-out;
  text-decoration: none;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  color: #6d747e !important;
}
.carousel-indicators li {
  background-color: rgba(10,185,240,0.3);
}
.carousel-indicators.active {
  background-color: #0ab9f0;
}
.icon-next.carousel-control-next:before {
  content: '';
}
.icon-previous.carousel-control-prev:before {
  content: '';
}
.carousel-control-next-icon:before {
  content: '';
}
.carousel-control-prev-icon:before {
  content: '';
}
.ico-circle {
  background: background linear-gradient(135deg, #fb054b 25%, #ff409c 100%);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  line-height: 60px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  float: left;
}
.icoHeader {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  flex-wrap: wrap;
}
.icoHeader .ichText {
  flex: 1;
}
.icoHeader .ico-circle {
  width: 80px;
  height: 80px;
  font-size: 46px;
  line-height: 80px;
  flex: 0 0 80px;
  margin-bottom: 0.25em;
}
.icoHeader h1 {
  margin: 0;
}
.icoHeader h1 span {
  display: block;
  font-size: 65%;
  font-weight: 300;
  line-height: 1em;
}
dl.hexIcon {
  margin-bottom: 2em;
}
dl.hexIcon dt {
  display: flex;
}
dl.hexIcon dt .smallHexagon {
  position: absolute;
}
dl.hexIcon dt h3 {
  margin-left: 3.5em;
}
dl.hexIcon dd {
  margin-left: 80px;
}
.smallHexagon {
  position: relative;
  width: 55px;
  height: 31.75px;
  background-color: #f2f2f2;
  margin: 15.88px 0;
  border-left: solid 5px #28324b;
  border-right: solid 5px #28324b;
  text-align: center;
  z-index: 1000;
  font-size: 28px;
  line-height: 32px;
  color: #fe41a5;
  font-weight: 400;
}
.smallHexagon:before,
.smallHexagon:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 38.89px;
  height: 38.89px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  -webkit-transform: scaleY(0.5774);
  -moz-transform: scaleY(0.5774);
  -ms-transform: scaleY(0.5774);
  transform: scaleY(0.5774);
  background-color: inherit;
  left: 3.0546px;
}
.smallHexagon:before {
  top: -19.4454px;
  border-top: solid 7.0711px #28324b;
  border-right: solid 7.0711px #28324b;
}
.smallHexagon:after {
  bottom: -19.4454px;
  border-bottom: solid 7.0711px #28324b;
  border-left: solid 7.0711px #28324b;
}
.hexagon span {
  display: block;
  position: absolute;
  top: 2.886751345948129px;
  left: 0;
  width: 45px;
  height: 25.9808px;
  z-index: 2;
  background: inherit;
}
.button1 {
  background-color: #fe41a5;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.button1:hover {
  text-decoration: none;
}
.button2 {
  background-color: #28324b;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.button2:hover {
  text-decoration: none;
}
.border-call-out {
  border: solid 10px #fe41a5;
  padding: 40px;
  margin: 40px 0;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.7em;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
  position: relative;
  display: block;
}
.inset-call-out {
  border: none;
  margin: 40px;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.7em;
  position: relative;
  display: block;
}
.img-floatRight {
  float: right;
  width: 50%;
  margin-left: 20px;
}
@media screen and (max-width: 770px) {
  .img-floatRight {
    float: none;
    width: 100%;
  }
}
.callout-30-right {
  float: right;
  background: #f2f2f2;
  margin-left: 20px;
  padding: 20px;
  font-weight: 600;
  width: 30%;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
}
.callout-30-right+ .secondary-text {
  width: 70%;
}
.callout-40-right {
  float: right;
  background: #f2f2f2;
  margin-left: 20px;
  padding: 20px;
  font-weight: 600;
  width: 40%;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
}
.callout-40-right+ .secondary-text {
  width: 60%;
}
.callout-50-right {
  float: right;
  background: #f2f2f2;
  margin-left: 20px;
  padding: 20px;
  font-weight: 600;
  width: 50%;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
}
.callout-50-right+ .secondary-text {
  width: 50%;
}
.btn {
  border: 5px solid #6d747e;
  background: #fff;
  color: #6d747e;
  padding: 5px 20px;
  height: 50px;
  border-radius: 7px;
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn a {
  text-decoration: none;
}
.btn:focus {
  border: 5px solid #6d747e;
  background: #fff;
  color: #6d747e;
}
.btn a {
  color: #6d747e;
}
.btn a:hover {
  color: #fff;
  text-decoration: none;
}
.btn:hover {
  background: #a8adb4;
  box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
  color: #fff;
}
.btn:hover a {
  color: #fff;
}
.btn.round {
  border-radius: 25px;
}
.btn:last-child {
  margin: 0 0 0 10px;
}
.btn:first-child {
  margin: 0 10px 0 0;
}
.btn-primary {
  background: #0ab9f0;
  background: background linear-gradient(#67d6f9 10%, #0ab9f0 100%);
  box-shadow: 0px 10px 25px 0px rgba(10,185,240,0.3);
  color: #fff;
  border: none;
}
.btn-primary:hover {
  background: #0780a7;
  box-shadow: 0px 15px 30px 0px rgba(10,185,240,0.35);
}
.btn-primary.done {
  background: #fff;
  border: 3px solid #fe41a5;
  color: #fe41a5;
}
.btn-primary.publish {
  background: background linear-gradient(135deg, #fb054b 25%, #ff409c 100%);
}
.btn.create-btn {
  border-radius: 10px;
}
.btn-wire {
  background: #fff;
  border: 1px solid #6d747e;
  border-radius: 7px;
  box-shadow: none;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, color 0.2s ease-out;
}
.btn-wire:hover {
  background: #a8adb4;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.15);
}
:focus {
  box-shadow: none;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background: background linear-gradient(#67d6f9 10%, #0ab9f0 100%);
  border: 3px solid #fff;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background: #0ab9f0;
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background: #0ab9f0;
}
.mat-slide-toggle.mat-checked .scroll-on {
  color: #0ab9f0;
  font-weight: 600;
}
.btnPrimary {
  background: linear-gradient(to bottom, #0ab9f0 30%, #006eb9 100%);
  color: #fff;
  border: none;
  box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.2);
}
.btnSecondary {
  background: #fff;
  border: 5px solid #6d747e;
  color: #6d747e;
}
#savebutton.btnSecondary {
  margin-bottom: 10px;
}
.ind-steps {
  display: flex;
  padding: 1em 0;
  margin-bottom: 1em;
}
.ind-steps div {
  flex: 1;
  border: 1px solid #f2f2f2;
  margin-right: 20px;
  padding: 20px;
}
.ind-steps div:last-child {
  margin-right: 0;
}
.co__block__content {
  position: relative;
  opacity: 0;
  transition: all 1.5s ease;
  clear: both;
}
.co__block__content:nth-child(odd) {
  left: 2.5em;
}
.co__block__content:nth-child(even) {
  left: -2.5em;
}
.co__block__content.come-in,
.co__block__content.come-in:nth-child(odd),
.co__block__content.come-in:nth-child(even) {
  opacity: 1;
  left: 0;
  transition-delay: 0.5s;
}
.co__block__content--auto {
  position: relative;
  opacity: 0;
  animation-name: sideSlideAuto;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0;
}
.sideSlide--auto:nth-child(even) {
  animation-name: sideSlideAuto-even;
}
@-moz-keyframes sideSlideAuto-even {
  from {
    left: -2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes sideSlideAuto-even {
  from {
    left: -2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes sideSlideAuto-even {
  from {
    left: -2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes sideSlideAuto-even {
  from {
    left: -2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
.panel {
  background: #f2f2f2;
  border: none;
}
.panel .panel-heading h2 {
  font-weight: 600;
  font-size: 1.333em;
}
.panel .panel-heading a {
  border: none;
  display: block;
}
.panel .panel-body {
  padding: 0;
  background: #fff;
}
.panel .panel-title .glyphicon {
  font-size: 14px;
}
.fr-view table td {
  padding: 1em;
}
.fr-view table td,
.fr-view table th {
  border: none;
}
.fr-view table td table th,
.fr-view table th table th {
  font-size: 14px;
  line-height: 1.2em;
}
.fr-view table td table tr:nth-child(odd),
.fr-view table th table tr:nth-child(odd) {
  background: #fff;
}
.fr-view table td table tr:nth-child(even),
.fr-view table th table tr:nth-child(even) {
  background: #f2f2f2;
}
.fr-view table td .expansionIcon,
.fr-view table th .expansionIcon {
  font-family: icomoon;
  float: right;
}
.fr-view table td .expansionIcon.expansionIcon-plus:after,
.fr-view table th .expansionIcon.expansionIcon-plus:after {
  content: '';
}
.fr-view table td .expansionIcon.expansionIcon-minus:after,
.fr-view table th .expansionIcon.expansionIcon-minus:after {
  content: '';
}
.fr-view table th {
  background: #28324b;
  color: #fff;
  padding: 1em;
  /*text-align center*/
}
@media screen and (max-width: 770px) {
  .border-call-out {
    border: solid 5px #fe41a5;
    padding: 20px;
    margin: 20px 0;
    font-size: 1.1em;
  }
  ul,
  ol {
    padding-left: 1em;
  }
  .imageHeader {
    padding: 20px;
  }
  .callout-30-right,
  .callout-40-right,
  .callout-50-right {
    width: 100%;
    margin-bottom: 20px;
  }
  #flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #flip-scroll * html .cf {
    zoom: 1;
  }
  #flip-scroll *:first-child+html .cf {
    zoom: 1;
  }
  #flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #flip-scroll th,
  #flip-scroll td {
    margin: 0;
    vertical-align: top;
  }
  #flip-scroll th {
    text-align: left;
  }
  #flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  #flip-scroll thead {
    display: block;
    float: left;
  }
  #flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  #flip-scroll thead tr {
    display: block;
  }
  #flip-scroll th {
    display: block;
    text-align: right;
  }
  #flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  #flip-scroll td {
    display: block;
    text-align: left;
  }
}
.btn-warning {
  transition: background 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease-in;
}
.btn-warning:hover {
  background: #f07300;
  border-color: #f07300;
  color: #fff;
}
.textAreaInput-modal {
  text-align: left;
  width: 63%;
  overflow: hidden;
  float: right;
}
.textAreaInput-modal-input-container {
  margin: 29px 0 16px 0;
  flex-direction: column;
  width: 100%;
  float: right;
}
.textAreaInput-modal-input-container > input,
.textAreaInput-modal-input-container label {
  display: block;
  text-align: left;
  width: 40%;
}
.textAreaInput-modal-input-container >p {
  margin-bottom: 6px;
  font-size: 15px;
}
.textAreaInput-modal-footer-container {
  margin: 0 auto;
  position: absolute;
  bottom: 7px;
  left: 9px;
}
.textAreaInput-modal-footer-container-btn {
  margin: 6px;
  border: 3px solid #808080 !important;
  border-radius: 7px;
  background: transparent;
  padding: 6px 14px;
  font-weight: 600;
  color: #a6a6a6;
}
.textAreaInput-modal-footer-container-btn:hover,
.textAreaInput-modal-footer-container-btn :focus {
  background: #b5e4f3;
  color: #fff;
  border-color: #b5e4f3 !important;
  box-shadow: 0px 3px 4px 0px #ccc;
  outline: none;
}
.textAreaInput-modal-footer-container-btn:active {
  box-shadow: unset;
}
.textAreaInput-modal .row-input-container {
  width: 100%;
  margin: 0 auto;
}
.textAreaInput-modal .row-input-container-title {
  text-align: left;
  margin-bottom: 6px;
}
.textAreaInput-modal .row-input-container-section {
  align-items: center;
  width: 100%;
  margin-left: 0px;
}
.textAreaInput-modal .row-input-container-section-btn {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #1ac6ff;
  color: #fff;
  margin: 2px;
  font-size: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.textAreaInput-modal .row-input-container-section-input {
  width: 33px;
  height: 31px;
  text-align: center;
}
.bc-controls__tabAlignmentText {
  margin: 14px 0;
}
.bc-controls__tabAlignmentText_autoPlayToggle {
  position: absolute;
  margin-left: 87px;
  margin-top: -20px;
}
.bc-controls__tabAlignmentCont {
  display: flex;
}
.bc-controls__tabAlignmentType {
  cursor: pointer;
  padding: 10px 15px;
  margin: 0;
  font-size: 0.85rem;
  border: 1px solid #f2f2f2;
}
.bc-controls__tabAlignmentTypeCont {
  display: flex;
}
.selectedAlignment {
  border: 2px solid #0ab9f0;
  background: background linear-gradient(#67d6f9 10%, #0ab9f0 100%);
  color: #fff;
}
.customBlock-alertMessage .modal-content {
  min-height: 300px;
  padding: 20px;
}
.customBlock-alertMessage .modal-content .modal-body {
  max-width: 1000px;
  background: #fff;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: none;
  padding: 3rem 2rem;
}
.customBlock-alertMessage .modal-content .modal-body h5 {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 0;
}
.customBlock-alertMessage .modal-content .footer {
  margin-top: 20px;
}
.customBlock-alertMessage .modal-content .footer button {
  min-width: 100px;
}
.mde-popover-direction-arrow {
  border-color: transparent transparent #000 !important;
}
.exercise-save {
  display: block;
  position: fixed;
  background: rgba(255,255,255,0.92);
  border-radius: 10px;
  padding: 10px 10px 0 10px;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 770px) {
  .exercise-save {
    bottom: 0;
    padding: 0;
  }
}
.btnRow {
  text-align: right;
}
.btnSecondary {
  background: #fff;
  border: 5px solid #6d747e;
  color: #6d747e;
}
.btnHolder {
  display: flex;
  align-items: baseline;
  line-height: 1em;
}
.btnHolder #result {
  max-width: 200px;
}
@media screen and (max-width: 770px) {
  .btnHolder #result {
    max-width: 120px;
  }
}
.btnHolder .radial {
  padding: 20px 20px 0 20px;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 770px) {
  .btnHolder .radial {
    padding: 10px;
  }
}
.btnHolder .radial.btnSecondary {
  border: none;
  background: none;
  box-shadow: none;
  display: block;
}
.btnHolder .radial.btnSecondary .digitalICO {
  border: 5px solid #6d747e;
  background: #fff;
  line-height: 40px;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 770px) {
  .btnHolder .radial.btnSecondary .digitalICO {
    border: 3px solid #6d747e;
    line-height: 29px;
  }
}
.btnHolder .radial.btnSecondary .digitalICO:hover {
  background: #6d747e;
  color: #fff;
}
.btnHolder .radial .digitalICO {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.2);
}
@media screen and (max-width: 770px) {
  .btnHolder .radial .digitalICO {
    width: 35px;
    height: 35px;
    border-radius: 18px;
  }
}
.btnHolder .radial .radial-label {
  margin-top: 10px;
  line-height: 1.2em;
}
@media screen and (max-width: 770px) {
  .btnHolder .radial .radial-label {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .cols-count-4,
  .cols-count-3,
  .cols-count-2,
  .cols-count-1 {
    margin-left: 0;
  }
  .cols-count-4 .fr-view,
  .cols-count-3 .fr-view,
  .cols-count-2 .fr-view,
  .cols-count-1 .fr-view {
    width: 100%;
    flex: none !important;
  }
}
.overlayMsg {
  position: fixed;
  width: 100%;
  top: 0;
  margin: 0;
  background-color: #ff2452;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  padding: 10px 40px;
}
@-moz-keyframes sideSlideAuto {
  from {
    left: 2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes sideSlideAuto {
  from {
    left: 2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes sideSlideAuto {
  from {
    left: 2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes sideSlideAuto {
  from {
    left: 2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
.co__block__content {
  clear: both;
}
.co__block__image {
  padding: 0 auto;
}

.fullScreen .co__header__text {
	text-align: center;
}
