@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  /* 1 */
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*
* Contains the variables used in styles.scss
* This is where the values should be changed.
*/
/* VARIABLES */
/*
* Contains the variables used in styles.scss
* This is where the values should be changed.
*/
/* LOGO */
/* BACKGROUND */
/*$smd_background_pattern_url: 'images/main-pattern.png';*/
/*$smd_background_color*/
/* COLORS 
* $primary-color
	* Main Menu backgrounds
	* Main Menu Active Item
	* Footer background
	* Lesson Page Sidebar Menu Item Hover background
* $secondary-color 
	* Secondary Menu Item background
	* Button backgrounds
	* Borders
	* Lesson Page Sidebar Menu Item background
	* Progress Bar
* $tertiary-color
	* Secondary Menu Row background
	* Widget Row background
*/
/*$smd_primary_color: #D8AB4E;
$smd_secondary_color: #3A3B39;
$smd_tertiary_color: #2A9D8F;
$smd_text_color: #414141;*/
/* FONTS 
* $header-font 
	* Header texts
	* Section texts
* $subheader-font
	* Subheader text
	* Menu texts
	* Footer texts
* $paragraph-font
	* Paragraphs
	* Button texts
*/
/*$smd_header_font: 'Parisienne';
$smd_subheader_font: 'Montserrat';
$smd_paragraph_font: 'Montserrat';*/
/* LOGO */
/* FONT SIZES */
/* FONT WEIGHTS */
/* PADDINGS AND MARGINGS */
/* BUTTONS */
/* BREAKPOINTS */
/* BACKGROUNDS */
/*$smd_pattern: 'show';*/
/*$smd_background_color: #eeeae6 */
/* Wordpress/Headway OVERRIDES */
/* This file includes the overrides for Wordpress/Beaver Builder/Gamitechation stylesheet */
.fl-page-content {
  background: none !important;
}
.container p {
  padding: 0;
}
body.forum-template-default {
  font-family: Inter, sans-serif;
}
body.forum-template-default .fl-content-full {
  background: #FFF;
  padding: 20px 40px;
}
body.forum-template-default div.bbp-template-notice p {
  font-size: 14px;
}
#bbpress-forums {
  font-size: 14px;
}
#bbpress-forums div.bbp-breadcrumb, #bbpress-forums div.bbp-topic-tags, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
  font-size: 14px;
}
#bbpress-forums div.bbp-search-form, #bbpress-forums div.bbp-breadcrumb {
  margin-bottom: 20px;
}
#bbpress-forums .bbp-forums {
  margin-top: 20px;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
  padding: 10px;
  background: #114B5F;
  color: white !important;
}
/* CHECKLIST */
/* CHECKLIST PAGE */
.smd_checklist_wrapper {
  text-align: center;
}
.smd_checklist_wrapper h3 {
  border-bottom: 2px solid;
  padding-bottom: 20px;
  text-align: left;
}
.smd_checklist_wrapper .smd_list + h3, .smd_checklist_wrapper #main_setup {
  margin-top: 40px;
}
.smd_checklist_wrapper .hide_main_setup {
  display: none;
}
.smd_checklist_wrapper .smd_list {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px 30px 20px 10px;
  margin: 10px;
  display: inline-block;
  width: calc(50% - 30px);
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .smd_checklist_wrapper .smd_list {
    width: 90%;
  }
}
.smd_checklist_wrapper .smd_list p {
  margin: 0;
}
.smd_checklist_wrapper .smd_list .smd_list_check {
  position: absolute;
  right: 20px;
  top: 20px;
}
/* MAIN SECTIONS */
html {
  min-height: 100%;
}
body, body.fl-builder {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 140%;
  color: #000000;
  background: url(https) #114b5f !important;
  background-repeat: repeat !important;
  background-attachment: fixed !important;
}
body p, body.fl-builder p {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 140%;
  color: #000000;
}
@media screen and (max-width: 960px) {
  body p, body.fl-builder p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body p, body.fl-builder p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  body p, body.fl-builder p {
    font-size: 14px;
  }
}
body a, body .fl-page a, body.fl-builder a, body.fl-builder .fl-page a {
  color: #e53462;
  text-decoration: none;
  font-family: Inter;
  line-height: 140%;
}
body a:hover, body .fl-page a:hover, body.fl-builder a:hover, body.fl-builder .fl-page a:hover {
  color: rgba(229, 52, 98, 0.8);
}
body table, body.fl-builder table {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
}
body table th, body.fl-builder table th {
  background: #e53462;
  color: white !important;
  font-weight: 700 !important;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 7px !important;
}
body table tr.accessally-view-purchase-main-content-row + tr.accessally-view-purchase-main-content-row, body.fl-builder table tr.accessally-view-purchase-main-content-row + tr.accessally-view-purchase-main-content-row {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.03);
}
body table tr.accessally-view-purchase-main-content-row td, body.fl-builder table tr.accessally-view-purchase-main-content-row td {
  color: #000000;
}
.fl-page .fl-post {
  margin-bottom: 0;
}
h1, .fl-page h1 {
  font-family: Museo, serif;
  color: #114B5F;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  h1, .fl-page h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  h1, .fl-page h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  h1, .fl-page h1 {
    font-size: 26px;
  }
}
.fl-module-heading h1.fl-heading {
  border: none;
  padding-bottom: 0;
}
.fl-module-heading h1.fl-heading .fl-heading-text {
  font-family: Museo, serif;
  color: #114B5F;
}
@media screen and (max-width: 960px) {
  .fl-module-heading h1.fl-heading .fl-heading-text {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .fl-module-heading h1.fl-heading .fl-heading-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .fl-module-heading h1.fl-heading .fl-heading-text {
    font-size: 26px;
  }
}
.fl-module-heading.smd-leson-content-header h1.fl-heading {
  border: none;
  padding-bottom: 0;
}
.fl-module-heading.smd-leson-content-header h1.fl-heading .fl-heading-text {
  font-family: Museo, serif;
  color: #114B5F;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .fl-module-heading.smd-leson-content-header h1.fl-heading .fl-heading-text {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .fl-module-heading.smd-leson-content-header h1.fl-heading .fl-heading-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .fl-module-heading.smd-leson-content-header h1.fl-heading .fl-heading-text {
    font-size: 18px;
  }
}
.fl-module-heading.smd-header-sec h1.fl-heading .fl-heading-text {
  color: #ffffff;
}
h2, h3, h4, h5, h6, .fl-page h2, .fl-page h3, .fl-page h4, .fl-page h5, .fl-page h6 {
  color: #114B5F;
  font-family: Museo, sans-serif;
}
input, textarea, select {
  color: #000000;
  font-size: 14px;
  font-family: Inter;
}
.fl-page input[type="text"], .fl-page input[type="email"], .fl-page input[type="password"], .fl-page select, .fl-page textarea {
  border: 1px solid gray;
  color: #000;
  padding: 10px;
  height: auto;
  font-size: 16px;
  line-height: 1.4em;
  color: #000000;
  font-size: 14px;
  font-family: Inter;
}
.fl-page button, .fl-page input[type=button], .fl-page input[type=submit], .fl-button {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 8px 18px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fl-page button .fl-button-text, .fl-page button .fl-button-icon, .fl-page input[type=button] .fl-button-text, .fl-page input[type=button] .fl-button-icon, .fl-page input[type=submit] .fl-button-text, .fl-page input[type=submit] .fl-button-icon, .fl-button .fl-button-text, .fl-button .fl-button-icon {
  color: white !important;
}
.fl-page button:hover, .fl-page button:focus, .fl-page button:active, .fl-page input[type=button]:hover, .fl-page input[type=button]:focus, .fl-page input[type=button]:active, .fl-page input[type=submit]:hover, .fl-page input[type=submit]:focus, .fl-page input[type=submit]:active, .fl-button:hover, .fl-button:focus, .fl-button:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.smd-main-header img {
  width: auto;
  height: 45px;
}
.smd-divider .fl-separator {
  border-top-color: #114B5F !important;
}
.smd-banner-section .fl-row-content-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .smd-banner-section .fl-row-content-wrap {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .smd-banner-section .fl-module-heading h1.fl-heading {
    font-size: 52px;
  }
  .smd-banner-section .fl-module-heading h2.fl-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .smd-banner-section .smd-header-logo {
    text-align: center;
  }
}
.smd-banner-section .smd-header-logo a {
  display: block;
  padding: 20px;
}
.smd-banner-section .smd-header-logo img {
  height: 150px;
  width: auto;
}
.smd-main-content-row {
  background-color: #FFF;
  background-image: url("images/main-pattern-40.png");
  min-height: calc(100vh - 65px);
}
.smd-banner-section + .smd-main-content-row {
  min-height: calc(100vh - 289px);
}
@media screen and (max-width: 768px) {
  .smd-main-content-row.fl-row[data-node] .fl-row-content-wrap, .smd-lesson-content-row.fl-row[data-node] .fl-row-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Default Template */
.smd-default-content .fl-module-content {
  padding: 30px;
}
footer .fl-page-footer {
  background: none;
  border-top: 0;
}
footer .fl-page-footer .fl-page-footer-container {
  background: #114B5F;
  max-width: 1276px;
}
footer .fl-page-footer .fl-page-footer-container > .row {
  margin: 0;
}
footer .fl-page-footer * {
  color: white !important;
}
.smd-footer-row {
  background: #114B5F;
  text-align: center;
}
.smd-footer-row .fl-module-content {
  margin: 0;
}
.smd-footer-row .fl-rich-text p {
  color: white !important;
  font-size: 12px;
  font-family: Inter;
}
.smd-footer-row .menu a {
  color: white !important;
  font-size: 70%;
  font-family: Inter;
  padding: 3px 10px;
}
.smd-footer-row-no-bg {
  background: none !important;
}
.smd-footer-row-no-bg .fl-rich-text p, .smd-footer-row-no-bg .menu a {
  color: white !important;
}
/* PAGE TEMPLATES */
/* DASHBOARD */
/* Dashboard-related variables */
.smd-dashboard-welcome {
  background: #114B5F;
}
.smd-dashboard-welcome * {
  color: white !important;
}
.smd-dashboard-welcome .fl-module-heading h2.fl-heading {
  font-family: Museo;
  font-size: 40px;
  text-align: center;
}
.smd-dashboard-welcome .smd-next-steps p {
  text-align: center;
}
.smd-dashboard-welcome .smd-next-steps strong {
  background: #ffffff;
  border-radius: 100%;
  display: inline-block;
  padding: 5px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  color: #000000 !important;
}
.smd-dashboard-links .fl-col-content, .smd-dashboard-links .wp-block-column {
  background: #FFF;
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin: 20px 15px !important;
  padding: 20px;
  text-align: center;
}
.smd-dashboard-links h1 {
  border-bottom: none;
}
.smd-dashboard-links .wp-block-column {
  padding: 10px;
}
.smd-dashboard-links .wp-block-column h2 {
  background: #114B5F;
  color: white !important;
  font-family: Museo !important;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.smd-dashboard-links .wp-block-column .accessally-icon-link {
  margin: 20px;
}
.smd-dashboard-links .wp-block-column img.accessally-icon-img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.smd-dashboard-links .wp-block-column p {
  margin: 20px;
  min-height: 140px;
}
.smd-dashboard-links img {
  width: 240px;
  height: auto;
  margin-bottom: 0;
}
.smd-dashboard-links .fl-module-heading .fl-heading {
  background: #114B5F;
  display: block;
  padding: 10px !important;
  margin: 10px -20px 20px !important;
  text-align: center;
}
.smd-dashboard-links .fl-module-heading .fl-heading .fl-heading-text {
  color: white !important;
}
.smd-dashboard-links .fl-module-rich-text {
  margin-bottom: 10px;
}
.smd-dashboard-links p {
  text-align: center;
}
.smd-dashboard-widgets.sidebar .fl-col-content {
  background: #e53462;
  margin: 0 40px 0 0 !important;
}
@media screen and (max-width: 960px) {
  .smd-dashboard-widgets.sidebar .fl-col-content {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .smd-dashboard-widgets.sidebar .fl-col-content {
    margin-right: 0 !important;
  }
}
.smd-dashboard-widgets.sidebar .fl-col-content .smd-mini-profile-image {
  width: 100%;
}
.smd-dashboard-widgets .fl-col-content {
  background: #e53462;
  border: 2px solid #9f1438;
  padding: 20px;
  margin: 20px 15px !important;
}
.smd-dashboard-widgets .fl-col-content *:not(.accessally-inline-profile-update-input):not(.accessally-profile-image-update):not(.accessally-inline-profile-update-button) {
  color: white !important;
}
.smd-dashboard-widgets .fl-col-content .accessally-inline-profile-update-display {
  font-size: 14px;
}
.smd-dashboard-widgets .fl-col-content h2 {
  font-family: Museo;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .smd-dashboard-widgets .fl-col-content h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .smd-dashboard-widgets .fl-col-content h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .smd-dashboard-widgets .fl-col-content h2 {
    font-size: 14px;
  }
}
.smd-dashboard-widgets .fl-module-content {
  margin: 0;
}
/* Course List  */
.smd-course-list-row {
  background-color: #FFF;
}
.smd-course-list p {
  text-align: center;
}
/* Mini Profile  */
.smd-mini-profile::before, .smd-mini-profile::after {
  content: "";
  display: table;
}
.smd-mini-profile::after {
  clear: both;
}
.smd-mini-profile.full-width .smd-mini-profile-image {
  float: none;
  margin: 0 auto 10px;
}
.smd-mini-profile.full-width .smd-mini-profile-info {
  float: none;
  width: 100%;
  padding-left: 0;
  font-size: 16px;
  font-size: 80%;
}
.smd-mini-profile-image {
  float: left;
  width: 200px;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .smd-mini-profile-image {
    float: none;
    width: 100%;
  }
}
.smd-mini-profile-image .accessally-profile-image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.smd-mini-profile-info {
  float: right;
  width: calc(100% - 200px);
  text-align: left;
  font-size: 16px;
  padding: 20px 10px;
  color: white !important;
}
@media screen and (max-width: 960px) {
  .smd-mini-profile-info {
    float: none;
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
}
.smd-mini-profile-info h2 {
  margin: 0;
  font-size: 20px;
}
.smd-mini-profile-info > p {
  margin-bottom: 0;
  text-align: left;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .smd-mini-profile-info > p {
    text-align: center;
  }
}
.smd-mini-profile-info > p strong {
  font-family: Museo;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  margin-top: 20px;
}
.smd-mini-profile-welcome {
  font-family: Museo;
  font-size: 30px;
  line-height: 120%;
}
@media screen and (max-width: 960px) {
  .smd-mini-profile-welcome {
    text-align: center;
  }
}
.smd-mini-profile-welcome strong {
  display: inline-block;
  margin-top: 0;
}
.smd-mini-profile .accessally-profile-image-update, .smd-mini-profile .accessally-inline-profile-update-button {
  background: #114B5F !important;
  border: 2px solid #114B5F !important;
  padding: 7.5px 15px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.smd-mini-profile .accessally-profile-image-update .fl-button-text, .smd-mini-profile .accessally-profile-image-update .fl-button-icon, .smd-mini-profile .accessally-inline-profile-update-button .fl-button-text, .smd-mini-profile .accessally-inline-profile-update-button .fl-button-icon {
  color: white !important;
}
.smd-mini-profile .accessally-profile-image-update:hover, .smd-mini-profile .accessally-profile-image-update:focus, .smd-mini-profile .accessally-profile-image-update:active, .smd-mini-profile .accessally-inline-profile-update-button:hover, .smd-mini-profile .accessally-inline-profile-update-button:focus, .smd-mini-profile .accessally-inline-profile-update-button:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.smd-lesson-lists .accessally-icon-link {
  display: inline-block;
  margin: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.smd-lesson-lists .accessally-icon-link:hover {
  transform: scale(1.1);
}
.smd-lesson-lists .accessally-icon-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.smd-lesson-lists .fl-rich-text {
  display: flex;
  flex-wrap: wrap;
}
.smd-lesson-lists .smd-lesson-item {
  background: #fff;
  border: 1px solid #b1b1b1;
  padding: 20px;
  margin: 10px;
  flex: calc(33.33% - 20px);
  font-family: Museo;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .smd-lesson-lists .smd-lesson-item {
    flex: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .smd-lesson-lists .smd-lesson-item {
    flex: calc(100% - 20px);
  }
}
.smd-lesson-lists .smd-lesson-item img {
  max-width: 90% !important;
  margin: 0 auto 20px;
}
.smd-lesson-lists .smd-lesson-item .accessally-custom-operation-button, .smd-lesson-lists .smd-lesson-item a:not(.accessally-icon-link) {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 8px 18px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-top: 10px;
}
.smd-lesson-lists .smd-lesson-item .accessally-custom-operation-button .fl-button-text, .smd-lesson-lists .smd-lesson-item .accessally-custom-operation-button .fl-button-icon, .smd-lesson-lists .smd-lesson-item a:not(.accessally-icon-link) .fl-button-text, .smd-lesson-lists .smd-lesson-item a:not(.accessally-icon-link) .fl-button-icon {
  color: white !important;
}
.smd-lesson-lists .smd-lesson-item .accessally-custom-operation-button:hover, .smd-lesson-lists .smd-lesson-item .accessally-custom-operation-button:focus, .smd-lesson-lists .smd-lesson-item .accessally-custom-operation-button:active, .smd-lesson-lists .smd-lesson-item a:not(.accessally-icon-link):hover, .smd-lesson-lists .smd-lesson-item a:not(.accessally-icon-link):focus, .smd-lesson-lists .smd-lesson-item a:not(.accessally-icon-link):active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.smd-module-lists h1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.smd-module-lists .wp-block-image a {
  display: block;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.smd-module-lists .wp-block-image a:hover {
  transform: scale(1.1);
}
/* Lesson Page */
.smd-lesson-content-row {
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .smd-lesson-content-row.fl-row[data-node] .fl-row-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}
.smd-lesson-content-row h1 {
  color: #114B5F;
}
.smd-lesson-content-video, .smd-lesson-content-notes, .smd-lesson-content-instructions {
  background: #FFF;
  margin-bottom: 20px;
}
.smd-lesson-content-video + .fl-module, .smd-lesson-content-notes + .fl-module, .smd-lesson-content-instructions + .fl-module {
  border-top: 2px solid #114B5F;
  padding-top: 20px;
}
.smd-lesson-content-video .progressally-video-container {
  margin-bottom: 20px;
}
.smd-lesson-content-video .fluid-width-video-wrapper {
  padding: 0 !important;
  position: static;
}
.smd-lesson-content-title .fl-heading .fl-heading-text {
  margin-bottom: 0;
}
.smd-lesson-content-subheader .fl-heading .fl-heading-text {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #e53462;
}
.smd-lesson-content-notes .progressally-notes-operation-container > span {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
.smd-lesson-content-notes .progressally-note-block {
  position: relative;
}
.smd-lesson-content-notes .progressally-note-block::after {
  content: "";
  z-index: 0;
  margin: 0 1px;
  width: calc(100% - 10px);
  height: 10px;
  position: absolute;
  bottom: -6px;
  left: 3px;
  background: white;
  border: 1px solid #dedede;
}
.smd-lesson-content-notes .progressally-note-block-update-label {
  font-family: Museo;
}
.smd-lesson-content-notes .progressally-note-block .progressally-notes-update-display-container, .smd-lesson-content-notes .progressally-note-block .progressally-notes-update-input-container {
  display: block;
  border: 1px solid #dedede;
  background-image: repeating-linear-gradient(white 0px, white 30px, steelblue 31px);
  min-height: 368px;
  position: relative;
  padding: 26px 20px;
  padding-left: 60px;
  z-index: 1;
}
.smd-lesson-content-notes .progressally-note-block .progressally-notes-update-display-container::before, .smd-lesson-content-notes .progressally-note-block .progressally-notes-update-input-container::before {
  content: "";
  width: 4px;
  height: 100%;
  border-left: 1px solid #ffaa9f;
  border-right: 1px solid #ffaa9f;
  position: absolute;
  left: 30px;
  top: 0;
}
.smd-lesson-content-notes .progressally-note-block .progressally-notes-display, .smd-lesson-content-notes .progressally-note-block textarea.progressally-notes-update-textarea {
  color: #000000;
  font-size: 16px !important;
  line-height: 2.2em;
  font-family: courier, monospace !important;
}
.smd-lesson-content-notes .progressally-note-block textarea.progressally-notes-update-textarea {
  background: none;
  border: none;
  padding: 0;
  min-height: 150px;
}
.smd-lesson-content-notes .progressally-note-block .progressally-notes-operation-container {
  padding-top: 4px;
}
.smd-lesson-content-notes .progressally-note-block .progressally-notes-save-button, .smd-lesson-content-notes .progressally-note-block .progressally-notes-cancel-button {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
.smd-lesson-content-notes .progressally-note-block .progressally-notes-cancel-button {
  color: #336ea6;
}
.smd-lesson-content-notes .progressally-note-block .progressally-notes-save-button {
  background: #336ea6;
  color: #FFF !important;
  margin-left: 5px;
}
.smd-lesson-content-objective, .smd-lesson-content-links, .smd-lesson-content-module-progress {
  background: #e53462;
  border: 2px solid #cc1a48;
}
.smd-lesson-content-objective .fl-module-content *, .smd-lesson-content-links .fl-module-content *, .smd-lesson-content-module-progress .fl-module-content * {
  color: white !important;
}
.smd-lesson-content-objective.no-bg, .smd-lesson-content-links.no-bg, .smd-lesson-content-module-progress.no-bg {
  background: none;
  border: none;
}
.smd-lesson-content-objective.no-bg .fl-module-content *, .smd-lesson-content-objective.no-bg .progressally-objective-table tr td.objective-completion .completion-checkbox + label::before, .smd-lesson-content-links.no-bg .fl-module-content *, .smd-lesson-content-links.no-bg .progressally-objective-table tr td.objective-completion .completion-checkbox + label::before, .smd-lesson-content-module-progress.no-bg .fl-module-content *, .smd-lesson-content-module-progress.no-bg .progressally-objective-table tr td.objective-completion .completion-checkbox + label::before {
  color: #e53462 !important;
}
.smd-lesson-content-objective .fl-module-content, .smd-lesson-content-links .fl-module-content, .smd-lesson-content-module-progress .fl-module-content {
  padding: 15px;
}
.smd-lesson-content-objective + .fl-module, .smd-lesson-content-links + .fl-module, .smd-lesson-content-module-progress + .fl-module {
  margin-top: 20px;
}
.smd-lesson-content-objective h2, .smd-lesson-content-links h2, .smd-lesson-content-module-progress h2 {
  margin-top: 0;
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.smd-lesson-content-objective .fl-rich-text p:empty, .smd-lesson-content-links .fl-rich-text p:empty, .smd-lesson-content-module-progress .fl-rich-text p:empty {
  padding: 0;
  margin: 0;
  display: none;
}
.smd-lesson-content-notes .progressally-notes-operation-container > span {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 8px 18px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.smd-lesson-content-notes .progressally-notes-operation-container > span .fl-button-text, .smd-lesson-content-notes .progressally-notes-operation-container > span .fl-button-icon {
  color: white !important;
}
.smd-lesson-content-notes .progressally-notes-operation-container > span:hover, .smd-lesson-content-notes .progressally-notes-operation-container > span:focus, .smd-lesson-content-notes .progressally-notes-operation-container > span:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.smd-lesson-content-links a {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 5px 20px 5px 35px;
}
.smd-lesson-content-links a + a {
  border-top: 1px solid white;
}
.smd-lesson-content-links a:before {
  content: "";
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-weight: 900;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 5px;
}
.smd-lesson-content-links a:hover {
  text-decoration: underline;
}
.smd-lesson-content-links.item-bg a {
  background: rgba(229, 52, 98, 0.05);
  padding: 10px;
  padding-right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.smd-lesson-content-links.item-bg a + a {
  margin-top: 10px;
}
.smd-lesson-content-links.item-bg a:hover {
  background: rgba(229, 52, 98, 0.15);
}
.smd-lesson-content-links.item-bg a::before {
  display: none;
}
.smd-lesson-content-links.item-bg a::after {
  display: none;
}
.smd-lesson-content-objective .progressally-objective-table {
  width: 100%;
  outline: none;
}
.smd-lesson-content-objective .progressally-objective-table tr {
  color: #000000 !important;
}
.smd-lesson-content-objective .progressally-objective-table tr + tr {
  border-top: 1px solid white;
}
.smd-lesson-content-objective .progressally-objective-table tr td {
  padding: 6px;
  font-size: 16px;
}
.smd-lesson-content-objective .progressally-objective-table tr td.objective-number {
  display: none;
}
.smd-lesson-content-objective .progressally-objective-table tr td.objective-completion {
  text-align: right;
  padding-right: 0;
}
.smd-lesson-content-objective .progressally-objective-table tr td.objective-completion input.completion-checkbox {
  display: none !important;
}
.smd-lesson-content-objective .progressally-objective-table tr td.objective-completion .completion-checkbox + label {
  background: none !important;
  margin: 0 auto;
  text-align: center;
}
.smd-lesson-content-objective .progressally-objective-table tr td.objective-completion .completion-checkbox + label::before {
  content: "";
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-weight: 900;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white !important;
  display: inline-block;
  font-weight: 900;
  vertical-align: middle;
}
.smd-lesson-content-objective .progressally-objective-table tr td.objective-completion .completion-checkbox:checked + label::before {
  content: "";
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-weight: 900;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.smd-lesson-content-objective .progressally-complete-button {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 8px 18px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.smd-lesson-content-objective .progressally-complete-button .fl-button-text, .smd-lesson-content-objective .progressally-complete-button .fl-button-icon {
  color: white !important;
}
.smd-lesson-content-objective .progressally-complete-button:hover, .smd-lesson-content-objective .progressally-complete-button:focus, .smd-lesson-content-objective .progressally-complete-button:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.smd-lesson-content-module-progress {
  display: none;
}
@media screen and (max-width: 768px) {
  .smd-lesson-widgets.fl-row[data-node] .fl-row-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}
.smd-lesson-widgets .fl-col-group {
  background: #ffffff;
  border: 2px solid #114B5F;
  padding: 20px;
  margin-bottom: 20px;
}
.smd-lesson-sidebar .menu {
  background: #ffffff;
  border: 2px solid #114B5F;
  padding: 20px;
}
.smd-lesson-sidebar .menu a {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 8px 18px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.smd-lesson-sidebar .menu a .fl-button-text, .smd-lesson-sidebar .menu a .fl-button-icon {
  color: white !important;
}
.smd-lesson-sidebar .menu a:hover, .smd-lesson-sidebar .menu a:focus, .smd-lesson-sidebar .menu a:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.smd-lesson-sidebar .menu li.current-menu-item a {
  background: rgba(229, 52, 98, 0.8) !important;
}
.smd-lesson-sidebar .menu li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .smd-lesson-sidebar .fl-module-content {
    margin: 0;
  }
}
.smd-lesson-transcript {
  background: #f6f6f6;
  margin-top: 20px;
}
.smd-lesson-transcript-text {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 290px;
  margin-right: 20px;
  margin-top: 20px;
  padding-top: 0;
}
.smd-lesson-transcript-text.expanded {
  max-height: 100%;
}
.smd-lesson-transcript-text::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.smd-lesson-transcript-text::-webkit-scrollbar {
  width: 6px;
  background-color: #e5e5e5;
}
.smd-lesson-transcript-text::-webkit-scrollbar-thumb {
  background-color: #e53462;
}
.smd-lesson-transcript-expand-btn {
  margin-right: 20px;
}
.smd-lesson-transcript-expand-btn:hover {
  cursor: pointer;
}
.smd-lesson-transcript-expand-view {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.smd-lesson-theme-container {
  background: #114B5F;
}
.smd-lesson-theme-container .fl-rich-text * {
  color: white !important;
}
.smd-lesson-theme-container h4 {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .smd-lesson-theme-container h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .smd-lesson-theme-container h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .smd-lesson-theme-container h4 {
    font-size: 14px;
  }
}
.smd-lesson-theme-container .progressally-notes-update-label {
  font-family: Museo;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .smd-lesson-theme-container .progressally-notes-update-label {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .smd-lesson-theme-container .progressally-notes-update-label {
    font-size: 21px;
  }
}
@media screen and (max-width: 600px) {
  .smd-lesson-theme-container .progressally-notes-update-label {
    font-size: 18px;
  }
}
body.fl-builder-edit .smd-lesson-content-module-progress {
  display: block;
}
.smd-lesson-comments.no-bg .fl-comments {
  background: none !important;
  color: #000000 !important;
  padding: 0;
}
.smd-lesson-comments.no-bg .fl-comments > * {
  background: none !important;
}
.smd-lesson-comments.no-bg .fl-comments a, .smd-lesson-comments.no-bg .fl-comments p {
  color: #000000 !important;
}
.smd-lesson-comments.no-bg .fl-comments .comment-reply-title, .smd-lesson-comments.no-bg .fl-comments-list-title {
  border-bottom-color: #ffffff !important;
  color: #000000 !important;
}
.smd-lesson-comments .fl-comments {
  background: white !important;
  padding: 30px;
  max-width: 1276px;
  width: 100% !important;
  margin: 0 auto !important;
  color: #000000 !important;
}
@media screen and (max-width: 768px) {
  .smd-lesson-comments .fl-comments {
    max-width: calc(100% - 40px);
  }
}
.smd-lesson-comments .fl-comments > * {
  background: #ffffff;
  padding: 20px;
}
.smd-lesson-comments .fl-comments a, .smd-lesson-comments .fl-comments p {
  color: #000000 !important;
}
.smd-lesson-comments .fl-comments label {
  font-weight: 400;
  text-transform: uppercase;
}
.smd-lesson-comments .fl-comments .comment-reply-title, .smd-lesson-comments .fl-comments-list-title {
  margin-top: 0;
  font-size: 20px !important;
  font-weight: 400;
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000000 !important;
}
.smd-lesson-comments .fl-comments a.comment-reply-link {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 8px 18px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.smd-lesson-comments .fl-comments a.comment-reply-link .fl-button-text, .smd-lesson-comments .fl-comments a.comment-reply-link .fl-button-icon {
  color: white !important;
}
.smd-lesson-comments .fl-comments a.comment-reply-link:hover, .smd-lesson-comments .fl-comments a.comment-reply-link:focus, .smd-lesson-comments .fl-comments a.comment-reply-link:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.smd-lesson-comments .fl-comments-list div.comment-reply-link {
  padding: 10px 0;
}
.smd-lesson-comments .fl-comments-list div.comment-reply-link a {
  display: inline-block;
}
.smd-lesson-comments .fl-comments .comment-edit-link {
  font-weight: 700;
  text-transform: uppercase;
}
.form-control {
  border-radius: 0;
}
/* Login Page */
.smd-login-row {
  background: none;
}
.smd-login-row .smd-login-logo a {
  display: block;
  padding: 20px;
}
.smd-login-row .smd-login-logo img {
  height: 100px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.smd-login-footer p {
  text-align: center;
  font-size: 14px;
  padding-top: 40px;
  color: #000000 !important;
}
.smd-login-page {
  background: #FFF;
  padding: 30px;
  max-width: 600px;
  margin: 0 auto;
}
.smd-login-page.no-bg {
  background: none;
  max-width: 400px;
  padding: 0;
}
.smd-login-page.no-bg .pal-login-table .accessally-login-input-col input, .smd-login-page.no-bg .pal-login-table .accessally-login-reset-container input {
  border: none;
  background: none !important;
  border-bottom: 1px solid #203556 !important;
  border-radius: 0 !important;
  margin-bottom: 15px;
  padding: 10px !important;
  height: auto !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  font-size: 16px !important;
}
.smd-login-page.no-bg .pal-login-table td, .smd-login-page.no-bg .accessally-login-one-use-container {
  display: block;
}
.smd-login-page p {
  margin-bottom: 0;
}
.smd-login-page a {
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Museo;
  font-size: 14px;
  letter-spacing: 1px;
}
.pal-login-table {
  width: 100%;
  margin-bottom: 10px;
}
.pal-login-table tr:last-child {
  display: none;
}
.pal-login-table td {
  padding: 5px 0;
}
.pal-login-table label {
  color: #000000 !important;
  font-family: Museo;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.pal-login-table input[type="text"], .pal-login-table input[type="password"] {
  border-radius: 0;
  color: #000000;
}
.pal-login-table input[type="submit"] {
  width: 100%;
}
#accessally-login-error-message-1 {
  margin-bottom: 10px;
  color: #fd5b5b !important;
}
#accessally-login-error-message-1 a {
  text-transform: none;
  font-weight: 400;
}
/* Profile Page */
table.accessally-view-order-table, table.accessally-view-subscription-table {
  border: none;
}
table.accessally-view-order-table .accessally-view-purchase-header-row, table.accessally-view-subscription-table .accessally-view-purchase-header-row {
  color: #114B5F;
}
table.accessally-view-order-table .accessally-view-purchase-header-row th, table.accessally-view-subscription-table .accessally-view-purchase-header-row th {
  padding: 15px 5px;
  font-weight: 400;
}
table.accessally-view-order-table td, table.accessally-view-subscription-table td {
  padding: 10px;
}
.accessally-list-purchase-success-message {
  color: #31bd10;
  border: 1px solid;
  padding: 10px;
}
.accessally-list-purchase-error-message {
  color: #fd5b5b;
  border: 1px solid;
  padding: 10px;
}
.smd-profile-page {
  background: #FFF;
  padding: 20px;
  min-height: 80vh;
}
.smd-profile-row {
  position: relative;
}
@media screen and (max-width: 960px) {
  .smd-profile-row {
    padding-left: 0;
  }
}
.smd-profile-row .account_image {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 960px) {
  .smd-profile-row .account_image {
    position: static;
  }
}
.smd-profile-row .account_image .profile-label-column {
  text-align: center;
}
.smd-profile-row .accessally-profile-image-update-section {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.smd-profile-row .accessally-profile-update-section {
  margin-bottom: 10px;
}
.smd-profile-row .profile-label-column, .smd-profile-row .accessally-profile-update-edit-row label {
  font-family: Museo !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #000000;
}
.smd-profile-row .accessally-profile-image-update, .smd-profile-row input.accessally-profile-update-edit-button, .smd-profile-row .accessally-inline-profile-update-button, .smd-profile-row .accessally-inline-field-update-button:before {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 8px 18px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
  min-width: 75px;
}
.smd-profile-row .accessally-profile-image-update .fl-button-text, .smd-profile-row .accessally-profile-image-update .fl-button-icon, .smd-profile-row input.accessally-profile-update-edit-button .fl-button-text, .smd-profile-row input.accessally-profile-update-edit-button .fl-button-icon, .smd-profile-row .accessally-inline-profile-update-button .fl-button-text, .smd-profile-row .accessally-inline-profile-update-button .fl-button-icon, .smd-profile-row .accessally-inline-field-update-button:before .fl-button-text, .smd-profile-row .accessally-inline-field-update-button:before .fl-button-icon {
  color: white !important;
}
.smd-profile-row .accessally-profile-image-update:hover, .smd-profile-row .accessally-profile-image-update:focus, .smd-profile-row .accessally-profile-image-update:active, .smd-profile-row input.accessally-profile-update-edit-button:hover, .smd-profile-row input.accessally-profile-update-edit-button:focus, .smd-profile-row input.accessally-profile-update-edit-button:active, .smd-profile-row .accessally-inline-profile-update-button:hover, .smd-profile-row .accessally-inline-profile-update-button:focus, .smd-profile-row .accessally-inline-profile-update-button:active, .smd-profile-row .accessally-inline-field-update-button:before:hover, .smd-profile-row .accessally-inline-field-update-button:before:focus, .smd-profile-row .accessally-inline-field-update-button:before:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.smd-profile-row .accessally-profile-image-update {
  padding: 13px 20px 9px;
}
.smd-profile-row .accessally-profile-update-edit-label-column, .smd-profile-row .accessally-inline-profile-update-display, .smd-profile-row .accessally-inline-profile-update-input {
  display: block;
  width: 100%;
}
.smd-profile-row .accessally-profile-update-edit-input-column {
  padding-bottom: 10px;
  display: block;
  width: 100%;
}
.smd-profile-row .accessally-profile-update-edit-input-column input, .smd-profile-row .accessally-inline-profile-update-input, .smd-profile-row .accessally-inline-field-update-input {
  padding: 10px;
  height: auto;
  font-size: 16px !important;
  line-height: 1em;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  width: 100%;
}
.smd-profile-row .about_prof {
  padding-top: 10px;
}
.smd-profile-row .accessally-inline-profile-update-display, .smd-profile-row .accessally-inline-profile-update-input, .smd-profile-row .accessally-inline-field-update-input {
  margin-bottom: 10px;
}
.smd-profile-row .accessally-inline-profile-update-display-container, .smd-profile-row .accessally-inline-profile-update-input-container, .smd-profile-row .accessally-inline-field-update-input-container {
  text-align: right;
  display: block;
  width: 100%;
}
.smd-profile-row .accessally-user-profile-item {
  margin: 0 0 10px;
}
.smd-profile-row .accessally-user-profile-item .accessally-inline-field-update-display {
  width: 100%;
  margin-bottom: 10px;
}
.smd-profile-row .accessally-user-profile-item .accessally-inline-field-update-display:empty {
  margin-bottom: 0;
  width: auto;
}
.smd-profile-row .accessally-inline-field-update-button {
  background: none;
}
.smd-profile-row .accessally-inline-field-update-button:before {
  content: "Update";
  display: block !important;
  height: auto;
  line-height: 1em;
}
.smd-profile-row .accessally-inline-field-update-button:hover {
  opacity: 1;
}
.smd-profile-image-left .accessally-profile-image-update-section {
  display: inline-block !important;
  margin-bottom: 20px;
}
.smd-billing-info-page {
  background: #FFF;
  padding: 20px;
  min-height: 80vh;
}
.smd-billing-info-row table {
  width: 100%;
  border: none;
  margin: 0;
  min-width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .smd-billing-info-row table {
    display: block;
    font-size: 14px;
  }
  .smd-billing-info-row table thead, .smd-billing-info-row table tbody, .smd-billing-info-row table tr, .smd-billing-info-row table th, .smd-billing-info-row table td {
    display: block;
  }
  .smd-billing-info-row table thead, .smd-billing-info-row table th {
    display: none;
  }
  .smd-billing-info-row table tr:not(.accessally-view-purchase-header-row) + tr {
    border-top: 1px solid #e4e4e4;
  }
}
.smd-billing-info-row table.accessally-view-order-table th:nth-child(3), .smd-billing-info-row table.accessally-view-order-table td:nth-child(3) {
  width: 150px !important;
}
.smd-billing-info-row table.accessally-view-order-table th {
  font-family: Museo;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
}
.smd-billing-info-row table.accessally-view-order-table td {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .smd-billing-info-row .accessally-view-purchase-section td {
    text-align: left;
    width: 100%;
  }
  .smd-billing-info-row .accessally-view-purchase-section td:before {
    display: block;
    font-family: Inter;
    text-transform: uppercase;
    padding: 0;
  }
  .smd-billing-info-row .accessally-view-purchase-section td:nth-child(1):before {
    content: "Order ID:";
  }
  .smd-billing-info-row .accessally-view-purchase-section td:nth-child(2):before {
    content: "Description";
  }
  .smd-billing-info-row .accessally-view-purchase-section td:nth-child(3):before {
    content: "Date";
  }
  .smd-billing-info-row .accessally-view-purchase-section td:nth-child(4):before {
    content: "Total";
  }
  .smd-billing-info-row .accessally-view-purchase-section td:nth-child(5):before {
    content: "Status";
  }
}
.domain-form-wrapper {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.domain-form-wrapper #domain-form {
  background: #FFF;
  width: 500px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
  display: block;
  margin: 0 auto;
}
.domain-form-wrapper #domain-form .input-field {
  margin-bottom: 20px;
}
.domain-form-wrapper #domain-form .input-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.domain-form-wrapper #domain-form .input-field input[type="text"] {
  border: 1px solid #b1b1b1;
  width: 100%;
  height: 50px;
  color: #555;
  box-shadow: none;
}
.domain-form-wrapper #domain-form .input-field button {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 8px 18px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.domain-form-wrapper #domain-form .input-field button .fl-button-text, .domain-form-wrapper #domain-form .input-field button .fl-button-icon {
  color: white !important;
}
.domain-form-wrapper #domain-form .input-field button:hover, .domain-form-wrapper #domain-form .input-field button:focus, .domain-form-wrapper #domain-form .input-field button:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
/* MENU */
.smd-top-bar-menu {
  text-align: center;
}
.smd-top-bar-menu .widget {
  position: relative;
  padding-bottom: 8px;
}
.smd-top-bar-menu .widget .widgettitle, .smd-top-bar-menu .widget .menu {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .smd-top-bar-menu .widget .widgettitle, .smd-top-bar-menu .widget .menu {
    max-width: 100%;
  }
}
.smd-top-bar-menu .widget .widgettitle {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 16px 50px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0 0 8px auto;
}
.smd-top-bar-menu .widget .widgettitle .fl-button-text, .smd-top-bar-menu .widget .widgettitle .fl-button-icon {
  color: white !important;
}
.smd-top-bar-menu .widget .widgettitle:hover, .smd-top-bar-menu .widget .widgettitle:focus, .smd-top-bar-menu .widget .widgettitle:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.smd-top-bar-menu .widget .menu {
  display: none;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.smd-top-bar-menu .widget .menu li {
  margin: 0;
}
.smd-top-bar-menu .widget .menu a {
  background: #9f1438 !important;
  border: 2px solid #9f1438 !important;
  padding: 16px 50px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-top: 1px solid #e53462 !important;
  border-radius: 0 !important;
  display: block;
}
.smd-top-bar-menu .widget .menu a .fl-button-text, .smd-top-bar-menu .widget .menu a .fl-button-icon {
  color: white !important;
}
.smd-top-bar-menu .widget .menu a:hover, .smd-top-bar-menu .widget .menu a:focus, .smd-top-bar-menu .widget .menu a:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.smd-top-bar-menu .widget .menu a:hover {
  background: #e53462 !important;
}
.smd-top-bar-menu .widget:hover .menu {
  display: block;
}
.smd-main-menu .fl-module-menu {
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .smd-main-menu .fl-module-menu {
    margin: 10px 0;
  }
}
.smd-main-menu .fl-module-menu .fl-module-content {
  margin: 0;
  padding: 10px 30px;
}
.smd-main-menu .fl-module-menu .fl-menu {
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: white;
  border-style: solid;
}
@media screen and (max-width: 768px) {
  .smd-main-menu .fl-module-menu .fl-menu .menu {
    left: 30px;
    right: 30px;
  }
}
.smd-main-menu .fl-module-menu .fl-menu li {
  border: none;
}
.smd-main-menu .fl-module-menu .fl-menu li a {
  background: #ffffff;
  font-family: Museo;
  font-size: 21px;
  position: relative;
  color: #000000 !important;
}
@media screen and (max-width: 768px) {
  .smd-main-menu .fl-module-menu .fl-menu li a {
    background: #114B5F;
    font-size: 18px;
    padding: 16px;
    border-top: 1px solid #208fb6;
    color: white !important;
  }
}
.smd-main-menu .fl-module-menu .fl-menu li a:before {
  content: "";
  background: rgba(229, 52, 98, 0);
  height: 3px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .smd-main-menu .fl-module-menu .fl-menu li a:before {
    display: none;
  }
}
.smd-main-menu .fl-module-menu .fl-menu li .sub-menu a {
  font-size: 95%;
  text-transform: none;
}
.smd-main-menu .fl-module-menu .fl-menu li a:focus, .smd-main-menu .fl-module-menu .fl-menu li a:hover, .smd-main-menu .fl-module-menu .fl-menu li.current_page_item a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .smd-main-menu .fl-module-menu .fl-menu li a:focus, .smd-main-menu .fl-module-menu .fl-menu li a:hover, .smd-main-menu .fl-module-menu .fl-menu li.current_page_item a {
    background: #020708;
  }
}
.smd-main-menu .fl-module-menu .fl-menu li a:focus:before, .smd-main-menu .fl-module-menu .fl-menu li a:hover:before, .smd-main-menu .fl-module-menu .fl-menu li.current_page_item a:before {
  background: #e53462;
}
.smd-main-menu.fl-module-menu .menu .fl-has-submenu .sub-menu a {
  text-transform: none;
  font-size: 90%;
}
.smd-main-menu.full-width-bg {
  background: #ffffff;
}
.smd-main-menu.full-width-bg .fl-module-menu .fl-menu {
  border: none !important;
}
.smd-main-menu.full-width-bg .fl-module-menu .fl-menu li {
  border: none;
}
.smd-main-menu.full-width-bg .fl-module-menu .fl-menu li a {
  background: none;
  font-family: Museo;
  font-size: 16px;
  position: relative;
  color: #000000 !important;
}
@media screen and (max-width: 960px) {
  .smd-main-menu.full-width-bg .fl-module-menu .fl-menu li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .smd-main-menu.full-width-bg .fl-module-menu .fl-menu li a {
    background: none;
    font-size: 14px;
    border-top: none;
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
  .smd-main-menu.full-width-bg .fl-module-menu .fl-menu li a {
    font-size: 14px;
  }
}
.smd-main-menu.full-width-bg .fl-module-menu .fl-menu li a:before {
  display: none;
}
.smd-main-menu.full-width-bg .fl-module-menu .fl-menu li .sub-menu {
  background: #ffffff;
}
@media screen and (max-width: 960px) {
  .fl-page .fl-menu-mobile-toggle {
    background: #114B5F !important;
    border: 2px solid #114B5F !important;
    display: block;
    margin-right: 0;
    margin-left: auto;
    padding: 8px 10px;
  }
  .fl-page .fl-menu-mobile-toggle:hover {
    background: rgba(17, 75, 95, 0.8) !important;
  }
  .fl-page .fl-menu-mobile-toggle.hamburger .svg-container {
    width: 1em;
    height: 1em;
  }
}
.smd-load-icon {
  display: none;
}
.smd-sidebar-menu {
  background: #114B5F;
}
.smd-sidebar-menu-col .fl-col-content {
  margin-top: 20px;
}
.smd-sidebar-menu .widgettitle {
  font-family: Museo;
  font-size: 30px;
  display: block;
  padding: 15px;
  margin: 0;
  color: white !important;
}
.smd-sidebar-menu .fl-menu > nav::before {
  content: attr(aria-label);
  font-family: Museo;
  font-size: 28px;
  display: block;
  padding: 15px;
  margin: 0;
  color: white !important;
}
@media screen and (max-width: 768px) {
  .smd-sidebar-menu .fl-menu > nav::before {
    display: none;
  }
}
.smd-sidebar-menu .menu {
  background: #114B5F;
  border-top: 2px solid #FFF;
  min-height: 100px;
  margin-bottom: 0;
}
.smd-sidebar-menu .menu li {
  display: block;
  margin: 0;
}
.smd-sidebar-menu .menu li + li {
  border-top: 1px solid #86d0e9;
}
.smd-sidebar-menu .menu li a {
  display: block;
  font-family: Museo;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  margin: 0;
  position: relative;
  color: white !important;
}
.smd-sidebar-menu .menu li a:after {
  content: "";
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-weight: 900;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
  top: 15px;
}
.smd-sidebar-menu .menu li a:hover, .smd-sidebar-menu .menu li a:focus, .smd-sidebar-menu .menu li.current-menu-item a {
  background: #092934;
  text-decoration: none;
}
.smd-sidebar-menu .menu li .sub-menu {
  background: #092934;
}
@media screen and (max-width: 768px) {
  .smd-sidebar-menu .menu li .sub-menu {
    display: block !important;
    padding-left: 20px;
  }
}
/* ACCESSALLY */
.accessally-profile-image-update {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 8px 18px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accessally-profile-image-update .fl-button-text, .accessally-profile-image-update .fl-button-icon {
  color: white !important;
}
.accessally-profile-image-update:hover, .accessally-profile-image-update:focus, .accessally-profile-image-update:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.accessally-icon-link {
  display: block;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.accessally-icon-link:hover {
  transform: scale(1.1);
}
.accessally-inline-profile-update-button {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 8px 18px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 110px;
  margin: 0 auto;
}
.accessally-inline-profile-update-button .fl-button-text, .accessally-inline-profile-update-button .fl-button-icon {
  color: white !important;
}
.accessally-inline-profile-update-button:hover, .accessally-inline-profile-update-button:focus, .accessally-inline-profile-update-button:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.accessally-inline-profile-update-input {
  padding: 8px 15px;
  width: 100%;
  color: #000000 !important;
  margin-bottom: 10px;
}
.accessally-inline-profile-update-display {
  display: block !important;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .accessally-inline-profile-update-display {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .accessally-inline-profile-update-display {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .accessally-inline-profile-update-display {
    font-size: 14px;
  }
}
.accessally-inline-profile-submit-button {
  background-color: #114B5F !important;
}
.accessally-course-navigation-container a.accessally-course-navigation-button {
  position: relative;
}
.accessally-course-navigation-container a.accessally-course-navigation-button:hover .accessally-course-navigation-button-text, .accessally-course-navigation-container a.accessally-course-navigation-button .accessally-course-navigation-button-text {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 12px 24px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto !important;
  line-height: initial;
  margin: 0 !important;
}
.accessally-course-navigation-container a.accessally-course-navigation-button:hover .accessally-course-navigation-button-text .fl-button-text, .accessally-course-navigation-container a.accessally-course-navigation-button:hover .accessally-course-navigation-button-text .fl-button-icon, .accessally-course-navigation-container a.accessally-course-navigation-button .accessally-course-navigation-button-text .fl-button-text, .accessally-course-navigation-container a.accessally-course-navigation-button .accessally-course-navigation-button-text .fl-button-icon {
  color: white !important;
}
.accessally-course-navigation-container a.accessally-course-navigation-button:hover .accessally-course-navigation-button-text:hover, .accessally-course-navigation-container a.accessally-course-navigation-button:hover .accessally-course-navigation-button-text:focus, .accessally-course-navigation-container a.accessally-course-navigation-button:hover .accessally-course-navigation-button-text:active, .accessally-course-navigation-container a.accessally-course-navigation-button .accessally-course-navigation-button-text:hover, .accessally-course-navigation-container a.accessally-course-navigation-button .accessally-course-navigation-button-text:focus, .accessally-course-navigation-container a.accessally-course-navigation-button .accessally-course-navigation-button-text:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.accessally-course-navigation-container a.accessally-course-navigation-button:hover .accessally-course-navigation-button-text::before, .accessally-course-navigation-container a.accessally-course-navigation-button .accessally-course-navigation-button-text::before {
  color: white !important;
  display: inline-block;
  vertical-align: middle;
}
.accessally-course-navigation-container a.accessally-course-navigation-button-prev .accessally-course-navigation-button-text::before {
  content: " << ";
  font-weight: 900;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
.accessally-course-navigation-container a.accessally-course-navigation-button-next .accessally-course-navigation-button-text::after {
  content: " >> ";
  font-weight: 900;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}
.accessally-course-navigation-decoration {
  display: none !important;
}
.accessally-user-directory {
  margin-top: 100px;
}
.accessally-user-directory-container {
  margin: 0;
  padding: 40px;
  background: #FFF;
  position: relative;
  font-family: Inter;
}
@media screen and (max-width: 768px) {
  .accessally-user-directory-container {
    padding: 20px !important;
  }
}
.accessally-user-directory-user-list-container {
  display: flex;
  flex-wrap: wrap;
}
.accessally-user-directory-user-list-container#accessally-user-directory-container-1 {
  padding-top: 40px;
}
.accessally-user-directory-user-list-container + .accessally-user-directory-modern-page-row {
  padding-top: 20px;
}
.accessally-user-directory-user-entry {
  margin: 10px;
  border: 2px solid #114B5F;
  padding: 20px;
  width: calc(33.33% - 20px) !important;
}
@media screen and (max-width: 960px) {
  .accessally-user-directory-user-entry {
    width: calc(50% - 20px) !important;
  }
}
@media screen and (max-width: 768px) {
  .accessally-user-directory-user-entry {
    width: 100% !important;
    margin: 10px 0;
  }
}
.accessally-user-directory-user-entry .accessally-profile-image {
  border-radius: 100%;
}
@media screen and (max-width: 960px) {
  .accessally-user-directory-user-entry .accessally-profile-image {
    width: 150px !important;
    height: 150px !important;
  }
}
.accessally-user-directory-user-profile-description {
  color: #000000;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .accessally-user-directory-user-profile-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .accessally-user-directory-user-profile-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .accessally-user-directory-user-profile-description {
    font-size: 14px;
  }
}
.accessally-user-directory-user-profile-description a {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 8px 18px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 10px 0;
}
.accessally-user-directory-user-profile-description a .fl-button-text, .accessally-user-directory-user-profile-description a .fl-button-icon {
  color: white !important;
}
.accessally-user-directory-user-profile-description a:hover, .accessally-user-directory-user-profile-description a:focus, .accessally-user-directory-user-profile-description a:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.accessally-user-directory-user-profile-description a:empty {
  display: none;
}
.accessally-user-directory-user-profile-description .accessally-user-directory-description-item {
  padding: 5px 0;
}
.accessally-user-directory-user-profile-description .accessally-user-directory-description-item:empty {
  padding: 0;
}
.accessally-user-directory-modern-filter-row {
  display: inline-block !important;
  position: relative;
  padding: 20px;
  background: rgba(17, 75, 95, 0.5);
  width: 100%;
  min-height: 150px;
}
.accessally-user-directory-modern-filter-container {
  float: none;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .accessally-user-directory-modern-filter-container {
    width: 100%;
  }
}
.accessally-user-directory-modern-dropdown-container {
  width: calc(50% - 12px);
  display: inline-block;
  margin: 0 5px;
}
.accessally-user-directory-modern-dropdown-container select.accessally-user-directory-filter-select {
  border: none !important;
  border-radius: 0 !important;
  width: 100%;
}
.accessally-user-directory-modern-search-input#accessally-user-directory-search-input-1 {
  width: 250px !important;
  display: inline-block !important;
  padding-left: 36px !important;
}
.accessally-user-directory-modern-search-button {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 8px 18px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px !important;
  width: auto !important;
  min-width: auto;
}
.accessally-user-directory-modern-search-button .fl-button-text, .accessally-user-directory-modern-search-button .fl-button-icon {
  color: white !important;
}
.accessally-user-directory-modern-search-button:hover, .accessally-user-directory-modern-search-button:focus, .accessally-user-directory-modern-search-button:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.accessally-user-directory-modern-text-search-container {
  width: 100%;
  display: block;
}
.accessally-user-directory-modern-text-search-container input.accessally-user-directory-modern-search-input, .accessally-user-directory-modern-text-search-container input#accessally-user-directory-search-input-1 {
  width: 100% !important;
  border: none;
  border-radius: 0 !important;
  padding-right: 80px !important;
}
.accessally-user-directory-modern-page-row {
  position: absolute;
  right: 40px;
  top: 110px;
  margin: 0;
  padding: 20px;
  display: inline-block !important;
}
@media screen and (max-width: 600px) {
  .accessally-user-directory-modern-page-row {
    position: static;
    background: rgba(17, 75, 95, 0.5);
    width: 100%;
    padding: 0 20px 20px;
  }
}
.accessally-user-directory-modern-pagination-button {
  font-size: 16px !important;
  width: 16px !important;
  display: inline-block;
  box-shadow: none !important;
  border: none !important;
}
.accessally-user-directory-modern-current-page {
  border-radius: 0;
  border: none !important;
}
.accessally-user-directory-modern input[type="text"].accessally-user-directory-modern-current-page {
  display: inline-block !important;
  width: 74px !important;
}
.accessally-user-directory-clear {
  display: none !important;
}
.accessally-user-profile {
  margin: 0;
  padding: 40px;
  background: #FFF;
  position: relative;
  font-family: Inter;
}
@media screen and (max-width: 768px) {
  .accessally-user-profile {
    padding: 20px !important;
  }
}
.accessally-user-profile .accessally-profile-image {
  border-radius: 100%;
}
@media screen and (max-width: 960px) {
  .accessally-user-profile .accessally-profile-image {
    width: 150px !important;
    height: 150px !important;
  }
}
.accessally-user-profile .accessally-profile-image-update {
  display: none !important;
}
.accessally-user-profile .accessally-profile-image-label {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 8px 18px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accessally-user-profile .accessally-profile-image-label .fl-button-text, .accessally-user-profile .accessally-profile-image-label .fl-button-icon {
  color: white !important;
}
.accessally-user-profile .accessally-profile-image-label:hover, .accessally-user-profile .accessally-profile-image-label:focus, .accessally-user-profile .accessally-profile-image-label:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.accessally-user-profile-label {
  text-transform: uppercase;
  color: #000000;
}
.accessally-user-profile .accessally-inline-profile-update-button, .accessally-user-profile .accessally-inline-profile-update-button:hover {
  background: #e53462 !important;
  border-radius: 100% !important;
  padding: 0px;
  line-height: 20px;
  width: 24px;
  height: 24px;
  text-align: center;
}
.accessally-user-profile .accessally-inline-profile-update-button::before, .accessally-user-profile .accessally-inline-profile-update-button:hover::before {
  content: "";
  font-family: "Font Awesome 5 Free" !important;
  speak: none;
  font-weight: 900;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 9px;
  text-align: center;
}
.accessally-user-profile .accessally-inline-profile-update-button:hover .accessally-user-profile .accessally-inline-profile-update-button::before, .accessally-user-profile .accessally-inline-profile-update-button:hover:hover .accessally-user-profile .accessally-inline-profile-update-button::before, .accessally-user-profile .accessally-inline-profile-update-button:hover .accessally-user-profile .accessally-inline-profile-update-button:hover::before, .accessally-user-profile .accessally-inline-profile-update-button:hover:hover .accessally-user-profile .accessally-inline-profile-update-button:hover::before {
  color: #e53462;
}
.accessally-user-profile .accessally-inline-profile-update-input-container {
  width: 100% !important;
}
.accessally-order-form {
  font-family: Inter;
  color: #000000;
}
.accessally-order-form > [class*="accessally-order-form-step-"], .accessally-order-form > [class*="accessally-order-form-flex-"] {
  background: #FFF;
  border: 1px solid #eee;
  padding: 40px;
}
.accessally-order-form-progress-icon, .accessally-order-form-progress-connection, .accessally-order-form-flex-progress-icon, .accessally-order-form-flex-progress-connection {
  background: #114B5F;
}
.accessally-order-form .accessally-order-form-progress-icon-highlight, .accessally-order-form-flex-step-1 .accessally-order-form-flex-progress-icon-1, .accessally-order-form-flex-step-2 .accessally-order-form-flex-progress-icon-2, .accessally-order-form-flex-step-3 .accessally-order-form-flex-progress-icon-3 {
  background: #e53462;
}
.accessally-order-form-header, .accessally-order-form-flex-header, .accessally-order-form-progress-text, .accessally-order-form-flex-progress-text, .accessally-order-form-flex-header-text {
  font-family: Museo;
  margin-top: 5px;
  font-size: 12px;
}
.accessally-order-form-flex-header {
  margin-top: 30px !important;
}
.accessally-order-form-item-desc, .accessally-order-form-guarantee-text {
  font-size: 12px;
}
.accessally-order-form-item-name, .accessally-order-form-item-price {
  font-size: 16px;
  font-family: Inter;
  font-weight: 700;
  line-height: 140%;
  color: #000000;
}
@media screen and (max-width: 960px) {
  .accessally-order-form-item-name, .accessally-order-form-item-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .accessally-order-form-item-name, .accessally-order-form-item-price {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .accessally-order-form-item-name, .accessally-order-form-item-price {
    font-size: 14px;
  }
}
.accessally-order-form [class*="-submit"], .accessally-order-form [class*="-button"]:not([class*="-container"]), .accessally-order-form .accessally-order-form-cc-pay {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 8px 18px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
  line-height: 1.7em;
}
.accessally-order-form [class*="-submit"] .fl-button-text, .accessally-order-form [class*="-submit"] .fl-button-icon, .accessally-order-form [class*="-button"]:not([class*="-container"]) .fl-button-text, .accessally-order-form [class*="-button"]:not([class*="-container"]) .fl-button-icon, .accessally-order-form .accessally-order-form-cc-pay .fl-button-text, .accessally-order-form .accessally-order-form-cc-pay .fl-button-icon {
  color: white !important;
}
.accessally-order-form [class*="-submit"]:hover, .accessally-order-form [class*="-submit"]:focus, .accessally-order-form [class*="-submit"]:active, .accessally-order-form [class*="-button"]:not([class*="-container"]):hover, .accessally-order-form [class*="-button"]:not([class*="-container"]):focus, .accessally-order-form [class*="-button"]:not([class*="-container"]):active, .accessally-order-form .accessally-order-form-cc-pay:hover, .accessally-order-form .accessally-order-form-cc-pay:focus, .accessally-order-form .accessally-order-form-cc-pay:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.accessally-order-form-payment-option.accessally-order-form-payment-selected, .accessally-order-form-order-summary, .accessally-order-form-coupon-section, .accessally-order-form-flex-bordered-block {
  border-color: #e53462;
}
.accessally-order-form-error {
  border-color: #fd5b5b;
  color: #fd5b5b;
}
.progressally_progress_bar_chart {
  border: 1px solid #114B5F !important;
  margin: 20px 0;
}
.progressally_progress_bar_overlay {
  background: #114B5F;
}
.progressally_progress_percentage {
  color: #FFF;
  font-size: 18px !important;
  font-weight: 700;
  padding: 0 10px;
  color: white !important;
}
.progressally-video-container {
  position: relative;
}
.progressally-video-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.progressally-video-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progressally-note-block {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 140%;
  color: #000000;
}
@media screen and (max-width: 960px) {
  .progressally-note-block {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .progressally-note-block {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .progressally-note-block {
    font-size: 14px;
  }
}
.progressally-quiz-question, .progressally-quiz-choice-label {
  color: #000000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .progressally-quiz-question, .progressally-quiz-choice-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .progressally-quiz-question, .progressally-quiz-choice-label {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .progressally-quiz-question, .progressally-quiz-choice-label {
    font-size: 14px;
  }
}
.progressally-quiz-choice-item {
  position: relative;
  padding-left: 20px;
}
.progressally-quiz-choice-input {
  position: absolute;
  left: 0;
  top: 1;
}
.progressally-quiz-correct-message {
  color: #31bd10;
}
.progressally-quiz-incorrect-message {
  color: #fd5b5b;
}
.progressally-quiz-incorrect-message + .progressally-quiz-question {
  border-top: 1px solid #114B5F;
  padding-top: 15px;
  margin-top: 15px;
}
.progressally-quiz-display {
  list-style: none;
  padding-top: 10px;
}
.progressally-quiz-button {
  background: #e53462 !important;
  border: 2px solid #e53462 !important;
  padding: 8px 18px;
  border-radius: 3px !important;
  font-family: Museo;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-top: 10px;
}
.progressally-quiz-button .fl-button-text, .progressally-quiz-button .fl-button-icon {
  color: white !important;
}
.progressally-quiz-button:hover, .progressally-quiz-button:focus, .progressally-quiz-button:active {
  cursor: pointer;
  text-decoration: none;
  background: #F05A22 !important;
}
.smd-progressally-bar .progressally_progress_bar_chart {
  margin-top: 50px !important;
  width: auto !important;
  border: none !important;
}
.smd-progressally-bar .progressally_progress_percentage {
  font-size: 14px !important;
  font-weight: 700;
  text-align: center;
  width: 100%;
  letter-spacing: 0.1em;
  top: -20px;
  color: #000000 !important;
}
.smd-progressally-bar .progressally_progress_bar_border_overlay {
  background: rgba(0, 0, 0, 0.1);
}
.smd-progressally-bar .progressally_progress_bar_overlay {
  background: #e53462 !important;
  z-index: 2;
}
