@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oxygen:300,400,700&Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url(includes/ico1.css);
@import url(includes/font-awesome.css);
@import url(includes/open-iconic-bootstrap.css);
@import url(includes/icofont.css);
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.help_link {
  margin-top: 30px;
  margin-left: 35px;
}

.editorSection:hover {
  position: relative;
  z-index: 100;
}

.active_step {
  color: green;
}

.fab {
  color: #dcb900;
  margin-right: 10px;
}

html {
  position: relative;
}

.modal {
  z-index: 999999999999;
}

.blog-bg {
  background: #e5e8ed url("../img/blog-bg.jpg") top center no-repeat;
}

.freedom-bg, .excel-bg {
  background: #ebe9e0 url("../img/freedom-bg.jpg") top center repeat-x;
}

.youtube_mastery-bg {
  background: #d6d6d6 url("../img/youtube_mastery-bg.jpg") top center repeat-x;
}

.footer {
  margin-top: 1rem;
  background: #191919;
}

.notification a {
  font-weight: 700;
}

.notification {
  margin-bottom: 0 !important;
}
.notification br {
  padding: 10px !important;
  display: inline;
  height: 15px;
  background: red;
}
.notification.is-warning {
  background: #dcb900;
}

.column {
  padding: 0.75rem 0.5rem;
}

.prim-out {
  border: 1px solid #E3B700;
  border-radius: 3px;
  background: transparent;
  color: #fff;
  font-weight: 400;
}

.lessonLength {
  background: #f6f6f7;
  display: block;
  text-align: center;
  padding: 5px 9px;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: -1px;
}

.pleaseWait {
  /* background: #fffef8; */
  display: block;
  text-align: center;
  padding: 5px 9px;
  font-size: 12px !important;
  margin-bottom: 10px;
}

.btn {
  font-family: "Oxygen", sans-serif !important;
  font-weight: 400 !important;
  padding: 8px 14px !important;
}

.title strong.step {
  font-family: "Oxygen", sans-serif !important;
  font-weight: 700 !important;
}

.bolder {
  font-weight: 900 !important;
}

.has-border-bottom {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.5rem;
}

.button {
  border-radius: 2px;
  font-family: "Oxygen", sans-serif;
  line-height: 1.8;
}
.button i {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  margin: 0 5px;
}
.button i.dark {
  color: #1e1e1e !important;
  opacity: 0.45;
}

.mt0 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 0.5rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 0.5rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 0.5rem !important;
}

.ml1 {
  margin-left: 1rem !important;
}

.ml2 {
  margin-left: 2rem !important;
}

.ml3 {
  margin-left: 3rem !important;
}

.ml4 {
  margin-left: 4rem !important;
}

.ml5 {
  margin-left: 5rem !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 0.5rem !important;
}

.mr1 {
  margin-right: 1rem !important;
}

.mr2 {
  margin-right: 2rem !important;
}

.mr3 {
  margin-right: 3rem !important;
}

.mr4 {
  margin-right: 4rem !important;
}

.mr5 {
  margin-right: 5rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.p1 {
  padding: 1rem;
}

.p2 {
  padding: 2rem;
}

.primbg {
  background: #dcb900 !important;
}

.primc {
  color: #dcb900 !important;
}

.is-red {
  color: #ca2626 !important;
}

.faded {
  opacity: 0.7;
}

.secbg {
  background: #1e1e1e !important;
}

.green {
  color: #6aab2a !important;
}

.is-green {
  background: #6aab2a;
  border-color: #5d9725;
  color: #fff;
}
.is-green:hover, .is-green:focus {
  background: #6ab025;
  border-color: #518220;
  color: #fdf8ea;
}

.is-gray {
  background: #f4f2f3;
  border-color: #e8e4e6;
  color: #989898;
}
.is-gray:hover, .is-gray:focus {
  background: #6ab025;
  border-color: #446e1b;
  color: #fff;
}

label {
  font-weight: 600;
  padding-bottom: 5px;
  display: inline-block;
  font-size: 14px;
}

.modal-card {
  margin-top: 6vh;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.modal-card-head {
  padding: 5px;
}

.modal-background {
  background: rgba(33, 28, 2, 0.8);
}

.disabled {
  cursor: not-allowed !important;
  opacity: 0.7;
}

.container {
  max-width: 1200px;
}

.yellowish {
  background: #fffef3;
}

body .pushcrew-side-button, body .pushcrew-side-button-mobile {
  height: auto !important;
  word-spacing: 2px !important;
  z-index: 80 !important;
  cursor: pointer !important;
}

.sys-table thead {
  background: #15223e; //#1e1e1e;
}
.sys-table thead tr th {
  color: #fff;
  font-weight: 400;
  border-color: #6b6b6b !important;
}
.sys-table table td {
  border-color: #f4f2f3;
  border-color: #f4f2f3;
}
.sys-table tbody td {
  color: #1e1e1e;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
}

.fake-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd6d9;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: white;
  color: #1e1e1e;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}
.fake-input:hover {
  border-color: #6aab2a;
}

.field.has-addons .fake-input {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.wwrap {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.39);
  border-radius: 2px;
}

.select-label {
  padding: 0.3rem 0;
  display: inline-block;
  font-weight: 600;
}

.inner-page-wrap {
  padding: 1rem 1.5rem;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}

.fullw {
  width: 100% !important;
}

hr {
  background: #dddfe2;
  border: none;
  display: block;
  height: 1px;
  margin: 1rem 0;
}

.button.is-primary {
  background-color: #6aab2a;
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  border: 0;
}
.button.is-primary i {
  color: rgba(255, 255, 255, 0.75);
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #6fb32c;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(15, 225, 0, 0.25);
  box-shadow: 0 0 0 0.125em rgba(15, 194, 0, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #518220;
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled] {
  background-color: #6aab2a;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #6aab2a;
}
.button.is-primary.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #6aab2a;
}
.button.is-primary.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #6aab2a;
  color: #6aab2a;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
  background-color: #6aab2a;
  border-color: #6aab2a;
  color: #fff;
}
.button.is-primary.is-outlined.is-loading:after {
  border-color: transparent transparent #6aab2a #6aab2a !important;
}
.button.is-primary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #6aab2a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #6aab2a;
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #6aab2a;
}

.video-wrap {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  font-size: 0.95rem;
}
.video-wrap .subtitle {
  font-weight: 700;
}

ul.styled {
  border-bottom: 1px solid #f4f2f3;
  margin-bottom: 1rem;
}
ul.styled li {
  line-height: 2.5rem;
  border-bottom: 1px solid #f4f2f3;
}
ul.styled li i {
  color: #dcb900;
  opacity: 0.7;
  margin-right: 5px;
}

.gravatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  max-width: 130px;
  max-height: 130px;
  margin: 0 auto;
  border: 10px solid #f4f2f3;
}

#products {
  top: 80px;
  position: absolute;
  z-index: 200;
  width: 100%;
}
#products .overlay {
  width: 100%;
  height: 100vh;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5);
}
#products ul li {
  width: 25%;
  float: left;
  position: relative;
}
#products ul li.locked img {
  opacity: 0.2;
}
#products ul li .navbar-item img {
  max-height: 4.5rem;
  margin-bottom: 1rem;
}
#products ul li .icofont-ui-lock {
  color: #dcb900;
  font-size: 3rem;
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  top: 25%;
  width: 100%;
  text-align: center;
  text-shadow: 0 1px 0 white;
  z-index: 120;
}
#products ul li a {
  padding: 2rem 0 1rem 0;
  display: block;
  color: #000;
  width: 100%;
  background: white;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
  border-right: 1px solid #f4f2f3;
  border-bottom: 1px solid #f4f2f3;
}
#products ul li a:hover {
  color: #fff;
  background: #6aab2a;
  border-color: #518220;
}

#header .navbar {
  background-size: 100% auto;
  background-color: #2d3436;
  background-image: linear-gradient(0deg, #000 -20%, #2d3436 120%);
}
#header .navbar .navbar-brand img {
  max-height: 80px;
  padding: 10px 0 5px 0;
}
#header .navbar a.navbar-item.active {
  background: #fff;
}
#header .navbar a.navbar-item.active .name {
  color: #000 !important;
}
#header .navbar a.navbar-item.active:hover .name {
  color: #fff;
}
#header .navbar a.navbar-item.active:hover .fa, #header .navbar a.navbar-item.active:hover .oi {
  color: #000;
}
#header .navbar .navbar-products {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 125;
  width: 300%;
  display: block;
  left: -100%;
}
#header .navbar .navbar-products a {
  color: #000;
  padding: 3rem;
  font-weight: 600;
}
#header .navbar .navbar-products a:hover {
  color: #fff;
}
#header .navbar .navbar-item {
  font-size: 0.85rem;
  position: relative;
  text-align: center;
  padding: 0;
}
#header .navbar .navbar-item .navbar-dropdown {
  padding: 0;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
}
#header .navbar .navbar-item .navbar-dropdown a.navbar-item {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #f4f2f3;
  text-align: left;
  position: relative;
}
#header .navbar .navbar-item .navbar-dropdown a.navbar-item:hover {
  background: #6aab2a;
  border-color: #518220;
}
#header .navbar .navbar-item .navbar-dropdown a.navbar-item:hover .name {
  color: #fff;
}
#header .navbar .navbar-item .navbar-dropdown a.navbar-item:hover .fa, #header .navbar .navbar-item .navbar-dropdown a.navbar-item:hover .oi {
  color: #dcb900;
}
#header .navbar .navbar-item .navbar-dropdown a.navbar-item .fa, #header .navbar .navbar-item .navbar-dropdown a.navbar-item .oi {
  color: #dcb900;
  margin-right: 10px;
}
#header .navbar .navbar-item .navbar-dropdown a.navbar-item .name {
  color: #000;
  position: relative;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0 10px 0 0;
}
#header .navbar .navbar-item.has-dropdown {
  padding: 0;
}
#header .navbar .navbar-item.has-dropdown.disabled a {
  cursor: not-allowed;
}
#header .navbar .navbar-item.has-dropdown.disabled .navbar-dropdown {
  display: none !important;
}
#header .navbar .navbar-item .ico {
  font-size: 1.5rem;
  color: #dcb900;
  display: inline-block;
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  margin-top: 1.1rem;
  text-align: center;
  padding-bottom: 1rem;
}
#header .navbar .navbar-item .ico.xl {
  font-size: 1.75rem !important;
}
#header .navbar .navbar-item .name {
  position: relative;
  display: inline-block;
  margin: 2.25rem 20px 0 20px;
  bottom: 0;
  color: #e4e4e3;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}
#header .navbar .navbar-item:hover {
  background: #2b2b2b;
}
#header .navbar .navbar-item:hover .ico {
  color: #f5ecc0;
}
#header .navbar #b1:hover #b1t, #header .navbar #b2:hover #b2t, #header .navbar #b3:hover #b3t, #header .navbar #b4:hover #b4t, #header .navbar #b5:hover #b5t {
  display: block;
}
#header .navbar .dropwrapper {
  position: relative;
}
#header .navbar .dropwrapper .dropout {
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  margin-left: 100%;
  background: #fff;
  display: none;
}
#header .navbar .dropwrapper .dropout li a {
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
#header .navbar .dropwrapper .dropout li a:hover {
  color: #fff;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

#subnav {
  background: #292929;
}
#subnav .columns {
  margin: 0;
  padding: 0;
}
#subnav .column {
  padding: 0;
  margin: 0;
}
#subnav li {
  font-family: "Poppins", sans-serif;
  display: inline-block;
}
#subnav li a {
  font-size: 13px;
  font-weight: 400;
  padding: 0.9rem 1.25rem;
  color: white;
  display: inline-block;
  text-transform: uppercase;
}
#subnav li a:hover {
  background: #f4f2f3;
  color: #1e1e1e;
}
#subnav li a:hover i {
  background: linear-gradient(to top, #6aab2a 20%, #6aab2a 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#subnav li a.active {
  background: #f4f2f3;
  color: #1e1e1e;
  font-weight: 600;
}
#subnav li a i {
  font-size: 12px !important;
  margin-right: 5px;
  color: #dcb900;
}

#dashboardProducts {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: min(220px) min(220px) min(220px);
  grid-auto-flow: row;
  grid-auto-columns: minmax(max-content, 2fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-items: stretch;
  align-items: center;
  align-content: stretch;
  width: 100%;
}
#dashboardProducts .product {
  background: #fff;
  background-size: 100% auto;
  align-self: normal;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #fffbe9;
  flex-direction: column;
  position: relative;
  padding-bottom: 60px;
  transition: all 30ms ease-in;
}
#dashboardProducts .product .is-locked {
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 2px);
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 19;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 2px;
}
#dashboardProducts .product .is-locked::before {
  content: " ";
  position: absolute;
  min-width: 180px;
  background: url("../images/lock.svg") top center no-repeat;
  width: 100%;
  min-height: 100px;
  opacity: 0.7;
  top: 33px;
  background-size: 90px auto;
}
#dashboardProducts .product .is-locked a {
  border: 1px solid rgba(0, 0, 0, 0.7);
  height: 40px;
  background: #dcb900;
  color: #fff;
}
#dashboardProducts .product .is-locked a:hover button {
  color: #fff;
}
#dashboardProducts .product .is-locked a button {
  color: #fff;
  line-height: 1.45;
  width: 100%;
  background: transparent;
  border: 0;
}
#dashboardProducts .product a {
  z-index: 10;
  color: #000;
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 14px;
  letter-spacing: 0.31px;
  border-radius: 2px;
  width: 87%;
  height: 38px;
  font-weight: 300;
  position: absolute;
  bottom: 23px;
}
#dashboardProducts .product a:hover {
  color: #fff;
  background: #6aab2a;
  border-color: #5d9725;
}
#dashboardProducts .product:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  border-bottom: 2px solid #dcb900;
  background-color: #ffffff;
  background-image: linear-gradient(240deg, #ffffff 20%, #fffff7 200%);
  transition: all 30ms ease-in;
}
#dashboardProducts .product:hover a {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
#dashboardProducts .product:hover img {
  filter: grayscale(100%);
}
#dashboardProducts .product img {
  display: inline-flex;
  max-height: 100px;
  max-width: 200px;
}

@media (max-width: 768px) {
  #dashboardProducts {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-auto-flow: row;
    grid-auto-columns: minmax(max-content, 2fr);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    justify-items: stretch;
    align-items: center;
    align-content: stretch;
    width: 100%;
  }
  #dashboardProducts .product {
    position: relative;
  }
  #dashboardProducts .product .is-locked::before {
    width: 100%;
    max-height: 60px;
    opacity: 1;
    top: 20px;
    background-size: auto 100%;
    height: 60px;
    min-height: auto !important;
  }
  #dashboardProducts .product img {
    margin: 30px auto;
  }
}
#stepnav {
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: row;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#stepnav .columns {
  margin: 0;
  padding: 0;
}
#stepnav .column {
  padding: 0;
  margin: 0;
}
#stepnav #steps {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: space-evenly;
  height: 45px;
}
#stepnav #steps li {
  flex: auto;
  display: flex;
  align-items: center;
  line-height: 0;
}
#stepnav #steps li:last-child::after {
  display: none;
}
#stepnav #steps li::after {
  content: " ";
  display: flex;
  background: url("../img/trinagle.svg") no-repeat center right;
  background-size: cover;
  height: 45px;
  width: 25px;
}
#stepnav #steps li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
#stepnav #steps li a:hover .step-w span {
  color: #dcb900 !important;
}
#stepnav #steps li:last-child {
  background: transparent;
}
#stepnav #steps li.is-active, #stepnav #steps li.is-unlocked {
  opacity: 1 !important;
}
#stepnav #steps li.is-active .step-w > span {
  color: #6aab2a !important;
}
#stepnav #steps li.active-current a, #stepnav #steps li.unlocked-current a {
  opacity: 1 !important;
  cursor: wait;
}
#stepnav #steps li.is-disabled {
  cursor: not-allowed;
  opacity: 0.5 !important;
}
#stepnav #steps li:hover {
  opacity: 1;
}
#stepnav #steps li:hover .title-w a {
  color: blue;
  text-decoration: underline;
}
#stepnav #steps li .status {
  display: none;
  height: 100%;
  width: 30%;
  margin: 0;
  color: #fff;
  padding: 8px 0;
  font-size: 15px;
  text-align: center;
  line-height: 1.8rem;
  position: absolute;
  top: 0;
  right: 0;
}
#stepnav #steps li .status.finished {
  background: #6aab2a;
  border: 1px solid #518220;
  border-left: 0;
}
#stepnav #steps li .status.finished i {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
#stepnav #steps li .status.unfinished {
  background: transparent;
}
#stepnav #steps li .status.unfinished i {
  opacity: 0.75;
  color: #f0c14f;
  text-shadow: 0 1px 0 white;
}
#stepnav #steps li .status.next {
  color: #3969ad;
}
#stepnav #steps li .status.next i {
  text-shadow: 0 1px 0 rgba(225, 225, 225, 0.3);
}
#stepnav #steps li .title-w {
  font-family: "Open Sans", Arial;
  display: none;
  width: 73%;
  padding: 0 0 0 10px;
  line-height: 1.25rem;
}
#stepnav #steps li .title-w a {
  padding: 10px 0 10px 0;
  color: #1e1e1e;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
#stepnav #steps li .step-w span {
  text-align: center;
}
#stepnav #steps li .step-w span.t {
  font-size: 8px;
  line-height: 0;
  color: #989898;
  font-weight: bold;
}
#stepnav #steps li .step-w span.n {
  position: relative;
  font-size: 0.85rem;
  line-height: 0;
  font-family: "Oxygen", sans-serif;
  color: #6d6d6d;
  white-space: pre;
}
#stepnav #steps li .step-w span.n i {
  font-size: 50%;
  position: relative;
  top: -7px;
}
#stepnav #steps li .step-w span.n small {
  font-weight: 500;
  font-size: 50%;
  position: relative;
  top: -7px;
  right: -1px;
}
#stepnav #steps li.active-current .step-w {
  border-bottom: 2px solid #6aab2a;
}
#stepnav #steps li.unlocked-current .step-w {
  border-bottom: 2px solid #989898;
}
#stepnav #steps li.disabled-current .step-w {
  border-bottom: 2px solid #6d6d6d;
}
#stepnav #steps li div {
  display: block;
  height: 100%;
}

#content {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
#content ul.sidenav {
  background: #383838;
  color: #fff;
  border-top: 1px solid #d2d4d7;
  position: relative;
  top: -1px;
}
#content ul.sidenav li a {
  padding-top: 10px;
  /* padding-bottom:10px;
  */
  list-style: none;
  border-bottom: 1px solid #2b2b2b;
}
#content ul.sidenav li.selected {
  background: #fff;
  position: relative;
}
#content ul.sidenav li.selected .navbar-item {
  color: #1e1e1e;
  border-bottom: 0;
  font-weight: 600;
}
#content ul.sidenav li a {
  position: relative;
  font-weight: 600;
  font-size: 0.9rem;
  /* padding: 0.75rem;
  */
  color: #fff;
}
#content ul.sidenav li a:hover {
  /* color: #1e1e1e;
  */
  /* background: #fff;
  */
}
#content ul.sidenav li a i {
  color: #dcb900;
  margin-right: 10px;
}
#content ul.sidenav .sublist {
  padding-bottom: 0;
  background: #fff;
}
#content ul.sidenav .sublist li {
  padding: 0;
  border: 0;
}
#content ul.sidenav .sublist li a {
  color: #989898;
  font-weight: 500;
  font-size: 0.8rem;
  width: 100%;
  display: inline-block;
  padding: 0.75rem 1rem;
}
#content ul.sidenav .sublist li a:hover {
  background: #6aab2a;
  color: #fff;
}
#content ul.sidenav .sublist li a i {
  color: #dcb900;
}
#content ul.sidenav .sublist li a:after {
  content: "";
}
#content ul.sidenav .sublist li.is-active a {
  color: #6aab2a;
  font-weight: 700;
  background: #fff;
  position: relative;
  right: 0;
  border-right: 1px solid white;
  border-top: 1px solid #e4dfe1;
  border-bottom: 1px solid #d1c9cd;
  box-shadow: -1px 2px 2px -1px rgba(0, 0, 0, 0.2);
}
#content ul.sidenav .sublist li.is-active i {
  color: #3969ad;
}
#content ul.sidenav .sublist li.is-active:hover a {
  color: #1e1e1e;
}
#content ul.sidenav .sublist li.is-active:hover i {
  color: #3969ad;
}
#content .sub-wrap .title {
  padding: 0.75rem 1rem;
  font-weight: 300;
}
#content .sub-wrap .sys-tabs {
  padding: 0;
  background: #fffdf5;
  margin: 0;
}
#content .sub-wrap .sys-tabs ul {
  border: 0;
}
#content .sub-wrap .sys-tabs ul li {
  margin: 0;
  border-left: 1px solid #f4f2f3;
  border-right: 1px solid #f4f2f3;
  border-top: 1px solid #f4f2f3;
  background: #f6f5f6;
}
#content .sub-wrap .sys-tabs ul li:hover a {
  background: #fff;
  box-shadow: 0 5px 25px #959595;
  z-index: 100;
  position: relative;
}
#content .sub-wrap .sys-tabs ul li a {
  padding: 0.75rem 1.25rem;
  background: #f4f2f3;
  border: 0;
  border-radius: 2px;
  font-weight: 600;
  font-size: 1rem;
}
#content .sub-wrap .sys-tabs ul li.is-active a {
  background: #fff !important;
}
#content .sidebar {
  margin-bottom: 15px;
}
#content .sidebar .title {
  background-color: #000000;
  background-image: linear-gradient(90deg, #000000 0%, #414141 86%);
  color: #fff;
  padding: 0.75rem 1rem;
  text-align: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#content .sidebar .row .inside {
  padding: 0 1rem 1rem 1rem;
}
#content .sidebar .featured-icon {
  font-size: 5rem;
  color: #dcb900;
  text-align: center;
  line-height: 4rem;
}
#content .sidebar .featured-icon .left {
  font-size: 3rem;
  position: relative;
  top: -1rem;
  left: 1rem;
  opacity: 0.5;
}
#content .sidebar .featured-icon .right {
  font-size: 3rem;
  position: relative;
  top: -1rem;
  right: 1rem;
  opacity: 0.5;
}
#content .sidebar #weekly-call {
  margin-bottom: 2rem;
}
#content .sidebar #weekly-call .show-title {
  font-size: 1.25rem;
  color: #dcb900;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
#content .sidebar #weekly-call .date {
  background: #f4f2f3;
  display: block;
  margin: 7px;
  position: relative;
  top: -5px;
  left: -5px;
}
#content .sidebar #weekly-call .date .day {
  color: #1e1e1e;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
#content .sidebar #weekly-call .date strong {
  font-size: 12px;
  background: darkred;
  color: #fff;
  width: 100%;
  display: block;
}
#content #step-video-side {
  position: relative;
  min-width: 200px;
}
#content #step-video-side .lesson_info_custom {
  padding: 0 4% 4% 4%;
}
#content #step-video-side .topPart {
  margin-bottom: 15px;
}
#content #step-video-side .title {
  font-family: "Oxygen", sans-serif !important;
  font-weight: 400;
}
#content #step-video-side .title strong {
  font-weight: 700;
}
#content #step-video-side .ico-wrap {
  color: #dcb900;
  margin-top: 1rem;
  font-size: 4rem;
  opacity: 0.5;
}
#content #step-video-side .stick-bottom {
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  margin: 0 13px;
}
#content #step-video-side .checkbox {
  margin: 0.5rem auto 1rem auto;
}
#content #step-video-side .complete-wrap {
  background: #fdf8ea;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.39);
  background-image: linear-gradient(170deg, #fffffc 0%, #fff2cf 74%);
  padding: 25px;
}
#content #step-video-side .complete-wrap p.date-complete {
  margin-bottom: 5px;
  padding: 0 10px 10px 10px;
}
#content .step-content {
  font-family: Helvetica, Arial, sans-serif;
}
#content .step-content .main-title {
  color: #1e1e1e;
  padding: 17px 10px 16px 10px;
  margin: 0;
  border-bottom: 1px solid #edeaeb;
}
#content .step-content .lesson {
  padding: 1rem;
}
#content .top-page-logo {
  text-align: center;
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  padding: 10px 0;
}
#content .top-page-logo img {
  max-height: 50px;
}

#fast-email-member .dropdown-content {
  padding: 0;
}
#fast-email-member .menu-list li {
  border-bottom: 1px solid #f4f2f3;
}
#fast-email-member .menu-list li a {
  width: 100%;
}
#fast-email-member .menu-list li a i {
  position: relative;
  right: 0;
  float: right;
  top: 3px;
}

#funnels .page-wrap {
  background: white url("../img/web-bg.jpg") top left no-repeat;
  padding-top: 12px;
  display: inline-block;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 3px;
}
#funnels .page-wrap:hover img {
  opacity: 0.7;
}
#funnels .page-wrap:hover .is-wrapping a {
  opacity: 1;
}
#funnels .page-wrap img {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin-bottom: -5px;
}
#funnels .page-wrap .is-wrapping {
  text-align: center;
  display: inline-block;
}
#funnels .page-wrap .is-wrapping a {
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0 auto !important;
  width: 100%;
  height: 3.5rem;
  line-height: 3rem;
  z-index: 100;
  border: 0;
  background: #fffef3;
  color: #3969ad;
}
#funnels .page-wrap .is-wrapping a:hover {
  background: #6aab2a;
  color: #fff;
}
#funnels .url-wrap {
  background: #fffef3;
  padding: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
#funnels .url-wrap .control .fake-input {
  width: 100%;
}
#funnels .field.has-addons .button {
  font-weight: 700;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 0.9rem;
}
#funnels .field.has-addons .control:not(:last-child) {
  max-width: 493px;
}
#funnels .ui-widget.ui-widget-content {
  border: 0;
  padding: 0;
}
#funnels .ui-tabs .ui-widget-header {
  border: 0;
  background: #f4f2f3;
  position: relative;
  bottom: -1px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  box-shadow: 0 -1px 2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  z-index: 10;
  padding: 5px 10px 0 10px;
}
#funnels .ui-tabs .ui-tabs-panel {
  padding: 0;
}
#funnels .ui-tabs .ui-tabs-nav li {
  border: 0;
  border-radius: 0;
  margin-right: 8px;
}
#funnels .ui-tabs .ui-tabs-nav li a {
  outline: none;
  border: 1px solid #e8e4e6;
  border-bottom-width: 0;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.6rem 1rem;
  color: #989898;
}
#funnels .ui-tabs .ui-tabs-nav li a .icofont {
  font-size: 1.05rem;
  color: #dcb900;
  opacity: 0.4;
}
#funnels .ui-tabs .ui-state-active {
  background: #fff;
  color: #3969ad;
}
#funnels .ui-tabs .ui-state-active a {
  background: #fff;
  color: #3969ad;
}
#funnels .fake-input {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 1rem;
  word-wrap: break-word;
}

#lead #tabs {
  padding: 1rem;
  border: 0 !important;
  border-top-left-radius: 0;
}
#lead .ui-tabs .ui-widget-header {
  border: 0;
  background: #f4f2f3;
  position: relative;
  bottom: -1px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  box-shadow: 0 -1px 2px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  z-index: 10;
  padding: 5px 10px 0 10px;
}
#lead .ui-tabs .ui-tabs-panel {
  padding: 0;
}
#lead .ui-tabs .ui-tabs-nav li {
  border: 0;
  border-radius: 0;
  margin-right: 8px;
}
#lead .ui-tabs .ui-tabs-nav li a {
  outline: none;
  border: 1px solid #e8e4e6;
  border-bottom-width: 0;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.6rem 1rem;
  color: #989898;
}
#lead .ui-tabs .ui-tabs-nav li a .icofont {
  font-size: 1.05rem;
  color: #dcb900;
  opacity: 0.4;
}
#lead .ui-tabs .ui-state-active {
  background: #fff;
  color: #3969ad;
}
#lead .ui-tabs .ui-state-active a {
  background: #fff;
  color: #3969ad;
}
#lead .messages-wrap p {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #000;
  opacity: 0.8;
}
#lead .messages-wrap .subtitle {
  margin-bottom: 0.5rem;
}

.step-content p {
  font-size: 11.5pt !important;
  line-height: 15pt !important;
}

#content blockquote {
  padding: 30px 40px 40px 40px;
  margin: 0 0 20px;
  border: 1px solid #fff4bc !important;
  border-left: 10px solid #f7f6f0 !important;
  font-size: 0.95rem !important;
  line-height: 22px !important;
  font-family: "Oxygen", sans-serif;
  background: #fffffc !important;
  position: relative;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#content blockquote::before {
  content: " ";
  width: 1px;
  height: 100%;
  background: rgba(220, 184, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

#meetCoach form input {
  width: 100%;
}

.select-step {
  margin: 0 0 20px 0;
  padding: 0.75rem 0.8rem;
  background: #f4f2f3;
}
.select-step select strong {
  font-weight: 800;
  color: red;
}

#youtube_mastery ul.sidenav {
  background: #ca2626;
}
#youtube_mastery ul.sidenav li {
  border-color: #9f1e1e;
}
#youtube_mastery ul.sidenav li a i {
  color: #fff;
  opacity: 0.7;
  font-size: 125%;
}
#youtube_mastery ul.sidenav li a:hover i {
  color: #1e1e1e;
}
#youtube_mastery ul.sidenav li.active i {
  color: #6aab2a;
}

.lesson_info_custom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#ldi-signature {
  background: url("../img/jeff-sign.jpg") bottom left no-repeat; 
  width: 100%;
  min-height: 130px;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
}

#welcome-page .step-content {
  padding: 0 1rem;
}
#welcome-page .styled {
  font-size: 2rem;
  margin-bottom: 0;
}
#welcome-page .styled .fa {
  font-size: 2rem;
}
#welcome-page .styled li {
  padding: 1.25rem 0;
}
#welcome-page .coach-wrap {
  text-align: center;
  padding: 0;
}
#welcome-page .coach-wrap li {
  background: #fffef3;
  width: 100%;
  display: inline-block;
}

.tinynav {
  display: none;
}

#socialWrapper {
  padding-top: 20px;
}
#socialWrapper p {
  text-align: left;
  font-size: 15.5px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  font-family: "Oxygen", sans-serif;
  padding-right: 10px;
}
#socialWrapper ul {
  list-style: none;
  padding: 5px 0 0 0;
}
#socialWrapper ul li::before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover !important;
  float: left;
  margin-right: 12px;
  position: relative;
  top: 8px;
}
#socialWrapper ul li:hover::before {
  fill: green;
  transition: 100ms;
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
#socialWrapper ul li:nth-child(1)::before {
  background: url("/images/facebook.svg");
  border-radius: 3px;
}
#socialWrapper ul li:nth-child(2)::before {
  background: url("/images/youtube.svg");
}
#socialWrapper ul li:nth-child(3)::before {
  background: url("/images/instagram.svg");
}
#socialWrapper ul li:nth-child(4)::before {
  background: url("/images/group.svg");
}
#socialWrapper ul li a {
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
  text-decoration: none;
  color: #485a77;
  font-size: 14px;
  display: block !important;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#socialWrapper ul li a:hover {
  color: #6aab2a;
  text-decoration: underline;
}

/* styles for mobile */
@media only screen and (max-width: 768px) {
  .training_mobile {
    display: block !important;
  }

  .training_desktop {
    display: none;
  }

  .step-video-side-mobile {
    display: block !important;
  }

  .step-video-side-desktop .editorSection, .step-video-side-desktop #mark-step-complete {
    display: none;
  }

  .table-res-wrap {
    display: inline-block;
    width: 100%;
    overflow: scroll;
    border: 3px solid #f4f2f3;
  }
  .table-res-wrap .table td, .table-res-wrap .table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 5px;
    vertical-align: middle;
  }

  .tinynav {
    display: block;
    width: 100%;
    height: 3rem;
    line-height: 2rem;
    font-size: 1.5rem;
    padding: 0 1rem;
  }

  .sidenav {
    display: none;
  }

  #content #step-video-side .ico-wrap {
    display: none;
  }
  #content #step-video-side .stick-bottom {
    margin: 0;
  }

  #welcome-page .step-content {
    padding: 0 !important;
  }
  #welcome-page .title {
    font-size: 1.1rem !important;
    text-align: left !important;
  }
  #welcome-page .styled {
    font-size: 2rem;
    margin-bottom: 0;
  }
  #welcome-page .styled .fa {
    font-size: 2rem;
  }
  #welcome-page .styled li {
    padding: 0.75rem 1.5rem;
    text-align: center !important;
  }
  #welcome-page .mt2 {
    margin-top: 0 !important;
  }
  #welcome-page .p2 {
    padding: 1rem !important;
  }
  #welcome-page .coach-wrap {
    text-align: center;
    padding: 0;
  }
  #welcome-page .coach-wrap li {
    background: #fffef3;
    width: 100%;
    display: inline-block;
  }

  #header .navbar .navbar-menu {
    padding: 0;
  }
  #header .navbar .navbar-brand img {
    max-height: 50px;
    margin: 10px 10px 10px 10px;
    padding: 0 15px;
    width: auto !important;
  }
  #header .navbar .navbar-dropdown .navbar-item {
    background: #fffef3;
  }
  #header .navbar .f-link {
    border: 1px solid #ddd6d9;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 0.75rem 0.5rem;
  }
  #header .navbar .navbar-item {
    background: #fff;
    color: #1e1e1e;
  }
  #header .navbar .navbar-item:hover, #header .navbar .navbar-item:focus {
    background: #fff;
    color: #6aab2a;
  }
  #header .navbar .navbar-item .ico {
    font-size: 1.5rem;
    display: inline-block;
    width: auto;
    position: relative;
    top: 0;
    margin-top: 0;
    text-align: left;
    padding-bottom: 0;
    left: 10px;
  }
  #header .navbar .navbar-item .name {
    /*width: 80%;
    */
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    color: #1e1e1e;
    text-align: left !important;
  }

  #stepnav #steps li {
    padding: 0;
    /*width: 6.55%;
    */
    width: 12%;
  }
  #stepnav #steps li .step-w span.t {
    display: none;
  }
  #stepnav #steps li .step-w span.n {
    position: relative;
    padding-left: 0;
    top: 0;
    font-weight: bold;
    font-size: 11px;
  }
  #stepnav #steps li .step-w span.n small {
    display: none;
  }

  #content {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 470px) {
  .help_link {
    margin-left: -3px;
    margin-top: 17px;
    font-size: 12px;
  }

  #header .navbar .navbar-brand img {
    padding: 0px;
    margin: 0px;
  }
}
@media only screen and (max-width: 500px) {
  #stepnav #steps li {
    width: 15% !important;
  }
}
@media only screen and (min-width: 470px) and (max-width: 768px) {
  .help_link {
    margin-top: 25px;
    margin-left: 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .help_link {
    margin-left: 17%;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1100px) {
  .help_link {
    margin-left: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1632px) {
  .dropout {
    margin-left: 0px;
    right: 100%;
  }

  .navbar-dropdown {
    left: unset;
    right: 0;
  }
}
.cool-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  width: 100%;
}
.cool-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
  margin-top: 10px;
}
.cool-link:hover::after {
  width: 100%;
  /*transition: width .3s;
  */
}

#scroll_bottom {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
  white-space: nowrap;
}

.help_link_custom {
  font-size: small;
}

.row_header {
  padding: 0 !important;
  margin-right: unset !important;
}

.navbar-brand_header {
  padding: 0 !important;
  height: unset !important;
}

@media only screen and (min-width: 320px) and (max-width: 960px) {
  #social_channel_popup h1 {
    font-size: 22px !important;
  }

  .delete {
    height: 36px;
    max-height: 42px;
    max-width: 36px;
    min-height: 36px;
    min-width: 36px;
    outline: none;
    position: relative;
    vertical-align: middle;
    width: 36px;
  }

  .modal-content, .modal-card {
    max-width: 880px;
    width: 100% !important;
    margin: 0;
    padding: 20px;
  }

  .modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* css added to change the lesson sidenav */
.column.is-4.custum-navbar {
  padding-right: 20px !important;
}

.lessonHeader {
  background-color: #1e1e1e;
}

.custum-sidenav li {
  margin-bottom: 5px;
  border-radius: 5px;
}
.custum-sidenav li.lessonHeader:hover {
  border-radius: 5px;
  background: #fff;
}
.custum-sidenav li.lessonHeader a:hover {
  border-radius: 5px;
}
.custum-sidenav li a.navbar-item {
  border: none !important;
}
.custum-sidenav ul.sublist {
  background: transparent !important;
}
.custum-sidenav ul.sublist li a {
  color: #000 !important;
}
.custum-sidenav li.is-active a {
  color: #6aab2a !important;
}
.custum-sidenav ul {
  margin-top: 0px;
}
.custum-sidenav ul li.lesson-selected a, .custum-sidenav ul.sublist li a:hover {
  color: #6aab2a !important;
}
.custum-sidenav a.custom-sub {
  color: #6aab2a;
  font-weight: 700;
  background: #fff;
  position: relative;
  right: 0;
  border-right: 1px solid #e4dfe1;
  border-top: 1px solid #e4dfe1;
  border-bottom: 1px solid #d1c9cd;
  box-shadow: -1px 2px 2px -1px rgba(0, 0, 0, 0.2);
}

a.navbar-item.no-havor:hover {
  color: #403c3cc4 !important;
  background-color: transparent !important;
}

/* css to design multiline button on lesson training pages */
.MultilineButton {
  text-decoration: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: block;
  text-align: center;
  font-weight: bold;
  text-align: center !important;
  text-decoration: none !important;
}

.ButtonMainIconArrow:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ButtonMainIconCheck:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ButtonMainIconPlay:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ButtonMainHead {
  color: white;
  font-size: 26px;
  display: block;
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  -ms-transform: all 0.2s ease-in-out;
  -webkit-transform: all 0.2s ease-in-out;
  transform: all 0.2s ease-in-out;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 40px;
}

.ButtonSubHead {
  font-size: 14px;
  display: block;
  opacity: 0.7;
  font-weight: normal;
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  -ms-transform: all 0.2s ease-in-out;
  -webkit-transform: all 0.2s ease-in-out;
  transform: all 0.2s ease-in-out;
  text-align: center !important;
  text-decoration: none !important;
}

a.MultilineButton {
  margin: 0px !important;
  width: auto !important;
  overflow: hidden !important;
  text-align: center !important;
  padding: 10px 20px !important;
  display: inline-block !important;
}

.ButtonSubHead {
  overflow: hidden !important;
  text-align: center !important;
  display: block !important;
}

.ParentMultilineButton {
  display: block !important;
  font-size: 10pt !important;
  margin: 0 auto !important;
  text-align: center !important;
}

a.MarkLessonComplete {
  border: 1px solid #13bc00;
  padding: 8px;
  background-color: #13bc00;
  border-radius: 3px;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  cursor: pointer;
}
a.prev-next-btn {
  border: 1px solid #0c69a8;
  padding: 8px;
  background-color: #0c69a8;
  border-radius: 3px;
  white-space: nowrap !important;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
}

#entreNationBanner, #entreNationEliteBanner {
  width: 100%;
  margin: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  border-radius: 3px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-image: linear-gradient(90deg, #15223e 30%, #000000 118%);
  position: relative;
}

#entreNationBanner a {
  position: absolute;
  max-width: 90%;
  left: 5%;
  right: 5%;
  bottom: 15px;
}

#entreNationBanner img, #entreNationEliteBanner img {
  display: flex;
  width: 100%;
  position: relative;
  top: -25px;
}

#entreNationBanner:hover, #entreNationEliteBanner:hover {
  box-shadow: 0px 1px 5px #0000005c;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

#productWrap {
  background: #F7F8F9;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  margin-top: 11px;
  padding: 10px;
}

.wlcmWrapBanners {
  margin-top: 5px;
  justify-content: space-between;
}

#entreNationBanner button, #entreNationEliteBanner button {
  background: #3B5998;
  border: 1px solid #5175BE;
  color: #fff;
  text-align: center;
  position: relative;
  bottom: 0;
  align-self: flex-end;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  border-radius: 3px;
  width: 100%;
}

#entreNationBanner button:hover, #entreNationEliteBanner button:hover {
  background: #6aab2a;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

#productWrap .productWrapper {
  background-image: linear-gradient(9deg, #F5F5F1 0%, #FFFFFF 74%);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
#productWrap .productWrapper:hover {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#productWrap .productWrapper img {
  max-width: 170px;
  display: block;
  height: 75px;
  margin: 0 auto;
}
#productWrap .productWrapper .imgwrp {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0 0 0;
  min-height: 120px;
}
#productWrap .productWrapper .twrp {
  background: url("../images/pbg.png") top center no-repeat;
  background-size: 100% auto;
  min-height: 80px;
  padding: 22px 20px 15px 20px;
  font-size: 11px;
  line-height: 14px;
}
#productWrap .productWrapper .twrp button {
  padding: 3px;
  width: 100%;
  background: rgba(0, 0, 0, 0.03);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: 0.5px;
  height: 32px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 5px;
}
#productWrap .productWrapper .twrp button:hover, #productWrap .productWrapper .twrp button:focus {
  color: #fff;
  background: #6aab2a;
  border-color: #5d9725;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#productWrap .productWrapper .is-locked {
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 19;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 2px;
}
#productWrap .productWrapper .is-locked::before {
  content: " ";
  position: absolute;
  min-width: 180px;
  background: url(../images/lock.svg) top center no-repeat;
  width: 100%;
  min-height: 100px;
  top: 50px;
  opacity: 0.7;
}
#productWrap .productWrapper .is-locked button {
  margin-bottom: 16px;
  width: 90%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  height: 35px;
  line-height: 28.5px;
  border: 1px solid #dcb900;
  color: rgba(0, 0, 0, 0.4);
  background: #dcb900;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.26);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
#productWrap .productWrapper .is-locked button:hover {
  background: #6aab2a;
  color: #fff;
  border: 0;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

#storeBannerlist {
  height: 100%;
  display: flex;
  min-height: 155px;
  align-items: center;
}
#storeBannerlist li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 155px;
  min-height: 155px;
  text-align: center;
  background: url("../images/circularGradient.png") center center no-repeat;
  background-size: cover;
}
#storeBannerlist li a img {
  height: 100%;
  display: block;
  max-height: 155px;
  position: relative;
  overflow: hidden;
}
#storeBannerlist li a:hover img {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

#welcomeVideoModal .videoWrapper {
  background: #fff;
  border-radius: 2px;
  max-width: 760px;
  margin: 0 auto;
}

.followMeBlockWrapper {
  padding: 10px;
  background: #fff;
  display: inline-block;
}
.followMeBlockWrapper i {
  display: inline-block;
  min-width: 40px !important;
  font-size: 2rem !important;
  text-shadow: 0 0 0 !important;
  text-align: center;
}
.followMeBlockWrapper a {
  width: 48%;
  float: left;
  height: 70px;
  font-size: 12px;
  margin: 1%;
  margin-bottom: 10px;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  border-radius: 4px;
  line-height: 18px;
}
.followMeBlockWrapper a:nth-child(1):hover {
  background: #0084FF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
}
.followMeBlockWrapper a:nth-child(1):hover i {
  color: #fff;
}
.followMeBlockWrapper a:nth-child(1) i {
  color: #0084FF;
}
.followMeBlockWrapper a:nth-child(2):hover {
  background: #c4302b;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
}
.followMeBlockWrapper a:nth-child(2):hover i {
  color: #fff;
}
.followMeBlockWrapper a:nth-child(2) i {
  color: #c4302b;
}
.followMeBlockWrapper a:nth-child(3):hover {
  background: #3b5998;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
}
.followMeBlockWrapper a:nth-child(3):hover i {
  color: #fff;
}
.followMeBlockWrapper a:nth-child(3) i {
  color: #3b5998;
}
.followMeBlockWrapper a:nth-child(4):hover {
  background: radial-gradient(farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
}
.followMeBlockWrapper a:nth-child(4):hover i {
  color: #fff;
  background: transparent;
}
.followMeBlockWrapper a:nth-child(4) i {
  color: #fff;
  padding: 4px;
  border-radius: 11px;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.followMeBlockWrapper a:nth-child(5):hover {
  background: #0e76a8;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
}
.followMeBlockWrapper a:nth-child(5):hover i {
  color: #fff;
}
.followMeBlockWrapper a:nth-child(5) i {
  color: #0e76a8;
}
.followMeBlockWrapper a small {
  margin: 0 !important;
  text-shadow: 0 0 0 !important;
  font-size: 70% !important;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.7;
  letter-spacing: 0 !important;
}
.followMeBlockWrapper a span {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 16px;
  padding-left: 10px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.followMeBlockWrapper a span strong {
  width: 100%;
  display: inline-block;
  float: left;
}

#mark-step-complete {
  /* background: #fdf8ea; */
  /* box-shadow: 0 0px 1px rgba(0, 0, 0, 0.39); */
  /* background-image: linear-gradient(170deg, #fffffc 0%, #fff2cf 74%); */
  padding: 15px;
}

.border-section {
  border: 1px solid rgba(0,0,0,.125) !important;
}

.editorSection h2 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  font-family: "Oxygen", sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: -0.5px !important;
  text-align: center !important;
  line-height: 30px !important;
}

.is-clipped {
  overflow: hidden !important;
}

@media screen and (min-width: 769px), print {
  .modal-content, .modal-card {
    width: 920px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1215px) {
  .container {
    width: 100% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  #content {
    overflow: hidden;
  }

  #mark-step-complete {
    margin: 30px auto;
  }

  #trainingPage .step-content blockquote {
    padding: 20px 20px 20px 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 860px) {
  #entreNationStoreBanner {
    flex-direction: column;
  }

  #productWrap {
    margin: 0 !important;
  }

  #entreNationBanner {
    width: 100%;
    min-height: 170px;
    margin: 0;
    background: #fbfbf9;
  }

  #entreNationStoreBanner {
    flex-direction: column;
    padding: 0;
    margin: 0;
    float: left;
    display: inline-block;
    width: 100%;
  }

  #entreNationBanner button, #entreNationEliteBanner button {
    background: #3B5998;
    border: 1px solid #5175BE;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    position: relative;
    bottom: 0;
    text-transform: uppercase;
  }

  #entreNationBanner img {
    display: flex;
    width: 100%;
  }

  .wlcmWrapBanners {
    padding: 0;
    width: 100%;
    display: inline-block;
    margin: 0 auto !important;
    border-radius: 0 !important;
  }

  #entreNationStoreBanner .logo {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-right: 0px;
    margin-left: -1px;
    background: #fbfbfa;
  }
  #entreNationStoreBanner .logo img {
    height: 60px;
    position: relative;
    top: 3px;
    margin: 20px auto;
  }

  #storeBannerlist {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #storeBannerlist li {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  #storeBannerlist li a {
    padding: 15px;
  }

  #entreNationStoreBanner .prim-out {
    width: 80%;
    margin: 10%;
  }
}
#new-steps-nav ul, #new-steps-nav li {
  margin-top: 0;
  margin-bottom: 0;
}

.navToSelect {
  display: none;
}

/* Mobile device */
/* default style */
.selectnav {
  display: none !important;
}

.nowrap {
    white-space: nowrap;
}

/* small screen */
@media screen and (max-width: 990px) {
  .js #steps {
    display: none !important;
  }

  .js .selectnav {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    display: block !important;
    width: 100%;
    padding: 15px 10px;
    height: 50px;
    font-size: 15px;
    border-radius: 0;
    border: 0;
    color: #4e4e4e;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffef url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;
    background-position: right 10px top 50%;
  }
}
#comment_rows {
  display: flex;
  flex-direction: column;
}
#comment_rows .cus-comment-row {
  padding: 10px 0;
}
#comment_rows .comment-profile-info img {
  max-width: 48px;
  max-height: 48px;
  border-radius: 2px;
  padding: 0;
  float: left;
  margin: 0 10px 10px 0;
}

.comment-form-container {
  background: #F0F0F0;
}

.comment-form-container .input-row {
  margin-bottom: 5px;
}

.comment-form-container .input-field {
  width: 100%;
  border-radius: 2px;
  padding: 10px;
  border: #e0dfdf 1px solid;
  font-size: 15px;
  margin-top: 10px;
}

.comment-form-container .btn-submit {
  padding: 10px;
  background: #333;
  border: #1d1d1d 1px solid;
  color: #f0f0f0;
  font-size: 0.9em;
  width: 115px;
  border-radius: 2px;
  cursor: pointer;
}

.cus-comment-row {
  border-bottom: #e0dfdf 1px solid;
  margin-top: 10px;
  padding: 10px 10px 2px 10px;
  background: #fff;
}

.cus-outer-comment {
  background: #F0F0F0;
  padding: 20px;
  border: #dedddd 1px solid;
}

span.cus-posted-by {
  font-weight: 600;
}

.cus-comment-info {
  font-size: 0.8em;
}

.cus-comment-text {
  margin: 0;
}

input#submit-form.custom_submit_button {
  border: 1px solid #0c69a8;
  background-color: #0c69a8;
  border-radius: 3px;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  padding: 8px;
}

.answer_label {
  margin-left: 25px;
}

.question_quiz {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.quiz_answer {
  margin-left: 20px;
}

.op-container {
  display: flex;
  align-items: baseline;
}

.quiz_res_icons {
  min-width: 1rem;
}

.load_more_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

/*Added by nadsoft for quiz question form stop */

/*# sourceMappingURL=main.css.map */
