html {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
p + p {
  margin-top: 0.85em;
}

b,
strong {
  font-weight: 700;
}

a {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.rounded {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  border-radius: 0.5em;
}

.course-curriculum ul.curriculum-sections .section-header {
  background-color: #e6e7d4;
  border-color: #c0c0c0;
}
.course-curriculum ul.curriculum-sections .section-header .section-title {
  font-weight: 700;
}
.course-curriculum ul.curriculum-sections .section-header .section-desc {
  font-style: normal;
  color: #5b5b5b;
}
.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link::before {
  content: none;
}
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta {
  display: none !important;
}
.course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
  font-size: 1rem;
  color: #333333;
}
.course-curriculum ul.curriculum-sections .section-content .course-item::before {
  background: #bcc157;
  width: 10px;
}

.course-item-nav {
  margin-bottom: 50px;
}
.course-item-nav .prev .course-item-nav-heading,
.course-item-nav .next .course-item-nav-heading {
  color: #333333;
  margin-bottom: 5px;
}
.course-item-nav .prev .course-item-nav-description,
.course-item-nav .next .course-item-nav-description {
  font-size: 1rem;
}
.course-item-nav .prev .course-item-nav-heading i {
  margin-right: 5px;
}
.course-item-nav .prev .course-item-nav-description {
  padding-right: 50px;
}
.course-item-nav .next .course-item-nav-heading i {
  margin-left: 5px;
}
.course-item-nav .next .course-item-nav-description {
  padding-left: 50px;
}

.row {
  margin-left: -10000px;
  margin-right: -10000px;
  padding: 45px 10000px 50px 10000px;
}
.row.row-odd {
  background-color: #f5f5f5;
}
.row.row-even {
  background-color: #e6e7d4;
  border-style: solid;
  border-width: 1px 0;
  border-color: #c0c0c0;
}
.row > .panel-grid-cell > .widget + .widget {
  margin-top: 40px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  background-color: #a6aa62;
  -moz-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size,
.scrollbar-light > .scroll-element.scroll-y .scroll-element_track {
  visibility: hidden !important;
}
.scrollbar-light > .scroll-element.scroll-x {
  display: none !important;
}

@media only screen and (min-width: 1200px) {
  .widget-oceanwp-video .responsive-video-wrap {
    margin-left: -125px;
    margin-right: -125px;
  }
}

.widget_sow-button .so-widget-sow-button .ow-button-base > a, .widget_sow-button .so-widget-sow-button .ow-button-base > a:active, .widget_sow-button .so-widget-sow-button .ow-button-base > a:focus, .widget_sow-button .so-widget-sow-button .ow-button-base > a.ow-button-hover:hover {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333 !important;
  text-decoration: none !important;
  background: #d7dc65 !important;
  filter: none;
  border-width: 3px;
  border-color: #bcc157;
  outline: none !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 5px 15px rgba(255, 255, 255, 0.75);
}
.widget_sow-button .so-widget-sow-button .ow-button-base > a:focus, .widget_sow-button .so-widget-sow-button .ow-button-base > a.ow-button-hover:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.widget_sow-button .button-small .so-widget-sow-button .ow-button-base > a, .widget_sow-button .button-small .so-widget-sow-button .ow-button-base > a.ow-button-hover:hover {
  font-size: 1.125rem;
  padding: 14px 26px;
  border-width: 0;
}

#outer-wrap {
  overflow: hidden;
}

#site-header {
  overflow: hidden;
}

#site-logo #site-logo-inner a img {
  max-width: 100% !important;
}
#site-logo #site-logo-inner a:hover img {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#main .content-area {
  padding: 0;
  margin: 0;
  border: none;
}

#footer {
  border-top: 1px solid #c0c0c0;
}

body.course-item-popup #learn-press-content-item {
  left: 0;
}
body.course-item-popup #learn-press-content-item .content-item-overflow-container {
  overflow: hidden !important;
}
body.course-item-popup #learn-press-content-item .course-item-title {
  font-size: 2rem;
  margin: 40px 0;
  text-align: center;
}
body.course-item-popup #learn-press-content-item .content-item-description h4 {
  font-size: 1.5rem;
  text-align: center;
}

body.course-item-popup.show-curriculum #learn-press-content-item .content-item-wrap {
  -moz-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
}

#course-item-content-header {
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  border-color: #c0c0c0;
}
#course-item-content-header .course-item-search {
  display: none !important;
}
#course-item-content-header .course-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 40px;
  margin-left: 0 !important;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#course-item-content-header .course-title a {
  font-size: 1.25rem;
  color: #5b5b5b;
}
#course-item-content-header .course-nav-button {
  font-size: 1.75rem;
  color: #5b5b5b;
  background-color: transparent;
  border: none;
  border-left: 1px solid #c0c0c0;
  width: 60px;
  padding: 0;
}
#course-item-content-header .course-nav-button,
#course-item-content-header .course-nav-button i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#course-item-content-header .course-nav-button:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#course-item-content-header .toggle-content-item {
  float: none;
  border: none;
}
#course-item-content-header .toggle-content-item::before {
  content: none !important;
}

body.show-curriculum #course-item-content-header .course-title,
body.show-curriculum #course-item-content-header .course-nav-button i {
  -moz-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
}
body.show-curriculum #course-item-content-header .toggle-content-item .course-nav-button {
  background-color: #e6e7d4;
}
body.show-curriculum #course-item-content-header .toggle-content-item .course-nav-button i {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#course-item-content-footer {
  left: 0;
}

#learn-press-course .course-curriculum ul.curriculum-sections .section-header,
#learn-press-course .course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
  padding: 20px 30px;
}
#learn-press-course .course-curriculum ul.curriculum-sections .section-header {
  border-top-width: 1px;
  border-top-style: solid;
}

body.course-item-popup #learn-press-course-curriculum {
  width: 360px;
  right: -360px;
  left: auto !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 2px solid #c0c0c0;
}
body.course-item-popup #learn-press-course-curriculum .section-header .section-desc {
  margin-top: -5px;
  margin-bottom: 10px;
}
body.course-item-popup #learn-press-course-curriculum .section-content {
  margin: 0;
}
body.course-item-popup #learn-press-course-curriculum .section-content .course-item {
  background-color: #f5f5f5;
  border-color: #c0c0c0;
}

body.show-curriculum #learn-press-course-curriculum {
  right: 0;
}

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