body,
html {
  width: 100%;
  height: 100%;
}

body,
p {
  color: #000000;
  font: 1.3rem/2rem "Helvetica Neue", "Roboto", sans-serif;
}

hr {
  width: 100%;
  height: 1px;
  margin: 0.25rem auto 0.25rem auto;
  border: none;
  background-color: #b5bcc4;
  opacity: 0.2;
}

form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-large {
  color: #000000;
  font: 700 1.5rem/2rem "Helvetica Neue", "Roboto", sans-serif;
  text-align: left;
  padding-right: 130px;
}

.p-small {
  color: #000000;
  font: 400 0.75rem/1.25rem "Helvetica Neue", "Roboto", sans-serif;
  padding: 12px 0px;
}

.p-heading {
  margin-bottom: 3.75rem;
  text-align: center;
}

.li-space-lg li {
  margin-bottom: 0.375rem;
}

.indent {
  padding-left: 1.25rem;
}

.material-icons {
  font-size: 54px !important;
  padding: 20px;
  color: #9E9E9E;
}

h1 {
  color: #003bc6;
  font: 900 2.5rem/2.875rem "Helvetica Neue", "Roboto", sans-serif;
}

h2 {
  color: #003bc6;
  font: 900 2.25rem/2.75rem "Helvetica Neue", "Roboto", sans-serif;
  margin: 5px 0px 20px 0px;
}

h3 {
  color: #003bc6;
  font: 900 1.75rem/2.125rem "Helvetica Neue", "Roboto", sans-serif;
}

h4 {
  color: #003bc6;
  font: 900 1.375rem/1.75rem "Helvetica Neue", "Roboto", sans-serif;
}

h5 {
  color: #003bc6;
  font: 900 1.125rem/1.625rem "Helvetica Neue", "Roboto", sans-serif;
}

h6 {
  color: #003bc6;
  font: 900 1rem/1.5rem "Helvetica Neue", "Roboto", sans-serif;
}

a {
  color: #003bc6;
  text-decoration: none;
}

a:hover {
  color: #db0e11;
  text-decoration: underline;
}

a.white {
  color: #fff;
}

.grow {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.text-header1 {
  display: none;
}

.header-list {
  display: none;
}

.about-list {
  padding: 20px;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info p {
  font: 0.8rem "Helvetica Neue", "Roboto", sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar-dark .navbar-nav .nav-link {
  color: #003bc6;
  font-size: 1.2rem;
  text-decoration: none;
}

.landing-button {
  background-color: #003bc6 !important;
  border-color: transparent !important;
  border-radius: 1.7rem !important;
}

.landing-button:hover {
  background-color: #db0e11 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.form-group {
  position: relative;
  margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
  margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
  margin-top: 0.375rem;
}

.label-control {
  position: absolute;
  top: 0.87rem;
  left: 1.375rem;
  color: #f1f1f8;
  opacity: 1;
  font: 400 0.875rem/1.375rem "Helvetica Neue", "Roboto", sans-serif;
  cursor: text;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.about .about-infos {
  background: #e6e6e6;
  color: #000000;
  text-align: left;
  font: 400 1.2rem/1.5rem "Helvetica Neue", "Roboto", sans-serif;
  margin: 0px -20px;
}

.about .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.about .social-logos {
  margin: 20px;
}

.about .social-logos a {
  text-decoration: none;
}

.about li {
  margin: 16px;
}

.investments .investments-infos {
  color: #000000;
  text-align: center;
}

.investments li {
  margin: 16px;
}

.media .media-infos {
  color: #000000;
  text-align: center;
  margin: 0px 50px 70px;
  padding: 20px;
}

.media li {
  margin: 16px;
}

.booklist-footer h4 {
  font: 900 3rem/4rem "Helvetica Neue", "Roboto", sans-serif !important;
  color: #ffffff !important;
}

.booklist-footer h2 {
  font: 600 1.2rem/1.5rem "Helvetica Neue", "Roboto", sans-serif !important;
}

.landing-mobile {
  margin-top: 0px;
  margin-bottom: -95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.header-content.landing {
  padding-top: 2rem !important;
  background-image: none !important;
  background: #eaeaea;
}

.header-content.landing img {
  width: 100%;
}

.header-content.landing p {
  font: 500 1.2rem/2rem "Helvetica Neue", "Roboto", sans-serif;
  color: #003bc6 !important;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .label-control {
    top: 0.9375rem;
  }
}

.form-control-input:focus+.label-control,
.form-control-input.notEmpty+.label-control {
  top: 0.125rem;
  opacity: 1;
  font-size: 0.75rem;
  font-weight: 700;
}

.form-control-textarea:focus+.label-control,
.form-control-textarea.notEmpty+.label-control {
  top: 0.125rem;
  opacity: 1;
  font-size: 0.75rem;
  font-weight: 700;
}

.form-control-input {
  display: block;
  width: 100%;
  padding-top: 1.0625rem;
  padding-bottom: 0.0625rem;
  padding-left: 1.3125rem;
  border: 1px solid #9791ae;
  border-radius: 1rem 0px 0px 1rem;
  background-color: #413d52;
  color: #f1f1f8;
  font: 400 0.875rem/1.875rem "Helvetica Neue", "Roboto", sans-serif;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-appearance: none;
}

.form-control-textarea {
  display: block;
  width: 100%;
  height: 8rem;
  padding-top: 1.25rem;
  padding-left: 1.3125rem;
  border: 1px solid #9791ae;
  border-radius: 0.25rem;
  background-color: #413d52;
  color: #f1f1f8;
  font: 400 0.875rem/1.75rem "Helvetica Neue", "Roboto", sans-serif;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
  border: 1px solid #f1f1f8;
  outline: none;
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
  border: 1px solid #f1f1f8;
}

.form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.125rem;
  border: 1px solid #db0e11;
  border-radius: 1.5rem;
  background-color: #db0e11;
  color: #fff;
  font: 700 0.75rem/1.75rem "Helvetica Neue", "Roboto", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-control-submit-button:hover {
  background-color: transparent;
  color: #db0e11;
}

.help-block.with-errors .list-unstyled {
  color: #f1f1f8;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: left;
}

.help-block.with-errors ul {
  margin-bottom: 0;
}

.spinner-wrapper {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #003bc6;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.75rem;
  height: 1.25rem;
  margin: -0.625rem 0 0 -1.875rem;
  text-align: center;
}

.spinner>div {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #fff;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.logo-desk {
  display: none;
}

.logo-mobile {
  width: 220px;
  margin-top: 8px;
}

.navbar-custom {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font: 700 0.75rem/2rem "Helvetica Neue", "Roboto", sans-serif;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.logo {
  width: 75%;
}

.navbar-custom .navbar-brand.logo-image img {
  width: 300px;
  margin-top: -100px;
  height: 250px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar-custom .navbar-nav {
  margin-top: 0.75rem;
}

.navbar-custom .dropdown:hover>.dropdown-menu {
  display: block;
  min-width: auto;
  -webkit-animation: fadeDropdown 0.2s;
  animation: fadeDropdown 0.2s;
}

@-webkit-keyframes fadeDropdown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeDropdown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.info {
  z-index: 99999;
  text-transform: uppercase;
  background: #003bc6;
  padding: 1px 0px 1px;
}

.info a {
  color: #ffffff;
  text-decoration: none;
}

.info a:hover {
  color: #db0e11 !important;
  text-decoration: none !important;
}

.info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 6px;
  color: #fff;
}

.navbar-custom .dropdown-toggle:focus {
  outline: 0;
}

.navbar-custom .dropdown-menu {
  margin-top: 0;
  border: none;
  border-radius: 0.25rem;
  background-color: #003bc6;
}

.navbar-custom .dropdown-item {
  color: #fff;
  text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
  background-color: #003bc6;
}

.navbar-custom .dropdown-item .item-text {
  font: 700 0.75rem/1.5rem "Helvetica Neue", "Roboto", sans-serif;
}

.navbar-custom .dropdown-item:hover .item-text {
  color: #db0e11;
}

.navbar-custom .dropdown-items-divide-hr {
  width: 100%;
  height: 1px;
  margin: 0.25rem auto 0.25rem auto;
  border: none;
  background-color: #b5bcc4;
  opacity: 0.2;
}

.navbar-custom .social-icons {
  display: none;
}

.navbar-custom .navbar-toggler {
  border: none;
  color: #0222b8;
  font-size: 2rem;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times {
  display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars {
  display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars {
  display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times {
  display: inline-block;
  margin-right: 0.125rem;
}

.header {
  background: #ffffff;
}

.header-content.booklist {
  background: #e6e6e6;
  background-image: none !important;
  padding: 4rem 0px !important;
  text-align: center !important;
}

.header .header-content {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  text-align: center;
  background-image: url(../images/header-image.png);
  background-size: 800px 500px;
  background-repeat: no-repeat;
  background-position: center;
}

.header .text-container {
  margin-bottom: 3rem;
}

.header h1 {
  margin-bottom: 1rem;
}

.header .p-large {
  margin-bottom: 2rem;
}

.header-call-mobile {
  padding: 20px;
  text-align: center;
}

.header-call-mobile .text-header1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  line-height: 2rem;
}

.header-call-mobile ul.header-list {
  padding: 0px;
  font-size: 1.2rem;
  line-height: 2rem;
}

.header-call-mobile .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

button.btn.btn-primary.w-100.subscribe-header-button {
  width: 200px !important;
  margin-left: -31%;
}

.unstoppable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.featured {
  padding-top: 2.5rem;
  padding-bottom: 5.375rem;
  background-color: #ffffff;
  text-align: center;
}

.featured-landing {
  margin-top: 26rem;
}

.subscribe-booklist {
  padding: 2.5rem 0rem;
  background-color: #003bc6;
  text-align: center;
}

.subscribe-booklist.getbook.subscribe-header-input {
  margin-left: 4rem;
}

.footer-margin-about {
  margin-top: -47px;
}

.footer-about {
  margin-top: 21rem !important;
}

.featured #featured .cell {
  display: inline-block;
  width: 8rem;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 2rem;
}

.featured #featured .featured-value {
  vertical-align: middle;
}

.featured #featured .featured-value img {
  width: 100%;
}

.featured #featured .featured-info {
  margin-bottom: 0;
  color: #db0e11;
  font: 400 0.875rem/1.25rem "Helvetica Neue", "Roboto", sans-serif;
  vertical-align: middle;
}

.investments {
  padding-top: 6.5rem;
  padding-bottom: 5.375rem;
  background-color: #ffffff;
  text-align: center;
}

.investments #investments .cell {
  display: inline-block;
  width: 8rem;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding: 10px;
}

.investments #investments .investments-value {
  vertical-align: middle;
  position: relative;
}

.investments #investments .investments-value img {
  width: 100%;
}

.investments #investments .investments-info {
  margin-bottom: 0;
  color: #db0e11;
  font: 400 0.875rem/1.25rem "Helvetica Neue", "Roboto", sans-serif;
  vertical-align: middle;
}

.david-quote {
  padding-top: 0rem;
  padding-bottom: 7rem;
  text-align: center;
  background-image: url(../images/header-image.png);
  background-size: cover;
}

.david-quote .text-container {
  text-align: left;
}

.media {
  padding-top: 6.5rem;
  padding-bottom: 5.375rem;
  background-color: #ffffff;
  text-align: center;
}

.media #media .cell {
  display: inline-block;
  width: 14rem;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.media #media .media-value {
  vertical-align: middle;
}

.media #media .media-value img {
  width: 100%;
}

.media #media .media-info {
  margin-bottom: 0;
  color: #db0e11;
  font: 400 0.875rem/1.25rem "Helvetica Neue", "Roboto", sans-serif;
  vertical-align: middle;
}

.booklist-numbers {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  text-align: center;
}

.booklist-numbers h1 {
  color: #003bc6;
  font: 900 3rem/4rem "Helvetica Neue", "Roboto", sans-serif;
}

.booklist-numbers p {
  color: #003bc6;
  font: 500 1.3rem/2rem "Helvetica Neue", "Roboto", sans-serif;
}

.booklist-numbers #booklist-numbers .cell {
  display: inline-block;
  width: 9rem;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 2rem;
}

.booklist-numbers #booklist-numbers .booklist-numbers-value {
  vertical-align: middle;
}

.testimonial {
  padding-top: 10rem;
  padding-bottom: 5.375rem;
  background-color: #e6e6e6;
  text-align: center;
}

.testimonial #testimonial .cell {
  display: inline-block;
  width: 12rem;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 2rem;
}

.testimonial #testimonial .testimonial-value {
  vertical-align: middle;
}

.testimonial #testimonial .testimonial-value img {
  width: 100%;
  min-width: 140px;
}

.testimonial #testimonial .testimonial-value .small {
  font: 0.8rem/1rem "Helvetica Neue", "Roboto", sans-serif;
  color: #000000;
  margin-top: -14px;
  padding: 5px;
}

.testimonial #testimonial .testimonial-value .quote {
  font: 1rem/1.5rem "Helvetica Neue", "Roboto", sans-serif;
  color: #000000;
  margin-top: 20px;
  font-style: italic;
}

.testimonial #testimonial .testimonial-value .name {
  font-weight: 700;
}

.testimonial #testimonial .testimonial-info {
  margin-bottom: 0;
  color: #db0e11;
  font: 400 0.875rem/1.25rem "Helvetica Neue", "Roboto", sans-serif;
  vertical-align: middle;
}

.testimonial.landing {
  background-color: white;
}

.testimonial.landing #testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial.landing #testimonial .testimonial-value {
  font: 1.2rem/1.5rem "Helvetica Neue", "Roboto", sans-serif;
}

.testimonial.landing #testimonial .testimonial-value img {
  max-width: 170px;
  border-radius: 50%;
}

.testimonial.landing #testimonial .testimonial-value .quote {
  font: 600 1.2rem/1.5rem "Helvetica Neue", "Roboto", sans-serif;
  color: #000000;
  margin-top: 20px;
  font-style: italic;
}

.testimonial.landing #testimonial .testimonial-value .name {
  color: #003bc6;
  font: 700 1.2rem/1rem "Helvetica Neue", "Roboto", sans-serif;
}

.bonus {
  padding-top: 10rem;
  padding-bottom: 5.375rem;
  background-color: #e6e6e6;
  text-align: center;
}

.bonus #bonus .cell {
  display: inline-block;
  width: 12rem;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 2rem;
}

.bonus #bonus .bonus-value {
  vertical-align: middle;
}

.bonus #bonus .bonus-value img {
  width: 100%;
  min-width: 140px;
}

.bonus #bonus .bonus-value .small {
  font: 0.8rem/1rem "Helvetica Neue", "Roboto", sans-serif;
  color: #000000;
  margin-top: -14px;
  padding: 5px;
}

.bonus #bonus .bonus-value .quote {
  font: 1rem/1.5rem "Helvetica Neue", "Roboto", sans-serif;
  color: #000000;
  margin-top: 20px;
  font-style: italic;
}

.bonus #bonus .bonus-value .name {
  font-weight: 700;
}

.bonus #bonus .bonus-info {
  margin-bottom: 0;
  color: #db0e11;
  font: 400 0.875rem/1.25rem "Helvetica Neue", "Roboto", sans-serif;
  vertical-align: middle;
}

.bonus.landing {
  background-color: white;
}

.bonus.landing #bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bonus.landing #bonus .bonus-value {
  font: 1.2rem/1.5rem "Helvetica Neue", "Roboto", sans-serif;
}

.bonus.landing #bonus .bonus-value img {
  max-width: 170px;
  border-radius: 50%;
}

.bonus.landing #bonus .bonus-value .quote {
  font: 600 1.2rem/1.5rem "Helvetica Neue", "Roboto", sans-serif;
  color: #000000;
  margin-top: 20px;
  font-style: italic;
}

.bonus.landing #bonus .bonus-value .name {
  color: #003bc6;
  font: 700 1.2rem/1rem "Helvetica Neue", "Roboto", sans-serif;
}

.corevalues {
  padding-top: 6rem;
  padding-bottom: 5.375rem;
  background-color: #ffffff;
  text-align: center;
}

.corevalues h4 {
  color: #181818;
}

.corevalues p {
  text-align: center;
}

.booklist-curated {
  padding-top: 6rem;
  padding-bottom: 5.375rem;
  background: #ebebeb url(./../images/booklist-bg-1.png);
  text-align: left;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 773px 299px;
  height: 92vh;
}

.booklist-infos {
  padding-top: 6rem;
  padding-bottom: 5.375rem;
  background-color: #ffffff;
  text-align: center;
}

.booklist-infos p {
  text-align: center;
}

.booklist-infos h4 {
  color: #003bc6;
  font: 500 1.8rem/2.5rem "Helvetica Neue", "Roboto", sans-serif;
}

.about {
  padding-top: 6rem;
  background-color: #ffffff;
  text-align: center;
}

.about p {
  text-align: center;
  margin: 0px 50px 70px;
}

.subscribe {
  padding-top: 0rem;
  padding-bottom: 0;
  background-color: #003bc6;
  text-align: center;
  z-index: 9997;
  position: absolute;
}

.subscribe h2 {
  color: #ffffff;
  font: 700 1.6rem/2rem "Helvetica Neue", "Roboto", sans-serif;
  margin: 5px 0px 20px 0px;
  padding: 17px 2rem;
}

.subscribe p {
  color: #ffffff;
  text-align: center;
}

.landing-info {
  padding-top: 6rem;
  padding-bottom: 5.375rem;
  background-color: #003bc6;
  text-align: center;
}

.landing-info p {
  color: #ffffff;
  text-align: center;
}

.landing-info h2 {
  color: #ffffff;
  text-align: center;
}

.landing-info h4 {
  color: #ffffff;
  font: 300 1.75rem/2rem "Helvetica Neue", "Roboto", sans-serif;
}

.landing-info .landing-info-button {
  background-color: #ffffff !important;
  border-color: transparent !important;
  border-radius: 1.7rem !important;
  color: #003bc6 !important;
}

.landing-info .landing-info-button:hover {
  background-color: #db0e11 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.improve img {
  width: 100%;
}

.landing-info-buy {
  padding-top: 6rem;
  padding-bottom: 5.375rem;
  background-color: #e6e6e6;
  text-align: center;
}

.landing-info-buy p {
  color: #000000;
  text-align: center;
}

.landing-info-buy .landing-info-button {
  background-color: #ffffff !important;
  border-color: transparent !important;
  border-radius: 1.7rem !important;
  color: #003bc6 !important;
}

.landing-info-buy .landing-info-button:hover {
  background-color: #db0e11 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.form {
  padding-top: 6.25rem;
  padding-bottom: 5.625rem;
}

.form h2 {
  margin-bottom: 1.125rem;
  text-align: center;
}

.form .list-unstyled {
  margin-bottom: 3.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}

.form .list-unstyled .fas,
.form .list-unstyled .fab {
  margin-right: 0.5rem;
  font-size: 0.875rem;
  color: #db0e11;
}

.footer {
  padding-top: 3rem;
  background-color: #ffffff;
  text-align: center;
}

.form-control {
  height: 55px;
}

.btn-primary {
  color: #fff;
  background-color: #db0e11;
  border-color: #db0e11;
  padding: 15px;
  height: 56px;
  font: 700 1.2rem/1.5rem "Helvetica Neue", "Roboto", sans-serif;
  margin: 10px 0px;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
}

.footer {
  margin-top: 26rem;
}

.footer .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .navbar-nav a {
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  color: #003bc6;
  font-size: 1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 900;
}

.footer .navbar-nav a:hover {
  color: #db0e11;
}

.footer h4 {
  margin-bottom: 1rem;
}

.footer .fa-stack {
  margin-bottom: 0.75rem;
  margin-right: 0.5rem;
  font-size: 1rem;
}

.footer .fa-stack .fa-stack-1x {
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer .fa-stack .fa-stack-2x {
  color: #003bc6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer .fa-stack:hover .fa-stack-1x {
  color: #ffffff;
}

.footer .fa-stack:hover .fa-stack-2x {
  color: #db0e11;
}

.copyright {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
}

a.back-to-top {
  position: fixed;
  z-index: 999;
  right: 0.75rem;
  bottom: 0.75rem;
  display: none;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 1.875rem;
  background: #003bc6 url("../images/up-arrow.png") no-repeat center 47%;
  background-size: 1.125rem 1.125rem;
  text-indent: -9999px;
}

a:hover.back-to-top {
  background-color: #db0e11;
}

@media (min-width: 768px) {
  .footer-about {
    margin-top: auto !important;
  }

  .footer-margin-about {
    margin-top: 0px;
  }

  .investments #investments .cell {
    display: inline-block;
    width: 12rem;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    padding: 7px;
  }

  .featured-landing {
    margin-top: 0rem;
  }

  .subscribe {
    padding-top: 6rem;
    padding-bottom: 5.375rem;
    background-color: #003bc6;
    text-align: center;
    position: relative;
  }

  .david-quote {
    padding-top: 8.5rem;
  }

  .landing-mobile {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header .header-content {
    padding-top: 3.5rem;
    padding-bottom: 0rem;
    text-align: center;
    background-image: url(../images/header-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .footer {
    margin-top: 0rem;
  }

  .footer .navbar-nav a {
    font-size: 1.3rem;
  }

  .unstoppable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .david-unst-mobile {
    display: none;
  }

  #booklist-numbers .cell {
    display: inline-block;
    width: 12rem !important;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
  }

  .header-call-mobile {
    display: none;
  }

  form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-header1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-large {
    color: #000000;
    font: 700 1.5rem/2rem "Helvetica Neue", "Roboto", sans-serif;
    text-align: center;
  }

  .btn-primary {
    border-radius: 0px 1.7rem 1.7rem 0px;
  }

  .info {
    z-index: 99999;
    text-transform: uppercase;
    background: #003bc6;
    padding: 1px 0px 1px;
    display: block;
  }

  .info p {
    font: 1.3rem "Helvetica Neue", "Roboto", sans-serif;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .media .media-infos {
    padding: 20px 10rem !important;
  }

  .landing-info-buy .container {
    padding: 0px 126px;
  }

  .landing-info p {
    padding: 15px 12rem;
  }

  .landing-info h4 {
    padding: 15px 12rem;
  }

  .about .about-infos {
    margin: 50px 170px;
    padding: 20px;
  }

  .booklist-footer h2 {
    padding: 9px 22rem !important;
  }

  .booklist-curated {
    padding-top: 6rem;
    padding-bottom: 5.375rem;
    background: #ebebeb url(./../images/booklist-bg-1.png);
    text-align: left;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    height: 70vh;
  }

  .booklist-infos {
    padding: 4rem 19rem;
  }

  .investments .investments-infos {
    margin: 50px 120px;
    padding: 20px;
  }

  .subscribe-booklist {
    padding-left: 17rem;
  }

  .form-control {
    width: 105% !important;
    border-radius: 1.7rem 0px 0px 1.7rem !important;
    margin-left: 0px;
    margin-top: 11px;
  }

  .logo-desk {
    width: 100%;
    margin-top: 25px;
    display: block;
  }

  .logo-mobile {
    display: none;
  }

  .header-content.landing {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
    background-image: none;
    background: #e6e6e6;
  }

  .header-content.booklist h1 {
    padding: 0px 7rem;
    font: bold 3.5rem/4rem "Helvetica Neue", "Roboto", sans-serif;
  }

  .subscribe-header-button {
    margin-left: -22px;
  }

  .subscribe-footer-input {
    margin-left: 11rem;
    width: 80% !important;
  }

  .subscribe-footer-button {
    margin-left: -22px;
  }

  .footer .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .p-heading {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  h1 {
    font: 700 3.25rem/3.75rem "Helvetica Neue", "Roboto", sans-serif;
  }

  .navbar-custom {
    padding: 2.125rem 1.5rem 2.125rem 2rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
  }

  .navbar-custom .navbar-nav {
    margin-top: 0;
  }

  .navbar-custom .nav-item .nav-link {
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
    color: #003bc6;
    font-size: 1.3rem;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .navbar-custom .nav-item .nav-link:hover,
  .navbar-custom .nav-item .nav-link.active {
    color: #db0e11;
  }

  .navbar-custom.top-nav-collapse {
    padding: 0.5rem 1.5rem 0.5rem 2rem;
    -webkit-box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }

  .navbar-custom.top-nav-collapse .nav-item .nav-link {
    color: #003bc6;
  }

  .navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
  .navbar-custom.top-nav-collapse .nav-item .nav-link.active {
    color: #db0e11;
  }

  .navbar-custom .dropdown-menu {
    -webkit-box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
  }

  .navbar-custom .dropdown-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .navbar-custom .dropdown-items-divide-hr {
    width: 84%;
  }

  .form .list-unstyled li {
    display: inline-block;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .form .list-unstyled .address {
    display: block;
  }

}

@media (min-width: 992px) {
  .navbar-custom .social-icons {
    display: block;
    margin-left: 0.5rem;
  }

  .navbar-custom .fa-stack {
    margin-bottom: 0.1875rem;
    margin-left: 0.375rem;
    font-size: 0.75rem;
  }

  .navbar-custom .fa-stack-2x {
    color: #db0e11;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .navbar-custom .fa-stack-1x {
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .navbar-custom .fa-stack:hover .fa-stack-2x {
    color: #fff;
  }

  .navbar-custom .fa-stack:hover .fa-stack-1x {
    color: #db0e11;
  }

  .p-heading {
    width: 65%;
  }

  .header .header-content {
    padding-top: 8rem;
    text-align: left;
  }

  .featured {
    padding-bottom: 4.5rem;
    margin-top: 1rem;
  }

  .featured #featured .cell {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }

  .featured #featured .featured-value {
    font: 700 4.25rem/4.5rem "Helvetica Neue", "Roboto", sans-serif;
  }

  .investments {
    padding-top: 6rem;
    padding-bottom: 4.5rem;
  }

  .investments #investments .cell {
    margin-right: 3rem;
    margin-left: 2.5rem;
  }

  .investments #investments .investments-value {
    font: 700 4.25rem/4.5rem "Helvetica Neue", "Roboto", sans-serif;
  }

  #testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .testimonial {
    padding-top: 6rem;
    padding-bottom: 4.5rem;
  }

  .testimonial #testimonial .cell {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .testimonial #testimonial .testimonial-value {
    font: 0.85rem/1rem "Helvetica Neue", "Roboto", sans-serif;
    color: #000000;
  }

  .testimonial #testimonial .testimonial-value .quote {
    font: 1rem/1.5rem "Helvetica Neue", "Roboto", sans-serif;
    color: #000000;
    margin-top: 20px;
    font-style: italic;
  }

  .testimonial #testimonial .testimonial-value .name {
    color: #000000;
    font-weight: 700;
  }

  .testimonial #testimonial .testimonial-value .small {
    font: 0.8rem/1rem "Helvetica Neue", "Roboto", sans-serif;
    color: #000000;
    margin-top: -14px;
    padding: 5px;
  }

  .bonus {
    padding-top: 6rem;
    padding-bottom: 4.5rem;
  }

  .bonus #bonus .cell {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .bonus #bonus .bonus-value {
    font: 0.85rem/1rem "Helvetica Neue", "Roboto", sans-serif;
    color: #000000;
  }

  .bonus #bonus .bonus-value .quote {
    font: 1rem/1.5rem "Helvetica Neue", "Roboto", sans-serif;
    color: #000000;
    margin-top: 20px;
    font-style: italic;
  }

  .bonus #bonus .bonus-value .name {
    color: #000000;
    font-weight: 700;
  }

  .bonus #bonus .bonus-value .small {
    font: 0.8rem/1rem "Helvetica Neue", "Roboto", sans-serif;
    color: #000000;
    margin-top: -14px;
    padding: 5px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .navbar-custom {
    padding: 2.125rem 5rem 2.125rem 5rem;
  }

  .navbar-custom.top-nav-collapse {
    padding: 0.5rem 5rem 0.5rem 5rem;
  }

  .p-heading {
    width: 44%;
  }

  .header .text-container {
    margin-left: 2.5rem;
  }

  .header .image-container {
    margin-left: 3rem;
  }
}

.formkit-alert-success {
  position: absolute;
  background: #003BC6;
  line-height: 2.5;
  padding: 10px;
  width: 650px;
  color: #fff;
  font-weight: bold;
  padding-left: 20px;
  width: 100%;
}

.header .formkit-alert-success {
  background: #D5D5D5;
  color: #333;
  width: auto;
}

.seva-custom-content {
  background-color: white;
  width: 100%;
  padding: 20px;
  font-size: 16px;
}

.exit {
  background: #999;
  border-radius: 10px;
  border: 2px solid #fff;
  color: white;
  height: 20px;
  letter-spacing: 2px;
  line-height: 16px;
  margin: 0px;
  padding-left: 4px;
  position: absolute;
  right: -20px;
  text-transform: uppercase;
}

.company-unbounce > .exit {
  line-height: 15px;
}

@media (min-width: 320px){
  .exit { 
    font-size: 8px;
    font-weight: 200;
    width: 40px;
    bottom: -10px;
  }
  .company-service > .exit {
    bottom: 10px;
  }  
  .company-unbounce > .exit {
   bottom: -6px;
  }
  .company-circle > .exit {
    bottom: -5px;
  }
  .company-scout > .exit {
    bottom: 10px;
    right: 10px;
  }
}

@media (min-width: 768px){
.exit {
  bottom: 0;
  font-size: 10px;
  width: 50px;
  font-weight: 500;
}
.company-service > .exit {
  bottom: 20px;
}
.company-circle > .exit {
  bottom: 8px;
}
.company-unbounce > .exit {
  bottom: 4px;
}
.company-scout > .exit {
  bottom: 25px;
  right: 25px;
}
}

@media (max-width: 521px){
  .hide-mobile { 
    display: none !important;
  }
}


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