/* cmsms stylesheet: foundation_styles modified: Thursday, June 26, 2025 10:12:35 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: 2rem;
  padding-bottom: 2rem;
}

.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: #67BCDB;
}

.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;
}

.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;
}

.buttonwebinar:hover {
  color: white;
  background: #67BCDB;
}

p .button {
  margin-bottom: 0;
}

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

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

.button:hover {
  background: #67BCDB;
}

#sub .button:hover {
  background: #67BCDB;
}

.corner {
  border-radius: 5px;
}

.upper {
  text-transform: uppercase;
}

hr {
  border-bottom: #67BCDB 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 #67BCDB;
}

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

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

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

#logo a {
  display: block;
}

#logo img {
  width: 100px;
  height: auto;
  margin: 0 0.5rem;
  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;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.hero-container {
  flex: 1;
  display: flex;
  position: relative;
  z-index: 1;
}

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

#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 {
  position: fixed;
  right: 0;
  background: #67BCDB;
  padding: 4px 2px 4px 0;
  z-index: 999;
}

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

#social-bar ul {
  margin: 0;
}
#social-bar a {
  display: block;
  width: 30px;
  padding: 3px 5px;
  color: white;
}

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

#quick-form {
  background: #67BCDB;
  padding-top: 1rem;
  padding-bottom: 1rem;
  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;
}

#bar {
  background: #dddddd;
}

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

#mams a {
  display: inline-block;
  padding: 0.625rem 0.25rem;
}

#logos {
  padding-top: 2rem;
  padding-bottom: 2rem;
  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 img {
  max-height: 85px;
  width: auto;
  margin: 0 auto;
  display: inline;
}

#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: #67BCDB;
  border-radius: 50%;
  opacity: 0.5;
}

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

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


#nav-toggle i {
  color: #67BCDB;
}

#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;
  font-weight: 300;
  font-size: 1.125rem;
}

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

#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: #67BCDB transparent transparent;
}

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

}

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

.is-dropdown-submenu {
  border: 1px solid #67BCDB;
  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 #67BCDB;
  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: #67BCDB;
}


#quiz-bar {
  position: relative;
  padding: 1rem 1.625rem;
  color: white;
  background: #67BCDB;
  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: #67BCDB;
  z-index: 1;
  opacity: 0.75;
}

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

#footer a {
  color: white;
  text-decoration: none;
}

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

#footer ul {
  list-style-type: none;
  columns: 2;
  margin: 0;
}

#footer h3 {
  margin-bottom: 1rem;
}

#sub-footer {
  border-top: 1px solid white;
  margin-top: 2rem;
}


.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: #67BCDB;
  text-decoration: none;
  font-size: inherit;
  font-family: lora, serif;
  font-weight: 700;
  font-style: normal;
  padding: 1rem;
  border: 1px solid #67BCDB;
  border-bottom: 1px solid #67BCDB;
  position: relative;
}

#sub .tabs-title.is-active>a {
  background: #67BCDB;
  border: 1px solid #67BCDB;
  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: #67BCDB;
}

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

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

.content ul:not(.no-bullet):not(.chosen-results):not(.chosen-choices) 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):not(.chosen-choices):not(.chosen-results) 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: 2rem;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 1rem 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: #67BCDB;
  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: #67BCDB;
  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;

}

.input-group {
  margin: 0.25rem 0;
}

.input-group-label {
  padding: 0;
  background: transparent;
  border: 0;
}

.input-group [type=text] {
  margin: 0 0.5rem;
}

.input-group-button button {
  padding: 0 0.5rem;
  background: #67BCDB;
  margin: 1px;
  border: 1px solid #67BCDB;
  border-radius: 5px !important;
}

div.website, div.website * {
  display: none !important;
}

.specialty-list {
  margin-top: 1rem;
}

.specialty-list a {
  display: block;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin-top: 0;
}

.card h2 a {
  text-decoration: none;
  font-size: 1.2rem;
}

.card img.float-left {
  margin-right: 1rem;
  margin-bottom: 0.25rem;
}

.featured {
  background: #dddddd
}

.featured .card-divider {
  background: #A2AB58;
}

.featured .card-divider a {
  color: white;
}

.featured .card-divider a:hover {
  color: #dddddd;
}

#mams_input_specialties_chosen .chosen-choices, #mams_input_specialties_chosen .chosen-results, .content .chosen-container .chosen-choices {
  margin-left: 0;
  margin-right: 0;
  list-style-type: none;
}
/* cmsms stylesheet: foundation_queries modified: Saturday, September 9, 2023 10:13:16 AM */

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

  #hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

  .button {
    width: 100%;
  }

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

  .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;
  }

}

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

  #hero-content.white {
    color: black;
  }

  .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: 140px;
    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: 1rem;
    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 #67BCDB;
    padding-right: 2rem;
  }

  #quiz-bar {
    padding: 1.5rem 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;
  }

}

/* 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: 170px;
    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: 110px;
  }

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

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

}

/* 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;
  }

}
