/* STYLE */
html {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #212122;
}
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: 2.0rem;
}
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 {
  color: #337ab7;
}
a:hover, a:active, a:focus {
  color: #23527c;
  outline: none;
  text-decoration: underline;
}
#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.homepage {
  background-image: url(../jpg/fixed-back.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-color: #414042;
  background-size: 900px;
}
@media (min-width: 600px) and (max-width: 899px) {
  body.homepage {
    background-size: 900px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  body.homepage {
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  body.homepage {
    background-size: 1400px;
  }
}
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 {
  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.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 .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;
}
div.input-group .input-info-text {
  white-space: nowrap;
}
div.input-group-password .fld {
  width: 50%;
}
div.input-block {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  vertical-align: top;
}
div.input-block-2 {
  width: 50%;
  padding: 0 5px;
}
div.input-block-3 {
  width: 33.3333%;
  padding: 0 5px;
}
div.input-block-4 {
  width: 25%;
  padding: 0 5px;
}
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;
}
.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 .15s, box-shadow ease-in-out .15s;
  font-size: 1.6rem;
}
.fld:focus {
  border-color: #51afff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(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;
}
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 .15s, box-shadow ease-in-out .15s;
  font-size: 1.6rem;
}
textarea.txt:focus {
  border-color: #51afff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(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 .15s, box-shadow ease-in-out .15s;
  font-size: 1.6rem;
}
.slct:focus {
  border-color: #51afff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(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: 2.0rem;
  line-height: 1.33;
}
button.btn-lg {
  padding: 9px 16px;
}
.widebar .btn-lg {
  padding: 18px 72px;
  display: inline-block;
  margin-bottom: 1rem;
}
.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;
}
a.btn-disabled, button.btn-disabled {
  color: white;
  background-color: #ccc;
  border-color: #adadad;
  cursor: default;
}
a.btn-success,
a.btn-attract,
a.btn-warning,
a.btn-info,
a.btn-disabled,
a.btn-state-toggle {
  color: white;
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
table td, table th {
  padding: 0;
  margin: 0;
}
.table-info {
  width: 100%;
  margin-bottom: 10px;
}
.table-info tr:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.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-features td, .table-features th {
  text-align: center;
}
.table-features td:first-child,
.table-features th:first-child {
  text-align: left;
}
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;
}
@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;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  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-warning {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #d43f3a;
}
.alert ul {
  margin: 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;
  background: linear-gradient(to bottom, rgba(178, 201, 82, .15), rgba(28, 109, 206, 0.15));
  position: relative;
}
body.dark-content {
  background-color: #414142;
}
header {
  background-color: white;
}
nav {
  font-family: 'LatoWeb', '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-repeat: no-repeat;
  min-height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  nav div.nav-top {
    background-size: 309px 282px;
  }
}
nav div.nav-middle {
  background-color: #555555;
  padding: 0 10px;
}
nav div.nav-bottom {
  background-color: #d5d5d5;
  padding: 10px 15px;
  display: none;
}
.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/logo-601.png);
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a#header-logo > span{
    background-image: url(../png/logo-601.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;
}
.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 > li {
  height: 60px;
  display: inline-block;
  list-style: none;
}
.nav-top a:hover, .nav-top a:link, .nav-top a:visited {
  color: #414142;
  text-decoration: none;
}
.nav-top > ul > li > a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  text-transform: uppercase;
}
.nav-top > ul > li > a:hover {
  background-color: #f1f1f1;
}
nav .nav-top .fld {
  width: 200px;
  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;
}
@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: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 10px;
}
.nav-bottom .nav-bottom-section li {
  margin: 5px 0;
  list-style: none;
}
div#section-content {
  padding: 60px 20%;
}
div#section-content-inner {
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgb(26 46 59 / 30%);
  background-color: #ffffff;
  padding: 20px 40px 20px 40px;
}
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;
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
  color: #fff;
  text-decoration: none;
}
.footer-lists {
  text-align: left;
  background-color: #1a2e3b;
  margin-bottom: 25px;
  padding: 30px 60px;
}
.dark-content .footer-lists {
  background-color: #1a2e3b;
  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 {
  width: 40%;
}
.footer-list-20 {
  width: 20%;
}
.footer-logo {
  width: 30%
}
.footer-list-column {
  width: 17.5%;
}
.footer-list h3 {
  margin-top: 0;
  font-size: 12px;
  font-weight: bold;
  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;
  opacity: 0.7;
  font-size: 12px;
}
@media (max-width: 600px) {
  div#section-content-inner {
    padding: 20px;
  }
  .footer-logo {
    display: none;
  }
  .footer-list-column {
    width: 25%;
  }
}
@media (max-width: 899px) {
  div#section-content {
    padding: 60px 5%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  div#section-content {
    padding: 60px 10%;
  }
}
.clear {
  clear:both;
}
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;
}
@media (min-width: 900px) {
  div.widebar {
    padding: 60px 15px 20px;
  }
}
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-transparent {
  background: none;
}
div.widebar-author-collage {
  background-image: url(../jpg/author-collage-2.jpg);
  background-repeat: repeat;
  min-height: 550px;
  box-sizing: border-box;
  padding-top: 150px;
}
div.widebar-thumbnail-collage {
  background-image: url(../jpg/thumbnail-collage-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #6d9384;
  padding: 100px 0;
}
.widebar div.widebar-inner {
  margin: 0 auto;
  width: 100%;
}
.widebar .reverse {
  color: white;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}
.widebar h2 {
  font-size: 4.4rem;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
.widebar h2.reverse {
  font-size: 5.4rem;
  letter-spacing: 2px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
}
.widebar h3 {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 300;
}
.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;
}
.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: 2.0rem;
  padding-top: 20px;
}
.widebar .price-table .price-cost {
  background-color: #414042;
  color: white;
  font-size: 4.0rem;
}
.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-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%;
  }
}
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-2.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,.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,.75) 0, rgba(0,0,0,.75) 100%);
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 1px 4px rgba(0,0,0,.5), 0 1px 2px 1px rgba(0,0,0,.25);
}
a.video-preview:hover div.video-preview-circle {
  background: linear-gradient(to bottom,rgba(128,128,128,.75) 0,rgba(0,0,0,.75) 100%);
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 1px 4px rgba(0,0,0,.75), 0 1px 4px 1px rgba(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,.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;
}
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: 20%;
  padding: 15px 0;
}
table.order-summary tr td:first-child {
  width: 60%;
}
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;
}
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.series-overview {
  display: table;
  width: 100%;
}
.series-overview div.overview-poster {
  vertical-align: top;
}
@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: 260px;
  }
}
.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;
}
.series-session {
  display: table;
  width: 100%;
  border-bottom: 1px solid #555;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.series-session .session-thumb {
  width: 165px;
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
}
.session-thumb img {
  width: 165px;
  height: 110px;
}
.series-session .session-info {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px 0 0;
}
.session-info h3 {
  margin-top: 0;
  font-size: 2.0rem;
}
.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;
}
.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;
}
.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%;
}
.text-attract {
  font-family: 'LatoWeb', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
}
.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%;
}

a#sg-logo > span {
  background-image: url(../png/header-logo-reversed-2.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;
}
