/* cmsms stylesheet: foundation_styles modified: Monday, October 20, 2025 11:19:34 AM */
     
.no-js #dropdown-menu .menu ul {
  display: none;
}

.grid-container
  max-width: 1070px;
}

.narrow {
  max-width: 970px;
}

.cell.narrow {
  max-width: none;
  padding-left: 10%;
  padding-right: 10%;
}

body {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: lora, serif;
  font-weight: 700;
  font-style: normal;
}

h1, .h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-size: 1.55rem;
  margin-bottom: 1rem;
}

#sub h2:not(.h5) {
  margin-bottom: 2rem;
}

.content-columns h2:not(.h5), .content.narrow h2:not(.h5) {
  color: #A2AB58;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 1.25rem;
  margin-bottom: 0.125rem;
}

#sub h3 {
  margin-bottom: 2rem;
}

.content-column h3 {
  margin-bottom: 1rem;
}

.content .content-column p {
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 1.25rem;
  color: #A2AB58;
  margin-bottom: 1rem;
}


h5, .h5 {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}

h6 {
  font-size: 1rem;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}

strong {
  font-weight: 500;
}


.v-space {
  height: 4rem;
}

.pad {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pad-top {
  padding-top: 2rem;
}

.pad-bottom {
  padding-bottom: 3rem;
}

a {
  color: #2F85A4;
  text-decoration: underline;
  transition: all 0.2s ease;
}


a:hover, a.menuactive, .menu .is-active>a {
  color: #9B9B9B;
}

.inline-links a {
  display: block;
  margin-bottom: 1rem;
}

.button {
  background: #2F85A4;
  border-radius: 1rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 2rem;
}

.button.highlight, #sub .button.highlight {
  background: #A2AB58;
}

.button.orange, #sub .button.orange {
  background: #E44424;
}
.button123 {
  background: #ff7b00;
  border-radius: 1rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 2rem;
}

.button123:hover {
  background: #003c79;
}

#sub .content .button.buttonwebinar {
  background: #2F85A4;
  border-radius: 1rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#sub .content .button.buttonwebinar:hover {
  color: white;
  background: #9B9B9B;
}

#sub .content .button.buttonapplication {
  background: #2F85A4;
  border-radius: 1rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#sub .content .button.buttonapplication:hover {
  color: white;
  background: #9B9B9B;
}

#sub .content .button.buttonoverview {
  background: #E44424;
  border-radius: 1rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#sub .content .button.buttonapplication:hover {
  color: white;
  background: #9B9B9B;
}

#sub .content .button.buttonschedule {
  background: #A2AB58;
  border-radius: 1rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#sub .content .button.buttonapplication:hover {
  color: white;
  background: #9B9B9B;
}


p .button {
  margin-bottom: 0;
}

#sub .content .button {
  background: #A2AB58;
  color: white;
}

#sub .content .button.highlight {
  background: #2F85A4;
}

.button:hover {
  background: #9B9B9B;
}

#sub .button:hover {
  background: #9B9B9B;
}

.corner {
  border-radius: 5px;
}

.upper {
  text-transform: uppercase;
}

hr {
  border-bottom: #9B9B9B 3px solid;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

hr.theme {
  border-bottom: #2F85A4 2px solid;
}

hr.highlight {
  border-bottom: #A2AB58 2px solid;
}

hr.dashed {
  border-bottom-style: dashed;
}

.divider {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#header {
  background: white;
}

.sticky-container {
  z-index: 2;
}

.nohero #header {
  border-bottom: 0.5px solid #9B9B9B;
}

#header .grid-container {
  position: relative;
}

#header-inner {
  transition: all 0.2s;
  min-height: 100px;
}

#logo {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1500;
}

#logo a {
  display: block;
}

#logo img {
  width: 120px;
  height: auto;
  margin: 0;
  transition: all 0.2s;
}

.is-stuck #header-inner {
  transition: all 0.2s;
  min-height: 50px;
}

.is-stuck #logo img {
  transition: all 0.2s;
  width: 0px;
}

#hero {
  color: black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
position: relative;
}

.hero-container {
  flex: 1;
  display: flex;
  position: relative;
  z-index: 1;
  margin: 5rem 0;
  min-height: 450px;
}

.hero-container > .align-middle {
  flex: 1;
}

.hero-bar {
  position: absolute;
  height: 50%;
  width: 100%;
  z-index: 1;
}

.hero-bar-top {
  background: url('/assets/images/swoop-top-alt.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.hero-bar-bottom {
  background: url('/assets/images/swoop-bottom-alt.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: -1px;
}

#hero {
  color: white;
}

#hero-content {
  width: 450px;
  max-width: 80vw;
}

#hero h1 {
  margin: 0;
}

#hero-content p {
  font-weight: 500;
  line-height: 2rem;
  font-size: 1.1rem;
  margin-top: 1rem;
}

#social-bar, #link-bar {
  position: fixed;
  right: 0;
  background: #9B9B9B;
  padding-right: 4px;
  z-index: 999;
}

#link-bar {
  right: auto;
  left: 0;
  padding-left: 4px;
}

#social-bar {
  margin-top: 4px;
}

#link-bar a {
  position: relative;
}

#sub #social-bar, #sub #link-bar {
  background: #A2AB58;
}

#social-bar ul, #link-bar ul {
  margin: 0;
}

#social-bar .fa-lg, #link-bar .fa-lg {
  font-size: 1.5em;
}

#social-bar a, #link-bar a {
  display: block;
  width: 30px;
  padding: 5px 7px;
  color: white;
}

#link-bar a {
  width: auto;
  padding: 5px;
}

#social-bar a:hover i, #link-bar a:hover i {
  opacity: 0.4;
}

#link-bar li {
  position: relative;
}

#link-bar li .flyout {
  position: absolute;
  top: 0;
  left: 1.85rem;
  background: #9B9B9B;
  color: white;
  padding: 5px;
  display: none;
  white-space: nowrap;
}

#sub #link-bar li .flyout {
  background: #A2AB58;
}

#link-bar li a:hover > .flyout {
  display: block;
}

#quick-form {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: white;
}

#sub #quick-form {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-size: cover;
  background-position: center;
}

#quick-form p {
  font-family: lora, serif;
}

#quick-form .button {
  width: auto;
}

#phone {
  font-weight: bold;
}

#phone .company-name {
  color: #E44424;
  font-size: 1.1rem;
}

#phone a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.25rem;
  margin: 0 1rem;
}

#logos {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  max-width: 900px;
}

#logos .slide {
  display: inline-block;
}

#logos .slide a {
  display: block;
  height: 100px;
  text-align: center;
  max-width: 170px;
  padding: 0 20px;
}

#logos .slide.larger a {
  padding: 0 10px;
}

#logos img {
  max-height: 85px;
  width: auto;
  margin: 0 auto;
  display: inline;
}

#logos .larger img {
  max-height: 100px;
}

#logos .slick-slide a {
  margin: 0 auto;
  text-align: center;
  line-height: 75px;
}

ul.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #9B9B9B;
  border-radius: 50%;
  opacity: 0.5;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.content p {
  margin-bottom: 1.5rem;
}


#nav-toggle i {
  color: #9B9B9B;
}

#dropdown-menu {
  position: relative;
  z-index: 999;
}

#dropdown-menu ul {
  z-index: 999;
}

#dropdown-menu>ul>li {
  max-width: 270px;
}

#dropdown-menu a {
  color: #787878;
  color: black;
  font-weight: 500;
  font-size: 1.125rem;
}

#dropdown-menu .menudepth0 > a {
  text-transform: uppercase;
  font-weight: 700;
}

#dropdown-menu a:hover, #dropdown-menu .is-active>a, #dropdown-menu .menuactive>a {
  color: #2F85A4;
  background: transparent;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  border-color: #9B9B9B transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
  border-color: transparent transparent transparent #9B9B9B;
  right: 0.25rem;

}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
  border-color: transparent #9B9B9B transparent transparent;
}

.is-dropdown-submenu {
  border: 1px solid #9B9B9B;
  background: white;
  padding: 0.5rem;
  z-index: 999;
  min-width: 240px;
}

.is-dropdown-submenu li:not(.last_child) a {
  border-bottom: 1px solid transparent;
  border-image:   linear-gradient(to right, transparent 10%, #dddddd 15%, #dddddd 70%, #dddddd 80%, transparent 85%) 5;
}

.is-dropdown-submenu li .last_child>a {
  border-bottom: 0;
}

.is-dropdown-submenu

.is-drilldown {
  margin-top: 3rem;
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
  border-color: transparent transparent transparent #9B9B9B;
  right: 0;
}

.drilldown .js-drilldown-back>a::before {
  border-right-color: #2F85A4;
}

.drilldown .is-drilldown-submenu {
  background-color: white;
}

.drilldown a {
  background-color: transparent;
}

#meta-menu a {
  color: white;
}

#meta-menu a:hover {
  text-decoration: underline;
}

#footer .accordion {
  background: #9B9B9B;
}


#quiz-bar {
  position: relative;
  padding: 1rem 1.625rem;
  color: white;
  background: #9B9B9B;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#quiz-bar .button {
  margin-bottom: 0;
}

.overlay-content {
  position: relative;
  z-index: 10;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9B9B9B;
  z-index: 1;
  opacity: 0.75;
}

#footer {
  background: #9B9B9B;
  color: white;
  font-family: lora, serif;
  font-weight: 300;
  font-size: 0.9rem;
}

.footer-nav a {
  color: white;
  text-decoration: none;
  padding: 0.7rem 1rem;
}

.footer-nav a:hover, .footer-nav a.active {
  opacity: 0.7;
}

.footer-nav li ul li {
  margin-top: 0.25rem;
}

.footer-nav .parent {
  font-weight: 700;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  border-top-color: #787878;
  opacity: 0.5;
}

#footer .sub-text {
  margin-left: 1rem;
}

#social-footer {
  padding-top: 1rem;
  position: relative;
}

#social-footer a {
  color: white;
  font-family: museo-sans, sans-serif;
  text-align: center;
}

#social-footer i {
  vertical-align: middle;
}

#social-footer a:hover {
  opacity: 0.7;
}

#social-footer img {
  max-height: 30px;
  max-width: 35px;
  width: auto;
}

#footer-bottom {
  border-top: 0.5px solid white;
  padding-top: 1rem;
}

#copyright {
  padding-top: 0.5rem;
}

.no-js #tabs-container {
  display: none;
}

#tabs h3 {
  margin: 2rem 0;
}

.tabs {
  border: 0;
  background: transparent;
  text-align: center;
}

.tabs-content {
  border: 0;
  background: transparent;
}

#sub .tabs-title {
  padding: 0;
  float: none;
  display: inline-block;
}

#sub .tabs-title>a {
  color: #9B9B9B;
  text-decoration: none;
  font-size: inherit;
  font-family: lora, serif;
  font-weight: 700;
  font-style: normal;
  padding: 1rem;
  border: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
  position: relative;
}

#sub .tabs-title.is-active>a {
  background: #67BCDB;
  border: 1px solid #9B9B9B;
  color: #000000;
}

#sub .tabs-title.is-active>a::after {
  content: '';
  border-bottom: 3px solid #A2AB58;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
}

#sub .content .accordion-title {
  font-size: inherit;
  text-decoration: none;
  color: #9B9B9B;
}

.accordion-title:focus, .accordion-title:hover, #sub .content .accordion-title[aria-selected="true"] {
  background-color: transparent;
  color: #A2AB58;
}

.content ul:not(.no-bullet) {
  list-style: none;
  padding: 0;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

.content ul:not(.no-bullet) li {
  padding-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 1rem;
}

.content ul.compact-list li {
  margin-bottom: 0.25rem;
}

.content ul.medium-2-column li {
  margin-bottom: 0.25rem;
}

.content ol.compact-ol-list li {
  margin-bottom: 0.25rem;
}

.content .list-narrow li {
  max-width: 600px;
}

.content ul:not(.no-bullet) li::before {
  content: "•";
  color: #A2AB58;
  margin-right: 0.7rem;
}

.content li>ul>li {
  margin-top: 1rem;
}

.content ol {
  margin-left: 2rem;
  margin-bottom: 2rem;
  list-style: none;
  counter-reset: li;
}

.content ol li {
  margin-bottom: 1rem;
  counter-increment: li;
}

.content ol li::before {
  content: counter(li);
  color: #A2AB58;
  display: inline-block;
  width: 1rem;
  margin-left: -2rem;
  margin-right: 1rem;
  text-align: right;
  direction: rtl;
}

.bio-pic {
  max-width: 220px;
  margin: 1rem auto;
  cursor: pointer;
}

.bio-pic:hover img {
  opacity: 0.8;
}

.bio-pic img {
  border-radius: 50%;
  margin-bottom: 1rem;
}

#sub .bio-pic h3 {
  margin-bottom: 0;
}

#reviews, #reviews-mobile {
  margin-bottom: 1rem;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 0.25rem 0;
}

#reviews blockquote {
  border: 0;
  color: black;
}

#reviews-mobile blockquote {
  border: 0;
  color: black;
}

cite {
  color: #787878;
}

.orbit button {
  color: #2F85A4;
  font-size: 2rem;
  opacity: 0.3;
}

.orbit-previous {
  padding-left: 0;
}

.orbit-next {
  padding-right: 0;
}

.orbit-next:hover, .orbit-previous:hover, .orbit-next:focus, .orbit-previous:focus {
  background: transparent;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s;
}

#coachingcertificationwebinar {
  padding-top: 200px;
  margin-top: -200px;
}

#accessibility-button {
  position: fixed;
  top: 1rem;
  right: 0;
  background: #9B9B9B;
  padding: 4px 2px 4px 0;
  z-index: 999;
}

#accessibility-button a, #scroll-top a {
  display: block;
  width: 40px;
  padding: 3px 5px;
  color: white;
}

#accessibility-button a:hover, #scroll-top a:hover {
  opacity: 0.4;
}

#scroll-top {
  position: fixed;
  bottom: 1rem;
  right: 0;
  background: #9B9B9B;
  padding: 5px;
  z-index: 999;
}

.responsive-embed.vertical {
  padding-bottom: 200%;
}

.responsive-embed.square {
  padding-bottom: 100%;
}

[type=checkbox] {
  margin-bottom: 0;
}

.checkbox {
  margin-bottom: 0.75rem;
}

optgroup option:disabled {
  font-style: italic;
}

.content form p {
  margin-bottom: 0.7rem;
}

.content form ul:not(.no-bullet) {
  margin-bottom: 0.7rem;
}

.content form ul:not(.no-bullet) li {
  margin-bottom: 0.1rem;
}

ul a {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.book {
  border: 1px solid #dddddd;
  padding: 1rem 0.5rem;
  margin-bottom: 2rem;
}

.book:hover {
  background: #dddddd;
  border: 1px solid #9B9B9B;
}

#sub .book h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.book img {
  margin-bottom: 0.5rem;
}

.book .button {
  margin: 0;
}
/* cmsms stylesheet: chatbot modified: Friday, November 8, 2024 11:06:17 AM */
:root {
    --hello-prompts: hello,hi,hey;
    --goodbye-prompts: bye,goodbye,"see you";
    --how-are-you-prompts: "how are you","how's it going";

    /* New prompts for hyperlinks */
    /*--documentation-prompts: "docs,documentation,help";*/
    --contact-us-prompts: "support,help desk,help";
    --schedule-prompts: schedule;
    --investment-prompts: "investment";
    --overview-requirements-prompts: "overview", "requirements";
    --schedule-call-prompts: "schedule a call", call, phone, "book a call", "contact", book, "book a call", meeting, consultation, conversation;

    /*Questions on programs*/
    --part-of-cohort-prompts: "part";
    --a-la-carte-prompts: "a la carte";
    --which-program-prompts: "which", "decide", "how to decide", "how decide";
    --which-first-prompts: "which first";
    --how-be-a-coach-prompts: "how be a coach", "how to be a coach", "how do I be a coach", "how do I become a coach";
    --how-much-time: "how much time", "time requirement", "time requirements", "time to complete";
    --cost: cost, "how much is it", "what is the cost", price;
    --investment-statement: "what is the investment";
    --cpc-price: "how much is CPC", "how much is Certified Professional Coach", "how much Certified Professional Coach";
    --cmc-price: "how much is CMC", "how much is Certified Master Coach", "how much Certified Master Coach";
    --cac-price: "how much is CAC", "how much is Certified Advanced Coach", "how much Certified Advanced Coach";
    --coaching-experience-price: "how much is Coaching Experience", "how much Coaching Experience";
    --mentor-coaching-price: "how much is Mentor Coaching", "how much Mentor Coaching";
    --level-one-price: "how much is Level 1", "how much is level one", "how much level one", "how much level 1";
    --acc-price: "how much is acc", "how much acc";
    --foundational-price: "how much is foundational", "how much foundational";
    --level-two-price: "how much is Level 2", "how much is level two", "how much level two", "how much level 2";
    --pcc-price: "how much is PCC", "how much PCC";
    --advanced-price: "how much is advanced", "how much advanced";;


    /*FAQ Section*/
    --faq-prompts: "faq", "frequently asked questions", "frequently asked question";
    --different-places-faq-prompts: "different places";
    --accredidation-faq-prompts: "ICF", "IACET", "AICI";
    --costs-more-less-faq-prompts: "how come it costs less", "why does it cost more";
    --time-different-faq-prompts: "why time different", "how come it takes longer", "how come it takes less time";
    --level-faq-prompts: "which do I take", "where do I start", "where to start", "how decide";
    --unable-continue-faq-prompts: "what if unable to continue", "can I change classes";
    --skills-matter-faq-prompts: "what skills", "competencies";
    --life-executive-faq-prompts: "life coaching", "executive coaching", "types of coaching", "kinds of coaching", "coaching niche";
    --certification-difference-faq-prompts: "do I need coach training", "does coach training matter", "do I have to get trained to be a coach";
    --good-coach-faq-prompts: "will I be a good coach", "is coaching right for me", "how do I know if coaching is right for me";
    --coach-opportunities-faq-prompts: "can I make money", "earning potential", "how much can I make";
    --coaching-business-time-faq-prompts: "how long to build a business", "can I make this a business";
    --not-interested-business-faq-prompts: "what will I learn", "what is in it for me", "who uses coach training", "skills";
    --trainer-info-faq-prompts: "about trainer", "who is the trainer";
    --face-classes-faq-prompts: "where are classes", "what are online classes like";
    --icf-approved-faq-prompts: "ICF approved", "ICF accredited", "approved", "accredited";
    --icf-membership-faq-prompts: "icf membership", "join icf";
    --icf-membership-credential-difference-faq-prompts: "icf member versus credential", "difference between ICF membership and credential";
    --training-orgs-membership-credential-faq-prompts: "is icf membership included", "is the credential included";
    --actp-acsth-faq-prompts: "ACSTH", "ACTP", "what is level 1", "what is level 2";
    --icf-credential-faq-prompts: "how icf credential";
    --cpc-cmc-length-faq-prompts: "how long after CPC for CMC";
    --class-differences-faq-prompts: "acronyms", "what does it stand for";
    --program-languages-faq-prompts: "what language";
    
    
    
    
    
    
    
    
    
    



}

.chatbody {
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  position: relative;
  z-index: 99999;
}

.chat-container {
    width: 400px;
max-width: calc(100vw - 20px);
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    position: fixed;
    scrollbar-width: none;
    bottom: 80px;
    right: 20px;
    transform-origin: bottom right;
    transition: all 0.3s ease;
    height: auto;
    animation: slideIn 0.5s ease-out;
}

.chat-header {
    background-color: #4CAF50;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.chat-container:not(.minimized) .chat-header {
    cursor: default; /* Change cursor to default when maximized */
}

.chat-title {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.toggle-button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0 10px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.toggle-button:hover {
    background: rgba(255, 255, 255, 0.1);
}

.chat-content {
    transition: all 0.3s ease;
    max-width: 500px;
    overflow: hidden;
}

/* Classes for minimized state */
.chat-container.minimized {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

@keyframes slideIn {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.chat-container.minimized .chat-content {
    max-height: 0;
    height: 0;
    padding: 0;
}

.chat-container.minimized .chat-header {
    height: 80px;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.chat-container.minimized .chat-title {
    display: none;
    padding: 0;
    font-size: 24px;
}

.chat-container.minimized:hover {
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.chat-container.minimized .chat-header::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f075";
  color: white;
  font-size: 30px;
  position: absolute;
}

.chat-container.minimized .toggle-button {
    opacity: 0; /* Hide the toggle button in minimized state */
}

/* Use below to add the image instead of icon

.coach-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    display: none; Hidden by default
}

.chat-container.minimized .coach-icon { display: block; 
    margin: 0 auto;
}
*/

.chatbox {
    height: 400px;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f7f7f7;
}

.chat-output {
    display: flex;
    flex-direction: column;
    height: 300px;
}

.message {
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 10px;
    max-width: 80%;
}

.user-message {
    align-self: flex-end;
    background-color: #d1f7c4;
}

.bot-message-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
max-width: 100%;
}

/* Bot message content (rich text) */
.bot-message {
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 10px;
    margin: 5px 0;
max-width: 100%;
    word-wrap: break-word; /* Ensure long words break and wrap */
    overflow-wrap: break-word;
    white-space: normal; /* Allow normal wrapping of text */

  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

}

/* Styling for list items in bot messages */
.bot-message ul {
    padding-left: 20px; /* Indentation for lists */
}

.bot-message li {
    margin-bottom: 5px; /* Space between list items */
}

/* Styling for links inside bot messages */
.bot-message a {
    color: #007bff; /* Link color */
    text-decoration: underline; /* Underline for links */
}

.bot-message a:hover {
    color: #0056b3; /* Darker color on hover */
}

.bot-message p {
    margin-bottom: 6px;
}

/* Circular profile image */
.bot-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

/* Timestamp */
.message-timestamp {
    font-size: 12px;
    color: gray;
    margin-top: -3px;
}

/* Bot message content */
.bot-message-content {
    display: flex;
    flex-direction: column;
max-width: 100%;
}

.bot-name {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 14px;
}

.input-container {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
    background-color: #fff;
}

#user-input {
    flex-grow: 1;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.buttonclass {
    padding: 5px 10px;
    font-size: 16px;
    border: none;
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 3px;
}

.buttonclass:hover {
    background-color: #45a049;
}

.scroll-container {
    display: flex;
    align-items: center; /* Center items vertically */
    overflow: hidden; /* Hide overflow content */
    max-height: 50px; /* Limit max height */
}

.suggested-prompts-container {
    display: flex; /* Use flex for horizontal layout */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent wrapping */
    padding: 0 10px; /* Add padding around the button area */
    scrollbar-width: none;
    margin-bottom: 5px;
    margin-top: 10px;
}

.suggestion-button {
    background-color: #007bff; /* Bootstrap primary color */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 14px;
    margin: 0 5px; /* Space between buttons */
    max-height: 50px; /* Ensure buttons do not exceed max height */
    line-height: 1; /* Prevent text wrapping */
    white-space: nowrap; /* Prevent text wrapping */
    flex-shrink: 0; /* Prevent buttons from shrinking */
    transition: background-color 0.3s;
}

.suggestion-button:hover {
    background-color: #0056b3; /* Darker shade on hover */
}

.scroll-arrow {
    background-color: lightgray; /* Transparent background */
    border: none;
    cursor: pointer;
    font-size: 10px; /* Size of the arrow */
    margin-left: 0px;
    padding: 10px;
    transition: color 0.3s;
}

.scroll-arrow:hover {
    color: white;
    background-color: darkgrey; /* Change color on hover */
}

.download-button {
    font-size: 16px; /* Adjust size as needed */
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;/* Space between minimize and download buttons */
    padding: 5px 10px;
    transition: transform 0.3s ease;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    background: none;
}

.download-button:hover {
    color: #007bff; /* Change color on hover */
    background: rgba(255, 255, 255, 0.25);
}

/* Small only */
@media screen and (max-width: 39.9375em) {

  .chat-container {
    right: 10px;
    bottom: 10px;
  }

  .chat-container.minimized {
    width: 60px;
    height: 60px;
  }

  .chat-container.minimized .chat-header {
    height: 60px;
  }

  .chat-container.minimized .chat-header::before {
    font-size: 27px;
  }

  .suggestion-button {
    font-size: 12px;
  }

}
/* cmsms stylesheet: foundation_queries modified: Sunday, September 28, 2025 12:16:36 PM */

/* Small only */
@media screen and (max-width: 39.9375em) {

  .grid-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #dropdown-menu {
    margin-top: 3rem;
  }

  #hero-content h1 {
    text-shadow: 1px 1px 3px #787878;
  }

  .button {
    width: 100%;
  }

  p .button+.button {
    margin-top: 0.5rem;
  }

  #hero-buttons .button {
    max-width: 80vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #link-bar {
    display: none;
  }

  .content-column {
    margin-bottom: 2rem;
  }

  .footer-nav.no-bullet {
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 3rem;
  }

  #social-footer li {
    width: 20%;
    margin-bottom: 1.5rem;
  }

  #social-footer .menu.simple li+li {
    margin: 0;
    margin-bottom: 1.5rem;
  }

  #reviews-mobile .orbit button {
    display: none;
  }

  .hero-container {
     min-height: 50vh;
  }

  .hero-bar-top {
    background: #dddddd;
    height: auto;

  }

  .hero-bar-top::after {
    content: "";
    background: url('/assets/images/swoop-top-alt.svg');
    width: 101vw;
    height: 10vw;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -1px;
    margin-left: -1px;
  }

  #quick-form {
    background: #9B9B9B;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {

  .inline-links a {
    display: inline-block;
    margin-right: 6rem;
    margin-bottom: 0;
  }

  h1, .h1 {
    font-size: 2.2rem;
  }

  .menu.medium-align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu.medium-align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .medium-2-column {
    columns: 2;
  }

  #logo img {
    width: 180px;
    height: auto;
  }

  .button {
    margin-right: 1rem;
  }

  #hero {
    min-height: 350px;
    position: relative;
  }

  .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .gradient-white {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0) 50%);
  }

  .gradient-black {
    background: linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0.25) 25%, rgba(255,255,255,0) 50%);
  }

  #sub #hero.hero-black .hero-container {
    color: white;
  }

  #sub #hero {
    color: black;
  }

  #social-bar {
    top: 140px;
  }

  #quick-form p, #quick-form input, #quick-form .button {
    display: inline-block;
    max-width: 20%;
    margin-bottom: 0;
    margin-right: 0.5rem;
    border: 0;
  }

  #quick-form input#quick_email {
    max-width: 25%;
  }

  #sub #quick-form p {
    width: 100%;
    max-width: 100%;
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  #quick_recaptcha {
    position: absolute;
  }

  #logos .slide a {
    height: auto;
  }

  #logos .logos-5 .slide {
    max-width: 19%;
  } 

  #logos .logos-6 .slide {
    max-width: 15%;
  }

  #content-lower .cell:first-child {
    border-right: 3px solid #9B9B9B;
    padding-right: 2rem;
  }

  #content-lower {
    padding-top: 1.5rem;
  }

  #quiz-bar {
    padding: 1rem 0;
  }

  .medium-text-right .button {
    margin-right: 2rem;
  }

  #modal-video-open {
    margin-left: 0.25rem;
  }

  #social-footer li {
    justify-content: left;
    margin-right: 1%;  
  }

  #social-footer li:last-of-type {
    margin-right: 0;
  }

  #social-footer img {
    max-height: 20px;
    width: auto;
  }

  .content ul:not(.no-bullet), .content ol {
     margin-left: 3rem;
     margin-right: 3rem;
  }

  .content-columns ul:not(.no-bullet), .content-columns ol {
    margin-left: 0.5rem;
  }

  .column-list {
    border-right: 2px solid #A2AB58;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }

  .column-list:last-of-type, .column-last {
    border-right: none;
  }

  .bio-pic {
    margin-left: 4rem;
  }

  .bio-pic img {
    max-width: 180px;
  }

  .bio-pic .bio {
    display: none;
  }

  .bio-container {
    max-width: calc(100% - 8rem);
    margin: 0 auto;
  }

  .margin-left {
    margin-left: 3rem;
  }

  #meta-menu li:first-of-type a {
    padding-left: 0;
  }

  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    right: 0;
  }

  .hero-container {
    padding-left: 4rem;
  }

  .hero-bar-bottom {
    background-image: url('/assets/images/swoop-bottom-medium.svg');
  }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  #quick-form p {
    width: 100%;
    max-width: 100%;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  #quick-form .button {
    margin: 0;
  }
 
  #social-footer span {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

}

/* Large and up */
@media screen and (min-width: 64em) {

  #dropdown-menu a {
    font-size: 1rem;
  }

  #logo img {
    width: 220px;
    height: auto;
  }

  #social-footer span {
    margin-left: 0.3rem;
  }

  #social-footer li {
    margin-left: 1%;
    margin-right: 1%;  
  }

  #social-footer img {
    max-height: 25px;
  }

  #header-inner {
    min-height: 100px;
  }

  #home #logos {
    max-width: 900px;   }

  #hero {
    background-position: top;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-bar-bottom {
    background-image: url('/assets/images/swoop-bottom-alt.svg');
  }

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* X-Large and up */
@media screen and (min-width: 75em) {

  #dropdown-menu .menudepth0>a {
    font-size: 1.25rem;
  }

  .hero-container {
     min-height: 500px;
  }

  .hero-bar-top {
    background-position: top -0.8vw left 0;
  }

  .hero-bar-bottom {
    background-position: bottom -1.5vw left 0;
  }

}

/* XX-Large and up */
@media screen and (min-width: 90em) {

  .hero-container {
     min-height: 600px;
  }

  .hero-bar-top {
    background-position: top -1.2vw left 0;
  }

  .hero-bar-bottom {
    background-position: bottom -2vw left 0;
  }

}
