﻿/* -----------------------------------------------
Results Styles
----------------------------------------------- */
.side-nav {
  position: relative;
}
.rs-results-view-header {
  background: linear-gradient(#f3f3f3, #fff);
}

.rs-results-view-header-container {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 2rem 1rem 0 1rem;
  font-size: 2rem;
  color: #333;
}

.rs-results-view-header-primary,
.rs-results-view-header-secondary {
  margin-top: 1rem;
}

.rs-results-view-header-type {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.125rem 1rem;
  border-radius: 5rem;
  background: #000;
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  .rs-results-view-header-primary {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .rs-results-view-header-type {
    margin-left: 1rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .rs-results-view-header-container {
    flex-direction: column;
  }

  .rs-results-view-header-primary {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .rs-results-view-header-type {
    margin-left: 1rem;
    font-size: 1rem;
  }

  .rs-results-view-header-logo {
    width: 15rem;
  }
}

.rs-results-view-header-name {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
  color: #333;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .rs-results-view-header-name {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  .rs-results-view-header-name {
    font-size: 1.5rem;
  }
}

.rs-results-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
}

.rs-results-view.not-authenticated .rs-profile-attribute-chevron {
  display: none;
}

.rs-results-view.not-authenticated .rs-profile-attribute-secondary {
  pointer-events: none;
}

.rs-profile-view.not-authenticated .rs-profile-attribute-chevron {
  display: none;
}

.rs-profile-view.not-authenticated .rs-profile-attribute-secondary {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .rs-results-view {
    padding-top: 1rem;
  }
}

.rs-results-main {
  min-height: 100%;
}

/* What is REALStrengths Banner */
.rs-results-what-is-it {
  display: flex;
  width: 100%;
  max-width: 1000px;
  background: #fff;
  margin-bottom: 5rem;
  padding: 1rem 0 1rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.25rem;
}

.rs-results-no-border {
  padding: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
}
.rs-results-what-is-it-primary {
  width: 50%;
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: center;
}

.rs-results-what-is-it-secondary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}

.d-none {
  display: none;
}

.rs-bordered-block {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 50%;
  margin: 0 auto;
  padding: 1rem;
}

.rs-bordered-block-primary {
  width: 100%;
  display: flex;
  line-height: 1;
  margin-bottom: 1rem;
  text-align: center;
  justify-content: center;
}

.rs-bordered-block-secondary {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .rs-results-what-is-it {
    margin-bottom: 3rem;
    padding: 1rem;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 640px) {
  .rs-results-what-is-it {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0;
    font-size: 1rem;
  }

  .rs-results-what-is-it-primary {
    margin-bottom: 0.5rem;
  }

  .rs-results-what-is-it-primary,
  .rs-results-what-is-it-secondary,
  .rs-bordered-block-primary,
  .rs-bordered-block-secondary {
    width: auto;
  }

  .rs-results-what-is-it-primary img,
  .rs-results-what-is-it-watch-text {
    display: none;
  }

  .rs-bordered-block {
    width: 100%;
    margin: 0.5rem 1rem;
  }
}

.rs-results-section {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 5rem auto;
}

@media screen and (max-width: 768px) {
  .rs-results-section {
    margin: 0 auto 2rem auto;
  }
}

@media screen and (max-width: 640px) {
  .rs-results-section {
    max-width: 640px;
    flex-direction: column;
  }
}

.rs-results-section-image-container {
  justify-content: flex-start;
  order: 1;
}

.rs-results-section-content {
  order: 1;
  width: 65%;
  margin: 0 5% 0 0;
}

.rs-results-section:nth-of-type(2) .rs-results-section-content {
  order: 2;
  margin: 0 0 0 5%;
}

.rs-results-section:nth-of-type(2) .rs-results-section-image-container {
  order: 1;
  justify-content: flex-start;
}

@media screen and (max-width: 640px) {
  .rs-results-section:nth-of-type(2) .rs-results-section-image-container {
    justify-content: center;
  }
}

.rs-results-section-content p {
  margin-bottom: 1rem;
}

@media screen and (max-width: 640px) {
  .rs-results-section-content {
    width: 100%;
    margin: auto;
    order: 2;
    text-align: center;
  }
}

.rs-results-section-image-container {
  order: 2;
  display: flex;
  justify-content: flex-end;
  width: 30%;
}

@media screen and (max-width: 640px) {
  .rs-results-section-image-container {
    justify-content: center;
    width: 100%;
    margin: 0 auto 1rem auto;
    order: 1;
  }

  .rs-results-section-image-container img {
    max-width: 160px;
  }
}

.rs-results-category-label {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0;
  color: #333;
}

@media screen and (max-width: 768px) {
  .rs-results-category-label {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 640px) {
  .rs-results-category-label {
    font-size: 1.25rem;
  }
}

.rs-results-category {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .rs-results-category {
    font-size: 3rem;
  }
}

.rs-attribute-image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 300px;
  padding: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
  border-radius: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0.25rem 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 640px) {
  .rs-attribute-image {
    width: 300px;
    height: 200px;
    max-width: 100%;
    margin: 0 auto 1.5rem auto;
  }
}

.rs-attribute-image-label {
  display: flex;
  align-items: center;
  min-height: 2rem;
  background: #fff;
  border-radius: 1rem;
}

.rs-attribute-image-label-icon {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.3);
}

.rs-attribute-image-label-text {
  padding: 0 1rem 0 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
}

.rs-attribute-image-abbreviation {
  font-size: 7rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .rs-attribute-image-abbreviation {
    font-size: 6rem;
    line-height: 1;
  }
}

.rs-attribute-image-name {
  font-size: 1.25rem;
}

.rs-results-ad-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding: 1rem;
  margin: 0 auto 4rem auto;
  color: #fff;
  font-weight: 800;
  box-shadow: 0.25rem 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  background-image: url("https://buffiniandcompany.blob.core.windows.net/real-strengths/images/bg-blue-textured.jpg");
  background-repeat: no-repeat;
  background-color: #06a2db;
  background-size: cover;
}

@media all and (max-width: 1024px) {
  .rs-results-ad-container h3 {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 768px) {
  .rs-results-ad-container {
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }
}

.rs-results-ad-message {
  z-index: 10;
  padding: 1rem;
  margin: 0;
  text-align: center;
  color: #fff;
}

.rs-results-ad-message a {
  flex: none;
}

@media all and (max-width: 768px) {
  .rs-results-ad-message {
    width: 100%;
  }
}

/* -----------------------------------------------
Results - Profile Page Styles
----------------------------------------------- */
.rs-profile-view-title-container {
  width: 100%;
  max-width: 1000px;
  display: flex;
  padding-bottom: 1rem;
  font-size: 2rem;
  color: #333;
}

.rs-profile-view-title-container h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.rs-profile-view-results-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 2rem auto;
  color: #333;
}

.rs-profile-view-results-container-title {
  width: 100%;
  margin: 0 auto 2rem auto;
  text-align: left;
}

@media all and (max-width: 768px) {
  .rs-profile-view-results-container-title {
    text-align: left;
  }
}

.rs-profile-attribute {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #333 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rs-profile-attribute:last-of-type {
  border-bottom: none;
}

.rs-profile-attribute-heading {
  padding: 0rem 1rem;
  border-bottom: none;
  margin-bottom: 1.25rem;
}

.rs-profile-attribute-heading .rs-profile-attribute-primary,
.rs-profile-attribute-heading .rs-profile-attribute-secondary {
  color: #333;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.rs-profile-attribute-primary {
  display: none;
  line-height: 1.2;
}

.rs-profile-attribute-secondary {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  color: #333;
}

.rs-profile-attribute-secondary img {
  /* margin-right: 0.5rem; */
  width: 4rem;
  max-width: fit-content;
}

.rs-profile-attribute-secondary-name {
  line-height: 1.1;
}

.rs-profile-view-truth-container ul {
  --primary-color: #333 !important;
}

.w-100 {
  width: 100% !important;
}

@media all and (max-width: 768px) {
  .rs-profile-attribute-heading .rs-profile-attribute-primary,
  .rs-profile-attribute-heading .rs-profile-attribute-secondary {
    font-size: 1rem;
  }

  .rs-profile-attribute-primary {
    width: 60%;
    font-size: 1rem;
  }

  .rs-profile-attribute-secondary {
    width: 100%;
    font-size: 16px;
  }
}

@media all and (max-width: 640px) {
  .rs-profile-attribute-primary {
    width: 50%;
  }

  .rs-profile-attribute-secondary img {
    margin-right: 0.25rem;
  }
}

.rs-profile-view-truth-title h3 {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 2rem auto -1rem auto;
  padding: 0.3rem 1rem;
  font-size: 1.5rem;
  color: #6c757d;
}

.rs-profile-view-truth-title {
  padding-bottom: 1rem;
}

.rs-profile-view-truth-name {
  text-transform: uppercase;
}

.rs-profile-view-truth-container {
  width: 100%;
  max-width: 1000px;
  margin: 1rem auto;
}

.rs-profile-view-truth-container li {
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
}

@media all and (max-width: 768px) {
  .rs-profile-view-title-container {
    flex-direction: column;
  }
  .rs-profile-view-truth-container li {
    font-size: 1rem;
  }
}

.rs-profile-view-closing h3 a {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: -1rem auto 2rem auto;
  padding: 0.3rem 1rem;
  font-size: 1.4rem;
  color: #6c757d;
}

.rs-profile-attr-modal-attr-name {
  text-transform: uppercase;
  font-weight: bold;
}

.rs-profile-attr-modal-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rs-profile-attr-modal-audio {
  width: 80%;
}

.rs-profile-attr-modal-pdf-btn {
  display: flex;
  justify-content: center;
  width: 20%;
  margin-left: 0.5rem;
  padding: 0.75rem;
}

@media all and (max-width: 640px) {
  .rs-profile-attr-modal-body {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0.5rem;
  }
  .rs-profile-attr-modal-audio {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
  }
  .rs-profile-attr-modal-pdf-btn {
    width: 30%;
    margin-left: 0;
  }
}

/* -----------------------------------------------
Results - Share Styles
----------------------------------------------- */

.rs-results-share-outer-container {
  background: linear-gradient(#f3f3f3, #fff);
  padding: 1rem 0;
}

.rs-results-share-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  flex-wrap: wrap;
}

.rs-results-share-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 3rem 1rem;
}

.rs-results-share-section-nowrap {
  white-space: nowrap;
}

.rs-results-share-section:nth-of-type(2) {
  min-width: 40%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.strength-icon-con {
  margin-right: 1rem;
}

.strength-desc::first-letter {
  text-transform: uppercase;
}

.strength-con {
  display: inline-flex;
}

.rs-profile-attribute-secondary-adj {
  justify-content: space-between;
}

.rs-profile-attribute-hover:hover {
  box-shadow: 0px 2px 5px 2px #ccc;
  border-radius: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.play-circle-btn {
  border: 0 !important;
  padding: 0;
}

.play-circle-btn:hover {
  background-color: rgb(247 247 247) !important;
  border-color: none !important;
  color: rgb(108, 117, 125) !important;
}

.play-circle-btn:focus {
  box-shadow: none !important;
}

@media all and (max-width: 992px) {
  .rs-results-share-section:nth-of-type(2) {
    min-width: auto;
    border-left: none;
    border-right: none;
  }
}

@media all and (max-width: 768px) {
  .rs-results-share-container {
    flex-direction: column;
  }
  .rs-results-share-section {
    padding: 1rem;
  }
}

@media all and (max-width: 480px) {
  .rs-results-view-header-logo {
    width: 12rem;
  }

  .rs-attr-page-header-secondary-sm {
    margin-top: 0.5rem;
    display: grid;
    justify-content: right;
  }
}
