/*   
Theme Name: InspireMore Support
Theme URI: https://inspiremore.com
Description: InspireMore Support
Author: InspireMore
Author URI: https://inspiremore.com
Version: 1
*/
body {
  background-color: #f4f4f5 !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 130%;
  color: #3B3B3B;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.color-orange {
  color: #FF674C !important;
}
.color-lightorange {
  color: #FF8D6B;
}
.source-serif {
  font-family: 'Source Serif Pro', serif;
}
.source-sans {
  font-family: 'Source Sans Pro', sans-serif;
}
.form-control {
  border-radius: 0;
  border: none;
}
a {
  color: #3B3B3B;
  transition: 0.4s all;
}
a:hover {
  color: #FF674C;
  text-decoration: none;
}
a.orange {
  color: #FF674C;
}
p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
p strong {
  font-weight: 700  !important;
  font-size: 20px !important;
}
p.big {
  font-size: 30px;
}
@media (max-width: 991px) {
  p.big {
    font-size: 18px;
  }
}
.checkout-content p {
  max-width: 900px;
  font-size: 17px;
}
.checkout-content h1 {
  margin: 30px 0;
  max-width: 900px;
  color: #FF674C;
}
.checkout-content a {
  background: none;
  text-decoration: underline;
  color: #000;
}
.checkout-content a:hover {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Serif Pro', serif;
}
h1 {
  font-family: 'Source Serif Pro', serif;
  font-size: 40px;
  font-weight: 700 !important;
  line-height: 3rem;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-family: 'Source Serif Pro', serif;
  font-size: 40px;
  font-weight: 700 !important;
  max-width: 900px;
  margin: 0 auto 20px auto;
}
@media (max-width: 991px) {
  h2 {
    font-size: 24px;
    text-align: center;
  }
}
h5 {
  font-size: 16px;
}
.container-full p.mb-5.big {
  line-height: 2rem;
}
p {
  font-size: 16px;
  line-height: 1.4rem;
  max-width: 650px;
  margin: 0 auto 20px auto;
}
p span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ml-5 {
  margin-left: 0 !important;
}
.intro p {
  font-size: 24px;
  font-family: 'Source Serif Pro', serif;
  max-width: 900px;
  margin: 0 auto 30px auto;
  line-height: 150%;
}
@media (max-width: 991px) {
  .intro p {
    font-size: 17px;
  }
}
.intro p em {
  font-size: 50px;
}
@media (max-width: 991px) {
  .intro p em {
    font-size: 30px;
  }
}
.container-full {
  min-height: 100vh;
  width: 100%;
  padding: 70px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991px) {
  .container-full {
    height: auto;
    padding: 50px 20px;
    min-height: 200px;
  }
}
.container-full.height-auto {
  height: auto;
  min-height: 200px;
}
.container-full .logo {
  width: 200px;
  height: auto;
}
.container-full .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  z-index: 0;
}
.container-full .overlay.dotted {
  background-image: url('../images/homepage-dots.png');
}
.container-full.orange {
  background-color: #FF674C;
}
.container-full.white {
  background-color: #fff;
}
.container-full.white h2 {
  color: #FF674C;
}
.container-full.lightorange {
  background-color: #FF8D6B;
}
.container-full.lightorange h1,
.container-full.lightorange h2 {
  color: #fff;
}
.container-full.lightorange p {
  color: #fff;
  font-weight: 300;
  line-height: 140%;
}
.container-full.yellow {
  background-color: #ffda6b;
}
.container-full.yellow h2,
.container-full.yellow p {
  color: #3B3B3B;
}
.container-full.lightpink {
  background-color: #EEE3E4;
}
.container-full.lightpink h2,
.container-full.lightpink p {
  color: #FF674C;
}
.container-full.blue {
  background-color: #808E99;
}
.container-full.blue h2,
.container-full.blue p {
  color: #fff;
}
.container-full.orange {
  background-color: #FF674C;
}
.container-full.orange h2,
.container-full.orange p {
  color: #fff;
}
.container-full.lighterorange {
  background-color: #fff4f0;
}
.container-full.lighterorange h2,
.container-full.lighterorange p {
  color: #FF8D6B;
}
.container-full.grey {
  background-color: #f2f2f2;
}
.container-full.membership-matters h3 {
  font-weight: 900;
}
.container-full.membership-matters .fas {
  color: #FF674C;
  font-size: 80px;
}
.container-full.membership-matters .card {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.pager {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  z-index: 10;
}
@media (max-width: 991px) {
  .pager {
    display: none;
  }
}
.pager li {
  list-style: none;
}
.pager li a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: white;
  position: relative;
  padding: 4px;
}
.pager li a:hover .hover-text {
  opacity: 1;
}
.pager li a:after {
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  right: 4px;
  bottom: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.pager li a.active:after {
  background-color: #fff;
}
.pager li a .hover-text {
  position: absolute;
  right: 15px;
  top: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  width: 150px;
  text-align: right;
}
.quote-container {
  background-color: #fff;
  border-radius: 25px;
  padding: 30px;
}
.quote-container img {
  border-radius: 100%;
  margin: 0 auto 30px auto;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.32);
}
.quote-container p {
  font-family: 'Source Sans Pro', sans-serif;
}
.quote-container p.name {
  color: #FF674C;
  font-family: 'Source Serif Pro', serif;
}
.carousel-indicators {
  bottom: -90px;
}
.accordion {
  max-width: 900px;
  margin: 50px auto;
}
.accordion .card-body p {
  color: #3B3B3B;
  max-width: none;
  margin: 0;
}
.card {
  background-color: #fff;
  border: none;
}
.card .card-header {
  border-bottom: 1px solid #EEE3E4;
  margin-bottom: 0 !important;
  background-color: #fff;
}
.card .card-header a {
  color: #FF674C;
}
.card .card-body {
  color: #3B3B3B;
}
.site .btn,
.site .simpay-btn {
  padding: 15px 40px;
  font-size: 18px;
  color: #fff !important;
}
@media (max-width: 991px) {
  .site .btn,
  .site .simpay-btn {
    padding: 15px 20px;
  }
}
.site .btn.btn-primary-im,
.site .simpay-btn.btn-primary-im {
  background-color: #FF674C;
  border-color: #FF674C;
  font-family: 'Source Serif Pro', serif;
}
.simpay-btn {
  padding: 15px 20px;
  font-size: 18px;
  color: #fff !important;
  background-color: #FF674C;
  font-family: 'Source Serif Pro', serif;
  display: block;
  border: 1px solid transparent;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.25rem;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .simpay-btn {
    margin: 0 auto;
    font-size: 14px;
  }
}
.simpay-btn.simpay-disabled {
  display: block;
  width: 100%;
}
.small-image {
  position: absolute;
  bottom: 130px;
  right: -35px;
  width: 70px;
  height: auto;
  z-index: 1;
}
.small-image img {
  width: 100%;
}
.pricing-table .simpay-form-wrap {
  margin-top: 20px;
}
.pricing-table div.checkmarks ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #FF674C;
  position: absolute;
  left: 0;
}
.pricing-table div.checkmarks ul li.not-included {
  opacity: 0.4;
}
.pricing-table div.checkmarks ul li.not-included:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #3B3B3B;
  position: absolute;
  left: 0;
}
.pricing-table ul {
  margin: 0 15px;
}
.pricing-table ul li {
  padding: 0 0 0 25px;
  position: relative;
  margin: 0 0 10px 0;
}
.pricing-table ul li.not-included {
  opacity: 0.4;
}
.pricing-table .btn.btn-primary-im {
  font-size: 18px;
  padding: 15px 20px;
}
.pricing-table .fa-close {
  color: #000;
}
.pricing-table .fa-check {
  color: #FF674C;
}
.pricing-table .card {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.pricing-table .card h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.pricing-table .card .smaller {
  text-align: center;
  color: #3B3B3B;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.pricing-table .card.main {
  background-color: #fff4f0;
  box-shadow: inset 0 0 2px #000;
}
.pricing-table .card .card-title {
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
}
.pricing-table .card .card-price {
  font-size: 2.5rem;
}
.pricing-table .card .card-price .term {
  font-size: 0.875rem;
}
.pricing-table .card .card-price .impact {
  font-size: 0.875rem;
  max-width: 150px;
  display: inline-block;
  text-align: left;
  margin: 0 0 0 10px;
}
.pricing-table .fa-ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.support-stories h3 {
  color: #3B3B3B;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700 !important;
  font-size: 17px;
  margin: 5px 0 10px 0;
}
.support-stories .category-icon {
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 30px;
  color: #FF8D6B;
}
.support-stories .count {
  color: #FF8D6B;
  font-weight: 700 !important;
  font-size: 20px;
}
.reach h2 {
  margin: 0 15px;
  font-size: 28px;
  color: #3B3B3B !important;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 991px) {
  .reach h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.bg.yellow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #fff1c9;
  background: -moz-linear-gradient(-180deg, #fff1c9 0%, #ffda6b 100%);
  background: -webkit-linear-gradient(-180deg, #fff1c9 0%, #ffda6b 100%);
  background: linear-gradient(-180deg, #fff1c9 0%, #ffda6b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff1c9", endColorstr="#ffda6b", GradientType=1);
  z-index: -1;
}
.perks .perk .fas,
.perks .perk .fa {
  font-size: 17px;
}
.perks .perk h3 {
  font-size: 17px;
  display: inline-block;
  margin: 0 0 0 10px;
}
.perks .perk p {
  margin: 10px 0 30px 0;
}
@media (min-width: 992px) {
  .pricing-table .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@-ms-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
.scroll-down {
  margin: 0 auto;
  border: 2px solid #fff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  display: none;
}
.scroll-down a {
  display: block;
  opacity: 0;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  -moz-background-size: 0 auto;
  -o-background-size: 0 auto;
  -webkit-background-size: 0 auto;
  background-size: 0 auto;
  -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0s infinite normal ease forwards;
  animation: pulse 1.5s 0s infinite normal ease forwards;
  background-image: url("https://jamesmuspratt.com/codepen/img/arrow-down.svg");
  background-repeat: no-repeat;
}
.scroll-down a:before,
.scroll-down a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("https://jamesmuspratt.com/codepen/img/arrow-down.svg") no-repeat center top;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.scroll-down a:before {
  -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  animation: pulse 1.5s 0.25s infinite normal ease forwards;
}
.scroll-down a:after {
  -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  animation: pulse 1.5s 0.5s infinite normal ease forwards;
}
.scroll-down a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.quotes .divider {
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
  margin: 20px auto;
}
.quotes .swiper-slide h4 {
  font-size: 60px;
  font-family: 'Source Serif Pro', serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .quotes .swiper-slide h4 {
    font-size: 30px;
  }
}
.quotes .swiper-slide p {
  font-size: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  max-width: none;
  position: relative;
  padding: 0 60px;
  color: #000;
}
@media (max-width: 991px) {
  .quotes .swiper-slide p {
    font-size: 16px;
    padding: 0 30px;
  }
}
.quotes .swiper-slide p:before {
  content: '"';
  font-size: 100px;
  font-family: 'Source Serif Pro', serif;
  font-style: italic;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  margin-top: 35px;
  margin-left: -70px;
  z-index: -1;
}
@media (max-width: 991px) {
  .quotes .swiper-slide p:before {
    font-size: 60px;
    margin-left: -40px;
    margin-top: 15px;
  }
}
.quotes .swiper-slide p:after {
  content: '"';
  font-size: 100px;
  font-family: 'Source Serif Pro', serif;
  font-style: italic;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  margin-right: -60px;
  z-index: -1;
  bottom: -30px;
}
@media (max-width: 991px) {
  .quotes .swiper-slide p:after {
    font-size: 60px;
    bottom: -20px;
  }
}
.slide-logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-image: url('../images/logo-black.png');
  width: 100px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
}
@media (max-width: 991px) {
  .slide-logo {
    display: none;
  }
}
.notification-bar-wrapper {
  display: none;
}
@media (max-width: 991px) {
  .mobile-centered {
    text-align: center !important;
  }
}
.quotes-carousel {
  background-color: #fff;
  padding: 20px 50px;
  -webkit-box-shadow: 10px 10px 0px 0px #FF8D6B;
  -moz-box-shadow: 10px 10px 0px 0px #FF8D6B;
  box-shadow: 10px 10px 0px 0px #FF8D6B;
  max-width: 750px;
  margin: 0 auto;
}
.quotes-carousel .carousel-inner .single-quote {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
}
.quotes-carousel .carousel-indicators {
  bottom: -95px;
}
.quotes-carousel .carousel-indicators li {
  background-color: #FF8D6B;
  width: 20px;
  height: 7px;
}
.quotes-carousel .carousel-indicators li.active {
  background-color: #FF674C;
}
.quotes-carousel .carousel-control-prev,
.quotes-carousel .carousel-control-next {
  width: 40px;
  filter: invert(100%);
}
.quotes-carousel .carousel-control-prev {
  left: -50px;
}
.quotes-carousel .carousel-control-next {
  right: -50px;
}
.quotes-carousel p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .quotes-carousel p {
    font-size: 16px;
  }
}
.quotes-carousel p.quote {
  padding-top: 50px;
}
.quotes-carousel p.quote:after {
  content: "“";
  font-size: 70px;
  font-family: 'Source Serif Pro', serif;
  font-weight: 700;
  color: #FF674C;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 40px;
  left: 0;
}
.quotes-carousel p.author {
  color: #FF674C;
  font-weight: 600;
}
.accordion .card p a {
  background: none !important;
  font-weight: 600;
}
/* Remove Logo from Bottom Right of Slides */
.slide-logo {
  display: none;
}
/* Remove Dotted Backgrounds */
div.overlay.dotted {
  display: none;
}
/* Remove Membership CTA */
body > div.site > div.container-full.lighterorange.quotes > div.container > div.row {
  display: none;
}
/* Remove Bottom of Last Card */
#tiers > section > div > div > div:nth-child(3) > div.card {
  margin-bottom: 0px !important;
}
/* Height Fix for Quotes indicator */
.quotes-carousel .carousel-indicators {
  bottom: -80px !important;
}
/* Subheader for Teir Titles */
h6.grey-text {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  -webkit-font-smoothing: subpixel-antialiased;
  font: normal 15px/1.5em 'Raleway', arial, sans-serif;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 130%;
  color: #3B3B3B;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* Text Color Changes to Quotes */
div.site > div:nth-child(4) > div.container > h2 {
  color: #3B3B3B;
}
div.site > div:nth-child(4) > div.container > p {
  color: #3B3B3B;
}
#quotesCarousel > div > div.carousel-item > div > p.quote {
  color: #3B3B3B;
}
/* #quotesCarousel > div > div.carousel-item > div > p.quote:after {
	color: #000;
} */
/* #quotesCarousel {
	padding: 20px 10px;
} */
.quotes-carousel p {
  text-align: left;
}
.quotes-carousel p.author {
  margin: 0;
}
#quotesCarousel > div > div.carousel-item > div > p.author {
  color: #3B3B3B !important;
  width: 100%;
}
/* Hide CTA Button on Qoutes */
body > div.site > div:nth-child(4) > div.container > div.row > div {
  display: none;
}
/* Hide Checkmarks on Plan Selectors */
div.simpay-plan-wrapper.simpay-form-control > ul > li:before {
  content: "";
}
/* Fix Shirt Position */
.small-image {
  bottom: 220px !important;
}
/* Make Links Orange */
#tiers > section > div > div > div.col-12.text-center > p > strong > span > a,
#tiers > div.container.text-center > p > strong > a {
  background: none;
  color: #FF674C;
  text-decoration: underline;
}
/* Make <strong> same color */
#tiers > section > div > div > div.col-12.text-center > p > strong {
  color: #222222;
}
/* Make Button Less Vertically High */
.simpay-btn {
  padding: 10px 35px;
}
