@charset "UTF-8";
/*!
        Theme Name: kauko_v2
        Theme URI: #
        Author: Dovydas Liniovas
        Author URI: https://liniovas.lt
        Description: Wordpress šablonas skirtas kauko interaktyvių pamokų tinklalapiui ir pritaikytas lifterlms mokymo valdymo sistemai.
        Version: 2.0.0
        License: GNU General Public License v2 or later
        License URI: LICENSE
        Text Domain: kauko_v2
        Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

        This theme, like WordPress, is licensed under the GPL.
        Use it to make something cool, have fun, and share what you've learned with others.
*/
@supports (--css: variables) {
  :root {
    --content-width: $_content_width; } }
@supports (--css: variables) {
  :root {
    --color-primary: #39a294;
    --color-complementary: #44cab8;
    --color-primary-dark: #237167;
    --color-base: #54585f;
    --color-dark: #031320;
    --color-darkest: #020e17;
    --color-light: #f5f6f9;
    --color-notice-red: #ff4d4d;
    --color-red-shadow: #c33737;
    --color-primary-white: white;
    --color-dark-violet: #041625;
    --color-light-gray: #eef2f6;
    --color-notice-blue: #4d9aff;
    --color-blue-shadow: #3a7bcf; } }
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.llms-notification {
  display: none !important; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

blockquote {
  background-color: #f5f6f9;
  background-color: var(--color-light);
  padding: 1rem;
  margin-left: 0;
  margin-right: 0;
  font-style: italic; }
  blockquote p {
    margin: 0; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
a img.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

#wpadminbar {
  position: fixed !important; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/*==================================================
                   [ MIXINS ]
==================================================*/
body {
  font-weight: normal;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.9rem; }
  @media (min-width: 320px) {
    body {
      font-size: calc(0.9rem + 0.1 * (100vw - 320px) / 1080); } }
  @media (min-width: 1400px) {
    body {
      font-size: 1rem; } }

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("./assets/webfonts/fa-brands-400.eot");
  src: url("./assets/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./assets/webfonts/fa-brands-400.woff2") format("woff2"), url("./assets/webfonts/fa-brands-400.woff") format("woff"), url("./assets/webfonts/fa-brands-400.ttf") format("truetype"), url("./assets/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("./assets/webfonts/fa-regular-400.eot");
  src: url("./assets/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./assets/webfonts/fa-regular-400.woff2") format("woff2"), url("./assets/webfonts/fa-regular-400.woff") format("woff"), url("./assets/webfonts/fa-regular-400.ttf") format("truetype"), url("./assets/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("./assets/webfonts/fa-solid-900.eot");
  src: url("./assets/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./assets/webfonts/fa-solid-900.woff2") format("woff2"), url("./assets/webfonts/fa-solid-900.woff") format("woff"), url("./assets/webfonts/fa-solid-900.ttf") format("truetype"), url("./assets/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*==================================================
                  [ ELEMENTS ]
==================================================*/
a {
  color: #54585f;
  color: var(--color-base);
  text-decoration: none; }

[type="button"] {
  border: 0;
  background: transparent;
  outline: none; }

.icon-button {
  padding: 0; }

#_back-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 24px;
  cursor: pointer;
  z-index: 999;
  color: #237167;
  color: var(--color-primary-dark);
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -webkit-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
  #_back-top[data-scroll="true"] {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

button {
  border: none;
  background-color: transparent; }

.tag-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: nowrap row;
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: bolder;
  margin: .25rem .5rem;
  white-space: nowrap;
  color: #54585f;
  color: var(--color-base);
  outline: none; }
  .tag-button > i {
    font-size: 20px;
    margin: 0 10px; }

.button {
  display: inline-block;
  border-radius: 4px;
  padding: .7rem 2.5rem;
  margin: .25rem;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center; }
  .button.primary, .button#llms-next-question {
    background-color: #44cab8;
    background-color: var(--color-complementary);
    color: white;
    color: var(--color-primary-white);
    box-shadow: none; }
    .button.primary.primary-medium, .button#llms-next-question.primary-medium {
      background-color: #39a294;
      background-color: var(--color-primary); }
    .button.primary.white, .button#llms-next-question.white {
      background-color: white;
      background-color: var(--color-primary-white);
      color: #54585f;
      color: var(--color-base); }
    .button.primary.dark, .button#llms-next-question.dark {
      background-color: #031320;
      background-color: var(--color-dark);
      color: white;
      color: var(--color-primary-white); }
    .button.primary.base, .button#llms-next-question.base {
      background-color: #54585f;
      background-color: var(--color-base);
      color: white;
      color: var(--color-primary-white); }
    .button.primary.red, .button#llms-next-question.red {
      background-color: #ff4d4d;
      background-color: var(--color-notice-red);
      color: white;
      color: var(--color-primary-white); }
    .button.primary.blue, .button#llms-next-question.blue {
      background-color: #4d9aff;
      background-color: var(--color-notice-blue); }
    .button.primary.shadow, .button#llms-next-question.shadow {
      box-shadow: 0 3px 0 0 #39a294;
      box-shadow: 0 3px 0 0 var(--color-primary); }
      .button.primary.shadow.white, .button#llms-next-question.shadow.white {
        box-shadow: 0 3px 0 0 #54585f;
        box-shadow: 0 3px 0 0 var(--color-base); }
      .button.primary.shadow.dark, .button.primary.shadow.base, .button#llms-next-question.shadow.dark, .button#llms-next-question.shadow.base {
        box-shadow: none; }
      .button.primary.shadow.red, .button#llms-next-question.shadow.red {
        box-shadow: 0 3px 0 0 #c33737;
        box-shadow: 0 3px 0 0 var(--color-red-shadow); }
      .button.primary.shadow.blue, .button#llms-next-question.shadow.blue {
        box-shadow: 0 3px 0 0 #3a7bcf;
        box-shadow: 0 3px 0 0 var(--color-blue-shadow); }
  .button.complementary, .button#llms-prev-question {
    box-shadow: inset 0 0 0 2px #39a294;
    box-shadow: inset 0 0 0 2px var(--color-primary);
    color: #39a294;
    color: var(--color-primary); }
    .button.complementary.white, .button#llms-prev-question.white {
      box-shadow: inset 0 0 0 2px white;
      box-shadow: inset 0 0 0 2px var(--color-primary-white);
      color: white;
      color: var(--color-primary-white); }
    .button.complementary.dark, .button#llms-prev-question.dark {
      box-shadow: inset 0 0 0 2px #031320;
      box-shadow: inset 0 0 0 2px var(--color-dark);
      color: #031320;
      color: var(--color-dark); }
    .button.complementary.base, .button.complementary#llms-prev-question, .button#llms-prev-question.base, .button#llms-prev-question#llms-prev-question {
      box-shadow: inset 0 0 0 2px #54585f;
      box-shadow: inset 0 0 0 2px var(--color-base);
      color: #54585f;
      color: var(--color-base); }
    .button.complementary.red, .button#llms-prev-question.red {
      box-shadow: inset 0 0 0 2px #ff4d4d;
      box-shadow: inset 0 0 0 2px var(--color-notice-red);
      color: #ff4d4d;
      color: var(--color-notice-red); }
    .button.complementary.blue, .button#llms-prev-question.blue {
      box-shadow: inset 0 0 0 2px #4d9aff;
      box-shadow: inset 0 0 0 2px var(--color-notice-blue);
      color: #4d9aff;
      color: var(--color-notice-blue); }
  .button.pulsing:not(.icon) {
    overflow: hidden; }
    .button.pulsing:not(.icon):after {
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: #f5f6f9;
      background-color: var(--color-light);
      opacity: 0;
      left: 0;
      top: 0; }
    .button.pulsing:not(.icon):hover:after {
      -webkit-animation: button-icon-pulse 1s ease-in-out infinite forwards;
      -moz-animation: button-icon-pulse 1s ease-in-out infinite forwards;
      -ms-animation: button-icon-pulse 1s ease-in-out infinite forwards;
      -o-animation: button-icon-pulse 1s ease-in-out infinite forwards;
      animation: button-icon-pulse 1s ease-in-out infinite forwards; }
  .button.icon > i {
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 18px;
    top: calc( 50% - 9px ); }
  .button.icon.primary > i {
    color: #237167;
    color: var(--color-primary-dark); }
  .button.icon.dark > i {
    color: #eef2f6;
    color: var(--color-light-gray); }
  .button.icon.complementary.dark > i {
    color: #031320;
    color: var(--color-dark); }
  .button.icon.white > i {
    color: #54585f;
    color: var(--color-base); }
  .button.icon.base > i {
    color: white;
    color: var(--color-primary-white); }
  .button.icon.complementary.base > i {
    color: #54585f;
    color: var(--color-base); }
  .button.icon.red > i {
    color: #c33737;
    color: var(--color-red-shadow); }
  .button.icon.blue > i {
    color: #3a7bcf;
    color: var(--color-blue-shadow); }
  .button.icon.left {
    padding-right: 1.5rem;
    padding-left: 3.5rem; }
    .button.icon.left > i {
      left: 1.25rem; }
  .button.icon.right {
    padding-left: 1.5rem;
    padding-right: 3.5rem; }
    .button.icon.right > i {
      right: 1.25rem; }
  .button.icon.pulsing:not(.hover) > i:after, .button.icon.pulsing.hover:hover > i:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #44cab8;
    background-color: var(--color-complementary);
    opacity: 0;
    border-radius: 50%;
    left: 0;
    top: 0;
    -webkit-animation: button-icon-pulse 1s ease-in-out infinite forwards;
    -moz-animation: button-icon-pulse 1s ease-in-out infinite forwards;
    -ms-animation: button-icon-pulse 1s ease-in-out infinite forwards;
    -o-animation: button-icon-pulse 1s ease-in-out infinite forwards;
    animation: button-icon-pulse 1s ease-in-out infinite forwards; }
  .button.icon.pulsing:not(.hover) > i:before, .button.icon.pulsing.hover:hover > i:before {
    position: relative;
    z-index: 2; }
  .button.icon.pulsing:not(.hover).white > i:after, .button.icon.pulsing.hover:hover.white > i:after {
    background-color: #54585f;
    background-color: var(--color-base); }
  .button.icon.pulsing:not(.hover).dark > i:after, .button.icon.pulsing.hover:hover.dark > i:after {
    background-color: white;
    background-color: var(--color-primary-white); }
  .button.icon.pulsing:not(.hover).base > i:after, .button.icon.pulsing.hover:hover.base > i:after {
    background-color: white;
    background-color: var(--color-primary-white); }
  .button.icon.pulsing:not(.hover).red > i:after, .button.icon.pulsing.hover:hover.red > i:after {
    background-color: #c33737;
    background-color: var(--color-red-shadow); }
  .button.icon.pulsing:not(.hover).blue > i:after, .button.icon.pulsing.hover:hover.blue > i:after {
    background-color: #3a7bcf;
    background-color: var(--color-blue-shadow); }

@-webkit-keyframes button-icon-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: .3; }
  70% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8); } }
@-moz-keyframes button-icon-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: .3; }
  70% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8); } }
@-ms-keyframes button-icon-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: .3; }
  70% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8); } }
@-o-keyframes button-icon-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: .3; }
  70% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8); } }
@keyframes button-icon-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: .3; }
  70% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8); } }
/**
	Navigation SASS
 */
header[role="banner"] {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0;
  width: calc( 100% - 2rem );
  padding: 0rem 1rem;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  justify-content: space-between;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-weight: 500;
  color: white;
  color: var(--color-primary-white); }
  header[role="banner"] a.custom-logo-link {
    flex: 0 1 15%;
    margin: 10px;
    order: 1; }
  header[role="banner"] section {
    margin: 10px;
    flex: 0 1 17%;
    order: 3; }
  header[role="banner"] > button {
    margin: -10px 0px -10px 60px; }
  header[role="banner"] > button, header[role="banner"] nav[role="navigation"] > button {
    display: none; }
  header[role="banner"] > button {
    font-size: 20px;
    order: 4;
    flex: 0 1 auto;
    text-align: right; }
  header[role="banner"] a {
    color: white;
    color: var(--color-primary-white); }
  header[role="banner"]:not([data-responsive="true"]):not(.responsive-overflow-active) nav[role="navigation"] {
    margin: 10px; }
  header[role="banner"]:not([data-responsive="true"]):not(.responsive-overflow-active) .social-menu {
    display: none; }
  header[role="banner"] nav[role="navigation"] {
    order: 2;
    flex: 1 1 68%;
    padding: 0 20px; }
    header[role="banner"] nav[role="navigation"] > ul {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: center;
      white-space: nowrap;
      margin: -20px; }
      header[role="banner"] nav[role="navigation"] > ul li {
        margin: 20px; }
      header[role="banner"] nav[role="navigation"] > ul a {
        text-transform: uppercase;
        text-align: center;
        -moz-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
  header[role="banner"][data-responsive="false"] a:not(.custom-logo-link), header[role="banner"]:not(.responsive-overflow-active):not([data-responsive="true"]) a:not(.custom-logo-link) {
    position: relative;
    font-size: 0.9rem; }
    @media (min-width: 900px) {
      header[role="banner"][data-responsive="false"] a:not(.custom-logo-link), header[role="banner"]:not(.responsive-overflow-active):not([data-responsive="true"]) a:not(.custom-logo-link) {
        font-size: calc(0.9rem + 0.1 * (100vw - 900px) / 1); } }
    @media (min-width: 901px) {
      header[role="banner"][data-responsive="false"] a:not(.custom-logo-link), header[role="banner"]:not(.responsive-overflow-active):not([data-responsive="true"]) a:not(.custom-logo-link) {
        font-size: 1rem; } }
    header[role="banner"][data-responsive="false"] a:not(.custom-logo-link):after, header[role="banner"]:not(.responsive-overflow-active):not([data-responsive="true"]) a:not(.custom-logo-link):after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%;
      height: 2px;
      opacity: 0;
      background-color: #44cab8;
      background-color: var(--color-complementary);
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
      font-weight: bold; }
    header[role="banner"][data-responsive="false"] a:not(.custom-logo-link):hover:after, header[role="banner"]:not(.responsive-overflow-active):not([data-responsive="true"]) a:not(.custom-logo-link):hover:after {
      opacity: 1;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }
  header[role="banner"][data-responsive="false"]:not(.logged-in-user) a:not(.custom-logo-link), header[role="banner"]:not(.responsive-overflow-active):not([data-responsive="true"]):not(.logged-in-user) a:not(.custom-logo-link) {
    font-weight: 700; }
  header[role="banner"][data-responsive="false"]:not(.logged-in-user) nav[role="navigation"], header[role="banner"]:not(.responsive-overflow-active):not([data-responsive="true"]):not(.logged-in-user) nav[role="navigation"] {
    padding-right: 0; }
    header[role="banner"][data-responsive="false"]:not(.logged-in-user) nav[role="navigation"] ul, header[role="banner"]:not(.responsive-overflow-active):not([data-responsive="true"]):not(.logged-in-user) nav[role="navigation"] ul {
      justify-content: flex-end; }
  header[role="banner"][data-responsive]:not(.logged-in-user) > button {
    margin-right: 0; }

body:not(.page-template-template-landing) header[role="banner"],
body.page-template-template-landing > header[data-scroll="true"],
body.page-template-template-landing > .scroll-active {
  background-color: #041625; }

@-webkit-keyframes header-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes header-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes header-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes header-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes header-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
nav ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }

header[role="banner"] section {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin: 0px; }
  header[role="banner"] section > h4, header[role="banner"] section > img, header[role="banner"] section > i {
    z-index: 3;
    position: relative;
    cursor: pointer; }
  header[role="banner"] section h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    display: none;
    text-align: right; }
  header[role="banner"] section > img {
    flex: 0 0 24px;
    margin: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #39a294;
    box-shadow: 0 0 0 3px var(--color-primary); }
  header[role="banner"] section.active > nav {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); }
    header[role="banner"] section.active > nav ul {
      opacity: 1; }
  header[role="banner"] section.active > i {
    color: #237167;
    color: var(--color-primary-dark); }
  header[role="banner"] section > i {
    flex: 0 1 10%;
    margin: 10px;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    width: 16px;
    height: 16px;
    text-align: center; }
  header[role="banner"] section nav {
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 2;
    position: absolute;
    top: -1rem;
    right: 0rem;
    min-width: 100%;
    min-height: 100%;
    padding: 4rem 1rem 1rem 1rem;
    white-space: nowrap;
    background-color: #39a294;
    background-color: var(--color-primary); }
    header[role="banner"] section nav ul {
      -moz-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      opacity: 0; }
      header[role="banner"] section nav ul li {
        font-weight: bold;
        text-transform: uppercase; }
        header[role="banner"] section nav ul li:not(:last-child) {
          margin-bottom: .5rem; }

@media (min-width: 400px) {
  header[role="banner"] section h4 {
    flex: 1 1 80%;
    margin: 10px !important;
    display: block; } }
@media (max-width: 400px) {
  header[role="banner"] > button {
    margin-left: 0; } }
header[role="banner"][data-responsive="true"], header[role="banner"].responsive-overflow-active {
  z-index: 99999; }
  header[role="banner"][data-responsive="true"].logged-in-user > button, header[role="banner"].responsive-overflow-active.logged-in-user > button {
    order: 3; }
  header[role="banner"][data-responsive="true"] > button, header[role="banner"][data-responsive="true"] nav[role="navigation"] > button, header[role="banner"].responsive-overflow-active > button, header[role="banner"].responsive-overflow-active nav[role="navigation"] > button {
    display: inline-block; }
  header[role="banner"][data-responsive="true"] nav[role="navigation"] > button, header[role="banner"].responsive-overflow-active nav[role="navigation"] > button {
    position: absolute;
    z-index: 21;
    top: 1rem;
    -webkit-transform: translateX(-130%);
    -moz-transform: translateX(-130%);
    -ms-transform: translateX(-130%);
    -o-transform: translateX(-130%);
    transform: translateX(-130%);
    -moz-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    font-weight: bolder;
    text-transform: uppercase;
    color: #39a294;
    color: var(--color-primary); }
    header[role="banner"][data-responsive="true"] nav[role="navigation"] > button > i, header[role="banner"].responsive-overflow-active nav[role="navigation"] > button > i {
      color: #54585f;
      color: var(--color-base);
      margin-right: .5rem;
      font-size: 24px;
      position: relative;
      top: 4px; }
  header[role="banner"][data-responsive="true"] nav[role="navigation"], header[role="banner"].responsive-overflow-active nav[role="navigation"] {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 1.3s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    -o-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 1.3s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    -webkit-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 1.3s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 1.3s, transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    position: fixed;
    top: 0px;
    left: -100%;
    box-shadow: 0 0 0 0 rgba(84, 88, 95, 0.6);
    z-index: 9999;
    width: 90%;
    height: calc( 100% + 60px );
    margin-left: 0;
    padding: 0rem;
    white-space: normal;
    color: #54585f;
    color: var(--color-base);
    background-color: #031320;
    background-color: var(--color-dark); }
    header[role="banner"][data-responsive="true"] nav[role="navigation"] a, header[role="banner"].responsive-overflow-active nav[role="navigation"] a {
      color: #54585f;
      color: var(--color-base); }
      header[role="banner"][data-responsive="true"] nav[role="navigation"] a:hover, header[role="banner"].responsive-overflow-active nav[role="navigation"] a:hover {
        color: #44cab8;
        color: var(--color-complementary); }
    header[role="banner"][data-responsive="true"] nav[role="navigation"] > ul, header[role="banner"].responsive-overflow-active nav[role="navigation"] > ul {
      position: relative;
      align-items: start;
      flex-flow: wrap column;
      margin: -10px;
      padding: 4rem 2rem 2rem 2rem;
      z-index: 20;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      -moz-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
      -o-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
      -webkit-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
      transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
      header[role="banner"][data-responsive="true"] nav[role="navigation"] > ul li, header[role="banner"].responsive-overflow-active nav[role="navigation"] > ul li {
        margin: 10px; }
      header[role="banner"][data-responsive="true"] nav[role="navigation"] > ul a, header[role="banner"].responsive-overflow-active nav[role="navigation"] > ul a {
        text-align: left; }
    header[role="banner"][data-responsive="true"] nav[role="navigation"]:before, header[role="banner"][data-responsive="true"] nav[role="navigation"]:after, header[role="banner"].responsive-overflow-active nav[role="navigation"]:before, header[role="banner"].responsive-overflow-active nav[role="navigation"]:after {
      content: "";
      position: absolute;
      top: 0;
      min-height: 100%; }
    header[role="banner"][data-responsive="true"] nav[role="navigation"]:before, header[role="banner"].responsive-overflow-active nav[role="navigation"]:before {
      background-color: #39a294;
      background-color: var(--color-primary);
      min-width: 97%;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      -moz-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
      -o-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
      -webkit-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
      transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s; }
    header[role="banner"][data-responsive="true"] nav[role="navigation"]:after, header[role="banner"].responsive-overflow-active nav[role="navigation"]:after {
      background-color: white;
      background-color: var(--color-primary-white);
      min-width: 94%;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      -moz-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
      -o-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
      -webkit-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
      transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
    header[role="banner"][data-responsive="true"] nav[role="navigation"].active, header[role="banner"].responsive-overflow-active nav[role="navigation"].active {
      left: 0;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
      -moz-transition: left 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
      -o-transition: left 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
      -webkit-transition: left 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
      transition: left 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
      box-shadow: 20px 0 40px 0 rgba(84, 88, 95, 0.6); }
      header[role="banner"][data-responsive="true"] nav[role="navigation"].active:before, header[role="banner"][data-responsive="true"] nav[role="navigation"].active:after, header[role="banner"].responsive-overflow-active nav[role="navigation"].active:before, header[role="banner"].responsive-overflow-active nav[role="navigation"].active:after {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%); }
      header[role="banner"][data-responsive="true"] nav[role="navigation"].active:before, header[role="banner"].responsive-overflow-active nav[role="navigation"].active:before {
        -moz-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
        -o-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
        -webkit-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
        transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s; }
      header[role="banner"][data-responsive="true"] nav[role="navigation"].active:after, header[role="banner"].responsive-overflow-active nav[role="navigation"].active:after {
        -moz-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
        -o-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
        -webkit-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
        transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.4s; }
      header[role="banner"][data-responsive="true"] nav[role="navigation"].active > button, header[role="banner"].responsive-overflow-active nav[role="navigation"].active > button {
        -webkit-transform: translateX(2rem);
        -moz-transform: translateX(2rem);
        -ms-transform: translateX(2rem);
        -o-transform: translateX(2rem);
        transform: translateX(2rem);
        -moz-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
        -o-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
        -webkit-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
        transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.6s; }
      header[role="banner"][data-responsive="true"] nav[role="navigation"].active ul, header[role="banner"].responsive-overflow-active nav[role="navigation"].active ul {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
        -moz-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
        -o-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
        -webkit-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
        transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.6s; }
      header[role="banner"][data-responsive="true"] nav[role="navigation"].active nav.social-menu, header[role="banner"].responsive-overflow-active nav[role="navigation"].active nav.social-menu {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
        -moz-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
        -o-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
        -webkit-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
        transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
        padding: 0 2rem; }

nav.social-menu {
  position: relative; }
  nav.social-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: -.5rem; }
    nav.social-menu ul li {
      flex: 0 1 auto;
      font-size: 20px;
      padding: .5rem; }
      nav.social-menu ul li a {
        color: #f5f6f9;
        color: var(--color-light); }

header[role="banner"] nav.social-menu {
  z-index: 22;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
  header[role="banner"] nav.social-menu ul {
    flex-wrap: wrap;
    justify-content: flex-start; }
    header[role="banner"] nav.social-menu ul li a {
      color: #54585f;
      color: var(--color-base); }

figure#_page-cover {
  width: 100%;
  min-height: 200px;
  position: relative;
  margin: 0;
  padding-top: 35px;
  padding-bottom: 25px;
  background-color: #031320;
  background-color: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: center; }
  figure#_page-cover img {
    z-index: 1;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    min-height: 100%;
    max-height: 200%;
    opacity: .5; }
  figure#_page-cover figcaption {
    flex: 1 1 auto;
    position: relative;
    z-index: 3;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding: 0 1rem;
    color: white;
    color: var(--color-primary-white);
    font-weight: bolder;
    text-transform: uppercase; }
    figure#_page-cover figcaption h1 {
      flex: 1 0 100%;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.9rem;
      text-align: center;
      margin-bottom: 0; }
      @media (min-width: 400px) {
        figure#_page-cover figcaption h1 {
          font-size: calc(1.9rem + 0.9 * (100vw - 400px) / 200); } }
      @media (min-width: 600px) {
        figure#_page-cover figcaption h1 {
          font-size: 2.8rem; } }
    figure#_page-cover figcaption p {
      font-weight: normal;
      margin: 0rem 0 .6rem 0; }
    figure#_page-cover figcaption a {
      flex: 1 1 auto; }
  figure#_page-cover.mini {
    justify-content: flex-start;
    padding-top: 58px; }
    figure#_page-cover.mini figcaption {
      padding: 0 0;
      justify-content: flex-start; }
      figure#_page-cover.mini figcaption h1 {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0; }

@media (min-width: 600px) {
  figure#_page-cover.mini figcaption {
    max-width: 500px; }
    figure#_page-cover.mini figcaption h1 {
      text-align: left !important;
      max-width: 600px; } }
@media (min-width: 400px) {
  figure#_page-cover figcaption a {
    flex: 0 1 auto; } }
body.page-template-template-landing figure#_page-cover {
  text-align: center; }
  body.page-template-template-landing figure#_page-cover figcaption::after {
    display: none; }

@supports (object-fit: cover) {
  figure#_page-cover img {
    top: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover; } }
body:not(.supports-grid) figure#_page-cover figcaption {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

footer[role="contentinfo"] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #020e17;
  background-color: var(--color-darkest);
  color: white;
  color: var(--color-primary-white);
  padding-top: .7rem;
  padding-bottom: .7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap; }
  footer[role="contentinfo"] > * {
    padding: .35rem; }
    footer[role="contentinfo"] > *:first-child {
      flex: 1 0 auto; }
    footer[role="contentinfo"] > *:nth-child(2) {
      flex: 0 1 auto; }
  footer[role="contentinfo"][data-responsive="true"] {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: .35rem;
    padding-bottom: .35rem;
    text-align: center; }

section#login-section {
  padding: .5rem 0;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  justify-content: space-around; }
  section#login-section h3 {
    margin: .5rem 2rem;
    flex: 0 0 auto;
    text-transform: uppercase; }
    section#login-section h3 small {
      display: block;
      font-weight: 500;
      font-size: 70%;
      text-transform: none; }
  section#login-section > a {
    display: block;
    margin: .5rem 2rem;
    flex: 0 0 auto;
    text-transform: uppercase;
    font-weight: bold; }
  section#login-section[data-responsive="true"] {
    justify-content: center;
    flex-flow: wrap column;
    white-space: normal;
    text-align: center; }

section.main-block {
  background-color: white;
  background-color: var(--color-primary-white);
  color: #54585f;
  color: var(--color-base); }
  section.main-block.primary {
    background-color: #39a294;
    background-color: var(--color-primary);
    color: white;
    color: var(--color-primary-white); }
  section.main-block.red {
    background-color: #ff4d4d;
    background-color: var(--color-notice-red);
    color: white;
    color: var(--color-primary-white); }
  section.main-block.dark {
    background-color: #031320;
    background-color: var(--color-dark);
    color: white;
    color: var(--color-primary-white); }
  section.main-block.gray {
    background-color: #eef2f6;
    background-color: var(--color-light-gray); }
  section.main-block .center {
    text-align: center; }
  section.main-block:not(#login-section) {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media (min-width: 600px) {
      section.main-block:not(#login-section) {
        padding-top: calc(3rem + 2 * (100vw - 600px) / 1);
        padding-bottom: calc(3rem + 2 * (100vw - 600px) / 1); } }
    @media (min-width: 601px) {
      section.main-block:not(#login-section) {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
  section.main-block > h3.big {
    margin-top: 0;
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-size: 1.7rem; }
    @media (min-width: 600px) {
      section.main-block > h3.big {
        margin-bottom: calc(3rem + 2 * (100vw - 600px) / 1); } }
    @media (min-width: 601px) {
      section.main-block > h3.big {
        margin-bottom: 5rem; } }
    @media (min-width: 500px) {
      section.main-block > h3.big {
        font-size: calc(1.7rem + 0.8 * (100vw - 500px) / 1); } }
    @media (min-width: 501px) {
      section.main-block > h3.big {
        font-size: 2.5rem; } }
    section.main-block > h3.big:after {
      left: calc( 50% - 20px ) !important; }
  section.main-block h1, section.main-block h2, section.main-block h3, section.main-block h4, section.main-block h5, section.main-block h6 {
    text-transform: uppercase; }

section#statistics ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap row;
  list-style-type: none;
  padding-left: 0;
  margin: 2rem 0 0 0; }
  section#statistics ul li {
    flex: 0 1 auto;
    margin: 1rem 3rem;
    display: flex;
    justify-content: center;
    line-height: 90%; }
    section#statistics ul li > i {
      flex: 0 1 auto;
      font-size: 42px;
      color: #39a294;
      color: var(--color-primary);
      margin: .5rem; }
    section#statistics ul li > h4 {
      flex: 1 0 auto;
      font-weight: bold;
      margin: .5rem;
      font-size: 1.6rem;
      line-height: 90%;
      text-align: center; }
      @media (min-width: 500px) {
        section#statistics ul li > h4 {
          font-size: calc(1.6rem + 0 * (100vw - 500px) / 1); } }
      @media (min-width: 501px) {
        section#statistics ul li > h4 {
          font-size: 1.6rem; } }
      section#statistics ul li > h4 small {
        display: block;
        font-weight: 500; }

div.lifterlms section#courses {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  width: calc( 100% - 2rem ); }

section#courses {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap column; }
  section#courses h2 {
    margin-top: 0;
    text-align: left; }
    section#courses h2:after {
      left: 0;
      bottom: -.5rem; }
  section#courses > .courses-information {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-flow: nowrap row;
    width: 100%; }
    section#courses > .courses-information > *:first-child {
      flex: 1 0 auto;
      font-size: 1.5rem; }
      @media (min-width: 600px) {
        section#courses > .courses-information > *:first-child {
          font-size: calc(1.5rem + 0 * (100vw - 600px) / 1); } }
      @media (min-width: 601px) {
        section#courses > .courses-information > *:first-child {
          font-size: 1.5rem; } }
      section#courses > .courses-information > *:first-child h2 {
        margin-bottom: .5rem; }
    section#courses > .courses-information > *:nth-child(2) {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-flow: nowrap row;
      flex: 0 1 auto; }
    section#courses > .courses-information[data-responsive="true"] {
      justify-content: center;
      align-items: center;
      flex-flow: wrap column; }
      section#courses > .courses-information[data-responsive="true"] h2:after {
        left: calc( 50% - 20px ) !important; }
      section#courses > .courses-information[data-responsive="true"] > *:nth-child(2) {
        display: none; }
  section#courses ol {
    padding-left: 0;
    list-style-type: none; }

[rel="tag"] {
  margin-left: .25rem; }

.modal {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -moz-transition: transform 0s linear 0.8s;
  -o-transition: transform 0s linear 0.8s;
  -webkit-transition: transform 0s linear 0.8s;
  transition: transform 0s linear 0.8s; }
  .modal.video .modal-content {
    width: 60%;
    height: 50%; }
  .modal.video .modal-content > iframe,
  .modal.video .modal-content > video,
  .modal.video .modal-content > object {
    width: 100%;
    height: 100%; }
  .modal:before, .modal:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%; }
  .modal:before {
    background-color: #44cab8;
    background-color: var(--color-complementary);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
    -o-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
    -webkit-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
    z-index: 1; }
  .modal > section.modal-content {
    position: absolute;
    left: 50%;
    top: 60%;
    z-index: 3;
    background-color: white;
    background-color: var(--color-primary-white);
    border-radius: 5px;
    padding: .5rem;
    -webkit-transform: translateX(-50%) translateY(-300%);
    -moz-transform: translateX(-50%) translateY(-300%);
    -ms-transform: translateX(-50%) translateY(-300%);
    -o-transform: translateX(-50%) translateY(-300%);
    transform: translateX(-50%) translateY(-300%);
    -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    opacity: 0; }
    .modal > section.modal-content > i.fa-times {
      position: absolute;
      top: 0rem;
      right: 0;
      color: #ff4d4d;
      color: var(--color-notice-red);
      cursor: pointer;
      font-size: 2rem; }
  .modal:after {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
  .modal:after {
    background-color: #031320;
    background-color: var(--color-dark);
    z-index: 2; }
  .modal.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: transform 0s linear 0s;
    -o-transition: transform 0s linear 0s;
    -webkit-transition: transform 0s linear 0s;
    transition: transform 0s linear 0s; }
    .modal.active:before {
      -moz-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
      -o-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
      -webkit-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
      transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); }
    .modal.active:after {
      -moz-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
      -o-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
      -webkit-transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
      transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
      -webkit-transform: translateY(-5%);
      -moz-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
      -o-transform: translateY(-5%);
      transform: translateY(-5%); }
    .modal.active > section.modal-content {
      -moz-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
      -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
      -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
      transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      opacity: 1; }

/*==================================================
                  [ LAYOUTS ]
==================================================*/
#llms-quiz-attempt-select {
  width: 100%;
  padding: .5rem 1rem;
  border: 2px solid #54585f;
  border-radius: 4px;
  text-align: center;
  font-weight: bold; }

html {
  height: 100%; }

body {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #eef2f6;
  background-color: var(--color-light-gray); }
  body.page-template-landing-page {
    background-color: white;
    background-color: var(--color-primary-white); }

header[role="banner"], figure#_page-cover.mini, footer[role="contentinfo"], section#login-section, section.main-block, .single-page-section, div.page-footer_widget-area {
  padding-left: 3vw;
  padding-right: 3vw;
  width: calc( 100% - 6vw ); }
  @media (min-width: 1399px) {
    header[role="banner"], figure#_page-cover.mini, footer[role="contentinfo"], section#login-section, section.main-block, .single-page-section, div.page-footer_widget-area {
      padding-left: calc(3vw + 7 * (100vw - 1399px) / 1);
      padding-right: calc(3vw + 7 * (100vw - 1399px) / 1); } }
  @media (min-width: 1400px) {
    header[role="banner"], figure#_page-cover.mini, footer[role="contentinfo"], section#login-section, section.main-block, .single-page-section, div.page-footer_widget-area {
      padding-left: 10vw;
      padding-right: 10vw; } }
  @media (min-width: 1399px) {
    header[role="banner"], figure#_page-cover.mini, footer[role="contentinfo"], section#login-section, section.main-block, .single-page-section, div.page-footer_widget-area {
      width: calc(calc( 100% - 6vw ) + calc( 100% - 20vw )-calc( 100% - 6vw ) * (100vw - 1399px) / 1); } }
  @media (min-width: 1400px) {
    header[role="banner"], figure#_page-cover.mini, footer[role="contentinfo"], section#login-section, section.main-block, .single-page-section, div.page-footer_widget-area {
      width: calc( 100% - 20vw ); } }

img:not(.custom-logo) {
  max-width: 100%;
  height: auto; }

section.main-block > h3.big, section#courses > .courses-information > *:first-child h2, body.page-template-template-landing main[role="main"] h2 {
  position: relative; }
  section.main-block > h3.big::after, section#courses > .courses-information > *:first-child h2::after, body.page-template-template-landing main[role="main"] h2::after {
    content: "";
    position: absolute;
    bottom: -.25rem;
    left: 2px;
    height: 4px;
    min-width: 40px;
    background-color: #44cab8;
    background-color: var(--color-complementary); }

body.page-template-template-landing {
  background-color: white;
  background-color: var(--color-primary-white); }
  body.page-template-template-landing main[role="main"] section:first-child {
    max-width: 700px;
    margin: 0 auto;
    color: #54585f;
    color: var(--color-base); }
    body.page-template-template-landing main[role="main"] section:first-child h2 {
      margin-top: 0; }
  body.page-template-template-landing main[role="main"] h2 {
    font-size: 2rem;
    text-align: center; }
    @media (min-width: 600px) {
      body.page-template-template-landing main[role="main"] h2 {
        font-size: calc(2rem + 0.5 * (100vw - 600px) / 1); } }
    @media (min-width: 601px) {
      body.page-template-template-landing main[role="main"] h2 {
        font-size: 2.5rem; } }
    body.page-template-template-landing main[role="main"] h2::after {
      left: calc( 50% - 20px ); }
  body.page-template-template-landing main[role="main"] p {
    font-size: 1rem;
    font-weight: 500;
    text-align: center; }
    @media (min-width: 600px) {
      body.page-template-template-landing main[role="main"] p {
        font-size: calc(1rem + 0.1 * (100vw - 600px) / 1); } }
    @media (min-width: 601px) {
      body.page-template-template-landing main[role="main"] p {
        font-size: 1.1rem; } }

.single-page-section {
  position: relative;
  top: -40px;
  z-index: 100;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: center; }
  .single-page-section .post-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-flow: column wrap;
    flex: 1 1 70%; }
    .single-page-section .post-content > *:not(:last-child) {
      margin-bottom: 1rem; }
  .single-page-section .post-item {
    box-sizing: border-box;
    background-color: white;
    background-color: var(--color-primary-white);
    padding: 2rem;
    box-shadow: 0 5px 4px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    z-index: 2; }
    .single-page-section .post-item > *:last-child {
      margin-bottom: 0; }
    .single-page-section .post-item > *:first-child {
      margin-top: 0; }
    .single-page-section .post-item .wp-video, .single-page-section .post-item iframe, .single-page-section .post-item video, .single-page-section .post-item object {
      width: 100% !important; }
    .single-page-section .post-item p {
      text-align: justify; }
    .single-page-section .post-item.lesson-list header h2 {
      margin: 0; }
  .single-page-section aside[role="complementary"] {
    flex: 1 1 25%;
    background-color: #f5f6f9;
    background-color: var(--color-light);
    min-width: 340px;
    max-width: 360px; }
    .single-page-section aside[role="complementary"] ul {
      list-style-type: none; }

.full-title {
  text-transform: uppercase; }

.small-course-items {
  display: flex;
  flex-flow: wrap row;
  align-items: stretch;
  justify-content: space-between;
  margin: -.5rem -.5rem .5rem -.5rem;
  list-style-type: none;
  padding-left: 0; }
  .small-course-items > li {
    flex: 1 1 auto;
    min-width: 400px;
    margin: .5rem; }
    .small-course-items > li figure {
      margin: 0;
      position: relative;
      height: 300px;
      overflow: hidden;
      background-color: #031320;
      background-color: var(--color-dark); }
      .small-course-items > li figure > img {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        -moz-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
      .small-course-items > li figure figcaption {
        z-index: 2;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1rem;
        margin: 0; }
        .small-course-items > li figure figcaption h3 {
          text-transform: uppercase;
          font-weight: bolder;
          font-size: 1.4rem;
          color: white;
          color: var(--color-primary-white); }
        .small-course-items > li figure figcaption p, .small-course-items > li figure figcaption h3 {
          margin: .25rem 0; }
        .small-course-items > li figure figcaption p {
          color: #dbdbdb; }
      .small-course-items > li figure::after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        box-shadow: inset 0 -70px 36px -20px rgba(0, 0, 0, 0.7); }

.small-course-wrapper > h2 {
  margin-bottom: 0; }
.small-course-wrapper > h2, .small-course-wrapper > p {
  margin-top: 0; }

@media (max-width: 450px) {
  .small-course-items {
    margin: 0; }
    .small-course-items > li {
      margin: 0 0 1rem 0;
      min-width: 100%; }

  article.post-item {
    padding: 1rem !important; }

  .small-course-wrapper {
    text-align: center; } }
body ol#post-holder > li {
  background-color: white;
  background-color: var(--color-primary-white);
  box-shadow: 0 6px 8px 3px rgba(0, 0, 0, 0.1); }
  body ol#post-holder > li:hover figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  body ol#post-holder > li figure {
    overflow: hidden;
    position: relative;
    margin: 0; }
    body ol#post-holder > li figure img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      -moz-transition: transform 0.25s ease-in-out;
      -o-transition: transform 0.25s ease-in-out;
      -webkit-transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out; }
  body ol#post-holder > li > div > h4, body ol#post-holder > li > div > p {
    margin: 0; }
  body ol#post-holder > li > div > h4 {
    font-weight: bolder;
    padding: 10px 20px 0px 20px;
    font-size: 1.15rem; }
  body ol#post-holder > li > div > p {
    text-align: justify;
    overflow: hidden;
    font-weight: 500;
    padding: 0 20px; }
  body ol#post-holder > li > div aside {
    padding: 10px 18px 10px 20px;
    background-color: #f5f6f9;
    background-color: var(--color-light); }
    body ol#post-holder > li > div aside ul {
      list-style-type: none;
      padding-left: 0;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-flow: wrap row;
      margin: -.5rem; }
      body ol#post-holder > li > div aside ul li {
        margin: .5rem; }
      body ol#post-holder > li > div aside ul i {
        margin-right: .25rem;
        color: #54585f;
        color: var(--color-base);
        opacity: .7; }

body:not(.supports-grid) ol#post-holder {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-flow: wrap row;
  width: 100%;
  margin: -.5rem; }
  body:not(.supports-grid) ol#post-holder > li {
    flex: 1 1 auto;
    max-width: 550px;
    display: flex;
    overflow: hidden;
    margin: .5rem; }
    body:not(.supports-grid) ol#post-holder > li figure {
      flex: 1 1 auto;
      max-width: 200px;
      min-width: 200px; }
    body:not(.supports-grid) ol#post-holder > li > div {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      width: 100%; }
    body:not(.supports-grid) ol#post-holder > li aside {
      display: flex;
      justify-content: space-between; }

body.supports-grid ol#post-holder {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  align-items: stretch;
  justify-content: start;
  width: 100%; }
  body.supports-grid ol#post-holder > li {
    display: grid;
    grid-template-columns: minmax(100px, 200px) minmax(350px, 2fr);
    min-height: 200px;
    grid-auto-flow: column;
    overflow: hidden;
    background-color: white;
    background-color: var(--color-primary-white);
    box-shadow: 0 6px 8px 3px rgba(0, 0, 0, 0.1); }
    body.supports-grid ol#post-holder > li:hover figure img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    body.supports-grid ol#post-holder > li figure {
      overflow: hidden;
      position: relative;
      margin: 0; }
      body.supports-grid ol#post-holder > li figure img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        -moz-transition: transform 0.25s ease-in-out;
        -o-transition: transform 0.25s ease-in-out;
        -webkit-transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out; }
    body.supports-grid ol#post-holder > li > div {
      display: grid;
      grid-gap: 15px;
      grid-template-columns: 1fr;
      overflow: hidden;
      align-items: start; }
      body.supports-grid ol#post-holder > li > div > h4, body.supports-grid ol#post-holder > li > div > p {
        margin: 0; }
      body.supports-grid ol#post-holder > li > div > h4 {
        font-weight: bolder;
        padding: 10px 20px 0px 20px;
        font-size: 1.15rem; }
      body.supports-grid ol#post-holder > li > div > p {
        text-align: justify;
        overflow: hidden;
        font-weight: 500;
        padding: 0 20px; }
      body.supports-grid ol#post-holder > li > div aside {
        padding: 10px 18px 10px 20px;
        background-color: #f5f6f9;
        background-color: var(--color-light);
        align-self: end;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-gap: 20px;
        align-items: center;
        justify-content: space-between; }
        body.supports-grid ol#post-holder > li > div aside ul {
          list-style-type: none;
          padding-left: 0;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          flex-flow: wrap row;
          margin: -.5rem; }
          body.supports-grid ol#post-holder > li > div aside ul li {
            margin: .5rem; }
          body.supports-grid ol#post-holder > li > div aside ul i {
            margin-right: .25rem;
            color: #54585f;
            color: var(--color-base);
            opacity: .7; }

section#courses .post-right-holder .tag-button:first-child {
  opacity: 1;
  color: #39a294;
  color: var(--color-primary); }
section#courses .post-right-holder .tag-button:last-child {
  opacity: .5;
  color: #54585f;
  color: var(--color-base); }
section#courses.active .post-right-holder .tag-button:first-child {
  opacity: .5;
  color: #54585f;
  color: var(--color-base); }
section#courses.active .post-right-holder .tag-button:last-child {
  opacity: 1;
  color: #39a294;
  color: var(--color-primary); }

body.supports-grid section#courses.active ol#post-holder {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  align-items: stretch;
  justify-content: start; }
  body.supports-grid section#courses.active ol#post-holder > li {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(150px, 200px) auto;
    grid-auto-flow: column;
    grid-gap: 10px; }
    body.supports-grid section#courses.active ol#post-holder > li > div h4 {
      padding-top: 0; }
    body.supports-grid section#courses.active ol#post-holder > li > div aside {
      grid-gap: 0;
      grid-template-columns: auto;
      justify-content: center; }
      body.supports-grid section#courses.active ol#post-holder > li > div aside ul {
        justify-content: center; }
        body.supports-grid section#courses.active ol#post-holder > li > div aside ul li {
          margin: 1rem;
          display: block; }

body:not(.supports-grid) section#courses.active ol#post-holder > li {
  flex-direction: column;
  max-width: 600px;
  display: flex;
  overflow: hidden; }
  body:not(.supports-grid) section#courses.active ol#post-holder > li figure {
    flex: 1 1 auto;
    max-width: 100%;
    min-width: 100%; }
    body:not(.supports-grid) section#courses.active ol#post-holder > li figure img {
      position: relative; }

@media (max-width: 700px) {
  aside .post-right-holder {
    display: none !important; }

  body.supports-grid ol#post-holder {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    align-items: stretch;
    justify-content: start; }
    body.supports-grid ol#post-holder > li {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: minmax(170px, 200px) auto;
      grid-auto-flow: column;
      grid-gap: 10px; }
      body.supports-grid ol#post-holder > li > div h4 {
        padding-top: 0; }
      body.supports-grid ol#post-holder > li > div aside {
        grid-gap: 0;
        grid-template-columns: auto;
        justify-content: center; }
        body.supports-grid ol#post-holder > li > div aside ul {
          justify-content: center; }
          body.supports-grid ol#post-holder > li > div aside ul li {
            margin: 1rem;
            display: block; }

  body:not(.supports-grid) ol#post-holder > li {
    flex-direction: column;
    max-width: 600px;
    display: flex;
    overflow: hidden; }
    body:not(.supports-grid) ol#post-holder > li figure {
      flex: 1 1 auto;
      max-width: 100%;
      min-width: 100%; }
      body:not(.supports-grid) ol#post-holder > li figure img {
        position: relative; } }
@media (max-width: 350px) {
  body.supports-grid ol#post-holder {
    grid-template-columns: 1fr; } }
.single-page-section .lesson-list figure {
  margin: 0;
  margin-top: 1.5rem; }
  .single-page-section .lesson-list figure figcaption {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    color: #031320;
    color: var(--color-dark); }
    .single-page-section .lesson-list figure figcaption.aligncenter, .single-page-section .lesson-list figure figcaption.alignleft {
      color: #54585f;
      color: var(--color-base);
      font-weight: 600;
      font-size: 1rem;
      text-align: center; }
      .single-page-section .lesson-list figure figcaption.aligncenter i.far, .single-page-section .lesson-list figure figcaption.alignleft i.far {
        color: #ff4d4d;
        color: var(--color-notice-red);
        padding-right: .5rem; }
.single-page-section .lesson-list ul, .single-page-section .lesson-list ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .single-page-section .lesson-list ul li h3, .single-page-section .lesson-list ol li h3 {
    font-weight: 500;
    font-size: 1rem;
    margin: .5rem 0;
    padding: 0 .5rem; }
  .single-page-section .lesson-list ul li span, .single-page-section .lesson-list ol li span {
    font-size: .9rem;
    font-weight: 600;
    color: #39a294;
    color: var(--color-primary);
    padding-left: .5rem; }
    .single-page-section .lesson-list ul li span.restricted, .single-page-section .lesson-list ol li span.restricted {
      color: #54585f;
      color: var(--color-base);
      padding-left: 0; }
      .single-page-section .lesson-list ul li span.restricted i.fa-exclamation, .single-page-section .lesson-list ol li span.restricted i.fa-exclamation {
        color: #ff4d4d;
        color: var(--color-notice-red);
        padding-right: .5rem; }
.single-page-section .lesson-list header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .single-page-section .lesson-list header h3 {
    flex: 1 1 auto;
    margin-top: 0;
    margin-bottom: 0; }
  .single-page-section .lesson-list header > h2 {
    flex: 1 1 100%;
    padding-bottom: 1rem;
    text-align: center; }
  .single-page-section .lesson-list header aside {
    flex: 1 1 auto;
    text-align: right; }
    .single-page-section .lesson-list header aside ul {
      list-style-type: none;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: wrap row;
      margin: -.25rem -.5rem;
      padding-left: 0; }
      .single-page-section .lesson-list header aside ul li {
        flex: 0 1 auto;
        color: #54585f;
        color: var(--color-base);
        margin: .25rem .5rem; }
.single-page-section .lesson-list > header {
  flex-flow: wrap row; }
.single-page-section header i.fa-check {
  color: #44cab8;
  color: var(--color-complementary); }
.single-page-section header i.fa-times {
  color: #031320;
  color: var(--color-dark); }
.single-page-section header i.fa-lock {
  color: #ff4d4d;
  color: var(--color-notice-red); }

@media (min-width: 620px) {
  .single-page-section .lesson-list header h2 {
    flex: 1 1 auto;
    padding-bottom: 0;
    text-align: left; }
  .single-page-section .lesson-list header aside ul {
    justify-content: flex-end;
    padding-left: 1rem; } }
aside[role="complementary"] {
  box-shadow: 0 5px 4px 0px rgba(0, 0, 0, 0.07), inset 10px 0 30px 0 rgba(0, 0, 0, 0.07); }

aside ul.course-sidebar {
  position: relative;
  z-index: 1000; }
  aside ul.course-sidebar ul {
    padding: 0; }
    aside ul.course-sidebar ul li {
      display: flex;
      flex-flow: wrap row;
      align-items: center;
      justify-content: space-between; }
    aside ul.course-sidebar ul span {
      color: #39a294;
      color: var(--color-primary);
      font-weight: bold; }
  aside ul.course-sidebar li.course-instructor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap row;
    margin-bottom: 1rem; }
    aside ul.course-sidebar li.course-instructor img {
      flex: 0 1 auto;
      border-radius: 50%; }
    aside ul.course-sidebar li.course-instructor header {
      flex: 1 1 auto;
      margin-left: 1rem;
      padding-top: .25rem; }
      aside ul.course-sidebar li.course-instructor header h4 {
        margin: 0; }
  aside ul.course-sidebar h4 {
    text-transform: uppercase;
    color: #54585f;
    color: var(--color-base);
    margin-bottom: .5rem; }
  aside ul.course-sidebar .button {
    width: 100%;
    margin: 0 0; }
  aside ul.course-sidebar li.course-progress > div {
    position: relative;
    background-color: #54585f;
    background-color: var(--color-base);
    padding: .25rem 1rem; }
    aside ul.course-sidebar li.course-progress > div > div {
      background-color: #44cab8;
      background-color: var(--color-complementary);
      position: absolute;
      left: 0;
      top: 0;
      height: 100%; }
      aside ul.course-sidebar li.course-progress > div > div:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        background-color: rgba(255, 255, 255, 0.1);
        -webkit-animation: progress-pulse 2s ease-in-out infinite forwards;
        -moz-animation: progress-pulse 2s ease-in-out infinite forwards;
        -ms-animation: progress-pulse 2s ease-in-out infinite forwards;
        -o-animation: progress-pulse 2s ease-in-out infinite forwards;
        animation: progress-pulse 2s ease-in-out infinite forwards; }
    aside ul.course-sidebar li.course-progress > div > span {
      display: block;
      position: relative;
      z-index: 2;
      text-align: center;
      color: white;
      color: var(--color-primary-white);
      font-weight: 700; }
  aside ul.course-sidebar .features > div span {
    color: #39a294;
    color: var(--color-primary);
    font-weight: 600; }
  aside ul.course-sidebar div.file-list > a {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    color: #54585f;
    color: var(--color-base); }
    aside ul.course-sidebar div.file-list > a:not(:last-child) {
      margin-bottom: .5rem; }
    aside ul.course-sidebar div.file-list > a > h5 {
      margin: 0;
      flex: 1 1 auto;
      text-align: left;
      padding: 0 .5rem;
      position: relative;
      top: 1px;
      font-weight: 600;
      text-transform: uppercase; }
    aside ul.course-sidebar div.file-list > a > i:first-child {
      flex: 0 1 auto;
      width: 16px; }
    aside ul.course-sidebar div.file-list > a > i:last-child {
      flex: 0 1 auto;
      color: #44cab8;
      color: var(--color-complementary); }

@-webkit-keyframes progress-pulse {
  0% {
    width: 0%;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }
@-moz-keyframes progress-pulse {
  0% {
    width: 0%;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }
@-ms-keyframes progress-pulse {
  0% {
    width: 0%;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }
@-o-keyframes progress-pulse {
  0% {
    width: 0%;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }
@keyframes progress-pulse {
  0% {
    width: 0%;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }
.single-llms_quiz .llms-quiz-attempt-results {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question {
  background: #efefef;
  margin: 0 0 10px;
  position: relative; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer {
  color: inherit;
  display: block;
  padding: 10px 35px 10px 10px;
  text-decoration: none; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:before, .single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after {
  content: " ";
  display: table; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer:after {
  clear: both; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct, .single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect {
  background: rgba(255, 146, 43, 0.2); }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct .llms-status-icon, .single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect .llms-status-icon {
  background-color: #ff922b; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct {
  padding: .5rem;
  background: rgba(131, 195, 115, 0.2); }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon {
  background-color: #83c373; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect {
  padding: .5rem;
  background: rgba(229, 85, 78, 0.2); }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon {
  background-color: #e5554e; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title {
  margin: 0;
  line-height: 1; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points {
  float: right;
  line-height: 1; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip {
  position: absolute;
  right: -12px;
  top: -2px; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon {
  color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main {
  display: none;
  padding: 0 10px 10px; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label {
  font-weight: 700;
  margin-bottom: 10px; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers {
  margin: 0;
  padding: 0; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer {
  padding: 0;
  margin: 0 0 0 30px; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer:only-child {
  list-style-type: none;
  margin-left: 0; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img {
  height: auto;
  max-width: 200px; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  padding-top: 20px; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers, .single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer, .single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 5px; }

.single-llms_quiz .llms-return {
  margin-bottom: 10px; }

.single-llms_quiz .llms-quiz-results:before, .single-llms_quiz .llms-quiz-results:after {
  content: " ";
  display: table; }

.single-llms_quiz .llms-quiz-results:after {
  clear: both; }

.single-llms_quiz .llms-quiz-results .llms-donut.passing {
  color: #83c373; }

.single-llms_quiz .llms-quiz-results .llms-donut.passing svg path {
  stroke: #83c373; }

.single-llms_quiz .llms-quiz-results .llms-donut.pending {
  color: #555; }

.single-llms_quiz .llms-quiz-results .llms-donut.pending svg path {
  stroke: #555; }

.single-llms_quiz .llms-quiz-results .llms-donut.failing {
  color: #e5554e; }

.single-llms_quiz .llms-quiz-results .llms-donut.failing svg path {
  stroke: #e5554e; }

.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside,
.single-llms_quiz .llms-quiz-results .llms-quiz-results-main,
.single-llms_quiz .llms-quiz-results .llms-quiz-results-history {
  margin-bottom: 20px; }

.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside {
  float: left;
  width: 220px; }

.single-llms_quiz .llms-quiz-results .llms-quiz-results-main,
.single-llms_quiz .llms-quiz-results .llms-quiz-results-history {
  float: left;
  width: calc( 100% - 300px); }

.single-llms_quiz ul.llms-quiz-meta-info,
.single-llms_quiz ul.llms-quiz-meta-info li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.single-llms_quiz ul.llms-quiz-meta-info {
  margin-bottom: 10px; }

.single-llms_quiz .llms-quiz-buttons {
  margin-top: 10px;
  text-align: left; }

.single-llms_quiz .llms-quiz-buttons form {
  display: inline-block; }

.llms-quiz-question-wrapper {
  min-height: 140px;
  position: relative; }

.llms-quiz-question-wrapper .llms-quiz-loading {
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1; }

.llms-quiz-ui {
  background: #fcfcfc;
  padding: 20px;
  position: relative; }

.llms-quiz-ui .llms-quiz-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px; }

.llms-quiz-ui .llms-progress {
  background-color: #f1f2f1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 8px;
  margin: 0;
  overflow: hidden; }

.llms-quiz-ui .llms-progress .progress-bar-complete {
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
  width: 0; }

.llms-quiz-ui .llms-error {
  background: #e5554e;
  border-radius: 4px;
  color: #fff;
  margin: 10px 0;
  padding: 10px; }

.llms-quiz-ui .llms-error:before, .llms-quiz-ui .llms-error:after {
  content: " ";
  display: table; }

.llms-quiz-ui .llms-error:after {
  clear: both; }

.llms-quiz-ui .llms-error a {
  color: rgba(255, 255, 255, 0.6);
  float: right;
  font-size: 22px;
  line-height: 1;
  text-decoration: none; }

.llms-quiz-ui .llms-quiz-counter {
  display: none;
  color: #6a6a6a;
  float: right;
  font-size: 18px; }

.llms-quiz-ui .llms-quiz-counter .llms-sep {
  margin: 0 5px; }

.llms-quiz-ui .llms-quiz-nav {
  margin-top: 20px; }

.llms-quiz-ui .llms-quiz-nav button {
  margin: 0 10px 0 0; }

.llms-question-wrapper .llms-question-text {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px; }

.llms-question-wrapper ol.llms-question-choices {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: flex-start; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice:last-child {
  border-bottom: none; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture {
  border-bottom: none; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture label {
  padding: 0; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-marker {
  bottom: 10px;
  margin: 0;
  position: absolute;
  right: 10px; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image {
  margin: 2px;
  padding: 20px;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture .llms-choice-image img {
  display: block;
  width: 100%; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice.type--picture input:checked ~ .llms-choice-image {
  background: #efefef; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice input {
  display: none;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice label {
  margin: 0;
  padding: 10px 20px;
  position: relative; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice label:hover .llms-marker:not(.type--lister) .iterator {
  display: none; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice label:hover .llms-marker:not(.type--lister) .fa {
  display: inline; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker {
  background: #f0f0f0;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: middle;
  width: 40px; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker .fa {
  display: none; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--lister, .llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--checkbox {
  border-radius: 4px; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-marker.type--radio {
  border-radius: 50%; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked + .llms-marker {
  background: #ef476f;
  color: #fff; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked + .llms-marker .iterator {
  display: none; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked + .llms-marker .fa {
  display: inline; }

.llms-question-wrapper ol.llms-question-choices li.llms-choice .llms-choice-text {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
  vertical-align: middle;
  margin: 0; }

aside iframe, aside video {
  max-width: 100%; }
aside[role="complementary"] > ul {
  padding: 1rem 2rem 1rem 2rem;
  margin: 0rem 0; }
  aside[role="complementary"] > ul > li:not(:last-child) {
    margin-bottom: 1rem; }
  aside[role="complementary"] > ul > li:last-child {
    margin-bottom: 0 !important; }
  aside[role="complementary"] > ul > li:first-child h4 {
    margin-top: 0; }
  aside[role="complementary"] > ul li p {
    margin-top: 0; }
  aside[role="complementary"] > ul li > *:not(:last-child):not(img) {
    margin-bottom: .5rem; }
aside[role="complementary"] .button {
  text-align: center;
  padding-left: 2rem !important;
  padding-right: 2rem !important; }
  aside[role="complementary"] .button.complementary.base.left {
    text-align: right !important; }
  aside[role="complementary"] .button.complementary.base.right {
    text-align: left !important; }
aside[role="complementary"] p {
  text-align: justify;
  font-weight: 500;
  font-size: .94rem; }

div.page-footer_widget-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: wrap row;
  line-height: 150%;
  background-color: #020e17;
  background-color: var(--color-darkest);
  color: white;
  color: var(--color-primary-white); }
  div.page-footer_widget-area p {
    text-align: justify; }
  div.page-footer_widget-area .recentcomments a {
    color: #1c6194; }
    div.page-footer_widget-area .recentcomments a:before {
      display: none; }
  div.page-footer_widget-area ul {
    list-style-type: none;
    padding-left: 0; }
  div.page-footer_widget-area > li {
    overflow: hidden;
    flex: 0 0 auto;
    list-style-type: none;
    padding: 2rem; }
    div.page-footer_widget-area > li > * {
      max-width: 100%; }
    div.page-footer_widget-area > li a {
      display: block;
      color: #f5f6f9;
      color: var(--color-light);
      -moz-transition: color 0.25s ease;
      -o-transition: color 0.25s ease;
      -webkit-transition: color 0.25s ease;
      transition: color 0.25s ease; }
      div.page-footer_widget-area > li a:hover {
        color: #39a294;
        color: var(--color-primary); }
  div.page-footer_widget-area ul > li a:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 1rem;
    color: #39a294;
    color: var(--color-primary);
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  div.page-footer_widget-area ul > li a:hover:before {
    color: white;
    color: var(--color-primary-white);
    -webkit-transform: scaleX( -1 );
    -moz-transform: scaleX( -1 );
    -ms-transform: scaleX( -1 );
    -o-transform: scaleX( -1 );
    transform: scaleX( -1 ); }
  div.page-footer_widget-area ul > li:not(:last-child) a {
    padding-bottom: 1rem; }
  div.page-footer_widget-area ul > li li > a:before {
    display: none !important; }
  div.page-footer_widget-area h2 {
    color: #39a294;
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1rem; }

@media screen and (max-width: 1000px) {
  div.page-footer_widget-area > li {
    flex-grow: 0;
    flex-basis: 50%; } }
@media screen and (max-width: 550px) {
  div.page-footer_widget-area {
    justify-content: center; }
    div.page-footer_widget-area > li {
      width: 100%;
      flex-grow: 1;
      flex-basis: 100%;
      text-align: center;
      padding-bottom: 1rem;
      padding-top: 1rem; }
      div.page-footer_widget-area > li a:before {
        display: none !important; }
    div.page-footer_widget-area p {
      text-align: center; } }
@media screen and (max-width: 730px) {
  div.page-footer_widget-area {
    justify-content: center; }
    div.page-footer_widget-area > li {
      font-size: .9rem; } }
@media screen and (max-width: 400px) {
  div.page-footer_widget-area > li h2 {
    text-align: center; }

  padding: 1rem .75rem 1.5rem .75rem; }
@media screen and (max-width: 1429px) {
  div.page-footer_widget-area {
    justify-content: center; }
    div.page-footer_widget-area > li {
      flex-grow: 1; } }

/*# sourceMappingURL=style.css.map */
