/*

Theme Name: CCE 2.0
Theme URI: http://centerforcoachingexcellence.com/
Author: Josh Motlong
Author URI: http://joshmotlong.design/
Description: A Wordpress Theme
Version: 1.1.5
Template: pro

*/
.wide {
  display: block;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.narrow {
  display: block;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.narrower {
  display: block;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes swipe {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    right: 0;
    left: auto;
    width: 0;
  }
}
.swipe {
  animation-name: swipe;
  animation-duration: 0.2s;
  animation-delay: 0s;
  animation-iteration-count: forwards;
  animation-timing-function: cubic-bezier(0.46, 0, 0.07, 1);
  animation-direction: normal;
}

@keyframes window {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
    right: 0;
    left: auto;
  }
}
.window {
  animation-name: window;
  animation-duration: 0.3s;
  animation-delay: 0s;
  animation-iteration-count: initial;
  animation-timing-function: cubic-bezier(0.46, 0, 0.07, 1);
  animation-direction: normal;
}

body {
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .entry-content {
    font-size: 0.925em !important;
  }
}
@media screen and (max-width: 480px) {
  .entry-content {
    font-size: 0.875em !important;
  }
}
.entry-content h1, .entry-content .h1 {
  font-size: 2.5em;
}
.entry-content h2, .entry-content .h2 {
  font-size: 2.2em;
}
.entry-content h3, .entry-content .h3 {
  font-size: 1.75em;
}
.entry-content h4, .entry-content .h4 {
  font-size: 1.25em;
}
.entry-content h5, .entry-content .h5 {
  font-size: 1em;
}
.entry-content h6, .entry-content .h6 {
  font-size: 0.75em;
}

.single-post .h-landmark, .page.page-template-default .h-landmark, .page.page-template-template-layout-full-width .h-landmark, .blog .h-landmark, .archive .h-landmark, .category .h-landmark, .search .h-landmark {
  font-size: 2em;
}

.single-post .entry-title {
  font-size: 2em;
}

.page.page-template-default .entry-title, .page.page-template-template-layout-full-width .entry-title {
  font-size: 2.25em;
}

.blog .entry-title, .archive .entry-title, .category .entry-title, .search .entry-title {
  font-size: 1.5em;
}

.single-post .p-meta, .page.page-template-default .p-meta, .page.page-template-template-layout-full-width .p-meta, .blog .p-meta, .archive .p-meta, .category .p-meta, .search .p-meta {
  font-size: 16px;
  color: rgba(17, 12, 9, 0.65);
}

.single-post .entry-footer {
  font-size: 1em;
}

aside.x-sidebar h4.h-widget {
  font-size: 1.5em;
}

aside.x-sidebar .widget div,
aside.x-sidebar .widget li {
  font-size: 1em;
}

.x-colophon.top h4.h-widget {
  font-size: 1.5em;
}

.x-colophon.top .widget div,
.x-colophon.top .widget li {
  font-size: 1em;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  color: #110C09;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

a:focus, select:focus, input[type=file]:focus, input[type=radio]:focus, input[type=submit]:focus, input[type=checkbox]:focus {
  outline: none !important;
}

::-moz-placeholder {
  color: #110C09 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #110C09 !important;
  opacity: 1 !important;
}

::-webkit-input-placeholder {
  color: #110C09 !important;
  opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #110C09 !important;
  opacity: 1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #110C09 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #110C09 !important;
  opacity: 1 !important;
}

datalist {
  font-family: "minion-pro", minion-pro, georgia, serif !important;
  font-size: 1rem;
}

label {
  display: block;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=number],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
input[list],
input[type=file],
select,
textarea {
  border-radius: 0px;
}

textarea {
  -webkit-appearance: none;
  overflow: auto;
}

input[type=range] {
  height: 2.5em !important;
  width: 100%;
  max-width: 100%;
}

input[type=file] {
  min-height: 2.5em !important;
}

input[type=search] {
  height: 2.5em !important;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  vertical-align: middle;
}

select {
  min-height: 50px !important;
  font-size: 0.85rem !important;
  padding: 0.2em 1em 0 !important;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif !important;
  border-radius: 0px !important;
  border: 1px solid #DFDBD6 !important;
  background-color: #F5F4F2 !important;
  box-shadow: none !important;
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  appearance: none;
  background-image: url("/wp-content/uploads/icon-triangle-down.png") !important;
  background-repeat: no-repeat;
  background-position: right 0.75em center;
  width: 100%; /*Width of select dropdown to give space for arrow image*/
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
  padding-right: 2em !important;
  text-overflow: ellipsis;
}
select:active, select:focus {
  border-color: #3090C8;
  background-color: white;
}
select option {
  padding: 0.5em 0 0.5em 1em;
  margin: 0;
  background: white;
  color: #110C09;
  font-size: 0.95rem !important;
}
select option:focus {
  margin: 0;
  border: none;
}

select[multiple] {
  height: auto;
  min-height: 2.5em !important;
  padding: 0;
}
select[multiple] option {
  margin: 0;
  padding: 2.5em !important/3;
}

fieldset {
  padding: 10px 25px;
  border-radius: 0px;
  border: 1px solid #DFDBD6;
}

legend {
  padding: 0 5px;
  font-weight: 700;
}

input[disabled],
textarea[disabled],
select[disabled],
option[disabled],
button[disabled] {
  cursor: not-allowed;
}

/* Buttons, Input Type Submit/Reset ------------------ */
/* Buttons, Input Type Submit/Reset ------------------ */
body:not(.mce-btn) button:not(.x-off-canvas-close):not(.x-modal-close):not(.wc-forward), body:not(.mce-btn) .button, body:not(.mce-btn) .btn, body:not(.mce-btn) .x-btn, body:not(.mce-btn) .gform_button,
body:not(.mce-btn) input[type=button],
body:not(.mce-btn) input[type=submit],
body:not(.mce-btn) input[type=reset],
body:not(.mce-btn) input[type=image] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=image] {
  text-align: center;
  padding: 2.5em !important/5;
}

a.zoom-link {
  display: block;
  width: 100%;
  padding: 0.5em 0.75em;
  margin: 0 0 1em;
  background: #3090C8;
  transition: 0.3s ease all;
}
a.zoom-link div {
  display: flex;
  direction: row;
  justify-content: flex-start;
  align-items: center;
}
a.zoom-link div span.icon {
  position: relative;
  flex: 0 0 2em;
  width: 2em;
  height: 2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 0.1em;
  transition: 0.3s ease all;
}
a.zoom-link div span.icon i {
  font-size: 1em;
  color: #3090C8;
  transition: 0.3s ease all;
}
a.zoom-link div span.text {
  flex: 1 1 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: white;
  padding-left: 0.75em;
}
a.zoom-link div span.text span.primary {
  display: block;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  font-size: 1.1em;
  line-height: 1.25;
  font-weight: 500;
}
a.zoom-link div span.text span.secondary {
  display: block;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  font-size: 0.75em;
  line-height: 1.15;
  font-weight: 300;
  margin-bottom: 0.25em;
}
a.zoom-link:hover {
  background: #110C09;
}
a.zoom-link:hover div span.icon {
  background: #3090C8;
}
a.zoom-link:hover div span.icon i {
  color: white;
}

.page-template-default .entry-content.content .x-container.width {
  width: 100%;
}

body.page .post-password-required form.post-password-form {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
  padding: calc(8rem + 6vw) 0 9rem;
  background: #110C09;
}
body.page .post-password-required form.post-password-form:before {
  content: "";
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  position: absolute;
  z-index: -1;
  background: #110C09;
}
body.page .post-password-required form.post-password-form p {
  color: white;
  font-weight: 300;
}
body.page .post-password-required form.post-password-form label {
  display: block;
  width: 100%;
  font-size: 0.8rem;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: rgba(245, 244, 242, 0.75);
}
body.page .post-password-required form.post-password-form label input[type=password] {
  width: 100%;
  display: flex;
  font-size: 0.9rem;
  border-radius: 0px;
}
body.page .post-password-required form.post-password-form input[type=submit] {
  font-size: 0.9rem !important;
  width: 100% !important;
  min-height: 2.5rem !important;
  text-shadow: none;
  text-transform: uppercase;
  min-width: 100%;
  margin-top: 5px;
}
body.page .post-password-required form.post-password-form input[type=submit]:focus {
  background: #3090C8;
}

.single-post .entry-content.content .x-container.width {
  width: 100%;
}

body.single-product .x-layout-single .entry-wrap {
  width: 100%;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
body.single-product form.cart {
  margin: 0;
}
body.single-product form.cart .quantity {
  display: none;
}
body.single-product form.cart button[type=submit] {
  width: 100%;
  min-height: 5rem;
  margin: 0 !important;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  text-shadow: none;
  font-size: 1rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
body.single-product #wc-stripe-express-checkout-element {
  display: none !important;
}

figure img + br,
figure a + br,
figure img + p,
figure a + p {
  display: none;
}

body {
  background-color: #F5F4F2;
}

#x-root, .x-root {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  background: white;
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.035);
}

.x-off-canvas-bg {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

blockquote {
  margin: 1.5rem 0;
  padding: 10px 0 15px 1.5rem;
  border: none;
  border-left: 5px solid #3090C8;
}
blockquote p {
  font-size: 1.15rem;
  line-height: 1.7;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

ul.pagination {
  position: relative;
  z-index: 9999;
  list-style: none;
  margin: 0.5rem 0 1rem;
  display: flex;
  flex-direction: row;
}
ul.pagination li {
  font-size: 0.85rem;
}
ul.pagination li.disabled {
  color: rgba(17, 12, 9, 0.35);
}
ul.pagination li:first-of-type {
  padding-right: 0.75rem;
  border-right: 1px solid #dfdbd6;
}
ul.pagination li:last-of-type {
  padding-left: 0.75rem;
}
ul.pagination.arrows {
  justify-content: flex-end;
  padding-right: 2rem;
  margin: -2.75rem 0 1.5em;
}
ul.pagination.arrows li {
  position: relative;
}
ul.pagination.arrows li.disabled {
  opacity: 0.35;
}
ul.pagination.arrows li:first-of-type {
  padding-right: 0;
  border: none;
}
ul.pagination.arrows li:first-of-type svg {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
ul.pagination.arrows li svg g#icon-arrow-short {
  fill: #ffffff;
}

.ilightbox-overlay {
  background: black !important;
  opacity: 0.85 !important;
}

.ilightbox-loader {
  display: none !important;
}

.ilightbox-holder {
  border: none !important;
  padding: 0 !important;
  background: transparent;
}
.ilightbox-holder .ilightbox-container {
  background: #110C09 !important;
  box-shadow: 20px 25px 45px 0 rgba(0, 0, 0, 0.55), -20px 25px 45px 0 rgba(0, 0, 0, 0.55);
}

.ilightbox-toolbar {
  top: 1.5em !important;
  right: 1.5em !important;
  left: auto !important;
  height: auto !important;
  border: none !important;
  background-color: transparent !important;
}
.ilightbox-toolbar a.ilightbox-close {
  width: 32px !important;
  height: 32px !important;
  color: white;
}
.ilightbox-toolbar a.ilightbox-close:before {
  content: "" !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: transparent url("assets/icon-close-white.svg") center center no-repeat;
  background-size: contain;
}
.ilightbox-toolbar a.ilightbox-fullscreen {
  display: none !important;
}

.site-intro .screen {
  position: relative;
}
.site-intro .screen:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 89.0909090909%;
}
.site-intro .screen > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.site-intro .screen .x-div {
  background-image: linear-gradient(203deg, rgba(44, 46, 59, 0.9) 0%, rgba(39, 41, 51, 0.2) 60%);
}

.screen-ratio {
  position: relative;
}
.screen-ratio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 89.0909090909%;
}
.screen-ratio > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(-5%, 25%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%, 0%);
  }
  70% {
    transform: translate(0%, 15%);
  }
  80% {
    transform: translate(3%, 35%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
.tv > .x-bg .x-bg-layer-lower-image {
  z-index: -1;
}
.tv > .x-bg .x-bg-layer-lower-image:before {
  content: "";
  animation: grain 8s steps(10) infinite;
  background-image: url(/wp-content/uploads/bg-grain.png);
  height: 300%;
  width: 300%;
  position: fixed;
  z-index: -1;
  top: -100%;
  left: -50%;
  opacity: 0.5;
}

.filter-stuff {
  position: relative;
  min-height: 32px;
  padding-right: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.filter-stuff .spinner {
  position: absolute;
  right: 2rem;
  top: 0;
}

.form-group.team-cats {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.form-group.team-cats input {
  visibility: hidden;
  position: fixed;
  top: -1000vw;
  left: -10000vw;
}
.form-group.team-cats label {
  margin: 0 1.75rem 0 0;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05rem;
  cursor: pointer;
  color: rgba(17, 12, 9, 0.4);
  transition: 0.35s ease all;
}
.form-group.team-cats label:hover {
  color: #110C09;
}
.form-group.team-cats input[type=radio]:checked + label {
  color: #110C09;
}

.team-members-intro {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .team-members-intro {
    justify-content: space-between;
  }
}
.team-members-intro a.team-member-introduction {
  display: block;
  flex: 1 1 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .team-members-intro a.team-member-introduction {
    flex: 0 1 47.5%;
  }
}
@media screen and (min-width: 768px) {
  .team-members-intro a.team-member-introduction {
    flex: 0 1 25%;
  }
}
.team-members-intro a.team-member-introduction .featured-image {
  position: relative;
  margin-bottom: 1rem;
}
.team-members-intro a.team-member-introduction .featured-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 93.75%;
}
.team-members-intro a.team-member-introduction .featured-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .team-members-intro a.team-member-introduction .featured-image {
    position: relative;
  }
  .team-members-intro a.team-member-introduction .featured-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 93.75%;
  }
  .team-members-intro a.team-member-introduction .featured-image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.team-members-intro a.team-member-introduction .featured-image .view {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0rem;
  color: white;
  transition: 0.35s ease all;
}
.team-members-intro a.team-member-introduction .featured-image .view:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background: rgba(48, 144, 200, 0.75);
  transition: 0.35s ease all;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.team-members-intro a.team-member-introduction .featured-image .view span {
  display: inline-block;
  line-height: 1;
  margin-right: 0.5rem;
  transition: 0.25s ease all;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 300;
  transition: 0.35s ease all;
  opacity: 0;
}
.team-members-intro a.team-member-introduction .featured-image .view img {
  height: 20px;
  transition: 0.35s ease all;
  opacity: 0;
}
.team-members-intro a.team-member-introduction .article-intro {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .team-members-intro a.team-member-introduction .article-intro {
    padding-right: 1rem;
  }
}
.team-members-intro a.team-member-introduction .article-intro h3 {
  font-size: 1.15rem;
  line-height: 1.15;
  margin-top: 1rem;
  margin-bottom: 0.35rem;
  transition: 0.35s ease all;
}
.team-members-intro a.team-member-introduction .article-intro span.position {
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(17, 12, 9, 0.75);
  line-height: 1.35;
}
.team-members-intro a.team-member-introduction:hover .view {
  padding-bottom: 2rem;
}
.team-members-intro a.team-member-introduction:hover .view:before {
  opacity: 1;
}
.team-members-intro a.team-member-introduction:hover .view span,
.team-members-intro a.team-member-introduction:hover .view img {
  opacity: 1;
}
.team-members-intro a.team-member-introduction:hover .article-intro h3 {
  color: #3090C8;
}
.team-members-intro.on-dark .article-intro h3 {
  color: white;
}
.team-members-intro.on-dark .article-intro span.position {
  color: rgba(255, 255, 255, 0.75) !important;
}

.recent-articles,
.popular-articles,
.recent-news {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .recent-articles,
  .popular-articles,
  .recent-news {
    justify-content: space-between;
  }
}
.recent-articles a.article-introduction,
.popular-articles a.article-introduction,
.recent-news a.article-introduction {
  display: block;
  flex: 1 1 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .recent-articles a.article-introduction,
  .popular-articles a.article-introduction,
  .recent-news a.article-introduction {
    flex: 0 1 48.5%;
  }
}
@media screen and (min-width: 768px) {
  .recent-articles a.article-introduction,
  .popular-articles a.article-introduction,
  .recent-news a.article-introduction {
    flex: 0 1 33.3333333333%;
  }
}
.recent-articles a.article-introduction .featured-image,
.popular-articles a.article-introduction .featured-image,
.recent-news a.article-introduction .featured-image {
  position: relative;
  margin-bottom: 1rem;
}
.recent-articles a.article-introduction .featured-image:before,
.popular-articles a.article-introduction .featured-image:before,
.recent-news a.article-introduction .featured-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.recent-articles a.article-introduction .featured-image > .content,
.popular-articles a.article-introduction .featured-image > .content,
.recent-news a.article-introduction .featured-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .recent-articles a.article-introduction .featured-image,
  .popular-articles a.article-introduction .featured-image,
  .recent-news a.article-introduction .featured-image {
    position: relative;
  }
  .recent-articles a.article-introduction .featured-image:before,
  .popular-articles a.article-introduction .featured-image:before,
  .recent-news a.article-introduction .featured-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .recent-articles a.article-introduction .featured-image > .content,
  .popular-articles a.article-introduction .featured-image > .content,
  .recent-news a.article-introduction .featured-image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.recent-articles a.article-introduction .featured-image .view,
.popular-articles a.article-introduction .featured-image .view,
.recent-news a.article-introduction .featured-image .view {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0rem;
  color: white;
  background: rgba(48, 144, 200, 0.75);
  transition: 0.35s ease all;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
}
.recent-articles a.article-introduction .featured-image .view span,
.popular-articles a.article-introduction .featured-image .view span,
.recent-news a.article-introduction .featured-image .view span {
  display: inline-block;
  line-height: 1;
  margin-right: 0.5rem;
  transition: 0.25s ease all;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 300;
}
.recent-articles a.article-introduction .featured-image .view img,
.popular-articles a.article-introduction .featured-image .view img,
.recent-news a.article-introduction .featured-image .view img {
  height: 20px;
}
.recent-articles a.article-introduction .article-intro,
.popular-articles a.article-introduction .article-intro,
.recent-news a.article-introduction .article-intro {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .recent-articles a.article-introduction .article-intro,
  .popular-articles a.article-introduction .article-intro,
  .recent-news a.article-introduction .article-intro {
    padding-right: 1rem;
  }
}
.recent-articles a.article-introduction .article-intro h3,
.popular-articles a.article-introduction .article-intro h3,
.recent-news a.article-introduction .article-intro h3 {
  font-size: 1.15rem;
  line-height: 1.15;
  margin-top: 1em;
  margin-bottom: 0.25rem;
  transition: 0.35s ease all;
}
.recent-articles a.article-introduction .article-intro span.author,
.popular-articles a.article-introduction .article-intro span.author,
.recent-news a.article-introduction .article-intro span.author {
  display: block;
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(17, 12, 9, 0.75);
}
.recent-articles a.article-introduction:hover .view,
.popular-articles a.article-introduction:hover .view,
.recent-news a.article-introduction:hover .view {
  padding-bottom: 2rem;
  opacity: 1;
}
.recent-articles a.article-introduction:hover .article-intro h3,
.popular-articles a.article-introduction:hover .article-intro h3,
.recent-news a.article-introduction:hover .article-intro h3 {
  color: #3090C8;
}

.form-group.resource-cats {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.form-group.resource-cats input {
  visibility: hidden;
  position: fixed;
  top: -1000vw;
  left: -10000vw;
}
.form-group.resource-cats label {
  margin: 0 0.5rem 0.5rem 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0rem;
  line-height: 1;
  cursor: pointer;
  color: #3090C8;
  transition: 0.35s ease all;
  padding: 0.5em 0.5em;
  background: white;
  border: 1px solid #DFDBD6;
  border-radius: 0.15em;
}
.form-group.resource-cats label:hover {
  background: #3090C8;
  color: white;
  border-color: #3090C8;
}
.form-group.resource-cats input[type=radio]:checked + label {
  background: #3090C8;
  color: white;
  border-color: #3090C8;
}

.filter-stuff-alt {
  width: calc(100% + 1em);
  margin-left: -0.5em;
  padding: 0.5em;
  background: #F5F4F2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.filter-stuff-alt .form-group.cats,
.filter-stuff-alt .form-group.search {
  flex: 1 1 40%;
  margin-right: 0.5rem;
}
.filter-stuff-alt .form-group.cats select, .filter-stuff-alt .form-group.cats input[type=text],
.filter-stuff-alt .form-group.search select,
.filter-stuff-alt .form-group.search input[type=text] {
  width: 100% !important;
  font-size: 0.85rem !important;
  background-color: white !important;
  height: 2.25rem !important;
  min-height: 2.25rem !important;
  margin-bottom: 0 !important;
}
.filter-stuff-alt .form-group.cats select,
.filter-stuff-alt .form-group.search select {
  padding-top: 0 !important;
}
.filter-stuff-alt button.btn-submit {
  flex: 0 1 3em;
  height: 2.25rem !important;
  min-width: 3rem !important;
  min-height: 2.25rem !important;
  font-size: 0.85rem !important;
  padding: 0.25em !important;
  margin-right: 0.5rem;
  border-radius: 0.1em;
  text-shadow: none;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .filter-stuff-alt button.btn-submit {
    flex: 0 1 2.5rem;
    min-width: 2.5rem;
  }
}
.filter-stuff-alt a.btn-reset {
  flex: 0 1 3em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 2.25rem;
  min-width: 3rem;
  background: #110C09;
  color: white;
  font-size: 0px;
  padding: 0px !important;
  border-radius: 0.1em !important;
}
.filter-stuff-alt a.btn-reset:after {
  content: "";
  background: transparent url("/wp-content/uploads/invert-process.svg") center center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 480px) {
  .filter-stuff-alt a.btn-reset {
    flex: 0 1 2.5rem;
    min-width: 2.5rem;
  }
  .filter-stuff-alt a.btn-reset:after {
    width: 20px;
    height: 20px;
  }
}

.spin-wrap {
  height: 1.5em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0.5em;
}

.resources {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.resources p {
  margin: 0;
}
.resources a.resource {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.1;
  color: #110C09;
  padding: 0.5em 0.75em;
  border-bottom: 1px solid rgba(17, 12, 9, 0.1) !important;
  transition: 0.3s ease all;
}
.resources a.resource:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: transparent url("/wp-content/uploads/icon-link-opt.png") center center no-repeat;
  background-size: contain;
  margin-right: 0.75em;
}
.resources a.resource span {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: 0.3s ease all;
}
.resources a.resource span:after {
  content: "Click to View";
  font-size: 0.65em;
  color: #3090C8;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 0.35em;
  transition: 0.3s ease all;
}
.resources a.resource:hover {
  background-color: #3090C8;
}
.resources a.resource:hover span {
  color: white;
}
.resources a.resource:hover span:after {
  color: rgba(255, 255, 255, 0.75);
}
.resources a.resource[href$=".doc"] span:after, .resources a.resource[href$=".docx"] span:after, .resources a.resource[href$=".zip"] span:after {
  content: "Click to Download";
}
.resources a.resource[href$=".pdf"] span:after {
  content: "Click to View";
}
.resources a.resource[href$=".doc"]:before {
  background-image: url("/wp-content/uploads/icon-doc.png") !important;
}
.resources a.resource[href$=".docx"]:before {
  background-image: url("/wp-content/uploads/icon-docx.png") !important;
}
.resources a.resource[href$=".xls"]:before {
  background-image: url("/wp-content/uploads/icon-xls.png") !important;
}
.resources a.resource[href$=".zip"]:before {
  background-image: url("/wp-content/uploads/icon-zip.png") !important;
}
.resources a.resource[href$=".pdf"]:before {
  background-image: url("/wp-content/uploads/icon-pdf.png") !important;
}
.resources a.resource[href*=forms]:before {
  background-image: url("/wp-content/uploads/icon-form-default-opt.png") !important;
}

.training-intro-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.training-intro-wrapper a.training-intro,
.training-intro-wrapper a.education-intro {
  flex: 0 0 48%;
  background: white;
  margin-bottom: 3rem;
  transition: 0.3s ease all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .training-intro-wrapper a.training-intro,
  .training-intro-wrapper a.education-intro {
    flex: 1 1 100%;
  }
}
.training-intro-wrapper a.training-intro div.upper,
.training-intro-wrapper a.education-intro div.upper {
  min-height: 9em;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  z-index: 1;
}
.training-intro-wrapper a.training-intro div.upper .bg-overlay,
.training-intro-wrapper a.education-intro div.upper .bg-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(183deg, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.6) 65%);
}
.training-intro-wrapper a.training-intro div.upper .bg-blur,
.training-intro-wrapper a.education-intro div.upper .bg-blur {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-color: rgba(48, 144, 200, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: 0.3s ease all;
  opacity: 0;
}
.training-intro-wrapper a.training-intro div.upper .dates-hours,
.training-intro-wrapper a.education-intro div.upper .dates-hours {
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.5rem;
}
.training-intro-wrapper a.training-intro div.upper .dates-hours span.dates,
.training-intro-wrapper a.education-intro div.upper .dates-hours span.dates {
  font-family: "minion-pro", minion-pro, georgia, serif;
  font-size: 1.35rem;
  line-height: 1;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 979px) {
  .training-intro-wrapper a.training-intro div.upper .dates-hours span.dates,
  .training-intro-wrapper a.education-intro div.upper .dates-hours span.dates {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .training-intro-wrapper a.training-intro div.upper .dates-hours span.dates,
  .training-intro-wrapper a.education-intro div.upper .dates-hours span.dates {
    font-size: 1.2rem;
  }
}
.training-intro-wrapper a.training-intro div.upper .dates-hours span.dates span.end,
.training-intro-wrapper a.education-intro div.upper .dates-hours span.dates span.end {
  white-space: nowrap;
}
.training-intro-wrapper a.training-intro div.upper .dates-hours span.hours,
.training-intro-wrapper a.education-intro div.upper .dates-hours span.hours {
  padding: 0.5rem 0.75rem 0.75rem;
  background: #110C09;
}
.training-intro-wrapper a.training-intro div.upper .dates-hours span.hours .x-text,
.training-intro-wrapper a.education-intro div.upper .dates-hours span.hours .x-text {
  margin: 0;
}
.training-intro-wrapper a.training-intro div.upper .dates-hours span.hours span.x-text-content-text-primary,
.training-intro-wrapper a.education-intro div.upper .dates-hours span.hours span.x-text-content-text-primary {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  font-family: "minion-pro", minion-pro, georgia, serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .training-intro-wrapper a.training-intro div.upper .dates-hours span.hours span.x-text-content-text-primary,
  .training-intro-wrapper a.education-intro div.upper .dates-hours span.hours span.x-text-content-text-primary {
    font-size: 1.7rem;
  }
}
.training-intro-wrapper a.training-intro div.upper .dates-hours span.hours span.x-text-content-text-primary span,
.training-intro-wrapper a.education-intro div.upper .dates-hours span.hours span.x-text-content-text-primary span {
  font-size: 0.75rem;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .training-intro-wrapper a.training-intro div.upper .dates-hours span.hours span.x-text-content-text-primary span,
  .training-intro-wrapper a.education-intro div.upper .dates-hours span.hours span.x-text-content-text-primary span {
    font-size: 0.65rem;
  }
}
.training-intro-wrapper a.training-intro div.upper .details,
.training-intro-wrapper a.education-intro div.upper .details {
  padding: 1rem 1.5rem;
  color: white;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.2;
}
.training-intro-wrapper a.training-intro div.upper .details div.location,
.training-intro-wrapper a.education-intro div.upper .details div.location {
  margin-bottom: 0.25rem;
}
.training-intro-wrapper a.training-intro div.upper .details span,
.training-intro-wrapper a.education-intro div.upper .details span {
  font-weight: 400;
}
.training-intro-wrapper a.training-intro div.upper .details div.cs-content,
.training-intro-wrapper a.education-intro div.upper .details div.cs-content {
  display: inline-block;
}
.training-intro-wrapper a.training-intro div.upper .details div.cs-content span,
.training-intro-wrapper a.education-intro div.upper .details div.cs-content span {
  color: white !important;
  font-weight: 300 !important;
}
.training-intro-wrapper a.training-intro div.lower,
.training-intro-wrapper a.education-intro div.lower {
  margin-bottom: auto;
  padding: 1rem 1.5rem;
}
.training-intro-wrapper a.training-intro div.lower h3,
.training-intro-wrapper a.education-intro div.lower h3 {
  font-size: 1.35rem;
  line-height: 1;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 979px) {
  .training-intro-wrapper a.training-intro div.lower h3,
  .training-intro-wrapper a.education-intro div.lower h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .training-intro-wrapper a.training-intro div.lower h3,
  .training-intro-wrapper a.education-intro div.lower h3 {
    font-size: 1.2rem;
  }
}
.training-intro-wrapper a.training-intro div.lower span.deadline,
.training-intro-wrapper a.education-intro div.lower span.deadline {
  display: block;
  font-size: 0.8rem;
  line-height: 1.25;
  font-style: italic;
  color: rgba(17, 12, 9, 0.75);
}
.training-intro-wrapper a.training-intro div.bottom,
.training-intro-wrapper a.education-intro div.bottom {
  padding: 0 0.5rem 0.5rem;
}
.training-intro-wrapper a.training-intro div.bottom span,
.training-intro-wrapper a.education-intro div.bottom span {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.5rem;
  background-image: linear-gradient(166deg, #2682BA 0%, #3CA0D7 97%);
  color: white;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.025em;
  transition: 0.3s ease all;
}
.training-intro-wrapper a.training-intro div.bottom span:before,
.training-intro-wrapper a.education-intro div.bottom span:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-color: #2681B8;
  transition: 0.3s ease all;
  transform: translateY(100%);
  opacity: 0;
}
.training-intro-wrapper a.training-intro:hover,
.training-intro-wrapper a.education-intro:hover {
  transform: translateY(-5px);
  background: white;
}
.training-intro-wrapper a.training-intro:hover div.upper .bg-blur,
.training-intro-wrapper a.education-intro:hover div.upper .bg-blur {
  opacity: 1;
}
.training-intro-wrapper a.training-intro:hover div.bottom span:before,
.training-intro-wrapper a.education-intro:hover div.bottom span:before {
  transform: translateY(0%);
  opacity: 1;
}

.gform_wrapper .gform_heading {
  margin-bottom: 0.5rem;
}
.gform_wrapper .gform_heading .gform_required_legend {
  color: #110C09;
  font-size: 0.65rem;
}
.gform_wrapper form .gf_progressbar_wrapper .gf_progressbar_percentage {
  background-color: #3090C8;
}
.gform_wrapper form .gform_body .gform_fields {
  row-gap: 0.75rem;
}
.gform_wrapper form .gform_body .gfield label.gform-field-label {
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  margin-bottom: 5px;
  color: rgba(17, 12, 9, 0.75);
}
.gform_wrapper form .gform_body .gfield label.gform-field-label--type-inline {
  font-size: 0.9em;
  line-height: 1.2;
  margin-bottom: 0;
}
.gform_wrapper form .gform_body .gfield legend.gform-field-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgba(17, 12, 9, 0.5);
}
.gform_wrapper form .gform_body .gfield input[type=text], .gform_wrapper form .gform_body .gfield input[type=number], .gform_wrapper form .gform_body .gfield input[type=email], .gform_wrapper form .gform_body .gfield input[type=tel] {
  min-height: 50px;
  height: 2.25rem;
  font-size: 0.85rem;
  padding: 0 1em;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  border-radius: 0px;
  border: 1px solid #DFDBD6;
  background: white;
  box-shadow: none;
}
.gform_wrapper form .gform_body .gfield input[type=text]:active, .gform_wrapper form .gform_body .gfield input[type=text]:focus, .gform_wrapper form .gform_body .gfield input[type=number]:active, .gform_wrapper form .gform_body .gfield input[type=number]:focus, .gform_wrapper form .gform_body .gfield input[type=email]:active, .gform_wrapper form .gform_body .gfield input[type=email]:focus, .gform_wrapper form .gform_body .gfield input[type=tel]:active, .gform_wrapper form .gform_body .gfield input[type=tel]:focus {
  border-color: #3090C8;
  background: white;
}
.gform_wrapper form .gform_body .gfield input[type=text].datepicker, .gform_wrapper form .gform_body .gfield input[type=number].datepicker, .gform_wrapper form .gform_body .gfield input[type=email].datepicker, .gform_wrapper form .gform_body .gfield input[type=tel].datepicker {
  width: 100%;
}
.gform_wrapper form .gform_body .gfield textarea {
  font-size: 0.85rem;
  padding: 0.75em initial1em;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  border-radius: 0px;
  border: 1px solid #DFDBD6;
  background: white;
  box-shadow: none;
}
.gform_wrapper form .gform_body .gfield textarea:active, .gform_wrapper form .gform_body .gfield textarea:focus {
  border-color: #3090C8;
  background: white;
}
.gform_wrapper form .gform_body .gfield.list > label {
  display: block;
  border-bottom: 1px solid #DFDBD6;
  padding-bottom: 0.5rem;
}
.gform_wrapper form .gform_body .gfield.list .ginput_container_checkbox {
  padding-top: 0.35rem;
}
.gform_wrapper form .gform_body .gfield.gsection {
  margin-top: 0 !important;
  padding: 0;
}
.gform_wrapper form .gform_body .gfield.gsection h3, .gform_wrapper form .gform_body .gfield.gsection h2 {
  font-size: 1rem !important;
  border: none;
  padding-bottom: 0.5rem !important;
  margin: 0.5em 0 0;
}
.gform_wrapper form .gform_body .gfield.gsection.text h3 {
  font-size: 0.9em !important;
  font-style: italic;
  color: rgba(17, 12, 9, 0.8) !important;
  letter-spacing: 0;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  margin: 0;
}
.gform_wrapper form .gform_body .gfield.gfield_html {
  font-size: 0.85rem !important;
  line-height: 1.4 !important;
}
.gform_wrapper form .gform_body .gfield.gfield_html ol {
  list-style: upper-numeric !important;
}
.assess .gform_wrapper form .gform_body .gfield.gfield_html {
  color: rgba(17, 12, 9, 0.75) !important;
  font-style: italic;
}
.gform_wrapper form .gform_body .gfield.radio-row .gfield_radio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.gform_wrapper form .gform_body .gfield.radio-row .gfield_radio div.gchoice {
  margin-right: 0.5rem;
}
.gform_wrapper form .gform_body .gfield.radio-row .gfield_radio div.gchoice input {
  box-shadow: none !important;
  text-shadow: none !important;
}
.gform_wrapper form .gform_body .gfield.gfield--type-select label.gfield_label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgba(17, 12, 9, 0.5);
  border: none;
}
.gform_wrapper form .gform_footer button,
.gform_wrapper form .gform_page_footer button {
  min-height: 60px !important;
  min-width: 250px !important;
  padding: 0.25em 2em !important;
  background: #3090C8 !important;
  border: none !important;
  border-radius: 0px !important;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif !important;
  font-size: 0.85rem !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  color: white !important;
  transition: 0.3s ease all !important;
}
@media screen and (max-width: 480px) {
  .gform_wrapper form .gform_footer button,
  .gform_wrapper form .gform_page_footer button {
    min-width: 45% !important;
  }
}
.gform_wrapper form .gform_footer button:hover,
.gform_wrapper form .gform_page_footer button:hover {
  background-color: #110C09 !important;
}
.gform_wrapper form .gform_footer button.gform-button--width-full,
.gform_wrapper form .gform_page_footer button.gform-button--width-full {
  width: 100% !important;
}

.woocommerce-error {
  border: none;
  box-shadow: none;
  border-radius: 0px !important;
  margin: 0;
  padding: 0.75rem 1em;
  font-size: 0.8rem;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .woocommerce-error {
    padding: 0.75em 5%;
  }
}
.woocommerce-error li {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-error a.button {
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  font-size: 0.9em;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 400;
  min-height: 1.5rem;
  background: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0 1em;
  float: none;
  white-space: nowrap;
  transition: 0.3s ease all;
}
.woocommerce-error a.button:hover {
  background: white;
}

.woocommerce-message,
.woocommerce-Message--info,
.woocommerce-info {
  border: none;
  box-shadow: none;
  border-radius: 0px !important;
  margin: 0;
  padding: 0.75rem 1em;
  font-size: 0.8rem;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .woocommerce-message,
  .woocommerce-Message--info,
  .woocommerce-info {
    padding: 0.75em 5%;
  }
}
.woocommerce-message li,
.woocommerce-Message--info li,
.woocommerce-info li {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-message a.button,
.woocommerce-Message--info a.button,
.woocommerce-info a.button {
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  font-size: 0.9em;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 400;
  min-height: 1.5rem;
  background: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0 1em !important;
  margin: 0;
  float: none;
  white-space: nowrap;
  transition: 0.3s ease all;
}
.woocommerce-message a.button:hover,
.woocommerce-Message--info a.button:hover,
.woocommerce-info a.button:hover {
  background: white;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  border: none;
  box-shadow: none;
  border-radius: 0.25em;
  margin: 0 0 1.5em;
  padding: 0.75rem 2rem;
  font-size: 0.8rem;
  font-family: "minion-pro", minion-pro, georgia, serif;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

body.woocommerce-cart .woocommerce-form-login,
body.woocommerce-checkout .woocommerce-form-login {
  background: #F5F4F4;
  padding: 1.5rem;
  margin-top: -2em;
  margin-bottom: 1.5rem;
}
body.woocommerce-cart .woocommerce-form-login p,
body.woocommerce-checkout .woocommerce-form-login p {
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
body.woocommerce-cart .woocommerce-form-login label,
body.woocommerce-checkout .woocommerce-form-login label {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
body.woocommerce-cart .woocommerce-form-login label.woocommerce-form__label-for-checkbox, body.woocommerce-cart .woocommerce-form-login label.woocommerce-form-login__rememberme,
body.woocommerce-checkout .woocommerce-form-login label.woocommerce-form__label-for-checkbox,
body.woocommerce-checkout .woocommerce-form-login label.woocommerce-form-login__rememberme {
  margin-bottom: 0.75rem;
}
body.woocommerce-cart .woocommerce-form-login label.woocommerce-form__label-for-checkbox span, body.woocommerce-cart .woocommerce-form-login label.woocommerce-form-login__rememberme span,
body.woocommerce-checkout .woocommerce-form-login label.woocommerce-form__label-for-checkbox span,
body.woocommerce-checkout .woocommerce-form-login label.woocommerce-form-login__rememberme span {
  margin-left: 5px;
}
body.woocommerce-cart .woocommerce-form-login input,
body.woocommerce-checkout .woocommerce-form-login input {
  margin-bottom: 0;
}
body.woocommerce-cart .woocommerce-form-login input.input-text,
body.woocommerce-checkout .woocommerce-form-login input.input-text {
  min-height: 2.5rem;
  font-size: 0.9rem;
}
body.woocommerce-cart .woocommerce-form-login button.woocommerce-form-login__submit,
body.woocommerce-checkout .woocommerce-form-login button.woocommerce-form-login__submit {
  min-width: 250px;
  border-radius: 100em;
  background-image: linear-gradient(110deg, #DDB053 0%, #AB8E50 100%) !important;
}

.woocommerce-cart .woocommerce .empty-wrap {
  width: 100%;
}
.woocommerce-cart .woocommerce .empty-wrap .cart-empty {
  display: block !important;
  font-size: 1.25em !important;
  margin: 3em auto 3rem !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .woocommerce .empty-wrap .cart-empty {
    font-size: 1.2em;
  }
}
.woocommerce-cart .woocommerce .return-to-shop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 10%;
}
.woocommerce-cart .woocommerce .return-to-shop a {
  min-height: 3.5em;
  background: #3090C8;
  color: white;
  text-shadow: none;
  font-size: 0.9rem;
  text-transform: uppercase;
  min-width: 350px;
  padding: 0 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
}
.woocommerce-cart .woocommerce .return-to-shop a:hover {
  background: #110C09;
}

body.single-product form.cart div.product-purchase-options {
  display: none;
  visibility: hidden;
}

body.woocommerce-cart .woocommerce {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  flex: 1 0 100%;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
  flex: 1 1 100%;
  padding-top: 1.25rem;
}
@media screen and (min-width: 481px) and (max-width: 979px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
    flex: 1 1 100%;
    padding: 1.25rem 5% 0 5%;
  }
}
@media screen and (max-width: 480px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
    flex: 1 1 100%;
    padding: 1.25rem 5% 0 5%;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table thead {
  display: table-header-group;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 0.85rem;
  line-height: 1;
  border-bottom: 1px solid rgba(17, 12, 9, 0.1);
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table thead {
    display: none;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table thead th {
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: #110c09;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table thead th.product-quantity {
  display: none;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item {
  border-bottom: 1px solid rgba(17, 12, 9, 0.1);
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td {
    min-height: 2rem;
  }
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td:before {
    font-weight: 500;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-remove {
  width: 1rem;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-remove a {
  font-size: 1.5rem;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-thumbnail {
  max-height: 4rem !important;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-thumbnail img {
  max-height: 3.5rem !important;
  width: auto;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-name a,
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item th.product-name a {
    font-weight: 600;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-name .product-payment-plan-options label,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item th.product-name .product-payment-plan-options label {
  font-weight: 400;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-name fieldset,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item th.product-name fieldset {
  border: 1px solid #DFDBD6;
  border-radius: 0.25em;
  flex: 1 1 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: white;
  border-radius: 0.25em;
  padding: 0.25rem 1em;
  margin: 0.5em 0 0;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-name fieldset input,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item th.product-name fieldset input {
  margin-right: 10px;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-name fieldset label,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item th.product-name fieldset label {
  font-size: 0.9em;
  letter-spacing: 0.01em;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #110C09;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-name fieldset .wcsg_add_recipient_fields,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item th.product-name fieldset .wcsg_add_recipient_fields {
  flex: 1 1 100%;
  padding: 0.1em 0 0;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-name fieldset .wcsg_add_recipient_fields p.woocommerce_subscriptions_gifting_recipient_email,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item th.product-name fieldset .wcsg_add_recipient_fields p.woocommerce_subscriptions_gifting_recipient_email {
  margin: 0;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-name fieldset .wcsg_add_recipient_fields p.woocommerce_subscriptions_gifting_recipient_email label,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item th.product-name fieldset .wcsg_add_recipient_fields p.woocommerce_subscriptions_gifting_recipient_email label {
  font-size: 0.8em;
  font-family: Helvetica, Arial, Sans-Serif;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left !important;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-name fieldset .wcsg_add_recipient_fields p.woocommerce_subscriptions_gifting_recipient_email input,
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item th.product-name fieldset .wcsg_add_recipient_fields p.woocommerce_subscriptions_gifting_recipient_email input {
  width: 100%;
  font-size: 0.9em;
  border: 1px solid #DFDBD6;
  box-shadow: none;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-quantity {
  display: none;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-quantity input {
  min-height: 2.5rem;
  min-width: 4rem;
  font-size: 0.9rem;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr.cart_item td.product-quantity input {
    min-height: 2rem;
    font-size: 0.85rem;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr td.actions {
  padding-top: 0.75rem;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr td.actions .coupon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr td.actions .coupon input.input-text {
  min-height: 2.5rem;
  min-width: 15rem;
  min-width: 40%;
  font-size: 0.8rem;
  box-shadow: none;
  padding-left: 1em;
  border-radius: 0;
}
@media screen and (min-width: 481px) and (max-width: 979px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr td.actions .coupon input.input-text {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr td.actions .coupon input.input-text {
    width: 100%;
    max-width: 100%;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr td.actions .coupon button.button {
  min-height: 2.25rem;
  min-width: 15rem;
  min-width: 40%;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-shadow: none;
  padding: 0;
  background: #F5F4F2;
  color: #3090C8;
  border: none;
  border-radius: 0;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr td.actions .coupon button.button:hover {
  background: #110C09;
  color: white;
}
@media screen and (min-width: 481px) and (max-width: 979px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr td.actions .coupon button.button {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr td.actions .coupon button.button {
    width: 100%;
    max-width: 100%;
  }
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr td.actions > button.button {
  font-size: 0.8rem;
  font-family: Helvetica, Arial, Sans-Serif;
  text-transform: uppercase;
  text-shadow: none;
  min-height: 2.25rem;
  min-width: 15rem;
  min-width: 40%;
  border-radius: 0;
  margin-right: 0;
  margin-left: auto;
  padding: 0;
  float: right;
}
@media screen and (min-width: 481px) and (max-width: 979px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr td.actions > button.button {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form .cart.shop_table tr td.actions > button.button {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  flex: 1 1 40%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  justify-content: stretch;
  padding: 0rem;
  margin-left: auto;
}
@media screen and (min-width: 481px) and (max-width: 979px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    flex: 1 1 100%;
    padding: 1rem 5%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    flex: 1 1 100%;
    padding: 1rem 5%;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells {
  flex: 1 1 50%;
  padding: 1rem;
  background: #F5F4F4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells {
    flex: 1 1 100%;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells h2 {
  font-size: 0.85rem !important;
  font-weight: 500;
  font-family: Helvetica, Arial, Sans-Serif;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1em;
  padding: 0.5em;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li {
  flex: 0 1 50%;
  border: none;
  border-radius: 0.25em;
  box-shadow: 0 0.3em 0.8em rgba(17, 12, 9, 0.05);
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li {
    flex: 0 1 45%;
  }
}
@media screen and (max-width: 480px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li {
    flex: 1 1 100%;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li .entry-product {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li .entry-featured {
  border: none;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li .entry-wrap {
  flex: 1 1 auto;
  box-shadow: none;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li .entry-wrap .entry-header {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li .entry-wrap .entry-header h3 {
  font-size: 0.9em;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li .entry-wrap .entry-header span.price {
  margin-top: auto;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells ul.products li .entry-wrap .entry-header a.button {
  text-transform: uppercase;
  text-shadow: none;
  min-height: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: -80px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  margin: 0;
  flex: 0 1 40%;
  padding: 1rem;
  background: #F5F4F4;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    flex: 1 1 100%;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 0.85rem !important;
  font-weight: 500;
  font-family: Helvetica, Arial, Sans-Serif;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding: 0.5em;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table th {
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  width: 33%;
  font-size: 0.8rem;
  font-weight: 400;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table th small {
  font-size: 0.75em;
  font-weight: 400;
  display: block;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td {
  font-size: 0.85rem;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.button.checkout-button {
  margin: 0.2em 0 0 0;
  border-radius: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  font-family: Helvetica, Arial, Sans-Serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
  text-shadow: none;
  padding: 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.button.checkout-button:hover {
  background-color: #110C09;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout #ppcp-messages {
  min-width: 320px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout div.ppc-button-wrapper {
  padding-top: 0.75rem !important;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout div.paypal-buttons {
  min-width: 350px !important;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout #wc-stripe-express-checkout-element {
  display: none !important;
}

body.woocommerce-checkout form.checkout {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.woocommerce-checkout form.checkout #wc-stripe-express-checkout-element,
body.woocommerce-checkout form.checkout #wc-stripe-express-checkout-button-separator {
  display: none !important;
}
body.woocommerce-checkout form.checkout #customer_details {
  flex: 0 1 calc(55% - 1.5em);
  margin-right: auto;
}
@media screen and (min-width: 481px) and (max-width: 979px) {
  body.woocommerce-checkout form.checkout #customer_details {
    flex: 1 1 100%;
    padding: 1.25rem 5% 0 5%;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  body.woocommerce-checkout form.checkout #customer_details {
    flex: 1 1 100%;
    padding: 1.25rem 5% 0 5%;
    margin-bottom: 1.5em;
  }
}
body.woocommerce-checkout form.checkout #customer_details h3 {
  font-size: 0.85rem !important;
  font-weight: 400;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 0.5em;
  padding: 0.5em 0;
}
body.woocommerce-checkout form.checkout #customer_details .form-row {
  margin-bottom: 0.5rem;
}
body.woocommerce-checkout form.checkout #customer_details .form-row label:not(.checkbox) {
  font-size: 0px;
  margin: 0;
}
body.woocommerce-checkout form.checkout #customer_details input.input-text {
  min-height: 2.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  padding-left: 1rem;
  border: 1px solid rgba(17, 12, 9, 0.15);
  background: rgba(245, 244, 244, 0.25);
  box-shadow: none;
  border-radius: 0px;
}
body.woocommerce-checkout form.checkout #customer_details input.input-text:focus {
  border-color: #3090C8;
}
body.woocommerce-checkout form.checkout #customer_details textarea {
  font-size: 0.9rem;
  padding-left: 1rem;
  border: 1px solid rgba(17, 12, 9, 0.15);
  background: rgba(245, 244, 244, 0.25);
  box-shadow: none;
  border-radius: 0px;
}
body.woocommerce-checkout form.checkout #customer_details textarea:focus {
  border-color: #3090C8;
}
body.woocommerce-checkout form.checkout #customer_details span.select2-container {
  min-height: 2.5rem;
  margin-bottom: 0.5rem;
}
body.woocommerce-checkout form.checkout #customer_details span.select2-container span {
  min-height: 2.5rem;
}
body.woocommerce-checkout form.checkout #customer_details span.select2-container .select2-selection {
  border: 1px solid rgba(17, 12, 9, 0.15);
  background: rgba(245, 244, 244, 0.25);
  color: #110C09;
}
body.woocommerce-checkout form.checkout #customer_details span.select2-container .select2-selection__rendered {
  font-size: 0.9rem;
  padding-left: 1rem;
  line-height: 2.5rem;
  box-shadow: none;
  border-radius: 0px;
  color: #110C09;
}
body.woocommerce-checkout form.checkout #customer_details span.select2-container span.select2-selection__placeholder {
  color: inherit;
}
body.woocommerce-checkout form.checkout #customer_details span.select2-container span.select2-selection__arrow {
  width: 2.5em;
}
body.woocommerce-checkout form.checkout #customer_details span.select2-container span.select2-selection__arrow b {
  transform: scale(1.75);
  border-color: #110C09 transparent transparent transparent;
}
body.woocommerce-checkout form.checkout #customer_details .create-account label.woocommerce-form__label-for-checkbox {
  display: block !important;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 0.9em;
}
body.woocommerce-checkout form.checkout #customer_details .create-account label.woocommerce-form__label-for-checkbox input {
  margin-right: 0.35em;
}
body.woocommerce-checkout form.checkout #order_review_heading {
  display: none;
}
body.woocommerce-checkout form.checkout .tribe-checkout-backlinks {
  display: none;
}
body.woocommerce-checkout form.checkout #order_review {
  flex: 0 0 45%;
  padding: 1rem;
  background: #F5F4F4;
  border-radius: 0px;
}
@media screen and (min-width: 481px) and (max-width: 979px) {
  body.woocommerce-checkout form.checkout #order_review {
    flex: 1 1 100%;
    padding: 1.5rem 5% 3em;
  }
}
@media screen and (max-width: 480px) {
  body.woocommerce-checkout form.checkout #order_review {
    flex: 1 1 100%;
    padding: 1.5rem 5% 3em;
  }
}
body.woocommerce-checkout form.checkout #order_review table.shop_table thead tr {
  font-size: 0.85rem !important;
  font-weight: 500;
  font-family: Helvetica, Arial, Sans-Serif;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding: 0.5em;
}
body.woocommerce-checkout form.checkout #order_review table.shop_table th {
  width: 50%;
  font-size: 0.8rem;
  font-weight: 500;
}
body.woocommerce-checkout form.checkout #order_review table.shop_table th small {
  font-size: 0.75em;
  font-weight: 400;
  display: block;
}
body.woocommerce-checkout form.checkout #order_review table.shop_table td {
  font-size: 0.85rem;
}
body.woocommerce-checkout form.checkout #order_review table.shop_table tbody tr.cart_item td.product-name {
  width: 65%;
}
body.woocommerce-checkout form.checkout #order_review table.shop_table tbody tr.cart_item td.product-name fieldset {
  display: none;
}
body.woocommerce-checkout form.checkout #order_review table.shop_table tbody tr.cart_item td.product-total {
  width: 35%;
}
body.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li.wc_payment_method label {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 0.85em;
  font-weight: 500;
  text-transform: uppercase;
}
body.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li.wc_payment_method .payment_box {
  font-size: 0.9rem;
}
body.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li.wc_payment_method .payment_box.payment_method_authorize_net_cim_credit_card {
  font-size: 1rem;
}
body.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li.wc_payment_method .payment_box.payment_method_authorize_net_cim_credit_card a.sv-wc-payment-gateway-payment-form-manage-payment-methods {
  min-height: 2.5rem;
  text-shadow: none;
  text-transform: uppercase;
  padding: 0 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li.wc_payment_method .payment_box.payment_method_authorize_net_cim_credit_card label {
  font-size: 18px;
}
body.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-payment .place-order {
  position: relative;
}
body.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-size: 0.7em;
  line-height: 1.5;
}
body.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p.validate-required {
  font-size: 0.7em;
  line-height: 1.5;
}
body.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-payment .place-order .x-wc-loader {
  position: absolute;
  bottom: -3em;
  left: 50%;
  transform: translateX(-50%);
}
body.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-payment .place-order button[type=submit] {
  width: 100%;
  margin: 0.2em 0 0 0;
  border-radius: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  font-family: Helvetica, Arial, Sans-Serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
  text-shadow: none;
  padding: 0;
}
body.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-payment .place-order button[type=submit]:hover {
  background: #110C09;
}

.woocommerce h2 {
  margin-top: 0px !important;
  margin-bottom: 0.75rem;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  font-size: 1.2rem !important;
}
.woocommerce #customer_login p.woocommerce-form-row,
.woocommerce .woocommerce-form-login p.woocommerce-form-row,
.woocommerce .lost_reset_password p.woocommerce-form-row {
  margin-bottom: 0;
}
.woocommerce #customer_login p.woocommerce-form-row label,
.woocommerce .woocommerce-form-login p.woocommerce-form-row label,
.woocommerce .lost_reset_password p.woocommerce-form-row label {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.woocommerce #customer_login p.woocommerce-form-row input[type=text],
.woocommerce #customer_login p.woocommerce-form-row input[type=password],
.woocommerce #customer_login p.woocommerce-form-row input[type=email],
.woocommerce .woocommerce-form-login p.woocommerce-form-row input[type=text],
.woocommerce .woocommerce-form-login p.woocommerce-form-row input[type=password],
.woocommerce .woocommerce-form-login p.woocommerce-form-row input[type=email],
.woocommerce .lost_reset_password p.woocommerce-form-row input[type=text],
.woocommerce .lost_reset_password p.woocommerce-form-row input[type=password],
.woocommerce .lost_reset_password p.woocommerce-form-row input[type=email] {
  min-height: 2.5rem;
  font-size: 0.9em;
  box-shadow: none;
  border-radius: 0;
  background: white;
}
.woocommerce #customer_login input[type=radio], .woocommerce #customer_login input[type=checkbox],
.woocommerce .woocommerce-form-login input[type=radio],
.woocommerce .woocommerce-form-login input[type=checkbox],
.woocommerce .lost_reset_password input[type=radio],
.woocommerce .lost_reset_password input[type=checkbox] {
  margin: 0.425em 0.5em 0.425em 0em;
  line-height: normal;
  cursor: pointer;
}
.woocommerce #customer_login button[type=submit],
.woocommerce .woocommerce-form-login button[type=submit],
.woocommerce .lost_reset_password button[type=submit] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 2.75rem;
  text-shadow: none;
  padding: 0 1em;
  font-family: Helvetica, Arial, Sans-Serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-top: 1em;
}
.woocommerce #customer_login p.form-row label.woocommerce-form__label-for-checkbox,
.woocommerce .woocommerce-form-login p.form-row label.woocommerce-form__label-for-checkbox,
.woocommerce .lost_reset_password p.form-row label.woocommerce-form__label-for-checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.woocommerce #customer_login p.form-row label.woocommerce-form__label-for-checkbox span,
.woocommerce .woocommerce-form-login p.form-row label.woocommerce-form__label-for-checkbox span,
.woocommerce .lost_reset_password p.form-row label.woocommerce-form__label-for-checkbox span {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 0.9rem;
}
.woocommerce #customer_login p.woocommerce-LostPassword,
.woocommerce .woocommerce-form-login p.woocommerce-LostPassword,
.woocommerce .lost_reset_password p.woocommerce-LostPassword {
  margin-bottom: 2em;
}
.woocommerce #customer_login p.woocommerce-LostPassword a,
.woocommerce .woocommerce-form-login p.woocommerce-LostPassword a,
.woocommerce .lost_reset_password p.woocommerce-LostPassword a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.35em 1em;
  border-radius: 0;
  border: 1px solid #3090C8;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  font-weight: 400;
  font-size: 0.9em;
  transition: 0.3s ease all;
}
.woocommerce #customer_login p.woocommerce-LostPassword a:hover,
.woocommerce .woocommerce-form-login p.woocommerce-LostPassword a:hover,
.woocommerce .lost_reset_password p.woocommerce-LostPassword a:hover {
  background: #110C09;
  border-color: #110C09;
  color: white;
}
.woocommerce #customer_login div.woocommerce-privacy-policy-text,
.woocommerce .woocommerce-form-login div.woocommerce-privacy-policy-text,
.woocommerce .lost_reset_password div.woocommerce-privacy-policy-text {
  font-size: 0.8em;
}
.woocommerce #customer_login div.woocommerce-privacy-policy-text p,
.woocommerce .woocommerce-form-login div.woocommerce-privacy-policy-text p,
.woocommerce .lost_reset_password div.woocommerce-privacy-policy-text p {
  margin: 0;
}
.woocommerce .lost_reset_password .woocommerce-form-row {
  width: 100%;
  margin: 0;
}

.x-dropdown.mobile-account-nav {
  left: 50% !important;
  transform: translateX(-50%);
}

body.woocommerce-account .woocommerce-MyAccount-content a.button,
body.woocommerce-account .woocommerce-MyAccount-content button[type=submit] {
  min-height: 3em;
  font-family: Helvetica, Arial, Sans-Serif;
  text-transform: uppercase;
  text-shadow: none;
  padding: 0 1.5em;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 1.1em;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  font-weight: 700;
}
body.woocommerce-account .woocommerce-MyAccount-content label {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 0.75em;
  text-transform: uppercase;
  color: rgba(17, 12, 9, 0.75);
}
body.woocommerce-account .woocommerce-MyAccount-content input[type=text],
body.woocommerce-account .woocommerce-MyAccount-content input[type=password],
body.woocommerce-account .woocommerce-MyAccount-content input[type=email] {
  height: 2.25rem !important;
  font-size: 0.9em;
  box-shadow: none;
  border-radius: 0;
  background: rgba(245, 244, 242, 0.25);
  color: #110C09;
}
body.woocommerce-account .woocommerce-MyAccount-content input[type=text]:focus, body.woocommerce-account .woocommerce-MyAccount-content input[type=text]:active,
body.woocommerce-account .woocommerce-MyAccount-content input[type=password]:focus,
body.woocommerce-account .woocommerce-MyAccount-content input[type=password]:active,
body.woocommerce-account .woocommerce-MyAccount-content input[type=email]:focus,
body.woocommerce-account .woocommerce-MyAccount-content input[type=email]:active {
  background-color: white;
}
body.woocommerce-account .woocommerce-MyAccount-content input[type=radio], body.woocommerce-account .woocommerce-MyAccount-content input[type=checkbox] {
  margin: 0.425em 0.5em 0.425em 0em;
  line-height: normal;
  cursor: pointer;
}
body.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin: 1em 0;
}
body.woocommerce-account .woocommerce-MyAccount-content .edit-account em {
  font-size: 0.85em;
}
body.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row--wide {
  margin: 0;
}
body.woocommerce-account .woocommerce-MyAccount-content a.edit {
  font-size: 0.9rem;
  text-transform: uppercase;
}
body.woocommerce-account .woocommerce-MyAccount-content address {
  font-size: 0.9rem;
}
body.woocommerce-account .learndash-wrapper .ld-profile-summary {
  margin: 0 auto 1rem;
}
body.woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-card {
  margin: 0 auto 0.5rem;
}
body.woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading {
  font-size: 1.25rem;
}
body.woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-edit-link {
  display: none;
}
body.woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}
body.woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat.ld-profile-stat-certificates {
  border-right: none;
}
body.woocommerce-account .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat.ld-profile-stat-points {
  display: none;
}
body.woocommerce-account .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
  margin: 0;
  background-color: #f5f4f2;
}

.tablepress-table-name {
  font-family: "minion-pro", minion-pro, georgia, serif;
  font-size: 1.2em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 480px) {
  .tablepress-table-name {
    font-size: 0.9rem;
    padding: 0 0.5rem;
  }
}

.dataTables_wrapper {
  border: 1px solid #DFDBD6;
}
.dataTables_wrapper .dataTables_scrollHead table.tablepress {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .dataTables_wrapper .dataTables_scrollHead table.tablepress thead {
    font-size: 0.8em;
  }
}
.dataTables_wrapper .dataTables_scrollHead table.tablepress thead tr th {
  background-color: #F5F4F2;
}
.dataTables_wrapper .dataTables_scrollBody table.tablepress tbody {
  font-size: 0.9em;
}
@media screen and (max-width: 480px) {
  .dataTables_wrapper .dataTables_scrollBody table.tablepress tbody {
    font-size: 0.8em;
  }
}
.dataTables_wrapper .dataTables_scrollBody table.tablepress tbody tr.odd td {
  white-space: nowrap;
  background-color: rgba(245, 244, 242, 0.25);
}

.cert-body {
  font-family: "minion-pro", minion-pro, georgia, serif;
  font-style: italic;
  line-height: 1.75;
  font-size: 110%;
}

.ld-status-icon {
  border-width: 2px !important;
}

.learndash-wrapper .ld-item-list {
  margin: 0;
}
.learndash-wrapper .ld-item-list .ld-section-heading {
  display: none;
}
.learndash-wrapper .ld-item-list .ld-section-heading h2 {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 0.9rem !important;
  font-weight: 400;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
  display: none;
}
.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
  margin: 0;
  border-radius: 0px;
  background: #110C09;
  color: white;
  font-family: Helvetica, Arial, Sans-Serif;
  text-transform: uppercase;
  font-size: 0.9rem !important;
  font-weight: 500;
  min-height: 3rem;
  justify-content: space-between;
  transition: 0.25s ease all;
}
.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button:hover {
  background-color: #3090C8;
  opacity: 1;
}
.course-page-content .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions {
  display: none !important;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item {
  border: 1px solid #DFDBD6;
  border-radius: 0px;
  margin: 1rem 0;
  box-shadow: none;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview {
  padding: 0.5em 0.75em;
}
@media screen and (max-width: 480px) {
  .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview {
    flex-direction: row;
  }
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview a.ld-item-name {
  transition: 0.25s ease all;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview a.ld-item-name div.ld-item-title {
  font-size: 0.85em;
  color: #110C09;
  padding-bottom: 0.2em;
  transition: 0.25s ease all;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview a.ld-item-name div.ld-item-title span.ld-item-components {
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  line-height: 1;
  font-weight: 300;
  margin-top: 0;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview a.ld-item-name:hover {
  color: #3090C8;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview a.ld-item-name:hover .ld-item-title {
  color: #3090C8;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview a.ld-item-name .ld-status-icon .ld-icon {
  font-size: 0.65em;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button {
  background: #110C09 !important;
  color: white;
  min-height: 2em;
  min-width: 2em;
  border-radius: 3px;
  padding: 0.5em 0.75em;
  transition: 0.25s ease all;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button .ld-icon {
  background: transparent !important;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button .ld-text {
  display: none;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button:hover {
  background-color: #3090C8;
  opacity: 1;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded:before {
  left: 2.6em;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-header {
  position: relative;
  padding: 0.6em 1em 0.6em 2.35em;
  background-color: #f5f4f2 !important;
  color: #110C09;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0 3px 6px rgba(17, 12, 9, 0.05);
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-header .ld-table-list-title {
  font-weight: 400;
  font-size: 0.85em;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-header .ld-table-list-title .ld-item-icon .ld-icon {
  font-size: 1.2rem;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-header .ld-table-list-title .ld-item-icon .ld-icon:before {
  font-weight: 300;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-header .ld-table-list-lesson-details .ld-lesson-list-progress {
  font-size: 0.7rem;
  font-weight: 500;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-header .ld-table-list-lesson-details .ld-lesson-list-steps {
  font-size: 0.7rem;
  font-weight: 400;
  color: rgba(17, 12, 9, 0.65);
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-items {
  padding: 0;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-items .ld-table-list-item {
  margin: 0 1em;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview {
  padding: 0.75em 0;
  transition: 0.25s ease all;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon {
  flex-basis: 22px;
  height: 22px;
  width: 22px;
  margin-top: 3px;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon .ld-icon {
  font-size: 0.75em;
  box-shadow: none;
  text-shadow: none;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon.ld-quiz-incomplete {
  flex-basis: 24px;
  height: 24px;
  width: 24px;
  margin-top: 5px;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon.ld-quiz-incomplete .ld-icon.ld-icon-quiz {
  font-size: 1.2em;
  box-shadow: none;
  text-shadow: none;
  line-height: 1.5;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview:hover {
  color: #3090C8;
}
.learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title {
  font-size: 0.75rem;
  line-height: 1.25;
}

.course-side-nav .learndash-wrapper .ld-item-list .ld-section-heading h2 {
  display: none;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions {
  flex: 1 0 100%;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
  max-width: 100% !important;
  padding: 0 1.25em;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button .ld-text {
  padding: 0;
  letter-spacing: 0.025em;
  font-size: 0.9rem;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items {
  font-size: 0.8em;
  padding: 0;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item {
  margin: 0;
  border: none;
  border-bottom: 1px solid #F5F4F2;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item a.ld-item-name .ld-status-icon {
  flex-basis: 22px;
  height: 22px;
  width: 22px;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item a.ld-item-name .ld-status-icon .ld-icon {
  font-size: 0.65em;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item a.ld-item-name .ld-item-title {
  line-height: 1.4;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-details .ld-expand-button {
  height: 1.5em;
  width: 1.75em;
  border-radius: 3px;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-table-list-lesson-details {
  display: none;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded {
  width: 100%;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded:before {
  left: 2.45em;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list {
  width: 100%;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list-header {
  width: 100%;
  padding: 0.8em 1em 0.7em 2.4em;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list-header .ld-table-list-title .ld-text {
  font-size: 1em !important;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list-header .ld-table-list-title .ld-item-icon .ld-icon {
  font-size: 1.1em !important;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item {
  border-bottom: 1px solid #F5F4F2;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon .ld-icon {
  font-size: 0.75em;
}
.course-side-nav .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title {
  font-size: 0.9em !important;
  margin-top: 2px;
}

.progress-area .ld-progress {
  margin: 0 !important;
}
.progress-area .ld-progress .ld-progress-heading {
  width: 100%;
}
.progress-area .ld-progress .ld-progress-heading .ld-progress-stats {
  width: 100%;
  justify-content: space-between;
  font-size: 0.65em;
  color: rgba(255, 255, 255, 0.8);
}
.progress-area .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
  font-size: inherit;
  color: rgba(255, 255, 255, 0.8);
}
.progress-area .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps {
  display: none !important;
}

.single-sfwd-lessons .entry-content .learndash-wrapper,
.single-sfwd-topic .entry-content .learndash-wrapper,
.single-sfwd-quiz .entry-content .learndash-wrapper,
.single-sfwd-challenge .entry-content .learndash-wrapper,
.single-sfwd-challenge-exam .entry-content .learndash-wrapper {
  margin: 0;
}
.single-sfwd-lessons .ld-lesson-status,
.single-sfwd-lessons .ld-topic-status,
.single-sfwd-lessons .ld-quiz-status,
.single-sfwd-topic .ld-lesson-status,
.single-sfwd-topic .ld-topic-status,
.single-sfwd-topic .ld-quiz-status,
.single-sfwd-quiz .ld-lesson-status,
.single-sfwd-quiz .ld-topic-status,
.single-sfwd-quiz .ld-quiz-status,
.single-sfwd-challenge .ld-lesson-status,
.single-sfwd-challenge .ld-topic-status,
.single-sfwd-challenge .ld-quiz-status,
.single-sfwd-challenge-exam .ld-lesson-status,
.single-sfwd-challenge-exam .ld-topic-status,
.single-sfwd-challenge-exam .ld-quiz-status {
  border-radius: 0px;
}
.single-sfwd-lessons .ld-lesson-status .ld-breadcrumbs,
.single-sfwd-lessons .ld-topic-status .ld-breadcrumbs,
.single-sfwd-lessons .ld-quiz-status .ld-breadcrumbs,
.single-sfwd-topic .ld-lesson-status .ld-breadcrumbs,
.single-sfwd-topic .ld-topic-status .ld-breadcrumbs,
.single-sfwd-topic .ld-quiz-status .ld-breadcrumbs,
.single-sfwd-quiz .ld-lesson-status .ld-breadcrumbs,
.single-sfwd-quiz .ld-topic-status .ld-breadcrumbs,
.single-sfwd-quiz .ld-quiz-status .ld-breadcrumbs,
.single-sfwd-challenge .ld-lesson-status .ld-breadcrumbs,
.single-sfwd-challenge .ld-topic-status .ld-breadcrumbs,
.single-sfwd-challenge .ld-quiz-status .ld-breadcrumbs,
.single-sfwd-challenge-exam .ld-lesson-status .ld-breadcrumbs,
.single-sfwd-challenge-exam .ld-topic-status .ld-breadcrumbs,
.single-sfwd-challenge-exam .ld-quiz-status .ld-breadcrumbs {
  background: white;
  border-radius: 0px;
  min-height: 3em;
  border-bottom: 1px solid #F5F4F2;
}
.single-sfwd-lessons .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments,
.single-sfwd-lessons .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments,
.single-sfwd-lessons .ld-quiz-status .ld-breadcrumbs .ld-breadcrumbs-segments,
.single-sfwd-topic .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments,
.single-sfwd-topic .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments,
.single-sfwd-topic .ld-quiz-status .ld-breadcrumbs .ld-breadcrumbs-segments,
.single-sfwd-quiz .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments,
.single-sfwd-quiz .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments,
.single-sfwd-quiz .ld-quiz-status .ld-breadcrumbs .ld-breadcrumbs-segments,
.single-sfwd-challenge .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments,
.single-sfwd-challenge .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments,
.single-sfwd-challenge .ld-quiz-status .ld-breadcrumbs .ld-breadcrumbs-segments,
.single-sfwd-challenge-exam .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments,
.single-sfwd-challenge-exam .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments,
.single-sfwd-challenge-exam .ld-quiz-status .ld-breadcrumbs .ld-breadcrumbs-segments {
  font-weight: 500;
}
.single-sfwd-lessons .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.single-sfwd-lessons .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.single-sfwd-lessons .ld-quiz-status .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.single-sfwd-topic .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.single-sfwd-topic .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.single-sfwd-topic .ld-quiz-status .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.single-sfwd-quiz .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.single-sfwd-quiz .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.single-sfwd-quiz .ld-quiz-status .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.single-sfwd-challenge .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.single-sfwd-challenge .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.single-sfwd-challenge .ld-quiz-status .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.single-sfwd-challenge-exam .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.single-sfwd-challenge-exam .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.single-sfwd-challenge-exam .ld-quiz-status .ld-breadcrumbs .ld-breadcrumbs-segments span a {
  font-weight: 400;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  transition: 0.25s ease all;
}
.single-sfwd-lessons .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover,
.single-sfwd-lessons .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover,
.single-sfwd-lessons .ld-quiz-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover,
.single-sfwd-topic .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover,
.single-sfwd-topic .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover,
.single-sfwd-topic .ld-quiz-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover,
.single-sfwd-quiz .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover,
.single-sfwd-quiz .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover,
.single-sfwd-quiz .ld-quiz-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover,
.single-sfwd-challenge .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover,
.single-sfwd-challenge .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover,
.single-sfwd-challenge .ld-quiz-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover,
.single-sfwd-challenge-exam .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover,
.single-sfwd-challenge-exam .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover,
.single-sfwd-challenge-exam .ld-quiz-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover {
  color: #3090C8 !important;
}
.single-sfwd-lessons .ld-lesson-status .ld-status,
.single-sfwd-lessons .ld-topic-status .ld-status,
.single-sfwd-lessons .ld-quiz-status .ld-status,
.single-sfwd-topic .ld-lesson-status .ld-status,
.single-sfwd-topic .ld-topic-status .ld-status,
.single-sfwd-topic .ld-quiz-status .ld-status,
.single-sfwd-quiz .ld-lesson-status .ld-status,
.single-sfwd-quiz .ld-topic-status .ld-status,
.single-sfwd-quiz .ld-quiz-status .ld-status,
.single-sfwd-challenge .ld-lesson-status .ld-status,
.single-sfwd-challenge .ld-topic-status .ld-status,
.single-sfwd-challenge .ld-quiz-status .ld-status,
.single-sfwd-challenge-exam .ld-lesson-status .ld-status,
.single-sfwd-challenge-exam .ld-topic-status .ld-status,
.single-sfwd-challenge-exam .ld-quiz-status .ld-status {
  background-color: #110C09 !important;
  font-weight: 400;
}
.single-sfwd-lessons .ld-lesson-status .ld-progress,
.single-sfwd-lessons .ld-topic-status .ld-progress,
.single-sfwd-lessons .ld-quiz-status .ld-progress,
.single-sfwd-topic .ld-lesson-status .ld-progress,
.single-sfwd-topic .ld-topic-status .ld-progress,
.single-sfwd-topic .ld-quiz-status .ld-progress,
.single-sfwd-quiz .ld-lesson-status .ld-progress,
.single-sfwd-quiz .ld-topic-status .ld-progress,
.single-sfwd-quiz .ld-quiz-status .ld-progress,
.single-sfwd-challenge .ld-lesson-status .ld-progress,
.single-sfwd-challenge .ld-topic-status .ld-progress,
.single-sfwd-challenge .ld-quiz-status .ld-progress,
.single-sfwd-challenge-exam .ld-lesson-status .ld-progress,
.single-sfwd-challenge-exam .ld-topic-status .ld-progress,
.single-sfwd-challenge-exam .ld-quiz-status .ld-progress {
  display: none;
}
.single-sfwd-lessons .ld-tabs,
.single-sfwd-topic .ld-tabs,
.single-sfwd-quiz .ld-tabs,
.single-sfwd-challenge .ld-tabs,
.single-sfwd-challenge-exam .ld-tabs {
  margin: 2em auto;
  width: 90%;
  max-width: 880px;
}
@media screen and (max-width: 768px) {
  .single-sfwd-lessons .ld-tabs,
  .single-sfwd-topic .ld-tabs,
  .single-sfwd-quiz .ld-tabs,
  .single-sfwd-challenge .ld-tabs,
  .single-sfwd-challenge-exam .ld-tabs {
    margin: 1em auto;
  }
}
.single-sfwd-lessons .ld-tabs .ld-tabs-navigation:after,
.single-sfwd-topic .ld-tabs .ld-tabs-navigation:after,
.single-sfwd-quiz .ld-tabs .ld-tabs-navigation:after,
.single-sfwd-challenge .ld-tabs .ld-tabs-navigation:after,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-navigation:after {
  height: 3px;
  background: #F5F4F2;
}
.single-sfwd-lessons .ld-tabs .ld-tabs-navigation button.ld-tab,
.single-sfwd-topic .ld-tabs .ld-tabs-navigation button.ld-tab,
.single-sfwd-quiz .ld-tabs .ld-tabs-navigation button.ld-tab,
.single-sfwd-challenge .ld-tabs .ld-tabs-navigation button.ld-tab,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-navigation button.ld-tab {
  padding: 0.5em 1em;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(17, 12, 9, 0.5) !important;
  border: none;
  transition: 0.25s ease all;
}
.single-sfwd-lessons .ld-tabs .ld-tabs-navigation button.ld-tab:after,
.single-sfwd-topic .ld-tabs .ld-tabs-navigation button.ld-tab:after,
.single-sfwd-quiz .ld-tabs .ld-tabs-navigation button.ld-tab:after,
.single-sfwd-challenge .ld-tabs .ld-tabs-navigation button.ld-tab:after,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-navigation button.ld-tab:after {
  height: 2px;
}
.single-sfwd-lessons .ld-tabs .ld-tabs-navigation button.ld-tab.ld-active, .single-sfwd-lessons .ld-tabs .ld-tabs-navigation button.ld-tab:hover,
.single-sfwd-topic .ld-tabs .ld-tabs-navigation button.ld-tab.ld-active,
.single-sfwd-topic .ld-tabs .ld-tabs-navigation button.ld-tab:hover,
.single-sfwd-quiz .ld-tabs .ld-tabs-navigation button.ld-tab.ld-active,
.single-sfwd-quiz .ld-tabs .ld-tabs-navigation button.ld-tab:hover,
.single-sfwd-challenge .ld-tabs .ld-tabs-navigation button.ld-tab.ld-active,
.single-sfwd-challenge .ld-tabs .ld-tabs-navigation button.ld-tab:hover,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-navigation button.ld-tab.ld-active,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-navigation button.ld-tab:hover {
  color: #110C09 !important;
}
.single-sfwd-lessons .ld-tabs .ld-tabs-navigation button.ld-tab.ld-active:after, .single-sfwd-lessons .ld-tabs .ld-tabs-navigation button.ld-tab:hover:after,
.single-sfwd-topic .ld-tabs .ld-tabs-navigation button.ld-tab.ld-active:after,
.single-sfwd-topic .ld-tabs .ld-tabs-navigation button.ld-tab:hover:after,
.single-sfwd-quiz .ld-tabs .ld-tabs-navigation button.ld-tab.ld-active:after,
.single-sfwd-quiz .ld-tabs .ld-tabs-navigation button.ld-tab:hover:after,
.single-sfwd-challenge .ld-tabs .ld-tabs-navigation button.ld-tab.ld-active:after,
.single-sfwd-challenge .ld-tabs .ld-tabs-navigation button.ld-tab:hover:after,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-navigation button.ld-tab.ld-active:after,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-navigation button.ld-tab:hover:after {
  background: #110C09 !important;
  height: 3px;
}
.single-sfwd-lessons .ld-tabs .ld-tabs-navigation button.ld-tab:hover,
.single-sfwd-topic .ld-tabs .ld-tabs-navigation button.ld-tab:hover,
.single-sfwd-quiz .ld-tabs .ld-tabs-navigation button.ld-tab:hover,
.single-sfwd-challenge .ld-tabs .ld-tabs-navigation button.ld-tab:hover,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-navigation button.ld-tab:hover {
  color: #110C09;
}
.single-sfwd-lessons .ld-tabs .ld-tabs-navigation button.ld-tab .ld-icon,
.single-sfwd-topic .ld-tabs .ld-tabs-navigation button.ld-tab .ld-icon,
.single-sfwd-quiz .ld-tabs .ld-tabs-navigation button.ld-tab .ld-icon,
.single-sfwd-challenge .ld-tabs .ld-tabs-navigation button.ld-tab .ld-icon,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-navigation button.ld-tab .ld-icon {
  font-size: 1.1em;
}
.single-sfwd-lessons .ld-tabs .ld-tabs-content .ld-tab-content,
.single-sfwd-topic .ld-tabs .ld-tabs-content .ld-tab-content,
.single-sfwd-quiz .ld-tabs .ld-tabs-content .ld-tab-content,
.single-sfwd-challenge .ld-tabs .ld-tabs-content .ld-tab-content,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-content .ld-tab-content {
  font-size: 0.95em;
  padding-bottom: 0rem;
  min-height: 300px;
}
.single-sfwd-lessons .ld-tabs .ld-tabs-content .ld-tab-content h1, .single-sfwd-lessons .ld-tabs .ld-tabs-content .ld-tab-content h2, .single-sfwd-lessons .ld-tabs .ld-tabs-content .ld-tab-content h3, .single-sfwd-lessons .ld-tabs .ld-tabs-content .ld-tab-content h4,
.single-sfwd-topic .ld-tabs .ld-tabs-content .ld-tab-content h1,
.single-sfwd-topic .ld-tabs .ld-tabs-content .ld-tab-content h2,
.single-sfwd-topic .ld-tabs .ld-tabs-content .ld-tab-content h3,
.single-sfwd-topic .ld-tabs .ld-tabs-content .ld-tab-content h4,
.single-sfwd-quiz .ld-tabs .ld-tabs-content .ld-tab-content h1,
.single-sfwd-quiz .ld-tabs .ld-tabs-content .ld-tab-content h2,
.single-sfwd-quiz .ld-tabs .ld-tabs-content .ld-tab-content h3,
.single-sfwd-quiz .ld-tabs .ld-tabs-content .ld-tab-content h4,
.single-sfwd-challenge .ld-tabs .ld-tabs-content .ld-tab-content h1,
.single-sfwd-challenge .ld-tabs .ld-tabs-content .ld-tab-content h2,
.single-sfwd-challenge .ld-tabs .ld-tabs-content .ld-tab-content h3,
.single-sfwd-challenge .ld-tabs .ld-tabs-content .ld-tab-content h4,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-content .ld-tab-content h1,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-content .ld-tab-content h2,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-content .ld-tab-content h3,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-content .ld-tab-content h4 {
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  margin-top: 0.5rem;
  font-weight: 600;
}
.single-sfwd-lessons .ld-tabs .ld-tabs-content .ld-tab-content h1,
.single-sfwd-topic .ld-tabs .ld-tabs-content .ld-tab-content h1,
.single-sfwd-quiz .ld-tabs .ld-tabs-content .ld-tab-content h1,
.single-sfwd-challenge .ld-tabs .ld-tabs-content .ld-tab-content h1,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-content .ld-tab-content h1 {
  font-size: 1.65em;
  margin-bottom: 1rem;
  line-height: 1.25;
}
.single-sfwd-lessons .ld-tabs .ld-tabs-content .ld-tab-content h2,
.single-sfwd-topic .ld-tabs .ld-tabs-content .ld-tab-content h2,
.single-sfwd-quiz .ld-tabs .ld-tabs-content .ld-tab-content h2,
.single-sfwd-challenge .ld-tabs .ld-tabs-content .ld-tab-content h2,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-content .ld-tab-content h2 {
  font-size: 1.5em;
  margin-bottom: 1rem;
  line-height: 1.25;
}
.single-sfwd-lessons .ld-tabs .ld-tabs-content .ld-tab-content h3,
.single-sfwd-topic .ld-tabs .ld-tabs-content .ld-tab-content h3,
.single-sfwd-quiz .ld-tabs .ld-tabs-content .ld-tab-content h3,
.single-sfwd-challenge .ld-tabs .ld-tabs-content .ld-tab-content h3,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-content .ld-tab-content h3 {
  font-size: 1.15em;
  margin-bottom: 1rem;
  line-height: 1.25;
}
.single-sfwd-lessons .ld-tabs .ld-tabs-content .ld-tab-content h4,
.single-sfwd-topic .ld-tabs .ld-tabs-content .ld-tab-content h4,
.single-sfwd-quiz .ld-tabs .ld-tabs-content .ld-tab-content h4,
.single-sfwd-challenge .ld-tabs .ld-tabs-content .ld-tab-content h4,
.single-sfwd-challenge-exam .ld-tabs .ld-tabs-content .ld-tab-content h4 {
  font-size: 1.05em;
  margin-bottom: 1rem;
  line-height: 1.25;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list,
.single-sfwd-topic .learndash-wrapper .ld-table-list,
.single-sfwd-quiz .learndash-wrapper .ld-table-list,
.single-sfwd-challenge .learndash-wrapper .ld-table-list,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list {
  width: 90%;
  max-width: 880px;
  margin: 0em auto 2em;
  border-width: 1px;
  border-color: #F5F4F2;
  border-radius: 0;
}
@media screen and (max-width: 480px) {
  .single-sfwd-lessons .learndash-wrapper .ld-table-list,
  .single-sfwd-topic .learndash-wrapper .ld-table-list,
  .single-sfwd-quiz .learndash-wrapper .ld-table-list,
  .single-sfwd-challenge .learndash-wrapper .ld-table-list,
  .single-sfwd-challenge-exam .learndash-wrapper .ld-table-list {
    width: 90%;
  }
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-header,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-header,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-header,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-header,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-header {
  padding: 0.6em 1em;
  border-radius: 0px;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title {
  font-size: 1em;
  font-weight: 400;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title .ld-item-icon,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title .ld-item-icon,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title .ld-item-icon,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title .ld-item-icon,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title .ld-item-icon {
  font-size: 1em;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title .ld-text,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title .ld-text,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title .ld-text,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title .ld-text,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title .ld-text {
  font-size: 0.9rem;
  font-weight: 400;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details,
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns {
  font-size: 0.7em;
  font-weight: 500;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details .ld-assignment-column-approved,
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-assignment-column-approved,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details .ld-assignment-column-approved,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-assignment-column-approved,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details .ld-assignment-column-approved,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-assignment-column-approved,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details .ld-assignment-column-approved,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-assignment-column-approved,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-lesson-details .ld-assignment-column-approved,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-assignment-column-approved {
  font-size: 1em;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items {
  border-width: 1px;
  border-bottom: 1px solid #E2E7ED;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview {
  padding: 0.75em 0;
  transition: 0.25s ease all;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview:hover,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview:hover,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview:hover,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview:hover,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview:hover {
  color: #3090C8;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon .ld-icon,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon .ld-icon,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon .ld-icon,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon .ld-icon,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon .ld-icon {
  font-size: 0.65rem;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon.ld-quiz-incomplete,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon.ld-quiz-incomplete,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon.ld-quiz-incomplete,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon.ld-quiz-incomplete,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon.ld-quiz-incomplete {
  flex-basis: 24px;
  height: 24px;
  width: 24px;
  margin-top: 5px;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon.ld-quiz-incomplete .ld-icon.ld-icon-quiz,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon.ld-quiz-incomplete .ld-icon.ld-icon-quiz,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon.ld-quiz-incomplete .ld-icon.ld-icon-quiz,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon.ld-quiz-incomplete .ld-icon.ld-icon-quiz,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-status-icon.ld-quiz-incomplete .ld-icon.ld-icon-quiz {
  font-size: 1.2em;
  box-shadow: none;
  text-shadow: none;
  line-height: 1.5;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-table-list-item a.ld-table-list-item-preview .ld-topic-title {
  font-size: 0.85rem;
  line-height: 1.25;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload {
  background-color: rgb(252.45, 252.45, 252.45);
  padding: 1em 1.5em 0.5em;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload .ld-file-upload-heading,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload .ld-file-upload-heading,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload .ld-file-upload-heading,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload .ld-file-upload-heading,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload .ld-file-upload-heading {
  font-size: 1.1em;
  font-weight: 500;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload .ld-file-upload-heading span,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload .ld-file-upload-heading span,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload .ld-file-upload-heading span,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload .ld-file-upload-heading span,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload .ld-file-upload-heading span {
  font-size: 0.75em;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form {
  margin: 0.5em 0 1em;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label {
  border-radius: 0px;
}
@media screen and (max-width: 480px) {
  .single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label,
  .single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label,
  .single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label,
  .single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label,
  .single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label {
    margin-right: 0;
  }
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label strong,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label strong,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label strong,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label strong,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label strong {
  background-color: rgba(17, 12, 9, 0.5);
  transition: 0.25s ease all;
  font-weight: 500;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label strong:hover,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label strong:hover,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label strong:hover,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label strong:hover,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form > label strong:hover {
  background-color: #110C09;
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form input.ld-button,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form input.ld-button,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form input.ld-button,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form input.ld-button,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form input.ld-button {
  border-radius: 0px;
  background-color: #3090C8;
}
@media screen and (max-width: 480px) {
  .single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form input.ld-button,
  .single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form input.ld-button,
  .single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form input.ld-button,
  .single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form input.ld-button,
  .single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-items .ld-file-upload form input.ld-button {
    margin-left: 0;
  }
}
.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-footer,
.single-sfwd-topic .learndash-wrapper .ld-table-list .ld-table-list-footer,
.single-sfwd-quiz .learndash-wrapper .ld-table-list .ld-table-list-footer,
.single-sfwd-challenge .learndash-wrapper .ld-table-list .ld-table-list-footer,
.single-sfwd-challenge-exam .learndash-wrapper .ld-table-list .ld-table-list-footer {
  padding: 0;
}
.single-sfwd-lessons .learndash-wrapper .ld-content-actions,
.single-sfwd-topic .learndash-wrapper .ld-content-actions,
.single-sfwd-quiz .learndash-wrapper .ld-content-actions,
.single-sfwd-challenge .learndash-wrapper .ld-content-actions,
.single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions {
  padding: 1em;
  background-color: white;
  border-width: 1px;
}
@media screen and (max-width: 480px) {
  .single-sfwd-lessons .learndash-wrapper .ld-content-actions,
  .single-sfwd-topic .learndash-wrapper .ld-content-actions,
  .single-sfwd-quiz .learndash-wrapper .ld-content-actions,
  .single-sfwd-challenge .learndash-wrapper .ld-content-actions,
  .single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions {
    padding: 1.5em 1.5em 0.5em;
  }
}
.single-sfwd-lessons .learndash-wrapper .ld-content-actions > a,
.single-sfwd-topic .learndash-wrapper .ld-content-actions > a,
.single-sfwd-quiz .learndash-wrapper .ld-content-actions > a,
.single-sfwd-challenge .learndash-wrapper .ld-content-actions > a,
.single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions > a {
  flex: 1 1 30%;
  margin-bottom: 1em;
  min-height: 3rem;
  border-radius: 0px;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .single-sfwd-lessons .learndash-wrapper .ld-content-actions > a,
  .single-sfwd-topic .learndash-wrapper .ld-content-actions > a,
  .single-sfwd-quiz .learndash-wrapper .ld-content-actions > a,
  .single-sfwd-challenge .learndash-wrapper .ld-content-actions > a,
  .single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions > a {
    flex: 1 1 100% !important;
    margin-top: -1rem;
    width: 100% !important;
    border: 1px solid #3090C8 !important;
  }
}
.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action,
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action,
.single-sfwd-quiz .learndash-wrapper .ld-content-actions .ld-content-action,
.single-sfwd-challenge .learndash-wrapper .ld-content-actions .ld-content-action,
.single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions .ld-content-action {
  flex: 1 1 30%;
}
@media screen and (max-width: 480px) {
  .single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action,
  .single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action,
  .single-sfwd-quiz .learndash-wrapper .ld-content-actions .ld-content-action,
  .single-sfwd-challenge .learndash-wrapper .ld-content-actions .ld-content-action,
  .single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions .ld-content-action {
    padding: 0 0 1em;
  }
}
.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action a.ld-button,
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action a.ld-button,
.single-sfwd-quiz .learndash-wrapper .ld-content-actions .ld-content-action a.ld-button,
.single-sfwd-challenge .learndash-wrapper .ld-content-actions .ld-content-action a.ld-button,
.single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions .ld-content-action a.ld-button {
  position: relative;
  z-index: 1;
  background-color: #3090C8;
  overflow: hidden;
  min-height: 3rem;
  border-radius: 0px;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  text-transform: uppercase;
  justify-content: space-between;
  text-shadow: none;
  transition: 0.25s ease all;
}
.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action a.ld-button:hover,
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action a.ld-button:hover,
.single-sfwd-quiz .learndash-wrapper .ld-content-actions .ld-content-action a.ld-button:hover,
.single-sfwd-challenge .learndash-wrapper .ld-content-actions .ld-content-action a.ld-button:hover,
.single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions .ld-content-action a.ld-button:hover {
  opacity: 1;
}
.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action form,
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action form,
.single-sfwd-quiz .learndash-wrapper .ld-content-actions .ld-content-action form,
.single-sfwd-challenge .learndash-wrapper .ld-content-actions .ld-content-action form,
.single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions .ld-content-action form {
  margin-bottom: 0.75em;
}
.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action form input[type=submit],
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action form input[type=submit],
.single-sfwd-quiz .learndash-wrapper .ld-content-actions .ld-content-action form input[type=submit],
.single-sfwd-challenge .learndash-wrapper .ld-content-actions .ld-content-action form input[type=submit],
.single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions .ld-content-action form input[type=submit] {
  min-height: 3rem;
  border-radius: 0px;
  background-color: #110C09;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  text-shadow: none;
  transition: 0.25s ease all;
}
.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action form input[type=submit]:hover,
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action form input[type=submit]:hover,
.single-sfwd-quiz .learndash-wrapper .ld-content-actions .ld-content-action form input[type=submit]:hover,
.single-sfwd-challenge .learndash-wrapper .ld-content-actions .ld-content-action form input[type=submit]:hover,
.single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions .ld-content-action form input[type=submit]:hover {
  opacity: 1;
  background: #3090C8;
}
.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action form.sfwd-mark-complete:after,
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action form.sfwd-mark-complete:after,
.single-sfwd-quiz .learndash-wrapper .ld-content-actions .ld-content-action form.sfwd-mark-complete:after,
.single-sfwd-challenge .learndash-wrapper .ld-content-actions .ld-content-action form.sfwd-mark-complete:after,
.single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions .ld-content-action form.sfwd-mark-complete:after {
  font-size: 0.75em;
  right: 0.75em;
}
@media screen and (max-width: 480px) {
  .single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action a.ld-course-step-back,
  .single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action a.ld-course-step-back,
  .single-sfwd-quiz .learndash-wrapper .ld-content-actions .ld-content-action a.ld-course-step-back,
  .single-sfwd-challenge .learndash-wrapper .ld-content-actions .ld-content-action a.ld-course-step-back,
  .single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions .ld-content-action a.ld-course-step-back {
    padding: 0 0 1em;
  }
}
.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action:first-of-type a:before,
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action:first-of-type a:before,
.single-sfwd-quiz .learndash-wrapper .ld-content-actions .ld-content-action:first-of-type a:before,
.single-sfwd-challenge .learndash-wrapper .ld-content-actions .ld-content-action:first-of-type a:before,
.single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions .ld-content-action:first-of-type a:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transition: 0.25s ease all;
}
.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action:first-of-type a:hover:before,
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action:first-of-type a:hover:before,
.single-sfwd-quiz .learndash-wrapper .ld-content-actions .ld-content-action:first-of-type a:hover:before,
.single-sfwd-challenge .learndash-wrapper .ld-content-actions .ld-content-action:first-of-type a:hover:before,
.single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions .ld-content-action:first-of-type a:hover:before {
  opacity: 0;
}
.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action:nth-of-type(2),
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action:nth-of-type(2),
.single-sfwd-quiz .learndash-wrapper .ld-content-actions .ld-content-action:nth-of-type(2),
.single-sfwd-challenge .learndash-wrapper .ld-content-actions .ld-content-action:nth-of-type(2),
.single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions .ld-content-action:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action:last-of-type a:before,
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action:last-of-type a:before,
.single-sfwd-quiz .learndash-wrapper .ld-content-actions .ld-content-action:last-of-type a:before,
.single-sfwd-challenge .learndash-wrapper .ld-content-actions .ld-content-action:last-of-type a:before,
.single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions .ld-content-action:last-of-type a:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transition: 0.25s ease all;
}
.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action:last-of-type a:hover:before,
.single-sfwd-topic .learndash-wrapper .ld-content-actions .ld-content-action:last-of-type a:hover:before,
.single-sfwd-quiz .learndash-wrapper .ld-content-actions .ld-content-action:last-of-type a:hover:before,
.single-sfwd-challenge .learndash-wrapper .ld-content-actions .ld-content-action:last-of-type a:hover:before,
.single-sfwd-challenge-exam .learndash-wrapper .ld-content-actions .ld-content-action:last-of-type a:hover:before {
  opacity: 0;
}

.single-sfwd-quiz .quiz-content .ld-quiz-status .ld-breadcrumbs {
  border-radius: 0 !important;
}
.single-sfwd-quiz .quiz-content .ld-tabs .ld-tabs-content .ld-tab-content {
  min-height: 0px !important;
  padding: 0 0;
  margin-bottom: 2em;
}
.single-sfwd-quiz .quiz-content .wpProQuiz_content {
  width: 90%;
  max-width: 880px;
  margin: 2em auto 4em;
}
.single-sfwd-quiz .quiz-content .wpProQuiz_content .wpProQuiz_button,
.single-sfwd-quiz .quiz-content .wpProQuiz_content a#quiz_continue_link,
.single-sfwd-quiz .quiz-content .wpProQuiz_content input.wpProQuiz_button {
  border-radius: 0px;
  background: #3090C8;
  min-height: 2.5rem;
  min-width: 300px;
  font-weight: 500;
  padding: 0.5em 1.5em;
  transition: 0.25s ease all;
}
.single-sfwd-quiz .quiz-content .wpProQuiz_content .wpProQuiz_button:hover,
.single-sfwd-quiz .quiz-content .wpProQuiz_content a#quiz_continue_link:hover,
.single-sfwd-quiz .quiz-content .wpProQuiz_content input.wpProQuiz_button:hover {
  opacity: 1;
  background-color: #110C09;
}
.single-sfwd-quiz .quiz-content .wpProQuiz_content .wpProQuiz_question .graded-disclaimer {
  margin: 0;
  font-size: 0.8em;
}
.single-sfwd-quiz .quiz-content .wpProQuiz_content label {
  border-radius: 0px !important;
}
.single-sfwd-quiz .quiz-content .wpProQuiz_content textarea {
  font-size: 0.9rem;
  font-family: "lato", lato, Helvetica, Arial, Sans-Serif;
  line-height: 1.5;
  box-shadow: none;
  border-radius: 0 !important;
}
.single-sfwd-quiz .quiz-content .wpProQuiz_content table {
  border-radius: 0 !important;
}
