/***** Main Navigation *****/
.main-navbar {
  padding-top: 13.5px;
  padding-bottom: 13.5px;
}
.main-navbar .navbar-brand {
  margin-right: 24px;
}
.main-navbar .btn-site-primary {
  margin-right: 22px;
}
.main-navbar .btn-outline-dark {
  margin-left: 0;
}
.main-navbar .nav-link {
  font-size: 17px;
}

/***** Secondary Navigation *****/
.secondary-nav-dropdown {
  padding: 10px 0;
  text-align: center;
}
.secondary-nav-dropdown .dropdown-inner {
  width: 1px;
  min-width: 200px;
  margin: 0 auto;
  position: relative;
}
.secondary-nav-dropdown .btn {
  width: 100%;
  background-color: #ff9d94;
}
.secondary-nav-dropdown .dropdown-menu.show {
  width: 100%;
}
.secondary-nav-dropdown .dropdown-item.active,
.secondary-nav-dropdown .dropdown-item:active {
  background-color: #ff9d94;
}
.secondary-nav {
  padding: 17px 0;
}
.secondary-nav .nav-item {
  padding: 10px 0;
}
.secondary-nav .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-right: 1px solid #000000;
}
.secondary-nav .nav-item:last-child .nav-link {
  border: 0;
}

.faq-categories .secondary-nav-dropdown .dropdown-menu.show {
  width: 325px;
  left: -30px !important;
}

/***** Shadows *****/
.shadow-light {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

/***** Overlay Image *****/
.overlay-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay-img img {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: inherit;
}
.overlay-content {
  position: relative;
  z-index: 9;
  padding: 30px 0;
  height: 100%;
}

/***** Home Page *****/
.home-banner-content {
  padding: 40px 0;
}
.home-banner-content :is(h1, p) {
  color: #040707;
  margin-bottom: 20px;
}
.home-secondary-bg {
  background-image: url(../images/backgrounds/home-bg-top.png),
    url(../images/backgrounds/home-bg-bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top, bottom;
}

.article-cards h2 {
  margin-bottom: 20px;
}
.article-cards .d-inline-block {
  margin-top: 20px;
}
.article-cards .card {
  border: 0;
  border-radius: 10px;
  height: 100%;
}
.article-cards .card .card-img-top,
.article-cards .card .image-style-article-thumbnail {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.article-cards .card-body {
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
}
.article-cards .card-body p {
  font-size: 16px;
  line-height: 28px;
}
.article-cards .card-body p.body-2 {
  font-size: 14px;
  letter-spacing: 2px;
}
.article-cards .card-body :is(.body-2, .card-title) {
  margin-bottom: 10px;
}
.article-cards .card-body .card-text {
  margin-bottom: 20px;
}
.article-cards .card-body .btn {
  margin-top: auto;
}
.watched {
  position: relative;
}
.article-cards .card.watched::before,
.watched::before {
  content: "Complete";
  position: absolute;
  background: #00d7b9;
  z-index: 99;
  font-family: "Inter-SemiBold";
  font-size: 14px;
  width: 140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  left: 0;
  top: 30px;
}
.article-cards a.d-inline-block {
  font-size: 18px;
}

.article-cards.cards-list .card {
  margin-top: 20px;
}
.article-cards.cards-list .col:nth-of-type(1) .card {
  margin-top: 0;
}
.article-cards.cards-list .article-section-title {
  margin-bottom: 30px;
}
.article-cards.cards-list .article-section-title h2 {
  margin-bottom: 0;
}
.article-cards.cards-list .article-section-title a {
  margin-top: 0;
}
.article-cards.cards-list .card .card-img-top,
.article-cards.cards-list .card .image-style-article-thumbnail {
  border-radius: 0;
  margin-bottom: 15px;
}
.article-cards.cards-list .card-body {
  padding: 0;
  border: 0;
}
.article-cards.cards-list .card-body p {
  margin-bottom: 8px;
  line-height: 17px;
}
.article-cards.cards-list .card-body h4 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
.article-cards.cards-list a .card-body p,
.article-cards.cards-list a .card-body h4 {
  color: #000;
}

.article-cards.cards-list.cards-list-padding .card {
  margin-top: 30px;
}

.partner-cards h2 {
  margin-bottom: 20px;
}
.partner-cards .card {
  border-radius: 10px;
  height: 100%;
}
.partner-cards .card-body {
  padding: 40px 25px 25px 35px;
}
.partner-cards .card-body figure {
  margin-bottom: 50px;
}
.partner-cards .card-footer {
  padding: 35px 20px 50px;
  border: 0;
  background-color: transparent;
}
.partner-cards .card-footer svg {
  margin: 0 8px;
}

/* .partner-cards .card.bg-site-primary svg path {
  fill: #ff9d94;
}

.partner-cards .card.bg-site-secondary svg path {
  fill: #00d7b9;
}
.partner-cards .card.bg-site-primary svg.icon-website path,
.partner-cards .card.bg-site-secondary svg.icon-website path {
  fill: #fff;
}
.partner-cards .card.bg-white svg rect {
  fill: #000000;
}
.partner-cards .card.bg-white svg path {
  fill: #ffffff;
}
.partner-cards .card svg.icon-website path,
.partner-cards .card.bg-white svg.icon-website path {
  fill: #000000;
} */

/***** Slick Slider *****/
.partner-cards .slick {
  margin: 0 -15px;
}
.partner-cards .slick-track {
  display: flex !important;
}
.partner-cards .slick-slide {
  height: inherit !important;
  padding: 0 15px;
}
.partner-cards .slick-slide > div {
  height: 100%;
}
.partner-cards .slick-slide .card {
  margin: 0;
}
.partner-cards .slick-slide img {
  max-height: 60px;
  width: auto;
  margin: 0 auto;
}
.partner-cards .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.partner-cards .slick-dots li {
  margin: 0 0.25rem;
  font-size: 0;
}
.partner-cards .slick-dots li button {
  display: block;
  width: 12px !important;
  height: 12px !important;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ccc !important;
  text-indent: -9999px;
}
.partner-cards .slick-dots li.slick-active button {
  background-color: #ff9d94 !important;
}

/***** About Us Page *****/
.about-banner-bg {
  background-image: url(../images/backgrounds/about-banner-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.page-intro .container-md {
  margin-bottom: 50px;
}

/***** The Big Issues Page *****/
.big-issues-banner-bg {
  background-image: url(../images/backgrounds/big-issues-banner-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.article-card {
  margin-bottom: 50px;
}

.article-card figure {
  margin-bottom: 28px;
}

.article-card .body-2 {
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.article-card h3 {
  line-height: 32px;
  margin-bottom: 16px;
}
.article-card .body-1 {
  line-height: 28px;
}
.article-card figure .timestamp,
.article-pagination .timestamp {
  position: absolute;
  right: 30px;
  bottom: -35px;
}

.article-pagination {
  margin-bottom: 50px;
}
.article-pagination .card {
  border: 0;
  border-radius: 10px;
}
.article-pagination .card-body {
  padding: 30px 25px 30px;
}
.article-pagination .card-body h3 {
  line-height: 32px;
  margin-bottom: 16px;
}
.article-pagination .card-body p {
  line-height: 28px;
  margin-bottom: 30px;
}

.article-list h3 {
  margin-bottom: 20px;
}
.article-list ul {
  padding: 0;
  margin-bottom: 0;
}
.article-list > div:not(:last-child) {
  margin-bottom: 60px;
}
.article-list ul li {
  list-style: none;
}
.article-list ul li:not(:last-child) {
  margin-bottom: 30px;
}
.article-list ul li a {
  color: #000000;
}
.article-list article figure {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border: 1px solid #e5e5e5;
}

/***** Pagination *****/
.pagination {
  /* margin-bottom: 50px; */
}
.pagination .page-item:last-child .page-link,
.pagination .page-item:nth-last-child(2) .page-link {
  width: 60px;
}
.page-item .page-link {
  font-size: 14px;
  width: 40px;
  height: 30px;
  line-height: 30px;
}
.page-item:not(:last-child) {
  margin-right: 10px;
}

/***** The Big Issues - Article Page *****/
.article-page-bg {
  background-image: url(../images/backgrounds/article-page-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.article-page {
  padding: 0 0 90px;
}
.article-page .page-title {
  font-size: 24px;
  line-height: 32px;
}
.article-page .page-subtitle {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 30px;
  /*color: #ff3c2f;*/
  font-family: 'Inter-Regular';
}
.article-page .article-card {
  margin-bottom: 0;
}
.article-page .article-card .text-formatted {
  padding-top: 25px;
}

/***** FAQ Page *****/
.faq-banner-bg {
  background-image: url(../images/backgrounds/faq-banner-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.faq-categories .nav-link {
  font-family: "Inter-Regular";
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.faq-categories .nav-link:hover,
.faq-categories .nav-link.active {
  font-family: "Inter-Bold";
  color: #ff9d94;
}

.container-faq h2.faq-title {
  margin-bottom: 20px;
}
.container-faq .accordion-header {
  line-height: 25px;
  margin-bottom: 0;
}

.container-faq .accordion-button:not(.collapsed) {
  padding-bottom: 10px;
}
.container-faq .accordion-body {
  padding-top: 0;
  padding-bottom: 30px;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.container-faq .accordion-parent .accordion-button {
  font-size: 20px;
  justify-content: space-between;
}
.container-faq .accordion-body .accordion-button {
  font-family: "Inter-SemiBold";
  font-size: 16px;
}
.container-faq .accordion-body .accordion .accordion-item:last-child {
  border-bottom: 0;
}
.container-faq
  .accordion-body
  .accordion
  .accordion-item:last-child
  .accordion-body {
  padding-bottom: 0;
}

/***** Contact Us Page *****/
.contact-us header {
  margin-bottom: 40px;
}
.contact-us header h2 {
  margin-bottom: 14px;
}
.contact-us .form-lg .btn-lg {
  margin-top: 26px;
}
.contact-us .form-lg textarea {
  height: 150px;
}
.form-type-checkbox {
  position: relative;
  display: flex;
  flex-direction: column;
}
.form-type-checkbox .form-check-input {
  position: absolute;
  top: 0;
}
.form-type-checkbox label {
  padding-left: 30px;
  display: inline-block;
}
.form-type-checkbox label.error {
  order: 2;
}
.form-type-checkbox .description {
  margin-left: 30px;
}
.site-form .btn {
  margin-top: 20px;
}

/***** Signup Page *****/
.signup-form {
  padding-top: 30px;
}

/***** Forms *****/
/** Site Form Regular **/
.site-form header {
  margin-bottom: 40px;
}
.site-form-lg header h2 {
  margin-bottom: 14px;
}
.site-form-lg header p {
  margin-bottom: 0;
  font-size: 16px;
}
.site-form .form-group {
  margin-top: 50px;
}

.site-form.border {
  padding: 40px 25px;
}
.site-form.border header {
  margin-bottom: 40px;
}

/** Site Form Medium **/
.site-form-md header h2 {
  margin-bottom: 17px;
}
.site-form-md header p {
  font-size: 20px;
  max-width: 432px;
  margin: 0 auto;
}
.site-form-md form {
  max-width: 815px;
  margin: 0 auto;
}
.site-form-md form .row > div {
  max-width: 360px;
}
.site-form-md .form-label {
  margin-bottom: 10px;
}
.site-form-md textarea {
  height: 104px;
}
.site-form-md textarea.large {
  height: 150px;
}
.site-form-md form .btn {
  margin-top: 26px;
}
.site-form-md form .justify-content-end .btn {
  margin-bottom: 30px;
}

/***** Site Form Inline *****/
.site-form-inline .form--inline .form-item {
  width: 100%;
}

/***** Image Upload *****/
.img-upload-wrapper {
  height: 130px;
}
.img-upload-wrapper.large {
  height: 260px;
}
.img-upload-wrapper .webform-image-file {
  margin-bottom: 16px;
}
.site-form-md form .img-upload-wrapper .btn {
  margin-top: 10px;
}

.image-widget-data .file--mime-image-png {
  position: relative;
  top: 13px;
}

.js-form-wrapper .btn-outline-dark {
  margin-left: 0;
}

/***** Backgrounds *****/
.bg-image-none {
  background-image: none !important;
}

/***** Paddings *****/
.block-padding {
  padding: 40px 0;
}
.block-padding-top {
  padding-top: 40px;
}
.block-padding-bottom {
  padding-bottom: 40px;
}
.block-padding-md {
  padding: 30px 0;
}
.block-padding-md-top {
  padding-top: 30px;
}
.block-padding-md-bottom {
  padding-bottom: 30px;
}

/***** Margins *****/
.block-margin {
  margin: 40px 0;
}

/***** page Banners *****/
.page-banner {
  /* min-height: 200px; */
}
.page-banner .img-fluid {
  max-width: inherit;
}
.page-banner h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
}
.page-banner h2 {
  margin-top: 34px;
  margin-bottom: 0;
}
.page-banner p {
  max-width: 432px;
  margin: 0 auto;
  margin-top: 34px;
  font-size: 20px;
  line-height: 30px;
}
.page-banner-logged h1 {
  color: #fff;
}

/***** Confidence Message Snackbar *****/
.confidence-message-hldr {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  padding: 0 10px;
}
.confidence-message-hldr .growth-chart-snackbar-btn {
  position: absolute;
  top: 42px;
  left: 60px;
}
.growth-chart.alert.confidence-message.icon {
  background-position: left 18px center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.growth-chart.alert.confidence-message.icon.icon-paw {
  background-color: #fff;
  background-image: url(../images/icons/icon-paw-blue.png);
}
.growth-chart.alert.confidence-message.icon.icon-paw.warning {
  background-color: #ffdcdc;
  background-image: url(../images/icons/icon-paw-warning.png);
}

.growth-chart.alert.confidence-message.icon.icon-paw.attention {
  background-color: #fff4d4;
  background-image: url(../images/icons/icon-paw-attention.png);
}

.growth-chart.alert.confidence-message.icon.icon-paw.neutral {
  background-color: #ccf7f1;
  background-image: url(../images/icons/icon-paw-neutral.png);
}

/***** Growth Guidance Message Snackbar *****/
.growth-message-hldr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  padding: 0 10px;
}
.growth-message-hldr .growth-chart-snackbar-btn {
  position: absolute;
  bottom: 80px;
  right: 38px;
}

/***** Footer *****/
.main-footer {
  background-color: #294638;
}
.main-footer nav {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.main-footer nav .navbar-nav .nav-link {
  color: #fff;
}
.main-footer .copyright {
  font-size: 14px;
}
