/* STYLE */
html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #212122;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-top: 11px;
  margin-bottom: 11px;
}
h1 {
  font-size: 4.1rem;
  margin-top: 22px;
}
h2 {
  font-size: 3.4rem;
  margin-top: 22px;
}
h3 {
  font-size: 2.8rem;
  margin-top: 22px;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1.8rem;
}
h6 {
  font-size: inherit;
}
hr {
  border: 0;
  border-top: 1px solid #d5d5d5;
  margin: 20px 0;
}
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:focus {
  color: #212122;
}
a:link,
a:visited,
.header-link:visited,
.header-link:link {
  color: #337ab7;
}
a:hover,
a:active,
a:focus,
.header-link:hover,
.header-link:active,
.header-link:focus {
  color: #23527c;
  outline: none;
  text-decoration: underline;
}
.header-link {
  font-size: 1.6rem !important;
  text-decoration: underline !important;
}
#section-content .widebar-dark-text {
  color: #1a2e3b;
}
#section-content a,
.featherlight-content a {
  text-decoration: none;
}
#section-content ol,
.featherlight-content ol {
  list-style-position: inside;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
body {
  font-size: 1.6rem;
}
body.dark-content div#section-content {
  color: white;
}
body.dark-content div#section-content a:link,
body.dark-content div#section-content a:visited,
body.dark-content div#section-content a:hover,
body.dark-content div#section-content a:active,
body.dark-content div#section-content a:focus {
  color: #afcb5e;
}
body.dark-content div#section-content a.btn:link,
body.dark-content div#section-content a.btn:visited,
body.dark-content div#section-content a.btn:hover,
body.dark-content div#section-content a.btn:active,
body.dark-content div#section-content a.btn:focus {
  color: white;
}
div#section-content {
  position: absolute;
  line-height: 1.3;
}
#section-content h1 {
  border-bottom: 1px solid #d5d5d5;
}
.fine-text {
  font-size: 1.2rem !important;
}
p.fine-text {
  line-height: 1.5;
}
span.spinner {
  opacity: 0;
}
.busy > span.spinner {
  opacity: inherit;
}
div.form-group {
  margin-bottom: 15px;
}
div.form-group.payment-frequency {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  div.form-group.payment-frequency {
    display: flex;
  }
}
.master-plan-form,
.limitedtrial-form {
  min-height: 500px;
}
div.join-progress {
  display: table;
  border-radius: 7px;
  width: 520px;
  margin: 0 auto 20px;
  background-color: #f9f9f9;
  border: 1px solid #d5d5d5;
  color: #adadad;
  font-size: 1.4rem;
  overflow: hidden;
}
@media (max-width: 599px) {
  div.join-progress {
    display: none;
  }
}
.join-progress .join-progress-step {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #d5d5d5;
}
.join-progress .join-progress-step:last-child {
  border: none;
}
.join-progress .join-progress-step.active {
  background-color: #83bea6;
  color: white;
}
.join-outer {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.join-infobox-outer {
  display: table-cell;
  vertical-align: top;
  width: 300px;
}
@media (max-width: 899px) {
  .join-infobox-outer {
    display: none;
  }
}
.join-infobox {
  font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #adadad;
  padding: 20px;
  background-color: #f9f9f9;
}
.join-infobox-top {
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
  margin: -20px -20px 0px;
}
.join-infobox img {
  width: 100%;
}
.join-infobox-top .join-infobox-banner {
  position: absolute;
  bottom: 10px;
  left: -10px;
  padding: 5px 10px 5px 20px;
  width: 75%;
  background-color: #e63c29;
  color: white;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -o-transform: skew(-25deg);
}
.join-infobox-banner-text {
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -o-transform: skew(25deg);
}
.join-infobox-banner-angle div {
  border-top: 40px solid red;
  border-right: 20px solid transparent;
  height: 0;
  width: 0px;
  vertical-align: bottom;
}
.join-infobox h3 {
  margin-top: 0;
  font-size: 2.4rem;
}
.join-infobox h4 {
  border-bottom: 1px solid;
  font-size: 2rem;
}
.join-infobox ul {
  margin: 0;
  padding: 0;
}
.join-infobox li {
  margin: 0 0 0.5em 0;
  padding: 0;
  list-style: none;
}
.join-infobox img.logo {
  margin-top: 1.5em;
}
.join-outer .master-plan-form,
.limitedtrial-form {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.master-plan-form :first-child,
.limitedtrial-form :first-child {
  margin-top: 0;
}
#double-form-register {
  display: none;
}
.show-register #double-form-login {
  display: none;
}
.show-register #double-form-register {
  display: block;
}
.short-register-form div.form-group-church,
.short-register-form div.form-group-ind,
.short-register-form div.form-group-controls,
.short-register-form .form-button-church,
.short-register-form div.form-group-church-demo {
  display: none;
}
.short-register-form.group-code-form div.form-group-church-demo,
.short-register-form.group-code-form .form-button-church-demo {
  display: block;
}
.master-plan-form div.form-group-church,
.master-plan-form .form-button-church,
.master-plan-form .church-form div.form-group-ind,
.master-plan-form .church-form .form-button-ind {
  display: none;
}
.master-plan-form .church-form div.form-group-church,
.master-plan-form .church-form .form-button-church,
.master-plan-form div.form-group-ind,
.master-plan-form .form-button-ind {
  display: block;
}
.limitedtrial-form div.form-group-church,
.limitedtrial-form .form-button-church,
.limitedtrial-form .church-form div.form-group-ind,
.limitedtrial-form .church-form .form-button-ind,
.limitedtrial-form .form-group-register {
  display: none;
}
.limitedtrial-form .church-form div.form-group-church,
.limitedtrial-form .church-form .form-button-church,
.limitedtrial-form div.form-group-ind,
.limitedtrial-form .form-button-ind,
.limitedtrial-form .register-form .form-group-register {
  display: block;
}
.master-plan-form div.form-group-church-demo {
  display: none;
}
.master-plan-form .church-demo-form div.form-group-church-demo {
  display: block;
}
.master-plan-form .existing-user-form div.form-group-register {
  display: none;
}
.master-plan-form .church-form.church-admin-form div.form-group-church,
.master-plan-form .church-form.church-admin-form .form-button-church {
  display: none;
}
div.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
div.input-group > * {
  display: table-cell;
  border: 1px solid #ccc;
  border-left: 0;
}
div.input-group > :first-child {
  border-left: 1px;
}
div.input-group > :first-child.promo-input {
  border-left: 1px solid #ccc;
}
div.input-group > :first-child.promo-input:focus {
  border-left: 1px solid #66afe9;
}
.has-error div.input-group > :first-child.promo-input {
  border-left: 1px solid #a94442;
}
div.input-group .input-info {
  padding: 6px 12px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  color: #414141;
  background-color: #d5d5d5;
  border-radius: 0px;
  width: 1%;
  vertical-align: middle;
}
@media (min-width: 600px) {
  div.input-group .input-info-text {
    white-space: nowrap;
  }
}
div.input-group-password .fld {
  width: 100%;
}
@media (min-width: 600px) {
  div.input-group-password .fld {
    width: 100%;
  }
}
div.password-info {
}
div.input-block {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  vertical-align: top;
}
div.input-block-2 {
  padding: 0 5px;
}
div.input-block-3 {
  padding: 0 5px;
}
div.input-block-4 {
  padding: 0 5px;
}
@media (min-width: 600px) and (max-width: 899px) {
  div.input-block-2 {
    width: 100%;
  }
  div.input-block-3 {
    width: 50%;
  }
  div.input-block-4 {
    width: 50%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  div.input-block-2 {
    width: 50%;
  }
  div.input-block-3 {
    width: 33.3333%;
  }
  div.input-block-4 {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  div.input-block-2 {
    width: 50%;
  }
  div.input-block-3 {
    width: 33.3333%;
  }
  div.input-block-4 {
    width: 25%;
  }
}
div.input-block.first {
  padding-left: 0;
}
div.input-block.last {
  padding-right: 0;
}
#section-content label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.l form.inline-form {
  display: inline-block;
}
.fld {
  height: 34px;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 12px;
  border: 1px solid #d5d5d5;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-size: 1.6rem;
}
.fld:focus {
  border-color: #51afff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(81, 175, 255, 0.6);
}
.fld::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.fld:-ms-input-placeholder {
  color: #999;
}
.fld::-webkit-input-placeholder {
  color: #999;
}
.fld-top {
  border-bottom: 0;
}
.fld.uppercase {
  text-transform: uppercase;
}
textarea.txt {
  display: block;
  width: 100%;
  margin: 10px 0;
  box-sizing: border-box;
  padding: 6px 12px;
  border: 1px solid #d5d5d5;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-size: 1.6rem;
}
textarea.txt:focus {
  border-color: #51afff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(81, 175, 255, 0.6);
}
.slct {
  height: 34px;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 12px;
  border: 1px solid #d5d5d5;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-size: 1.6rem;
}
.slct:focus {
  border-color: #51afff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(81, 175, 255, 0.6);
}
button,
input {
  font-family: inherit;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid #d5d5d5;
  border-radius: 7px;
  color: #414142;
  background-color: white;
  line-height: 1.4;
  padding: 6px 12px;
  white-space: nowrap;
  font-size: 1.6rem;
  transition: all 0.3s ease-in-out 0s;
}
.btn:hover {
  box-shadow: inset 0 0 200px 100px rgba(255, 255, 255, 0.15);
}
button.btn {
  padding: 5px 12px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.33;
}
button.btn-lg {
  padding: 9px 16px;
}
.widebar .btn-lg {
  padding: 18px 72px;
  display: inline-block;
  margin-bottom: 1rem;
}
.widebar .btn-md {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 12px 28px;
}
.widebar .btn-green {
  color: #1a2e3b;
  background-color: #c2e64c;
  border-color: transparent;
}
.widebar .btn-transparent {
  background-color: transparent;
  font-weight: bold;
  padding: 8px 34px;
}
.widebar .btn-white-border {
  color: #fff;
  border: 1px solid #fff;
}
.widebar .btn-dark-border {
  color: #1a2e3b;
  border: 1px solid #1a2e3b;
}
.btn:active,
.btn.active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-success,
.btn-state-toggle.active {
  color: white;
  background-color: #afcb53;
  border-color: #8eaa3d;
}
.btn.btn-disabled:active,
.btn.btn-disabled.active {
  box-shadow: 0;
}

.btn-warning,
.btn-state-toggle {
  color: white;
  background-color: #e63c29;
  border-color: #d43f3a;
}
.btn-info {
  color: white;
  background-color: #337ab7;
  border-color: #23527c;
}
.btn-attention {
  color: white;
  background-color: #f3b244;
  border-color: #f49a41;
}
.btn-alt {
  color: #337ab7;
  background-color: transparent;
  border-color: transparent;
}
.btn-attract {
  color: white;
  background-color: #a3bea6;
  border-color: #5d9e84;
}
.btn-vibrant {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #f29940;
  border-color: #f29940;
}
a.btn-disabled,
button.btn-disabled,
a.btn.disabled,
button.btn.disabled {
  color: white;
  background-color: #ccc;
  border-color: #adadad;
  cursor: default;
}
a.btn-success,
a.btn-attract,
a.btn-vibrant,
a.btn-warning,
a.btn-info,
a.btn-disabled,
a.btn-state-toggle {
  color: white;
  text-decoration: none;
}
.bdg {
  display: inline-block;
  text-transform: uppercase;
  padding: 3px 5px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: bold;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  margin: 0;
}
.table-basic td {
  padding-right: 1em;
}
.table-basic td:last-child {
  padding-right: 0;
}
.table-info {
  width: 100%;
  margin-bottom: 10px;
}
.table-info tr:nth-child(2n + 1) {
  background-color: #f9f9f9;
}
.table-info tr.inactive {
  color: #adadad;
}
.table-info td,
.table-info th {
  border: 1px solid #d5d5d5;
  border-width: 1px 0;
  padding: 8px;
}
.table-info tr.buttons td {
  border-bottom: 0;
}
.table-charges td:first-child {
  font-weight: bold;
}
.table-charges td:last-child {
  text-align: right;
}
.table-features td,
.table-features th {
  text-align: center;
}
.table-features td:first-child,
.table-features th:first-child {
  text-align: left;
}
#section-content .plan-grid label {
  display: inline;
  margin: 0;
  font-weight: normal;
}
.plan-grid input:checked + label {
  background-color: #e0f79f;
}
ul.pagination {
  margin-left: 0;
  padding-left: 0;
}
.pagination li {
  display: inline-block;
  background: #d5d5d5;
  margin: 0;
  border: 1px solid #ccc;
}
.pagination li.active {
  background: #f1f1f1;
}
.pagination li.disabled {
  color: #adadad;
}
.pagination li a,
.pagination li > span {
  padding: 3px 7px;
}
.pagination li a {
  color: black;
}
.feature-yes {
  color: #8eaa3d;
}
.feature-no {
  color: #d43f3a;
}
.panel {
  margin-bottom: 20px;
  border: 1px solid #d5d5d5;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel > h3:first-child {
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 15px;
  background-color: #f1f1f1;
  margin: 0;
  font-size: 1.8rem;
}
.panel.panel-info > h3:first-child {
  background-color: #d8eeff;
  color: #23527c;
}
.panel-content {
  padding: 15px;
}
.panel-content > table {
  width: 100%;
}
.pullout-box {
  box-sizing: border-box;
  padding: 20px;
  background-color: #f9f9f9;
  color: #212122;
}
@media (min-width: 1200px) {
  .pullout-box {
    width: 50%;
    margin: auto;
    border: 1px solid #d5d5d5;
  }
}
.pullout-box > :first-child {
  margin-top: 0;
}
.pullout-box > :last-child {
  margin-bottom: 0;
}
.pullout-box.lightbox-box {
  margin: 0;
  width: 500px;
}
.pullout-tab .pullout-tab-title {
  background-color: #fafafa;
  float: right;
  font-weight: bold;
  padding: 5px 10px;
}
.pullout-tab .pullout-tab-content {
  clear: both;
  background-color: #fafafa;
  padding: 15px;
}
.pullout .pullout-regular {
  font-weight: normal;
}
.fsf-register-form {
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 20px;
  background-color: #f9f9f9;
  color: #212122;
}
@media (min-width: 900px) {
  .fsf-register-form form {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .fsf-register-form form {
    max-width: 750px;
  }
}
.text-attract {
  font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
}
.thumb-attract {
  text-align: center;
}
.thumb-attract img {
  width: 100%;
}
@media (min-width: 900px) {
  .thumb-attract {
    float: right;
  }
  .thumb-attract img {
    width: 300px;
    margin: 0 0 20px 20px;
  }
}
.close-button {
  font-size: 1.8rem;
  float: right;
  cursor: pointer;
}
.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 7px;
}
.alert > :first-child {
  margin-top: 0;
}
#section-content .alert a {
  color: #23527c;
  text-decoration: underline;
}
.alert .alert-heading {
  margin: -16px -16px 15px;
  padding: 15px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
}
.alert-success {
  background-color: #f6ffd8;
  border-color: #f0ffc1;
  color: #8eaa3d;
}
.alert-success .alert-heading {
  color: #485329;
  background-color: #f0ffc1;
}
.alert-info {
  background-color: #d8eeff;
  border-color: #c1e3ff;
  color: #337ab7;
}
.alert-info.sticky {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
}
.alert-info.home {
  background-color: #f3ca32;
  color: #000;
  display:none;
}
.alert-warning {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #d43f3a;
}
.alert ul {
  margin: 0;
}
.group-dash {
  display: flex;
  flex-wrap: wrap;
  align-item: flex-start;
  justify-content: flex-start;
}
.group-dash-item {
  flex-basis: 100%;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #c1e3ff;
  border-radius: 7px;
  border-color: #c1e3ff;
  background-color: white;
}
@media (min-width: 900px) {
  .group-dash-item {
    flex-basis: 40%;
    margin-right: 20px;
  }
}
.group-dash-title {
  background-color: #d8eeff;
  margin: -15px -15px 15px;
  padding: 10px 15px;
  color: #337ab7;
  font-size: 1.8rem;
  font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.group-dash-content {
  font-size: 1.4rem;
}
.group-dash-content ul {
  margin-left: 0;
  padding-left: 0;
}
.group-dash-content li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0.45em;
}
.group-dash-content li.heading {
  font-weight: bold;
  margin-bottom: 0;
}
.btn-info {
  color: white;
  background-color: #337ab7;
  border-color: #23527c;
}
.hidden {
  display: none !important;
  visibility: none !important;
}
.hidden-init {
  display: none;
}
body .featherlight {
  z-index: 1999999999;
}
/* LAYOUT */
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f1f1f1;
}
body.dark-content {
  background-color: #414142;
}
header {
  background-color: white;
  position: absolute;
  top: 0;
  width: 100%;
}
nav {
  font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav .sticky {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  nav ul {
  }
}
nav > ul > li {
  list-style-type: none;
  display: block;
  height: 60px;
  line-height: 60px;
  margin: 10px 0;
}
@media (min-width: 900px) {
  nav > ul > li {
    display: inline-block;
    margin: 0;
  }
}
nav div.nav-top {
  background-image: url(../png/header-corner.png);
  background-repeat: no-repeat;
  min-height: 60px;
}
nav div.nav-top.sticky {
  background-image: none;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  nav div.nav-top {
    background-image: url(../png/header-corner%402x.png);
    background-size: 309px 282px;
  }
}
nav div.nav-middle {
  background-color: #555555;
  padding: 0 10px;
  position: fixed;
  top: 60px;
  width: 100%;
}
@media (max-width: 900px) {
  nav div.nav-middle.sticky {
    background-color: #fff;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 9999;
    padding: 16px 8px 24px 8px;
  }
  nav div.nav-middle.sticky .btn-dark {
    margin: 8px 0px 8px 16px;
  }
}
nav div.nav-bottom {
  background-color: #d5d5d5;
  padding: 10px 15px;
  display: none;
  position: fixed;
  top: 60px;
  width: 100%;
  box-sizing: border-box;
  z-index: 199;
}
.nav-top ul {
  display: none;
}
@media (max-width: 899px) {
  div.nav-middle {
    display: none;
  }
}
@media (min-width: 900px) {
  .nav-top ul.nav-top-primary {
    display: block;
  }
  .nav-middle ul.nav-middle-primary {
    display: none;
  }
  .nav-top .nav-toggle {
    display: none;
  }
}
@media (min-width: 1200px) {
  .nav-top ul.nav-top-secondary {
    display: block;
  }
  .nav-middle ul.nav-middle-secondary {
    display: none;
  }
}
a#header-logo {
  display: block;
  width: 195px;
  height: 36px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -999px;
  padding: 12px 20px;
  float: left;
}
a#header-logo > span {
  background-image: url(../png/header-logo-reversed.png);
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
a#header-logo > span.sticky {
  background-image: url(../png/logo-600.png);
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a#header-logo > span {
    background-image: url(../png/header-logo-reversed%402x.png);
    background-size: 195px 36px;
  }
  a#header-logo > span.sticky {
    background-image: url(../png/logo-600.png);
    background-size: contain;
  }
}
button.nav-toggle {
  position: relative;
  float: right;
  padding: 22px 25px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  cursor: pointer;
}
button.nav-toggle:hover {
  background-color: #ddd;
}
button.nav-toggle:focus {
  outline: unset;
}
.nav-toggle .icon-bar {
  background-color: #888;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.nav-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
div.nav-top > ul {
  float: right;
  height: 60px;
}
.nav-top > ul.sticky {
  margin: 0 24px 0 0;
  display: flex;
}
@media (max-width: 900px) {
  .nav-top > ul.sticky {
    display: none;
  }
}
@media (min-width: 901px) and (max-width: 1050px) {
  .nav-top > ul.sticky {
    margin: 0;
  }
}
.nav-top > ul > li {
  height: 60px;
  display: inline-block;
  list-style: none;
}
.nav-top > ul.sticky > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.nav-top a:hover,
.nav-top a:link,
.nav-top a:visited {
  color: #414142;
  text-decoration: none;
}
.nav-top.sticky .btn-dark,
.nav-middle.sticky .btn-dark {
  background-color: #1a2e3b;
  border-color: transparent;
  padding: 8px 24px;
  margin: 0 20px;
}
@media (min-width: 901px) and (max-width: 1050px) {
  .nav-top.sticky .btn-dark {
    margin: 0 10px;
  }
}
.nav-top.sticky .btn-dark a,
.nav-top.sticky .btn-dark a:hover,
.nav-top.sticky .btn-dark a:visited {
  color: #fff;
}
.nav-top > ul > li > a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  text-transform: uppercase;
}
.nav-top > ul.sticky > li > a {
  height: 30px;
  line-height: 30px;
  padding: 8px 20px;
  text-transform: none;
}
.nav-top > ul.sticky > li > a:hover {
  color: #89b300;
}
@media (min-width: 901px) and (max-width: 1050px) {
  .nav-top > ul.sticky > li > a {
    padding: 8px 10px;
  }
}
.nav-top > ul > li > a:hover {
  background-color: #f1f1f1;
}
nav .nav-top .fld {
  width: 220px;
  height: 36px;
  margin: 0 0 0 10px;
}
nav button.btn-search {
  height: 59px;
  width: 40px;
  margin: 0;
  box-sizing: border-box;
  border: 0;
  font-size: 1.6rem;
  line-height: 36px;
  padding: 9px 9px 12px 9px;
  background-color: transparent;
}
nav .nav-middle .fld {
  width: 200px;
  height: 38px;
  margin: 0 0 0 13px;
  border: 0;
}
nav .nav-middle button.btn-search {
  color: white;
  height: 38px;
  padding: 2px 5px 5px;
  line-height: 20px;
}
.nav-middle > ul > li {
  height: 40px;
  list-style: none;
  color: white;
}
.nav-middle.sticky > ul > li {
  height: 40px;
  list-style: none;
  color: #1a2e3b;
  text-transform: none;
}
.nav-middle.sticky > ul > li > a {
  text-transform: none;
  color: #1a2e3b;
}
.nav-middle.sticky > ul > li > a:hover {
  color: #89b300;
  background-color: #f1f1f1;
}
@media (min-width: 900px) {
  div.nav-middle > ul {
    height: 40px;
    display: inline-block;
  }
  .nav-middle > ul > li {
    display: inline-block;
  }
}
.nav-middle a:hover,
.nav-middle a:link,
.nav-middle a:visited {
  color: white;
  text-decoration: none;
}
.nav-middle > ul > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
}
.nav-bottom a:hover,
.nav-bottom a:link,
.nav-bottom a:visited {
  color: #414142;
  text-decoration: none;
}
.nav-bottom ul.nav-bottom-section {
  display: none;
  vertical-align: top;
  margin: 0;
  padding: 0 10px;
}
.nav-bottom .nav-bottom-section li {
  margin: 5px 0;
  list-style: none;
}
@media (min-width: 900px) {
  .nav-bottom.nav-bottom-show-account {
    text-align: right;
  }
  .nav-bottom-section-account {
    text-align: right;
  }
}
.nav-bottom.nav-bottom-show-account ul.nav-bottom-section-account,
.nav-bottom.nav-bottom-show-studies ul.nav-bottom-section-studies {
  display: inline-block;
}
div#section-content {
  width: 100%;
  padding: 24px 0;
  height: 100%;
}
body.top-flush div#section-content {
  padding: 0 0 24px;
}
div#section-content-inner {
  margin: 0 auto;
  padding: 0 60px;
  margin-top: 130px;
  padding-bottom: 160px;
}
@media (min-width: 600px) and (max-width: 899px) {
  div#section-content-inner {
    width: 570px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  div#section-content-inner {
    width: 870px;
  }
}
@media (min-width: 1200px) {
  div#section-content-inner {
    width: 1170px;
  }
}
body.wide-content div#section-content,
body.wide-content div#section-content-inner {
  margin: 0;
  padding: 0;
  width: 100%;
}
#buffer {display: block;margin-top:60px;clear:both;}
footer {
  background-color: #1a2e3b;
  color: #ffffff;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding-bottom: 25px;
  font-size: 14px;
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
}
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
  color: #ffffff;
  text-decoration: none;
}
.footer-lists {
  text-align: left;
  background-color: #1a2e3b;
  margin-bottom: 25px;
  padding: 30px 60px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 555px) {
  .footer-lists {
    flex-direction: column;
  }
}
.dark-content .footer-lists {
  background-color: #313132;
  padding-bottom: 0;
}
.footer-lists div.footer-list {
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}
.footer-lists div.footer-list.last {
  padding-right: 0;
}
.footer-list-40 {
  min-width: 40%;
}
.footer-list-20 {
  min-width: 20%;
}
.footer-logo {
  width: 30%
}
.footer-list-column {
  width: 17.5%;
}
.footer-list h3 {
  margin-top: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.footer-list ul {
  margin: 0;
  padding: 0;
}
.footer-list ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.footer-list-legal {
  font-weight: bold;
}
.footer-app-logo {
  display: block;
  width: 150px;
  margin-bottom: 10px;
}
.footer-app-logo img {
  width: 100%;
}
.footer-copy {
  clear: both;
  font-size: 12px;
  opacity: 0.7;
}
.clear {
  clear: both;
}
.nomargin {
  margin: 0;
}
div.widebar {
  background-color: white;
  text-align: center;
  font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  padding: 30px 15px 20px;
}
div.widebar.new-font,
div.widebar.new-font h1,
div.widebar.new-font h2,
div.widebar.new-font h3,
div.widebar.new-font h4,
div.widebar.new-font p,
div.widebar.new-font span {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.widebar p {
  font-size: 2rem;
}
div.widebar .plan-price p {
  font-size: 2.5rem;
}
@media (min-width: 900px) {
  div.widebar {
    padding: 60px 15px 20px;
  }
}
.widebar.nanobar {
  display: block;
}
.widebar.nanobar a {
  display: block;
  width: 100%; height: 100%;
}
.widebar.nanobar h2 {
  margin:0;
  background-color: #ffd71f;
  padding: 12px;
  color: black;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.3em;
  text-transform: none;
  text-decoration: none;
  text-align: center;
}

nav .widebar.nanobar {
  padding: 0;
}
@media (max-width: 768px) {
  .widebar.nanobar h2 {
    font-size: 16px;
  }

  .widebar.nanobar .mobile {
    display: none;
  }
}
div.widebar-empty {
  height: 100px;
}
div.widebar-black {
  background-color: #313132;
  color: white;
}
div.widebar-orange {
  background-color: #f49a41;
  color: white;
}
div.widebar-green {
  background-color: #83bea6;
  color: white;
}
div.widebar-lime {
  background-color: #afcb5e;
  color: white;
}
div.widebar-grey {
  background-color: #d5d5d5;
}
div.widebar-lightgrey {
  background-color: #f1f1f1;
}
div.widebar-transparent {
  background: none;
}
div.widebar-video {
  position: relative;
  height: 500px;
  padding: 0;
  color: #d5d5d5;
  cursor: pointer;
}
div.widebar-video-enlarged {
  height: 520px;
}
.widebar-video .widebar-video-int {
  width: 100%;
  height: 100%;
}
.widebar-video-video {
  overflow: hidden;
  width: 100%;
  height: 520px;
}
.widebar-video video {
  width: 100%;
}
.widebar-video-text h2 {
  margin: 0;
}
.widebar-video .widebar-video-text {
  box-sizing: border-box;
  width: 100%;
  height: 520px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: table;
  background-color: rgba(0, 0, 0, 0.3);
}
.widebar-video .widebar-video-text .widebar-inner {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 0;
}
.widebar-video .widebar-video-text-center .widebar-inner {
  vertical-align: middle;
}
@media (max-width: 599px) {
  div.widebar-video {
    height: 300px;
  }
  div.widebar-video.mobile {
    height: 550px;
  }
  .widebar-video video {
    display: none;
  }
  .widebar-video video.mobile {
    display: block;
    width: auto;
    height: 100%;
  }
  .widebar-video.promo video.mobile {
    width: 100%;
  }
  .widebar-video .widebar-video-int {
    height: 550px;
  }
  .widebar-video .widebar-video-text {
    height: 100%;
  }
  .widebar-video .widebar-video-text .widebar-inner {
    vertical-align: middle;
  }
  .widebar-video .widebar-video-text h1.mobile {
    font-size: 4.5rem;
    line-height: 5rem;
    border-bottom: none;
  }
  .widebar-video .widebar-video-text p.mobile {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .widebar-video .widebar-video-text h2.reverse {
    font-size: 3.2rem;
    line-height: 1.2em;
  }
  .widebar-video .widebar-video-text h3.reverse {
    font-size: 2.2rem;
  }
  .widebar-video-video {
    height: 100%;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .widebar-video video {
    width: auto;
    height: 100%;
  }
  .widebar-video.promo video {
    width: 100%;
  }
  .widebar-video .widebar-video-text h1.mobile {
    font-size: 4.5rem;
    line-height: 5rem;
    border-bottom: none;
  }
  .widebar-video .widebar-video-text h2.reverse {
    font-size: 3.2rem;
    line-height: 1.2em;
    margin-bottom: 0.5em;
  }
  .widebar-video .widebar-video-text h3.reverse {
    font-size: 2.2rem;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .widebar-video .widebar-video-text h2.reverse {
    font-size: 4rem;
    margin-bottom: 0;
  }
}
div.widebar .highlight {
  color: #6c8c00;
}
div.widebar-top {
  padding: 120px 0px;
}
@media (max-width: 600px) {
  div.widebar-top.mobile {
    padding: 80px 0;
  }
}
div.widebar-cta {
  padding: 80px 0;
}
@media (max-width: 600px) {
  div.widebar-cta.top {
    padding: 90px 0 80px;
  }
}
div.widebar-teachers {
  padding: 80px 0 120px;
  min-height: 550px;
  box-sizing: border-box;
}
div.widebar-teachers img {
  margin: 28px 8px;
  width: 284px;
}
@media (max-width: 600px) {
  div.widebar-teachers img {
    margin: 18px 8px;
  }
}
div.widebar-teachers .slick-slider {
  margin: 30px auto;
}
@media (max-width: 600px) {
  div.widebar-teachers .slick-slider {
    margin: 0px 8px;
  }
}
div.widebar-whats-new .slick-arrow,
div.widebar-teachers .slick-arrow,
div.widebar-endorsements .slick-arrow {
  margin: 28px;
  width: 50px;
  height: 50px;
  padding: 4px;
  box-shadow: 0 2px 8px 0 rgba(26, 46, 59, 0.5);
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 600px) {
  div.widebar-whats-new .slick-arrow,
  div.widebar-teachers .slick-arrow,
  div.widebar-endorsements .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
div.widebar-whats-new .slick-prev,
div.widebar-teachers .slick-prev,
div.widebar-endorsements .slick-prev {
  left: -100px;
}
div.widebar-whats-new .slick-prev {
  top: 40%;
}
div.widebar-teachers .slick-prev {
  top: 45%;
}
div.widebar-endorsements .slick-prev {
  top: 100px;
}
@media (min-width: 600px) and (max-width: 1200px) {
  div.widebar-whats-new .slick-prev {
    top: 32%;
  }
}
@media (max-width: 600px) {
  div.widebar-whats-new .slick-prev,
  div.widebar-teachers .slick-prev {
    left: -30px;
    top: 40%;
    z-index: 999;
  }
  div.widebar-whats-new .slick-prev {
    top: 32%;
  }
  div.widebar-endorsements .slick-prev {
    left: -16px;
    top: 35%;
    z-index: 999;
  }
}
div.widebar-whats-new .slick-next,
div.widebar-teachers .slick-next,
div.widebar-endorsements .slick-next {
  right: -100px;
}
div.widebar-whats-new .slick-next {
  top: 40%;
}
div.widebar-teachers .slick-next {
  top: 45%;
}
div.widebar-endorsements .slick-next {
  top: 100px;
}
@media (min-width: 600px) and (max-width: 1200px) {
  div.widebar-whats-new .slick-next {
    top: 32%;
  }
}
@media (max-width: 600px) {
  div.widebar-whats-new .slick-next,
  div.widebar-teachers .slick-next {
    right: -30px;
    top: 40%;
    z-index: 999;
  }
  div.widebar-whats-new .slick-next {
    top: 32%;
  }
  div.widebar-endorsements .slick-next {
    right: -16px;
    top: 35%;
    z-index: 999;
  }
}
div.widebar-whats-new .slick-prev:before,
div.widebar-teachers .slick-prev:before,
div.widebar-endorsements .slick-prev:before {
  content: "\f053";
}
div.widebar-whats-new .slick-next:before,
div.widebar-teachers .slick-next:before,
div.widebar-endorsements .slick-next:before {
  content: "\f054";
}
div.widebar-whats-new .slick-prev:before,
div.widebar-whats-new .slick-next:before,
div.widebar-teachers .slick-prev:before,
div.widebar-teachers .slick-next:before,
div.widebar-endorsements .slick-prev:before,
div.widebar-endorsements .slick-next:before {
  font-size: 25px;
}
@media (max-width: 600px) {
  div.widebar-whats-new .slick-prev:before,
  div.widebar-whats-new .slick-next:before,
  div.widebar-teachers .slick-prev:before,
  div.widebar-teachers .slick-next:before,
  div.widebar-endorsements .slick-prev:before,
  div.widebar-endorsements .slick-next:before {
    font-size: 15px;
  }
  div.widebar-whats-new .slick-dots li,
  div.widebar-teachers .slick-dots li,
  div.widebar-endorsements .slick-dots li {
    margin: 0;
  }
}
div.widebar-whats-new .slick-dots li button:before,
div.widebar-teachers .slick-dots li button:before,
div.widebar-endorsements .slick-dots li button:before {
  font-size: 60px;
}
@media (max-width: 600px) {
  div.widebar-whats-new .slick-dots li button:before,
  div.widebar-teachers .slick-dots li button:before,
  div.widebar-endorsements .slick-dots li button:before {
    font-size: 40px;
  }
}
div.widebar-watch-anywhere {
  background-image: linear-gradient(
      to bottom,
      rgba(178, 201, 82, 0.15),
      rgba(28, 109, 126, 0.15) 94%
    ),
    url(../png/watch-anywhere.png);
  background-size: cover, 1100px;
  background-repeat: no-repeat;
  background-position: center 34%;
  min-height: 550px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 1132px) {
  div.widebar-watch-anywhere {
    background-size: cover, 90%;
  }
}
@media (max-width: 600px) {
  div.widebar-watch-anywhere {
    background-position: center 45%;
  }
}
div.widebar-watch-anywhere .widebar-image-center {
  box-sizing: border-box;
  min-height: 500px;
}
div.widebar-watch-anywhere .widebar-image-tv,
div.widebar-watch-anywhere .widebar-modal-device-list,
div.widebar-watch-anywhere .widebar-image-app-store {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
div.widebar-watch-anywhere .widebar-image-tv img {
  margin: 30px 36px;
}
@media (min-width: 601px) and (max-width: 1132px) {
  div.widebar-watch-anywhere .widebar-image-center {
    min-height: 375px;
  }
}
@media (max-width: 600px) {
  div.widebar-watch-anywhere .widebar-image-center {
    min-height: 250px;
  }
  div.widebar-watch-anywhere .widebar-modal-device-list p {
    font-size: 1.8rem;
  }
  div.widebar-watch-anywhere .widebar-image-tv img {
    margin: 15px 18px;
    /* width: 65px; */
    height: 20px;
  }
  div.widebar-watch-anywhere .widebar-image-tv img#fire-tv {
    height: 28px;
  }
}
div.widebar-watch-anywhere .widebar-image-app-store img {
  margin: 56px 36px 0px 36px;
}
@media (max-width: 600px) {
  div.widebar-watch-anywhere .widebar-image-app-store img {
    margin: 28px 16px 0px 16px;
    height: 32px;
  }
}
div.widebar-popular-studies .popular-studies-header {
  display: flex;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  div.widebar-popular-studies .popular-studies-header {
    display: block;
    margin-bottom: 48px;
  }
}
div.widebar-popular-studies .popular-studies-header-banner {
  margin-bottom: 28px;
}
div.widebar-popular-studies .popular-studies-header-banner img {
  width: 100%;
}
div.widebar-popular-studies .popular-studies-header-banner.black-voices img {
  margin-bottom: 30px;
}
div.widebar-popular-studies .popular-studies-header h2 {
  flex: 50%;
}
div.widebar-popular-studies .popular-studies-header.black-voices h2 {
  margin-top: 0;
}
div.widebar-popular-studies .popular-studies-header p {
  flex: 50%;
}
div.widebar-popular-studies .popular-studies-container {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
div.widebar-popular-studies .btn-md {
  margin-bottom: 60px;
}
div.widebar-popular-studies .popular-study {
  margin: 0 auto 48px 0;
  max-width: 400px;
}
div.widebar-popular-studies .popular-study a,
div.widebar-popular-studies .popular-study a > *,
div.widebar-popular-studies .popular-study a:hover > * {
  color: #1a2e3b;
  text-decoration: none;
}
div.widebar-popular-studies.popular-study img {
  border-radius: 4px;
  box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.2);
}
div.widebar-popular-studies.landscape .popular-study img {
  max-height: 200px;
  max-width: 370px;
}
div.widebar-popular-studies.portrait .popular-study img {
  max-height: 555px;
  max-width: 370px;
}

div.widebar-popular-studies .popular-study .title {
  margin: 20px 0 8px 0;
}
div.widebar-popular-studies .popular-study .author {
  margin: 0;
}
div.widebar-popular-studies .popular-study p {
  font-size: 1.7rem;
}
@media (min-width: 1201px) and (max-width: 1550px) {
  div.widebar-popular-studies .widebar-inner {
    padding: 0 24px;
  }
  div.widebar-popular-studies .popular-studies-header h2 {
    flex: unset;
    margin-right: 150px;
  }
  div.widebar-popular-studies .popular-studies-header p {
    flex: unset;
    width: 48%;
  }
  div.widebar-popular-studies .popular-study {
    margin: 0 36px 36px 0;
    max-width: 375px;
    flex: 1;
  }
  /*div.widebar-popular-studies .popular-study img {*/
  /*  min-width: 375px;*/
  /*  min-height: 175px;*/
  /*}*/
}
@media (min-width: 901px) and (max-width: 1200px) {
  div.widebar-popular-studies .popular-studies-header h2 {
    flex: unset;
    margin-right: 100px;
  }
  div.widebar-popular-studies .popular-studies-header p {
    flex: unset;
    width: 48%;
  }
}
@media (max-width: 600px) {
  div.widebar-popular-studies .popular-study {
    margin: 0 auto 32px 0;
  }
  div.widebar-popular-studies .popular-study .title {
    margin: 16px 0 4px 0;
  }
}
div.widebar-popular-studies .popular-study .title {
  font-weight: bold;
  max-width: 360px;
}
div.widebar-endorsements {
  background-color: #f5f1ed;
  text-align: left;
}
div.widebar-endorsements .endorsement-header {
  display: inline-flex;
  margin-bottom: 110px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: column;
  width: 47%;
}
div.widebar-endorsements .endorsement-header .endorsement-double-quote {
  background-image: url(../svg/quote-open.svg);
  background-position: 11% 6%;
  background-repeat: no-repeat;
  position: absolute;
  width: 88px;
  height: 80px;
  top: 390px;
  left: 5px;
}
div.widebar-endorsements .endorsement-header .endorsement-video {
  flex: 1 0 auto;
  min-width: 500px;
  height: 375px;
}
div.widebar-endorsements .endorsement-header .endorsement-video iframe {
  width: 100%;
  height: 100%;
  /*border-radius: 10px;*/
}
div.widebar-endorsements .endorsement-header .endorsement-text {
  flex: 1 0 auto;
  z-index: 999;
  padding: 42px 0 22px 68px;
}
div.widebar-endorsements .endorsement-header .endorsement {
  font-size: 3.5rem;
  max-width: 450px;
  padding-top: 35px;
}
div.widebar-endorsements .endorsement-header .endorser {
  line-height: 1.5;
}
div.widebar-whats-new {
  padding-top: 60px;
}
div.widebar-whats-new h2 {
  margin-bottom: 40px;
  text-align: center;
}
div.widebar-whats-new img {
  width: 100%;
}
div.widebar-whats-new .slick-carousel-whats-new {
  margin-bottom: 60px
}
div.widebar-whats-new .slick-carousel-whats-new.full,
div.sale-banner .full {
  display: block;
}
div.widebar-inner .disclaimer {
  display: block;
  max-width: 900px;
  margin: 50px auto 0;
}
div.widebar-whats-new .slick-carousel-whats-new.mobile,
div.sale-banner .mobile {
  display: none;
}
div.sale-banner img {
  margin: 80px auto 0;
  max-width: 1024px;
}
@media (max-width: 1200px) {
  div.sale-banner img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  div.widebar-whats-new .slick-carousel-whats-new.full,
  div.sale-banner .full {
    display: none;
  }
  div.widebar-whats-new .slick-carousel-whats-new.mobile,
  div.sale-banner .mobile {
    display: block;
  }
  div.sale-banner img {
    margin: 0;
    width: 100%;
  }
}
div.widebar-whats-new .slick-carousel-whats-new,
div.widebar-endorsements .slick-carousel-endorsements {
  padding-bottom: 32px;
}
div.widebar-endorsements .slick-carousel-endorsements .endorsement-text {
  height: auto;
  min-height: 180px;
  padding: 48px;
  background: #fff;
  margin: 0 8px;
  border-radius: 8px;
}
div.widebar-endorsements
  .slick-carousel-endorsements
  .endorsement-text
  .endorsement {
  font-size: 1.8rem;
  margin: 24px auto 16px auto;
}
div.widebar-endorsements .slick-carousel-endorsements .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fc0;
  border-left: 0.3em solid transparent;
  font-size: 12px;
}
div.widebar-endorsements .star:before,
div.widebar-endorsements .star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #fc0;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
div.widebar-endorsements .star:after {
  transform: rotate(35deg);
}
@media (min-width: 1201px) and (max-width: 1550px) {
  div.widebar-endorsements .endorsement-header .endorsement {
    font-size: 3rem;
  }
}
@media (min-width: 601px) and (max-width: 1550px) {
  div.widebar-endorsements .endorsement-header .endorsement-text {
    flex: unset;
    margin-right: auto;
  }
  div.widebar-endorsements .endorsement-header .endorsement-video {
    flex: unset;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  div.widebar-endorsements .endorsement-header .endorsement-double-quote {
    top: 220px;
    left: 0;
  }
  div.widebar-endorsements .endorsement-header {
    width: 46%;
  }
  div.widebar-endorsements .endorsement-header .endorsement {
    font-size: 2.8rem;
    max-width: 350px;
  }
  div.widebar-endorsements .endorsement-header .endorsement-video {
    min-width: 450px;
    height: 200px;
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  div.widebar-endorsements .endorsement-header .endorsement-double-quote {
    top: 320px;
    left: -10px;
  }
  div.widebar-endorsements .endorsement-header {
    display: block;
    width: 100%;
  }
  div.widebar-endorsements .endorsement-header .endorsement {
    display: block;
    font-size: 2.8rem;
    /*max-width: 350px;*/
  }
  div.widebar-endorsements .endorsement-header .endorsement-video {
    display: block;
    /*min-width: 450px;*/
    height: 300px;
  }
}
@media (max-width: 900px) {
  div.widebar-endorsements .endorsement-header:first-of-type {
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  div.widebar-endorsements .endorsement-header {
    display: block;
    margin-bottom: 80px;
    width: 100%;
    max-width: 450px;
  }
  div.widebar-endorsements .endorsement-header .endorsement-double-quote {
    background-size: 44px 40px;
    width: 44px;
    height: 40px;
    top: 220px;
    left: 25px;
  }
  div.widebar-endorsements .endorsement-header .endorsement {
    font-size: 2.6rem;
  }
  div.widebar-endorsements .endorsement-header .endorsement-text {
    padding: 42px 24px 22px 24px;
  }
  div.widebar-endorsements .endorsement-header .endorsement-video {
    padding: 0 24px;
    min-width: 0;
    height: 200px;
  }
  div.widebar-endorsements .slick-carousel-endorsements .endorsement-text {
    padding: 48px 24px;
    margin: 0 24px;
  }
}
div.widebar-plans .widebar-inner .plan-container {
  display: flex;
  vertical-align: middle;
  text-align: center;
  margin-top: 48px;
}
div.widebar-plans .widebar-inner .plan-container .plan {
  background-color: #f6f7f7;
  padding: 64px 0 48px 0;
  margin: 0px 26px;
  flex: 33.33%;
}

  /*Promotion images on home page
div.widebar-plans .widebar-inner .plan-container .plan:first-child,
div.widebar-plans .widebar-inner .plan-container .plan:first-child .btn  {
  position: relative;
}
div.widebar-plans .widebar-inner .plan-container .plan:first-child:before  {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: -200px;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-image: url("../images/home/summer_sale_sticker.png")/*, url("../images/home/sticker_x.png");
  background-position: 3% 26%, center;
  background-repeat: no-repeat;
}
*/
@media (min-width: 601px) and (max-width: 1200px) {
  div.widebar-plans .widebar-inner .plan-container .plan {
    padding: 64px 12px 48px 12px;
    margin: 0px 13px;
  }
}
@media (max-width: 600px) {
  div.widebar-plans .widebar-inner .plan-container {
    display: block;
  }
  div.widebar-plans .widebar-inner .plan-container .plan {
    padding: 40px 54px;
    margin-top: 16px;
  }
}
div.widebar-plans .widebar-inner .plan-container .plan .plan-target {
  margin: 32px auto 24px auto;
}
div.widebar-plans .widebar-inner .plan-container .plan .plan-description {
  max-width: 280px;
  margin: 0 auto 28px auto;
}
div.widebar-plans .widebar-inner .plan-container .plan .plan-description p {
  margin:0;
  padding: 0;
}
div.widebar-free-trial {
  background-image: linear-gradient(
    to bottom,
    rgba(178, 201, 82, 0.15),
    rgba(28, 109, 126, 0.15) 94%
  );
}
div.widebar-free-trial .widebar-inner {
  text-align: center;
}
div.widebar-faq#faq {
  background-color: #254254;
  color: #ffffff;
}
div.widebar-faq .faq-container {
  max-width: 784px;
  margin: 0 auto;
  text-align: left;
}
div.widebar-faq .faq-container .faq-items {
  margin: 32px 0;
}
div.widebar-faq details {
  padding: 0.5em 0;
  position: relative;
  font-size: 1.6rem;
  cursor: pointer;
}
div.widebar-faq summary {
  margin: 0;
  padding: 0.5em 0;
  border-bottom: 1px solid #aaa;
  font-size: 2.4rem;
}
div.widebar-faq summary::marker {
  content: "";
}
div.widebar-faq summary:after {
  position: absolute;
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='white' d='M207.029 381.476 12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/></svg>");
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 0;
}
div.widebar-faq details[open] summary:after {
  position: absolute;
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='white' d='m240.971 130.524 194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'/></svg>");
  width: 20px;
  height: 20px;
  right: 0;
}
div.widebar-faq details[open] {
  padding: 0.5em 0;
  border-bottom: 1px solid #aaa;
}
div.widebar-faq details[open] summary {
  font-weight: bold;
  margin-bottom: 0.5em;
  border-bottom: transparent;
}
div.widebar-faq details[open] p {
  cursor: text;
}
@media (max-width: 600px) {
  div.widebar-faq summary {
    padding: 1em 1.5em 1em 0;
    font-size: 2rem;
  }
  div.widebar-faq summary:after {
    width: 15px;
    height: 15px;
    top: 25px;
  }
  div.widebar-faq details {
    padding: 0;
    font-size: 1.8rem;
  }
  div.widebar-faq details[open] {
    padding: 0;
  }
  div.widebar-faq details[open] summary {
    margin-bottom: 0;
  }
  div.widebar-faq details[open] summary:after {
    width: 15px;
    height: 15px;
    top: 20px;
  }
  div.widebar-faq p {
    margin-top: 0;
  }
}
div.widebar-author-collage {
  background-image: url(../jpg/author-collage.jpg);
  background-repeat: repeat;
  min-height: 550px;
  box-sizing: border-box;
  padding-top: 150px;
}
div.widebar-thumbnail-collage {
  background-image: url(../jpg/thumbnail-collage.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #6d9384;
  padding: 100px 0;
}
div.widebar-group-trial {
  background-image: url(../jpg/group-trial-back.jpg);
  background-repeat: no-repeat;
  background-position: center -60px;
  background-size: cover;
  background-color: #605f5e;
  padding: 50px 0;
}
.widebar div.widebar-inner {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 601px) and (max-width: 899px) {
  .widebar div.widebar-inner {
    width: 570px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .widebar div.widebar-inner {
    width: 870px;
  }
}
@media (min-width: 1200px) {
  .widebar div.widebar-inner {
    width: 1400px;
  }
  .widebar div.widebar-inner.medium {
    width: 1200px;
  }
}
@media (min-width: 1400px) {
  .widebar div.widebar-inner.large {
    width: 1400px;
  }
}
div.widebar.widebar-suggestion {
  padding-bottom: 60px;
}
div.widebar.widebar-suggestion.sticky {
}
.widebar-suggestion .browse-poster img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.widebar-suggestion .suggestion-text-column {
  text-align: left;
}
.widebar-suggestion h2 {
  margin-top: 0;
}
div.widebar.widebar-suggestion-bottom {
  margin: 0px;
}
div.widebar.widebar-suggestion-bottom,
div.widebar.widebar-video-bottom {
  padding: 0;
}
@media (max-width: 600px) {
  div.widebar.widebar-suggestion-bottom {
    margin: 0px;
    padding: 0px;
  }
  div.widebar.widebar-video-bottom {
    padding-bottom: 0;
  }
}
.widebar .reverse {
  color: white;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.widebar h2 {
  font-size: 4.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
.widebar h2.lowercase {
  font-size: 5.2rem;
  letter-spacing: unset;
  text-transform: none;
}
.widebar-black h2,
.widebar-orange h2,
.widebar-green h2,
.widebar-lime h2 {
  color: white;
}
.widebar h1 {
  font-size: 7.2rem;
  line-height: 7.2rem;
  border-bottom: none;
}
.widebar h1#no-border {
  padding-top: 140px;
  border: transparent;
  text-shadow: none;
}
.widebar p.reverse {
  font-size: 2rem;
  line-height: 2.8rem;
  max-width: 670px;
  margin: 24px auto 32px auto;
}
.widebar h2.reverse {
  font-size: 5.4rem;
  letter-spacing: 2px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .widebar h1#no-border {
    padding-top: 0;
  }
  .widebar h2.mobile {
    font-size: 3rem;
  }
  .widebar .limited.mobile {
    padding: 0;
    font-size: 2.4rem;
  }
  .widebar h1.mobile,
  .widebar h2.mobile,
  .widebar p.mobile {
    width: 90%;
    margin: 30px auto;
  }
  .widebar.widebar-video h1.mobile,
  .widebar.widebar-video p.mobile {
    width: 80%;
    margin: 40px auto;
  }
  .widebar.widebar-free-trial h2.mobile,
  .widebar.widebar-free-trial p.mobile {
    padding: 0 72px;
    width: auto;
  }
  .widebar .faq-container.mobile,
  .widebar .popular-studies-container.mobile {
    width: 90%;
    margin: 32px auto;
  }
  .widebar .popular-study.mobile {
    width: 100%;
  }
  .widebar .popular-study img.mobile {
    width: 100%;
    min-width: 324px;
  }
  .widebar .widebar-teachers img.mobile {
    min-width: 140px;
  }
  .widebar h2.reverse,
  .widebar h2 {
    font-size: 3.4rem;
  }
  .widebar .btn-lg {
    padding: 18px 0;
    width: 90%;
    margin: auto;
  }
}
.widebar h3 {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 300;
}
.widebar h3.lowercase {
  font-size: 3.6rem;
  text-transform: none;
  font-weight: 1000;
}
@media (max-width: 600px) {
  .widebar h3.lowercase {
    font-size: 3rem;
  }
}
.widebar p.large {
  font-size: 2.4rem;
}
img.widebar-image-full {
  max-width: 100%;
}
.widebar .steps {
  margin: 0;
  padding: 0;
}
.widebar .steps > li {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
}
.widebar .steps .step-text {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
}
.widebar .steps .step-images {
  width: 40%;
  float: left;
  box-sizing: border-box;
}
.steps li h3 {
  float: left;
  min-width: 50px;
  text-align: center;
  margin-right: 20px;
  height: 50px;
  line-height: 50px;
  background-color: #83bea6;
  color: white;
}
.steps li h4 {
  margin-top: 0;
  line-height: 50px;
}
.steps li p {
  clear: both;
}
.steps li ul {
  clear: both;
}
.step-images img {
  max-width: 100%;
}
div.home-church-form {
  display: none;
}
.featherlight-content div.home-church-form {
  display: block;
}
.pricing-table {
  max-width: 940px;
  margin: 0 auto;
  font-size: 2.3rem;
  overflow: hidden;
  /*border-radius: 7px 0 7px 7px ;*/
}
@media (max-width: 599px) {
  .pricing-table {
    font-size: 2rem;
  }
}
.pricing-table tbody tr:nth-child(odd) {
  background-color: #d5d5d5;
}
.pricing-table tbody tr:first-child {
  background-color: #83bea6;
  color: white;
}
.pricing-table tbody td,
.pricing-table tbody th {
  padding: 10px 15px;
  font-weight: normal;
}
.pricing-table tbody td:last-child,
.pricing-table tbody th:last-child {
  background-color: #f3b244;
  color: white;
}
.pricing-table tbody tr:nth-child(odd) td:last-child,
.pricing-table tbody tr:nth-child(odd) th:last-child {
  background-color: #f49a41;
  color: white;
}
.pricing-table thead th {
  background-color: white;
}
.pricing-table thead th:last-child {
  background-color: #337ab7;
  /*border-radius: 0 !important;*/
}
.feature-dot {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  margin: 0 auto;
  text-align: center;
  background-color: #83bea6;
}
.feature-dot img {
  height: 50px;
  width: auto;
  position: relative;
  top: 25px;
}
.widebar .price-table {
  width: auto;
  margin: 0 auto;
}
.widebar .price-table-col {
  width: auto;
  box-sizing: border-box;
  margin: 0 10px;
  padding: 0 0 10px;
  background-color: #f1f1f1;
  font-size: 1.8rem;
}
@media (min-width: 600px) {
  .widebar .price-table {
    width: 660px;
  }
  .widebar .price-table-col {
    float: left;
    width: 310px;
  }
}
.widebar .price-table .price-name {
  background-color: #414042;
  color: white;
  font-size: 2rem;
  padding-top: 20px;
}
.widebar .price-table .price-cost {
  background-color: #414042;
  color: white;
  font-size: 4rem;
}
.widebar .price-table .price-text {
  background-color: #414042;
  color: #d5d5d5;
  font-size: 1.6rem;
  padding-bottom: 20px;
}
.widebar .price-table ul {
  margin: 0;
  padding: 10px 20px;
}
.widebar .price-table li {
  list-style: none;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 0;
}
.price-action {
  margin: 10px 0;
}
.widebar-column {
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.widebar-column-align-right {
  text-align: right;
}
.widebar-column-align-left {
  text-align: left;
}
.widebar-column-image {
  width: 100%;
}
@media (min-width: 600px) and (max-width: 899px) {
  .widebar-column-75 {
    width: 100%;
  }
  .widebar-column-60 {
    width: 100%;
  }
  .widebar-column-50 {
    width: 100%;
  }
  .widebar-column-40 {
    width: 50%;
  }
  .widebar-column-33 {
    width: 50%;
  }
  .widebar-column-25 {
    width: 50%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .widebar-column-75 {
    width: 75%;
  }
  .widebar-column-60 {
    width: 60%;
  }
  .widebar-column-50 {
    width: 50%;
  }
  .widebar-column-40 {
    width: 40%;
  }
  .widebar-column-33 {
    width: 33%;
  }
  .widebar-column-25 {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .widebar-column-75 {
    width: 75%;
  }
  .widebar-column-60 {
    width: 60%;
  }
  .widebar-column-50 {
    width: 50%;
  }
  .widebar-column-40 {
    width: 40%;
  }
  .widebar-column-33 {
    width: 33%;
  }
  .widebar-column-25 {
    width: 25%;
  }
}
p.home-verse {
  margin: -20px 0 20px;
}
@media (min-width: 900px) {
  p.home-verse {
    margin: -40px 0 40px;
  }
}
div.testimonial {
  border-bottom: 2px solid #f1f1f1;
  padding: 30px 0;
}
div.testimonial:last-child {
  border-bottom: 0;
}
div.testimonial-text {
  width: 60%;
  box-sizing: border-box;
  padding-left: 60px;
  background-image: url(../png/open-quote-large.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  text-align: left;
  float: left;
}
p.testimonial-quote {
  color: #777;
  font-style: italic;
  font-size: 1.7rem;
  line-height: 1.6em;
}
p.testimonial-name {
  color: #555;
  font-weight: bold;
  font-style: italic;
  font-size: 1.4rem;
}
div.testimonial-image {
  width: 40%;
  float: left;
}
a.video-preview {
  display: block;
  position: relative;
  cursor: pointer;
}
a.video-preview img {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  border: 8px solid #fff;
  border-radius: 3px;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}
a.video-preview div.video-preview-circle {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background: linear-gradient(
    to bottom,
    rgba(102, 102, 102, 0.75) 0,
    rgba(0, 0, 0, 0.75) 100%
  );
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 1px 4px rgba(0, 0, 0, 0.5),
    0 1px 2px 1px rgba(0, 0, 0, 0.25);
}
a.video-preview:hover div.video-preview-circle {
  background: linear-gradient(
    to bottom,
    rgba(128, 128, 128, 0.75) 0,
    rgba(0, 0, 0, 0.75) 100%
  );
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 1px 4px rgba(0, 0, 0, 0.75),
    0 1px 4px 1px rgba(0, 0, 0, 0.5);
}
a.video-preview div.video-preview-play {
  position: absolute;
  top: 14px;
  left: 22px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-left: 23px solid rgba(0, 0, 0, 0.25);
  border-bottom: 16px solid transparent;
}
a.video-preview div.video-preview-play::before {
  content: "";
  position: absolute;
  top: -14px;
  left: -22px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 20px solid white;
  border-bottom: 14px solid transparent;
}
.widebar-logo {
  max-width: 477px;
  width: 100%;
}
#section-content .widebar form label {
  display: block;
  text-align: left;
}
.widebar .form-group {
  text-align: left;
}
.widebar .long-text {
  text-align: left;
}
div.payment-errors {
  display: none;
}
div.payment-form-container {
  display: table;
}
div.payment-form-container > div {
  display: table-cell;
}
div.payment-form-container > div:first-child {
  padding-right: 15px;
  width: 33%;
}
.payment-info > h3 {
  margin-top: 0;
}
table.payment-features {
  font-size: 1.4rem;
  width: 100%;
}
.payment-features td {
  padding: 8px;
  border-top: 1px solid #d5d5d5;
}
table.order-summary {
  margin-bottom: 30px;
}
table.order-summary tr td {
  width: 30%;
  padding: 15px 0;
}
table.order-summary tr td:first-child {
  width: 40%;
}
table.order-summary tr {
  border-bottom: 1px solid #d5d5d5;
}
.panel-order-summary tr#summary-discount,
.panel-order-summary tr#summary-subtotal {
  display: none;
}
.panel-order-summary.discounted tr#summary-discount,
.panel-order-summary.discounted tr#summary-subtotal {
  display: table-row;
}
.panel-order-summary.discounted tr#summary-price td {
  text-decoration: line-through;
}
.panel-order-summary tr#summary-discount td {
  color: #e63c29;
}
.panel-order-summary tr#summary-subtotal td {
  color: #ae883d;
}
div.promo-alert {
  display: none;
}
.btn .notloading-text {
  padding: 0 22px 0 5px;
}
div.poster-container-noscroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}
div.poster-container-scroll {
  padding: 0 25px;
}
.browse-session {
  width: 165px;
  float: left;
}
.browse-session img {
  width: 165px;
  height: 110px;
}
.browse-session p {
  font-size: 1.4rem;
  width: 165px;
}
div.browse-poster,
div.browse-poster-link {
  display: inline-block;
  margin: 0;
}
div.poster-container-noscroll div.browse-poster:empty {
  height: 0;
}
div.slick-slide div.browse-poster,
div.slick-slide div.browse-poster-link {
  margin: 0;
}
div.poster-container .browse-poster {
  margin: 0 5px;
}
div.browse-poster-link {
  background-color: #414142;
}
div.browse-poster-link a {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 120px;
  box-sizing: border-box;
  display: block;
  color: white;
}
div.browse-poster img,
div.browse-poster-link {
  width: 170px;
  height: 240px;
}
@media (min-width: 600px) and (max-width: 899px) {
  div.browse-poster img,
  div.browse-poster-link {
    width: 166px;
    height: 234px;
  }
  .poster-container-noscroll div.browse-poster img,
  .poster-container-noscroll div.browse-poster-link,
  .poster-container-noscroll div.browse-poster:empty {
    width: 183px;
    height: 258px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  div.browse-poster img,
  div.browse-poster-link {
    width: 166px;
    height: 234px;
  }
  .poster-container-noscroll div.browse-poster img,
  .poster-container-noscroll div.browse-poster-link,
  .poster-container-noscroll div.browse-poster:empty {
    width: 210px;
    height: 296px;
  }
}
@media (min-width: 1200px) {
  div.browse-poster img,
  div.browse-poster-link {
    width: 166px;
    height: 234px;
  }
  .poster-container-noscroll div.browse-poster img,
  .poster-container-noscroll div.browse-poster-link,
  .poster-container-noscroll div.browse-poster:empty {
    width: 186px;
    height: 262px;
  }
}
div.watch-progress {
  margin: -18px 10px 0;
}
div.watch-progress-bar {
  display: block;
  position: relative;
  height: 6px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid white;
}
div.watch-progress-fill {
  height: 100%;
  border-radius: 4px;
  background-color: #337ab7;
}
a.watch-link {
  display: inline-block;
}
a.watch-video-link {
  display: inline-block;
}
div.series-overview {
  display: table;
  width: 100%;
}
.series-overview div.overview-poster {
  vertical-align: top;
  width: 400px;
}
@media (min-width: 600px) {
  .series-overview div.overview-poster {
    width: 260px;
    display: table-cell;
  }
}
.overview-poster img {
  width: 400px;
}
@media (min-width: 600px) {
  .overview-poster img {
    width: 100%;
  }
}
.overview-poster .btn {
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
}
.series-overview div.overview-text {
  vertical-align: top;
  padding-left: 30px;
}
@media (min-width: 600px) {
  .series-overview div.overview-text {
    display: table-cell;
  }
}
.overview-text h1 {
  margin-top: 0;
}
.overview-info {
  margin-top: 15px;
}
.video-thumb {
  display: inline-block;
}
.video-thumb a {
  display: inline-block;
  position: relative;
  height: 150px;
}
.video-thumb img {
  border-radius: 10px;
  height: 100%;
}
.video-thumb .video-thumb-overlay {
  background-color: rgba(31, 33, 38, 0.8);
  color: white;
  border-radius: 0 0 10px 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-thumb-overlay div.video-thumb-control {
  text-transform: uppercase;
}
.video-thumb-overlay span.video-thumb-play {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 1rem;
  padding: 7px 7px 7px 9px;
  margin-right: 3px;
  border-radius: 15px;
  background-color: white;
  color: #414042;
}
.video-thumb-credits {
  width: 310px;
  font-size: 2rem;
  margin-bottom: 0.25em;
}
.video-thumb-title {
  width: 310px;
}
.series-session {
  width: 100%;
  border-bottom: 1px solid #555;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (min-width: 600px) {
  .series-session {
    display: table;
  }
}
.series-session .session-thumb {
  width: 165px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 600px) {
  .series-session .session-thumb {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
.session-thumb img {
  width: 165px;
  height: 110px;
}
div.session-thumb-access {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -18px;
  color: white;
  opacity: 0.5;
  font-size: 30px;
}
@media (min-width: 600px) {
  .series-session .session-info {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 0 0;
  }
}
.session-info h3 {
  margin-top: 0;
  font-size: 2rem;
}
.session-info .session-runtime {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.session-info p {
  margin-top: 0.3em;
}
@media (min-width: 600px) {
  .series-session .session-buttons {
    width: 120px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
}
.session-buttons .btn {
  width: 100%;
  box-sizing: border-box;
}
.series-product {
  display: table;
  width: 100%;
  border-bottom: 1px solid #555;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.series-product .product-info {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px 0 0;
}
.series-product .product-buttons {
  width: 120px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.series-product-link {
  display: block;
  margin-top: 1.25rem;
}
.dark-content #section-content a.series-product-link:link,
.dark-content #section-content a.series-product-link:visited,
.dark-content #section-content a.series-product-link:active,
.dark-content #section-content a.series-product-link:hover {
  color: #f2ca43;
}
.user-rating-text {
  display: inline-block;
  margin-left: 2em;
}
#user-rating .fa-star,
#user-rating .fa-star-o {
  cursor: pointer;
}
#user-rating.rated1 #user-rating-star-1:before,
#user-rating.rated2 #user-rating-star-1:before,
#user-rating.rated2 #user-rating-star-2:before,
#user-rating.rated3 #user-rating-star-1:before,
#user-rating.rated3 #user-rating-star-2:before,
#user-rating.rated3 #user-rating-star-3:before,
#user-rating.rated4 #user-rating-star-1:before,
#user-rating.rated4 #user-rating-star-2:before,
#user-rating.rated4 #user-rating-star-3:before,
#user-rating.rated4 #user-rating-star-4:before,
#user-rating.rated5 #user-rating-star-1:before,
#user-rating.rated5 #user-rating-star-2:before,
#user-rating.rated5 #user-rating-star-3:before,
#user-rating.rated5 #user-rating-star-4:before,
#user-rating.rated5 #user-rating-star-5:before,
#user-rating.rated5 #user-rating-star-1:before,
#user-rating.rated5 #user-rating-star-2:before,
#user-rating.rated5 #user-rating-star-3:before,
#user-rating.rated5 #user-rating-star-4:before,
#user-rating.rated5 #user-rating-star-5:before {
  content: "\f005";
}
.series-suggested {
}
.series-suggested .browse-poster {
  margin: 10px;
}
.slick-carousel .slick-prev::before {
  font-family: "FontAwesome";
  color: #414142;
  content: "\f0a8";
}
.slick-carousel .slick-next::before {
  font-family: "FontAwesome";
  color: #414142;
  content: "\f0a9";
}
.author-info {
  display: table;
  width: 100%;
}
.author-info-image {
  display: table-cell;
  vertical-align: top;
}
.author-info-image img {
  width: 96px;
}
.author-info-text {
  vertical-align: top;
  display: table-cell;
  width: 100%;
  padding-left: 15px;
}
.author-info-text :first-child {
  margin-top: 0;
}
.author-entries {
}
.author-entry {
  display: table;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #adadad;
  width: 100%;
}
.author-entry > div {
  display: table-cell;
  vertical-align: top;
}
.author-entry-image img {
  width: 96px;
}
.author-entry-text {
  padding: 0 20px;
  width: 90%;
}
.author-entry-text h4 {
  margin-top: 0;
}
.author-entry-text p {
  margin-bottom: 0;
}
.author-entry-text a {
  color: inherit;
}
.author-entry .author-entry-buttons {
  vertical-align: bottom;
}
.series-popup {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 350px;
}
.popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
  margin: 0;
  font-size: 16px;
  padding: 8px 14px;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content a {
  text-decoration: none;
}
.popover-content a.btn {
  font-size: 14px;
  line-height: 1.5;
  padding: 6px 12px;
  margin: 5px 0;
  display: block;
}
small,
.small {
  font-size: 87%;
}
.series-popup:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-width: 10px;
  content: " ";
  height: 0;
  margin-top: -10px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0;
}
.series-popup.right:after {
  border-right-color: #fff;
  right: 100%;
}
.series-popup.left:after {
  border-left-color: #fff;
  left: 100%;
}
div.activate-title {
  font-size: 2rem;
  font-weight: bold;
}
.register-form {
}
.register-video {
  width: 320px;
  margin: auto;
}
.register-video iframe {
  width: 320px;
  height: 180px;
}
@media (min-width: 900px) {
  .register-form {
    float: left;
    width: 530px;
  }
  .register-video {
    float: right;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .register-form {
    float: left;
    width: 630px;
  }
  .register-video {
    width: 480px;
  }
  .register-video iframe {
    width: 480px;
    height: 270px;
  }
}
.subqa-q {
  display: none;
  text-align: center;
}
.subqa-as {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.subqa-as .subqa-a {
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 20px;
  border: 1px solid transparent;
  background-color: #d8eeff;
  border-color: #c1e3ff;
  color: #337ab7;
  cursor: pointer;
}
.subqa-as .subqa-a.subqa-a-linked a {
}
.subqa-as .subqa-a:hover {
  background-color: #ebf7ff;
}
.subqa-as .subqa-a.active {
  border-color: #23527c;
  background-color: #337ab7;
  color: white;
}
.subqa-a h4,
.subqa-heading {
  font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  font-size: 2rem;
}
.subqa-a ul {
  margin: 0;
  padding: 0;
}
.subqa-a ul li {
  list-style-type: none;
  margin-top: 0.25em;
}
#subqa-plan-info {
  display: none;
  text-align: center;
}
#subqa-continue {
  display: none;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  #subqa-continue {
    width: 800px;
  }
}
.banner-vibrant {
  padding: 20px 40px;
  color: white;
  text-align: center;
  background-image: linear-gradient(to left, #f29940, #e53b29);
}

@media (min-width: 900px) {
  .banner-vibrant {
    padding: 20px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

#section-content .banner-vibrant h1.banner-text {
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  text-align: left;
}
.banner-vibrant .banner-text img.banner-text-logo {
  height: 1em;
  position: relative;
  bottom: -6px;
  display: inline-block;
  margin-left: 3px;
}
.banner-vibrant a.btn {
  text-transform: uppercase;
  line-height: 48px;
  padding: 6px 30px;
  font-weight: bold;
  margin: 10px 0;
}

@media (min-width: 900px) {
  .banner-vibrant a.btn {
    margin: 0 0 0 30px;
  }
}

.banner-vibrant a.btn:link,
.banner-vibrant a.btn:visited,
.banner-vibrant a.btn:hover,
.banner-vibrant a.btn:focus {
  color: #212122;
}
#series-rotator {
  display: none;
}

@media (min-width: 900px) {
  #series-rotator {
    display: block;
    z-index: 100;
    position: relative;
    background-color: #d5d5d5;
  }
}

.series-rotator-panels {
  z-index: 101;
  position: relative;
}
.series-rotator-panel-outer {
  color: white;
  background-position: right center;
}
.series-rotator-panel {
  padding: 50px 100px;
  min-height: 300px;
  background-position: center middle;
  background-size: auto 100%;
}
.series-rotator-panel div.series-rotator-title {
  width: 500px;
  font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
}
.series-rotator-panel .series-rotator-logo {
  height: 150px;
  width: 350px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.series-rotator-panel .series-rotator-logo img {
  max-width: 350px;
  max-height: 150px;
}
.series-rotator-panel .series-rotator-details {
  margin-top: 15px;
}
.series-rotator-panel .series-rotator-credits {
  font-size: 2rem;
}
.series-rotator-panel .series-rotator-credits a {
  color: inherit;
}
.bdg-free {
  margin-top: -3px;
  margin-right: 5px;
}
.series-rotator-panel .series-rotator-stats {
  margin: 15px 0;
  padding-top: 5px;
}
.series-rotator-panel .bdg-free {
  background-color: white;
  color: #414142;
}
.series-rotator-panel .series-rotator-desc {
  font-size: 1.8rem;
  width: 500px;
  margin: 0;
}
.series-rotator-panel .series-rotator-buttons {
  margin-top: 20px;
}
.series-rotator-buttons .btn {
  color: #414142;
  border: 2px solid white;
  text-transform: uppercase;
  margin-right: 10px;
}
.series-rotator-buttons .btn-details {
  background-color: transparent;
  color: white;
  border-color: white;
}
@media (min-width: 900px) {
  .series-rotator-list {
    position: absolute;
    bottom: -75px;
    right: 0;
    text-align: right;
    width: 50%;
    padding: 0 100px 0 0;
    z-index: 102;
  }
}

@media (min-width: 1200px) {
  .series-rotator-list {
    bottom: -50px;
  }
}

.series-rotator-series {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
}
.series-rotator-series img {
  height: 150px;
  border-radius: 10px;
}

div.freeonsg-free-list {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 900px) {
  div.freeonsg-free-list {
    display: none;
  }
}

.freeonsg-free-list div.free-list-series {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.freeonsg-free-list div.free-list-series:last-child {
  margin-right: 0;
}
.freeonsg-free-list img {
  height: 200px;
  border-radius: 10px;
}
div.freeonsg-lower {
  background-image: linear-gradient(to bottom, #d5d5d5, #f1f1f1);
  background-size: 100% 250px;
  background-repeat: no-repeat;
}
.freeonsg-lower > div:first-child {
  padding-top: 100px;
}
div.freeonsg-info {
  padding: 0 100px 30px;
}
.freeonsg-info p.tagline {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0;
}
.freeonsg-info p.pullout {
  margin-top: 10px;
  font-size: 3rem;
  font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
h2.freeonsg-h2 {
  font-weight: bold;
  font-size: 2.5rem;
  padding: 0 100px;
}
div.freeonsg-sessions {
  padding: 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.freeonsg-sessions .video-thumb {
  margin: 0 10px 30px 0;
}
div.freeonsg-form {
  padding-top: 40px;
  margin-bottom: 20px;
}

@media (min-width: 900px) {
  div.freeonsg-form {
    display: flex;
    padding: 40px 100px 0;
  }
}

div.freeonsg-form div.freeonsg-form-info {
  padding-top: 20px;
  flex: 1;
}
div.freeonsg-form div.freeonsg-form-register {
  flex: 1;
}

@media (min-width: 900px) {
  div.freeonsg-form div.freeonsg-form-register {
    margin-left: 135px;
  }
}

.freeonsg-form-register .fld {
  border-radius: 5px;
}
.freeonsg-form-register .input-group {
  border-radius: 5px;
}
.freeonsg-form-register .input-group .fld {
  border-radius: 0;
}
.freeonsg-form-register .input-group-password .input-info-icon {
  border-radius: 5px 0 0 5px;
}
.freeonsg-form-register .input-group-password .fld {
  border-radius: 0 5px 0 0;
}
.freeonsg-form-register .input-group-password .fld:last-child {
  border-radius: 0 0 5px 0;
}
.freeonsg-form-register .btn {
  background-color: #f29940;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
}

div.freeonsg-fine-text {
  padding: 0 100px;
}

.freeonsg-plans {
  display: flex;
  justify-content: space-around;
  padding: 0 100px 30px;
}

.freeonsg-plan {
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  padding: 20px;
  background-color: #d5d5d5;
  border-radius: 10px;
}
.freeonsg-plan h3 {
  margin: 0;
  font-size: 2.5rem;
}
.freeonsg-plan p {
  margin: 5px 0 10px;
}
.freeonsg-plan img {
  margin: -20px -20px 0;
  border-radius: 10px 10px 0 0;
}
.font-normal {
  font-weight: normal !important;
}
a#sg-logo > span {
  background-image: url(../png/header-logo-reversed.png);
  display: block;
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
}

a#sg-logo {
  text-indent: -999px;
  white-space: nowrap;
}
.fa-pinterest:hover {
  color: #e60023;
}
.fa-facebook {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  color: #1a2e3b;
  display: inline-block;
  height: 22px;
  line-height: 28px !important;
  width: 22px;
  font-size: 20px !important;
  text-align: center;
}
.social {
  margin-top: 32px;
}
.social a {
  color: #adadad !important;
  margin-right: 25px;
}
.social svg#instagram:hover path {
  fill: url(#rg);
}
.social svg#tiktok:hover path.cls-1 {
  fill: #fff;
}
.fa {
  cursor: pointer;
}

.fa-twitter:hover {
  color: #46c0fb;
}

.fa-facebook:hover {
  background-color: #0c6c96;
  color: #fff;
}
@media (max-width: 560px) {
  .footer {
    padding-bottom: 0 !important;
  }
  .footer-lists {
    display: block;
    padding: 30px;
  }
  .footer-logo {
    display: none;
  }
  .footer-list-column {
    width: 25%;
  }
  .footer-copy {
    padding: 30px;
  }
}
.grecaptcha-badge {
  display: block;
  visibility: visible !important;
  transition: right 0.3s ease 0s;
  position: fixed;
  bottom: 14px;
  right: -186px;
  box-shadow: gray 0px 0px 5px;
  border-radius: 2px;
  overflow: hidden;
}
.on-sale {
  color: #e0311c;
}

.on-sale-old {
  text-decoration: line-through;
  display: block;
  font-weight: normal;
}
h4 .on-sale-old {
  font-size: 20px;
}

.fa-eye {
  position: relative;
  z-index: 2;
  display: block !important;
  font-size: 26px !important;
  top: -33px;
  float: right;
  margin-right: 10px;
  pointer-events: auto;
  cursor: pointer;
}
.fa-eye.no-padding {
  top: -30px;
}
input[type="password"] {
  padding-right: 40px;
}
input[type="password"]::-webkit-textfield-decoration-container {
  position: relative;
  right: 40px;
  left:0;
}
