@charset "UTF-8";
.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a {
  color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  display: table;
  float: right;
  width: auto;
  margin: -5px 30px 0 0; }

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.flip-clock-wrapper:after {
  clear: both; }

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 1px;
  width: 45px;
  height: 50px;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  border-radius: 0;
  background: #fff; }
  @media only screen and (max-width: 1200px) {
    .flip-clock-wrapper ul {
      width: 40px; } }
  @media only screen and (max-width: 991px) {
    .flip-clock-wrapper ul {
      width: 35px;
      height: 40px;
      line-height: 40px;
      font-size: 20px; } }

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-decoration: none !important; }
  @media only screen and (max-width: 991px) {
    .flip-clock-wrapper ul li {
      line-height: 40px; } }

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 30px;
  overflow: hidden;
  outline: 1px solid transparent; }
  @media only screen and (max-width: 991px) {
    .flip-clock-wrapper ul li a div {
      font-size: 20px; } }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #211885;
  text-shadow: none;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  font-size: 30px;
  font-family: 'BebasNeueBold'; }
  @media only screen and (max-width: 991px) {
    .flip-clock-wrapper ul li a div div.inn {
      font-size: 20px; } }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {
  box-shadow: none; }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.01s 0.49s linear both;
  -moz-animation: asd 0.01s 0.49s linear both;
  animation: asd 0.01s 0.49s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px;
  display: none; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none;
  display: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }
  @media only screen and (max-width: 991px) {
    .flip-clock-dot.top {
      top: 20px; } }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }
  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }
  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }
  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }
  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }
  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }
  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }
  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }
  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }
  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }
  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }
  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }
  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
  background: #fff; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
  background: #fff; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
  background: #fff; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
  background: #fff; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@font-face {
  font-family: 'BebasNeueBold';
  src: url("fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeueBold.otf") format("opentype"), url("fonts/BebasNeueBold.woff") format("woff"), url("fonts/BebasNeueBold.ttf") format("truetype"), url("fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-style: normal; }

@font-face {
  font-family: 'BebasNeueBook';
  src: url("fonts/BebasNeueBook.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeueBook.otf") format("opentype"), url("fonts/BebasNeueBook.woff") format("woff"), url("fonts/BebasNeueBook.ttf") format("truetype"), url("fonts/BebasNeueBook.svg#BebasNeueBook") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BebasNeueLight';
  src: url("fonts/BebasNeueLight.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeueLight.otf") format("opentype"), url("fonts/BebasNeueLight.woff") format("woff"), url("fonts/BebasNeueLight.ttf") format("truetype"), url("fonts/BebasNeueLight.svg#BebasNeueLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BebasNeueRegular';
  src: url("fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeueRegular.otf") format("opentype"), url("fonts/BebasNeueRegular.woff") format("woff"), url("fonts/BebasNeueRegular.ttf") format("truetype"), url("fonts/BebasNeueRegular.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BebasNeue-Thin';
  src: url("fonts/BebasNeue-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeue-Thin.otf") format("opentype"), url("fonts/BebasNeue-Thin.woff") format("woff"), url("fonts/BebasNeue-Thin.ttf") format("truetype"), url("fonts/BebasNeue-Thin.svg#BebasNeue-Thin") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Regular.otf") format("opentype"), url("fonts/ProximaNova-Regular.woff") format("woff"), url("fonts/ProximaNova-Regular.ttf") format("truetype"), url("fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Light';
  src: url("fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Light.otf") format("opentype"), url("fonts/ProximaNova-Light.woff") format("woff"), url("ProximaNova-Light.ttf") format("truetype"), url("fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Semibold.otf") format("opentype"), url("fonts/ProximaNova-Semibold.woff") format("woff"), url("fonts/ProximaNova-Semibold.ttf") format("truetype"), url("fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Bold.otf") format("opentype"), url("fonts/ProximaNova-Bold.woff") format("woff"), url("fonts/ProximaNova-Bold.ttf") format("truetype"), url("fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-ExtraBold';
  src: url("fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Extrabld.otf") format("opentype"), url("fonts/ProximaNova-Extrabld.woff") format("woff"), url("fonts/ProximaNova-Extrabld.ttf") format("truetype"), url("fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Black';
  src: url("fonts/ProximaNova-Black.eot");
  src: url("fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Black.woff2") format("woff2"), url("fonts/ProximaNova-Black.woff") format("woff"), url("fonts/ProximaNova-Black.ttf") format("truetype"), url("fonts/ProximaNova-Black.otf") format("opentype"), url("fonts/ProximaNova-Black.svg#ProximaNova-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }

@font-face {
  font-family: 'MutantAcademyBB';
  src: url("fonts/MutantAcademyBB.eot?#iefix") format("embedded-opentype"), url("fonts/MutantAcademyBB.woff") format("woff"), url("fonts/MutantAcademyBB.ttf") format("truetype"), url("MutantAcademyBB.svg#MutantAcademyBB") format("svg");
  font-weight: normal;
  font-style: normal; }

/* 1. Theme Variables */
/* 2. Theme Mixins */
/* 3. Bootstrap Override Styles */
/* 3a. Override default includes of bootstrap */
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3E4B5B;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 500; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #3b75e3;
  text-decoration: none; }
  a:focus, a:hover {
    color: #1a50b7;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.8rem 0.9rem;
  padding-bottom: 0.8rem 0.9rem;
  color: #aaa;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #334152; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fbf5d6; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #636c72; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #5782e4;
  background-color: #f2f7ff;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 500; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1450px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }
  @media (min-width: 1450px) {
    .container {
      width: 1380px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1450px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1450px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1450px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1450px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xxl-0 {
    right: auto; }
  .pull-xxl-1 {
    right: 8.33333%; }
  .pull-xxl-2 {
    right: 16.66667%; }
  .pull-xxl-3 {
    right: 25%; }
  .pull-xxl-4 {
    right: 33.33333%; }
  .pull-xxl-5 {
    right: 41.66667%; }
  .pull-xxl-6 {
    right: 50%; }
  .pull-xxl-7 {
    right: 58.33333%; }
  .pull-xxl-8 {
    right: 66.66667%; }
  .pull-xxl-9 {
    right: 75%; }
  .pull-xxl-10 {
    right: 83.33333%; }
  .pull-xxl-11 {
    right: 91.66667%; }
  .pull-xxl-12 {
    right: 100%; }
  .push-xxl-0 {
    left: auto; }
  .push-xxl-1 {
    left: 8.33333%; }
  .push-xxl-2 {
    left: 16.66667%; }
  .push-xxl-3 {
    left: 25%; }
  .push-xxl-4 {
    left: 33.33333%; }
  .push-xxl-5 {
    left: 41.66667%; }
  .push-xxl-6 {
    left: 50%; }
  .push-xxl-7 {
    left: 58.33333%; }
  .push-xxl-8 {
    left: 66.66667%; }
  .push-xxl-9 {
    left: 75%; }
  .push-xxl-10 {
    left: 83.33333%; }
  .push-xxl-11 {
    left: 91.66667%; }
  .push-xxl-12 {
    left: 100%; }
  .offset-xxl-0 {
    margin-left: 0%; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.8rem 0.9rem;
    vertical-align: top;
    border-top: 1px solid rgba(83, 101, 140, 0.33); }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(83, 101, 140, 0.33); }
  .table tbody + tbody {
    border-top: 2px solid rgba(83, 101, 140, 0.33); }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid rgba(83, 101, 140, 0.33); }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid rgba(83, 101, 140, 0.33); }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(94, 130, 152, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(18, 95, 142, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(18, 95, 142, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(15, 80, 119, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(15, 80, 119, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbf5d6; }

.table-hover .table-warning:hover {
  background-color: #f9efbf; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #f9efbf; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #292b2c; }

.thead-default th {
  color: #464a4c;
  background-color: #eceeef; }

.table-inverse {
  color: #fff;
  background-color: #292b2c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #fff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.7rem;
  font-size: 0.9rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #cecece;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #405316;
    outline: none; }
  .form-control:-ms-input-placeholder {
    color: #636c72;
    opacity: 1; }
  .form-control::placeholder {
    color: #636c72;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.125rem + 2px); }

select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.8rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 0.9rem; }

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .all-wrapper .input-group-sm > .input-group-btn > .form-control-static.fc-button, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .all-wrapper .input-group-lg > .input-group-btn > .form-control-static.fc-button {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .all-wrapper .input-group-sm > .input-group-btn > .fc-button {
  padding: 0.25rem 0.7rem;
  font-size: 0.8rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .all-wrapper .input-group-sm > .input-group-btn > select.fc-button:not([size]):not([multiple]) {
  height: 1.644rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .all-wrapper .input-group-lg > .input-group-btn > .fc-button {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .all-wrapper .input-group-lg > .input-group-btn > select.fc-button:not([size]):not([multiple]) {
  height: 3.16667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #aaa;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.1rem;
  background-repeat: no-repeat;
  background-position: center right 0.53125rem;
  background-size: 1.0625rem 1.0625rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #8eb830; }

.has-success .form-control {
  border-color: #8eb830; }

.has-success .input-group-addon {
  color: #8eb830;
  border-color: #8eb830;
  background-color: #e2f0c4; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%238eb830' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #e65252; }

.has-danger .form-control {
  border-color: #e65252; }

.has-danger .input-group-addon {
  color: #e65252;
  border-color: #e65252;
  background-color: white; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e65252' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-static {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn, .all-wrapper .fc-button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.9rem;
  font-size: 0.9rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .all-wrapper .fc-button:focus, .btn:hover, .all-wrapper .fc-button:hover {
    text-decoration: none; }
  .btn:focus, .all-wrapper .fc-button:focus, .btn.focus, .all-wrapper .focus.fc-button {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(142, 184, 48, 0.25); }
  .btn.disabled, .all-wrapper .disabled.fc-button, .btn:disabled, .all-wrapper .fc-button:disabled {
    cursor: not-allowed;
    opacity: .65; }
  .btn:active, .all-wrapper .fc-button:active, .btn.active, .all-wrapper .active.fc-button {
    background-image: none; }

a.btn.disabled, .all-wrapper a.disabled.fc-button,
fieldset[disabled] a.btn,
fieldset[disabled] .all-wrapper a.fc-button,
.all-wrapper fieldset[disabled] a.fc-button {
  pointer-events: none; }

.btn-primary, .all-wrapper .fc-button.fc-state-active {
  color: #fff;
  background-color: #8eb830;
  border-color: #8eb830; }
  .btn-primary:hover, .all-wrapper .fc-button.fc-state-active:hover {
    color: #fff;
    background-color: #6f9025;
    border-color: #698723; }
  .btn-primary:focus, .all-wrapper .fc-button.fc-state-active:focus, .btn-primary.focus, .all-wrapper .focus.fc-button.fc-state-active {
    box-shadow: 0 0 0 2px rgba(142, 184, 48, 0.5); }
  .btn-primary.disabled, .all-wrapper .disabled.fc-button.fc-state-active, .btn-primary:disabled, .all-wrapper .fc-button.fc-state-active:disabled {
    background-color: #8eb830;
    border-color: #8eb830; }
  .btn-primary:active, .all-wrapper .fc-button.fc-state-active:active, .btn-primary.active, .all-wrapper .active.fc-button.fc-state-active,
  .show > .btn-primary.dropdown-toggle,
  .all-wrapper .show > .dropdown-toggle.fc-button.fc-state-active {
    color: #fff;
    background-color: #6f9025;
    background-image: none;
    border-color: #698723; }

.btn-secondary {
  color: #fff;
  background-color: #383d4d;
  border-color: #383d4d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #23262f;
    border-color: #1e212a; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(56, 61, 77, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #383d4d;
    border-color: #383d4d; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #23262f;
    background-image: none;
    border-color: #1e212a; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2; }

.btn-success {
  color: #fff;
  background-color: #8eb830;
  border-color: #8eb830; }
  .btn-success:hover {
    color: #fff;
    background-color: #6f9025;
    border-color: #698723; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 2px rgba(142, 184, 48, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #8eb830;
    border-color: #8eb830; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #6f9025;
    background-image: none;
    border-color: #698723; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316; }

.btn-danger {
  color: #fff;
  background-color: #e65252;
  border-color: #e65252; }
  .btn-danger:hover {
    color: #fff;
    background-color: #e02525;
    border-color: #db2020; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(230, 82, 82, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #e65252;
    border-color: #e65252; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e02525;
    background-image: none;
    border-color: #db2020; }

.btn-outline-primary {
  color: #8eb830;
  background-image: none;
  background-color: transparent;
  border-color: #8eb830; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #8eb830;
    border-color: #8eb830; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(142, 184, 48, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #8eb830;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #8eb830;
    border-color: #8eb830; }

.btn-outline-secondary {
  color: #383d4d;
  background-image: none;
  background-color: transparent;
  border-color: #383d4d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #383d4d;
    border-color: #383d4d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(56, 61, 77, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #383d4d;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #383d4d;
    border-color: #383d4d; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-outline-success {
  color: #8eb830;
  background-image: none;
  background-color: transparent;
  border-color: #8eb830; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #8eb830;
    border-color: #8eb830; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(142, 184, 48, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #8eb830;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #8eb830;
    border-color: #8eb830; }

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-outline-danger {
  color: #e65252;
  background-image: none;
  background-color: transparent;
  border-color: #e65252; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e65252;
    border-color: #e65252; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(230, 82, 82, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e65252;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e65252;
    border-color: #e65252; }

.btn-link {
  font-weight: 400;
  color: #3b75e3;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #1a50b7;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #636c72; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .all-wrapper .btn-group-lg > .fc-button {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .all-wrapper .btn-group-sm > .fc-button {
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #3E4B5B;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #8eb830; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent; }

.show > .dropdown-menu {
  display: block; }

.show > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #636c72;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .all-wrapper .btn-group > .fc-button,
  .btn-group-vertical > .btn,
  .all-wrapper .btn-group-vertical > .fc-button {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
    .btn-group > .btn:hover, .all-wrapper .btn-group > .fc-button:hover,
    .btn-group-vertical > .btn:hover,
    .all-wrapper .btn-group-vertical > .fc-button:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .all-wrapper .btn-group > .fc-button:focus, .btn-group > .btn:active, .all-wrapper .btn-group > .fc-button:active, .btn-group > .btn.active, .all-wrapper .btn-group > .active.fc-button,
    .btn-group-vertical > .btn:focus,
    .all-wrapper .btn-group-vertical > .fc-button:focus,
    .btn-group-vertical > .btn:active,
    .all-wrapper .btn-group-vertical > .fc-button:active,
    .btn-group-vertical > .btn.active,
    .all-wrapper .btn-group-vertical > .active.fc-button {
      z-index: 2; }
  .btn-group .btn + .btn, .btn-group .all-wrapper .fc-button + .btn, .all-wrapper .btn-group .fc-button + .btn, .btn-group .all-wrapper .btn + .fc-button, .all-wrapper .btn-group .btn + .fc-button, .btn-group .all-wrapper .fc-button + .fc-button, .all-wrapper .btn-group .fc-button + .fc-button,
  .btn-group .btn + .btn-group,
  .btn-group .all-wrapper .fc-button + .btn-group,
  .all-wrapper .btn-group .fc-button + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .all-wrapper .btn-group + .fc-button,
  .all-wrapper .btn-group .btn-group + .fc-button,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .all-wrapper .fc-button + .btn,
  .all-wrapper .btn-group-vertical .fc-button + .btn,
  .btn-group-vertical .all-wrapper .btn + .fc-button,
  .all-wrapper .btn-group-vertical .btn + .fc-button,
  .btn-group-vertical .all-wrapper .fc-button + .fc-button,
  .all-wrapper .btn-group-vertical .fc-button + .fc-button,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .all-wrapper .fc-button + .btn-group,
  .all-wrapper .btn-group-vertical .fc-button + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .all-wrapper .btn-group + .fc-button,
  .all-wrapper .btn-group-vertical .btn-group + .fc-button,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .all-wrapper .btn-group > .fc-button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .all-wrapper .btn-group > .fc-button:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .all-wrapper .btn-group > .fc-button:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .all-wrapper .btn-group > .fc-button:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .all-wrapper .btn-group > .btn-group:not(:first-child):not(:last-child) > .fc-button {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .all-wrapper .btn-group > .btn-group:first-child:not(:last-child) > .fc-button:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .all-wrapper .btn-group > .btn-group:last-child:not(:first-child) > .fc-button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split, .all-wrapper .fc-button + .dropdown-toggle-split {
  padding-right: 0.675rem;
  padding-left: 0.675rem; }
  .btn + .dropdown-toggle-split::after, .all-wrapper .fc-button + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .all-wrapper .btn-group-sm > .fc-button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .all-wrapper .btn-group-lg > .fc-button + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-group-vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .all-wrapper .fc-button, .all-wrapper .btn-group-vertical .fc-button,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .all-wrapper .btn-group-vertical > .fc-button + .btn, .all-wrapper .btn-group-vertical > .btn + .fc-button, .all-wrapper .btn-group-vertical > .fc-button + .fc-button,
  .btn-group-vertical > .btn + .btn-group,
  .all-wrapper .btn-group-vertical > .fc-button + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .all-wrapper .btn-group-vertical > .btn-group + .fc-button,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .all-wrapper .btn-group-vertical > .fc-button:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .all-wrapper .btn-group-vertical > .fc-button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .all-wrapper .btn-group-vertical > .fc-button:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .all-wrapper .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .fc-button {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .all-wrapper .btn-group-vertical > .btn-group:first-child:not(:last-child) > .fc-button:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .all-wrapper .btn-group-vertical > .btn-group:last-child:not(:first-child) > .fc-button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"], .all-wrapper [data-toggle="buttons"] > .fc-button input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.all-wrapper [data-toggle="buttons"] > .fc-button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.all-wrapper [data-toggle="buttons"] > .btn-group > .fc-button input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.all-wrapper [data-toggle="buttons"] > .btn-group > .fc-button input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.7rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #cecece;
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .all-wrapper .input-group-sm > .input-group-btn > .input-group-addon.fc-button {
    padding: 0.25rem 0.7rem;
    font-size: 0.8rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .all-wrapper .input-group-lg > .input-group-btn > .input-group-addon.fc-button {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.all-wrapper .input-group-btn:not(:last-child) > .fc-button,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.all-wrapper .input-group-btn:not(:last-child) > .btn-group > .fc-button,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.all-wrapper .input-group-btn:not(:first-child) > .fc-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.all-wrapper .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .fc-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.all-wrapper .input-group-btn:not(:first-child) > .fc-button,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.all-wrapper .input-group-btn:not(:first-child) > .btn-group > .fc-button,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.all-wrapper .input-group-btn:not(:last-child) > .fc-button:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.all-wrapper .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .fc-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .all-wrapper .input-group-btn > .fc-button {
    position: relative;
    -ms-flex: 1;
    flex: 1; }
    .input-group-btn > .btn + .btn, .all-wrapper .input-group-btn > .fc-button + .btn, .all-wrapper .input-group-btn > .btn + .fc-button, .all-wrapper .input-group-btn > .fc-button + .fc-button {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .all-wrapper .input-group-btn > .fc-button:focus, .input-group-btn > .btn:active, .all-wrapper .input-group-btn > .fc-button:active, .input-group-btn > .btn:hover, .all-wrapper .input-group-btn > .fc-button:hover {
      z-index: 3; }
  
  .input-group-btn:not(:last-child) > .btn,
  .all-wrapper .input-group-btn:not(:last-child) > .fc-button,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:not(:first-child) > .btn,
  .all-wrapper .input-group-btn:not(:first-child) > .fc-button,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .all-wrapper .input-group-btn:not(:first-child) > .fc-button:focus, .input-group-btn:not(:first-child) > .btn:active, .all-wrapper .input-group-btn:not(:first-child) > .fc-button:active, .input-group-btn:not(:first-child) > .btn:hover, .all-wrapper .input-group-btn:not(:first-child) > .fc-button:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #8eb830; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #8eb830; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #d8eab0; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #636c72;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #8eb830;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.125rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #cecece;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #c5e088;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #464a4c;
      background-color: #fff; }
  .custom-select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 0.25rem; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid #cecece;
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5em 1em; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #636c72;
    cursor: not-allowed; }

.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef rgba(0, 0, 0, 0.1); }
    .nav-tabs .nav-link.disabled {
      color: #636c72;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: transparent;
    border-color: #ddd #ddd transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills .nav-link {
  border-radius: 30px; }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #8eb830; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    display: block;
    content: "";
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #636c72;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #636c72; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #8eb830;
  border-color: #8eb830; }

.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3b75e3;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #1a50b7;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge, .all-wrapper .fc-button .badge {
  position: relative;
  top: -1px; }

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-default {
  background-color: #636c72; }
  .badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #4b5257; }

.badge-primary {
  background-color: #8eb830; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #6f9025; }

.badge-success {
  background-color: #8eb830; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #6f9025; }

.badge-info {
  background-color: #5bc0de; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #31b0d5; }

.badge-warning {
  background-color: #f0ad4e; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #ec971f; }

.badge-danger {
  background-color: #e65252; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #e02525; }

.alert {
  padding: 1.05rem 1.45rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 6px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 500; }

.alert-dismissible .close {
  position: relative;
  top: -1.05rem;
  right: -1.45rem;
  padding: 1.05rem 1.45rem;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #c7e5bb;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #b8dea8; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #b7ddf0;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a2d3eb; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fbf5d6;
  border-color: #f6eaa8;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f4e490; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #e6c1c1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #dfaeae; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem; }

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #8eb830; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 25px;
  border-bottom: 1px solid #eceeef; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px 25px; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px 25px;
  border-top: 1px solid #eceeef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.8rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
      top: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 300px;
  padding: 0px;
  font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.8rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -6px; }
    .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
      left: 50%;
      border-bottom-width: 0; }
    .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
      bottom: -7px;
      margin-left: -7px;
      border-top-color: #fff; }
    .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
      bottom: -6px;
      margin-left: -6px;
      border-top-color: #fff; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 6px; }
    .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
      top: 50%;
      border-left-width: 0; }
    .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
      left: -7px;
      margin-top: -7px;
      border-right-color: #fff; }
    .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
      left: -6px;
      margin-top: -6px;
      border-right-color: #fff; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 6px; }
    .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
      left: 50%;
      border-top-width: 0; }
    .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
      top: -7px;
      margin-left: -7px;
      border-bottom-color: #fff; }
    .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
      top: -6px;
      margin-left: -6px;
      border-bottom-color: #8eb830; }
    .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #8eb830; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -6px; }
    .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
      top: 50%;
      border-right-width: 0; }
    .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
      right: -7px;
      margin-top: -7px;
      border-left-color: #fff; }
    .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
      right: -6px;
      margin-top: -6px;
      border-left-color: #fff; }

.popover-title {
  padding: 12px 15px;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #8eb830;
  border-bottom: 0px solid #7ea42b;
  border-top-right-radius: calc(0.3rem - 0px);
  border-top-left-radius: calc(0.3rem - 0px); }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 15px 20px; }

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover::before {
  content: "";
  border-width: 7px; }

.popover::after {
  content: "";
  border-width: 6px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  width: 100%; }
  @media (-webkit-transform-3d) {
    .carousel-item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000px; } }
  @supports (transform: translate3d(0, 0, 0)) {
    .carousel-item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000px; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -ms-flexbox;
  display: flex; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); }
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #8eb830 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #6f9025 !important; }

.bg-success {
  background-color: #8eb830 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #6f9025 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #e65252 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e02525 !important; }

.bg-inverse {
  background-color: #292b2c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1450px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-first {
  -ms-flex-order: -1;
  order: -1; }

.flex-last {
  -ms-flex-order: 1;
  order: 1; }

.flex-unordered {
  -ms-flex-order: 0;
  order: 0; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .flex-sm-last {
    -ms-flex-order: 1;
    order: 1; }
  .flex-sm-unordered {
    -ms-flex-order: 0;
    order: 0; }
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .flex-md-last {
    -ms-flex-order: 1;
    order: 1; }
  .flex-md-unordered {
    -ms-flex-order: 0;
    order: 0; }
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .flex-lg-last {
    -ms-flex-order: 1;
    order: 1; }
  .flex-lg-unordered {
    -ms-flex-order: 0;
    order: 0; }
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .flex-xl-last {
    -ms-flex-order: 1;
    order: 1; }
  .flex-xl-unordered {
    -ms-flex-order: 0;
    order: 0; }
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1450px) {
  .flex-xxl-first {
    -ms-flex-order: -1;
    order: -1; }
  .flex-xxl-last {
    -ms-flex-order: 1;
    order: 1; }
  .flex-xxl-unordered {
    -ms-flex-order: 0;
    order: 0; }
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1450px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1450px) {
  .m-xxl-0 {
    margin: 0 0 !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0 {
    margin-left: 0 !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1 {
    margin-left: 0.25rem !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2 {
    margin-left: 0.5rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem 1rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3 {
    margin-left: 1rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4 {
    margin-left: 1.5rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem 3rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5 {
    margin-left: 3rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xxl-0 {
    padding: 0 0 !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0 {
    padding-left: 0 !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1 {
    padding-left: 0.25rem !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2 {
    padding-left: 0.5rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem 1rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3 {
    padding-left: 1rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4 {
    padding-left: 1.5rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem 3rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5 {
    padding-left: 3rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto {
    margin-left: auto !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1450px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-bold {
  font-weight: 500; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted, .invoice-body .invoice-desc .desc-value {
  color: #aaa !important; }

a.text-muted:focus, .invoice-body .invoice-desc a.desc-value:focus, a.text-muted:hover, .invoice-body .invoice-desc a.desc-value:hover {
  color: #919191 !important; }

.text-primary {
  color: #8eb830 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #6f9025 !important; }

.text-success {
  color: #8eb830 !important; }

a.text-success:focus, a.text-success:hover {
  color: #6f9025 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #e65252 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #e02525 !important; }

.text-gray-dark {
  color: #292b2c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

@media (max-width: 1449px) {
  .hidden-xl-down {
    display: none !important; } }

@media (min-width: 1450px) {
  .hidden-xxl-up {
    display: none !important; } }

.hidden-xxl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* 3b. Override bootstrap table styles */
.table th {
  font-weight: 500; }

.table.table-editable td:hover {
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 2px #8eb830; }

.table.table-lightborder td {
  border-top-color: rgba(83, 101, 140, 0.08); }

.table.table-lightfont td {
  font-weight: 300; }

.table th,
.table td {
  vertical-align: middle; }
  .table th img, .table td img {
    max-width: 100%; }

.table thead th {
  border-bottom: 1px solid #999; }

.table tfoot th {
  border-top: 1px solid #999; }

.table tfoot th,
.table thead th {
  font-size: 0.63rem;
  text-transform: uppercase;
  border-top: none; }

.table tbody + tbody {
  border-top: 1px solid rgba(83, 101, 140, 0.33); }

.table td.nowrap {
  white-space: nowrap; }

.table .row-actions {
  text-align: center; }
  .table .row-actions .os-icon {
    font-size: 16px; }
  .table .row-actions a {
    margin-right: 0.8rem;
    color: #3E4B5B; }
    .table .row-actions a.danger {
      color: #9d1818; }
    .table .row-actions a:last-child {
      margin-right: 0px; }

.table .cell-image-list {
  position: relative;
  display: inline-block;
  white-space: nowrap; }
  .table .cell-image-list .cell-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center center;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.8);
    vertical-align: middle;
    transition: all 0.1s ease;
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative; }
    .table .cell-image-list .cell-img:nth-child(1) {
      z-index: 5; }
    .table .cell-image-list .cell-img:nth-child(2) {
      z-index: 4; }
    .table .cell-image-list .cell-img:nth-child(3) {
      z-index: 3; }
    .table .cell-image-list .cell-img:nth-child(4) {
      z-index: 2; }
    .table .cell-image-list .cell-img:nth-child(5) {
      z-index: 1; }
  .table .cell-image-list .cell-img + .cell-img {
    margin-left: -15px; }
    .table .cell-image-list .cell-img + .cell-img:hover {
      -ms-transform: translateX(5px);
      transform: translateX(5px); }
  .table .cell-image-list .cell-img-more {
    font-size: 0.63rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -70%;
    background-color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    z-index: 7;
    white-space: nowrap; }

.table-lg td {
  padding: 1.2rem 1.5rem; }

.table.table-v2 thead tr th, .table.table-v2 tfoot tr th {
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: rgba(0, 0, 0, 0.05); }
  .table.table-v2 thead tr th:first-child, .table.table-v2 tfoot tr th:first-child {
    border-left: 1px solid #999; }
  .table.table-v2 thead tr th:last-child, .table.table-v2 tfoot tr th:last-child {
    border-right: 1px solid #999; }

.table.table-v2 tbody tr td {
  border-color: #e3e3e3; }

.controls-above-table {
  margin-bottom: 1rem; }
  .controls-above-table .btn, .controls-above-table .all-wrapper .fc-button, .all-wrapper .controls-above-table .fc-button {
    margin-right: 0.5rem; }
  .controls-above-table .form-control {
    margin-right: 1rem; }
    .controls-above-table .form-control:last-child {
      margin-right: 0px; }

.controls-below-table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.81rem; }
  .controls-below-table .table-records-info {
    color: rgba(0, 0, 0, 0.5); }
  .controls-below-table .table-records-pages ul {
    list-style: none; }
    .controls-below-table .table-records-pages ul li {
      display: inline-block;
      margin: 0px 10px; }
      .controls-below-table .table-records-pages ul li a.current {
        color: #3E4B5B; }

.all-wrapper table.dataTable {
  border-collapse: collapse !important; }

/* 3c. Override bootstrap form styles */
button,
input,
optgroup,
select,
textarea {
  font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400; }

.form-control.rounded {
  border-radius: 30px; }

select.form-control.rounded {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  padding-left: 15px;
  background-position: right 5px top 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=); }

.form-text {
  font-size: 0.81rem; }

.has-danger .form-control-feedback.text-muted, .has-danger .invoice-body .invoice-desc .form-control-feedback.desc-value, .invoice-body .invoice-desc .has-danger .form-control-feedback.desc-value {
  color: #e65252 !important; }

.form-control {
  font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  .form-control.bright {
    border-color: #334652; }
  .form-control[type="checkbox"] {
    width: auto;
    display: inline-block; }

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4); }

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.4); }

.form-check-input {
  margin-right: 0.5rem; }

.form-buttons-w {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

label.bigger {
  font-size: 1.08rem;
  margin-bottom: 1rem;
  margin-top: 1rem; }

fieldset {
  margin-top: 2rem; }

legend {
  font-size: 0.99rem;
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
  color: #8eb830; }
  legend span {
    padding: 0px 0.5rem 0 0;
    background-color: #fff;
    display: inline-block;
    z-index: 2;
    position: relative; }
  legend:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 1px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1; }

.form-header {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  display: block; }

.form-desc {
  color: #999;
  margin-bottom: 1.5rem;
  font-weight: 300;
  font-size: 0.9rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block; }

/* 3d. Override bootstrap navigation styles */
.nav.smaller {
  font-size: 0.72rem; }
  .nav.smaller.nav-tabs .nav-link {
    padding: 0.7em 1.1em; }
  .nav.smaller.nav-pills .nav-link {
    padding: 0.2em 1.1em; }

.nav.bigger {
  font-size: 1.25rem;
  font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500; }
  .nav.bigger.nav-tabs .nav-link.active:after,
  .nav.bigger.nav-tabs .nav-item.show .nav-link:after {
    height: 6px;
    bottom: -3px;
    border-radius: 2px; }
  .nav.bigger.nav-tabs .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 2rem; }

.nav.upper {
  font-size: 0.9rem;
  font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .nav.upper.nav-tabs .nav-link.active:after,
  .nav.upper.nav-tabs .nav-item.show .nav-link:after {
    height: 3px;
    bottom: -2px;
    border-radius: 2px; }
  .nav.upper.nav-tabs .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    margin-right: 2rem; }
  .nav.upper.centered.nav-tabs .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    margin-left: 1rem;
    margin-right: 1rem; }
  .nav.upper.centered.nav-tabs .nav-item {
    margin-right: 0px; }

.nav.centered {
  text-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.nav-link i {
  display: inline-block;
  color: #b0c4f3;
  font-size: 26px;
  margin-bottom: 5px; }

.nav-link span {
  display: block;
  font-size: 0.72rem; }

.nav-link.active i {
  color: #8eb830; }

.nav-tabs .nav-item {
  margin-bottom: 0px;
  margin-right: 1rem; }

.nav-tabs .nav-link {
  border: none;
  color: rgba(0, 0, 0, 0.3); }
  .nav-tabs .nav-link.disabled {
    color: #636c72;
    background-color: transparent;
    border-color: transparent; }

.nav-tabs .nav-link,
.nav-tabs .nav-item .nav-link {
  transition: all 0.2s ease;
  position: relative; }
  .nav-tabs .nav-link:after,
  .nav-tabs .nav-item .nav-link:after {
    content: "";
    width: 0%;
    height: 3px;
    background-color: #8eb830;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.2s ease; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item:hover .nav-link {
  color: #464a4c;
  background-color: transparent;
  border-color: #ddd #ddd transparent;
  position: relative; }
  .nav-tabs .nav-link.active:after,
  .nav-tabs .nav-item.show .nav-link:after,
  .nav-tabs .nav-link:hover:after,
  .nav-tabs .nav-item:hover .nav-link:after {
    width: 100%; }

.nav-pills .nav-link {
  border-radius: 30px;
  color: rgba(0, 0, 0, 0.4); }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #8eb830; }

/* 3e. Override bootstrap button styles */
.btn-sm, .btn-group-sm > .btn, .all-wrapper .btn-group-sm > .fc-button {
  padding: 0.2rem 0.5rem;
  font-size: 0.675rem;
  border-radius: 0.2rem;
  text-transform: uppercase; }

.btn-white, .all-wrapper .fc-button {
  color: #333;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.5); }
  .btn-white:hover, .all-wrapper .fc-button:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0.5); }
  .btn-white:focus, .all-wrapper .fc-button:focus, .btn-white.focus, .all-wrapper .focus.fc-button {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5); }
  .btn-white.disabled, .all-wrapper .disabled.fc-button, .btn-white:disabled, .all-wrapper .fc-button:disabled {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.5); }
  .btn-white:active, .all-wrapper .fc-button:active, .btn-white.active, .all-wrapper .active.fc-button,
  .show > .btn-white.dropdown-toggle,
  .all-wrapper .show > .dropdown-toggle.fc-button {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.5); }

.btn, .all-wrapper .fc-button {
  font-family: 'BebasNeueBold';
  font-weight: 500;
  outline: none;
  font-size: 1rem;
  letter-spacing: 0.7px; }
  @media only screen and (max-width: 1200px) {
    .btn, .all-wrapper .fc-button {
      font-size: 0.9rem; } }
  @media only screen and (max-width: 991px) {
    .btn, .all-wrapper .fc-button {
      font-size: 0.8rem; } }
  @media only screen and (max-width: 767px) {
    .btn, .all-wrapper .fc-button {
      font-size: 0.7rem;
      padding: 0.3rem .9rem 0.2rem .9rem;
      letter-spacing: 0.6px; } }
  .btn.btn-secondary:focus, .all-wrapper .btn-secondary.fc-button:focus, .btn.btn-secondary.focus, .all-wrapper .btn-secondary.focus.fc-button {
    box-shadow: none; }
  .btn.btn-success:focus, .all-wrapper .btn-success.fc-button:focus, .btn.btn-success.focus, .all-wrapper .btn-success.focus.fc-button {
    box-shadow: none; }
  .btn .os-icon, .all-wrapper .fc-button .os-icon {
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle; }
  .btn .os-icon + span, .all-wrapper .fc-button .os-icon + span {
    display: inline-block;
    vertical-align: middle; }
  .btn.btn-sm .os-icon, .btn-group-sm > .btn .os-icon, .all-wrapper .btn-group-sm > .fc-button .os-icon, .all-wrapper .btn-sm.fc-button .os-icon {
    font-size: 14px;
    margin-right: 0.5rem; }
  .btn.btn-rounded, .all-wrapper .btn-rounded.fc-button {
    border-radius: 40px; }
  .btn.btn-upper, .all-wrapper .btn-upper.fc-button {
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1; }

/* 3f. Override bootstrap breadcrumbs styles */
.breadcrumb {
  list-style: none;
  margin: 0px;
  padding: 10px 30px 10px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: transparent; }
  .breadcrumb li {
    margin-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.585rem;
    font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    .breadcrumb li a {
      color: #3E4B5B; }
    .breadcrumb li span {
      color: rgba(0, 0, 0, 0.4); }

.breadcrumbs + .content-box {
  padding-top: 0px; }

/* 3g. Override bootstrap typography styles */
.text-muted, .invoice-body .invoice-desc .desc-value {
  font-weight: 300; }

/* 3h. Override bootstrap modal styles */
.modal-content {
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.5); }

/* 3h. Override bootstrap popover styles */
.popover {
  font-size: 0.99rem;
  box-shadow: 0 5px 50px rgba(142, 184, 48, 0.3); }

.popover-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
  color: #fff; }

/* 4. Overrides for various plugins that are included with this template */
/* DROPZONE */
.dropzone {
  border: 2px dashed #8eb830; }

/* SELECT 2 */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #cecece; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e2ebff;
  border: 1px solid #4771d2; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #474a50;
  margin-right: 4px; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eff2ff; }

.form-control {
  font-weight: 300; }

.select2 {
  font-weight: 300; }

/* DATERANGEPICKER */
body .daterangepicker {
  box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.2);
  font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  body .daterangepicker td.in-range {
    background-color: #bdd5ff; }
  body .daterangepicker td.active, body .daterangepicker td.active:hover {
    background-color: #8eb830; }
  body .daterangepicker th {
    font-weight: 500; }
  body .daterangepicker:before {
    border-bottom-color: #3E4B5B; }
  body .daterangepicker .calendar td {
    font-weight: 300;
    font-size: 0.81rem; }
  body .daterangepicker .calendar th.month {
    color: #8eb830; }
  body .daterangepicker thead tr:first-child th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 5px; }
  body .daterangepicker thead tr:first-child + tr th {
    padding-top: 10px; }
  body .daterangepicker .daterangepicker_input i {
    left: 4px;
    top: 3px;
    font-size: 18px; }
  body .daterangepicker .fa.fa-calendar.glyphicon.glyphicon-calendar:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'osfont' !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;
    content: "\e926"; }
  body .daterangepicker .fa.fa-chevron-left.glyphicon.glyphicon-chevron-left:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'osfont' !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;
    content: "\e919";
    font-size: 10px; }
  body .daterangepicker .fa.fa-chevron-right.glyphicon.glyphicon-chevron-right:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'osfont' !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;
    content: "\e910";
    font-size: 10px; }

/* DATATABLES */
.dataTables_length select {
  display: inline-block;
  width: 50px;
  margin: 0px 5px;
  vertical-align: middle; }

.dataTables_filter input {
  display: inline-block;
  width: 130px;
  margin: 0px 5px;
  vertical-align: middle; }

.dataTables_wrapper .row:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-bottom: 0.5rem; }

.dataTables_wrapper .row:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem; }

/* CALENDAR  */
.fc-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .fc-header td {
    padding: 10px 0px; }
  .fc-header h2 {
    text-transform: uppercase;
    font-size: 18px; }

.fc-content {
  color: #fff; }

.fc-event {
  background-color: #3584ff;
  box-shadow: 5px 5px 10px 0px #bdd4ff;
  border: none;
  padding: 6px;
  padding-left: 9px;
  color: #fff;
  border-radius: 4px; }

.fc-day-number {
  color: #6B6862; }

.fc-day-header {
  font-weight: 300;
  color: #6B6862;
  text-transform: uppercase;
  font-size: 12px; }

.fc-other-month {
  background-color: #eee; }

.all-wrapper .fc-button {
  padding: 5px 10px;
  height: auto;
  margin: 0px 5px;
  background-image: none;
  box-shadow: none; }
  .all-wrapper .fc-button.fc-state-active {
    outline: none;
    text-shadow: none; }

/* Datatables for Bootstrap 4 */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important; }

table.dataTable td, table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191"; }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193"; }

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  opacity: 1; }

table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px; }

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0; }

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0; }

/* 5. Handy Animations  */
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes jumpUp {
  0% {
    transform: scale(0.5) translate(70px, 70px); }
  80% {
    transform: scale(1.1) translate(-10px, -10px); }
  100% {
    transform: scale(1) translate(0px); } }

.floated-chat-btn {
  animation-name: jumpUp;
  animation-duration: 0.5s; }

.element-box, .invoice-w, .big-error-w {
  animation-name: fadeUp;
  animation-duration: 1s; }

.pipeline {
  animation-name: fadeUp;
  animation-duration: 1s; }

.project-box {
  animation-name: fadeUp;
  animation-duration: 1s; }

.fadeUp {
  animation-name: fadeUp;
  animation-duration: 1s; }

.aec-full-message-w {
  animation-name: fadeUp;
  animation-duration: 1s; }

.user-profile {
  animation-name: fadeUp;
  animation-duration: 1s; }

.content-panel {
  animation-name: fadeLeft;
  animation-duration: 1s; }

/* 6. User Profile  */
.user-profile .up-head-w {
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
  border-radius: 0 0 0px 0px; }
  .user-profile .up-head-w .decor {
    position: absolute;
    bottom: -1px;
    right: 0px;
    max-width: 100%;
    z-index: 3; }
    .user-profile .up-head-w .decor .decor-path {
      fill: #fff; }
  .user-profile .up-head-w:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), 70%, rgba(0, 0, 0, 0.5)); }
  .user-profile .up-head-w .up-social {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 5; }
    .user-profile .up-head-w .up-social a {
      color: rgba(255, 255, 255, 0.8);
      display: inline-block;
      font-size: 30px;
      margin-left: 10px; }
      .user-profile .up-head-w .up-social a:hover {
        color: white;
        text-decoration: none; }

.user-profile .up-main-info {
  padding: 20% 5% 5% 5%;
  position: relative;
  z-index: 4; }
  .user-profile .up-main-info .user-avatar-w {
    margin-bottom: 1rem; }
    .user-profile .up-main-info .user-avatar-w .user-avatar {
      width: 60px;
      height: 60px;
      border-radius: 40px;
      border: 3px solid #fff;
      overflow: hidden;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
      .user-profile .up-main-info .user-avatar-w .user-avatar img {
        max-width: 100%;
        height: auto; }

.user-profile .up-header {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 3.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 10px; }

.user-profile .up-sub-header {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.8); }

.user-profile .up-controls {
  padding: 20px 5%; }

.user-profile .btn + .btn, .user-profile .all-wrapper .fc-button + .btn, .all-wrapper .user-profile .fc-button + .btn, .user-profile .all-wrapper .btn + .fc-button, .all-wrapper .user-profile .btn + .fc-button, .user-profile .all-wrapper .fc-button + .fc-button, .all-wrapper .user-profile .fc-button + .fc-button {
  margin-left: 20px; }

.user-profile .up-controls + .up-contents {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.user-profile .up-contents {
  padding: 20px 5%;
  padding-top: 3rem; }

.user-profile.compact .up-contents {
  padding-top: 0px; }

.user-profile.compact .up-main-info {
  padding-top: 35%; }

.user-profile.compact .up-head-w .up-social a {
  font-size: 20px; }

.user-profile.compact .up-header {
  font-size: 1.5rem;
  margin-bottom: 10px;
  padding-bottom: 5px; }

.user-profile.compact .up-sub-header {
  font-size: 0.81rem; }

.user-profile + .element-wrapper {
  margin-top: 2rem; }

.value-pair {
  display: inline-block; }
  .value-pair .label {
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.63rem;
    text-transform: uppercase;
    display: inline-block; }
  .value-pair .value {
    display: inline-block;
    font-size: 0.63rem;
    text-transform: uppercase; }

.value-pair + .value-pair {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

/* 7. Layout styles */
html {
  height: 100%; }

body {
  min-height: 100%;
  position: relative;
  padding: 0;
  overflow-x: hidden; }
  body.auth-wrapper:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: url("../img/login-bg.jpg");
    background-size: cover;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; }

b,
strong {
  font-weight: 500; }

.all-wrapper {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin: 0px auto;
  position: relative;
  min-height: 100%; }
  .all-wrapper.with-pattern {
    box-shadow: none;
    border-radius: 0px; }
  .all-wrapper.no-padding-content .content-box {
    padding: 0px; }
  .all-wrapper.white-bg-content .content-w {
    background-color: #fff;
    background-image: none; }

.auth-wrapper .all-wrapper {
  padding: 100px; }

.section-heading {
  padding: 5% 10%;
  font-size: 1.26rem;
  color: rgba(0, 0, 0, 0.5); }
  .section-heading.centered {
    text-align: center; }
  .section-heading h1 {
    position: relative;
    margin-bottom: 40px; }
    .section-heading h1:after {
      position: absolute;
      bottom: -25px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      background-color: #8eb830;
      height: 5px;
      width: 40px;
      border-radius: 0; }

/* Layout settings based on menu position */
/* MENU ON A SIDE */
.menu-side .layout-w {
  display: table;
  width: 100%;
  table-layout: fixed; }

.menu-side .content-w {
  border-radius: 0px 0 0 0px;
  display: table-cell; }

/* MENU ON TOP */
.menu-top .content-w {
  border-radius: 0px 0px 0 0; }

.menu-side-w {
  display: table-cell;
  vertical-align: top; }

.menu-side-compact-w {
  display: table-cell;
  vertical-align: top; }

.content-w {
  background-color: #fcfcfc;
  background-repeat: no-repeat;
  background-position: 20px 50px;
  vertical-align: top; }

.content-box {
  vertical-align: top;
  padding: 1.3rem 3.9rem; }

.content-panel {
  vertical-align: top;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.3rem 3.9rem;
  display: table-cell; }
  .content-panel .content-panel-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #8eb830;
    z-index: 999; }

.content-panel-toggler {
  background-color: #8eb830;
  padding: 4px 10px;
  border-radius: 0;
  color: #fff;
  font-size: 0.72rem;
  text-transform: uppercase;
  display: none;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 4; }
  .content-panel-toggler i {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px; }
  .content-panel-toggler span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle; }

/*
 SIDE PANEL IS ACTIVE - ADD STYLES
*/
.with-side-panel .content-box {
  display: table-cell; }

.with-side-panel .content-i {
  display: table;
  width: 100%;
  table-layout: fixed; }

.with-side-panel .menu-mobile .mm-logo-buttons-w .content-panel-open {
  display: block; }

/* ICONS LIST FOR DEMO */
.demo-icons-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .demo-icons-list li {
    width: 80px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    padding: 20px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .demo-icons-list li a {
      position: relative;
      color: #333; }
      .demo-icons-list li a i {
        font-style: normal; }
      .demo-icons-list li a span {
        display: inline-block;
        position: absolute;
        background-color: #8eb830;
        color: #fff;
        padding: 4px 7px;
        border-radius: 4px;
        font-size: 0.81rem;
        white-space: nowrap;
        top: -30px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: none; }
      .demo-icons-list li a:hover {
        text-decoration: none; }
        .demo-icons-list li a:hover span {
          display: block; }

/* 8. Menu styles */
/*
  STYLE NAVIGATION

#1. Mobile Menu
#2. Side Menu Default
#3. Side Menu Compact
#4. Top Menu Default
#5. Top Menu Image
#6. Top Menu Secondary

*/
/*
  #1. Mobile Menu
*/
.menu-mobile {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1);
  position: relative;
  display: none; }
  .menu-mobile .mm-logo-buttons-w {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px; }
    @media (max-width: 767px) {
      .menu-mobile .mm-logo-buttons-w {
        padding: 10px 15px; } }
    .menu-mobile .mm-logo-buttons-w .mm-logo {
      margin: 0 auto;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .menu-mobile .mm-logo-buttons-w .mm-logo img {
        width: 100px;
        display: inline-block; }
        @media (max-width: 767px) {
          .menu-mobile .mm-logo-buttons-w .mm-logo img {
            width: 80px; } }
      .menu-mobile .mm-logo-buttons-w .mm-logo span {
        display: inline-block;
        color: #3E4B5B;
        margin-left: 1rem; }
      .menu-mobile .mm-logo-buttons-w .mm-logo:hover {
        text-decoration: none; }
    .menu-mobile .mm-logo-buttons-w .mm-buttons {
      display: -ms-flexbox;
      display: flex; }
    @media (max-width: 520px) {
      .menu-mobile .mm-logo-buttons-w .logged-user-w.languages .logged-user-info-w {
        display: block !important; } }
    .menu-mobile .mm-logo-buttons-w .logged-user-w {
      padding: 0;
      position: relative;
      border: none; }
      .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-info-w {
        float: left;
        color: #fff;
        font-size: .8rem;
        padding: 12px 10px; }
        @media (max-width: 520px) {
          .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-info-w {
            display: none; } }
      .menu-mobile .mm-logo-buttons-w .logged-user-w .avatar-w {
        border: none;
        padding: 0; }
        .menu-mobile .mm-logo-buttons-w .logged-user-w .avatar-w img {
          width: 50px; }
          @media (max-width: 767px) {
            .menu-mobile .mm-logo-buttons-w .logged-user-w .avatar-w img {
              width: 40px; } }
        .menu-mobile .mm-logo-buttons-w .logged-user-w .avatar-w svg {
          width: 8px;
          fill: #fff;
          height: 5px;
          margin: 20px 0 20px 9px; }
          @media (max-width: 767px) {
            .menu-mobile .mm-logo-buttons-w .logged-user-w .avatar-w svg {
              margin: 15px 0 15px 9px; } }
      .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-i {
        display: block; }
        .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-i:hover {
          cursor: pointer; }
          .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-i:hover .logged-user-menu {
            visibility: visible;
            opacity: 1;
            -ms-transform: translateY(0px);
            transform: translateY(0px); }
      .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu {
        background: #202020;
        box-shadow: none;
        position: absolute;
        top: 70px;
        right: 0;
        overflow: hidden;
        padding: 1rem;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        transition: all 0.3s ease;
        text-align: left;
        min-width: 200px; }
        @media (max-width: 767px) {
          .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu {
            top: 54px; } }
        .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu .logged-user-avatar-info {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: start;
          justify-content: flex-start;
          margin-bottom: 10px;
          padding: 0px 30px 10px 13px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
          @media (max-width: 767px) {
            .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu .logged-user-avatar-info {
              padding: 0px 10px 10px 10px; } }
        .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu .avatar-w {
          border-color: #fff;
          vertical-align: middle;
          margin-right: 20px; }
        .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu .logged-user-info-w {
          vertical-align: middle;
          display: block !important; }
          .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu .logged-user-info-w .logged-user-name {
            color: #fff;
            white-space: nowrap; }
          .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu .logged-user-info-w .logged-user-role {
            color: rgba(255, 255, 255, 0.6);
            white-space: nowrap; }
        .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu ul {
          list-style: none;
          text-align: left;
          margin: 0px;
          padding: 0px;
          padding-bottom: 0px; }
          .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu ul li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
            .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu ul li .points {
              padding: 10px;
              font-size: .9rem; }
              .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu ul li .points sup {
                top: -0.4em;
                font-size: 60%;
                left: 3px; }
            .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu ul li a {
              display: block;
              padding: 10px 20px;
              color: #fff; }
              @media (max-width: 767px) {
                .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu ul li a {
                  padding: 10px; } }
              .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu ul li a i {
                vertical-align: middle;
                margin-right: 15px;
                font-size: 20px;
                transition: all 0.2s ease;
                display: inline-block; }
              .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu ul li a span {
                vertical-align: middle;
                font-size: 0.9rem;
                transition: all 0.2s ease;
                display: inline-block; }
              .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu ul li a:hover {
                text-decoration: none; }
                .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu ul li a:hover i {
                  -ms-transform: translateX(5px);
                  transform: translateX(5px); }
                .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu ul li a:hover span {
                  -ms-transform: translateX(8px);
                  transform: translateX(8px); }
            .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu ul li:last-child {
              border-bottom: none; }
        .menu-mobile .mm-logo-buttons-w .logged-user-w .logged-user-menu .bg-icon {
          font-size: 100px;
          color: rgba(255, 255, 255, 0.1);
          position: absolute;
          bottom: -40px;
          right: -20px; }
    .menu-mobile .mm-logo-buttons-w .mobile-menu-trigger {
      vertical-align: middle;
      text-align: right;
      font-size: 18px;
      cursor: pointer;
      color: #8eb830; }
      .menu-mobile .mm-logo-buttons-w .mobile-menu-trigger .close-icon {
        display: none; }
        .menu-mobile .mm-logo-buttons-w .mobile-menu-trigger .close-icon svg {
          width: 20px;
          margin-top: 5px; }
      .menu-mobile .mm-logo-buttons-w .mobile-menu-trigger.menu-visible .os-icon.os-icon-hamburger-menu-1 {
        display: none; }
      .menu-mobile .mm-logo-buttons-w .mobile-menu-trigger.menu-visible .close-icon {
        display: block; }
  .menu-mobile .menu-and-user {
    display: none;
    padding-bottom: 20px; }
    .menu-mobile .menu-and-user ul.main-menu {
      list-style: none;
      padding: 0;
      margin-bottom: 0px; }
      .menu-mobile .menu-and-user ul.main-menu > li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
        .menu-mobile .menu-and-user ul.main-menu > li.messages-notifications {
          padding: 0;
          position: relative;
          font-size: inherit;
          color: #fff;
          height: auto;
          border-left: none; }
        .menu-mobile .menu-and-user ul.main-menu > li:last-child {
          border-bottom: none; }
        .menu-mobile .menu-and-user ul.main-menu > li.has-sub-menu > a:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'osfont' !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;
          content: "\e91c";
          font-size: 7px;
          color: rgba(0, 0, 0, 0.5);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute;
          top: 50%;
          right: 10px; }
        .menu-mobile .menu-and-user ul.main-menu > li.has-sub-menu.active .sub-menu {
          display: block; }
        .menu-mobile .menu-and-user ul.main-menu > li.messages-notifications a {
          background: #292929; }
        .menu-mobile .menu-and-user ul.main-menu > li > a {
          color: #3E4B5B;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          position: relative;
          display: -ms-flexbox;
          display: flex;
          font-family: 'ProximaNova-Bold';
          letter-spacing: 1.2px;
          font-size: 14px; }
          .menu-mobile .menu-and-user ul.main-menu > li > a:focus {
            text-decoration: none; }
          .menu-mobile .menu-and-user ul.main-menu > li > a:hover {
            text-decoration: none; }
            @media (min-width: 1025px) {
              .menu-mobile .menu-and-user ul.main-menu > li > a:hover .icon-w {
                -ms-transform: translateX(10px);
                transform: translateX(10px); }
              .menu-mobile .menu-and-user ul.main-menu > li > a:hover span {
                -ms-transform: translateX(5px);
                transform: translateX(5px); } }
          .menu-mobile .menu-and-user ul.main-menu > li > a.active {
            background: #8eb82f; }
        .menu-mobile .menu-and-user ul.main-menu > li .icon-w {
          color: #202020;
          font-size: inherit;
          display: block;
          padding: 15px 10px;
          width: auto;
          text-align: center;
          transition: all 0.2s ease;
          line-height: 1; }
          .menu-mobile .menu-and-user ul.main-menu > li .icon-w svg {
            fill: #fff;
            height: 30px; }
        .menu-mobile .menu-and-user ul.main-menu > li span {
          padding: 15px;
          display: block;
          -ms-flex: 1;
          flex: 1;
          transition: all 0.2s ease; }
        .menu-mobile .menu-and-user ul.main-menu > li .icon-w + span {
          padding-left: 0px; }
  .menu-mobile.color-scheme-dark {
    background-image: linear-gradient(to bottom, #202020 0, #000 100%);
    background-repeat: repeat-x;
    color: rgba(255, 255, 255, 0.9); }
    .menu-mobile.color-scheme-dark .side-menu-magic {
      background-image: linear-gradient(-154deg, #6d16a3 8%, #5211e6 90%); }
    .menu-mobile.color-scheme-dark ul.sub-menu li {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-mobile.color-scheme-dark ul.sub-menu li a {
        color: #fff; }
    .menu-mobile.color-scheme-dark ul.main-menu .icon-w {
      color: #ffffff; }
    .menu-mobile.color-scheme-dark ul.main-menu > li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
      .menu-mobile.color-scheme-dark ul.main-menu > li > a {
        color: #fff; }
        .menu-mobile.color-scheme-dark ul.main-menu > li > a:before {
          color: #fff; }
    .menu-mobile.color-scheme-dark .sub-menu-w {
      box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2); }
    .menu-mobile.color-scheme-dark .mm-logo-buttons-w {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-mobile.color-scheme-dark .mm-logo-buttons-w span {
        color: #fff; }
      .menu-mobile.color-scheme-dark .mm-logo-buttons-w .content-panel-open {
        border-right-color: rgba(255, 255, 255, 0.1); }
      .menu-mobile.color-scheme-dark .mm-logo-buttons-w .content-panel-open,
      .menu-mobile.color-scheme-dark .mm-logo-buttons-w .mobile-menu-trigger {
        color: #fff; }
    .menu-mobile.color-scheme-dark .logged-user-w {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-mobile.color-scheme-dark .logged-user-w .avatar-w {
        border-color: #fff; }
      .menu-mobile.color-scheme-dark .logged-user-w .logged-user-role {
        color: rgba(255, 255, 255, 0.4); }
    .menu-mobile.color-scheme-dark .mobile-menu-magic {
      background-image: linear-gradient(-154deg, #6d16a3 8%, #5211e6 90%); }

.mobile-menu-modal.show .modal-dialog {
  -ms-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important; }

.mobile-menu-modal .modal-dialog {
  max-width: 450px;
  width: 100%;
  margin: 85px 0 0;
  float: left;
  -ms-transform: translate(-100%, 0%) !important;
  transform: translate(-100%, 0%) !important; }
  @media (max-width: 767px) {
    .mobile-menu-modal .modal-dialog {
      margin: 65px 0 0;
      max-width: 200px; } }
  .mobile-menu-modal .modal-dialog .modal-content {
    min-height: calc(100vh - 80px);
    background-image: linear-gradient(to bottom, #202020 0, #000 100%); }
    .mobile-menu-modal .modal-dialog .modal-content .modal-body {
      padding: 0;
      border-radius: 0;
      background-image: linear-gradient(to bottom, #202020 0, #000 100%); }
      .mobile-menu-modal .modal-dialog .modal-content .modal-body .menu-and-user {
        color: #fff; }

/*
  #2. Side Menu Default
*/
.menu-side-w {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1);
  position: relative;
  width: 220px;
  border-radius: 0 0px 0px 0;
  /* Styles for sub menu */ }
  .menu-side-w .logged-user-w {
    position: relative; }
    .menu-side-w .logged-user-w .logged-user-i {
      display: inline-block; }
      .menu-side-w .logged-user-w .logged-user-i:hover {
        cursor: pointer; }
        .menu-side-w .logged-user-w .logged-user-i:hover .logged-user-menu {
          visibility: visible;
          opacity: 1;
          -ms-transform: translateY(0px);
          transform: translateY(0px); }
  .menu-side-w .logged-user-menu {
    background: #202020;
    box-shadow: 0 2px 30px 0 rgba(45, 130, 255, 0.75);
    position: absolute;
    top: 0px;
    left: -10px;
    right: -10px;
    overflow: hidden;
    padding: 1rem;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 0.3s ease; }
    .menu-side-w .logged-user-menu .avatar-w {
      border-color: #fff; }
    .menu-side-w .logged-user-menu .logged-user-info-w {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .menu-side-w .logged-user-menu .logged-user-info-w .logged-user-name {
        color: #fff; }
      .menu-side-w .logged-user-menu .logged-user-info-w .logged-user-role {
        color: rgba(255, 255, 255, 0.6); }
    .menu-side-w .logged-user-menu ul {
      list-style: none;
      text-align: left;
      margin: 0px;
      padding: 0px 40px;
      padding-bottom: 20px; }
      .menu-side-w .logged-user-menu ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
        .menu-side-w .logged-user-menu ul li a {
          display: block;
          padding: 10px;
          color: #fff; }
          .menu-side-w .logged-user-menu ul li a i {
            vertical-align: middle;
            margin-right: 15px;
            font-size: 20px;
            transition: all 0.2s ease;
            display: inline-block; }
          .menu-side-w .logged-user-menu ul li a span {
            vertical-align: middle;
            font-size: 0.9rem;
            transition: all 0.2s ease;
            display: inline-block; }
          .menu-side-w .logged-user-menu ul li a:hover {
            text-decoration: none; }
            .menu-side-w .logged-user-menu ul li a:hover i {
              -ms-transform: translateX(5px);
              transform: translateX(5px); }
            .menu-side-w .logged-user-menu ul li a:hover span {
              -ms-transform: translateX(8px);
              transform: translateX(8px); }
        .menu-side-w .logged-user-menu ul li:last-child {
          border-bottom: none; }
    .menu-side-w .logged-user-menu .bg-icon {
      font-size: 100px;
      color: rgba(255, 255, 255, 0.1);
      position: absolute;
      bottom: -40px;
      right: -20px; }
  .menu-side-w .side-menu-magic {
    background-image: linear-gradient(-154deg, #1643A3 8%, #2E1170 90%);
    border-radius: 6px;
    padding: 40px;
    text-align: center;
    margin: 20px; }
    .menu-side-w .side-menu-magic h1, .menu-side-w .side-menu-magic h2, .menu-side-w .side-menu-magic h3, .menu-side-w .side-menu-magic h4, .menu-side-w .side-menu-magic h5 {
      color: #fff;
      margin-bottom: 5px; }
    .menu-side-w .side-menu-magic p {
      color: rgba(255, 255, 255, 0.6); }
    .menu-side-w .side-menu-magic .btn-w {
      margin-top: 15px; }
    .menu-side-w .side-menu-magic .btn-white, .menu-side-w .side-menu-magic .all-wrapper .fc-button, .all-wrapper .menu-side-w .side-menu-magic .fc-button {
      border: none;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); }
  .menu-side-w .logo-w {
    text-align: center;
    padding: 2rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .menu-side-w .logo-w a {
      display: inline-block; }
    .menu-side-w .logo-w .logo {
      display: inline-block; }
    .menu-side-w .logo-w img {
      width: 40px;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .menu-side-w .logo-w span {
      vertical-align: middle;
      display: inline-block;
      color: #334152;
      margin-left: 1rem; }
  .menu-side-w ul.main-menu {
    list-style: none;
    padding: 2rem 0;
    margin-bottom: 0px; }
    @media (max-width: 1200px) {
      .menu-side-w ul.main-menu {
        padding: 0; } }
    .menu-side-w ul.main-menu > li {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .menu-side-w ul.main-menu > li:last-child {
        border-bottom: none; }
      .menu-side-w ul.main-menu > li.has-sub-menu > a:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'osfont' !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;
        content: "\e91c";
        font-size: 7px;
        color: rgba(0, 0, 0, 0.5);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 10px; }
      .menu-side-w ul.main-menu > li.has-sub-menu.active .sub-menu {
        display: block; }
      .menu-side-w ul.main-menu > li > a {
        color: #3E4B5B;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        transition: all .2s ease;
        font-family: 'ProximaNova-Bold';
        font-size: 16px; }
        .menu-side-w ul.main-menu > li > a:focus {
          text-decoration: none; }
        .menu-side-w ul.main-menu > li > a.active, .menu-side-w ul.main-menu > li > a:hover {
          border-left: 3px solid #fff;
          background: #8eb82f;
          text-decoration: none; }
          @media (min-width: 1025px) {
            .menu-side-w ul.main-menu > li > a.active .icon-w, .menu-side-w ul.main-menu > li > a:hover .icon-w {
              -ms-transform: translateX(10px);
              transform: translateX(10px); }
            .menu-side-w ul.main-menu > li > a.active span, .menu-side-w ul.main-menu > li > a:hover span {
              -ms-transform: translateX(5px);
              transform: translateX(5px); } }
      .menu-side-w ul.main-menu > li .icon-w {
        color: #202020;
        line-height: 1;
        display: block;
        padding: 1rem;
        width: 80px;
        text-align: center;
        transition: all 0.2s ease; }
        .menu-side-w ul.main-menu > li .icon-w svg {
          height: 30px;
          fill: #fff; }
          @media (max-width: 1200px) {
            .menu-side-w ul.main-menu > li .icon-w svg {
              height: 28px; } }
      .menu-side-w ul.main-menu > li span {
        padding: 1rem;
        display: block;
        -ms-flex: 1;
        flex: 1;
        transition: all 0.2s ease; }
        .menu-side-w ul.main-menu > li span.ticket-unread-count {
          border-radius: 1em;
          background: #ff0000b0;
          line-height: 1em;
          padding: 0.25em;
          display: inline-block;
          -ms-flex: initial;
          flex: initial;
          text-align: center;
          margin-right: 1em;
          min-width: 2em; }
      .menu-side-w ul.main-menu > li .icon-w + span {
        padding-left: 0px; }
  .menu-side-w ul.sub-menu {
    padding: 1rem 0px;
    padding-left: 55px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: none;
    list-style: none; }
    .menu-side-w ul.sub-menu li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .menu-side-w ul.sub-menu li:last-child {
        border-bottom: none; }
      .menu-side-w ul.sub-menu li a {
        padding: 0.4rem 10px 0.4rem 10px;
        display: block;
        position: relative;
        font-size: 0.81rem;
        transition: all 0.2s ease; }
        .menu-side-w ul.sub-menu li a:before {
          content: "";
          width: 5px;
          height: 5px;
          border: 1px solid #8eb830;
          position: absolute;
          left: -10px;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background-color: #fff;
          display: block;
          transition: all 0.2s ease;
          border-radius: 6px; }
        .menu-side-w ul.sub-menu li a:hover {
          text-decoration: none;
          cursor: pointer;
          -ms-transform: translateX(-5px);
          transform: translateX(-5px); }
          .menu-side-w ul.sub-menu li a:hover:before {
            -ms-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%);
            border-radius: 6px;
            background-color: #8eb830;
            border-color: #8eb830; }
  .menu-side-w.color-scheme-dark {
    background-image: linear-gradient(to bottom, #3D4D75 0%, #31395B 100%);
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #202020 0%, black 100%);
    background-repeat: repeat-x;
    color: rgba(255, 255, 255, 0.9); }
    .menu-side-w.color-scheme-dark .logged-user-menu {
      background-color: #5e00da;
      box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.25); }
    .menu-side-w.color-scheme-dark .side-menu-magic {
      background-image: linear-gradient(-154deg, #6d16a3 8%, #5211e6 90%); }
    .menu-side-w.color-scheme-dark ul.sub-menu li {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-side-w.color-scheme-dark ul.sub-menu li a {
        color: #fff; }
    .menu-side-w.color-scheme-dark ul.main-menu .icon-w {
      color: #ffffff; }
    .menu-side-w.color-scheme-dark ul.main-menu > li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
      .menu-side-w.color-scheme-dark ul.main-menu > li > a {
        color: #fff; }
        .menu-side-w.color-scheme-dark ul.main-menu > li > a:before {
          color: #fff; }
    .menu-side-w.color-scheme-dark .sub-menu-w {
      box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2); }
    .menu-side-w.color-scheme-dark .logo-w {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-side-w.color-scheme-dark .logo-w span {
        color: #fff; }
    .menu-side-w.color-scheme-dark .logged-user-w {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-side-w.color-scheme-dark .logged-user-w .avatar-w {
        border-color: #fff; }
      .menu-side-w.color-scheme-dark .logged-user-w .logged-user-role {
        color: rgba(255, 255, 255, 0.4); }

/* Logged user box in the menu */
.logged-user-w {
  text-align: center;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .logged-user-w .avatar-w {
    padding: 5px;
    border: 1px solid #262626;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block; }
    .logged-user-w .avatar-w img {
      width: 50px;
      height: auto;
      border-radius: 50px; }
  .logged-user-w .logged-user-role {
    display: block;
    font-size: 0.63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4); }

/*
  #3. Side Menu Compact
*/
.menu-side-compact-w {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1);
  position: relative;
  width: 90px;
  border-radius: 0 0px 0px 0; }
  .menu-side-compact-w .logo-w {
    text-align: center;
    padding: 20px 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .menu-side-compact-w .logo-w a {
      display: inline-block; }
    .menu-side-compact-w .logo-w .logo {
      display: inline-block; }
    .menu-side-compact-w .logo-w img {
      width: 40px;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .menu-side-compact-w .logo-w span {
      vertical-align: middle;
      display: block;
      color: #334152;
      margin-top: 10px; }
  .menu-side-compact-w a {
    text-decoration: none; }
  .menu-side-compact-w .menu-and-user {
    padding-bottom: 50px; }
  .menu-side-compact-w ul.main-menu {
    list-style: none;
    padding: 0px;
    text-align: center; }
    .menu-side-compact-w ul.main-menu > li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      position: relative; }
      .menu-side-compact-w ul.main-menu > li > a {
        display: block;
        padding: 15px 10px;
        transition: all 0.4s ease; }
        .menu-side-compact-w ul.main-menu > li > a .icon-w {
          transition: all 0.4s ease; }
      .menu-side-compact-w ul.main-menu > li:last-child {
        border-bottom: none; }
      .menu-side-compact-w ul.main-menu > li.active > a {
        background-color: #202020; }
        .menu-side-compact-w ul.main-menu > li.active > a .icon-w {
          color: #fff; }
      .menu-side-compact-w ul.main-menu > li.active .sub-menu-w {
        visibility: visible;
        opacity: 1;
        -ms-transform: translateX(0px) scale(1);
        transform: translateX(0px) scale(1); }
    .menu-side-compact-w ul.main-menu .icon-w {
      font-size: 30px;
      color: #202020; }
  .menu-side-compact-w .sub-menu-w {
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -ms-transform: translateX(40px) scale(0.95);
    transform: translateX(40px) scale(0.95);
    transition: all 0.2s ease;
    position: absolute;
    background-color: #202020;
    color: #fff;
    left: 100%;
    top: -100px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0px 2px 40px 0px rgba(26, 138, 255, 0.5);
    padding-bottom: 20px; }
    .menu-side-compact-w .sub-menu-w .sub-menu-title {
      font-size: 2.4rem;
      color: rgba(255, 255, 255, 0.2);
      padding: 5px 50px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      margin-bottom: 15px;
      letter-spacing: -0.5px;
      white-space: nowrap;
      overflow: hidden;
      font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: 500; }
    .menu-side-compact-w .sub-menu-w .sub-menu-icon {
      position: absolute;
      font-size: 120px;
      color: rgba(255, 255, 255, 0.1);
      bottom: -50px;
      right: -10px; }
    .menu-side-compact-w .sub-menu-w .sub-menu-i {
      display: -ms-flexbox;
      display: flex; }
      .menu-side-compact-w .sub-menu-w .sub-menu-i .sub-menu + .sub-menu {
        border-left: 1px solid rgba(255, 255, 255, 0.1); }
    .menu-side-compact-w .sub-menu-w > ul, .menu-side-compact-w .sub-menu-w .sub-menu-i > ul {
      list-style: none;
      padding: 0px;
      min-width: 250px; }
      .menu-side-compact-w .sub-menu-w > ul > li, .menu-side-compact-w .sub-menu-w .sub-menu-i > ul > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .menu-side-compact-w .sub-menu-w > ul > li:last-child, .menu-side-compact-w .sub-menu-w .sub-menu-i > ul > li:last-child {
          border-bottom: none; }
        .menu-side-compact-w .sub-menu-w > ul > li > a, .menu-side-compact-w .sub-menu-w .sub-menu-i > ul > li > a {
          color: #fff;
          display: block;
          padding: 12px 50px;
          font-size: 0.99rem;
          position: relative;
          white-space: nowrap; }
          .menu-side-compact-w .sub-menu-w > ul > li > a:before, .menu-side-compact-w .sub-menu-w .sub-menu-i > ul > li > a:before {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 10px;
            background-color: #FBB463;
            position: absolute;
            left: 25px;
            top: 50%;
            -ms-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
            opacity: 0;
            transition: all 0.2s ease; }
          .menu-side-compact-w .sub-menu-w > ul > li > a:hover:before, .menu-side-compact-w .sub-menu-w .sub-menu-i > ul > li > a:hover:before {
            opacity: 1;
            -ms-transform: translate(0px, -50%);
            transform: translate(0px, -50%); }
  .menu-side-compact-w .logged-user-w {
    position: relative; }
    .menu-side-compact-w .logged-user-w .avatar-w img {
      width: 40px; }
    .menu-side-compact-w .logged-user-w .logged-user-i {
      display: inline-block; }
      .menu-side-compact-w .logged-user-w .logged-user-i:hover {
        cursor: pointer; }
        .menu-side-compact-w .logged-user-w .logged-user-i:hover .logged-user-menu {
          visibility: visible;
          opacity: 1;
          -ms-transform: translateY(0px);
          transform: translateY(0px); }
    .menu-side-compact-w .logged-user-w .logged-user-menu {
      background: #202020;
      box-shadow: 0 2px 30px 0 rgba(45, 130, 255, 0.75);
      position: absolute;
      top: 0px;
      left: -10px;
      overflow: hidden;
      padding: 1rem;
      z-index: 999;
      visibility: hidden;
      opacity: 0;
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      transition: all 0.3s ease;
      text-align: left; }
      .menu-side-compact-w .logged-user-w .logged-user-menu .logged-user-avatar-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px;
        padding: 0px 30px 20px 13px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .menu-side-compact-w .logged-user-w .logged-user-menu .avatar-w {
        border-color: #fff;
        vertical-align: middle;
        margin-right: 20px; }
      .menu-side-compact-w .logged-user-w .logged-user-menu .logged-user-info-w {
        vertical-align: middle; }
        .menu-side-compact-w .logged-user-w .logged-user-menu .logged-user-info-w .logged-user-name {
          color: #fff;
          white-space: nowrap; }
        .menu-side-compact-w .logged-user-w .logged-user-menu .logged-user-info-w .logged-user-role {
          color: rgba(255, 255, 255, 0.6);
          white-space: nowrap; }
      .menu-side-compact-w .logged-user-w .logged-user-menu ul {
        list-style: none;
        text-align: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 20px; }
        .menu-side-compact-w .logged-user-w .logged-user-menu ul li {
          border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
          .menu-side-compact-w .logged-user-w .logged-user-menu ul li a {
            display: block;
            padding: 10px 20px;
            color: #fff; }
            .menu-side-compact-w .logged-user-w .logged-user-menu ul li a i {
              vertical-align: middle;
              margin-right: 15px;
              font-size: 20px;
              transition: all 0.2s ease;
              display: inline-block; }
            .menu-side-compact-w .logged-user-w .logged-user-menu ul li a span {
              vertical-align: middle;
              font-size: 0.9rem;
              transition: all 0.2s ease;
              display: inline-block; }
            .menu-side-compact-w .logged-user-w .logged-user-menu ul li a:hover {
              text-decoration: none; }
              .menu-side-compact-w .logged-user-w .logged-user-menu ul li a:hover i {
                -ms-transform: translateX(5px);
                transform: translateX(5px); }
              .menu-side-compact-w .logged-user-w .logged-user-menu ul li a:hover span {
                -ms-transform: translateX(8px);
                transform: translateX(8px); }
          .menu-side-compact-w .logged-user-w .logged-user-menu ul li:last-child {
            border-bottom: none; }
      .menu-side-compact-w .logged-user-w .logged-user-menu .bg-icon {
        font-size: 100px;
        color: rgba(255, 255, 255, 0.1);
        position: absolute;
        bottom: -40px;
        right: -20px; }
  .menu-side-compact-w.color-scheme-dark {
    color: rgba(255, 255, 255, 0.9);
    background-image: linear-gradient(to bottom, #202020 0%, black 100%);
    background-repeat: repeat-x; }
    .menu-side-compact-w.color-scheme-dark ul.main-menu .icon-w {
      color: #ffffff; }
    .menu-side-compact-w.color-scheme-dark ul.main-menu > li {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
    .menu-side-compact-w.color-scheme-dark .sub-menu-w {
      box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2); }
    .menu-side-compact-w.color-scheme-dark .logo-w {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
    .menu-side-compact-w.color-scheme-dark .logged-user-w {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
      .menu-side-compact-w.color-scheme-dark .logged-user-w .avatar-w {
        border-color: #fff; }

/*
  #4. Top Menu Default
*/
.menu-top-w {
  box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1);
  background-color: #fff;
  border-radius: 0 0 0px 0px;
  position: relative; }
  .menu-top-w.color-scheme-dark {
    background-color: #202020; }
    .menu-top-w.color-scheme-dark .menu-top-i ul.main-menu > li {
      border-right-color: rgba(255, 255, 255, 0.1); }
    .menu-top-w.color-scheme-dark .menu-top-i ul.main-menu > li .icon-w {
      color: rgba(255, 255, 255, 0.7); }
    .menu-top-w.color-scheme-dark .menu-top-i ul.main-menu > li > a {
      color: #fff; }
    .menu-top-w.color-scheme-dark .menu-top-i ul.main-menu > li.has-sub-menu > a:before {
      color: rgba(255, 255, 255, 0.7); }
  .menu-top-w .menu-top-i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    .menu-top-w .menu-top-i .sub-menu {
      position: absolute;
      left: 0px;
      right: 0px;
      list-style: none;
      display: none;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      top: 100%;
      padding: 15px 20px;
      background-color: #202020;
      box-shadow: 0 2px 40px 0 rgba(26, 138, 255, 0.5); }
      .menu-top-w .menu-top-i .sub-menu li {
        border-right: 1px solid rgba(255, 255, 255, 0.1); }
        .menu-top-w .menu-top-i .sub-menu li a {
          color: #fff;
          display: inline-block;
          padding: 5px 25px;
          position: relative; }
          .menu-top-w .menu-top-i .sub-menu li a:before {
            content: "";
            display: block;
            width: 6px;
            height: 6px;
            border-radius: 10px;
            background-color: #FBB463;
            position: absolute;
            left: 10px;
            top: 50%;
            -ms-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
            opacity: 0;
            transition: all 0.2s ease; }
          .menu-top-w .menu-top-i .sub-menu li a:hover {
            text-decoration: none; }
            .menu-top-w .menu-top-i .sub-menu li a:hover:before {
              opacity: 1;
              -ms-transform: translate(0px, -50%);
              transform: translate(0px, -50%); }
        .menu-top-w .menu-top-i .sub-menu li:last-child {
          border-right: none; }
    .menu-top-w .menu-top-i .logged-user-w {
      white-space: nowrap;
      border-bottom: none;
      padding: 0px 2rem 0px 1rem; }
      .menu-top-w .menu-top-i .logged-user-w .avatar-w,
      .menu-top-w .menu-top-i .logged-user-w .logged-user-info-w {
        display: inline-block;
        vertical-align: middle; }
      .menu-top-w .menu-top-i .logged-user-w .avatar-w {
        padding: 3px; }
        .menu-top-w .menu-top-i .logged-user-w .avatar-w img {
          width: 30px; }
      .menu-top-w .menu-top-i .logged-user-w .logged-user-info-w {
        margin-left: 20px;
        text-align: left; }
    .menu-top-w .menu-top-i .logo-w {
      -ms-flex: 0 0 100px;
      flex: 0 0 100px;
      text-align: center;
      padding: 0rem 2rem;
      border-right: 1px solid rgba(0, 0, 0, 0.05); }
      .menu-top-w .menu-top-i .logo-w a {
        display: inline-block;
        white-space: nowrap; }
      .menu-top-w .menu-top-i .logo-w .logo {
        display: inline-block; }
      .menu-top-w .menu-top-i .logo-w img {
        width: 40px;
        height: auto;
        display: inline-block;
        vertical-align: middle; }
      .menu-top-w .menu-top-i .logo-w span {
        vertical-align: middle;
        display: inline-block;
        color: #334152;
        margin-left: 1rem; }
    .menu-top-w .menu-top-i ul.main-menu {
      list-style: none;
      padding: 0px 1rem;
      margin-bottom: 0px;
      display: -ms-flexbox;
      display: flex; }
      .menu-top-w .menu-top-i ul.main-menu > li {
        display: block;
        border-right: 1px solid rgba(0, 0, 0, 0.05); }
        .menu-top-w .menu-top-i ul.main-menu > li:last-child {
          border-bottom: none; }
        .menu-top-w .menu-top-i ul.main-menu > li.has-sub-menu > a:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'osfont' !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;
          content: "\e91c";
          font-size: 7px;
          color: rgba(0, 0, 0, 0.5);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute;
          top: 50%;
          right: 15px; }
        .menu-top-w .menu-top-i ul.main-menu > li.has-sub-menu.active .sub-menu {
          display: -ms-flexbox;
          display: flex; }
        .menu-top-w .menu-top-i ul.main-menu > li.has-sub-menu.active > a {
          background-color: #202020;
          color: #fff; }
          .menu-top-w .menu-top-i ul.main-menu > li.has-sub-menu.active > a .icon-w {
            color: #ffffff; }
        .menu-top-w .menu-top-i ul.main-menu > li > a {
          color: #3E4B5B;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          position: relative; }
          .menu-top-w .menu-top-i ul.main-menu > li > a:focus {
            text-decoration: none; }
          .menu-top-w .menu-top-i ul.main-menu > li > a:hover {
            text-decoration: none;
            background-color: #202020;
            color: #fff; }
            .menu-top-w .menu-top-i ul.main-menu > li > a:hover .icon-w {
              color: #ffffff; }
        .menu-top-w .menu-top-i ul.main-menu > li .icon-w {
          color: #202020;
          font-size: 20px;
          display: block;
          padding: 1rem;
          width: 45px;
          text-align: center;
          transition: all 0.2s ease; }
        .menu-top-w .menu-top-i ul.main-menu > li span {
          padding: 10px;
          padding-right: 30px;
          display: block;
          -ms-flex: 1;
          flex: 1;
          transition: all 0.2s ease;
          white-space: nowrap; }
        .menu-top-w .menu-top-i ul.main-menu > li .icon-w + span {
          padding-left: 0px; }

/*
  #5. Top Menu Image
*/
.menu-top-image-w {
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .menu-top-image-w {
      min-height: 240px; } }
  @media only screen and (max-width: 991px) {
    .menu-top-image-w {
      min-height: 160px; } }
  @media only screen and (max-width: 767px) {
    .menu-top-image-w {
      min-height: 140px; } }
  @media only screen and (max-width: 991px) {
    .menu-top-image-w.with-header-nav {
      min-height: 180px; } }
  @media only screen and (max-width: 767px) {
    .menu-top-image-w.with-header-nav {
      min-height: 160px; } }
  .menu-top-image-w.no-bg {
    min-height: 0;
    background: #fff; }
    .menu-top-image-w.no-bg .page-menu-header {
      font-size: 48px;
      font-family: 'ProximaNova-Bold';
      padding: 3.1rem 3.9rem 3.1rem 3.9rem; }
      @media only screen and (max-width: 1200px) {
        .menu-top-image-w.no-bg .page-menu-header {
          padding: 2.8rem 1.5rem 2.8rem;
          font-size: 42px; } }
      @media only screen and (max-width: 991px) {
        .menu-top-image-w.no-bg .page-menu-header {
          padding: 2.5rem 1.5rem 2.5rem;
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .menu-top-image-w.no-bg .page-menu-header {
          padding: 2rem .9rem 2rem;
          font-size: 28px; } }
  .menu-top-image-w:after {
    display: none; }
  .menu-top-image-w .top-part-w {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2; }
    .menu-top-image-w .top-part-w .logo-w {
      text-align: center;
      padding: 1rem 2rem; }
      .menu-top-image-w .top-part-w .logo-w a {
        display: inline-block; }
      .menu-top-image-w .top-part-w .logo-w .logo {
        display: inline-block; }
      .menu-top-image-w .top-part-w .logo-w img {
        width: 40px;
        height: auto;
        display: inline-block;
        vertical-align: middle; }
      .menu-top-image-w .top-part-w .logo-w span {
        vertical-align: middle;
        display: inline-block;
        color: #fff;
        margin-left: 1rem; }
    .menu-top-image-w .top-part-w .user-and-search {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
    .menu-top-image-w .top-part-w .element-search {
      position: relative; }
      .menu-top-image-w .top-part-w .element-search:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'osfont' !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;
        position: absolute;
        left: 15px;
        top: 48%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 16px;
        content: "\e92c";
        color: rgba(0, 0, 0, 0.4); }
      .menu-top-image-w .top-part-w .element-search input {
        border: none;
        box-shadow: none;
        background-color: transparent;
        border-radius: 30px;
        padding: 8px 15px 8px 40px;
        display: block;
        width: 250px;
        outline: none;
        border: none;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
        background: #fff; }
        .menu-top-image-w .top-part-w .element-search input:-ms-input-placeholder {
          color: rgba(0, 0, 0, 0.5); }
        .menu-top-image-w .top-part-w .element-search input::placeholder {
          color: rgba(0, 0, 0, 0.5); }
    .menu-top-image-w .top-part-w .logged-user-w {
      padding: 1rem 2rem;
      border-bottom: none; }
      .menu-top-image-w .top-part-w .logged-user-w .avatar-w img {
        width: 40px;
        display: block; }
  .menu-top-image-w .page-menu-header {
    position: relative;
    z-index: 2;
    font-size: 2.25rem;
    line-height: 0.9;
    color: #fff;
    margin: 0;
    color: #202020;
    font-family: 'ProximaNova-ExtraBold';
    padding: 7rem 3.9rem 2rem 3.9rem; }
    @media only screen and (max-width: 1200px) {
      .menu-top-image-w .page-menu-header {
        padding: 5rem 1.5rem 2rem; } }
    @media only screen and (max-width: 991px) {
      .menu-top-image-w .page-menu-header {
        font-size: 1.8rem;
        padding: 3rem 1.5rem 2rem; } }
    @media only screen and (max-width: 767px) {
      .menu-top-image-w .page-menu-header {
        font-size: 1.35rem;
        padding: 2.3rem .9rem 1.6rem; } }
    .menu-top-image-w .page-menu-header small {
      font-size: 100%;
      font-weight: 400;
      line-height: 1;
      font-size: 24px;
      font-family: 'ProximaNova-Regular'; }
      @media only screen and (max-width: 1200px) {
        .menu-top-image-w .page-menu-header small {
          font-size: 20px; } }
      @media only screen and (max-width: 991px) {
        .menu-top-image-w .page-menu-header small {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .menu-top-image-w .page-menu-header small {
          font-size: 14px; } }
  .menu-top-image-w .menu-top-image-i {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  .menu-top-image-w .sub-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    list-style: none;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 100%;
    padding: 25px 20px;
    background-color: #202020; }
    .menu-top-image-w .sub-menu li {
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
      .menu-top-image-w .sub-menu li a {
        color: #fff;
        display: inline-block;
        padding: 5px 25px;
        position: relative; }
        .menu-top-image-w .sub-menu li a:before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          border-radius: 10px;
          background-color: #FBB463;
          position: absolute;
          left: 10px;
          top: 50%;
          -ms-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
          opacity: 0;
          transition: all 0.2s ease; }
        .menu-top-image-w .sub-menu li a:hover {
          text-decoration: none; }
      .menu-top-image-w .sub-menu li:last-child {
        border-right: none; }
  .menu-top-image-w .main-menu {
    list-style: none;
    padding: 0rem;
    margin-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    border: none;
    border-radius: 0; }
    @media only screen and (max-width: 1200px) {
      .menu-top-image-w .main-menu {
        padding: 0 1.5rem; } }
    @media only screen and (max-width: 767px) {
      .menu-top-image-w .main-menu {
        padding: 0 0.9rem; } }
    .menu-top-image-w .main-menu .li {
      display: block;
      font-size: 1rem; }
      .menu-top-image-w .main-menu .li:last-child {
        border-bottom: none; }
      .menu-top-image-w .main-menu .li.has-sub-menu > a:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'osfont' !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;
        content: "\e91c";
        font-size: 7px;
        color: rgba(255, 255, 255, 0.5);
        color: transparent;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 15px; }
      .menu-top-image-w .main-menu .li.has-sub-menu.active .sub-menu {
        display: -ms-flexbox;
        display: flex; }
      .menu-top-image-w .main-menu .li.has-sub-menu.active > a {
        background-color: #202020;
        color: #fff; }
        .menu-top-image-w .main-menu .li.has-sub-menu.active > a .icon-w {
          color: #ffffff; }
      .menu-top-image-w .main-menu .li > a {
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        position: relative; }
        @media only screen and (max-width: 1200px) {
          .menu-top-image-w .main-menu .li > a {
            padding: 0 20px 0 0;
            margin-right: 0.8rem; } }
        @media only screen and (max-width: 767px) {
          .menu-top-image-w .main-menu .li > a {
            padding: 0 10px 0 0;
            margin-right: 0.5rem; } }
        .menu-top-image-w .main-menu .li > a span {
          font-size: 1rem; }
        .menu-top-image-w .main-menu .li > a:after {
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0px;
          background-color: rgba(255, 255, 255, 0.3);
          content: "";
          height: 16px;
          width: 1px; }
        .menu-top-image-w .main-menu .li > a:focus {
          text-decoration: none; }
        .menu-top-image-w .main-menu .li > a:hover {
          text-decoration: none;
          background-color: #202020;
          color: #fff; }
          .menu-top-image-w .main-menu .li > a:hover:after {
            background-color: transparent; }
          .menu-top-image-w .main-menu .li > a:hover .icon-w {
            color: #ffffff; }
      .menu-top-image-w .main-menu .li .icon-w {
        color: #fff;
        font-size: 22px;
        display: block;
        padding: 15px 15px 15px 30px;
        text-align: center;
        transition: all 0.2s ease; }
      .menu-top-image-w .main-menu .li span {
        padding: 10px;
        padding-right: 30px;
        display: block;
        -ms-flex: 1;
        flex: 1;
        transition: all 0.2s ease;
        white-space: nowrap; }
      .menu-top-image-w .main-menu .li .icon-w + span {
        padding-left: 0px; }
  .menu-top-image-w .header-nav {
    background: #f3f3f3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    .menu-top-image-w .header-nav.green {
      background: #8eb82f; }
      .menu-top-image-w .header-nav.green .main-menu .li a {
        color: #ffffff; }
        .menu-top-image-w .header-nav.green .main-menu .li a span {
          transition: all 0s; }
          .menu-top-image-w .header-nav.green .main-menu .li a span:before {
            background: #ffffff; }
        .menu-top-image-w .header-nav.green .main-menu .li a.active, .menu-top-image-w .header-nav.green .main-menu .li a:hover {
          color: #202020; }
          .menu-top-image-w .header-nav.green .main-menu .li a.active span:before, .menu-top-image-w .header-nav.green .main-menu .li a:hover span:before {
            background: #202020; }
    .menu-top-image-w .header-nav .main-menu {
      padding: 0 3.9rem;
      display: block; }
      @media only screen and (max-width: 1200px) {
        .menu-top-image-w .header-nav .main-menu {
          padding: 0 1.5rem; } }
      @media only screen and (max-width: 767px) {
        .menu-top-image-w .header-nav .main-menu {
          padding: 0 0.9rem; } }
      .menu-top-image-w .header-nav .main-menu .carousel.with-sort {
        padding-right: 130px; }
      .menu-top-image-w .header-nav .main-menu .li {
        float: left; }
        .menu-top-image-w .header-nav .main-menu .li a {
          color: #202020;
          font-weight: 500;
          position: relative;
          padding: 0 49px 0 10px;
          display: block; }
          @media only screen and (max-width: 1200px) {
            .menu-top-image-w .header-nav .main-menu .li a {
              padding: 0 30px 0 10px; } }
          @media only screen and (max-width: 767px) {
            .menu-top-image-w .header-nav .main-menu .li a {
              padding: 0 15px 0 5px; } }
          .menu-top-image-w .header-nav .main-menu .li a span {
            padding: 11px 0 11px 0;
            letter-spacing: -0.6px;
            position: relative; }
            @media only screen and (max-width: 991px) {
              .menu-top-image-w .header-nav .main-menu .li a span {
                font-size: 0.9rem; } }
            @media only screen and (max-width: 767px) {
              .menu-top-image-w .header-nav .main-menu .li a span {
                padding: 5px 0;
                font-size: 0.8rem; } }
            .menu-top-image-w .header-nav .main-menu .li a span:before {
              position: absolute;
              content: "";
              left: 0;
              right: 0;
              bottom: 0;
              height: 2px;
              opacity: 0;
              transition: all .2s ease;
              background: #202020; }
          .menu-top-image-w .header-nav .main-menu .li a.active, .menu-top-image-w .header-nav .main-menu .li a:hover {
            background: transparent;
            color: #202020; }
            .menu-top-image-w .header-nav .main-menu .li a.active span:before, .menu-top-image-w .header-nav .main-menu .li a:hover span:before {
              opacity: 1; }
          .menu-top-image-w .header-nav .main-menu .li a:after {
            display: none; }
    .menu-top-image-w .header-nav .sort {
      position: absolute;
      top: 0;
      right: 3.9rem; }
      @media only screen and (max-width: 1200px) {
        .menu-top-image-w .header-nav .sort {
          right: 1.5rem; } }
      @media only screen and (max-width: 767px) {
        .menu-top-image-w .header-nav .sort {
          right: 0.9rem; } }
      .menu-top-image-w .header-nav .sort a {
        color: #202020;
        font-weight: 500;
        position: relative;
        padding: 0 49px 0 10px; }
        @media only screen and (max-width: 1200px) {
          .menu-top-image-w .header-nav .sort a {
            padding: 0 30px 0 10px; } }
        @media only screen and (max-width: 767px) {
          .menu-top-image-w .header-nav .sort a {
            padding: 0 0; } }
        .menu-top-image-w .header-nav .sort a span {
          display: block;
          padding: 11px 0 11px 0;
          letter-spacing: -0.6px;
          position: relative; }
          @media only screen and (max-width: 991px) {
            .menu-top-image-w .header-nav .sort a span {
              font-size: 0.9rem; } }
          @media only screen and (max-width: 767px) {
            .menu-top-image-w .header-nav .sort a span {
              padding: 5px 0;
              font-size: 0.8rem; } }
          .menu-top-image-w .header-nav .sort a span:before {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            bottom: 0;
            height: 2px;
            opacity: 0;
            transition: all .2s ease;
            background: #202020; }
        .menu-top-image-w .header-nav .sort a.active, .menu-top-image-w .header-nav .sort a:hover {
          background: transparent;
          color: #202020; }
          .menu-top-image-w .header-nav .sort a.active span:before, .menu-top-image-w .header-nav .sort a:hover span:before {
            opacity: 1; }
        .menu-top-image-w .header-nav .sort a:after {
          display: none; }
      .menu-top-image-w .header-nav .sort .form-control {
        font-weight: 500;
        padding: 14px 27px 13px 15px;
        border: none;
        background-color: transparent;
        height: auto; }
        @media only screen and (max-width: 767px) {
          .menu-top-image-w .header-nav .sort .form-control {
            padding: 6px 25px 8px 10px; } }

/*
  #6. Top Menu Secondary
*/
.messages-notifications {
  padding: 21px 17px 21px 34px;
  position: relative;
  font-size: 24px;
  color: #8eb830;
  height: 80px;
  border-left: 1px solid #303030; }
  @media only screen and (max-width: 1200px) {
    .messages-notifications {
      padding: 21px 15px 21px 15px; } }
  .messages-notifications svg {
    width: 20px; }
  .messages-notifications .new-messages-count {
    background-color: #8eb82f;
    color: #fff;
    border-radius: 50%;
    font-weight: 500;
    min-width: 18px;
    position: absolute;
    top: 14px;
    right: 10px;
    padding: 3.6px;
    vertical-align: middle;
    font-size: .72rem;
    line-height: 1;
    text-align: center; }

.top-menu-secondary {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1);
  padding: 0px 20px 0 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  .top-menu-secondary .points {
    font-size: 26px;
    color: #fff;
    padding: 0 38px;
    font-family: 'BebasNeueBold';
    letter-spacing: -0.6px; }
    @media only screen and (max-width: 1200px) {
      .top-menu-secondary .points {
        font-size: 22px;
        padding: 0 15px; } }
    .top-menu-secondary .points sup {
      top: -.5em;
      left: 5px;
      font-size: 59%;
      font-family: BebasNeueBook; }
  .top-menu-secondary > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    color: #3E4B5B;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 0.99rem; }
    .top-menu-secondary > ul li {
      display: inline-block;
      display: table;
      float: left; }
      .top-menu-secondary > ul li .logo-monster {
        padding: 17px 22px 15px 21px; }
        @media screen and (max-width: 1200px) {
          .top-menu-secondary > ul li .logo-monster {
            padding: 12px 10px 15px 10px; } }
        .top-menu-secondary > ul li .logo-monster a {
          padding: 0; }
          .top-menu-secondary > ul li .logo-monster a:after {
            display: none; }
        .top-menu-secondary > ul li .logo-monster img {
          width: 35px; }
      .top-menu-secondary > ul li a {
        display: inline-block;
        padding: 20px 25px;
        color: rgba(0, 0, 0, 0.25);
        position: relative;
        transition: all 0.2s ease; }
        .top-menu-secondary > ul li a:after {
          content: "";
          background-color: #8eb830;
          position: absolute;
          bottom: 0px;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 0px;
          height: 5px;
          transition: all 0.2s ease; }
      .top-menu-secondary > ul li.active a, .top-menu-secondary > ul li:hover a {
        color: #3E4B5B;
        text-decoration: none; }
        .top-menu-secondary > ul li.active a:after, .top-menu-secondary > ul li:hover a:after {
          width: 100%; }
  .top-menu-secondary .top-menu-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center; }
  .top-menu-secondary .top-icon {
    color: #8eb830;
    font-size: 26px; }
  .top-menu-secondary .logged-user-w {
    height: 80px;
    position: relative;
    padding: 0px 1rem;
    border-bottom: none;
    min-width: 240px; }
    @media screen and (max-width: 1200px) {
      .top-menu-secondary .logged-user-w {
        min-width: 230px;
        padding: 0 0.4rem; } }
    .top-menu-secondary .logged-user-w.languages {
      min-width: 130px; }
      .top-menu-secondary .logged-user-w.languages .logged-user-i {
        text-align: right; }
        .top-menu-secondary .logged-user-w.languages .logged-user-i .logged-user-info-w {
          display: inline-block;
          float: none;
          vertical-align: top;
          padding-left: 26px;
          padding-right: 0; }
          @media screen and (max-width: 1200px) {
            .top-menu-secondary .logged-user-w.languages .logged-user-i .logged-user-info-w {
              padding-left: 26px;
              padding-right: 0; } }
    .top-menu-secondary .logged-user-w .logged-user-info-w {
      float: left;
      color: #fff;
      padding: 29px 13px 29px 28px;
      height: 80px;
      border-left: 1px solid #303030; }
      @media screen and (max-width: 1200px) {
        .top-menu-secondary .logged-user-w .logged-user-info-w {
          padding: 29px 6px 29px 13px; } }
    .top-menu-secondary .logged-user-w .avatar-w {
      border: none;
      padding: 14px 0 15px 0;
      float: right; }
      .top-menu-secondary .logged-user-w .avatar-w img {
        width: 50px; }
      .top-menu-secondary .logged-user-w .avatar-w svg {
        width: 8px;
        fill: #fff;
        height: 5px;
        margin: 20px 20px 20px 9px; }
    .top-menu-secondary .logged-user-w .logged-user-i {
      display: block; }
      .top-menu-secondary .logged-user-w .logged-user-i:hover {
        cursor: pointer; }
        .top-menu-secondary .logged-user-w .logged-user-i:hover .logged-user-menu {
          visibility: visible;
          opacity: 1;
          -ms-transform: translateY(0px);
          transform: translateY(0px); }
    .top-menu-secondary .logged-user-w .logged-user-menu {
      background: #202020;
      box-shadow: none;
      position: absolute;
      top: 80px;
      right: -20px;
      overflow: hidden;
      padding: 1rem;
      z-index: 999;
      visibility: hidden;
      opacity: 0;
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      transition: all 0.3s ease;
      text-align: left; }
      .top-menu-secondary .logged-user-w .logged-user-menu .logged-user-avatar-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 10px;
        padding: 0px 30px 10px 13px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .top-menu-secondary .logged-user-w .logged-user-menu .avatar-w {
        border-color: #fff;
        vertical-align: middle;
        margin-right: 20px; }
      .top-menu-secondary .logged-user-w .logged-user-menu .logged-user-info-w {
        vertical-align: middle; }
        .top-menu-secondary .logged-user-w .logged-user-menu .logged-user-info-w .logged-user-name {
          color: #fff;
          white-space: nowrap; }
        .top-menu-secondary .logged-user-w .logged-user-menu .logged-user-info-w .logged-user-role {
          color: rgba(255, 255, 255, 0.6);
          white-space: nowrap; }
      .top-menu-secondary .logged-user-w .logged-user-menu ul {
        list-style: none;
        text-align: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px; }
        .top-menu-secondary .logged-user-w .logged-user-menu ul li {
          border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
          .top-menu-secondary .logged-user-w .logged-user-menu ul li a {
            display: block;
            padding: 10px 20px;
            color: #fff; }
            .top-menu-secondary .logged-user-w .logged-user-menu ul li a i {
              vertical-align: middle;
              margin-right: 15px;
              font-size: 20px;
              transition: all 0.2s ease;
              display: inline-block; }
            .top-menu-secondary .logged-user-w .logged-user-menu ul li a span {
              vertical-align: middle;
              font-size: 0.9rem;
              transition: all 0.2s ease;
              display: inline-block; }
            .top-menu-secondary .logged-user-w .logged-user-menu ul li a:hover {
              text-decoration: none; }
              .top-menu-secondary .logged-user-w .logged-user-menu ul li a:hover i {
                -ms-transform: translateX(5px);
                transform: translateX(5px); }
              .top-menu-secondary .logged-user-w .logged-user-menu ul li a:hover span {
                -ms-transform: translateX(8px);
                transform: translateX(8px); }
          .top-menu-secondary .logged-user-w .logged-user-menu ul li:last-child {
            border-bottom: none; }
      .top-menu-secondary .logged-user-w .logged-user-menu .bg-icon {
        font-size: 100px;
        color: rgba(255, 255, 255, 0.1);
        position: absolute;
        bottom: -40px;
        right: -20px; }
  .top-menu-secondary.color-scheme-dark {
    background-color: #202020; }
    .top-menu-secondary.color-scheme-dark .top-menu-controls .element-search input {
      background-color: rgba(0, 0, 0, 0.2);
      color: #fff; }
      .top-menu-secondary.color-scheme-dark .top-menu-controls .element-search input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.3); }
      .top-menu-secondary.color-scheme-dark .top-menu-controls .element-search input::placeholder {
        color: rgba(255, 255, 255, 0.3); }
    .top-menu-secondary.color-scheme-dark .top-menu-controls .element-search:before {
      color: rgba(255, 255, 255, 0.7); }
    .top-menu-secondary.color-scheme-dark .messages-notifications,
    .top-menu-secondary.color-scheme-dark .top-icon {
      color: #fff; }
    .top-menu-secondary.color-scheme-dark > ul li a {
      color: rgba(255, 255, 255, 0.4); }
      .top-menu-secondary.color-scheme-dark > ul li a:after {
        background-color: #8eb82f; }
    .top-menu-secondary.color-scheme-dark > ul li.active a, .top-menu-secondary.color-scheme-dark > ul li:hover a {
      color: #fff; }

/* 9. Styles for all element blocks */
/* 

  # -- STYLES NAVIGATION:

  #1. Element Wrapper Styles
  #2. Tablo Element
  #3. Charts & Legends
  #4. Profile Tiles
  #5. Users list element
  #6. Tabs Controls
  #7. Activity Boxes
  #8. Note box
  #9. Steps
  #10. Invoice
  #11. Error Page
  #12. Authorization styles
  #13. Timed Activities Element
  #14. Progress Bar Element


*/
/*
 #1. Element Wrapper Styles
*/
.element-wrapper {
  padding-bottom: 4rem; }
  .element-wrapper .element-info {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .element-wrapper .element-info .element-info-with-icon {
      margin-bottom: 0px; }
  .element-wrapper .element-info-with-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem; }
    .element-wrapper .element-info-with-icon .element-info-icon {
      -ms-flex: 0 0 70px;
      flex: 0 0 70px;
      color: #8eb830;
      font-size: 30px; }
    .element-wrapper .element-info-with-icon.smaller .element-info-icon {
      -ms-flex: 0 0 50px;
      flex: 0 0 50px;
      font-size: 20px; }
    .element-wrapper .element-info-with-icon.smaller .element-info-text .element-inner-header {
      margin-bottom: 0px; }
  .element-wrapper .element-actions {
    float: right;
    position: relative;
    z-index: 2; }
  .element-wrapper .element-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1; }
    .element-wrapper .element-header:after {
      content: "";
      background-color: #8eb830;
      width: 22px;
      height: 6px;
      border-radius: 2px;
      display: block;
      position: absolute;
      bottom: -3px;
      left: 0px; }
  .element-wrapper .element-inner-header {
    margin-bottom: 0.5rem;
    margin-top: 0px;
    display: block; }
  .element-wrapper .element-inner-desc {
    color: #999;
    font-weight: 300;
    font-size: 0.81rem;
    display: block; }
  .element-wrapper .element-search {
    position: relative; }
    .element-wrapper .element-search:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'osfont' !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;
      position: absolute;
      left: 15px;
      top: 48%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 20px;
      content: "\e92c";
      color: rgba(0, 0, 0, 0.2); }
    .element-wrapper .element-search input {
      border: none;
      box-shadow: none;
      background-color: #f1f1f1;
      border-radius: 30px;
      padding: 10px 15px 10px 50px;
      display: block;
      width: 100%;
      outline: none; }
      .element-wrapper .element-search input:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .element-wrapper .element-search input::placeholder {
        color: rgba(0, 0, 0, 0.3); }

.box-style, .user-profile, .element-box, .invoice-w, .big-error-w, .activity-boxes-w .activity-box, .projects-list .project-box {
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1); }

.element-box, .invoice-w, .big-error-w {
  padding: 1.5rem 2rem;
  margin-bottom: 1rem; }
  .element-box .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls {
    margin-left: -2rem;
    margin-right: -2rem; }
    .element-box .os-tabs-controls .nav, .invoice-w .os-tabs-controls .nav, .big-error-w .os-tabs-controls .nav {
      padding-left: 2rem;
      padding-right: 2rem; }
  .element-box .centered-header, .invoice-w .centered-header, .big-error-w .centered-header {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 1rem; }

.element-box-content + .form-header {
  margin-top: 2rem; }

.element-box + .element-box, .invoice-w + .element-box, .big-error-w + .element-box, .element-box + .invoice-w, .invoice-w + .invoice-w, .big-error-w + .invoice-w, .element-box + .big-error-w, .invoice-w + .big-error-w, .big-error-w + .big-error-w {
  margin-top: 2rem; }

.element-box-tp .input-search-w,
.element-box .input-search-w,
.invoice-w .input-search-w,
.big-error-w .input-search-w {
  margin-bottom: 1rem; }

/*
 #2. Tablo Element
*/
.el-tablo {
  padding-right: 5px; }
  .el-tablo .label {
    display: block;
    font-size: 0.63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4); }
  .el-tablo .value {
    font-size: 2.43rem;
    font-weight: 500;
    font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: -1px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle; }
  .el-tablo .trending {
    padding: 3px 10px;
    border-radius: 30px;
    display: inline-block;
    font-size: 0.72rem;
    vertical-align: middle;
    margin-left: 1rem; }
    .el-tablo .trending .os-icon {
      margin-left: 5px;
      vertical-align: middle;
      font-size: 14px; }
    .el-tablo .trending span {
      display: inline-block;
      vertical-align: middle; }
  .el-tablo .trending-up {
    color: #fff;
    background-color: #8eb830; }
  .el-tablo .trending-down {
    color: #fff;
    background-color: #e65252; }
  .el-tablo .trending-up-basic {
    color: #8eb830;
    padding: 0px; }
  .el-tablo .trending-down-basic {
    color: #e65252;
    padding: 0px; }
  .el-tablo.centered {
    text-align: center; }
  .el-tablo.padded {
    padding: 2rem; }
  .el-tablo.bigger .value {
    font-size: 3.33rem; }
  .el-tablo.bigger .label {
    font-size: 0.9rem; }
  .el-tablo.highlight .value {
    color: #8eb830; }

.el-buttons-list .btn, .el-buttons-list .all-wrapper .fc-button, .all-wrapper .el-buttons-list .fc-button {
  margin-bottom: 0.5rem; }

.el-buttons-list.full-width .btn, .el-buttons-list.full-width .all-wrapper .fc-button, .all-wrapper .el-buttons-list.full-width .fc-button {
  display: block; }

.el-tablo + .el-chart-w {
  margin-top: 1rem; }

/*
 #3. Charts & Legend
*/
.el-chart-w {
  position: relative;
  text-align: center; }
  .el-chart-w .inside-donut-chart-label {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 0.63rem;
    text-transform: uppercase;
    z-index: 1; }
    .el-chart-w .inside-donut-chart-label strong {
      display: block;
      font-size: 1.26rem; }
    .el-chart-w .inside-donut-chart-label span {
      display: block;
      color: rgba(0, 0, 0, 0.4); }
  .el-chart-w canvas {
    position: relative;
    z-index: 2; }

.el-chart-w + .el-legend {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.5rem;
  margin-top: 2rem; }

.el-legend .legend-value-w {
  margin-bottom: 0.5rem; }

.el-legend .legend-pin {
  width: 10px;
  height: 10px;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.7rem; }

.el-legend .legend-value {
  display: inline-block;
  vertical-align: middle; }

/*
 #4. Profile Tile
*/
.profile-tile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .profile-tile .profile-tile-box {
    width: 110px;
    text-align: center;
    border-radius: 4px;
    padding: 1.5rem 0.5rem 0.5rem;
    background-color: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05); }
  .profile-tile .pt-avatar-w {
    display: inline-block;
    border-radius: 50px;
    overflow: hidden; }
    .profile-tile .pt-avatar-w img {
      width: 60px;
      height: auto; }
  .profile-tile .pt-user-name {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.63rem;
    text-transform: uppercase; }
  .profile-tile .profile-tile-meta {
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px; }
    .profile-tile .profile-tile-meta ul {
      list-style: none;
      font-size: 0.63rem;
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.4);
      margin: 0px;
      padding: 0px; }
      .profile-tile .profile-tile-meta ul li {
        margin-bottom: 0.3rem; }
      .profile-tile .profile-tile-meta ul strong {
        color: #3E4B5B;
        margin-left: 5px; }

.status-pill {
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background-color: #eee;
  display: inline-block; }
  .status-pill.yellow {
    background-color: #f8bc34; }
  .status-pill.red {
    background-color: #c21a1a; }
  .status-pill.green {
    background-color: #71c21a; }

/*
 #5. Users list element
*/
.users-list-w .user-w {
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .users-list-w .user-w .user-avatar-w {
    width: 50px; }
    .users-list-w .user-w .user-avatar-w .user-avatar {
      border-radius: 40px;
      overflow: hidden; }
      .users-list-w .user-w .user-avatar-w .user-avatar img {
        max-width: 100%;
        height: auto; }
  .users-list-w .user-w.with-status .user-avatar-w {
    position: relative; }
    .users-list-w .user-w.with-status .user-avatar-w:before {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      top: 2px;
      right: 2px;
      border-radius: 10px;
      box-shadow: 0px 0px 0px 3px #fff; }
  .users-list-w .user-w.with-status.status-green .user-avatar-w:before {
    background-color: #8eb830; }
  .users-list-w .user-w.with-status.status-red .user-avatar-w:before {
    background-color: #e65252; }
  .users-list-w .user-w .user-name {
    padding-left: 20px;
    -ms-flex: 1;
    flex: 1; }
  .users-list-w .user-w .user-title {
    margin-bottom: 4px; }
  .users-list-w .user-w .user-role {
    font-size: 0.63rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4); }
  .users-list-w .user-w .user-action {
    width: 50px;
    color: #8eb830;
    font-size: 18px; }

/*
 #6. Tabs Controls
*/
.os-tabs-controls {
  margin-bottom: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .os-tabs-controls .nav-pills {
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .os-tabs-controls .nav-tabs {
    -ms-flex: 1;
    flex: 1; }

/*
 #7. Activity Boxes
*/
.activity-boxes-w .activity-box-w {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8rem 0px;
  position: relative; }
  .activity-boxes-w .activity-box-w:before {
    content: "";
    display: block;
    width: 3px;
    background-color: #d6d6d6;
    top: 0px;
    bottom: 0px;
    left: 75px;
    position: absolute; }
  .activity-boxes-w .activity-box-w:after {
    content: "";
    display: block;
    width: 20px;
    background-color: #d6d6d6;
    top: 50%;
    height: 1px;
    left: 80px;
    position: absolute;
    z-index: 1; }
  .activity-boxes-w .activity-box-w:first-child:before {
    top: 50%; }
  .activity-boxes-w .activity-box-w:last-child:before {
    bottom: 50%; }

.activity-boxes-w .activity-time {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  font-size: 0.63rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  text-align: right;
  padding-right: 40px; }

.activity-boxes-w .activity-box {
  padding: 0.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -ms-flex-align: center;
  align-items: center; }
  .activity-boxes-w .activity-box:before {
    position: absolute;
    top: 50%;
    left: -30px;
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #60769f;
    background-color: #fcfcfc;
    border-radius: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }

.activity-boxes-w .activity-avatar {
  width: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 1.5rem; }
  .activity-boxes-w .activity-avatar img {
    max-width: 100%;
    height: auto; }

.activity-boxes-w .activity-info {
  -ms-flex: 1;
  flex: 1; }

.activity-boxes-w .activity-role {
  font-size: 0.63rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0.2rem; }

.activity-boxes-w .activity-title {
  font-size: 0.63rem;
  text-transform: uppercase;
  display: block; }

/*
 #8. Note box
*/
.note-box {
  padding: 15%;
  background-color: #F8ECC7;
  margin-bottom: 2rem; }
  .note-box .note-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
  .note-box .note-content {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.81rem; }

/*
 #9. Steps
*/
.step-contents .step-content {
  padding: 0px 5%;
  display: none; }
  .step-contents .step-content.active {
    display: block; }

.step-triggers {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .step-triggers .step-trigger {
    padding-bottom: 1rem;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 1.08rem;
    color: rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.4s ease; }
    .step-triggers .step-trigger:focus {
      text-decoration: none; }
    .step-triggers .step-trigger:hover {
      text-decoration: none;
      color: #3E4B5B;
      cursor: pointer; }
    .step-triggers .step-trigger:before {
      position: absolute;
      content: "";
      height: 4px;
      background-color: #8eb830;
      left: 0px;
      right: 100%;
      bottom: -2px;
      transition: all 0.4s ease; }
    .step-triggers .step-trigger.complete:before {
      right: 0px; }
    .step-triggers .step-trigger.active {
      color: #3E4B5B; }
      .step-triggers .step-trigger.active:before {
        right: 0px; }

/*
 #10. Invoice
*/
.invoice-w {
  font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  max-width: 800px;
  position: relative;
  overflow: hidden;
  padding: 100px;
  padding-bottom: 20px; }
  .invoice-w:before {
    width: 140%;
    height: 450px;
    background-color: #faf9f3;
    position: absolute;
    top: -15%;
    left: -24%;
    -ms-transform: rotate(-27deg);
    transform: rotate(-27deg);
    content: "";
    z-index: 1; }
  .invoice-w .infos {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .invoice-w .infos .info-1 {
      font-size: 1.08rem; }
      .invoice-w .infos .info-1 .company-name {
        font-size: 2.25rem;
        margin-bottom: 0.5rem;
        margin-top: 10px; }
      .invoice-w .infos .info-1 .company-extra {
        font-size: 0.81rem;
        color: rgba(0, 0, 0, 0.4);
        margin-top: 1rem; }
    .invoice-w .infos .info-2 {
      padding-top: 140px;
      text-align: right; }
      .invoice-w .infos .info-2 .company-name {
        margin-bottom: 1rem;
        font-size: 1.26rem; }
      .invoice-w .infos .info-2 .company-address {
        color: rgba(0, 0, 0, 0.6); }
  .invoice-w .terms {
    font-size: 0.81rem;
    margin-top: 2.5rem; }
    .invoice-w .terms .terms-header {
      font-size: 0.9rem;
      margin-bottom: 10px; }
    .invoice-w .terms .terms-content {
      color: rgba(0, 0, 0, 0.4); }

.invoice-table thead th {
  border-bottom: 2px solid #333; }

.invoice-table tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.invoice-table tbody tr:last-child td {
  padding-bottom: 40px; }

.invoice-table tfoot tr td {
  border-top: 3px solid #333;
  font-size: 1.26rem; }

.invoice-heading {
  margin-bottom: 4rem;
  margin-top: 7rem;
  position: relative;
  z-index: 2; }
  .invoice-heading h3 {
    margin-bottom: 0px; }

.invoice-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6rem; }
  .invoice-footer .invoice-logo img {
    vertical-align: middle;
    height: 20px;
    width: auto;
    display: inline-block; }
  .invoice-footer .invoice-logo span {
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block; }
  .invoice-footer .invoice-info span {
    display: inline-block; }
  .invoice-footer .invoice-info span + span {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }

.invoice-body {
  display: -ms-flexbox;
  display: flex; }
  .invoice-body .invoice-desc {
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
    font-size: 1.17rem; }

/*
 #11. Error Page
*/
.big-error-w {
  width: 450px;
  text-align: center;
  padding: 50px;
  margin: 0px auto;
  margin-top: 100px; }
  .big-error-w h1 {
    font-size: 4.75rem;
    margin-bottom: 0px; }
  .big-error-w h5 {
    color: #8eb830;
    margin-bottom: 3rem; }
  .big-error-w h4 {
    margin-bottom: 0px; }
  .big-error-w form {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.5rem;
    margin-top: 1.5rem; }

/*
 #12. Authorization styles
*/
.auth-box-w {
  max-width: 450px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); }
  .auth-box-w.wider {
    max-width: 500px; }
  .auth-box-w .logged-user-w {
    padding-top: 0px;
    padding-bottom: 10px; }
  .auth-box-w .logo-w {
    text-align: center;
    padding: 20%; }
  .auth-box-w .auth-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    padding-left: 80px; }
    .auth-box-w .auth-header:after {
      content: "";
      background-color: #8eb830;
      width: 32px;
      height: 7px;
      border-radius: 2px;
      display: block;
      position: absolute;
      bottom: -4px;
      left: 80px; }
  .auth-box-w form {
    padding: 20px 80px;
    padding-bottom: 60px; }
    .auth-box-w form .form-check-inline {
      margin-left: 1rem; }
    .auth-box-w form .form-group {
      position: relative; }
      .auth-box-w form .form-group .pre-icon {
        position: absolute;
        bottom: 5px;
        font-size: 24px;
        color: #8eb830;
        left: -38px; }
  .auth-box-w .buttons-w {
    padding-top: 1rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .auth-box-w.centered {
    text-align: center; }
    .auth-box-w.centered .auth-header {
      padding-left: 0px; }
      .auth-box-w.centered .auth-header:after {
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%; }

/*
 #13. Timed Activities Element
*/
.timed-activities {
  margin-bottom: 1rem; }

.timed-activity {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  font-size: 1.08rem; }
  .timed-activity .ta-date {
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: center; }
    .timed-activity .ta-date span {
      position: relative;
      display: inline-block; }
      .timed-activity .ta-date span:after {
        content: "";
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -30px;
        width: 16px;
        height: 16px;
        border: 3px solid #C76DC8;
        border-radius: 8px;
        background-color: #fff; }
    .timed-activity .ta-date:before {
      content: "";
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -20px;
      width: 1px;
      top: 70px;
      background-color: rgba(0, 0, 0, 0.1); }
  .timed-activity .ta-record-w {
    padding-left: 40px; }
  .timed-activity .ta-record {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -ms-flex-align: start;
    align-items: flex-start; }
  .timed-activity .ta-timestamp {
    position: relative;
    padding-right: 40px;
    color: rgba(0, 0, 0, 0.4);
    width: 110px;
    white-space: nowrap; }
    .timed-activity .ta-timestamp strong {
      color: #3E4B5B; }
    .timed-activity .ta-timestamp:after {
      content: '\e910';
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'osfont' !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;
      color: rgba(0, 0, 0, 0.3);
      font-size: 10px;
      position: absolute;
      top: 50%;
      right: 15px;
      -ms-transform: translateY(-40%);
      transform: translateY(-40%);
      display: block; }
  .timed-activity .ta-activity a {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid #3b75e3; }
    .timed-activity .ta-activity a:hover {
      text-decoration: none;
      color: #1747a1;
      border-bottom-color: #1747a1; }

.timed-activities.compact .timed-activity {
  display: block;
  padding-left: 30px;
  position: relative; }
  .timed-activities.compact .timed-activity:before {
    position: absolute;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0px;
    top: 45px;
    content: "";
    left: 8px; }
  .timed-activities.compact .timed-activity .ta-date {
    -ms-flex: 0;
    flex: 0;
    text-align: left;
    margin-bottom: 1.5rem; }
    .timed-activities.compact .timed-activity .ta-date:before {
      display: none; }
    .timed-activities.compact .timed-activity .ta-date span:after {
      left: -30px;
      top: 50%;
      bottom: auto;
      right: auto;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .timed-activities.compact .timed-activity .ta-record-w {
    padding-left: 20px; }
  .timed-activities.compact .timed-activity .ta-record {
    display: block; }
  .timed-activities.compact .timed-activity .ta-timestamp {
    font-size: 0.81rem;
    margin-bottom: 5px; }
    .timed-activities.compact .timed-activity .ta-timestamp:after {
      right: auto;
      left: -20px;
      font-size: 8px; }
  .timed-activities.compact .timed-activity .ta-activity {
    font-size: 0.9rem;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/*
 #14. Progress Bar Element
*/
.os-progress-bar {
  margin-bottom: 1rem; }
  .os-progress-bar .bar-labels {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px; }
    .os-progress-bar .bar-labels span {
      font-size: 0.72rem; }
  .os-progress-bar .bar-label-left span {
    margin-right: 5px; }
    .os-progress-bar .bar-label-left span.positive {
      color: #619B2E; }
    .os-progress-bar .bar-label-left span.negative {
      color: #D83536; }
  .os-progress-bar .bar-label-right span {
    margin-left: 5px; }
    .os-progress-bar .bar-label-right span.info {
      color: #456CF9; }
  .os-progress-bar .bar-level-1,
  .os-progress-bar .bar-level-2,
  .os-progress-bar .bar-level-3 {
    border-radius: 12px;
    height: 6px; }
  .os-progress-bar.blue .bar-level-1, .os-progress-bar.primary .bar-level-1 {
    background-color: #F2F2F2; }
  .os-progress-bar.blue .bar-level-2, .os-progress-bar.primary .bar-level-2 {
    background-color: #cfe59c; }
  .os-progress-bar.blue .bar-level-3, .os-progress-bar.primary .bar-level-3 {
    background-color: #8eb830; }
  .os-progress-bar.floated {
    float: right;
    width: 220px; }

/* 10. Helpful little styles */
.relative {
  position: relative; }

.padded-v {
  padding: 1rem 10px; }

.padded-v-big {
  padding: 2rem 10px; }

.padded {
  padding: 1rem 2rem; }

.b-l {
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.b-r {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.b-t {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.b-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.m-t {
  margin-top: 1rem; }

.m-b {
  margin-bottom: 1rem; }

@media (min-width: 992px) {
  .padded-lg {
    padding: 1rem 2rem; }
  .b-l-lg {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .b-r-lg {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .b-t-lg {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .b-b-lg {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }

.example-column {
  padding: 12px 15px;
  background: #EEF5FF;
  border: 1px solid #AEC8FF;
  margin-bottom: 15px;
  text-align: center; }
  .example-column + .example-column {
    border-left: none; }

.example-content .progress + .progress {
  margin-top: 1rem; }

.os-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'osfont' !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; }

.os-icon-search:before {
  content: "\e92c"; }

.os-icon-arrow-right:before {
  content: "\e90e"; }

.os-icon-arrow-right2:before {
  content: "\e90f"; }

.os-icon-arrow-right3:before {
  content: "\e910"; }

.os-icon-arrow-right4:before {
  content: "\e911"; }

.os-icon-arrow-right5:before {
  content: "\e912"; }

.os-icon-arrow-left:before {
  content: "\e913"; }

.os-icon-arrow-left2:before {
  content: "\e914"; }

.os-icon-arrow-left3:before {
  content: "\e915"; }

.os-icon-arrow-left4:before {
  content: "\e916"; }

.os-icon-arrow-up:before {
  content: "\e917"; }

.os-icon-arrow-down:before {
  content: "\e918"; }

.os-icon-arrow-left5:before {
  content: "\e919"; }

.os-icon-arrow-down2:before {
  content: "\e91a"; }

.os-icon-arrow-down3:before {
  content: "\e91b"; }

.os-icon-arrow-down4:before {
  content: "\e91c"; }

.os-icon-arrow-up2:before {
  content: "\e91d"; }

.os-icon-arrow-up3:before {
  content: "\e91e"; }

.os-icon-arrow-down5:before {
  content: "\e91f"; }

.os-icon-arrow-up4:before {
  content: "\e920"; }

.os-icon-arrow-up5:before {
  content: "\e921"; }

.os-icon-pencil-12:before {
  content: "\e96e"; }

.os-icon-ui-33:before {
  content: "\e96c"; }

.os-icon-ui-49:before {
  content: "\e96d"; }

.os-icon-grid-10:before {
  content: "\e96b"; }

.os-icon-common-03:before {
  content: "\e968"; }

.os-icon-ui-22:before {
  content: "\e969"; }

.os-icon-ui-46:before {
  content: "\e96a"; }

.os-icon-basic-1-138-quotes:before {
  content: "\e966";
  color: #474a56; }

.os-icon-ui-07:before {
  content: "\e962"; }

.os-icon-social-09:before {
  content: "\e963"; }

.os-icon-finance-28:before {
  content: "\e964"; }

.os-icon-finance-29:before {
  content: "\e965"; }

.os-icon-checkmark:before {
  content: "\e961"; }

.os-icon-ui-93:before {
  content: "\e95d"; }

.os-icon-mail-14:before {
  content: "\e95e"; }

.os-icon-phone-15:before {
  content: "\e95f"; }

.os-icon-phone-18:before {
  content: "\e960"; }

.os-icon-ui-55:before {
  content: "\e95c"; }

.os-icon-mail-19:before {
  content: "\e95a"; }

.os-icon-mail-18:before {
  content: "\e95b"; }

.os-icon-grid-18:before {
  content: "\e950"; }

.os-icon-ui-02:before {
  content: "\e951"; }

.os-icon-ui-37:before {
  content: "\e952"; }

.os-icon-common-07:before {
  content: "\e953"; }

.os-icon-ui-54:before {
  content: "\e954"; }

.os-icon-ui-44:before {
  content: "\e955"; }

.os-icon-ui-15:before {
  content: "\e956"; }

.os-icon-documents-03:before {
  content: "\e957"; }

.os-icon-ui-92:before {
  content: "\e958"; }

.os-icon-phone-21:before {
  content: "\e959"; }

.os-icon-documents-07:before {
  content: "\e94c"; }

.os-icon-others-29:before {
  content: "\e94d"; }

.os-icon-ui-65:before {
  content: "\e94e"; }

.os-icon-ui-51:before {
  content: "\e94f"; }

.os-icon-mail-07:before {
  content: "\e94b"; }

.os-icon-mail-01:before {
  content: "\e949"; }

.os-icon-others-43:before {
  content: "\e94a"; }

.os-icon-mail-12:before {
  content: "\e967"; }

.os-icon-signs-11:before {
  content: "\e946"; }

.os-icon-coins-4:before {
  content: "\e947"; }

.os-icon-user-male-circle2:before {
  content: "\e948"; }

.os-icon-emoticon-smile:before {
  content: "\e943"; }

.os-icon-robot-2:before {
  content: "\e944"; }

.os-icon-robot-1:before {
  content: "\e945"; }

.os-icon-crown:before {
  content: "\e942"; }

.os-icon-cancel-circle:before {
  content: "\e93f"; }

.os-icon-cancel-square:before {
  content: "\e940"; }

.os-icon-close:before {
  content: "\e941"; }

.os-icon-grid-circles:before {
  content: "\e93c"; }

.os-icon-grid-squares-22:before {
  content: "\e93d"; }

.os-icon-grid-squares2:before {
  content: "\e93e"; }

.os-icon-tasks-checked:before {
  content: "\e93a"; }

.os-icon-hierarchy-structure-2:before {
  content: "\e93b"; }

.os-icon-agenda-1:before {
  content: "\e935"; }

.os-icon-cv-2:before {
  content: "\e936"; }

.os-icon-grid-squares-2:before {
  content: "\e937"; }

.os-icon-grid-squares:before {
  content: "\e938"; }

.os-icon-calendar-time:before {
  content: "\e939"; }

.os-icon-twitter:before {
  content: "\e933"; }

.os-icon-facebook:before {
  content: "\e934"; }

.os-icon-pie-chart-2:before {
  content: "\e92d"; }

.os-icon-pie-chart-1:before {
  content: "\e92e"; }

.os-icon-pie-chart-3:before {
  content: "\e92f"; }

.os-icon-donut-chart-1:before {
  content: "\e930"; }

.os-icon-bar-chart-up:before {
  content: "\e931"; }

.os-icon-bar-chart-stats-up:before {
  content: "\e932"; }

.os-icon-hamburger-menu-2:before {
  content: "\e92a"; }

.os-icon-hamburger-menu-1:before {
  content: "\e92b"; }

.os-icon-email-2-at:before {
  content: "\e928"; }

.os-icon-email-2-at2:before {
  content: "\e929"; }

.os-icon-fingerprint:before {
  content: "\e927"; }

.os-icon-basic-2-259-calendar:before {
  content: "\e926";
  color: #474a56; }

.os-icon-arrow-2-up:before {
  content: "\e924"; }

.os-icon-arrow-2-down:before {
  content: "\e925"; }

.os-icon-bar-chart-down:before {
  content: "\e922"; }

.os-icon-graph-down:before {
  content: "\e923"; }

.os-icon-pencil-1:before {
  content: "\e90b"; }

.os-icon-edit-3:before {
  content: "\e90c"; }

.os-icon-edit-1:before {
  content: "\e90d"; }

.os-icon-database-remove:before {
  content: "\e908"; }

.os-icon-pencil-2:before {
  content: "\e909"; }

.os-icon-link-3:before {
  content: "\e90a"; }

.os-icon-email-forward:before {
  content: "\e907"; }

.os-icon-delivery-box-2:before {
  content: "\e900"; }

.os-icon-wallet-loaded:before {
  content: "\e901"; }

.os-icon-newspaper:before {
  content: "\e902"; }

.os-icon-window-content:before {
  content: "\e903"; }

.os-icon-donut-chart-2:before {
  content: "\e904"; }

.os-icon-text-input:before {
  content: "\e905"; }

.os-icon-user-male-circle:before {
  content: "\e906"; }

/* 12. Chat */
/* 

Chat Styles 

#1. Popup chat on a side

*/
/*
#1. Popup chat on a side
*/
.floated-chat-btn {
  z-index: 9999;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #097CFF;
  box-shadow: 0 2px 20px 0 rgba(46, 130, 255, 0.75);
  border-radius: 75px;
  color: #fff;
  padding: 12px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  font-size: 1.08rem;
  cursor: pointer;
  transition: all 0.2s ease; }
  .floated-chat-btn i {
    vertical-align: middle;
    display: inline-block;
    font-size: 24px; }
  .floated-chat-btn span {
    vertical-align: middle;
    display: inline-block;
    font-weight: 500; }
  .floated-chat-btn i + span {
    margin-left: 15px; }
  .floated-chat-btn:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #0064d5;
    box-shadow: 0 2px 30px 0 rgba(46, 130, 255, 0.8); }

.floated-chat-w {
  z-index: 9999;
  position: fixed;
  bottom: 70px;
  right: 10px;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 0.3s ease; }
  .floated-chat-w.active {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .floated-chat-w .floated-chat-i {
    background-color: #fff;
    /* Rectangle: */
    box-shadow: 0 2px 40px 0 rgba(43, 132, 210, 0.41);
    border-radius: 10px;
    width: 320px;
    position: relative; }
    .floated-chat-w .floated-chat-i .chat-close {
      position: absolute;
      top: 10px;
      right: 10px;
      color: rgba(0, 0, 0, 0.8);
      font-size: 10px;
      cursor: pointer; }
  .floated-chat-w .chat-head {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .floated-chat-w .chat-head .user-w {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .floated-chat-w .chat-head .user-w .user-avatar-w {
        width: 50px; }
        .floated-chat-w .chat-head .user-w .user-avatar-w .user-avatar {
          border-radius: 40px;
          overflow: hidden; }
          .floated-chat-w .chat-head .user-w .user-avatar-w .user-avatar img {
            max-width: 100%;
            height: auto; }
      .floated-chat-w .chat-head .user-w.with-status .user-avatar-w {
        position: relative; }
        .floated-chat-w .chat-head .user-w.with-status .user-avatar-w:before {
          content: "";
          width: 10px;
          height: 10px;
          position: absolute;
          top: 2px;
          right: 2px;
          border-radius: 10px;
          box-shadow: 0px 0px 0px 3px #fff; }
      .floated-chat-w .chat-head .user-w.with-status.status-green .user-avatar-w:before {
        background-color: #8eb830; }
      .floated-chat-w .chat-head .user-w.with-status.status-red .user-avatar-w:before {
        background-color: #e65252; }
      .floated-chat-w .chat-head .user-w .user-name {
        padding-left: 20px;
        -ms-flex: 1;
        flex: 1; }
      .floated-chat-w .chat-head .user-w .user-title {
        margin-bottom: 2px;
        color: #8eb830; }
      .floated-chat-w .chat-head .user-w .user-role {
        font-weight: 500;
        font-size: 0.81rem; }
      .floated-chat-w .chat-head .user-w .user-action {
        width: 50px;
        color: #8eb830;
        font-size: 18px; }
  .floated-chat-w .chat-messages {
    padding: 20px;
    height: 300px;
    position: relative;
    overflow: hidden; }
    .floated-chat-w .chat-messages .message {
      margin-bottom: 12px; }
      .floated-chat-w .chat-messages .message .message-content {
        color: #594939;
        padding: 10px 20px;
        background-color: #fcf6ee;
        border-radius: 20px 20px 20px 0px;
        max-width: 80%;
        display: inline-block;
        text-align: left; }
      .floated-chat-w .chat-messages .message.self {
        text-align: right; }
        .floated-chat-w .chat-messages .message.self .message-content {
          border-radius: 20px 20px 0px 20px;
          background-color: #e2efff;
          color: #2A4E7F; }
    .floated-chat-w .chat-messages .date-break {
      text-align: center;
      margin-bottom: 10px;
      color: rgba(0, 0, 0, 0.4); }
  .floated-chat-w .chat-controls {
    padding: 10px;
    padding-top: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .floated-chat-w .chat-controls .message-input {
      border: 1px solid transparent;
      background-color: #fff;
      padding: 10px;
      width: 100%;
      display: block;
      border-radius: 0px; }
      .floated-chat-w .chat-controls .message-input:focus {
        outline: none;
        border-bottom: 1px solid #8eb830; }
    .floated-chat-w .chat-controls .chat-extra {
      text-align: left;
      padding-left: 0px;
      padding-top: 10px; }
      .floated-chat-w .chat-controls .chat-extra a {
        display: inline-block;
        margin-left: 10px;
        font-size: 16px;
        position: relative; }
        .floated-chat-w .chat-controls .chat-extra a .extra-tooltip {
          background-color: rgba(0, 0, 0, 0.9);
          color: #fff;
          font-weight: 500;
          font-size: 0.63rem;
          text-transform: uppercase;
          display: inline-block;
          padding: 2px 7px;
          border-radius: 4px;
          position: absolute;
          top: -20px;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          white-space: nowrap;
          display: none; }
        .floated-chat-w .chat-controls .chat-extra a:hover {
          text-decoration: none; }
          .floated-chat-w .chat-controls .chat-extra a:hover .extra-tooltip {
            display: block; }

/* 13. App - Email */
/* Email App styles 
#1. EMAIL APP WRAPPER 
#2. LEFT MENU 
#3. MESSAGES LIST 
#4. CONTENT BOX 
#5. MESSAGE BOX 
#6. REPLY
#7. FOLDED STYLES
*/
/* #1. EMAIL APP WRAPPER */
.app-email-w a:focus, .app-email-w a:hover {
  text-decoration: none; }

.app-email-i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  border-radius: 0; }

/* #2. LEFT MENU */
.ae-side-menu {
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .ae-side-menu .aem-head {
    padding: 10px 20px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 10px; }
  .ae-side-menu .ae-main-menu {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .ae-side-menu .ae-main-menu li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      position: relative; }
      .ae-side-menu .ae-main-menu li a {
        display: block;
        padding: 20px; }
        .ae-side-menu .ae-main-menu li a i {
          font-size: 20px;
          display: inline-block;
          vertical-align: middle;
          color: #8eb830;
          transition: all 0.2s ease; }
        .ae-side-menu .ae-main-menu li a span {
          margin-left: 20px;
          display: inline-block;
          vertical-align: middle;
          color: #3E4B5B;
          font-weight: 500;
          text-transform: uppercase; }
      .ae-side-menu .ae-main-menu li:after {
        content: "";
        position: absolute;
        right: 0px;
        top: -1px;
        bottom: -1px;
        width: 5px;
        opacity: 0;
        background-color: #8eb830;
        transition: all 0.3s ease; }
      .ae-side-menu .ae-main-menu li:hover a i {
        -ms-transform: translateX(5px);
        transform: translateX(5px); }
      .ae-side-menu .ae-main-menu li:hover:after, .ae-side-menu .ae-main-menu li.active:after {
        opacity: 1; }
  .ae-side-menu .ae-labels {
    margin-top: 20px; }
    .ae-side-menu .ae-labels .ae-labels-header {
      padding: 20px; }
      .ae-side-menu .ae-labels .ae-labels-header i {
        color: #8eb830;
        font-size: 20px;
        vertical-align: middle;
        display: inline-block; }
      .ae-side-menu .ae-labels .ae-labels-header span {
        margin-left: 20px;
        text-transform: uppercase;
        font-weight: 500;
        vertical-align: middle;
        display: inline-block; }
    .ae-side-menu .ae-labels .ae-label {
      display: block;
      padding: 10px;
      padding-left: 30px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      position: relative;
      color: #3E4B5B;
      white-space: nowrap; }
      .ae-side-menu .ae-labels .ae-label .label-pin {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 10px;
        background-color: #8eb830;
        vertical-align: middle; }
      .ae-side-menu .ae-labels .ae-label .label-value {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
      .ae-side-menu .ae-labels .ae-label:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .ae-side-menu .ae-labels .ae-label.ae-label-red .label-pin {
        background-color: #e65252; }
      .ae-side-menu .ae-labels .ae-label.ae-label-green .label-pin {
        background-color: #8eb830; }
      .ae-side-menu .ae-labels .ae-label.ae-label-yellow .label-pin {
        background-color: #f0ad4e; }

/* #3. MESSAGES LIST */
.ae-list-w {
  -ms-flex: 0 0 370px;
  flex: 0 0 370px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .ae-list-w .ael-head {
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .ae-list-w .ael-head a {
      display: inline-block;
      vertical-align: middle; }
      .ae-list-w .ael-head a i {
        color: #8eb830;
        font-size: 20px; }
      .ae-list-w .ael-head a:hover {
        text-decoration: none; }
      .ae-list-w .ael-head a + a {
        margin-left: 15px; }
  .ae-list-w .ae-list .ae-item {
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    cursor: pointer; }
    .ae-list-w .ae-list .ae-item:after {
      content: "";
      position: absolute;
      right: 0px;
      top: -1px;
      bottom: -1px;
      width: 5px;
      opacity: 0;
      background-color: #8eb830;
      transition: all 0.3s ease; }
    .ae-list-w .ae-list .ae-item:hover:after, .ae-list-w .ae-list .ae-item.active:after {
      opacity: 1; }
    .ae-list-w .ae-list .ae-item.with-status .user-avatar-w {
      position: relative; }
      .ae-list-w .ae-list .ae-item.with-status .user-avatar-w:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 2px;
        right: 2px;
        border-radius: 10px;
        box-shadow: 0px 0px 0px 3px #fff; }
    .ae-list-w .ae-list .ae-item.with-status.status-green .user-avatar-w:before {
      background-color: #8eb830; }
    .ae-list-w .ae-list .ae-item.with-status.status-red .user-avatar-w:before {
      background-color: #e65252; }
    .ae-list-w .ae-list .ae-item.with-status.status-blue .user-avatar-w:before {
      background-color: #8eb830; }
    .ae-list-w .ae-list .ae-item.with-status.status-yellow .user-avatar-w:before {
      background-color: #f0ad4e; }
  .ae-list-w .ae-list .aei-image {
    margin-right: 20px; }
    .ae-list-w .ae-list .aei-image .user-avatar-w {
      width: 50px; }
      .ae-list-w .ae-list .aei-image .user-avatar-w img {
        border-radius: 50px;
        display: block;
        width: 50px;
        height: auto; }
  .ae-list-w .ae-list .aei-content {
    position: relative; }
    .ae-list-w .ae-list .aei-content .aei-timestamp {
      position: absolute;
      top: -10px;
      right: 0px;
      color: rgba(0, 0, 0, 0.3);
      font-size: 0.63rem; }
    .ae-list-w .ae-list .aei-content .aei-sub-title {
      color: #8eb830;
      text-transform: uppercase;
      font-size: 0.72rem;
      font-weight: 500; }
    .ae-list-w .ae-list .aei-content .aei-text {
      color: rgba(0, 0, 0, 0.5);
      font-size: 0.81rem; }

/* #4. CONTENT BOX */
.ae-content-w {
  background-color: #f6f7f8; }
  .ae-content-w .aec-head {
    height: 50px;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff; }
    .ae-content-w .aec-head .separate {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      padding-right: 15px;
      margin-right: 5px; }
    .ae-content-w .aec-head a {
      display: inline-block;
      vertical-align: middle; }
      .ae-content-w .aec-head a i {
        color: #8eb830;
        font-size: 20px; }
      .ae-content-w .aec-head a.highlight i {
        color: #CB9E48; }
      .ae-content-w .aec-head a:hover {
        text-decoration: none; }
      .ae-content-w .aec-head a + a {
        margin-left: 15px; }
    .ae-content-w .aec-head .actions-left {
      display: -ms-flexbox;
      display: flex; }
    .ae-content-w .aec-head .actions-right {
      display: -ms-flexbox;
      display: flex; }
    .ae-content-w .aec-head .user-avatar {
      margin-left: 40px;
      padding-left: 10px;
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
      .ae-content-w .aec-head .user-avatar img {
        display: block;
        width: 30px;
        height: auto;
        border-radius: 40px; }

.ae-content {
  padding: 40px; }

/* #5. MESSAGE BOX */
.aec-full-message-w {
  position: relative;
  z-index: 2;
  margin-bottom: 40px; }
  .aec-full-message-w .more-messages {
    position: absolute;
    left: 50%;
    top: -55px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.72rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px; }
    .aec-full-message-w .more-messages:hover {
      cursor: pointer;
      color: #8eb830;
      border-bottom: 1px solid #8eb830; }
  .aec-full-message-w.show-pack {
    margin-top: 40px; }
    .aec-full-message-w.show-pack:before {
      z-index: -1;
      content: "";
      position: absolute;
      bottom: 30px;
      left: 30px;
      right: 30px;
      top: -30px;
      background-color: rgba(255, 255, 255, 0.2);
      box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
      border-radius: 2px; }
    .aec-full-message-w.show-pack:after {
      z-index: -1;
      content: "";
      position: absolute;
      bottom: 15px;
      left: 15px;
      right: 15px;
      top: -15px;
      background-color: rgba(255, 255, 255, 0.7);
      box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
      border-radius: 2px; }
  .aec-full-message-w .aec-full-message {
    background-color: #fff;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px; }
  .aec-full-message-w .message-head {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .aec-full-message-w .message-head .user-w {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .aec-full-message-w .message-head .user-w .user-avatar-w {
        width: 50px; }
        .aec-full-message-w .message-head .user-w .user-avatar-w .user-avatar {
          border-radius: 40px;
          overflow: hidden; }
          .aec-full-message-w .message-head .user-w .user-avatar-w .user-avatar img {
            max-width: 100%;
            height: auto; }
      .aec-full-message-w .message-head .user-w.with-status .user-avatar-w {
        position: relative; }
        .aec-full-message-w .message-head .user-w.with-status .user-avatar-w:before {
          content: "";
          width: 10px;
          height: 10px;
          position: absolute;
          top: 2px;
          right: 2px;
          border-radius: 10px;
          box-shadow: 0px 0px 0px 3px #fff; }
      .aec-full-message-w .message-head .user-w.with-status.status-green .user-avatar-w:before {
        background-color: #8eb830; }
      .aec-full-message-w .message-head .user-w.with-status.status-red .user-avatar-w:before {
        background-color: #e65252; }
      .aec-full-message-w .message-head .user-w .user-name {
        padding-left: 20px;
        -ms-flex: 1;
        flex: 1; }
      .aec-full-message-w .message-head .user-w .user-title {
        margin-bottom: 2px;
        color: #8eb830; }
      .aec-full-message-w .message-head .user-w .user-role {
        font-weight: 500;
        font-size: 0.81rem; }
        .aec-full-message-w .message-head .user-w .user-role span {
          display: inline-block;
          margin-left: 5px;
          color: rgba(0, 0, 0, 0.4); }
      .aec-full-message-w .message-head .user-w .user-action {
        width: 50px;
        color: #8eb830;
        font-size: 18px; }
    .aec-full-message-w .message-head .message-info {
      color: rgba(0, 0, 0, 0.3);
      font-size: 0.72rem;
      text-align: right; }
  .aec-full-message-w .message-content {
    padding: 6% 10% 8% 10%; }
  .aec-full-message-w .message-attachments {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 20px; }
    .aec-full-message-w .message-attachments .attachments-heading {
      text-transform: uppercase;
      font-size: 0.72rem;
      color: rgba(0, 0, 0, 0.4); }
    .aec-full-message-w .message-attachments .attachments-docs {
      margin-top: 15px; }
      .aec-full-message-w .message-attachments .attachments-docs a {
        display: inline-block; }
        .aec-full-message-w .message-attachments .attachments-docs a i {
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px; }
        .aec-full-message-w .message-attachments .attachments-docs a span {
          display: inline-block;
          vertical-align: middle; }
        .aec-full-message-w .message-attachments .attachments-docs a:hover {
          text-decoration: none; }
      .aec-full-message-w .message-attachments .attachments-docs a + a {
        padding-left: 15px;
        margin-left: 15px;
        border-left: 1px solid rgba(0, 0, 0, 0.1); }

.older-pack {
  display: none; }

/* #6. REPLY */
.aec-reply {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden; }
  .aec-reply .reply-header {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
    margin-bottom: 0px; }
    .aec-reply .reply-header i {
      font-size: 130px;
      color: rgba(0, 86, 255, 0.05);
      position: absolute;
      top: -70px;
      left: -70px; }
    .aec-reply .reply-header h5 {
      margin: 0px;
      font-size: 1.08rem; }
      .aec-reply .reply-header h5 span {
        color: #8eb830;
        border-bottom: 1px dotted #8eb830;
        display: inline-block; }
  .aec-reply .buttons-w {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    .aec-reply .buttons-w .btn, .aec-reply .buttons-w .all-wrapper .fc-button, .all-wrapper .aec-reply .buttons-w .fc-button {
      text-transform: uppercase;
      padding: 5px 10px;
      font-size: 0.7rem; }
      .aec-reply .buttons-w .btn .os-icon, .aec-reply .buttons-w .all-wrapper .fc-button .os-icon, .all-wrapper .aec-reply .buttons-w .fc-button .os-icon {
        margin-right: 10px; }
  .aec-reply .cke_chrome {
    border: none; }
  .aec-reply .cke_bottom {
    border: none; }

/* #7. FOLDED STYLES */
.app-email-w.compact-side-menu .ae-side-menu {
  -ms-flex: 0 1 60px;
  flex: 0 1 60px;
  text-align: center; }
  .app-email-w.compact-side-menu .ae-side-menu .aem-head {
    -ms-flex-pack: center;
    justify-content: center; }
  .app-email-w.compact-side-menu .ae-side-menu .ae-main-menu li a span {
    display: none; }
  .app-email-w.compact-side-menu .ae-side-menu .ae-labels .ae-label {
    padding-left: 10px; }
    .app-email-w.compact-side-menu .ae-side-menu .ae-labels .ae-label span.label-value {
      display: none; }
  .app-email-w.compact-side-menu .ae-side-menu .ae-labels-header span {
    display: none; }

/* 14. App - Projects */
.projects-list {
  margin-bottom: 2rem; }
  .projects-list .project-head {
    padding: 20px 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .projects-list .project-head .project-title {
      text-transform: uppercase;
      letter-spacing: 2px; }
      .projects-list .project-head .project-title h5 {
        margin-bottom: 0; }
    .projects-list .project-head .project-users {
      -ms-flex: 0 0 220px;
      flex: 0 0 220px;
      text-align: right; }
      .projects-list .project-head .project-users .avatar {
        width: 35px;
        border-radius: 35px;
        box-shadow: 0px 0px 0px 5px #fff;
        display: inline-block;
        overflow: hidden;
        vertical-align: middle; }
        .projects-list .project-head .project-users .avatar img {
          height: auto;
          width: 35px; }
      .projects-list .project-head .project-users .more {
        background-color: #8eb830;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        left: -10px;
        padding: 2px 7px;
        border-radius: 12px;
        color: #fff;
        font-size: 0.63rem; }
  .projects-list .project-info {
    padding: 20px 40px; }
    .projects-list .project-info .os-progress-bar {
      margin-bottom: 0px; }
    .projects-list .project-info .os-progress-bar + .os-progress-bar {
      margin-top: 1rem; }
  .projects-list .project-box + .project-box {
    margin-top: 2rem; }

/* 15. App - Full Chat */
.full-chat-w {
  /*
    #3. Middle Section
  */ }
  .full-chat-w .full-chat-i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    padding: 0px; }
  .full-chat-w .full-chat-left {
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    background-color: #f6f7f8;
    border-radius: 0 0px 0px 0;
    padding: 20px 0px; }
    .full-chat-w .full-chat-left .os-tabs-w .nav {
      padding: 0px 20px; }
    .full-chat-w .full-chat-left .chat-search {
      padding: 20px 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .full-chat-w .full-chat-left .element-search {
      position: relative; }
      .full-chat-w .full-chat-left .element-search:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'osfont' !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;
        position: absolute;
        left: 15px;
        top: 48%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 20px;
        content: "\e92c";
        color: rgba(0, 0, 0, 0.2); }
      .full-chat-w .full-chat-left .element-search input {
        border: none;
        box-shadow: none;
        background-color: #fff;
        border-radius: 30px;
        padding: 10px 15px 10px 50px;
        display: block;
        width: 100%;
        outline: none; }
        .full-chat-w .full-chat-left .element-search input:-ms-input-placeholder {
          color: rgba(0, 0, 0, 0.3); }
        .full-chat-w .full-chat-left .element-search input::placeholder {
          color: rgba(0, 0, 0, 0.3); }
    .full-chat-w .full-chat-left .user-list .user-w {
      display: -ms-flexbox;
      display: flex;
      padding: 20px 30px;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      transition: all 0.2s ease; }
      .full-chat-w .full-chat-left .user-list .user-w .avatar {
        margin-right: 20px;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px; }
        .full-chat-w .full-chat-left .user-list .user-w .avatar img {
          width: 50px;
          height: auto;
          border-radius: 50px;
          display: block; }
      .full-chat-w .full-chat-left .user-list .user-w .user-info {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
      .full-chat-w .full-chat-left .user-list .user-w .user-name {
        font-weight: 500;
        font-size: 0.99rem;
        transition: all 0.2s ease; }
      .full-chat-w .full-chat-left .user-list .user-w .last-message {
        color: rgba(0, 0, 0, 0.4);
        font-size: 0.81rem;
        transition: all 0.2s ease; }
      .full-chat-w .full-chat-left .user-list .user-w .user-date {
        float: right;
        padding: 2px 7px;
        background-color: #fff;
        border-radius: 12px;
        font-size: 0.72rem;
        color: rgba(0, 0, 0, 0.3);
        transition: all 0.2s ease; }
      .full-chat-w .full-chat-left .user-list .user-w:hover {
        background-color: #8eb830;
        cursor: pointer; }
        .full-chat-w .full-chat-left .user-list .user-w:hover .user-name {
          color: #fff; }
        .full-chat-w .full-chat-left .user-list .user-w:hover .last-message {
          color: rgba(255, 255, 255, 0.5); }
        .full-chat-w .full-chat-left .user-list .user-w:hover .user-date {
          background-color: #7ea42b;
          color: rgba(255, 255, 255, 0.3); }
  .full-chat-w .full-chat-middle {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #fff; }
    .full-chat-w .full-chat-middle .chat-head {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding: 10px 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center; }
    .full-chat-w .full-chat-middle .user-info {
      font-size: 1.08rem; }
      .full-chat-w .full-chat-middle .user-info span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
      .full-chat-w .full-chat-middle .user-info a {
        display: inline-block;
        vertical-align: middle;
        border-bottom: 1px dotted #8eb830; }
        .full-chat-w .full-chat-middle .user-info a:hover {
          text-decoration: none; }
    .full-chat-w .full-chat-middle .user-actions a {
      margin-left: 1rem;
      font-size: 24px;
      display: inline-block;
      vertical-align: middle; }
  .full-chat-w .chat-content-w {
    height: 600px;
    overflow: hidden;
    position: relative; }
    .full-chat-w .chat-content-w .chat-content {
      padding: 50px;
      min-height: 600px; }
    .full-chat-w .chat-content-w .chat-date-separator {
      text-align: center;
      color: rgba(0, 0, 0, 0.3);
      font-size: 0.81rem;
      position: relative;
      margin: 40px 0px; }
      .full-chat-w .chat-content-w .chat-date-separator:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.1);
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0px;
        right: 0px; }
      .full-chat-w .chat-content-w .chat-date-separator span {
        display: inline-block;
        background-color: #fff;
        padding: 0px 10px;
        position: relative; }
    .full-chat-w .chat-content-w .chat-message {
      margin-bottom: 20px; }
      .full-chat-w .chat-content-w .chat-message .chat-message-content {
        padding: 15px 35px;
        background-color: #fff9f0;
        color: #594939;
        max-width: 400px;
        display: inline-block;
        margin-bottom: -20px;
        margin-left: 20px;
        border-radius: 20px;
        text-align: left; }
      .full-chat-w .chat-content-w .chat-message .chat-message-avatar {
        display: inline-block;
        vertical-align: bottom; }
        .full-chat-w .chat-content-w .chat-message .chat-message-avatar img {
          width: 40px;
          height: auto;
          border-radius: 30px;
          display: inline-block;
          box-shadow: 0px 0px 0px 10px #fff; }
      .full-chat-w .chat-content-w .chat-message .chat-message-date {
        display: inline-block;
        vertical-align: bottom;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 0.72rem;
        color: rgba(0, 0, 0, 0.3); }
      .full-chat-w .chat-content-w .chat-message.self {
        text-align: right; }
        .full-chat-w .chat-content-w .chat-message.self .chat-message-content {
          background-color: #f0f9ff;
          color: #2A4E7F;
          margin-right: 20px;
          margin-left: 0px; }
  .full-chat-w .chat-controls {
    padding: 20px;
    padding-top: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .full-chat-w .chat-input input[type="text"] {
    padding: 20px 20px 20px 0px;
    border: none;
    display: block;
    width: 100%;
    outline: none; }
  .full-chat-w .chat-input-extra {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    .full-chat-w .chat-input-extra .chat-extra-actions a {
      margin-right: 10px;
      display: inline-block; }
  .full-chat-w .full-chat-right {
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px; }
  .full-chat-w .user-intro {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center; }
    .full-chat-w .user-intro .avatar {
      width: 90px;
      height: 90px;
      display: inline-block; }
      .full-chat-w .user-intro .avatar img {
        width: 90px;
        border-radius: 60px;
        height: auto; }
    .full-chat-w .user-intro .user-intro-info {
      margin-top: 1rem; }
      .full-chat-w .user-intro .user-intro-info .user-name {
        margin-top: 0px;
        margin-bottom: 0px;
        color: #8eb830; }
      .full-chat-w .user-intro .user-intro-info .user-sub {
        color: rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.72rem;
        margin-top: 5px; }
      .full-chat-w .user-intro .user-intro-info .user-social {
        margin-top: 1rem; }
        .full-chat-w .user-intro .user-intro-info .user-social a {
          display: inline-block;
          margin: 0px 6px;
          font-size: 24px; }
          .full-chat-w .user-intro .user-intro-info .user-social a:hover {
            text-decoration: none; }
        .full-chat-w .user-intro .user-intro-info .user-social i.os-icon.os-icon-twitter {
          color: #31a7f3; }
        .full-chat-w .user-intro .user-intro-info .user-social i.os-icon.os-icon-facebook {
          color: #175dc5; }
  .full-chat-w .chat-info-section {
    padding: 20px; }
    .full-chat-w .chat-info-section .ci-header i {
      color: #8eb830;
      font-size: 20px;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle; }
    .full-chat-w .chat-info-section .ci-header span {
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.5);
      letter-spacing: 2px;
      display: inline-block;
      vertical-align: middle; }
    .full-chat-w .chat-info-section .ci-content {
      padding: 20px; }
      .full-chat-w .chat-info-section .ci-content .ci-file-list ul {
        list-style-type: square;
        color: #cfe59c;
        margin-left: 0px;
        margin-bottom: 0px;
        padding-left: 10px; }
        .full-chat-w .chat-info-section .ci-content .ci-file-list ul li {
          margin: 5px; }
          .full-chat-w .chat-info-section .ci-content .ci-file-list ul li a {
            font-size: 0.81rem;
            border-bottom: 1px solid #8eb830; }
            .full-chat-w .chat-info-section .ci-content .ci-file-list ul li a:hover {
              text-decoration: none; }
      .full-chat-w .chat-info-section .ci-content .ci-photos-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start; }
        .full-chat-w .chat-info-section .ci-content .ci-photos-list img {
          margin: 2%;
          border-radius: 6px;
          width: 45%;
          display: inline-block;
          height: auto; }
  .full-chat-w .chat-info-section + .chat-info-section {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* 16. Pricing Plans */
/* 

Pricing Plans Styles

#1. 
#2. 
#3. 
#4. 
#5. 
#6. 


*/
/*

#1.

*/
.pricing-plans {
  background-color: #fff; }

.pricing-plan + .pricing-plan {
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.pricing-plan {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 20px;
  background-color: #f9f9f9;
  transition: all 0.2s ease; }
  .pricing-plan.with-hover-effect:hover, .pricing-plan.highlight {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 30px 0 rgba(54, 88, 206, 0.2); }
    .pricing-plan.with-hover-effect:hover .plan-price-w .price-value, .pricing-plan.highlight .plan-price-w .price-value {
      color: #8eb830; }
    .pricing-plan.with-hover-effect:hover .plan-head, .pricing-plan.highlight .plan-head {
      box-shadow: inset 0px 5px 0px #8eb830; }
  .pricing-plan.with-hover-effect:hover .plan-name {
    color: #3E4B5B; }
  .pricing-plan.highlight {
    margin-top: -20px;
    margin-bottom: -20px; }
  .pricing-plan .plan-image img {
    width: 80px; }
  .pricing-plan .plan-head {
    background-color: #fff;
    padding-top: 40px; }
  .pricing-plan .plan-body {
    background-color: #fff; }
  .pricing-plan .plan-name {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.5rem;
    color: #8eb830;
    font-weight: 500;
    font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding-bottom: 40px;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .pricing-plan .plan-image + .plan-name {
    margin-top: 20px; }
  .pricing-plan .plan-price-w {
    padding-top: 40px;
    margin-bottom: 40px; }
    .pricing-plan .plan-price-w .price-value {
      font-size: 3.6rem;
      line-height: 1;
      transition: all 0.2s ease; }
    .pricing-plan .plan-price-w .price-label {
      text-transform: uppercase;
      letter-spacing: 2px;
      color: rgba(0, 0, 0, 0.3);
      padding-top: 5px;
      margin-top: 5px;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      display: inline-block; }
  .pricing-plan .plan-btn-w {
    padding-bottom: 40px; }
  .pricing-plan .plan-description {
    text-align: left;
    padding: 30px 15%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5); }
    .pricing-plan .plan-description h6 {
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-top: 30px;
      font-size: 0.9rem; }
    .pricing-plan .plan-description ul {
      list-style: none;
      padding-left: 30px;
      margin-top: 20px; }
      .pricing-plan .plan-description ul li {
        position: relative;
        margin-bottom: 10px; }
        .pricing-plan .plan-description ul li:before {
          content: '\e961';
          color: #8eb830;
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'osfont' !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;
          position: absolute;
          left: -30px;
          top: 5px; }

/*

#2.

*/
/*

#3.

*/
/*

#4.

*/
/*

#5.

*/
/* 17. Pipelines */
/* Pipeline Styles*/
.pipeline {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 30px 0 rgba(16, 37, 133, 0.5);
  padding: 20px;
  margin-bottom: 20px; }
  .pipeline.blue {
    background-color: #1D54EF;
    background-image: linear-gradient(-180deg, #1D54EF 0%, #4327DF 100%);
    box-shadow: 0 2px 30px 0 rgba(16, 37, 133, 0.5); }
  .pipeline.teal {
    background-color: #07B77F;
    background-image: linear-gradient(-180deg, #07B77F 0%, #2767DF 98%);
    box-shadow: 0 2px 30px 0 rgba(7, 186, 171, 0.5); }
  .pipeline.purple {
    background-color: #28428c;
    background-image: linear-gradient(-180deg, #28428c 0%, #510d8c 100%);
    box-shadow: 0 2px 30px 0 rgba(42, 16, 133, 0.5); }
  .pipeline.green {
    background-color: #7BC10C;
    background-image: linear-gradient(-180deg, #7BC10C 0%, #057051 95%);
    box-shadow: 0 2px 30px 0 rgba(31, 219, 78, 0.5); }
  .pipeline.red {
    background-color: #960644;
    background-image: linear-gradient(-180deg, #960644 0%, #af760b 95%);
    box-shadow: 0 2px 30px 0 rgba(154, 7, 58, 0.5); }
  .pipeline.pink {
    background-color: #a0008f;
    background-image: linear-gradient(-180deg, #a0008f 0%, #2767DF 98%);
    box-shadow: 0 2px 30px 0 rgba(7, 8, 186, 0.5); }
  .pipeline.white {
    background-color: #fff;
    box-shadow: 0 2px 30px 0 rgba(16, 37, 133, 0.1); }
    .pipeline.white .pipeline-header {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 15px; }
      .pipeline.white .pipeline-header .pipeline-name {
        color: #334152; }
      .pipeline.white .pipeline-header .pipeline-count {
        color: rgba(0, 0, 0, 0.5); }
      .pipeline.white .pipeline-header .pipeline-settings {
        color: rgba(0, 0, 0, 0.4); }
      .pipeline.white .pipeline-header .pipeline-value {
        color: #8eb830; }
    .pipeline.white .pipeline-item {
      box-shadow: none;
      border-radius: 4px;
      margin-bottom: 15px;
      border: 1px solid #d1d4e8;
      transition: all 0.2s ease;
      cursor: move; }
      .pipeline.white .pipeline-item:last-child {
        margin-bottom: 0px; }
      .pipeline.white .pipeline-item:hover {
        border: 1px solid #9ea4cf;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); }
      .pipeline.white .pipeline-item .pi-foot {
        border-radius: 0px 0px 4px 4px; }
    .pipeline.white.lined-primary {
      border-top: 5px solid #8eb830;
      border-radius: 0px 0px 4px 4px; }
    .pipeline.white.lined-success {
      border-top: 5px solid #8eb830;
      border-radius: 0px 0px 4px 4px; }
    .pipeline.white.lined-danger {
      border-top: 5px solid #e65252;
      border-radius: 0px 0px 4px 4px; }
    .pipeline.white.lined-warning {
      border-top: 5px solid #f0ad4e;
      border-radius: 0px 0px 4px 4px; }

/* Pipeline Header Styles */
.pipeline-header {
  position: relative;
  margin-bottom: 20px; }
  .pipeline-header .pipeline-header-numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  .pipeline-header .pipeline-name {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1;
    padding-right: 30px; }
  .pipeline-header .pipeline-value {
    color: #FFD038;
    letter-spacing: 3px;
    font-size: 1.17rem; }
  .pipeline-header .pipeline-count {
    font-size: 0.81rem;
    color: rgba(255, 255, 255, 0.7); }
  .pipeline-header .pipeline-settings {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 0px; }

.pipeline-body {
  min-height: 100px; }
  .pipeline-body.empty {
    border: 1px dashed rgba(0, 0, 0, 0.2); }

/* Pipeline Item Styles */
.pipeline-item {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4); }
  .pipeline-item:last-child {
    margin-bottom: 0px; }
  .pipeline-item .pi-controls {
    position: absolute;
    top: 5px;
    right: 10px;
    line-height: 1; }
    .pipeline-item .pi-controls a {
      font-size: 16px;
      line-height: 14px;
      color: #8eb830;
      display: inline-block;
      vertical-align: middle; }
    .pipeline-item .pi-controls .pi-settings {
      display: inline-block;
      color: #8eb830;
      vertical-align: middle; }
      .pipeline-item .pi-controls .pi-settings > i {
        font-size: 15px; }
    .pipeline-item .pi-controls .status {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px;
      width: 11px;
      height: 11px;
      border-radius: 10px;
      cursor: pointer; }
      .pipeline-item .pi-controls .status.status-green {
        background-color: #8eb830; }
      .pipeline-item .pi-controls .status.status-red {
        background-color: #e65252; }
      .pipeline-item .pi-controls .status.status-yellow {
        background-color: #f0ad4e; }
  .pipeline-item .pi-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px; }
    .pipeline-item .pi-body .avatar {
      width: 50px;
      margin-right: 15px;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px; }
      .pipeline-item .pi-body .avatar img {
        width: 50px;
        height: 50px;
        border-radius: 50%; }
    .pipeline-item .pi-body .pi-name {
      margin-bottom: 0px; }
    .pipeline-item .pi-body .pi-sub {
      color: rgba(0, 0, 0, 0.5);
      font-size: 0.81rem; }
  .pipeline-item .pi-foot {
    background-color: #F1F4F8;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px 0px 4px 4px; }
    .pipeline-item .pi-foot .tags {
      line-height: 1; }
      .pipeline-item .pi-foot .tags .tag {
        padding: 3px 6px;
        line-height: 1;
        display: inline-block;
        background-color: #fff;
        border: 1px solid #8eb830;
        color: #8eb830;
        margin-right: 2px;
        font-size: 0.72rem;
        border-radius: 4px;
        margin-bottom: 2px;
        margin-top: 2px; }
    .pipeline-item .pi-foot .extra-info {
      margin-right: 5px;
      white-space: nowrap;
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.6);
      font-size: 0.63rem;
      letter-spacing: 1px; }
      .pipeline-item .pi-foot .extra-info i {
        margin-right: 5px;
        font-size: 16px;
        vertical-align: middle;
        color: #8eb830;
        display: inline-block; }
      .pipeline-item .pi-foot .extra-info span {
        vertical-align: middle;
        display: inline-block; }

.control-header {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .control-header select.form-control {
    font-weight: 400;
    border-color: rgba(0, 0, 0, 0.5); }
  .control-header label {
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 2px; }
  .control-header .form-group {
    margin-bottom: 0px; }

/* 18. Dropdowns */
.os-dropdown-trigger {
  position: relative;
  cursor: pointer; }
  .os-dropdown-trigger.over .os-dropdown {
    visibility: visible;
    opacity: 1;
    -ms-transform: translate(99%, 99%);
    transform: translate(99%, 99%); }
  .os-dropdown-trigger.os-dropdown-center .os-dropdown {
    right: 50%;
    -ms-transform: translate(50%, 115%);
    transform: translate(50%, 115%); }
  .os-dropdown-trigger.os-dropdown-center.over .os-dropdown {
    -ms-transform: translate(50%, 99%);
    transform: translate(50%, 99%); }

.os-dropdown {
  background-color: #8eb830;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  z-index: 999;
  bottom: 0px;
  right: 0px;
  visibility: hidden;
  transition: all 0.2s ease;
  -ms-transform: translate(99%, 115%);
  transform: translate(99%, 115%);
  opacity: 0;
  border-radius: 6px;
  box-shadow: 0px 5px 25px 0px rgba(142, 184, 48, 0.5);
  overflow: hidden;
  font-size: 0.9rem;
  text-align: left; }
  .os-dropdown > .icon-w {
    position: absolute;
    top: -30px;
    right: -30px;
    color: rgba(0, 0, 0, 0.1);
    font-size: 100px; }
  .os-dropdown ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative; }
    .os-dropdown ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .os-dropdown ul li:last-child {
        border-bottom: none; }
      .os-dropdown ul li a {
        display: block;
        white-space: nowrap;
        padding: 10px 10px 10px 0px;
        line-height: 1;
        color: #fff;
        font-size: 0.9rem; }
        .os-dropdown ul li a:hover {
          text-decoration: none; }
        .os-dropdown ul li a i {
          color: rgba(255, 255, 255, 0.5);
          display: inline-block;
          vertical-align: middle;
          margin-right: 15px;
          font-size: 18px; }
        .os-dropdown ul li a span {
          display: inline-block;
          vertical-align: middle;
          color: #fff;
          font-size: 0.9rem; }
        .os-dropdown ul li a:hover i {
          color: #FBB463; }
  .os-dropdown.message-list {
    padding: 10px 0px; }
    .os-dropdown.message-list li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .os-dropdown.message-list li:last-child {
        border-bottom: none; }
    .os-dropdown.message-list li > a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: center;
      align-items: center;
      padding: 12px 25px; }
      .os-dropdown.message-list li > a:hover {
        background-color: rgba(0, 0, 0, 0.05); }
      .os-dropdown.message-list li > a .user-avatar-w {
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
        margin-right: 20px; }
        .os-dropdown.message-list li > a .user-avatar-w img {
          width: 45px;
          border-radius: 30px;
          height: auto; }
      .os-dropdown.message-list li > a .message-content .message-from {
        color: #fff; }
      .os-dropdown.message-list li > a .message-content .message-title {
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.675rem;
        text-transform: uppercase;
        margin-top: 2px;
        margin-bottom: 0px; }
  .os-dropdown.light {
    background-color: #fff;
    box-shadow: 0px 5px 75px 0px rgba(12, 76, 140, 0.5), 0px 3px 7px 0px rgba(12, 76, 140, 0.2); }
    .os-dropdown.light.message-list > .icon-w {
      color: rgba(142, 184, 48, 0.1); }
    .os-dropdown.light.message-list li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .os-dropdown.light.message-list li:last-child {
        border-bottom: none; }
    .os-dropdown.light.message-list li > a .message-content .message-from {
      color: #334152; }
    .os-dropdown.light.message-list li > a .message-content .message-title {
      color: #8eb830; }

/* 19. Responsive Styles */
/* 
Contents: 

#1.  Screen size <= 1650px
#2.  Screen size <= 1550px
#3.  Screen size <= 1350px
#4.  Screen size between 1100px - 1350px
#5.  Screen size <= 1400px
#6.  Screen size <= 1150px
#7.  Screen size <= 1250px
#8.  Tablets and phones  (< 1024px)
#9.  Tablets (768px - 1024px)
#10. Phones (< 767px)


/* #2.  Screen size <= 1550px */
@media (max-width: 1550px) {
  .content-panel {
    padding: 2rem;
    width: 350px; }
  .content-box {
    padding: 2rem; }
  .all-wrapper {
    max-width: 100%; }
  .menu-side-w ul.main-menu {
    padding: 1.5rem 0; }
  .menu-side-w ul.main-menu > li .icon-w {
    padding-left: 1rem;
    width: 75px; }
  .menu-side-w ul.sub-menu {
    padding-left: 45px; } }

/* #3.  Screen size <= 1350px */
@media (max-width: 1350px) {
  .menu-side-w .logo-w {
    padding: 1.5rem 1rem; }
  .menu-top-w .menu-top-i .logo-w {
    padding: 0rem 1rem;
    width: 50px; }
  .menu-top-w .menu-top-i ul.main-menu {
    padding-left: 0px; } }

/* #4.  Screen size between 1100px - 1350px */
@media (min-width: 1100px) and (max-width: 1350px) {
  .content-panel {
    width: 300px;
    padding: 1.5rem; }
  .padded {
    padding: 0.5rem 1rem; }
  .content-box {
    padding: 1.5rem; }
  .activity-boxes-w .activity-avatar {
    margin-right: 1rem;
    width: 40px; }
  .activity-boxes-w .activity-time {
    -ms-flex: 0 0 90px;
    flex: 0 0 90px; }
  .activity-boxes-w .activity-box-w:before {
    left: 65px; }
  .activity-boxes-w .activity-box-w:after {
    left: 70px; }
  .profile-tile .profile-tile-box {
    width: 95px; }
  .profile-tile .pt-avatar-w img {
    width: 50px; }
  .profile-tile .profile-tile-meta {
    padding-left: 15px; } }

@media (max-width: 1200px) {
  .menu-side-w ul.main-menu {
    padding: 0; } }

/* #5.  Screen size <= 1400px */
@media (max-width: 1400px) {
  .menu-side-w {
    width: 200px; }
    .menu-side-w .side-menu-magic {
      padding: 30px 20px; }
    .menu-side-w .logged-user-menu ul {
      padding-left: 15px;
      padding-right: 15px; }
  .menu-top-image-w ul.main-menu > li .icon-w {
    padding-left: 20px; }
  .menu-top-image-w ul.main-menu > li span {
    padding-right: 20px; }
  .full-chat-w .chat-content-w .chat-message .chat-message-content {
    max-width: 320px; } }

/* #6.  Screen size <= 1150px */
@media (max-width: 1150px) {
  .ae-content {
    padding: 0px; }
  .aec-full-message-w {
    margin-bottom: 0px; }
  .ae-content-w {
    background-image: none;
    background-color: #fff; }
  .aec-full-message-w .more-messages {
    top: -32px;
    background-color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    color: #8eb830; }
  .ae-list-w {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px; }
  .ae-list-w .ae-list .aei-image {
    display: none; }
  .layout-w {
    transition: all 0.6s ease; }
  .content-box:after {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(4, 36, 113, 0.6);
    content: "";
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease; }
  .content-panel {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    background-image: linear-gradient(-90deg, #EFF2F9 8%, #fff 90%);
    z-index: 4;
    border: none;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.6s ease;
    visibility: hidden;
    z-index: 11; }
    .content-panel .content-panel-close {
      display: block; }
  .content-panel-toggler {
    display: block; }
  .content-i, .with-side-panel .content-i {
    display: block; }
    .content-i .content-box, .with-side-panel .content-i .content-box {
      display: block; }
  .content-panel-active .content-panel {
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    visibility: visible;
    box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.4); }
  .content-panel-active .layout-w {
    -ms-transform: translateX(-80px);
    transform: translateX(-80px); }
  .content-panel-active .content-box:after {
    opacity: 1;
    visibility: visible; } }

/* #7.  Screen size <= 1250px */
@media (max-width: 1250px) {
  .element-box, .invoice-w, .big-error-w, .invoice-w, .big-error-w {
    padding: 1rem 1.5rem; }
  .element-box .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  body,
  body.auth-wrapper .all-wrapper {
    padding: 0; }
  .content-w,
  .menu-side-w,
  .all-wrapper {
    border-radius: 0px !important;
    overflow: hidden; }
  .menu-side-w .logged-user-menu {
    left: 0px;
    right: 0px; } }

/* #8.  Tablets and phones  (< 1024px) */
@media (max-width: 1024px) {
  .invoice-w {
    padding: 50px; }
  .ae-list-w {
    -ms-flex: 0 0 230px;
    flex: 0 0 230px; }
  .ae-list-w .ae-list .ae-item {
    padding: 15px; }
  .table th,
  .table td {
    padding: 0.7rem 0.5rem; }
  .content-w {
    border-radius: 0px !important; }
  /*.desktop-menu {
		display: none;
	}*/ }

@media (max-width: 1400px) {
  .top-menu-secondary > ul li .logo {
    padding: 22px 5px;
    margin: 0 5px; }
    .top-menu-secondary > ul li .logo img {
      height: 35px !important;
      max-width: 100%; } }

@media (max-width: 1200px) {
  .top-menu-secondary > ul li .logo img {
    height: 30px !important;
    max-width: 100%; } }

/* #9.  Tablets (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .full-chat-w .full-chat-right {
    display: none; }
  .full-chat-w .chat-content-w .chat-content {
    padding: 30px; }
  .nav.upper.nav-tabs .nav-link {
    margin-right: 0.7rem;
    padding-bottom: 10px;
    font-size: 0.72rem; }
  .display-type {
    content: "tablet"; }
  .content-box {
    padding: 1.5rem; }
  .padded {
    padding: 0.3rem 0.8rem; }
  .element-box, .invoice-w, .big-error-w, .invoice-w, .big-error-w {
    padding: 1rem 1rem;
    overflow: hidden; }
  .element-box .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls {
    margin-left: -1rem;
    margin-right: -1rem; }
  .layout-w {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .content-w {
    display: table-cell; }
  .top-menu-secondary {
    /*overflow: scroll;
		padding: 0px;*/ }
    .top-menu-secondary > ul {
      white-space: nowrap; }
      .top-menu-secondary > ul li a {
        padding: 15px 10px;
        margin: 0px 10px; }
  /*.menu-mobile {
    width: 92px;
    display: table-cell;
    .menu-and-user {
      display: block;
    }
    ul.sub-menu {
      padding: 1rem 1.5rem;
    }
    .mobile-menu-magic {
      display: none;
    }
    .logged-user-w {
      padding: 1rem;
      text-align: center;
      .avatar-w img {
        width: 35px;
      }
      .logged-user-info-w {
        display: none;
      }
    }
    ul.main-menu {
      padding: 1rem 0.5rem;
    }
    .mm-logo-buttons-w {
      text-align: center;
      justify-content: center;
      .mm-buttons {
        display: none;
      }
      .mm-logo {
        display: block;
        text-align: center;
        span {
          display: none;
        }
      }
    }
    &.color-scheme-dark {
      ul.main-menu > li > a > span {
        background-color: #fff;
        color: #111;
      }
      ul.sub-menu {
        background-image: linear-gradient(to bottom, #1c4cc3 0%, #1c2e7b 100%);
        &:before {
          border-right-color: #203c9b;
        }
      }
    }
  }

  	.menu-mobile ul.main-menu > li > a > span {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0,0,0,0.9);
    border-radius: $global-border-radius;
    color: #fff;
    font-size: $font-size-base * 0.9;
    padding: 1px 5px!important;
    display: none;
    white-space: nowrap;
  }
  	.menu-mobile {
    ul.main-menu li {
      position: relative;
    }
    .sub-menu {
      position: absolute;
      top: 50%;
      left: 100px;
      background-color: #fff;
      min-width: 200px;
      z-index: 999;
      list-style: none;
      padding: 1rem 1.5rem;
      box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
      border-radius: $global-border-radius;
      transform: translateY(-50%);
      &:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 10px;
        margin-top: -10px;
      }
    }
  }

  	.menu-mobile .main-menu {
    li > a:hover > span {
      display: block;
    }
  }
  	.menu-mobile .has-sub-menu.active {
    .icon-w {
      color: $body-color;
    }
    .sub-menu {
      display: block;
    }
  }*/
  .user-profile .up-header {
    font-size: 2.5rem; }
  .user-profile .up-sub-header {
    font-size: 1rem; } }

/* #10. Phones (< 767px) */
/* #10. Phones (< 767px) */
@media (max-width: 991px) {
  .desktop-menu {
    display: none; }
  .menu-mobile {
    display: block;
    position: relative; }
  .menu-side .content-w {
    border-radius: 0;
    display: block;
    width: 100%; } }

/* #10. Phones (< 767px) */
@media (max-width: 767px) {
  .full-chat-w .full-chat-i {
    display: block; }
  .projects-list .project-head {
    padding: 20px 30px;
    display: block;
    text-align: center; }
    .projects-list .project-head .project-users {
      text-align: center;
      margin-top: 2rem; }
  .projects-list .project-info {
    padding: 20px 30px; }
    .projects-list .project-info .el-tablo {
      text-align: center;
      margin-bottom: 0.5rem; }
  .display-type {
    content: "phone"; }
  .ae-list-w {
    -ms-flex: 1 1 230px;
    flex: 1 1 230px; }
  .ae-content-w {
    display: none; }
  .top-menu-secondary {
    overflow: scroll;
    padding: 0px; }
    .top-menu-secondary > ul {
      white-space: nowrap; }
      .top-menu-secondary > ul li a {
        padding: 15px 10px;
        margin: 0px 10px; }
  .nav.upper.nav-tabs .nav-link {
    margin-right: 0.7rem;
    padding-bottom: 10px;
    font-size: 0.72rem; }
  .app-email-w.forse-show-content .ae-content-w {
    display: block; }
  .app-email-w.forse-show-content .ae-list-w {
    display: none; }
  .aec-full-message-w .message-content {
    padding: 15px; }
  .aec-full-message-w .message-attachments {
    text-align: center; }
  .aec-full-message-w .message-head .user-w .user-role span {
    margin-left: 0; }
  .aec-reply {
    padding: 15px; }
    .aec-reply .reply-header {
      padding-bottom: 15px;
      padding-top: 15px;
      text-align: center; }
  .aec-reply .buttons-w {
    display: block;
    text-align: center; }
    .aec-reply .buttons-w .btn, .aec-reply .buttons-w .all-wrapper .fc-button, .all-wrapper .aec-reply .buttons-w .fc-button {
      margin-bottom: 10px; }
  .floated-chat-btn i + span {
    display: none; }
  .floated-chat-btn {
    padding: 10px 12px; }
  .padded {
    padding: 1rem; }
  .user-profile .up-head-w .up-social {
    top: 5px;
    right: 10px; }
    .user-profile .up-head-w .up-social a {
      font-size: 24px; }
  .user-profile .up-main-info {
    padding-bottom: 10%; }
  .user-profile .up-header {
    font-size: 1.75rem;
    margin-bottom: 5px;
    padding-bottom: 5px; }
  .user-profile .up-sub-header {
    font-size: 1rem; }
  .user-profile .up-controls {
    text-align: center; }
    .user-profile .up-controls .value-pair {
      margin-bottom: 1rem; }
    .user-profile .up-controls .text-right {
      text-align: center !important; }
  .timed-activities {
    padding: 0; }
  .timed-activity {
    display: block;
    font-size: 0.9rem; }
    .timed-activity .ta-date {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-bottom: 3rem;
      text-align: left; }
      .timed-activity .ta-date span:after {
        -ms-transform: none;
        transform: none;
        left: 0px; }
    .timed-activity .ta-record-w {
      padding-left: 0px; }
    .timed-activity .ta-record {
      display: block;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .timed-activity .ta-activity {
      font-size: 0.81rem; }
  .content-panel-toggler {
    display: none; }
  .menu-mobile {
    display: block; }
  .element-info .element-search {
    margin-top: 1rem; }
  .element-box .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls, .invoice-w .os-tabs-controls, .big-error-w .os-tabs-controls {
    display: block;
    margin-left: -1rem;
    margin-right: -1rem; }
    .element-box .os-tabs-controls .nav + .nav, .invoice-w .os-tabs-controls .nav + .nav, .big-error-w .os-tabs-controls .nav + .nav, .invoice-w .os-tabs-controls .nav + .nav, .big-error-w .os-tabs-controls .nav + .nav {
      margin-top: 1rem; }
  .element-box.el-tablo, .el-tablo.invoice-w, .el-tablo.big-error-w {
    text-align: center; }
  .invoice-w .infos {
    display: block; }
    .invoice-w .infos .info-2 {
      text-align: left;
      padding-top: 30px; }
  .invoice-heading {
    margin-bottom: 2rem;
    margin-top: 4rem; }
  .invoice-body {
    display: block; }
    .invoice-body .invoice-desc {
      margin-bottom: 2rem; }
  .invoice-footer {
    display: block;
    text-align: center; }
    .invoice-footer .invoice-logo {
      margin-bottom: 1rem; }
  .controls-above-table .form-control {
    width: 110px;
    display: inline-block; }
  .controls-above-table .btn, .controls-above-table .all-wrapper .fc-button, .all-wrapper .controls-above-table .fc-button {
    margin-bottom: 0.5rem; }
  .layout-w {
    display: block; }
  .content-w, .menu-side .content-w {
    display: block; }
  .content-i {
    display: block; }
    .content-i .content-box {
      display: block;
      padding: 15px; }
    .content-i .content-panel {
      padding: 15px;
      border-left: none;
      display: block;
      width: auto; }
  .big-error-w {
    padding: 1rem; }
  .element-wrapper {
    padding-bottom: 1.5rem; }
  .element-box, .invoice-w, .big-error-w {
    padding: 1rem; }
  canvas {
    max-width: 100%; }
  table {
    max-width: 100%; }
  .invoice-w {
    padding: 30px; }
  .breadcrumb {
    margin-bottom: 1rem; } }

/* 20. iGuider adjustments */
.iguider-btn {
  width: 80px;
  height: 80px;
  border-radius: 0;
  bottom: 0;
  right: 0;
  background: url("../img/bottom_right.png") no-repeat bottom right;
  background-size: 100%;
  box-shadow: unset;
  transition: filter 0.2s; }
  .iguider-btn .shape:after, .iguider-btn .iguider-btn-shape:after, .iguider-btn .iguider-btn-icon:after, .iguider-btn .iguider-btnCont:after {
    content: unset; }
  .iguider-btn:hover {
    filter: brightness(120%);
    box-shadow: unset; }

.eq-slider {
  max-height: 0;
  overflow: hidden; }
  .eq-slider.slick-initialized {
    max-height: 100%; }

.el-legend .legend-pin {
  background: #8eb82f;
  border-radius: 50%; }

.total-progress.block-progress {
  max-width: 120px;
  width: 100%;
  font-size: 16px;
  letter-spacing: -0.6px;
  padding-bottom: 3px;
  margin: 0 auto;
  min-width: 100px; }
  @media only screen and (max-width: 1200px) {
    .total-progress.block-progress {
      font-size: 14px; } }
  @media only screen and (max-width: 991px) {
    .total-progress.block-progress {
      font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .total-progress.block-progress {
      float: left;
      font-size: 10px; } }
  .total-progress.block-progress .progress {
    height: 30px;
    background: transparent;
    border: 1px solid #888;
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .total-progress.block-progress .progress {
        height: 25px; } }
    .total-progress.block-progress .progress span {
      font-family: BebasNeueBold !important;
      top: 6px !important;
      left: 0px !important;
      position: relative;
      font-size: 16px !important; }
      @media only screen and (max-width: 767px) {
        .total-progress.block-progress .progress span {
          top: 4px !important; } }
    .total-progress.block-progress .progress.eq-progress span {
      left: 100% !important;
      margin-left: 5px; }

body {
  font-weight: 400;
  color: #202020; }
  @media only screen and (max-width: 991px) {
    body {
      font-size: 0.8rem; } }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 0.7rem; } }

.h1, h1 {
  font-size: 2.5rem; }
  @media only screen and (max-width: 991px) {
    .h1, h1 {
      font-size: 2.3rem; } }
  @media only screen and (max-width: 767px) {
    .h1, h1 {
      font-size: 2.1rem; } }

.h2, h2 {
  font-size: 2rem; }
  @media only screen and (max-width: 991px) {
    .h2, h2 {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 767px) {
    .h2, h2 {
      font-size: 1.6rem; } }

.h3, h3 {
  font-size: 1.75rem; }
  @media only screen and (max-width: 991px) {
    .h3, h3 {
      font-size: 1.65rem; } }
  @media only screen and (max-width: 767px) {
    .h3, h3 {
      font-size: 1.4rem; } }

.h4, h4 {
  font-size: 1.2rem; }
  @media only screen and (max-width: 991px) {
    .h4, h4 {
      font-size: 1.1rem; } }
  @media only screen and (max-width: 767px) {
    .h4, h4 {
      font-size: 0.9rem; } }

.h5, h5 {
  font-size: 1.25rem; }
  @media only screen and (max-width: 991px) {
    .h5, h5 {
      font-size: 1.1rem; } }
  @media only screen and (max-width: 767px) {
    .h5, h5 {
      font-size: 0.9rem; } }

.h6, h6 {
  font-size: 1rem; }
  @media only screen and (max-width: 991px) {
    .h6, h6 {
      font-size: 0.9rem; } }
  @media only screen and (max-width: 767px) {
    .h6, h6 {
      font-size: 0.8rem; } }

.valign {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

a {
  outline: none !important; }
  a:hover, a:active, a:focus, a:visited {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important; }

button {
  outline: none !important; }
  button:hover, button:active, button:focus, button:visited {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important; }

.autoHeight {
  transition: all 0 !important;
  min-height: 0 !important;
  height: auto !important; }

.autoWidth {
  transition: all 0 !important;
  min-width: 0 !important;
  width: auto !important; }

.btn, .all-wrapper .fc-button {
  cursor: pointer; }
  .btn.btn-success:focus, .all-wrapper .btn-success.fc-button:focus, .btn.btn-success:hover, .all-wrapper .btn-success.fc-button:hover {
    color: #fff;
    background: #202020;
    border-color: #202020; }
  .btn.btn-dark-gray, .all-wrapper .btn-dark-gray.fc-button {
    color: #fff;
    background: #424242;
    border-color: #424242; }
    .btn.btn-dark-gray:focus, .all-wrapper .btn-dark-gray.fc-button:focus, .btn.btn-dark-gray:hover, .all-wrapper .btn-dark-gray.fc-button:hover {
      color: #fff;
      background: #585858;
      border-color: #585858; }
  .btn.btn-dark, .all-wrapper .btn-dark.fc-button {
    color: #fff;
    background: #202020;
    border-color: #202020; }
    .btn.btn-dark:focus, .all-wrapper .btn-dark.fc-button:focus, .btn.btn-dark:hover, .all-wrapper .btn-dark.fc-button:hover {
      color: #fff;
      background: #8eb82f;
      border-color: #8eb82f; }
  .btn.btn-link, .all-wrapper .btn-link.fc-button {
    color: #8eb82f; }
    .btn.btn-link:focus, .all-wrapper .btn-link.fc-button:focus, .btn.btn-link:hover, .all-wrapper .btn-link.fc-button:hover {
      color: #202020; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #202020;
  font-family: 'ProximaNova-Bold'; }

.modal-content {
  background-color: transparent;
  border: none;
  border-radius: .3rem;
  box-shadow: none; }
  .modal-content .modal-body {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.5); }

.modal-dialog.modal-small {
  max-width: 330px;
  margin: 30px auto; }

.badge-award-modal .modal-dialog.modal-small,
.lesson-completed-modal .modal-dialog.modal-small {
  max-width: 790px; }
  @media only screen and (max-width: 600px) {
    .badge-award-modal .modal-dialog.modal-small,
    .lesson-completed-modal .modal-dialog.modal-small {
      max-width: 480px; } }

.badge-award-modal .modal-body,
.lesson-completed-modal .modal-body {
  opacity: 0;
  transition: all 0.3s;
  padding: 0;
  background: #202020;
  border: none; }
  .badge-award-modal .modal-body .img-block,
  .lesson-completed-modal .modal-body .img-block {
    float: left;
    width: 320px;
    padding: 15px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #8eb82f; }
    @media only screen and (max-width: 767px) {
      .badge-award-modal .modal-body .img-block,
      .lesson-completed-modal .modal-body .img-block {
        width: 280px; } }
    @media only screen and (max-width: 600px) {
      .badge-award-modal .modal-body .img-block,
      .lesson-completed-modal .modal-body .img-block {
        width: 100%; } }
    .badge-award-modal .modal-body .img-block h5,
    .lesson-completed-modal .modal-body .img-block h5 {
      text-align: center;
      opacity: 1;
      font-size: 14px;
      font-family: BebasNeueBold;
      padding: 17px 0 0 0;
      letter-spacing: 0.9px; }
      .badge-award-modal .modal-body .img-block h5 .dots,
      .lesson-completed-modal .modal-body .img-block h5 .dots {
        padding: 0px 10px;
        font-size: 30px;
        position: relative;
        top: -5px;
        line-height: 18px; }
      .badge-award-modal .modal-body .img-block h5 .lesson-name,
      .lesson-completed-modal .modal-body .img-block h5 .lesson-name {
        font-size: 27px;
        font-family: ProximaNova-Bold; }
    .badge-award-modal .modal-body .img-block h3,
    .lesson-completed-modal .modal-body .img-block h3 {
      font-size: 20px;
      font-family: BebasNeueBold;
      text-align: center;
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 991px) {
        .badge-award-modal .modal-body .img-block h3,
        .lesson-completed-modal .modal-body .img-block h3 {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .badge-award-modal .modal-body .img-block h3,
        .lesson-completed-modal .modal-body .img-block h3 {
          font-size: 16px; } }
    .badge-award-modal .modal-body .img-block .pic,
    .lesson-completed-modal .modal-body .img-block .pic {
      margin: 0 auto; }
      .badge-award-modal .modal-body .img-block .pic img,
      .lesson-completed-modal .modal-body .img-block .pic img {
        width: 100%; }
    .badge-award-modal .modal-body .img-block .block-progress span.progress-label,
    .lesson-completed-modal .modal-body .img-block .block-progress span.progress-label {
      font-size: 14px;
      font-family: ProximaNova-Bold;
      letter-spacing: 1px; }
      @media only screen and (max-width: 767px) {
        .badge-award-modal .modal-body .img-block .block-progress span.progress-label,
        .lesson-completed-modal .modal-body .img-block .block-progress span.progress-label {
          font-size: 12px; } }
  .badge-award-modal .modal-body .info-block,
  .lesson-completed-modal .modal-body .info-block {
    float: left;
    width: calc(100% - 320px);
    background: #202020; }
    @media only screen and (max-width: 767px) {
      .badge-award-modal .modal-body .info-block,
      .lesson-completed-modal .modal-body .info-block {
        width: calc(100% - 280px); } }
    @media only screen and (max-width: 600px) {
      .badge-award-modal .modal-body .info-block,
      .lesson-completed-modal .modal-body .info-block {
        width: 100%; } }
    .badge-award-modal .modal-body .info-block .info-top,
    .lesson-completed-modal .modal-body .info-block .info-top {
      padding: 0 22px; }
      @media only screen and (max-width: 991px) {
        .badge-award-modal .modal-body .info-block .info-top,
        .lesson-completed-modal .modal-body .info-block .info-top {
          padding: 0 15px; } }
      @media only screen and (max-width: 767px) {
        .badge-award-modal .modal-body .info-block .info-top,
        .lesson-completed-modal .modal-body .info-block .info-top {
          padding: 0 10px; } }
      .badge-award-modal .modal-body .info-block .info-top h2,
      .lesson-completed-modal .modal-body .info-block .info-top h2 {
        color: #8eb82f;
        font-size: 50px;
        margin: 21px 0 0px 0;
        letter-spacing: -.5px;
        line-height: 1; }
        @media only screen and (max-width: 991px) {
          .badge-award-modal .modal-body .info-block .info-top h2,
          .lesson-completed-modal .modal-body .info-block .info-top h2 {
            font-size: 40px;
            margin: 18px 0 0px 0; } }
        @media only screen and (max-width: 767px) {
          .badge-award-modal .modal-body .info-block .info-top h2,
          .lesson-completed-modal .modal-body .info-block .info-top h2 {
            font-size: 30px;
            margin: 15px 0 0px 0; } }
      .badge-award-modal .modal-body .info-block .info-top h3,
      .lesson-completed-modal .modal-body .info-block .info-top h3 {
        color: #fff;
        font-size: 18px;
        letter-spacing: -0.1px;
        margin: 2px 0 21px; }
        @media only screen and (max-width: 991px) {
          .badge-award-modal .modal-body .info-block .info-top h3,
          .lesson-completed-modal .modal-body .info-block .info-top h3 {
            font-size: 16px;
            margin: 2px 0 18px; } }
        @media only screen and (max-width: 767px) {
          .badge-award-modal .modal-body .info-block .info-top h3,
          .lesson-completed-modal .modal-body .info-block .info-top h3 {
            font-size: 14px;
            margin: 2px 0 15px; } }
    .badge-award-modal .modal-body .info-block .info-mid,
    .lesson-completed-modal .modal-body .info-block .info-mid {
      padding: 24px 22px 22px 22px;
      background: #010101;
      border-top: 1px solid #8eb82f;
      border-bottom: 1px solid #8eb82f; }
      @media only screen and (max-width: 991px) {
        .badge-award-modal .modal-body .info-block .info-mid,
        .lesson-completed-modal .modal-body .info-block .info-mid {
          padding: 20px 15px 18px; } }
      @media only screen and (max-width: 767px) {
        .badge-award-modal .modal-body .info-block .info-mid,
        .lesson-completed-modal .modal-body .info-block .info-mid {
          padding: 18px 10px 16px; } }
      .badge-award-modal .modal-body .info-block .info-mid span,
      .lesson-completed-modal .modal-body .info-block .info-mid span {
        color: #fff;
        opacity: 0.7;
        font-family: ProximaNova-Regular; }
      .badge-award-modal .modal-body .info-block .info-mid .points,
      .lesson-completed-modal .modal-body .info-block .info-mid .points {
        color: #8eb82f;
        font-size: 60px;
        font-family: ProximaNova-ExtraBold;
        line-height: 1.1;
        transition: all 0.1s;
        -ms-transform: scale(1);
        transform: scale(1); }
        @media only screen and (max-width: 991px) {
          .badge-award-modal .modal-body .info-block .info-mid .points,
          .lesson-completed-modal .modal-body .info-block .info-mid .points {
            font-size: 58px; } }
        @media only screen and (max-width: 991px) {
          .badge-award-modal .modal-body .info-block .info-mid .points,
          .lesson-completed-modal .modal-body .info-block .info-mid .points {
            font-size: 54px; } }
        @media only screen and (max-width: 767px) {
          .badge-award-modal .modal-body .info-block .info-mid .points,
          .lesson-completed-modal .modal-body .info-block .info-mid .points {
            font-size: 50px; } }
        .badge-award-modal .modal-body .info-block .info-mid .points.blink,
        .lesson-completed-modal .modal-body .info-block .info-mid .points.blink {
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
    .badge-award-modal .modal-body .info-block .info-bottom,
    .lesson-completed-modal .modal-body .info-block .info-bottom {
      padding: 13px 22px; }
      @media only screen and (max-width: 991px) {
        .badge-award-modal .modal-body .info-block .info-bottom,
        .lesson-completed-modal .modal-body .info-block .info-bottom {
          padding: 10px 15px; } }
      @media only screen and (max-width: 767px) {
        .badge-award-modal .modal-body .info-block .info-bottom,
        .lesson-completed-modal .modal-body .info-block .info-bottom {
          padding: 10px; } }
      .badge-award-modal .modal-body .info-block .info-bottom span,
      .lesson-completed-modal .modal-body .info-block .info-bottom span {
        color: #fff;
        opacity: 0.7;
        font-family: ProximaNova-Regular; }
      .badge-award-modal .modal-body .info-block .info-bottom .btn, .badge-award-modal .modal-body .info-block .info-bottom .all-wrapper .fc-button, .all-wrapper .badge-award-modal .modal-body .info-block .info-bottom .fc-button,
      .lesson-completed-modal .modal-body .info-block .info-bottom .btn,
      .lesson-completed-modal .modal-body .info-block .info-bottom .all-wrapper .fc-button,
      .all-wrapper .lesson-completed-modal .modal-body .info-block .info-bottom .fc-button {
        margin: 15px 0 10px 0;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 1px;
        padding: .5rem .9rem 0.3rem .9rem; }

.badge-award-modal.show .modal-body,
.lesson-completed-modal.show .modal-body {
  opacity: 1; }

.responseModal .alert,
#responseModal .alert {
  text-align: center;
  font-family: 'BebasNeueBold';
  color: #8eb82f;
  background: none;
  border: none;
  margin: 0; }
  .responseModal .alert h3,
  #responseModal .alert h3 {
    color: #8eb82f;
    margin: 0; }
  .responseModal .alert.alert-error h3,
  #responseModal .alert.alert-error h3 {
    color: red; }

.close-btn {
  opacity: 1;
  text-shadow: 0 1px 0 #fff;
  display: table;
  float: none;
  font-size: 1.35rem;
  margin: 30px auto;
  border-radius: 3px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: #fff; }
  @media only screen and (max-width: 991px) {
    .close-btn {
      width: 50px;
      line-height: 50px; } }
  @media only screen and (max-width: 767px) {
    .close-btn {
      width: 40px;
      line-height: 40px; } }
  .close-btn svg {
    width: 17px;
    height: 60px;
    fill: #202020;
    display: table;
    margin: 0 auto; }
    @media only screen and (max-width: 991px) {
      .close-btn svg {
        height: 50px; } }
    @media only screen and (max-width: 767px) {
      .close-btn svg {
        height: 40px; } }
  .close-btn:hover {
    background: #202020; }
    .close-btn:hover svg {
      fill: #fff; }
  .close-btn.larger {
    font-size: 2.35rem;
    width: 80px;
    line-height: 80px; }
    @media only screen and (max-width: 991px) {
      .close-btn.larger {
        width: 70px;
        line-height: 70px; } }
    @media only screen and (max-width: 767px) {
      .close-btn.larger {
        width: 60px;
        line-height: 60px; } }
    .close-btn.larger svg {
      width: 27px;
      height: 28px; }
  .close-btn.smaller {
    font-size: 2.35rem;
    width: 50px;
    line-height: 50px; }
    @media only screen and (max-width: 991px) {
      .close-btn.smaller {
        width: 45px;
        line-height: 45px; } }
    @media only screen and (max-width: 767px) {
      .close-btn.smaller {
        width: 40px;
        line-height: 40px; } }
  .close-btn.dark {
    background: #202020; }
    .close-btn.dark svg {
      fill: #fff; }
    .close-btn.dark:hover {
      background: #fff; }
      .close-btn.dark:hover svg {
        fill: #202020; }

.text-green {
  color: #8eb82f; }

.slick-slide {
  outline: none; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.padding-1 {
  padding: 1px !important; }

.form-group {
  margin-bottom: 1.6rem; }
  .form-group label {
    margin-bottom: 0.3rem;
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: 0.2px; }
  .form-group .form-control {
    border: 1px solid #ececec;
    font-weight: 500;
    height: auto;
    padding: 10.5 19px;
    letter-spacing: -0.7px;
    background: #f3f3f3; }
    .form-group .form-control:focus {
      background: #fff;
      border: 1px solid #202020; }
  .form-group .parsley-errors-list {
    position: absolute;
    padding: 0;
    list-style: none;
    background: red;
    right: 15px;
    left: 15px;
    color: #fff;
    padding: 2px 5px;
    opacity: 0;
    transition: all .2s; }
    .form-group .parsley-errors-list.filled {
      opacity: 1; }
  .form-group .select2.select2-container {
    outline: none !important;
    width: 100% !important; }
    .form-group .select2.select2-container.select2-container--open .select2-selection--single {
      background: #fff;
      border: 1px solid #202020; }
    .form-group .select2.select2-container .select2-selection--single {
      background: #f3f3f3;
      border: 1px solid #ececec;
      height: 40px;
      padding: 6px;
      outline: none !important; }
      .form-group .select2.select2-container .select2-selection--single .select2-selection__rendered {
        font-weight: 500; }
      .form-group .select2.select2-container .select2-selection--single .select2-selection__arrow {
        height: 40px;
        width: 30px; }

.select2-dropdown {
  border: 1px solid #202020; }
  .select2-dropdown .select2-search__field {
    outline: none !important; }
    .select2-dropdown .select2-search__field:focus {
      border: 1px solid #202020; }

.content-box-white {
  background: #fff; }

.element-box, .invoice-w, .big-error-w {
  border: 1px solid #ececec;
  border-radius: 3px; }

.nav-link span {
  font-size: inherit; }

.content-w {
  background-color: #f3f3f3; }

.calendar {
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 0;
  background: #fff; }
  .calendar .fc .fc-toolbar {
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #ececec; }
    .calendar .fc .fc-toolbar .fc-left {
      width: 100%; }
      .calendar .fc .fc-toolbar .fc-left h2 {
        font-size: 18px;
        text-align: center;
        display: block;
        width: 100%;
        padding: 16px 50px 15px 50px; }
    .calendar .fc .fc-toolbar .fc-right {
      position: absolute;
      left: 0;
      right: 0; }
      .calendar .fc .fc-toolbar .fc-right .fc-today-button {
        display: none; }
      .calendar .fc .fc-toolbar .fc-right .fc-button-group {
        display: block;
        margin: 0;
        width: 100%; }
        .calendar .fc .fc-toolbar .fc-right .fc-button-group .fc-button {
          margin: 0;
          padding: 15px 10px;
          border: none;
          border-right: 1px solid #ececec;
          border-radius: 0; }
          .calendar .fc .fc-toolbar .fc-right .fc-button-group .fc-button.fc-next-button {
            float: right;
            border: none;
            border-left: 1px solid #ececec; }
          .calendar .fc .fc-toolbar .fc-right .fc-button-group .fc-button:focus, .calendar .fc .fc-toolbar .fc-right .fc-button-group .fc-button.focus {
            box-shadow: none;
            outline: none; }

.element-search {
  position: relative; }
  .element-search:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'osfont' !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;
    position: absolute;
    left: 0;
    top: 40%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 21px;
    content: "\e92c";
    color: rgba(0, 0, 0, 0.4); }
  .element-search input {
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    padding: 8px 15px 8px 30px;
    display: block;
    width: 100%;
    outline: none;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.5); }
    .element-search input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .element-search input::placeholder {
      color: rgba(0, 0, 0, 0.5); }

.tags {
  position: relative;
  padding: 30px 50px 30px 0; }
  .tags ul {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    overflow: auto; }
    .tags ul::-webkit-scrollbar-track {
      display: none; }
    .tags ul::-webkit-scrollbar {
      display: none; }
    .tags ul::-webkit-scrollbar-thumb {
      display: none; }
    .tags ul li {
      margin: 0 10px 0 0;
      font-size: 14px;
      color: #fff;
      float: left;
      background: #202020;
      opacity: 0.25;
      letter-spacing: 0px;
      padding: 5px 20px;
      border-radius: 40px;
      position: relative;
      cursor: pointer;
      font-family: 'ProximaNova-Bold'; }
      .tags ul li span {
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block; }
      .tags ul li.active {
        opacity: 15; }
  .tags.with-arrows .controls {
    opacity: 1;
    pointer-events: all; }
  .tags .controls {
    position: absolute;
    right: 0;
    top: 30px;
    width: 50px;
    opacity: 0;
    pointer-events: none;
    transition: all .2s; }
    .tags .controls a {
      padding: 6px 8px;
      line-height: 1; }
      .tags .controls a svg {
        width: 9px; }
      .tags .controls a.inactive {
        opacity: 0.5;
        pointer-events: none; }

.color-green {
  color: #8eb82f !important;
  opacity: 1 !important; }

.color-red {
  color: #ff0000 !important;
  opacity: 1 !important; }

.table.table-striped tbody tr {
  background-color: #f3f3f3;
  position: relative; }
  .table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff; }

.table thead th {
  padding: 1.5rem .9rem;
  font-size: 12px;
  opacity: 0.5; }
  @media only screen and (max-width: 991px) {
    .table thead th {
      font-size: 10px; } }

.table tbody td {
  padding: 1.9rem .9rem;
  font-size: 24px;
  font-family: 'BebasNeueBold';
  line-height: 1; }
  @media only screen and (max-width: 1200px) {
    .table tbody td {
      font-size: 22px; } }
  @media only screen and (max-width: 991px) {
    .table tbody td {
      font-size: 18px;
      padding: 1.7rem 0.7rem; } }
  @media only screen and (max-width: 767px) {
    .table tbody td {
      font-size: 16px;
      padding: 1.5rem 0.5rem; } }
  .table tbody td small {
    font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500; }
    @media only screen and (max-width: 991px) {
      .table tbody td small {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .table tbody td small {
        font-size: 12px; } }

.tooltip .tooltip-inner {
  padding: 17px 10px;
  color: #202020;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  max-width: 160px;
  font-size: 12px; }
  .tooltip .tooltip-inner p {
    line-height: 1.4;
    opacity: 1; }
  .tooltip .tooltip-inner:before {
    border-top-color: #e2e2e2 !important; }
  .tooltip .tooltip-inner:after {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #fff;
    top: calc(100% - 6px); }

.pagination {
  display: table;
  margin: 0 auto;
  padding: 42px 0; }
  .pagination .page-item {
    float: left;
    display: table; }
    .pagination .page-item .page-link {
      background-color: transparent;
      border: none;
      color: #202020;
      font-size: 16px;
      font-family: 'BebasNeueBold';
      padding: 0 7px; }
      .pagination .page-item .page-link.arrow {
        font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        padding: 0 20px;
        line-height: 1; }
      .pagination .page-item .page-link svg {
        height: 20px;
        width: 9px;
        margin: 0 7px; }
    .pagination .page-item.disabled {
      display: none; }
      .pagination .page-item.disabled.active {
        display: block; }
        .pagination .page-item.disabled.active .page-link {
          color: #8eb82f; }

/* Base for label styling */
.option {
  height: 40px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .option {
      height: 20px; } }
  .option [type="checkbox"] {
    /* checked mark aspect changes */
    /* disabled checkbox */
    /* accessibility */ }
    .option [type="checkbox"]:not(:checked), .option [type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .option [type="checkbox"] + label {
      position: relative;
      cursor: pointer;
      padding: 11px 0 11px 60px;
      font-size: 14px;
      letter-spacing: -0.3px; }
      @media only screen and (max-width: 991px) {
        .option [type="checkbox"] + label {
          padding: 5px 0 5px 50px;
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .option [type="checkbox"] + label {
          padding: 5px 0 5px 30px;
          font-size: 10px; } }
    .option [type="checkbox"]:not(:checked) + label:before,
    .option [type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      border: 1px solid #ececec;
      border-radius: 3px;
      background: #fff;
      border-radius: 0;
      box-shadow: none; }
      @media only screen and (max-width: 767px) {
        .option [type="checkbox"]:not(:checked) + label:before,
        .option [type="checkbox"]:checked + label:before {
          width: 20px;
          height: 20px; } }
    .option [type="checkbox"]:not(:checked) + label:after,
    .option [type="checkbox"]:checked + label:after {
      content: '✔';
      position: absolute;
      left: 16px;
      top: 10px;
      transition: all .2s; }
      @media only screen and (max-width: 767px) {
        .option [type="checkbox"]:not(:checked) + label:after,
        .option [type="checkbox"]:checked + label:after {
          left: 8px;
          top: 8px;
          width: 4px;
          height: 4px; } }
    .option [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0); }
    .option [type="checkbox"]:checked + label:after {
      opacity: 1;
      -ms-transform: scale(1);
      transform: scale(1); }
    .option [type="checkbox"]:disabled:not(:checked) + label:before,
    .option [type="checkbox"]:disabled:checked + label:before {
      box-shadow: none;
      border-color: #bbb;
      background-color: #ddd; }
    .option [type="checkbox"]:disabled:checked + label:after {
      color: #999; }
    .option [type="checkbox"]:disabled + label {
      color: #aaa; }
    .option [type="checkbox"] .option [type="checkbox"]:checked:focus + label:before,
    .option [type="checkbox"] .option [type="checkbox"]:not(:checked):focus + label:before {
      border: 2px solid #202020; }
  .option label:hover:before {
    border-color: #202020 !important; }
  .option.small {
    height: 25px; }
    @media only screen and (max-width: 767px) {
      .option.small {
        height: 20px; } }
    .option.small [type="checkbox"]:not(:checked), .option.small [type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .option.small [type="checkbox"] + label {
      position: relative;
      cursor: pointer;
      padding: 5px 0 1px 30px;
      font-size: 12px;
      font-family: 'ProximaNova-SemiBold'; }
    .option.small [type="checkbox"]:not(:checked) + label:before,
    .option.small [type="checkbox"]:checked + label:before {
      width: 25px;
      height: 25px;
      border: 1px solid #c8c8c8; }
      @media only screen and (max-width: 767px) {
        .option.small [type="checkbox"]:not(:checked) + label:before,
        .option.small [type="checkbox"]:checked + label:before {
          width: 20px;
          height: 20px; } }
    .option.small [type="checkbox"]:not(:checked) + label:after,
    .option.small [type="checkbox"]:checked + label:after {
      left: 8px;
      top: 5px; }
      @media only screen and (max-width: 767px) {
        .option.small [type="checkbox"]:not(:checked) + label:after,
        .option.small [type="checkbox"]:checked + label:after {
          left: 8px;
          top: 8px;
          width: 4px;
          height: 4px; } }
  .option.extra-small {
    height: 20px; }
    .option.extra-small [type="checkbox"]:not(:checked), .option.extra-small [type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .option.extra-small [type="checkbox"] + label {
      position: relative;
      cursor: pointer;
      padding: 2px 0 1px 28px;
      font-size: 12px;
      font-family: 'ProximaNova-SemiBold'; }
    .option.extra-small [type="checkbox"]:not(:checked) + label:before,
    .option.extra-small [type="checkbox"]:checked + label:before {
      width: 20px;
      height: 20px;
      border: 1px solid #c8c8c8;
      border-radius: 3px; }
    .option.extra-small [type="checkbox"]:not(:checked) + label:after,
    .option.extra-small [type="checkbox"]:checked + label:after {
      left: 5px;
      top: 3px; }

/* Base for label styling */
.option {
  height: 40px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .option {
      height: 20px; } }
  .option [type="radio"] {
    /* checked mark aspect changes */
    /* disabled checkbox */
    /* accessibility */ }
    .option [type="radio"]:not(:checked), .option [type="radio"]:checked {
      position: absolute;
      left: -9999px; }
    .option [type="radio"] + label {
      position: relative;
      cursor: pointer;
      padding: 11px 0 11px 60px;
      font-size: 14px;
      letter-spacing: -0.3px; }
      @media only screen and (max-width: 991px) {
        .option [type="radio"] + label {
          padding: 5px 0 5px 50px;
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .option [type="radio"] + label {
          padding: 5px 0 5px 30px;
          font-size: 10px; } }
    .option [type="radio"]:not(:checked) + label:before,
    .option [type="radio"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      border: 1px solid #ececec;
      border-radius: 3px;
      background: #fff;
      border-radius: 0;
      box-shadow: none; }
      @media only screen and (max-width: 767px) {
        .option [type="radio"]:not(:checked) + label:before,
        .option [type="radio"]:checked + label:before {
          height: 20px;
          width: 20px; } }
    .option [type="radio"]:not(:checked) + label:after,
    .option [type="radio"]:checked + label:after {
      content: ' ';
      position: absolute;
      left: 17px;
      top: 17px;
      width: 6px;
      height: 6px;
      background: #202020;
      transition: all .2s; }
      @media only screen and (max-width: 767px) {
        .option [type="radio"]:not(:checked) + label:after,
        .option [type="radio"]:checked + label:after {
          left: 8px;
          top: 8px;
          width: 4px;
          height: 4px; } }
    .option [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0); }
    .option [type="radio"]:checked + label:after {
      opacity: 1;
      -ms-transform: scale(1);
      transform: scale(1); }
    .option [type="radio"]:disabled:not(:checked) + label:before,
    .option [type="radio"]:disabled:checked + label:before {
      box-shadow: none;
      border-color: #bbb;
      background-color: #ddd; }
    .option [type="radio"]:disabled:checked + label:after {
      color: #999; }
    .option [type="radio"]:disabled + label {
      color: #aaa; }
    .option [type="radio"] .option [type="radio"]:checked:focus + label:before,
    .option [type="radio"] .option [type="radio"]:not(:checked):focus + label:before {
      border: 2px solid #202020; }
  .option label:hover:before {
    border-color: #202020 !important; }
  .option.small {
    height: 25px; }
    @media only screen and (max-width: 767px) {
      .option.small {
        height: 20px; } }
    .option.small [type="radio"]:not(:checked), .option.small [type="radio"]:checked {
      position: absolute;
      left: -9999px; }
    .option.small [type="radio"] + label {
      position: relative;
      cursor: pointer;
      padding: 5px 0 1px 30px;
      font-size: 12px;
      font-family: 'ProximaNova-SemiBold'; }
    .option.small [type="radio"]:not(:checked) + label:before,
    .option.small [type="radio"]:checked + label:before {
      width: 25px;
      height: 25px;
      border: 1px solid #c8c8c8; }
      @media only screen and (max-width: 767px) {
        .option.small [type="radio"]:not(:checked) + label:before,
        .option.small [type="radio"]:checked + label:before {
          height: 20px;
          width: 20px; } }
    .option.small [type="radio"]:not(:checked) + label:after,
    .option.small [type="radio"]:checked + label:after {
      left: 8px;
      top: 5px; }
      @media only screen and (max-width: 767px) {
        .option.small [type="radio"]:not(:checked) + label:after,
        .option.small [type="radio"]:checked + label:after {
          left: 8px;
          top: 8px;
          width: 4px;
          height: 4px; } }
  .option.extra-small {
    height: 20px; }
    .option.extra-small [type="radio"]:not(:checked), .option.extra-small [type="radio"]:checked {
      position: absolute;
      left: -9999px; }
    .option.extra-small [type="radio"] + label {
      position: relative;
      cursor: pointer;
      padding: 2px 0 1px 28px;
      font-size: 12px;
      font-family: 'ProximaNova-SemiBold'; }
    .option.extra-small [type="radio"]:not(:checked) + label:before,
    .option.extra-small [type="radio"]:checked + label:before {
      height: 20px;
      width: 20px;
      border: 1px solid #c8c8c8;
      border-radius: 3px; }
    .option.extra-small [type="radio"]:not(:checked) + label:after,
    .option.extra-small [type="radio"]:checked + label:after {
      left: 8px;
      top: 5px; }

.onoffswitch {
  position: relative;
  width: 50px; }
  @media only screen and (max-width: 767px) {
    .onoffswitch {
      width: 28px; } }
  .onoffswitch .onoffswitch-checkbox {
    display: none; }
    .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
      margin-left: 0; }
    .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
      right: 0;
      background: #fff; }
  .onoffswitch .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: none;
    border-radius: 20px;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .onoffswitch .onoffswitch-label {
        border-radius: 10px; } }
    .onoffswitch .onoffswitch-label .onoffswitch-inner {
      display: block;
      width: 200%;
      margin-left: -100%;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .onoffswitch .onoffswitch-label .onoffswitch-inner:before {
        border-radius: 20px;
        display: block;
        float: left;
        width: 50%;
        height: 23px;
        padding: 0;
        line-height: 23px;
        box-sizing: border-box;
        padding-left: 10px;
        background-color: #8eb82f;
        border: 1px solid #8eb82f;
        content: ""; }
        @media only screen and (max-width: 767px) {
          .onoffswitch .onoffswitch-label .onoffswitch-inner:before {
            height: 11px;
            line-height: 11px;
            padding-left: 3px; } }
      .onoffswitch .onoffswitch-label .onoffswitch-inner:after {
        border-radius: 20px;
        display: block;
        float: left;
        width: 50%;
        height: 23px;
        padding: 0;
        line-height: 23px;
        box-sizing: border-box;
        content: "";
        padding-right: 10px;
        background-color: #f3f3f3;
        border: 1px solid #dcdcdc;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .onoffswitch .onoffswitch-label .onoffswitch-inner:after {
            height: 11px;
            line-height: 11px;
            padding-right: 3px; } }
    .onoffswitch .onoffswitch-label .onoffswitch-switch {
      display: block;
      width: 19px;
      height: 19px;
      margin: 2px;
      background: #c0c0c0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 27px;
      border: none;
      border-radius: 20px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .onoffswitch .onoffswitch-label .onoffswitch-switch {
          width: 7px;
          height: 7px;
          top: 0px;
          border-radius: 10px;
          right: 17px; } }

.upload-profile-image-modal h3 {
  font-size: 22px;
  padding: 10px 0 20px;
  letter-spacing: -.7px; }

.upload-profile-image-modal .btn.select-img, .upload-profile-image-modal .all-wrapper .select-img.fc-button, .all-wrapper .upload-profile-image-modal .select-img.fc-button {
  text-align: center;
  display: table;
  margin: 5px auto !important;
  padding: 3px 10px;
  float: none !important; }

.upload-profile-image-modal .img-types {
  text-align: center; }

.upload-profile-image-modal .actions {
  padding-top: 20px; }
  .upload-profile-image-modal .actions .btn, .upload-profile-image-modal .actions .all-wrapper .fc-button, .all-wrapper .upload-profile-image-modal .actions .fc-button {
    float: right;
    padding: 0.5rem 1.4rem 0.3rem;
    line-height: 1; }

.update-password-modal h3 {
  font-size: 22px;
  padding: 10px 0 20px;
  letter-spacing: -.7px; }

.update-password-modal .actions {
  padding-top: 20px; }
  .update-password-modal .actions .btn, .update-password-modal .actions .all-wrapper .fc-button, .all-wrapper .update-password-modal .actions .fc-button {
    float: right;
    padding: 0.5rem 1.4rem 0.3rem;
    line-height: 1; }

.auth-wrapper .logo-w {
  padding: 0 0 58px; }
  @media (max-width: 1250px) {
    .auth-wrapper .logo-w {
      padding: 30px 0px; } }

@media only screen and (max-width: 991px) {
  fieldset {
    margin-top: 1.3rem; } }

@media only screen and (max-width: 767px) {
  fieldset {
    margin-top: 1rem; } }

.form-group {
  margin-bottom: 1.6rem; }
  @media only screen and (max-width: 991px) {
    .form-group {
      margin-bottom: 1.3rem; } }
  @media only screen and (max-width: 767px) {
    .form-group {
      margin-bottom: 1rem; } }

.auth-box-w {
  width: 460px;
  max-width: 90%;
  padding: 53px 0 0 0; }
  @media only screen and (max-width: 991px) {
    .auth-box-w {
      padding: 40px 0 0 0; } }
  @media only screen and (max-width: 767px) {
    .auth-box-w {
      padding: 20px 0; } }
  .auth-box-w.register {
    border-radius: 3px;
    width: 830px;
    padding: 0; }
    @media only screen and (max-width: 991px) {
      .auth-box-w.register {
        width: 750px; } }
    @media only screen and (max-width: 767px) {
      .auth-box-w.register {
        width: 300px; } }
    .auth-box-w.register .steps {
      font-family: ProximaNova-Bold;
      color: #8eb82f;
      font-size: 24px;
      text-align: center;
      font-family: 'BebasNeueBold';
      padding: 36px 0 0px;
      letter-spacing: 1.2px; }
    .auth-box-w.register .step {
      border-radius: 3px;
      padding: 56px 0 0 0; }
      @media only screen and (max-width: 1200px) {
        .auth-box-w.register .step {
          padding: 40px 0 0; } }
      @media only screen and (max-width: 991px) {
        .auth-box-w.register .step {
          padding: 35px 0 0; } }
      @media only screen and (max-width: 767px) {
        .auth-box-w.register .step {
          padding: 25px 0 0; } }
      .auth-box-w.register .step.step-3 .block-left {
        width: 120px;
        float: left; }
        @media only screen and (max-width: 767px) {
          .auth-box-w.register .step.step-3 .block-left {
            width: 100%; } }
        .auth-box-w.register .step.step-3 .block-left .upload-image {
          height: 120px;
          width: 120px;
          background: #f3f3f3;
          border: 1px solid #ececec;
          display: block;
          border-radius: 50%;
          text-align: center;
          overflow: hidden;
          display: block;
          position: relative; }
          @media only screen and (max-width: 767px) {
            .auth-box-w.register .step.step-3 .block-left .upload-image {
              height: 60px;
              width: 60px;
              float: left; } }
          .auth-box-w.register .step.step-3 .block-left .upload-image img {
            position: absolute;
            left: 50%;
            top: 50%;
            min-width: 100%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            min-height: 100%;
            height: auto;
            width: auto; }
          .auth-box-w.register .step.step-3 .block-left .upload-image svg {
            width: 20px;
            margin: 0 auto;
            display: table; }
          .auth-box-w.register .step.step-3 .block-left .upload-image span {
            display: block;
            color: #202020;
            font-size: 10px;
            letter-spacing: 0.8px;
            padding-top: 3px; }
        .auth-box-w.register .step.step-3 .block-left .notifications {
          padding: 32px 0;
          display: table;
          margin: 0 auto;
          max-width: 76px; }
          @media only screen and (max-width: 767px) {
            .auth-box-w.register .step.step-3 .block-left .notifications {
              width: 50%;
              float: right;
              max-width: 100%;
              padding: 10px 15px; } }
          .auth-box-w.register .step.step-3 .block-left .notifications .not_label {
            font-family: ProximaNova-Bold;
            font-size: 14px;
            line-height: 1;
            display: block;
            margin-bottom: 10px; }
          .auth-box-w.register .step.step-3 .block-left .notifications .onoffswitch {
            margin: 0 auto; }
            @media only screen and (max-width: 767px) {
              .auth-box-w.register .step.step-3 .block-left .notifications .onoffswitch {
                margin: 0; } }
      .auth-box-w.register .step.step-3 .block-right {
        width: calc(100% - 120px);
        float: left;
        padding-left: 60px; }
        @media only screen and (max-width: 767px) {
          .auth-box-w.register .step.step-3 .block-right {
            width: 100%;
            padding: 0; } }
      .auth-box-w.register .step.final-step {
        background: #8eb82f;
        padding: 31px; }
        .auth-box-w.register .step.final-step .close-btn {
          margin: 0;
          float: right; }
        .auth-box-w.register .step.final-step h3 {
          color: #fff;
          font-size: 60px;
          font-family: 'ProximaNova-Bold';
          padding: 40px 0 40px 0; }
          @media only screen and (max-width: 1200px) {
            .auth-box-w.register .step.final-step h3 {
              font-size: 56px; } }
          @media only screen and (max-width: 991px) {
            .auth-box-w.register .step.final-step h3 {
              font-size: 52px; } }
          @media only screen and (max-width: 767px) {
            .auth-box-w.register .step.final-step h3 {
              font-size: 48px; } }
          .auth-box-w.register .step.final-step h3 div {
            font-size: 36px;
            line-height: 1;
            margin-top: -4px; }
            @media only screen and (max-width: 1200px) {
              .auth-box-w.register .step.final-step h3 div {
                font-size: 32px; } }
            @media only screen and (max-width: 991px) {
              .auth-box-w.register .step.final-step h3 div {
                font-size: 28px; } }
            @media only screen and (max-width: 767px) {
              .auth-box-w.register .step.final-step h3 div {
                font-size: 26px; } }
        .auth-box-w.register .step.final-step .info {
          border-radius: 50%;
          padding: 0;
          border: none;
          background: #202020;
          display: table;
          float: none;
          margin: 0 auto;
          height: 65px;
          width: 65px;
          text-align: center; }
          .auth-box-w.register .step.final-step .info svg {
            height: 65px;
            display: table;
            margin: 0 auto;
            width: 10px;
            fill: #fff; }
        .auth-box-w.register .step.final-step p {
          font-size: 24px;
          color: #202020;
          max-width: 545px;
          display: table;
          margin: 0 auto;
          padding: 30px 0; }
          .auth-box-w.register .step.final-step p span {
            color: #fff; }
    .auth-box-w.register .form-group .parsley-errors-list {
      right: 0;
      left: 0; }
    .auth-box-w.register .btn-submit {
      margin-top: 12px;
      color: #fff; }
      .auth-box-w.register .btn-submit svg {
        width: 7px;
        fill: #fff;
        margin-left: 18px; }
      .auth-box-w.register .btn-submit:hover {
        color: #fff; }
  .auth-box-w.sign-in .forgot-pass {
    margin: -13px 0 54px 0; }
    .auth-box-w.sign-in .forgot-pass a {
      font-family: 'ProximaNova-Bold';
      color: #202020; }
      .auth-box-w.sign-in .forgot-pass a:focus, .auth-box-w.sign-in .forgot-pass a:hover {
        color: #8eb82f; }
  .auth-box-w.sign-in .separator {
    text-align: center;
    font-size: 12px;
    padding: 0px 0 23px; }
    @media only screen and (max-width: 991px) {
      .auth-box-w.sign-in .separator {
        padding-bottom: 1.3rem; } }
    @media only screen and (max-width: 767px) {
      .auth-box-w.sign-in .separator {
        padding-bottom: 1rem; } }
  .auth-box-w.sign-in .btn-microsoft {
    background: #0072c5;
    border-color: #0072c5; }
    .auth-box-w.sign-in .btn-microsoft svg {
      width: 18px;
      float: left;
      fill: #fff;
      left: 3px;
      position: relative;
      top: 2px; }
      @media only screen and (max-width: 767px) {
        .auth-box-w.sign-in .btn-microsoft svg {
          width: 13px; } }
    .auth-box-w.sign-in .btn-microsoft:focus, .auth-box-w.sign-in .btn-microsoft:hover {
      border-color: #202020;
      background: #202020; }
  .auth-box-w.sign-in .btn-link {
    color: #202020;
    margin-top: 46px; }
    .auth-box-w.sign-in .btn-link:focus, .auth-box-w.sign-in .btn-link:hover {
      color: #8eb82f; }
  .auth-box-w .h3, .auth-box-w h3 {
    text-align: center;
    font-size: 2.15rem;
    font-weight: 600;
    letter-spacing: 1.1px; }
    @media only screen and (max-width: 1200px) {
      .auth-box-w .h3, .auth-box-w h3 {
        font-size: 1.9rem;
        letter-spacing: 0.5px; } }
    @media only screen and (max-width: 991px) {
      .auth-box-w .h3, .auth-box-w h3 {
        font-size: 1.5rem;
        letter-spacing: 0.5px; } }
    @media only screen and (max-width: 767px) {
      .auth-box-w .h3, .auth-box-w h3 {
        font-size: 1.15rem;
        letter-spacing: -0.1px; } }
  .auth-box-w .h4, .auth-box-w h4 {
    padding: 0 0 35px 0;
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      .auth-box-w .h4, .auth-box-w h4 {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 991px) {
      .auth-box-w .h4, .auth-box-w h4 {
        font-size: 1rem; } }
    @media only screen and (max-width: 767px) {
      .auth-box-w .h4, .auth-box-w h4 {
        letter-spacing: -0.5px;
        font-size: 0.8rem; } }
  .auth-box-w form {
    padding: 45px 60px; }
    @media only screen and (max-width: 1200px) {
      .auth-box-w form {
        padding: 35px 50px; } }
    @media only screen and (max-width: 991px) {
      .auth-box-w form {
        padding: 25px 40px; } }
    @media only screen and (max-width: 767px) {
      .auth-box-w form {
        padding: 15px 30px; } }
    .auth-box-w form .form-group {
      margin-bottom: 1.6rem; }
      @media only screen and (max-width: 991px) {
        .auth-box-w form .form-group {
          margin-bottom: 1.3rem; } }
      @media only screen and (max-width: 767px) {
        .auth-box-w form .form-group {
          margin-bottom: 1rem; } }
      .auth-box-w form .form-group label {
        margin-bottom: 0.3rem;
        font-weight: 500;
        font-size: 0.8rem;
        letter-spacing: 0.2px; }
      .auth-box-w form .form-group .form-control {
        line-height: 1.55;
        background: #f3f3f3;
        border: 1px solid #ececec; }
        .auth-box-w form .form-group .form-control:focus {
          background: #fff;
          border: 1px solid #202020; }
      .auth-box-w form .form-group textarea.form-control {
        height: 200px; }
        @media only screen and (max-width: 1200px) {
          .auth-box-w form .form-group textarea.form-control {
            height: 175px; } }
        @media only screen and (max-width: 991px) {
          .auth-box-w form .form-group textarea.form-control {
            height: 140px; } }
        @media only screen and (max-width: 767px) {
          .auth-box-w form .form-group textarea.form-control {
            height: 100px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .menu-side-w {
    width: 55px;
    overflow: hidden;
    transition: all .2s ease; }
  .menu-side-w ul.main-menu > li .icon-w {
    padding: 1rem 1.2rem 1rem 0.9rem !important; }
  .menu-side-w ul.main-menu > li > a.active .icon-w, .menu-side-w ul.main-menu > li > a:hover .icon-w {
    -ms-transform: translateX(3px);
    transform: translateX(3px); }
  .menu-side-w.expanded {
    width: 200px; }
    .menu-side-w.expanded .expand-menu-toggle {
      color: #8eb82f; }
      .menu-side-w.expanded .expand-menu-toggle svg {
        fill: #8eb82f; } }

.expand-menu-toggle {
  color: #fff;
  width: 55px;
  display: none;
  font-family: 'ProximaNova-Bold';
  line-height: 1;
  font-size: 12px;
  text-align: center;
  padding: 10px 0 3px;
  display: none; }
  @media (max-width: 1200px) {
    .expand-menu-toggle {
      display: block; } }
  .expand-menu-toggle svg {
    height: 14px;
    fill: #fff;
    margin-bottom: 5px; }
  .expand-menu-toggle:hover, .expand-menu-toggle:focus {
    color: #8eb82f; }
    .expand-menu-toggle:hover svg, .expand-menu-toggle:focus svg {
      fill: #8eb82f; }

.alert.alert-info {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.2px;
  margin: 0;
  color: #202020;
  background-color: transparent;
  border-color: transparent;
  padding: 20px 0; }

.lesson-comp-details-iframe {
  position: relative; }
  .lesson-comp-details-iframe .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    max-width: 100%;
    z-index: 1000;
    margin: 0;
    opacity: 0;
    pointer-events: none; }
    .lesson-comp-details-iframe .modal-dialog.visible {
      opacity: 1;
      pointer-events: all; }
    .lesson-comp-details-iframe .modal-dialog .dialog-box {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 320px;
      text-align: center; }
      .lesson-comp-details-iframe .modal-dialog .dialog-box.hide {
        display: none; }
      .lesson-comp-details-iframe .modal-dialog .dialog-box.submit-quiz-fail .dialog-content {
        padding: 40px 20px; }
      .lesson-comp-details-iframe .modal-dialog .dialog-box .dialog-content {
        background: #8eb82f;
        color: #fff;
        padding: 40px;
        border-radius: 3px; }
        .lesson-comp-details-iframe .modal-dialog .dialog-box .dialog-content h2 {
          color: #fff; }
        .lesson-comp-details-iframe .modal-dialog .dialog-box .dialog-content h3 {
          color: #fff; }
        .lesson-comp-details-iframe .modal-dialog .dialog-box .dialog-content h4 {
          color: #fff; }
        .lesson-comp-details-iframe .modal-dialog .dialog-box .dialog-content h5 {
          color: #fff; }
        .lesson-comp-details-iframe .modal-dialog .dialog-box .dialog-content img {
          display: table;
          margin: 10px auto; }
      .lesson-comp-details-iframe .modal-dialog .dialog-box .dialog-actions {
        padding: 20px 0; }
        .lesson-comp-details-iframe .modal-dialog .dialog-box .dialog-actions .btn, .lesson-comp-details-iframe .modal-dialog .dialog-box .dialog-actions .all-wrapper .fc-button, .all-wrapper .lesson-comp-details-iframe .modal-dialog .dialog-box .dialog-actions .fc-button {
          display: table;
          margin: 20px auto 0; }
  .lesson-comp-details-iframe .slick-track {
    background-image: url(../img/comps/bg-slide.png);
    background-repeat: repeat; }
  .lesson-comp-details-iframe .slick-slider {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-touch-callout: unset;
    -khtml-user-select: unset;
    -ms-touch-action: auto;
    touch-action: auto; }
    .lesson-comp-details-iframe .slick-slider.with-feedback .pop-quiz,
    .lesson-comp-details-iframe .slick-slider.with-feedback .article-component {
      pointer-events: none; }
      .lesson-comp-details-iframe .slick-slider.with-feedback .pop-quiz.type-final-step,
      .lesson-comp-details-iframe .slick-slider.with-feedback .article-component.type-final-step {
        pointer-events: all; }

.iframe-content .content-box {
  padding: 0; }

.iframe-content .overlay-content .points-wrapper {
  display: none; }

.iframe-content .overlay-content .btn.red.show-feedback, .iframe-content .overlay-content .all-wrapper .red.show-feedback.fc-button, .all-wrapper .iframe-content .overlay-content .red.show-feedback.fc-button,
.iframe-content .overlay-content .green.btn,
.iframe-content .overlay-content .all-wrapper .green.fc-button,
.all-wrapper .iframe-content .overlay-content .green.fc-button {
  display: none; }

.iframe-content .lesson-comp-details.show-final .article-component-header {
  display: none; }

.iframe-content .lesson-comp-details.show-final .modal-dialog {
  display: none !important; }

.iframe-content .submit-quiz-fail {
  display: none; }

.article-component-header {
  background-image: url("../img/comps/top-n-bottom.png");
  background-size: cover;
  background-position: center center;
  padding: 2px 5px 2px 60px; }
  @media (max-width: 991px) {
    .article-component-header {
      padding: 2px 5px 2px 30px; } }
  @media (max-width: 767px) {
    .article-component-header {
      padding: 2px 5px 2px 20px; } }
  .article-component-header .arrows.disabled .arrow.next {
    pointer-events: none;
    cursor: not-allowed; }
  .article-component-header .arrows.disabled.disabled-audio:after, .article-component-header .arrows.disabled.disabled-video:after {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    content: 'Please wait for media playback to complete before advancing';
    position: absolute;
    left: 300px;
    color: white;
    font-weight: normal;
    font-size: 1.1em;
    letter-spacing: 0;
    width: 19em;
    background: #828282;
    padding: 0 5px; }
  .article-component-header .arrows.disabled.disabled-audio:hover:after, .article-component-header .arrows.disabled.disabled-video:hover:after {
    opacity: 1; }
  .article-component-header .arrows .arrow {
    background: #828282;
    display: table;
    float: left;
    line-height: 1;
    padding: 11px 45px 12px 44px; }
    @media (max-width: 767px) {
      .article-component-header .arrows .arrow {
        padding: 7px 25px 7px 24px; } }
    .article-component-header .arrows .arrow:hover {
      background: #4a4a4a; }
    .article-component-header .arrows .arrow.hidden {
      pointer-events: none;
      opacity: 0; }
    .article-component-header .arrows .arrow.next {
      float: right; }
    .article-component-header .arrows .arrow svg {
      width: 9px;
      height: 19px;
      fill: #fff; }
      @media (max-width: 767px) {
        .article-component-header .arrows .arrow svg {
          width: 6px;
          height: 16px; } }
  .article-component-header .slide_count {
    background: black;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    font-family: 'ProximaNova-Regular'; }
    @media (max-width: 767px) {
      .article-component-header .slide_count {
        font-size: 12px;
        padding: 5px 15px; } }
    .article-component-header .slide_count .current_slide, .article-component-header .slide_count .total_slides {
      font-size: 16px;
      font-family: 'ProximaNova-Bold'; }
      @media (max-width: 767px) {
        .article-component-header .slide_count .current_slide, .article-component-header .slide_count .total_slides {
          font-size: 14px; } }

.download-pdf {
  margin: 6px 10px 0 0;
  line-height: 1;
  padding: 0.3rem 1.2rem;
  line-height: 1; }
  @media (max-width: 767px) {
    .download-pdf {
      margin: 2px 10px 0 0;
      padding: 0.3rem 0.6rem; } }
  .download-pdf span {
    display: table;
    float: left;
    padding: 4px 0 0 12px; }
    @media (max-width: 767px) {
      .download-pdf span {
        padding: 3px 0 0 5px; } }
  .download-pdf svg {
    display: table;
    float: left;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    fill: #fff; }
    @media (max-width: 767px) {
      .download-pdf svg {
        height: 14px; } }

.article-component[data-id="2255"].type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element {
  padding: 0 !important; }

.article-component[data-id="2255"].type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element.dropped {
  padding: 0 8px !important; }

.article-component[data-id="2122"].type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element.dropped {
  padding: 0 !important; }

.article-component[data-id="2122"].type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element.dropped {
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -ms-transform-origin: center center;
  transform-origin: center center; }

.article-component[data-id="2122"].type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element.dropped img {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 0;
  margin-top: 50px; }

.article-component[data-id="2122"].type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers-box h5 {
  min-height: 50px; }

.article-component[data-id="2937"].type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers-box ul li {
  padding-top: 50px; }

.article-component[data-id="2937"].type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers-box ul li h5 {
  text-align: center;
  top: -60px;
  position: relative; }

.article-component[data-id="2530"].type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element img {
  width: 60%; }

.article-component[data-id="2530"].type-quiz.sortable-dragndrop-images img {
  max-height: initial; }

.article-component[data-id="2530"].type-quiz.sortable-dragndrop-images ul li {
  padding: 0; }

.pop-quiz,
.article-component {
  overflow: hidden;
  background-image: url("../img/comps/bg-slide.png");
  font-size: 1.2rem; }
  .pop-quiz .component-content,
  .article-component .component-content {
    padding: 30px 60px 90px 60px; }
    @media (max-width: 991px) {
      .pop-quiz .component-content,
      .article-component .component-content {
        padding: 20px 30px 50px; } }
    @media (max-width: 767px) {
      .pop-quiz .component-content,
      .article-component .component-content {
        padding: 15px 20px 30px; } }
  .pop-quiz .row,
  .article-component .row {
    margin: 0 -25px; }
    @media (max-width: 991px) {
      .pop-quiz .row,
      .article-component .row {
        margin: 0 -20px; } }
    .pop-quiz .row .col,
    .article-component .row .col {
      padding: 0 25px; }
      @media (max-width: 991px) {
        .pop-quiz .row .col,
        .article-component .row .col {
          padding: 0 20px; } }
  .pop-quiz .title,
  .article-component .title {
    background-image: url("../img/comps/title-bg.png");
    display: table;
    margin: 0;
    letter-spacing: 0.7px;
    margin: 0 0 30px -60px;
    padding: 28px 60px 27px; }
    @media (max-width: 991px) {
      .pop-quiz .title,
      .article-component .title {
        margin: 0 0 20px -30px;
        padding: 15px 20px 15px; } }
    @media (max-width: 767px) {
      .pop-quiz .title,
      .article-component .title {
        margin: 0 0 15px -20px;
        padding: 15px 15px 15px; } }
    .pop-quiz .title.with-subtitle,
    .article-component .title.with-subtitle {
      padding: 13px 60px; }
      @media (max-width: 991px) {
        .pop-quiz .title.with-subtitle,
        .article-component .title.with-subtitle {
          padding: 10px 20px; } }
      @media (max-width: 767px) {
        .pop-quiz .title.with-subtitle,
        .article-component .title.with-subtitle {
          padding: 10px 15px; } }
    .pop-quiz .title.right,
    .article-component .title.right {
      display: block;
      margin: 0 -60px 30px -15px;
      padding: 28px 60px 27px 15px; }
      @media (max-width: 991px) {
        .pop-quiz .title.right,
        .article-component .title.right {
          margin: 0 -30px 20px -20px;
          padding: 15px 20px 15px 15px; } }
      @media (max-width: 767px) {
        .pop-quiz .title.right,
        .article-component .title.right {
          margin: 0 -20px 15px -20px;
          padding: 15px 20px 15px 15px; } }
      .pop-quiz .title.right.with-subtitle,
      .article-component .title.right.with-subtitle {
        padding: 13px 60px 13px 15px; }
        @media (max-width: 991px) {
          .pop-quiz .title.right.with-subtitle,
          .article-component .title.right.with-subtitle {
            padding: 13px 30px 13px 15px; } }
    .pop-quiz .title .subtitle,
    .article-component .title .subtitle {
      color: #8eb82f;
      line-height: 1;
      font-size: 22px;
      font-family: 'BebasNeueRegular';
      letter-spacing: 0.4px;
      margin: 0; }
      @media (max-width: 991px) {
        .pop-quiz .title .subtitle,
        .article-component .title .subtitle {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .pop-quiz .title .subtitle,
        .article-component .title .subtitle {
          font-size: 18px; } }
    .pop-quiz .title h2,
    .article-component .title h2 {
      line-height: 1;
      font-family: ProximaNova-ExtraBold;
      font-size: 37px;
      letter-spacing: -0.5px;
      color: #fff;
      margin: 0; }
      @media (max-width: 991px) {
        .pop-quiz .title h2,
        .article-component .title h2 {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .pop-quiz .title h2,
        .article-component .title h2 {
          font-size: 28px; } }
  .pop-quiz ul,
  .pop-quiz ol,
  .article-component ul,
  .article-component ol {
    margin: 0;
    margin: 0;
    padding-left: 20px; }
  .pop-quiz .box-content,
  .article-component .box-content {
    padding: 0 0 20px 0; }
    @media (max-width: 767px) {
      .pop-quiz .box-content,
      .article-component .box-content {
        padding: 0; } }
  .pop-quiz .box-content-dark,
  .article-component .box-content-dark {
    background: #282828;
    color: #fff;
    padding: 35px 10px 22px; }
    @media only screen and (max-width: 991px) {
      .pop-quiz .box-content-dark,
      .article-component .box-content-dark {
        padding: 25px 10px 20px; } }
    .pop-quiz .box-content-dark h3,
    .article-component .box-content-dark h3 {
      color: #fff;
      font-family: ProximaNova-ExtraBold;
      line-height: 1;
      margin-bottom: 16px;
      font-size: 38px; }
      @media only screen and (max-width: 991px) {
        .pop-quiz .box-content-dark h3,
        .article-component .box-content-dark h3 {
          font-size: 1.85rem; } }
      @media only screen and (max-width: 767px) {
        .pop-quiz .box-content-dark h3,
        .article-component .box-content-dark h3 {
          font-size: 1.6rem; } }
    .pop-quiz .box-content-dark p,
    .article-component .box-content-dark p {
      opacity: 1;
      font-size: 18px;
      font-family: ProximaNova-Semibold;
      line-height: 1.2;
      padding-bottom: 10px;
      margin: 0;
      letter-spacing: -0.1px; }
  .pop-quiz .half-image,
  .article-component .half-image {
    margin: -30px 0 -90px -60px;
    width: calc(100% + 60px);
    float: left; }
    @media (max-width: 991px) {
      .pop-quiz .half-image,
      .article-component .half-image {
        margin: -20px 0 -50px -30px;
        width: calc(100% + 30px); } }
    @media (max-width: 767px) {
      .pop-quiz .half-image,
      .article-component .half-image {
        margin: 15px -20px 30px -20px;
        width: calc(100% + 40px); } }
    .pop-quiz .half-image img,
    .article-component .half-image img {
      width: 100%; }
    .pop-quiz .half-image.right,
    .article-component .half-image.right {
      margin: -30px -60px -90px 0;
      float: right; }
      @media (max-width: 991px) {
        .pop-quiz .half-image.right,
        .article-component .half-image.right {
          margin: -20px -30px -50px 0; } }
      @media (max-width: 767px) {
        .pop-quiz .half-image.right,
        .article-component .half-image.right {
          margin: 15px -20px 30px -20px;
          width: calc(100% + 40px); } }
    .pop-quiz .half-image .pic,
    .article-component .half-image .pic {
      padding: 0; }
  .pop-quiz .pic,
  .article-component .pic {
    position: relative;
    padding: 10px 0; }
    @media (max-width: 767px) {
      .pop-quiz .pic,
      .article-component .pic {
        margin: 0 -20px; } }
    .pop-quiz .pic img,
    .article-component .pic img {
      width: 100%; }
  .pop-quiz .valign,
  .article-component .valign {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .pop-quiz.type-quiz,
  .article-component.type-quiz {
    padding: 0;
    height: auto;
    min-height: 700px; }
    @media (max-width: 991px) {
      .pop-quiz.type-quiz,
      .article-component.type-quiz {
        min-height: 100vh; } }
    .pop-quiz.type-quiz .title,
    .article-component.type-quiz .title {
      display: block; }
    .pop-quiz.type-quiz .answers,
    .article-component.type-quiz .answers {
      width: 100%; }
    .pop-quiz.type-quiz ol,
    .pop-quiz.type-quiz ul,
    .article-component.type-quiz ol,
    .article-component.type-quiz ul {
      list-style: none;
      padding: 0;
      margin: 0 -30px; }
      @media (max-width: 991px) {
        .pop-quiz.type-quiz ol,
        .pop-quiz.type-quiz ul,
        .article-component.type-quiz ol,
        .article-component.type-quiz ul {
          margin: 0 -15px; } }
      .pop-quiz.type-quiz ol li,
      .pop-quiz.type-quiz ul li,
      .article-component.type-quiz ol li,
      .article-component.type-quiz ul li {
        width: 50%;
        float: left;
        padding: 0 60px; }
        @media (max-width: 991px) {
          .pop-quiz.type-quiz ol li,
          .pop-quiz.type-quiz ul li,
          .article-component.type-quiz ol li,
          .article-component.type-quiz ul li {
            padding: 0 30px; } }
        @media (max-width: 767px) {
          .pop-quiz.type-quiz ol li,
          .pop-quiz.type-quiz ul li,
          .article-component.type-quiz ol li,
          .article-component.type-quiz ul li {
            width: 100%; } }
    .pop-quiz.type-quiz.show-feedback.has-error .option input,
    .article-component.type-quiz.show-feedback.has-error .option input {
      /*&[data-correct="1"] + label {
							background-color: #FF0000;
							color:#fff;
							.feed{
								&:before{
									content: "X";
									position: absolute;
									right: 70px;
									display: block;
									color: white;
									z-index: 10;
									font-size: 22px;
									top: 50%;
									transform: translateY(-50%);
								}
								&:after{
									content: 'Wrong';
									position: absolute;
									color: #fff;
									right: 15px;
									display: block;
									top: 50%;
									transform: translateY(-50%);
								}
							}
						}	*/ }
      .pop-quiz.type-quiz.show-feedback.has-error .option input:checked[data-correct="0"] + label,
      .article-component.type-quiz.show-feedback.has-error .option input:checked[data-correct="0"] + label {
        background-color: #FF0000;
        color: #fff; }
        .pop-quiz.type-quiz.show-feedback.has-error .option input:checked[data-correct="0"] + label .feed:before,
        .article-component.type-quiz.show-feedback.has-error .option input:checked[data-correct="0"] + label .feed:before {
          content: "X";
          position: absolute;
          right: 70px;
          display: block;
          color: white;
          z-index: 10;
          font-size: 22px;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .pop-quiz.type-quiz.show-feedback.has-error .option input:checked[data-correct="0"] + label .feed:after,
        .article-component.type-quiz.show-feedback.has-error .option input:checked[data-correct="0"] + label .feed:after {
          content: 'Wrong';
          position: absolute;
          color: #fff;
          right: 15px;
          display: block;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .pop-quiz.type-quiz.show-feedback.has-error .option input:checked[data-correct="1"] + label,
      .article-component.type-quiz.show-feedback.has-error .option input:checked[data-correct="1"] + label {
        background-color: #fff;
        border: 1px solid #8eb82f; }
        .pop-quiz.type-quiz.show-feedback.has-error .option input:checked[data-correct="1"] + label .feed:before,
        .article-component.type-quiz.show-feedback.has-error .option input:checked[data-correct="1"] + label .feed:before {
          content: "";
          position: absolute;
          right: 75px;
          display: block;
          color: #73b52a;
          font-family: "FontAwesome";
          z-index: 10;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .pop-quiz.type-quiz.show-feedback.has-error .option input:checked[data-correct="1"] + label .feed:after,
        .article-component.type-quiz.show-feedback.has-error .option input:checked[data-correct="1"] + label .feed:after {
          content: "";
          position: absolute;
          right: 15px;
          display: block;
          color: #73b52a;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    .pop-quiz.type-quiz.show-feedback.has-error[data-name="quiz-multiple-answer"] .option input:checked[data-correct="1"] + label,
    .article-component.type-quiz.show-feedback.has-error[data-name="quiz-multiple-answer"] .option input:checked[data-correct="1"] + label {
      background-color: #fff;
      border: 1px solid #8eb82f;
      color: #202020; }
      .pop-quiz.type-quiz.show-feedback.has-error[data-name="quiz-multiple-answer"] .option input:checked[data-correct="1"] + label .feed:before,
      .article-component.type-quiz.show-feedback.has-error[data-name="quiz-multiple-answer"] .option input:checked[data-correct="1"] + label .feed:before {
        content: "";
        position: absolute;
        right: 75px;
        display: block;
        color: #73b52a;
        font-family: "FontAwesome";
        z-index: 10;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .pop-quiz.type-quiz.show-feedback.has-error[data-name="quiz-multiple-answer"] .option input:checked[data-correct="1"] + label .feed:after,
      .article-component.type-quiz.show-feedback.has-error[data-name="quiz-multiple-answer"] .option input:checked[data-correct="1"] + label .feed:after {
        content: "";
        position: absolute;
        right: 15px;
        display: block;
        color: #73b52a;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .pop-quiz.type-quiz.show-feedback.has-error[data-name="quiz-multiple-answer"] .option input + label,
    .article-component.type-quiz.show-feedback.has-error[data-name="quiz-multiple-answer"] .option input + label {
      background-color: #FF0000;
      color: #fff; }
      .pop-quiz.type-quiz.show-feedback.has-error[data-name="quiz-multiple-answer"] .option input + label .feed:before,
      .article-component.type-quiz.show-feedback.has-error[data-name="quiz-multiple-answer"] .option input + label .feed:before {
        content: "X";
        position: absolute;
        right: 70px;
        display: block;
        color: white;
        z-index: 10;
        font-size: 22px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .pop-quiz.type-quiz.show-feedback.has-error[data-name="quiz-multiple-answer"] .option input + label .feed:after,
      .article-component.type-quiz.show-feedback.has-error[data-name="quiz-multiple-answer"] .option input + label .feed:after {
        content: 'Wrong';
        position: absolute;
        color: #fff;
        right: 15px;
        display: block;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .pop-quiz.type-quiz.show-feedback .option input,
    .article-component.type-quiz.show-feedback .option input {
      /*&[data-correct="1"] + label {
						.feed{
							&:before{
								content: "\f00c";
								position: absolute;
								right: 75px;
								display: block;
								color: #73b52a;
								font-family: "FontAwesome";
								z-index: 10;
								top: 50%;
								transform: translateY(-50%);
							}
							&:after{
								content: 'Correct';
								position: absolute;
								right: 15px;
								display: block;
								color: #73b52a;
								top: 50%;
								transform: translateY(-50%);
							}
						}
					}*/
      /*&:not(:checked){
						&[data-correct="1"] + label {
							border: 1px solid #FF0000;
							background: #FF0000;

							&:before{
								border: 5px solid #000;
								background: #000;
							}
						}
					}*/ }
      .pop-quiz.type-quiz.show-feedback .option input:checked[data-correct="1"] + label,
      .article-component.type-quiz.show-feedback .option input:checked[data-correct="1"] + label {
        border: 1px solid #8eb82f; }
        .pop-quiz.type-quiz.show-feedback .option input:checked[data-correct="1"] + label .feed:before,
        .article-component.type-quiz.show-feedback .option input:checked[data-correct="1"] + label .feed:before {
          content: "\f00c";
          position: absolute;
          right: 75px;
          display: block;
          color: #73b52a;
          font-family: "FontAwesome";
          z-index: 10;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .pop-quiz.type-quiz.show-feedback .option input:checked[data-correct="1"] + label .feed:after,
        .article-component.type-quiz.show-feedback .option input:checked[data-correct="1"] + label .feed:after {
          content: 'Correct';
          position: absolute;
          right: 15px;
          display: block;
          color: #73b52a;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .pop-quiz.type-quiz.show-feedback .option input:checked[data-correct="0"] + label,
      .article-component.type-quiz.show-feedback .option input:checked[data-correct="0"] + label {
        background-color: #FF0000;
        color: #fff; }
        .pop-quiz.type-quiz.show-feedback .option input:checked[data-correct="0"] + label .feed:before,
        .article-component.type-quiz.show-feedback .option input:checked[data-correct="0"] + label .feed:before {
          content: "X";
          position: absolute;
          right: 70px;
          display: block;
          color: white;
          z-index: 10;
          font-size: 22px;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .pop-quiz.type-quiz.show-feedback .option input:checked[data-correct="0"] + label .feed:after,
        .article-component.type-quiz.show-feedback .option input:checked[data-correct="0"] + label .feed:after {
          content: 'Wrong';
          position: absolute;
          color: #fff;
          right: 15px;
          display: block;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    .pop-quiz.type-quiz.show-feedback.sortable ol li .dd-handle,
    .article-component.type-quiz.show-feedback.sortable ol li .dd-handle {
      background: #8eb82f; }
    .pop-quiz.type-quiz.show-feedback.sortable ol li.has-error .dd-handle,
    .article-component.type-quiz.show-feedback.sortable ol li.has-error .dd-handle {
      background: #FF0000;
      color: #fff; }
    .pop-quiz.type-quiz.show-feedback.sortable-dragndrop .answers .draggable-element,
    .article-component.type-quiz.show-feedback.sortable-dragndrop .answers .draggable-element {
      background: #FF0000;
      color: #fff; }
      .pop-quiz.type-quiz.show-feedback.sortable-dragndrop .answers .draggable-element.correct,
      .article-component.type-quiz.show-feedback.sortable-dragndrop .answers .draggable-element.correct {
        background: #8eb82f;
        color: #fff; }
    .pop-quiz.type-quiz.show-feedback.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element,
    .article-component.type-quiz.show-feedback.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element {
      background: #FF0000;
      color: #fff; }
      .pop-quiz.type-quiz.show-feedback.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element.correct,
      .article-component.type-quiz.show-feedback.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element.correct {
        background: #8eb82f;
        color: #fff; }
    .pop-quiz.type-quiz .option,
    .article-component.type-quiz .option {
      margin-bottom: 25px;
      height: auto; }
      @media (max-width: 991px) {
        .pop-quiz.type-quiz .option,
        .article-component.type-quiz .option {
          margin-bottom: 15px; } }
      .pop-quiz.type-quiz .option label,
      .article-component.type-quiz .option label {
        position: relative;
        cursor: pointer;
        padding: 20px 10px 20px 81px;
        font-size: 18px;
        letter-spacing: 0.5px;
        height: auto;
        background: #fff;
        display: block;
        font-family: 'ProximaNova-ExtraBold';
        border: 1px solid #fff;
        border-radius: 3px;
        transition: all 0.3s; }
        @media (max-width: 767px) {
          .pop-quiz.type-quiz .option label,
          .article-component.type-quiz .option label {
            padding: 10px 10px 10px 40px;
            font-size: 16px;
            height: auto !important; } }
        .pop-quiz.type-quiz .option label:hover,
        .article-component.type-quiz .option label:hover {
          background: #d8d8d8;
          border-color: #8eb82f; }
          .pop-quiz.type-quiz .option label:hover:before,
          .article-component.type-quiz .option label:hover:before {
            border-color: #969696 !important; }
        .pop-quiz.type-quiz .option label .feed,
        .article-component.type-quiz .option label .feed {
          position: absolute;
          top: 50%;
          right: 0;
          font-size: 16px;
          font-family: 'ProximaNova-Regular'; }
      .pop-quiz.type-quiz .option [type="checkbox"],
      .article-component.type-quiz .option [type="checkbox"] {
        /* checked mark aspect changes */
        /* disabled checkbox */ }
        .pop-quiz.type-quiz .option [type="checkbox"]:not(:checked), .pop-quiz.type-quiz .option [type="checkbox"]:checked,
        .article-component.type-quiz .option [type="checkbox"]:not(:checked),
        .article-component.type-quiz .option [type="checkbox"]:checked {
          position: absolute;
          left: -9999px; }
        .pop-quiz.type-quiz .option [type="checkbox"]:not(:checked) + label:before,
        .pop-quiz.type-quiz .option [type="checkbox"]:checked + label:before,
        .article-component.type-quiz .option [type="checkbox"]:not(:checked) + label:before,
        .article-component.type-quiz .option [type="checkbox"]:checked + label:before {
          content: '';
          position: absolute;
          left: 15px;
          top: 15px;
          width: 34px;
          height: 34px;
          border: 5px solid #969696;
          border-radius: 50%;
          background: #fff;
          box-shadow: none; }
          @media (max-width: 767px) {
            .pop-quiz.type-quiz .option [type="checkbox"]:not(:checked) + label:before,
            .pop-quiz.type-quiz .option [type="checkbox"]:checked + label:before,
            .article-component.type-quiz .option [type="checkbox"]:not(:checked) + label:before,
            .article-component.type-quiz .option [type="checkbox"]:checked + label:before {
              left: 10px;
              top: 10px;
              width: 25px;
              height: 25px;
              border: 3px solid #969696; } }
        .pop-quiz.type-quiz .option [type="checkbox"]:not(:checked) + label:after,
        .pop-quiz.type-quiz .option [type="checkbox"]:checked + label:after,
        .article-component.type-quiz .option [type="checkbox"]:not(:checked) + label:after,
        .article-component.type-quiz .option [type="checkbox"]:checked + label:after {
          content: ' ';
          position: absolute;
          left: 25px;
          top: 25px;
          width: 14px;
          height: 14px;
          border-radius: 50%;
          background: #8eb82f;
          transition: all .2s; }
          @media (max-width: 767px) {
            .pop-quiz.type-quiz .option [type="checkbox"]:not(:checked) + label:after,
            .pop-quiz.type-quiz .option [type="checkbox"]:checked + label:after,
            .article-component.type-quiz .option [type="checkbox"]:not(:checked) + label:after,
            .article-component.type-quiz .option [type="checkbox"]:checked + label:after {
              left: 18px;
              top: 18px;
              width: 10px;
              height: 10px; } }
        .pop-quiz.type-quiz .option [type="checkbox"]:not(:checked) + label:after,
        .article-component.type-quiz .option [type="checkbox"]:not(:checked) + label:after {
          opacity: 0;
          -ms-transform: scale(0);
          transform: scale(0); }
        .pop-quiz.type-quiz .option [type="checkbox"]:checked + label:after,
        .article-component.type-quiz .option [type="checkbox"]:checked + label:after {
          opacity: 1;
          -ms-transform: scale(1);
          transform: scale(1); }
        .pop-quiz.type-quiz .option [type="checkbox"]:disabled:not(:checked) + label:before,
        .pop-quiz.type-quiz .option [type="checkbox"]:disabled:checked + label:before,
        .article-component.type-quiz .option [type="checkbox"]:disabled:not(:checked) + label:before,
        .article-component.type-quiz .option [type="checkbox"]:disabled:checked + label:before {
          box-shadow: none;
          border-color: #555555; }
        .pop-quiz.type-quiz .option [type="checkbox"]:disabled:checked + label:after,
        .article-component.type-quiz .option [type="checkbox"]:disabled:checked + label:after {
          color: #999; }
        .pop-quiz.type-quiz .option [type="checkbox"]:disabled + label,
        .article-component.type-quiz .option [type="checkbox"]:disabled + label {
          color: #aaa; }
        .pop-quiz.type-quiz .option [type="checkbox"]:checked + label:before,
        .article-component.type-quiz .option [type="checkbox"]:checked + label:before {
          border-color: #8eb82f; }
        .pop-quiz.type-quiz .option [type="checkbox"]:checked + label:hover:before,
        .article-component.type-quiz .option [type="checkbox"]:checked + label:hover:before {
          border-color: #8eb82f !important; }
      .pop-quiz.type-quiz .option [type="radio"],
      .article-component.type-quiz .option [type="radio"] {
        /* checked mark aspect changes */
        /* disabled checkbox */ }
        .pop-quiz.type-quiz .option [type="radio"]:not(:checked), .pop-quiz.type-quiz .option [type="radio"]:checked,
        .article-component.type-quiz .option [type="radio"]:not(:checked),
        .article-component.type-quiz .option [type="radio"]:checked {
          position: absolute;
          left: -9999px; }
        .pop-quiz.type-quiz .option [type="radio"]:not(:checked) + label:before,
        .pop-quiz.type-quiz .option [type="radio"]:checked + label:before,
        .article-component.type-quiz .option [type="radio"]:not(:checked) + label:before,
        .article-component.type-quiz .option [type="radio"]:checked + label:before {
          content: '';
          position: absolute;
          left: 15px;
          top: 15px;
          width: 34px;
          height: 34px;
          border: 5px solid #969696;
          border-radius: 50%;
          background: #fff;
          box-shadow: none; }
          @media (max-width: 767px) {
            .pop-quiz.type-quiz .option [type="radio"]:not(:checked) + label:before,
            .pop-quiz.type-quiz .option [type="radio"]:checked + label:before,
            .article-component.type-quiz .option [type="radio"]:not(:checked) + label:before,
            .article-component.type-quiz .option [type="radio"]:checked + label:before {
              left: 10px;
              top: 10px;
              width: 25px;
              height: 25px;
              border: 3px solid #969696; } }
        .pop-quiz.type-quiz .option [type="radio"]:not(:checked) + label:after,
        .pop-quiz.type-quiz .option [type="radio"]:checked + label:after,
        .article-component.type-quiz .option [type="radio"]:not(:checked) + label:after,
        .article-component.type-quiz .option [type="radio"]:checked + label:after {
          content: ' ';
          position: absolute;
          left: 25px;
          top: 25px;
          width: 14px;
          height: 14px;
          border-radius: 50%;
          background: #8eb82f;
          transition: all .2s; }
          @media (max-width: 767px) {
            .pop-quiz.type-quiz .option [type="radio"]:not(:checked) + label:after,
            .pop-quiz.type-quiz .option [type="radio"]:checked + label:after,
            .article-component.type-quiz .option [type="radio"]:not(:checked) + label:after,
            .article-component.type-quiz .option [type="radio"]:checked + label:after {
              left: 18px;
              top: 18px;
              width: 10px;
              height: 10px; } }
        .pop-quiz.type-quiz .option [type="radio"]:not(:checked) + label:after,
        .article-component.type-quiz .option [type="radio"]:not(:checked) + label:after {
          opacity: 0;
          -ms-transform: scale(0);
          transform: scale(0); }
        .pop-quiz.type-quiz .option [type="radio"]:checked + label:after,
        .article-component.type-quiz .option [type="radio"]:checked + label:after {
          opacity: 1;
          -ms-transform: scale(1);
          transform: scale(1); }
        .pop-quiz.type-quiz .option [type="radio"]:disabled:not(:checked) + label:before,
        .pop-quiz.type-quiz .option [type="radio"]:disabled:checked + label:before,
        .article-component.type-quiz .option [type="radio"]:disabled:not(:checked) + label:before,
        .article-component.type-quiz .option [type="radio"]:disabled:checked + label:before {
          box-shadow: none;
          border-color: #555555; }
        .pop-quiz.type-quiz .option [type="radio"]:disabled:checked + label:after,
        .article-component.type-quiz .option [type="radio"]:disabled:checked + label:after {
          color: #999; }
        .pop-quiz.type-quiz .option [type="radio"]:disabled + label,
        .article-component.type-quiz .option [type="radio"]:disabled + label {
          color: #aaa; }
        .pop-quiz.type-quiz .option [type="radio"]:checked + label:before,
        .article-component.type-quiz .option [type="radio"]:checked + label:before {
          border-color: #8eb82f; }
        .pop-quiz.type-quiz .option [type="radio"]:checked + label:hover:before,
        .article-component.type-quiz .option [type="radio"]:checked + label:hover:before {
          border-color: #8eb82f !important; }
    .pop-quiz.type-quiz.quiz-multiple-image.sortable ol .dd-placeholder,
    .article-component.type-quiz.quiz-multiple-image.sortable ol .dd-placeholder {
      width: 50%;
      float: none;
      padding: 0 60px;
      margin: 0 0 15px 0; }
    .pop-quiz.type-quiz.quiz-multiple-image.sortable ol li,
    .article-component.type-quiz.quiz-multiple-image.sortable ol li {
      width: 50%; }
    .pop-quiz.type-quiz.sortable ol .dd-placeholder,
    .article-component.type-quiz.sortable ol .dd-placeholder {
      width: 50%;
      float: none;
      padding: 0 60px;
      margin: 0 0 15px 0; }
    .pop-quiz.type-quiz.sortable ol li,
    .article-component.type-quiz.sortable ol li {
      width: 50%;
      float: none;
      padding: 0 30px;
      margin: 0 0 15px 0; }
      @media (max-width: 991px) {
        .pop-quiz.type-quiz.sortable ol li,
        .article-component.type-quiz.sortable ol li {
          padding: 0 15px; } }
      @media (max-width: 767px) {
        .pop-quiz.type-quiz.sortable ol li,
        .article-component.type-quiz.sortable ol li {
          width: 100%; } }
      .pop-quiz.type-quiz.sortable ol li .dd-handle,
      .article-component.type-quiz.sortable ol li .dd-handle {
        padding: 12px 20px 18px 51px;
        font-size: 16px;
        letter-spacing: 0.4px;
        background: #fff;
        border-radius: 3px;
        display: block;
        font-family: 'ProximaNova-ExtraBold';
        position: relative; }
        .pop-quiz.type-quiz.sortable ol li .dd-handle .counter,
        .article-component.type-quiz.sortable ol li .dd-handle .counter {
          background: #000;
          color: #fff;
          text-transform: capitalize;
          position: absolute;
          top: 10px;
          left: 12px;
          border-radius: 50%;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          font-family: 'ProximaNova-Regular'; }
    .pop-quiz.type-quiz.sortable-dragndrop .quiz-content .row,
    .article-component.type-quiz.sortable-dragndrop .quiz-content .row {
      margin: 0 -60px; }
      @media (max-width: 991px) {
        .pop-quiz.type-quiz.sortable-dragndrop .quiz-content .row,
        .article-component.type-quiz.sortable-dragndrop .quiz-content .row {
          margin: 0 -30px; } }
      @media (max-width: 767px) {
        .pop-quiz.type-quiz.sortable-dragndrop .quiz-content .row,
        .article-component.type-quiz.sortable-dragndrop .quiz-content .row {
          margin: 0 -20px; } }
      .pop-quiz.type-quiz.sortable-dragndrop .quiz-content .row .col,
      .article-component.type-quiz.sortable-dragndrop .quiz-content .row .col {
        padding: 0 60px; }
        @media (max-width: 991px) {
          .pop-quiz.type-quiz.sortable-dragndrop .quiz-content .row .col,
          .article-component.type-quiz.sortable-dragndrop .quiz-content .row .col {
            padding: 0 30px; } }
        @media (max-width: 767px) {
          .pop-quiz.type-quiz.sortable-dragndrop .quiz-content .row .col,
          .article-component.type-quiz.sortable-dragndrop .quiz-content .row .col {
            padding: 0 20px; } }
    .pop-quiz.type-quiz.sortable-dragndrop ul,
    .article-component.type-quiz.sortable-dragndrop ul {
      margin: 0;
      list-style: none;
      padding: 0; }
      @media (max-width: 991px) {
        .pop-quiz.type-quiz.sortable-dragndrop ul,
        .article-component.type-quiz.sortable-dragndrop ul {
          margin: 0 -30px; } }
      .pop-quiz.type-quiz.sortable-dragndrop ul li,
      .article-component.type-quiz.sortable-dragndrop ul li {
        padding: 0;
        margin: 0 0 15px 0; }
        @media (max-width: 991px) {
          .pop-quiz.type-quiz.sortable-dragndrop ul li,
          .article-component.type-quiz.sortable-dragndrop ul li {
            padding: 0 30px; } }
    .pop-quiz.type-quiz.sortable-dragndrop .answers,
    .article-component.type-quiz.sortable-dragndrop .answers {
      padding-bottom: 30px; }
      .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element,
      .article-component.type-quiz.sortable-dragndrop .answers .draggable-element {
        cursor: pointer;
        padding: 10px;
        background: #fff;
        border: 1px dashed #8eb82f;
        margin: 0 0 15px 0; }
        @media (max-width: 991px) {
          .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element,
          .article-component.type-quiz.sortable-dragndrop .answers .draggable-element {
            padding: 5px 10px;
            margin: 0 0 5px 0; } }
        .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element.ui-draggable-disabled,
        .article-component.type-quiz.sortable-dragndrop .answers .draggable-element.ui-draggable-disabled {
          margin-right: -65px;
          margin-left: 60px; }
        .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element.dropped:not(.ui-draggable-dragging),
        .article-component.type-quiz.sortable-dragndrop .answers .draggable-element.dropped:not(.ui-draggable-dragging) {
          transition: all 0.3s; }
        @media (max-width: 991px) {
          .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element.dropped,
          .article-component.type-quiz.sortable-dragndrop .answers .draggable-element.dropped {
            margin-left: 30px;
            margin-right: -30px; } }
        .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="1"],
        .article-component.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="1"] {
          z-index: 1 !important;
          margin-left: 30px; }
        .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="2"],
        .article-component.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="2"] {
          z-index: 2 !important;
          margin-left: 60px; }
        .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="3"],
        .article-component.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="3"] {
          z-index: 3 !important;
          margin-left: 90px; }
        .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="4"],
        .article-component.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="4"] {
          z-index: 4 !important;
          margin-left: 120px; }
        .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="5"],
        .article-component.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="5"] {
          z-index: 5 !important;
          margin-left: 150px; }
        .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="6"],
        .article-component.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="6"] {
          z-index: 6 !important;
          margin-left: 180px; }
        .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="7"],
        .article-component.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="7"] {
          z-index: 7 !important;
          margin-left: 210px; }
        .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="8"],
        .article-component.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="8"] {
          z-index: 8 !important;
          margin-left: 240px; }
        .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="9"],
        .article-component.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="9"] {
          z-index: 9 !important;
          margin-left: 270px; }
        .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="10"],
        .article-component.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="10"] {
          z-index: 10 !important;
          margin-left: 300px; }
        .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="0"],
        .article-component.type-quiz.sortable-dragndrop .answers .draggable-element.dropped[droppedcount="0"] {
          margin-left: 0; }
        .pop-quiz.type-quiz.sortable-dragndrop .answers .draggable-element.dropped:hover,
        .article-component.type-quiz.sortable-dragndrop .answers .draggable-element.dropped:hover {
          z-index: 100 !important;
          margin-left: 0; }
    .pop-quiz.type-quiz.sortable-dragndrop .answers-box ul .dd-placeholder,
    .article-component.type-quiz.sortable-dragndrop .answers-box ul .dd-placeholder {
      width: 100%;
      width: calc(100);
      float: left;
      padding: 0 0;
      min-height: 30px;
      background: none;
      border: none;
      box-sizing: border-box; }
      .pop-quiz.type-quiz.sortable-dragndrop .answers-box ul .dd-placeholder > div,
      .article-component.type-quiz.sortable-dragndrop .answers-box ul .dd-placeholder > div {
        min-height: 30px;
        background: #f2fbff;
        border: 1px dashed #b6bcbf;
        box-sizing: border-box; }
    .pop-quiz.type-quiz.sortable-dragndrop .answers-box ul li,
    .article-component.type-quiz.sortable-dragndrop .answers-box ul li {
      width: 100%; }
      .pop-quiz.type-quiz.sortable-dragndrop .answers-box ul li > div,
      .article-component.type-quiz.sortable-dragndrop .answers-box ul li > div {
        padding: 15px;
        background: #fff;
        border: 1px dashed #c9c9c9;
        pointer-events: none; }
        @media (max-width: 991px) {
          .pop-quiz.type-quiz.sortable-dragndrop .answers-box ul li > div,
          .article-component.type-quiz.sortable-dragndrop .answers-box ul li > div {
            padding: 5px 10px; } }
    .pop-quiz.type-quiz.sortable-dragndrop .questions ul li,
    .article-component.type-quiz.sortable-dragndrop .questions ul li {
      width: 100%; }
      .pop-quiz.type-quiz.sortable-dragndrop .questions ul li > div,
      .article-component.type-quiz.sortable-dragndrop .questions ul li > div {
        padding: 15px;
        background: #8eb82f;
        font-size: 16px;
        letter-spacing: 0.4px;
        border-radius: 3px;
        display: block;
        font-family: 'ProximaNova-ExtraBold';
        position: relative; }
        @media (max-width: 991px) {
          .pop-quiz.type-quiz.sortable-dragndrop .questions ul li > div,
          .article-component.type-quiz.sortable-dragndrop .questions ul li > div {
            padding: 5px 10px;
            font-size: 14px; } }
        .pop-quiz.type-quiz.sortable-dragndrop .questions ul li > div .counter,
        .article-component.type-quiz.sortable-dragndrop .questions ul li > div .counter {
          background: #000;
          color: #fff;
          text-transform: capitalize;
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 12px;
          border-radius: 50%;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          font-family: 'ProximaNova-Regular'; }
          @media (max-width: 991px) {
            .pop-quiz.type-quiz.sortable-dragndrop .questions ul li > div .counter,
            .article-component.type-quiz.sortable-dragndrop .questions ul li > div .counter {
              width: 25px;
              height: 25px;
              line-height: 25px; } }
        .pop-quiz.type-quiz.sortable-dragndrop .questions ul li > div > div,
        .article-component.type-quiz.sortable-dragndrop .questions ul li > div > div {
          padding: 0 0 0 50px; }
    .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers,
    .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers {
      padding-bottom: 30px; }
      .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element,
      .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element {
        padding: 0;
        background: none;
        border: none;
        margin: 10px 0; }
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element.ui-draggable-disabled,
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element.ui-draggable-disabled {
          margin-right: 0;
          margin-left: 0; }
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element img,
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers .draggable-element img {
          margin: 0 auto;
          object-fit: contain;
          object-position: center center; }
    .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers-box,
    .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers-box {
      padding-bottom: 40px; }
      .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers-box ul .dd-placeholder,
      .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers-box ul .dd-placeholder {
        width: 100%;
        float: none;
        padding: 0;
        background: none;
        border: none;
        box-sizing: border-box; }
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers-box ul .dd-placeholder > div,
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers-box ul .dd-placeholder > div {
          background: none;
          border: none; }
      .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers-box ul li,
      .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers-box ul li {
        width: 100%; }
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers-box ul li img,
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-images .answers-box ul li img {
          margin: 0 auto; }
    .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers li,
    .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers li {
      padding: 10px;
      width: auto;
      display: table;
      margin: 0 auto;
      float: none;
      width: auto; }
    .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers .draggable-element,
    .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers .draggable-element {
      padding: 0px;
      background: transparent;
      border: none; }
      .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers .draggable-element img,
      .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers .draggable-element img {
        max-height: 120px;
        max-width: 55px;
        margin: 0 auto; }
      .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers .draggable-element.dropped img,
      .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers .draggable-element.dropped img {
        -ms-transform: scale(0.7);
        transform: scale(0.7); }
    .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum ul li,
    .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum ul li {
      padding: 10px; }
    .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .label,
    .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .label {
      color: #4d4d4d;
      font-family: 'ProximaNova-ExtraBold';
      font-size: 22px;
      line-height: 1; }
      .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .label.right,
      .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .label.right {
        text-align: right; }
    .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .timeline,
    .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .timeline {
      position: relative;
      padding: 30px; }
      .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .timeline:after,
      .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .timeline:after {
        position: absolute;
        content: "";
        top: 30px;
        left: 35px;
        right: 35px;
        height: 1px;
        background: #0080ff; }
        @media (max-width: 991px) {
          .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .timeline:after,
          .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .timeline:after {
            left: 5px;
            right: 5px; } }
    .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box,
    .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box {
      padding-bottom: 40px; }
      @media (max-width: 991px) {
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul,
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul {
          margin: 0 -15px; } }
      .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li,
      .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li {
        width: 6%;
        padding: 0; }
        @media (max-width: 767px) {
          .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li,
          .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li {
            width: 9%; } }
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(1),
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(1) {
          width: 12%; }
          @media (max-width: 767px) {
            .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(1),
            .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(1) {
              width: 10%; } }
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(2),
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(2) {
          width: 23%; }
          @media (max-width: 767px) {
            .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(2),
            .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(2) {
              width: 18%; } }
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(3),
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(3) {
          width: 18%; }
          @media (max-width: 767px) {
            .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(3),
            .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(3) {
              width: 15%; } }
          @media (min-width: 768px) {
            .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(3) > div img,
            .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(3) > div img {
              height: 120px;
              width: auto;
              max-height: 100%;
              max-width: 100%; } }
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(4),
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(4) {
          width: 14%; }
          @media (max-width: 767px) {
            .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(4),
            .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(4) {
              width: 12%; } }
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(5),
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(5) {
          width: 9%; }
          @media (min-width: 768px) {
            .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(5) > div img,
            .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:nth-child(5) > div img {
              height: 120px;
              width: auto;
              max-height: 100%;
              max-width: 100%; } }
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:first-child > div:after,
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:first-child > div:after {
          left: 35px; }
          @media (max-width: 991px) {
            .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:first-child > div:after,
            .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:first-child > div:after {
              left: 20px; } }
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:last-child > div:after,
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:last-child > div:after {
          left: auto;
          right: 35px; }
          @media (max-width: 991px) {
            .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:last-child > div:after,
            .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:last-child > div:after {
              right: 20px; } }
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li > div,
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li > div {
          margin: 0 auto;
          display: table;
          position: relative;
          border: none;
          padding: 0;
          background: none; }
          .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li > div:after,
          .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li > div:after {
            position: absolute;
            content: "";
            top: -60px;
            left: 50%;
            height: 40px;
            width: 1px;
            background: #0080ff; }
          .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li > div img,
          .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li > div img {
            margin: 0 auto;
            max-height: 120px;
            max-width: 55px; }
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li .dd-item:after,
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li .dd-item:after {
          display: none; }
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:first-child > div,
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:first-child > div {
          margin: 0;
          display: table; }
        .pop-quiz.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:last-child > div,
        .article-component.type-quiz.sortable-dragndrop.sortable-dragndrop-spectrum .answers-box ul li:last-child > div {
          margin: 0;
          display: table;
          float: right; }
    .pop-quiz.type-quiz.sortable-dragndrop-images ul,
    .article-component.type-quiz.sortable-dragndrop-images ul {
      display: block; }
      @media (max-width: 991px) {
        .pop-quiz.type-quiz.sortable-dragndrop-images ul,
        .article-component.type-quiz.sortable-dragndrop-images ul {
          margin: 0; } }
      .pop-quiz.type-quiz.sortable-dragndrop-images ul li,
      .article-component.type-quiz.sortable-dragndrop-images ul li {
        min-width: 80px;
        padding: 0 10px; }
        @media (max-width: 1200px) {
          .pop-quiz.type-quiz.sortable-dragndrop-images ul li,
          .article-component.type-quiz.sortable-dragndrop-images ul li {
            padding: 0 5px; } }
    .pop-quiz.type-quiz.sortable-dragndrop-images .draggable-element.dropped,
    .article-component.type-quiz.sortable-dragndrop-images .draggable-element.dropped {
      margin-left: 10px !important;
      margin-right: -10px !important; }
      .pop-quiz.type-quiz.sortable-dragndrop-images .draggable-element.dropped.ui-draggable-dragging,
      .article-component.type-quiz.sortable-dragndrop-images .draggable-element.dropped.ui-draggable-dragging {
        margin-left: 0 !important;
        margin-right: 0 !important; }
      .pop-quiz.type-quiz.sortable-dragndrop-images .draggable-element.dropped.align_left img,
      .article-component.type-quiz.sortable-dragndrop-images .draggable-element.dropped.align_left img {
        left: -11%; }
      .pop-quiz.type-quiz.sortable-dragndrop-images .draggable-element.dropped.align_right img,
      .article-component.type-quiz.sortable-dragndrop-images .draggable-element.dropped.align_right img {
        right: -11%; }
    .pop-quiz.type-quiz.sortable-dragndrop-images img,
    .article-component.type-quiz.sortable-dragndrop-images img {
      max-height: 500px; }
    .pop-quiz.type-quiz.sortable-dragndrop-images .labels-box .question-text,
    .article-component.type-quiz.sortable-dragndrop-images .labels-box .question-text {
      float: left;
      text-align: center;
      font-weight: 800;
      font-size: 24px;
      margin: 20px 0;
      line-height: 1; }
      @media (max-width: 1200px) {
        .pop-quiz.type-quiz.sortable-dragndrop-images .labels-box .question-text,
        .article-component.type-quiz.sortable-dragndrop-images .labels-box .question-text {
          margin-top: 30px; } }
      @media (max-width: 991px) {
        .pop-quiz.type-quiz.sortable-dragndrop-images .labels-box .question-text,
        .article-component.type-quiz.sortable-dragndrop-images .labels-box .question-text {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .pop-quiz.type-quiz.sortable-dragndrop-images .labels-box .question-text,
        .article-component.type-quiz.sortable-dragndrop-images .labels-box .question-text {
          font-size: 16px; } }
    .pop-quiz.type-quiz .reset,
    .article-component.type-quiz .reset {
      min-width: 120px;
      padding: 0.5rem 0.9rem 0.4rem; }
    .pop-quiz.type-quiz .submit,
    .article-component.type-quiz .submit {
      min-width: 120px;
      padding: 0.5rem 0.9rem 0.4rem;
      margin-right: 15px;
      color: #fff;
      background: #202020;
      border-color: #202020; }
      .pop-quiz.type-quiz .submit:hover,
      .article-component.type-quiz .submit:hover {
        background-color: #8eb830;
        border-color: #8eb830; }
  .pop-quiz.type-final-step,
  .article-component.type-final-step {
    min-height: 800px;
    padding: 0 60px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .pop-quiz.type-final-step,
      .article-component.type-final-step {
        padding: 0 30px; } }
  .pop-quiz.brand-flow .box-content,
  .article-component.brand-flow .box-content {
    padding: 20px 0; }
  .pop-quiz.brand-flow ul,
  .article-component.brand-flow ul {
    padding: 0 0 20px 0;
    list-style: none; }
    @media (max-width: 767px) {
      .pop-quiz.brand-flow ul,
      .article-component.brand-flow ul {
        padding: 0 0 10px 0; } }
    .pop-quiz.brand-flow ul li,
    .article-component.brand-flow ul li {
      float: left;
      min-width: 20px !important;
      position: relative; }
      .pop-quiz.brand-flow ul li .pic,
      .article-component.brand-flow ul li .pic {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
      .pop-quiz.brand-flow ul li .bg-img,
      .article-component.brand-flow ul li .bg-img {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0; }
      .pop-quiz.brand-flow ul li .img-text-abs,
      .article-component.brand-flow ul li .img-text-abs {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        /* transform: translateY(100%); */
        text-align: center; }
      .pop-quiz.brand-flow ul li img,
      .article-component.brand-flow ul li img {
        max-height: 500px;
        margin: 0 auto;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute; }
        .pop-quiz.brand-flow ul li img.eq-height,
        .article-component.brand-flow ul li img.eq-height {
          bottom: auto;
          left: auto;
          -ms-transform: none;
          transform: none;
          position: relative; }
  .pop-quiz .mejs__audio,
  .article-component .mejs__audio {
    margin-top: 30px; }
  .pop-quiz .file-download,
  .article-component .file-download {
    color: #8eb82f;
    transition: all 0.5s; }
    .pop-quiz .file-download svg,
    .article-component .file-download svg {
      transition: all 0.5s;
      fill: #8eb82f;
      width: 15px;
      height: 15px;
      margin-left: 10px; }
    .pop-quiz .file-download:hover,
    .article-component .file-download:hover {
      color: #202020; }
      .pop-quiz .file-download:hover svg,
      .article-component .file-download:hover svg {
        fill: #202020; }

.article-component-footer {
  background-image: url("../img/comps/top-n-bottom.png");
  background-size: cover;
  background-position: center center;
  padding: 2px 5px 2px 60px; }
  @media (max-width: 991px) {
    .article-component-footer {
      padding: 2px 5px 2px 30px; } }
  .article-component-footer .comp-details-info {
    color: #fff;
    line-height: 1;
    font-size: 22px;
    font-family: 'BebasNeueRegular';
    padding: 12px 0;
    padding-right: 100px; }
    @media (max-width: 1200px) {
      .article-component-footer .comp-details-info {
        font-size: 20px; } }
    @media (max-width: 991px) {
      .article-component-footer .comp-details-info {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .article-component-footer .comp-details-info {
        font-size: 16px; } }
    .article-component-footer .comp-details-info .lesson {
      color: #8db82e; }
  .article-component-footer .comp-details-logo {
    width: 106px;
    position: absolute;
    right: 50px;
    bottom: 8px; }
    @media (max-width: 991px) {
      .article-component-footer .comp-details-logo {
        width: 95px;
        right: 24px;
        bottom: 6px; } }
    @media (max-width: 767px) {
      .article-component-footer .comp-details-logo {
        width: 80px; } }

.dd-placeholder {
  display: block;
  min-height: 20px;
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999; }

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0; }

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1); }

.millionaire-content .title .subtitle,
.trivia-content .title .subtitle,
.popQuiz-content .title .subtitle {
  font-size: 22px; }
  @media (max-width: 991px) {
    .millionaire-content .title .subtitle,
    .trivia-content .title .subtitle,
    .popQuiz-content .title .subtitle {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .millionaire-content .title .subtitle,
    .trivia-content .title .subtitle,
    .popQuiz-content .title .subtitle {
      font-size: 18px; } }

.millionaire-content .title h2,
.trivia-content .title h2,
.popQuiz-content .title h2 {
  font-family: ProximaNova-Bold;
  font-size: 32px; }
  @media (max-width: 991px) {
    .millionaire-content .title h2,
    .trivia-content .title h2,
    .popQuiz-content .title h2 {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .millionaire-content .title h2,
    .trivia-content .title h2,
    .popQuiz-content .title h2 {
      font-size: 24px; } }

.millionaire-content .lives,
.trivia-content .lives,
.popQuiz-content .lives {
  padding: 10px 0 5px; }
  .millionaire-content .lives .life,
  .trivia-content .lives .life,
  .popQuiz-content .lives .life {
    float: right;
    display: table;
    padding: 0 5px; }
    .millionaire-content .lives .life svg,
    .trivia-content .lives .life svg,
    .popQuiz-content .lives .life svg {
      fill: red;
      width: 20px;
      display: block; }
    .millionaire-content .lives .life.lost svg,
    .trivia-content .lives .life.lost svg,
    .popQuiz-content .lives .life.lost svg {
      fill: #000; }

.millionaire-content .total-points,
.trivia-content .total-points,
.popQuiz-content .total-points {
  line-height: 1;
  font-size: 16px; }

.millionaire-content .level,
.trivia-content .level,
.popQuiz-content .level {
  line-height: 1;
  font-size: 16px; }

.millionaire-content .modal-dialog,
.trivia-content .modal-dialog,
.popQuiz-content .modal-dialog {
  top: 50%;
  margin: 0 auto; }

.millionaire-content.fade .modal-dialog,
.trivia-content.fade .modal-dialog,
.popQuiz-content.fade .modal-dialog {
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.millionaire-content.show .modal-dialog,
.trivia-content.show .modal-dialog,
.popQuiz-content.show .modal-dialog {
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.millionaire-content .modal-body,
.trivia-content .modal-body,
.popQuiz-content .modal-body {
  padding: 0;
  border-radius: 0; }
  .millionaire-content .modal-body .pop-quiz.type-quiz,
  .millionaire-content .modal-body .article-component.type-quiz,
  .trivia-content .modal-body .pop-quiz.type-quiz,
  .trivia-content .modal-body .article-component.type-quiz,
  .popQuiz-content .modal-body .pop-quiz.type-quiz,
  .popQuiz-content .modal-body .article-component.type-quiz {
    min-height: auto; }
    .millionaire-content .modal-body .pop-quiz.type-quiz .component-content,
    .millionaire-content .modal-body .article-component.type-quiz .component-content,
    .trivia-content .modal-body .pop-quiz.type-quiz .component-content,
    .trivia-content .modal-body .article-component.type-quiz .component-content,
    .popQuiz-content .modal-body .pop-quiz.type-quiz .component-content,
    .popQuiz-content .modal-body .article-component.type-quiz .component-content {
      padding: 30px; }
    .millionaire-content .modal-body .pop-quiz.type-quiz .title,
    .millionaire-content .modal-body .article-component.type-quiz .title,
    .trivia-content .modal-body .pop-quiz.type-quiz .title,
    .trivia-content .modal-body .article-component.type-quiz .title,
    .popQuiz-content .modal-body .pop-quiz.type-quiz .title,
    .popQuiz-content .modal-body .article-component.type-quiz .title {
      margin: 0;
      padding: 0 0 27px;
      background: none; }
      .millionaire-content .modal-body .pop-quiz.type-quiz .title h2,
      .millionaire-content .modal-body .article-component.type-quiz .title h2,
      .trivia-content .modal-body .pop-quiz.type-quiz .title h2,
      .trivia-content .modal-body .article-component.type-quiz .title h2,
      .popQuiz-content .modal-body .pop-quiz.type-quiz .title h2,
      .popQuiz-content .modal-body .article-component.type-quiz .title h2 {
        color: #202020; }
    .millionaire-content .modal-body .pop-quiz.type-quiz .time,
    .millionaire-content .modal-body .article-component.type-quiz .time,
    .trivia-content .modal-body .pop-quiz.type-quiz .time,
    .trivia-content .modal-body .article-component.type-quiz .time,
    .popQuiz-content .modal-body .pop-quiz.type-quiz .time,
    .popQuiz-content .modal-body .article-component.type-quiz .time {
      position: absolute;
      text-align: center;
      top: 20px;
      right: 20px;
      font-family: 'ProximaNova-Bold';
      font-size: 2rem;
      line-height: 1;
      color: #8eb82f; }
    .millionaire-content .modal-body .pop-quiz.type-quiz ol,
    .millionaire-content .modal-body .pop-quiz.type-quiz ul,
    .millionaire-content .modal-body .article-component.type-quiz ol,
    .millionaire-content .modal-body .article-component.type-quiz ul,
    .trivia-content .modal-body .pop-quiz.type-quiz ol,
    .trivia-content .modal-body .pop-quiz.type-quiz ul,
    .trivia-content .modal-body .article-component.type-quiz ol,
    .trivia-content .modal-body .article-component.type-quiz ul,
    .popQuiz-content .modal-body .pop-quiz.type-quiz ol,
    .popQuiz-content .modal-body .pop-quiz.type-quiz ul,
    .popQuiz-content .modal-body .article-component.type-quiz ol,
    .popQuiz-content .modal-body .article-component.type-quiz ul {
      margin: 0 -10px; }
    .millionaire-content .modal-body .pop-quiz.type-quiz ol li,
    .millionaire-content .modal-body .pop-quiz.type-quiz ul li,
    .millionaire-content .modal-body .article-component.type-quiz ol li,
    .millionaire-content .modal-body .article-component.type-quiz ul li,
    .trivia-content .modal-body .pop-quiz.type-quiz ol li,
    .trivia-content .modal-body .pop-quiz.type-quiz ul li,
    .trivia-content .modal-body .article-component.type-quiz ol li,
    .trivia-content .modal-body .article-component.type-quiz ul li,
    .popQuiz-content .modal-body .pop-quiz.type-quiz ol li,
    .popQuiz-content .modal-body .pop-quiz.type-quiz ul li,
    .popQuiz-content .modal-body .article-component.type-quiz ol li,
    .popQuiz-content .modal-body .article-component.type-quiz ul li {
      padding: 0 10px; }
    .millionaire-content .modal-body .pop-quiz.type-quiz .option label,
    .millionaire-content .modal-body .article-component.type-quiz .option label,
    .trivia-content .modal-body .pop-quiz.type-quiz .option label,
    .trivia-content .modal-body .article-component.type-quiz .option label,
    .popQuiz-content .modal-body .pop-quiz.type-quiz .option label,
    .popQuiz-content .modal-body .article-component.type-quiz .option label {
      border: 2px solid #fff; }
    .millionaire-content .modal-body .pop-quiz.type-quiz .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .pop-quiz.type-quiz .option [type="checkbox"]:checked + label:before,
    .millionaire-content .modal-body .article-component.type-quiz .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .article-component.type-quiz .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .article-component.type-quiz .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .article-component.type-quiz .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz .option [type="checkbox"]:checked + label:before {
      position: absolute;
      left: 15px;
      top: 15px;
      width: 34px;
      height: 34px;
      border: none;
      border-radius: 50%;
      box-shadow: none;
      text-align: center;
      line-height: 34px;
      color: #fff;
      background: #000; }
    .millionaire-content .modal-body .pop-quiz.type-quiz .option [type="checkbox"]:checked + label:before,
    .millionaire-content .modal-body .article-component.type-quiz .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .article-component.type-quiz .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz .option [type="checkbox"]:checked + label:before {
      background: #8eb82f; }
    .millionaire-content .modal-body .pop-quiz.type-quiz .option [type="checkbox"]:checked + label,
    .millionaire-content .modal-body .article-component.type-quiz .option [type="checkbox"]:checked + label,
    .trivia-content .modal-body .pop-quiz.type-quiz .option [type="checkbox"]:checked + label,
    .trivia-content .modal-body .article-component.type-quiz .option [type="checkbox"]:checked + label,
    .popQuiz-content .modal-body .pop-quiz.type-quiz .option [type="checkbox"]:checked + label,
    .popQuiz-content .modal-body .article-component.type-quiz .option [type="checkbox"]:checked + label {
      border: 2px solid #8eb82f; }
    .millionaire-content .modal-body .pop-quiz.type-quiz .option [type="checkbox"] + label:after,
    .millionaire-content .modal-body .article-component.type-quiz .option [type="checkbox"] + label:after,
    .trivia-content .modal-body .pop-quiz.type-quiz .option [type="checkbox"] + label:after,
    .trivia-content .modal-body .article-component.type-quiz .option [type="checkbox"] + label:after,
    .popQuiz-content .modal-body .pop-quiz.type-quiz .option [type="checkbox"] + label:after,
    .popQuiz-content .modal-body .article-component.type-quiz .option [type="checkbox"] + label:after {
      display: none; }
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(1) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(1) .option [type="checkbox"]:checked + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(1) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(1) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(1) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(1) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(1) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(1) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(1) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(1) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(1) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(1) .option [type="checkbox"]:checked + label:before {
      content: "A" !important; }
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(2) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(2) .option [type="checkbox"]:checked + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(2) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(2) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(2) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(2) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(2) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(2) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(2) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(2) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(2) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(2) .option [type="checkbox"]:checked + label:before {
      content: "B" !important; }
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(3) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(3) .option [type="checkbox"]:checked + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(3) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(3) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(3) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(3) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(3) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(3) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(3) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(3) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(3) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(3) .option [type="checkbox"]:checked + label:before {
      content: "C" !important; }
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(4) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(4) .option [type="checkbox"]:checked + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(4) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(4) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(4) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(4) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(4) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(4) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(4) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(4) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(4) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(4) .option [type="checkbox"]:checked + label:before {
      content: "D" !important; }
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(5) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(5) .option [type="checkbox"]:checked + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(5) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(5) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(5) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(5) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(5) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(5) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(5) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(5) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(5) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(5) .option [type="checkbox"]:checked + label:before {
      content: "E" !important; }
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(6) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(6) .option [type="checkbox"]:checked + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(6) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(6) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(6) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(6) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(6) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(6) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(6) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(6) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(6) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(6) .option [type="checkbox"]:checked + label:before {
      content: "F" !important; }
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(7) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(7) .option [type="checkbox"]:checked + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(7) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(7) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(7) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(7) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(7) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(7) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(7) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(7) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(7) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(7) .option [type="checkbox"]:checked + label:before {
      content: "G" !important; }
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(8) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .pop-quiz.type-quiz li:nth-child(8) .option [type="checkbox"]:checked + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(8) .option [type="checkbox"]:not(:checked) + label:before,
    .millionaire-content .modal-body .article-component.type-quiz li:nth-child(8) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(8) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .pop-quiz.type-quiz li:nth-child(8) .option [type="checkbox"]:checked + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(8) .option [type="checkbox"]:not(:checked) + label:before,
    .trivia-content .modal-body .article-component.type-quiz li:nth-child(8) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(8) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .pop-quiz.type-quiz li:nth-child(8) .option [type="checkbox"]:checked + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(8) .option [type="checkbox"]:not(:checked) + label:before,
    .popQuiz-content .modal-body .article-component.type-quiz li:nth-child(8) .option [type="checkbox"]:checked + label:before {
      content: "H" !important; }

.millionaire-content .bounceIn,
.trivia-content .bounceIn,
.popQuiz-content .bounceIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

.millionaire-content .dangerRedColor,
.trivia-content .dangerRedColor,
.popQuiz-content .dangerRedColor {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: dangerRedColor;
  animation-name: dangerRedColor; }

.slick-slide[data-id="4487"] ul {
  width: 50%; }

.slick-slide[data-id="4487"] ul > li {
  width: 100%; }

.slick-slide[data-id="4487"] .answers {
  position: relative; }

.slick-slide[data-id="4487"] .answers::before {
  background-image: url(https://s3-mu.monsterenergy.com/media/uploads_image/2019/04/04/AVZ_090818_CCh_2851.jpg);
  background-position: 50%;
  background-size: cover;
  content: '';
  width: 40%;
  height: 80%;
  display: block;
  position: absolute;
  right: 50px;
  top: 50px; }

@media screen and (max-width: 610px) {
  .slick-slide[data-id="4487"] ul {
    width: 100%; }
  .slick-slide[data-id="4487"] .answers ul {
    padding-top: 10%; }
  .slick-slide[data-id="4487"] .answers::before {
    width: 84%;
    height: 70%;
    display: block;
    position: relative;
    left: 15px;
    right: 25px;
    top: 10px; } }

@media screen and (max-width: 991px) {
  .logged-user-w {
    right: 60px; } }

@media screen and (max-width: 991px) {
  .logged-user-w {
    right: 45px; } }

@media screen and (max-width: 991px) {
  .logged-user-w.languages {
    right: 5px; } }

@media screen and (max-width: 767px) {
  .logged-user-w.languages {
    right: 5px; } }

@media screen and (max-width: 767px) {
  .logged-user-w .avatar-w svg {
    display: none; } }

@media screen and (max-width: 1300px) {
  .top-menu-secondary .logged-user-w {
    min-width: 250px; } }

@media screen and (max-width: 991px) {
  .top-menu-secondary .logged-user-w {
    right: 60px; } }

@media screen and (max-width: 1300px) {
  .top-menu-secondary .logged-user-w.languages {
    min-width: 90px; } }

@media screen and (max-width: 767px) {
  .top-menu-secondary .logged-user-w.languages {
    right: 5px; } }

.top-menu-secondary .logged-user-w .avatar-w svg {
  width: 8px;
  fill: #fff;
  height: 5px;
  margin: 20px 10px 20px 9px; }

.avatar-w .flag {
  width: 25px !important;
  border-radius: 0 !important;
  position: absolute;
  bottom: -5px;
  right: -5px; }
  @media screen and (max-width: 991px) {
    .avatar-w .flag {
      bottom: -1px;
      right: -1px; } }

@media screen and (max-width: 1200px) {
  .logged-user-w.languages .logged-user-name span {
    display: none; } }

.logged-user-w.languages .flag {
  width: 25px;
  display: inline-block;
  margin-right: 5px; }

.logged-user-w.languages .logged-user-menu {
  padding: 0 1rem; }
  .logged-user-w.languages .logged-user-menu ul li a {
    padding: 25px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    letter-spacing: 0.9px;
    white-space: nowrap; }
    .logged-user-w.languages .logged-user-menu ul li a:last-child {
      border-bottom: none; }

@media screen and (max-width: 991px) {
  .menu-mobile .logged-user-w.languages {
    position: absolute;
    right: 5px;
    margin: 0; }
    .menu-mobile .logged-user-w.languages svg {
      display: none; } }

@media only screen and (max-width: 767px) {
  .auth-box-w.skills_modal {
    width: 100%; } }

.auth-box-w.skills_modal .slider-counter {
  color: #8eb82f;
  text-align: center;
  font-size: 22px;
  font-family: 'BebasNeueBold';
  letter-spacing: 2px; }
  @media only screen and (max-width: 1200px) {
    .auth-box-w.skills_modal .slider-counter {
      font-size: 18px; } }
  @media only screen and (max-width: 991px) {
    .auth-box-w.skills_modal .slider-counter {
      font-size: 16px; } }

.auth-box-w.skills_modal h3 {
  font-family: 'ProximaNova-Black';
  padding: 12px 0;
  text-align: left;
  letter-spacing: 0.4px;
  padding-bottom: 16px;
  text-align: center; }

.auth-box-w.skills_modal form {
  padding: 0; }
  .auth-box-w.skills_modal form .form-group label {
    margin-bottom: 0.3rem;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.2px;
    letter-spacing: -0.1px; }
  .auth-box-w.skills_modal form .form-group .parsley-errors-list {
    right: 0;
    left: 0;
    position: absolute;
    top: 100%; }

.auth-box-w.skills_modal .step {
  padding: 35px 60px 42px; }
  @media only screen and (max-width: 1200px) {
    .auth-box-w.skills_modal .step {
      padding: 25px 40px 40px 40px; } }
  @media only screen and (max-width: 991px) {
    .auth-box-w.skills_modal .step {
      padding: 20px 30px 30px 30px; } }
  @media only screen and (max-width: 767px) {
    .auth-box-w.skills_modal .step {
      padding: 15px 20px 20px 20px; } }

.auth-box-w.skills_modal .content {
  font-family: 'ProximaNova-Bold';
  letter-spacing: -0.2px;
  text-align: center; }
  .auth-box-w.skills_modal .content .h5, .auth-box-w.skills_modal .content h5 {
    font-size: 1.5rem;
    padding-bottom: 0;
    margin-bottom: 2px;
    color: #8eb82f; }
  .auth-box-w.skills_modal .content .final-title {
    color: #8eb82f;
    padding: 50px 0 100px;
    font-size: 5rem; }
    @media only screen and (max-width: 1200px) {
      .auth-box-w.skills_modal .content .final-title {
        padding: 40px 0 80px;
        font-size: 4rem; } }
    @media only screen and (max-width: 991px) {
      .auth-box-w.skills_modal .content .final-title {
        padding: 30px 0 60px;
        font-size: 3rem; } }
    @media only screen and (max-width: 767px) {
      .auth-box-w.skills_modal .content .final-title {
        padding: 20px 0 40px;
        font-size: 2rem; } }
  .auth-box-w.skills_modal .content p {
    margin-bottom: 1.3rem; }
    @media only screen and (max-width: 1200px) {
      .auth-box-w.skills_modal .content p {
        margin-bottom: 1.2rem; } }
    @media only screen and (max-width: 991px) {
      .auth-box-w.skills_modal .content p {
        margin-bottom: 1.1rem; } }
    @media only screen and (max-width: 767px) {
      .auth-box-w.skills_modal .content p {
        margin-bottom: 1rem; } }

.auth-box-w.skills_modal .skills_group {
  border-bottom: 1px solid #ccc;
  padding: 25px 0 0; }
  .auth-box-w.skills_modal .skills_group h4 {
    color: #8eb82f;
    font-size: 1.1rem;
    padding: 0 0 20px 0; }
  .auth-box-w.skills_modal .skills_group .col {
    padding-bottom: 20px; }
  .auth-box-w.skills_modal .skills_group .option.small {
    padding: 5px 0; }
    .auth-box-w.skills_modal .skills_group .option.small [type="checkbox"] + label {
      padding: 3px 0 1px 35px;
      font-size: 14px;
      letter-spacing: 0.3px; }

.auth-box-w.skills_modal .builder-item {
  position: relative; }
  .auth-box-w.skills_modal .builder-item .remove-item {
    right: 0;
    top: 0;
    position: absolute;
    z-index: 10; }
    .auth-box-w.skills_modal .builder-item .remove-item svg {
      width: 10px;
      height: 10px;
      fill: red; }

.auth-box-w.skills_modal .add-tepmlate {
  text-align: center;
  padding-top: 40px; }
  @media only screen and (max-width: 1200px) {
    .auth-box-w.skills_modal .add-tepmlate {
      padding: 30px; } }
  @media only screen and (max-width: 991px) {
    .auth-box-w.skills_modal .add-tepmlate {
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .auth-box-w.skills_modal .add-tepmlate {
      padding: 10px; } }
  .auth-box-w.skills_modal .add-tepmlate .arrow {
    background: #787878;
    border: none;
    width: 48%; }
    .auth-box-w.skills_modal .add-tepmlate .arrow svg {
      width: 12px;
      height: 12px;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-left: 20px;
      fill: #fff; }
    .auth-box-w.skills_modal .add-tepmlate .arrow:hover {
      background: #8eb82f; }
  .auth-box-w.skills_modal .add-tepmlate .template {
    opacity: 0;
    height: 0;
    overflow: hidden; }

.auth-box-w.skills_modal .actions {
  text-align: center;
  padding-top: 40px; }
  @media only screen and (max-width: 1200px) {
    .auth-box-w.skills_modal .actions {
      padding: 30px; } }
  @media only screen and (max-width: 991px) {
    .auth-box-w.skills_modal .actions {
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .auth-box-w.skills_modal .actions {
      padding: 10px; } }
  .auth-box-w.skills_modal .actions .arrow {
    width: calc(50% - 30px);
    margin: 0 10px; }
    @media only screen and (max-width: 767px) {
      .auth-box-w.skills_modal .actions .arrow {
        width: 100%;
        margin: 10px 0; } }
    .auth-box-w.skills_modal .actions .arrow svg {
      width: 7px;
      height: 13px;
      margin-left: 20px;
      fill: #fff; }
    .auth-box-w.skills_modal .actions .arrow.left svg {
      margin-left: 0;
      margin-right: 20px;
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.coming_soon {
  width: 200px;
  background: #5b5b5b;
  position: absolute;
  text-align: center;
  line-height: 35px;
  letter-spacing: 1px;
  color: #fff;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 30px;
  left: -52px;
  font-size: 14px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10; }

.login-btn {
  width: 100%; }

#login-screen {
  width: 500px;
  height: 500px;
  left: 50%;
  top: 50%;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.egame-section.locked:after,
.millionaire-content .article-component.locked:after,
.crossword-content.locked:after,
.trivia-block-content.locked:after,
.memory-content.locked:after,
.crossword-content .game-inner-content.locked:after,
.flappy-bird-content.locked:after,
.millionaire-block-content.locked:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5); }

.egame-section .locked-icon,
.millionaire-content .article-component .locked-icon,
.crossword-content .locked-icon,
.trivia-block-content .locked-icon,
.memory-content .locked-icon,
.crossword-content .game-inner-content .locked-icon,
.flappy-bird-content .locked-icon,
.millionaire-block-content .locked-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 110; }
  @media only screen and (max-width: 991px) {
    .egame-section .locked-icon,
    .millionaire-content .article-component .locked-icon,
    .crossword-content .locked-icon,
    .trivia-block-content .locked-icon,
    .memory-content .locked-icon,
    .crossword-content .game-inner-content .locked-icon,
    .flappy-bird-content .locked-icon,
    .millionaire-block-content .locked-icon {
      max-width: 80px; } }
  @media only screen and (max-width: 767px) {
    .egame-section .locked-icon,
    .millionaire-content .article-component .locked-icon,
    .crossword-content .locked-icon,
    .trivia-block-content .locked-icon,
    .memory-content .locked-icon,
    .crossword-content .game-inner-content .locked-icon,
    .flappy-bird-content .locked-icon,
    .millionaire-block-content .locked-icon {
      max-width: 40px;
      top: 30px;
      -ms-transform: none;
      transform: none;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }

.iframe-content iframe {
  position: absolute;
  width: 100%;
  border: none;
  height: 100%; }

.egame-section {
  padding: 0 !important; }

.pacman-body {
  position: relative;
  height: 100vh; }

.egame-details-header {
  background: #f3f3f3;
  position: relative;
  padding: 30px 0 25px 0; }
  @media only screen and (max-width: 1200px) {
    .egame-details-header {
      padding: 25px 0 20px; } }
  @media only screen and (max-width: 991px) {
    .egame-details-header {
      padding: 20px 0 15px; } }
  @media only screen and (max-width: 767px) {
    .egame-details-header {
      padding: 7px 0 10px; } }
  .egame-details-header .btn-back {
    font-weight: 500;
    font-size: 14px;
    color: #8eb82f;
    font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding-left: 0;
    margin-bottom: 36px; }
    @media only screen and (max-width: 1200px) {
      .egame-details-header .btn-back {
        font-size: 12px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 991px) {
      .egame-details-header .btn-back {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .egame-details-header .btn-back {
        margin-bottom: 15px;
        font-size: 10px; } }
    .egame-details-header .btn-back svg {
      transition: all 0.2s ease-in-out;
      width: 9px;
      height: 15px;
      float: left;
      margin-right: 15px;
      fill: #8eb82f;
      top: 2px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .egame-details-header .btn-back svg {
          width: 5px;
          margin-right: 5px;
          top: -1px; } }
    .egame-details-header .btn-back:hover {
      color: #202020; }
      .egame-details-header .btn-back:hover svg {
        fill: #202020; }
  .egame-details-header .block-title {
    width: calc(100% - 200px);
    float: left;
    max-width: 1000px; }
    @media only screen and (max-width: 767px) {
      .egame-details-header .block-title {
        width: 100%; } }
    .egame-details-header .block-title .label {
      opacity: 0.5; }
    .egame-details-header .block-title h1 {
      font-weight: 700;
      font-size: 36px;
      letter-spacing: -0.3px;
      margin: 8px 0;
      line-height: 1;
      padding-bottom: 53px; }
      @media only screen and (max-width: 1200px) {
        .egame-details-header .block-title h1 {
          font-size: 32px;
          padding-bottom: 40px; } }
      @media only screen and (max-width: 991px) {
        .egame-details-header .block-title h1 {
          font-size: 28px;
          padding-bottom: 30px; } }
      @media only screen and (max-width: 767px) {
        .egame-details-header .block-title h1 {
          font-size: 24px;
          padding-bottom: 20px; } }
      @media only screen and (max-width: 575px) {
        .egame-details-header .block-title h1 {
          font-size: 18px;
          line-height: 1;
          padding: 9px 0;
          margin-bottom: 0px; } }
  .egame-details-header .icon {
    background: #8eb82f;
    display: table;
    height: 72px;
    width: 72px;
    border-radius: 3px;
    position: absolute;
    left: 3.9rem;
    bottom: 0;
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
    @media only screen and (max-width: 1400px) {
      .egame-details-header .icon {
        left: 1.5rem; } }
    @media only screen and (max-width: 991px) {
      .egame-details-header .icon {
        height: 60px;
        width: 60px;
        left: 30px; } }
    @media only screen and (max-width: 767px) {
      .egame-details-header .icon {
        height: 40px;
        width: 40px;
        left: 15px; } }
    .egame-details-header .icon svg {
      width: 38px;
      height: 72px;
      fill-rule: evenodd;
      clip-rule: evenodd;
      fill: #FFFFFF;
      display: table;
      margin: 0 auto;
      text-align: center; }
      @media only screen and (max-width: 991px) {
        .egame-details-header .icon svg {
          height: 60px;
          width: 30px; } }
      @media only screen and (max-width: 767px) {
        .egame-details-header .icon svg {
          height: 40px;
          width: 25px; } }

.egames-content h4 {
  color: #202020;
  font-family: 'ProximaNova-ExtraBold';
  font-size: 1.5rem;
  letter-spacing: -0.1px;
  padding-bottom: 17px; }

.egames-content .egame {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 55px;
  /*
      &.game-memory{ 
        .egame-cta{           
          top: auto;          
          transform:none;
          bottom: 14%;
          left: 7%;
          @media only screen and (max-width: 991px){
            max-width: 220px;
            bottom: 10%;
            left: 5%;
          }
          @media only screen and (max-width: 767px){
            max-width: 180px;
            bottom: 5%;
            left: 2%;
          }
          .play-game{
            margin-top: 30px;
            @media only screen and (max-width: 1200px){
              margin-top: 20px;
            }
            @media only screen and (max-width: 991px){
              margin-top: 10px;
            }
            @media only screen and (max-width: 767px){
              margin-top: 5px;
            }

          }
        }
      }
 
      &.game-millionaire,
      &.game-crossword,
      &.game-flappy-bird{
          .egame-cta{  
            top:auto; 
            width: 100%;
            max-width: 270px;
            bottom: 10%;
            @media only screen and (max-width: 1200px){
              max-width: 220px;
            }
            @media only screen and (max-width: 767px){
              bottom: 20%;
            }
          }
      }
      &.game-millionaire{
          .egame-cta{
            bottom: 15px;        
            transform: translate(-50%, 0);
            @media only screen and (max-width: 767px){
              bottom: 7px;
              transform: none;
              left: 10px;
              width: 140px;
            }
          }
      }
      &.game-flappy-bird{
          .egame-cta{            
              bottom: 18%;
          }
      }
      */ }
  .egames-content .egame h3 {
    color: #82b531;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    font-family: prohibition, sans-serif; }
  .egames-content .egame .egame-cta {
    position: absolute;
    z-index: 10;
    top: 54%;
    left: 50%;
    width: 100%;
    max-width: 270px;
    -ms-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%); }
    .egames-content .egame .egame-cta .play-game {
      font-size: 20px;
      font-family: 'BebasNeueBold';
      background: #e9596b;
      background: -moz-linear-gradient(top, #e9596b 1%, #e4354b 36%, #f17a79 100%);
      background: -webkit-linear-gradient(top, #e9596b 1%, #e4354b 36%, #f17a79 100%);
      background: linear-gradient(to bottom, #e9596b 1%, #e4354b 36%, #f17a79 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9596b', endColorstr='#f17a79',GradientType=0 );
      display: table;
      margin: 0 auto;
      margin-top: 10px;
      line-height: 27px;
      width: 100%;
      max-width: 170px;
      border-color: #c52438;
      border-width: 0 0 5px 0; }
      @media only screen and (max-width: 1200px) {
        .egames-content .egame .egame-cta .play-game {
          line-height: 35px;
          max-width: 220px;
          font-size: 24px; } }
      @media only screen and (max-width: 991px) {
        .egames-content .egame .egame-cta .play-game {
          line-height: 35px;
          max-width: 180px;
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .egames-content .egame .egame-cta .play-game {
          line-height: 30px;
          max-width: 140px;
          font-size: 18px;
          margin-top: 5px; } }
      @media only screen and (max-width: 480px) {
        .egames-content .egame .egame-cta .play-game {
          line-height: 25px;
          font-size: 16px;
          max-width: 120px; } }
      .egames-content .egame .egame-cta .play-game:hover {
        border-color: #f17a79; }
  .egames-content .egame.locked:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
  .egames-content .egame .main-image {
    width: 100%; }
  .egames-content .egame .full-box-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .egames-content .egame .locked {
    position: absolute;
    left: 50%;
    z-index: 50;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 991px) {
      .egames-content .egame .locked {
        max-width: 80px; } }
    @media only screen and (max-width: 767px) {
      .egames-content .egame .locked {
        max-width: 40px;
        top: 30px;
        -ms-transform: none;
        transform: none;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
    .egames-content .egame .locked .tooltip {
      transition: all 0.5s;
      top: 100%;
      margin-top: 5px;
      left: 0;
      right: 0;
      width: auto;
      font-family: 'BebasNeueBold';
      font-weight: 500;
      outline: none;
      font-size: 1rem;
      letter-spacing: 0.7px;
      opacity: 1;
      width: 320px;
      left: 50%;
      right: auto;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (max-width: 767px) {
        .egames-content .egame .locked .tooltip {
          width: 180px;
          line-height: 1; } }
      .egames-content .egame .locked .tooltip p {
        margin: 0; }
      .egames-content .egame .locked .tooltip .h5, .egames-content .egame .locked .tooltip h5 {
        font-size: 16px; }
        @media only screen and (max-width: 991px) {
          .egames-content .egame .locked .tooltip .h5, .egames-content .egame .locked .tooltip h5 {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .egames-content .egame .locked .tooltip .h5, .egames-content .egame .locked .tooltip h5 {
            font-size: 12px; } }
      .egames-content .egame .locked .tooltip .tooltip-inner {
        width: 100%;
        max-width: 100%;
        padding: 10px; }
        @media only screen and (max-width: 767px) {
          .egames-content .egame .locked .tooltip .tooltip-inner {
            max-width: 180px;
            padding: 5px; } }
      .egames-content .egame .locked .tooltip .arrow {
        width: 0px;
        height: 0px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #ffffff;
        left: 50%;
        position: absolute;
        top: 0;
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%); }
  .egames-content .egame .top-leaderboard {
    z-index: 20;
    position: absolute;
    right: 40px;
    border: none;
    bottom: 40px;
    font-size: 18px;
    background: -moz-linear-gradient(90deg, #ffaf50 0%, #fd9e1d 36%, #fda31c 46%, #ffc21c 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc21c), color-stop(54%, #fda31c), color-stop(64%, #fd9e1d), color-stop(100%, #ffaf50));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, #ffaf50 0%, #fd9e1d 36%, #fda31c 46%, #ffc21c 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, #ffaf50 0%, #fd9e1d 36%, #fda31c 46%, #ffc21c 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, #ffaf50 0%, #fd9e1d 36%, #fda31c 46%, #ffc21c 100%);
    /* ie10+ */
    background: linear-gradient(0deg, #ffaf50 0%, #fd9e1d 36%, #fda31c 46%, #ffc21c 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc21c', endColorstr='#ffaf50',GradientType=0 );
    /* ie6-9 */ }
    @media only screen and (max-width: 991px) {
      .egames-content .egame .top-leaderboard {
        right: 20px;
        bottom: 20px;
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .egames-content .egame .top-leaderboard {
        right: 10px;
        bottom: 10px;
        font-size: 14px; } }
    .egames-content .egame .top-leaderboard:hover {
      background: #8eb82f; }

.egame-details-content .locked-icon {
  position: absolute;
  left: 50%;
  z-index: 150;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 991px) {
    .egame-details-content .locked-icon {
      max-width: 80px; } }
  @media only screen and (max-width: 767px) {
    .egame-details-content .locked-icon {
      max-width: 40px;
      top: 30px;
      -ms-transform: none;
      transform: none;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
  .egame-details-content .locked-icon img {
    margin: 0 auto;
    display: table; }
  .egame-details-content .locked-icon .tooltip {
    transition: all 0.5s;
    top: 100%;
    margin-top: 5px;
    left: 0;
    right: 0;
    width: auto;
    font-family: 'BebasNeueBold';
    font-weight: 500;
    outline: none;
    font-size: 1rem;
    letter-spacing: 0.7px;
    opacity: 1;
    width: 320px;
    left: 50%;
    right: auto;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative; }
    @media only screen and (max-width: 767px) {
      .egame-details-content .locked-icon .tooltip {
        width: 180px;
        line-height: 1; } }
    .egame-details-content .locked-icon .tooltip .tooltip-inner {
      width: 100%;
      max-width: 100%;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        .egame-details-content .locked-icon .tooltip .tooltip-inner {
          max-width: 180px;
          padding: 5px; } }
    .egame-details-content .locked-icon .tooltip .arrow {
      width: 0px;
      height: 0px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #ffffff;
      left: 50%;
      position: absolute;
      top: 0;
      -ms-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%); }

.lesson-comp-details .lesson-comp-details-header {
  background: #f3f3f3; }
  .lesson-comp-details .lesson-comp-details-header .btn-back {
    font-weight: 500;
    font-size: 14px;
    color: #8eb82f;
    font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.2px;
    padding: 0; }
    @media only screen and (max-width: 1200px) {
      .lesson-comp-details .lesson-comp-details-header .btn-back {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .lesson-comp-details .lesson-comp-details-header .btn-back {
        font-size: 10px; } }
    .lesson-comp-details .lesson-comp-details-header .btn-back svg {
      height: 15px;
      float: left;
      width: 7px;
      margin-right: 6px;
      fill: #8eb82f;
      top: 1px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .lesson-comp-details .lesson-comp-details-header .btn-back svg {
          width: 5px;
          top: -1px; } }
    .lesson-comp-details .lesson-comp-details-header .btn-back:hover {
      opacity: 0.5; }
  .lesson-comp-details .lesson-comp-details-header .block-title {
    width: calc(100% - 200px);
    float: left; }
    @media only screen and (max-width: 767px) {
      .lesson-comp-details .lesson-comp-details-header .block-title {
        width: 100%; } }
    .lesson-comp-details .lesson-comp-details-header .block-title .label {
      opacity: 0.5; }
    .lesson-comp-details .lesson-comp-details-header .block-title h1 {
      font-weight: 700;
      font-size: 36px;
      letter-spacing: -1.2px;
      margin: 0;
      line-height: 1; }
      @media only screen and (max-width: 1200px) {
        .lesson-comp-details .lesson-comp-details-header .block-title h1 {
          font-size: 32px; } }
      @media only screen and (max-width: 991px) {
        .lesson-comp-details .lesson-comp-details-header .block-title h1 {
          font-size: 28px; } }
      @media only screen and (max-width: 767px) {
        .lesson-comp-details .lesson-comp-details-header .block-title h1 {
          font-size: 20px;
          padding: 5px 0 10px 0; } }
  .lesson-comp-details .lesson-comp-details-header .block-progress {
    width: 200px;
    float: right;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.6px; }
    @media only screen and (max-width: 767px) {
      .lesson-comp-details .lesson-comp-details-header .block-progress {
        float: left; } }

.lesson-comp-details .lesson-comp-details-info {
  padding: 55px 0;
  position: relative; }
  .lesson-comp-details .lesson-comp-details-info .close-btn {
    margin: 0 0 0;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 0; }
  .lesson-comp-details .lesson-comp-details-info .lesson-type {
    position: relative;
    padding: 2px 0px;
    float: left;
    width: 110px; }
    @media only screen and (max-width: 767px) {
      .lesson-comp-details .lesson-comp-details-info .lesson-type {
        width: 33.33%; } }
    .lesson-comp-details .lesson-comp-details-info .lesson-type .icon svg {
      height: 32px;
      fill: #8eb82f; }
      @media only screen and (max-width: 1200px) {
        .lesson-comp-details .lesson-comp-details-info .lesson-type .icon svg {
          height: 30px; } }
      @media only screen and (max-width: 991px) {
        .lesson-comp-details .lesson-comp-details-info .lesson-type .icon svg {
          height: 28px; } }
      @media only screen and (max-width: 767px) {
        .lesson-comp-details .lesson-comp-details-info .lesson-type .icon svg {
          height: 26px; } }
    .lesson-comp-details .lesson-comp-details-info .lesson-type h3 {
      width: 100%;
      font-weight: 500;
      line-height: 18px;
      font-size: 1.05rem; }
      @media only screen and (max-width: 1200px) {
        .lesson-comp-details .lesson-comp-details-info .lesson-type h3 {
          font-size: 1rem; } }
      @media only screen and (max-width: 991px) {
        .lesson-comp-details .lesson-comp-details-info .lesson-type h3 {
          font-size: 0.95rem; } }
      @media only screen and (max-width: 767px) {
        .lesson-comp-details .lesson-comp-details-info .lesson-type h3 {
          font-size: 0.9rem; } }
  .lesson-comp-details .lesson-comp-details-info .lesson-time {
    float: left;
    width: 200px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    line-height: 60px;
    font-size: 36px;
    font-family: BebasNeueBold;
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      .lesson-comp-details .lesson-comp-details-info .lesson-time {
        font-size: 34px; } }
    @media only screen and (max-width: 991px) {
      .lesson-comp-details .lesson-comp-details-info .lesson-time {
        font-size: 32px; } }
    @media only screen and (max-width: 767px) {
      .lesson-comp-details .lesson-comp-details-info .lesson-time {
        width: 33.33%;
        font-size: 28px; } }
    .lesson-comp-details .lesson-comp-details-info .lesson-time sup {
      top: -1.3em;
      font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 34%;
      left: 1px; }
  .lesson-comp-details .lesson-comp-details-info .lesson-status {
    float: left;
    width: 230px; }
    @media only screen and (max-width: 767px) {
      .lesson-comp-details .lesson-comp-details-info .lesson-status {
        width: 33.33%; } }
    .lesson-comp-details .lesson-comp-details-info .lesson-status .el-legend {
      background: none;
      font-weight: 500;
      letter-spacing: -0.4px;
      line-height: 60px;
      font-size: 18px;
      text-transform: capitalize;
      display: table;
      margin: 0 auto; }
      @media only screen and (max-width: 1200px) {
        .lesson-comp-details .lesson-comp-details-info .lesson-status .el-legend {
          font-size: 16px; } }
      @media only screen and (max-width: 991px) {
        .lesson-comp-details .lesson-comp-details-info .lesson-status .el-legend {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .lesson-comp-details .lesson-comp-details-info .lesson-status .el-legend {
          font-size: 12px; } }
      .lesson-comp-details .lesson-comp-details-info .lesson-status .el-legend .legend-pin {
        width: 18px;
        height: 18px;
        margin-right: 0.3rem;
        border-radius: 50%;
        background-color: #8eb830;
        border: 2px solid #8eb830; }
  .lesson-comp-details .lesson-comp-details-info .lesson-info {
    position: relative;
    float: left;
    width: calc(100% - 610px);
    padding-left: 50px; }
    @media only screen and (max-width: 991px) {
      .lesson-comp-details .lesson-comp-details-info .lesson-info {
        width: 100%;
        margin: 20px 0; } }
    .lesson-comp-details .lesson-comp-details-info .lesson-info .info {
      border-radius: 50%;
      padding: 6px 13px 3px 12px;
      border: 1px solid #202020;
      background: #202020;
      position: absolute;
      left: 0;
      top: 13px; }
      .lesson-comp-details .lesson-comp-details-info .lesson-info .info svg {
        width: 5px;
        fill: #fff; }
      .lesson-comp-details .lesson-comp-details-info .lesson-info .info p {
        opacity: 0.5; }
  .lesson-comp-details .lesson-comp-details-info.status-completed .lesson-type .icon svg {
    fill: #289af3; }
  .lesson-comp-details .lesson-comp-details-info.status-completed .lesson-status .el-legend .legend-pin {
    background-color: #289af3;
    border: 2px solid #289af3; }

.lesson-comp-details .lesson-comp-details-iframe {
  margin: 0 auto; }
  .lesson-comp-details .lesson-comp-details-iframe iframe {
    margin: 0 auto; }
  .lesson-comp-details .lesson-comp-details-iframe .slick-list {
    height: auto !important; }

.card-container {
  -webkit-perspective: 1200;
  -moz-perspective: 1200;
  perspective: 1200;
  padding: 50px 0; }
  @media only screen and (max-width: 991px) {
    .card-container {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .card-container {
      padding: 30px 0; } }
  .card-container .card-vertical, .card-container .card-horizontal {
    cursor: pointer;
    height: 400px;
    width: 100%;
    max-width: auto;
    box-shadow: 0 6px 8px #bbb;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .4s ease; }
  .card-container .card-front,
  .card-container .card-back {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #fff;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .card-container .card-back {
    -moz-transform: rotateY(179.9deg);
    -webkit-transform: rotateY(179.9deg);
    transform: rotateY(179.9deg);
    background: #fff; }
  .card-container .card-front-reminder {
    position: absolute;
    top: 1em;
    right: 1em;
    font-weight: 500;
    font-size: 20px;
    color: #8eb82f;
    line-height: 1em;
    font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow: visible; }
  .card-container .card-front-content, .card-container .card-back-content {
    padding: 2em;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.2rem; }
    @media only screen and (max-width: 991px) {
      .card-container .card-front-content, .card-container .card-back-content {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 767px) {
      .card-container .card-front-content, .card-container .card-back-content {
        font-size: 0.8rem; } }
  .card-container .card-back-hr {
    -webkit-transform: rotateX(179.9deg);
    -moz-transform: rotateX(179.9deg);
    transform: rotateX(179.9deg); }
  .card-container .card-vertical.hover {
    -webkit-transform: rotateY(179.9deg);
    -moz-transform: rotateY(179.9deg);
    transform: rotateY(179.9deg); }
  .card-container .card-horizontal.hover {
    -webkit-transform: rotateX(179.9deg);
    -moz-transform: rotateX(179.9deg);
    transform: rotateX(179.9deg); }

.overlay-wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0 50px 0;
  margin: 0 -60px;
  width: calc(100% + 120px); }

.overlay-content {
  text-align: center; }

.overlay-content .sub-title {
  line-height: 100%;
  color: #333333;
  font-size: 12px;
  font-family: 'ProximaNova-Regular';
  text-transform: uppercase; }

.overlay-content .stats-wrapper {
  padding: 20px 0;
  text-align: center; }

.overlay-content .val {
  line-height: 100%;
  color: #000000;
  font-size: 48px;
  font-family: 'BebasNeueBold'; }

.overlay-content .out-of {
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  font-family: 'BebasNeueRegular'; }

.trans-in .overlay-content .points-wrapper {
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.overlay-content .points-wrapper {
  background: black;
  width: 108.4%;
  margin-left: -5%;
  padding: 10px;
  text-align: center;
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 1s 0.6s, transform 0.5s 0.6s;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-iteration-count: 1; }

.trans-in .overlay-content .points-wrapper .val {
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.overlay-content .points-wrapper .val {
  color: #8db82f;
  font-size: 62px;
  margin: 10px 0 0;
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 1s 1.1s, transform 0.5s 1.1s; }

.quiz-fail .overlay-content .points-wrapper .val {
  color: red; }

.trans-in .overlay-content .points-wrapper .sub-title {
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.overlay-content .points-wrapper .sub-title {
  color: #989898;
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 1s 0.8s, transform 0.5s 0.8s; }

.trans-in .overlay-content .stats-wrapper > div {
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.overlay-content .stats-wrapper > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 50px;
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 1s 1.2s, transform 0.5s 1.2s; }

.trans-in .overlay-content h1 {
  opacity: 0;
  -ms-transform: translateY(50px) scale(4);
  transform: translateY(50px) scale(4); }

.overlay-content h1 {
  opacity: 1;
  -ms-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
  text-align: center;
  line-height: 100%;
  color: #8db82f;
  font-size: 36px;
  font-family: 'ProximaNova-ExtraBold';
  margin: 0;
  transition: opacity 1s, transform 0.5s;
  animation-duration: 1s;
  animation-iteration-count: 1; }

.quiz-fail .overlay-content h1 {
  color: red; }

.trans-in .overlay-content h3 {
  opacity: 0;
  -ms-transform: translateY(50px) scale(4);
  transform: translateY(50px) scale(4); }

.overlay-content h3 {
  text-align: center;
  line-height: 100%;
  font-size: 16px;
  font-family: 'ProximaNova-Regular';
  margin: 5px;
  animation-duration: 1s;
  animation-iteration-count: 1;
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 1s 0.3s, transform 0.5s 0.3s; }

.trans-in .overlay-content img.gif {
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.overlay-content img.gif {
  margin: 20px auto;
  border: 1px solid black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin: 5px auto 20px;
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 1s 0.4s, transform 0.5s 0.4s;
  max-height: 230px; }

.trans-in .overlay-content button.green {
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.trans-in .overlay-content button.red {
  opacity: 0;
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.overlay-content button.green {
  background: #8db82f;
  border-radius: 21px;
  padding: 9px 70px 8px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 1s 1.3s, transform 0.5s 1.3s, background 0.3s;
  margin: 0 auto; }

.overlay-content button.green:hover {
  transition: all 0.3s;
  background: #000; }

.quiz-fail .overlay-content button.green {
  float: right;
  margin-right: 5%; }
  @media all and (max-width: 767px) {
    .quiz-fail .overlay-content button.green {
      float: none;
      margin: 10px auto; } }

.quiz-fail .overlay-content button.red {
  float: left;
  margin-left: 5%; }
  @media all and (max-width: 767px) {
    .quiz-fail .overlay-content button.red {
      float: none;
      margin: 10px auto; } }

.overlay-content button.red {
  background: #ff0000;
  border-radius: 21px;
  padding: 9px 70px 8px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 1s 1.3s, transform 0.5s 1.3s, background 0.3s;
  margin: 0 auto; }

.overlay-content button.red:hover {
  transition: all 0.3s;
  background: #000; }

.info .overlay-content button.green {
  position: relative; }

@media all and (max-width: 767px) {
  .overlay-content img.gif {
    max-width: 100%; }
  .overlay-wrapper {
    padding: 5px 10px 0 10px;
    height: 600px;
    pointer-events: none; }
  .overlay-wrapper .green {
    pointer-events: initial; }
  #ResetButton {
    left: 3% !important;
    min-width: 96%; }
  .resetButton {
    width: 100%; }
  .overlay-content button.green {
    padding: 6px 10px 6px;
    max-width: 210px;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    float: none; }
  .overlay-content .points-wrapper {
    width: 148.4%;
    margin-left: -25%; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

.retry-quiz.show-tooltip .tooltip {
  opacity: 1; }

.retry-quiz .tooltip {
  transition: all 0.5s;
  top: 100%;
  margin-top: 5px;
  left: 0;
  right: 0;
  width: auto;
  font-family: 'BebasNeueBold';
  font-weight: 500;
  outline: none;
  font-size: 1rem;
  letter-spacing: 0.7px; }
  .retry-quiz .tooltip .tooltip-inner {
    max-width: 100%; }
  .retry-quiz .tooltip .arrow {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
    left: 50%;
    position: absolute;
    top: 0;
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

.leaderboard-container,
.leaderboard-container h1 {
  font-family: prohibition, sans-serif; }

.arcade-screen h1 {
  background-image: url("/skin/img/header-bg.png");
  background-size: 100%;
  background-repeat: none;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 69px;
  line-height: 62px; }

.arcade-screen .left {
  background-image: url("/skin/img/btn-left.png");
  background-size: 100%;
  background-repeat: none;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 52px;
  display: block;
  width: 50%;
  margin-left: 30px;
  float: left; }
  .arcade-screen .left.active {
    background-image: url("/skin/img/btn-left-active.png"); }

.arcade-screen .right {
  background-image: url("/skin/img/btn-right.png");
  background-size: 100%;
  background-repeat: none;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 52px;
  display: block;
  width: 50%;
  margin-left: -30px;
  float: left; }
  .arcade-screen .right.active {
    background-image: url("/skin/img/btn-right-active.png"); }

.leaderboard-row {
  background-image: url("/skin/img/leaderboard-row.png");
  width: 100%;
  background-size: 100%;
  margin-bottom: 20px;
  height: 86px; }

.arcade-screen {
  padding: 20px;
  position: absolute;
  width: 1172px;
  height: 835px;
  top: 86px;
  left: 208px;
  background: url("/skin/img/scrollpane-bg.jpg"); }

.scrollpane-header {
  font-family: prohibition, sans-serif;
  position: absolute;
  color: #fff;
  z-index: 99;
  width: 100%; }
  .scrollpane-header div {
    float: left;
    color: #fff; }

.scrollpane:before {
  content: '';
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 92%); }

.scrollpane-header div.th-1,
.scrollpane div.td-1 {
  font-size: 36px;
  width: 75px;
  float: left;
  text-align: center; }

.scrollpane-header div.th-1 {
  width: 110px; }

.scrollpane div.td-1 {
  color: #82b531; }

.scrollpane-header div.th-2,
.scrollpane div.td-2 {
  padding: 20px;
  width: 440px;
  float: left;
  margin-left: 5px;
  z-index: 9;
  color: #fff;
  font-size: 36px;
  padding-top: 10px; }

.scrollpane-header div.th-3,
.scrollpane div.td-3 {
  padding: 20px;
  width: 230px;
  float: left;
  margin-left: 5px;
  color: #fff;
  z-index: 9;
  font-size: 36px;
  padding-top: 10px; }

.scrollpane-header div.th-4,
.scrollpane div.td-4 {
  padding: 20px;
  width: 280px;
  float: left;
  margin-left: 5px;
  color: #fff;
  z-index: 9;
  font-size: 36px;
  padding-top: 10px; }

.scrollpane {
  height: 540px;
  overflow: auto;
  top: 68px;
  position: absolute;
  left: 32px;
  z-index: 9999;
  width: 1063px; }

.scrollpane-header div.th-1,
.scrollpane-header div.th-2,
.scrollpane-header div.th-3,
.scrollpane-header div.th-4 {
  font-size: 18px;
  text-align: center;
  padding: 25px 20px 20px 20px; }

.scrollpane div.td-1,
.scrollpane div.td-2,
.scrollpane div.td-3,
.scrollpane div.td-4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.badges-grid .element-box.item:hover, .badges-grid .item.invoice-w:hover, .badges-grid .item.big-error-w:hover {
  border-color: #8eb82f; }
  .badges-grid .element-box.item:hover .info .btn, .badges-grid .item.invoice-w:hover .info .btn, .badges-grid .item.big-error-w:hover .info .btn, .badges-grid .element-box.item:hover .info .all-wrapper .fc-button, .all-wrapper .badges-grid .element-box.item:hover .info .fc-button, .badges-grid .item.invoice-w:hover .info .all-wrapper .fc-button, .all-wrapper .badges-grid .item.invoice-w:hover .info .fc-button, .badges-grid .item.big-error-w:hover .info .all-wrapper .fc-button, .all-wrapper .badges-grid .item.big-error-w:hover .info .fc-button {
    background: #8eb82f;
    border-color: #8eb82f; }

.badges-grid .element-box.item .info h5, .badges-grid .item.invoice-w .info h5, .badges-grid .item.big-error-w .info h5 {
  opacity: 0.5;
  font-size: 14px;
  font-family: BebasNeueBold; }
  .badges-grid .element-box.item .info h5 .dots, .badges-grid .item.invoice-w .info h5 .dots, .badges-grid .item.big-error-w .info h5 .dots {
    padding: 0px 10px;
    font-size: 30px;
    position: relative;
    top: -5px;
    line-height: 18px; }

.badges-grid .element-box.item .info .pic, .badges-grid .item.invoice-w .info .pic, .badges-grid .item.big-error-w .info .pic {
  padding: 17px 0 26px 0; }
  .badges-grid .element-box.item .info .pic img, .badges-grid .item.invoice-w .info .pic img, .badges-grid .item.big-error-w .info .pic img {
    margin: 0 auto; }

.badges-grid .element-box.item .info h3, .badges-grid .item.invoice-w .info h3, .badges-grid .item.big-error-w .info h3 {
  font-size: 22px;
  letter-spacing: -0.7px;
  padding-bottom: 16px; }

.badges-grid .element-box.item .info .btn, .badges-grid .item.invoice-w .info .btn, .badges-grid .item.big-error-w .info .btn, .badges-grid .element-box.item .info .all-wrapper .fc-button, .all-wrapper .badges-grid .element-box.item .info .fc-button, .badges-grid .item.invoice-w .info .all-wrapper .fc-button, .all-wrapper .badges-grid .item.invoice-w .info .fc-button, .badges-grid .item.big-error-w .info .all-wrapper .fc-button, .all-wrapper .badges-grid .item.big-error-w .info .fc-button {
  font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  padding: 0.4rem 0.5rem 0.4rem 1.3rem;
  background: #202020;
  border-color: #202020; }
  .badges-grid .element-box.item .info .btn svg, .badges-grid .item.invoice-w .info .btn svg, .badges-grid .item.big-error-w .info .btn svg, .badges-grid .element-box.item .info .all-wrapper .fc-button svg, .all-wrapper .badges-grid .element-box.item .info .fc-button svg, .badges-grid .item.invoice-w .info .all-wrapper .fc-button svg, .all-wrapper .badges-grid .item.invoice-w .info .fc-button svg, .badges-grid .item.big-error-w .info .all-wrapper .fc-button svg, .all-wrapper .badges-grid .item.big-error-w .info .fc-button svg {
    fill: #fff;
    margin-left: 8px;
    position: relative;
    top: 2px;
    height: 13px;
    width: 8px; }

.badges-grid .element-box.item .modal-content .modal-body, .badges-grid .item.invoice-w .modal-content .modal-body, .badges-grid .item.big-error-w .modal-content .modal-body {
  padding: 30px; }
  @media only screen and (max-width: 991px) {
    .badges-grid .element-box.item .modal-content .modal-body, .badges-grid .item.invoice-w .modal-content .modal-body, .badges-grid .item.big-error-w .modal-content .modal-body {
      padding: 25px; } }
  @media only screen and (max-width: 767px) {
    .badges-grid .element-box.item .modal-content .modal-body, .badges-grid .item.invoice-w .modal-content .modal-body, .badges-grid .item.big-error-w .modal-content .modal-body {
      padding: 20px; } }
  .badges-grid .element-box.item .modal-content .modal-body .item, .badges-grid .item.invoice-w .modal-content .modal-body .item, .badges-grid .item.big-error-w .modal-content .modal-body .item {
    border-radius: 3px;
    border: 1px solid #8eb82f;
    padding: 23px 10px; }
    .badges-grid .element-box.item .modal-content .modal-body .item h3, .badges-grid .item.invoice-w .modal-content .modal-body .item h3, .badges-grid .item.big-error-w .modal-content .modal-body .item h3 {
      padding: 0;
      margin: 0; }
  @media only screen and (max-width: 767px) {
    .badges-grid .element-box.item .modal-content .modal-body .courses, .badges-grid .item.invoice-w .modal-content .modal-body .courses, .badges-grid .item.big-error-w .modal-content .modal-body .courses {
      padding-top: 15px; } }
  .badges-grid .element-box.item .modal-content .modal-body .courses h5, .badges-grid .item.invoice-w .modal-content .modal-body .courses h5, .badges-grid .item.big-error-w .modal-content .modal-body .courses h5 {
    opacity: 1;
    font-size: 14px;
    font-family: BebasNeueBold;
    margin: 0;
    opacity: 0.5; }
  .badges-grid .element-box.item .modal-content .modal-body .courses ul li, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li {
    padding: 27px 0 23px 0;
    border-bottom: 1px solid #e8e8e8; }
    @media only screen and (max-width: 991px) {
      .badges-grid .element-box.item .modal-content .modal-body .courses ul li, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li {
        padding: 20px 0; } }
    @media only screen and (max-width: 767px) {
      .badges-grid .element-box.item .modal-content .modal-body .courses ul li, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li {
        padding: 10px 0; } }
    .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-left, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-left, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-left {
      float: left;
      width: calc(100% - 130px); }
      @media only screen and (max-width: 767px) {
        .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-left, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-left, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-left {
          width: calc(100% - 110px); } }
      .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-left .course-name, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-left .course-name, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-left .course-name {
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.6px;
        padding-bottom: 2px; }
        @media only screen and (max-width: 991px) {
          .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-left .course-name, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-left .course-name, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-left .course-name {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-left .course-name, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-left .course-name, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-left .course-name {
            font-size: 14px; } }
      .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-left .note, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-left .note, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-left .note {
        font-size: 14px;
        opacity: 0.5;
        letter-spacing: -0.3px; }
        @media only screen and (max-width: 991px) {
          .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-left .note, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-left .note, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-left .note {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-left .note, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-left .note, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-left .note {
            font-size: 10px; } }
    .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right {
      float: left;
      width: 130px; }
      @media only screen and (max-width: 767px) {
        .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right {
          width: 110px; } }
      .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right .btn, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right .btn, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right .btn, .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right .all-wrapper .fc-button, .all-wrapper .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right .fc-button, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right .all-wrapper .fc-button, .all-wrapper .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right .fc-button, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right .all-wrapper .fc-button, .all-wrapper .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right .fc-button {
        margin-top: 4px;
        background: #202020;
        color: #fff;
        font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 12px;
        letter-spacing: 0.8px;
        padding: 6px 22px;
        border: none; }
        @media only screen and (max-width: 767px) {
          .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right .btn, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right .btn, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right .btn, .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right .all-wrapper .fc-button, .all-wrapper .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right .fc-button, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right .all-wrapper .fc-button, .all-wrapper .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right .fc-button, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right .all-wrapper .fc-button, .all-wrapper .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right .fc-button {
            padding: 6px 10px;
            font-size: 10px; } }
        .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right .btn svg, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right .btn svg, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right .btn svg, .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right .all-wrapper .fc-button svg, .all-wrapper .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right .fc-button svg, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right .all-wrapper .fc-button svg, .all-wrapper .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right .fc-button svg, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right .all-wrapper .fc-button svg, .all-wrapper .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right .fc-button svg {
          margin-left: 6px;
          position: relative;
          fill: #fff;
          top: 2px;
          height: 13px;
          width: 8px; }
          @media only screen and (max-width: 767px) {
            .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right .btn svg, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right .btn svg, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right .btn svg, .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right .all-wrapper .fc-button svg, .all-wrapper .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right .fc-button svg, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right .all-wrapper .fc-button svg, .all-wrapper .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right .fc-button svg, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right .all-wrapper .fc-button svg, .all-wrapper .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right .fc-button svg {
              margin-left: 3px; } }
        .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right .btn:hover, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right .btn:hover, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right .btn:hover, .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right .all-wrapper .fc-button:hover, .all-wrapper .badges-grid .element-box.item .modal-content .modal-body .courses ul li .block-right .fc-button:hover, .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right .all-wrapper .fc-button:hover, .all-wrapper .badges-grid .item.invoice-w .modal-content .modal-body .courses ul li .block-right .fc-button:hover, .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right .all-wrapper .fc-button:hover, .all-wrapper .badges-grid .item.big-error-w .modal-content .modal-body .courses ul li .block-right .fc-button:hover {
          background: #8eb82f; }

/*
 status-past-deadline
 status-upcoming-event
 status-upcoming-deadline
 status-available-event
*/
.block-event {
  margin: 0 0 20px;
  padding: 0.7rem 1.2rem;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(69, 101, 173, 0.1);
  border: 1px solid #ececec;
  border-radius: 3px;
  position: relative; }
  .block-event .alert {
    margin: 0; }
  .block-event .block-left {
    padding-right: 130px; }
    .block-event .block-left h6 {
      font-weight: 600;
      opacity: 0.5;
      letter-spacing: 0.7px;
      margin-bottom: 2px;
      font-size: 12px; }
    .block-event .block-left p {
      font-size: 18px;
      font-weight: 700;
      letter-spacing: -0.2px;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .block-event .block-left p {
          font-size: 16px; } }
  .block-event .block-right {
    width: 130px;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #8eb82f; }
    .block-event .block-right .day {
      font-size: 36px;
      font-family: 'BebasNeueBold';
      float: left;
      line-height: 1;
      margin-top: -4px;
      padding-right: 9px; }
      @media only screen and (max-width: 1200px) {
        .block-event .block-right .day {
          font-size: 30px; } }
      @media only screen and (max-width: 991px) {
        .block-event .block-right .day {
          font-size: 26px; } }
      @media only screen and (max-width: 767px) {
        .block-event .block-right .day {
          font-size: 22px; } }
    .block-event .block-right .month-time {
      float: left; }
      .block-event .block-right .month-time .month {
        font-size: 14px;
        font-weight: 500;
        line-height: 1; }
        @media only screen and (max-width: 767px) {
          .block-event .block-right .month-time .month {
            font-size: 12px; } }
      .block-event .block-right .month-time .time {
        font-size: 12px;
        line-height: 1;
        margin-top: 0;
        color: #202020; }
  .block-event.status-past-deadline .block-right {
    color: #eb3536; }
  .block-event.status-past-deadline:before {
    position: absolute;
    content: "";
    left: 1px;
    top: 1px;
    bottom: 1px;
    width: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #eb3536; }
  .block-event.status-upcoming-event .block-right {
    color: #8eb82f; }
  .block-event.status-upcoming-event:before {
    position: absolute;
    content: "";
    left: 1px;
    top: 1px;
    bottom: 1px;
    width: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #8eb82f; }
  .block-event.status-upcoming-deadline {
    border-color: #eb3536; }
    .block-event.status-upcoming-deadline .block-right {
      color: #eb3536; }
  .block-event.status-available-event {
    border-color: #8eb82f; }
    .block-event.status-available-event .block-right {
      color: #8eb82f; }

.el-legend.event-legend .legend-value-w {
  margin-bottom: 1.2rem; }
  .el-legend.event-legend .legend-value-w .legend-pin {
    width: 12px;
    height: 12px;
    margin-right: 0.3rem;
    border-radius: 50%; }
  .el-legend.event-legend .legend-value-w .legend-value {
    font-size: 15px;
    letter-spacing: -0.9px;
    font-weight: 500; }
    @media only screen and (max-width: 991px) {
      .el-legend.event-legend .legend-value-w .legend-value {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .el-legend.event-legend .legend-value-w .legend-value {
        font-size: 12px; } }
  .el-legend.event-legend .legend-value-w.status-past-deadline .legend-pin {
    background-color: #eb3536;
    border: 2px solid #eb3536; }
  .el-legend.event-legend .legend-value-w.status-upcoming-event .legend-pin {
    background-color: #8eb82f;
    border: 2px solid #8eb82f; }
  .el-legend.event-legend .legend-value-w.status-upcoming-deadline .legend-pin {
    border: 2px solid #eb3536;
    background: none; }
  .el-legend.event-legend .legend-value-w.status-available-event .legend-pin {
    border: 2px solid #8eb82f;
    background: none; }

.fc-content-skeleton .fc-day-grid-event.fc-event {
  background: #8eb82f;
  content: " ";
  border-radius: 50%;
  margin: -45px auto 0 auto !important;
  z-index: 0;
  width: 35px;
  line-height: 35px;
  height: 35px;
  padding: 0; }
  .fc-content-skeleton .fc-day-grid-event.fc-event .fc-content {
    display: none; }

.fc-day-grid-event.fc-event {
  background: #8eb82f;
  cursor: pointer; }

.fc-day-top.fc-other-month {
  opacity: 1;
  z-index: 100;
  position: relative;
  pointer-events: none;
  color: #202020; }

.fc-ltr td.fc-today {
  background: none; }

.fc-ltr .fc-day-header {
  font-family: 'BebasNeueBold';
  color: #212121;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 5px 0; }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  position: relative;
  z-index: 100;
  pointer-events: none;
  float: none;
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 10px auto;
  font-family: 'BebasNeueBold';
  color: #212121;
  font-size: 18px;
  border-radius: 50%;
  width: 35px;
  line-height: 35px;
  height: 35px;
  padding: 0; }

.fc-ltr .fc-basic-view .fc-day-top.fc-today .fc-day-number {
  background: #212121;
  color: #fff; }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  position: relative;
  z-index: 100;
  pointer-events: none; }

.featured-events {
  padding: 0 15px; }
  .featured-events .featured_header {
    padding-bottom: 30px; }
    @media only screen and (max-width: 1200px) {
      .featured-events .featured_header {
        padding-bottom: 20px; } }
    @media only screen and (max-width: 991px) {
      .featured-events .featured_header {
        padding-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      .featured-events .featured_header {
        padding-bottom: 10px; } }
    .featured-events .featured_header h5 {
      float: left;
      font-family: 'ProximaNova-ExtraBold'; }
    .featured-events .featured_header .featured-events-arrows {
      float: right; }
      .featured-events .featured_header .featured-events-arrows .slick-arrow {
        padding: 5px;
        line-height: 1;
        display: block;
        float: left; }
        .featured-events .featured_header .featured-events-arrows .slick-arrow svg {
          height: 20px;
          width: 13px;
          fill: #202020;
          display: block; }
        .featured-events .featured_header .featured-events-arrows .slick-arrow:hover svg {
          fill: #8eb82f; }
        .featured-events .featured_header .featured-events-arrows .slick-arrow:last-child {
          margin-left: 60px; }
          @media only screen and (max-width: 1200px) {
            .featured-events .featured_header .featured-events-arrows .slick-arrow:last-child {
              margin-left: 40px; } }
          @media only screen and (max-width: 991px) {
            .featured-events .featured_header .featured-events-arrows .slick-arrow:last-child {
              margin-left: 30px; } }
          @media only screen and (max-width: 767px) {
            .featured-events .featured_header .featured-events-arrows .slick-arrow:last-child {
              margin-left: 10px; } }

.calendar-content .col-item {
  padding-top: 40px;
  padding-bottom: 40px; }
  .calendar-content .col-item.col-center {
    border-right: 1px solid #e6e6e6; }

.calendar-content .calendar-row {
  border-bottom: 1px solid #e6e6e6; }

.date-nav {
  padding: 30px 0; }
  .date-nav .nav-block {
    display: table;
    margin: 0 auto; }
    .date-nav .nav-block .nav-arrow {
      padding: 5px;
      line-height: 1;
      display: block;
      float: left;
      float: left;
      margin: 0 20px; }
      @media only screen and (max-width: 1200px) {
        .date-nav .nav-block .nav-arrow {
          margin: 0 15px; } }
      @media only screen and (max-width: 991px) {
        .date-nav .nav-block .nav-arrow {
          margin: 0 10px; } }
      @media only screen and (max-width: 767px) {
        .date-nav .nav-block .nav-arrow {
          margin: 0 5px; } }
      .date-nav .nav-block .nav-arrow svg {
        height: 20px;
        width: 13px;
        fill: #202020;
        display: block; }
      .date-nav .nav-block .nav-arrow:hover svg {
        fill: #8eb82f; }
    .date-nav .nav-block h5 {
      float: left;
      font-family: 'ProximaNova-ExtraBold';
      color: #8eb82f;
      margin: 0;
      padding: 5px 25px; }

.calendar .events-list {
  padding: 0; }

.calendar-popover .btn-success {
  float: none;
  border: none;
  text-align: center;
  min-width: 155px;
  font-family: 'ProximaNova-SemiBold';
  padding: 0.7rem 0.6rem;
  font-size: 0.9rem;
  letter-spacing: 0.2px; }
  .calendar-popover .btn-success svg {
    fill: #fff;
    width: 8px;
    height: 13px;
    margin-left: 15px;
    display: inline-block; }

.fc-dayGrid-view .fc-day-number {
  text-align: center;
  display: table;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 10px auto;
  float: none !important;
  border-radius: 50%;
  color: #202020; }

.fc-dayGrid-view .fc-today .fc-day-number {
  background: #202020;
  color: #fff; }

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
  position: relative;
  z-index: 20;
  pointer-events: none; }

.fc-content-skeleton .fc-day-grid-event.fc-event {
  cursor: pointer; }

.banner-modal .modal-body {
  overflow: hidden;
  border: none; }

.banners {
  display: block; }
  .banners .banner {
    margin: 100px 0; }
    @media only screen and (max-width: 1200px) {
      .banners .banner {
        margin: 80px 0; } }
    @media only screen and (max-width: 991px) {
      .banners .banner {
        margin: 60px 0; } }
    @media only screen and (max-width: 767px) {
      .banners .banner {
        margin: 40px 0; } }
  .banners.banner-728x90 {
    width: 728px;
    height: 90px; }
  .banners.banner-300x250 {
    width: 300px;
    height: 250px; }
  .banners.banner-300x50 {
    width: 300px;
    height: 50px; }
  .banners.banner-970x250 {
    width: 970px;
    height: 250px; }
  .banners.banner-300x600 {
    width: 300px;
    height: 600px; }
  .banners .image-right {
    position: absolute;
    bottom: 0;
    top: auto !important;
    left: auto !important;
    right: 0 !important;
    max-height: calc(100% + 30px); }
    .banners .image-right.shown {
      /*right: 110px!important;
			@media only screen and (max-width: 1200px){
				right: 80px!important;
			}
			@media only screen and (max-width: 991px){
				right: 50px!important;
			}*/
      right: 16px !important; }
  .banners .banner-content {
    position: absolute;
    left: 17px;
    bottom: 1px;
    padding-left: 50px;
    padding-bottom: 50px;
    max-width: 600px;
    color: #ffffff; }
    @media only screen and (max-width: 1200px) {
      .banners .banner-content {
        left: 15px;
        padding-left: 40px;
        padding-bottom: 40px; } }
    @media only screen and (max-width: 991px) {
      .banners .banner-content {
        padding-left: 30px;
        padding-bottom: 30px;
        max-width: 500px; } }
    @media only screen and (max-width: 767px) {
      .banners .banner-content {
        left: 10px;
        padding-left: 20px;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 600px) {
      .banners .banner-content {
        left: 10px;
        padding-left: 10px;
        padding-bottom: 10px; } }
    .banners .banner-content .banner-title {
      font-family: 'ProximaNova-Bold';
      font-size: 60px;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: -1.2px;
      margin-bottom: 7px; }
      @media only screen and (max-width: 1200px) {
        .banners .banner-content .banner-title {
          font-size: 50px;
          letter-spacing: 0px; } }
      @media only screen and (max-width: 991px) {
        .banners .banner-content .banner-title {
          font-size: 36px;
          letter-spacing: 0.2px; } }
      @media only screen and (max-width: 767px) {
        .banners .banner-content .banner-title {
          font-size: 16px;
          padding: 5px 0;
          letter-spacing: 0.8px;
          margin: 0; } }
    .banners .banner-content .banner-subtitle {
      text-transform: uppercase;
      font-size: 12px;
      margin-bottom: 10px;
      padding: 0;
      margin: 0;
      letter-spacing: 1.1px; }
      @media only screen and (max-width: 767px) {
        .banners .banner-content .banner-subtitle {
          font-size: 10px; } }
    .banners .banner-content .banner-price {
      text-align: right;
      font-size: 24px;
      font-family: 'ProximaNova-Bold';
      padding: 0;
      margin: 0 0 15px;
      line-height: 1;
      display: block; }
      @media only screen and (max-width: 1200px) {
        .banners .banner-content .banner-price {
          font-size: 20px; } }
      @media only screen and (max-width: 991px) {
        .banners .banner-content .banner-price {
          font-size: 16px;
          margin: 0 0 10px; } }
      @media only screen and (max-width: 767px) {
        .banners .banner-content .banner-price {
          font-size: 12px;
          margin: 0 0 5px; } }
    .banners .banner-content .btn, .banners .banner-content .all-wrapper .fc-button, .all-wrapper .banners .banner-content .fc-button {
      padding: 11px 29px;
      letter-spacing: 0.1px;
      font-size: 12px;
      text-transform: uppercase;
      font-family: 'ProximaNova-Bold'; }
      @media only screen and (max-width: 991px) {
        .banners .banner-content .btn, .banners .banner-content .all-wrapper .fc-button, .all-wrapper .banners .banner-content .fc-button {
          padding: 8px 20px; } }
      @media only screen and (max-width: 767px) {
        .banners .banner-content .btn, .banners .banner-content .all-wrapper .fc-button, .all-wrapper .banners .banner-content .fc-button {
          font-size: 11px;
          padding: 7px 10px; } }
      .banners .banner-content .btn svg, .banners .banner-content .all-wrapper .fc-button svg, .all-wrapper .banners .banner-content .fc-button svg {
        fill: #fff;
        width: 12px;
        height: 8px;
        margin: 0 0px 0 4px; }
        @media only screen and (max-width: 767px) {
          .banners .banner-content .btn svg, .banners .banner-content .all-wrapper .fc-button svg, .all-wrapper .banners .banner-content .fc-button svg {
            width: 10px;
            height: 7px; } }
  .banners .top-left .banner-content {
    left: 17px;
    top: 0;
    bottom: auto;
    padding-left: 50px;
    padding-top: 50px; }
    @media only screen and (max-width: 1200px) {
      .banners .top-left .banner-content {
        left: 15px;
        padding-left: 40px;
        padding-top: 40px; } }
    @media only screen and (max-width: 991px) {
      .banners .top-left .banner-content {
        padding-left: 30px;
        padding-top: 30px;
        max-width: 500px; } }
    @media only screen and (max-width: 767px) {
      .banners .top-left .banner-content {
        left: 10px;
        padding-left: 20px;
        padding-top: 20px; } }
    @media only screen and (max-width: 600px) {
      .banners .top-left .banner-content {
        left: 10px;
        padding-left: 10px;
        padding-top: 10px; } }
  .banners .bottom-left .banner-content {
    left: 17px;
    bottom: 1px;
    padding-left: 50px;
    padding-bottom: 50px;
    max-width: 600px; }
    @media only screen and (max-width: 1200px) {
      .banners .bottom-left .banner-content {
        left: 15px;
        padding-left: 40px;
        padding-bottom: 40px; } }
    @media only screen and (max-width: 991px) {
      .banners .bottom-left .banner-content {
        padding-left: 30px;
        padding-bottom: 30px;
        max-width: 500px; } }
    @media only screen and (max-width: 767px) {
      .banners .bottom-left .banner-content {
        left: 10px;
        padding-left: 20px;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 600px) {
      .banners .bottom-left .banner-content {
        left: 10px;
        padding-left: 10px;
        padding-bottom: 10px; } }
  .banners .center-left .banner-content {
    left: 17px;
    bottom: auto;
    top: 50%;
    padding: 50px 0;
    max-width: 600px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 1200px) {
      .banners .center-left .banner-content {
        left: 15px;
        padding: 40px 0; } }
    @media only screen and (max-width: 991px) {
      .banners .center-left .banner-content {
        padding: 30px 0;
        max-width: 500px; } }
    @media only screen and (max-width: 767px) {
      .banners .center-left .banner-content {
        left: 10px;
        padding: 20px 0; } }
    @media only screen and (max-width: 600px) {
      .banners .center-left .banner-content {
        left: 10px;
        padding: 10px 0; } }
  .banners .top-right .banner-content {
    left: auto;
    right: 17px;
    top: 0;
    bottom: auto;
    padding-right: 50px;
    padding-top: 50px;
    text-align: right; }
    @media only screen and (max-width: 1200px) {
      .banners .top-right .banner-content {
        left: auto;
        right: 15px;
        padding-right: 40px;
        padding-top: 40px; } }
    @media only screen and (max-width: 991px) {
      .banners .top-right .banner-content {
        left: auto;
        padding-right: 30px;
        padding-top: 30px;
        max-width: 500px; } }
    @media only screen and (max-width: 767px) {
      .banners .top-right .banner-content {
        left: auto;
        right: 10px;
        padding-right: 20px;
        padding-top: 20px; } }
    @media only screen and (max-width: 600px) {
      .banners .top-right .banner-content {
        left: auto;
        right: 10px;
        padding-right: 10px;
        padding-top: 10px; } }
  .banners .top-right .image-right.shown {
    right: 0 !important;
    left: 16px !important; }
  .banners .bottom-right .banner-content {
    left: auto;
    right: 17px;
    top: auto;
    bottom: 0;
    padding-right: 50px;
    padding-bottom: 50px;
    text-align: right; }
    @media only screen and (max-width: 1200px) {
      .banners .bottom-right .banner-content {
        left: auto;
        right: 15px;
        padding-right: 40px;
        padding-bottom: 40px; } }
    @media only screen and (max-width: 991px) {
      .banners .bottom-right .banner-content {
        left: auto;
        padding-right: 30px;
        padding-bottom: 30px;
        max-width: 500px; } }
    @media only screen and (max-width: 767px) {
      .banners .bottom-right .banner-content {
        left: auto;
        right: 10px;
        padding-right: 20px;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 600px) {
      .banners .bottom-right .banner-content {
        left: auto;
        right: 10px;
        padding-right: 10px;
        padding-bottom: 10px; } }
  .banners .bottom-right .image-right.shown {
    right: 0 !important;
    left: 16px !important; }
  .banners .center-right .banner-content {
    left: auto;
    right: 17px;
    top: 50%;
    bottom: auto;
    padding: 50px 0;
    text-align: right;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 1200px) {
      .banners .center-right .banner-content {
        left: auto;
        right: 15px;
        padding: 40px 0; } }
    @media only screen and (max-width: 991px) {
      .banners .center-right .banner-content {
        left: auto;
        padding: 30px 0;
        max-width: 500px; } }
    @media only screen and (max-width: 767px) {
      .banners .center-right .banner-content {
        left: auto;
        right: 10px;
        padding: 20px 0; } }
    @media only screen and (max-width: 600px) {
      .banners .center-right .banner-content {
        left: auto;
        right: 10px;
        padding: 10px 0; } }
  .banners .center-right .image-right.shown {
    right: 0 !important;
    left: 16px !important; }
  .banners .top-center .banner-content {
    left: 50%;
    right: auto;
    top: 20px;
    bottom: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      .banners .top-center .banner-content {
        top: 15px;
        left: 50%;
        right: auto;
        padding-right: 20px;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 991px) {
      .banners .top-center .banner-content {
        top: 11px;
        left: auto;
        padding-right: 15px;
        padding-bottom: 15;
        max-width: 500px; } }
    @media only screen and (max-width: 767px) {
      .banners .top-center .banner-content {
        left: 50%;
        right: auto;
        padding-right: 11px;
        padding-bottom: 11px; } }
    @media only screen and (max-width: 600px) {
      .banners .top-center .banner-content {
        left: 50%;
        right: auto;
        padding-right: 11px;
        padding-bottom: 11px; } }
  .banners .bottom-center .banner-content {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      .banners .bottom-center .banner-content {
        padding-right: 20px;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 991px) {
      .banners .bottom-center .banner-content {
        padding-right: 15px;
        padding-bottom: 15px;
        max-width: 500px; } }
    @media only screen and (max-width: 767px) {
      .banners .bottom-center .banner-content {
        padding-right: 11px;
        padding-bottom: 11px; } }
    @media only screen and (max-width: 600px) {
      .banners .bottom-center .banner-content {
        padding-right: 11px;
        padding-bottom: 11px; } }
  .banners .center-center .banner-content {
    bottom: auto;
    padding: 0 20px;
    text-align: center;
    left: 50%;
    right: auto;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 1200px) {
      .banners .center-center .banner-content {
        padding: 0 20px; } }
    @media only screen and (max-width: 991px) {
      .banners .center-center .banner-content {
        padding: 0 15px;
        max-width: 500px;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .banners .center-center .banner-content {
        padding: 0 11px; } }
    @media only screen and (max-width: 600px) {
      .banners .center-center .banner-content {
        padding: 0 11px; } }

.banner-item {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background: #202020; }
  .banner-item .close {
    position: absolute;
    opacity: 1;
    z-index: 50;
    right: 30px;
    top: 30px; }
    @media only screen and (max-width: 991px) {
      .banner-item .close {
        right: 20px;
        top: 20px; } }
    @media only screen and (max-width: 767px) {
      .banner-item .close {
        right: 15px;
        top: 15px; } }
    .banner-item .close svg {
      width: 22px;
      height: 22px;
      fill: #212121; }
      @media only screen and (max-width: 1200px) {
        .banner-item .close svg {
          width: 20px;
          height: 20px; } }
      @media only screen and (max-width: 991px) {
        .banner-item .close svg {
          width: 18px;
          height: 18px; } }
      @media only screen and (max-width: 767px) {
        .banner-item .close svg {
          right: 15px;
          top: 15px; } }
  .banner-item .item-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 52px 48px; }
    @media only screen and (max-width: 1200px) {
      .banner-item .item-info {
        padding: 30px 25px; } }
    @media only screen and (max-width: 991px) {
      .banner-item .item-info {
        padding: 15px 10px; } }
    @media only screen and (max-width: 767px) {
      .banner-item .item-info {
        padding: 11px 11px; } }
    .banner-item .item-info .banner-label {
      text-align: left;
      font-size: 12px;
      color: #fff;
      opacity: 1;
      text-transform: uppercase; }
      @media only screen and (max-width: 991px) {
        .banner-item .item-info .banner-label {
          font-size: 10px; } }
      @media only screen and (max-width: 767px) {
        .banner-item .item-info .banner-label {
          font-size: 8px; } }
    .banner-item .item-info .banner-title {
      text-transform: uppercase;
      font-size: 48px;
      font-family: 'ProximaNova-Bold';
      color: #fff;
      padding: 0;
      padding: 20px 0 16px 0px;
      display: block; }
      @media only screen and (max-width: 1200px) {
        .banner-item .item-info .banner-title {
          font-size: 40px; } }
      @media only screen and (max-width: 991px) {
        .banner-item .item-info .banner-title {
          padding: 10px 0;
          font-size: 22px;
          line-height: 1; } }
      @media only screen and (max-width: 767px) {
        .banner-item .item-info .banner-title {
          padding: 5px 0 0;
          font-size: 22px;
          line-height: 1; } }
  .banner-item:hover {
    text-decoration: none; }
    .banner-item:hover .item-info {
      text-decoration: none; }
      .banner-item:hover .item-info .vendor-special-title {
        text-decoration: none;
        color: #8eb82f; }
  @media only screen and (max-width: 767px) {
    .banner-item.banner-item-tall {
      min-height: 0 !important; } }
  .banner-item.banner-item-tall .pic {
    position: absolute;
    top: auto;
    bottom: 40px;
    left: -30px;
    right: -30px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 991px) {
      .banner-item.banner-item-tall .pic {
        right: -15px; } }
    .banner-item.banner-item-tall .pic img {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .banner-item.banner-item-tall .pic img {
          width: auto; } }
  @media only screen and (max-width: 767px) {
    .banner-item.banner-item-tall .spinner .img-holder {
      height: 500px;
      padding: 0 !important; } }
  @media only screen and (max-width: 767px) {
    .banner-item.banner-item-tall .spinner .img-holder {
      height: 400px; } }
  @media only screen and (max-width: 767px) {
    .banner-item.banner-item-tall .spinner .img-holder img {
      opacity: 1;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      width: auto;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .banner-item.banner-item-tall .item-info {
    top: 0;
    bottom: auto;
    z-index: 1;
    padding: 40px 40px; }
    @media only screen and (max-width: 1200px) {
      .banner-item.banner-item-tall .item-info {
        padding: 30px; } }
    @media only screen and (max-width: 991px) {
      .banner-item.banner-item-tall .item-info {
        padding: 20px; } }
  .banner-item.banner-item-tall.top-left .item-info {
    top: 0;
    bottom: auto; }
  .banner-item.banner-item-tall.bottom-left .item-info {
    top: auto;
    bottom: 0; }
  .banner-item.banner-item-tall.center-left .item-info {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .banner-item.banner-item-tall.top-right .item-info {
    top: 0;
    text-align: right; }
  .banner-item.banner-item-tall.bottom-right .item-info {
    top: auto;
    bottom: 0;
    text-align: right; }
  .banner-item.banner-item-tall.center-right .item-info {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right; }
  .banner-item.banner-item-tall.top-center .item-info {
    top: 0;
    text-align: center; }
  .banner-item.banner-item-tall.bottom-center .item-info {
    text-align: center; }
  .banner-item.banner-item-tall.center-center .item-info {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
  .banner-item.top-left .item-info {
    top: 0;
    bottom: auto; }
  .banner-item.bottom-left .item-info {
    bottom: 0; }
  .banner-item.center-left .item-info {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto; }
  .banner-item.top-right .item-info {
    top: 0;
    text-align: right; }
  .banner-item.bottom-right .item-info {
    text-align: right; }
  .banner-item.center-right .item-info {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    bottom: auto; }
  .banner-item.top-center .item-info {
    top: 0;
    text-align: center; }
  .banner-item.bottom-center .item-info {
    text-align: center; }
  .banner-item.center-center .item-info {
    top: 50%;
    left: 50%;
    bottom: auto;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }

.right .banner-item {
  overflow: hidden; }
  .right .banner-item .pic {
    top: 40%;
    bottom: 30px;
    left: 60%;
    right: -50px;
    background-position: center right; }

.small .banner-item .item-info {
  padding: 17px 20px 17px 31px; }
  @media only screen and (max-width: 767px) {
    .small .banner-item .item-info {
      padding: 17px 15px 17px 25px; } }
  .small .banner-item .item-info .banner-title {
    padding: 20px 0 16px 0px;
    font-size: 30px; }
    @media only screen and (max-width: 991px) {
      .small .banner-item .item-info .banner-title {
        padding: 10px 0;
        font-size: 26px;
        line-height: 1; } }
    @media only screen and (max-width: 767px) {
      .small .banner-item .item-info .banner-title {
        padding: 5px 0 0;
        font-size: 24px;
        line-height: 1; } }

.banner-modal .modal-dialog {
  width: 100%;
  max-width: 1400px; }
  .banner-modal .modal-dialog .modal-body {
    padding: 0; }
    .banner-modal .modal-dialog .modal-body .close {
      position: absolute;
      opacity: 1;
      z-index: 50;
      right: 30px;
      top: 30px; }
      @media only screen and (max-width: 991px) {
        .banner-modal .modal-dialog .modal-body .close {
          right: 20px;
          top: 20px; } }
      @media only screen and (max-width: 767px) {
        .banner-modal .modal-dialog .modal-body .close {
          right: 15px;
          top: 15px; } }
      .banner-modal .modal-dialog .modal-body .close svg {
        width: 22px;
        height: 22px;
        fill: #212121; }
        @media only screen and (max-width: 1200px) {
          .banner-modal .modal-dialog .modal-body .close svg {
            width: 20px;
            height: 20px; } }
        @media only screen and (max-width: 991px) {
          .banner-modal .modal-dialog .modal-body .close svg {
            width: 18px;
            height: 18px; } }
        @media only screen and (max-width: 767px) {
          .banner-modal .modal-dialog .modal-body .close svg {
            right: 15px;
            top: 15px; } }

.banner-modal .banner-item {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  color: #202020;
  padding: 165px 60px; }
  @media only screen and (max-width: 1200px) {
    .banner-modal .banner-item {
      padding: 120px 40px; } }
  @media only screen and (max-width: 991px) {
    .banner-modal .banner-item {
      padding: 70px 30px; } }
  @media only screen and (max-width: 767px) {
    .banner-modal .banner-item {
      padding: 30px 11px; } }
  .banner-modal .banner-item .image {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block; }
    .banner-modal .banner-item .image img {
      float: right; }
      @media only screen and (max-width: 767px) {
        .banner-modal .banner-item .image img {
          float: none;
          margin: 0 auto; } }
  .banner-modal .banner-item .item-info {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 30px 50px 30px 0; }
    @media only screen and (max-width: 1200px) {
      .banner-modal .banner-item .item-info {
        padding: 30px 40px 30px 0; } }
    @media only screen and (max-width: 991px) {
      .banner-modal .banner-item .item-info {
        padding: 25px 25px 25px 0; } }
    @media only screen and (max-width: 767px) {
      .banner-modal .banner-item .item-info {
        padding: 17px 0 17px 0; } }
    .banner-modal .banner-item .item-info .banner-label {
      text-align: left;
      font-size: 18px;
      font-family: 'ProximaNova-Bold';
      color: #202020;
      opacity: 1;
      text-transform: uppercase; }
      @media only screen and (max-width: 1200px) {
        .banner-modal .banner-item .item-info .banner-label {
          font-size: 16px; } }
      @media only screen and (max-width: 991px) {
        .banner-modal .banner-item .item-info .banner-label {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .banner-modal .banner-item .item-info .banner-label {
          font-size: 12px; } }
      @media only screen and (max-width: 480px) {
        .banner-modal .banner-item .item-info .banner-label {
          line-height: 1; } }
    .banner-modal .banner-item .item-info .banner-title {
      text-transform: none;
      text-align: left;
      font-size: 85px;
      font-family: 'ProximaNova-Bold';
      color: #202020;
      padding: 20px 0 16px 0px;
      display: block; }
      @media only screen and (max-width: 1400px) {
        .banner-modal .banner-item .item-info .banner-title {
          font-size: 74px; } }
      @media only screen and (max-width: 1200px) {
        .banner-modal .banner-item .item-info .banner-title {
          font-size: 60px; } }
      @media only screen and (max-width: 991px) {
        .banner-modal .banner-item .item-info .banner-title {
          padding: 10px 0;
          font-size: 44px;
          line-height: 1; } }
      @media only screen and (max-width: 767px) {
        .banner-modal .banner-item .item-info .banner-title {
          padding: 5px 0 0;
          font-size: 32px;
          line-height: 1; } }
      @media only screen and (max-width: 480px) {
        .banner-modal .banner-item .item-info .banner-title {
          font-size: 20px; } }
    .banner-modal .banner-item .item-info .banner-caption {
      font-size: 16px;
      color: #202020; }
      @media only screen and (max-width: 991px) {
        .banner-modal .banner-item .item-info .banner-caption {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .banner-modal .banner-item .item-info .banner-caption {
          font-size: 12px; } }
      @media only screen and (max-width: 480px) {
        .banner-modal .banner-item .item-info .banner-caption {
          line-height: 1;
          line-height: 1;
          padding-top: 5px;
          display: block; } }
    .banner-modal .banner-item .item-info .btn, .banner-modal .banner-item .item-info .all-wrapper .fc-button, .all-wrapper .banner-modal .banner-item .item-info .fc-button {
      font-family: 'ProximaNova-Bold';
      background: #8eb82f;
      color: #202020;
      padding: 14px 20px;
      font-size: 14px;
      min-width: 200px;
      letter-spacing: 1px;
      margin-top: 17px; }
      @media only screen and (max-width: 991px) {
        .banner-modal .banner-item .item-info .btn, .banner-modal .banner-item .item-info .all-wrapper .fc-button, .all-wrapper .banner-modal .banner-item .item-info .fc-button {
          padding: 10px 15px;
          font-size: 11px; } }
      @media only screen and (max-width: 767px) {
        .banner-modal .banner-item .item-info .btn, .banner-modal .banner-item .item-info .all-wrapper .fc-button, .all-wrapper .banner-modal .banner-item .item-info .fc-button {
          padding: 5px 10px;
          font-size: 10px;
          margin: 10px 0 0; } }
      @media only screen and (max-width: 480px) {
        .banner-modal .banner-item .item-info .btn, .banner-modal .banner-item .item-info .all-wrapper .fc-button, .all-wrapper .banner-modal .banner-item .item-info .fc-button {
          min-width: 140px; } }
      .banner-modal .banner-item .item-info .btn:hover, .banner-modal .banner-item .item-info .all-wrapper .fc-button:hover, .all-wrapper .banner-modal .banner-item .item-info .fc-button:hover {
        background: #212121;
        color: #fff; }
  .banner-modal .banner-item:hover {
    text-decoration: none; }
    .banner-modal .banner-item:hover .item-info {
      text-decoration: none; }

.banner-header {
  position: relative; }
  .banner-header .banner-item {
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0 20px;
    background: #101010;
    overflow: hidden;
    display: block;
    transition: all 0.5s;
    max-height: 0; }
    .banner-header .banner-item .close {
      position: absolute;
      opacity: 1;
      z-index: 50;
      right: 10px;
      top: 10px; }
      @media only screen and (max-width: 991px) {
        .banner-header .banner-item .close {
          right: 20px;
          top: 20px; } }
      @media only screen and (max-width: 767px) {
        .banner-header .banner-item .close {
          right: 15px;
          top: 15px; } }
      .banner-header .banner-item .close svg {
        width: 15px;
        height: 15px;
        fill: #212121; }
        @media only screen and (max-width: 767px) {
          .banner-header .banner-item .close svg {
            right: 10px;
            top: 10px; } }
    .banner-header .banner-item .item-info {
      position: relative;
      z-index: 10;
      padding: 10px;
      text-align: center; }
      .banner-header .banner-item .item-info .banner-title {
        padding: 0;
        margin: 0;
        display: inline-block;
        text-transform: none;
        font-size: 18px; }
        @media only screen and (max-width: 1200px) {
          .banner-header .banner-item .item-info .banner-title {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .banner-header .banner-item .item-info .banner-title {
            font-size: 14px; } }
      .banner-header .banner-item .item-info .banner-caption {
        padding: 0 20px; }
      .banner-header .banner-item .item-info .btn, .banner-header .banner-item .item-info .all-wrapper .fc-button, .all-wrapper .banner-header .banner-item .item-info .fc-button {
        padding: 0.1rem 0.9rem; }
    .banner-header .banner-item.shown {
      max-height: 200px; }

/*
$course-complited : #289af3;
$course-due : #ec3537;
$course-available : #fffeff;
*/
.courses-grid {
  padding: 30px 0; }
  .courses-grid .item {
    position: relative;
    background: #f3f3f3;
    display: block;
    color: #000;
    transition: all 0.2s;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .courses-grid .item {
        margin-bottom: 15px; } }
    .courses-grid .item:after {
      content: "";
      position: absolute;
      left: 2px;
      top: 2px;
      bottom: 2px;
      width: 6px;
      background: #8eb830; }
    .courses-grid .item .info-header {
      padding: 6px 18px 5px 18px; }
      .courses-grid .item .info-header .date {
        font-family: BebasNeueBold;
        font-size: 18px; }
      .courses-grid .item .info-header .el-legend {
        background: none;
        font-weight: 500;
        letter-spacing: -0.7px;
        text-transform: capitalize; }
        .courses-grid .item .info-header .el-legend .legend-pin {
          width: 12px;
          height: 12px;
          margin-right: 0.2rem;
          border-radius: 50%;
          background-color: #8eb830;
          border: 2px solid #8eb830; }
      .courses-grid .item .info-header .progress-simple .progress-num {
        text-align: left;
        font-family: BebasNeueBold;
        font-size: 24px;
        line-height: 1;
        padding: 0 0 14px 0;
        letter-spacing: 0.3px; }
        @media only screen and (max-width: 991px) {
          .courses-grid .item .info-header .progress-simple .progress-num {
            font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          .courses-grid .item .info-header .progress-simple .progress-num {
            font-size: 18px; } }
      .courses-grid .item .info-header .points {
        text-align: right;
        font-family: BebasNeueBold;
        font-size: 24px;
        line-height: 1;
        padding: 5px 0 0 0;
        letter-spacing: 0.3px; }
        @media only screen and (max-width: 991px) {
          .courses-grid .item .info-header .points {
            font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          .courses-grid .item .info-header .points {
            font-size: 18px; } }
        .courses-grid .item .info-header .points sup {
          top: -0.5em;
          font-size: 66%;
          padding-left: 3px; }
      .courses-grid .item .info-header .live {
        background: #c7c7c7;
        border-radius: 40px;
        color: #fff;
        z-index: 1;
        padding: 4px 17px 3px 17px;
        font-weight: 500;
        float: left;
        margin-right: 11px; }
        @media only screen and (max-width: 767px) {
          .courses-grid .item .info-header .live {
            margin-right: 5px; } }
      .courses-grid .item .info-header .time {
        line-height: 1;
        font-size: 12px;
        font-weight: 500;
        opacity: 0.5; }
        @media only screen and (max-width: 767px) {
          .courses-grid .item .info-header .time {
            font-size: 10px; } }
      .courses-grid .item .info-header .seats {
        line-height: 1;
        font-size: 12px;
        font-weight: 500;
        opacity: 0.5;
        padding-top: 5px; }
        @media only screen and (max-width: 767px) {
          .courses-grid .item .info-header .seats {
            font-size: 10px; } }
    .courses-grid .item .course-info {
      position: relative;
      padding: 0 16px 4em 16px; }
      .courses-grid .item .course-info h3 {
        letter-spacing: 1px;
        font-size: 27px; }
      .courses-grid .item .course-info p {
        margin-bottom: 23px;
        opacity: 0.5;
        padding-top: 4px;
        letter-spacing: 1px;
        max-width: 246px;
        letter-spacing: 0.3px;
        line-height: 1.3; }
      .courses-grid .item .course-info .new_label {
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 0.9px;
        background-color: #8eb82f;
        color: #202020;
        padding: 2px 3px;
        display: table;
        line-height: 1;
        margin-bottom: 1px; }
      .courses-grid .item .course-info .star {
        background: #c7c7c7;
        border-radius: 50%;
        color: #fff;
        display: table;
        float: right;
        margin-right: 6px;
        padding: 7px 8px 6px;
        line-height: 1;
        display: table; }
        .courses-grid .item .course-info .star svg {
          width: 12px;
          fill: #fff; }
        @media only screen and (max-width: 767px) {
          .courses-grid .item .course-info .star {
            margin-right: 5px; } }
    .courses-grid .item .actions {
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 5px; }
      .courses-grid .item .actions .duration {
        font-size: 36px;
        font-weight: 500;
        font-family: BebasNeueBold; }
        @media only screen and (max-width: 1700px) {
          .courses-grid .item .actions .duration {
            font-size: 28px; } }
        .courses-grid .item .actions .duration sup {
          top: -1.5em;
          left: 3px;
          font-size: 31%;
          font-weight: 400;
          letter-spacing: .7px;
          font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
          @media only screen and (max-width: 1700px) {
            .courses-grid .item .actions .duration sup {
              left: 0; } }
      .courses-grid .item .actions .updated_at {
        padding: 10px 0;
        line-height: 1; }
        .courses-grid .item .actions .updated_at div {
          line-height: 1; }
      .courses-grid .item .actions .btn, .courses-grid .item .actions .all-wrapper .fc-button, .all-wrapper .courses-grid .item .actions .fc-button {
        margin-top: 10px;
        background: #bebebe;
        color: #fff;
        padding: 0.4rem 0.7rem 0.2rem;
        font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 0.9rem;
        letter-spacing: -0.4px; }
        @media only screen and (max-width: 1700px) {
          .courses-grid .item .actions .btn, .courses-grid .item .actions .all-wrapper .fc-button, .all-wrapper .courses-grid .item .actions .fc-button {
            margin-top: 2px; } }
        .courses-grid .item .actions .btn div, .courses-grid .item .actions .all-wrapper .fc-button div, .all-wrapper .courses-grid .item .actions .fc-button div {
          max-width: 0px;
          white-space: nowrap;
          overflow: hidden;
          margin: 0;
          max-height: 0;
          transition: all 0.3s; }
          @media only screen and (max-width: 767px) {
            .courses-grid .item .actions .btn div, .courses-grid .item .actions .all-wrapper .fc-button div, .all-wrapper .courses-grid .item .actions .fc-button div {
              top: -2px;
              position: relative; } }
        .courses-grid .item .actions .btn svg, .courses-grid .item .actions .all-wrapper .fc-button svg, .all-wrapper .courses-grid .item .actions .fc-button svg {
          fill: #fff;
          width: 8px;
          margin-left: 0;
          transition: all 0.3s; }
    .courses-grid .item.status-coming_soon {
      z-index: 10; }
      .courses-grid .item.status-coming_soon .info-header .el-legend .legend-pin {
        background-color: #5b5b5b;
        border: 2px solid #5b5b5b; }
      .courses-grid .item.status-coming_soon .live {
        color: #5b5b5b; }
      .courses-grid .item.status-coming_soon:after {
        background: #5b5b5b; }
    .courses-grid .item.status-locked {
      opacity: 0.5;
      pointer-events: none;
      z-index: 10; }
      .courses-grid .item.status-locked:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        top: 0;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: url(../img/lock.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        max-width: 140px;
        width: 90%;
        z-index: 10; }
      .courses-grid .item.status-locked .actions .btn, .courses-grid .item.status-locked .actions .all-wrapper .fc-button, .all-wrapper .courses-grid .item.status-locked .actions .fc-button {
        color: #202020;
        background: #fff;
        padding: 0.4rem 0.7rem 0.2rem 1.1rem; }
        @media only screen and (max-width: 1700px) {
          .courses-grid .item.status-locked .actions .btn, .courses-grid .item.status-locked .actions .all-wrapper .fc-button, .all-wrapper .courses-grid .item.status-locked .actions .fc-button {
            padding: .4rem 0.4rem .2rem 0.4rem; } }
        .courses-grid .item.status-locked .actions .btn div, .courses-grid .item.status-locked .actions .all-wrapper .fc-button div, .all-wrapper .courses-grid .item.status-locked .actions .fc-button div {
          max-width: 100px;
          max-height: 50px; }
        .courses-grid .item.status-locked .actions .btn svg, .courses-grid .item.status-locked .actions .all-wrapper .fc-button svg, .all-wrapper .courses-grid .item.status-locked .actions .fc-button svg {
          margin-left: 4px;
          fill: #202020; }
      .courses-grid .item.status-locked .info-header .el-legend .legend-pin {
        background-color: #c7c7c7;
        border: 2px solid #c7c7c7; }
      .courses-grid .item.status-locked .live {
        color: #c7c7c7; }
      .courses-grid .item.status-locked:after {
        background: #c7c7c7; }
    .courses-grid .item.status-available .info-header .el-legend .legend-pin {
      background-color: #8eb830;
      border: 2px solid #8eb830; }
    .courses-grid .item.status-available .live {
      color: #ffa100; }
    .courses-grid .item.status-available:after {
      background: #8eb830; }
    .courses-grid .item.status-in-progress .info-header .el-legend .legend-pin {
      background-color: #FF9800;
      border: 2px solid #FF9800; }
    .courses-grid .item.status-in-progress .live {
      color: #ffa100; }
    .courses-grid .item.status-in-progress:after {
      background: #FF9800; }
    .courses-grid .item.status-completed .info-header .el-legend .legend-pin {
      background-color: #289af3;
      border: 2px solid #289af3; }
    .courses-grid .item.status-completed:after {
      background: #289af3; }
    .courses-grid .item.status-due .info-header .el-legend .legend-pin {
      background-color: #ec3537;
      border: 2px solid #ec3537; }
    .courses-grid .item.status-due:after {
      background: #ec3537; }
    .courses-grid .item:hover {
      background: #202020;
      color: #fff; }
      .courses-grid .item:hover h3 {
        color: #fff; }
      .courses-grid .item:hover .actions .btn, .courses-grid .item:hover .actions .all-wrapper .fc-button, .all-wrapper .courses-grid .item:hover .actions .fc-button {
        color: #202020;
        background: #fff;
        padding: 0.4rem 0.7rem 0.2rem 1.1rem; }
        @media only screen and (max-width: 1700px) {
          .courses-grid .item:hover .actions .btn, .courses-grid .item:hover .actions .all-wrapper .fc-button, .all-wrapper .courses-grid .item:hover .actions .fc-button {
            padding: .4rem 0.4rem .2rem 0.4rem; } }
        .courses-grid .item:hover .actions .btn div, .courses-grid .item:hover .actions .all-wrapper .fc-button div, .all-wrapper .courses-grid .item:hover .actions .fc-button div {
          max-width: 100px;
          max-height: 50px; }
        .courses-grid .item:hover .actions .btn svg, .courses-grid .item:hover .actions .all-wrapper .fc-button svg, .all-wrapper .courses-grid .item:hover .actions .fc-button svg {
          margin-left: 4px;
          fill: #202020; }
      .courses-grid .item:hover.status-available .course-info .duration {
        color: #8eb830; }
      .courses-grid .item:hover.status-in-progress .course-info .duration {
        color: #FF9800; }
      .courses-grid .item:hover.status-completed .course-info .duration {
        color: #289af3; }
      .courses-grid .item:hover.status-due .course-info .duration {
        color: #ec3537; }

.search-result a.item {
  padding: 2em 0 0 0; }
  .search-result a.item .info-header {
    display: none; }

@media only screen and (max-width: 991px) {
  .block-progress .label {
    font-size: 14px; } }

@media only screen and (max-width: 767px) {
  .block-progress .label {
    font-size: 12px; } }

.block-progress .progress {
  height: 30px;
  background: #fff;
  border: 1px solid #dadada;
  position: relative;
  height: 30px; }
  @media only screen and (max-width: 991px) {
    .block-progress .progress {
      height: 25px; } }
  @media only screen and (max-width: 767px) {
    .block-progress .progress {
      height: 20px; } }
  .block-progress .progress.small {
    height: 25px; }
    @media only screen and (max-width: 991px) {
      .block-progress .progress.small {
        height: 20px; } }
  .block-progress .progress .progress-bar {
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    height: auto;
    border-radius: 3px;
    background-color: #8eb82f; }
    .block-progress .progress .progress-bar.progress-bar-striped {
      background-size: 0.4rem 0.4rem;
      background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
    .block-progress .progress .progress-bar.bg-completed {
      background-color: #047bf8; }
  .block-progress .progress span {
    position: absolute;
    top: 50%;
    left: 10px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .block-progress .progress span {
        font-size: 10px;
        line-height: 1; } }

.course-details .course-details-header {
  background: #f3f3f3;
  padding: 30px 0 78px 0; }
  @media only screen and (max-width: 1200px) {
    .course-details .course-details-header {
      padding: 25px 0 60px; } }
  @media only screen and (max-width: 991px) {
    .course-details .course-details-header {
      padding: 20px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .course-details .course-details-header {
      padding: 7px 0 13px; } }
  .course-details .course-details-header .btn-back {
    font-weight: 500;
    font-size: 14px;
    color: #202020;
    font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding-left: 0;
    margin-bottom: 9px; }
    @media only screen and (max-width: 1200px) {
      .course-details .course-details-header .btn-back {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .course-details .course-details-header .btn-back {
        font-size: 10px; } }
    .course-details .course-details-header .btn-back svg {
      height: 15px;
      float: left;
      width: 9px;
      margin-right: 15px;
      fill: #202020;
      top: 2px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .course-details .course-details-header .btn-back svg {
          width: 5px;
          margin-right: 5px;
          top: -1px; } }
    .course-details .course-details-header .btn-back:hover {
      opacity: 0.5; }
  .course-details .course-details-header .block-title {
    width: calc(100% - 200px);
    float: left; }
    @media only screen and (max-width: 767px) {
      .course-details .course-details-header .block-title {
        width: 100%; } }
    .course-details .course-details-header .block-title h1 {
      font-weight: 700;
      font-size: 48px;
      letter-spacing: -1.2px; }
      @media only screen and (max-width: 1200px) {
        .course-details .course-details-header .block-title h1 {
          font-size: 38px; } }
      @media only screen and (max-width: 991px) {
        .course-details .course-details-header .block-title h1 {
          font-size: 32px; } }
      @media only screen and (max-width: 767px) {
        .course-details .course-details-header .block-title h1 {
          font-size: 28; } }
      @media only screen and (max-width: 575px) {
        .course-details .course-details-header .block-title h1 {
          font-size: 18px;
          line-height: 1;
          padding: 9px 0;
          margin-bottom: 0px; } }
  .course-details .course-details-header .block-progress {
    width: 200px;
    float: left;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.6px; }
    @media only screen and (max-width: 1200px) {
      .course-details .course-details-header .block-progress {
        font-size: 14px; } }
    @media only screen and (max-width: 991px) {
      .course-details .course-details-header .block-progress {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .course-details .course-details-header .block-progress {
        font-size: 10px; } }

.course-details .course-details-info {
  background: #fff; }
  @media only screen and (max-width: 575px) {
    .course-details .course-details-info {
      padding-top: 10px; } }
  @media only screen and (max-width: 575px) {
    .course-details .course-details-info h3 {
      font-size: 0.9rem; } }
  .course-details .course-details-info .pic {
    margin: -78px 0 0 0; }
    @media only screen and (max-width: 991px) {
      .course-details .course-details-info .pic {
        margin: -50px 0 0; } }
    @media only screen and (max-width: 767px) {
      .course-details .course-details-info .pic {
        margin: -30px 0 0; } }
    @media only screen and (max-width: 575px) {
      .course-details .course-details-info .pic {
        margin: 0; } }
    .course-details .course-details-info .pic img {
      border-radius: 6px; }
  .course-details .course-details-info .statistics {
    padding: 40px 0 0; }
    @media only screen and (max-width: 1200px) {
      .course-details .course-details-info .statistics {
        padding: 0; } }
    .course-details .course-details-info .statistics .stat-label {
      opacity: 0.5;
      font-size: 12px; }
      @media only screen and (max-width: 1200px) {
        .course-details .course-details-info .statistics .stat-label {
          font-size: 10px; } }
    .course-details .course-details-info .statistics .stat-value {
      font-family: BebasNeueBold;
      font-size: 48px; }
      @media only screen and (max-width: 1200px) {
        .course-details .course-details-info .statistics .stat-value {
          font-size: 32px; } }
      @media only screen and (max-width: 991px) {
        .course-details .course-details-info .statistics .stat-value {
          font-size: 28px; } }
      @media only screen and (max-width: 767px) {
        .course-details .course-details-info .statistics .stat-value {
          font-size: 24px; } }
      @media only screen and (max-width: 575px) {
        .course-details .course-details-info .statistics .stat-value {
          font-size: 18px;
          line-height: 1;
          padding: 0px 0 5px 0; } }
      .course-details .course-details-info .statistics .stat-value sup {
        top: -0.6em;
        font-size: 60%;
        left: 6px; }
  .course-details .course-details-info .course-description {
    padding: 60px 0 0; }
    @media only screen and (max-width: 1200px) {
      .course-details .course-details-info .course-description {
        padding: 50px 0 0; } }
    @media only screen and (max-width: 991px) {
      .course-details .course-details-info .course-description {
        padding: 40px 0 0; } }
    @media only screen and (max-width: 767px) {
      .course-details .course-details-info .course-description {
        padding: 11px 0 0; } }
    .course-details .course-details-info .course-description p {
      opacity: 0.7;
      padding: 12px 0;
      line-height: 1.7; }
      @media only screen and (max-width: 991px) {
        .course-details .course-details-info .course-description p {
          padding: 5px 0;
          line-height: 1.5; } }
      @media only screen and (max-width: 767px) {
        .course-details .course-details-info .course-description p {
          padding: 0 0;
          line-height: 1.3; } }
  .course-details .course-details-info .skills {
    padding: 13px 0;
    margin: 0 -5px; }
    @media only screen and (max-width: 767px) {
      .course-details .course-details-info .skills {
        padding: 0;
        margin: 0 -3px; } }
    .course-details .course-details-info .skills .skill {
      font-weight: 500;
      font-size: 14px;
      float: left;
      padding: 5px;
      color: #fff;
      text-align: center;
      width: 25%; }
      @media only screen and (max-width: 991px) {
        .course-details .course-details-info .skills .skill {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .course-details .course-details-info .skills .skill {
          font-size: 10px;
          width: 33.33%;
          padding: 3px; } }
      .course-details .course-details-info .skills .skill span {
        padding: 4px;
        background: #8eb82f;
        border-radius: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 100%; }

.course-details .course-lessons-info {
  margin: -22px 0 0 0; }
  .course-details .course-lessons-info h3 {
    font-size: 24px;
    letter-spacing: -0.7px;
    margin-bottom: 24px; }
    @media only screen and (max-width: 1200px) {
      .course-details .course-lessons-info h3 {
        font-size: 20px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 991px) {
      .course-details .course-lessons-info h3 {
        font-size: 16px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      .course-details .course-lessons-info h3 {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 15px 0 2px 0; } }
  .course-details .course-lessons-info .course-lesson {
    padding: 20px;
    margin: 0 0 20px 0;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 991px) {
      .course-details .course-lessons-info .course-lesson {
        padding: 15px; } }
    @media only screen and (max-width: 767px) {
      .course-details .course-lessons-info .course-lesson {
        padding: 8px; } }
    .course-details .course-lessons-info .course-lesson .lesson-header {
      position: relative; }
      .course-details .course-lessons-info .course-lesson .lesson-header:before {
        position: absolute;
        content: "";
        left: 90px;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #e8e8e8; }
        @media only screen and (max-width: 767px) {
          .course-details .course-lessons-info .course-lesson .lesson-header:before {
            display: none; } }
      .course-details .course-lessons-info .course-lesson .lesson-header .pic {
        width: 90px;
        margin: 0;
        padding-right: 20px;
        float: left; }
        @media only screen and (max-width: 767px) {
          .course-details .course-lessons-info .course-lesson .lesson-header .pic {
            width: 50px;
            margin: 0;
            padding-right: 10px; } }
        .course-details .course-lessons-info .course-lesson .lesson-header .pic img {
          border-radius: 6px; }
      .course-details .course-lessons-info .course-lesson .lesson-header .title {
        width: calc(100% - 90px);
        float: right; }
        @media only screen and (max-width: 767px) {
          .course-details .course-lessons-info .course-lesson .lesson-header .title {
            width: calc(100% - 50px); } }
        .course-details .course-lessons-info .course-lesson .lesson-header .title h5 {
          margin: 0;
          line-height: 1;
          font-size: 18px;
          letter-spacing: -0.4px;
          padding-bottom: 10px; }
          @media only screen and (max-width: 1200px) {
            .course-details .course-lessons-info .course-lesson .lesson-header .title h5 {
              font-size: 16px; } }
          @media only screen and (max-width: 991px) {
            .course-details .course-lessons-info .course-lesson .lesson-header .title h5 {
              font-size: 14px; } }
          @media only screen and (max-width: 767px) {
            .course-details .course-lessons-info .course-lesson .lesson-header .title h5 {
              font-size: 12px; } }
      .course-details .course-lessons-info .course-lesson .lesson-header .block-progress .progress {
        height: 20px; }
      .course-details .course-lessons-info .course-lesson .lesson-header .register-info .live {
        background: #ffa200;
        border-radius: 40px;
        color: #fff;
        z-index: 1;
        padding: 4px 17px 3px 17px;
        font-weight: 500;
        float: left;
        margin: 5px 0;
        margin-right: 5px; }
      .course-details .course-lessons-info .course-lesson .lesson-header .register-info .time {
        line-height: 1;
        font-size: 12px;
        font-weight: 500;
        margin: 5px 0 0; }
        @media only screen and (max-width: 767px) {
          .course-details .course-lessons-info .course-lesson .lesson-header .register-info .time {
            font-size: 10px; } }
      .course-details .course-lessons-info .course-lesson .lesson-header .register-info .seats {
        line-height: 1;
        font-size: 12px;
        font-weight: 500;
        padding-top: 5px;
        color: #ffa200; }
        @media only screen and (max-width: 767px) {
          .course-details .course-lessons-info .course-lesson .lesson-header .register-info .seats {
            font-size: 10px; } }
      .course-details .course-lessons-info .course-lesson .lesson-header .label {
        opacity: .5;
        font-size: 12px;
        display: block;
        line-height: 1;
        letter-spacing: 0.5px;
        padding-bottom: 6px; }
        @media only screen and (max-width: 767px) {
          .course-details .course-lessons-info .course-lesson .lesson-header .label {
            font-size: 10px; } }
      .course-details .course-lessons-info .course-lesson .lesson-header .label-value {
        font-family: BebasNeueBold;
        font-size: 36px;
        display: block;
        line-height: 1;
        padding: 5px 0; }
        @media only screen and (max-width: 1200px) {
          .course-details .course-lessons-info .course-lesson .lesson-header .label-value {
            font-size: 30px; } }
        @media only screen and (max-width: 991px) {
          .course-details .course-lessons-info .course-lesson .lesson-header .label-value {
            font-size: 24px; } }
        @media only screen and (max-width: 767px) {
          .course-details .course-lessons-info .course-lesson .lesson-header .label-value {
            font-size: 20px; } }
        .course-details .course-lessons-info .course-lesson .lesson-header .label-value sup {
          top: -1.1em;
          font-size: 39%;
          left: 2px;
          letter-spacing: 1px; }
      @media only screen and (max-width: 767px) {
        .course-details .course-lessons-info .course-lesson .lesson-header .block-right {
          padding: 15px 0 0; } }
    .course-details .course-lessons-info .course-lesson .lesson-details {
      position: relative; }
      .course-details .course-lessons-info .course-lesson .lesson-details .label {
        font-weight: 500;
        font-size: 12px;
        padding: 14px 0 12px 0;
        letter-spacing: -0.1px; }
        @media only screen and (max-width: 767px) {
          .course-details .course-lessons-info .course-lesson .lesson-details .label {
            padding: 10px 0 0 0;
            font-size: 10px; } }
      .course-details .course-lessons-info .course-lesson .lesson-details p {
        line-height: 1.4;
        opacity: 0.7; }
      .course-details .course-lessons-info .course-lesson .lesson-details .save {
        background: #fff;
        color: #fff;
        padding: 0.4rem 0.6rem 0.2rem 0.6rem;
        position: absolute;
        right: 0;
        bottom: 0;
        border: 1px solid #eb3536;
        color: #eb3536; }
        @media only screen and (max-width: 767px) {
          .course-details .course-lessons-info .course-lesson .lesson-details .save {
            right: auto;
            left: 0;
            width: auto;
            padding: 0.3rem 0.55rem 0.3rem 0.55rem; } }
        .course-details .course-lessons-info .course-lesson .lesson-details .save.saved {
          background: #eb3536; }
          .course-details .course-lessons-info .course-lesson .lesson-details .save.saved svg {
            fill: #fff; }
        .course-details .course-lessons-info .course-lesson .lesson-details .save svg {
          fill: #eb3536;
          margin-left: 0;
          transition: all 0.3s;
          width: 10px;
          height: 10px; }
        .course-details .course-lessons-info .course-lesson .lesson-details .save:hover {
          color: #fff;
          background: #eb3536; }
          .course-details .course-lessons-info .course-lesson .lesson-details .save:hover svg {
            fill: #fff; }
      @media only screen and (max-width: 767px) {
        .course-details .course-lessons-info .course-lesson .lesson-details .action a {
          width: auto; } }
    .course-details .course-lessons-info .course-lesson .lesson_objectives ul {
      padding-left: 15px; }
    .course-details .course-lessons-info .course-lesson .lesson-contains .item {
      position: relative;
      float: left;
      width: 50%;
      padding: 2px 0px;
      min-width: 210px; }
      .course-details .course-lessons-info .course-lesson .lesson-contains .item .contains-check {
        position: absolute;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none; }
        .course-details .course-lessons-info .course-lesson .lesson-contains .item .contains-check svg {
          width: 10px;
          fill: #299af2;
          top: -1px;
          position: relative;
          display: block; }
      .course-details .course-lessons-info .course-lesson .lesson-contains .item .contains-icon {
        width: 40px;
        padding: 0 5px 0 15px;
        float: left; }
        .course-details .course-lessons-info .course-lesson .lesson-contains .item .contains-icon svg {
          width: 15px;
          fill: #202020;
          max-height: 13px; }
      .course-details .course-lessons-info .course-lesson .lesson-contains .item .contains-label {
        width: calc(100% - 40px);
        float: left;
        font-weight: 500;
        line-height: 20px;
        font-size: 0.8rem; }
        .course-details .course-lessons-info .course-lesson .lesson-contains .item .contains-label span {
          max-width: 100px;
          width: 100%;
          float: left;
          padding-right: 5px; }
        .course-details .course-lessons-info .course-lesson .lesson-contains .item .contains-label .time {
          font-family: BebasNeueBold;
          font-size: 14px;
          float: left;
          width: auto;
          color: #8eb82f; }
          .course-details .course-lessons-info .course-lesson .lesson-contains .item .contains-label .time sup {
            font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            top: -.5em;
            font-size: 60%;
            left: 4px; }
      .course-details .course-lessons-info .course-lesson .lesson-contains .item.completed .contains-check {
        display: block; }
      .course-details .course-lessons-info .course-lesson .lesson-contains .item.completed .contains-label .time {
        color: #299af2; }
    .course-details .course-lessons-info .course-lesson .skills {
      padding: 0 15px;
      margin: 0; }
      .course-details .course-lessons-info .course-lesson .skills .skill {
        font-weight: 500;
        font-size: 12px;
        float: left;
        padding: 5px;
        color: #fff;
        text-align: center;
        width: 33.333%; }
        @media only screen and (max-width: 767px) {
          .course-details .course-lessons-info .course-lesson .skills .skill {
            font-size: 10px; } }
        .course-details .course-lessons-info .course-lesson .skills .skill span {
          padding: 4px;
          background: #4C4C4C;
          border-radius: 30px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: block;
          width: 100%; }
        .course-details .course-lessons-info .course-lesson .skills .skill.last {
          cursor: pointer; }
          .course-details .course-lessons-info .course-lesson .skills .skill.last span {
            background: #808080; }
    .course-details .course-lessons-info .course-lesson.status-pedding-registration:hover .lesson-header .btn, .course-details .course-lessons-info .course-lesson.status-pedding-registration:hover .lesson-header .all-wrapper .fc-button, .all-wrapper .course-details .course-lessons-info .course-lesson.status-pedding-registration:hover .lesson-header .fc-button {
      background: #ffa200; }
    .course-details .course-lessons-info .course-lesson:hover {
      background: #f3f3f3; }
      .course-details .course-lessons-info .course-lesson:hover .lesson-header .btn, .course-details .course-lessons-info .course-lesson:hover .lesson-header .all-wrapper .fc-button, .all-wrapper .course-details .course-lessons-info .course-lesson:hover .lesson-header .fc-button {
        color: #fff;
        background: #202020;
        padding: 0.7rem .7rem 0.6rem 1.1rem; }
        .course-details .course-lessons-info .course-lesson:hover .lesson-header .btn div, .course-details .course-lessons-info .course-lesson:hover .lesson-header .all-wrapper .fc-button div, .all-wrapper .course-details .course-lessons-info .course-lesson:hover .lesson-header .fc-button div {
          max-width: 100px;
          max-height: 50px; }
        .course-details .course-lessons-info .course-lesson:hover .lesson-header .btn svg, .course-details .course-lessons-info .course-lesson:hover .lesson-header .all-wrapper .fc-button svg, .all-wrapper .course-details .course-lessons-info .course-lesson:hover .lesson-header .fc-button svg {
          margin-left: 34px;
          fill: #fff; }
    .course-details .course-lessons-info .course-lesson .btn, .course-details .course-lessons-info .course-lesson .all-wrapper .fc-button, .all-wrapper .course-details .course-lessons-info .course-lesson .fc-button {
      background: #bebebe;
      color: #fff;
      padding: 0.8rem 1rem 0.5rem;
      font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 0.9rem;
      letter-spacing: -0.4px; }
      @media only screen and (max-width: 767px) {
        .course-details .course-lessons-info .course-lesson .btn, .course-details .course-lessons-info .course-lesson .all-wrapper .fc-button, .all-wrapper .course-details .course-lessons-info .course-lesson .fc-button {
          padding: 0.3rem 0.5rem;
          width: 100%;
          margin-top: 10px;
          float: none;
          display: inline-block;
          text-align: center;
          font-size: 0.8rem; } }
      .course-details .course-lessons-info .course-lesson .btn div, .course-details .course-lessons-info .course-lesson .all-wrapper .fc-button div, .all-wrapper .course-details .course-lessons-info .course-lesson .fc-button div {
        max-width: 0px;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        max-height: 0;
        transition: all 0.3s; }
        @media only screen and (max-width: 767px) {
          .course-details .course-lessons-info .course-lesson .btn div, .course-details .course-lessons-info .course-lesson .all-wrapper .fc-button div, .all-wrapper .course-details .course-lessons-info .course-lesson .fc-button div {
            max-width: auto;
            max-width: 100%;
            opacity: 1;
            max-height: 100%;
            display: inline; } }
      .course-details .course-lessons-info .course-lesson .btn svg, .course-details .course-lessons-info .course-lesson .all-wrapper .fc-button svg, .all-wrapper .course-details .course-lessons-info .course-lesson .fc-button svg {
        fill: #fff;
        margin-left: 0;
        transition: all 0.3s;
        width: 8px; }
        @media only screen and (max-width: 767px) {
          .course-details .course-lessons-info .course-lesson .btn svg, .course-details .course-lessons-info .course-lesson .all-wrapper .fc-button svg, .all-wrapper .course-details .course-lessons-info .course-lesson .fc-button svg {
            width: 6px;
            top: 1px;
            position: relative;
            margin-left: 11px; } }

.role_description_feedback {
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 14px;
  color: #fff;
  border-top: 1px solid #ccc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #8eb82f; }
  .role_description_feedback a {
    text-decoration: underline;
    color: #fff; }

.pending_notification {
  background: #f90004;
  font-family: 'ProximaNova-Regular';
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translate(100%, 0%);
  transform: translate(100%, 0%); }

.el-legend.plan_due_date {
  margin-top: 0;
  padding: 3px 0;
  font-size: 16px; }
  .el-legend.plan_due_date .legend-pin {
    vertical-align: top;
    margin-right: 0.3rem;
    margin-top: 4px; }
  .el-legend.plan_due_date.outdated .legend-pin {
    background: #ec3635 !important; }
  .el-legend.plan_due_date.outdated .legend-value {
    color: #ec3635; }
  .el-legend.plan_due_date .legend-value span {
    display: block;
    color: #202020;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    opacity: 0.5; }

.featured_lessons {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #fefefe 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #fefefe));
  background: -webkit-linear-gradient(top, #ededed 0%, #fefefe 100%);
  background: -o-linear-gradient(top, #ededed 0%, #fefefe 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #fefefe 100%);
  background: linear-gradient(to bottom, #ededed 0%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#fefefe', GradientType=0 );
  padding: 30px; }
  .featured_lessons .header-icon {
    padding-top: 2px;
    float: left;
    width: 30px;
    padding-right: 10px;
    display: inline-block;
    line-height: 1; }
    .featured_lessons .header-icon svg {
      display: block;
      width: 20px;
      height: 20px;
      fill: #8eb82f; }
  .featured_lessons h3 {
    width: calc(100% - 30px);
    float: left;
    font-size: 1.5rem;
    letter-spacing: 0.1px; }
  .featured_lessons .featured_lessons_carousel_content {
    padding: 0 80px;
    position: relative; }
    @media only screen and (max-width: 1200px) {
      .featured_lessons .featured_lessons_carousel_content {
        padding: 0 60px; } }
    @media only screen and (max-width: 991px) {
      .featured_lessons .featured_lessons_carousel_content {
        padding: 0 50px; } }
    @media only screen and (max-width: 767px) {
      .featured_lessons .featured_lessons_carousel_content {
        padding: 0 30px; } }
  .featured_lessons .featured_lessons_carousel .featured-item {
    padding: 20px 30px 0; }
    @media only screen and (max-width: 1200px) {
      .featured_lessons .featured_lessons_carousel .featured-item {
        padding: 10px 30px 0; } }
    @media only screen and (max-width: 991px) {
      .featured_lessons .featured_lessons_carousel .featured-item {
        padding: 10px 15px 0; } }
    .featured_lessons .featured_lessons_carousel .featured-item .pic img {
      width: 100%; }
    .featured_lessons .featured_lessons_carousel .featured-item .label {
      font-family: 'ProximaNova-Bold';
      font-size: 12px; }
    .featured_lessons .featured_lessons_carousel .featured-item h5 {
      font-family: 'ProximaNova-ExtraBold';
      font-size: 1.15rem;
      letter-spacing: -0.2px;
      line-height: 1;
      padding: 17px 0 15px 0;
      margin: 0; }
      @media only screen and (max-width: 1200px) {
        .featured_lessons .featured_lessons_carousel .featured-item h5 {
          padding: 15px 0; } }
      @media only screen and (max-width: 991px) {
        .featured_lessons .featured_lessons_carousel .featured-item h5 {
          padding: 10px 0; } }
  .featured_lessons .slick-arrow {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px; }
    .featured_lessons .slick-arrow svg {
      height: 30px;
      width: 20px; }
    .featured_lessons .slick-arrow.prev {
      left: 0; }
    .featured_lessons .slick-arrow.next {
      right: 0; }

.career-center-dashboard .btn-rounded {
  font-family: 'ProximaNova-Bold';
  letter-spacing: 0.1px;
  font-size: 14px;
  padding: 0.7rem 1.2rem;
  background: #202020;
  color: #fff;
  letter-spacing: 0.7px; }
  @media only screen and (max-width: 767px) {
    .career-center-dashboard .btn-rounded {
      font-size: 12px; } }
  .career-center-dashboard .btn-rounded svg {
    margin-left: 20px;
    fill: #fff; }
  .career-center-dashboard .btn-rounded:hover {
    background: #8eb82f;
    color: #202020; }
    .career-center-dashboard .btn-rounded:hover svg {
      float: right;
      fill: #202020; }

.career-center-dashboard .plan_content {
  padding: 60px 0; }
  .career-center-dashboard .plan_content .content-item {
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.5s; }
    @media only screen and (max-width: 1200px) {
      .career-center-dashboard .plan_content .content-item {
        padding: 20px; } }
    @media only screen and (max-width: 991px) {
      .career-center-dashboard .plan_content .content-item {
        padding: 15px; } }
    @media only screen and (max-width: 767px) {
      .career-center-dashboard .plan_content .content-item {
        padding: 10px; } }
    .career-center-dashboard .plan_content .content-item:hover {
      color: #fff;
      background: #202020; }
      .career-center-dashboard .plan_content .content-item:hover .title h5 {
        color: #fff; }
      .career-center-dashboard .plan_content .content-item:hover .btn, .career-center-dashboard .plan_content .content-item:hover .all-wrapper .fc-button, .all-wrapper .career-center-dashboard .plan_content .content-item:hover .fc-button {
        background: #8eb82f;
        color: #202020; }
        .career-center-dashboard .plan_content .content-item:hover .btn svg, .career-center-dashboard .plan_content .content-item:hover .all-wrapper .fc-button svg, .all-wrapper .career-center-dashboard .plan_content .content-item:hover .fc-button svg {
          float: right;
          fill: #202020; }
    .career-center-dashboard .plan_content .content-item .label {
      font-family: 'ProximaNova-Bold';
      font-size: 10px;
      line-height: 1;
      letter-spacing: 0.5px;
      margin-bottom: 16px; }
      @media only screen and (max-width: 991px) {
        .career-center-dashboard .plan_content .content-item .label {
          margin-bottom: 5px; } }
    .career-center-dashboard .plan_content .content-item .title {
      float: left;
      width: calc(100% - 150px); }
      @media only screen and (max-width: 991px) {
        .career-center-dashboard .plan_content .content-item .title {
          width: calc(100% - 120px); } }
      @media only screen and (max-width: 767px) {
        .career-center-dashboard .plan_content .content-item .title {
          width: 100%; } }
      .career-center-dashboard .plan_content .content-item .title h5 {
        width: calc(100% - 30px);
        font-size: 1.4rem;
        letter-spacing: 1px;
        margin: 0 0 12px;
        float: left; }
        @media only screen and (max-width: 991px) {
          .career-center-dashboard .plan_content .content-item .title h5 {
            font-size: 1.2rem; } }
        @media only screen and (max-width: 767px) {
          .career-center-dashboard .plan_content .content-item .title h5 {
            margin: 0 0 8px;
            font-size: 1.2rem; } }
      .career-center-dashboard .plan_content .content-item .title .icon {
        padding-top: 2px;
        float: left;
        width: 30px;
        padding-right: 10px;
        display: inline-block;
        line-height: 1; }
        .career-center-dashboard .plan_content .content-item .title .icon svg {
          display: block;
          width: 20px;
          height: 20px;
          fill: #8eb82f; }
          .career-center-dashboard .plan_content .content-item .title .icon svg .st0 {
            fill-rule: evenodd;
            clip-rule: evenodd; }
    .career-center-dashboard .plan_content .content-item .caption {
      opacity: 0.5;
      line-height: 1.5; }
    .career-center-dashboard .plan_content .content-item .counter {
      float: right;
      font-family: 'BebasNeueLight';
      font-size: 30px;
      text-align: right;
      padding-right: 30px; }
      @media only screen and (max-width: 1200px) {
        .career-center-dashboard .plan_content .content-item .counter {
          padding-right: 20px; } }
      @media only screen and (max-width: 991px) {
        .career-center-dashboard .plan_content .content-item .counter {
          font-size: 26px;
          padding-right: 10px; } }
      .career-center-dashboard .plan_content .content-item .counter .completed {
        color: #8eb82f;
        font-family: 'BebasNeueBold'; }
    .career-center-dashboard .plan_content .content-item .action {
      float: left;
      width: 150px; }
      .career-center-dashboard .plan_content .content-item .action.mobile {
        display: none;
        padding-top: 10px; }
        @media only screen and (max-width: 767px) {
          .career-center-dashboard .plan_content .content-item .action.mobile {
            display: block; } }
      .career-center-dashboard .plan_content .content-item .action.desktop {
        display: block; }
        @media only screen and (max-width: 767px) {
          .career-center-dashboard .plan_content .content-item .action.desktop {
            display: none; } }
      @media only screen and (max-width: 991px) {
        .career-center-dashboard .plan_content .content-item .action {
          width: 120px; } }

.career-center-dashboard .featured_events {
  position: relative; }
  .career-center-dashboard .featured_events .featured_events_carousel_content {
    float: left;
    width: calc(100% - 160px); }
    @media only screen and (max-width: 1200px) {
      .career-center-dashboard .featured_events .featured_events_carousel_content {
        width: calc(100% - 120px); } }
    @media only screen and (max-width: 991px) {
      .career-center-dashboard .featured_events .featured_events_carousel_content {
        width: calc(100% - 80px); } }
    @media only screen and (max-width: 767px) {
      .career-center-dashboard .featured_events .featured_events_carousel_content {
        width: calc(100% - 60px); } }
    .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .slide {
      opacity: 0; }
      .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .slide.slick-active {
        opacity: 1; }
    .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item {
      border-radius: 5px;
      border: 1px solid #e1e1e1;
      padding: 8px 14px 8px 22px;
      position: relative;
      width: calc(100% - 30px); }
      @media only screen and (max-width: 991px) {
        .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item {
          width: calc(100% - 20px); } }
      @media only screen and (max-width: 767px) {
        .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item {
          width: calc(100% - 10px); } }
      .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
      .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item .block-title {
        float: left;
        width: calc(100% - 160px);
        font-family: 'ProximaNova-Bold'; }
        @media only screen and (max-width: 480px) {
          .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item .block-title {
            width: 100%;
            float: none; } }
        .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item .block-title b {
          color: #a8a8a8;
          font-size: 12px;
          letter-spacing: 0.6px;
          line-height: 1; }
        .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item .block-title h5 {
          font-family: 'ProximaNova-ExtraBold';
          font-size: 18px;
          margin: 0; }
      .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item .date {
        float: right;
        max-width: 160px;
        padding-top: 12px; }
        @media only screen and (max-width: 480px) {
          .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item .date {
            padding: 10px 0 0 0;
            max-width: 100%;
            float: none; } }
        .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item .date .month,
        .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item .date .day {
          color: #8eb82f; }
        .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item .date .day {
          font-family: BebasNeueBold;
          width: 35px;
          float: left;
          font-size: 35px;
          line-height: 0.9; }
        .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item .date .month-time {
          float: left;
          width: calc(100% - 35px); }
          .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item .date .month-time .month {
            font-size: 14px;
            font-family: 'ProximaNova-Bold';
            text-transform: uppercase;
            letter-spacing: 0.3px;
            line-height: 1; }
          .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item .date .month-time .time {
            font-size: 10px; }
      .career-center-dashboard .featured_events .featured_events_carousel_content .featured_events_carousel .featured-item:before {
        position: absolute;
        content: "";
        left: 2px;
        top: 2px;
        bottom: 2px;
        width: 4px;
        background: #8eb82f; }
  .career-center-dashboard .featured_events .slick-arrows {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0; }
    .career-center-dashboard .featured_events .slick-arrows .slick-arrow {
      padding: 5px; }
      .career-center-dashboard .featured_events .slick-arrows .slick-arrow svg {
        height: 30px;
        width: 20px; }
        @media only screen and (max-width: 991px) {
          .career-center-dashboard .featured_events .slick-arrows .slick-arrow svg {
            height: 20px;
            width: 15px; } }
      .career-center-dashboard .featured_events .slick-arrows .slick-arrow.prev {
        left: 0;
        margin-right: 20px; }
        @media only screen and (max-width: 991px) {
          .career-center-dashboard .featured_events .slick-arrows .slick-arrow.prev {
            margin-right: 15px; } }
        @media only screen and (max-width: 767px) {
          .career-center-dashboard .featured_events .slick-arrows .slick-arrow.prev {
            margin-right: 10px; } }
      .career-center-dashboard .featured_events .slick-arrows .slick-arrow.next {
        right: 0; }

.manager-content-details-nav {
  padding-bottom: 50px; }
  .manager-content-details-nav .btn-back {
    color: #202020; }
    .manager-content-details-nav .btn-back svg {
      width: 10px;
      height: 14px;
      margin-right: 20px; }
    .manager-content-details-nav .btn-back:hover {
      color: #8eb82f; }
      .manager-content-details-nav .btn-back:hover svg {
        fill: #8eb82f; }

.selection-modal .modal-dialog .modal-content {
  padding: 30px; }
  .selection-modal .modal-dialog .modal-content .select2-container.select2-container--default {
    width: 100% !important; }
  .selection-modal .modal-dialog .modal-content .selection {
    padding: 30px 0; }
    .selection-modal .modal-dialog .modal-content .selection .select2-container--open + .select2-selection__arrow {
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
    .selection-modal .modal-dialog .modal-content .selection .select2-selection__arrow {
      position: absolute;
      top: 50%;
      right: 1px;
      width: 20px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: all 0.5s; }
    .selection-modal .modal-dialog .modal-content .selection .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
  .selection-modal .modal-dialog .modal-content .btn, .selection-modal .modal-dialog .modal-content .all-wrapper .fc-button, .all-wrapper .selection-modal .modal-dialog .modal-content .fc-button {
    min-width: 140px; }

.careers-add-content {
  padding: 20px 0; }
  .careers-add-content h5 {
    font-family: 'ProximaNova-ExtraBold';
    padding: 10px 0; }
  .careers-add-content .btn-rounded {
    font-family: 'ProximaNova-Bold';
    letter-spacing: 0.1px;
    font-size: 14px;
    padding: 0.7rem 1.2rem;
    background: #202020;
    color: #fff;
    float: right; }
    .careers-add-content .btn-rounded svg {
      margin-left: 20px;
      fill: #fff; }
    .careers-add-content .btn-rounded:hover {
      background: #8eb82f;
      color: #202020; }
      .careers-add-content .btn-rounded:hover svg {
        fill: #202020; }

form[name="career_assign_content"] .btn-rounded {
  font-family: 'ProximaNova-Bold';
  letter-spacing: 0.1px;
  font-size: 14px;
  padding: 0.7rem 1.2rem;
  background: #202020;
  color: #fff;
  float: right; }
  form[name="career_assign_content"] .btn-rounded svg {
    margin-left: 20px;
    fill: #fff; }
  form[name="career_assign_content"] .btn-rounded:hover {
    background: #8eb82f;
    color: #202020; }
    form[name="career_assign_content"] .btn-rounded:hover svg {
      fill: #202020; }

.option.option-career-content {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 20px; }
  @media only screen and (max-width: 991px) {
    .option.option-career-content {
      margin-right: 15px; } }
  @media only screen and (max-width: 767px) {
    .option.option-career-content {
      margin-right: 10px; } }
  .option.option-career-content [type="checkbox"]:checked + label:before {
    border: 1px solid #212121;
    background: #212121; }
  .option.option-career-content [type="checkbox"]:checked + label svg {
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  .option.option-career-content [type="checkbox"] + label {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0; }
    .option.option-career-content [type="checkbox"] + label:after {
      display: none; }
    .option.option-career-content [type="checkbox"] + label:before {
      width: auto;
      height: auto;
      border-radius: 50%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border: 1px solid #a3a3a3;
      background: #fff; }
    .option.option-career-content [type="checkbox"] + label svg {
      width: 12px;
      height: 12px;
      position: absolute;
      left: 50%;
      top: 50%;
      transition: all 0.5s;
      fill: #8eb82f;
      -ms-transform: translate(-50%, -50%) scale(0.5);
      transform: translate(-50%, -50%) scale(0.5);
      opacity: 0; }

.course-details .course-lessons-info .course-lesson.editable .lesson-header .title {
  width: calc(100% - 150px);
  float: right; }

.course-details .course-lessons-info .course-lesson.editable .coming_soon {
  top: 50px;
  width: 230px; }
  @media only screen and (max-width: 767px) {
    .course-details .course-lessons-info .course-lesson.editable .coming_soon {
      top: 32px;
      width: 200px;
      font-size: 12px;
      line-height: 30px; } }

.roles-nav {
  background: #2f2f2f;
  border-radius: 3px;
  padding: 1px;
  margin: 50px 0 20px; }
  .roles-nav ul {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .roles-nav ul li {
      text-align: center;
      font-family: 'ProximaNova-Bold';
      padding: 5px 5px;
      line-height: 1.3;
      border-radius: 4px;
      border: 1px solid #2f2f2f;
      line-height: 1;
      color: #fff;
      cursor: pointer;
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%; }
      @media only screen and (max-width: 991px) {
        .roles-nav ul li {
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%; } }
      @media only screen and (max-width: 767px) {
        .roles-nav ul li {
          -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
          max-width: 33.33%; } }
      .roles-nav ul li a,
      .roles-nav ul li span {
        display: block;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .roles-nav ul.departments li {
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%;
      position: relative;
      background: #000; }
      @media only screen and (max-width: 991px) {
        .roles-nav ul.departments li {
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%; } }
      @media only screen and (max-width: 767px) {
        .roles-nav ul.departments li {
          -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
          max-width: 33.33%; } }
      .roles-nav ul.departments li.active {
        background: #8eb82f;
        pointer-events: none; }
        .roles-nav ul.departments li.active:before {
          position: absolute;
          content: "";
          width: 0px;
          height: 0px;
          left: 50%;
          bottom: 0;
          -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-top: 7px solid #8eb82f;
          z-index: 14; }
    .roles-nav ul.positions li {
      background: #474747; }
      .roles-nav ul.positions li.active {
        background: #fff;
        pointer-events: none;
        position: relative;
        border: 2px solid #8eb82f; }
        .roles-nav ul.positions li.active span {
          color: #202020; }
        .roles-nav ul.positions li.active:before {
          position: absolute;
          content: "";
          left: 5px;
          top: 5px;
          width: 5px;
          height: 5px;
          background: #8eb82f;
          border-radius: 50%; }
    .roles-nav ul.positions span {
      font-family: 'ProximaNova-Regular';
      font-size: 0.7rem;
      line-height: 1.3;
      color: #fff; }

.pending-plan-label {
  border: 1px solid #fea200;
  text-align: center;
  padding: 8px 6px 5px;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 1;
  border-radius: 6px;
  opacity: 1 !important;
  font-family: 'BebasNeueBold';
  white-space: nowrap; }

.roles-breadcrumb {
  padding: 4px 0 21px;
  margin: 0; }
  .roles-breadcrumb li {
    float: left;
    font-family: 'BebasNeueBold';
    text-transform: uppercase;
    padding-right: 20px;
    font-size: 20px;
    letter-spacing: -0.6px; }
    .roles-breadcrumb li svg {
      margin-left: 26px;
      position: relative;
      top: 2px; }
    .roles-breadcrumb li span {
      font-family: 'ProximaNova-Bold';
      color: #8eb82f;
      font-size: 14px;
      letter-spacing: 0.8px; }

.role-details {
  -webkit-box-shadow: 0px 0px 22px 2px #cccccc;
  -moz-box-shadow: 0px 0px 22px 2px #cccccc;
  box-shadow: 0px 0px 22px 2px #cccccc;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  position: relative;
  padding: 60px; }
  @media only screen and (max-width: 1200px) {
    .role-details {
      padding: 40px 40px 60px; } }
  @media only screen and (max-width: 991px) {
    .role-details {
      padding: 25px 25px 90px; } }
  @media only screen and (max-width: 767px) {
    .role-details {
      padding: 15px 15px 120px; } }
  .role-details .role_description_feedback {
    padding: 10px 60px;
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8eb82f; }
    @media only screen and (max-width: 1200px) {
      .role-details .role_description_feedback {
        padding: 10px 40px; } }
    @media only screen and (max-width: 991px) {
      .role-details .role_description_feedback {
        padding: 10px 25px; } }
    @media only screen and (max-width: 767px) {
      .role-details .role_description_feedback {
        padding: 10px 15px; } }
    .role-details .role_description_feedback a {
      text-decoration: underline;
      color: #fff; }
  .role-details h2 {
    font-family: 'ProximaNova-ExtraBold';
    line-height: 1;
    font-size: 2.2rem; }
  .role-details h4 {
    color: #8eb82f;
    line-height: 1.4;
    font-size: 1rem;
    margin-bottom: 0;
    text-transform: uppercase; }
  .role-details h6 {
    font-size: 0.7rem;
    letter-spacing: 0.5px; }
  .role-details .content {
    margin-top: 25px;
    padding: 30px 0 20px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    color: rgba(32, 32, 32, 0.5); }
    .role-details .content h6 {
      color: #202020; }
  .role-details .role-info {
    padding-top: 20px; }
    .role-details .role-info h6 {
      margin-bottom: 0.7rem;
      padding-top: 10px; }
    .role-details .role-info ul {
      margin: 0;
      color: rgba(32, 32, 32, 0.5);
      padding-left: 15px; }
      .role-details .role-info ul li {
        padding-bottom: 10px; }
    .role-details .role-info .competency-item {
      position: relative;
      display: table; }
      .role-details .role-info .competency-item:hover .competency_tooltip {
        pointer-events: all;
        opacity: 1; }
      .role-details .role-info .competency-item .competency_tooltip {
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
        z-index: 10;
        padding: 15px;
        border-radius: 5px;
        position: absolute;
        background: #fff;
        top: calc(100% + 10px);
        min-width: 180px;
        max-width: 260px;
        width: 100%;
        left: -50%;
        transition: all 0.5s;
        pointer-events: none;
        color: #202020;
        opacity: 0; }
        @media only screen and (max-width: 767px) {
          .role-details .role-info .competency-item .competency_tooltip {
            left: 0;
            -ms-transform: none;
            transform: none; } }
        .role-details .role-info .competency-item .competency_tooltip:before {
          position: absolute;
          content: "";
          left: 50%;
          top: 0;
          width: 0px;
          height: 0px;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 5px solid #fff;
          top: -5px; }

.competency_item_tooltip {
  position: relative;
  display: table; }
  .competency_item_tooltip:hover .competency_tooltip {
    pointer-events: all;
    opacity: 1; }
  .competency_item_tooltip .competency_tooltip {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
    z-index: 10;
    padding: 15px;
    border-radius: 5px;
    position: absolute;
    background: #fff;
    top: calc(100% + 10px);
    min-width: 180px;
    max-width: 260px;
    width: 100%;
    left: -50%;
    transition: all 0.5s;
    pointer-events: none;
    opacity: 0; }
    @media only screen and (max-width: 767px) {
      .competency_item_tooltip .competency_tooltip {
        left: 0;
        -ms-transform: none;
        transform: none; } }
    .competency_item_tooltip .competency_tooltip:before {
      position: absolute;
      content: "";
      left: 50%;
      top: 0;
      width: 0px;
      height: 0px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #fff;
      top: -5px; }

.add_dev_plan {
  -webkit-box-shadow: 0px 0px 22px 2px #cccccc;
  -moz-box-shadow: 0px 0px 22px 2px #cccccc;
  box-shadow: 0px 0px 22px 2px #cccccc;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 60px; }
  .add_dev_plan h5 {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    color: #8eb82f; }
    .add_dev_plan h5.posistion-title {
      font-size: 1.1rem;
      color: #000; }
  .add_dev_plan h6 {
    font-size: 0.7rem;
    letter-spacing: 0.5px; }
  .add_dev_plan .content {
    margin-top: 25px;
    padding: 30px 0 20px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    color: rgba(32, 32, 32, 0.5); }
    .add_dev_plan .content .position {
      max-width: 300px; }
      .add_dev_plan .content .position a {
        margin-top: 20px; }
        .add_dev_plan .content .position a svg {
          fill: #fff;
          float: right;
          top: 3px;
          position: relative; }
    .add_dev_plan .content h6 {
      color: #202020; }
    .add_dev_plan .content ul {
      margin: 0;
      color: #202020;
      padding-left: 15px; }
      .add_dev_plan .content ul li {
        padding-bottom: 10px; }

.add_mentor {
  font-family: 'ProximaNova-Bold';
  color: #202020;
  padding: 10px 0; }
  .add_mentor svg {
    fill: #202020;
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px;
    transition: all 0.2s ease-in-out; }
  .add_mentor span {
    float: left;
    padding: 10px 0; }
  .add_mentor:focus, .add_mentor:hover {
    color: #8eb82f; }
    .add_mentor:focus svg, .add_mentor:hover svg {
      fill: #8eb82f; }

.employee-details .career-main-nav {
  background: #f3f3f3; }
  .employee-details .career-main-nav .content-box.education-nav ul li {
    border-top: 1px solid #d5d5d5; }
    .employee-details .career-main-nav .content-box.education-nav ul li:first-child {
      border-left: 1px solid #d5d5d5; }
    .employee-details .career-main-nav .content-box.education-nav ul li:last-child {
      border-right: 1px solid #d5d5d5; }

.manager-breadcrumb {
  background: #f3f3f3;
  padding: 10px 0; }
  .manager-breadcrumb .content-box {
    padding-top: 0;
    padding-bottom: 0; }
  .manager-breadcrumb ul li {
    float: left; }
  .manager-breadcrumb ul a,
  .manager-breadcrumb ul span {
    font-size: 12px;
    color: #202020;
    text-transform: uppercase; }
  .manager-breadcrumb ul a:hover {
    color: #8eb82f; }
  .manager-breadcrumb ul .sep {
    padding: 0 10px; }

.career-main-nav {
  background: #f3f3f3; }
  .career-main-nav .content-box {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #d5d5d5; }
    .career-main-nav .content-box.manager-nav ul li {
      padding: 0 1.5vw; }
      .career-main-nav .content-box.manager-nav ul li:first-child {
        padding-left: 0; }
        .career-main-nav .content-box.manager-nav ul li:first-child:before {
          display: none; }
      .career-main-nav .content-box.manager-nav ul li.role-description, .career-main-nav .content-box.manager-nav ul li.career-map {
        position: relative; }
        .career-main-nav .content-box.manager-nav ul li.role-description:before, .career-main-nav .content-box.manager-nav ul li.career-map:before {
          position: absolute;
          content: "";
          width: 1px;
          top: 10px;
          bottom: 10px;
          background: #d5d5d5; }
      .career-main-nav .content-box.manager-nav ul li.role-description:before {
        left: 0; }
      .career-main-nav .content-box.manager-nav ul li.career-map:before {
        right: 0; }
    .career-main-nav .content-box.education-nav {
      padding: 0; }
      .career-main-nav .content-box.education-nav ul li {
        float: left;
        padding: 0;
        width: 15%;
        border-right: 1px solid #d5d5d5; }
        @media only screen and (max-width: 991px) {
          .career-main-nav .content-box.education-nav ul li {
            width: 33.33%; } }
        .career-main-nav .content-box.education-nav ul li:last-child {
          width: 25%;
          background: #fff;
          border-right: none; }
          @media only screen and (max-width: 991px) {
            .career-main-nav .content-box.education-nav ul li:last-child {
              width: 33.33%; } }
        .career-main-nav .content-box.education-nav ul li a {
          letter-spacing: 0.2px;
          font-family: 'ProximaNova-Bold';
          display: block;
          text-align: center;
          color: #212121;
          font-size: 12px;
          padding: 11px 0; }
          .career-main-nav .content-box.education-nav ul li a.active, .career-main-nav .content-box.education-nav ul li a:hover {
            background-color: #212121;
            color: #8eb82f;
            border-right: 1px solid #212121; }
  .career-main-nav ul {
    margin: 0;
    padding: 0; }
    .career-main-nav ul li {
      float: left;
      padding: 0 3vw 0 0; }
      .career-main-nav ul li a {
        letter-spacing: 0.2px;
        font-family: 'ProximaNova-Bold';
        display: block;
        color: #212121;
        font-size: 16px;
        padding: 11px 0; }
        .career-main-nav ul li a:hover {
          color: #8eb82f; }
        .career-main-nav ul li a.active {
          position: relative; }
          .career-main-nav ul li a.active:before {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            height: 4px;
            bottom: -1px;
            z-index: 1;
            pointer-events: none;
            background: #212121; }

.education-center .course-details {
  padding: 0; }
  .education-center .course-details .course-lessons-info {
    margin: 0; }

.education-center .education-header {
  padding: 35px 0 20px; }
  .education-center .education-header .h4, .education-center .education-header h4 {
    font-size: 1.5rem;
    padding-top: 26px; }
    @media only screen and (max-width: 1200px) {
      .education-center .education-header .h4, .education-center .education-header h4 {
        padding-top: 20px;
        font-size: 1.4rem; } }
    @media only screen and (max-width: 991px) {
      .education-center .education-header .h4, .education-center .education-header h4 {
        padding-top: 15px;
        font-size: 1.2rem; } }
    @media only screen and (max-width: 767px) {
      .education-center .education-header .h4, .education-center .education-header h4 {
        padding-top: 10px;
        font-size: 1.1rem; } }

.manager-block .course-lesson .reflection-status,
.manager-block .lesson .reflection-status {
  border: 1px solid #dadada;
  text-align: center;
  padding: 8px 5px 5px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 6px;
  opacity: 1 !important;
  font-family: 'BebasNeueBold';
  width: 110px;
  float: left;
  color: #fff;
  position: relative; }
  .manager-block .course-lesson .reflection-status.rejected:before,
  .manager-block .lesson .reflection-status.rejected:before {
    background: red; }
  .manager-block .course-lesson .reflection-status span,
  .manager-block .lesson .reflection-status span {
    position: relative;
    z-index: 2; }
  .manager-block .course-lesson .reflection-status:before,
  .manager-block .lesson .reflection-status:before {
    border-radius: 6px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid #fff;
    pointer-events: none;
    background: #ff9b01; }

.component-reflection-details-content,
.library-details-content,
.education-list {
  padding: 20px 0; }
  .component-reflection-details-content .item,
  .library-details-content .item,
  .education-list .item {
    -webkit-box-shadow: 0px 0px 22px 2px #cccccc;
    -moz-box-shadow: 0px 0px 22px 2px #cccccc;
    box-shadow: 0px 0px 22px 2px #cccccc;
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 20px; }
    @media only screen and (max-width: 1400px) {
      .component-reflection-details-content .item,
      .library-details-content .item,
      .education-list .item {
        padding: 15px; } }
    @media only screen and (max-width: 767px) {
      .component-reflection-details-content .item,
      .library-details-content .item,
      .education-list .item {
        padding: 10px; } }
    .component-reflection-details-content .item .item-col,
    .library-details-content .item .item-col,
    .education-list .item .item-col {
      float: left; }
    .component-reflection-details-content .item .pic,
    .library-details-content .item .pic,
    .education-list .item .pic {
      border-radius: 3px;
      overflow: hidden; }
    .component-reflection-details-content .item .info,
    .library-details-content .item .info,
    .education-list .item .info {
      padding: 0 10px 0 20px; }
      @media only screen and (max-width: 991px) {
        .component-reflection-details-content .item .info,
        .library-details-content .item .info,
        .education-list .item .info {
          padding: 0 10px; } }
      @media only screen and (max-width: 767px) {
        .component-reflection-details-content .item .info,
        .library-details-content .item .info,
        .education-list .item .info {
          padding: 0 5px; } }
      .component-reflection-details-content .item .info .subtitle,
      .library-details-content .item .info .subtitle,
      .education-list .item .info .subtitle {
        opacity: 0.5;
        font-family: 'ProximaNova-Bold';
        font-size: 12px;
        letter-spacing: 0.9px; }
      .component-reflection-details-content .item .info .title,
      .library-details-content .item .info .title,
      .education-list .item .info .title {
        color: #202020;
        font-family: 'ProximaNova-ExtraBold';
        font-size: 18px; }
        @media only screen and (max-width: 991px) {
          .component-reflection-details-content .item .info .title,
          .library-details-content .item .info .title,
          .education-list .item .info .title {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item .info .title,
          .library-details-content .item .info .title,
          .education-list .item .info .title {
            font-size: 14px; } }
      .component-reflection-details-content .item .info .content,
      .component-reflection-details-content .item .info .caption,
      .library-details-content .item .info .content,
      .library-details-content .item .info .caption,
      .education-list .item .info .content,
      .education-list .item .info .caption {
        font-family: 'ProximaNova-Regular';
        color: rgba(32, 32, 32, 0.5);
        letter-spacing: -0.3px; }
    .component-reflection-details-content .item .external_url,
    .library-details-content .item .external_url,
    .education-list .item .external_url {
      float: right;
      padding-right: 10px; }
      .component-reflection-details-content .item .external_url a,
      .library-details-content .item .external_url a,
      .education-list .item .external_url a {
        color: #202020; }
    .component-reflection-details-content .item .duration,
    .library-details-content .item .duration,
    .education-list .item .duration {
      float: right;
      padding-right: 10px; }
      .component-reflection-details-content .item .duration .label,
      .library-details-content .item .duration .label,
      .education-list .item .duration .label {
        opacity: .5;
        font-size: 12px;
        display: block;
        line-height: 1;
        letter-spacing: 0.5px;
        padding-bottom: 6px; }
      .component-reflection-details-content .item .duration .label-value,
      .library-details-content .item .duration .label-value,
      .education-list .item .duration .label-value {
        font-family: BebasNeueBold;
        font-size: 36px;
        display: block;
        line-height: 1;
        padding: 5px 0; }
        @media only screen and (max-width: 1200px) {
          .component-reflection-details-content .item .duration .label-value,
          .library-details-content .item .duration .label-value,
          .education-list .item .duration .label-value {
            font-size: 30px; } }
        @media only screen and (max-width: 991px) {
          .component-reflection-details-content .item .duration .label-value,
          .library-details-content .item .duration .label-value,
          .education-list .item .duration .label-value {
            font-size: 24px; } }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item .duration .label-value,
          .library-details-content .item .duration .label-value,
          .education-list .item .duration .label-value {
            font-size: 20px; } }
        .component-reflection-details-content .item .duration .label-value sup,
        .library-details-content .item .duration .label-value sup,
        .education-list .item .duration .label-value sup {
          font-size: 12px;
          font-family: 'ProximaNova-Regular';
          vertical-align: top;
          top: 8px; }
    .component-reflection-details-content .item .actions,
    .library-details-content .item .actions,
    .education-list .item .actions {
      float: right; }
    .component-reflection-details-content .item:hover,
    .library-details-content .item:hover,
    .education-list .item:hover {
      border: 1px solid #8eb82f; }
    .component-reflection-details-content .item.type-podcast,
    .library-details-content .item.type-podcast,
    .education-list .item.type-podcast {
      margin-bottom: 15px; }
      .component-reflection-details-content .item.type-podcast .play-btn,
      .library-details-content .item.type-podcast .play-btn,
      .education-list .item.type-podcast .play-btn {
        min-width: 0;
        min-width: 110px; }
        .component-reflection-details-content .item.type-podcast .play-btn svg,
        .library-details-content .item.type-podcast .play-btn svg,
        .education-list .item.type-podcast .play-btn svg {
          display: inline-block;
          position: relative;
          top: 2px;
          margin-right: 9px;
          margin-left: 0; }
      .component-reflection-details-content .item.type-podcast.editable .info,
      .library-details-content .item.type-podcast.editable .info,
      .education-list .item.type-podcast.editable .info {
        width: calc(100% - (70px + 180px + 140px + 155px + 50px )); }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item.type-podcast.editable .info,
          .library-details-content .item.type-podcast.editable .info,
          .education-list .item.type-podcast.editable .info {
            width: calc(100% - 50px); } }
      .component-reflection-details-content .item.type-podcast .pic,
      .library-details-content .item.type-podcast .pic,
      .education-list .item.type-podcast .pic {
        width: 70px; }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item.type-podcast .pic,
          .library-details-content .item.type-podcast .pic,
          .education-list .item.type-podcast .pic {
            width: 50px; } }
      .component-reflection-details-content .item.type-podcast .info,
      .library-details-content .item.type-podcast .info,
      .education-list .item.type-podcast .info {
        width: calc(100% - (70px + 180px + 140px + 155px )); }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item.type-podcast .info,
          .library-details-content .item.type-podcast .info,
          .education-list .item.type-podcast .info {
            width: calc(100% - 50px); } }
      .component-reflection-details-content .item.type-podcast .external_url,
      .library-details-content .item.type-podcast .external_url,
      .education-list .item.type-podcast .external_url {
        width: 180px;
        float: left; }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item.type-podcast .external_url,
          .library-details-content .item.type-podcast .external_url,
          .education-list .item.type-podcast .external_url {
            width: 33.33%; } }
      .component-reflection-details-content .item.type-podcast .duration,
      .library-details-content .item.type-podcast .duration,
      .education-list .item.type-podcast .duration {
        width: 140px;
        float: left; }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item.type-podcast .duration,
          .library-details-content .item.type-podcast .duration,
          .education-list .item.type-podcast .duration {
            width: 33.33%; } }
      .component-reflection-details-content .item.type-podcast .actions,
      .library-details-content .item.type-podcast .actions,
      .education-list .item.type-podcast .actions {
        width: 155px;
        float: right; }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item.type-podcast .actions,
          .library-details-content .item.type-podcast .actions,
          .education-list .item.type-podcast .actions {
            width: 33.33%; } }
    .component-reflection-details-content .item.type-case-study,
    .library-details-content .item.type-case-study,
    .education-list .item.type-case-study {
      margin-bottom: 30px; }
      .component-reflection-details-content .item.type-case-study.editable .info,
      .library-details-content .item.type-case-study.editable .info,
      .education-list .item.type-case-study.editable .info {
        width: calc(100% - ( 45px + 205px )); }
        @media only screen and (max-width: 991px) {
          .component-reflection-details-content .item.type-case-study.editable .info,
          .library-details-content .item.type-case-study.editable .info,
          .education-list .item.type-case-study.editable .info {
            width: calc(100% - ( 40px + 205px )); } }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item.type-case-study.editable .info,
          .library-details-content .item.type-case-study.editable .info,
          .education-list .item.type-case-study.editable .info {
            width: calc(100% - 30px); } }
      .component-reflection-details-content .item.type-case-study.editable .title,
      .library-details-content .item.type-case-study.editable .title,
      .education-list .item.type-case-study.editable .title {
        width: 100%; }
      .component-reflection-details-content .item.type-case-study .pic,
      .library-details-content .item.type-case-study .pic,
      .education-list .item.type-case-study .pic {
        width: 45px; }
        @media only screen and (max-width: 991px) {
          .component-reflection-details-content .item.type-case-study .pic,
          .library-details-content .item.type-case-study .pic,
          .education-list .item.type-case-study .pic {
            width: 40px; } }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item.type-case-study .pic,
          .library-details-content .item.type-case-study .pic,
          .education-list .item.type-case-study .pic {
            width: 30px; } }
      .component-reflection-details-content .item.type-case-study .info,
      .library-details-content .item.type-case-study .info,
      .education-list .item.type-case-study .info {
        width: calc(100% - ( 45px + 155px )); }
        @media only screen and (max-width: 991px) {
          .component-reflection-details-content .item.type-case-study .info,
          .library-details-content .item.type-case-study .info,
          .education-list .item.type-case-study .info {
            width: calc(100% - ( 40px + 155px )); } }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item.type-case-study .info,
          .library-details-content .item.type-case-study .info,
          .education-list .item.type-case-study .info {
            width: calc(100% - 30px); } }
      .component-reflection-details-content .item.type-case-study .actions,
      .library-details-content .item.type-case-study .actions,
      .education-list .item.type-case-study .actions {
        width: 155px; }
    .component-reflection-details-content .item.type-book,
    .library-details-content .item.type-book,
    .education-list .item.type-book {
      margin-bottom: 30px; }
      .component-reflection-details-content .item.type-book.editable .info,
      .library-details-content .item.type-book.editable .info,
      .education-list .item.type-book.editable .info {
        width: calc(100% - ( 100px + 205px )); }
        @media only screen and (max-width: 1200px) {
          .component-reflection-details-content .item.type-book.editable .info,
          .library-details-content .item.type-book.editable .info,
          .education-list .item.type-book.editable .info {
            width: calc(100% - ( 80px + 205px )); } }
        @media only screen and (max-width: 991px) {
          .component-reflection-details-content .item.type-book.editable .info,
          .library-details-content .item.type-book.editable .info,
          .education-list .item.type-book.editable .info {
            width: calc(100% - ( 70px + 205px )); } }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item.type-book.editable .info,
          .library-details-content .item.type-book.editable .info,
          .education-list .item.type-book.editable .info {
            width: calc(100% - ( 50px + 205px )); } }
        .component-reflection-details-content .item.type-book.editable .info .subtitle,
        .library-details-content .item.type-book.editable .info .subtitle,
        .education-list .item.type-book.editable .info .subtitle {
          padding-bottom: 10px; }
      .component-reflection-details-content .item.type-book.editable .title,
      .library-details-content .item.type-book.editable .title,
      .education-list .item.type-book.editable .title {
        width: 100%; }
      .component-reflection-details-content .item.type-book .pic,
      .library-details-content .item.type-book .pic,
      .education-list .item.type-book .pic {
        width: 100px; }
        @media only screen and (max-width: 1200px) {
          .component-reflection-details-content .item.type-book .pic,
          .library-details-content .item.type-book .pic,
          .education-list .item.type-book .pic {
            width: 80px; } }
        @media only screen and (max-width: 991px) {
          .component-reflection-details-content .item.type-book .pic,
          .library-details-content .item.type-book .pic,
          .education-list .item.type-book .pic {
            width: 70px; } }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item.type-book .pic,
          .library-details-content .item.type-book .pic,
          .education-list .item.type-book .pic {
            width: 50px; } }
      .component-reflection-details-content .item.type-book .info,
      .library-details-content .item.type-book .info,
      .education-list .item.type-book .info {
        width: calc(100% - ( 100px + 155px )); }
        @media only screen and (max-width: 1200px) {
          .component-reflection-details-content .item.type-book .info,
          .library-details-content .item.type-book .info,
          .education-list .item.type-book .info {
            width: calc(100% - ( 80px + 155px )); } }
        @media only screen and (max-width: 991px) {
          .component-reflection-details-content .item.type-book .info,
          .library-details-content .item.type-book .info,
          .education-list .item.type-book .info {
            width: calc(100% - ( 70px + 155px )); } }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item.type-book .info,
          .library-details-content .item.type-book .info,
          .education-list .item.type-book .info {
            width: calc(100% - ( 50px + 155px )); } }
        .component-reflection-details-content .item.type-book .info .subtitle,
        .library-details-content .item.type-book .info .subtitle,
        .education-list .item.type-book .info .subtitle {
          padding-bottom: 10px; }
      .component-reflection-details-content .item.type-book .actions,
      .library-details-content .item.type-book .actions,
      .education-list .item.type-book .actions {
        width: 155px; }
    .component-reflection-details-content .item.type-assignment,
    .library-details-content .item.type-assignment,
    .education-list .item.type-assignment {
      border: 1px solid #ececec !important;
      background: #f3f3f3;
      margin-bottom: 30px; }
      .component-reflection-details-content .item.type-assignment .item-label,
      .library-details-content .item.type-assignment .item-label,
      .education-list .item.type-assignment .item-label {
        font-family: 'ProximaNova-Bold'; }
      .component-reflection-details-content .item.type-assignment .title,
      .library-details-content .item.type-assignment .title,
      .education-list .item.type-assignment .title {
        float: left;
        width: 24%; }
      .component-reflection-details-content .item.type-assignment .description,
      .library-details-content .item.type-assignment .description,
      .education-list .item.type-assignment .description {
        float: left;
        padding: 0 15px 0 0;
        width: calc(100% - (24% + 180px + 200px )); }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item.type-assignment .description,
          .library-details-content .item.type-assignment .description,
          .education-list .item.type-assignment .description {
            width: calc(100% - 50px); } }
      .component-reflection-details-content .item.type-assignment .date,
      .library-details-content .item.type-assignment .date,
      .education-list .item.type-assignment .date {
        width: 180px; }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item.type-assignment .date,
          .library-details-content .item.type-assignment .date,
          .education-list .item.type-assignment .date {
            width: 33.33%; } }
        .component-reflection-details-content .item.type-assignment .date .legend-pin,
        .library-details-content .item.type-assignment .date .legend-pin,
        .education-list .item.type-assignment .date .legend-pin {
          width: 12px;
          height: 12px;
          margin-right: 0.2rem;
          border-radius: 50%;
          background-color: #8eb830;
          border: 2px solid #8eb830; }
      .component-reflection-details-content .item.type-assignment .actions,
      .library-details-content .item.type-assignment .actions,
      .education-list .item.type-assignment .actions {
        width: 200px; }
        @media only screen and (max-width: 767px) {
          .component-reflection-details-content .item.type-assignment .actions,
          .library-details-content .item.type-assignment .actions,
          .education-list .item.type-assignment .actions {
            width: 33.33%; } }
    .component-reflection-details-content .item.editable .title,
    .library-details-content .item.editable .title,
    .education-list .item.editable .title {
      width: calc(100% - 110px);
      float: left; }
    .component-reflection-details-content .item .status,
    .library-details-content .item .status,
    .education-list .item .status {
      border: 1px solid #dadada;
      text-align: center;
      padding: 8px 5px 5px;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 1;
      border-radius: 6px;
      opacity: 1 !important;
      font-family: 'BebasNeueBold';
      width: 110px;
      float: left;
      color: #fff;
      position: relative; }
      .component-reflection-details-content .item .status:before,
      .library-details-content .item .status:before,
      .education-list .item .status:before {
        border-radius: 6px;
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        border: 1px solid #fff;
        pointer-events: none; }
      .component-reflection-details-content .item .status.status-completed,
      .library-details-content .item .status.status-completed,
      .education-list .item .status.status-completed {
        background: #2a9af0; }
      .component-reflection-details-content .item .status.status-pending,
      .library-details-content .item .status.status-pending,
      .education-list .item .status.status-pending {
        background: #ff9b01; }
      .component-reflection-details-content .item .status.status-rejected, .component-reflection-details-content .item .status.status-incomplete,
      .library-details-content .item .status.status-rejected,
      .library-details-content .item .status.status-incomplete,
      .education-list .item .status.status-rejected,
      .education-list .item .status.status-incomplete {
        background: #ec3537; }
  .component-reflection-details-content .btn-success,
  .library-details-content .btn-success,
  .education-list .btn-success {
    float: right;
    border: none;
    text-align: center;
    min-width: 155px;
    font-family: 'ProximaNova-SemiBold';
    padding: 0.7rem 0.6rem;
    font-size: 0.9rem;
    letter-spacing: 0.2px; }
    .component-reflection-details-content .btn-success svg,
    .library-details-content .btn-success svg,
    .education-list .btn-success svg {
      fill: #fff;
      width: 8px;
      height: 13px;
      margin-left: 15px;
      display: inline-block; }

.library-details .library-details-content {
  padding-top: 0;
  padding-bottom: 35px; }
  @media only screen and (max-width: 1200px) {
    .library-details .library-details-content {
      padding-bottom: 30px; } }
  @media only screen and (max-width: 991px) {
    .library-details .library-details-content {
      padding-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .library-details .library-details-content {
      padding-bottom: 10px; } }
  .library-details .library-details-content .skills-competencies {
    padding-top: 10px; }
    .library-details .library-details-content .skills-competencies h5 {
      font-size: 0.7rem;
      letter-spacing: 0.8px;
      padding-bottom: 4px; }
    .library-details .library-details-content .skills-competencies ul {
      padding-left: 14px;
      margin: 0;
      color: rgba(21, 21, 21, 0.5); }
      .library-details .library-details-content .skills-competencies ul li {
        padding-bottom: 9px; }

.library-details .library_synopsis_form label h5 {
  font-size: 1.05rem;
  letter-spacing: 0.6px; }

.library-details-header {
  background: #fff;
  padding: 36px 0 0 0; }
  @media only screen and (max-width: 1200px) {
    .library-details-header {
      padding: 25px 0 0; } }
  @media only screen and (max-width: 991px) {
    .library-details-header {
      padding: 20px 0 0; } }
  @media only screen and (max-width: 767px) {
    .library-details-header {
      padding: 7px 0 0; } }
  .library-details-header .btn-back {
    font-weight: 500;
    font-size: 14px;
    color: #202020;
    letter-spacing: 0.1px;
    font-family: 'ProximaNova-Bold';
    padding: 0; }
    @media only screen and (max-width: 1200px) {
      .library-details-header .btn-back {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .library-details-header .btn-back {
        font-size: 10px; } }
    .library-details-header .btn-back svg {
      height: 15px;
      float: left;
      width: 9px;
      fill: #202020;
      top: 2px;
      position: relative;
      margin-right: 18px;
      transition: all 0.2s ease-in-out; }
      @media only screen and (max-width: 991px) {
        .library-details-header .btn-back svg {
          margin-right: 10px; } }
      @media only screen and (max-width: 767px) {
        .library-details-header .btn-back svg {
          width: 5px;
          margin-right: 5px;
          top: -1px; } }
    .library-details-header .btn-back:hover {
      color: #8eb82f; }
      .library-details-header .btn-back:hover svg {
        fill: #8eb82f; }

.component-reflection-details-content,
.library-details-content {
  padding: 15px 0; }
  .component-reflection-details-content .item:hover,
  .library-details-content .item:hover {
    border: 1px solid #ececec; }
  .component-reflection-details-content .item.type-podcast .info,
  .library-details-content .item.type-podcast .info {
    width: calc(100% - (70px  + 140px + 155px )) !important; }
    @media only screen and (max-width: 767px) {
      .component-reflection-details-content .item.type-podcast .info,
      .library-details-content .item.type-podcast .info {
        width: calc(100% - 50px) !important; } }
  .component-reflection-details-content .item.type-book,
  .library-details-content .item.type-book {
    margin-bottom: 0; }

.assignment_synopsis_form .form-group textarea.form-control,
.new_assignment_form .form-group textarea.form-control,
.library_synopsis_form .form-group textarea.form-control,
.synopsis_evaluation_form .form-group textarea.form-control {
  height: 190px; }
  @media only screen and (max-width: 1200px) {
    .assignment_synopsis_form .form-group textarea.form-control,
    .new_assignment_form .form-group textarea.form-control,
    .library_synopsis_form .form-group textarea.form-control,
    .synopsis_evaluation_form .form-group textarea.form-control {
      height: 160px; } }
  @media only screen and (max-width: 991px) {
    .assignment_synopsis_form .form-group textarea.form-control,
    .new_assignment_form .form-group textarea.form-control,
    .library_synopsis_form .form-group textarea.form-control,
    .synopsis_evaluation_form .form-group textarea.form-control {
      height: 120px; } }
  @media only screen and (max-width: 767px) {
    .assignment_synopsis_form .form-group textarea.form-control,
    .new_assignment_form .form-group textarea.form-control,
    .library_synopsis_form .form-group textarea.form-control,
    .synopsis_evaluation_form .form-group textarea.form-control {
      height: 100px; } }

.assignment_synopsis_form .form-group .textarea,
.new_assignment_form .form-group .textarea,
.library_synopsis_form .form-group .textarea,
.synopsis_evaluation_form .form-group .textarea {
  min-height: 190px; }
  @media only screen and (max-width: 1200px) {
    .assignment_synopsis_form .form-group .textarea,
    .new_assignment_form .form-group .textarea,
    .library_synopsis_form .form-group .textarea,
    .synopsis_evaluation_form .form-group .textarea {
      min-height: 160px; } }
  @media only screen and (max-width: 991px) {
    .assignment_synopsis_form .form-group .textarea,
    .new_assignment_form .form-group .textarea,
    .library_synopsis_form .form-group .textarea,
    .synopsis_evaluation_form .form-group .textarea {
      min-height: 120px; } }
  @media only screen and (max-width: 767px) {
    .assignment_synopsis_form .form-group .textarea,
    .new_assignment_form .form-group .textarea,
    .library_synopsis_form .form-group .textarea,
    .synopsis_evaluation_form .form-group .textarea {
      min-height: 100px; } }

.assignment_synopsis_form .dropzone,
.new_assignment_form .dropzone,
.library_synopsis_form .dropzone,
.synopsis_evaluation_form .dropzone {
  min-height: 190px; }
  @media only screen and (max-width: 1200px) {
    .assignment_synopsis_form .dropzone,
    .new_assignment_form .dropzone,
    .library_synopsis_form .dropzone,
    .synopsis_evaluation_form .dropzone {
      min-height: 160px; } }
  @media only screen and (max-width: 991px) {
    .assignment_synopsis_form .dropzone,
    .new_assignment_form .dropzone,
    .library_synopsis_form .dropzone,
    .synopsis_evaluation_form .dropzone {
      min-height: 120px; } }
  @media only screen and (max-width: 767px) {
    .assignment_synopsis_form .dropzone,
    .new_assignment_form .dropzone,
    .library_synopsis_form .dropzone,
    .synopsis_evaluation_form .dropzone {
      min-height: 100px; } }

.assignment_synopsis_form {
  border-top: 1px solid #dddddd;
  margin-top: 50px;
  padding-top: 50px; }
  .assignment_synopsis_form textarea, .assignment_synopsis_form input {
    border: 1px solid #dddddd; }

.download-file {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background: #fff;
  display: block; }
  .download-file:hover {
    border: 1px solid #8eb82f; }
  .download-file .icon {
    float: left;
    width: 45px;
    padding-right: 10px; }
  .download-file .title {
    font-family: 'ProximaNova-Regular';
    float: left;
    color: #212121;
    font-size: 16px;
    width: calc(100% - 45px) !important;
    overflow: hidden;
    text-overflow: ellipsis; }

.employee-profile {
  padding: 15px;
  position: relative;
  border: 1px solid #ececec;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px; }
  @media only screen and (max-width: 1200px) {
    .employee-profile {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 991px) {
    .employee-profile {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .employee-profile {
      margin-bottom: 15px; } }
  .employee-profile .user-w {
    padding: 0;
    -ms-flex-align: normal;
    align-items: normal;
    border: none;
    display: block; }
    .employee-profile .user-w .user-avatar-w {
      float: left;
      width: 70px;
      min-width: 70px; }
      @media only screen and (max-width: 1600px) {
        .employee-profile .user-w .user-avatar-w {
          width: 60px;
          min-width: 60px; } }
      @media only screen and (max-width: 1200px) {
        .employee-profile .user-w .user-avatar-w {
          width: 50px;
          min-width: 50px; } }
      @media only screen and (max-width: 991px) {
        .employee-profile .user-w .user-avatar-w {
          width: 40px;
          min-width: 40px; } }
    .employee-profile .user-w .user-info {
      float: left;
      padding-left: 10px;
      position: relative;
      display: block;
      width: calc(100% - 70px); }
      @media only screen and (max-width: 1600px) {
        .employee-profile .user-w .user-info {
          width: calc(100% - 60px); } }
      @media only screen and (max-width: 1200px) {
        .employee-profile .user-w .user-info {
          width: calc(100% - 50px); } }
      @media only screen and (max-width: 991px) {
        .employee-profile .user-w .user-info {
          width: calc(100% - 40px); } }
      .employee-profile .user-w .user-info .block-left {
        float: left;
        width: 50%; }
      .employee-profile .user-w .user-info .block-right {
        float: left;
        width: 50%; }
        .employee-profile .user-w .user-info .block-right .item_value {
          font-size: 12px;
          line-height: 1;
          text-transform: uppercase;
          margin-top: 3px; }
    .employee-profile .user-w .user-name {
      display: block;
      padding: 0; }
      .employee-profile .user-w .user-name .user-title {
        font-size: 1rem; }
        @media only screen and (max-width: 1200px) {
          .employee-profile .user-w .user-name .user-title {
            font-size: 0.9rem; } }
      .employee-profile .user-w .user-name .user-role {
        font-size: 12px;
        color: #fff;
        display: table;
        font-family: 'BebasNeueBold';
        background: #299af2;
        line-height: 20px;
        display: table;
        min-width: 60px;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 15px;
        border-radius: 3px; }
    .employee-profile .user-w .block-progress {
      max-width: 200px;
      width: 100% !important; }
      .employee-profile .user-w .block-progress .progress {
        height: 20px; }
    .employee-profile .user-w .el-legend .legend-pin {
      background: #8eb82f;
      border-radius: 50%; }
  .employee-profile .item_label {
    opacity: 0.5;
    font-size: 12px;
    padding: 10px 0 4px; }
  .employee-profile .item_value {
    font-family: 'ProximaNova-Bold';
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    line-height: 1; }
    @media only screen and (max-width: 1200px) {
      .employee-profile .item_value {
        font-size: 0.9rem; } }
    @media only screen and (max-width: 767px) {
      .employee-profile .item_value {
        font-size: 12px; } }

.instructor-profile {
  padding: 15px;
  position: relative;
  border: 1px solid #ececec;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px; }
  @media only screen and (max-width: 1200px) {
    .instructor-profile {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 991px) {
    .instructor-profile {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .instructor-profile {
      margin-bottom: 15px; } }
  .instructor-profile .user-w {
    padding: 0;
    -ms-flex-align: normal;
    align-items: normal;
    border: none;
    display: block; }
    .instructor-profile .user-w .user-avatar-w {
      float: left;
      width: 70px;
      min-width: 70px; }
      @media only screen and (max-width: 1600px) {
        .instructor-profile .user-w .user-avatar-w {
          width: 60px;
          min-width: 60px; } }
      @media only screen and (max-width: 1200px) {
        .instructor-profile .user-w .user-avatar-w {
          width: 50px;
          min-width: 50px; } }
      @media only screen and (max-width: 991px) {
        .instructor-profile .user-w .user-avatar-w {
          width: 40px;
          min-width: 40px; } }
    .instructor-profile .user-w .user-info {
      float: left;
      padding-left: 10px;
      position: relative;
      display: block;
      width: calc(100% - 70px); }
      @media only screen and (max-width: 1600px) {
        .instructor-profile .user-w .user-info {
          width: calc(100% - 60px); } }
      @media only screen and (max-width: 1200px) {
        .instructor-profile .user-w .user-info {
          width: calc(100% - 50px); } }
      @media only screen and (max-width: 991px) {
        .instructor-profile .user-w .user-info {
          width: calc(100% - 40px); } }
      .instructor-profile .user-w .user-info .block-left {
        float: left;
        width: 50%; }
      .instructor-profile .user-w .user-info .block-right {
        float: left;
        width: 50%; }
        .instructor-profile .user-w .user-info .block-right .item_value {
          font-family: 'BebasNeueBold';
          font-size: 1.12rem;
          line-height: 16px;
          margin-top: 3px; }
    .instructor-profile .user-w .user-name {
      display: block;
      padding: 0; }
      .instructor-profile .user-w .user-name .user-title {
        font-size: 1.13rem; }
        @media only screen and (max-width: 1200px) {
          .instructor-profile .user-w .user-name .user-title {
            font-size: 1rem; } }
      .instructor-profile .user-w .user-name .user-role {
        font-size: 12px;
        color: #fff;
        display: table;
        font-family: 'BebasNeueBold';
        background: #299af2;
        line-height: 20px;
        display: table;
        min-width: 60px;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 15px;
        border-radius: 3px; }
    .instructor-profile .user-w .el-legend .legend-pin {
      background: #8eb82f;
      border-radius: 50%; }
  .instructor-profile .item_label {
    opacity: 0.5;
    font-size: 12px;
    padding: 10px 0 0; }
  .instructor-profile .item_value {
    font-size: 16px;
    font-family: 'ProximaNova-Bold';
    overflow: hidden;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 1200px) {
      .instructor-profile .item_value {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .instructor-profile .item_value {
        font-size: 12px; } }
  .instructor-profile .attended_btn {
    font-size: 0.9rem;
    padding: 0.2rem 0.6rem;
    margin-top: 10px; }

.manager-block {
  background: #fff; }
  .manager-block .table tbody td {
    font-size: 14px;
    font-family: 'ProximaNova-Bold';
    line-height: 1.2; }
    .manager-block .table tbody td .phone {
      font-size: 16px; }
  .manager-block .employee-filter {
    background: #f3f3f3;
    padding: 0; }
    .manager-block .employee-filter .custom_row {
      margin: 0 -15px; }
      .manager-block .employee-filter .custom_row .col {
        float: left;
        width: 20%;
        max-width: 200px; }
        @media only screen and (max-width: 991px) {
          .manager-block .employee-filter .custom_row .col {
            width: 25%; } }
        @media only screen and (max-width: 767px) {
          .manager-block .employee-filter .custom_row .col {
            width: 50%;
            max-width: 100%; } }
        .manager-block .employee-filter .custom_row .col.right {
          float: right; }
          @media only screen and (max-width: 767px) {
            .manager-block .employee-filter .custom_row .col.right {
              float: left; } }
        .manager-block .employee-filter .custom_row .col.col-search {
          max-width: 200px; }
    .manager-block .employee-filter select.form-control {
      color: #202020;
      background-color: transparent;
      border: none;
      border: none;
      font-size: 16px;
      font-weight: 700;
      padding-left: 0;
      margin-top: 7px; }
      @media only screen and (max-width: 991px) {
        .manager-block .employee-filter select.form-control {
          font-size: 14px; } }
  .manager-block .table .pic {
    min-width: 90px; }
    @media only screen and (max-width: 991px) {
      .manager-block .table .pic {
        min-width: 80px; } }
    @media only screen and (max-width: 767px) {
      .manager-block .table .pic {
        min-width: 70px; } }
    .manager-block .table .pic img {
      width: 60px;
      height: 60px;
      border-radius: 50%; }
      @media only screen and (max-width: 991px) {
        .manager-block .table .pic img {
          width: 50px;
          height: 50px; } }
      @media only screen and (max-width: 767px) {
        .manager-block .table .pic img {
          width: 40px;
          height: 40px; } }
  .manager-block .table .actions {
    width: 180px; }
  .manager-block .table .btn-rounded {
    margin-top: 15px;
    font-family: 'ProximaNova-Bold';
    letter-spacing: 0.1px;
    font-size: 14px;
    padding: 0.7rem 1.2rem;
    background: #202020;
    color: #fff; }
    .manager-block .table .btn-rounded svg {
      margin-left: 20px;
      fill: #fff; }
    .manager-block .table .btn-rounded:hover {
      background: #8eb82f;
      color: #202020; }
      .manager-block .table .btn-rounded:hover svg {
        fill: #202020; }

.employee-details-header {
  background: #fff;
  padding: 2rem 0 1rem; }
  .employee-details-header .btn-back {
    font-weight: 500;
    font-size: 16px;
    color: #202020;
    padding-left: 0;
    margin-bottom: 10px; }
    .employee-details-header .btn-back svg {
      height: 15px;
      float: left;
      width: 9px;
      margin-right: 15px;
      fill: #202020;
      top: 2px;
      position: relative; }
  .employee-details-header .employee-profile {
    border: none;
    box-shadow: none;
    margin-bottom: 0; }
    .employee-details-header .employee-profile .user-w .user-avatar-w {
      float: left;
      width: 60px;
      min-width: 60px; }
    .employee-details-header .employee-profile .user-w .user-info {
      width: calc(100% - 60px); }
      .employee-details-header .employee-profile .user-w .user-info .block-left {
        float: left;
        width: 18%; }
        @media only screen and (max-width: 600px) {
          .employee-details-header .employee-profile .user-w .user-info .block-left {
            width: calc(100%); } }
      .employee-details-header .employee-profile .user-w .user-info .block-right {
        float: left;
        width: 82%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media only screen and (max-width: 600px) {
          .employee-details-header .employee-profile .user-w .user-info .block-right {
            width: calc(100%); } }
        .employee-details-header .employee-profile .user-w .user-info .block-right .col {
          padding: 0 5px;
          max-width: 220px; }
    .employee-details-header .employee-profile .user-w .user-name .user-title {
      padding: 10px 0 0; }
    .employee-details-header .employee-profile .user-w .user-name .user-role {
      font-size: 12px;
      color: #212121;
      display: table;
      font-family: 'BebasNeueBold';
      background: none;
      line-height: 20px;
      display: table;
      min-width: 60px;
      text-align: center;
      letter-spacing: 1px;
      margin-bottom: 15px;
      border-radius: 3px;
      opacity: 0.5; }
    .employee-details-header .employee-profile .user-w .block-progress {
      width: 100%;
      max-width: 200px; }
    .employee-details-header .employee-profile .employee-profile .item_label {
      padding: 5px 0 0; }
  .employee-details-header .mentor-profile {
    border: none;
    box-shadow: none;
    margin-bottom: 0; }
    .employee-details-header .mentor-profile .user-w .user-name .user-title {
      padding: 0; }
    .employee-details-header .mentor-profile .user-w .user-name .user-role {
      color: #fff;
      background: #299af2;
      opacity: 1;
      margin: 0; }
    .employee-details-header .mentor-profile .col {
      padding: 0; }
  .employee-details-header .manager-profile {
    border: none;
    box-shadow: none;
    margin-bottom: 0; }
    .employee-details-header .manager-profile .user-w .user-name .user-title {
      padding: 0; }
    .employee-details-header .manager-profile .user-w .user-name .user-role {
      color: #fff;
      background: #ffa101;
      opacity: 1;
      margin: 0; }
    .employee-details-header .manager-profile .col {
      padding: 0; }
  .employee-details-header.dashboard-employee-details-header .employee-profile {
    border: none;
    box-shadow: none;
    margin-bottom: 0; }
    .employee-details-header.dashboard-employee-details-header .employee-profile .user-w .user-avatar-w {
      float: left;
      width: 80px;
      min-width: 80px; }
    .employee-details-header.dashboard-employee-details-header .employee-profile .user-w .user-info {
      width: calc(100% - 80px); }
      .employee-details-header.dashboard-employee-details-header .employee-profile .user-w .user-info .block-left {
        float: left;
        width: 50%; }
      .employee-details-header.dashboard-employee-details-header .employee-profile .user-w .user-info .block-right {
        float: left;
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .employee-details-header.dashboard-employee-details-header .employee-profile .user-w .user-info .block-right .col {
          padding: 0 5px;
          max-width: none; }
    .employee-details-header.dashboard-employee-details-header .employee-profile .user-w .user-name .user-title {
      padding: 10px 0 0; }
    .employee-details-header.dashboard-employee-details-header .employee-profile .user-w .user-name .user-role {
      font-size: 12px;
      color: #212121;
      display: table;
      font-family: 'BebasNeueBold';
      background: none;
      line-height: 20px;
      display: table;
      min-width: 60px;
      text-align: center;
      letter-spacing: 1px;
      margin-bottom: 15px;
      border-radius: 3px;
      opacity: 0.5; }
    .employee-details-header.dashboard-employee-details-header .employee-profile .user-w .block-progress {
      max-width: 200px; }
    .employee-details-header.dashboard-employee-details-header .employee-profile .user-w .col {
      padding: 0; }
    .employee-details-header.dashboard-employee-details-header .employee-profile .employee-profile .item_label {
      padding: 5px 0 0; }
    .employee-details-header.dashboard-employee-details-header .employee-profile .competencies-list h6 {
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 11px; }
    .employee-details-header.dashboard-employee-details-header .employee-profile .competencies-list ul {
      padding: 0;
      margin: 0; }
      .employee-details-header.dashboard-employee-details-header .employee-profile .competencies-list ul li {
        padding-left: 15px;
        position: relative;
        font-size: 16px;
        letter-spacing: 0px;
        margin-bottom: 6px; }
        .employee-details-header.dashboard-employee-details-header .employee-profile .competencies-list ul li:before {
          position: absolute;
          content: "";
          left: 0;
          top: 9px;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #ec3635; }
  .employee-details-header.dashboard-employee-details-header .manager-profile,
  .employee-details-header.dashboard-employee-details-header .mentor-profile {
    border: 1px solid #ccc;
    border-radius: 6px; }
    .employee-details-header.dashboard-employee-details-header .manager-profile .col,
    .employee-details-header.dashboard-employee-details-header .mentor-profile .col {
      padding: 0; }
    .employee-details-header.dashboard-employee-details-header .manager-profile .user-w .user-name .user-role,
    .employee-details-header.dashboard-employee-details-header .mentor-profile .user-w .user-name .user-role {
      margin-bottom: 4px;
      color: #fff;
      opacity: 1; }
    .employee-details-header.dashboard-employee-details-header .manager-profile .item_label,
    .employee-details-header.dashboard-employee-details-header .mentor-profile .item_label {
      padding: 10px 0 0; }
      @media only screen and (max-width: 767px) {
        .employee-details-header.dashboard-employee-details-header .manager-profile .item_label,
        .employee-details-header.dashboard-employee-details-header .mentor-profile .item_label {
          padding: 5px 0 0; } }
  .employee-details-header.dashboard-employee-details-header .manager-profile {
    margin-bottom: 20px; }
    .employee-details-header.dashboard-employee-details-header .manager-profile .user-w .user-name .user-role {
      background: #ffa400; }
  .employee-details-header.dashboard-employee-details-header .mentor-profile .user-w .user-name .user-role {
    background: #279bf2; }

.carrer-development,
.create-plan {
  padding: 30px 0 100px; }
  .carrer-development .form-group .parsley-errors-list,
  .create-plan .form-group .parsley-errors-list {
    right: 0;
    left: 0; }
  .carrer-development h5,
  .create-plan h5 {
    font-size: 0.8rem; }
  .carrer-development hr,
  .create-plan hr {
    border-color: #f3f3f3 !important; }
  .carrer-development .select-role,
  .create-plan .select-role {
    background: #f3f3f3;
    position: relative;
    padding: 30px 15px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1200px) {
      .carrer-development .select-role,
      .create-plan .select-role {
        padding: 30px 15px; } }
    .carrer-development .select-role .select2-container,
    .create-plan .select-role .select2-container {
      width: 100% !important; }
    .carrer-development .select-role .position_title,
    .create-plan .select-role .position_title {
      font-family: BebasNeueBold;
      text-transform: uppercase;
      padding: 15px 0 0 0px;
      font-size: 0.9rem;
      letter-spacing: 1px; }
      @media only screen and (max-width: 767px) {
        .carrer-development .select-role .position_title,
        .create-plan .select-role .position_title {
          padding: 10px 0 10px 0px; } }
    .carrer-development .select-role:before,
    .create-plan .select-role:before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 1px;
      pointer-events: none;
      top: 1px;
      border-top: 15px solid #fff;
      border-bottom: 15px solid #fff; }
      @media only screen and (max-width: 1200px) {
        .carrer-development .select-role:before,
        .create-plan .select-role:before {
          border-top: 10px solid #fff;
          border-bottom: 10px solid #fff; } }
    .carrer-development .select-role ul,
    .create-plan .select-role ul {
      margin: 0;
      padding-left: 15px;
      opacity: 0.5; }
      .carrer-development .select-role ul li,
      .create-plan .select-role ul li {
        width: 50%;
        float: left; }
  .carrer-development .select2-container--default .select2-selection--single,
  .create-plan .select2-container--default .select2-selection--single {
    outline: none !important;
    border-radius: 21px;
    height: 45px; }
    .carrer-development .select2-container--default .select2-selection--single .select2-selection__rendered,
    .create-plan .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 43px;
      padding-left: 15px;
      font-family: 'BebasNeueBold';
      letter-spacing: 0.9px; }
    .carrer-development .select2-container--default .select2-selection--single .select2-selection__arrow,
    .create-plan .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 39px;
      right: 6px; }
  .carrer-development .selected-skills,
  .create-plan .selected-skills {
    -webkit-box-shadow: 0px 0px 22px 2px #cccccc;
    -moz-box-shadow: 0px 0px 22px 2px #cccccc;
    box-shadow: 0px 0px 22px 2px #cccccc;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
    padding: 30px;
    margin: 20px 0 40px 0; }
    @media only screen and (max-width: 991px) {
      .carrer-development .selected-skills,
      .create-plan .selected-skills {
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .carrer-development .selected-skills,
      .create-plan .selected-skills {
        padding: 15px; } }
    .carrer-development .selected-skills .h4, .carrer-development .selected-skills h4,
    .create-plan .selected-skills .h4,
    .create-plan .selected-skills h4 {
      font-size: 1.1rem; }
    .carrer-development .selected-skills .info .icon,
    .create-plan .selected-skills .info .icon {
      width: 30px;
      float: left; }
    .carrer-development .selected-skills .info svg,
    .create-plan .selected-skills .info svg {
      width: 30px;
      height: 30px;
      fill: #202020;
      display: block; }
    .carrer-development .selected-skills .info .block-right,
    .create-plan .selected-skills .info .block-right {
      padding-top: 4px;
      padding-left: 10px;
      float: left; }
    .carrer-development .selected-skills .skills-list,
    .create-plan .selected-skills .skills-list {
      padding: 20px 0 0;
      margin: 0; }
      .carrer-development .selected-skills .skills-list .skill,
      .create-plan .selected-skills .skills-list .skill {
        padding: 6px 30px 6px 15px;
        border-radius: 20px;
        background: #000;
        color: #fff;
        position: relative;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'ProximaNova-Bold';
        font-size: 14px;
        display: inline-block;
        margin: 0 10px 10px 0; }
        @media only screen and (max-width: 767px) {
          .carrer-development .selected-skills .skills-list .skill,
          .create-plan .selected-skills .skills-list .skill {
            font-size: 12px; } }
        .carrer-development .selected-skills .skills-list .skill .remove-skill,
        .create-plan .selected-skills .skills-list .skill .remove-skill {
          position: absolute;
          color: #fff;
          right: 6px;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .carrer-development .selected-skills .skills-list .skill-option,
      .create-plan .selected-skills .skills-list .skill-option {
        display: inline-block; }
      .carrer-development .selected-skills .skills-list [type="checkbox"],
      .create-plan .selected-skills .skills-list [type="checkbox"] {
        position: absolute;
        opacity: 0; }
        .carrer-development .selected-skills .skills-list [type="checkbox"]:checked + label,
        .create-plan .selected-skills .skills-list [type="checkbox"]:checked + label {
          background: #212121; }
        .carrer-development .selected-skills .skills-list [type="checkbox"] + label,
        .create-plan .selected-skills .skills-list [type="checkbox"] + label {
          cursor: pointer;
          position: relative;
          background: #ccc; }
    .carrer-development .selected-skills .block-info,
    .create-plan .selected-skills .block-info {
      float: left;
      width: calc(100% - 140px); }
      @media only screen and (max-width: 767px) {
        .carrer-development .selected-skills .block-info,
        .create-plan .selected-skills .block-info {
          width: 100%;
          padding-bottom: 10px; } }
    .carrer-development .selected-skills .block-add,
    .create-plan .selected-skills .block-add {
      float: left;
      width: 140px; }
    .carrer-development .selected-skills .add-skill,
    .create-plan .selected-skills .add-skill {
      font-family: 'ProximaNova-Bold';
      margin-top: 0; }
      .carrer-development .selected-skills .add-skill svg,
      .create-plan .selected-skills .add-skill svg {
        fill: #fff;
        float: right;
        top: 3px;
        position: relative;
        margin-left: 0; }
        @media only screen and (max-width: 767px) {
          .carrer-development .selected-skills .add-skill svg,
          .create-plan .selected-skills .add-skill svg {
            top: 0px; } }
  .carrer-development .add-competencies,
  .create-plan .add-competencies {
    border-radius: 4px;
    border: 1px solid #000;
    padding: 30px;
    margin: 20px 0 40px 0; }
    @media only screen and (max-width: 991px) {
      .carrer-development .add-competencies,
      .create-plan .add-competencies {
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .carrer-development .add-competencies,
      .create-plan .add-competencies {
        padding: 15px; } }
    .carrer-development .add-competencies .h4, .carrer-development .add-competencies h4,
    .create-plan .add-competencies .h4,
    .create-plan .add-competencies h4 {
      font-size: 1.1rem;
      padding-top: 0; }
    .carrer-development .add-competencies .info .icon,
    .create-plan .add-competencies .info .icon {
      width: 30px;
      float: left; }
    .carrer-development .add-competencies .info svg,
    .create-plan .add-competencies .info svg {
      width: 30px;
      height: 30px;
      fill: #202020;
      display: block; }
    .carrer-development .add-competencies .info .block-right,
    .create-plan .add-competencies .info .block-right {
      padding-top: 4px;
      padding-left: 10px;
      float: left; }
    .carrer-development .add-competencies .add-competency-btn,
    .create-plan .add-competencies .add-competency-btn {
      display: block;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      border: 1px solid rgba(32, 32, 32, 0.5);
      cursor: pointer; }
      .carrer-development .add-competencies .add-competency-btn:hover,
      .create-plan .add-competencies .add-competency-btn:hover {
        border: 1px solid #202020; }
      .carrer-development .add-competencies .add-competency-btn svg,
      .create-plan .add-competencies .add-competency-btn svg {
        display: table;
        width: 20px;
        height: 45px;
        margin: 0 auto; }
    .carrer-development .add-competencies .select,
    .create-plan .add-competencies .select {
      float: left;
      width: calc(100% - 45px);
      padding-right: 30px; }
      @media only screen and (max-width: 1200px) {
        .carrer-development .add-competencies .select,
        .create-plan .add-competencies .select {
          padding-right: 20px; } }
      @media only screen and (max-width: 767px) {
        .carrer-development .add-competencies .select,
        .create-plan .add-competencies .select {
          padding-right: 15px; } }
    .carrer-development .add-competencies .cta,
    .create-plan .add-competencies .cta {
      float: left;
      width: 45px; }
  .carrer-development .competencies-list .competency-item,
  .create-plan .competencies-list .competency-item {
    -webkit-box-shadow: 0px 0px 22px 2px #cccccc;
    -moz-box-shadow: 0px 0px 22px 2px #cccccc;
    box-shadow: 0px 0px 22px 2px #cccccc;
    border-radius: 4px;
    position: relative;
    border: 1px solid #f3f3f3;
    padding: 25px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .carrer-development .competencies-list .competency-item,
      .create-plan .competencies-list .competency-item {
        padding: 20px; } }
    .carrer-development .competencies-list .competency-item .remove-competency,
    .create-plan .competencies-list .competency-item .remove-competency {
      position: absolute;
      color: #000;
      right: 10px;
      top: 10px; }
    .carrer-development .competencies-list .competency-item h5,
    .create-plan .competencies-list .competency-item h5 {
      font-size: 1.2rem;
      margin: 0; }
    .carrer-development .competencies-list .competency-item .skills,
    .create-plan .competencies-list .competency-item .skills {
      padding: 0;
      margin: 0; }
      .carrer-development .competencies-list .competency-item .skills li,
      .create-plan .competencies-list .competency-item .skills li {
        width: 25%;
        float: left;
        padding: 0 10px 0 0; }
        @media only screen and (max-width: 1200px) {
          .carrer-development .competencies-list .competency-item .skills li,
          .create-plan .competencies-list .competency-item .skills li {
            width: 33.33%; } }
        @media only screen and (max-width: 767px) {
          .carrer-development .competencies-list .competency-item .skills li,
          .create-plan .competencies-list .competency-item .skills li {
            width: 50%; } }
        .carrer-development .competencies-list .competency-item .skills li .skill,
        .create-plan .competencies-list .competency-item .skills li .skill {
          padding: 6px 15px;
          border-radius: 20px;
          background: #000;
          color: #fff;
          position: relative;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-family: 'ProximaNova-Bold';
          font-size: 14px; }
          @media only screen and (max-width: 767px) {
            .carrer-development .competencies-list .competency-item .skills li .skill,
            .create-plan .competencies-list .competency-item .skills li .skill {
              font-size: 12px; } }
          .carrer-development .competencies-list .competency-item .skills li .skill .remove-skill,
          .create-plan .competencies-list .competency-item .skills li .skill .remove-skill {
            position: absolute;
            color: #fff;
            right: 4px;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .carrer-development .submit-plan,
  .create-plan .submit-plan {
    font-family: 'ProximaNova-Bold';
    margin-top: 20px;
    float: right; }
    .carrer-development .submit-plan svg,
    .create-plan .submit-plan svg {
      fill: #fff;
      float: right;
      top: 3px;
      position: relative;
      margin-left: 40px; }

.carrer-development {
  padding: 0 0 100px; }

form[name="remove_mentor_form"] .remove-mentor {
  position: absolute;
  color: #000;
  right: 4px;
  top: -5px; }

.synopsis_evaluation_form .btn-rounded {
  font-family: 'ProximaNova-bold';
  letter-spacing: 0.1px;
  font-size: 14px;
  padding: 0.7rem 1.2rem;
  line-height: 1;
  background: #8eb82f;
  color: #fff;
  float: right;
  margin-left: 30px; }
  .synopsis_evaluation_form .btn-rounded svg {
    margin-left: 40px;
    fill: #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 2px; }
  .synopsis_evaluation_form .btn-rounded:hover {
    background: #202020;
    color: #fff; }
    .synopsis_evaluation_form .btn-rounded:hover svg {
      fill: #fff; }
  .synopsis_evaluation_form .btn-rounded.btn-reject {
    background: #ec3537; }
    .synopsis_evaluation_form .btn-rounded.btn-reject:hover {
      background: #202020;
      color: #fff; }
      .synopsis_evaluation_form .btn-rounded.btn-reject:hover svg {
        fill: #fff; }

.career_map {
  position: relative;
  border-radius: 5px;
  background: #f3f3f3;
  margin: 50px 0; }
  @media only screen and (max-width: 1200px) {
    .career_map {
      margin: 40px 0; } }
  @media only screen and (max-width: 991px) {
    .career_map {
      margin: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .career_map {
      margin: 20px 0; } }
  .career_map .item.item-header {
    float: left;
    width: 150px; }
    @media only screen and (max-width: 991px) {
      .career_map .item.item-header {
        width: 130px; } }
    @media only screen and (max-width: 767px) {
      .career_map .item.item-header {
        width: 100px; } }
    .career_map .item.item-header .position,
    .career_map .item.item-header .department {
      background: #f3f3f3;
      color: #000; }
      .career_map .item.item-header .position .content,
      .career_map .item.item-header .department .content {
        position: relative;
        top: 100%;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%); }
  .career_map .item .position,
  .career_map .item .department {
    color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    padding: 5px;
    line-height: 1;
    font-size: 14px; }
  .career_map .item .department {
    background: #202020;
    height: 55px;
    font-family: 'ProximaNova-Semibold';
    font-size: 12px;
    text-align: center; }
    .career_map .item .department span {
      display: block;
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .career_map .item .position {
    height: 160px;
    overflow: auto; }
    .career_map .item .position::-webkit-scrollbar {
      width: 5px; }
    .career_map .item .position::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px white; }
    .career_map .item .position::-webkit-scrollbar-thumb {
      background-color: #8eb82f;
      outline: 1px solid slategrey; }
  .career_map .item .lvl1 {
    background: #474747; }
  .career_map .item .lvl2 {
    background: #5a5a5a; }
  .career_map .item .lvl3 {
    background: #6d6d6d; }
  .career_map .item .lvl4 {
    background: #828282; }
  .career_map .item .lvl5 {
    background: #9b9b9b; }
  .career_map .item ul {
    padding: 0;
    margin: 0; }
    .career_map .item ul li {
      position: relative;
      padding-left: 8px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .career_map .item ul li:before {
        position: absolute;
        content: "";
        left: 0;
        top: 2px;
        width: 4px;
        height: 4px;
        background: #fff;
        border-radius: 50%; }
  .career_map .career_map_carousel_content {
    float: left;
    width: calc(100% - 150px);
    position: relative; }
    @media only screen and (max-width: 991px) {
      .career_map .career_map_carousel_content {
        width: calc(100% - 130px); } }
    @media only screen and (max-width: 767px) {
      .career_map .career_map_carousel_content {
        width: calc(100% - 100px); } }
    .career_map .career_map_carousel_content:before {
      position: absolute;
      pointer-events: none;
      content: "";
      width: 100px;
      right: 0;
      background: rgba(255, 255, 255, 0);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 3%, white 50%, white 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(3%, rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(100%, white));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 3%, white 50%, white 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 3%, white 50%, white 100%);
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 3%, white 50%, white 100%);
      top: 0;
      bottom: 0;
      z-index: 5; }
      @media only screen and (max-width: 767px) {
        .career_map .career_map_carousel_content:before {
          display: none; } }
  .career_map .arrows {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 10; }
  .career_map .slick-arrow {
    background: #c7c7c7;
    padding: 20px 20px;
    line-height: 1;
    display: block; }
    .career_map .slick-arrow svg {
      height: 50px;
      width: 20px;
      fill: #fff;
      display: block; }
    .career_map .slick-arrow:hover {
      background: #202020; }

.synopsis-header {
  border-top: 1px solid #dddddd;
  padding: 40px 0; }
  @media only screen and (max-width: 1200px) {
    .synopsis-header {
      margin: 30px 0; } }
  @media only screen and (max-width: 991px) {
    .synopsis-header {
      margin: 20px 0; } }
  @media only screen and (max-width: 767px) {
    .synopsis-header {
      margin: 10px 0; } }

.assignment_synopsis_form .synopsis-header {
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 20px 0;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1200px) {
    .assignment_synopsis_form .synopsis-header {
      margin: 10px 0; } }

@media (min-width: 992px) {
  .ctc-info-modal .modal-lg {
    max-width: 990px; } }

.ctc-info-modal .modal-content {
  padding: 30px 50px 80px; }
  @media (max-width: 1200px) {
    .ctc-info-modal .modal-content {
      padding: 25px 40px 60px; } }
  @media (max-width: 991px) {
    .ctc-info-modal .modal-content {
      padding: 20px 30px 40px; } }
  @media (max-width: 767px) {
    .ctc-info-modal .modal-content {
      padding: 15px 15px 20px; } }
  .ctc-info-modal .modal-content p {
    color: #a8a8a8;
    margin: 0; }
  .ctc-info-modal .modal-content h6 {
    margin-top: 50px;
    margin-bottom: 15px; }
    @media (max-width: 1200px) {
      .ctc-info-modal .modal-content h6 {
        margin-top: 40px;
        margin-bottom: 10px; } }
    @media (max-width: 991px) {
      .ctc-info-modal .modal-content h6 {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .ctc-info-modal .modal-content h6 {
        margin-top: 20px; } }

.content-dashboard-v2 h4.section-title {
  font-family: 'ProximaNova-Extrabold';
  font-size: 24px;
  letter-spacing: 0.1px; }
  .content-dashboard-v2 h4.section-title svg {
    fill: #8eb82f;
    height: 26px;
    max-width: 40px;
    margin-right: 4px;
    top: 3px;
    display: inline-block;
    position: relative; }

.content-dashboard {
  padding: 38px 0; }
  @media only screen and (max-width: 991px) {
    .content-dashboard {
      padding: 20px 0; } }
  @media only screen and (max-width: 767px) {
    .content-dashboard {
      padding: 10px 0; } }
  .content-dashboard .element-box, .content-dashboard .invoice-w, .content-dashboard .big-error-w {
    padding: 1.5rem 1.2rem; }
  .content-dashboard .profile .users-list-w {
    padding-bottom: 13px; }
    .content-dashboard .profile .users-list-w .user-w {
      padding: 0;
      border-bottom: none; }
      .content-dashboard .profile .users-list-w .user-w .user-avatar-w {
        width: 80px; }
        @media only screen and (max-width: 1200px) {
          .content-dashboard .profile .users-list-w .user-w .user-avatar-w {
            width: 70px; } }
        @media only screen and (max-width: 767px) {
          .content-dashboard .profile .users-list-w .user-w .user-avatar-w {
            width: 60px; } }
        @media only screen and (max-width: 767px) {
          .content-dashboard .profile .users-list-w .user-w .user-avatar-w {
            width: 40px; } }
      .content-dashboard .profile .users-list-w .user-w .user-name {
        padding: 0px 0 0 46px; }
        @media only screen and (max-width: 767px) {
          .content-dashboard .profile .users-list-w .user-w .user-name {
            padding: 0 0 0 24px; } }
        .content-dashboard .profile .users-list-w .user-w .user-name h3 {
          font-size: 1.45rem;
          margin: 6px 0 0;
          letter-spacing: 0.5px; }
          @media only screen and (max-width: 1200px) {
            .content-dashboard .profile .users-list-w .user-w .user-name h3 {
              font-size: 1.2rem; } }
          @media only screen and (max-width: 991px) {
            .content-dashboard .profile .users-list-w .user-w .user-name h3 {
              font-size: 1rem; } }
          @media only screen and (max-width: 767px) {
            .content-dashboard .profile .users-list-w .user-w .user-name h3 {
              font-size: 0.75rem; } }
        .content-dashboard .profile .users-list-w .user-w .user-name h2 {
          font-size: 2.1rem;
          letter-spacing: 1.5px; }
          @media only screen and (max-width: 1200px) {
            .content-dashboard .profile .users-list-w .user-w .user-name h2 {
              font-size: 1.9rem; } }
          @media only screen and (max-width: 991px) {
            .content-dashboard .profile .users-list-w .user-w .user-name h2 {
              font-size: 1.7rem; } }
          @media only screen and (max-width: 767px) {
            .content-dashboard .profile .users-list-w .user-w .user-name h2 {
              font-size: 1.3rem; } }
  .content-dashboard .profile .label {
    font-weight: 500;
    font-size: 12px;
    padding: 14px 0 12px;
    letter-spacing: -.1px; }
    @media only screen and (max-width: 767px) {
      .content-dashboard .profile .label {
        font-size: 10px;
        margin: 10px 0; } }
  .content-dashboard .profile p {
    font-size: 1.1rem;
    line-height: 1.3;
    letter-spacing: -0.3px; }
    @media only screen and (max-width: 767px) {
      .content-dashboard .profile p {
        font-size: 0.7rem; } }
  .content-dashboard .profile .lesson-info {
    padding: 5px 0 22px 0; }
    .content-dashboard .profile .lesson-info .image {
      width: 33%;
      float: left;
      border-radius: 5px;
      overflow: hidden; }
      @media only screen and (max-width: 480px) {
        .content-dashboard .profile .lesson-info .image {
          width: 100%; } }
    .content-dashboard .profile .lesson-info .info-block {
      padding-left: 13px;
      width: 67%;
      float: left; }
      @media only screen and (max-width: 480px) {
        .content-dashboard .profile .lesson-info .info-block {
          width: 100%;
          padding-left: 0; } }
      .content-dashboard .profile .lesson-info .info-block .label {
        font-weight: 500;
        font-size: 12px;
        padding: 0 0 12px;
        letter-spacing: -0.4px;
        line-height: 1; }
      .content-dashboard .profile .lesson-info .info-block p {
        line-height: 1.7;
        opacity: .7;
        font-size: 0.9rem;
        letter-spacing: 0px; }
        @media only screen and (max-width: 767px) {
          .content-dashboard .profile .lesson-info .info-block p {
            font-size: 0.8rem; } }
  .content-dashboard .ranking-overview h6 {
    font-size: 0.8rem; }
    @media only screen and (max-width: 991px) {
      .content-dashboard .ranking-overview h6 {
        font-size: 0.7rem; } }
  .content-dashboard .ranking-overview .ranking-overview-header {
    text-align: center;
    margin: -1.5rem -1.2rem 0;
    border: 1px solid #fff;
    background: #f1f1f1; }
    .content-dashboard .ranking-overview .ranking-overview-header .col {
      padding: 37px 10px !important; }
      .content-dashboard .ranking-overview .ranking-overview-header .col > div {
        font-family: 'BebasNeueBold';
        font-size: 32px;
        padding-top: 5px;
        line-height: 1; }
        @media only screen and (max-width: 1200px) {
          .content-dashboard .ranking-overview .ranking-overview-header .col > div {
            font-size: 28px; } }
        @media only screen and (max-width: 991px) {
          .content-dashboard .ranking-overview .ranking-overview-header .col > div {
            font-size: 22px; } }
        @media only screen and (max-width: 767px) {
          .content-dashboard .ranking-overview .ranking-overview-header .col > div {
            font-size: 18px; } }
        .content-dashboard .ranking-overview .ranking-overview-header .col > div span {
          font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
          font-size: 16px;
          line-height: 1;
          top: -7px;
          position: relative; }
        .content-dashboard .ranking-overview .ranking-overview-header .col > div sup {
          top: -0.6em;
          font-size: 52%; }
  .content-dashboard .ranking-overview .ranking-overview-badges {
    padding: 36px 0 0; }
    .content-dashboard .ranking-overview .ranking-overview-badges h6 {
      margin-bottom: 28px; }
    .content-dashboard .ranking-overview .ranking-overview-badges .carousel-content {
      position: relative;
      padding: 0 20px; }
    .content-dashboard .ranking-overview .ranking-overview-badges .item {
      font-weight: 500;
      padding-bottom: 37px; }
      .content-dashboard .ranking-overview .ranking-overview-badges .item .pic {
        padding: 30px; }
        @media only screen and (max-width: 1200px) {
          .content-dashboard .ranking-overview .ranking-overview-badges .item .pic {
            padding: 25px; } }
        @media only screen and (max-width: 991px) {
          .content-dashboard .ranking-overview .ranking-overview-badges .item .pic {
            padding: 20px; } }
        @media only screen and (max-width: 767px) {
          .content-dashboard .ranking-overview .ranking-overview-badges .item .pic {
            padding: 10px; } }
        .content-dashboard .ranking-overview .ranking-overview-badges .item .pic img {
          max-width: 140px; }
      .content-dashboard .ranking-overview .ranking-overview-badges .item span {
        width: calc(100% - 35px);
        max-width: 90px;
        padding-right: 9px;
        float: left;
        line-height: 1.2; }
        @media only screen and (max-width: 767px) {
          .content-dashboard .ranking-overview .ranking-overview-badges .item span {
            max-width: 90px; } }
    .content-dashboard .ranking-overview .ranking-overview-badges .slick-arrow {
      position: absolute;
      left: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 10; }
      .content-dashboard .ranking-overview .ranking-overview-badges .slick-arrow svg {
        width: 18px; }
      .content-dashboard .ranking-overview .ranking-overview-badges .slick-arrow.next {
        left: auto;
        right: 0; }
    .content-dashboard .ranking-overview .ranking-overview-badges .btn, .content-dashboard .ranking-overview .ranking-overview-badges .all-wrapper .fc-button, .all-wrapper .content-dashboard .ranking-overview .ranking-overview-badges .fc-button {
      margin-top: -7px; }
  @media only screen and (max-width: 767px) {
    .content-dashboard .ranking-overview .hidden-xs {
      display: none; } }
  .content-dashboard .ranking-overview .visible-xs {
    display: none; }
    @media only screen and (max-width: 767px) {
      .content-dashboard .ranking-overview .visible-xs {
        display: block; } }
  .content-dashboard .ranking-overview .eq-progress.progress span {
    left: 100% !important;
    margin-left: 5px;
    color: #212121; }
  .content-dashboard .courses-grid-carousel {
    padding: 15px 0;
    margin: 0 -12px; }
    .content-dashboard .courses-grid-carousel .item .course-info h3 {
      min-height: 80px; }
    .content-dashboard .courses-grid-carousel .slick-track {
      display: -ms-flexbox !important;
      display: flex !important; }
    .content-dashboard .courses-grid-carousel .slick-slide {
      height: inherit !important; }
    .content-dashboard .courses-grid-carousel .col {
      padding: 0 12px;
      width: 100% !important;
      display: block;
      max-width: 100% !important;
      min-height: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex; }
      .content-dashboard .courses-grid-carousel .col .item {
        width: 100%;
        margin: 0; }
  .content-dashboard .trending-students .trending-students-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e6;
    margin: 0 0 30px 0; }
    .content-dashboard .trending-students .trending-students-header .btn, .content-dashboard .trending-students .trending-students-header .all-wrapper .fc-button, .all-wrapper .content-dashboard .trending-students .trending-students-header .fc-button {
      padding: .5rem 0.1rem;
      width: 100%;
      max-width: 245px;
      margin: -8px 0 0 0; }
      @media only screen and (max-width: 991px) {
        .content-dashboard .trending-students .trending-students-header .btn, .content-dashboard .trending-students .trending-students-header .all-wrapper .fc-button, .all-wrapper .content-dashboard .trending-students .trending-students-header .fc-button {
          margin: 0;
          max-width: 200px; } }
  .content-dashboard .trending-students .trending-students-block {
    padding: 0 35px;
    position: relative; }
    .content-dashboard .trending-students .trending-students-block .item {
      padding: 0 20px !important;
      text-align: center; }
      .content-dashboard .trending-students .trending-students-block .item .pic {
        border-radius: 50%;
        overflow: hidden;
        display: table;
        margin: 0 auto;
        border: 2px solid;
        border-color: transparent;
        display: inline-block; }
        .content-dashboard .trending-students .trending-students-block .item .pic img {
          max-width: 120px;
          width: 100%; }
      .content-dashboard .trending-students .trending-students-block .item .rank {
        font-family: BebasNeueBold;
        font-size: 22px;
        color: #202020;
        background: #ffffff;
        padding: 4px 0 0;
        line-height: 1;
        display: table;
        text-align: center;
        border-radius: 40px;
        min-width: 37px;
        margin: -26px auto 8px auto;
        z-index: 1;
        position: relative; }
        .content-dashboard .trending-students .trending-students-block .item .rank svg {
          fill: #fdc702;
          width: 12px;
          height: 12px; }
      .content-dashboard .trending-students .trending-students-block .item .personal-info {
        border-bottom: 1px solid #ccc;
        padding-bottom: 7px;
        display: table;
        margin: 0 auto 13px;
        text-align: center; }
        .content-dashboard .trending-students .trending-students-block .item .personal-info h5 {
          font-size: 1.05rem;
          display: table;
          margin: 0 auto 2px; }
        .content-dashboard .trending-students .trending-students-block .item .personal-info .position {
          opacity: 0.5;
          display: table;
          margin: 0 auto 2px;
          font-size: 16px; }
      .content-dashboard .trending-students .trending-students-block .item .completed-compolents-info .caption {
        width: 100%;
        max-width: 145px;
        margin: 0 auto;
        line-height: 1.2;
        padding: 0 0 16px 0; }
      .content-dashboard .trending-students .trending-students-block .item .completed-compolents-info h5 {
        margin-bottom: 0px;
        font-family: BebasNeueBold;
        font-size: 24px;
        color: #8eb82f; }
        .content-dashboard .trending-students .trending-students-block .item .completed-compolents-info h5 sup {
          font-size: 66%;
          top: -0.4rem; }
      .content-dashboard .trending-students .trending-students-block .item .completed-compolents-info span {
        font-family: BebasNeueRegular;
        font-size: 14px;
        letter-spacing: 1.2px; }
        .content-dashboard .trending-students .trending-students-block .item .completed-compolents-info span .h5 {
          font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
          font-size: 15px;
          font-weight: 500;
          line-height: 1;
          letter-spacing: -0.1px;
          margin-top: -1px; }
    .content-dashboard .trending-students .trending-students-block .slick-arrow {
      position: absolute;
      left: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .content-dashboard .trending-students .trending-students-block .slick-arrow svg {
        width: 18px; }
      .content-dashboard .trending-students .trending-students-block .slick-arrow.next {
        left: auto;
        right: 0; }
  .content-dashboard .top-students .top-students-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e6;
    margin: 0 0 30px 0; }
    .content-dashboard .top-students .top-students-header .btn, .content-dashboard .top-students .top-students-header .all-wrapper .fc-button, .all-wrapper .content-dashboard .top-students .top-students-header .fc-button {
      padding: .5rem 0.1rem;
      width: 100%;
      max-width: 245px;
      margin: -8px 0 0 0; }
      @media only screen and (max-width: 991px) {
        .content-dashboard .top-students .top-students-header .btn, .content-dashboard .top-students .top-students-header .all-wrapper .fc-button, .all-wrapper .content-dashboard .top-students .top-students-header .fc-button {
          margin: 0;
          max-width: 200px; } }
  .content-dashboard .top-students .top-students-block {
    padding: 0 35px;
    position: relative; }
    .content-dashboard .top-students .top-students-block .item {
      text-align: center; }
      .content-dashboard .top-students .top-students-block .item.first .pic {
        border-color: #202020; }
      .content-dashboard .top-students .top-students-block .item.first .rank {
        color: #fff;
        background: #202020; }
      .content-dashboard .top-students .top-students-block .item .pic {
        border-radius: 50%;
        overflow: hidden;
        display: table;
        margin: 0 auto;
        border: 2px solid;
        border-color: transparent;
        display: inline-block; }
        .content-dashboard .top-students .top-students-block .item .pic img {
          max-width: 120px;
          width: 100%; }
      .content-dashboard .top-students .top-students-block .item .rank {
        font-family: BebasNeueBold;
        font-size: 22px;
        color: #202020;
        background: #ffffff;
        padding: 4px 0 0;
        line-height: 1;
        min-width: 50px;
        display: table;
        text-align: center;
        border-radius: 40px;
        margin: -22px auto 6px auto;
        z-index: 1;
        position: relative; }
        .content-dashboard .top-students .top-students-block .item .rank sup {
          top: -0.3em;
          font-size: 72%;
          left: 1px; }
      .content-dashboard .top-students .top-students-block .item .block-progress {
        width: 120px;
        font-size: 16px;
        font-weight: 800;
        letter-spacing: -0.6px;
        padding-bottom: 3px;
        margin: 0 auto; }
        @media only screen and (max-width: 1200px) {
          .content-dashboard .top-students .top-students-block .item .block-progress {
            font-size: 14px; } }
        @media only screen and (max-width: 991px) {
          .content-dashboard .top-students .top-students-block .item .block-progress {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .content-dashboard .top-students .top-students-block .item .block-progress {
            float: left;
            font-size: 10px; } }
        .content-dashboard .top-students .top-students-block .item .block-progress .progress {
          height: 20px; }
          .content-dashboard .top-students .top-students-block .item .block-progress .progress span {
            font-family: BebasNeueBold;
            font-size: 1rem;
            padding-top: 3px; }
      .content-dashboard .top-students .top-students-block .item .personal-info {
        border-bottom: 1px solid #ccc;
        padding-bottom: 7px;
        display: table;
        margin: 0 auto 13px;
        text-align: center; }
        .content-dashboard .top-students .top-students-block .item .personal-info h5 {
          font-size: 1.05rem;
          margin-bottom: 2px;
          display: table;
          margin: 0 auto 2px; }
        .content-dashboard .top-students .top-students-block .item .personal-info .position {
          opacity: 0.5;
          display: table;
          margin: 0 auto;
          font-size: 16px; }
      .content-dashboard .top-students .top-students-block .item .points-info h5 {
        margin-bottom: 0px;
        font-family: BebasNeueBold;
        font-size: 24px;
        color: #8eb82f; }
        .content-dashboard .top-students .top-students-block .item .points-info h5 sup {
          font-size: 66%; }
      .content-dashboard .top-students .top-students-block .item .points-info span {
        font-family: BebasNeueRegular;
        font-size: 14px;
        letter-spacing: 1.2px; }
        .content-dashboard .top-students .top-students-block .item .points-info span .h5 {
          font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
          font-size: 16px;
          font-weight: 700;
          line-height: 1;
          letter-spacing: -0.1px;
          margin-top: -1px; }
          @media only screen and (max-width: 991px) {
            .content-dashboard .top-students .top-students-block .item .points-info span .h5 {
              font-size: 14px; } }
          @media only screen and (max-width: 767px) {
            .content-dashboard .top-students .top-students-block .item .points-info span .h5 {
              font-size: 12px; } }
    .content-dashboard .top-students .top-students-block .slick-arrow {
      position: absolute;
      left: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .content-dashboard .top-students .top-students-block .slick-arrow svg {
        width: 18px; }
      .content-dashboard .top-students .top-students-block .slick-arrow.next {
        left: auto;
        right: 0; }
  .content-dashboard .featured-content .featured-content-header {
    padding-right: 85px;
    position: relative; }
    .content-dashboard .featured-content .featured-content-header .slick-arrow {
      position: absolute;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: table;
      line-height: 1; }
      .content-dashboard .featured-content .featured-content-header .slick-arrow svg {
        width: 12px; }
      .content-dashboard .featured-content .featured-content-header .slick-arrow.prev {
        left: auto;
        right: 72px; }
  .content-dashboard .good_to_know-content .good_to_know-content-header {
    padding-right: 85px;
    position: relative; }
    .content-dashboard .good_to_know-content .good_to_know-content-header .slick-arrow {
      position: absolute;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: table;
      line-height: 1; }
      .content-dashboard .good_to_know-content .good_to_know-content-header .slick-arrow svg {
        width: 12px; }
      .content-dashboard .good_to_know-content .good_to_know-content-header .slick-arrow.prev {
        left: auto;
        right: 72px; }
  .content-dashboard .sweepstakes-content .sweepstakes-content-header {
    padding-right: 85px;
    position: relative; }
    .content-dashboard .sweepstakes-content .sweepstakes-content-header .slick-arrow {
      position: absolute;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: table;
      line-height: 1; }
      .content-dashboard .sweepstakes-content .sweepstakes-content-header .slick-arrow svg {
        width: 12px; }
      .content-dashboard .sweepstakes-content .sweepstakes-content-header .slick-arrow.prev {
        left: auto;
        right: 72px; }
  .content-dashboard .sweepstakes-content .sweepstakes-content-carousel {
    padding: 10px 0px; }

.events-list {
  padding: 90px 0; }
  @media only screen and (max-width: 1200px) {
    .events-list {
      padding: 70px 0; } }
  @media only screen and (max-width: 991px) {
    .events-list {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .events-list {
      padding: 20px 0; } }
  .events-list .col {
    padding-bottom: 30px; }
  .events-list .event {
    padding: 15px;
    border: 1px solid #dcdcdc;
    height: 100%; }

.event-details .event-details-header {
  background: #fff; }
  .event-details .event-details-header .content-box {
    padding-bottom: 0;
    padding-top: 0; }
  .event-details .event-details-header .btn-back {
    font-weight: 500;
    font-size: 14px;
    color: #202020;
    letter-spacing: 0.1px;
    font-family: 'ProximaNova-Bold';
    padding: 0;
    margin: 30px 0; }
    @media only screen and (max-width: 1200px) {
      .event-details .event-details-header .btn-back {
        margin: 25px 0;
        font-size: 12px; } }
    @media only screen and (max-width: 991px) {
      .event-details .event-details-header .btn-back {
        margin: 20px 0; } }
    @media only screen and (max-width: 767px) {
      .event-details .event-details-header .btn-back {
        margin: 10px 0;
        font-size: 10px; } }
    .event-details .event-details-header .btn-back svg {
      height: 15px;
      float: left;
      width: 9px;
      fill: #202020;
      top: 2px;
      position: relative;
      margin-right: 18px;
      transition: all 0.2s ease-in-out; }
      @media only screen and (max-width: 991px) {
        .event-details .event-details-header .btn-back svg {
          margin-right: 10px; } }
      @media only screen and (max-width: 767px) {
        .event-details .event-details-header .btn-back svg {
          width: 5px;
          margin-right: 5px;
          top: -1px; } }
    .event-details .event-details-header .btn-back:hover {
      color: #8eb82f; }
      .event-details .event-details-header .btn-back:hover svg {
        fill: #8eb82f; }

.event-details .event-details-info {
  background: #f3f3f3; }
  .event-details .event-details-info .content-box {
    padding-top: 49px;
    padding-bottom: 65px; }
    @media only screen and (max-width: 1200px) {
      .event-details .event-details-info .content-box {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media only screen and (max-width: 991px) {
      .event-details .event-details-info .content-box {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      .event-details .event-details-info .content-box {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .event-details .event-details-info .event-type {
    float: left; }
    .event-details .event-details-info .event-type svg {
      fill: #8eb82f;
      width: 40px;
      height: 40px;
      margin: 0; }
      @media only screen and (max-width: 1200px) {
        .event-details .event-details-info .event-type svg {
          width: 35px;
          height: 35px; } }
      @media only screen and (max-width: 991px) {
        .event-details .event-details-info .event-type svg {
          width: 30px;
          height: 30px; } }
    .event-details .event-details-info .event-type h5 {
      line-height: 1;
      font-size: 0.9rem;
      margin: 0; }
  .event-details .event-details-info .live-steats {
    float: left;
    padding: 16px 10px; }
    .event-details .event-details-info .live-steats .live {
      background: #ffa200;
      border-radius: 30px;
      color: #fff;
      text-align: center;
      width: 60px;
      height: 28px;
      line-height: 28px;
      letter-spacing: 1.6px;
      font-family: 'BebasNeueRegular';
      display: inline-block; }
    .event-details .event-details-info .live-steats .seats {
      font-family: 'BebasNeueRegular';
      font-size: 12px;
      letter-spacing: 1.2px; }
  .event-details .event-details-info .block-title h1 {
    font-size: 1.5rem;
    font-family: 'ProximaNova-ExtraBold';
    padding: 23px 0 2px; }
    @media only screen and (max-width: 767px) {
      .event-details .event-details-info .block-title h1 {
        padding: 15px 0 2px;
        font-size: 1.2rem; } }
  .event-details .event-details-info .content {
    opacity: 0.5; }
  .event-details .event-details-info .dates {
    padding: 10px 0; }
    .event-details .event-details-info .dates .item-label {
      font-family: 'ProximaNova-Regular';
      opacity: 0.5;
      letter-spacing: -0.3px;
      font-size: 0.8rem;
      padding-bottom: 3px; }
    .event-details .event-details-info .dates .item-value {
      line-height: 1;
      padding: 0 0 13px;
      font-size: 20px; }
      @media only screen and (max-width: 1200px) {
        .event-details .event-details-info .dates .item-value {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .event-details .event-details-info .dates .item-value {
          font-size: 16px; } }
      .event-details .event-details-info .dates .item-value sup {
        font-family: 'ProximaNova-Regular';
        top: -0.3em;
        font-size: 63%;
        padding-left: 5px; }
    .event-details .event-details-info .dates .time,
    .event-details .event-details-info .dates .date {
      font-family: 'BebasNeueBold'; }
      .event-details .event-details-info .dates .time .item-value,
      .event-details .event-details-info .dates .date .item-value {
        font-family: 'BebasNeueBold';
        text-transform: uppercase;
        letter-spacing: 0.7px;
        font-size: 22px; }
        @media only screen and (max-width: 1200px) {
          .event-details .event-details-info .dates .time .item-value,
          .event-details .event-details-info .dates .date .item-value {
            font-size: 20px; } }
        @media only screen and (max-width: 991px) {
          .event-details .event-details-info .dates .time .item-value,
          .event-details .event-details-info .dates .date .item-value {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .event-details .event-details-info .dates .time .item-value,
          .event-details .event-details-info .dates .date .item-value {
            font-size: 16px; } }
      .event-details .event-details-info .dates .time .event-time,
      .event-details .event-details-info .dates .date .event-time {
        float: left; }
        .event-details .event-details-info .dates .time .event-time svg,
        .event-details .event-details-info .dates .date .event-time svg {
          float: left;
          width: 18px;
          height: 18px; }
        .event-details .event-details-info .dates .time .event-time span,
        .event-details .event-details-info .dates .date .event-time span {
          font-size: 12px;
          padding: 5px;
          font-family: 'ProximaNova-Regular';
          float: left; }
    .event-details .event-details-info .dates .loc {
      font-family: 'ProximaNova-Bold'; }
    .event-details .event-details-info .dates .directions-link {
      border: 1px solid #e93538;
      border-radius: 30px;
      display: block;
      padding: 10px;
      font-family: 'ProximaNova-Bold';
      color: #212121;
      text-align: center; }
      .event-details .event-details-info .dates .directions-link svg {
        display: inline-block;
        height: 15px;
        width: 10px;
        margin-bottom: -2px;
        display: inline-block;
        margin-right: 10px; }

.rsvp_modal .modal-dialog.modal-small {
  max-width: 480px; }

.rsvp_modal .modal-body {
  padding: 30px; }
  .rsvp_modal .modal-body h2 {
    font-family: 'ProximaNova-ExtraBold';
    color: #8eb82f;
    margin-bottom: 25px; }
  .rsvp_modal .modal-body .form-content {
    padding: 20px 0;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    display: table; }
    .rsvp_modal .modal-body .form-content button[type="submit"] {
      text-align: center;
      background: #8eb82f;
      color: #202020;
      display: block;
      text-align: center;
      float: none;
      width: 100%;
      margin-top: 50px; }
      .rsvp_modal .modal-body .form-content button[type="submit"]:hover {
        background: #202020;
        color: #fff; }

.rsvp_phone .parsley-errors-list {
  left: 0;
  right: 0; }

.rsvp_phone input {
  background-color: #fff;
  border: 1px solid #cecece; }

.btn-rsvp {
  float: right;
  text-align: center;
  min-width: 160px;
  font-family: 'ProximaNova-SemiBold';
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  letter-spacing: 0.2px;
  margin: 8px 0;
  border: none; }
  .btn-rsvp svg {
    fill: #fff;
    width: 8px;
    height: 13px;
    margin-left: 15px;
    display: inline-block;
    top: 2px;
    position: relative; }

.event-attended-users {
  background: #fff; }
  .event-attended-users .table tbody td {
    font-size: 14px;
    font-family: 'ProximaNova-Bold';
    line-height: 1.2; }
    .event-attended-users .table tbody td .phone {
      font-size: 16px; }
  .event-attended-users .employee-filter {
    background: #f3f3f3;
    padding: 0; }
    .event-attended-users .employee-filter .custom_row {
      margin: 0 -15px; }
      .event-attended-users .employee-filter .custom_row .col {
        float: left;
        width: 20%;
        max-width: 160px; }
        @media only screen and (max-width: 991px) {
          .event-attended-users .employee-filter .custom_row .col {
            width: 25%; } }
        @media only screen and (max-width: 767px) {
          .event-attended-users .employee-filter .custom_row .col {
            width: 50%;
            max-width: 100%; } }
        .event-attended-users .employee-filter .custom_row .col.right {
          float: right; }
          @media only screen and (max-width: 767px) {
            .event-attended-users .employee-filter .custom_row .col.right {
              float: left; } }
        .event-attended-users .employee-filter .custom_row .col.col-search {
          max-width: 200px; }
    .event-attended-users .employee-filter select.form-control {
      color: #202020;
      background-color: transparent;
      border: none;
      border: none;
      font-size: 16px;
      font-weight: 700;
      padding-left: 0;
      margin-top: 7px; }
      @media only screen and (max-width: 991px) {
        .event-attended-users .employee-filter select.form-control {
          font-size: 14px; } }
  .event-attended-users .table .check {
    min-width: 40px; }
  .event-attended-users .table .pic {
    min-width: 90px; }
    @media only screen and (max-width: 991px) {
      .event-attended-users .table .pic {
        min-width: 80px; } }
    @media only screen and (max-width: 767px) {
      .event-attended-users .table .pic {
        min-width: 70px; } }
    .event-attended-users .table .pic img {
      width: 60px;
      height: 60px;
      border-radius: 50%; }
      @media only screen and (max-width: 991px) {
        .event-attended-users .table .pic img {
          width: 50px;
          height: 50px; } }
      @media only screen and (max-width: 767px) {
        .event-attended-users .table .pic img {
          width: 40px;
          height: 40px; } }
  .event-attended-users .table .actions {
    width: 180px; }
  .event-attended-users .table .btn-rounded {
    font-family: 'ProximaNova-Bold';
    letter-spacing: 0.1px;
    font-size: 14px;
    padding: 0.7rem 1.2rem;
    background: #202020;
    color: #fff; }
    .event-attended-users .table .btn-rounded svg {
      margin-left: 20px;
      fill: #fff; }
    .event-attended-users .table .btn-rounded:hover {
      background: #8eb82f;
      color: #202020; }
      .event-attended-users .table .btn-rounded:hover svg {
        fill: #202020; }
  .event-attended-users .option.option-attended-content {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 20px; }
    @media only screen and (max-width: 991px) {
      .event-attended-users .option.option-attended-content {
        margin-right: 15px; } }
    @media only screen and (max-width: 767px) {
      .event-attended-users .option.option-attended-content {
        margin-right: 10px; } }
    .event-attended-users .option.option-attended-content [type="checkbox"]:checked + label:before {
      border: 1px solid #212121;
      background: #212121; }
    .event-attended-users .option.option-attended-content [type="checkbox"]:checked + label svg {
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 1; }
    .event-attended-users .option.option-attended-content [type="checkbox"] + label {
      position: relative;
      width: 30px;
      height: 30px;
      padding: 0; }
      .event-attended-users .option.option-attended-content [type="checkbox"] + label:after {
        display: none; }
      .event-attended-users .option.option-attended-content [type="checkbox"] + label:before {
        width: auto;
        height: auto;
        border-radius: 50%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border: 1px solid #a3a3a3;
        background: #fff; }
      .event-attended-users .option.option-attended-content [type="checkbox"] + label svg {
        width: 12px;
        height: 12px;
        position: absolute;
        left: 50%;
        top: 50%;
        transition: all 0.5s;
        fill: #8eb82f;
        -ms-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0; }

.event-rsvp-item {
  width: 100%;
  margin-bottom: 0;
  background: #f4f4f4;
  padding: 10px 20px;
  border-bottom: 1px solid #f0f0f0; }
  @media only screen and (max-width: 1400px) {
    .event-rsvp-item {
      padding: 15px; } }
  @media only screen and (max-width: 767px) {
    .event-rsvp-item {
      padding: 10px; } }
  .event-rsvp-item .item-col {
    float: left; }
  .event-rsvp-item .pic {
    border-radius: 3px;
    overflow: hidden;
    border-radius: 50%;
    width: 60px; }
    @media only screen and (max-width: 1200px) {
      .event-rsvp-item .pic {
        width: 50px; } }
    @media only screen and (max-width: 991px) {
      .event-rsvp-item .pic {
        width: 40px; } }
  .event-rsvp-item .info {
    font-family: 'ProximaNova-SemiBold';
    font-size: 14px;
    letter-spacing: 0px;
    padding: 20px 10px 20px 30px;
    width: calc(100% - ( 70px +  340px )); }
    @media only screen and (max-width: 1200px) {
      .event-rsvp-item .info {
        width: calc(100% - ( 60px +  340px )); } }
    @media only screen and (max-width: 991px) {
      .event-rsvp-item .info {
        padding: 0 10px;
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .event-rsvp-item .info {
        width: calc(100% - 50px);
        font-size: 10px;
        padding: 0 5px; } }
    .event-rsvp-item .info .subtitle {
      padding-bottom: 10px; }
  .event-rsvp-item .actions {
    padding: 15px 0;
    width: 340px;
    float: right; }
    @media only screen and (max-width: 991px) {
      .event-rsvp-item .actions {
        padding: 10px 0;
        width: 100%; } }
    .event-rsvp-item .actions .status {
      width: 100%;
      max-width: 175px;
      border: 2px solid #8eb82f;
      border-radius: 3px;
      font-family: 'ProximaNova-Bold';
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: -0.1px;
      line-height: 26px;
      text-align: center;
      float: right; }
      @media only screen and (max-width: 991px) {
        .event-rsvp-item .actions .status {
          float: left; } }
      .event-rsvp-item .actions .status.rejected {
        border: 2px solid #f03428;
        width: 100%;
        max-width: 150px;
        margin: 8px 0; }
    .event-rsvp-item .actions .btn-rounded {
      float: right;
      border: none;
      text-align: center;
      min-width: 155px;
      color: #fff;
      font-family: 'ProximaNova-SemiBold';
      padding: 0.7rem 0.6rem;
      font-size: 0.9rem;
      letter-spacing: 0.2px;
      margin-left: 15px; }
      @media only screen and (max-width: 991px) {
        .event-rsvp-item .actions .btn-rounded {
          float: left; } }
      .event-rsvp-item .actions .btn-rounded svg {
        fill: #fff;
        width: 18px;
        height: 18px;
        margin-left: 15px;
        display: inline-block;
        top: 3px;
        position: relative; }
      .event-rsvp-item .actions .btn-rounded.btn-reject {
        background: #ec3537; }
        .event-rsvp-item .actions .btn-rounded.btn-reject svg {
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .event-rsvp-item .actions .btn-rounded.btn-reject:hover {
          background: #202020;
          color: #fff; }
          .event-rsvp-item .actions .btn-rounded.btn-reject:hover svg {
            fill: #fff; }

.rsvp-events-status-list .event-item {
  margin-top: 30px;
  margin-bottom: 0; }

.event-item {
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 22px 2px #cccccc;
  -moz-box-shadow: 0px 0px 22px 2px #cccccc;
  box-shadow: 0px 0px 22px 2px #cccccc;
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 20px; }
  @media only screen and (max-width: 1400px) {
    .event-item {
      padding: 15px; } }
  @media only screen and (max-width: 767px) {
    .event-item {
      padding: 10px; } }
  .event-item .item-col {
    float: left; }
  .event-item .pic {
    border-radius: 3px;
    overflow: hidden; }
  .event-item .info {
    padding: 0 10px 0 20px; }
    @media only screen and (max-width: 991px) {
      .event-item .info {
        padding: 0 10px; } }
    @media only screen and (max-width: 767px) {
      .event-item .info {
        padding: 0 5px; } }
    .event-item .info .subtitle {
      opacity: 0.5;
      font-family: 'ProximaNova-Bold';
      font-size: 12px;
      letter-spacing: 0.9px; }
    .event-item .info .title {
      color: #202020;
      font-family: 'ProximaNova-ExtraBold';
      font-size: 18px; }
      @media only screen and (max-width: 991px) {
        .event-item .info .title {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .event-item .info .title {
          font-size: 14px; } }
    .event-item .info .content,
    .event-item .info .caption {
      font-family: 'ProximaNova-Regular';
      opacity: 0.5;
      letter-spacing: -0.3px; }
  .event-item.editable .info {
    width: calc(100% - ( 50px + 70px + 260px + 180px )); }
    @media only screen and (max-width: 1200px) {
      .event-item.editable .info {
        width: calc(100% - ( 50px + 60px + 180px + 180px )); } }
    @media only screen and (max-width: 767px) {
      .event-item.editable .info {
        width: calc(100% - ( 45px + 60px + 180px + 180px )); } }
    @media only screen and (max-width: 767px) {
      .event-item.editable .info {
        width: calc(100% - (40px + 50px)); } }
    .event-item.editable .info .subtitle {
      padding-bottom: 10px; }
  .event-item .pic {
    width: 70px; }
    @media only screen and (max-width: 1200px) {
      .event-item .pic {
        width: 60px; } }
    @media only screen and (max-width: 991px) {
      .event-item .pic {
        width: 50px; } }
    .event-item .pic svg {
      fill: #8eb82f;
      width: 40px;
      height: 40px;
      margin: 10px 0 5px; }
      @media only screen and (max-width: 1200px) {
        .event-item .pic svg {
          width: 35px;
          height: 35px; } }
      @media only screen and (max-width: 991px) {
        .event-item .pic svg {
          width: 30px;
          height: 30px; } }
    .event-item .pic h5 {
      font-size: 1rem;
      margin: 0; }
  .event-item .info {
    width: calc(100% - ( 70px + 260px + 180px )); }
    @media only screen and (max-width: 1200px) {
      .event-item .info {
        width: calc(100% - ( 60px + 180px + 180px )); } }
    @media only screen and (max-width: 767px) {
      .event-item .info {
        width: calc(100% - ( 60px + 180px + 180px )); } }
    @media only screen and (max-width: 767px) {
      .event-item .info {
        width: calc(100% - 50px); } }
    .event-item .info .subtitle {
      padding-bottom: 10px; }
  .event-item .location {
    padding-right: 10px;
    width: 260px; }
    @media only screen and (max-width: 1200px) {
      .event-item .location {
        width: 180px; } }
    @media only screen and (max-width: 991px) {
      .event-item .location {
        width: 100%;
        padding: 15px 0; } }
    @media only screen and (max-width: 767px) {
      .event-item .location {
        width: 100%;
        padding: 10px 0; } }
    .event-item .location .item-label {
      font-family: 'ProximaNova-Regular';
      opacity: 0.5;
      letter-spacing: -0.3px;
      font-size: 0.8rem;
      padding-bottom: 3px; }
    .event-item .location .item-value {
      font-family: 'ProximaNova-Bold';
      font-size: 18px; }
      @media only screen and (max-width: 1200px) {
        .event-item .location .item-value {
          font-size: 16px; } }
    .event-item .location .date .item-value {
      font-family: 'BebasNeueBold';
      font-size: 22px;
      letter-spacing: 0.7px; }
    .event-item .location .loc {
      padding-top: 40px; }
      @media only screen and (max-width: 1200px) {
        .event-item .location .loc {
          padding-top: 30px; } }
      @media only screen and (max-width: 991px) {
        .event-item .location .loc {
          padding-top: 20px; } }
      @media only screen and (max-width: 767px) {
        .event-item .location .loc {
          padding-top: 10px; } }
  .event-item .actions {
    width: 180px;
    float: right; }
    @media only screen and (max-width: 991px) {
      .event-item .actions {
        width: 100%; } }
    @media only screen and (max-width: 991px) {
      .event-item .actions .btn-success {
        float: left; } }
    .event-item .actions .info {
      width: 100%;
      padding: 40px 0 0 0; }
      @media only screen and (max-width: 1200px) {
        .event-item .actions .info {
          padding: 30px 0 0 0; } }
      @media only screen and (max-width: 991px) {
        .event-item .actions .info {
          padding: 20px 0 0 0; } }
      @media only screen and (max-width: 767px) {
        .event-item .actions .info {
          padding: 10px 0 0 0; } }
      .event-item .actions .info .live {
        float: left;
        background: #ffa200;
        border-radius: 30px;
        color: #fff;
        text-align: center;
        width: 60px;
        height: 28px;
        line-height: 28px;
        letter-spacing: 1.6px;
        font-family: 'BebasNeueRegular'; }
      .event-item .actions .info .time-seats {
        float: left;
        width: calc(100% - 60px);
        font-size: 14px;
        padding-left: 6px;
        letter-spacing: 1px;
        line-height: 1.2; }
        .event-item .actions .info .time-seats .time {
          font-family: 'BebasNeueBold'; }
        .event-item .actions .info .time-seats .seats {
          font-family: 'BebasNeueRegular';
          color: #ffa200;
          font-size: 12px;
          letter-spacing: 1.2px;
          padding: 5px 0; }
  .event-item .btn-success {
    float: right;
    border: none;
    text-align: center;
    min-width: 155px;
    font-family: 'ProximaNova-SemiBold';
    padding: 0.7rem 0.6rem;
    font-size: 0.9rem;
    letter-spacing: 0.2px; }
    .event-item .btn-success svg {
      fill: #fff;
      width: 8px;
      height: 13px;
      margin-left: 15px;
      display: inline-block; }
  .event-item:hover {
    border: 1px solid #8eb82f; }

.featured-event-item {
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 3px;
  position: relative; }
  @media only screen and (max-width: 1400px) {
    .featured-event-item {
      padding: 15px; } }
  @media only screen and (max-width: 767px) {
    .featured-event-item {
      padding: 10px; } }
  .featured-event-item .item-col {
    float: left; }
  .featured-event-item .pic {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    width: auto !important;
    border: 2px solid #8eb82f;
    background-size: cover;
    background-size: cover;
    padding-bottom: 70%;
    background: #fff; }
    .featured-event-item .pic img {
      position: absolute;
      left: 50%;
      top: 50%;
      min-width: 100%;
      min-height: 100%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .featured-event-item .info .title {
    color: #202020;
    font-family: 'ProximaNova-ExtraBold';
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px; }
    @media only screen and (max-width: 991px) {
      .featured-event-item .info .title {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .featured-event-item .info .title {
        font-size: 16px; } }
  .featured-event-item .event-type {
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    padding: 15px; }
    @media only screen and (max-width: 767px) {
      .featured-event-item .event-type {
        padding: 10px; } }
    .featured-event-item .event-type svg {
      fill: #8eb82f;
      width: 40px;
      height: 40px;
      margin: 0 0 5px;
      display: table;
      margin: 0 auto 5px; }
      @media only screen and (max-width: 1200px) {
        .featured-event-item .event-type svg {
          width: 35px;
          height: 35px; } }
      @media only screen and (max-width: 991px) {
        .featured-event-item .event-type svg {
          width: 30px;
          height: 30px; } }
    .featured-event-item .event-type h5 {
      font-size: 1rem;
      margin: 0; }
  .featured-event-item .location {
    border-radius: 3px;
    overflow: hidden;
    width: 260px;
    position: absolute;
    background: #fff;
    top: 10px;
    right: 10px;
    padding: 15px; }
    @media only screen and (max-width: 1200px) {
      .featured-event-item .location {
        width: 180px; } }
    @media only screen and (max-width: 991px) {
      .featured-event-item .location {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .featured-event-item .location {
        width: 100%;
        padding: 10px; } }
    .featured-event-item .location .item-label {
      font-family: 'ProximaNova-Regular';
      opacity: 0.5;
      letter-spacing: -0.3px;
      font-size: 0.8rem;
      padding-bottom: 3px;
      width: 60px;
      float: left; }
    .featured-event-item .location .time-seats {
      float: left;
      width: calc(100% - 60px);
      font-size: 14px;
      text-align: right;
      padding-left: 6px;
      letter-spacing: 1px;
      line-height: 1.2; }
      .featured-event-item .location .time-seats .time {
        font-family: 'BebasNeueBold'; }
      .featured-event-item .location .time-seats .seats {
        font-family: 'BebasNeueRegular';
        color: #ffa200;
        font-size: 12px;
        letter-spacing: 1.2px;
        padding: 5px 0; }
    .featured-event-item .location .item-label .item-value {
      font-family: 'ProximaNova-Bold';
      font-size: 18px; }
      @media only screen and (max-width: 1200px) {
        .featured-event-item .location .item-label .item-value {
          font-size: 16px; } }
    .featured-event-item .location .date .item-value {
      font-family: 'BebasNeueBold';
      font-size: 22px;
      letter-spacing: 0.7px; }
    .featured-event-item .location .loc {
      padding-top: 40px; }
      @media only screen and (max-width: 1200px) {
        .featured-event-item .location .loc {
          padding-top: 30px; } }
      @media only screen and (max-width: 991px) {
        .featured-event-item .location .loc {
          padding-top: 20px; } }
      @media only screen and (max-width: 767px) {
        .featured-event-item .location .loc {
          padding-top: 10px; } }
  .featured-event-item .actions {
    width: auto;
    float: none;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px; }
    .featured-event-item .actions .btn-success {
      border: none;
      text-align: center;
      min-width: 155px;
      font-family: 'ProximaNova-SemiBold';
      padding: 0.7rem 0.6rem;
      font-size: 0.9rem;
      letter-spacing: 0.2px;
      margin: 16px auto;
      display: table; }
      .featured-event-item .actions .btn-success svg {
        fill: #fff;
        width: 8px;
        height: 13px;
        margin-left: 15px;
        display: inline-block; }
    .featured-event-item .actions .info {
      width: 100%;
      padding: 40px 0 0 0; }
      @media only screen and (max-width: 1200px) {
        .featured-event-item .actions .info {
          padding: 30px 0 0 0; } }
      @media only screen and (max-width: 991px) {
        .featured-event-item .actions .info {
          padding: 20px 0 0 0; } }
      @media only screen and (max-width: 767px) {
        .featured-event-item .actions .info {
          padding: 10px 0 0 0; } }
  .featured-event-item:hover {
    border: 1px solid #8eb82f; }

#faqs-accordion {
  padding: 90px 80px; }
  #faqs-accordion .faq {
    padding: 25px;
    border-bottom: 1px solid #dcdcdc; }
    #faqs-accordion .faq .collapse-header {
      position: relative;
      display: block;
      padding: 10px 50px 10px 10px; }
      #faqs-accordion .faq .collapse-header svg {
        width: 25px;
        fill: #8eb82f;
        position: absolute;
        top: 50%;
        right: 0;
        -ms-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
        transition: all 0.5s; }
      #faqs-accordion .faq .collapse-header.open svg {
        fill: #000;
        -ms-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0); }
    #faqs-accordion .faq .collapse {
      padding: 20px 10px 10px;
      font-size: 1.2rem; }

.course-details.onboarding-details .onboarding-details-header {
  padding: 0;
  background: #fff; }

.live-details-info {
  background: #f2f2f2; }
  .live-details-info .content-i {
    padding: 50px 0; }
  .live-details-info h4 {
    font-family: 'BebasNeueBold';
    font-size: 1.12rem;
    letter-spacing: 1.9px; }
    @media only screen and (max-width: 1200px) {
      .live-details-info h4 {
        letter-spacing: 1.5px; } }
    @media only screen and (max-width: 991px) {
      .live-details-info h4 {
        letter-spacing: 1.2px; } }
    @media only screen and (max-width: 767px) {
      .live-details-info h4 {
        letter-spacing: 1.1px; } }
  .live-details-info h3 {
    letter-spacing: 0.7px;
    font-family: 'ProximaNova-ExtraBold';
    padding: 13px 0 10px 0; }
    @media only screen and (max-width: 767px) {
      .live-details-info h3 {
        padding: 5px 0; } }
  .live-details-info .download-files {
    padding: 30px 0 0;
    margin: 20px 0;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4; }
    .live-details-info .download-files h5 {
      font-family: 'ProximaNova-Regular';
      opacity: 0.5;
      font-size: 16px;
      margin-bottom: 15px; }
    .live-details-info .download-files .download-file {
      margin-bottom: 30px;
      padding: 10px;
      border: 1px solid #d4d4d4;
      border-radius: 3px;
      background: #fff;
      display: block; }
      .live-details-info .download-files .download-file:hover {
        border: 1px solid #8eb82f; }
      .live-details-info .download-files .download-file .icon {
        float: left;
        width: 45px;
        padding-right: 10px; }
      .live-details-info .download-files .download-file .title {
        font-family: 'ProximaNova-Regular';
        float: left;
        color: #212121;
        font-size: 16px;
        width: calc(100% - 45px); }
  .live-details-info .training-list-block h4 {
    color: #8eb82f; }
  .live-details-info .training-list-block .training-list-header .caption {
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
    line-height: 1.65; }
    @media only screen and (max-width: 991px) {
      .live-details-info .training-list-block .training-list-header .caption {
        font-size: 16px;
        line-height: 1.4; } }
    @media only screen and (max-width: 767px) {
      .live-details-info .training-list-block .training-list-header .caption {
        font-size: 14px;
        line-height: 1.2; } }
  .live-details-info .training-list-block .training-list-header .block-left {
    float: left;
    width: calc(100% - 150px);
    padding-right: 40px; }
    @media only screen and (max-width: 991px) {
      .live-details-info .training-list-block .training-list-header .block-left {
        padding-right: 30px; } }
    @media only screen and (max-width: 767px) {
      .live-details-info .training-list-block .training-list-header .block-left {
        width: calc(100% - 100px);
        padding-right: 10px; } }
  .live-details-info .training-list-block .training-list-header .block-right {
    float: left;
    width: 150px; }
    @media only screen and (max-width: 767px) {
      .live-details-info .training-list-block .training-list-header .block-right {
        width: 100px; } }
  .live-details-info .training-list-block .training-list-header .time .label {
    opacity: .5;
    font-size: 12px;
    display: block;
    line-height: 1;
    letter-spacing: 0.5px;
    padding-bottom: 6px; }
  .live-details-info .training-list-block .training-list-header .time .label-value {
    font-family: BebasNeueBold;
    font-size: 36px;
    display: block;
    line-height: 1;
    padding: 5px 0; }
    @media only screen and (max-width: 1200px) {
      .live-details-info .training-list-block .training-list-header .time .label-value {
        font-size: 30px; } }
    @media only screen and (max-width: 991px) {
      .live-details-info .training-list-block .training-list-header .time .label-value {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .live-details-info .training-list-block .training-list-header .time .label-value {
        font-size: 20px; } }
    .live-details-info .training-list-block .training-list-header .time .label-value sup {
      font-size: 12px;
      font-family: 'ProximaNova-Regular';
      vertical-align: top;
      top: 8px; }
  .live-details-info .recommended-pre-learning {
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 30px; }
    @media only screen and (max-width: 1200px) {
      .live-details-info .recommended-pre-learning {
        padding: 20px; } }
    @media only screen and (max-width: 991px) {
      .live-details-info .recommended-pre-learning {
        padding: 15px; } }
    @media only screen and (max-width: 767px) {
      .live-details-info .recommended-pre-learning {
        padding: 10px; } }
    .live-details-info .recommended-pre-learning h4 {
      border-bottom: 1px solid #ececec;
      padding-bottom: 30px; }
    .live-details-info .recommended-pre-learning .info-icon {
      float: left;
      border-radius: 50%;
      background: #8eb82f;
      width: 30px;
      height: 30px;
      display: inline-block; }
      .live-details-info .recommended-pre-learning .info-icon svg {
        display: table;
        margin: 0 auto;
        height: 30px;
        width: 5px; }
    .live-details-info .recommended-pre-learning span.title {
      padding: 0 9px;
      line-height: 30px; }
      @media only screen and (max-width: 767px) {
        .live-details-info .recommended-pre-learning span.title {
          padding: 0 5px; } }
    .live-details-info .recommended-pre-learning .pre-learning-item {
      padding: 12px 0; }
      .live-details-info .recommended-pre-learning .pre-learning-item .collapse-header {
        padding: 10px 0;
        display: block; }
        .live-details-info .recommended-pre-learning .pre-learning-item .collapse-header svg {
          width: 14px;
          float: left; }
          .live-details-info .recommended-pre-learning .pre-learning-item .collapse-header svg.check {
            fill: #c7c7c7; }
          .live-details-info .recommended-pre-learning .pre-learning-item .collapse-header svg.arrow {
            width: 12px;
            position: relative;
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
        .live-details-info .recommended-pre-learning .pre-learning-item .collapse-header.open svg.check {
          fill: #202020; }
        .live-details-info .recommended-pre-learning .pre-learning-item .collapse-header.open svg.arrow {
          fill: #8eb82f;
          -ms-transform: rotate(0);
          transform: rotate(0); }
        .live-details-info .recommended-pre-learning .pre-learning-item .collapse-header h5 {
          float: left;
          width: calc(100% - 26px);
          font-size: 16px;
          padding: 0 15px; }
          @media only screen and (max-width: 991px) {
            .live-details-info .recommended-pre-learning .pre-learning-item .collapse-header h5 {
              font-size: 14px; } }
      .live-details-info .recommended-pre-learning .pre-learning-item .collapse {
        padding: 0 0 0 30px; }
        .live-details-info .recommended-pre-learning .pre-learning-item .collapse .content {
          font-size: 16px; }
          @media only screen and (max-width: 991px) {
            .live-details-info .recommended-pre-learning .pre-learning-item .collapse .content {
              font-size: 14px; } }
  .live-details-info .btn-rounded {
    margin-top: 15px;
    background: #202020;
    color: #fff;
    font-family: 'ProximaNova-Bold';
    letter-spacing: 0.1px;
    font-size: 14px;
    padding: 0.7rem 1.2rem; }
    .live-details-info .btn-rounded svg {
      margin-left: 20px;
      fill: #fff; }
    .live-details-info .btn-rounded:hover {
      background: #8eb82f;
      color: #202020; }
      .live-details-info .btn-rounded:hover svg {
        margin-left: 20px;
        fill: #202020; }

.training-list {
  padding: 42px 0; }
  @media only screen and (max-width: 1200px) {
    .training-list {
      padding: 30px 0; } }
  @media only screen and (max-width: 991px) {
    .training-list {
      padding: 20px 0; } }
  @media only screen and (max-width: 767px) {
    .training-list {
      padding: 15px 0; } }
  .training-list .training-row {
    border-radius: 3px;
    border: 1px solid #ececec;
    background: #fff;
    margin-bottom: 2px;
    padding: 30px; }
    @media only screen and (max-width: 1200px) {
      .training-list .training-row {
        padding: 20px; } }
    @media only screen and (max-width: 991px) {
      .training-list .training-row {
        padding: 15px; } }
    @media only screen and (max-width: 767px) {
      .training-list .training-row {
        padding: 10px; } }
    .training-list .training-row .status {
      float: left;
      position: relative;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #ececec; }
      @media only screen and (max-width: 1200px) {
        .training-list .training-row .status {
          height: 25px;
          width: 25px; } }
      @media only screen and (max-width: 991px) {
        .training-list .training-row .status {
          height: 20px;
          width: 20px; } }
      .training-list .training-row .status.completed {
        background: #000;
        border: 1px solid #000; }
        .training-list .training-row .status.completed:before {
          content: '✔';
          position: absolute;
          left: 50%;
          top: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #8eb82f; }
    .training-list .training-row .info {
      float: left;
      width: calc(100% - 30px);
      padding-left: 20px; }
      @media only screen and (max-width: 1200px) {
        .training-list .training-row .info {
          padding-left: 15px;
          width: calc(100% - 25px); } }
      @media only screen and (max-width: 991px) {
        .training-list .training-row .info {
          padding-left: 10px;
          width: calc(100% - 20px); } }
      .training-list .training-row .info .item-title {
        font-size: 24px;
        font-family: 'ProximaNova-Bold'; }
        @media only screen and (max-width: 1200px) {
          .training-list .training-row .info .item-title {
            font-size: 20px; } }
        @media only screen and (max-width: 991px) {
          .training-list .training-row .info .item-title {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .training-list .training-row .info .item-title {
            font-size: 16px; } }
      .training-list .training-row .info .item-caption {
        opacity: 0.75;
        font-size: 16px; }
        @media only screen and (max-width: 1200px) {
          .training-list .training-row .info .item-caption {
            font-size: 14px; } }
    .training-list .training-row .evaluation-block label {
      font-weight: 700;
      margin: 10px 0 5px; }
      @media only screen and (max-width: 767px) {
        .training-list .training-row .evaluation-block label {
          margin: 10px 0 5px; } }
    .training-list .training-row .evaluation-block .evaluation-block-header {
      font-family: 'ProximaNova-Bold';
      font-size: 16px;
      padding: 30px 0; }
      @media only screen and (max-width: 991px) {
        .training-list .training-row .evaluation-block .evaluation-block-header {
          padding: 20px 0; } }
      @media only screen and (max-width: 767px) {
        .training-list .training-row .evaluation-block .evaluation-block-header {
          font-size: 14px;
          padding: 10px 0; } }
      .training-list .training-row .evaluation-block .evaluation-block-header span {
        font-family: 'BebasNeueBold';
        font-size: 12px;
        background: #8eb82f;
        padding: 3px 20px;
        margin-right: 10px;
        border-radius: 3px; }
        @media only screen and (max-width: 767px) {
          .training-list .training-row .evaluation-block .evaluation-block-header span {
            display: table; } }

.onboarding-header {
  margin-top: 15px;
  margin-bottom: -30px; }
  @media only screen and (max-width: 991px) {
    .onboarding-header {
      margin-bottom: 0;
      padding-bottom: 20px; } }
  .onboarding-header .row {
    margin: 0 -5px; }
    .onboarding-header .row .col {
      padding: 0 5px; }
      @media only screen and (max-width: 991px) {
        .onboarding-header .row .col {
          margin-bottom: 6px; } }

.onboarding-profile {
  padding: 15px;
  position: relative;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75); }
  .onboarding-profile.profile-trainee {
    border: 1px solid #8eb82f;
    background: #f7f6f6; }
    @media only screen and (max-width: 991px) {
      .onboarding-profile.profile-trainee {
        margin: 0 0 6px; } }
    .onboarding-profile.profile-trainee:before {
      content: "";
      position: absolute;
      left: 2px;
      top: 2px;
      bottom: 2px;
      width: 6px;
      background: #8eb82f;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px; }
  @media only screen and (max-width: 767px) {
    .onboarding-profile.profile-trainer {
      margin: 0 0 6px; } }
  .onboarding-profile.profile-trainer .user-w .user-name .user-role {
    background: #299af2; }
  .onboarding-profile.profile-manager .user-w .user-name .user-role {
    background: #ffa200; }
  .onboarding-profile.full-width {
    margin: 0; }
    .onboarding-profile.full-width .user-w {
      -ms-flex-align: normal;
      align-items: normal; }
      .onboarding-profile.full-width .user-w .user-info .block-left {
        width: 17%; }
        @media only screen and (max-width: 991px) {
          .onboarding-profile.full-width .user-w .user-info .block-left {
            width: 33.33%; } }
        @media only screen and (max-width: 767px) {
          .onboarding-profile.full-width .user-w .user-info .block-left {
            width: 50%;
            padding-right: 5px; } }
        .onboarding-profile.full-width .user-w .user-info .block-left .user-name .user-title {
          font-size: 1rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      .onboarding-profile.full-width .user-w .user-info .col {
        float: left;
        width: 16.6% !important;
        padding: 0 10px; }
        @media only screen and (max-width: 991px) {
          .onboarding-profile.full-width .user-w .user-info .col {
            min-height: 60px;
            width: 33.33% !important; } }
        @media only screen and (max-width: 767px) {
          .onboarding-profile.full-width .user-w .user-info .col {
            min-height: 50px;
            width: 50% !important;
            max-width: none;
            padding-left: 0; } }
  .onboarding-profile .user-w {
    padding: 0;
    -ms-flex-align: normal;
    align-items: normal;
    border: none;
    display: block; }
    .onboarding-profile .user-w .user-avatar-w {
      float: left;
      width: 70px;
      min-width: 70px; }
      @media only screen and (max-width: 1600px) {
        .onboarding-profile .user-w .user-avatar-w {
          width: 60px;
          min-width: 60px; } }
      @media only screen and (max-width: 1200px) {
        .onboarding-profile .user-w .user-avatar-w {
          width: 50px;
          min-width: 50px; } }
      @media only screen and (max-width: 991px) {
        .onboarding-profile .user-w .user-avatar-w {
          width: 40px;
          min-width: 40px; } }
    .onboarding-profile .user-w .user-info {
      float: left;
      padding-left: 10px;
      position: relative;
      display: block;
      width: calc(100% - 70px); }
      @media only screen and (max-width: 1600px) {
        .onboarding-profile .user-w .user-info {
          width: calc(100% - 60px); } }
      @media only screen and (max-width: 1200px) {
        .onboarding-profile .user-w .user-info {
          width: calc(100% - 50px); } }
      @media only screen and (max-width: 991px) {
        .onboarding-profile .user-w .user-info {
          width: calc(100% - 40px); } }
      .onboarding-profile .user-w .user-info .block-left {
        float: left;
        width: 50%; }
      .onboarding-profile .user-w .user-info .block-right {
        float: left;
        width: 50%; }
        .onboarding-profile .user-w .user-info .block-right .item_value {
          font-family: 'BebasNeueBold';
          font-size: 1.12rem;
          line-height: 16px;
          margin-top: 3px; }
    .onboarding-profile .user-w .user-name {
      display: block;
      padding: 0; }
      .onboarding-profile .user-w .user-name .user-title {
        font-size: 1.13rem; }
        @media only screen and (max-width: 1200px) {
          .onboarding-profile .user-w .user-name .user-title {
            font-size: 1rem; } }
      .onboarding-profile .user-w .user-name .user-role {
        font-size: 12px;
        color: #fff;
        display: table;
        font-family: 'BebasNeueBold';
        background: #8eb82f;
        line-height: 20px;
        display: table;
        min-width: 60px;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 15px;
        border-radius: 3px; }
    .onboarding-profile .user-w .block-progress {
      max-width: 200px;
      width: 100% !important; }
      .onboarding-profile .user-w .block-progress .progress {
        height: 20px; }
    .onboarding-profile .user-w .el-legend .legend-pin {
      background: #8eb82f;
      border-radius: 50%; }
  .onboarding-profile .item_label {
    opacity: 0.5;
    font-size: 12px;
    padding: 10px 0 0; }
    @media only screen and (max-width: 480px) {
      .onboarding-profile .item_label {
        font-size: 10px;
        padding: 5px 0 0; } }
  .onboarding-profile .item_value {
    font-size: 16px;
    font-family: 'ProximaNova-Bold';
    overflow: hidden;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 1200px) {
      .onboarding-profile .item_value {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .onboarding-profile .item_value {
        font-size: 12px; } }

.block-fsr {
  background: #f3f3f3; }
  .block-fsr .fsr-filter {
    padding: 10px 0 20px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff; }
    .block-fsr .fsr-filter .custom_row {
      margin: 0 -15px; }
      .block-fsr .fsr-filter .custom_row .col {
        float: left;
        width: 20%;
        max-width: 180px; }
        @media only screen and (max-width: 991px) {
          .block-fsr .fsr-filter .custom_row .col {
            width: 25%; } }
        @media only screen and (max-width: 767px) {
          .block-fsr .fsr-filter .custom_row .col {
            width: 100%;
            max-width: 100%; } }
        .block-fsr .fsr-filter .custom_row .col.right {
          float: right; }
          @media only screen and (max-width: 767px) {
            .block-fsr .fsr-filter .custom_row .col.right {
              float: left; } }
    .block-fsr .fsr-filter select.form-control {
      color: #202020;
      background-color: transparent;
      border: none;
      border: none;
      font-size: 16px;
      font-weight: 700;
      padding-left: 0; }
      @media only screen and (max-width: 991px) {
        .block-fsr .fsr-filter select.form-control {
          font-size: 14px; } }
  .block-fsr .element-search input {
    border: none; }
  .block-fsr .fsr-reposts-header {
    padding: 13px 0; }
    .block-fsr .fsr-reposts-header .col {
      padding: 0 10px 0 0;
      width: auto; }
      @media only screen and (max-width: 1200px) {
        .block-fsr .fsr-reposts-header .col {
          padding: 0 5px 0 0; } }
    .block-fsr .fsr-reposts-header .fsr-filter {
      margin-bottom: 10px;
      border-bottom: 1px solid #fff;
      padding: 20px 15px 30px; }
      .block-fsr .fsr-reposts-header .fsr-filter .custom_row .col {
        max-width: 180px; }
      .block-fsr .fsr-reposts-header .fsr-filter.filters-top {
        height: auto; }
        @media only screen and (max-width: 991px) {
          .block-fsr .fsr-reposts-header .fsr-filter.filters-top .custom_row .col {
            width: 25%; } }
        @media only screen and (max-width: 767px) {
          .block-fsr .fsr-reposts-header .fsr-filter.filters-top .custom_row .col {
            width: 50%; } }
        @media only screen and (max-width: 991px) {
          .block-fsr .fsr-reposts-header .fsr-filter.filters-top .custom_row .col.right {
            width: 100%;
            max-width: 100%; } }
      .block-fsr .fsr-reposts-header .fsr-filter.filters-bottom .col-big.col {
        width: auto;
        max-width: 100% !important;
        float: left; }
        @media only screen and (max-width: 767px) {
          .block-fsr .fsr-reposts-header .fsr-filter.filters-bottom .col-big.col {
            width: 100%; } }
      @media only screen and (max-width: 767px) {
        .block-fsr .fsr-reposts-header .fsr-filter.filters-bottom .col.right {
          width: 100%;
          float: left;
          padding: 20px 0 10px; } }
    .block-fsr .fsr-reposts-header .form-group {
      margin-bottom: 0; }
    .block-fsr .fsr-reposts-header .label {
      font-size: 14px;
      line-height: 1;
      opacity: .5; }
      @media only screen and (max-width: 991px) {
        .block-fsr .fsr-reposts-header .label {
          font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .block-fsr .fsr-reposts-header .element-search {
        margin-top: 15px; } }
    .block-fsr .fsr-reposts-header .date-input {
      position: relative; }
      .block-fsr .fsr-reposts-header .date-input .datepicker {
        padding: 0.2rem .6rem 0;
        border-radius: 30px;
        font-family: BebasNeueBold;
        font-size: 16px;
        max-width: 100%;
        height: 31px;
        background: #fff; }
      .block-fsr .fsr-reposts-header .date-input:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #202020;
        right: 11px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .block-fsr .fsr-reposts-header .filter-btn {
      background: #202020;
      border: 1px solid #202020;
      color: #fff;
      font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 0.9rem;
      letter-spacing: -0.4px;
      padding: 0.3rem 1rem 0.3rem 1.1rem;
      margin: 18px 0 0 !important; }
      @media only screen and (max-width: 767px) {
        .block-fsr .fsr-reposts-header .filter-btn {
          padding: 0.2rem 1rem 0.2rem 1.1rem;
          margin: 10px 0 0 !important; } }
      .block-fsr .fsr-reposts-header .filter-btn.clear-btn {
        background: #fff;
        color: #202020;
        margin-left: 2em !important; }
        @media only screen and (max-width: 767px) {
          .block-fsr .fsr-reposts-header .filter-btn.clear-btn {
            margin-left: 0 !important; } }
      .block-fsr .fsr-reposts-header .filter-btn div {
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        max-width: 100px;
        max-height: 50px;
        transition: all 0.2s; }
      .block-fsr .fsr-reposts-header .filter-btn svg {
        fill: #fff;
        margin-left: 10px;
        transition: all 0.2s;
        width: 7px;
        position: relative;
        top: 1px; }
      .block-fsr .fsr-reposts-header .filter-btn:hover {
        background: #fff;
        color: #202020; }
        .block-fsr .fsr-reposts-header .filter-btn:hover svg {
          fill: #202020; }
    .block-fsr .fsr-reposts-header .btn, .block-fsr .fsr-reposts-header .all-wrapper .fc-button, .all-wrapper .block-fsr .fsr-reposts-header .fc-button {
      margin: -4px 0 0 0; }
      @media only screen and (max-width: 991px) {
        .block-fsr .fsr-reposts-header .btn, .block-fsr .fsr-reposts-header .all-wrapper .fc-button, .all-wrapper .block-fsr .fsr-reposts-header .fc-button {
          margin: 5px 0; } }
  .block-fsr .fsr-reposts-content .table.table-striped thead.subheader th {
    padding: 0;
    opacity: 1; }
  .block-fsr .fsr-reposts-content .table.table-striped thead.subheader .line-label {
    font-family: 'BebasNeueBold';
    font-size: 16px;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .block-fsr .fsr-reposts-content .table.table-striped thead.subheader .line-label {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .block-fsr .fsr-reposts-content .table.table-striped thead.subheader .line-label {
        font-size: 12px; } }
  .block-fsr .fsr-reposts-content .table.table-striped thead.subheader .line {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: 20px;
    margin: 10px 10px 0; }
  .block-fsr .fsr-reposts-content .table.table-striped th,
  .block-fsr .fsr-reposts-content .table.table-striped td {
    white-space: nowrap; }
  .block-fsr .table .pic {
    min-width: 90px; }
    @media only screen and (max-width: 991px) {
      .block-fsr .table .pic {
        min-width: 80px; } }
    @media only screen and (max-width: 767px) {
      .block-fsr .table .pic {
        min-width: 70px; } }
    .block-fsr .table .pic img {
      width: 60px;
      height: 60px;
      border-radius: 50%; }
      @media only screen and (max-width: 991px) {
        .block-fsr .table .pic img {
          width: 50px;
          height: 50px; } }
      @media only screen and (max-width: 767px) {
        .block-fsr .table .pic img {
          width: 40px;
          height: 40px; } }
  .block-fsr .table .actions {
    width: 180px; }
  .block-fsr .table .btn-rounded {
    margin-top: 15px;
    font-family: 'ProximaNova-Bold';
    letter-spacing: 0.1px;
    font-size: 14px;
    padding: 0.7rem 1.2rem;
    background: #202020;
    color: #fff; }
    .block-fsr .table .btn-rounded svg {
      margin-left: 20px;
      fill: #fff; }
    .block-fsr .table .btn-rounded:hover {
      background: #8eb82f;
      color: #202020; }
      .block-fsr .table .btn-rounded:hover svg {
        fill: #202020; }
  .block-fsr .table.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent; }
  .block-fsr .table.table-striped tbody tr:nth-of-type(even) {
    background-color: #fff; }
  .block-fsr .table.table-striped tbody tr td {
    font-size: 18px; }
    @media only screen and (max-width: 991px) {
      .block-fsr .table.table-striped tbody tr td {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .block-fsr .table.table-striped tbody tr td {
        font-size: 14px; } }
    .block-fsr .table.table-striped tbody tr td small {
      font-size: 16px;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .block-fsr .table.table-striped tbody tr td small {
          font-size: 14px; } }
    .block-fsr .table.table-striped tbody tr td .el-legend.past .legend-pin {
      background: #eb3536; }
    .block-fsr .table.table-striped tbody tr td .el-legend .legend-pin {
      vertical-align: top;
      background: #8eb82f;
      border-radius: 50%;
      margin-top: 2px; }
    .block-fsr .table.table-striped tbody tr td .el-legend .legend-value {
      margin-bottom: 0; }
      .block-fsr .table.table-striped tbody tr td .el-legend .legend-value span {
        padding-top: 5px;
        display: block;
        font-family: 'ProximaNova-Regular';
        opacity: 0.75; }
    .block-fsr .table.table-striped tbody tr td .danger {
      color: #eb3536;
      padding: 7px 0; }
    .block-fsr .table.table-striped tbody tr td .block-progress .progress {
      height: 20px;
      font-size: 16px;
      line-height: 15px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .block-fsr .table.table-striped tbody tr td .block-progress .progress {
          font-size: 14px;
          line-height: 13px; } }

.fsr-details .fsr-details-header {
  background: #fff;
  padding: 2rem 0 1rem; }
  .fsr-details .fsr-details-header .btn-back {
    font-weight: 500;
    font-size: 14px;
    color: #202020;
    padding-left: 0;
    margin-bottom: 10px; }
    .fsr-details .fsr-details-header .btn-back svg {
      height: 15px;
      float: left;
      width: 9px;
      margin-right: 15px;
      fill: #202020;
      top: 2px;
      position: relative; }

.fsr-details .fsr-filters {
  padding: 10px 0 20px;
  border-bottom: 1px solid #fff; }
  .fsr-details .fsr-filters .col {
    padding: 0;
    float: left;
    width: calc(100% - 160px); }
    @media only screen and (max-width: 767px) {
      .fsr-details .fsr-filters .col {
        width: 100%; } }
    .fsr-details .fsr-filters .col.right {
      width: 160px;
      padding-top: 5px; }
      @media only screen and (max-width: 767px) {
        .fsr-details .fsr-filters .col.right {
          display: none; } }
    .fsr-details .fsr-filters .col ul {
      width: 100%; }
    .fsr-details .fsr-filters .col li {
      float: left;
      padding: 10px 5% 10px 0; }
      @media only screen and (max-width: 991px) {
        .fsr-details .fsr-filters .col li {
          padding: 5px 2% 5px 0;
          min-width: 20%; } }
      @media only screen and (max-width: 480px) {
        .fsr-details .fsr-filters .col li {
          min-width: 25%; } }
      .fsr-details .fsr-filters .col li a {
        color: #202020;
        font-size: 16px;
        font-family: 'ProximaNova-Bold'; }
        @media only screen and (max-width: 767px) {
          .fsr-details .fsr-filters .col li a {
            font-size: 14px; } }
      .fsr-details .fsr-filters .col li.export {
        display: none; }
        @media only screen and (max-width: 767px) {
          .fsr-details .fsr-filters .col li.export {
            display: block;
            float: right;
            padding: 0; } }
        .fsr-details .fsr-filters .col li.export a {
          color: #fff;
          font-family: 'BebasNeueBold';
          font-size: 0.8rem;
          letter-spacing: 0.7px; }
      .fsr-details .fsr-filters .col li.right {
        padding-left: 2.5%;
        padding-right: 2.5%; }
        @media only screen and (max-width: 991px) {
          .fsr-details .fsr-filters .col li.right {
            padding-left: 2%;
            padding-right: 2%; } }
        @media only screen and (max-width: 767px) {
          .fsr-details .fsr-filters .col li.right {
            padding: 5px 2% 5px 0 !important; } }
        .fsr-details .fsr-filters .col li.right.border {
          border-left: 1px solid #d2d2d2;
          padding-left: 5%;
          padding-right: 2.5%; }
          @media only screen and (max-width: 767px) {
            .fsr-details .fsr-filters .col li.right.border {
              border-left: none;
              padding: 10px 2% 10px 0; } }
          @media only screen and (max-width: 991px) {
            .fsr-details .fsr-filters .col li.right.border {
              padding-left: 2%;
              padding-right: 2%; } }

.fsr-details .fsr-details-row {
  background: #fff; }
  .fsr-details .fsr-details-row .col {
    float: left;
    padding: 0; }
    .fsr-details .fsr-details-row .col.block-left {
      width: 220px; }
      @media only screen and (max-width: 1200px) {
        .fsr-details .fsr-details-row .col.block-left {
          width: 180px; } }
      @media only screen and (max-width: 767px) {
        .fsr-details .fsr-details-row .col.block-left {
          width: 50%;
          padding-top: 10px; } }
      @media only screen and (max-width: 480px) {
        .fsr-details .fsr-details-row .col.block-left {
          width: 100%;
          padding-top: 10px; } }
    .fsr-details .fsr-details-row .col.block-center {
      width: calc(100% - 420px); }
      @media only screen and (max-width: 1200px) {
        .fsr-details .fsr-details-row .col.block-center {
          width: calc(100% - 340px); } }
      @media only screen and (max-width: 767px) {
        .fsr-details .fsr-details-row .col.block-center {
          width: 100%;
          padding-top: 20px; } }
    .fsr-details .fsr-details-row .col.block-right {
      float: right;
      width: 200px; }
      @media only screen and (max-width: 1200px) {
        .fsr-details .fsr-details-row .col.block-right {
          width: 160px; } }
      @media only screen and (max-width: 767px) {
        .fsr-details .fsr-details-row .col.block-right {
          width: 50%;
          padding-top: 10px;
          float: left; } }
      @media only screen and (max-width: 480px) {
        .fsr-details .fsr-details-row .col.block-right {
          width: 100%;
          padding-top: 10px; } }
      .fsr-details .fsr-details-row .col.block-right .btn-rounded {
        width: 100%; }
  .fsr-details .fsr-details-row.training-row {
    border-radius: 0;
    border: none; }
    .fsr-details .fsr-details-row.training-row .contains .icon {
      display: inline-block;
      float: left; }
      .fsr-details .fsr-details-row.training-row .contains .icon svg {
        fill: #299af2;
        width: 42px;
        height: 42px; }
        @media only screen and (max-width: 1200px) {
          .fsr-details .fsr-details-row.training-row .contains .icon svg {
            width: 30px;
            height: 30px; } }
    .fsr-details .fsr-details-row.training-row .contains .contains-label {
      display: inline-block;
      float: left;
      font-size: 18px;
      font-family: 'ProximaNova-Bold';
      padding: 5px 8px; }
      @media only screen and (max-width: 991px) {
        .fsr-details .fsr-details-row.training-row .contains .contains-label {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .fsr-details .fsr-details-row.training-row .contains .contains-label {
          font-size: 14px; } }
    .fsr-details .fsr-details-row.training-row .block-progress .progress {
      height: 20px; }
    .fsr-details .fsr-details-row.training-row .block-progress .item_label {
      font-size: 12px;
      opacity: 0.5; }
    .fsr-details .fsr-details-row.training-row .block-progress b, .fsr-details .fsr-details-row.training-row .block-progress strong {
      font-weight: 700; }
    .fsr-details .fsr-details-row.training-row .btn-rounded {
      margin-top: 15px;
      background: #202020;
      color: #fff;
      font-family: 'ProximaNova-Bold';
      letter-spacing: 0.1px;
      font-size: 14px;
      padding: 0.7rem 1.2rem; }
      @media only screen and (max-width: 767px) {
        .fsr-details .fsr-details-row.training-row .btn-rounded {
          padding: 0.3rem .9rem 0.2rem .9rem; } }
      .fsr-details .fsr-details-row.training-row .btn-rounded svg {
        margin-left: 20px;
        fill: #fff; }
      .fsr-details .fsr-details-row.training-row .btn-rounded:hover {
        background: #8eb82f;
        color: #202020; }
        .fsr-details .fsr-details-row.training-row .btn-rounded:hover svg {
          fill: #202020; }
    .fsr-details .fsr-details-row.training-row .check-icon {
      float: left;
      position: relative;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #ececec; }
      .fsr-details .fsr-details-row.training-row .check-icon.checked:before {
        content: '✔';
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #000; }
    .fsr-details .fsr-details-row.training-row .trainer-img {
      float: left;
      padding: 0 10px; }
      .fsr-details .fsr-details-row.training-row .trainer-img img {
        width: 50px;
        height: 50px;
        overflow: hidden;
        border-radius: 50%; }
    .fsr-details .fsr-details-row.training-row .live {
      float: left;
      background: #ffa200;
      border-radius: 30px;
      color: #fff;
      text-align: center;
      min-width: 60px;
      height: 28px;
      line-height: 28px;
      font-family: 'ProximaNova-Bold'; }

.evaluation-block .btn-rounded {
  margin-top: 15px;
  background: #202020;
  color: #fff;
  font-family: 'ProximaNova-Semibold';
  letter-spacing: 0.1px;
  font-size: 14px;
  padding: 0.7rem 1.2rem;
  min-width: 260px;
  text-align: left; }
  @media only screen and (max-width: 1200px) {
    .evaluation-block .btn-rounded {
      min-width: 220px; } }
  @media only screen and (max-width: 991px) {
    .evaluation-block .btn-rounded {
      min-width: 180px; } }
  @media only screen and (max-width: 767px) {
    .evaluation-block .btn-rounded {
      min-width: 160px; } }
  .evaluation-block .btn-rounded svg {
    float: right;
    margin-left: 20px;
    fill: #fff;
    top: 2px;
    position: relative; }
  .evaluation-block .btn-rounded:hover {
    background: #8eb82f;
    color: #202020; }
    .evaluation-block .btn-rounded:hover svg {
      fill: #202020; }

.lesson-details .lesson-details-header {
  background: #f3f3f3;
  padding: 30px 0 25px 0; }
  @media only screen and (max-width: 1200px) {
    .lesson-details .lesson-details-header {
      padding: 25px 0 20px; } }
  @media only screen and (max-width: 991px) {
    .lesson-details .lesson-details-header {
      padding: 20px 0 15px; } }
  @media only screen and (max-width: 767px) {
    .lesson-details .lesson-details-header {
      padding: 7px 0 10px; } }
  .lesson-details .lesson-details-header .btn-back {
    font-weight: 500;
    font-size: 14px;
    color: #8eb82f;
    font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding-left: 0;
    margin-bottom: 36px; }
    @media only screen and (max-width: 1200px) {
      .lesson-details .lesson-details-header .btn-back {
        font-size: 12px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 991px) {
      .lesson-details .lesson-details-header .btn-back {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .lesson-details .lesson-details-header .btn-back {
        margin-bottom: 15px;
        font-size: 10px; } }
    .lesson-details .lesson-details-header .btn-back svg {
      width: 9px;
      height: 15px;
      float: left;
      margin-right: 15px;
      fill: #8eb82f;
      top: 2px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .lesson-details .lesson-details-header .btn-back svg {
          width: 5px;
          margin-right: 5px;
          top: -1px; } }
    .lesson-details .lesson-details-header .btn-back:hover {
      opacity: 0.5; }
  .lesson-details .lesson-details-header .btn-feed {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: #202020;
    font-family: 'BebasNeueBold';
    padding-left: 0;
    letter-spacing: 0.7px;
    padding: 8px 38px 6px 37px;
    float: right; }
    @media only screen and (max-width: 1200px) {
      .lesson-details .lesson-details-header .btn-feed {
        font-size: 12px;
        padding: 8px 25px 5px 25px; } }
    @media only screen and (max-width: 767px) {
      .lesson-details .lesson-details-header .btn-feed {
        font-size: 10px;
        padding: 6px 15px 4px 15px; } }
    .lesson-details .lesson-details-header .btn-feed svg {
      width: 20px;
      height: 15px;
      float: left;
      margin-right: 5px;
      fill: #fff;
      top: 2px;
      position: relative; }
      @media only screen and (max-width: 991px) {
        .lesson-details .lesson-details-header .btn-feed svg {
          width: 14px;
          height: 11px;
          float: left;
          margin-right: 4px; } }
      @media only screen and (max-width: 991px) {
        .lesson-details .lesson-details-header .btn-feed svg {
          width: 11px;
          height: 9px; } }
    .lesson-details .lesson-details-header .btn-feed:hover {
      opacity: 0.5; }
  .lesson-details .lesson-details-header .block-title {
    width: calc(100% - 200px);
    float: left;
    max-width: 1000px; }
    @media only screen and (max-width: 767px) {
      .lesson-details .lesson-details-header .block-title {
        width: 100%; } }
    .lesson-details .lesson-details-header .block-title .label {
      opacity: 0.5; }
    .lesson-details .lesson-details-header .block-title h1 {
      font-weight: 700;
      font-size: 48px;
      letter-spacing: -1.2px;
      margin: 8px 0;
      line-height: 1; }
      @media only screen and (max-width: 1200px) {
        .lesson-details .lesson-details-header .block-title h1 {
          font-size: 38px; } }
      @media only screen and (max-width: 991px) {
        .lesson-details .lesson-details-header .block-title h1 {
          font-size: 34px; } }
      @media only screen and (max-width: 767px) {
        .lesson-details .lesson-details-header .block-title h1 {
          font-size: 30px; } }
      @media only screen and (max-width: 575px) {
        .lesson-details .lesson-details-header .block-title h1 {
          font-size: 18px;
          line-height: 1;
          padding: 9px 0;
          margin-bottom: 0px; } }
  .lesson-details .lesson-details-header .block-progress {
    width: 200px;
    float: right;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.6px; }
    @media only screen and (max-width: 1200px) {
      .lesson-details .lesson-details-header .block-progress {
        font-size: 14px; } }
    @media only screen and (max-width: 991px) {
      .lesson-details .lesson-details-header .block-progress {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .lesson-details .lesson-details-header .block-progress {
        float: left;
        font-size: 10px; } }

.lesson-details .label {
  font-size: 12px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .lesson-details .label {
      font-size: 10px;
      margin: 10px 0; } }

.lesson-details .lesson-details-info {
  background: #fff; }
  .lesson-details .lesson-details-info .pic {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .lesson-details .lesson-details-info .pic {
        margin-bottom: 10px; } }
    .lesson-details .lesson-details-info .pic img {
      border-radius: 6px; }
  .lesson-details .lesson-details-info .statistics .stat-label {
    opacity: 0.5;
    font-size: 12px; }
    @media only screen and (max-width: 767px) {
      .lesson-details .lesson-details-info .statistics .stat-label {
        font-size: 10px; } }
  .lesson-details .lesson-details-info .statistics .stat-value {
    font-family: BebasNeueBold;
    color: #202020;
    font-size: 35px; }
    @media only screen and (max-width: 1200px) {
      .lesson-details .lesson-details-info .statistics .stat-value {
        font-size: 32px; } }
    @media only screen and (max-width: 991px) {
      .lesson-details .lesson-details-info .statistics .stat-value {
        font-size: 26px; } }
    @media only screen and (max-width: 767px) {
      .lesson-details .lesson-details-info .statistics .stat-value {
        font-size: 22px; } }
    .lesson-details .lesson-details-info .statistics .stat-value sup {
      top: -1.5em;
      font-size: 34%;
      left: 3px;
      font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  .lesson-details .lesson-details-info .lesson-description {
    padding: 40px 0 0; }
    @media only screen and (max-width: 1200px) {
      .lesson-details .lesson-details-info .lesson-description {
        padding: 20px 0 0; } }
    .lesson-details .lesson-details-info .lesson-description .description {
      padding-right: 20px; }
      @media only screen and (max-width: 1200px) {
        .lesson-details .lesson-details-info .lesson-description .description {
          padding-right: 10px; } }
      @media only screen and (max-width: 767px) {
        .lesson-details .lesson-details-info .lesson-description .description {
          padding-right: 0; } }
    .lesson-details .lesson-details-info .lesson-description p {
      opacity: 0.7;
      padding: 0 0 10px 0;
      line-height: 1.7; }
  @media only screen and (max-width: 767px) {
    .lesson-details .lesson-details-info .lesson-contains {
      margin-top: 10px; } }
  .lesson-details .lesson-details-info .lesson-contains .clearfix {
    margin-left: 0; }
  .lesson-details .lesson-details-info .lesson-contains .item {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 2px 0px;
    min-width: 210px; }
    @media only screen and (max-width: 767px) {
      .lesson-details .lesson-details-info .lesson-contains .item {
        min-width: 0; } }
    @media only screen and (max-width: 480px) {
      .lesson-details .lesson-details-info .lesson-contains .item {
        width: 50%; } }
    .lesson-details .lesson-details-info .lesson-contains .item .contains-check {
      position: absolute;
      left: 0;
      top: 7px;
      display: none; }
      .lesson-details .lesson-details-info .lesson-contains .item .contains-check svg {
        width: 10px;
        fill: #299af2;
        top: -1px;
        position: relative;
        display: block; }
    .lesson-details .lesson-details-info .lesson-contains .item .contains-icon {
      float: left;
      width: 40px;
      padding: 0 10px 0 15px; }
      .lesson-details .lesson-details-info .lesson-contains .item .contains-icon svg {
        width: 20px;
        fill: #202020;
        max-height: 14px; }
    .lesson-details .lesson-details-info .lesson-contains .item .contains-label {
      width: calc(100% - 40px);
      float: left;
      font-weight: 500;
      line-height: 20px; }
      .lesson-details .lesson-details-info .lesson-contains .item .contains-label span {
        max-width: 100px;
        padding-right: 5px;
        width: 100%;
        float: left;
        font-size: 0.8rem; }
      .lesson-details .lesson-details-info .lesson-contains .item .contains-label .time {
        font-family: BebasNeueBold;
        font-size: 14px;
        float: left;
        width: auto;
        padding: 0;
        color: #8eb82f; }
        .lesson-details .lesson-details-info .lesson-contains .item .contains-label .time sup {
          font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
          top: -.5em;
          font-size: 60%;
          left: 4px; }
    .lesson-details .lesson-details-info .lesson-contains .item.completed .contains-check {
      display: block; }
    .lesson-details .lesson-details-info .lesson-contains .item.completed .contains-label .time {
      color: #299af2; }
  .lesson-details .lesson-details-info .lesson_objectives ul {
    padding-left: 15px; }
  .lesson-details .lesson-details-info .skills {
    margin: 0 -5px; }
    .lesson-details .lesson-details-info .skills .skill {
      font-weight: 500;
      font-size: 12px;
      float: left;
      padding: 5px;
      color: #fff;
      text-align: center;
      width: 33.333%; }
      .lesson-details .lesson-details-info .skills .skill span {
        padding: 4px;
        background: #8eb82f;
        border-radius: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 100%; }
      .lesson-details .lesson-details-info .skills .skill.last span {
        background: #202020; }

.lessons-grid {
  padding-top: 30px; }
  .lessons-grid .lesson {
    position: relative;
    background: #fff;
    display: block;
    color: #000;
    transition: background 0.5s, color 0.5s; }
    .lessons-grid .lesson:after {
      content: "";
      position: absolute;
      left: 2px;
      top: 2px;
      bottom: 2px;
      width: 6px;
      background: #8eb830; }
    .lessons-grid .lesson .lesson-header {
      padding: 17px 19px 5px; }
      .lessons-grid .lesson .lesson-header .updated_at {
        font-size: 12px;
        font-weight: 500; }
        @media only screen and (max-width: 1400px) {
          .lessons-grid .lesson .lesson-header .updated_at {
            line-height: 1; } }
        @media only screen and (max-width: 1400px) {
          .lessons-grid .lesson .lesson-header .updated_at span {
            display: block;
            line-height: 1; } }
      .lessons-grid .lesson .lesson-header .duration {
        font-size: 22px;
        font-family: BebasNeueBold; }
        .lessons-grid .lesson .lesson-header .duration sup {
          top: -0.9em;
          left: 3px;
          font-size: 47%;
          font-weight: 400;
          letter-spacing: 0.7px;
          font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
      .lessons-grid .lesson .lesson-header .el-legend {
        background: none;
        font-weight: 500;
        letter-spacing: -0.4px;
        text-transform: capitalize; }
        .lessons-grid .lesson .lesson-header .el-legend .legend-pin {
          width: 12px;
          height: 12px;
          margin-right: 0.2rem;
          border-radius: 50%;
          background-color: #8eb830;
          border: 2px solid #8eb830; }
      .lessons-grid .lesson .lesson-header .points {
        font-family: BebasNeueBold;
        font-size: 35px; }
        @media only screen and (max-width: 1200px) {
          .lessons-grid .lesson .lesson-header .points {
            font-size: 32px; } }
        @media only screen and (max-width: 991px) {
          .lessons-grid .lesson .lesson-header .points {
            font-size: 26px; } }
        @media only screen and (max-width: 767px) {
          .lessons-grid .lesson .lesson-header .points {
            font-size: 22px; } }
        .lessons-grid .lesson .lesson-header .points sup {
          top: -1.5em;
          font-size: 34%;
          left: 3px;
          font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    .lessons-grid .lesson .lesson-body {
      padding: 47px 19px 49px;
      text-align: center; }
      .lessons-grid .lesson .lesson-body .icon svg {
        height: 40px; }
      .lessons-grid .lesson .lesson-body h3 {
        font-size: 18px;
        font-family: BebasNeueBold;
        margin: 0;
        min-height: 50px; }
    .lessons-grid .lesson .lesson-footer {
      position: relative;
      padding: 0px 19px 17px 19px;
      min-height: 50px; }
      .lessons-grid .lesson .lesson-footer .info {
        border-radius: 50%;
        padding: 6px 13px 3px 12px;
        border: 1px solid #9f9f9f;
        background: #fff;
        display: table;
        float: left; }
        .lessons-grid .lesson .lesson-footer .info svg {
          width: 5px;
          height: 12px;
          fill: #202020; }
      .lessons-grid .lesson .lesson-footer .btn, .lessons-grid .lesson .lesson-footer .all-wrapper .fc-button, .all-wrapper .lessons-grid .lesson .lesson-footer .fc-button {
        background: #bebebe;
        color: #202020;
        padding: 0.4rem 0.7rem 0.2rem;
        font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 0.9rem;
        letter-spacing: -0.4px;
        text-transform: capitalize; }
        .lessons-grid .lesson .lesson-footer .btn div, .lessons-grid .lesson .lesson-footer .all-wrapper .fc-button div, .all-wrapper .lessons-grid .lesson .lesson-footer .fc-button div {
          max-width: 0px;
          white-space: nowrap;
          overflow: hidden;
          margin: 0;
          max-height: 0;
          transition: all 0.3s; }
          @media only screen and (max-width: 767px) {
            .lessons-grid .lesson .lesson-footer .btn div, .lessons-grid .lesson .lesson-footer .all-wrapper .fc-button div, .all-wrapper .lessons-grid .lesson .lesson-footer .fc-button div {
              top: -2px;
              position: relative; } }
        .lessons-grid .lesson .lesson-footer .btn svg, .lessons-grid .lesson .lesson-footer .all-wrapper .fc-button svg, .all-wrapper .lessons-grid .lesson .lesson-footer .fc-button svg {
          width: 8px;
          fill: #fff;
          margin-left: 0;
          transition: all 0.3s; }
    .lessons-grid .lesson.status-coming_soon .lesson-header .el-legend .legend-pin {
      background-color: #5b5b5b;
      border: 2px solid #5b5b5b; }
    .lessons-grid .lesson.status-coming_soon .lesson-body .icon svg {
      fill: #5b5b5b; }
    .lessons-grid .lesson.status-coming_soon:after {
      background: #5b5b5b; }
    .lessons-grid .lesson.status-available .lesson-header .el-legend .legend-pin {
      background-color: #8eb830;
      border: 2px solid #8eb830; }
    .lessons-grid .lesson.status-available .lesson-body .icon svg {
      fill: #8eb830; }
    .lessons-grid .lesson.status-available:after {
      background: #8eb830; }
    .lessons-grid .lesson.status-completed .lesson-header .el-legend .legend-pin {
      background-color: #289af3;
      border: 2px solid #289af3; }
    .lessons-grid .lesson.status-completed .lesson-body .icon svg {
      fill: #289af3; }
    .lessons-grid .lesson.status-completed:after {
      background: #289af3; }
    .lessons-grid .lesson.status-locked {
      color: #fff;
      background: #cbcbcb;
      pointer-events: none; }
      .lessons-grid .lesson.status-locked .lesson-header {
        color: #fff; }
        .lessons-grid .lesson.status-locked .lesson-header .el-legend {
          color: #202020; }
          .lessons-grid .lesson.status-locked .lesson-header .el-legend .legend-pin {
            background-color: #616161;
            border: 2px solid #616161; }
      .lessons-grid .lesson.status-locked .lesson-body .icon svg {
        fill: #fff; }
      .lessons-grid .lesson.status-locked .lesson-body h3 {
        color: #fff; }
      .lessons-grid .lesson.status-locked:after {
        background: #fff; }
      .lessons-grid .lesson.status-locked:hover {
        background: #cbcbcb;
        color: #202020; }
    .lessons-grid .lesson:hover {
      background: #202020;
      color: #fff; }
      .lessons-grid .lesson:hover .lesson-body h3 {
        color: #fff; }
      .lessons-grid .lesson:hover .lesson-footer .btn.btn-rounded, .lessons-grid .lesson:hover .lesson-footer .all-wrapper .btn-rounded.fc-button, .all-wrapper .lessons-grid .lesson:hover .lesson-footer .btn-rounded.fc-button {
        color: #202020;
        background: #fff;
        padding: 0.4rem 0.7rem 0.2rem 1.1rem; }
        .lessons-grid .lesson:hover .lesson-footer .btn.btn-rounded div, .lessons-grid .lesson:hover .lesson-footer .all-wrapper .btn-rounded.fc-button div, .all-wrapper .lessons-grid .lesson:hover .lesson-footer .btn-rounded.fc-button div {
          max-width: 150px;
          max-height: 50px; }
        .lessons-grid .lesson:hover .lesson-footer .btn.btn-rounded svg, .lessons-grid .lesson:hover .lesson-footer .all-wrapper .btn-rounded.fc-button svg, .all-wrapper .lessons-grid .lesson:hover .lesson-footer .btn-rounded.fc-button svg {
          margin-left: 7px;
          fill: #202020; }
    .lessons-grid .lesson .grid-save {
      position: absolute;
      left: 15px;
      bottom: 15px;
      height: 32px;
      z-index: 10; }
      .lessons-grid .lesson .grid-save .save {
        background: #fff;
        color: #fff;
        padding: 0.3rem 0.6rem 0.1rem 0.6rem;
        border: 1px solid #eb3536;
        color: #eb3536;
        border-radius: 40px; }
        @media only screen and (max-width: 1200px) {
          .lessons-grid .lesson .grid-save .save {
            padding: 0.4rem 0.6rem 0.2rem 0.6rem; } }
        @media only screen and (max-width: 991px) {
          .lessons-grid .lesson .grid-save .save {
            padding: 0.4rem 0.55rem 0.2rem 0.55rem; } }
        @media only screen and (max-width: 767px) {
          .lessons-grid .lesson .grid-save .save {
            padding: 0.5rem 0.55rem 0.2rem 0.55rem; } }
        .lessons-grid .lesson .grid-save .save.saved {
          background: #eb3536; }
          .lessons-grid .lesson .grid-save .save.saved svg {
            fill: #fff; }
        .lessons-grid .lesson .grid-save .save svg {
          fill: #eb3536;
          margin-left: 0;
          transition: all 0.3s;
          width: 10px;
          height: 10px; }
        .lessons-grid .lesson .grid-save .save:hover {
          color: #fff;
          background: #eb3536; }
          .lessons-grid .lesson .grid-save .save:hover svg {
            margin: 0 !important;
            fill: #fff; }

.feedback-modal.show .modal-dialog {
  -ms-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important; }

.feedback-modal .modal-dialog {
  max-width: 450px;
  width: 100%;
  margin: 76px 0 0;
  float: right;
  -ms-transform: translate(100%, 0%) !important;
  transform: translate(100%, 0%) !important; }
  @media only screen and (max-width: 991px) {
    .feedback-modal .modal-dialog {
      margin: 81px 0 0; } }
  @media only screen and (max-width: 767px) {
    .feedback-modal .modal-dialog {
      margin: 61px 0 0; } }
  .feedback-modal .modal-dialog .modal-body {
    padding: 0;
    border-radius: 0;
    min-height: calc(100vh - 76px); }
    @media only screen and (max-width: 991px) {
      .feedback-modal .modal-dialog .modal-body {
        min-height: calc(100vh - 81px); } }
    @media only screen and (max-width: 767px) {
      .feedback-modal .modal-dialog .modal-body {
        min-height: calc(100vh - 61px); } }
    .feedback-modal .modal-dialog .modal-body .feedback-header {
      background: #f1f1f1;
      padding: 25px 60px; }
      @media only screen and (max-width: 1200px) {
        .feedback-modal .modal-dialog .modal-body .feedback-header {
          padding: 25px 50px; } }
      @media only screen and (max-width: 991px) {
        .feedback-modal .modal-dialog .modal-body .feedback-header {
          padding: 20px 40px; } }
      @media only screen and (max-width: 767px) {
        .feedback-modal .modal-dialog .modal-body .feedback-header {
          padding: 15px 30px; } }
      .feedback-modal .modal-dialog .modal-body .feedback-header h3 {
        font-size: 1.35rem;
        margin: 0;
        padding: 14px 0;
        width: calc(100% - 50px); }
        @media only screen and (max-width: 991px) {
          .feedback-modal .modal-dialog .modal-body .feedback-header h3 {
            width: calc(100% - 45px);
            padding: 10px 0; } }
        @media only screen and (max-width: 767px) {
          .feedback-modal .modal-dialog .modal-body .feedback-header h3 {
            font-size: 1.15rem;
            margin: 0;
            padding: 9px 0; } }
        .feedback-modal .modal-dialog .modal-body .feedback-header h3 svg {
          width: 20px; }
          @media only screen and (max-width: 767px) {
            .feedback-modal .modal-dialog .modal-body .feedback-header h3 svg {
              width: 15px; } }
      .feedback-modal .modal-dialog .modal-body .feedback-header .close-btn {
        font-size: 1.75rem;
        margin: 0; }
    .feedback-modal .modal-dialog .modal-body .feedback-body {
      height: calc(100vh - 195px);
      padding: 0 60px 25px;
      overflow: hidden;
      min-height: 600px; }
      @media only screen and (max-width: 1200px) {
        .feedback-modal .modal-dialog .modal-body .feedback-body {
          padding: 0 50px 25px; } }
      @media only screen and (max-width: 991px) {
        .feedback-modal .modal-dialog .modal-body .feedback-body {
          padding: 0 40px 20px;
          height: calc(100vh - 195px); } }
      @media only screen and (max-width: 767px) {
        .feedback-modal .modal-dialog .modal-body .feedback-body {
          padding: 0 30px 15px;
          height: calc(100vh - 155px); } }
      .feedback-modal .modal-dialog .modal-body .feedback-body .feedback-form {
        padding-bottom: 20px; }
        .feedback-modal .modal-dialog .modal-body .feedback-body .feedback-form p {
          padding: 27px 0 0 0;
          font-family: 'ProximaNova-Bold';
          letter-spacing: 0.7px;
          line-height: 1.4;
          margin-bottom: 8px; }
        .feedback-modal .modal-dialog .modal-body .feedback-body .feedback-form .textarea {
          padding-bottom: 26px;
          position: relative; }
          @media only screen and (max-width: 767px) {
            .feedback-modal .modal-dialog .modal-body .feedback-body .feedback-form .textarea {
              padding-bottom: 10px; } }
          .feedback-modal .modal-dialog .modal-body .feedback-body .feedback-form .textarea textarea {
            width: 100%;
            background: #f3f3f3;
            border: 2px solid #f0f0f0;
            border-radius: 3px;
            height: 100px;
            resize: none; }
          .feedback-modal .modal-dialog .modal-body .feedback-body .feedback-form .textarea .word-counter {
            position: absolute;
            left: 0;
            bottom: 10px; }
      .feedback-modal .modal-dialog .modal-body .feedback-body .feedback-grid {
        overflow-y: auto;
        height: calc(100vh - 80px - 105px - 300px);
        min-height: 300px;
        overflow-x: hidden;
        padding: 0 60px;
        margin: 0 -60px; }
        @media only screen and (max-width: 1200px) {
          .feedback-modal .modal-dialog .modal-body .feedback-body .feedback-grid {
            padding: 0 50px;
            margin: 0 -50px; } }
        @media only screen and (max-width: 991px) {
          .feedback-modal .modal-dialog .modal-body .feedback-body .feedback-grid {
            padding: 0 40px;
            margin: 0 -40px; } }
        @media only screen and (max-width: 767px) {
          .feedback-modal .modal-dialog .modal-body .feedback-body .feedback-grid {
            height: calc(100vh - 80px - 105px - 195px);
            padding: 0 30px;
            margin: 0 -30px; } }
        .feedback-modal .modal-dialog .modal-body .feedback-body .feedback-grid::-webkit-scrollbar {
          width: 12px; }
        .feedback-modal .modal-dialog .modal-body .feedback-body .feedback-grid::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          border-radius: 10px; }
        .feedback-modal .modal-dialog .modal-body .feedback-body .feedback-grid::-webkit-scrollbar-thumb {
          border-radius: 10px;
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
      .feedback-modal .modal-dialog .modal-body .feedback-body .feedback {
        padding: 24px 0; }
        @media only screen and (max-width: 1200px) {
          .feedback-modal .modal-dialog .modal-body .feedback-body .feedback {
            padding: 24px 0; } }
        @media only screen and (max-width: 991px) {
          .feedback-modal .modal-dialog .modal-body .feedback-body .feedback {
            padding: 20px 0; } }
        @media only screen and (max-width: 767px) {
          .feedback-modal .modal-dialog .modal-body .feedback-body .feedback {
            padding: 15px 0; } }
        .feedback-modal .modal-dialog .modal-body .feedback-body .feedback:nth-child(even) {
          background: #f8f8f8; }
        .feedback-modal .modal-dialog .modal-body .feedback-body .feedback:not([style*="display:none"]):not([style*="display: none"]):last-child .actions {
          border-bottom: none; }
        .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .pic {
          width: 60px;
          border-radius: 50%;
          overflow: hidden;
          margin-top: 3px;
          float: left; }
        .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .content {
          width: calc(100% - 60px);
          float: left;
          padding: 0;
          text-align: left;
          padding: 3px 10px; }
          .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .content p {
            opacity: 1;
            letter-spacing: -0.5px;
            font-size: 14px;
            line-height: 1.4;
            margin: 0; }
        .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .actions {
          padding-top: 6px; }
          .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .actions .name {
            float: left;
            opacity: 0.5;
            font-size: 12px;
            padding: 9px 0 0 2px; }
          .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .actions .like-btn {
            border-radius: 15px;
            display: table;
            line-height: 1;
            float: right;
            background: #c0c0c0;
            height: 30px;
            padding: 0 6px 0 6px;
            border: none;
            cursor: pointer; }
            .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .actions .like-btn:hover div {
              max-width: 150px;
              padding: 0 10px 0px 10px; }
            .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .actions .like-btn div {
              max-width: 0px;
              white-space: nowrap;
              overflow: hidden;
              margin: 0;
              transition: all 0.3s;
              font-family: 'ProximaNova-Bold';
              color: #fff;
              float: left;
              padding: 0;
              line-height: 30px;
              position: relative;
              top: 2px; }
              .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .actions .like-btn div.liked-text {
                display: none; }
            .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .actions .like-btn svg {
              width: 18px;
              height: 28px;
              fill: #fff;
              float: right;
              transition: all 0.3s; }
              .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .actions .like-btn svg.like-icon {
                display: block; }
              .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .actions .like-btn svg.liked-icon {
                display: none; }
            .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .actions .like-btn.liked {
              pointer-events: none; }
              .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .actions .like-btn.liked div {
                max-width: 150px;
                padding: 0 10px 0px 10px; }
                .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .actions .like-btn.liked div.like-text {
                  display: none; }
                .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .actions .like-btn.liked div.liked-text {
                  display: block; }
              .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .actions .like-btn.liked svg.like-icon {
                display: none; }
              .feedback-modal .modal-dialog .modal-body .feedback-body .feedback .actions .like-btn.liked svg.liked-icon {
                display: block; }

.news-grid .item {
  padding-bottom: 20px;
  transition: all 0.2s; }
  .news-grid .item .pic {
    border-radius: 3px;
    overflow: hidden;
    position: relative; }
    .news-grid .item .pic img {
      width: 100%; }
    .news-grid .item .pic .save {
      background: #fff;
      color: #fff;
      padding: 0.4rem .5rem 0.2rem;
      font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 0.7rem;
      letter-spacing: -0.4px;
      position: absolute;
      top: 22px;
      right: 20px; }
      .news-grid .item .pic .save.saved {
        background: #eb3536; }
        .news-grid .item .pic .save.saved svg {
          fill: #fff; }
      .news-grid .item .pic .save div {
        max-width: 0px;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        max-height: 0;
        transition: all 0.3s; }
      .news-grid .item .pic .save svg {
        fill: #eb3536;
        margin-left: 0;
        transition: all 0.3s;
        width: 10px;
        height: 10px; }
      .news-grid .item .pic .save:hover {
        color: #fff;
        background: #eb3536;
        padding: .4rem 0.5rem .2rem 0.7rem; }
        .news-grid .item .pic .save:hover div {
          max-width: 100px;
          max-height: 50px; }
        .news-grid .item .pic .save:hover svg {
          margin-left: 20px;
          fill: #fff; }
  .news-grid .item .news-info h3 {
    font-size: 1.1rem;
    letter-spacing: 0.2px;
    padding: 18px 0 0;
    width: 88%;
    min-height: 65px;
    margin: 0; }
  .news-grid .item .news-info p {
    font-size: 16px;
    opacity: 0.5;
    line-height: 1.2; }
    @media only screen and (max-width: 991px) {
      .news-grid .item .news-info p {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .news-grid .item .news-info p {
        font-size: 12px; } }
  .news-grid .item .news-info .btn, .news-grid .item .news-info .all-wrapper .fc-button, .all-wrapper .news-grid .item .news-info .fc-button {
    padding: 0;
    float: right;
    font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
    letter-spacing: -0.1px; }
    .news-grid .item .news-info .btn svg, .news-grid .item .news-info .all-wrapper .fc-button svg, .all-wrapper .news-grid .item .news-info .fc-button svg {
      height: 14px;
      width: 15px;
      margin-left: 5px;
      top: 1px;
      position: relative; }
  .news-grid .item .date {
    font-family: BebasNeueBold;
    font-size: 18px;
    opacity: 0.5; }
  .news-grid .item:hover p {
    opacity: 1; }
  .news-grid .item:hover .date {
    opacity: 1; }
  .news-grid .item:hover .news-info .btn, .news-grid .item:hover .news-info .all-wrapper .fc-button, .all-wrapper .news-grid .item:hover .news-info .fc-button {
    opacity: 1; }
  .news-grid .item .modal-content .modal-body {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 0;
    border: none; }
    .news-grid .item .modal-content .modal-body .pic {
      position: relative; }
      .news-grid .item .modal-content .modal-body .pic .save {
        background: #fff;
        color: #fff;
        padding: 0.4rem .5rem 0.2rem;
        font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 0.7rem;
        letter-spacing: -0.4px;
        position: absolute;
        top: 22px;
        right: 20px; }
        .news-grid .item .modal-content .modal-body .pic .save.saved {
          background: #eb3536; }
          .news-grid .item .modal-content .modal-body .pic .save.saved svg {
            fill: #fff; }
        .news-grid .item .modal-content .modal-body .pic .save div {
          max-width: 0px;
          white-space: nowrap;
          overflow: hidden;
          margin: 0;
          max-height: 0;
          transition: all 0.3s; }
        .news-grid .item .modal-content .modal-body .pic .save svg {
          fill: #eb3536;
          margin-left: 0;
          transition: all 0.3s;
          width: 10px;
          height: 10px; }
        .news-grid .item .modal-content .modal-body .pic .save:hover {
          color: #fff;
          background: #eb3536;
          padding: .4rem 0.5rem .2rem 0.7rem; }
          .news-grid .item .modal-content .modal-body .pic .save:hover div {
            max-width: 100px;
            max-height: 50px; }
          .news-grid .item .modal-content .modal-body .pic .save:hover svg {
            margin-left: 20px;
            fill: #fff; }
    .news-grid .item .modal-content .modal-body .content {
      padding: 30px; }
      .news-grid .item .modal-content .modal-body .content h3 {
        margin: 0;
        font-size: 1.05rem;
        letter-spacing: 0.6px; }
      .news-grid .item .modal-content .modal-body .content .date {
        opacity: 1;
        margin: 0 0 19px 0px;
        display: block; }
      .news-grid .item .modal-content .modal-body .content p {
        line-height: 1.4;
        margin-bottom: 0.7rem;
        opacity: 0.5; }

.notification-modal.show .modal-dialog {
  -ms-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important; }

.notification-modal .modal-dialog {
  max-width: 450px;
  width: 100%;
  margin: 76px 0 0;
  float: right;
  -ms-transform: translate(100%, 0%) !important;
  transform: translate(100%, 0%) !important; }
  @media only screen and (max-width: 991px) {
    .notification-modal .modal-dialog {
      margin: 81px 0 0; } }
  @media only screen and (max-width: 767px) {
    .notification-modal .modal-dialog {
      margin: 61px 0 0; } }
  .notification-modal .modal-dialog .modal-body {
    padding: 0;
    border-radius: 0;
    min-height: calc(100vh - 76px); }
    @media only screen and (max-width: 991px) {
      .notification-modal .modal-dialog .modal-body {
        min-height: calc(100vh - 81px); } }
    @media only screen and (max-width: 767px) {
      .notification-modal .modal-dialog .modal-body {
        min-height: calc(100vh - 61px); } }
    .notification-modal .modal-dialog .modal-body .notifications-header {
      background: #f1f1f1;
      padding: 25px 60px; }
      @media only screen and (max-width: 1200px) {
        .notification-modal .modal-dialog .modal-body .notifications-header {
          padding: 25px 50px; } }
      @media only screen and (max-width: 991px) {
        .notification-modal .modal-dialog .modal-body .notifications-header {
          padding: 20px 40px; } }
      @media only screen and (max-width: 767px) {
        .notification-modal .modal-dialog .modal-body .notifications-header {
          padding: 15px 30px; } }
      .notification-modal .modal-dialog .modal-body .notifications-header h3 {
        font-size: 1.35rem;
        margin: 0;
        padding: 14px 0;
        width: calc(100% - 50px); }
        @media only screen and (max-width: 991px) {
          .notification-modal .modal-dialog .modal-body .notifications-header h3 {
            width: calc(100% - 45px);
            padding: 10px 0; } }
        @media only screen and (max-width: 767px) {
          .notification-modal .modal-dialog .modal-body .notifications-header h3 {
            font-size: 1.15rem;
            margin: 0;
            padding: 9px 0; } }
      .notification-modal .modal-dialog .modal-body .notifications-header .close-btn {
        font-size: 1.75rem;
        margin: 0; }
    .notification-modal .modal-dialog .modal-body .notifications-body {
      padding: 0 60px 25px; }
      @media only screen and (max-width: 1200px) {
        .notification-modal .modal-dialog .modal-body .notifications-body {
          padding: 0 50px 25px; } }
      @media only screen and (max-width: 991px) {
        .notification-modal .modal-dialog .modal-body .notifications-body {
          padding: 0 40px 20px; } }
      @media only screen and (max-width: 767px) {
        .notification-modal .modal-dialog .modal-body .notifications-body {
          padding: 0 30px 15px; } }
      .notification-modal .modal-dialog .modal-body .notifications-body .notification {
        margin: 0 -60px;
        padding: 24px 60px 0 60px; }
        .notification-modal .modal-dialog .modal-body .notifications-body .notification .remove {
          width: 10px;
          position: absolute;
          top: 20px;
          right: 20px; }
        @media only screen and (max-width: 1200px) {
          .notification-modal .modal-dialog .modal-body .notifications-body .notification {
            margin: 0 -50px;
            padding: 24px 50px 0 50px; } }
        @media only screen and (max-width: 991px) {
          .notification-modal .modal-dialog .modal-body .notifications-body .notification {
            margin: 0 -40px;
            padding: 20px 40px 0 40px; } }
        @media only screen and (max-width: 767px) {
          .notification-modal .modal-dialog .modal-body .notifications-body .notification {
            margin: 0 -30px;
            padding: 15px 30px 0 30px; } }
        .notification-modal .modal-dialog .modal-body .notifications-body .notification:nth-child(even) {
          background: #f8f8f8; }
        .notification-modal .modal-dialog .modal-body .notifications-body .notification:not([style*="display:none"]):not([style*="display: none"]):last-child .actions {
          border-bottom: none; }
        .notification-modal .modal-dialog .modal-body .notifications-body .notification .pic {
          width: 60px;
          border-radius: 50%;
          overflow: hidden;
          margin-top: 3px;
          float: left; }
        .notification-modal .modal-dialog .modal-body .notifications-body .notification .content {
          width: calc(100% - 60px);
          float: left;
          padding: 6px 8px;
          text-align: left; }
          .notification-modal .modal-dialog .modal-body .notifications-body .notification .content h4 {
            font-size: 16px;
            margin-bottom: 7px; }
          .notification-modal .modal-dialog .modal-body .notifications-body .notification .content p {
            opacity: 0.5;
            letter-spacing: -0.5px;
            font-size: 14px;
            line-height: 1.4;
            margin: 0; }
        .notification-modal .modal-dialog .modal-body .notifications-body .notification .actions {
          font-size: 12px;
          padding: 5px 0;
          padding-bottom: 24px;
          border-bottom: 1px solid #ccc; }
          .notification-modal .modal-dialog .modal-body .notifications-body .notification .actions .time {
            opacity: .5;
            float: left; }
          .notification-modal .modal-dialog .modal-body .notifications-body .notification .actions .btn-link {
            text-transform: uppercase;
            color: #202020;
            float: right;
            padding: 0;
            font-size: 12px;
            font-family: 'ProximaNova-Bold';
            letter-spacing: 0.2px; }
            .notification-modal .modal-dialog .modal-body .notifications-body .notification .actions .btn-link:hover {
              color: #8eb82f; }
    .notification-modal .modal-dialog .modal-body .remove-all {
      color: #202020; }
      .notification-modal .modal-dialog .modal-body .remove-all svg {
        width: 10px;
        height: 10px;
        display: inline-block; }
      .notification-modal .modal-dialog .modal-body .remove-all label {
        cursor: pointer; }
    .notification-modal .modal-dialog .modal-body .notifications-toggle {
      position: relative; }
      .notification-modal .modal-dialog .modal-body .notifications-toggle:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 60px;
        right: 60px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 1px;
        background: #c8c8c8; }
      .notification-modal .modal-dialog .modal-body .notifications-toggle .form-group {
        display: table;
        margin: 0 auto;
        background: #fff;
        position: relative;
        padding: 7px 35px; }
        .notification-modal .modal-dialog .modal-body .notifications-toggle .form-group .option {
          margin: 0; }

.courses-grid.onboarding-grid .item {
  overflow: hidden; }
  .courses-grid.onboarding-grid .item .info-header .completed-label {
    color: #202020;
    font-family: BebasNeueBold;
    position: absolute;
    padding: 2px 5px;
    top: 16%;
    right: -2%;
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 50%;
    text-align: center;
    height: 35px; }
    .courses-grid.onboarding-grid .item .info-header .completed-label .completed-label-content {
      position: relative;
      display: table;
      margin: 0 auto; }
      .courses-grid.onboarding-grid .item .info-header .completed-label .completed-label-content span {
        float: left;
        display: table; }
      .courses-grid.onboarding-grid .item .info-header .completed-label .completed-label-content span.progress-label {
        font-size: 1.4rem;
        line-height: 35px;
        letter-spacing: 0.6px; }
      .courses-grid.onboarding-grid .item .info-header .completed-label .completed-label-content span.progress-number {
        background: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        text-align: center;
        margin-left: 5px; }
    .courses-grid.onboarding-grid .item .info-header .completed-label:before {
      position: absolute;
      left: -100px;
      right: -100px;
      top: 0;
      bottom: 0;
      content: "";
      background: #8eb82f; }
  .courses-grid.onboarding-grid .item .course-info {
    padding: 0 16px 80px 16px; }
    .courses-grid.onboarding-grid .item .course-info h3 {
      max-width: 100%; }
    .courses-grid.onboarding-grid .item .course-info p {
      max-width: 100%; }

.reposts-header {
  padding: 13px 0; }
  .reposts-header .col {
    padding: 0 30px 0 0;
    width: auto; }
    @media only screen and (max-width: 1200px) {
      .reposts-header .col {
        padding: 0 10px 0 0; } }
  .reposts-header .form-group {
    margin-bottom: 0; }
  .reposts-header .datepicker_label {
    font-size: 12px;
    opacity: .5;
    line-height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px; }
  .reposts-header .date-input {
    position: relative; }
    .reposts-header .date-input .datepicker {
      padding: 0.2rem .6rem 0;
      border-radius: 30px;
      font-family: BebasNeueBold;
      font-size: 16px;
      max-width: 123px;
      height: 31px;
      background: #fff; }
      @media only screen and (max-width: 1200px) {
        .reposts-header .date-input .datepicker {
          max-width: 100px; } }
    .reposts-header .date-input:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #202020;
      right: 11px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .reposts-header .filter-btn {
    background: #202020;
    border: 1px solid #202020;
    color: #fff;
    font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9rem;
    letter-spacing: -0.4px;
    padding: 0.4rem 1rem 0.2rem 1.1rem;
    margin: 1px 0 0 !important; }
    @media only screen and (max-width: 767px) {
      .reposts-header .filter-btn {
        padding: 0.2rem 1rem 0.2rem 1.1rem; } }
    .reposts-header .filter-btn.clear-btn {
      background: #fff;
      color: #202020;
      margin-left: 2em !important; }
    .reposts-header .filter-btn div {
      white-space: nowrap;
      overflow: hidden;
      margin: 0;
      max-width: 100px;
      max-height: 50px;
      transition: all 0.2s; }
    .reposts-header .filter-btn svg {
      fill: #fff;
      margin-left: 10px;
      transition: all 0.2s;
      width: 7px;
      position: relative;
      top: 1px; }
    .reposts-header .filter-btn:hover {
      background: #fff;
      color: #202020; }
      .reposts-header .filter-btn:hover svg {
        fill: #202020; }
  .reposts-header .btn, .reposts-header .all-wrapper .fc-button, .all-wrapper .reposts-header .fc-button {
    margin: -4px 0 0 0; }
    @media only screen and (max-width: 991px) {
      .reposts-header .btn, .reposts-header .all-wrapper .fc-button, .all-wrapper .reposts-header .fc-button {
        margin: 5px 0; } }

.element-box.charts, .charts.invoice-w, .charts.big-error-w {
  padding: 1px;
  position: relative; }
  .element-box.charts:before, .charts.invoice-w:before, .charts.big-error-w:before {
    position: absolute;
    content: "";
    background: #f1f1f1;
    left: 2px;
    top: 2px;
    bottom: 2px;
    width: 200px; }
    @media only screen and (max-width: 991px) {
      .element-box.charts:before, .charts.invoice-w:before, .charts.big-error-w:before {
        width: 170px; } }
    @media only screen and (max-width: 767px) {
      .element-box.charts:before, .charts.invoice-w:before, .charts.big-error-w:before {
        width: 130px; } }
  .element-box.charts .charts-intro, .charts.invoice-w .charts-intro, .charts.big-error-w .charts-intro {
    position: absolute;
    top: 50%;
    left: 1px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px; }
    .element-box.charts .charts-intro h5, .charts.invoice-w .charts-intro h5, .charts.big-error-w .charts-intro h5 {
      font-size: 18px;
      font-family: 'BebasNeueBold';
      opacity: 0.5;
      margin-bottom: 24px;
      letter-spacing: 0.8px; }
      @media only screen and (max-width: 1200px) {
        .element-box.charts .charts-intro h5, .charts.invoice-w .charts-intro h5, .charts.big-error-w .charts-intro h5 {
          font-size: 16px;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 991px) {
        .element-box.charts .charts-intro h5, .charts.invoice-w .charts-intro h5, .charts.big-error-w .charts-intro h5 {
          font-size: 14px;
          margin-bottom: 15px; } }
      @media only screen and (max-width: 767px) {
        .element-box.charts .charts-intro h5, .charts.invoice-w .charts-intro h5, .charts.big-error-w .charts-intro h5 {
          font-size: 12px; } }
    .element-box.charts .charts-intro .l-label, .charts.invoice-w .charts-intro .l-label, .charts.big-error-w .charts-intro .l-label {
      font-size: 18px;
      font-weight: 500;
      line-height: 1;
      display: block;
      letter-spacing: -0.7px; }
      @media only screen and (max-width: 1200px) {
        .element-box.charts .charts-intro .l-label, .charts.invoice-w .charts-intro .l-label, .charts.big-error-w .charts-intro .l-label {
          font-size: 16px; } }
      @media only screen and (max-width: 991px) {
        .element-box.charts .charts-intro .l-label, .charts.invoice-w .charts-intro .l-label, .charts.big-error-w .charts-intro .l-label {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .element-box.charts .charts-intro .l-label, .charts.invoice-w .charts-intro .l-label, .charts.big-error-w .charts-intro .l-label {
          font-size: 12px; } }
    .element-box.charts .charts-intro .counter, .charts.invoice-w .charts-intro .counter, .charts.big-error-w .charts-intro .counter {
      font-size: 48px;
      line-height: 1;
      font-family: 'BebasNeueBold';
      padding-top: 2px;
      display: block; }
      @media only screen and (max-width: 1200px) {
        .element-box.charts .charts-intro .counter, .charts.invoice-w .charts-intro .counter, .charts.big-error-w .charts-intro .counter {
          font-size: 42px; } }
      @media only screen and (max-width: 991px) {
        .element-box.charts .charts-intro .counter, .charts.invoice-w .charts-intro .counter, .charts.big-error-w .charts-intro .counter {
          font-size: 38px; } }
      @media only screen and (max-width: 767px) {
        .element-box.charts .charts-intro .counter, .charts.invoice-w .charts-intro .counter, .charts.big-error-w .charts-intro .counter {
          font-size: 32px; } }
  .element-box.charts .charts-content, .charts.invoice-w .charts-content, .charts.big-error-w .charts-content {
    padding: 45px 0 45px 200px; }
    @media only screen and (max-width: 991px) {
      .element-box.charts .charts-content, .charts.invoice-w .charts-content, .charts.big-error-w .charts-content {
        padding: 30px 0 30px 170px; } }
    @media only screen and (max-width: 767px) {
      .element-box.charts .charts-content, .charts.invoice-w .charts-content, .charts.big-error-w .charts-content {
        padding: 20px 0 20px 130px; } }
    .element-box.charts .charts-content .chart, .charts.invoice-w .charts-content .chart, .charts.big-error-w .charts-content .chart {
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .element-box.charts .charts-content .chart, .charts.invoice-w .charts-content .chart, .charts.big-error-w .charts-content .chart {
          padding: 15px 0; } }
      .element-box.charts .charts-content .chart h5, .charts.invoice-w .charts-content .chart h5, .charts.big-error-w .charts-content .chart h5 {
        letter-spacing: 1.7px;
        font-size: 18px;
        font-family: 'BebasNeueBold';
        opacity: 0.5;
        line-height: 1;
        margin-bottom: 3px; }
        @media only screen and (max-width: 991px) {
          .element-box.charts .charts-content .chart h5, .charts.invoice-w .charts-content .chart h5, .charts.big-error-w .charts-content .chart h5 {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .element-box.charts .charts-content .chart h5, .charts.invoice-w .charts-content .chart h5, .charts.big-error-w .charts-content .chart h5 {
            font-size: 14px; } }
      .element-box.charts .charts-content .chart .status, .charts.invoice-w .charts-content .chart .status, .charts.big-error-w .charts-content .chart .status {
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        padding-bottom: 20px; }
        @media only screen and (max-width: 1200px) {
          .element-box.charts .charts-content .chart .status, .charts.invoice-w .charts-content .chart .status, .charts.big-error-w .charts-content .chart .status {
            font-size: 20px; } }
        @media only screen and (max-width: 991px) {
          .element-box.charts .charts-content .chart .status, .charts.invoice-w .charts-content .chart .status, .charts.big-error-w .charts-content .chart .status {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          .element-box.charts .charts-content .chart .status, .charts.invoice-w .charts-content .chart .status, .charts.big-error-w .charts-content .chart .status {
            font-size: 16px; } }
      .element-box.charts .charts-content .chart .chart-item, .charts.invoice-w .charts-content .chart .chart-item, .charts.big-error-w .charts-content .chart .chart-item {
        position: relative; }
        .element-box.charts .charts-content .chart .chart-item .inside-donut-chart-label, .charts.invoice-w .charts-content .chart .chart-item .inside-donut-chart-label, .charts.big-error-w .charts-content .chart .chart-item .inside-donut-chart-label {
          position: absolute;
          left: 50%;
          top: 50%;
          font-size: 37px;
          line-height: 1;
          font-family: BebasNeueBold;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .element-box.charts .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label, .charts.invoice-w .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label, .charts.big-error-w .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label {
          position: relative;
          left: 0;
          top: 0;
          font-size: 48px;
          line-height: 1;
          font-family: BebasNeueBold;
          -ms-transform: none;
          transform: none;
          line-height: 1;
          padding: 0 0 10px 0;
          float: left; }
          @media only screen and (max-width: 1200px) {
            .element-box.charts .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label, .charts.invoice-w .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label, .charts.big-error-w .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label {
              font-size: 42px; } }
          @media only screen and (max-width: 991px) {
            .element-box.charts .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label, .charts.invoice-w .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label, .charts.big-error-w .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label {
              font-size: 36px; } }
          @media only screen and (max-width: 767px) {
            .element-box.charts .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label, .charts.invoice-w .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label, .charts.big-error-w .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label {
              font-size: 28px; } }
          .element-box.charts .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label span, .charts.invoice-w .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label span, .charts.big-error-w .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label span {
            line-height: 1;
            display: block;
            opacity: 0.5;
            font-size: 12px;
            font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
            @media only screen and (max-width: 767px) {
              .element-box.charts .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label span, .charts.invoice-w .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label span, .charts.big-error-w .charts-content .chart .chart-item.chart-item-bar .inside-donut-chart-label span {
                font-size: 10px; } }

.user-reports .element-box.charts, .user-reports .charts.invoice-w, .user-reports .charts.big-error-w {
  margin-top: 10px;
  background: #f3f3f3; }
  .user-reports .element-box.charts:before, .user-reports .charts.invoice-w:before, .user-reports .charts.big-error-w:before {
    display: none; }
  .user-reports .element-box.charts .charts-content, .user-reports .charts.invoice-w .charts-content, .user-reports .charts.big-error-w .charts-content {
    padding: 15px 60px; }
    @media only screen and (max-width: 767px) {
      .user-reports .element-box.charts .charts-content, .user-reports .charts.invoice-w .charts-content, .user-reports .charts.big-error-w .charts-content {
        padding: 15px 40px; } }
    @media only screen and (max-width: 767px) {
      .user-reports .element-box.charts .charts-content, .user-reports .charts.invoice-w .charts-content, .user-reports .charts.big-error-w .charts-content {
        padding: 10px 20px; } }
    .user-reports .element-box.charts .charts-content .report-body, .user-reports .charts.invoice-w .charts-content .report-body, .user-reports .charts.big-error-w .charts-content .report-body {
      padding: 20px 10px;
      text-align: center; }
    .user-reports .element-box.charts .charts-content .table-responsive tbody, .user-reports .charts.invoice-w .charts-content .table-responsive tbody, .user-reports .charts.big-error-w .charts-content .table-responsive tbody {
      color: #8eb82f; }
      .user-reports .element-box.charts .charts-content .table-responsive tbody .icon svg, .user-reports .charts.invoice-w .charts-content .table-responsive tbody .icon svg, .user-reports .charts.big-error-w .charts-content .table-responsive tbody .icon svg {
        width: 40px;
        height: 40px;
        fill: #8eb82f; }
        @media only screen and (max-width: 767px) {
          .user-reports .element-box.charts .charts-content .table-responsive tbody .icon svg, .user-reports .charts.invoice-w .charts-content .table-responsive tbody .icon svg, .user-reports .charts.big-error-w .charts-content .table-responsive tbody .icon svg {
            width: 30px;
            height: 30px; } }
        @media only screen and (max-width: 767px) {
          .user-reports .element-box.charts .charts-content .table-responsive tbody .icon svg, .user-reports .charts.invoice-w .charts-content .table-responsive tbody .icon svg, .user-reports .charts.big-error-w .charts-content .table-responsive tbody .icon svg {
            width: 20px;
            height: 20px; } }

.badge-reports .element-box.charts:before, .badge-reports .charts.invoice-w:before, .badge-reports .charts.big-error-w:before {
  display: none; }

.badge-reports .element-box.charts .charts-content, .badge-reports .charts.invoice-w .charts-content, .badge-reports .charts.big-error-w .charts-content {
  padding: 60px 45px; }
  .badge-reports .element-box.charts .charts-content .chart .chart-item, .badge-reports .charts.invoice-w .charts-content .chart .chart-item, .badge-reports .charts.big-error-w .charts-content .chart .chart-item {
    width: 220px;
    height: 220px;
    border: 10px solid #f1f1f1;
    border-radius: 50%;
    margin: 0 auto; }
    .badge-reports .element-box.charts .charts-content .chart .chart-item .chart-inner, .badge-reports .charts.invoice-w .charts-content .chart .chart-item .chart-inner, .badge-reports .charts.big-error-w .charts-content .chart .chart-item .chart-inner {
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .badge-reports .element-box.charts .charts-content .chart .chart-item .chart-inner .pic, .badge-reports .charts.invoice-w .charts-content .chart .chart-item .chart-inner .pic, .badge-reports .charts.big-error-w .charts-content .chart .chart-item .chart-inner .pic {
        max-width: 42px;
        margin: 0 auto; }
      .badge-reports .element-box.charts .charts-content .chart .chart-item .chart-inner .value-label, .badge-reports .charts.invoice-w .charts-content .chart .chart-item .chart-inner .value-label, .badge-reports .charts.big-error-w .charts-content .chart .chart-item .chart-inner .value-label {
        font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        padding: 7px 0 0;
        display: block;
        letter-spacing: -0.5px;
        font-size: 16px;
        line-height: 1; }
    .badge-reports .element-box.charts .charts-content .chart .chart-item.full .chart-inner .pic, .badge-reports .charts.invoice-w .charts-content .chart .chart-item.full .chart-inner .pic, .badge-reports .charts.big-error-w .charts-content .chart .chart-item.full .chart-inner .pic {
      max-width: 115px; }
    .badge-reports .element-box.charts .charts-content .chart .chart-item.full .chart-inner .value-label, .badge-reports .charts.invoice-w .charts-content .chart .chart-item.full .chart-inner .value-label, .badge-reports .charts.big-error-w .charts-content .chart .chart-item.full .chart-inner .value-label {
      font-family: BebasNeueBold;
      font-size: 24px; }

.badge-reports .table .pic {
  float: left;
  max-width: 42px;
  margin-right: 20px; }

.report-body {
  padding: 47px 19px 49px;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .report-body {
      padding: 40px 15px 40px; } }
  @media only screen and (max-width: 991px) {
    .report-body {
      padding: 30px 10px 30px; } }
  @media only screen and (max-width: 767px) {
    .report-body {
      padding: 15px 0; } }
  .report-body .cnt {
    font-family: BebasNeueBold;
    font-size: 48px;
    margin: 0;
    color: #202020;
    opacity: 0.5;
    line-height: 1;
    padding: 25px 0 0; }
    @media only screen and (max-width: 1200px) {
      .report-body .cnt {
        font-size: 42px;
        padding: 20px 0 0; } }
    @media only screen and (max-width: 991px) {
      .report-body .cnt {
        font-size: 34px;
        padding: 15px 0 0; } }
    @media only screen and (max-width: 767px) {
      .report-body .cnt {
        font-size: 28px;
        padding: 10px 0 0; } }
    .report-body .cnt.color-green, .report-body .cnt.color-red {
      opacity: 1; }
  .report-body .diagonal {
    position: relative; }
    .report-body .diagonal:before {
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      left: 50%;
      width: 1px;
      display: block;
      background: rgba(83, 101, 140, 0.33);
      -ms-transform: skewX(-20deg) translateX(-50%);
      transform: skewX(-20deg) translateX(-50%); }
  .report-body .label {
    font-size: 14px;
    font-family: 'ProximaNova-Regular';
    margin: 0;
    min-height: 50px;
    opacity: 0.5; }
  .report-body .block-leaderboard {
    padding: 37px 26px 0 22px;
    background: none; }
    @media only screen and (max-width: 991px) {
      .report-body .block-leaderboard {
        padding: 20px 20px 0 20px; } }
    @media only screen and (max-width: 767px) {
      .report-body .block-leaderboard {
        padding: 10px 10px 0 10px; } }
    .report-body .block-leaderboard table {
      border: none;
      position: relative;
      /*&:before{
  	    		position:absolute;
  	    		content:"";
  	    		top:0;
  	    		left:15px;
  	    		right:15px;
  	    		bottom:0;
  	    		pointer-events:none;
  	    		border-top:1px solid rgba(83, 101, 140, 0.33);
  	    		border-bottom:1px solid rgba(83, 101, 140, 0.33);
  	    	}*/ }
      .report-body .block-leaderboard table td {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        border: none;
        padding: 1.5rem .9rem;
        text-align: left; }
        .report-body .block-leaderboard table td span.dt-label {
          font-family: 'ProximaNova-Regular';
          font-size: 14px;
          color: #202020;
          opacity: 0.5;
          padding-bottom: 5px;
          display: block; }
        .report-body .block-leaderboard table td.performer {
          padding-left: 0;
          padding-right: 0; }
        .report-body .block-leaderboard table td.components-completed {
          padding: 33px 10px 29px 26px;
          padding-left: 15px;
          padding-right: 0; }
          .report-body .block-leaderboard table td.components-completed .color-green {
            font-family: BebasNeueBold;
            font-size: 24px; }
            .report-body .block-leaderboard table td.components-completed .color-green small {
              font-family: BebasNeueBold;
              font-size: 18px; }
  .report-body .icon svg {
    height: 40px; }
  .report-body h3 {
    font-size: 18px;
    font-family: BebasNeueBold;
    margin: 0;
    min-height: 50px; }

.reports-grid {
  padding-top: 0; }
  .reports-grid .report {
    position: relative;
    background: #fff;
    display: block;
    color: #000;
    transition: background 0.5s, color 0.5s; }
    .reports-grid .report .btn, .reports-grid .report .all-wrapper .fc-button, .all-wrapper .reports-grid .report .fc-button {
      background: #bebebe;
      color: #fff;
      padding: 0.4rem 0.7rem 0.2rem;
      font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 0.9rem;
      letter-spacing: -0.4px;
      text-transform: capitalize; }
      .reports-grid .report .btn div, .reports-grid .report .all-wrapper .fc-button div, .all-wrapper .reports-grid .report .fc-button div {
        max-width: 0px;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
        max-height: 0;
        transition: all 0.3s; }
        @media only screen and (max-width: 767px) {
          .reports-grid .report .btn div, .reports-grid .report .all-wrapper .fc-button div, .all-wrapper .reports-grid .report .fc-button div {
            top: -2px;
            position: relative; } }
      .reports-grid .report .btn svg, .reports-grid .report .all-wrapper .fc-button svg, .all-wrapper .reports-grid .report .fc-button svg {
        width: 8px;
        fill: #fff;
        margin-left: 0;
        transition: all 0.3s; }
    .reports-grid .report .report-header {
      padding: 16px 15px 5px 60px; }
      @media only screen and (max-width: 1200px) {
        .reports-grid .report .report-header {
          padding: 15px 15px 5px 40px; } }
      @media only screen and (max-width: 991px) {
        .reports-grid .report .report-header {
          padding: 10px 10px 5px 30px; } }
      @media only screen and (max-width: 767px) {
        .reports-grid .report .report-header {
          padding: 10px; } }
      .reports-grid .report .report-header .duration {
        font-size: 22px;
        font-family: BebasNeueBold; }
        .reports-grid .report .report-header .duration sup {
          top: -0.9em;
          left: 3px;
          font-size: 47%;
          font-weight: 400;
          letter-spacing: 0.7px;
          font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
      .reports-grid .report .report-header .el-legend {
        background: none;
        font-weight: 500;
        letter-spacing: -0.4px;
        text-transform: capitalize; }
        .reports-grid .report .report-header .el-legend .legend-pin {
          width: 12px;
          height: 12px;
          margin-right: 0.2rem;
          border-radius: 50%;
          background-color: #8eb830;
          border: 2px solid #8eb830; }
    .reports-grid .report .report-body {
      padding: 47px 19px 49px;
      text-align: center; }
      @media only screen and (max-width: 1200px) {
        .reports-grid .report .report-body {
          padding: 40px 15px 40px; } }
      @media only screen and (max-width: 991px) {
        .reports-grid .report .report-body {
          padding: 30px 10px 30px; } }
      @media only screen and (max-width: 767px) {
        .reports-grid .report .report-body {
          padding: 15px 0; } }
      .reports-grid .report .report-body .cnt {
        font-family: BebasNeueBold;
        font-size: 48px;
        margin: 0;
        color: #202020;
        opacity: 0.5;
        line-height: 1;
        padding: 25px 0 0; }
        @media only screen and (max-width: 1200px) {
          .reports-grid .report .report-body .cnt {
            font-size: 42px;
            padding: 20px 0 0; } }
        @media only screen and (max-width: 991px) {
          .reports-grid .report .report-body .cnt {
            font-size: 34px;
            padding: 15px 0 0; } }
        @media only screen and (max-width: 767px) {
          .reports-grid .report .report-body .cnt {
            font-size: 28px;
            padding: 10px 0 0; } }
      .reports-grid .report .report-body .diagonal {
        position: relative; }
        .reports-grid .report .report-body .diagonal:before {
          position: absolute;
          content: "";
          top: 0;
          bottom: 0;
          left: 50%;
          width: 1px;
          display: block;
          background: rgba(83, 101, 140, 0.33);
          -ms-transform: skewX(-20deg) translateX(-50%);
          transform: skewX(-20deg) translateX(-50%); }
      .reports-grid .report .report-body .label {
        font-size: 14px;
        font-family: 'ProximaNova-Regular';
        margin: 0;
        min-height: 50px;
        opacity: 0.5; }
      .reports-grid .report .report-body .block-leaderboard {
        padding: 37px 26px 0 22px;
        background: none; }
        @media only screen and (max-width: 991px) {
          .reports-grid .report .report-body .block-leaderboard {
            padding: 20px 20px 0 20px; } }
        @media only screen and (max-width: 767px) {
          .reports-grid .report .report-body .block-leaderboard {
            padding: 10px 10px 0 10px; } }
        .reports-grid .report .report-body .block-leaderboard table {
          border: none;
          position: relative; }
          .reports-grid .report .report-body .block-leaderboard table tr.highlight td {
            background: #dadada !important; }
          .reports-grid .report .report-body .block-leaderboard table td {
            font-family: 'ProximaNova-Bold';
            font-size: 16px;
            border: none;
            padding: 1.5rem .9rem;
            text-align: left; }
            .reports-grid .report .report-body .block-leaderboard table td span.dt-label {
              font-family: 'ProximaNova-Regular';
              font-size: 14px;
              color: #202020;
              opacity: 0.5;
              padding-bottom: 5px;
              display: block; }
            .reports-grid .report .report-body .block-leaderboard table td.performer {
              padding-left: 0;
              padding-right: 0; }
            .reports-grid .report .report-body .block-leaderboard table td.components-completed {
              padding: 33px 10px 29px 26px;
              padding-left: 15px;
              padding-right: 0; }
              .reports-grid .report .report-body .block-leaderboard table td.components-completed .color-green {
                font-family: BebasNeueBold;
                font-size: 24px; }
                .reports-grid .report .report-body .block-leaderboard table td.components-completed .color-green small {
                  font-family: BebasNeueBold;
                  font-size: 18px; }
          .reports-grid .report .report-body .block-leaderboard table:before {
            position: absolute;
            content: "";
            top: 0;
            left: 15px;
            right: 15px;
            bottom: 0;
            pointer-events: none;
            border-top: 1px solid rgba(83, 101, 140, 0.33);
            border-bottom: 1px solid rgba(83, 101, 140, 0.33); }
      .reports-grid .report .report-body .icon svg {
        height: 40px; }
      .reports-grid .report .report-body h3 {
        font-size: 18px;
        font-family: BebasNeueBold;
        margin: 0;
        min-height: 50px; }
    .reports-grid .report .report-footer {
      position: relative;
      padding: 0px 19px 17px 19px;
      min-height: 50px; }
      .reports-grid .report .report-footer .info {
        border-radius: 50%;
        padding: 6px 13px 3px 12px;
        border: 1px solid #9f9f9f;
        background: #fff;
        display: table;
        float: left; }
        .reports-grid .report .report-footer .info svg {
          width: 5px;
          height: 12px;
          fill: #202020; }
    .reports-grid .report:hover {
      background: #f3f3f3; }
      .reports-grid .report:hover .report-body h3 {
        color: #fff; }
      .reports-grid .report:hover .btn.btn-rounded, .reports-grid .report:hover .all-wrapper .btn-rounded.fc-button, .all-wrapper .reports-grid .report:hover .btn-rounded.fc-button {
        color: #ffffff;
        background: #202020;
        padding: 0.4rem 0.7rem 0.2rem 1.1rem; }
        .reports-grid .report:hover .btn.btn-rounded div, .reports-grid .report:hover .all-wrapper .btn-rounded.fc-button div, .all-wrapper .reports-grid .report:hover .btn-rounded.fc-button div {
          max-width: 150px;
          max-height: 50px; }
        .reports-grid .report:hover .btn.btn-rounded svg, .reports-grid .report:hover .all-wrapper .btn-rounded.fc-button svg, .all-wrapper .reports-grid .report:hover .btn-rounded.fc-button svg {
          margin-left: 7px;
          fill: #ffffff; }

.user-profile .filter-btn {
  background: #202020;
  border: 1px solid #202020;
  color: #fff;
  font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  letter-spacing: -0.4px;
  padding: 0.4rem 1rem 0.2rem 1.1rem;
  margin: 1px 0 25px !important; }
  @media only screen and (max-width: 767px) {
    .user-profile .filter-btn {
      padding: 0.2rem 1rem 0.2rem 1.1rem; } }
  .user-profile .filter-btn div {
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    max-width: 100px;
    max-height: 50px;
    transition: all 0.2s; }
  .user-profile .filter-btn svg {
    fill: #fff;
    margin-left: 10px;
    transition: all 0.2s;
    width: 7px;
    position: relative;
    top: 1px; }
  .user-profile .filter-btn:hover {
    background: #fff;
    color: #202020; }
    .user-profile .filter-btn:hover svg {
      fill: #202020; }

.user-profile .user-profile-header {
  padding: 0;
  background: #f3f3f3; }
  .user-profile .user-profile-header .up-head-w:before {
    border-radius: 3px;
    background: #000; }
  .user-profile .user-profile-header .up-head-w .up-main-info {
    padding: 41px 34px; }
    .user-profile .user-profile-header .up-head-w .up-main-info .user-avatar-w {
      float: left;
      margin-right: 10px;
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .user-profile .user-profile-header .up-head-w .up-main-info .user-avatar-w {
          margin-bottom: 10px !important; } }
      .user-profile .user-profile-header .up-head-w .up-main-info .user-avatar-w .user-avatar {
        width: 90px;
        height: 90px;
        border-radius: 50%; }
    .user-profile .user-profile-header .up-head-w .up-main-info .up-header {
      border: none;
      box-shadow: none;
      padding-bottom: 0 !important;
      margin-bottom: 0 !important; }
      @media only screen and (max-width: 767px) {
        .user-profile .user-profile-header .up-head-w .up-main-info .up-header {
          margin-bottom: 10px !important; } }
    .user-profile .user-profile-header .up-head-w .up-main-info h1 {
      font-family: 'ProximaNova-ExtraBold';
      font-size: 36px; }
      @media only screen and (max-width: 1200px) {
        .user-profile .user-profile-header .up-head-w .up-main-info h1 {
          font-size: 32px; } }
      @media only screen and (max-width: 991px) {
        .user-profile .user-profile-header .up-head-w .up-main-info h1 {
          font-size: 28px; } }
      @media only screen and (max-width: 767px) {
        .user-profile .user-profile-header .up-head-w .up-main-info h1 {
          font-size: 22px; } }
    .user-profile .user-profile-header .up-head-w .up-main-info h6 {
      font-family: 'ProximaNova-Regular';
      font-size: 22px;
      line-height: 1;
      margin: 0; }
      @media only screen and (max-width: 1200px) {
        .user-profile .user-profile-header .up-head-w .up-main-info h6 {
          font-size: 20px; } }
      @media only screen and (max-width: 991px) {
        .user-profile .user-profile-header .up-head-w .up-main-info h6 {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .user-profile .user-profile-header .up-head-w .up-main-info h6 {
          font-size: 16px; } }
      .user-profile .user-profile-header .up-head-w .up-main-info h6 .mid {
        font-size: 18px; }
        @media only screen and (max-width: 991px) {
          .user-profile .user-profile-header .up-head-w .up-main-info h6 .mid {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .user-profile .user-profile-header .up-head-w .up-main-info h6 .mid {
            font-size: 14px; } }
      .user-profile .user-profile-header .up-head-w .up-main-info h6.small {
        font-size: 14px; }
        @media only screen and (max-width: 991px) {
          .user-profile .user-profile-header .up-head-w .up-main-info h6.small {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .user-profile .user-profile-header .up-head-w .up-main-info h6.small {
            font-size: 10px; } }
  .user-profile .user-profile-header .botttom-head-w {
    padding: 20px 0; }
    .user-profile .user-profile-header .botttom-head-w .col {
      position: relative; }
      .user-profile .user-profile-header .botttom-head-w .col:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        right: -10px;
        width: 1px;
        display: block;
        background: rgba(32, 32, 32, 0.1);
        -ms-transform: skewX(-20deg);
        transform: skewX(-11deg); }
      .user-profile .user-profile-header .botttom-head-w .col:last-child:before {
        display: none; }
      @media only screen and (max-width: 767px) {
        .user-profile .user-profile-header .botttom-head-w .col:nth-child(3):before {
          display: none; } }
      @media (max-width: 575px) {
        .user-profile .user-profile-header .botttom-head-w .col:nth-child(3):before {
          display: block; } }
      @media (max-width: 575px) {
        .user-profile .user-profile-header .botttom-head-w .col:nth-child(even):before {
          display: none; } }
    .user-profile .user-profile-header .botttom-head-w .el-tablo {
      padding: 10px 10px 40px 10px;
      height: 100%; }
      .user-profile .user-profile-header .botttom-head-w .el-tablo .value {
        color: #8eb82f;
        font-size: 48px;
        font-family: BebasNeueBold; }
        @media only screen and (max-width: 1200px) {
          .user-profile .user-profile-header .botttom-head-w .el-tablo .value {
            font-size: 42px; } }
        @media only screen and (max-width: 991px) {
          .user-profile .user-profile-header .botttom-head-w .el-tablo .value {
            font-size: 34px; } }
        @media only screen and (max-width: 767px) {
          .user-profile .user-profile-header .botttom-head-w .el-tablo .value {
            font-size: 28px; } }
      .user-profile .user-profile-header .botttom-head-w .el-tablo .label {
        font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 14px;
        line-height: 1;
        text-transform: none; }
        .user-profile .user-profile-header .botttom-head-w .el-tablo .label em {
          padding-top: 10px;
          font-size: 12px;
          display: block; }
      .user-profile .user-profile-header .botttom-head-w .el-tablo .btn, .user-profile .user-profile-header .botttom-head-w .el-tablo .all-wrapper .fc-button, .all-wrapper .user-profile .user-profile-header .botttom-head-w .el-tablo .fc-button {
        margin: 15px 0 0 !important;
        position: absolute;
        left: 50%;
        bottom: 0;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.user-profile .report-header form {
  padding: 37px 0px 0px; }

.report-header .title {
  padding-top: 10px;
  position: relative;
  z-index: 2;
  font-size: 2.2rem;
  letter-spacing: 0.5px;
  line-height: 0.9;
  margin: 0;
  color: #202020;
  font-family: 'ProximaNova-ExtraBold'; }
  @media only screen and (max-width: 1200px) {
    .report-header .title {
      font-size: 2rem; } }
  @media only screen and (max-width: 991px) {
    .report-header .title {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 767px) {
    .report-header .title {
      font-size: 1.4rem; } }
  .report-header .title small {
    font-weight: 400;
    line-height: 1;
    font-size: 24px;
    font-family: 'ProximaNova-Regular'; }
    @media only screen and (max-width: 1200px) {
      .report-header .title small {
        font-size: 20px; } }
    @media only screen and (max-width: 991px) {
      .report-header .title small {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .report-header .title small {
        font-size: 14px; } }

.table-progress-inline small {
  width: 40px;
  float: left;
  text-align: right;
  padding-right: 5px; }

.table-progress-inline .progress {
  width: calc(100% - 40px);
  float: left;
  margin: 3px 0;
  border-radius: 0; }
  .table-progress-inline .progress .progress-bar {
    height: 9px; }

.content-box.block-settings {
  padding-top: 2.9rem;
  padding-bottom: 2.9rem; }
  .content-box.block-settings hr {
    margin-top: 3rem;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 991px) {
      .content-box.block-settings hr {
        margin-top: 2rem;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 767px) {
      .content-box.block-settings hr {
        margin-top: 1rem;
        margin-bottom: 1rem; } }
  .content-box.block-settings h3 {
    font-size: 22px;
    padding: 10px 0 42px 0;
    letter-spacing: -0.7px; }
  .content-box.block-settings .edit-profile .edit-top label {
    font-size: 0.9rem; }
  .content-box.block-settings .edit-profile .users-list-w {
    float: left; }
    .content-box.block-settings .edit-profile .users-list-w .user-w {
      border: none; }
      .content-box.block-settings .edit-profile .users-list-w .user-w .user-avatar-w {
        float: left;
        width: 60px;
        display: inline-table; }
        @media only screen and (max-width: 767px) {
          .content-box.block-settings .edit-profile .users-list-w .user-w .user-avatar-w {
            width: 30px; } }
        .content-box.block-settings .edit-profile .users-list-w .user-w .user-avatar-w .user-avatar {
          border-radius: 50%;
          overflow: hidden;
          display: inline-block; }
          .content-box.block-settings .edit-profile .users-list-w .user-w .user-avatar-w .user-avatar img {
            width: 60px; }
            @media only screen and (max-width: 767px) {
              .content-box.block-settings .edit-profile .users-list-w .user-w .user-avatar-w .user-avatar img {
                width: 30px; } }
      .content-box.block-settings .edit-profile .users-list-w .user-w .user-name {
        display: inline-table;
        float: left;
        padding-left: 10px; }
        @media only screen and (max-width: 767px) {
          .content-box.block-settings .edit-profile .users-list-w .user-w .user-name {
            max-width: calc(100% - 155px); } }
      .content-box.block-settings .edit-profile .users-list-w .user-w .user-role {
        font-size: 0.83rem;
        text-transform: none; }
        @media only screen and (max-width: 767px) {
          .content-box.block-settings .edit-profile .users-list-w .user-w .user-role {
            font-size: .8rem;
            line-height: 0.9; } }
      @media only screen and (max-width: 767px) {
        .content-box.block-settings .edit-profile .users-list-w .user-w .btn.btn-rounded, .content-box.block-settings .edit-profile .users-list-w .user-w .all-wrapper .btn-rounded.fc-button, .all-wrapper .content-box.block-settings .edit-profile .users-list-w .user-w .btn-rounded.fc-button {
          margin: 0 0 0 10px;
          padding: 4px 10px 2px;
          font-size: 12px; } }
      .content-box.block-settings .edit-profile .users-list-w .user-w .btn.btn-rounded:focus, .content-box.block-settings .edit-profile .users-list-w .user-w .all-wrapper .btn-rounded.fc-button:focus, .all-wrapper .content-box.block-settings .edit-profile .users-list-w .user-w .btn-rounded.fc-button:focus, .content-box.block-settings .edit-profile .users-list-w .user-w .btn.btn-rounded:hover, .content-box.block-settings .edit-profile .users-list-w .user-w .all-wrapper .btn-rounded.fc-button:hover, .all-wrapper .content-box.block-settings .edit-profile .users-list-w .user-w .btn-rounded.fc-button:hover {
        color: #fff;
        background-color: #383d4d;
        border-color: #383d4d; }
  .content-box.block-settings .edit-profile .btn.btn-rounded, .content-box.block-settings .edit-profile .all-wrapper .btn-rounded.fc-button, .all-wrapper .content-box.block-settings .edit-profile .btn-rounded.fc-button {
    margin: 0 0 0 15px;
    padding: 5px 19px 3px 19px;
    font-size: 14px;
    letter-spacing: -0.2px;
    font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    float: left; }
    .content-box.block-settings .edit-profile .btn.btn-rounded.btn-submit, .content-box.block-settings .edit-profile .all-wrapper .btn-rounded.btn-submit.fc-button, .all-wrapper .content-box.block-settings .edit-profile .btn-rounded.btn-submit.fc-button {
      font-family: BebasNeueBold;
      padding: 10px 10px 7px;
      font-size: 16px;
      letter-spacing: 1px;
      margin: 35px 0; }
  .content-box.block-settings .edit-profile .small {
    opacity: 0.5;
    font-size: 100%; }
  .content-box.block-settings .edit-preferences .h5, .content-box.block-settings .edit-preferences h5 {
    font-size: 0.95rem;
    margin: 0 0 2px 0; }
  .content-box.block-settings .edit-preferences .preferences-header {
    padding: 26px 0 3px 0; }
    .content-box.block-settings .edit-preferences .preferences-header .block-right {
      padding: 0 8px; }
      .content-box.block-settings .edit-preferences .preferences-header .block-right .onoffswitch {
        margin: 8px 0; }
  .content-box.block-settings .edit-preferences .preferences-bottom .h5, .content-box.block-settings .edit-preferences .preferences-bottom h5 {
    margin-bottom: 25px; }
  .content-box.block-settings .edit-preferences .btn.btn-submit, .content-box.block-settings .edit-preferences .all-wrapper .btn-submit.fc-button, .all-wrapper .content-box.block-settings .edit-preferences .btn-submit.fc-button {
    margin: 34px 0; }
  .content-box.block-settings .lessons-grid h3 {
    padding: 0;
    letter-spacing: inherit; }
  .content-box.block-settings .lessons-grid .lesson .lesson-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
  .content-box.block-settings .lessons-grid .lesson-item .lesson-body {
    padding: 33px 19px 20px;
    text-align: left; }
    .content-box.block-settings .lessons-grid .lesson-item .lesson-body h3 {
      font-size: 24px; }
    .content-box.block-settings .lessons-grid .lesson-item .lesson-body p {
      opacity: 0.5; }

.sweepstakes-content-grid .sweepstake-col {
  padding: 9px;
  width: 50%;
  float: left; }
  .sweepstakes-content-grid .sweepstake-col:first-child {
    width: 100%; }

.featured-tag {
  background: orange;
  padding: 5px 40px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 133px;
  left: -30px;
  z-index: 10;
  -ms-transform-origin: top left;
  transform-origin: top left;
  font-size: 14px;
  font-family: 'ProximaNova-Bold'; }

.sweepstake {
  border-radius: 3px;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1);
  padding: 4px; }
  .sweepstake .content {
    overflow: hidden;
    background: url("../img/sweepstake-bg.jpg");
    background-size: cover;
    border-radius: 3px;
    border: 2px solid #8eb82f;
    position: relative; }
    .sweepstake .content .icon {
      position: absolute;
      left: 2px;
      top: 2px;
      width: 70px;
      height: 70px;
      text-align: center;
      background: #fff;
      border-radius: 2px; }
      .sweepstake .content .icon svg {
        height: 70px;
        width: 32px;
        margin: 0 auto;
        fill: #8eb82f; }
      .sweepstake .content .icon.icon-bottom {
        left: auto;
        top: auto;
        right: 2px;
        bottom: 2px; }
        .sweepstake .content .icon.icon-bottom svg {
          fill: #379ed8; }
    .sweepstake .content .info {
      padding: 40px 0;
      text-align: center;
      width: 100%;
      max-width: 340px;
      margin: 0 auto;
      display: table; }
      .sweepstake .content .info img {
        display: table;
        margin: 0 auto; }
      .sweepstake .content .info .caption {
        font-size: 16px;
        font-family: 'ProximaNova-Bold';
        color: #fff; }
      .sweepstake .content .info h2 {
        font-family: 'ProximaNova-Black';
        text-align: center;
        color: #fff;
        text-shadow: 0px 2px #c7c7c7;
        text-transform: uppercase;
        line-height: 0.9;
        padding: 8px 0;
        font-size: 36px; }
        @media only screen and (max-width: 1200px) {
          .sweepstake .content .info h2 {
            font-size: 32px; } }
        @media only screen and (max-width: 991px) {
          .sweepstake .content .info h2 {
            font-size: 26px; } }
        @media only screen and (max-width: 767px) {
          .sweepstake .content .info h2 {
            font-size: 22px; } }
      .sweepstake .content .info a {
        font-family: 'ProximaNova-Bold';
        color: #fff;
        background: #202020;
        padding: 0.7rem 1.1rem 0.6rem 1.1rem; }
        .sweepstake .content .info a svg {
          margin-left: 38px;
          fill: #fff; }
        .sweepstake .content .info a:hover {
          background: #bebebe; }
    .sweepstake .content .dates {
      position: absolute;
      right: 2px;
      top: 2px;
      padding: 5px 6px 0 23px;
      line-height: 1; }
      .sweepstake .content .dates .date {
        float: left;
        font-size: 12px;
        padding-left: 30px; }
        .sweepstake .content .dates .date .date-label {
          color: #fff;
          font-family: 'ProximaNova-Regular';
          padding-bottom: 5px; }
        .sweepstake .content .dates .date .date-value {
          font-family: BebasNeueBold;
          font-size: 18px; }
          @media only screen and (max-width: 991px) {
            .sweepstake .content .dates .date .date-value {
              font-size: 16px; } }
          @media only screen and (max-width: 767px) {
            .sweepstake .content .dates .date .date-value {
              font-size: 14px; } }
    .sweepstake .content .points {
      display: table;
      border: 2px solid #fff;
      border-radius: 3px;
      color: #fff;
      margin: 0 0 10px 10px; }
      .sweepstake .content .points .points-label {
        font-family: 'ProximaNova-Regular';
        font-size: 12px;
        max-width: 90px;
        display: table;
        float: left;
        text-align: center;
        padding: 9px 0;
        line-height: 1.1; }
      .sweepstake .content .points .points-value {
        font-family: 'BebasNeueBold';
        font-size: 34px;
        padding: 5px 5px 5px 0px;
        line-height: 1;
        display: table;
        float: left; }

.sweepstakes-details {
  background: #fff; }
  .sweepstakes-details .content-box {
    padding: 60px 3.9rem; }
  .sweepstakes-details .sweepstakes-details-header {
    background: #f3f3f3; }
    .sweepstakes-details .sweepstakes-details-header .content-box {
      position: relative;
      padding: 30px 3.9rem 78px 3.9rem; }
      @media only screen and (max-width: 1200px) {
        .sweepstakes-details .sweepstakes-details-header .content-box {
          padding: 25px 3.9rem 60px; } }
      @media only screen and (max-width: 991px) {
        .sweepstakes-details .sweepstakes-details-header .content-box {
          padding: 20px 3.9rem 40px; } }
      @media only screen and (max-width: 767px) {
        .sweepstakes-details .sweepstakes-details-header .content-box {
          padding: 7px 3.9rem 13px; } }
    .sweepstakes-details .sweepstakes-details-header .btn-back {
      font-weight: 500;
      font-size: 14px;
      color: #202020;
      font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      padding-left: 0;
      margin-bottom: 9px; }
      @media only screen and (max-width: 1200px) {
        .sweepstakes-details .sweepstakes-details-header .btn-back {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .sweepstakes-details .sweepstakes-details-header .btn-back {
          font-size: 10px; } }
      .sweepstakes-details .sweepstakes-details-header .btn-back svg {
        height: 15px;
        float: left;
        width: 9px;
        margin-right: 15px;
        fill: #202020;
        top: 2px;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .sweepstakes-details .sweepstakes-details-header .btn-back svg {
            width: 5px;
            margin-right: 5px;
            top: -1px; } }
      .sweepstakes-details .sweepstakes-details-header .btn-back:hover {
        opacity: 0.5; }
    .sweepstakes-details .sweepstakes-details-header .block-title {
      width: calc(100% - 200px);
      float: left; }
      @media only screen and (max-width: 767px) {
        .sweepstakes-details .sweepstakes-details-header .block-title {
          width: 100%; } }
      .sweepstakes-details .sweepstakes-details-header .block-title h1 {
        font-weight: 700;
        font-size: 48px;
        letter-spacing: -1.2px; }
        @media only screen and (max-width: 1200px) {
          .sweepstakes-details .sweepstakes-details-header .block-title h1 {
            font-size: 38px; } }
        @media only screen and (max-width: 991px) {
          .sweepstakes-details .sweepstakes-details-header .block-title h1 {
            font-size: 32px; } }
        @media only screen and (max-width: 767px) {
          .sweepstakes-details .sweepstakes-details-header .block-title h1 {
            font-size: 28; } }
        @media only screen and (max-width: 575px) {
          .sweepstakes-details .sweepstakes-details-header .block-title h1 {
            font-size: 18px;
            line-height: 1;
            padding: 9px 0;
            margin-bottom: 0px; } }
    .sweepstakes-details .sweepstakes-details-header .icon {
      background: #8eb82f;
      display: table;
      height: 72px;
      width: 72px;
      border-radius: 3px;
      position: absolute;
      left: 3.9rem;
      bottom: 0;
      -ms-transform: translateY(50%);
      transform: translateY(50%); }
      .sweepstakes-details .sweepstakes-details-header .icon svg {
        width: 38px;
        height: 72px;
        fill: #FFFFFF;
        display: table;
        margin: 0 auto;
        text-align: center; }
  .sweepstakes-details .sweepstakes-details-info .main-image {
    border-radius: 3px;
    overflow: hidden;
    position: relative; }
  .sweepstakes-details .sweepstakes-details-info .content-header {
    padding: 32px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 51px 0; }
    .sweepstakes-details .sweepstakes-details-info .content-header .pic {
      float: left; }
      .sweepstakes-details .sweepstakes-details-info .content-header .pic img {
        height: 90px; }
    .sweepstakes-details .sweepstakes-details-info .content-header .dates {
      float: left;
      padding: 0 6px 0 23px;
      line-height: 1;
      height: 90px; }
      .sweepstakes-details .sweepstakes-details-info .content-header .dates .date {
        float: left;
        font-size: 12px;
        padding-left: 30px;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .sweepstakes-details .sweepstakes-details-info .content-header .dates .date .date-label {
          font-family: 'ProximaNova-Regular';
          padding-bottom: 5px; }
        .sweepstakes-details .sweepstakes-details-info .content-header .dates .date .date-value {
          font-family: BebasNeueBold;
          font-size: 24px; }
          @media only screen and (max-width: 991px) {
            .sweepstakes-details .sweepstakes-details-info .content-header .dates .date .date-value {
              font-size: 20px; } }
          @media only screen and (max-width: 767px) {
            .sweepstakes-details .sweepstakes-details-info .content-header .dates .date .date-value {
              font-size: 18px; } }
    .sweepstakes-details .sweepstakes-details-info .content-header .points {
      float: right;
      display: table;
      border: 2px solid #8eb82f;
      border-radius: 3px; }
      .sweepstakes-details .sweepstakes-details-info .content-header .points .points-label {
        font-family: 'ProximaNova-Regular';
        font-size: 18px;
        max-width: 130px;
        display: table;
        float: left;
        text-align: center;
        line-height: 1.1;
        padding: 26px 0 0 6px;
        margin: 0 0 0 10px; }
      .sweepstakes-details .sweepstakes-details-info .content-header .points .points-value {
        font-family: 'BebasNeueBold';
        font-size: 58px;
        padding: 20px 18px 6px 0px;
        line-height: 1;
        display: table;
        float: left; }
  .sweepstakes-details .entry-requirements h6 {
    margin-bottom: 25px;
    font-family: 'ProximaNova-ExtraBold';
    font-size: 18px; }
  .sweepstakes-details .entry-requirements ul {
    font-size: 16px;
    line-height: 1; }
    .sweepstakes-details .entry-requirements ul li {
      padding: 0 0 20px 0; }
      .sweepstakes-details .entry-requirements ul li span {
        font-family: 'ProximaNova-Bold'; }
  .sweepstakes-details .content h5 {
    font-family: 'ProximaNova-ExtraBold';
    font-size: 24px; }

#my-tickets table td {
  color: black; }
  #my-tickets table td a {
    color: black; }
  #my-tickets table td small {
    font-size: 14px; }
  #my-tickets table td .status {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: block;
    border: 1px solid #828282;
    background: red;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.380392);
    text-align: center; }
    #my-tickets table td .status.stat-1 {
      background: green; }
    #my-tickets table td .status.stat-90, #my-tickets table td .status.stat-91 {
      background: black; }

#my-tickets .ticket-info strong {
  font-weight: 700; }

#my-tickets .ticket-info h4 a {
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
  padding: 0px 0px 20px;
  font-weight: 200;
  color: grey;
  font-family: "Proxima Nova";
  display: block; }

#my-tickets .reply textarea {
  display: block;
  width: 100%;
  border: 1px solid #ececec;
  font-weight: 500;
  height: auto;
  padding: 10.5 19px;
  letter-spacing: -0.7px;
  background: #f3f3f3;
  font-family: "Proxima Nova", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

#my-tickets .threads .element-box, #my-tickets .threads .invoice-w, #my-tickets .threads .big-error-w {
  width: 98%;
  margin-left: 1%; }
  #my-tickets .threads .element-box.response, #my-tickets .threads .response.invoice-w, #my-tickets .threads .response.big-error-w {
    width: 95%;
    margin-left: 4%;
    background: #eaeaea; }
    #my-tickets .threads .element-box.response .thread-info .avatar, #my-tickets .threads .response.invoice-w .thread-info .avatar, #my-tickets .threads .response.big-error-w .thread-info .avatar {
      border-radius: 0; }
  #my-tickets .threads .element-box .thread-info, #my-tickets .threads .invoice-w .thread-info, #my-tickets .threads .big-error-w .thread-info {
    text-align: center; }
    #my-tickets .threads .element-box .thread-info .avatar, #my-tickets .threads .invoice-w .thread-info .avatar, #my-tickets .threads .big-error-w .thread-info .avatar {
      border-radius: 50%;
      max-width: 75px;
      max-height: 75px;
      display: block;
      margin: 0 auto; }
    #my-tickets .threads .element-box .thread-info .username, #my-tickets .threads .invoice-w .thread-info .username, #my-tickets .threads .big-error-w .thread-info .username {
      display: block;
      font-size: 17px;
      font-weight: 700;
      margin: 5px 0 0; }
    #my-tickets .threads .element-box .thread-info .updated, #my-tickets .threads .invoice-w .thread-info .updated, #my-tickets .threads .big-error-w .thread-info .updated {
      display: block;
      font-size: 12px;
      font-weight: 300;
      margin: 5px 0 0; }

.flappy-bird-section .game-header {
  position: relative;
  z-index: 10; }
  .flappy-bird-section .game-header .points {
    float: left;
    color: #fff;
    padding-right: 80px; }
    .flappy-bird-section .game-header .points .points-label {
      font-family: 'ProximaNova-Bold';
      line-height: 1;
      font-size: 12px;
      letter-spacing: 0.8px; }
    .flappy-bird-section .game-header .points .points-value {
      font-family: BebasNeueBold;
      font-size: 60px;
      line-height: 1.1; }
      .flappy-bird-section .game-header .points .points-value sup {
        font-family: BebasNeueRegular;
        top: -21.2px;
        font-size: 59%; }
    .flappy-bird-section .game-header .points.total-points {
      color: #202020; }
      .flappy-bird-section .game-header .points.total-points .points-value {
        font-size: 36px;
        line-height: 1.4; }
        .flappy-bird-section .game-header .points.total-points .points-value sup {
          top: -12.2px; }

.flappy-bird-section .flappy-bird-content {
  background: url(../img/games/flapy-bg.jpg);
  background-size: cover;
  margin-top: 42px;
  padding: 68px 60px;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .flappy-bird-section .flappy-bird-content {
      margin-top: 30px;
      padding: 40px 30px; } }
  @media only screen and (max-width: 991px) {
    .flappy-bird-section .flappy-bird-content {
      margin-top: 20px;
      padding: 30px 20px; } }
  @media only screen and (max-width: 767px) {
    .flappy-bird-section .flappy-bird-content {
      padding: 10px; } }
  .flappy-bird-section .flappy-bird-content .locked {
    pointer-events: none; }
  .flappy-bird-section .flappy-bird-content .circles {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 400px;
    overflow: hidden;
    pointer-events: none; }
    .flappy-bird-section .flappy-bird-content .circles .circle {
      top: 0;
      position: absolute;
      height: 400px;
      width: 400px;
      border-radius: 50%;
      border: 17px solid rgba(0, 252, 252, 0.55); }
      .flappy-bird-section .flappy-bird-content .circles .circle.circle-left {
        left: 0;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .flappy-bird-section .flappy-bird-content .circles .circle.circle-right {
        left: auto;
        right: 0;
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%); }

.flappy-bird-section .game-content {
  background: #fff;
  position: relative;
  z-index: 10;
  max-width: calc(0100% - 52px);
  margin: 0 26px;
  padding: 15px 15px 55px;
  border-radius: 3px; }

.flappy-bird-section #gamecontainer *,
.flappy-bird-section #gamecontainer *:before,
.flappy-bird-section #gamecontainer *:after {
  /* border box */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* gpu acceleration */
  -webkit-transition: translate3d(0, 0, 0);
  /* select disable */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flappy-bird-section #gamecontainer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 545px; }
  @media only screen and (max-width: 767px) {
    .flappy-bird-section #gamecontainer {
      min-height: 450px; } }

.flappy-bird-section #gamescreen {
  position: relative;
  width: 100%;
  height: 545px; }
  @media only screen and (max-width: 767px) {
    .flappy-bird-section #gamescreen {
      min-height: 450px; } }
  .flappy-bird-section #gamescreen.disabled {
    pointer-events: none; }
    .flappy-bird-section #gamescreen.disabled #land,
    .flappy-bird-section #gamescreen.disabled #sky #flyarea {
      opacity: 0.6; }

.flappy-bird-section #sky {
  position: relative;
  top: 0;
  width: 100%;
  height: 520px;
  background-color: #78c4d1;
  -webkit-animation: animSky 7s linear infinite;
  animation: animSky 7s linear infinite; }
  @media only screen and (max-width: 767px) {
    .flappy-bird-section #sky {
      min-height: 410px; } }

.flappy-bird-section #flyarea {
  position: absolute;
  bottom: 0;
  height: 460px;
  max-height: 100vh;
  width: 100%;
  background-image: url(../img/flappy-bird/sky.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    .flappy-bird-section #flyarea {
      min-height: 400px; } }

.flappy-bird-section #ceiling {
  position: absolute;
  top: -16px;
  height: 16px;
  width: 100%;
  background-image: url("../img/flappy-bird/ceiling.png");
  background-repeat: repeat-x;
  -webkit-animation: animCeiling 481ms linear infinite;
  animation: animCeiling 481ms linear infinite; }

.flappy-bird-section #land {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8%;
  background-image: url("../img/flappy-bird/land.png");
  background-repeat: repeat-x;
  background-position: 0px 0px;
  background-color: #ded895;
  -webkit-animation: animLand 2516ms linear infinite;
  animation: animLand 2516ms linear infinite; }

.flappy-bird-section #bigscore {
  position: absolute;
  top: 20px;
  left: 150px;
  z-index: 100; }

.flappy-bird-section #bigscore img {
  display: inline-block;
  padding: 1px; }

.flappy-bird-section #splash {
  position: absolute;
  opacity: 0;
  top: 75px;
  left: 65px;
  width: 188px;
  height: 170px;
  background-image: url("../img/flappy-bird/splash.png");
  background-repeat: no-repeat; }

.flappy-bird-section #scoreboard {
  position: absolute;
  display: none;
  opacity: 0;
  top: 64px;
  left: 43px;
  width: 236px;
  height: 280px;
  background-image: url("../img/flappy-bird/scoreboard.png");
  background-repeat: no-repeat;
  z-index: 1000; }
  @media only screen and (max-width: 767px) {
    .flappy-bird-section #scoreboard {
      left: 15px; } }

.flappy-bird-section .game-over {
  position: absolute;
  top: 64px;
  left: 43px;
  z-index: 1000;
  padding: 20px; }
  .flappy-bird-section .game-over .game-over-title {
    background-image: url("../img/flappy-bird/game-over.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 70px; }
  @media only screen and (max-width: 767px) {
    .flappy-bird-section .game-over {
      left: 15px; } }
  .flappy-bird-section .game-over .game-over-content {
    background: #ded895;
    border: 2px solid #543847;
    border-radius: 4px;
    color: #fc7858;
    padding: 20px 10px;
    text-align: center;
    font-size: 18px; }
    .flappy-bird-section .game-over .game-over-content p {
      margin: 0; }
    .flappy-bird-section .game-over .game-over-content h2 {
      color: #fc7858; }

.flappy-bird-section #medal {
  position: absolute;
  opacity: 0;
  top: 114px;
  left: 32px;
  width: 44px;
  height: 44px; }

.flappy-bird-section #currentscore {
  position: absolute;
  top: 105px;
  left: 107px;
  width: 104px;
  height: 14px;
  text-align: right; }

.flappy-bird-section #currentscore img {
  padding-left: 2px; }

.flappy-bird-section #highscore {
  position: absolute;
  top: 147px;
  left: 107px;
  width: 104px;
  height: 14px;
  text-align: right; }

.flappy-bird-section #highscore img {
  padding-left: 2px; }

.flappy-bird-section #replay {
  position: absolute;
  opacity: 0;
  top: 205px;
  left: 61px;
  height: 115px;
  width: 70px;
  cursor: pointer; }

.flappy-bird-section .boundingbox {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 1px solid red; }

.flappy-bird-section #player {
  left: 60px;
  top: 200px; }

.flappy-bird-section .bird {
  position: absolute;
  width: 34px;
  height: 24px;
  background-image: url("../img/flappy-bird/bird.png");
  -webkit-animation: animBird 300ms steps(4) infinite;
  animation: animBird 300ms steps(4) infinite; }

.flappy-bird-section .pipe {
  position: absolute;
  left: -100px;
  width: 52px;
  height: 100%;
  z-index: 10;
  animation: animPipe 7500ms linear; }

.flappy-bird-section .pipe_upper {
  position: absolute;
  top: 0;
  width: 52px; }

.flappy-bird-section .pipe_upper:before {
  content: "";
  position: absolute;
  bottom: 100px;
  width: 52px;
  top: 0;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-image: url(../img/flappy-bird/pipe-down.png); }

.flappy-bird-section .pipe_upper:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 52px;
  height: 100%;
  background-image: url(../img/flappy-bird/pipe-down.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center; }

.flappy-bird-section .pipe_lower {
  position: absolute;
  bottom: 0;
  width: 52px; }

.flappy-bird-section .pipe_lower:before {
  content: "";
  position: absolute;
  top: 100px;
  width: 52px;
  bottom: 0;
  background-image: url(../img/flappy-bird/pipe-down.png); }

.flappy-bird-section .pipe_lower:after {
  content: "";
  position: absolute;
  top: 0;
  width: 52px;
  height: 100%;
  background-image: url(../img/flappy-bird/pipe-up.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }

@-webkit-keyframes animLand {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -335px 0px; } }

@-moz-keyframes animLand {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -335px 0px; } }

@-o-keyframes animLand {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -335px 0px; } }

@keyframes animLand {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -335px 0px; } }

@-webkit-keyframes animSky {
  0% {
    background-position: 0px 100%; }
  100% {
    background-position: -275px 100%; } }

@-moz-keyframes animSky {
  0% {
    background-position: 0px 100%; }
  100% {
    background-position: -275px 100%; } }

@-o-keyframes animSky {
  0% {
    background-position: 0px 100%; }
  100% {
    background-position: -275px 100%; } }

@keyframes animSky {
  0% {
    background-position: 0px 100%; }
  100% {
    background-position: -275px 100%; } }

@-webkit-keyframes animBird {
  from {
    background-position: 0px 0px; }
  to {
    background-position: 0px -96px; } }

@-moz-keyframes animBird {
  from {
    background-position: 0px 0px; }
  to {
    background-position: 0px -96px; } }

@-o-keyframes animBird {
  from {
    background-position: 0px 0px; }
  to {
    background-position: 0px -96px; } }

@keyframes animBird {
  from {
    background-position: 0px 0px; }
  to {
    background-position: 0px -96px; } }

@-webkit-keyframes animPipe {
  0% {
    left: 900px; }
  100% {
    left: -100px; } }

@-moz-keyframes animPipe {
  0% {
    left: 900px; }
  100% {
    left: -100px; } }

@-o-keyframes animPipe {
  0% {
    left: 900px; }
  100% {
    left: -100px; } }

@keyframes animPipe {
  0% {
    left: 900px; }
  100% {
    left: -100px; } }

@-webkit-keyframes animCeiling {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -63px 0px; } }

@-moz-keyframes animCeiling {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -63px 0px; } }

@-o-keyframes animCeiling {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -63px 0px; } }

@keyframes animCeiling {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -63px 0px; } }

.millionaire-block-content {
  background: url(../img/games/millionaire-bg.jpg);
  background-size: cover;
  margin-top: 4px;
  position: relative;
  border-radius: 3px; }
  .millionaire-block-content .game-over {
    position: relative; }
  .millionaire-block-content .game-status {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-top: 100px;
    transition: all 0.5s;
    opacity: 0;
    text-align: center;
    width: 100%;
    max-width: 500px; }
    @media only screen and (max-width: 991px) {
      .millionaire-block-content .game-status {
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .millionaire-block-content .game-status {
        padding: 15px; } }
    .millionaire-block-content .game-status p {
      margin: 0; }
    .millionaire-block-content .game-status.shown {
      margin-top: 0;
      opacity: 1; }
    .millionaire-block-content .game-status h1 {
      padding-top: 40px;
      color: #000; }
    .millionaire-block-content .game-status .points.win {
      position: relative;
      left: 0;
      top: 0;
      color: #000;
      text-align: center;
      margin: 0 auto;
      width: 100%;
      padding: 40px 0; }
      .millionaire-block-content .game-status .points.win .points-label {
        font-family: 'ProximaNova-Bold';
        line-height: 1;
        font-size: 20px;
        letter-spacing: 0.8px; }
      .millionaire-block-content .game-status .points.win .points-value {
        font-family: BebasNeueBold;
        font-size: 90px;
        line-height: 1.1; }
        .millionaire-block-content .game-status .points.win .points-value sup {
          font-family: BebasNeueRegular;
          top: -21.2px;
          font-size: 59%; }
  .millionaire-block-content .check-answer .title, .millionaire-block-content .check-answer .answers, .millionaire-block-content .check-answer .submit-answers {
    pointer-events: none; }
  .millionaire-block-content .block-left {
    float: left;
    width: calc(100% - 225px); }
    @media only screen and (max-width: 991px) {
      .millionaire-block-content .block-left {
        width: calc(100% - 200px); } }
    @media only screen and (max-width: 767px) {
      .millionaire-block-content .block-left {
        width: 100%; } }
  .millionaire-block-content .block-right {
    width: 225px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    width: 225px;
    padding: 70px 15px;
    overflow: auto; }
    @media only screen and (max-width: 991px) {
      .millionaire-block-content .block-right {
        padding: 40px 15px;
        width: 200px; } }
    @media only screen and (max-width: 767px) {
      .millionaire-block-content .block-right {
        padding: 30px 10px;
        width: 100%;
        position: relative; } }
    .millionaire-block-content .block-right:before {
      position: absolute;
      content: "";
      pointer-events: none;
      opacity: 0.25;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      background: black;
      background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 83%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, black), color-stop(83%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 83%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 83%, rgba(0, 0, 0, 0) 100%);
      background: -ms-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 83%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 83%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); }
    .millionaire-block-content .block-right .level-block {
      position: relative;
      z-index: 2;
      display: table;
      margin: 0 auto; }
      .millionaire-block-content .block-right .level-block .pages {
        float: left;
        background: #fff;
        border-radius: 3px;
        color: #684df3;
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        padding: 12px 20px;
        line-height: 1; }
      .millionaire-block-content .block-right .level-block .point-levels {
        padding: 50px 0; }
        .millionaire-block-content .block-right .level-block .point-levels .level {
          color: #fff;
          font-family: 'ProximaNova-Bold';
          font-size: 18px;
          padding: 5px 22px;
          margin: 0 -22px;
          border-radius: 30px; }
          .millionaire-block-content .block-right .level-block .point-levels .level span {
            font-family: 'BebasNeueBold';
            color: #ff7e00;
            width: 45px;
            display: inline-block; }
          .millionaire-block-content .block-right .level-block .point-levels .level sup {
            font-family: 'BebasNeueRegular'; }
          .millionaire-block-content .block-right .level-block .point-levels .level.current {
            background: #ff7e00; }
            .millionaire-block-content .block-right .level-block .point-levels .level.current span {
              color: #fff; }
  .millionaire-block-content .submit-answers {
    text-align: center;
    padding: 27px 0;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none; }
    @media only screen and (max-width: 991px) {
      .millionaire-block-content .submit-answers {
        padding: 20px 0; } }
    @media only screen and (max-width: 767px) {
      .millionaire-block-content .submit-answers {
        padding: 15px 0; } }
    .millionaire-block-content .submit-answers .msg {
      display: inline-block;
      color: #fff;
      font-family: 'ProximaNova-ExtraBold';
      font-size: 18px;
      padding: 10px;
      padding: 14px 25px; }
      @media only screen and (max-width: 991px) {
        .millionaire-block-content .submit-answers .msg {
          padding: 10px 20px;
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .millionaire-block-content .submit-answers .msg {
          font-size: 14px;
          padding: 20px 15px;
          width: 100%; } }
    .millionaire-block-content .submit-answers .btn, .millionaire-block-content .submit-answers .all-wrapper .fc-button, .all-wrapper .millionaire-block-content .submit-answers .fc-button {
      background: #91b936;
      background: -moz-linear-gradient(top, #91b936 0%, #b8ba41 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #91b936), color-stop(100%, #b8ba41));
      background: -webkit-linear-gradient(top, #91b936 0%, #b8ba41 100%);
      background: -o-linear-gradient(top, #91b936 0%, #b8ba41 100%);
      background: -ms-linear-gradient(top, #91b936 0%, #b8ba41 100%);
      background: linear-gradient(to bottom, #91b936 0%, #b8ba41 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b936', endColorstr='#b8ba41', GradientType=0 );
      border-radius: 30px;
      display: inline-block;
      margin: 0 auto;
      font-size: 24px;
      font-family: BebasNeueBold;
      padding: 10px;
      width: 120px;
      border: none;
      color: #fff; }
      @media only screen and (max-width: 991px) {
        .millionaire-block-content .submit-answers .btn, .millionaire-block-content .submit-answers .all-wrapper .fc-button, .all-wrapper .millionaire-block-content .submit-answers .fc-button {
          width: 100px;
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .millionaire-block-content .submit-answers .btn, .millionaire-block-content .submit-answers .all-wrapper .fc-button, .all-wrapper .millionaire-block-content .submit-answers .fc-button {
          font-size: 18px;
          width: 90px; } }
      .millionaire-block-content .submit-answers .btn.btnUndo, .millionaire-block-content .submit-answers .all-wrapper .btnUndo.fc-button, .all-wrapper .millionaire-block-content .submit-answers .btnUndo.fc-button {
        background: #ff8e1d;
        background: -moz-linear-gradient(top, #ff8e1d 0%, #ff8e1d 1%, #ffb350 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff8e1d), color-stop(1%, #ff8e1d), color-stop(100%, #ffb350));
        background: -webkit-linear-gradient(top, #ff8e1d 0%, #ff8e1d 1%, #ffb350 100%);
        background: -o-linear-gradient(top, #ff8e1d 0%, #ff8e1d 1%, #ffb350 100%);
        background: -ms-linear-gradient(top, #ff8e1d 0%, #ff8e1d 1%, #ffb350 100%);
        background: linear-gradient(to bottom, #ff8e1d 0%, #ff8e1d 1%, #ffb350 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8e1d', endColorstr='#ffb350', GradientType=0 ); }
      .millionaire-block-content .submit-answers .btn:hover, .millionaire-block-content .submit-answers .all-wrapper .fc-button:hover, .all-wrapper .millionaire-block-content .submit-answers .fc-button:hover {
        background: #212121; }
  .millionaire-block-content .millionaire-content {
    padding: 0; }
    .millionaire-block-content .millionaire-content .component-content.with-answers .submit-answers {
      opacity: 1;
      pointer-events: all; }
    .millionaire-block-content .millionaire-content.stopOrGo-show .stopOrGo {
      opacity: 1;
      pointer-events: all; }
      .millionaire-block-content .millionaire-content.stopOrGo-show .stopOrGo > div {
        top: 50%; }
  .millionaire-block-content .stopOrGo {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
    border-radius: 3px;
    text-align: center;
    z-index: 20;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s; }
    .millionaire-block-content .stopOrGo > div {
      transition: all 0.5s;
      background: #fff;
      padding: 40px;
      max-width: 400px;
      z-index: 30;
      position: absolute;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 100%; }
    .millionaire-block-content .stopOrGo:before {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      content: "";
      background: rgba(0, 0, 0, 0.4);
      z-index: 10; }
    .millionaire-block-content .stopOrGo .btn, .millionaire-block-content .stopOrGo .all-wrapper .fc-button, .all-wrapper .millionaire-block-content .stopOrGo .fc-button {
      background: #91b936;
      background: -moz-linear-gradient(top, #91b936 0%, #b8ba41 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #91b936), color-stop(100%, #b8ba41));
      background: -webkit-linear-gradient(top, #91b936 0%, #b8ba41 100%);
      background: -o-linear-gradient(top, #91b936 0%, #b8ba41 100%);
      background: -ms-linear-gradient(top, #91b936 0%, #b8ba41 100%);
      background: linear-gradient(to bottom, #91b936 0%, #b8ba41 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b936', endColorstr='#b8ba41', GradientType=0 );
      border-radius: 30px;
      display: inline-block;
      margin: 0 auto;
      font-size: 24px;
      font-family: BebasNeueBold;
      padding: 10px;
      width: 120px;
      border: none;
      color: #fff;
      margin: 5px; }
      @media only screen and (max-width: 991px) {
        .millionaire-block-content .stopOrGo .btn, .millionaire-block-content .stopOrGo .all-wrapper .fc-button, .all-wrapper .millionaire-block-content .stopOrGo .fc-button {
          width: 100px;
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .millionaire-block-content .stopOrGo .btn, .millionaire-block-content .stopOrGo .all-wrapper .fc-button, .all-wrapper .millionaire-block-content .stopOrGo .fc-button {
          font-size: 18px;
          width: 90px; } }
      .millionaire-block-content .stopOrGo .btn.btnStop, .millionaire-block-content .stopOrGo .all-wrapper .btnStop.fc-button, .all-wrapper .millionaire-block-content .stopOrGo .btnStop.fc-button {
        background: #ff8e1d;
        background: -moz-linear-gradient(top, #ff8e1d 0%, #ff8e1d 1%, #ffb350 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff8e1d), color-stop(1%, #ff8e1d), color-stop(100%, #ffb350));
        background: -webkit-linear-gradient(top, #ff8e1d 0%, #ff8e1d 1%, #ffb350 100%);
        background: -o-linear-gradient(top, #ff8e1d 0%, #ff8e1d 1%, #ffb350 100%);
        background: -ms-linear-gradient(top, #ff8e1d 0%, #ff8e1d 1%, #ffb350 100%);
        background: linear-gradient(to bottom, #ff8e1d 0%, #ff8e1d 1%, #ffb350 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8e1d', endColorstr='#ffb350', GradientType=0 ); }
      .millionaire-block-content .stopOrGo .btn:hover, .millionaire-block-content .stopOrGo .all-wrapper .fc-button:hover, .all-wrapper .millionaire-block-content .stopOrGo .fc-button:hover {
        background: #212121; }
  .millionaire-block-content .game-header {
    position: relative;
    z-index: 10; }
    .millionaire-block-content .game-header .points {
      float: left;
      color: #fff;
      padding-right: 80px; }
      .millionaire-block-content .game-header .points .points-label {
        font-family: 'ProximaNova-Bold';
        line-height: 1;
        font-size: 12px;
        letter-spacing: 0.8px; }
      .millionaire-block-content .game-header .points .points-value {
        font-family: BebasNeueBold;
        font-size: 60px;
        line-height: 1.1; }
        .millionaire-block-content .game-header .points .points-value sup {
          font-family: BebasNeueRegular;
          top: -21.2px;
          font-size: 59%; }
      .millionaire-block-content .game-header .points.total-points {
        color: #202020; }
        .millionaire-block-content .game-header .points.total-points .points-value {
          font-size: 36px;
          line-height: 1.4; }
          .millionaire-block-content .game-header .points.total-points .points-value sup {
            top: -12.2px; }
  .millionaire-block-content .lives-block {
    display: table;
    text-align: center; }
    .millionaire-block-content .lives-block h5 {
      font-family: 'ProximaNova-Bold';
      font-size: 12px;
      color: #fff;
      padding: 0;
      margin: 0; }
    .millionaire-block-content .lives-block .life {
      position: relative;
      float: left; }
      .millionaire-block-content .lives-block .life svg {
        fill: #8eb82f; }
      .millionaire-block-content .lives-block .life.lost {
        /*
                &:before{
                  position: absolute;
                  content: "";
                  height: 3px;
                  background: #ff0000;
                  width: auto;
                  -ms-transform: rotate(-45deg) translate(50%, 50%);
                  transform: rotate(-45deg);
                  left: 2px;
                  top: 7px;
                  right: 2px;                  
                }
                */ }
        .millionaire-block-content .lives-block .life.lost svg {
          fill: #ff7e00; }
  .millionaire-block-content .lives-block,
  .millionaire-block-content .clock {
    margin: 66px 0 0 0; }
    @media (max-width: 1200px) {
      .millionaire-block-content .lives-block,
      .millionaire-block-content .clock {
        margin: 40px 0 0 0; } }
    @media (max-width: 991px) {
      .millionaire-block-content .lives-block,
      .millionaire-block-content .clock {
        margin: 10px 0 30px; } }
  .millionaire-block-content .logo-mobile {
    display: none;
    width: 100%; }
    @media (max-width: 991px) {
      .millionaire-block-content .logo-mobile {
        display: block; }
        .millionaire-block-content .logo-mobile .millionaire-logo {
          top: 0;
          max-width: 200px;
          margin: 0 auto; } }
  @media (max-width: 991px) {
    .millionaire-block-content .logo-desktop {
      display: none; } }
  .millionaire-block-content .millionaire-logo {
    top: -20px;
    position: relative; }
  .millionaire-block-content .article-component .component-content {
    padding: 0 58px 58px; }
    @media only screen and (max-width: 1200px) {
      .millionaire-block-content .article-component .component-content {
        padding: 0 40px 40px; } }
    @media only screen and (max-width: 991px) {
      .millionaire-block-content .article-component .component-content {
        padding: 0 30px 30px; } }
    @media only screen and (max-width: 767px) {
      .millionaire-block-content .article-component .component-content {
        padding: 0 10px 10px; } }
  .millionaire-block-content .pop-quiz.type-quiz ol,
  .millionaire-block-content .pop-quiz.type-quiz ul,
  .millionaire-block-content .article-component.type-quiz ol,
  .millionaire-block-content .article-component.type-quiz ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .millionaire-block-content .pop-quiz.type-quiz ol li,
  .millionaire-block-content .pop-quiz.type-quiz ul li,
  .millionaire-block-content .article-component.type-quiz ol li,
  .millionaire-block-content .article-component.type-quiz ul li {
    padding: 0; }
    @media only screen and (max-width: 991px) {
      .millionaire-block-content .pop-quiz.type-quiz ol li,
      .millionaire-block-content .pop-quiz.type-quiz ul li,
      .millionaire-block-content .article-component.type-quiz ol li,
      .millionaire-block-content .article-component.type-quiz ul li {
        width: 100%; } }
  .millionaire-block-content .article-component.type-quiz .title {
    display: block;
    text-align: center;
    margin: 0;
    margin: 0;
    padding: 28px 60px;
    background-image: url("../img/games/mq-bg.png");
    background-size: 100% 100%;
    font-family: 'ProximaNova-ExtraBold';
    font-size: 24px; }
    @media only screen and (max-width: 1200px) {
      .millionaire-block-content .article-component.type-quiz .title {
        padding: 25px 50px;
        font-size: 22px; } }
    @media only screen and (max-width: 991px) {
      .millionaire-block-content .article-component.type-quiz .title {
        padding: 20px 40px;
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .millionaire-block-content .article-component.type-quiz .title {
        padding: 15px 30px 15px;
        font-size: 16px; } }
  .millionaire-block-content .article-component.type-quiz .answers {
    padding-top: 62px; }
    @media only screen and (max-width: 1200px) {
      .millionaire-block-content .article-component.type-quiz .answers {
        padding-top: 50px; } }
    @media only screen and (max-width: 991px) {
      .millionaire-block-content .article-component.type-quiz .answers {
        padding-top: 40px; } }
    @media only screen and (max-width: 767px) {
      .millionaire-block-content .article-component.type-quiz .answers {
        padding-top: 30px; } }
  .millionaire-block-content .article-component.type-quiz .option {
    margin-bottom: 10px; }
    .millionaire-block-content .article-component.type-quiz .option label {
      background: none;
      border: none;
      background-image: url("../img/games/ma-bg-hover.png");
      background-size: 100% 100%;
      border: none;
      color: #fff;
      font-family: 'ProximaNova-ExtraBold';
      font-size: 18px;
      padding: 20px 45px 20px 45px; }
      @media only screen and (max-width: 1200px) {
        .millionaire-block-content .article-component.type-quiz .option label {
          font-size: 16px; } }
      @media only screen and (max-width: 991px) {
        .millionaire-block-content .article-component.type-quiz .option label {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .millionaire-block-content .article-component.type-quiz .option label {
          font-size: 12px; } }
      .millionaire-block-content .article-component.type-quiz .option label span {
        color: #ff7e00; }
      .millionaire-block-content .article-component.type-quiz .option label:after, .millionaire-block-content .article-component.type-quiz .option label:before {
        display: none; }
    .millionaire-block-content .article-component.type-quiz .option [type="radio"]:checked + label,
    .millionaire-block-content .article-component.type-quiz .option [type="checkbox"]:checked + label {
      background-image: url("../img/games/ma-bg.png");
      color: #000; }
      .millionaire-block-content .article-component.type-quiz .option [type="radio"]:checked + label span,
      .millionaire-block-content .article-component.type-quiz .option [type="checkbox"]:checked + label span {
        color: #fff; }
  .millionaire-block-content .article-component {
    background-image: none;
    min-height: 0; }
  .millionaire-block-content .flip-clock-wrapper .flip {
    background: none;
    margin: 1px !important; }
  .millionaire-block-content .flip-clock-wrapper ul li {
    margin: 1px;
    width: 100%;
    float: none;
    padding: 0; }
  .millionaire-block-content .article-component.type-quiz.not-answer .answers .option.small label {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: wrongInputMillionaire;
    animation-name: wrongInputMillionaire; }
  .millionaire-block-content .article-component.type-quiz.correct-answer input:checked + label {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: correctInputMillionaire;
    animation-name: correctInputMillionaire; }
  .millionaire-block-content .article-component.type-quiz.wrong-answer input:checked + label {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: wrongInputMillionaire;
    animation-name: wrongInputMillionaire; }

.bounceIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes dangerRedColor {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    color: #fff; }
  20% {
    color: #FF2323; }
  40% {
    color: #fff; }
  60% {
    color: #FF2323; }
  80% {
    color: #fff; }
  to {
    color: #FF2323; } }

@keyframes dangerRedColor {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    color: #fff; }
  20% {
    color: #FF2323; }
  40% {
    color: #fff; }
  60% {
    color: #FF2323; }
  80% {
    color: #fff; }
  to {
    color: #FF2323; } }

@-webkit-keyframes wrongInputMillionaire {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    background-image: url(../img/games/ma-bg.png); }
  20% {
    background-image: url(../img/games/ma-bg-wrong.png); }
  40% {
    background-image: url(../img/games/ma-bg.png); }
  60% {
    background-image: url(../img/games/ma-bg-wrong.png); }
  80% {
    background-image: url(../img/games/ma-bg.png); }
  to {
    background-image: url(../img/games/ma-bg-wrong.png); } }

@keyframes wrongInputMillionaire {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    background-image: url(../img/games/ma-bg.png); }
  20% {
    background-image: url(../img/games/ma-bg-wrong.png); }
  40% {
    background-image: url(../img/games/ma-bg.png); }
  60% {
    background-image: url(../img/games/ma-bg-wrong.png); }
  80% {
    background-image: url(../img/games/ma-bg.png); }
  to {
    background-image: url(../img/games/ma-bg-wrong.png); } }

@-webkit-keyframes correctInputMillionaire {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    background-image: url(../img/games/ma-bg.png); }
  20% {
    background-image: url(../img/games/ma-bg-correct.png); }
  40% {
    background-image: url(../img/games/ma-bg.png); }
  60% {
    background-image: url(../img/games/ma-bg-correct.png); }
  80% {
    background-image: url(../img/games/ma-bg.png); }
  to {
    background-image: url(../img/games/ma-bg-correct.png); } }

@keyframes correctInputMillionaire {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    background-image: url(../img/games/ma-bg.png); }
  20% {
    background-image: url(../img/games/ma-bg-correct.png); }
  40% {
    background-image: url(../img/games/ma-bg.png); }
  60% {
    background-image: url(../img/games/ma-bg-correct.png); }
  80% {
    background-image: url(../img/games/ma-bg.png); }
  to {
    background-image: url(../img/games/ma-bg-correct.png); } }

.trivia-content {
  padding: 0;
  position: relative; }

.trivia-block-content {
  position: relative;
  margin: 42px 0;
  padding: 68px 60px;
  overflow: hidden;
  background-size: cover;
  border-radius: 3px; }
  @media only screen and (max-width: 1200px) {
    .trivia-block-content {
      margin: 30px 0;
      padding: 40px 30px; } }
  @media only screen and (max-width: 991px) {
    .trivia-block-content {
      margin: 20px 0;
      padding: 30px 20px; } }
  @media only screen and (max-width: 767px) {
    .trivia-block-content {
      padding: 10px; } }
  .trivia-block-content .lost-block .article-component,
  .trivia-block-content .win-block .article-component {
    margin-top: 16px; }
  .trivia-block-content .lost-block .trivia-logo,
  .trivia-block-content .win-block .trivia-logo {
    text-align: center; }
    .trivia-block-content .lost-block .trivia-logo img,
    .trivia-block-content .win-block .trivia-logo img {
      max-width: 366px;
      margin: 0 auto;
      float: none;
      width: 100%;
      display: table; }
  .trivia-block-content .lost-block h1,
  .trivia-block-content .win-block h1 {
    padding-top: 40px;
    color: #8eb82f; }
  .trivia-block-content .lost-block .points logo,
  .trivia-block-content .win-block .points logo {
    max-width: 370px;
    width: 100%; }
  .trivia-block-content .lost-block .points.win,
  .trivia-block-content .win-block .points.win {
    position: relative;
    left: 0;
    top: 0;
    color: #8eb82f;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 40px 0; }
    .trivia-block-content .lost-block .points.win .points-label,
    .trivia-block-content .win-block .points.win .points-label {
      font-size: 20px; }
    .trivia-block-content .lost-block .points.win .points-value,
    .trivia-block-content .win-block .points.win .points-value {
      font-size: 90px; }
  .trivia-block-content .lost-block h1 {
    color: #000; }
  .trivia-block-content .lost-block .points.win {
    position: relative;
    left: 0;
    top: 0;
    color: #000;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 40px 0; }
    .trivia-block-content .lost-block .points.win .points-label {
      font-size: 20px; }
    .trivia-block-content .lost-block .points.win .points-value {
      font-size: 90px; }
  .trivia-block-content .circles {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 400px;
    overflow: hidden;
    pointer-events: none; }
    .trivia-block-content .circles .circle {
      top: 0;
      position: absolute;
      height: 400px;
      width: 400px;
      border-radius: 50%;
      border: 17px solid rgba(233, 18, 135, 0.5); }
      .trivia-block-content .circles .circle.circle-left {
        left: 0;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .trivia-block-content .circles .circle.circle-right {
        left: auto;
        right: 0;
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        border: 17px solid rgba(19, 189, 245, 0.5); }
  .trivia-block-content .point-levels {
    text-align: center;
    position: relative;
    top: -33px; }
    .trivia-block-content .point-levels .level {
      display: inline-block;
      width: 97px;
      height: 97px;
      content: '';
      color: #fff;
      font-family: 'BebasNeueBold';
      text-align: center;
      margin: 0 6px; }
      .trivia-block-content .point-levels .level .eq-position {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .trivia-block-content .point-levels .level .lvl-label {
        font-size: 14px; }
      .trivia-block-content .point-levels .level .lvl-num {
        font-size: 24px; }
      .trivia-block-content .point-levels .level.lv-1 {
        background: url(../img/games/trivial-lvl-1.png);
        background-size: 100% 100%; }
      .trivia-block-content .point-levels .level.lv-2 {
        background: url(../img/games/trivial-lvl-2.png);
        background-size: 100% 100%; }
      .trivia-block-content .point-levels .level.lv-3 {
        background: url(../img/games/trivial-lvl-3.png);
        background-size: 100% 100%; }
      .trivia-block-content .point-levels .level.lv-4 {
        background: url(../img/games/trivial-lvl-4.png);
        background-size: 100% 100%; }
      .trivia-block-content .point-levels .level.lv-5 {
        background: url(../img/games/trivial-lvl-5.png);
        background-size: 100% 100%; }
      .trivia-block-content .point-levels .level.current.lv-1 {
        background: url(../img/games/trivial-lvl-1-current.png);
        background-size: 100% 100%; }
      .trivia-block-content .point-levels .level.current.lv-2 {
        background: url(../img/games/trivial-lvl-2-current.png);
        background-size: 100% 100%; }
      .trivia-block-content .point-levels .level.current.lv-3 {
        background: url(../img/games/trivial-lvl-3-current.png);
        background-size: 100% 100%; }
      .trivia-block-content .point-levels .level.current.lv-4 {
        background: url(../img/games/trivial-lvl-4-current.png);
        background-size: 100% 100%; }
      .trivia-block-content .point-levels .level.current.lv-5 {
        background: url(../img/games/trivial-lvl-5-current.png);
        background-size: 100% 100%; }
  .trivia-block-content .points {
    float: left;
    color: #fff;
    padding-right: 80px; }
    .trivia-block-content .points .points-label {
      font-family: 'ProximaNova-Bold';
      line-height: 1;
      font-size: 12px;
      letter-spacing: 0.8px; }
    .trivia-block-content .points .points-value {
      font-family: BebasNeueBold;
      font-size: 60px;
      line-height: 1.1; }
      .trivia-block-content .points .points-value sup {
        font-family: BebasNeueRegular;
        top: -21.2px;
        font-size: 59%; }
    .trivia-block-content .points.total-points {
      color: #fff;
      position: absolute;
      left: 0;
      top: 50%; }
      .trivia-block-content .points.total-points .points-value {
        font-size: 36px;
        line-height: 1.4; }
        .trivia-block-content .points.total-points .points-value sup {
          top: -12.2px; }
  .trivia-block-content .game-header {
    position: relative;
    z-index: 10; }
    .trivia-block-content .game-header .logo-mobile {
      display: none;
      width: 100%; }
      @media (max-width: 991px) {
        .trivia-block-content .game-header .logo-mobile {
          display: block; }
          .trivia-block-content .game-header .logo-mobile .trivia-logo {
            top: 0;
            max-width: 200px;
            margin: 0 auto; } }
    @media (max-width: 991px) {
      .trivia-block-content .game-header .logo-desktop {
        display: none; } }
    .trivia-block-content .game-header .trivia-logo {
      top: -20px;
      position: relative; }
    .trivia-block-content .game-header .pages {
      float: right;
      background: #fff;
      border-radius: 3px;
      color: #684df3;
      font-family: 'ProximaNova-Bold';
      font-size: 16px;
      padding: 12px 20px;
      line-height: 1; }
  .trivia-block-content .game-inner-content {
    background: #fff;
    position: relative;
    z-index: 10;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px 55px;
    border-radius: 3px; }
    @media only screen and (max-width: 991px) {
      .trivia-block-content .game-inner-content {
        max-width: 100%;
        margin: 0;
        padding: 0 5px 55px; } }
    @media only screen and (max-width: 767px) {
      .trivia-block-content .game-inner-content .col {
        padding: 0 5px; } }
    .trivia-block-content .game-inner-content.with-answers .btnCheck {
      opacity: 1;
      pointer-events: all; }
    .trivia-block-content .game-inner-content .bottom-lines {
      position: absolute;
      max-width: calc(100% - 52px);
      left: 16px;
      right: 16px;
      height: 7px;
      bottom: -7px;
      background: rgba(255, 255, 255, 0.75);
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
      .trivia-block-content .game-inner-content .bottom-lines:before, .trivia-block-content .game-inner-content .bottom-lines:after {
        position: absolute;
        content: "";
        left: 16px;
        right: 16px;
        height: 7px;
        bottom: -7px;
        background: rgba(255, 255, 255, 0.55);
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; }
      .trivia-block-content .game-inner-content .bottom-lines:after {
        left: 32px;
        right: 32px;
        bottom: -14px;
        background: rgba(255, 255, 255, 0.35); }
  .trivia-block-content .article-component {
    min-height: 0;
    background: none;
    overflow: visible; }
  .trivia-block-content .article-component .component-content {
    padding: 0 58px 58px;
    min-height: 0; }
    @media only screen and (max-width: 1200px) {
      .trivia-block-content .article-component .component-content {
        padding: 0 40px 40px; } }
    @media only screen and (max-width: 991px) {
      .trivia-block-content .article-component .component-content {
        padding: 0 30px 30px; } }
    @media only screen and (max-width: 767px) {
      .trivia-block-content .article-component .component-content {
        padding: 0 10px 10px; } }
  .trivia-block-content .pop-quiz.type-quiz ol,
  .trivia-block-content .pop-quiz.type-quiz ul,
  .trivia-block-content .article-component.type-quiz ol,
  .trivia-block-content .article-component.type-quiz ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .trivia-block-content .article-component .title {
    display: block;
    text-align: center;
    margin: 0;
    margin: 0;
    padding: 28px 60px;
    background-image: none;
    font-family: 'BebasNeueBold';
    font-size: 16px; }
    @media only screen and (max-width: 1200px) {
      .trivia-block-content .article-component .title {
        padding: 25px 50px; } }
    @media only screen and (max-width: 991px) {
      .trivia-block-content .article-component .title {
        padding: 20px 40px;
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .trivia-block-content .article-component .title {
        font-size: 12px;
        padding: 15px 30px 15px; } }
    .trivia-block-content .article-component .title h2 {
      font-size: 24px;
      font-family: 'ProximaNova-ExtraBold';
      color: #000; }
      @media only screen and (max-width: 1200px) {
        .trivia-block-content .article-component .title h2 {
          font-size: 22px; } }
      @media only screen and (max-width: 991px) {
        .trivia-block-content .article-component .title h2 {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .trivia-block-content .article-component .title h2 {
          font-size: 16px; } }
  .trivia-block-content .answers ul li {
    padding: 15px; }
    @media only screen and (max-width: 991px) {
      .trivia-block-content .answers ul li {
        width: 100%; } }
  .trivia-block-content .article-component.type-quiz .option {
    margin: 0; }
    .trivia-block-content .article-component.type-quiz .option label {
      margin: 0;
      text-align: center;
      background: #fff;
      border: 1px solid #c7c7c7;
      font-family: 'ProximaNova-ExtraBold';
      font-size: 18px;
      padding: 20px 45px 20px 45px; }
      @media only screen and (max-width: 1200px) {
        .trivia-block-content .article-component.type-quiz .option label {
          font-size: 16px; } }
      @media only screen and (max-width: 991px) {
        .trivia-block-content .article-component.type-quiz .option label {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .trivia-block-content .article-component.type-quiz .option label {
          font-size: 12px; } }
      .trivia-block-content .article-component.type-quiz .option label:after, .trivia-block-content .article-component.type-quiz .option label:before {
        display: none; }
    .trivia-block-content .article-component.type-quiz .option [type="radio"]:checked + label,
    .trivia-block-content .article-component.type-quiz .option [type="checkbox"]:checked + label {
      background: #8eb82f;
      color: #fff; }
  .trivia-block-content .btnCheck {
    opacity: 0;
    pointer-events: none; }
  .trivia-block-content .play-again,
  .trivia-block-content .btnCheck {
    background: #91b936;
    background: -moz-linear-gradient(top, #91b936 0%, #b8ba41 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #91b936), color-stop(100%, #b8ba41));
    background: -webkit-linear-gradient(top, #91b936 0%, #b8ba41 100%);
    background: -o-linear-gradient(top, #91b936 0%, #b8ba41 100%);
    background: -ms-linear-gradient(top, #91b936 0%, #b8ba41 100%);
    background: linear-gradient(to bottom, #91b936 0%, #b8ba41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b936', endColorstr='#b8ba41', GradientType=0 );
    border-radius: 30px;
    display: table;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    font-size: 26px;
    font-family: BebasNeueRegular;
    letter-spacing: 1.3px;
    padding: 11px 55px;
    border: none;
    color: #fff; }
    .trivia-block-content .play-again:hover,
    .trivia-block-content .btnCheck:hover {
      background: #202020; }
  .trivia-block-content .article-component.type-quiz.not-answer .answers .option.small label {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: wrongInputTrivia;
    animation-name: wrongInputTrivia; }
  .trivia-block-content .article-component.type-quiz.correct-answer input:checked + label {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: correctInputTrivia;
    animation-name: correctInputTrivia; }
  .trivia-block-content .article-component.type-quiz.wrong-answer input:checked + label {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: wrongInputTrivia;
    animation-name: wrongInputTrivia; }
  .trivia-block-content .article-component.type-quiz.wrong-answer .btnCheck,
  .trivia-block-content .article-component.type-quiz.wrong-answer .answers {
    pointer-events: none; }

@-webkit-keyframes wrongInputTrivia {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    background: #fff; }
  20% {
    background: #ff0000; }
  40% {
    background: #fff; }
  60% {
    background: #ff0000; }
  80% {
    background: #fff; }
  to {
    background: #ff0000; } }

@keyframes wrongInputTrivia {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    background: #fff; }
  20% {
    background: #ff0000; }
  40% {
    background: #fff; }
  60% {
    background: #ff0000; }
  80% {
    background: #fff; }
  to {
    background: #ff0000; } }

@-webkit-keyframes correctInputTrivia {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    background: #fff; }
  20% {
    background: #8eb82f; }
  40% {
    background: #fff; }
  60% {
    background: #8eb82f; }
  80% {
    background: #fff; }
  to {
    background: #8eb82f; } }

@keyframes correctInputTrivia {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    background: #fff; }
  20% {
    background: #8eb82f; }
  40% {
    background: #fff; }
  60% {
    background: #8eb82f; }
  80% {
    background: #fff; }
  to {
    background: #8eb82f; } }

.trivia-content.trivia-content2 {
  padding: 0;
  position: relative; }

.trivia-block-content.trivia-block-content2 {
  background: url(../img/games/trivia-bg.jpg);
  position: relative;
  margin: 42px 0;
  padding: 68px 60px;
  overflow: hidden;
  background-size: cover;
  border-radius: 3px; }
  @media only screen and (max-width: 1200px) {
    .trivia-block-content.trivia-block-content2 {
      margin: 30px 0;
      padding: 40px 30px; } }
  @media only screen and (max-width: 991px) {
    .trivia-block-content.trivia-block-content2 {
      margin: 20px 0;
      padding: 30px 20px; } }
  @media only screen and (max-width: 767px) {
    .trivia-block-content.trivia-block-content2 {
      padding: 10px; } }
  .trivia-block-content.trivia-block-content2 .lost-block .article-component,
  .trivia-block-content.trivia-block-content2 .win-block .article-component {
    margin-top: 16px; }
  .trivia-block-content.trivia-block-content2 .lost-block .trivia-logo,
  .trivia-block-content.trivia-block-content2 .win-block .trivia-logo {
    text-align: center; }
    .trivia-block-content.trivia-block-content2 .lost-block .trivia-logo img,
    .trivia-block-content.trivia-block-content2 .win-block .trivia-logo img {
      max-width: 366px;
      margin: 0 auto;
      float: none;
      width: 100%;
      display: table; }
  .trivia-block-content.trivia-block-content2 .lost-block h1,
  .trivia-block-content.trivia-block-content2 .win-block h1 {
    padding-top: 40px;
    color: #8eb82f; }
  .trivia-block-content.trivia-block-content2 .lost-block .points logo,
  .trivia-block-content.trivia-block-content2 .win-block .points logo {
    max-width: 370px;
    width: 100%; }
  .trivia-block-content.trivia-block-content2 .lost-block .points.win,
  .trivia-block-content.trivia-block-content2 .win-block .points.win {
    position: relative;
    left: 0;
    top: 0;
    color: #8eb82f;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 40px 0; }
    .trivia-block-content.trivia-block-content2 .lost-block .points.win .points-label,
    .trivia-block-content.trivia-block-content2 .win-block .points.win .points-label {
      font-size: 20px; }
    .trivia-block-content.trivia-block-content2 .lost-block .points.win .points-value,
    .trivia-block-content.trivia-block-content2 .win-block .points.win .points-value {
      font-size: 90px; }
  .trivia-block-content.trivia-block-content2 .lost-block h1 {
    color: #000; }
  .trivia-block-content.trivia-block-content2 .lost-block .points.win {
    position: relative;
    left: 0;
    top: 0;
    color: #000;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 40px 0; }
    .trivia-block-content.trivia-block-content2 .lost-block .points.win .points-label {
      font-size: 20px; }
    .trivia-block-content.trivia-block-content2 .lost-block .points.win .points-value {
      font-size: 90px; }
  .trivia-block-content.trivia-block-content2 .circles {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 400px;
    overflow: hidden;
    pointer-events: none; }
    .trivia-block-content.trivia-block-content2 .circles .circle {
      top: 0;
      position: absolute;
      height: 400px;
      width: 400px;
      border-radius: 50%;
      border: 17px solid rgba(233, 18, 135, 0.5); }
      .trivia-block-content.trivia-block-content2 .circles .circle.circle-left {
        left: 0;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .trivia-block-content.trivia-block-content2 .circles .circle.circle-right {
        left: auto;
        right: 0;
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        border: 17px solid rgba(19, 189, 245, 0.5); }
  .trivia-block-content.trivia-block-content2 .point-levels {
    text-align: center;
    position: relative;
    top: -33px; }
    .trivia-block-content.trivia-block-content2 .point-levels .level {
      display: inline-block;
      width: 57px;
      height: 67px;
      background: url(../img/games/trivial-lvl-bg-2a.png);
      background-size: 100% 100%;
      color: #fff;
      font-family: 'BebasNeueBold';
      text-align: center;
      margin: 0 6px; }
      .trivia-block-content.trivia-block-content2 .point-levels .level .eq-position {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .trivia-block-content.trivia-block-content2 .point-levels .level .lvl-label {
        font-size: 14px; }
      .trivia-block-content.trivia-block-content2 .point-levels .level .lvl-num {
        font-size: 24px; }
      .trivia-block-content.trivia-block-content2 .point-levels .level.current {
        background: url(../img/games/trivial-lvl-bg-1a.png); }
  .trivia-block-content.trivia-block-content2 .points {
    float: left;
    color: #fff;
    padding-right: 80px; }
    .trivia-block-content.trivia-block-content2 .points .points-label {
      font-family: 'ProximaNova-Bold';
      line-height: 1;
      font-size: 12px;
      letter-spacing: 0.8px; }
    .trivia-block-content.trivia-block-content2 .points .points-value {
      font-family: BebasNeueBold;
      font-size: 60px;
      line-height: 1.1; }
      .trivia-block-content.trivia-block-content2 .points .points-value sup {
        font-family: BebasNeueRegular;
        top: -21.2px;
        font-size: 59%; }
    .trivia-block-content.trivia-block-content2 .points.total-points {
      color: #fff;
      position: absolute;
      left: 0;
      top: 50%; }
      .trivia-block-content.trivia-block-content2 .points.total-points .points-value {
        font-size: 36px;
        line-height: 1.4; }
        .trivia-block-content.trivia-block-content2 .points.total-points .points-value sup {
          top: -12.2px; }
  .trivia-block-content.trivia-block-content2 .game-header {
    position: relative;
    z-index: 10; }
    .trivia-block-content.trivia-block-content2 .game-header .logo-mobile {
      display: none;
      width: 100%; }
      @media (max-width: 991px) {
        .trivia-block-content.trivia-block-content2 .game-header .logo-mobile {
          display: block; }
          .trivia-block-content.trivia-block-content2 .game-header .logo-mobile .trivia-logo {
            top: 0;
            max-width: 200px;
            margin: 0 auto; } }
    @media (max-width: 991px) {
      .trivia-block-content.trivia-block-content2 .game-header .logo-desktop {
        display: none; } }
    .trivia-block-content.trivia-block-content2 .game-header .trivia-logo {
      top: -20px;
      position: relative; }
    .trivia-block-content.trivia-block-content2 .game-header .pages {
      float: right;
      background: #fff;
      border-radius: 3px;
      color: #684df3;
      font-family: 'ProximaNova-Bold';
      font-size: 16px;
      padding: 12px 20px;
      line-height: 1; }
  .trivia-block-content.trivia-block-content2 .game-inner-content {
    background: #fff;
    position: relative;
    z-index: 10;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px 55px;
    border-radius: 3px; }
    @media only screen and (max-width: 991px) {
      .trivia-block-content.trivia-block-content2 .game-inner-content {
        max-width: 100%;
        margin: 0;
        padding: 0 5px 55px; } }
    @media only screen and (max-width: 767px) {
      .trivia-block-content.trivia-block-content2 .game-inner-content .col {
        padding: 0 5px; } }
    .trivia-block-content.trivia-block-content2 .game-inner-content.with-answers .btnCheck {
      opacity: 1;
      pointer-events: all; }
    .trivia-block-content.trivia-block-content2 .game-inner-content .bottom-lines {
      position: absolute;
      max-width: calc(100% - 52px);
      left: 16px;
      right: 16px;
      height: 7px;
      bottom: -7px;
      background: rgba(255, 255, 255, 0.75);
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
      .trivia-block-content.trivia-block-content2 .game-inner-content .bottom-lines:before, .trivia-block-content.trivia-block-content2 .game-inner-content .bottom-lines:after {
        position: absolute;
        content: "";
        left: 16px;
        right: 16px;
        height: 7px;
        bottom: -7px;
        background: rgba(255, 255, 255, 0.55);
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; }
      .trivia-block-content.trivia-block-content2 .game-inner-content .bottom-lines:after {
        left: 32px;
        right: 32px;
        bottom: -14px;
        background: rgba(255, 255, 255, 0.35); }
  .trivia-block-content.trivia-block-content2 .article-component {
    min-height: 0;
    background: none;
    overflow: visible; }
  .trivia-block-content.trivia-block-content2 .article-component .component-content {
    padding: 0 58px 58px;
    min-height: 0; }
    @media only screen and (max-width: 1200px) {
      .trivia-block-content.trivia-block-content2 .article-component .component-content {
        padding: 0 40px 40px; } }
    @media only screen and (max-width: 991px) {
      .trivia-block-content.trivia-block-content2 .article-component .component-content {
        padding: 0 30px 30px; } }
    @media only screen and (max-width: 767px) {
      .trivia-block-content.trivia-block-content2 .article-component .component-content {
        padding: 0 10px 10px; } }
  .trivia-block-content.trivia-block-content2 .pop-quiz.type-quiz ol,
  .trivia-block-content.trivia-block-content2 .pop-quiz.type-quiz ul,
  .trivia-block-content.trivia-block-content2 .article-component.type-quiz ol,
  .trivia-block-content.trivia-block-content2 .article-component.type-quiz ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .trivia-block-content.trivia-block-content2 .article-component .title {
    display: block;
    text-align: center;
    margin: 0;
    margin: 0;
    padding: 28px 60px;
    background-image: none;
    font-family: 'BebasNeueBold';
    font-size: 16px; }
    @media only screen and (max-width: 1200px) {
      .trivia-block-content.trivia-block-content2 .article-component .title {
        padding: 25px 50px; } }
    @media only screen and (max-width: 991px) {
      .trivia-block-content.trivia-block-content2 .article-component .title {
        padding: 20px 40px;
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .trivia-block-content.trivia-block-content2 .article-component .title {
        font-size: 12px;
        padding: 15px 30px 15px; } }
    .trivia-block-content.trivia-block-content2 .article-component .title h2 {
      font-size: 24px;
      font-family: 'ProximaNova-ExtraBold';
      color: #000; }
      @media only screen and (max-width: 1200px) {
        .trivia-block-content.trivia-block-content2 .article-component .title h2 {
          font-size: 22px; } }
      @media only screen and (max-width: 991px) {
        .trivia-block-content.trivia-block-content2 .article-component .title h2 {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .trivia-block-content.trivia-block-content2 .article-component .title h2 {
          font-size: 16px; } }
  .trivia-block-content.trivia-block-content2 .answers ul li {
    padding: 15px; }
    @media only screen and (max-width: 991px) {
      .trivia-block-content.trivia-block-content2 .answers ul li {
        width: 100%; } }
  .trivia-block-content.trivia-block-content2 .article-component.type-quiz .option {
    margin: 0; }
    .trivia-block-content.trivia-block-content2 .article-component.type-quiz .option label {
      margin: 0;
      text-align: center;
      background: #fff;
      border: 1px solid #c7c7c7;
      font-family: 'ProximaNova-ExtraBold';
      font-size: 18px;
      padding: 20px 45px 20px 45px; }
      @media only screen and (max-width: 1200px) {
        .trivia-block-content.trivia-block-content2 .article-component.type-quiz .option label {
          font-size: 16px; } }
      @media only screen and (max-width: 991px) {
        .trivia-block-content.trivia-block-content2 .article-component.type-quiz .option label {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .trivia-block-content.trivia-block-content2 .article-component.type-quiz .option label {
          font-size: 12px; } }
      .trivia-block-content.trivia-block-content2 .article-component.type-quiz .option label:after, .trivia-block-content.trivia-block-content2 .article-component.type-quiz .option label:before {
        display: none; }
    .trivia-block-content.trivia-block-content2 .article-component.type-quiz .option [type="radio"]:checked + label,
    .trivia-block-content.trivia-block-content2 .article-component.type-quiz .option [type="checkbox"]:checked + label {
      background: #8eb82f;
      color: #fff; }
  .trivia-block-content.trivia-block-content2 .btnCheck {
    opacity: 0;
    pointer-events: none; }
  .trivia-block-content.trivia-block-content2 .play-again,
  .trivia-block-content.trivia-block-content2 .btnCheck {
    background: #91b936;
    background: -moz-linear-gradient(top, #91b936 0%, #b8ba41 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #91b936), color-stop(100%, #b8ba41));
    background: -webkit-linear-gradient(top, #91b936 0%, #b8ba41 100%);
    background: -o-linear-gradient(top, #91b936 0%, #b8ba41 100%);
    background: -ms-linear-gradient(top, #91b936 0%, #b8ba41 100%);
    background: linear-gradient(to bottom, #91b936 0%, #b8ba41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b936', endColorstr='#b8ba41', GradientType=0 );
    border-radius: 30px;
    display: table;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    font-size: 26px;
    font-family: BebasNeueRegular;
    letter-spacing: 1.3px;
    padding: 11px 55px;
    border: none;
    color: #fff; }
    .trivia-block-content.trivia-block-content2 .play-again:hover,
    .trivia-block-content.trivia-block-content2 .btnCheck:hover {
      background: #202020; }
  .trivia-block-content.trivia-block-content2 .article-component.type-quiz.not-answer .answers .option.small label {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: wrongInputTrivia;
    animation-name: wrongInputTrivia; }
  .trivia-block-content.trivia-block-content2 .article-component.type-quiz.correct-answer input:checked + label {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: correctInputTrivia;
    animation-name: correctInputTrivia; }
  .trivia-block-content.trivia-block-content2 .article-component.type-quiz.wrong-answer input:checked + label {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: wrongInputTrivia;
    animation-name: wrongInputTrivia; }
  .trivia-block-content.trivia-block-content2 .article-component.type-quiz.wrong-answer .btnCheck,
  .trivia-block-content.trivia-block-content2 .article-component.type-quiz.wrong-answer .answers {
    pointer-events: none; }
