/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
.btn-primary {
  background-color: #fff;
  border: 2px solid #000;
  color:#000;
  border-radius: 30px;
  font-weight: 600;
}
.btn-primary:hover {
  background-color: #00FF00;
  border-color: #00FF00;
  color:#000;
}

.wtImage,
#homepageContentTable,
.portalLink {
  display:none;
}
br {
  content:" ";
}

.btn:active:focus, .btn:focus {
  outline: none !important;
  box-shadow: none;
  outline-offset: 0;
}
body {
  font-family: 'Helvetica', sans-serif;
  color: #000;
  font-size:13px;
}
header {
  background-color: #000;
}
header .container.top {
  text-align: right;
  padding:15px 0;
}
header .container.top a {
  color:#fff;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
  margin-right: 30px;
}
header .container.top a:hover {
  color:#00FF00;
}

header .navbar {
  background-color: #fff;
}
header .navbar img {
  width:100%;
  max-width: 300px;
}
header .navbar .navbar-nav {
  margin-left:auto;
}
header .navbar .navbar-toggler {
  background-image: url(https://app.prepareyourlegacy.com/users/myteam46900/Media443.png);
  height: 30px;
  width: 30px;
  background-position: center;
  background-size: contain;
}
header .navbar .navbar-toggler:hover {
  background-color: #d6d6d6;
}
header .navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.1rem;
}
header .navbar .navbar-nav .nav-item {
  align-items: center;
  padding:5px 20px;
}

header .navbar .navbar-nav .nav-item .nav-link {
  color:#555;
  font-weight: 500;
  font-size: 13px;
  transition: 0.3s;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color:#00FF00;
}

header .navbar .navbar-nav .nav-item .btn {
  font-size: 13px;
}

#myCarousel {
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.9023984593837535) 12%, rgba(0,0,0,1) 19%, rgba(0,0,0,1) 80%, rgba(0,0,0,0.8267682072829132) 100%);
  margin-bottom:0;
}
#myCarousel .carousel-item img {
  width:100%;
}

.marketing {
  padding:5rem 0;
  background-color: #FFFFFF;
  background-image: url(https://app.prepareyourlegacy.com/users/myteam46900/Media540.jpg);
  min-height: 600px;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}
.marketing h1 {
  font-weight: bolder;
}
.marketing .btn {
  font-size:18px;
  padding:10px 50px;
}

.bullets h1 {
  margin-bottom: 30px !important;
}
.bullets p {
  margin-bottom: 0;
}
.bullets .row {
  margin-bottom:20px;
}
.bullets .check img {
  width: 100%;
  max-width: 30px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  margin-top: 1rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-size:24px;
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
  font-size:13px;
}
/* rtl:end:ignore */

.profile {
  padding:3rem 0;
}

.testimonials {
  padding:3rem 0 1rem 0;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 27%) inset;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.download {
  padding:5rem 0;
  background-color: #FFFFFF;
  background-image: url(https://app.prepareyourlegacy.com/users/myteam46900/Media541.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}
.download .crisis-planner h1 {
  color:#fff;
}

.assessment {
  padding:5rem 0;
  background-color: #000;
}
.assessment h1,
.assessment p {
  color:#fff;
}
.assessment p {
  max-width:900px;
  display: block;
  margin: 10px auto;
}

.mastercoach {
  padding:3rem 0;
  background-color: #FFFFFF;
  background-image: url(https://app.prepareyourlegacy.com/users/myteam46900/Media539.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}
/* Featurettes
------------------------- */

.featurette-divider,
.info-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  height: 5px !important;
  border:#000;
  opacity: 1;
}

.info-divider {
  margin:2rem 0 1rem 0;
  height:8px !important;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
  color:#000;
  text-align: center;
}
.featurette img {
  display: block;
  margin: 0 auto 2rem auto;
}

.info {
  margin-top:50px;
}
.info img {
  width: 100%;
  max-width: 100px;
}
.info h2, .info p {
  color:#000;
  padding-right:50px;
}

.full-info {
  margin-top:50px;
}
.full-info img {
  width: 100%;
  padding: 0 30px;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
.full-info h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bolder;
}
.full-info h2, .full-info p {
  color:#000;
  padding-right:50px;
  text-align: left;
}
.full-info h3,
.full-info li {
  color:#000;
}
.full-info h3 {
  font-weight: bolder;
  padding-bottom:15px;
  font-size: 1.2rem;
}
.full-info li {
  padding-bottom:10px;
  text-align: left;
}
.full-info .highlights,
.full-info .track-record {
  padding: 0 100px 20px 100px;
}


.call-to-action {
  padding-top:10px;
}
.call-to-action h2 {
  margin-bottom:40px;
}
.call-to-action a {
  margin-top:10px;
}
.call-to-action img {
  width:100%;
  max-width: 30px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 13px;
    line-height: 1.4;
  }
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#what-they-say .carousel-inner {
  background-color: #fff;
  height: auto;
}
#what-they-say .carousel-inner .carousel-item {
  height: auto;
  padding:50px 0 100px 0;
}
#what-they-say .carousel-caption {
  position: relative;
  bottom:unset;
  left:unset;
  right:unset;
}
#what-they-say .carousel-indicators button {
  background-color: #5a5a5a;
}
#what-they-say .carousel-caption img {
  width:100%;
  max-width: 100px;
}
#what-they-say .carousel-caption h4, 
#what-they-say .carousel-caption p {
  color:#2b3b83;
}
#what-they-say .carousel-caption p {
  padding-top: 20px;
}

.form-container {
  padding:5rem 1rem 4rem 1rem;
  background-color: #FFFFFF;
  background-image: url(https://app.prepareyourlegacy.com/users/myteam46900/Media542.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}
.form-container h2 {
  margin-bottom: 20px;
  font-weight: bolder;
  color:#fff;
}
.form-container p {
  color:#fff;
}
.form-container button {
  display: block;
  margin: 30px auto 0 auto;
  border-radius: 25px;
  padding: 10px 30px;
}

.full-container {
  background-color: #000;
  padding: 50px 0;
  color:#fff;
}
.full-container a {
  color:#fff;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
  margin-right: 30px;
}
.full-container a:hover {
  color:#1869DE;
}
.full-container footer img {
  margin-left: -40px;
}
.full-container footer ul {
  width: 100%; 
  list-style-type: none; 
  display: flex; 
  padding: 0;
  margin-top:20px;
}
.full-container footer ul li {
  width: 100%; 
  box-sizing:inherit; 
  flex-wrap: nowrap;
}

/*Carousel Testimonials*/
@media (max-width:991.98px) {
  .padding {
      padding: 1.5rem
  }
}

@media (max-width:767.98px) {
  .padding {
      padding: 1rem
  }
}

.padding {
  padding: 5rem
}

.card {
  position: relative;
  display: flex;
  width: 350px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 11px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
}

.card .card-body {
  padding: 1rem 1rem
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem
}

.card-body p {
  font-size: 1.2rem;
  margin-bottom: .5rem;
  line-height: 1.5rem
}

.card-body h4 {
  line-height: .2 !important
}

.profile {
  margin-top: 16px;
  margin-left: 11px;
  text-align:center;
}

.profile-pic {
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 150px;
  border-radius: 15px;
}

.cust-name {
  font-size: 18px;
  font-weight:bolder;
}

.cust-profession {
  font-size: 14px;
}

.items {
  width: 100%;
  margin: 0px auto;
  margin-top: 50px;
  margin-bottom:50px;
}

.slick-slide {
  margin: 10px;
  height: unset;
}

.slick-prev, .slick-next {
  font-size: 10px;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #000;
  border-radius: 14px;
  opacity: 0.8;
  transition: 500ms;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 1;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
  content: '<';
}
.slick-next:before {
  content: '>';
}
.slick-prev {
  left: -20px;
  padding-left:8px;
}
.slick-next {
  right: -20px;
  padding-left: 8px;
}
/* END Carouse Testimonials */

.header-title h1 {
  margin:20px 0;
  text-align: center;
  color:#000;
  font-weight: bolder;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .carousel {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }

  header .navbar img {
    max-width: 200px;
  }
  header .navbar .navbar-nav .nav-item {
    border-bottom:1px dotted #000;
  }
  header .container.top a {
    margin-right: 0;
  }
  .info h2, .info p {
    padding-right:0;
  }
  .full-info h2 {
    padding:20px 0 0 0;
    text-align: center;
  }
  .full-info p {
    text-align: center;
    padding:0;
  }
  .info {
    margin-top:10px;
  }
  .featurette-heading {
    margin-bottom: 50px;
  }
  .col-1 {
    padding:0;
  }
  .full-container footer ul li span{
    display: none;
  }
  .full-info .highlights,
  .full-info .track-record {
    padding: 0 30px 20px 30px;
  }

  .slick-prev {
    left: 0;
    z-index: 999;
  }
  .slick-next {
    right: 0;
  }
}