<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  margin: 0 auto;
  background-color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #2d2d2d;
  letter-spacing: 0.005em; }

body[data-full-content='no'] header:not([data-content-type="header-auth"]), body[data-full-content='no'] footer, body[data-full-content='no'] .public-links {
  display: none; }

.fixed-width {
  width: 1100px;
  margin: 0 auto; }
  @media all and (max-width: 990px) {
    .fixed-width {
      width: 100% !important; } }

.fluid-width {
  width: 100%; }

.navbar {
  padding: 0; }

.navbar-toggler {
  position: absolute;
  top: 10px;
  right: 0;
  border: 0; }

.logo {
  max-height: 60px; }

.main-links, .main-links-private {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #2d3b3c !important; }
  @media all and (max-width: 990px) {
    .main-links, .main-links-private {
      text-align: left;
      text-transform: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10000; }
      .main-links .nav-item a, .main-links-private .nav-item a {
        padding: 10px 0;
        margin: 0 10px;
        border-bottom: 1px solid #c1c9c9; }
      .main-links .dropdown-item:hover, .main-links-private .dropdown-item:hover {
        background: none; }
      .main-links .dropdown-item, .main-links-private .dropdown-item {
        float: right;
        width: 92%;
        font-weight: bold;
        font-size: 16px;
        color: #4e5f60; } }
  @media all and (min-width: 990px) {
    .main-links .dropdown-item, .main-links-private .dropdown-item {
      padding: 10px 0;
      font-weight: bold;
      font-size: 16px;
      min-width: 22rem;
      border-bottom: 1px solid #c1c9c9;
      color: #4e5f60; }
      .main-links .dropdown-item i, .main-links-private .dropdown-item i {
        color: #c1c9c9; }
    .main-links .nav-link i, .main-links-private .nav-link i {
      color: #c1c9c9;
      display: none; }
    .main-links .dropdown-menu, .main-links-private .dropdown-menu {
      padding: 30px;
      left: -20px;
      margin: 0; }
    .main-links .navbar-expand-lg, .main-links .navbar-nav, .main-links .nav-item a, .main-links-private .navbar-expand-lg, .main-links-private .navbar-nav, .main-links-private .nav-item a {
      padding-right: 20px !important;
      padding-left: 0px !important; }
    .main-links nav-item:first-child a, .main-links-private nav-item:first-child a {
      padding-left: 0px !important; }
    .main-links nav-item:last-child a, .main-links-private nav-item:last-child a {
      padding-right: 0px !important; } }
  .main-links .toggleCloseMenu, .main-links .toggleCloseMenu1, .main-links-private .toggleCloseMenu, .main-links-private .toggleCloseMenu1 {
    color: #2d3b3c !important;
    text-decoration: none; }

.dropdown-item i {
  color: #c1c9c9; }

.nav-link i {
  color: #c1c9c9; }

.dropdown-item:hover {
  background: none; }

.secondary-links {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #717d7e !important; }
  @media all and (max-width: 990px) {
    .secondary-links {
      text-align: left;
      background-color: #fff;
      text-transform: none; } }

.nav-link {
  color: #2d3b3c !important;
  padding: 0; }

.nav-link-active {
  color: #0e75b5 !important;
  border-bottom: 3px solid #0e75b5 !important;
  padding: 0; }

.all-links {
  display: none; }

.mob-show {
  display: none; }

@media all and (max-width: 990px) {
  .navbar-collapse {
    margin-top: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px; }

  .dropdown-menu {
    display: block;
    border: 0;
    position: inherit !important; }

  .dropdown-menu:hover {
    background: none !important; }

  .public-links {
    display: none; }

  .all-links {
    display: inline; }

  header[data-header-type=header-auth] .auth-header {
    border-bottom: 0 !important;
    width: 100% !important;
    padding: 0 20px; }

  header[data-header-type=header-auth] .navbar-expand-lg {
    width: 100% !important;
    position: absolute;
    top: 0; }

  header[data-width-type=fixed-width] {
    width: 100%; }

  .private-menu {
    height: 0 !important; }

  .mob-show {
    display: block; } }
.clear-me {
  clear: both; }

.msg-success {
  background-color: #dcf8ea;
  padding: 20px;
  font-weight: 700;
  color: #17d072;
  border-radius: 4px; }

.border-gray {
  border-bottom: 1px solid #c1c9c9; }

header {
  background: "" no-repeat center 100px;
  background-size: cover !important; }
  @media all and (min-width: 990px) {
    header {
      min-height: 470px; } }
  @media all and (max-width: 990px) {
    header {
      min-height: 150px;
      background: "" no-repeat center 50px; } }

header[data-width-type="fixed-width"] {
  width: 1100px;
  margin: 0 auto; }
  @media all and (max-width: 990px) {
    header[data-width-type="fixed-width"] {
      width: 100% !important; } }

header[data-width-type="fluid-width"] {
  width: 100%; }
  header[data-width-type="fluid-width"] nav {
    width: 1100px;
    margin: 0 auto; }
    @media all and (max-width: 990px) {
      header[data-width-type="fluid-width"] nav {
        width: 100% !important; } }

@media all and (max-width: 990px) {
  main {
    margin: 0; } }

header[data-header-type="header1"] {
  background-position: center 0; }

header[data-header-type="header2"], header[data-header-type="header3"], header[data-header-type="header4"], header[data-header-type="header5"], header[data-header-type="header7"] {
  background-position: center top; }

header[data-header-type="header3"], header[data-header-type="header4"], header[data-header-type="header5"], header[data-header-type="header7"] {
  margin: 0 auto;
  left: 0;
  right: 0; }

header[data-header-type="header3"] {
  position: absolute; }

@media all and (min-width: 990px) {
  header[data-header-type="header3"] + main {
    padding-top: 470px; } }
@media all and (max-width: 990px) {
  header[data-header-type="header3"] + main {
    padding-top: 120px; } }

@media all and (max-width: 990px) {
  header[data-header-type="header7"] + main {
    padding-top: 120px; } }

.sticky {
  position: fixed;
  background: none;
  min-height: 1px;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  display: none; }

.fwidth {
  width: 100% !important;
  max-width: 100% !important; }
  .fwidth nav {
    width: 100% !important;
    max-width: 100% !important; }
    .fwidth nav .navbar-brand {
      padding-left: 22px; }

header[data-header-type="header1"] .header-content, header[data-header-type="header2"] .header-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  margin: 40px;
  padding: 40px 0; }
  @media all and (max-width: 990px) {
    header[data-header-type="header1"] .header-content, header[data-header-type="header2"] .header-content {
      flex-wrap: wrap; } }
header[data-header-type="header1"] .reverse, header[data-header-type="header2"] .reverse {
  flex-direction: row-reverse; }
header[data-header-type="header1"] .vertical-top, header[data-header-type="header2"] .vertical-top {
  align-self: flex-start !important; }
header[data-header-type="header1"] .vertical-bottom, header[data-header-type="header2"] .vertical-bottom {
  align-self: flex-end !important; }
@media all and (min-width: 990px) {
  header[data-header-type="header1"] .horizontal-left, header[data-header-type="header2"] .horizontal-left {
    justify-content: left !important; } }
@media all and (max-width: 990px) {
  header[data-header-type="header1"] .horizontal-left, header[data-header-type="header2"] .horizontal-left {
    text-align: center; } }
@media all and (min-width: 990px) {
  header[data-header-type="header1"] .horizontal-right, header[data-header-type="header2"] .horizontal-right {
    justify-content: left !important; } }
@media all and (max-width: 990px) {
  header[data-header-type="header1"] .horizontal-right, header[data-header-type="header2"] .horizontal-right {
    text-align: center; } }
header[data-header-type="header1"] .action-text, header[data-header-type="header2"] .action-text {
  width: 70%;
  text-align: center;
  color: #fff; }
  @media all and (max-width: 990px) {
    header[data-header-type="header1"] .action-text, header[data-header-type="header2"] .action-text {
      width: 90%;
      margin-bottom: 40px; } }
header[data-header-type="header1"] .optin-box, header[data-header-type="header2"] .optin-box {
  width: 30%;
  min-width: 350px;
  max-width: 400px;
  text-align: center; }
  @media all and (max-width: 990px) {
    header[data-header-type="header1"] .optin-box, header[data-header-type="header2"] .optin-box {
      width: 90%;
      padding-bottom: 40px; } }

header[data-header-type="header1"] .navbar {
  background-color: #fff; }

.optin {
  width: 90%;
  height: 400px;
  background-color: #fff;
  margin: 0 auto; }

@media all and (min-width: 990px) {
  header[data-header-type="header3"] .secondary-links, header[data-header-type="header4"] .secondary-links, header[data-header-type="header5"] .secondary-links, header[data-header-type="header6"] .secondary-links, header[data-header-type="header7"] .secondary-links {
    position: absolute;
    top: -140px;
    right: 30px; }
  header[data-header-type="header3"] .navbar-collapse, header[data-header-type="header4"] .navbar-collapse, header[data-header-type="header5"] .navbar-collapse, header[data-header-type="header6"] .navbar-collapse, header[data-header-type="header7"] .navbar-collapse {
    border-top: 1px solid #ccc;
    width: 100%;
    position: absolute;
    top: 155px;
    left: 0;
    display: block;
    padding: 20px;
    clear: both; }
  header[data-header-type="header3"] .navbar, header[data-header-type="header4"] .navbar, header[data-header-type="header5"] .navbar, header[data-header-type="header6"] .navbar, header[data-header-type="header7"] .navbar {
    background-color: #fff;
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    margin-top: 150px;
    padding-bottom: 50px; } }
  @media all and (min-width: 990px) and (max-width: 990px) {
    header[data-header-type="header3"] .navbar, header[data-header-type="header4"] .navbar, header[data-header-type="header5"] .navbar, header[data-header-type="header6"] .navbar, header[data-header-type="header7"] .navbar {
      width: 100% !important; } }
  @media all and (min-width: 990px) and (max-width: 1100px) {
    header[data-header-type="header3"] .navbar, header[data-header-type="header4"] .navbar, header[data-header-type="header5"] .navbar, header[data-header-type="header6"] .navbar, header[data-header-type="header7"] .navbar {
      width: 95%; } }
@media all and (min-width: 990px) {
  header[data-header-type="header3"] .logo, header[data-header-type="header4"] .logo, header[data-header-type="header5"] .logo, header[data-header-type="header6"] .logo, header[data-header-type="header7"] .logo {
    max-height: 98px; } }

header[data-header-type="header3"][data-align-content="left"] .navbar-brand, header[data-header-type="header4"][data-align-content="left"] .navbar-brand, header[data-header-type="header5"][data-align-content="left"] .navbar-brand,
header[data-header-type="header6"][data-align-content="left"] .navbar-brand, header[data-header-type="header7"][data-align-content="left"] .navbar-brand {
  margin: 30px auto 30px 0;
  text-align: left; }

header[data-header-type="header3"][data-align-content="center"] .navbar-brand, header[data-header-type="header4"][data-align-content="center"] .navbar-brand, header[data-header-type="header5"][data-align-content="center"]
header[data-header-type="header6"][data-align-content="center"] .navbar-brand, header[data-header-type="header7"][data-align-content="center"] .navbar-brand {
  margin: 30px auto;
  text-align: center; }

@media all and (min-width: 990px) {
  header[data-header-type="header3"][data-align-content="right"] .secondary-links, header[data-header-type="header4"][data-align-content="right"] .secondary-links,
  header[data-header-type="header6"][data-align-content="right"] .secondary-links, header[data-header-type="header7"][data-align-content="right"] .secondary-links {
    position: absolute;
    top: -140px;
    left: 30px; }
  header[data-header-type="header3"][data-align-content="right"] .navbar-collapse, header[data-header-type="header4"][data-align-content="right"] .navbar-collapse,
  header[data-header-type="header6"][data-align-content="right"] .navbar-collapse, header[data-header-type="header7"][data-align-content="right"] .navbar-collapse {
    border-top: 1px solid #ccc;
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0;
    display: block;
    padding: 20px;
    clear: both; }
  header[data-header-type="header3"][data-align-content="right"] .navbar, header[data-header-type="header4"][data-align-content="right"] .navbar,
  header[data-header-type="header6"][data-align-content="right"] .navbar, header[data-header-type="header7"][data-align-content="right"] .navbar {
    background-color: #fff;
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    margin-top: 150px;
    padding-bottom: 100px;
    height: 220px; } }
  @media all and (min-width: 990px) and (max-width: 990px) {
    header[data-header-type="header3"][data-align-content="right"] .navbar, header[data-header-type="header4"][data-align-content="right"] .navbar,
    header[data-header-type="header6"][data-align-content="right"] .navbar, header[data-header-type="header7"][data-align-content="right"] .navbar {
      width: 100% !important; } }
  @media all and (min-width: 990px) and (max-width: 1100px) {
    header[data-header-type="header3"][data-align-content="right"] .navbar, header[data-header-type="header4"][data-align-content="right"] .navbar,
    header[data-header-type="header6"][data-align-content="right"] .navbar, header[data-header-type="header7"][data-align-content="right"] .navbar {
      width: 95%; } }
@media all and (min-width: 990px) {
  header[data-header-type="header3"][data-align-content="right"] .logo, header[data-header-type="header4"][data-align-content="right"] .logo,
  header[data-header-type="header6"][data-align-content="right"] .logo, header[data-header-type="header7"][data-align-content="right"] .logo {
    max-height: 98px; }
  header[data-header-type="header3"][data-align-content="right"] .navbar-brand, header[data-header-type="header4"][data-align-content="right"] .navbar-brand,
  header[data-header-type="header6"][data-align-content="right"] .navbar-brand, header[data-header-type="header7"][data-align-content="right"] .navbar-brand {
    margin: 0 0 0px auto;
    position: absolute;
    right: 0;
    top: 0; } }

@media all and (min-width: 990px) {
  header[data-header-type="header5"][data-align-content="right"] .secondary-links {
    position: absolute;
    top: -140px;
    left: 30px; }
  header[data-header-type="header5"][data-align-content="right"] .navbar-collapse {
    border-top: 1px solid #ccc;
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0;
    display: block;
    padding: 20px;
    clear: both; }
  header[data-header-type="header5"][data-align-content="right"] .navbar {
    background-color: #fff;
    margin-top: 150px;
    padding-bottom: 100px;
    height: 220px; }
  header[data-header-type="header5"][data-align-content="right"] .logo {
    max-height: 98px; }
  header[data-header-type="header5"][data-align-content="right"] .navbar-brand {
    margin: 0 0 0px auto;
    position: absolute;
    right: 20px;
    top: 0; } }

@media all and (min-width: 990px) {
  header[data-header-type="header7"][data-align-content="right"] .navbar {
    margin-top: 0px; } }

@media all and (min-width: 990px) {
  header[data-header-type="header4"][data-align-content="right"] .navbar {
    margin-top: 0px;
    width: 100%;
    height: 155px; }
  header[data-header-type="header4"][data-align-content="right"] .navbar-brand {
    top: 0px;
    right: 20px; }
  header[data-header-type="header4"][data-align-content="right"] .navbar-collapse {
    top: 145px; }
  header[data-header-type="header4"][data-align-content="right"] .secondary-links {
    top: -126px;
    left: 5px; } }

@media all and (min-width: 990px) {
  header[data-header-type="header4"][data-align-content="left"] .navbar {
    margin-top: 0px;
    width: 100%; }
  header[data-header-type="header4"][data-align-content="left"] .navbar-collapse {
    top: 145px; }
  header[data-header-type="header4"][data-align-content="left"] .secondary-links {
    top: -126px;
    right: 0; }
  header[data-header-type="header4"][data-align-content="left"] .navbar-brand {
    margin: 0 0 0 20px; } }

@media all and (min-width: 990px) {
  header[data-header-type="header4"][data-align-content="center"] .navbar {
    margin-top: 0px;
    width: 100%; }
  header[data-header-type="header4"][data-align-content="center"] .navbar-collapse {
    top: 145px; }
  header[data-header-type="header4"][data-align-content="center"] .secondary-links {
    top: -126px;
    right: 0; }
  header[data-header-type="header4"][data-align-content="center"] .navbar-brand {
    margin: 0 auto; } }

@media all and (min-width: 990px) {
  header[data-header-type="header5"][data-align-content="left"] .navbar-brand {
    margin: 0 0 0 20px;
    text-align: left; } }

@media all and (min-width: 990px) {
  header[data-header-type="header5"][data-align-content="center"] .navbar-brand {
    margin: 0 auto;
    text-align: center; } }

@media all and (min-width: 990px) {
  header[data-header-type="header5"][data-align-content="right"] .navbar {
    width: 100%;
    margin-top: 0px;
    height: auto; }
  header[data-header-type="header5"][data-align-content="right"] .secondary-links {
    top: -391px;
    left: 3px; }
  header[data-header-type="header5"][data-align-content="right"] .navbar-collapse {
    top: 412px; } }

@media all and (min-width: 990px) {
  header[data-header-type="header7"] .navbar-collapse {
    border-top: 1px solid #ccc;
    width: 100%;
    position: absolute;
    top: 155px;
    left: 0;
    display: block;
    padding: 20px;
    clear: both; }
  header[data-header-type="header7"] .navbar {
    background-color: #fff;
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    margin-top: 0;
    padding-bottom: 50px; } }
  @media all and (min-width: 990px) and (max-width: 990px) {
    header[data-header-type="header7"] .navbar {
      width: 100% !important; } }
  @media all and (min-width: 990px) and (max-width: 1100px) {
    header[data-header-type="header7"] .navbar {
      width: 95%; } }
@media all and (min-width: 990px) {
  header[data-header-type="header7"] .logo {
    max-height: 98px; } }

@media all and (min-width: 990px) {
  header[data-header-type="header4"] .navbar {
    width: 100%; } }

@media all and (min-width: 990px) {
  header[data-header-type="header4"] .navbar, header[data-header-type="header6"] .navbar {
    margin-top: 0; } }

@media all and (min-width: 990px) {
  header[data-header-type="header6"] .navbar {
    max-width: 100000px;
    width: 100%; } }

@media all and (min-width: 990px) {
  header[data-header-type="header5"] .navbar-collapse {
    top: 412px;
    background-color: #fff; }
  header[data-header-type="header5"] .navbar {
    max-width: 1000000px;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0; }
  header[data-header-type="header5"] .secondary-links {
    position: absolute;
    top: -388px;
    right: 30px; } }

@media all and (max-width: 990px) {
  header[data-header-type="header5"], header[data-header-type="header4"], header[data-header-type="header1"], header[data-header-type="header2"] {
    background-position: center 50px;
    height: 150px; }
    header[data-header-type="header5"] .navbar, header[data-header-type="header4"] .navbar, header[data-header-type="header1"] .navbar, header[data-header-type="header2"] .navbar {
      background-color: #fff; }
    header[data-header-type="header5"] .navbar-toggler, header[data-header-type="header4"] .navbar-toggler, header[data-header-type="header1"] .navbar-toggler, header[data-header-type="header2"] .navbar-toggler {
      top: 20px;
      right: 10px;
      border: 0; } }

@media all and (max-width: 990px) {
  header[data-header-type="header3"], header[data-header-type="header7"] {
    background-position: center top;
    height: 150px; }
    header[data-header-type="header3"] .navbar, header[data-header-type="header7"] .navbar {
      background-color: #fff;
      width: 80%;
      margin: 20px auto 0 auto; }
    header[data-header-type="header3"] .navbar-toggler, header[data-header-type="header7"] .navbar-toggler {
      top: 30px;
      right: 10px;
      border: 0; } }

@media all and (max-width: 990px) {
  header[data-header-type="header7"] {
    background-position: center top;
    height: 150px;
    position: absolute; } }

header[data-header-type=header-auth] {
  min-height: 0;
  background: #f8f9f9;
  width: 100%;
  border-bottom: #dee3e4 1px solid; }
  header[data-header-type=header-auth] .auth-header {
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #c1c9c9;
    display: flex;
    height: 50px;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    header[data-header-type=header-auth] .auth-header .user {
      float: left;
      height: 36px;
      width: 100%; }
  header[data-header-type=header-auth] .right-block {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #717d7e !important;
    float: right;
    text-transform: initial; }
    header[data-header-type=header-auth] .right-block .navbar {
      padding: 0 !important; }
    header[data-header-type=header-auth] .right-block .navbar-toggler {
      position: initial;
      border: 0; }
  header[data-header-type=header-auth] .right-block a {
    color: #717d7e !important;
    font-weight: normal; }

header[data-header-type=header-auth] .navbar {
  width: 100%; }

body[data-bg='on'] .regular-header, body[data-bg='on'] .content {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }

@media all and (min-width: 990px) {
  #publicMenuContent {
    /*overflow: hidden;*/ }
    #publicMenuContent .main-links {
      display: flex;
      flex-direction: row;
      align-items: left;
      justify-content: center;
      max-width: 1061px; }
    #publicMenuContent .main-links li a {
      white-space: nowrap; } }

@media all and (min-width: 990px) {
  .header-page-1n #publicMenuContent .main-links {
    /*max-width: 768px;*/ } }

.private-menu {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #717d7e !important;
  text-transform: none;
  line-height: 30px;
  margin: 0 auto;
  padding: 0;
  height: 60px; }

.content {
  width: 1100px;
  margin: 0 auto;
  text-align: left;
  padding: 50px 20px 20px 20px;
  padding-bottom: 80px;
  background-color: #fff; }
  @media all and (max-width: 990px) {
    .content {
      width: 100% !important; } }
  .content img {
    /*max-width: 100%;*/
    height: auto; }
    .content img.bonus-box-img {
      max-width: auto;
      height: auto; }
  @media all and (max-width: 990px) {
    .content {
      padding-top: 30px;
      padding-bottom: 0px; } }
  .content h1 {
    /*text-transform: uppercase;*/
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    letter-spacing: 0;
    color: #0f1414;
    font-style: normal; }
  .content .newsletter-title {
    padding-left: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #4e5f60; }
    .content .newsletter-title h3 {
      display: inline;
      margin: 0;
      padding: 0; }
  .content .envelope-open:before {
    content: "\f2b6";
    /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: -5px;
    position: absolute;
    top: 0;
    font-size: 30px; }

footer[page-type="page-1n"] .content {
  width: 768px !important;
  padding-left: 0px;
  padding-right: 0px; }

.page-1n {
  background-color: #fff; }
  .page-1n #page-content {
    width: 100%;
    float: none; }
  .page-1n #page-sidebar {
    width: 100%;
    float: none;
    display: none; }
  @media all and (min-width: 990px) {
    .page-1n #page-content {
      width: 768px !important;
      float: none;
      margin: 0 auto; }
    .page-1n #page-sidebar {
      width: 100%;
      float: none;
      display: none; } }

.page-1w {
  background-color: #fff; }
  .page-1w #page-content {
    width: 100%;
    float: none;
    margin: 0 auto; }
  .page-1w #page-sidebar {
    width: 100%;
    float: none;
    display: none; }

.page-2l {
  background-color: #fff;
  display: block; }
  .page-2l #page-content, .page-2l #page-sidebar {
    width: 100%;
    float: none; }
  @media all and (min-width: 990px) {
    .page-2l {
      display: flex;
      justify-content: space-between; }
      .page-2l #page-content {
        order: 2;
        flex-basis: 68%;
        padding-left: 20px; }
      .page-2l #page-sidebar {
        flex-basis: 30%;
        order: 1; } }
  @media all and (min-width: 1100px) {
    .page-2l {
      display: flex;
      justify-content: space-between; }
      .page-2l #page-content {
        order: 2;
        flex-basis: 720px;
        width: 720px;
        padding-left: 50px !important; }
      .page-2l #page-sidebar {
        flex-basis: 340px;
        order: 1; } }

.page-2r {
  background-color: #fff; }
  .page-2r #page-content, .page-2r #page-sidebar {
    width: 100%;
    float: none; }
  @media all and (min-width: 990px) {
    .page-2r #page-content {
      width: 68%;
      float: left;
      padding-right: 20px; }
    .page-2r #page-sidebar {
      width: 30%;
      float: right; } }
  @media all and (min-width: 1100px) {
    .page-2r #page-content {
      width: 720px;
      float: left;
      padding-right: 50px; }
    .page-2r #page-sidebar {
      width: 340px;
      float: right; } }

@media all and (max-width: 990px) {
  .border-bottom-0 {
    border-bottom: 0; } }

.inline-hr-xs {
  display: none; }
  @media all and (max-width: 990px) {
    .inline-hr-xs {
      display: block;
      border-bottom: 1px solid #97a5a7;
      height: 20px;
      width: 100%;
      margin-bottom: 20px; } }

@media all and (max-width: 990px) {
  .background-grey-xs {
    background-color: rgba(151, 165, 167, 0.09);
    padding-bottom: 20px;
    padding-top: 20px; } }

.base-listing {
  width: 100%; }
  .base-listing thead, .base-listing .header-row, .base-listing .header-row-extra {
    background-color: #f8f9f9; }
  .base-listing thead tr, .base-listing .header-row, .base-listing .header-row-extra {
    border-width: 2px; }
  .base-listing tr, .base-listing .header-row, .base-listing .header-row-extra {
    border-bottom: 1px solid #97a5a7; }
  .base-listing thead th {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    color: #4e5f60; }
  .base-listing td, .base-listing th {
    padding: 20px;
    vertical-align: middle;
    font-weight: 700; }

.title-big {
  font-size: 18px; }

.text-bolded {
  font-weight: 700; }

.greedy-width {
  width: 100%; }

.no-wrap {
  white-space: nowrap; }

.header-row, .header-row-white, .header-row-extra {
  background-color: #f6f7f7;
  border-bottom: 2px solid #97a5a7;
  padding: 20px 5px 15px 5px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 4px; }

.header-row-white {
  background-color: #fff; }

.last-right td:last-child, .last-right th:last-child {
  text-align: right; }

.last-right a {
  color: #2d2d2d;
  text-decoration: underline; }

.same-color-link {
  color: #2d2d2d;
  text-decoration: underline; }

.user-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #0077ff;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
  float: left;
  background-position: center center;
  background-size: cover; }

.user-text {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  color: #2d3b3c;
  margin-left: 18px;
  float: left;
  line-height: 36px;
  font-weight: 200; }
  .user-text strong {
    color: #0077ff;
    font-weight: bold; }
  .user-text b {
    font-weight: 500; }

.user-comment .user-text-reverted {
  padding-right: 0px !important; }

.conversation-left, .conversation-right {
  float: left;
  width: 50%; }

.conversation-right {
  float: right; }

.user-text-reverted {
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  padding-right: 20px;
  float: right; }
  .user-text-reverted b {
    font-weight: bold; }
  .user-text-reverted strong {
    color: #2d2d2d; }

.user-img-reverted {
  float: right; }

.editor {
  width: 100%;
  height: 200px; }

/*
.autosaveBubble{
    background-color: #dcf8ea;
    padding: 20px;
    border-radius: 4px;
}
*/
.text-grey {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #4e5f60; }

.date-input {
  font-weight: bold;
  border-radius: 4px;
  border: 0.8px solid #4e5f60;
  padding: 5px 10px 7px 7px;
  max-width: 100px;
  color: #4e5f60; }

.text-right-custom {
  text-align: right; }
  @media all and (max-width: 990px) {
    .text-right-custom {
      text-align: left; } }

.date-input:before {
  content: "\f073";
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 13px;
  color: #4e5f60;
  top: 0;
  bottom: 0;
  left: 25px;
  z-index: 1;
  padding-right: 5px; }

.is-valid-container:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  text-decoration: inherit;
  font-size: 15px;
  color: #17d072;
  top: 40px;
  bottom: 0;
  right: 20px;
  z-index: 1;
  padding-right: 10px;
  position: absolute; }

.is-valid {
  border-color: #17d072 !important; }

.is-invalid-container:after {
  content: "\f00d";
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  text-decoration: inherit;
  font-size: 15px;
  color: #f35a36;
  top: 40px;
  bottom: 0;
  right: 20px;
  z-index: 1;
  padding-right: 10px;
  position: absolute; }

.is-invalid {
  border-color: #f35a36 !important; }

.form-control {
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #c1c9c9;
  padding: 0 14px;
  line-height: 40px;
  font-size: 14px; }

.custom-select {
  height: 40px !important; }

.after-input {
  display: none; }

select.form-control {
  padding: 0 14px;
  line-height: 60px; }

.btn-blue, .btn-blue-inverted {
  font-weight: bold;
  border-radius: 2px;
  border: 0.8px solid #0077ff;
  padding: 5px 10px 5px 5px;
  background-color: #0077ff;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }

.btn-blue-inverted {
  color: #0077ff;
  background-color: #fff; }

.btn-save, .btn-save-inverted, .btn-register, .btn-gray-cancel, .btn-change-apt, .btn-cancel-apt, .btn-blue-faded, .btn-neutral, .btn-neutral-inverted {
  border: 2px solid #17d072;
  background-color: #17d072;
  border-radius: 4px;
  color: #fff !important;
  padding: 10px 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px; }

.btn-save-inverted {
  background-color: #fff;
  color: #17d072; }

.btn-gray-cancel, .btn-cancel-apt {
  background-color: #dee3e4;
  border-color: #dee3e4;
  color: #4e5f60 !important; }
  @media all and (max-width: 990px) {
    .btn-gray-cancel, .btn-cancel-apt {
      display: block;
      width: 100%;
      clear: both;
      float: none; } }

.btn-gray-small, .btn-gray-small-fixed {
  color: #4e5f60;
  background-color: #fff;
  border-color: #4e5f60;
  font-weight: bold; }

.btn-gray-small-fixed {
  color: #4e5f60 !important; }

.btn-outline-primary {
  font-weight: bold;
  font-size: 13px; }

@media all and (max-width: 990px) {
  .btn-save, .btn-save-inverted {
    display: block;
    width: 100%;
    clear: both;
    float: none; } }

.btn-cancel-apt {
  display: block;
  width: 100%; }

.btn-change-apt {
  background-color: #ffffff;
  border: solid 1px #0077ff;
  color: #0077ff;
  display: block;
  width: 100%; }

.btn-blue-faded {
  color: #0077ff;
  background-color: #e8f3ff;
  border-color: #e8f3ff;
  width: 100%; }

.btn-register {
  padding: 10px 80px; }
  @media all and (max-width: 450px) {
    .btn-register {
      padding: 10px 20px; } }

.btn-neutral {
  background-color: #717d7e;
  border-color: #717d7e; }

.btn-neutral-inverted {
  border-color: #717d7e;
  color: #717d7e;
  background-color: #fff; }

.btn-primary {
  font-size: 13px; }

.user-icon-left {
  float: left;
  padding: 20px 20px 20px 0; }

.user-icon-right {
  float: right;
  padding: 20px 0 20px 20px; }

.client-text strong {
  color: #191c1d; }

.user-comment, .user-comment-child {
  float: right;
  width: 50%;
  font-family: "Open Sans", sans-serif;
  color: #2d2d2d; }
  @media all and (max-width: 990px) {
    .user-comment, .user-comment-child {
      width: 85%; } }
  .user-comment .course-snippet, .user-comment-child .course-snippet {
    width: 100%;
    border-top: 1px solid #aaa;
    font-size: 14px;
    font-style: italic;
    padding: 10px 0 0 0;
    margin-top: 20px;
    text-align: right;
    color: #4e5f60; }
  .user-comment .wrapper, .user-comment-child .wrapper {
    border: solid 1px rgba(0, 0, 0, 0.31);
    border-radius: 4px;
    border-top-right-radius: 0px;
    background-color: #f8f9f9;
    padding: 20px;
    overflow-wrap: break-word; }
    @media all and (max-width: 990px) {
      .user-comment .wrapper, .user-comment-child .wrapper {
        padding: 10px; } }
  .user-comment .child-logs, .user-comment-child .child-logs {
    border-right: 1px solid #7fbbff;
    border-left: 0;
    clear: both; }
    .user-comment .child-logs .user-icon-right, .user-comment-child .child-logs .user-icon-right {
      margin-right: -20px; }
    .user-comment .child-logs .user-icon-left, .user-comment-child .child-logs .user-icon-left {
      margin-left: -20px; }
    .user-comment .child-logs .wrapper, .user-comment-child .child-logs .wrapper {
      margin-top: 20px;
      margin-right: 40px; }

.user-comment-child {
  float: none;
  width: auto; }

.btn-margin-left {
  margin-left: 40px; }

.child-logs .user-icon-left .user-img, .child-logs .user-icon-right .user-img {
  width: 40px;
  height: 40px;
  border: 2px solid #fff; }

.user-comment-primary, .user-comment-child-primary {
  float: left; }
  .user-comment-primary .course-snippet, .user-comment-child-primary .course-snippet {
    text-align: left;
    border-top: 1px solid rgba(0, 119, 255, 0.5); }
  .user-comment-primary .wrapper, .user-comment-child-primary .wrapper {
    overflow-wrap: break-word;
    border-color: rgba(0, 119, 255, 0.5);
    border-radius: 4px;
    border-top-left-radius: 0px;
    background-color: #fff !important; }
  .user-comment-primary .child-logs, .user-comment-child-primary .child-logs {
    border-left: 1px solid #7fbbff;
    border-right: 0;
    clear: both; }
    .user-comment-primary .child-logs .wrapper, .user-comment-child-primary .child-logs .wrapper {
      margin-top: 20px;
      margin-left: 40px; }

.child-logs-right {
  border-right: 1px solid #7fbbff;
  border-left: 0; }

.child-alignment-left {
  float: left;
  text-align: left; }

.child-alignment-right {
  float: right;
  text-align: right; }

.small-font strong {
  font-size: 18px !important;
  line-height: 18px; }
  @media all and (max-width: 990px) {
    .small-font strong {
      font-size: 14px !important; } }

@media all and (min-width: 990px) {
  .collapse {
    display: block !important; } }
.small-font {
  font-size: 13px !important;
  line-height: 18px;
  margin-left: 0;
  margin-bottom: 20px;
  color: #4e5f60; }

.attachment {
  color: #0077ff;
  font-weight: bold;
  text-decoration: underline;
  padding: 10px;
  border-radius: 4px;
  background-color: rgba(151, 165, 167, 0.09);
  display: block; }

.line-btm {
  font-size: 1px;
  height: 10px;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #c1c9c9; }

.text-underline {
  text-decoration: underline; }

/** FILES STUFF **/
.file {
  padding-left: 65px; }

.file a {
  color: #2d2d2d; }

.file-word:before, .file-pdf:before, .file-clip:before, .file-alt:before {
  content: "\f1c2";
  font-family: 'Font Awesome 5 Pro';
  font-style: 800;
  font-weight: 300;
  text-decoration: inherit;
  font-size: 16px;
  color: #2d2d2d;
  top: 20px;
  bottom: 0;
  left: 50px;
  z-index: 1;
  padding-right: 10px;
  position: absolute; }

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

.file-clip:before {
  content: "\f46d"; }

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

.main-links li:hover .sub-menu {
  visibility: visible; }

.nav-item:hover .dropdown-menu {
  position: absolute;
  display: block; }

@media all and (max-width: 990px) {
  .no-padding-mobile {
    padding: 0; } }

header[data-content-type="header-auth"] .logo-block {
  float: left;
  display: inline-block; }
header[data-content-type="header-auth"] .logo-extrasmall {
  max-height: 42px !important;
  font-size: 18px; }
header[data-content-type="header-auth"] .user-name {
  margin-right: 20px; }

header[data-header-type="header3"] .logo-large, header[data-header-type="header4"] .logo-large, header[data-header-type="header5"] .logo-large, header[data-header-type="header6"] .logo-large, header[data-header-type="header7"] .logo-large {
  max-height: 98px !important;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px; }
header[data-header-type="header3"] .logo-medium, header[data-header-type="header4"] .logo-medium, header[data-header-type="header5"] .logo-medium, header[data-header-type="header6"] .logo-medium, header[data-header-type="header7"] .logo-medium {
  max-height: 78px !important;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px; }
header[data-header-type="header3"] .logo-small, header[data-header-type="header4"] .logo-small, header[data-header-type="header5"] .logo-small, header[data-header-type="header6"] .logo-small, header[data-header-type="header7"] .logo-small {
  max-height: 58px !important;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px; }

.ui-colorpicker {
  z-index: 100000 !important; }

.login-header {
  background-image: none !important;
  background-color: #f8f9f9;
  min-height: 60px !important; }

header[data-header-type="header4"].login-header .navbar-brand {
  margin-top: 0px; }

.alert-danger {
  background-color: rgba(243, 90, 54, 0.09) !important;
  border-radius: 4px;
  border: 0;
  color: #f35a36; }

.alert-success {
  border-radius: 4px;
  border: 0;
  color: #17d072;
  background-color: #DCF8EA; }

.page-1n .mobile_break, .page-2l .mobile_break, .page-2r .mobile_break {
  font-size: 1px;
  margin: 0;
  padding: 0;
  height: 1px;
  clear: both;
  display: block; }

.mobile_break {
  font-size: 1px;
  margin: 0;
  padding: 0;
  height: 1px; }
  @media all and (max-width: 990px) {
    .mobile_break {
      clear: both;
      display: block; } }

.grey-bg {
  background-color: #f8f9f9; }
  .grey-bg p, .grey-bg ul {
    padding: 0 40px !important; }
  .grey-bg h3 {
    padding: 40px 40px 20px 40px !important;
    margin-bottom: 0; }
  .grey-bg h3 + p {
    padding-top: 0px !important; }
  .grey-bg h3 + ul {
    padding-top: 0px !important; }

.grey-bg-flex-flip, .grey-bg-flex {
  display: flex !important;
  align-items: stretch;
  background-color: #f8f9f9; }
  .grey-bg-flex-flip .text-container, .grey-bg-flex .text-container {
    padding: 40px;
    width: 100%; }
    @media all and (max-width: 990px) {
      .grey-bg-flex-flip .text-container, .grey-bg-flex .text-container {
        padding: 20px; } }
    .grey-bg-flex-flip .text-container ul, .grey-bg-flex .text-container ul {
      margin: 20px; }
  .grey-bg-flex-flip p, .grey-bg-flex p {
    margin-bottom: 10px; }
  .grey-bg-flex-flip img, .grey-bg-flex img {
    object-fit: cover;
    margin: 0; }
    @media all and (max-width: 990px) {
      .grey-bg-flex-flip img, .grey-bg-flex img {
        object-fit: contain; } }
  @media all and (max-width: 990px) {
    .grey-bg-flex-flip, .grey-bg-flex {
      flex-direction: column; } }

.bg-clear {
  background-color: transparent; }
  @media all and (max-width: 990px) {
    .bg-clear {
      background-color: transparent !important; } }

.bg-light-grey {
  background-color: #f6f5f2; }

@media all and (max-width: 990px) {
  .grey-bg-flex-flip {
    flex-direction: column-reverse; } }

.page-2l .grey-bg-flex, .page-2r .grey-bg-flex {
  flex-direction: column; }
.page-2l .grey-bg-flex-flip, .page-2r .grey-bg-flex-flip {
  flex-direction: column-reverse; }
.page-2l .snip_image img, .page-2r .snip_image img {
  max-width: 100%;
  max-height: 250px;
  object-fit: cover; }

#page-sidebar .grey-bg p {
  padding-bottom: 20px !important;
  padding-top: 0px !important; }
  #page-sidebar .grey-bg p:last-of-type {
    padding-bottom: 40px !important; }

.snip_image img {
  max-width: 440px;
  object-fit: cover; }

.grey-box-grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 40px 0; }
  @media all and (max-width: 990px) {
    .grey-box-grid {
      flex-direction: column; } }
  .grey-box-grid .grid-box {
    width: 333px;
    padding: 40px;
    background-color: #f8f9f9;
    text-align: center;
    border-bottom: 5px solid #2155a2; }
    @media all and (max-width: 990px) {
      .grey-box-grid .grid-box {
        margin: 0 auto 30px auto;
        width: 90%; } }
    .grey-box-grid .grid-box p {
      margin-top: 20px; }
    .grey-box-grid .grid-box strong {
      font-size: 18px;
      color: #2155a2; }
  .grey-box-grid .grid-box-left {
    width: 100%;
    padding: 40px;
    background-color: #f8f9f9;
    text-align: center;
    border-left: 5px solid #2155a2;
    text-align: left; }
    @media all and (max-width: 990px) {
      .grey-box-grid .grid-box-left {
        margin: 0 auto 30px auto;
        width: 90%; } }
    .grey-box-grid .grid-box-left img {
      margin-right: 20px; }
    .grey-box-grid .grid-box-left strong {
      font-size: 18px;
      color: #2155a2; }

.box-testimonials1, .box-testimonials1-half, .box-testimonials1-half-rev2 {
  display: flex;
  padding: 40px 40px 0px 40px;
  background-color: #fff5e6; }
  @media all and (max-width: 990px) {
    .box-testimonials1, .box-testimonials1-half, .box-testimonials1-half-rev2 {
      flex-direction: column; } }
  .box-testimonials1 .box-quote, .box-testimonials1-half .box-quote, .box-testimonials1-half-rev2 .box-quote {
    background: url(/v3/static/images/quote_mark.png) no-repeat top left;
    min-width: 150px;
    height: 100px; }
  .box-testimonials1 .text-content p, .box-testimonials1-half .text-content p, .box-testimonials1-half-rev2 .text-content p {
    font-size: 18px;
    color: #2d2d2d;
    font-family: 'Open sans';
    padding-bottom: 40px;
    width: 100%; }
  .box-testimonials1 .text-content .box-name, .box-testimonials1-half .text-content .box-name, .box-testimonials1-half-rev2 .text-content .box-name {
    width: 100%;
    border-top: 1px solid #2d2d2d;
    padding: 40px 0;
    display: flex;
    align-items: center; }
    .box-testimonials1 .text-content .box-name .credits, .box-testimonials1-half .text-content .box-name .credits, .box-testimonials1-half-rev2 .text-content .box-name .credits {
      padding-left: 20px;
      color: #2d2d2d; }
      .box-testimonials1 .text-content .box-name .credits strong, .box-testimonials1-half .text-content .box-name .credits strong, .box-testimonials1-half-rev2 .text-content .box-name .credits strong {
        font-size: 18px;
        font-weight: 800; }

.flex-box-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: space-around; }
  @media all and (max-width: 990px) {
    .flex-box-content {
      flex-direction: column; } }

.box-testimonials1-half {
  align-content: center;
  flex-direction: column;
  margin-right: 25px;
  width: 550px; }
  @media all and (max-width: 990px) {
    .box-testimonials1-half {
      width: 100%; } }
  .box-testimonials1-half:last-child {
    margin-right: 0; }

.page-1n .snip_image img {
  max-width: 300px;
  object-fit: cover; }

.equal-margins form {
  margin: 0 auto; }

@media all and (max-width: 990px) {
  .snip_horizontal img {
    max-height: 238px !important;
    max-width: 100% !important;
    width: 100% !important;
    object-fit: cover !important; } }
.confirm_template h2 {
  margin-bottom: 20px; }
.confirm_template p {
  width: 100%; }
.confirm_template h4 {
  width: 100%;
  margin-bottom: 20px; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em; }

.action-text-data p {
  margin-bottom: 5px; }

.box-testimonials2 {
  margin-top: 40px; }
  .box-testimonials2 .text-container {
    float: left;
    max-width: 500px; }
    .box-testimonials2 .text-container .box-quote {
      position: relative;
      background-image: url(v3/static/images/art_deni.quote.mark.svg);
      margin-top: 15px;
      padding: 40px;
      background-color: #f6f5f2; }
      .box-testimonials2 .text-container .box-quote .sgn-quot {
        position: absolute;
        top: -50px; }

.flex-box-content-rev2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  align-content: space-around; }
  @media all and (max-width: 990px) {
    .flex-box-content-rev2 {
      flex-direction: column; } }

.box-testimonials1-half-rev2 {
  align-content: center;
  flex-direction: column;
  margin-right: 25px;
  width: 515px;
  flex: 1 auto;
  padding: 40px 40px 0px 40px; }
  @media all and (max-width: 990px) {
    .box-testimonials1-half-rev2 {
      width: 100%; } }
  .box-testimonials1-half-rev2:last-child {
    margin-right: 0; }

.overlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000001;
  opacity: 0.75;
  background-color: #fff;
  display: none; }

.spinner, .modal-browser {
  position: fixed;
  top: -50px;
  left: -50px;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  z-index: 100000002;
  display: none; }

.modal-browser {
  top: -250px;
  left: -250px;
  width: 350px;
  height: auto;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px;
  border: 3px solid #ccc;
  border-radius: 15px; }

@media all and (max-width: 990px) {
  .powered-by {
    border: none !important; }

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

  .btn {
    white-space: break-spaces; }

  .dropdown {
    position: initial !important; } }
.box-vertical {
  flex-direction: column; }
  .box-vertical img {
    max-width: 100%; }

/* Content blocks */
.testimonial-container {
  margin: auto;
  margin-bottom: 20px; }
  .testimonial-container :last-child {
    margin-right: 0px; }

.testimonial-container::after {
  content: '' !important;
  display: block !important;
  clear: both !important; }

.container-1narrow {
  width: 333px; }
  @media (max-width: 768px) {
    .container-1narrow {
      width: 100%; } }

.container-2narrow {
  width: 699px; }
  @media (max-width: 768px) {
    .container-2narrow {
      width: 100%; } }

.container-3narrow {
  width: 1090px; }
  @media (max-width: 768px) {
    .container-3narrow {
      width: 100%; } }

.testimonial-narrow {
  margin-right: 30px;
  padding: 40px;
  text-align: center;
  background-color: #f8f9f9;
  float: left; }
  .testimonial-narrow .testimonial-pic {
    width: 110px;
    height: 110px;
    background-position: center;
    background-size: cover;
    border: solid 4px #ffffff;
    border-radius: 90px;
    margin: auto; }
  .testimonial-narrow .testimonial-quote {
    width: 250px;
    margin-top: 20px; }
  .testimonial-narrow .testimonial-name {
    width: 250px;
    margin-top: 20px;
    font-weight: bold; }
  .testimonial-narrow .testimonial-company {
    width: 250px; }
  @media (max-width: 768px) {
    .testimonial-narrow {
      width: 100%;
      margin-bottom: 20px; } }

.testimonial-long {
  margin-top: 20px;
  margin-bottom: 20px; }
  .testimonial-long .testimonial-credentials {
    width: 20%;
    float: left;
    text-align: right; }
  .testimonial-long .testimonial-body {
    width: 80%;
    float: right; }
    .testimonial-long .testimonial-body .testimonial-body-inner {
      margin-left: 40px; }
  .testimonial-long :first-child {
    margin-top: 0px; }
  .testimonial-long :last-child {
    margin-bottom: 0px; }

.testimonial-long::after {
  content: '' !important;
  display: block !important;
  clear: both !important; }

.testimonial-stacked-container {
  width: 640px;
  margin: auto;
  background-color: #e0e0e0; }
  @media (max-width: 768px) {
    .testimonial-stacked-container {
      width: 100%; } }
  .testimonial-stacked-container hr {
    margin: 0px !important; }
  .testimonial-stacked-container .testimonial-stacked {
    padding: 40px; }
    .testimonial-stacked-container .testimonial-stacked .testimonial-quote {
      margin-bottom: 40px; }
    .testimonial-stacked-container .testimonial-stacked .testimonial-credentials .testimonial-pic {
      float: left;
      margin-left: 20px;
      margin-right: 20px;
      width: 66px;
      height: 66px;
      background-position: center;
      background-size: cover;
      border-radius: 90px; }
    .testimonial-stacked-container .testimonial-stacked .testimonial-credentials .testimonial-name-position {
      padding-top: 10px;
      float: none;
      padding-left: 120px; }
    .testimonial-stacked-container .testimonial-stacked .testimonial-credentials::after {
      content: '' !important;
      display: block !important;
      clear: both !important; }

.testimonial-1wide-container {
  padding: 40px;
  background-color: #e0e0e0; }
  .testimonial-1wide-container .testimonial-1wide .testimonial-pad {
    width: 15%;
    float: left; }
  .testimonial-1wide-container .testimonial-1wide .fa-quote-left {
    color: black !important;
    opacity: 0.2;
    font-size: 60px; }
  .testimonial-1wide-container .testimonial-1wide .testimonial-content {
    width: 85%;
    float: left; }
  .testimonial-1wide-container .testimonial-1wide hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  .testimonial-1wide-container .testimonial-1wide .testimonial-credentials .testimonial-pic {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 66px;
    height: 66px;
    background-position: center;
    background-size: cover;
    border-radius: 90px; }
  .testimonial-1wide-container .testimonial-1wide .testimonial-credentials .testimonial-name-position {
    padding-top: 10px;
    float: none;
    padding-left: 120px; }
  .testimonial-1wide-container .testimonial-1wide .testimonial-credentials::after {
    content: '' !important;
    display: block !important;
    clear: both !important; }

.testimonial-1wide::after {
  content: '' !important;
  display: block !important;
  clear: both !important; }

.testimonial-1wide-container::after {
  content: '' !important;
  display: block !important;
  clear: both !important; }

.testimonial-2wide-container .testimonial-2wide {
  width: 48%;
  float: left; }
  .testimonial-2wide-container .testimonial-2wide .fa-quote-left {
    color: black !important;
    opacity: 0.2; }
  .testimonial-2wide-container .testimonial-2wide .testimonial-content {
    background-color: #e0e0e0;
    padding: 40px; }
  .testimonial-2wide-container .testimonial-2wide hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  .testimonial-2wide-container .testimonial-2wide .fa-quote-left {
    font-size: 60px;
    margin-bottom: 20px; }
  .testimonial-2wide-container .testimonial-2wide .testimonial-credentials .testimonial-pic {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 66px;
    height: 66px;
    background-position: center;
    background-size: cover;
    border-radius: 90px; }
  .testimonial-2wide-container .testimonial-2wide .testimonial-credentials .testimonial-name-position {
    padding-top: 10px;
    float: none;
    padding-left: 120px; }
  .testimonial-2wide-container .testimonial-2wide .testimonial-credentials::after {
    content: '' !important;
    display: block !important;
    clear: both !important; }
.testimonial-2wide-container .testimonial-2wide-right {
  float: right; }

.testimonial-2wide-container::after {
  content: '' !important;
  display: block !important;
  clear: both !important; }

.testimonial-generic {
  width: 100%;
  height: 20px;
  margin-top: 15px;
  background-color: #8e8e8e; }

.testimonial-generic:first-child {
  margin-top: 0px; }

.txtpic-block {
  display: flex !important;
  align-items: stretch;
  background-color: #f8f9f9;
  margin-bottom: 20px; }
  .txtpic-block .text-container {
    padding: 40px;
    width: 60%; }
    @media all and (max-width: 990px) {
      .txtpic-block .text-container {
        padding: 20px; } }
    @media (max-width: 768px) {
      .txtpic-block .text-container {
        width: 100%; } }
  .txtpic-block .img_left, .txtpic-block .img_right {
    object-fit: cover;
    margin: 0;
    width: 40%; }
    @media all and (max-width: 990px) {
      .txtpic-block .img_left, .txtpic-block .img_right {
        object-fit: contain; } }
    @media (max-width: 768px) {
      .txtpic-block .img_left, .txtpic-block .img_right {
        width: 100%; } }
  @media all and (max-width: 990px) {
    .txtpic-block {
      flex-direction: column; } }

.txtpic-vertical {
  flex-direction: column; }
  .txtpic-vertical img {
    max-width: 100%; }
  .txtpic-vertical .text-container {
    width: 100%; }

.txtopt-block {
  margin-bottom: 20px; }
  .txtopt-block .text-container {
    padding: 40px !important;
    width: 100% !important; }
  .txtopt-block .img_left, .txtopt-block .img_right {
    width: unset; }
  .txtopt-block .img_left {
    margin-right: 20px !important; }
  .txtopt-block .img_right {
    margin-left: 20px !important; }
  .txtopt-block .opt-code {
    min-width: 390px; }

p:first-child {
  margin-top: 0px; }

p:last-child {
  margin-bottom: 0px; }

#sticky-sidebar-small {
  left: 0px !important; }

#sticky-sidebar .opts a {
  padding: 20px 0 19px 5px; }

main[role="main"], main[role="main"] h1, .cart-canvas h2.cart-h2, main[role="main"] h2, main[role="main"] h3, main[role="main"] h4, main[role="main"] .appointment-schedule-inner .btn-schedule, main[role="form"] .date-entry-label, footer .content, .todo-normal .todo-scheduled, .todo-green .todo-scheduled, .todo-orange .todo-scheduled, .payment-tab, .form-date ul, .form-date li, .btn-printer, .optin-type h3, .optin-type h4, .optin-box h3, .optin-box h4, .optin-type input[type="submit"], .optin-box input[type="submit"], .optin-type p.no-spam-label, .optin-box p.no-spam-label, .optin-type-wide h3, .optin-type-wide h4, .optin-type-wide input[type="text"],
.optin-type-wide input[type="email"], .optin-type-wide p.no-spam-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px; }

main[role="main"], main[role="main"] h1, .cart-canvas h2.cart-h2 {
  font-size: 16px; }

main[role="main"] h1 {
  font-size: 28px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal; }
  @media (max-width: 768px) {
    main[role="main"] h1 {
      font-size: 20px; } }
main[role="main"] h2 {
  font-size: 24px;
  color: #0077ff;
  width: 100%;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal; }
main[role="main"] h3 {
  font-size: 18px;
  color: #191c1d; }
  main[role="main"] h3 .graytext {
    color: #4e5f60; }
main[role="main"] h4 {
  font-size: 13px;
  color: #191c1d; }
  main[role="main"] h4 .graytext {
    color: #4e5f60; }
main[role="main"] h3.documents-category-name {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 0px;
  font-size: 16px;
  color: #191c1d !important; }
  @media (max-width: 768px) {
    main[role="main"] h3.documents-category-name {
      padding-bottom: 10px; } }
main[role="main"] h3.calendar-app-select {
  font-size: 16px !important;
  color: #2d2d2d !important; }
main[role="main"] h3.course-form-question {
  margin: 0px; }
main[role="main"] .document-title-padding {
  padding-left: 45px; }
  @media (max-width: 768px) {
    main[role="main"] .document-title-padding {
      padding-left: 30px; } }
main[role="main"] .document-title-padding-small {
  padding-left: 35px; }
  @media (max-width: 768px) {
    main[role="main"] .document-title-padding-small {
      padding-left: 28px; } }
main[role="main"] .mycourse-title-padding {
  padding-left: 40px; }
  @media (max-width: 768px) {
    main[role="main"] .mycourse-title-padding {
      padding-left: 25px; } }
main[role="main"] .dashboard-title-padding {
  padding-left: 25px; }
  @media (max-width: 768px) {
    main[role="main"] .dashboard-title-padding {
      margin-top: 1px;
      padding-left: 25px; } }
main[role="main"] .dashboard-section-title {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    main[role="main"] .dashboard-section-title {
      margin-bottom: 10px; } }
main[role="main"] .hr-dashboard {
  margin-top: 50px;
  margin-bottom: 50px; }
main[role="main"] .myproducts-title-padding {
  display: block;
  padding-left: 45px; }
  @media (max-width: 768px) {
    main[role="main"] .myproducts-title-padding {
      padding-left: 30px; } }
main[role="main"] .course-block .form-block {
  border-radius: 4px;
  border: #c1c9c9 1px solid;
  padding: 30px; }
main[role="main"] .course-question {
  margin-bottom: 20px; }
  main[role="main"] .course-question p {
    margin: 0px; }
  main[role="main"] .course-question .course-question-description {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold; }
  main[role="main"] .course-question .form-question-answer {
    font-size: 16px !important;
    color: #4e5f60; }
  main[role="main"] .course-question label.isCustom {
    font-size: 16px !important;
    color: #4e5f60;
    font-weight: bold;
    padding-left: 35px; }
    main[role="main"] .course-question label.isCustom span.icon {
      margin-top: 3px; }
main[role="main"] .dashboard-empty-section {
  background-color: #f6f7f7;
  min-height: 200px;
  border-radius: 4px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px; }
  main[role="main"] .dashboard-empty-section .fas {
    color: #929595; }
  main[role="main"] .dashboard-empty-section .section-title {
    margin-top: 20px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #191c1d; }
  main[role="main"] .dashboard-empty-section .section-details {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #191c1d;
    margin-top: 5px; }
main[role="main"] .document-block {
  border-radius: 4px;
  border: solid 1px #c1c9c9;
  padding: 30px;
  color: #4e5f60; }
  main[role="main"] .document-block a {
    color: #4e5f60; }
  main[role="main"] .document-block .filename {
    font-size: 16px; }
  main[role="main"] .document-block .filetype {
    font-weight: bold; }
  main[role="main"] .document-block .document-row-separator {
    color: red; }
  main[role="main"] .document-block .document-row hr {
    margin-top: 30px; }
main[role="main"] h1[page-data-type="page-title"] {
  display: inline-block;
  padding-bottom: 50px; }
main[role="main"] h2[page-data-type="page-inner"] {
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  font-weight: 300; }
  main[role="main"] h2[page-data-type="page-inner"] b {
    font-weight: 600; }
main[role="main"] h2[page-data-type="page-inner-main"] {
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #2d2d2d;
  margin-bottom: 30px;
  margin-top: 50px; }
main[role="main"] h2[page-data-type="page-inner-special"] {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #0e75b5;
  margin-bottom: 20px;
  margin-top: 40px;
  text-transform: uppercase; }
  main[role="main"] h2[page-data-type="page-inner-special"] b {
    font-weight: 600; }
main[role="main"] .product-thankyou-page {
  background-color: #c1c9c9;
  margin-top: 20px;
  margin-bottom: 20px; }
main[role="main"] .product-thankyou-contentcard {
  padding: 20px;
  background-color: #f6f7f7;
  border-radius: 4px;
  margin-bottom: 10px; }
  main[role="main"] .product-thankyou-contentcard ol {
    margin-bottom: 0px; }
  main[role="main"] .product-thankyou-contentcard a {
    color: #4e5f60;
    font-size: 13px;
    text-decoration: underline; }
  main[role="main"] .product-thankyou-contentcard .course-title {
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
    color: #191c1d; }
  main[role="main"] .product-thankyou-contentcard .fa-icon {
    color: #4e5f60; }
  main[role="main"] .product-thankyou-contentcard .document-type {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #4e5f60; }
main[role="main"] h1.h_dashboard {
  font-size: 28px;
  font-weight: 300;
  margin: 0px;
  line-height: 28px !important;
  color: #191c1d; }
  @media (max-width: 768px) {
    main[role="main"] h1.h_dashboard {
      font-size: 20px;
      line-height: 20px !important; } }
@media (max-width: 768px) {
  main[role="main"] h1.h_payment {
    font-weight: 600 !important; } }
main[role="main"] .data-area {
  background-color: #f8f9f9;
  border-radius: 4px;
  font-size: 16px; }
  main[role="main"] .data-area span.greytext {
    color: #4e5f60 !important; }
main[role="main"] p[page-data-type="page-inner-special"] {
  font-size: 16px; }
main[role="main"] ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 0;
  margin-left: 1.3em;
  /*
  li span {
    @extend %page-font;
  }
  */ }
  main[role="main"] ul li {
    margin: 0px;
    padding: 0px; }
main[role="main"] ul[page-data-type="page-inner-special"] li span {
  font-size: 16px; }
main[role="main"] .testimonial {
  background-color: #f8f9f9; }
main[role="main"] .appointment-schedule {
  background-color: #f1f7fb;
  min-height: 210px; }
main[role="main"] .appointment-schedule-inner {
  margin-top: 40px;
  max-width: 650px;
  display: block; }
  @media only screen and (max-width: 768px) {
    main[role="main"] .appointment-schedule-inner {
      width: 80%; } }
  main[role="main"] .appointment-schedule-inner .icon {
    float: left; }
    @media only screen and (max-width: 768px) {
      main[role="main"] .appointment-schedule-inner .icon {
        text-align: center;
        width: 100%;
        margin-bottom: 26px; } }
  main[role="main"] .appointment-schedule-inner .icon-text {
    float: left; }
    @media only screen and (max-width: 768px) {
      main[role="main"] .appointment-schedule-inner .icon-text {
        text-align: center;
        width: 100%; } }
  main[role="main"] .appointment-schedule-inner h3 {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    margin: 0px;
    display: inline;
    font-weight: normal; }
  main[role="main"] .appointment-schedule-inner .btn-schedule {
    background-color: #0e75b5;
    color: #ffffff;
    font-weight: bold;
    padding: 13px 24px 13px 24px; }
main[role="main"] .agreement-description {
  margin-top: 20px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    main[role="main"] .agreement-description {
      margin-top: 10px;
      margin-bottom: 20px; } }
main[role="main"] .agreement_coachname {
  font-weight: bold !important; }
main[role="main"] .agreement-pay-in-full-option {
  cursor: pointer; }
  main[role="main"] .agreement-pay-in-full-option .agreement-details {
    margin-top: 10px;
    margin-left: 38px; }
  main[role="main"] .agreement-pay-in-full-option span.agreement-description i {
    font-size: 13px;
    line-height: 1.43;
    color: #191c1d; }
  main[role="main"] .agreement-pay-in-full-option span.title-label {
    color: #717d7e;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-top: 10px; }
    @media (max-width: 768px) {
      main[role="main"] .agreement-pay-in-full-option span.title-label {
        font-size: 11px; } }
  main[role="main"] .agreement-pay-in-full-option .payment-option-in {
    background-color: rgba(151, 165, 167, 0.09); }
  main[role="main"] .agreement-pay-in-full-option label.isCustom {
    padding-left: 20px;
    margin-bottom: 0px; }
    main[role="main"] .agreement-pay-in-full-option label.isCustom .icon {
      margin-top: -3px; }
  main[role="main"] .agreement-pay-in-full-option .price-value {
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1; }
  main[role="main"] .agreement-pay-in-full-option .price-description {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase; }
  main[role="main"] .agreement-pay-in-full-option .payment-selection-active {
    background-color: white !important; }
  main[role="main"] .agreement-pay-in-full-option .payment-selection-inactive .price-value, main[role="main"] .agreement-pay-in-full-option .payment-selection-inactive .price-description {
    color: #191c1d !important; }

main[page-data-type="narrow"] {
  max-width: 768px; }

main[role="profile"] {
  color: #191c1d; }
  main[role="profile"] p {
    color: #191c1d; }
  main[role="profile"] .btn-save {
    cursor: pointer; }
  main[role="profile"] h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px; }
  main[role="profile"] h1.h_dashboard {
    font-size: 28px;
    font-weight: 300;
    margin: 0px;
    line-height: 28px !important;
    color: #191c1d;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      main[role="profile"] h1.h_dashboard {
        font-size: 20px;
        line-height: 20px !important;
        margin-bottom: 10px; } }
  main[role="profile"] h3 {
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    color: #0f1414;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px; }
  main[role="profile"] h4 {
    border-radius: 4px 4px 0px 0px;
    background-color: rgba(151, 165, 167, 0.09);
    font-size: 13px !important;
    font-family: "Open Sans", sans-serif !important;
    color: #4e5f60 !important;
    padding: 25px 20px 25px 20px;
    font-weight: bold;
    border-bottom: #97a5a7 2px solid;
    margin-bottom: 20px; }
  main[role="profile"] .profile-section {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 5px;
    padding-right: 5px; }
    @media (max-width: 768px) {
      main[role="profile"] .profile-section {
        padding-left: 0px;
        padding-right: 0px; } }
    main[role="profile"] .profile-section label {
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-style: normal;
      font-stretch: normal;
      color: #2d2d2d;
      padding: 0px;
      margin-bottom: 10px;
      font-weight: bold; }
    main[role="profile"] .profile-section a {
      font-size: 13px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.43;
      letter-spacing: normal;
      color: #2d2d2d;
      text-decoration: underline; }
    main[role="profile"] .profile-section label.isCustom {
      padding-left: 35px; }
    main[role="profile"] .profile-section p {
      margin-bottom: 30px;
      padding: 0px; }
    main[role="profile"] .profile-section .sml {
      margin-bottom: 22px; }
    main[role="profile"] .profile-section .sml2 {
      margin-bottom: 20px; }
    main[role="profile"] .profile-section .profile-image {
      width: 96px;
      height: 96px;
      background-color: #0077ff;
      border-radius: 50%;
      text-align: center;
      color: white;
      padding-top: 15px;
      font-family: 'Roboto Condensed';
      background-size: cover;
      font-size: 45.3px;
      font-weight: bold;
      font-style: normal;
      font-stretch: condensed;
      margin-right: 20px; }
      @media (max-width: 768px) {
        main[role="profile"] .profile-section .profile-image {
          width: 85px;
          height: 85px;
          margin-right: 20px; } }
      @media (max-width: 320px) {
        main[role="profile"] .profile-section .profile-image {
          margin-right: 15px; } }
    main[role="profile"] .profile-section .upload-photo {
      background-color: #ffffff;
      border: solid 1px #0077ff;
      border-radius: 2px;
      padding: 5px 10px;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      color: #0077ff;
      margin: 0px;
      text-align: center;
      margin-bottom: 25px;
      cursor: pointer;
      text-transform: capitalize; }
    main[role="profile"] .profile-section .delete-photo {
      border: solid 1px #4e5f60;
      border-radius: 2px;
      padding: 5px 10px;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      color: #4e5f60;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      text-align: center;
      cursor: pointer;
      text-transform: capitalize;
      background-color: #ffffff; }
  main[role="profile"] a.bold-text {
    text-decoration: underline;
    color: #2d2d2d;
    font-size: 13px;
    font-weight: bold; }
  main[role="profile"] .upload-area {
    border-radius: 4px;
    background-color: rgba(151, 165, 167, 0.09);
    padding: 36px 30px;
    margin-bottom: 21px; }
    @media (max-width: 768px) {
      main[role="profile"] .upload-area {
        padding: 25px 20px; } }
  main[role="profile"] .profile-completed-list {
    color: #17d072;
    font-weight: bold; }
    main[role="profile"] .profile-completed-list a {
      color: #17d072 !important;
      font-weight: bold;
      font-size: 13px; }
    main[role="profile"] .profile-completed-list .item-complete {
      padding-right: 10px; }
  main[role="profile"] .profile-incomplete-list a {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #717d7e !important; }
  main[role="profile"] .profile-green .isCustom .icon {
    border: #38c95f 1px solid; }
    main[role="profile"] .profile-green .isCustom .icon .fa-check {
      color: #38c95f; }
    main[role="profile"] .profile-green .isCustom .icon .checked {
      background-color: rgba(23, 208, 114, 0.09) !important; }
  main[role="profile"] .show_more_div {
    position: relative;
    top: -20px; }

main[role="form"] .honeypot {
  display: none; }
main[role="form"] h1 {
  margin-bottom: 0px;
  padding-bottom: 0px; }
main[role="form"] .question {
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #b6b8b8;
  border-bottom: #c1c9c9 1px solid;
  /*
      .isCustom {
        .icon {
          border: 1px solid #97a5a7 !important;
          color: #97a5a7;
        }
  
        .checked {
          //background: #97a5a7 !important;
        }
  
        .label-checked {
          color: #97a5a7;
        }
      }
  */ }
  main[role="form"] .question .form-control {
    color: #b6b8b8; }
main[role="form"] h2 {
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 20px;
  line-height: 1.33; }
main[role="form"] .question p {
  margin: 0px !important; }
main[role="form"] .question .q-label {
  color: #191c1d;
  margin: 0px !important;
  opacity: 0.3; }
main[role="form"] .question h2 {
  opacity: 0.3;
  color: #191c1d !important; }
main[role="form"] .question textarea {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100px; }
main[role="form"] .question input {
  min-height: 40px; }
main[role="form"] .question .form-control {
  line-height: normal; }
main[role="form"] .question .isCustom .q-label {
  color: #4e5f60;
  opacity: 0.3; }
main[role="form"] .question-active {
  color: #0f1414; }
  main[role="form"] .question-active h2 {
    opacity: 1;
    color: #191c1d !important; }
  main[role="form"] .question-active p {
    margin: 0px !important;
    opacity: 1 !important; }
  main[role="form"] .question-active .form-control {
    color: #0f1414;
    box-shadow: 0 0 6px 3px rgba(25, 28, 29, 0.2);
    background-color: #ffffff;
    line-height: 1; }
  main[role="form"] .question-active .isCustom .q-label {
    color: #4e5f60;
    opacity: 1 !important; }
main[role="form"] .question-last {
  padding-bottom: 50px;
  border-bottom: #97a5a7 2px solid;
  margin-bottom: 30px; }
main[role="form"] .btn-gray-big {
  padding: 10px 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #4e5f60; }
main[role="form"] .btn-save, main[role="form"] .btn-save-inverted, main[role="form"] .btn-register, main[role="form"] .btn-gray-cancel, main[role="form"] .btn-change-apt, main[role="form"] .btn-cancel-apt, main[role="form"] .btn-blue-faded, main[role="form"] .btn-neutral, main[role="form"] .btn-neutral-inverted {
  font-size: 16px; }
main[role="form"] .q-label {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  margin-left: 10px;
  position: relative;
  top: -2px;
  color: #4e5f60; }
main[role="form"] .form-header {
  height: 70px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: #97a5a7 2px solid;
  background-color: rgba(151, 165, 167, 0.09);
  padding: 20px; }
main[role="form"] .btn-datedropdown {
  background-color: white;
  color: #4e5f60;
  border: solid 1px #4e5f60;
  border-radius: 4px;
  font-weight: bold; }
main[role="form"] .dropdown-menu-form {
  display: block;
  border: 0;
  position: absolute !important; }
main[role="form"] .dropdown-menu:hover {
  background: none !important; }
main[role="form"] .dropdown-inline {
  display: inline-block;
  margin-right: 20px;
  z-index: 999; }
main[role="form"] .date-entry-label {
  font-weight: bold;
  padding-right: 20px;
  padding-top: 5px;
  color: #4e5f60;
  display: block; }

body[data-bg='on'] footer {
  width: 1100px;
  margin: 0 auto; }
  @media all and (max-width: 990px) {
    body[data-bg='on'] footer {
      width: 100% !important; } }

body[data-bg='off'] {
  width: 100% !important; }

footer {
  margin-top: 0;
  background-color: #f8f9f9;
  border-top: #d8d8d8 1px solid;
  padding-bottom: 40px;
  /*
    ul.links li i{
      display: block;
      font-size: 20px;
      line-height: 30px;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -15px;
    }
  */ }
  footer .content {
    margin-top: 40px;
    padding-top: 0px;
    background-color: transparent;
    box-shadow: none !important;
    padding-bottom: 0px; }
    footer .content .page-1n {
      background-color: transparent;
      width: 65%;
      margin: auto; }
    footer .content .page-1w {
      width: 95%;
      background-color: transparent;
      margin: auto; }
    footer .content .page-2l, footer .content .page-2r {
      display: block;
      background-color: transparent; }
  footer .fa, footer .fas, footer .fab {
    margin-right: 10px;
    font-size: 17px !important;
    padding: 0px !important; }
  footer li.fas {
    padding: 0px; }
  footer h6 {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #2d2d2d;
    text-transform: uppercase;
    margin-bottom: 20px; }
  footer img {
    margin-bottom: 10px; }
  footer ul.links {
    display: block;
    padding: 0;
    margin: 0; }
  footer ul.links li {
    display: block; }
  footer ul.links li span,
  footer ul.links li a {
    display: block;
    color: #2d2d2d;
    font-size: 13px;
    line-height: 2;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%; }
  footer ul.links li span.lines {
    line-height: 22px;
    padding-top: 4px;
    padding-bottom: 4px; }
  footer ul.links li span.has-icon,
  footer ul.links li a.has-icon {
    /*padding-left: 30px;*/ }
  footer ul.links li a.large-icon {
    padding-left: 40px;
    padding-top: 20px;
    float: left; }
    footer ul.links li a.large-icon i {
      font-size: 35px; }
  footer ul.links li img {
    max-width: 100%;
    width: 150px;
    margin-bottom: 10px; }

@media all and (max-width: 990px) {
  .powered-by {
    border-top: #d8d8d8 1px solid;
    padding-top: 20px; } }

.btn-blue {
  border: 0px;
  background-color: #e8f3ff;
  color: #0077ff;
  border-radius: 4px;
  padding: 5px 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px; }

.dashboard-appointment {
  padding-left: 0px;
  margin-bottom: 20px; }
  .dashboard-appointment i {
    margin-right: 20px;
    float: left; }
  .dashboard-appointment span {
    float: left; }
  .dashboard-appointment p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px; }

.date {
  color: #717d7e; }

/* Dashboard */
.todo-normal, .todo-green, .todo-orange {
  margin-bottom: 20px; }
  .todo-normal .todo, .todo-green .todo, .todo-orange .todo {
    font-size: 16px !important;
    font-weight: bold; }
    @media (max-width: 768px) {
      .todo-normal .todo, .todo-green .todo, .todo-orange .todo {
        font-size: 13px !important; } }
  .todo-normal .todo-icon, .todo-green .todo-icon, .todo-orange .todo-icon {
    margin-top: 3px; }
    @media (max-width: 768px) {
      .todo-normal .todo-icon, .todo-green .todo-icon, .todo-orange .todo-icon {
        margin-top: 0px; } }
  .todo-normal .todo-scheduled, .todo-green .todo-scheduled, .todo-orange .todo-scheduled {
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    display: block; }
    @media (max-width: 768px) {
      .todo-normal .todo-scheduled, .todo-green .todo-scheduled, .todo-orange .todo-scheduled {
        font-size: 12px; } }
  .todo-normal .todo-text, .todo-green .todo-text, .todo-orange .todo-text {
    font-size: 16px;
    font-weight: bold;
    color: #191c1d;
    display: block; }
    @media (max-width: 768px) {
      .todo-normal .todo-text, .todo-green .todo-text, .todo-orange .todo-text {
        font-size: 13px !important; } }

.todo-green .todo-text {
  color: #17d072 !important;
  text-decoration: line-through; }
.todo-green .todo-icon {
  border: 1px solid #17d072 !important; }
.todo-green .todo-icon {
  background: #eafbf2 !important; }
.todo-green .checked {
  background: #eafbf2 !important;
  color: #38c95f !important; }

.todo-orange .todo-text {
  color: #ee6747 !important; }
.todo-orange .todo-icon {
  margin-top: 30px;
  border: 1px solid #ee6747 !important; }
  @media (max-width: 768px) {
    .todo-orange .todo-icon {
      margin-top: 19px; } }
.todo-orange .todo-icon {
  background: #efd2cc !important; }
.todo-orange .checked {
  background: #efd2cc !important;
  color: #ee6747 !important; }
.todo-orange .todo-late {
  font-size: 13px;
  color: #ee6747 !important;
  display: block; }
  @media (max-width: 768px) {
    .todo-orange .todo-late {
      font-size: 12px; } }

.todo-strikeout {
  text-decoration: line-through;
  display: block; }

.dashboard-item h5 {
  font-size: 16px;
  font-weight: bold;
  color: #2d2d2d; }

.dashboard-type {
  color: #0077ff;
  font-weight: bold;
  text-transform: uppercase; }

.progress-label {
  color: #17d072;
  font-weight: bold;
  margin-bottom: 5px; }

.profile-progress-bar {
  background-color: #c1c9c9;
  height: 1px; }

.profile-progress-bar-filled {
  position: relative;
  top: -2px;
  background-color: #17d072;
  border-radius: 4px;
  border: #17d072 3px solid; }

.payment-table td {
  font-size: 16px; }
.payment-table .row-active {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #e8fbf1); }
  .payment-table .row-active td:last-child {
    color: #17d072; }

.payment-radio span.icon {
  display: inline !important;
  top: 3px !important; }
.payment-radio span.label {
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2d2d2d; }

.total_items {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block; }

.partial-payment {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600; }

.payment-selection {
  color: #4e5f60; }
  .payment-selection h2 {
    font-size: 28px;
    font-weight: 300 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    letter-spacing: normal;
    color: #4e5f60 !important;
    margin-left: 0px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding: 0px !important;
    /*text-transform: uppercase;*/ }
    @media (max-width: 768px) {
      .payment-selection h2 {
        margin-bottom: 10px !important; } }
  .payment-selection h2.canpay {
    color: #4e5f60 !important;
    padding-left: 20px !important; }
    @media (max-width: 768px) {
      .payment-selection h2.canpay {
        padding-left: 0px !important;
        font-size: 24px; } }
  .payment-selection .textTotal {
    font-size: 28px !important;
    font-weight: bold; }
  .payment-selection .textTotalActive {
    color: #17d072; }
  .payment-selection .textTotalInactive {
    color: #c1c9c9; }
  .payment-selection .totalItemsInactive {
    color: #c1c9c9; }
  .payment-selection .totalItemsActive {
    color: #4e5f60; }

.payment-selection-active {
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #17d072 !important; }
  .payment-selection-active .radio-active span.icon span.checked {
    background: #17d072 !important; }
  .payment-selection-active .radio-active span.label {
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal; }

.canpay-padding {
  margin-right: 40px; }
  @media (max-width: 768px) {
    .canpay-padding {
      margin-right: inherit; } }

.payment-option {
  margin: 0px;
  cursor: pointer; }
  .payment-option .isCustom {
    padding: 0px 0px 0px 20px; }
  .payment-option p {
    margin-left: 45px; }
  .payment-option .lockico {
    color: #717d7e;
    padding: 0px;
    margin-left: 42px;
    padding-right: 10px; }
    @media (max-width: 768px) {
      .payment-option .lockico {
        margin-left: 3px;
        padding-right: 10px; } }
  .payment-option .authoize-text {
    float: left;
    max-width: 270px;
    font-size: 13px; }
    @media (max-width: 768px) {
      .payment-option .authoize-text {
        margin-left: 16px;
        max-width: 150px;
        font-size: 12px; } }
  @media (max-width: 768px) {
    .payment-option .authorize-image {
      padding-top: 20px; }
      .payment-option .authorize-image img {
        margin-left: 40px;
        width: 150px; } }
  .payment-option .paypal-info {
    display: block;
    padding-bottom: 20px;
    border-bottom: #c1c9c9 1px solid;
    margin-left: 70px; }
    @media (max-width: 768px) {
      .payment-option .paypal-info {
        margin-left: 41px;
        padding-bottom: 10px; } }
    .payment-option .paypal-info .paypal-text {
      float: left;
      max-width: 300px;
      font-size: 13px; }
      @media (max-width: 720px) {
        .payment-option .paypal-info .paypal-text {
          font-size: 12px; } }
  .payment-option .paypal-cookies {
    margin-left: 70px;
    padding-top: 10px;
    font-size: 13px; }
    @media (max-width: 768px) {
      .payment-option .paypal-cookies {
        margin-left: 40px;
        font-size: 12px; } }

.payment-option-in {
  padding-left: 20px;
  padding-top: 30px !important;
  padding-right: 30px;
  padding-bottom: 30px;
  border-radius: 4px;
  border: #ffffff 1px solid; }

.pay-card {
  border-bottom: #c1c9c9 1px solid; }

.items-area {
  background-color: #f8f9f9;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase; }
  .items-area span.sum {
    font-size: 28px;
    font-weight: bold; }

.no-items {
  color: #c1c9c9; }

.with-items {
  color: #4e5f60; }
  .with-items .sum {
    color: #17d072; }

.partial-pay {
  color: #17d072;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

.btn-partial {
  width: 100%; }

.payment-tab {
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #4e5f60 !important;
  text-transform: none;
  padding: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 300;
  margin-bottom: 0px; }
  .payment-tab a {
    color: #4e5f60 !important;
    text-decoration: none; }

.tab-active {
  border-radius: 4px 4px 0px 0px;
  background-color: #f6f7f7;
  font-weight: 600 !important; }

h1.tab-active {
  font-weight: 600 !important; }

.cart-product {
  border: #c1c9c9 1px solid;
  border-radius: 4px;
  padding: 0px;
  overflow: hidden;
  margin-bottom: 40px; }
  .cart-product h2.product-title {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    font-size: 22px;
    color: #4e4c4c !important;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px !important;
    margin-bottom: 10px; }
  .cart-product p {
    font-size: 13px;
    color: #2d2d2d; }
  .cart-product ol li, .cart-product ul li {
    font-size: 13px; }
  .cart-product .price-area {
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #c1c9c9;
    overflow: hidden; }
  .cart-product .price-tag {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
    .cart-product .price-tag b {
      font-size: 22px;
      font-weight: bold;
      color: #0e75b5; }
    .cart-product .price-tag .trial-tag {
      font-family: Roboto;
      font-size: 13px;
      font-weight: bold;
      font-style: normal;
      font-stretch: condensed;
      line-height: 1.43;
      letter-spacing: normal;
      text-align: center;
      color: #4e5f60;
      text-transform: uppercase;
      padding: 5px;
      border-radius: 4px;
      background-color: #dee3e4; }
    .cart-product .price-tag .pwyc-tag {
      font-size: 13px;
      font-weight: bold;
      font-style: normal;
      font-stretch: condensed;
      line-height: 1.3;
      letter-spacing: normal;
      text-align: center;
      color: #4e5f60;
      text-transform: uppercase; }
  .cart-product .price-single {
    padding: 40px !important;
    padding-bottom: 40px !important; }
  .cart-product .price-details {
    border-top: solid 1px #c1c9c9;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    background-color: #f8f9f9; }
    .cart-product .price-details b {
      font-size: 22px;
      font-weight: bold;
      color: #4e5f60; }
    .cart-product .price-details span {
      font-family: "Roboto Condensed";
      font-size: 13px;
      font-weight: bold;
      font-style: normal;
      font-stretch: condensed;
      letter-spacing: normal;
      text-align: center;
      color: #4e5f60;
      text-transform: uppercase; }
  .cart-product .product-panel {
    padding: 40px; }
    @media (max-width: 768px) {
      .cart-product .product-panel {
        padding: 20px !important; } }
    .cart-product .product-panel img.product-image {
      width: 227px !important; }
      @media (max-width: 768px) {
        .cart-product .product-panel img.product-image {
          width: 240px !important;
          padding-bottom: 20px !important; } }
  .cart-product .product-panel-bottom {
    border-top: solid 1px #c1c9c9;
    background-color: #f8f9f9;
    padding: 40px; }
    .cart-product .product-panel-bottom .price-combo {
      border: solid 1px #c1c9c9;
      border-radius: 4px;
      overflow: hidden; }
    .cart-product .product-panel-bottom .price-area {
      border: none;
      border-top: 0px;
      border-left: #c1c9c9 1px solid;
      border-radius: 0px;
      background-color: #f8f9f9; }
    .cart-product .product-panel-bottom .price-details {
      border-top: 0px; }
    .cart-product .product-panel-bottom .price-tag {
      padding-left: 0px;
      padding-right: 0px; }

.product-panel-left {
  border-left: solid 1px #c1c9c9;
  background-color: #f8f9f9; }
  @media (max-width: 768px) {
    .product-panel-left {
      border-left: 0px;
      border-top: solid 1px #c1c9c9; } }

.agreement-summary {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #4e5f60;
  margin-left: 10px; }

.btn-print {
  font-weight: bold; }
  .btn-print .fas {
    margin-right: 10px; }

.header_info {
  font-weight: bold;
  color: #191c1d;
  font-size: 16px; }

.agreement-invoicing tr {
  font-size: 16px; }

.agreement-text {
  width: 60%;
  margin: auto;
  height: 300px;
  margin-bottom: 30px;
  overflow: hidden;
  font-weight: normal !important;
  line-height: 1.43; }
  @media (max-width: 768px) {
    .agreement-text {
      width: 100%; } }
  @media print {
    .agreement-text {
      height: 100%; } }

.agreement-info-text {
  padding-bottom: 30px;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px; }

.agreement-separator {
  background-color: #97a5a7; }

.content-card {
  background-color: #f6f7f7;
  border-radius: 4px;
  padding: 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.29;
  cursor: pointer; }
  .content-card .card-icon {
    color: #0077ff;
    float: left; }
  .content-card span {
    padding-left: 20px;
    display: block; }
  .content-card .card-action-icon {
    color: #c1c9c9;
    font-size: 16px; }

.gray-text {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #191c1d; }

.agreement-summary-row {
  background-color: #f6f7f7;
  border-radius: 4px 4px 0px 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 0px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.29; }
  .agreement-summary-row .greytext {
    color: #4e5f60;
    font-size: 13px; }
    @media (max-width: 768px) {
      .agreement-summary-row .greytext {
        font-size: 13px; } }
  .agreement-summary-row .large-text {
    display: block;
    font-size: 16px;
    color: #191c1d; }
    @media (max-width: 768px) {
      .agreement-summary-row .large-text {
        font-size: 13px; } }

.agreement-summary-row-thin {
  border-bottom: #d8d8d8 1px solid;
  padding-bottom: 20px; }
  @media (max-width: 768px) {
    .agreement-summary-row-thin {
      border-bottom: 0px;
      padding-bottom: 0px; } }

.agreement-summary-row-thick {
  border-bottom: #97a5a7 2px solid;
  padding-bottom: 20px; }

.agreement-summary-row-square {
  border-radius: 0px !important; }
  @media (max-width: 768px) {
    .agreement-summary-row-square {
      padding-top: 0px; } }

.content-card-row, .content-card-row-no-action {
  background-color: #f6f7f7;
  border-radius: 4px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.29;
  cursor: pointer;
  color: #191c1d;
  background: url("../../static/images/action_arrow_right.png") #f6f7f7 no-repeat top 25px right 20px; }
  @media (max-width: 768px) {
    .content-card-row, .content-card-row-no-action {
      background: url("../../static/images/action_arrow_right.png") #f6f7f7 no-repeat top 30px right 20px; } }
  .content-card-row p, .content-card-row-no-action p {
    margin: 0px !important; }
  .content-card-row .lg-text-right, .content-card-row-no-action .lg-text-right {
    text-align: right; }
    @media (max-width: 768px) {
      .content-card-row .lg-text-right, .content-card-row-no-action .lg-text-right {
        text-align: left; } }
  .content-card-row .last-child, .content-card-row-no-action .last-child {
    padding-right: 40px; }
    @media (max-width: 768px) {
      .content-card-row .last-child, .content-card-row-no-action .last-child {
        padding-right: 15px; } }
  .content-card-row .form-icon-padding, .content-card-row-no-action .form-icon-padding {
    margin-top: 10px; }
    @media (max-width: 768px) {
      .content-card-row .form-icon-padding, .content-card-row-no-action .form-icon-padding {
        margin-top: 7px; } }
  .content-card-row .form-icon-padding-multiline, .content-card-row-no-action .form-icon-padding-multiline {
    margin-top: 0px; }
    @media (max-width: 768px) {
      .content-card-row .form-icon-padding-multiline, .content-card-row-no-action .form-icon-padding-multiline {
        margin-top: 3px; } }
  .content-card-row .card-icon, .content-card-row-no-action .card-icon {
    color: #0077ff;
    float: left;
    margin-top: 3px;
    font-size: 30px; }
    @media (max-width: 768px) {
      .content-card-row .card-icon, .content-card-row-no-action .card-icon {
        font-size: 23px; } }
  .content-card-row .content-availability, .content-card-row-no-action .content-availability {
    display: block;
    padding-top: 5px; }
    @media (max-width: 768px) {
      .content-card-row .content-availability, .content-card-row-no-action .content-availability {
        padding-top: 0px; } }
  .content-card-row .myproducts-icon, .content-card-row-no-action .myproducts-icon {
    font-size: 23px !important;
    margin-top: 0px; }
    @media (max-width: 768px) {
      .content-card-row .myproducts-icon, .content-card-row-no-action .myproducts-icon {
        font-size: 16px !important; } }
  .content-card-row .no-appointments-title, .content-card-row-no-action .no-appointments-title {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33; }
  .content-card-row .no-appointments-text, .content-card-row-no-action .no-appointments-text {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    color: #4e5f60; }
  .content-card-row .card-icon-small, .content-card-row-no-action .card-icon-small {
    color: #0077ff;
    float: left;
    margin-top: 3px;
    font-size: 25px; }
    @media (max-width: 768px) {
      .content-card-row .card-icon-small, .content-card-row-no-action .card-icon-small {
        font-size: 23px; } }
  .content-card-row .card-icon-book, .content-card-row-no-action .card-icon-book {
    color: #0077ff;
    float: left;
    margin-top: 3px;
    font-size: 22px; }
    @media (max-width: 768px) {
      .content-card-row .card-icon-book, .content-card-row-no-action .card-icon-book {
        font-size: 20px; } }
  .content-card-row .dashboard-card-icon, .content-card-row-no-action .dashboard-card-icon {
    color: #0077ff;
    float: left;
    margin-top: 3px;
    font-size: 20px;
    margin-top: 0px; }
    @media (max-width: 768px) {
      .content-card-row .dashboard-card-icon, .content-card-row-no-action .dashboard-card-icon {
        font-size: 20px; } }
  .content-card-row .dashboard-event-icon, .content-card-row-no-action .dashboard-event-icon {
    font-size: 13px;
    color: #0077ff;
    text-transform: uppercase;
    font-weight: bold; }
    .content-card-row .dashboard-event-icon .fas, .content-card-row-no-action .dashboard-event-icon .fas {
      margin-right: 7px; }
  .content-card-row .dashboard-date, .content-card-row-no-action .dashboard-date {
    position: absolute;
    top: 35%; }
  .content-card-row .agreement-padding-icon, .content-card-row-no-action .agreement-padding-icon {
    padding-right: 50px; }
  .content-card-row .forms-padding, .content-card-row-no-action .forms-padding {
    padding-right: 30px; }
  .content-card-row .title-icon, .content-card-row-no-action .title-icon {
    display: block; }
    .content-card-row .title-icon .title, .content-card-row-no-action .title-icon .title {
      word-wrap: break-word;
      font-size: 16px;
      font-weight: bold;
      color: #191c1d;
      padding-right: 20px;
      display: block; }
      @media (max-width: 768px) {
        .content-card-row .title-icon .title, .content-card-row-no-action .title-icon .title {
          display: block;
          font-size: 13px;
          padding-left: 25px !important; } }
      .content-card-row .title-icon .title a, .content-card-row-no-action .title-icon .title a {
        color: #191c1d !important;
        text-decoration: none; }
  .content-card-row .large-text, .content-card-row-no-action .large-text {
    display: block;
    font-size: 16px;
    color: #191c1d; }
    @media (max-width: 768px) {
      .content-card-row .large-text, .content-card-row-no-action .large-text {
        font-size: 13px; } }
  .content-card-row .label, .content-card-row-no-action .label {
    font-weight: bold;
    font-size: 13px;
    color: #4e5f60;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .content-card-row .label, .content-card-row-no-action .label {
        font-size: 11px;
        font-weight: bold; } }
  .content-card-row .cr-label, .content-card-row-no-action .cr-label {
    font-weight: bold;
    font-size: 13px;
    color: #4e5f60;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .content-card-row .cr-label, .content-card-row-no-action .cr-label {
        font-size: 11px;
        font-weight: bold; } }
  .content-card-row .card-action-icon, .content-card-row-no-action .card-action-icon {
    color: #c1c9c9;
    font-size: 16px; }
  .content-card-row .greytext, .content-card-row-no-action .greytext {
    color: #4e5f60;
    font-size: 16px; }
    @media (max-width: 768px) {
      .content-card-row .greytext, .content-card-row-no-action .greytext {
        font-size: 13px; } }
  .content-card-row .greytext-medium, .content-card-row-no-action .greytext-medium {
    color: #4e5f60;
    font-size: 13px;
    display: block; }
    @media (max-width: 768px) {
      .content-card-row .greytext-medium, .content-card-row-no-action .greytext-medium {
        font-size: 12px;
        margin-top: 2px; } }
  .content-card-row .mobile-margin, .content-card-row-no-action .mobile-margin {
    padding-right: 20px; }
  .content-card-row .medium-text, .content-card-row-no-action .medium-text {
    color: #191c1d;
    font-size: 13px; }
    @media (max-width: 768px) {
      .content-card-row .medium-text, .content-card-row-no-action .medium-text {
        font-size: 12px;
        padding-top: 2px; } }
  .content-card-row .greytext-small, .content-card-row-no-action .greytext-small {
    color: #4e5f60;
    font-size: 12px; }
    @media (max-width: 768px) {
      .content-card-row .greytext-small, .content-card-row-no-action .greytext-small {
        font-size: 12px; } }
  .content-card-row .greytext-small-variable, .content-card-row-no-action .greytext-small-variable {
    color: #4e5f60;
    font-size: 13px; }
    @media (max-width: 768px) {
      .content-card-row .greytext-small-variable, .content-card-row-no-action .greytext-small-variable {
        font-size: 12px; } }

.content-card-documents {
  background: url("../../static/images/action_arrow_right.png") #f6f7f7 no-repeat top 25px right 20px; }
  @media (max-width: 768px) {
    .content-card-documents {
      background: url("../../static/images/action_arrow_right.png") #f6f7f7 no-repeat top 23px right 20px; } }

.content-card-mycourses {
  background: url("../../static/images/action_arrow_right.png") #f6f7f7 no-repeat top 25px right 20px; }
  @media (max-width: 768px) {
    .content-card-mycourses {
      background: url("../../static/images/action_arrow_right.png") #f6f7f7 no-repeat top 25px right 20px; } }

.content-card-row-no-action {
  background-image: none !important;
  cursor: auto; }

.content-card-middle {
  background: url("../../static/images/action_arrow_right.png") #f6f7f7 no-repeat top 50% right 20px; }
  @media (max-width: 768px) {
    .content-card-middle {
      background: url("../../static/images/action_arrow_right.png") #f6f7f7 no-repeat top 23px right 20px; } }

@media (max-width: 768px) {
  .content-card-receipts {
    background: url("../../static/images/action_arrow_right.png") #f6f7f7 no-repeat top 22px right 20px; } }

.form-date ul {
  padding: 0px !important;
  position: absolute;
  left: 120px;
  top: 20px;
  border: solid 1px #aaa;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background-color: white;
  z-index: 999;
  min-width: 170px; }
.form-date li {
  margin: 0px !important;
  padding: 5px 5px !important;
  list-style: none;
  display: none;
  background-color: white;
  border-radius: 2px;
  color: #4f5f60 !important;
  cursor: pointer; }
.form-date .current {
  display: block;
  border: 0px; }
.form-date ul:hover li {
  display: block;
  margin: 0 0 5px; }
.form-date .dropdown-item {
  padding-left: 5px;
  padding-right: 5px; }
.form-date hr {
  margin-top: 3px;
  margin-bottom: 3px; }

.dashboard-navigator ul {
  margin: 0 !important;
  padding: 0; }

.dashboard-navigator li {
  margin: 0px 20px 0px 0 !important;
  padding: 5px 10px !important;
  list-style: none;
  display: inline-block;
  background-color: #f8f9f9;
  border-radius: 2px;
  color: #4f5f60 !important;
  cursor: pointer; }

.dashboard-navigator .icon {
  color: #4f5f60;
  font-size: 13px; }

.dashboard-navigator {
  padding: 0px !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold; }

.dashboard-navigator .current {
  background-color: #fff;
  border-radius: 2px;
  border: #0077ff 1px solid;
  color: #0077ff !important; }
  .dashboard-navigator .current .icon {
    color: #0077ff; }

@media (max-width: 768px) {
  .dashboard-navigator ul {
    padding: 0px !important;
    position: absolute;
    top: -3px;
    border: solid 1px #0077ff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background-color: white;
    z-index: 999;
    width: 175px; } }
  @media (max-width: 768px) and (max-width: 375px) {
    .dashboard-navigator ul {
      top: -33px;
      left: 120px; } }

@media (max-width: 768px) {
  .dashboard-navigator hr {
    margin-top: 10px;
    margin-bottom: 10px; }

  .dashboard-navigator .current hr {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none !important; }

  .dashboard-navigator li {
    display: none;
    /* hide all &lt;li&gt; items */
    margin: 10px 10px 10px 10px !important;
    padding: 0px !important;
    background-color: white; }

  .dashboard-navigator .current {
    display: block;
    border: 0px; }

  .dashboard-navigator a {
    display: inline-block;
    text-align: left; }

  /* on nav hover */
  .dashboard-navigator ul:hover {
    background-image: none; }

  .dashboard-navigator ul:hover li {
    display: block;
    margin: 0 0 5px; }

  .dashboard-navigator ul:hover .current hr {
    display: block !important; }

  .dashboard-navigator.right ul {
    left: auto;
    right: 0; }

  .dashboard-navigator.center ul {
    left: 50%;
    margin-left: -90px; } }
.filter-show {
  font-size: 13px;
  color: #4e5f60;
  margin-left: 10px;
  font-weight: 600; }

.content-card-row-dashboard {
  background: url("../../static/images/action_arrow_right.png") #f6f7f7 no-repeat top 47px right 20px; }
  @media (max-width: 768px) {
    .content-card-row-dashboard {
      background: url("../../static/images/action_arrow_right.png") #f6f7f7 no-repeat top 45px right 20px; } }
  .content-card-row-dashboard .large-text {
    padding-top: 3px !important; }
    @media (max-width: 768px) {
      .content-card-row-dashboard .large-text {
        padding-top: 5px !important; } }

.payment-row {
  background: url("../../static/images/action_arrow_right.png") #f8f9f9 no-repeat top 22px right 20px !important;
  background-color: #f8f9f9;
  border-radius: 4px;
  border: #f8f9f9 1px solid; }
  @media (max-width: 768px) {
    .payment-row .card-icon {
      font-size: 23px; } }
  .payment-row .title {
    padding-top: 8px;
    display: block;
    padding-left: 35px; }
    @media (max-width: 768px) {
      .payment-row .title {
        padding-top: 0px;
        padding-left: 28px; } }
  .payment-row .checked {
    background-color: #eafbf2 !important; }
  .payment-row .tap-select {
    font-style: italic;
    color: #4e5f60;
    display: block;
    padding-top: 3px;
    padding-left: 3px; }

.payment-row-overdue {
  background: url("../../static/images/action_arrow_right_red.png") #fef0ed no-repeat top 37px right 20px !important;
  background-color: #fef0ed;
  border-radius: 4px;
  border: #fef0ed 1px solid; }
  .payment-row-overdue .overdue-label {
    display: block;
    color: #f35a36;
    font-size: 13px;
    font-weight: bold;
    padding-left: 35px; }
    @media (max-width: 768px) {
      .payment-row-overdue .overdue-label {
        padding-left: 28px;
        font-size: 12px; } }
  .payment-row-overdue .tap-select {
    font-style: italic;
    color: #4e5f60;
    display: block;
    padding-top: 3px;
    padding-left: 3px; }
  .payment-row-overdue .card-icon {
    color: #f35a36; }
    @media (max-width: 768px) {
      .payment-row-overdue .card-icon {
        margin-top: 19px; } }
  .payment-row-overdue .isCustom .icon {
    border: 1px solid #f35a36 !important; }
  .payment-row-overdue .isCustom .checked {
    background-color: #f8f9f9 !important; }
  .payment-row-overdue .isCustom i {
    color: #f35a36; }
  .payment-row-overdue .amount-due {
    color: #f35a36; }
  .payment-row-overdue .large-text {
    color: #f35a36; }
  .payment-row-overdue .title-icon .title {
    padding-top: 0px;
    display: block; }
    .payment-row-overdue .title-icon .title a {
      color: #f35a36; }
  .payment-row-overdue .title {
    display: block;
    padding-left: 35px;
    padding-top: 8px; }
    @media (max-width: 768px) {
      .payment-row-overdue .title {
        padding-top: 0px;
        padding-left: 28px; } }

.payment-row-active {
  background: url("../../static/images/action_arrow_right.png") no-repeat top 22px right 20px !important;
  background-color: white;
  border-radius: 4px;
  border: #17d072 1px solid; }
  .payment-row-active .card-icon {
    color: #17d072; }
  .payment-row-active .check-active .icon {
    border: 1px solid #17d072 !important; }
  .payment-row-active .check-active .checked {
    background-color: #eafbf2 !important; }
  .payment-row-active .check-active i {
    color: #17d072; }
  .payment-row-active .large-text {
    color: #191c1d; }
  .payment-row-active .overdue-label {
    display: none; }
  .payment-row-active .amount-due {
    color: #17d072; }
  .payment-row-active .title-icon .title {
    padding-top: 8px; }
    @media (max-width: 768px) {
      .payment-row-active .title-icon .title {
        padding-top: 0px;
        padding-left: 28px; } }
    .payment-row-active .title-icon .title a {
      color: #191c1d; }
  .payment-row-active .tap-select {
    font-style: normal;
    color: #17d072;
    font-weight: bold;
    display: block;
    padding-top: 3px;
    padding-left: 3px; }

@media (max-width: 768px) {
  .pt-mobile {
    padding-top: 10px; } }

@media (max-width: 768px) {
  .right-mobile {
    text-align: right; } }

.expand-button {
  background-color: #dee3e4;
  color: #4e5f60;
  font-size: 13px;
  font-weight: bold;
  border: 0px;
  width: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 768px) {
    .expand-button {
      width: 100%; } }
  .expand-button .expand-icon {
    margin-left: 10px; }

.btn-printer {
  position: absolute;
  left: 300px; }
  @media (max-width: 768px) {
    .btn-printer .btn-text {
      display: none; } }

/* Cart */
.cart-canvas {
  color: #191c1d; }
  .cart-canvas h1.cart-h1 {
    font-weight: 600 !important;
    text-transform: none;
    font-size: 28px;
    margin: 0px;
    padding: 0px; }
    @media (max-width: 768px) {
      .cart-canvas h1.cart-h1 {
        font-size: 20px !important; } }
  .cart-canvas h2.cart-h2 {
    font-style: normal;
    font-stretch: normal;
    font-size: 28px !important;
    font-weight: 300 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #191c1d !important;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px; }
    @media (max-width: 768px) {
      .cart-canvas h2.cart-h2 {
        font-size: 20px !important; } }
  .cart-canvas .invoice-number {
    color: #717d7e;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .cart-canvas .invoice-number {
        font-size: 11px !important; } }
    .cart-canvas .invoice-number b {
      color: #191c1d;
      font-size: 16px; }
      @media (max-width: 768px) {
        .cart-canvas .invoice-number b {
          font-size: 13px !important; } }
  .cart-canvas .invoice-number-text {
    display: block;
    padding-top: 3px; }
  .cart-canvas .cart-steps {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #c1c9c9;
    margin-top: 40px !important;
    margin-bottom: 50px;
    color: red; }
    @media (max-width: 768px) {
      .cart-canvas .cart-steps {
        margin-top: 20px !important;
        margin-bottom: 20px !important; } }
  .cart-canvas .cart-steps ul {
    margin: 0px;
    padding: 0px;
    position: relative;
    bottom: -2px; }
    .cart-canvas .cart-steps ul li {
      list-style-type: none;
      float: left;
      font-size: 16px !important;
      font-weight: bold;
      text-transform: uppercase;
      margin-right: 20px !important;
      color: #c1c9c9 !important; }
      @media (max-width: 768px) {
        .cart-canvas .cart-steps ul li {
          font-size: 13px !important; } }
      .cart-canvas .cart-steps ul li span {
        color: #c1c9c9 !important;
        font-size: 16px; }
        @media all and (max-width: 990px) {
          .cart-canvas .cart-steps ul li span {
            display: none; } }
    .cart-canvas .cart-steps ul li.active {
      color: #0e75b5 !important;
      border-bottom: 3px solid #0e75b5;
      border-radius: 1.5px; }
      @media (max-width: 768px) {
        .cart-canvas .cart-steps ul li.active {
          font-size: 13px !important; } }
      .cart-canvas .cart-steps ul li.active span {
        color: #0e75b5 !important; }
        @media all and (max-width: 990px) {
          .cart-canvas .cart-steps ul li.active span {
            display: inline; } }
        @media (max-width: 768px) {
          .cart-canvas .cart-steps ul li.active span {
            font-size: 13px !important; } }
  .cart-canvas .account-action {
    background-color: rgba(151, 165, 167, 0.09);
    border-radius: 4px;
    padding: 30px; }
    @media (max-width: 768px) {
      .cart-canvas .account-action {
        background: url("../../static/images/action_arrow_right.png") rgba(151, 165, 167, 0.09) no-repeat top 25px right 20px !important;
        padding: 20px; } }
    .cart-canvas .account-action .isCustom {
      margin-bottom: 0px; }
      .cart-canvas .account-action .isCustom .label {
        font-size: 16px;
        font-weight: bold;
        margin-left: 15px;
        margin-bottom: 0px !important; }
        @media (max-width: 768px) {
          .cart-canvas .account-action .isCustom .label {
            font-size: 13px;
            margin-left: 0px; } }
      .cart-canvas .account-action .isCustom .icon {
        margin-top: 2px; }
        @media (max-width: 768px) {
          .cart-canvas .account-action .isCustom .icon {
            display: none; } }
      @media (max-width: 768px) {
        .cart-canvas .account-action .isCustom {
          padding: 0px; } }
  @media (max-width: 768px) {
    .cart-canvas .account-action-active {
      background-image: none !important; } }
  .cart-canvas .product-summary {
    line-height: 1.29 !important;
    padding: 0px; }
    @media (max-width: 768px) {
      .cart-canvas .product-summary {
        background-color: rgba(151, 165, 167, 0.09);
        border-radius: 4px;
        padding: 20px; } }
    .cart-canvas .product-summary b.product-title {
      font-size: 16px; }
      @media (max-width: 768px) {
        .cart-canvas .product-summary b.product-title {
          font-size: 13px; } }
    .cart-canvas .product-summary i {
      font-size: 13px; }
  .cart-canvas .you-pay-now {
    margin-top: 20px; }
    @media (max-width: 768px) {
      .cart-canvas .you-pay-now {
        font-size: 11px;
        line-height: 1.18;
        margin-top: 5px; } }
  .cart-canvas .hr-mobile {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .cart-canvas .product-summary-bg {
    background-color: rgba(151, 165, 167, 0.09);
    border-radius: 4px;
    padding: 20px; }
    @media (max-width: 768px) {
      .cart-canvas .product-summary-bg {
        background-color: transparent;
        border-radius: 0px;
        padding: 0px !important;
        padding-top: 5px !important;
        margin: 0px; } }
  .cart-canvas span.title-label {
    color: #717d7e;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    line-height: 1; }
    @media (max-width: 768px) {
      .cart-canvas span.title-label {
        font-size: 11px; } }
  .cart-canvas span.pay-now-label {
    color: #717d7e;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 768px) {
      .cart-canvas span.pay-now-label {
        font-size: 11px; } }
  .cart-canvas span.pwyc-label {
    color: #717d7e;
    font-weight: bold;
    font-size: 13px; }
    @media (max-width: 768px) {
      .cart-canvas span.pwyc-label {
        font-size: 11px; } }
  .cart-canvas span.price-value {
    color: #00d565;
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1; }
    @media (max-width: 768px) {
      .cart-canvas span.price-value {
        font-size: 24px; } }
  .cart-canvas span.price-description {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #17d072;
    line-height: 1; }
    @media (max-width: 768px) {
      .cart-canvas span.price-description {
        font-size: 11px;
        line-height: 1.18; } }
  .cart-canvas .login-error {
    border-radius: 4px;
    background-color: #f6e0db;
    color: #f35a36;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold !important;
    margin-bottom: 30px;
    line-height: 1; }
  .cart-canvas .payment-error {
    border-radius: 4px;
    background-color: #f6e0db;
    color: #f35a36;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold !important;
    margin-bottom: 30px;
    line-height: 1; }
  .cart-canvas .account-act {
    width: 50%;
    margin-left: 40px;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .cart-canvas .account-act {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px; } }
  .cart-canvas .account-mt-30 {
    margin-top: 30px; }
    @media (max-width: 768px) {
      .cart-canvas .account-mt-30 {
        margin-top: 20px; } }
  .cart-canvas .payment-option {
    background-color: rgba(151, 165, 167, 0.09);
    border-radius: 4px; }
  .cart-canvas .pay-card {
    border-radius: 4px;
    border: #f8f9f9 1px solid !important; }
  .cart-canvas .payment-option-in {
    border-radius: 4px;
    border: #f8f9f9 1px solid !important; }
    @media (max-width: 768px) {
      .cart-canvas .payment-option-in {
        padding: 20px !important; } }
  .cart-canvas .payment-selection-active {
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #0e75b5 !important;
    border: solid 1px #0e75b5 !important; }
  .cart-canvas label {
    font-size: 13px;
    font-weight: 600; }
  .cart-canvas .field-required {
    color: #0e75b5; }
  .cart-canvas .btn-login {
    background-color: #c1c9c9;
    color: white;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    padding: 13px; }
    @media (max-width: 768px) {
      .cart-canvas .btn-login {
        font-size: 13px; } }
  .cart-canvas .forgot-password {
    text-align: center; }
  .cart-canvas .forgot-password a {
    text-align: center;
    font-size: 13px;
    color: #4e4c4c;
    text-decoration: underline;
    padding-top: 10px; }
  .cart-canvas .forgot-password-button {
    background-color: #ffffff;
    color: #4e5f60;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    padding: 13px;
    border-radius: 4px;
    border: #4e5f60 1px solid; }
    @media (max-width: 768px) {
      .cart-canvas .forgot-password-button {
        font-size: 13px; } }
  .cart-canvas .logged-in-icon {
    color: #17d072; }
  .cart-canvas .logged-in-as {
    padding-left: 30px;
    font-size: 16px;
    color: #4e5f60;
    font-weight: bold; }
    .cart-canvas .logged-in-as b {
      color: #0e75b5; }
    @media (max-width: 768px) {
      .cart-canvas .logged-in-as {
        font-size: 13px;
        padding-left: 10px; } }
  .cart-canvas .thick-delimiter {
    border: #97a5a7 1px solid;
    margin-top: 50px;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .cart-canvas .thick-delimiter {
        margin-top: 20px;
        margin-bottom: 20px; } }
  .cart-canvas .card-option {
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .cart-canvas .card-option {
        margin-bottom: 10px; } }
  .cart-canvas .btn-cart-cancel {
    border-radius: 4px;
    background-color: #dee3e4;
    color: #4e5f60;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .cart-canvas .btn-cart-cancel {
        width: 100%; } }
  .cart-canvas .btn-cart-continue {
    border-radius: 4px;
    background-color: #17d072;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .cart-canvas .btn-cart-continue {
        width: 100%; } }
  .cart-canvas .btn-cart-continue-disabled {
    border-radius: 4px;
    background-color: #c1c9c9;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .cart-canvas .btn-cart-continue-disabled {
        width: 100%; } }

.complete-this-lesson .isCustom {
  font-size: 14px !important; }

.complete-lesson {
  border-radius: 4px;
  background-color: #e6f1ff;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600; }
  .complete-lesson .completed-message {
    display: none; }

.completed-lesson {
  border-radius: 4px;
  background-color: #dcf8ea;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600; }
  .completed-lesson .completed-message {
    display: inline-block;
    color: #17d072; }
  .completed-lesson .isCustom .icon {
    border: #17d072 1px solid !important; }
  .completed-lesson .isCustom .fa {
    color: #17d072; }

.module-title-block {
  cursor: pointer; }
  .module-title-block .fa-chevron-circle-up, .module-title-block .fa-chevron-circle-down {
    color: #4e5f60 !important;
    font-size: 16px !important;
    line-height: 1; }
    @media (max-width: 768px) {
      .module-title-block .fa-chevron-circle-up, .module-title-block .fa-chevron-circle-down {
        font-size: 14px !important;
        color: #4e5f60 !important; } }
  .module-title-block .fa-check {
    font-size: 18px !important; }
    @media (max-width: 768px) {
      .module-title-block .fa-check {
        font-size: 14px !important; } }

.module-container {
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px; }
  .module-container .module-title {
    margin: 0px; }
  .module-container h2.module-title {
    color: #0d80c1 !important;
    font-size: 18px !important;
    font-weight: bold !important; }
  .module-container .module-title-container {
    float: left;
    cursor: pointer;
    width: 80%; }
    .module-container .module-title-container h2 {
      width: 85% !important; }
    .module-container .module-title-container .fa-check-circle, .module-container .module-title-container .fa-circle {
      display: inline-block;
      vertical-align: top;
      margin-top: 3px; }
      @media (max-width: 768px) {
        .module-container .module-title-container .fa-check-circle, .module-container .module-title-container .fa-circle {
          font-size: 14px !important;
          margin-right: 7px; } }
  .module-container .module-active-container {
    float: right;
    text-align: right;
    cursor: pointer; }
    .module-container .module-active-container h2 {
      margin: 0px;
      font-size: 18px !important; }
      @media (max-width: 768px) {
        .module-container .module-active-container h2 {
          font-size: 14px !important; } }
    .module-container .module-active-container .ptop {
      padding-top: 7px; }
  .module-container .module-inactive-container {
    float: right;
    text-align: right;
    cursor: pointer; }
    .module-container .module-inactive-container h2 {
      margin: 0px;
      font-size: 18px !important; }
      @media (max-width: 768px) {
        .module-container .module-inactive-container h2 {
          font-size: 14px !important; } }
    .module-container .module-inactive-container .ptop {
      padding-top: 7px; }
  .module-container hr {
    margin-bottom: 0px; }
  .module-container .lesson-pad {
    padding-top: 20px; }
  .module-container .lesson-complete {
    color: #17d072; }
    .module-container .lesson-complete a {
      color: #17d072 !important;
      display: inline-block;
      width: 90%;
      vertical-align: top;
      line-height: 1; }
    .module-container .lesson-complete .container-complete {
      display: inline-block; }
    .module-container .lesson-complete .fa-circle {
      margin-right: 10px;
      display: none;
      vertical-align: top; }
    .module-container .lesson-complete .fa-check-circle {
      margin-right: 10px;
      display: inline-block;
      vertical-align: top; }
  .module-container .lesson-enabled {
    color: #717d7e; }
    .module-container .lesson-enabled a {
      color: #717d7e !important;
      display: inline-block;
      width: 90%;
      vertical-align: top;
      line-height: 1; }
    .module-container .lesson-enabled .container-complete {
      display: none; }
    .module-container .lesson-enabled .fa-circle {
      margin-right: 10px;
      display: inline-block;
      vertical-align: top; }
    .module-container .lesson-enabled .fa-check-circle {
      margin-right: 10px;
      display: none;
      vertical-align: top; }
  .module-container .lesson-disabled {
    color: #717d7e;
    opacity: 0.5; }
    .module-container .lesson-disabled a {
      color: #717d7e;
      opacity: 0.5;
      pointer-events: none;
      cursor: default;
      display: inline-block;
      width: 90%;
      vertical-align: top;
      line-height: 1; }
    .module-container .lesson-disabled .container-complete {
      display: none; }
    .module-container .lesson-disabled .fa-circle {
      margin-right: 10px;
      display: inline-block;
      vertical-align: top; }
    .module-container .lesson-disabled .fa-check-circle {
      margin-right: 10px;
      display: none;
      vertical-align: top; }

.module-closed {
  background-color: rgba(151, 165, 167, 0.09); }
  .module-closed h2.module-title {
    color: #323b3c !important;
    font-size: 18px !important;
    font-weight: bold !important; }
  .module-closed .module-title-container h2 {
    display: inline-block !important;
    width: 85% !important; }
  .module-closed .module-title-container .fa-circle {
    color: #94999a;
    display: inline-block;
    margin-top: 3px; }
    @media (max-width: 768px) {
      .module-closed .module-title-container .fa-circle {
        font-size: 14px !important; } }
  .module-closed .module-title-container .fa-check-circle {
    display: none; }
    @media (max-width: 768px) {
      .module-closed .module-title-container .fa-check-circle {
        font-size: 14px !important; } }
  .module-closed .module-active-container {
    display: none; }
  .module-closed .module-inactive-container {
    display: inline-block; }
  .module-closed .lessons {
    display: none; }
    .module-closed .lessons .fa-check {
      font-size: 18px !important; }
      @media (max-width: 768px) {
        .module-closed .lessons .fa-check {
          font-size: 14px !important; } }
  .module-closed .item-module-complete {
    display: none; }

.module-open {
  background-color: #edf5fe;
  cursor: default; }
  .module-open .module-title-container h2 {
    display: inline-block !important;
    width: 85% !important; }
  .module-open .module-title-container .fa-circle {
    color: #0d80c1;
    display: inline-block;
    margin-top: 3px; }
    @media (max-width: 768px) {
      .module-open .module-title-container .fa-circle {
        font-size: 14px !important; } }
  .module-open .module-title-container .fa-check-circle {
    display: none; }
    @media (max-width: 768px) {
      .module-open .module-title-container .fa-check-circle {
        font-size: 14px !important; } }
  .module-open .module-title {
    opacity: 1; }
  .module-open .item-module-complete {
    display: none; }
  .module-open .module-active-container {
    display: inline-block; }
    .module-open .module-active-container h1 {
      opacity: 1; }
  .module-open .module-inactive-container {
    display: none; }
    .module-open .module-inactive-container h1 {
      opacity: 0.3; }
  .module-open .lessons {
    display: block; }
    .module-open .lessons .fa-check {
      font-size: 18px !important; }
      @media (max-width: 768px) {
        .module-open .lessons .fa-check {
          font-size: 14px !important; } }

.module-complete {
  background-color: #effcf5;
  cursor: default; }
  .module-complete .item-complete {
    color: #17d072;
    display: inline-block;
    margin-left: 5px !important; }
  .module-complete .module-title-container h2 {
    display: inline-block !important;
    width: 85% !important; }
  .module-complete .module-title-container .fa-circle {
    display: none !important; }
    @media (max-width: 768px) {
      .module-complete .module-title-container .fa-circle {
        font-size: 14px !important; } }
  .module-complete .module-title-container .fa-check-circle {
    color: #17d072 !important;
    display: inline-block !important;
    margin-top: 3px; }
    @media (max-width: 768px) {
      .module-complete .module-title-container .fa-check-circle {
        font-size: 14px !important; } }
  .module-complete h2.module-title {
    color: #17d072 !important;
    font-size: 18px !important;
    font-weight: bold !important; }

.lesson-listing {
  list-style: none !important;
  margin: 0px !important; }
  .lesson-listing li {
    margin-bottom: 20px !important;
    color: #717d7e !important;
    font-size: 13px !important; }
    .lesson-listing li a {
      color: #717d7e !important;
      font-size: 13px;
      font-weight: bold;
      text-decoration: none; }
      @media (max-width: 768px) {
        .lesson-listing li a {
          font-size: 11px !important; } }
    .lesson-listing li b {
      text-transform: none; }
      @media (max-width: 768px) {
        .lesson-listing li b {
          font-size: 11px !important; } }
    @media (max-width: 768px) {
      .lesson-listing li {
        margin-bottom: 10px !important; } }

.dashboard-mt-10 {
  margin-top: 10px; }

.dashboard-mt-20 {
  margin-top: 20px; }

.dashboard-mt-30 {
  margin-top: 30px; }

.dashboard-mt-40 {
  margin-top: 40px; }

.dashboard-mt-50 {
  margin-top: 50px; }

.dashboard-mb-10 {
  margin-bottom: 10px; }

.dashboard-mb-20 {
  margin-bottom: 20px; }

.dashboard-mb-30 {
  margin-bottom: 30px; }

.dashboard-mb-40 {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .dashboard-mb-40 {
      margin-bottom: 30px; } }

.dashboard-spacer {
  margin-top: 20px;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .dashboard-spacer {
      border: #97a5a7 1px solid; } }

.show-all-tasks a {
  text-decoration: underline;
  color: #191c1d !important;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .show-all-tasks a {
      margin-bottom: 3px; } }

.button-mr-20 {
  margin-right: 20px; }

.card-subscriptions {
  border: #f6f7f7 1px solid; }
  .card-subscriptions .title {
    font-size: 16px; }
  .card-subscriptions .htext {
    height: 20px; }
  .card-subscriptions .unsubscribe-box .isCustom {
    margin-bottom: 0px !important; }
    .card-subscriptions .unsubscribe-box .isCustom .displaytext {
      display: none;
      padding: 0px;
      font-size: 13px;
      font-weight: bold;
      padding-top: 4px;
      padding-right: 25px; }
    .card-subscriptions .unsubscribe-box .isCustom label {
      margin-bottom: 0px; }
    .card-subscriptions .unsubscribe-box .isCustom .icon {
      top: 5px;
      right: 0;
      width: 16px;
      height: 16px;
      left: auto; }
      .card-subscriptions .unsubscribe-box .isCustom .icon .fa-check {
        font-size: 9px; }

.card-subscriptions-active {
  border: #38c95f 1px solid;
  background-color: white; }
  .card-subscriptions-active .unsubscribe-box .isCustom .displaytext {
    display: block;
    color: #38c95f; }
  .card-subscriptions-active .unsubscribe-box .isCustom .icon {
    border: #38c95f 1px solid; }
    .card-subscriptions-active .unsubscribe-box .isCustom .icon .fa-check {
      color: #38c95f; }

.btn-unsubscribe-all {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #4e5f60;
  background-color: #dee3e4; }

.btn-subscription-update {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  background-color: #17d072;
  color: white; }

.fa-spacing {
  margin-right: 7px; }

.hr-course-form {
  margin-top: 30px;
  margin-bottom: 20px; }

.form-control:disabled, .form-control[readonly] {
  background-color: white !important; }

.hr-thick {
  border: #97a5a7 1px solid;
  margin-top: 20px;
  margin-bottom: 30px; }

.span-spacer {
  margin-right: 20px; }

.dashboard-event-icon {
  font-size: 13px;
  color: #0077ff;
  text-transform: uppercase;
  font-weight: bold; }
  .dashboard-event-icon .fas {
    margin-right: 7px; }

.modal-dialog-title {
  color: #2d2d2d;
  font-size: 16px;
  margin-bottom: 20px; }

.modal-content {
  padding: 40px; }
  .modal-content .modal-header {
    padding: 0px; }
  .modal-content .modal-body {
    padding: 0px; }

.greytext {
  color: #4e5f60;
  font-size: 16px; }
  @media (max-width: 768px) {
    .greytext {
      font-size: 13px; } }

.dashboard-element-padding-right {
  padding-right: 3rem !important; }
  @media (max-width: 768px) {
    .dashboard-element-padding-right {
      padding-right: 1rem !important; } }

.dashboard-element-padding-left {
  padding-left: 3rem !important; }
  @media (max-width: 768px) {
    .dashboard-element-padding-left {
      padding-left: 1rem !important; } }

.dashboard-element-padding-top {
  padding-right: 3rem !important; }
  @media (max-width: 768px) {
    .dashboard-element-padding-top {
      padding-right: 0rem !important; } }

@media (max-width: 768px) {
  .mobile-zero-margin {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

.dlg-form-question {
  border-top: #c1c9c9 1px solid;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0px; }
  .dlg-form-question i {
    color: #4e5f60 !important; }
  .dlg-form-question label {
    font-size: 16px;
    color: #191c1d;
    margin-bottom: 20px; }
  .dlg-form-question span {
    color: #191c1d;
    font-size: 13px; }

.update-payment-info-link {
  color: #4e5f60;
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline; }
  @media (max-width: 768px) {
    .update-payment-info-link {
      font-size: 12px; } }

.payment-margin {
  margin-right: 0px; }
  @media (max-width: 768px) {
    .payment-margin {
      margin-right: -15px; } }

.update-payment-info {
  padding-left: 80px; }
  @media (max-width: 768px) {
    .update-payment-info {
      padding-left: 57px; } }

.payments-hlabel {
  text-transform: uppercase;
  font-size: 11px;
  color: #4e5f60;
  font-weight: bold; }

.receiplts-correction {
  padding-left: 10px;
  display: block;
  padding-top: 8px; }
  @media (max-width: 768px) {
    .receiplts-correction {
      padding-top: 3px; } }

.receipts-icon {
  padding-left: 30px; }
  @media (max-width: 768px) {
    .receipts-icon {
      padding-left: 25px; } }

.btn-back-mobile {
  font-size: 13px;
  color: #4e5f60;
  font-weight: bold;
  background-color: #dee3e4;
  border-radius: 2px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px; }
  .btn-back-mobile a {
    position: relative;
    margin-left: 17px;
    color: #4e5f60; }
  .btn-back-mobile .far {
    font-size: 20px !important;
    margin-top: 0px;
    position: absolute; }

.lesson-navigator {
  color: #191c1d; }
  @media (max-width: 768px) {
    .lesson-navigator {
      font-size: 12px; } }
  @media (max-width: 768px) {
    .lesson-navigator .btn-lesson {
      font-size: 13px;
      padding: 10px 5px; } }
  .lesson-navigator .btn-lesson-disabled {
    border: #dee3e4 2px solid !important;
    background-color: #dee3e4 !important;
    pointer-events: none;
    cursor: default; }

.btn-action {
  cursor: pointer; }

.course_canvas h1 {
  font-weight: 500 !important; }
.course_canvas h2 {
  margin: 20px 0px 30px 0px; }

footer .footer-address .address-pin {
  float: left;
  margin-top: 5px; }
footer .footer-address .address-text {
  float: left; }

.empty-state-payments {
  height: 200px;
  margin-top: 10px;
  padding: 0px;
  background-color: rgba(151, 165, 167, 0.09);
  border-radius: 4px; }
  .empty-state-payments .es-content {
    padding-top: 40px; }
    .empty-state-payments .es-content .fas {
      color: #303434;
      opacity: 0.5; }
    .empty-state-payments .es-content b {
      margin-top: 20px;
      display: block;
      color: #191c1d;
      font-family: 'Open Sans';
      font-size: 16px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.33;
      letter-spacing: normal; }
    .empty-state-payments .es-content span {
      font-family: 'Open Sans';
      font-size: 13px;
      font-weight: normal;
      font-style: italic;
      font-stretch: normal;
      line-height: 1.43;
      color: #191c1d; }

#page-sidebar .cta-wizard-button {
  width: 100%;
  text-align: center; }

.course-question .form-control {
  line-height: normal !important; }
.course-question textarea {
  min-height: 100px; }
.course-question input {
  min-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px; }

p.embed-container iframe {
  border: 0px; }
  @media (max-width: 768px) {
    p.embed-container iframe {
      width: 100%; } }

.improved-course-mobile-progress {
  display: none; }
  @media (max-width: 768px) {
    .improved-course-mobile-progress {
      display: block;
      position: fixed;
      bottom: 0;
      background-color: #f6f7f7;
      z-index: 99;
      width: 100% !important; } }
  .improved-course-mobile-progress .course-progress-empty {
    height: 4px;
    background-color: #c1c9c9; }
  .improved-course-mobile-progress .course-progress-bar {
    height: 4px;
    background-color: #17d072 !important; }
  .improved-course-mobile-progress .ic-content {
    padding: 10px 20px; }
    .improved-course-mobile-progress .ic-content h1 {
      font-size: 14px !important;
      margin: 0px !important; }
    .improved-course-mobile-progress .ic-content h2, .improved-course-mobile-progress .ic-content .fas {
      margin: 0px !important; }
    .improved-course-mobile-progress .ic-content .fas {
      color: #4e5f60 !important;
      font-size: 14px; }

.ic-overlay-bg {
  width: 100% !important;
  height: 100% !important;
  z-index: 100;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  bottom: 0;
  display: none; }

.ic-overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: 0.5s;
  -webkit-box-shadow: 0px -3px 5px 0px #e4e6e6;
  -moz-box-shadow: 0px -3px 5px 0px #e4e6e6;
  box-shadow: 0px -3px 5px 0px #e4e6e6;
  overflow-x: auto;
  padding: 20px;
  display: none; }
  .ic-overlay .layer-toggle {
    color: #4e5f60 !important;
    font-size: 16px;
    margin-top: 4px; }
  .ic-overlay h3.module-title {
    font-size: 11px !important; }
  .ic-overlay h1 {
    margin: 0px;
    line-height: 1 !important;
    margin-bottom: 10px; }
  .ic-overlay h2.module-title {
    font-size: 14px !important; }
  .ic-overlay hr {
    margin-top: 10px; }
  .ic-overlay .module-container .lesson-pad {
    padding-top: 10px; }
  .ic-overlay .module-container .lesson-complete {
    font-size: 11px;
    font-weight: bold; }
  .ic-overlay .module-container .lesson-enabled {
    font-size: 11px;
    font-weight: bold; }
  .ic-overlay .module-container .lesson-disabled {
    font-size: 11px;
    font-weight: bold; }

main[role="main"], main[role="main"] h1, .cart-canvas h2.cart-h2, main[role="main"] h2, main[role="main"] h3, main[role="main"] h4, main[role="main"] .appointment-schedule-inner .btn-schedule, main[role="form"] .date-entry-label, footer .content, .todo-normal .todo-scheduled, .todo-green .todo-scheduled, .todo-orange .todo-scheduled, .payment-tab, .form-date ul, .form-date li, .btn-printer, .optin-type h3, .optin-type h4, .optin-box h3, .optin-box h4, .optin-type input[type="submit"], .optin-box input[type="submit"], .optin-type p.no-spam-label, .optin-box p.no-spam-label, .optin-type-wide h3, .optin-type-wide h4, .optin-type-wide input[type="text"],
.optin-type-wide input[type="email"], .optin-type-wide p.no-spam-label {
  font-size: 13px; }

main[role="main"], main[role="main"] h1, .cart-canvas h2.cart-h2 {
  font-size: 16px; }

.optin-type input[type="text"],
.optin-type input[type="email"], .optin-box input[type="text"],
.optin-box input[type="email"], .type8 input[type="text"],
.type8 input[type="email"], .type-wide1 input[type="text"],
.type-wide1 input[type="email"], .type-wide2 input[type="text"],
.type-wide2 input[type="email"], .type-wide3 input[type="text"],
.type-wide3 input[type="email"], .type-wide4 input[type="text"],
.type-wide4 input[type="email"] {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  -webkit-appearance: none;
  line-height: 24px;
  padding: 15px 20px;
  text-align: center;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #97a5a7;
  outline: none;
  font-size: 18px;
  color: #000; }

.type3 input[type="text"],
.type3 input[type="email"], .type4 input[type="text"],
.type4 input[type="email"], .type5 input[type="text"],
.type5 input[type="email"], .type6 input[type="text"]::placeholder,
.type6 input[type="email"]::placeholder, .type6 input[type="text"],
.type6 input[type="email"], .type7 input[type="text"],
.type7 input[type="email"] {
  border-radius: 0px;
  border: 0px;
  border-bottom: #c1c9c9 2px solid;
  text-align: center; }

.type9 input[type="text"],
.type9 input[type="email"] {
  border-radius: 24px;
  background-color: #ffffff;
  border: solid 1px #97a5a7; }

.optin-type, .optin-box {
  width: 380px;
  border-radius: 4px;
  box-shadow: 0 0 10px 6px rgba(78, 95, 96, 0.13);
  background-color: #f8f9f9;
  border: solid 1px #c1c9c9;
  width: 100%;
  max-width: 390px;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden; }
  .optin-type h3, .optin-type h4, .optin-box h3, .optin-box h4 {
    position: relative;
    margin: 0;
    font-weight: 700;
    margin-bottom: 20px; }
  .optin-type h3, .optin-box h3 {
    font-size: 32px;
    margin-top: 0px;
    font-weight: 300 !important;
    margin-bottom: 6px !important; }
  .optin-type h4, .optin-box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    font-weight: 800 !important; }
  .optin-type input[type="text"],
  .optin-type input[type="email"], .optin-box input[type="text"],
  .optin-box input[type="email"] {
    font-size: 16px; }
  .optin-type *::-webkit-input-placeholder, .optin-box *::-webkit-input-placeholder {
    color: #BDBDBD; }
  .optin-type :-moz-placeholder, .optin-box :-moz-placeholder {
    color: #BDBDBD;
    opacity: 1; }
  .optin-type ::-moz-placeholder, .optin-box ::-moz-placeholder {
    color: #BDBDBD;
    opacity: 1; }
  .optin-type :-ms-input-placeholder, .optin-box :-ms-input-placeholder {
    color: #BDBDBD; }
  .optin-type ::-ms-input-placeholder, .optin-box ::-ms-input-placeholder {
    color: #BDBDBD; }
  .optin-type input[type="submit"], .optin-box input[type="submit"] {
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    border: none;
    height: 52px;
    line-height: 54px;
    outline: none;
    font-size: 18px;
    background: #17d072;
    color: #fff;
    font-weight: 700;
    border-radius: 4px; }
  .optin-type p.no-spam-label, .optin-box p.no-spam-label {
    margin: 0;
    color: #717d7e;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: center;
    line-height: 22px;
    font-weight: bold;
    font-style: normal; }
  .optin-type p.no-spam-label i, .optin-box p.no-spam-label i {
    color: #717d7e;
    font-size: 22px;
    vertical-align: -3px;
    margin: 0 5px; }
  .optin-type a, .optin-box a {
    color: #0e75b5;
    font-weight: bold; }

.type1 {
  text-align: center; }
  .type1 h3 {
    font-size: 24px;
    margin: 0px;
    font-weight: 300; }
  .type1 h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 40px; }

.type2 {
  text-align: left; }
  .type2 input[type="text"],
  .type2 input[type="email"] {
    text-align: left; }

.type3 {
  background-color: #ffffff;
  text-align: left;
  /*
  input[type="text"]::placeholder,
  input[type="email"]::placeholder{
    font-family: 'Font Awesome 5 Pro';
    text-align: left;
    font-size: 20px;
  }
  */ }
  .type3 h4 {
    margin-bottom: 20px; }
  .type3 .input-first-name, .type3 .input-last-name {
    background: url("../../static/images/user.svg") no-repeat top 17px left 0px;
    padding-left: 28px !important; }
  .type3 .input-email {
    background: url("../../static/images/envelope.svg") no-repeat top 19px left 0px;
    padding-left: 28px !important; }
  .type3 .input-phone {
    background: url("../../static/images/phone.svg") no-repeat top 17px left 0px;
    padding-left: 28px !important; }
  .type3 input[type="text"],
  .type3 input[type="email"] {
    padding-left: 0px;
    text-align: left;
    background-color: transparent; }

.type4 {
  background-color: #ffffff;
  text-align: left; }
  .type4 label.label {
    font-weight: bold;
    text-transform: uppercase;
    color: #0e75b5;
    font-size: 12px; }
  .type4 input[type="text"],
  .type4 input[type="email"] {
    text-align: left;
    padding-left: 0px;
    background-color: transparent; }
  .type4 input[type="text"]::placeholder,
  .type4 input[type="email"]::placeholder {
    text-align: left; }
  .type4 label {
    margin-bottom: 0px; }

.type5 {
  background-color: #ffffff;
  text-align: center; }
  .type5 label.label {
    font-weight: bold;
    text-transform: uppercase;
    color: #0e75b5;
    font-size: 12px; }
  .type5 input[type="text"],
  .type5 input[type="email"] {
    background-color: transparent; }
  .type5 label {
    margin-bottom: 0px; }

.type6 {
  background-color: #ffffff;
  text-align: left; }
  .type6 input[type="text"]::placeholder,
  .type6 input[type="email"]::placeholder {
    text-align: left;
    border-bottom: 0px; }
  .type6 input[type="text"],
  .type6 input[type="email"] {
    text-align: left;
    padding-left: 0px;
    background-color: transparent; }
  .type6 .info {
    width: 160px;
    height: 160px;
    color: #FFF;
    transform: rotate(45deg);
    box-sizing: border-box;
    text-align: center;
    padding-top: 96px;
    font-size: 13px;
    line-height: 14px;
    float: right;
    margin-right: -120px;
    margin-top: -120px;
    text-transform: uppercase;
    font-weight: 700; }
    .type6 .info i {
      transform: rotate(-45deg);
      font-size: 18px;
      margin-top: 2px;
      margin-bottom: 8px; }
  .type6 .input-first-name, .type6 .input-last-name {
    background: url("../../static/images/user.svg") no-repeat top 17px left 0px;
    padding-left: 28px !important; }
  .type6 .input-email {
    background: url("../../static/images/envelope.svg") no-repeat top 19px left 0px;
    padding-left: 28px !important; }
  .type6 .input-phone {
    background: url("../../static/images/phone.svg") no-repeat top 17px left 0px;
    padding-left: 28px !important; }

.type7 {
  background-color: white;
  text-align: left;
  border: #0e75b5 2px solid; }
  .type7 input[type="text"],
  .type7 input[type="email"] {
    text-align: left;
    background-color: transparent; }
  .type7 .input-first-name, .type7 .input-last-name {
    background: url("../../static/images/user.svg") no-repeat top 17px left 0px;
    padding-left: 28px !important; }
  .type7 .input-email {
    background: url("../../static/images/envelope.svg") no-repeat top 19px left 0px;
    padding-left: 28px !important; }
  .type7 .input-phone {
    background: url("../../static/images/phone.svg") no-repeat top 17px left 0px;
    padding-left: 28px !important; }
  .type7 h4 {
    margin-bottom: 20px; }

.type8 {
  text-align: left;
  border: #0e75b5 2px solid; }
  .type8 input[type="text"],
  .type8 input[type="email"] {
    text-align: left; }
  .type8 .info {
    width: 160px;
    height: 160px;
    color: #FFF;
    transform: rotate(45deg);
    box-sizing: border-box;
    text-align: center;
    padding-top: 96px;
    font-size: 13px;
    line-height: 14px;
    float: right;
    margin-right: -120px;
    margin-top: -120px;
    text-transform: uppercase;
    font-weight: 700; }
    .type8 .info i {
      transform: rotate(-45deg);
      font-size: 18px;
      margin-top: 2px;
      margin-bottom: 8px; }

.type9 {
  background-color: #ffffff;
  text-align: center;
  border: #0e75b5 2px solid; }
  .type9 input[type="text"],
  .type9 input[type="email"] {
    text-align: center; }
  .type9 input[type="submit"] {
    border-radius: 26px; }

.optin-type-wide {
  text-align: left;
  border-radius: 4px;
  box-shadow: 0 0 10px 6px rgba(78, 95, 96, 0.13);
  background-color: #f8f9f9;
  border: solid 1px #c1c9c9;
  width: 100%;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: 768px; }
  .optin-type-wide *::-webkit-input-placeholder {
    color: #BDBDBD; }
  .optin-type-wide :-moz-placeholder {
    color: #BDBDBD;
    opacity: 1; }
  .optin-type-wide ::-moz-placeholder {
    color: #BDBDBD;
    opacity: 1; }
  .optin-type-wide :-ms-input-placeholder {
    color: #BDBDBD; }
  .optin-type-wide ::-ms-input-placeholder {
    color: #BDBDBD; }
  .optin-type-wide :after {
    display: block;
    height: 0;
    clear: both; }
  .optin-type-wide h3 {
    position: relative;
    margin-top: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 32px;
    position: relative;
    text-align: left;
    line-height: 1;
    margin-bottom: 6px; }
  .optin-type-wide h4 {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    text-align: left;
    margin-bottom: 30px; }
  .optin-type-wide input[type="text"],
  .optin-type-wide input[type="email"] {
    display: block;
    -webkit-appearance: none;
    padding: 10px 20px;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    outline: none;
    color: #000;
    background: #FFF;
    max-width: 250px;
    margin: 0 20px 0 0;
    float: left;
    line-height: 20px;
    font-size: 16px; }
  .optin-type-wide input[type="submit"] {
    display: block;
    -webkit-appearance: none;
    border: none;
    outline: none;
    border-radius: 4px;
    background-color: #17d072;
    color: #fff;
    font-weight: 700;
    margin: 0;
    float: left;
    font-size: 16px;
    padding: 9px 54px; }
  .optin-type-wide p.no-spam-label {
    margin: 0;
    color: #717d7e;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: center;
    font-weight: bold;
    font-style: normal; }
  .optin-type-wide p.no-spam-label {
    font-size: 12px; }
  .optin-type-wide p.no-spam-label i {
    color: #717d7e;
    font-size: 22px;
    vertical-align: 0px;
    margin: 0 5px;
    font-size: 12px; }
  .optin-type-wide a {
    color: #0e75b5;
    font-weight: bold; }
  .optin-type-wide .no-spam-label {
    display: inline-block;
    text-align: left;
    float: right; }
  .optin-type-wide .checkbox {
    display: block;
    text-align: left;
    float: none; }
    .optin-type-wide .checkbox .isCustom {
      text-align: left; }

.page-1n .optin-type-wide input[type="text"],
.page-1n .optin-type-wide input[type="email"] {
  max-width: 237px; }

.type-wide-4fld input[type="text"],
.type-wide-4fld input[type="email"] {
  margin: 0px;
  max-width: 342px !important; }
.type-wide-4fld .ml-20 {
  margin-left: 20px !important; }

.type-wide-3fld input[type="text"],
.type-wide-3fld input[type="email"] {
  margin: 0px;
  max-width: 221px !important; }
.type-wide-3fld .ml-20 {
  margin-left: 20px !important; }

.type-wide-2fld input[type="text"],
.type-wide-2fld input[type="email"] {
  margin: 0 20px 0 0;
  max-width: 240px; }
.type-wide-2fld .ml-20 {
  margin-left: 0px !important; }

.type-wide1 {
  text-align: center; }
  .type-wide1 input[type="text"],
  .type-wide1 input[type="email"] {
    text-transform: capitalize;
    text-align: left; }

.type-wide2 {
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 10px 6px rgba(78, 95, 96, 0.13);
  border: solid 2px #0e75b5; }
  .type-wide2 input[type="text"],
  .type-wide2 input[type="email"] {
    text-transform: capitalize;
    text-align: left; }
  .type-wide2 input[type="submit"] {
    padding: 9px 52px; }

.type-wide3 {
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 10px 6px rgba(78, 95, 96, 0.13);
  background-color: #ffffff;
  border: solid 2px #0e75b5; }
  .type-wide3 input[type="text"],
  .type-wide3 input[type="email"] {
    border-radius: 24px;
    background-color: #ffffff;
    border: solid 1px #97a5a7;
    text-transform: capitalize;
    text-align: left; }
  .type-wide3 input[type="submit"] {
    border-radius: 24px;
    border: 0px;
    cursor: pointer;
    padding: 9px 57px; }

.type-wide4 {
  background-color: #ffffff;
  text-align: center; }
  .type-wide4 h3, .type-wide4 h4 {
    text-align: center; }
  .type-wide4 input[type="text"],
  .type-wide4 input[type="email"] {
    text-transform: capitalize;
    text-align: left; }

@media (max-width: 768px) {
  .optin-type-wide input[type="text"],
  .optin-type-wide input[type="email"],
  .optin-type-wide input[type="submit"] {
    margin: 0px;
    width: 100%;
    max-width: none !important;
    margin-left: 0px !important;
    margin-bottom: 20px; } }

label.isCustom {
  display: block;
  padding: 0px 0px 0px 25px;
  position: relative;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
  margin-bottom: 1rem;
  color: #4E5F60; }

label.isCustom.flat {
  display: inline-block;
  margin-right: 10px; }

label.isCustom span.icon {
  display: block;
  position: absolute;
  top: 1px;
  left: 0px;
  height: 18px;
  width: 18px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  transition: border-color 0.5s; }

label.isCustom span.icon span.checked {
  display: block;
  opacity: 0;
  transition: opacity 0.5s; }

label.isCustom input:checked + span.icon {
  border-color: #10729F; }

label.isCustom input:checked + span.icon span.checked {
  opacity: 1; }

label.isCustom input[type="radio"] + span.icon {
  border-radius: 100%; }

label.isCustom input[type="radio"] + span.icon span.checked {
  border-radius: 100%;
  background: #10729F;
  margin: 3px;
  height: 10px;
  width: 10px; }

label.isCustom input[type="checkbox"] + span.icon {
  border-radius: 2px;
  color: #10729F;
  margin-right: -2px; }

label.isCustom input[type="checkbox"] + span.icon span.checked {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  background: #10729F;
  height: 100%;
  width: 100%; }

label.isCustom input[type="checkbox"] + span.icon span.checked i {
  vertical-align: top;
  line-height: 16px; }

label.isCustom input[disabled] + span.icon {
  opacity: 0.5; }

label.isCustom input[type="radio"],
label.isCustom input[type="checkbox"] {
  display: none; }

.fields-3 {
  max-width: 160px !important; }

.fields-4 {
  max-width: 115px !important; }

.opts-submenu-section-separator {
  margin-bottom: 10px; }

.optin-input-container {
  margin-bottom: 30px; }

.checkbox-no-bottom-margin label {
  margin-bottom: 0px; }

.optin-checkbox-container {
  max-width: 450px;
  display: block; }
  @media (max-width: 768px) {
    .optin-checkbox-container {
      display: inline-block; } }

#page-sidebar .optin-type {
  max-width: unset; }

.optin-box .info {
  width: 160px;
  height: 160px;
  color: #FFF;
  transform: rotate(45deg);
  box-sizing: border-box;
  text-align: center;
  padding-top: 96px;
  font-size: 13px;
  line-height: 14px;
  float: right;
  margin-right: -120px;
  margin-top: -120px;
  text-transform: uppercase;
  font-weight: 700; }
  .optin-box .info i {
    transform: rotate(-45deg);
    font-size: 18px;
    margin-top: 2px;
    margin-bottom: 8px; }

.page-2l .optin-type-wide input[type=text], .page-2l .optin-type-wide input[type=email], .page-2r .optin-type-wide input[type=text], .page-2r .optin-type-wide input[type=email] {
  max-width: 187px !important; }
  @media (max-width: 768px) {
    .page-2l .optin-type-wide input[type=text], .page-2l .optin-type-wide input[type=email], .page-2r .optin-type-wide input[type=text], .page-2r .optin-type-wide input[type=email] {
      max-width: unset !important; } }
.page-2l .type-wide-4fld input[type=text], .page-2l .type-wide-4fld input[type=email], .page-2r .type-wide-4fld input[type=text], .page-2r .type-wide-4fld input[type=email] {
  max-width: 292px !important; }
.page-2l .type-wide-3fld input[type="text"],
.page-2l .type-wide-3fld input[type="email"], .page-2r .type-wide-3fld input[type="text"],
.page-2r .type-wide-3fld input[type="email"] {
  margin: 0px;
  max-width: 188px !important; }
.page-2l .type-wide-3fld .ml-20, .page-2r .type-wide-3fld .ml-20 {
  margin-left: 20px !important; }

.mce-content-body .type-wide-3fld input[type="text"],
.mce-content-body .type-wide-3fld input[type="email"] {
  margin: 0px;
  max-width: 200px !important; }
.mce-content-body .type-wide-3fld .ml-20 {
  margin-left: 20px !important; }

.content-middle, .content-middle-small {
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  /* margin-bottom: 100px; */ }
  @media all and (max-width: 990px) {
    .content-middle, .content-middle-small {
      margin-top: 0; } }

.box, .box-success {
  width: 710px;
  border-radius: 4px;
  box-shadow: 0 0 10px 6px rgba(78, 95, 96, 0.13);
  background-color: #fff;
  border: solid 1px #c1c9c9;
  padding: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 0 auto; }
  @media all and (max-width: 990px) {
    .box, .box-success {
      border: 0 !important;
      box-shadow: none;
      width: 100%;
      padding: 20px; } }
  .box sup, .box-success sup {
    color: #0e75b5; }
  .box h1, .box-success h1 {
    color: #0077ff;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 800;
    text-align: left; }
    @media all and (max-width: 990px) {
      .box h1, .box-success h1 {
        font-size: 18px; } }
  .box a, .box-success a {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #4e4c4c;
    text-decoration: underline; }
  .box label, .box-success label {
    font-weight: 600; }

.box-success {
  border: solid 1px #17d072; }
  .box-success h1 {
    color: #17d072; }

.content-middle-small .box, .content-middle-small .box-success {
  width: 380px; }
  @media all and (max-width: 990px) {
    .content-middle-small .box, .content-middle-small .box-success {
      width: 100%; } }

.no-bold {
  font-weight: normal; }

.error-bubble {
  text-align: left;
  font-weight: 700;
  color: #f35a36;
  background-color: #fde7e1;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #fde7e1;
  display: none;
  margin: 0 auto 20px auto;
  width: 710px; }
  @media all and (max-width: 990px) {
    .error-bubble {
      width: 100%;
      margin: 10px 30px; } }

.no-border {
  border: 0; }

li .fas {
  padding-right: 10px; }
  @media all and (max-width: 990px) {
    li .fas {
      padding-right: 3px; } }

.sync-link a {
  color: #4E5f60 !important;
  font-weight: bold;
  font-size: 13px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #dee3e4;
  padding: 6px 8px 6px 10px; }

.steps {
  border-bottom: 1px solid #c1c9c9;
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px !important; }

.steps ul {
  margin: 0;
  padding: 0;
  position: relative;
  bottom: -2px; }
  .steps ul li {
    list-style-type: none;
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 20px !important;
    line-height: 40px;
    color: #c1c9c9 !important; }
    @media all and (max-width: 990px) {
      .steps ul li {
        font-size: 14px;
        line-height: 1.3;
        margin-right: 5px !important; } }
    .steps ul li span {
      color: #c1c9c9 !important;
      font-size: 16px !important; }
      @media all and (max-width: 990px) {
        .steps ul li span {
          display: none;
          font-size: 14px !important;
          line-height: 1.3; } }
  .steps ul li.active {
    color: #0077ff !important;
    border-bottom: 3px solid #0077ff;
    border-radius: 1.5px; }
    .steps ul li.active span {
      color: #0077ff !important; }
      @media all and (max-width: 990px) {
        .steps ul li.active span {
          display: inline; } }

.header-row label {
  color: #4d5f61;
  font-weight: bold;
  font-size: 13px !important; }
  @media all and (max-width: 990px) {
    .header-row label {
      display: none; } }

@media all and (max-width: 990px) {
  .header-row {
    margin: 0;
    padding: 0;
    background-color: #fff; } }

.scheduler label {
  font-weight: 600;
  font-size: 14px; }

.scheduler {
  margin: 20px 0; }
  @media all and (max-width: 990px) {
    .scheduler {
      margin: 0; } }

label {
  color: #191c1d; }

#timezone-id-select {
  width: 300px !important; }
  @media all and (max-width: 990px) {
    #timezone-id-select {
      width: 100% !important;
      margin-left: 0 !important; } }

select {
  font-size: 13px;
  line-height: 20px !important; }

.app-type-box {
  width: 30%;
  margin-left: 55px; }
  @media all and (max-width: 990px) {
    .app-type-box {
      width: 100%;
      margin-left: 0px; }
      .app-type-box:not(:last-of-type) {
        margin-bottom: 20px; } }
  .app-type-box .align-middle {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: table; }
    .app-type-box .align-middle a {
      display: table-cell;
      vertical-align: middle;
      padding: 14px;
      text-align: center;
      color: #0077ff;
      border-radius: 4px;
      background-color: #ffffff;
      border: solid 1px #0077ff;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      height: 100%; }
  .app-type-box:first-child {
    margin-left: 0; }

.apt-row {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: stretch; }
  @media all and (max-width: 990px) {
    .apt-row {
      flex-direction: column;
      flex-flow: column wrap; } }

.date-header {
  color: #2d2d2d;
  font-size: 18px; }
  @media all and (max-width: 990px) {
    .date-header {
      font-size: 14px; } }

.prev-next {
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 22px;
  background-color: #717d7e;
  color: #fff !important;
  border: 1px solid #717d7e;
  border-radius: 50%; }
  @media all and (max-width: 990px) {
    .prev-next {
      width: 15px;
      height: 15px;
      line-height: 14px;
      font-size: 12px;
      margin-top: 5px; } }

.prev-next:hover {
  color: #fff; }

.mt {
  margin-top: 60px; }

.bg-white {
  bacgkround-color: #fff;
  padding-top: 17px !important; }

.bg-lightyellow {
  background-color: #feefc4; }

.h-bold {
  font-weight: 700 !important; }

.col7 {
  width: 14.28%;
  float: left; }

.header-calendar {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 14px !important; }

.hidden-day {
  font-size: 14px !important; }

@media all and (min-width: 990px) {
  .calendar-render {
    margin: 0; }
    .calendar-render .hidden-grid {
      display: none !important; }
    .calendar-render .past-month, .calendar-render .month {
      padding-right: 2px;
      min-height: 180px;
      color: #2d2d2d;
      border-right: 1px solid #dee3e4;
      border-bottom: 1px solid #dee3e4;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .calendar-render .past-month .cell-header, .calendar-render .month .cell-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 5px 5px 0 5px; }
      .calendar-render .past-month h3, .calendar-render .month h3 {
        font-size: 28px;
        font-weight: 600;
        margin: 0; }
      .calendar-render .past-month .cell-options, .calendar-render .month .cell-options {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        justify-content: flex-end;
        flex-direction: row;
        margin-top: 10px; }
        .calendar-render .past-month .cell-options .time-option, .calendar-render .past-month .cell-options .time-option-blank, .calendar-render .past-month .cell-options .time-option-personal, .calendar-render .month .cell-options .time-option, .calendar-render .month .cell-options .time-option-blank, .calendar-render .month .cell-options .time-option-personal {
          width: 45%;
          padding: 2px;
          background-color: #f5f6f6;
          color: #4e5f60;
          display: block;
          text-align: center;
          white-space: nowrap;
          font-size: 12px;
          text-decoration: none;
          align-self: flex-end;
          margin-bottom: 5px; } }
        @media all and (min-width: 990px) and (media-size-max: 1300px) {
          .calendar-render .past-month .cell-options .time-option, .calendar-render .past-month .cell-options .time-option-blank, .calendar-render .past-month .cell-options .time-option-personal, .calendar-render .month .cell-options .time-option, .calendar-render .month .cell-options .time-option-blank, .calendar-render .month .cell-options .time-option-personal {
            width: 90%; } }
@media all and (min-width: 990px) {
          .calendar-render .past-month .cell-options .time-option:nth-child(odd), .calendar-render .past-month .cell-options .time-option-blank:nth-child(odd), .calendar-render .past-month .cell-options .time-option-personal:nth-child(odd), .calendar-render .month .cell-options .time-option:nth-child(odd), .calendar-render .month .cell-options .time-option-blank:nth-child(odd), .calendar-render .month .cell-options .time-option-personal:nth-child(odd) {
            margin-left: 5px;
            margin-right: 3px; }
        .calendar-render .past-month .cell-options .time-option-blank, .calendar-render .month .cell-options .time-option-blank {
          background-color: #fff;
          color: #fff; }
        .calendar-render .past-month .cell-options .time-option.active, .calendar-render .past-month .cell-options .time-option-personal.active, .calendar-render .month .cell-options .time-option.active, .calendar-render .month .cell-options .time-option-personal.active {
          background-color: #0077ff;
          color: #fff; }
        .calendar-render .past-month .cell-options .time-option-personal, .calendar-render .month .cell-options .time-option-personal {
          width: 85%;
          color: #fff;
          background-color: #4e5f60; }
      .calendar-render .past-month .flex-btm, .calendar-render .month .flex-btm {
        min-height: 150px;
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse; }
      .calendar-render .past-month .flex-btm-container, .calendar-render .month .flex-btm-container {
        height: auto; }
    .calendar-render .month-active {
      background-color: #e8f3ff; }
      .calendar-render .month-active h3 {
        color: #0077ff; }
      .calendar-render .month-active .time-option-blank {
        background-color: #e8f3ff !important;
        color: #e8f3ff !important; }
    .calendar-render .past-month h3 {
      opacity: 0.3; }
    .calendar-render .border-r0 {
      border-right: 0; } }
@media all and (max-width: 990px) {
  .calendar-render {
    margin: 0; }
    .calendar-render .past-month {
      display: none !important; }
    .calendar-render .col7 {
      width: 100%;
      float: none; }
    .calendar-render .hidden-day {
      display: none !important;
      font-size: 14px; }
    .calendar-render .hidden-grid {
      color: #97a5a7;
      padding-left: 5px; }
    .calendar-render .past-month, .calendar-render .month {
      padding: 30px 10px;
      color: #2d2d2d;
      border-bottom: 1px solid #dee3e4;
      background-color: #fff;
      display: block;
      width: 100%; }
      .calendar-render .past-month .cell-header, .calendar-render .month .cell-header {
        width: 40px;
        float: left;
        text-align: right;
        color: #4E5F60 !important;
        font-weight: 300; }
      .calendar-render .past-month h3, .calendar-render .month h3 {
        font-size: 28px;
        font-weight: 600;
        margin: 0;
        line-height: 28px; }
      .calendar-render .past-month .cell-options, .calendar-render .month .cell-options {
        width: 100%;
        position: relative;
        left: 20px;
        padding-left: 40px;
        height: auto; }
        .calendar-render .past-month .cell-options .time-option, .calendar-render .past-month .cell-options .time-option-blank, .calendar-render .past-month .cell-options .time-option-personal, .calendar-render .month .cell-options .time-option, .calendar-render .month .cell-options .time-option-blank, .calendar-render .month .cell-options .time-option-personal {
          width: auto;
          padding: 2px;
          background-color: #dee3e4;
          color: #4e5f60;
          display: block;
          text-align: center;
          white-space: nowrap;
          font-size: 14px;
          text-decoration: none;
          margin-left: 5px;
          align-self: flex-end;
          margin-bottom: 5px;
          float: left; }
        .calendar-render .past-month .cell-options .time-option:first-child, .calendar-render .past-month .cell-options .time-option-personal:first-child, .calendar-render .month .cell-options .time-option:first-child, .calendar-render .month .cell-options .time-option-personal:first-child {
          padding-left: 0; }
        .calendar-render .past-month .cell-options .time-option-blank, .calendar-render .month .cell-options .time-option-blank {
          background-color: #fff;
          color: #fff;
          display: none !important; }
        .calendar-render .past-month .cell-options .time-option.active, .calendar-render .past-month .cell-options .time-option-personal.active, .calendar-render .month .cell-options .time-option.active, .calendar-render .month .cell-options .time-option-personal.active {
          background-color: #0077ff;
          color: #fff; }
        .calendar-render .past-month .cell-options .time-option-personal, .calendar-render .month .cell-options .time-option-personal {
          width: auto;
          color: #fff;
          background-color: #4e5f60; }
      .calendar-render .past-month .flex-btm, .calendar-render .month .flex-btm {
        min-height: 150px;
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse; }
      .calendar-render .past-month .flex-btm-container, .calendar-render .month .flex-btm-container {
        height: auto; }
    .calendar-render .month-active {
      background-color: #e8f3ff; }
      .calendar-render .month-active h3 {
        color: #0077ff; }
      .calendar-render .month-active .time-option-blank {
        background-color: #e8f3ff !important;
        color: #e8f3ff !important; }
    .calendar-render .past-month h3 {
      opacity: 0.3; }
    .calendar-render .border-r0 {
      border-right: 0; } }

.calendar-render-list {
  margin: 0; }
  .calendar-render-list .past-month {
    display: none !important; }
  .calendar-render-list .col7 {
    width: 100%;
    float: none; }
  .calendar-render-list .hidden-day {
    display: none !important;
    font-size: 14px; }
  .calendar-render-list .hidden-grid {
    color: #97a5a7;
    padding-bottom: 2px;
    font-size: 14px; }
  .calendar-render-list .past-month, .calendar-render-list .month {
    padding: 20px 10px;
    color: #2d2d2d;
    border-bottom: 1px solid #dee3e4;
    background-color: #fff;
    display: block;
    width: 100%; }
    .calendar-render-list .past-month .cell-header, .calendar-render-list .month .cell-header {
      width: 40px;
      float: left;
      text-align: right;
      color: #4E5F60 !important;
      font-weight: 300; }
    .calendar-render-list .past-month h3, .calendar-render-list .month h3 {
      font-size: 28px;
      font-weight: 600;
      margin: 0;
      line-height: 28px; }
    .calendar-render-list .past-month .cell-options, .calendar-render-list .month .cell-options {
      width: 100%;
      position: relative;
      left: 40px;
      padding-left: 40px;
      height: auto; }
      .calendar-render-list .past-month .cell-options .time-option, .calendar-render-list .past-month .cell-options .time-option-blank, .calendar-render-list .past-month .cell-options .time-option-personal, .calendar-render-list .month .cell-options .time-option, .calendar-render-list .month .cell-options .time-option-blank, .calendar-render-list .month .cell-options .time-option-personal {
        width: auto;
        padding: 2px;
        background-color: #EEF1F1;
        color: #4e5f60;
        display: block;
        text-align: center;
        white-space: nowrap;
        font-size: 14px;
        text-decoration: none;
        margin-right: 10px;
        align-self: flex-end;
        margin-bottom: 10px;
        float: left; }
      .calendar-render-list .past-month .cell-options .time-option:first-child, .calendar-render-list .past-month .cell-options .time-option-personal:first-child, .calendar-render-list .month .cell-options .time-option:first-child, .calendar-render-list .month .cell-options .time-option-personal:first-child {
        padding-left: 0; }
      .calendar-render-list .past-month .cell-options .time-option-blank, .calendar-render-list .month .cell-options .time-option-blank {
        background-color: #fff;
        color: #fff;
        display: none !important; }
      .calendar-render-list .past-month .cell-options .time-option.active, .calendar-render-list .past-month .cell-options .time-option-personal.active, .calendar-render-list .month .cell-options .time-option.active, .calendar-render-list .month .cell-options .time-option-personal.active {
        background-color: #0077ff;
        color: #fff; }
      .calendar-render-list .past-month .cell-options .time-option-personal, .calendar-render-list .month .cell-options .time-option-personal {
        width: auto;
        color: #fff;
        background-color: #4e5f60; }
    .calendar-render-list .past-month .flex-btm, .calendar-render-list .month .flex-btm {
      min-height: 150px;
      display: flex;
      justify-content: flex-end;
      flex-direction: row-reverse; }
    .calendar-render-list .past-month .flex-btm-container, .calendar-render-list .month .flex-btm-container {
      height: auto; }
  .calendar-render-list .month-active {
    background-color: #e8f3ff; }
    .calendar-render-list .month-active h3 {
      color: #0077ff; }
    .calendar-render-list .month-active .time-option-blank {
      background-color: #e8f3ff !important;
      color: #e8f3ff !important; }
  .calendar-render-list .past-month h3 {
    opacity: 0.3; }
  .calendar-render-list .border-r0 {
    border-right: 0; }

.details-box, .details-box-white {
  font-size: 18px; }
  .details-box .header, .details-box-white .header {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #97a5a7;
    font-weight: 700;
    font-size: 14px; }
  @media all and (max-width: 990px) {
    .details-box, .details-box-white {
      font-size: 14px; } }

.details-box {
  background-color: rgba(151, 165, 167, 0.09);
  color: #4b5f62;
  padding: 20px;
  border-radius: 4px; }
  @media all and (max-width: 990px) {
    .details-box {
      margin: 0; } }

/** MODAL **/
.header-modal-calendar {
  color: #2d2d2d;
  padding: 20px;
  border-bottom: 2px solid #97a5a7;
  background-color: rgba(151, 165, 167, 0.09); }
  .header-modal-calendar h5 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    font-weight: 700; }

.calendar-opt {
  font-size: 18px;
  color: #97a5a7;
  padding: 20px;
  line-height: 24px; }
  .calendar-opt .icon-brand {
    font-size: 24px;
    color: #2d2d2d; }
  .calendar-opt .arrow-right {
    text-align: right; }

.arrow-next:after {
  content: "\f061";
  font-family: 'Font Awesome 5 Pro';
  font-style: 800;
  font-weight: 300;
  text-decoration: inherit;
  font-size: 16px;
  color: #c1c9c9;
  top: 70px;
  bottom: 0;
  right: 15px;
  left: 30px;
  z-index: 1;
  padding-right: 10px;
  position: absolute; }

.sync-instructions {
  font-size: 18px; }
  .sync-instructions h2 {
    text-transform: uppercase;
    color: #006eff !important; }
  .sync-instructions ol {
    margin-left: 0;
    padding-left: 15px; }

.short-day {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600; }

@media all and (max-width: 990px) {
  .grey-bg {
    background-color: rgba(151, 165, 167, 0.09) !important;
    padding: 20px 5px 15px 5px; } }

.ui-state-default {
  color: #4e5f60 !important; }

.ui-state-active, .ui-state-hover {
  color: #fff !important; }

.nfobox {
  background-color: #feefc4;
  border-bottom: 2px solid #97a5a7;
  padding: 20px 5px 15px 5px; }
  .nfobox p {
    padding: 0 20px;
    text-align: center; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21-Jan-2019, 11:10:11
    Author     : adi
*/
/* 
HEADER 1 == A 
HEADER 2 == B
HEADER 3 == C1
HEADER 4 == C2
HEADER 5 == D
HEADER 6 == D1
*/
header[data-content-type="header1"], header[data-content-type="header2"] {
  min-height: 1px; }
  header[data-content-type="header1"] .navbar-brand, header[data-content-type="header2"] .navbar-brand {
    float: left;
    margin: 20px; }
  header[data-content-type="header1"] .secondary-links, header[data-content-type="header2"] .secondary-links {
    float: right;
    margin: 20px; }
  header[data-content-type="header1"] .navbar-collapse, header[data-content-type="header2"] .navbar-collapse {
    width: 100% !important;
    clear: both;
    padding: 20px; }
  header[data-content-type="header1"] .navbar, header[data-content-type="header2"] .navbar {
    background-color: #fff; }
  header[data-content-type="header1"] .top-content, header[data-content-type="header2"] .top-content {
    width: 100%;
    clear: both; }
  header[data-content-type="header1"] .bottom-content, header[data-content-type="header2"] .bottom-content {
    width: 100%;
    clear: both;
    border-top: 1px solid #c1c9c9;
    border-bottom: 1px solid #c1c9c9; }
  @media all and (max-width: 990px) {
    header[data-content-type="header1"] .secondary-links, header[data-content-type="header2"] .secondary-links {
      display: none; }
    header[data-content-type="header1"] .navbar-brand, header[data-content-type="header2"] .navbar-brand {
      max-height: 30px !important;
      margin-top: 10px; }
    header[data-content-type="header1"] .logo, header[data-content-type="header2"] .logo {
      max-height: 30px; } }

header[data-content-type="header3"]:not(.login-header), header[data-content-type="header4"]:not(.login-header) {
  min-height: 420px !important; }

header[data-content-type="header3"], header[data-content-type="header4"] {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position-y: 0; }
  header[data-content-type="header3"] .navbar-brand, header[data-content-type="header4"] .navbar-brand {
    float: left;
    margin: 20px; }
  header[data-content-type="header3"] .secondary-links, header[data-content-type="header4"] .secondary-links {
    float: right;
    margin: 20px; }
  header[data-content-type="header3"] .navbar-collapse, header[data-content-type="header4"] .navbar-collapse {
    width: 100% !important;
    clear: both;
    padding: 20px; }
  header[data-content-type="header3"] .navbar, header[data-content-type="header4"] .navbar {
    background-color: #fff; }
  header[data-content-type="header3"] .top-content, header[data-content-type="header4"] .top-content {
    width: 100%;
    clear: both; }
  header[data-content-type="header3"] .bottom-content, header[data-content-type="header4"] .bottom-content {
    width: 100%;
    clear: both;
    border-top: 1px solid #c1c9c9;
    border-bottom: 1px solid #c1c9c9; }
  header[data-content-type="header3"] .header-float, header[data-content-type="header4"] .header-float {
    width: 1100px;
    margin: 0 auto; }
    @media all and (max-width: 990px) {
      header[data-content-type="header3"] .header-float, header[data-content-type="header4"] .header-float {
        width: 100% !important; } }
  @media all and (max-width: 990px) {
    header[data-content-type="header3"], header[data-content-type="header4"] {
      min-height: 120px !important; }
      header[data-content-type="header3"] .secondary-links, header[data-content-type="header4"] .secondary-links {
        display: none; }
      header[data-content-type="header3"] .navbar-brand, header[data-content-type="header4"] .navbar-brand {
        max-height: 30px !important;
        margin-top: 10px; }
      header[data-content-type="header3"] .logo, header[data-content-type="header4"] .logo {
        max-height: 30px; }
      header[data-content-type="header3"] .header-float, header[data-content-type="header4"] .header-float {
        width: 90% !important; } }

header[data-content-type="header4"] {
  align-items: flex-start; }

header[data-content-type="header2"] .bottom-content {
  border-top: 1px solid #c1c9c9;
  border-bottom: 1px solid #c1c9c9;
  width: 1100px;
  margin: 0 auto; }
  @media all and (max-width: 990px) {
    header[data-content-type="header2"] .bottom-content {
      width: 100% !important; } }

header[data-content-type="header5"]:not(.login-header), header[data-content-type="header6"]:not(.login-header) {
  min-height: 400px !important; }

header[data-content-type="header5"], header[data-content-type="header6"] {
  background-position-y: 0; }
  header[data-content-type="header5"] .navbar-brand, header[data-content-type="header6"] .navbar-brand {
    margin: 20px; }
  header[data-content-type="header5"] .secondary-links, header[data-content-type="header6"] .secondary-links {
    margin: 20px; }
  @media all and (max-width: 990px) {
    header[data-content-type="header5"], header[data-content-type="header6"] {
      min-height: 150px !important; }
      header[data-content-type="header5"] .secondary-links, header[data-content-type="header6"] .secondary-links {
        display: none; } }

.login-header {
  min-height: 60px !important; }
  .login-header .bg-image {
    display: none; }
  .login-header .header-content-container {
    display: none !important; }

@media all and (min-width: 990px) {
  header[data-content-type="header5"][data-align-content="right"] .navbar-expand-lg {
    flex-flow: row-reverse; }

  header[data-content-type="header1"][data-align-content="center"] .navbar-brand, header[data-content-type="header2"][data-align-content="center"] .navbar-brand,
  header[data-content-type="header3"][data-align-content="center"] .navbar-brand, header[data-content-type="header4"][data-align-content="center"] .navbar-brand {
    display: block;
    margin: 20px auto;
    float: none;
    text-align: center; }
  header[data-content-type="header1"][data-align-content="center"] .secondary-links, header[data-content-type="header2"][data-align-content="center"] .secondary-links,
  header[data-content-type="header3"][data-align-content="center"] .secondary-links, header[data-content-type="header4"][data-align-content="center"] .secondary-links {
    position: absolute;
    right: 0;
    float: none;
    top: 0; }

  header[data-content-type="header1"][data-align-content="right"] .navbar-brand, header[data-content-type="header2"][data-align-content="right"] .navbar-brand,
  header[data-content-type="header3"][data-align-content="right"] .navbar-brand, header[data-content-type="header4"][data-align-content="right"] .navbar-brand {
    float: right; }
  header[data-content-type="header1"][data-align-content="right"] .secondary-links, header[data-content-type="header2"][data-align-content="right"] .secondary-links,
  header[data-content-type="header3"][data-align-content="right"] .secondary-links, header[data-content-type="header4"][data-align-content="right"] .secondary-links {
    float: left; }

  .logo-large {
    max-height: 98px !important;
    font-size: 24px; }

  .logo-medium {
    max-height: 78px !important;
    font-size: 20px; }

  .logo-small {
    max-height: 58px !important;
    font-size: 18px; }

  .mobile-show {
    display: list-item; } }
.mobile-show {
  display: none; }

.sticky {
  background: none !important; }
  .sticky .navbar-brand {
    margin: 20px; }
  .sticky nav {
    width: 1100px;
    margin: 0 auto; }
    @media all and (max-width: 990px) {
      .sticky nav {
        width: 100% !important; } }

.sticky[data-align-content='right'] .navbar-expand-lg {
  flex-flow: row-reverse !important; }

header[data-width-type=fluid-width]:not(.sticky) nav, header[data-content-type="header2"][data-width-type=fluid-width]:not(.sticky) nav {
  width: 100%;
  margin: 0 auto; }
  header[data-width-type=fluid-width]:not(.sticky) nav .top-content, header[data-content-type="header2"][data-width-type=fluid-width]:not(.sticky) nav .top-content {
    width: 1100px;
    margin: 0 auto;
    margin: 0 auto; }
    @media all and (max-width: 990px) {
      header[data-width-type=fluid-width]:not(.sticky) nav .top-content, header[data-content-type="header2"][data-width-type=fluid-width]:not(.sticky) nav .top-content {
        width: 100% !important; } }
  header[data-width-type=fluid-width]:not(.sticky) nav .page-layout-1n, header[data-content-type="header2"][data-width-type=fluid-width]:not(.sticky) nav .page-layout-1n {
    width: 768px !important; }

header[data-width-type=fluid-width]:not(.sticky) .bottom-content {
  width: 100% !important;
  border-top: 1px solid #c1c9c9;
  /*border-bottom: 1px solid #c1c9c9;*/ }

header[data-content-type='header-auth'] {
  min-height: 1px;
  width: 100%;
  background-color: #f8f9f9;
  background-image: none !important;
  border-bottom: 1px solid #dee3e4; }
  header[data-content-type='header-auth'] .auth-header {
    width: 1100px;
    margin: 0 auto;
    border-bottom: 1px solid #c1c9c9;
    display: flex;
    height: 65px;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    @media all and (max-width: 990px) {
      header[data-content-type='header-auth'] .auth-header {
        width: 100% !important; } }
    header[data-content-type='header-auth'] .auth-header .user {
      float: left;
      height: 36px;
      width: 100%; }
  header[data-content-type='header-auth'] .main-links-private {
    width: 1100px;
    margin: 0 auto; }
    @media all and (max-width: 990px) {
      header[data-content-type='header-auth'] .main-links-private {
        width: 100% !important; } }
  header[data-content-type='header-auth'] .right-block {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    float: right;
    text-transform: initial; }
    header[data-content-type='header-auth'] .right-block .navbar {
      padding: 0 !important; }
    header[data-content-type='header-auth'] .right-block .navbar-toggler {
      position: initial;
      border: 0; }
  header[data-content-type='header-auth'] .right-block a {
    font-weight: normal; }
  @media all and (max-width: 990px) {
    header[data-content-type='header-auth'] .private-menu {
      position: absolute;
      top: 0;
      width: 100%; } }

body header[data-content-type="header-auth"] ~ main .content {
  width: 1140px;
  margin: 0 auto;
  padding: 40px 20px 100px 20px; }
  @media all and (max-width: 990px) {
    body header[data-content-type="header-auth"] ~ main .content {
      width: 100% !important; } }
  @media all and (max-width: 1100px) {
    body header[data-content-type="header-auth"] ~ main .content {
      width: 95%; } }

body[data-bg='on'] header[data-content-type="header-auth"] ~ footer {
  width: 1140px;
  margin: 0 auto; }
  @media all and (max-width: 990px) {
    body[data-bg='on'] header[data-content-type="header-auth"] ~ footer {
      width: 100% !important; } }
  @media all and (max-width: 1100px) {
    body[data-bg='on'] header[data-content-type="header-auth"] ~ footer {
      width: 95%; } }

body header[data-content-type="header-auth"] ~ footer .content {
  width: 1140px;
  margin: 0 auto;
  margin-top: 40px; }
  @media all and (max-width: 990px) {
    body header[data-content-type="header-auth"] ~ footer .content {
      width: 100% !important; } }
  @media all and (max-width: 1100px) {
    body header[data-content-type="header-auth"] ~ footer .content {
      width: 95%; } }

header[data-content-type="header-auth"] .bottom-content {
  padding: 20px 0;
  border-bottom: 1px solid #c1c9c9;
  background-color: #f8f9f9;
  margin: 0 auto;
  text-align: left;
  max-width: 1100px; }
  header[data-content-type="header-auth"] .bottom-content .main-links {
    justify-content: flex-start !important; }
    header[data-content-type="header-auth"] .bottom-content .main-links li:nth-child(2), header[data-content-type="header-auth"] .bottom-content .main-links li:nth-child(2) a {
      padding-left: 0 !important; }
  header[data-content-type="header-auth"] .bottom-content .dropdown-menu {
    background-color: #f8f9f9;
    border: 0; }

.dropdown-menu {
  border: 0;
  background-color: transparent; }

@media all and (max-width: 990px) {
  .dropdown-item i.fa-arrow-right {
    display: none; } }

header[data-content-type="header-auth"] .private-menu {
  margin: 0 auto; }
  header[data-content-type="header-auth"] .private-menu li:nth-child(2) a {
    padding-left: 0 !important; }
header[data-content-type="header-auth"] .dropdown-menu {
  background-color: #f8f9f9; }

.collapsing-custom:not(.show) {
  display: none; }

.sticky nav {
  /*   border-bottom: 1px solid #c1c9c9; */ }

header[data-content-type="header1"] .header-content-container, header[data-content-type="header2"] .header-content-container, header[data-content-type="header5"] .header-content-container, header[data-content-type="header6"] .header-content-container {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px; }
header[data-content-type="header1"] .header-content, header[data-content-type="header2"] .header-content, header[data-content-type="header5"] .header-content, header[data-content-type="header6"] .header-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: center;
  padding: 20px;
  padding-bottom: 50px;
  max-width: 1100px;
  margin: auto; }
  @media all and (max-width: 990px) {
    header[data-content-type="header1"] .header-content, header[data-content-type="header2"] .header-content, header[data-content-type="header5"] .header-content, header[data-content-type="header6"] .header-content {
      flex-wrap: wrap; } }
header[data-content-type="header1"] .reverse, header[data-content-type="header2"] .reverse, header[data-content-type="header5"] .reverse, header[data-content-type="header6"] .reverse {
  flex-direction: row-reverse; }
header[data-content-type="header1"] .vertical-top, header[data-content-type="header2"] .vertical-top, header[data-content-type="header5"] .vertical-top, header[data-content-type="header6"] .vertical-top {
  align-self: flex-start !important; }
header[data-content-type="header1"] .vertical-bottom, header[data-content-type="header2"] .vertical-bottom, header[data-content-type="header5"] .vertical-bottom, header[data-content-type="header6"] .vertical-bottom {
  align-self: flex-end !important; }
@media all and (min-width: 990px) {
  header[data-content-type="header1"] .horizontal-left, header[data-content-type="header2"] .horizontal-left, header[data-content-type="header5"] .horizontal-left, header[data-content-type="header6"] .horizontal-left {
    justify-content: left !important;
    text-align: left !important; } }
@media all and (max-width: 990px) {
  header[data-content-type="header1"] .horizontal-left, header[data-content-type="header2"] .horizontal-left, header[data-content-type="header5"] .horizontal-left, header[data-content-type="header6"] .horizontal-left {
    text-align: center; } }
@media all and (min-width: 768px) {
  header[data-content-type="header1"] .horizontal-right, header[data-content-type="header2"] .horizontal-right, header[data-content-type="header5"] .horizontal-right, header[data-content-type="header6"] .horizontal-right {
    justify-content: right !important;
    text-align: right !important; } }
@media all and (max-width: 990px) {
  header[data-content-type="header1"] .horizontal-right, header[data-content-type="header2"] .horizontal-right, header[data-content-type="header5"] .horizontal-right, header[data-content-type="header6"] .horizontal-right {
    text-align: center; } }
header[data-content-type="header1"] .horizontal-right .optin-box-container, header[data-content-type="header2"] .horizontal-right .optin-box-container, header[data-content-type="header5"] .horizontal-right .optin-box-container, header[data-content-type="header6"] .horizontal-right .optin-box-container {
  margin-left: auto; }
header[data-content-type="header1"] .action-text, header[data-content-type="header2"] .action-text, header[data-content-type="header5"] .action-text, header[data-content-type="header6"] .action-text {
  width: 100%;
  text-align: center;
  color: #fff; }
  header[data-content-type="header1"] .action-text h1, header[data-content-type="header2"] .action-text h1, header[data-content-type="header5"] .action-text h1, header[data-content-type="header6"] .action-text h1 {
    text-shadow: 0px 0px 10px #2B2A2A; }
  @media all and (max-width: 990px) {
    header[data-content-type="header1"] .action-text, header[data-content-type="header2"] .action-text, header[data-content-type="header5"] .action-text, header[data-content-type="header6"] .action-text {
      width: 90%;
      margin-bottom: 40px; } }
  header[data-content-type="header1"] .action-text .cta-data, header[data-content-type="header2"] .action-text .cta-data, header[data-content-type="header5"] .action-text .cta-data, header[data-content-type="header6"] .action-text .cta-data {
    padding-top: 20px; }
header[data-content-type="header1"] .optin-box-container, header[data-content-type="header2"] .optin-box-container, header[data-content-type="header5"] .optin-box-container, header[data-content-type="header6"] .optin-box-container {
  width: 35%;
  min-width: 350px;
  text-align: center; }
  @media all and (max-width: 990px) {
    header[data-content-type="header1"] .optin-box-container, header[data-content-type="header2"] .optin-box-container, header[data-content-type="header5"] .optin-box-container, header[data-content-type="header6"] .optin-box-container {
      width: 90%;
      padding-bottom: 40px; } }
header[data-content-type="header1"] .horizontal-left .action-text, header[data-content-type="header2"] .horizontal-left .action-text, header[data-content-type="header5"] .horizontal-left .action-text, header[data-content-type="header6"] .horizontal-left .action-text {
  text-align: right !important; }
header[data-content-type="header1"] .horizontal-right .action-text, header[data-content-type="header2"] .horizontal-right .action-text, header[data-content-type="header5"] .horizontal-right .action-text, header[data-content-type="header6"] .horizontal-right .action-text {
  text-align: left !important; }
header[data-content-type="header1"] .has-optin .action-text, header[data-content-type="header2"] .has-optin .action-text, header[data-content-type="header5"] .has-optin .action-text, header[data-content-type="header6"] .has-optin .action-text {
  width: 65% !important; }
header[data-content-type="header1"] .has-optin .optin-box-container, header[data-content-type="header2"] .has-optin .optin-box-container, header[data-content-type="header5"] .has-optin .optin-box-container, header[data-content-type="header6"] .has-optin .optin-box-container {
  width: 35% !important;
  max-width: 400px; }
header[data-content-type="header1"] .has-optin .horizontal-right .action-text-data, header[data-content-type="header2"] .has-optin .horizontal-right .action-text-data, header[data-content-type="header5"] .has-optin .horizontal-right .action-text-data, header[data-content-type="header6"] .has-optin .horizontal-right .action-text-data {
  padding-right: 50px !important; }
header[data-content-type="header1"] .has-optin .horizontal-left .action-text-data, header[data-content-type="header2"] .has-optin .horizontal-left .action-text-data, header[data-content-type="header5"] .has-optin .horizontal-left .action-text-data, header[data-content-type="header6"] .has-optin .horizontal-left .action-text-data {
  padding-left: 50px !important; }

.header-page-1n .header-content {
  max-width: 768px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin: auto; }

.header-page-1w .header-content, .header-page-2l .header-content, .header-page-2r .header-content {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto; }

header[data-content-type="header1"] {
  background-position-y: 65px; }

header[data-content-type="header6"] .header-content-container {
  background-image: none !important; }

.hfnt-14px {
  font-size: 14px; }

.hfnt-15px {
  font-size: 15px; }

.hfnt-16px {
  font-size: 16px; }

.hfnt-17px {
  font-size: 17px; }

.hfnt-18px {
  font-size: 18px; }

.hfnt-19px {
  font-size: 19px; }

.hfnt-20px {
  font-size: 20px; }

.hfnt-21px {
  font-size: 21px; }
  @media (max-width: 768px) {
    .hfnt-21px {
      font-size: 18.9px; } }

.hfnt-22px {
  font-size: 22px; }
  @media (max-width: 768px) {
    .hfnt-22px {
      font-size: 19.8px; } }

.hfnt-23px {
  font-size: 23px; }
  @media (max-width: 768px) {
    .hfnt-23px {
      font-size: 20.7px; } }

.hfnt-24px {
  font-size: 24px; }
  @media (max-width: 768px) {
    .hfnt-24px {
      font-size: 21.6px; } }

.hfnt-25px {
  font-size: 25px; }
  @media (max-width: 768px) {
    .hfnt-25px {
      font-size: 22.5px; } }

.hfnt-26px {
  font-size: 26px; }
  @media (max-width: 768px) {
    .hfnt-26px {
      font-size: 23.4px; } }

.hfnt-27px {
  font-size: 27px; }
  @media (max-width: 768px) {
    .hfnt-27px {
      font-size: 24.3px; } }

.hfnt-28px {
  font-size: 28px; }
  @media (max-width: 768px) {
    .hfnt-28px {
      font-size: 25.2px; } }

.hfnt-29px {
  font-size: 29px; }
  @media (max-width: 768px) {
    .hfnt-29px {
      font-size: 26.1px; } }

.hfnt-30px {
  font-size: 30px; }
  @media (max-width: 768px) {
    .hfnt-30px {
      font-size: 27px; } }

.hfnt-31px {
  font-size: 31px; }
  @media (max-width: 768px) {
    .hfnt-31px {
      font-size: 24.8px; } }

.hfnt-32px {
  font-size: 32px; }
  @media (max-width: 768px) {
    .hfnt-32px {
      font-size: 25.6px; } }

.hfnt-33px {
  font-size: 33px; }
  @media (max-width: 768px) {
    .hfnt-33px {
      font-size: 26.4px; } }

.hfnt-34px {
  font-size: 34px; }
  @media (max-width: 768px) {
    .hfnt-34px {
      font-size: 27.2px; } }

.hfnt-35px {
  font-size: 35px; }
  @media (max-width: 768px) {
    .hfnt-35px {
      font-size: 28px; } }

.hfnt-36px {
  font-size: 36px; }
  @media (max-width: 768px) {
    .hfnt-36px {
      font-size: 28.8px; } }

.hfnt-37px {
  font-size: 37px; }
  @media (max-width: 768px) {
    .hfnt-37px {
      font-size: 29.6px; } }

.hfnt-38px {
  font-size: 38px; }
  @media (max-width: 768px) {
    .hfnt-38px {
      font-size: 30.4px; } }

.hfnt-39px {
  font-size: 39px; }
  @media (max-width: 768px) {
    .hfnt-39px {
      font-size: 31.2px; } }

.hfnt-40px {
  font-size: 40px; }
  @media (max-width: 768px) {
    .hfnt-40px {
      font-size: 32px; } }

.hfnt-41px {
  font-size: 41px; }
  @media (max-width: 768px) {
    .hfnt-41px {
      font-size: 24.6px; } }

.hfnt-42px {
  font-size: 42px; }
  @media (max-width: 768px) {
    .hfnt-42px {
      font-size: 25.2px; } }

.hfnt-43px {
  font-size: 43px; }
  @media (max-width: 768px) {
    .hfnt-43px {
      font-size: 25.8px; } }

.hfnt-44px {
  font-size: 44px; }
  @media (max-width: 768px) {
    .hfnt-44px {
      font-size: 26.4px; } }

.hfnt-45px {
  font-size: 45px; }
  @media (max-width: 768px) {
    .hfnt-45px {
      font-size: 27px; } }

.hfnt-46px {
  font-size: 46px; }
  @media (max-width: 768px) {
    .hfnt-46px {
      font-size: 27.6px; } }

.hfnt-47px {
  font-size: 47px; }
  @media (max-width: 768px) {
    .hfnt-47px {
      font-size: 28.2px; } }

.hfnt-48px {
  font-size: 48px; }
  @media (max-width: 768px) {
    .hfnt-48px {
      font-size: 28.8px; } }

/* 
    Created on : 18-Aug-2020, 20:08:17
    Author     : Adi Scoarta &lt;adiscoarta@gmail.com&gt;
*/
.checklist-page .col-sm-5, .checklist-page .col-sm-7, .checklist-page .col-sm-8, .checklist-page .col-sm-4, .checklist-page .col-12 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.bonus-first-page {
  width: 1440px; }

.modal .grid-text {
  display: flex; }
  .modal .grid-text .checkbox {
    width: 30px; }
.modal .padded-hr {
  border-bottom: 1px solid #a19f9f;
  padding: 30px 5px 25px 5px;
  /*border-radius: 4px;*/ }
.modal .mt-30 {
  margin-top: 30px !important; }
.modal .mb-30 {
  margin-bottom: 30px !important; }
.modal .mt-50 {
  margin-top: 27px !important; }
.modal .mb-50 {
  margin-bottom: 50px !important; }
.modal .mt-10 {
  margin-top: 10px; }
.modal .padding-top30 {
  margin-top: 30px; }
.modal .modal-none {
  display: none; }
.modal .modal-show {
  display: flex; }

.bonus {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #181818;
  padding-top: 0; }
  .bonus .modal-lg {
    max-width: 1200px !important; }
  .bonus .question, .bonus .questions-done, .bonus .questions-progress, .bonus .q-progress-headline, .bonus .q-done-headline {
    display: none; }
  .bonus .small-text-question {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #717d7e;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #c1c9c9; }
  .bonus .bonus-number {
    font-size: 220px;
    opacity: 0.2;
    color: #0077ff;
    font-weight: bold;
    position: absolute;
    left: 240px; }
  .bonus img {
    max-width: auto !important; }
  .bonus .header-blue {
    width: 1440px;
    height: 476px;
    background-color: #0077ff;
    display: flex;
    justify-content: space-between;
    padding: 0 170px;
    margin-left: -20px; }
    .bonus .header-blue ._h1-index {
      font-weight: normal;
      font-size: 48px;
      color: #fff;
      padding-top: 70px; }
    .bonus .header-blue .logo_box {
      background: url(/v3/static/images/art_logo.bg.png) no-repeat top left;
      width: 320px;
      height: 275px; }
      .bonus .header-blue .logo_box img {
        width: 250px;
        margin-left: 50px;
        margin-top: 20px; }
  .bonus .video-row {
    margin-top: -200px; }
  .bonus .bonus-box {
    background-color: rgba(151, 165, 167, 0.09);
    padding: 30px;
    display: flex;
    margin-top: 100px;
    align-items: center; }
    .bonus .bonus-box div {
      margin-left: 140px;
      width: 80px; }
    .bonus .bonus-box p {
      margin-left: 30px; }
  .bonus .mt-30 {
    margin-top: 30px !important; }
  .bonus .mb-30 {
    margin-bottom: 30px !important; }
  .bonus .mt-50 {
    margin-top: 27px !important; }
  .bonus .mb-50 {
    margin-bottom: 50px !important; }
  .bonus .mt-10 {
    margin-top: 10px; }
  .bonus .padding-top30 {
    margin-top: 30px; }
  .bonus .only-print {
    display: none; }
  .bonus ._h1, .bonus ._h2, .bonus ._h1-bold {
    font-size: 28px !important; }
  .bonus ._h1-bold {
    font-weight: bold !important; }
  .bonus ._h1-index {
    font-size: 48px;
    color: #3794d8; }
  .bonus .module-title {
    font-size: 14px;
    font-weight: bold;
    color: #0077ff; }
  .bonus ._h2 {
    font-size: 28px;
    color: #191c1d;
    font-weight: bold !important;
    margin: 0; }
  .bonus ._h2-blue {
    font-size: 24px;
    color: #0077ff;
    font-weight: bold !important;
    margin: 0 auto 30px auto; }
  .bonus ._h3 {
    font-size: 18px !important;
    font-weight: bold !important; }
  .bonus .gray-bubble {
    border-radius: 4px;
    background-color: rgba(151, 165, 167, 0.09);
    padding: 50px;
    height: 100%; }
    .bonus .gray-bubble .grid-checkbox {
      display: flex;
      flex-wrap: no-wrap; }
      .bonus .gray-bubble .grid-checkbox .flex-checkbox {
        width: 30px; }
      .bonus .gray-bubble .grid-checkbox .flex-label {
        /*                padding-left: 20px;*/
        flex: 1;
        padding-bottom: 20px; }
  .bonus ul {
    list-style: none;
    /* Remove default bullets */
    list-style-type: none !important; }
  .bonus ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #3794d8;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */ }
  .bonus .blue-bubble {
    border-radius: 4px;
    background-color: rgba(55, 148, 216, 0.15);
    padding: 50px;
    display: block;
    line-height: 1.25;
    height: 100%; }
    .bonus .blue-bubble strong {
      font-size: 18px !important; }
  .bonus .header-row {
    margin-left: -15px;
    margin-right: -15px; }
    .bonus .header-row strong {
      font-size: 18px !important; }
  .bonus .help-link {
    text-decoration: underline;
    font-weight: bold; }
  .bonus .grid-text {
    display: flex; }
    .bonus .grid-text .checkbox {
      width: 30px; }
  .bonus .padded-hr {
    border-bottom: 1px solid #a19f9f;
    padding: 30px 5px 25px 5px;
    /*border-radius: 4px;*/ }
  .bonus .checkbox-skip {
    padding: 22px;
    color: #4e5f60;
    font-size: 16px !important;
    height: auto;
    display: flex; }
    .bonus .checkbox-skip input[type=checkbox] {
      margin: 5px 10px 0 0; }
    .bonus .checkbox-skip span {
      flex: 1; }
  .bonus .upload-box {
    display: block;
    width: 100%; }
  .bonus .dropify-wrapper {
    border: dashed 1px #0077ff !important; }
  .bonus .dropify-message span.file-icon {
    color: #0077ff !important; }
  .bonus .dropify-message button {
    margin-top: 10px; }
  .bonus .radio-option {
    border-radius: 4px;
    border: solid 1px #c1c9c9;
    display: flex;
    padding: 30px;
    /*        cursor: pointer;*/
    margin-top: 10px; }
    .bonus .radio-option .radio-box {
      width: 30px;
      min-width: 30px;
      background: url("/v3/static/images/icon_checkmark.placeholder_1.png") no-repeat 0px 5px;
      cursor: pointer; }
    .bonus .radio-option .text-label {
      font-size: 18px;
      font-weight: bold;
      color: #4e5f60;
      /*            cursor:pointer;*/ }
    .bonus .radio-option .enter-option {
      width: 100%;
      display: none; }
      .bonus .radio-option .enter-option .colors {
        display: flex;
        max-width: 600px;
        /*                min-height: 260px;*/
        height: auto;
        flex-wrap: wrap;
        align-items: stretch; }
        .bonus .radio-option .enter-option .colors .color-box {
          /*                    width: 200px;*/
          min-width: 175px;
          margin-right: 20px;
          margin-bottom: 20px;
          padding: 20px;
          background-color: #f6f7f7; }
          .bonus .radio-option .enter-option .colors .color-box .headline {
            font-size: 18px !important;
            font-weight: bold !important;
            color: #4e5f60; }
          .bonus .radio-option .enter-option .colors .color-box .color-preview {
            width: 40px;
            height: 40px;
            float: left;
            border: 1px solid #fff;
            border-radius: 40px;
            background-color: #fff;
            margin-top: 10px; }
          .bonus .radio-option .enter-option .colors .color-box .content-text {
            font-size: 14px !important;
            color: #181818 !important; }
          .bonus .radio-option .enter-option .colors .color-box .color-input {
            width: 80px;
            float: right;
            margin-top: 10px; }
          .bonus .radio-option .enter-option .colors .color-box .remove-input {
            border-top: 1px solid #a19f9f;
            width: 100%;
            padding-top: 20px; }
        .bonus .radio-option .enter-option .colors .add-color-box {
          min-width: 175px;
          margin-right: 20px;
          margin-bottom: 20px;
          padding: 20px;
          background-color: #fff;
          border: dashed 1px #0077ff !important;
          text-align: center; }
          .bonus .radio-option .enter-option .colors .add-color-box img {
            margin-bottom: 30px;
            display: block;
            margin: 0 auto 30px auto; }
    .bonus .radio-option.active {
      border-color: #0077ff; }
      .bonus .radio-option.active .text-label {
        color: #0077ff; }
      .bonus .radio-option.active .radio-box {
        background: url("/v3/static/images/icon_radio_button_checked_blue.png") no-repeat 0px 5px; }
      .bonus .radio-option.active .enter-option {
        display: flex; }
  .bonus .checkbox-option {
    display: flex;
    margin-top: 15px;
    cursor: pointer; }
    .bonus .checkbox-option .checkbox-box {
      width: 16px;
      height: 16px;
      border-radius: 3px;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
      border: solid 1px #97a5a7;
      background-color: #ffffff;
      margin-top: 3px;
      margin-right: 20px;
      color: #fff;
      font-size: 12px; }
    .bonus .checkbox-option .checkbox-label {
      font-weight: bold; }
    .bonus .checkbox-option.active .checkbox-box {
      color: #17d072;
      border-color: #17d072; }
    .bonus .checkbox-option.active .checkbox-label {
      color: #17d072; }
    .bonus .checkbox-option .inline-input {
      border-top: 0;
      border-right: 0;
      border-left: 0;
      padding: 0 3px;
      line-height: 20px; }
  .bonus .box-sessions {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    .bonus .box-sessions .box-component {
      width: 48%;
      border-radius: 4px;
      border: solid 1px #c1c9c9;
      padding: 30px;
      font-size: 14px; }
      .bonus .box-sessions .box-component .content-text {
        /*                border-bottom: solid 1px #c1c9c9;*/ }
      .bonus .box-sessions .box-component .headline {
        font-size: 18px;
        font-weight: bold;
        color: #4e5f60; }
      .bonus .box-sessions .box-component label {
        font-size: 18px;
        font-weight: bold;
        color: #4e5f60; }
  .bonus .bonus-key-feat {
    width: 1100px; }
  .bonus .btn-outline-primary {
    color: #007bff !important; }
    .bonus .btn-outline-primary:hover {
      color: #007bff !important; }

@media print {
  .no-print {
    display: none; }

  .page-break {
    page-break-before: always; }

  ._h2-blue {
    page-break-before: never; }

  .question {
    display: none; }

  .modal-none {
    display: none; }

  .modal-show {
    display: flex !important; } }
@media all and (max-width: 1440px) {
  .bonus-first-page {
    width: 100% !important;
    padding: 0 !important; }

  .bonus-number {
    display: none; }

  img {
    max-width: auto !important; }

  .header-blue {
    width: 100% !important;
    height: 365px !important;
    background-color: #0077ff;
    display: flex;
    justify-content: space-between;
    padding: 0 30px !important;
    margin-left: 0px !important; }
    .header-blue ._h1-index {
      font-weight: normal;
      font-size: 30px;
      color: #fff;
      padding-top: 30px; }
    .header-blue .logo_box {
      background: url(/v3/static/images/art_logo.bg.png) no-repeat top left;
      width: 320px;
      height: 275px;
      display: none; }
      .header-blue .logo_box img {
        width: 250px;
        margin-left: 50px;
        margin-top: 20px; }

  .video-row {
    margin-top: 0px; }

  .bonus-box {
    background-color: rgba(151, 165, 167, 0.09);
    padding: 30px;
    display: flex;
    margin-top: 100px;
    align-items: center; }
    .bonus-box div {
      margin-left: 20px !important;
      width: 80px; }
    .bonus-box p {
      margin-left: 30px; }

  .bonus-key-feat {
    width: 80% !important; } }
@media all and (max-width: 1024px) {
  .bonus-key-feat {
    margin-top: 190px !important; } }
@media all and (max-width: 768px) {
  .bonus-key-feat {
    margin-top: 300px !important; } }

/*# sourceMappingURL=style.css.map */
</pre></body></html>