html {
  font-size: 14px;
  position: relative;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #030303;
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  text-transform: uppercase;
}

main {
  padding-top: 80px;
  min-height: 70vh;
}

.page-body {
  padding-top: 10px;
}

.footer {
  margin-top: 80px;
}

.footer-nav {
  text-align: center;
  font-size: small;
  margin-top: 20px;
}

.navbar-nav > li {
  margin-left: 4px;
  margin-right: 4px;
}

.separated-list {
  list-style: none; 
  padding: 0; 
  margin: 0; 
  display: inline-block; 
}

.separated-list li {
  padding-inline: 4px;
  display: inline-block;
}

.separated-list li:not(:first-child):before {
  content: "|"; 
  padding-right: 8px;
  position: relative;
  top: -1px;
}

.brand-image {
  margin: 0;
  padding: 0;
}

section {
  min-height: 50vh;
  text-align: center;
  padding-top: 78px;
  margin-top: 60px;
}

.welcome-header {
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}

.welcome-div {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 90ch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 1.5;
}

.welcome-block {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}

.welcome-line {
  text-align: center;
  padding: 40px 20% 50px 20%;
  font-size: x-large;
}

.about-your-journey {
  font-size: larger;
  color: #445eab;
  font-weight: 500;
}

.welcome-list-div {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  background-color: #ecf2f9;
}

.welcome-list-div > h3 {
  text-transform: none;
}

.welcome-list-container {
  max-width: 70ch;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.welcome-list-notes {
  list-style-type: disc;
  text-align: center;
}

.welcome-list-notes li {
  text-align: left;
  margin-bottom: 10px;
}

.about-title {
  text-align: center;
}

.about-div {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 20px;
}

.about-div > h4 {
  text-transform: none;
  margin-top: 70px;
}

.coach-card {
  position: relative;
  width: 201px;
  height: 268px;
  margin: 8px;
}

.coach-card:not(:last-child) {
  margin-bottom: 25px;
}

.coach-featured {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  width: 90%;
  padding: 10px;
}

.coach-featured p {
  font-size: large;
  margin: 0;
}

.coach-featured ul {
  display: table;
  margin: 0 auto;
  padding-left: 0;
}

.coach-content {
  display: block;
  width: 100%;
  margin: 0px;
}

.search-results {
  text-align: center;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.coach-info {
  margin-top: 50px;
  margin-bottom: 50px;
}

.coach-info table {
  border: none;
  text-align: left;
  display: inline-block;
}

.coach-info table tr {
  text-align: left;
}

.coach-thumbnail {
  /* overridden by td */
  margin-top: 100px;
  padding: 100px;
}

.coach-info th {
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  /*padding-left: 40px;*/
  vertical-align: top;
  width: 17ch;
}

.coach-info td {
  padding-top: 0px;
  padding-bottom: 12px;
  vertical-align: top;
  margin: 0;
  width: 20ch;
}

.coach-name {
  font-size: larger;
}

/*
.coach-name {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
  */

/*
.coach-info ul {
  display: inline-block;
  text-align: left;
  padding-left: 0;
}

.coach-info li {
  padding-top: 0px;
  padding-bottom: 4px;
}
  */

.coach-list {
  text-align: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 94%;
}

.coach-list table {
  display: table;
  margin: 0 auto;
  padding-left: 0;
}

/*
.coach-list td {
  text-align: left;
  padding: 10px;
}
  */

.profile-heading {
  text-align: center;
  margin-top: 50px;
}

.profile-tr td {
  padding-bottom: 50px;
}

.profile-photo {
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid lightslategray;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.thumbnail-photo {
  border-radius: 50%;
  object-fit: cover;
  border: 0.5px solid lightslategray;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0.5px;
}

.no-decoration:link {
  text-decoration: none;
  color: inherit;
}

.no-decoration:visited {
  text-decoration: none;
  color: inherit;
}

.no-decoration:hover {
  text-decoration: underline;
  color: inherit;
}

.copyright-info {
  text-align: center;
  font-size: x-small;
  margin-top: 20px;
}

.disclaimer-info {
  text-align: justify;
  font-size: xx-small;
  width: 650px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.welcome {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

.welcome-search {
  display: inline-block;
  width: 94%;
  text-align: center;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

.welcome-area {
  background-color: #445eab;
  color: #fbfbfb;
  padding: 80px 30px 60px 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 80ch;
  max-width: 90%;
}

.welcome-statement-secondary {
  font-size: larger;
  opacity: 0.9;
  margin-top: 20px;
}

.coach-profile {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.coach-info {
  display: inline-block;
  width: 40ch;
  text-align: center;
  vertical-align: top;
}

.coach-qa {
  display: inline-block;
  margin-top: 20px;
  padding-top: 12px;
  max-width: 90ch;
  padding-left: 5%;
  padding-right: 5%;
  text-align: left;
  white-space: pre-line;
}

.coach-qa h5 {
  padding-top: 0;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 0;
}

.coach-qa p {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.find-coach:link, .find-coach:visited {
  background-color: #494478;
  color: #fbfbfb;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 32px;
}

.find-coach:hover {
  background-color: #b097d5;
  color: #fbfbfb;
}

.search-control {
  text-align: center;
}

.search-control h2 {
  font-weight: 600;
}

.search-form {
  text-align: center;
  vertical-align: middle;
  margin-top: 25px;
  margin-bottom: 30px;
}

.search-help {
  max-width: 300px;
  font-size: small;
  color: gray;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}

.search-help p {
  text-align: left;
  margin-top: 0;
  margin-bottom: 14px;
}

.search-help-rates {
  text-align: left;
  list-style-type: none;
  padding-left: 5px;
}

.input-group .search-form-button {
  border-radius: 20px !important;
}

.search-box-input {
  max-width: 420px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ced4da;
  padding: 3px 3px 3px 6px;
  border-radius: 20px; 
}

.search-box-input:focus {
  border-color: #adb5bd;
  box-shadow: 0 0 0px rgba(108, 117, 125, 0.5);
}

.search-box-input input, button {
  max-height: 2.4em;
}

.search-box-input input {
  border: none;
  margin-right: 4px;
}

.search-box-input input:focus {
  border: none;
  box-shadow: 0 0 0px rgba(108, 117, 125, 0.5);
}

.search-box-input img {
  margin-top: -2px;
}

.search-form-button {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 22px;
  padding-right: 22px;
  background-color: #9b5d30;
  color: #ecf2f9;
}

.search-form-button:hover {
  color: white;
}

.search-filter-button {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #445eabbf;
  color: #f4f7fc;
  width: 9ch;
  height: 1.8em;
  margin-left: 7px;
  text-align: center;
  font-weight: 300;
  vertical-align: middle;
}

.search-filter-button span {
  vertical-align: middle;
  margin-top: 1px;
  font-weight: 300;
}

.search-filter-reset {
  font-weight: 500;
  vertical-align: middle;
}

.search-filter-button:hover {
  color: white;
}

.rounded-corners {
  border-radius: 20px; 
}

.no-border {
  border: none;
}

.search-filter {
  max-width: 360px;
  text-align: left;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}

.search-filter details {
  margin-top: 10px;
}

.search-filter input {
  margin-left: 20px;
}

.search-filter select {
  margin-left: 20px;
}

.search-filter-nav {
  min-width: 175px;
  max-width: 250px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.no-search-results {
  text-align: center;
  font-size: larger;
  margin-top: 50px;
}

.search-results-nav {
  text-align: center;
  margin-top: 50px;
}

.search-btn-nav {
  margin-top: 0.8px;
  margin-bottom: 0.8px;
}

.get-started {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 50em;
  max-width: 90%;
}

.get-started-help h5 {
  margin-top: 30px;
}

.get-started li + li {
  margin-top: 20px;
}

.get-started-title {
  margin-top: 30px;
  text-align: center;
}

.get-started-help {
  margin-top: 30px;
  text-align: left;
}

.privacy-policy {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 50em;
  max-width: 90%;
}

.privacy-title {
  margin-top: 30px;
  text-align: center;
}

.privacy-info {
  margin-top: 30px;
  text-align: left;
}

.privacy-notes {
  list-style-type: disc;
  margin-left: 15px;
}

.faq-title {
  margin-top: 40px;
  text-align: center;
}

.faq-info {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 46em;
  max-width: 90%;
  text-align: left;
}

.faq-list {
  font-weight: 700;
  color: #030303;
  margin-top: 30px;
}

.faq-list-larger {
  font-size: calc(100% + 2pt);
}

.faq-list div {
  margin-bottom: 20px;
}

.faq-list-roman {
  font-weight: 700;
  color: #030303;
  list-style-type: lower-roman;
  margin-bottom: 40px;
}

.faq-list a {
  text-decoration: none;
}

.faq-list-cert {
  color: #030303;
  font-weight: normal;
  list-style-type: disc;
}

.faq-list p {
  color: #030303;
  font-weight: normal;
  margin-top: 5px;
}

.faq-sources {
  margin-top: 70px;
  font-size: small;
  font-style: italic;
}

.faq-sources > h6 {
  text-transform: none;
  font-weight: 700;
}

.btn-search-magnify {
  border-color: #ced4da;
  border-right: none;
}

.btn-search-magnify:hover {
  border-color: #ced4da;
  border-right: none;
  background-color: #ced4da;
  color: lightgray;
}

.search-filter-options {
  text-align: left;
  width: 350px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.search-filter-options a {
  font-weight: 500;
  vertical-align: middle;
}

.search-filter input[type="checkbox"] {
  vertical-align: middle;
  position: relative;
  top: -1px;
  height: 1.6em;
}

.search-filter-summary {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.left-item {
  float: left;
}

.right-item {
  float: right;
  margin-left: auto;
  margin-right: 0;
}

.search-filter-summary::after {
  content: "";
  display: table;
  clear: both;
}

.search-filter-title {
  margin-left: 8px;
  margin-right: 15px;
  font-weight: 500;
  vertical-align: middle;
}

.search-filter-count {
  font-weight: normal;
  padding-left: 10px;
  vertical-align: middle;
  color: gray;
}

.search-filter-buttons {
  display: block;
  margin-top: 18px;
  text-align: center;
}

.price-range-select {
  margin-top: 5px;
}

.profile-disclaimer {
  text-align: center;
  font-size: smaller;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 0px;
}

.back-to-home {
  text-align: center;
  margin-top: 100px;
}

.status-code {
  text-align: center;
  margin-top: 100px;
}

.status-code p {
  font-size: x-large;
}

.we-are {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.we-are h4 {
  font-weight: 500;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

.we-are > p {
  margin-top: 40px;
}

.we-are-info {
  display: inline-block;
  width: 120px;
  height: 100px;
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

.we-are-info > p {
  margin: 0;
}

.we-are-info-value {
  font-size: x-large;
  font-weight: 700;
  color: #9b5d30bf;
}

.we-are-info-desc {
  font-size: smaller;
  color: dimgray;
}

.discover-coach {
  text-align: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  background-color: #ecf2f9;
}

.discover-coach-header {
  text-transform: none;
}

.discover-coach-profile {
  margin-top: 30px;
  padding: 0;
}

.coach-highlight {
  display: inline-block;
  margin: 30px;
  background-color: ghostwhite;
  border-radius: 10px;
  padding: 10px;
  min-width: 200px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.coach-highlight p {
 margin-top: 15px;
}

.coach-highlight-name {
  font-weight: 500;
}

.search-compare-choose {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 60px;
}

.search-compare-connect {
  text-align: center;
  background-image: linear-gradient(to top left, #c5d7ed, #ecf2f9);
  padding-top: 80px;
  padding-bottom: 60px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 50px;
}

.search-compare-help {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.search-compare-item {
  display: inline-block;
  margin-top: 50px;
  max-width: 300px;
  margin-left: 20px;
  margin-right: 20px;
}

.help-info {
  text-align: center;
  display: inline-grid;
}

.help-info-title {
  font-size: 1em;
  font-weight: 600;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #fbfbfb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.help-info-text {
  font-size: medium;
  width: 26ch;
}

.plain-list {
  list-style-type: none;
  padding: 0;
  margin: 0; 
}

.increased-line-spacing {
  line-height: 2.0;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.toggle-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease-in-out;
}

details[open] > summary .toggle-icon {
  transform: rotate(180deg);
}

summary .search-filter-chevron {
  margin-left: 0;
  padding-left: 0;
  font-weight: normal;
}

.horizontal-line {
  border-top: 1px solid #adb5bd;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.ads-container {
  margin-top: 300px;
  margin-bottom: 110px;
}

.ads-section {
  border-top: 0.5px solid lightgray;
  border-bottom: 0.5px solid lightgray;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 25px;
  text-align: center;
}

.ads-title {
  margin-top: 2px;
  margin-bottom: 10px;
  color: lightslategray;
  font-size: smaller;
}

.ads-content {
  text-align: center;
}

.contact-request {
  text-align: center;
  max-width: 90%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.contact-request p {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 58ch;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: 10px;
}

.contact-requested p {
  text-align: center;
}

.contact-form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.contact-info {
  text-align: left;
  margin-bottom: 20px;
}

.contact-privacy {
  font-size: small;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-form-button {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
  background-color: #9b5d30;
  color: #f4f4f4;
  border-radius: 20px;
}

.text-error {
  color: #ed4337;
}

textarea {
  resize: none;
}