.row {
  display: flex;
  flex-wrap: wrap;
}
body {
  font-family: "Source Sans Pro", sans-serif;
}
h1.site-title {
  margin-top: 0;
}
.text-dark-title {
  color: #333 !important;
  text-shadow: none !important;
}
figure.wp-block-embed-vimeo {
  margin: 0;
}
/* *** Color on buttons. Reverse if necessary *** */
.span-product-button-a, .span-module-button-a, .span-submodule-button-a, a.btn {
  color: #fff;
}
.span-product-button-a:hover, .span-module-button-a:hover, .span-submodule-button-a:hover, a.btn:hover {
  padding-left: 33px;
  padding-right: 33px;
}
nav.nav-header {
  float: right;
  color: #333;
  background-color: transparent;
  width: auto;
  height: auto;
  box-shadow: none;
}
@media only screen and (max-width: 1023px) {
  nav.nav-header {
    width: 100%;
    padding: 0 5px;
  }
}
b, strong {
  font-weight: bold !important;
}
h1 {
  font-size: 2.2rem !important;
  margin: auto !important;
  margin-bottom: 1em !important;
}
h2 {
  font-size: 1.9rem !important;
  margin: auto !important;
  margin-bottom: 1em !important;
}
h3:not(.widgettitle) {
  font-size: 1.6rem !important;
  margin: auto !important;
  margin-bottom: 1em !important;
}
blockquote {
  border-left: 5px solid #46778a !important;
}
.genesis-nav-menu a {
  color: #333 !important;
}
span > img.avatar {
  margin-top: -6px;
}
div.avatar_container > .avatar {
  float: left;
  height: 75px;
  width: 75px;
}
ul.sidebar_login_links > li {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  font-weight: 300 !important;
  padding: 0px 24px !important;
}
a.btn {
  height: auto !important;
}
.text-shadow {
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
}
header.rmt-page-header {
  min-height: 200px;
  background-size: cover;
}
.rmt-page-title {
  text-align: right;
  float: left;
  padding: 5px 30px;
  position: relative;
  bottom: -175px;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  color: #fff;
}
@media only screen and (max-width: 860px) {
  .rmt-page-title {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 860px) {
  .rmt-page-title {
    margin-left: 40px;
  }
}
article {
  padding-top: 70px !important;
}
.card .card-action {
  padding: 20px 10px !important;
}
.sidebar .widget {
  padding: 10px 40px 40px 40px !important;
}
/* *** File Lists Widget *** */
.widget .li-file-item {
  margin-left: 1.3em;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  list-style-type: none !important;
}
.widget .li-file-item:before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
}
/* *** File Lists *** */
div.entry-content .div-file-list {
  display: table;
  overflow: hidden;
  width: 100%;
  border: 1px solid #e1e1e1;
  background: #f4f4f4;
  margin-bottom: 28px;
}
div.entry-content .div-file-list ul {
  margin: 0 !important;
}
div.entry-content .div-file-list ul li {
  padding: 0.5em 15px;
  list-style-type: none !important;
  margin-left: 1.5em;
  border-bottom: 1px dotted #d6d6d6;
}
.li-file-item:before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.5em;
  /* same as padding-left set on li */
}
.li-file-item.type-generic:before {
  content: "";
  /* FontAwesome Unicode */
}
.li-file-item.type-pdf:before {
  content: "";
  /* FontAwesome Unicode */
}
.li-file-item.type-audio:before {
  content: "";
  /* FontAwesome Unicode */
}
.li-file-item.type-video:before {
  content: "";
  /* FontAwesome Unicode */
}
.li-file-item.type-word:before {
  content: "";
  /* FontAwesome Unicode */
}
.li-file-item.type-excel:before {
  content: "";
  /* FontAwesome Unicode */
}
.li-file-item.type-link:before {
  content: "";
  /* FontAwesome Unicode */
}
/* Facebook Group Widgets *** */
section#custom_html-2, section#custom_html-5 {
  padding: 0 !important;
}
section#custom_html-2 #div-content, section#custom_html-5 #div-content {
  padding: 20px 40px 40px 40px !important;
}
/* *** Gravity Forms Buttons *** */
.gform_wrapper select {
  display: inline-block !important;
}
.gform_wrapper label.gfield_label, .gform_wrapper input[type=text] {
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #333;
}
.gform_wrapper input[type=radio] {
  margin-top: 0 !important;
  opacity: 1;
  position: relative;
  margin-right: 18px !important;
}
.gform_wrapper label {
  color: inherit;
}
li.xlarge textarea {
  height: 750px !important;
}
div.one_half:not(.last_column) {
  padding-right: 15px;
}
div.one_half.last_column {
  padding-left: 15px;
}
.menu li.menu-item-has-children > a:after {
  color: #333;
  content: ' ▼';
  font-size: 10px;
  vertical-align: 1px;
  margin-left: 10px;
}
.menu li li.menu-item-has-children > a:after {
  color: #222;
  content: ' ►';
  font-size: 10px;
  vertical-align: 1px;
}
.no-bottom-margin {
  margin-bottom: 0px !important;
}
li.compl_completed > a {
  opacity: 0.5;
}
li.compl_completed > a:after {
  content: "✔";
  margin-left: 5px;
}
.wpc-progress-bar {
  padding: 0 10px;
}
/***** List Icons ******/
ul.icon-check ul, ul.icon-arrow ul, ul.icon-cross ul {
  list-style-type: none !important;
}
ul.icon-check li, ul.icon-arrow li, ul.icon-cross li {
  list-style-type: none !important;
  position: relative;
  padding-left: 1.3em;
}
ul.icon-check li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: '';
  display: inline-block;
  margin-left: -2em;
  /* same as padding-left set on li */
  width: 2em;
  /* same as padding-left set on li */
}
ul.icon-arrow li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: '';
  display: inline-block;
  margin-left: -2em;
  /* same as padding-left set on li */
  width: 2em;
  /* same as padding-left set on li */
}
ul.icon-cross li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: '';
  display: inline-block;
  margin-left: -2em;
  /* same as padding-left set on li */
  width: 2em;
  /* same as padding-left set on li */
}
.fa-check-circle.icon-gray, .fa-check-circle.icon-green, .fa-check-circle.icon-invisible {
  margin-right: 15px;
}
.fa-check-circle.icon-gray, span.span-course-title:has(a.wpc-lesson-complete) i.fa-check-circle.icon-green {
  color: #ADB5BD;
}
.fa-check-circle.icon-green, span.span-course-title:has(a.wpc-lesson-completed) i.fa-check-circle.icon-gray {
  color: #4CAF50;
}
.fa-check-circle.icon-invisible {
  opacity: 0;
}
i.far, i.fa-regular, i.fa-solid {
  font-size: 1rem;
}
span.span-current-module {
  font-weight: 600;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-40 {
  padding: 40px !important;
}
.filler-column {
  display: none;
}
