/*#551C25*/
.longevity-red,
.longevity-red a {
  color:#551c25; 
}
p.longevity-red a:hover {
  color:#777 !important; 
}
.longevity-red-panel {
  background: #551c25;
  padding: 20px; 10px;
  color: #fff;
}
h3.copy-deck {
  font-size: 2.2em;
  margin-bottom: 20px;
  color:#551c25;
  text-align: center
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #551c25;
  font-weight: bold;
  }

/* revised top bar */
.eb-pageslide #dialog1 {
    position: fixed;
}

/* ACCORDION */
#rlta-heart-disease-and-stroke,
#rita-dementia,
#rita-diabetes,
#rita-kidney-disease,
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"]{
  border: none !important;
  height: 150px !important;
  border-radius: 12px !important;
  background: #ddd !important;
}
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="panel"], [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="tabs"] > [data-rlta-element="panels"] > [data-rlta-element="panel"] {
  background: #fff;
  border: 0px solid #c0c6cf;
  border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* body container */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
/* page headers */
.sp-page-title {
  height: 200px !important;
  padding: 60px 0!important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: inherit;
}
.image-top .article-details .article-header h1,
.image-top-quarter .article-details .article-header h1,
.image-bottom .article-details .article-header h1,
.image-bottom-quarter .article-details .article-header h1 {
  display: none!important;
}
.sp-page-title .sp-page-title-heading {
  font-size: 72px;
}
.image-top .sp-page-title {
  background-position: 50% 0% !important;
  background-attachment: inherit;
}
.image-bottom .sp-page-title {
  background-position: 50% 100% !important;
   background-attachment: inherit;
}
.image-bottom-quarter .sp-page-title {
  background-position: 50% 75% !important;
  background-attachment: inherit;
}
.image-bottom-third .sp-page-title {
  background-position: 50% 66% !important;
  background-attachment: inherit;
}
.image-top-quarter .sp-page-title {
  background-position: 50% 25% !important;
  background-attachment: inherit;
}
.image-top-third .sp-page-title {
  background-position: 50% 37% !important;
  background-attachment: inherit;
}
.image-nudge-up .sp-page-title {
  background-position: 50% 55% !important;
  background-attachment: inherit;
}
.image-nudge-down .sp-page-title {
  background-position: 50% 45% !important;
  background-attachment: inherit;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
  text-shadow: 1px 1px 6px #444;
}
.no-drop-shadow .sp-page-title  .sp-page-title-sub-heading {
  text-shadow: 0px 0px 0px;
}
.darken-20 .sp-page-title {
  background-blend-mode: multiply !important;
  background-color: rgba(0,0,0,.2) !important;
}
.darken-10 .sp-page-title {
  background-blend-mode: multiply !important;
  background-color: rgba(0,0,0,.1) !important;
}
.darken-30 .sp-page-title {
  background-blend-mode: multiply !important;
  background-color: rgba(0,0,0,.3) !important;
}
/* anchor margin */
html {
  scroll-padding-top: 200px;
}

/* Striped table */

.table-title {
    background-color: #551c25;
}

.table > caption:nth-child(1),
tr.table-header-cols {
    color: #fff !important;
    font-family: 'PT Sans';
	font-weight: 900;
    font-size: 22px;
    font-weight: bold;
    background-color: #551c25;
    padding-left: 10px;
    padding-top: 15px;
}
tr.table-header-cols th {
  background-color: #551c25;
}

.table > :not(caption) > * > * {
    background-color: #e8ebf5;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    background-color: #cdd4ea;
}

.table .table-striped tr td p {
    margin-bottom: 0 !important;
}

.table-striped td:nth-child(1) > *,
.table-striped thead:nth-child(1) > tr:nth-child(1) > th:nth-child(1) {
    width: 85% !important;
}

.table-striped thead:nth-child(1) > tr > th:nth-child(n+2) {
    text-align: center !important;
}

.table-striped td a {
  color: #551c25;
}
.table-striped td a:hover {
  color: #555;
}

#striped-table-header {
    background-color: #000 !important;
}

/* End striped table */

#sp-top-bar {
    background: #551C25;
    color: #EEEEEE;
    opacity: 1;
}

#sp-top-bar a {
    color: #EEEEEE;
}

#sp-footer,
#sp-bottom {
    background: #551C25 !important;
    color: #FFFFFF;
}

.sppb-btn-primary {
    background: #551C25;
    font-weight: bold;
    padding: 30px 20px;
    text-transform: uppercase;
}

.sppb-btn-primary:hover {
    background: #353535 !important;
}

body {
    scroll-padding-top: 200px;
}

.logo-image:hover {
    opacity: .5;
}

#sp-main-body {
    padding: 10px 0;
}

.btn-primary,
.btn-primary a,
.sppb-btn-primary,
.sppb-btn-primary a{
  border-color: #551C25 !important;
  background-color: #551C25 !important;
  color: #fff;
  font-family: "pt sans";
  font-weight: 900;
  padding: 10px 30px;
  display: table;
  font-size: 30px;
  max-width: 300px;
  text-decoration: none;
  margin: 0 auto !important
}
.btn-primary:hover,
.btn-primary a:hover,
.sppb-btn-primary:hover,
.sppb-btn-primary a:hover {
  border-color: #8c8984 !important;
  background-color: #8c8984 !important;
}

.inline-column-image {
    padding: 30px 0;
}

.article-ratings-social-share {
    display: none !important;
}

/* PRICING TABLE */
section.pricing {
    background: transparent;
    /*background: linear-gradient(to right, #0062E6, #33AEFF);*/
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 20px;
    letter-spacing: .1rem;
    font-weight: normal;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
    border-color: #ec430f;
    background-color: #ec430f;
}

.flip-img .sp-page-title img{
  transform: scalex(-1);
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card:hover .btn {
        opacity: 1;
    }
}

/* MOBILE */
@media (max-width: 992px) {
  .logo-image {
    height: 106px !important;
    padding: 20px 0 0;
    position: relative;
    top: 4px;
  }
}
@media (max-width: 991px) {
  #sp-header {
    height: 90px;
    height: 86px !important;
  }
}
@media (max-width: 576px) {
  .logo-image {
    height: 96px !important;
    position: relative;
    top: 10px;
  }
}
@media (max-width: 575px) {
  #sp-header {
    height: 80px;
  }
}
@media (max-width: 444px) {
  .sp-page-title .sp-page-title-sub-heading {
  font-size: 20px;
  font-weight: 600;
    display: none !important;
  }
  .sp-page-title .sp-page-title-heading {
  font-size: 56px;
	}
}

/* END PRICING TABLE/

@media (max-width: 992px) {
.logo-image {
  height: 106px !important;
	}
#sp-header {
  height: 96px;
	}
}
@media (max-width: 991px) {
	#sp-header .logo {
  height: 96px;
	}
}
