h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 50px;
  font-weight: 200;
  letter-spacing: -1px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -1px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #838487;
  font-size: 40px;
  line-height: 40px;
  font-weight: 200;
  letter-spacing: -1px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #838487;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -1px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #838487; /* 8493c0 */
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

h6 {
  position: relative;
  z-index: 4;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 26px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

p {
  margin-bottom: 10px; /* made this 10px */
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  font-weight: 200;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #838487;
  font-size: 20px;
  line-height: 36px;
  font-weight: 200;
}

.homepage_herosection {
  position: static;
  display: block;
  height: 1046px;
  margin-right: 0px;
  padding-top: 1px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/AngledHomePageHero_V2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

/* Teletherapy Herosection */
/*eb*/
.teletherapy_herosection {
  position: static;
  display: block;
  height: auto;
  margin-top: 150px;
  margin-right: 0px;
  padding-top: 1px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*eb*/
.directions-activity {
   font-weight: 700;
   color: #49c7ed;
   font-size: 32px;
}

/* End Teletherapy Herosection */

.homepage_herocontent {
  margin-top: 375px;
  padding-right: 0px;
}

.staticnavbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none;
  border-bottom-width: 0px;
  border-bottom-color: transparent;
  background-color: hsla(0, 0%, 100%, .9);
}

.staticnavlink {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 17.6px; /* was 15 */
  font-weight: 600;
  /* letter-spacing: 3px; */
  /* text-transform: uppercase; */
}

.staticnavlink.w--open {
  padding-bottom: 20px;
}

.staticnavlink.reveallink {
  padding-bottom: 20px;
  color: #838487;
  font-size: 12px;
  text-align: right;
  letter-spacing: 1px;
}

/* .staticnavlink.responsive_navitem:hover {
  color: #ea3e97;
}

.staticnavlink.responsive_navitem:active {
  color: #ea3e97;
} */

.staticnavlink.responsive_navitem.w--current {
  color: #838487;
  text-decoration: none;
  /* text-transform: uppercase; */
}

.staticnavlink.responsive_navitem.w--current:hover {
  color: #ea3e97;
}

.staticnavlink.responsive_navitem.w--current:active {
  color: #ea3e97;
}

.staticnavdrop {
  background-color: hsla(0, 0%, 100%, .9);
}

.staticnavdrop.w--open {
  margin-top: 22px;
  background-color: hsla(0, 0%, 100%, .9);
}

.staticnavdrop_item {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #838487;
  font-size: 20px;
  font-weight: 600; /* was 200 changed 1-10-2023 */
}

.staticnavdrop_item:hover {
  background-color: rgba(234, 62, 151, .9);
  color: #fff;
}

.staticnavdrop_item:active {
  background-color: #fff;
  color: #ea3e97;
}

.staticnavdrop_item.w--current {
  color: #ea3e97;
  text-decoration: none;
}

.staticnavdrop_item.location {
  padding-left: 35px;
}

.homepage_teamsection {
  padding-bottom: 120px;
}

.paragraphonwhite {
  margin-bottom: 24px;
  padding-right: 44px;
  color: #878383;
  font-weight: 300; /* added 12-15-2022 EB */
}

/*COVID-19 and announcement - 12-15-2022*/

.paragraphonwhite.covid-19,
.paragraphonwhite.announcement {
  background-color: #e0f0d0; /* was aliceblue */
  padding: 10px;
  line-height: 1.3em;
  font-size: 18px;
}

/*END COVID-19 Styole*/

.paragraphonwhite.sectionintro {
  font-size: 22px;
  line-height: 40px;
}

.paragraphonwhite.sectionintro.privacyinformation {
  margin-bottom: 60px;
}

.paragraphonwhite.actualtestimonial {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-right: 0px;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
}

.paragraphonwhite.contactinformation {
  font-size: 19px;
}

.paragraphonwhite.historyparagraph {
  margin-bottom: 50px;
}

.paragraphonwhite.philosophyparagraph {
  margin-bottom: 50px;
}

/* EB 12-15-2022 - strong text contrasting color */
.strong-text-color {
  color:#ea3e97;
}

.maincta_button {
  display: block;
  padding: 15px;
  float: left;
  clear: left;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border: 1px solid #ea3e97;
  border-radius: 8px;
  background-color: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  color: #ea3e97;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.maincta_button:hover {
  background-color: #ea3e97;
  color: #fff;
}

.maincta_button:active {
  background-color: #fff;
  color: #ea3e97;
}

.maincta_button.surveybutton {
  display: inline-block;
  float: none;
  clear: none;
}

.maincta_button.directionsbutton {
  margin-bottom: 50px;
  float: left;
  clear: left;
}

.maincta_button.submitbutton {
  margin-bottom: 50px;
}

.maincta_button.referbutton {
  margin-bottom: 15px;
}

/*eb*/
.maincta_button.directions-button {
   float: none;
   display: inline-block;
   margin-right: 20px;
}

/*EB 12-15-2022*/
.maincta_button.portal_button,
.maincta_button.portal_button_2 {
  display: block;
  float: right;
  margin-right: 10px;
  width: 120px;
  text-align: center;
  padding: 19px; /* added 1-10-2023 */
}

.maincta_button.portal_button_2 {
  display: none;
}

.portal_button_3 {
  display: none;
}

.homepage_philosophyintro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/HomePagePhilosophyMain.jpeg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: left;
}

.h3_white {
  margin-top: 0px;
  padding-right: 193px;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
}

.h2_aac {
  line-height: 50px;
}

.homepage_philosophycontent {
  display: block;
  padding-top: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.homepage_philosophycontent.lastphilosophysection {
  padding-bottom: 85px;
}

.philosophycolumns {
  padding-top: 95px;
  padding-right: 71px;
}

.philosophycolumns.philosophyimage {
  padding-top: 130px;
  padding-right: 10px;
}

.philosophycolumns.philosophyimage.philosophy3 {
  padding-top: 145px;
}

.philosophycolumns.opencommunicationcolumn {
  padding-top: 115px;
  padding-right: 0px;
  padding-left: 38px;
}

.philosophycolumns.playfulenvironmentcolumn {
  padding-right: 28px;
}

.surveysection {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 0px none #c2c2c2;
  border-bottom: 0px none #c2c2c2;
  background-color: hsla(0, 0%, 76%, .15);
}

.surverycontainer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.surveyheader {
  margin-bottom: 25px;
}

.footer {
  border-top: 0px none #ece8e8;
}

.footercontent {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #838487;
}

.socialmedia_icons {
  margin-right: 7px;
  float: right;
}

.footerinfo {
  padding-top: 45px;
  padding-bottom: 45px;
}

.socialmediacolumn {
  padding-top: 20px;
}

.footeraddress {
  font-size: 18px;
  line-height: 25px;
}

.footercontactinfo {
  margin-bottom: 35px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #44c7ee;
}

.footercontactinfo.copyright {
  margin-bottom: 0px;
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.privacypolicy {
  margin-left: 8px;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #44c7ee;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.revealnavbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  opacity: 0.9;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.hamburgermenu {
  color: #ea3e97;
  font-size: 35px;
  font-weight: 500;
}

.brandit_signature {
  margin-top: 15px;
  float: left;
  clear: left;
}

.footer_legalities {
  margin-top: 35px;
}

.responsive_navmenu {
  padding-top: 5px;
}

.responsive_navitem {
  color: #838487;
}

.responsive_navitem:hover {
  color: #ea3e97;
}

.physicaltherapy_pagehero {
  height: 673px;
  background-image: url('../images/AngledPhysicalTherapyPageHero.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.physicaltherapy_pagehero.sensoryhero {
  background-image: url('../images/SensoryProcessing_Hero.jpg');
  background-size: cover;
}

.physicaltherapy_pagehero.tonguethrusthero {
  background-image: url('../images/SpeechTherapy_Hero.jpg');
  background-size: cover;
}

.physicaltherapy_pagehero.interiorpage_shorthero {
  height: 275px;
  background-image: url('../images/AngledInteriorPage_Hero.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.interiorpage_herocontent {
  padding-top: 290px;
}

.servicepages_contentsection {
  padding-top: 0px;
  padding-bottom: 60px;
}

.servicepages_contentsection.privacysectiononly.privacysection {
  padding-top: 160px;
}

.listitemonwhite {
  color: #838487;
  font-weight: 300; /* EB change 12-16-2022 */
}

.listitemonwhite_none {
  color: #838487;
  font-weight: 300;
  list-style-type: none;
  line-height: normal;
  margin-bottom: 10px;
}

.listitemonwhite_blog {
  /* color: #838487; */
  font-weight: 300;
  font-size: 18px;
  list-style-type: none;
  line-height: normal;
  margin-bottom: 12px;
}

.listitemonwhite_blog:first-child {  
  margin-top: -15px;
}

.listitemonwhite_blog_sub-ul {
  font-weight: 300;
  font-size: 18px;
  list-style-type: none;
  line-height: normal;
  margin-top: 12px;
  margin-bottom: 20px;  
}

.listitemonwhite_blog_sub-ul-item {
  list-style-type: disc;
}

span.span-margin-bottom {
 display: block;
 margin-bottom: 12px;
}


.listitem_last{
  margin-bottom: 40px;
}

.interiorcta_header {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 30px;
}

.phone_touchcall {
  margin-bottom: 20px;
  float: left;
  clear: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #44c7ee;
  font-size: 22px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
}

.contactcolumn {
  padding-top: 0px;
}

.testimonialsection {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px none transparent;
  border-bottom: 0px none transparent;
}

.otherservicessection {
  padding-top: 40px;
  padding-bottom: 60px;
}

.footer_locations {
  text-align: left;
}

.speechtherapy_hero {
  height: 673px;
  background-image: url('../images/TongueThrust_Hero_Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.speechtherapy_hero.autismhero {
  background-image: url('../images/PragmaticSocial_Hero.jpg');
  background-size: cover;
}

.speechtherapy_hero.autismhero.occupationalhero {
  background-image: url('../images/OccupationalTherapy_Hero.jpg');
  background-size: cover;
}

.speechtherapy_hero.autismhero.occupationalhero.pragmatichero {
  background-image: url('../images/PragmaticSocial_Hero_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.speechtherapy_hero.feedinghero {
  background-image: url('../images/FeedingV2.jpg');
  background-size: cover;
}

.footercontact {
  text-decoration: none;
}

.disordertypes {
  margin-bottom: 30px;
}

.testimonial_slider {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #ece8e8;
  border-bottom: 1px solid #ece8e8;
  background-color: transparent;
}

.testimonial_sliderone {
  padding-top: 28px;
  background-color: #fff;
}

.testimonial_sliderone.slidethree {
  height: auto;
}

.testimonial_slidernav {
  color: #c2c2c2;
}

.testimonial_sliderquote {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.servicebutton {
  text-decoration: none;
}

.servicebutton.speech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 155px;
  margin-bottom: 18px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/SpeechTherapy.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.servicebutton.occupational {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 155px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/OccupationalTherapy.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.servicebutton.physical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 155px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/PhysicalTherapy.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.servicebutton.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 155px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/PragmaticSocial.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.servicebutton.feeding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 155px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/FeedingTherapy.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.servicebutton.autism {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 155px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/AutismSpectrum.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.servicebutton.sensory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 155px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/SensoryProcessing.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.servicebutton.tongue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 155px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/TongueThrust.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.textlink {
  color: #ea3e97;
  text-decoration: none;
}

.h6onwhite {
  margin-bottom: 5px;
  padding-left: 0px;
  color: #c2c2c2;
  font-size: 19px;
  text-align: left;
}

.interior-page-h2 {
  color: #838487;
}

.interior-page-h3 {
  margin-bottom: 26px;
}

.interior-page-h4 {
  margin-top: 26px;  
}

.interior-page-h6 {
  margin-bottom: 5px;
  padding-left: 0px;
  color: #838487;
  font-size: 19px;
  text-align: left;
}

/* flex container for blog date and author*/
.flex-container {
  display: flex;
  justify-content: space-between; /* Distributes space between the items */
  align-items: center; /* Vertically aligns the items */
  padding: 4px;
  background-color: #f4f4f4;
  border-radius: 2px;
  margin-bottom: 12px;
}
.flex-element {
  font-family: 'Source Sans Pro', sans-serif;
  /* padding: 10px 20px; */
  /* background-color: #333; */
  /* color: #fff; */
  color: #838487;
  /* border-radius: 5px; */
}

.contact_hero {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 450px;
  padding-top: 0px;
}

.contact_hero.actualcontactpage {
  height: 673px;
  background-image: url('../images/Contact_Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contactcontent {
  padding-top: 0px;
  padding-bottom: 0px;
}

.spokanemap {
  width: auto;
  height: 220px;
  margin-bottom: 20px;
}

.contacth3 {
  margin-top: 0px;
  margin-bottom: 15px;
}

.contactcolumns {
  padding-top: 0px;
}

.contact_location {
  margin-bottom: 70px;
}

.textfieldinfo {
  height: auto;
  padding-bottom: 8px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 200;
}

.textfieldinfo.lastfield {
  margin-bottom: 20px;
}

.textfieldinfo.formdropdown {
  padding-top: 8px;
}

.contactheader {
  margin-bottom: 45px;
}

.heroheader {
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 55px;
}

/* EB Change 12-15-2022 */
/* .teamsection_container {
  padding-right: 199px;
} */

.secondarysectionheader {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #838487;
  line-height: 42px;
}

.h5_pageintro {
  margin-bottom: 45px;
}

.introparagraphs {
  padding-right: 75px;
}

.taglinecolumn {
  padding-top: 15px;
}

.taglinefooter {
  font-weight: 200;
}

.surveycontainer {
  margin-top: 135px;
  margin-bottom: 80px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  text-align: center;
}

.surveymonkey_information {
  display: block;
  height: 700px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
}

.contacthero_map {
  height: 450px;
}

.privacypolicy_header {
  margin-bottom: 29px;
}

.careercontainer {
  margin-top: 135px;
  margin-bottom: 80px;
}

.careerheader {
  margin-top: 0px;
  margin-bottom: 30px;
}

.careerheader.employeeheader {
  margin-bottom: 49px;
}

.newpatients_container {
  margin-top: 135px;
  margin-bottom: 80px;
}

.testimonialmaskedsection {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.team_container {
  margin-top: 135px;
  margin-bottom: 0px;
}

.team_container.locationcontainer {
  margin-top: 35px;
}

.teamcolumns {
  margin-bottom: 10px;
}

.teamcolumns.nobiostaff {
  margin-bottom: 60px;
}

.teamcolumns.lastmember {
  margin-bottom: 40px;
}

.employeeimage {
  margin-right: 15px;
  float: left;
  border-radius: 70px;
}

.employeeheader {
  margin-top: 10px;
}

.employeeheader.individualheader {
  margin-top: 30px;
}

.employeetitle {
  margin-bottom: 20px;
}

.location_section.spokane {
  padding-top: 2px;
  padding-bottom: 25px;
  background-color: #fff;
}

._404section {
  margin-top: 50px;
}

@media (max-width: 1160px) { /* was 991 EB 12-15-2022 was 1160 1-10-2023 */
  h1 {
    margin-bottom: 0px;
    font-size: 48px;
  }
  h2 {
    margin-bottom: 8px;
    font-size: 48px;
  }
  h3 {
    margin-bottom: 15px;
    font-size: 34px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 20px;
  }
  p {
    margin-bottom: 20px;
  }
  .homepage_herosection {
    padding-right: 20px;
    padding-left: 20px;
  }

  /* teletherapy herosection */
  .teletherapy_herosection {
    padding-right: 20px;
    padding-left: 20px;
  }
  /* END teletherapy herosection */

  /* EB - 12-15-2022 - added second condition on the below code */
  .staticnavlink:hover,
  .staticnavlink.w-clearfix.w-dropdown-toggle:hover > .responsive_navitem {
    background-color: #ea3e97;
    color: #fff;
  }

  .staticnavlink:active {
    background-color: #fff;
    color: #ea3e97;
  }
  .staticnavlink.responsive_navitem {
    float: none;
  }
  .staticnavdrop.w--open {
    margin-top: 0px;
    background-color: #fff;
  }
  .homepage_teamsection {
    padding-right: 29px;
    padding-left: 29px;
  }
  .paragraphonwhite.contactinformation {
    font-size: 17px;
  }
  .h3_white {
    padding-right: 0px;
  }
  .philosophycolumns {
    padding-top: 0px;
  }
  .philosophycolumns.philosophyimage {
    padding-top: 200px;
  }
  .philosophycolumns.philosophyimage.philosophy3 {
    padding-top: 201px;
  }
  .footeraddress {
    font-size: 17px;
  }
  .footercontactinfo {
    font-size: 12px;
  }
  .hamburgermenu {
    color: #ea3e97;
    font-weight: 700;
  }
  .hamburgermenu:hover {
    background-color: #ea3e97;
    color: #fff;
  }
  .hamburgermenu:active {
    background-color: #fff;
    color: #ea3e97;
  }
  .hamburgermenu.w--open {
    background-color: hsla(0, 0%, 100%, .9);
    color: #ea3e97;
  }
  .responsive_navmenu {
    background-color: hsla(0, 0%, 100%, .9);
  }
  .responsive_navitem {
    float: left;
    color: #838487;
  }
  .responsive_navitem:hover {
    color: #fff;
  }
  .responsive_navitem.droparrow {
    position: static;
    margin-left: 0px;
    float: none;
    text-align: left;
  }
  .physicaltherapy_pagehero {
    background-position: 100% 50%;
  }
  .physicaltherapy_pagehero.sensoryhero {
    background-position: 100% 50%;
  }
  .physicaltherapy_pagehero.tonguethrusthero {
    background-position: 100% 50%;
  }
  .physicaltherapy_pagehero.interiorpage_shorthero {
    height: 160px;
  }
  .interiorpage_herocontent {
    padding-top: 250px;
  }
  .phone_touchcall {
    font-size: 20px;
  }
  .testimonialsection {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .speechtherapy_hero {
    background-position: 100% 50%;
  }
  .speechtherapy_hero.autismhero {
    background-position: 100% 50%;
  }
  .speechtherapy_hero.autismhero.occupationalhero {
    background-position: 100% 50%;
  }
  .speechtherapy_hero.autismhero.occupationalhero.pragmatichero {
    background-position: 100% 50%;
  }
  .speechtherapy_hero.feedinghero {
    background-position: 100% 50%;
  }
  .testimonial_slider {
    height: 398px;
  }
  .testimonial_sliderone {
    padding-top: 76px;
  }
  .testimonial_sliderone.slidethree {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .testimonial_slidernav {
    display: none;
  }
  .servicebutton.speech {
    height: 130px;
    margin-bottom: 1px;
    padding-right: 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .servicebutton.occupational {
    height: 130px;
  }
  .servicebutton.physical {
    height: 130px;
  }
  .servicebutton.social {
    height: 130px;
  }
  .servicebutton.feeding {
    height: 130px;
  }
  .servicebutton.autism {
    height: 130px;
  }
  .servicebutton.sensory {
    height: 130px;
  }
  .servicebutton.tongue {
    height: 130px;
  }
  .contact_hero {
    height: auto;
  }
  .contact_hero.actualcontactpage {
    padding-right: 30px;
    padding-left: 30px;
    background-position: 100% 50%;
  }
  .contactcontent {
    padding-right: 30px;
    padding-left: 30px;
  }
  .spokanemap {
    width: auto;
  }
  .heroheader {
    padding-right: 25px;
  }
  .teamsection_container {
    padding-right: 0px;
  }
  .secondarysectionheader {
    padding-right: 129px;
  }
  .introparagraphs {
    padding-right: 0px;
  }
  .surveycontainer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .careercontainer {
    padding-right: 25px;
    padding-left: 25px;
  }
  .testimonialsection_responsive {
    padding-right: 30px;
    padding-left: 30px;
  }
  .location_section.spokane {
    padding-right: 35px;
    padding-left: 35px;
  }
  .providerssection {
    padding-right: 30px;
    padding-left: 30px;
  }
  .newpatientssection {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 1160px) { /* was 767 EB 12-15-2022 was 1160 1-10-2023 */
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 40px;
  }
  h6 {
    font-size: 25px;
  }
  .homepage_herosection {
    height: 800px;
    background-position: -835px 0px;
  }

  /* teletherapy herosection */
  .teletherapy_herosection {
    height: auto;
  }
  /* END teletherapy herosection */

  .homepage_herocontent {
    margin-top: 207px;
  }
  .staticnavbar {
    padding-top: 15px;
    background-color: #fff;
  }
  .homepage_teamsection {
    padding-right: 25px;
    padding-left: 25px;
  }
  .paragraphonwhite {
    padding-right: 0px;
  }
  .paragraphonwhite.contactinformation {
    text-align: left;
  }
  .paragraphonwhite.philosophyparagraph {
    padding-right: 0px;
  }
  .maincta_button {
    display: block;
    width: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: left;
  }
  .maincta_button.directionsbutton {
    margin-bottom: 25px;
  }

  /*eb*/
  .maincta_button.directions-button {
     float: none;
     display: inline-block;
     margin-right: 20px;
  }  

  /* eb 12-15-2022 */
  .maincta_button.portal_button {
    display: none;
  }

  .maincta_button.portal_button_2 {
    display: block;
    margin-top: 5px;
  }

  .homepage_philosophyintro {
    padding-right: 25px;
    padding-left: 25px;
  }
  .h3_white {
    padding-right: 0px;
    font-size: 35px;
  }
  .homepage_philosophycontent {
    padding-right: 25px;
    padding-left: 25px;
  }
  .philosophycolumns {
    margin-bottom: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .philosophycolumns.philosophyimage {
    display: none;
  }
  .philosophycolumns.opencommunicationcolumn {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .philosophycolumns.playfulenvironmentcolumn {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .surveyheader {
    font-size: 28px;
  }
  .socialmedia_icons {
    margin-right: 6px;
    float: none;
  }
  .socialmediacolumn {
    padding-left: 22px;
    text-align: center;
  }
  .footercontactinfo {
    font-size: 14px;
  }
  .footercontactinfo.copyright {
    float: none;
  }
  .privacypolicy {
    display: none;
    margin-left: 0px;
    float: right;
    clear: none;
  }
  .brandit_signature {
    float: none;
  }
  .footer_legalities {
    text-align: center;
  }
  .responsivecolumn_center {
    margin-bottom: 15px;
    text-align: center;
  }
  .homepage_responsiveimages {
    display: none;
  }
  .physicaltherapy_pagehero {
    height: 500px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .physicaltherapy_pagehero.tonguethrusthero {
    background-position: 100% 50%;
  }
  .physicaltherapy_pagehero.interiorpage_shorthero {
    height: 150px;
    background-position: 79% 0px;
    background-size: cover;
  }
  .interiorpage_herocontent {
    padding-top: 190px;
  }
  .servicepages_contentsection {
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
  }
  .listitemonwhite {
    font-size: 20px;
  }
  .listitemonwhite_none{
    font-size: 20px;
  }
  .interiorcta_header {
    float: left;
    text-align: left;
  }
  .phone_touchcall {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;
  }
  .contactcolumn {
    padding-top: 20px;
    text-align: center;
  }
  .buildingimage {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  .testimonialsection {
    display: none;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .otherservicessection {
    padding-right: 35px;
    padding-left: 35px;
  }
  .footer_locations {
    text-align: center;
  }
  .speechtherapy_hero {
    height: 500px;
    padding-right: 25px;
    padding-left: 25px;
    background-position: 100% 50%;
  }
  .speechtherapy_hero.autismhero.occupationalhero {
    background-position: 100% 50%;
  }
  .speechtherapy_hero.feedinghero {
    background-position: 100% 50%;
  }
  .servicebutton.speech {
    margin-bottom: 5px;
    background-size: cover;
  }
  .servicebutton.occupational {
    margin-bottom: 5px;
    background-size: cover;
  }
  .servicebutton.physical {
    margin-bottom: 5px;
    background-size: cover;
  }
  .servicebutton.social {
    margin-bottom: 5px;
    background-size: cover;
  }
  .servicebutton.feeding {
    margin-bottom: 5px;
    background-size: cover;
  }
  .servicebutton.autism {
    margin-bottom: 5px;
    background-size: cover;
  }
  .servicebutton.sensory {
    margin-bottom: 5px;
    background-size: cover;
  }
  .servicebutton.tongue {
    background-size: cover;
  }
  .contact_hero.actualcontactpage {
    height: 500px;
    padding-right: 25px;
    padding-left: 25px;
    background-position: 100% 50%;
  }
  .contactcontent {
    padding-right: 25px;
    padding-left: 25px;
  }
  .contacth3 {
    text-align: left;
  }
  .contact_location {
    margin-bottom: 35px;
  }
  .heroheader {
    padding-right: 0px;
    line-height: 48px;
  }
  .teamsection_container {
    padding-right: 0px;
  }
  .secondarysectionheader {
    padding-right: 0px;
  }
  .taglinecolumn {
    padding-top: 0px;
    text-align: center;
  }
  .newpatients_container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .testimonialsection_responsive {
    padding-right: 25px;
    padding-left: 25px;
  }
  .location_section.spokane {
    padding-right: 25px;
    padding-left: 25px;
  }
  .providerssection {
    padding-right: 25px;
    padding-left: 25px;
  }
  .newpatientssection {
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* EB Added 12-15-2022 */

@media (max-width: 640px) {
  /* EB 12-15-2022 */
  .maincta_button.portal_button_2 {
    display: none;
  }

  .portal_button_3 {
    display: block;
  }

  /* EB 12-15-2022
.maincta_button.portal_button,
.maincta_button.portal_button_2 {
  display: block;
  float: right;
  margin-right: 10px;
  width: 120px;
  text-align: center;
} */
}

@media (max-width: 479px) { /* was 479 EB 12-15-2022 */
  h1 {
    margin-bottom: 0px;
    font-size: 40px;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 37px;
  }
  h3 {
    font-size: 34px;
    line-height: 39px;
  }
  h4 {
    font-size: 22px;
    /* line-height: 30px; */
  }
  p {
    font-size: 18px;
    line-height: 30px;
  }
  .homepage_herosection {
    padding-right: 15px;
    padding-left: 15px;
    background-position: -970px 0px;
  }

  /* teletherapy_herosection */
  .teletherapy_herosection {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* END teletherapy_herosection */

  .homepage_herocontent {
    margin-top: 172px;
  }
  .staticnavdrop_item {
    font-size: 16px;
  }
  .paragraphonwhite.contactinformation {
    font-size: 18px;
  }
  .maincta_button {
    font-size: 13px;
  }
  .maincta_button.directionsbutton {
    margin-bottom: 45px;
  }
  .maincta_button.getstartedbutton_responsive {
    margin-bottom: 50px;
  }

   /*eb*/
   .maincta_button.directions-button {
      float: none;
      display: inline-block;
      margin-right: 20px;
   }

  .homepage_philosophyintro {
    height: 500px;
    background-position: -635px 0px;
  }
  .h3_white {
    font-size: 23px;
    line-height: 35px;
  }
  .homepage_philosophycontent {
    padding-top: 50px;
  }
  .homepage_philosophycontent.lastphilosophysection {
    margin-bottom: 0px;
  }
  .surveysection {
    padding: 30px 20px;
  }
  .surveyheader {
    font-size: 28px;
    line-height: 35px;
  }
  .footercontent {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footeraddress {
    margin-bottom: 15px;
    text-align: center;
  }
  .footercontactinfo.copyright {
    text-align: center;
  }
  .hamburgermenu {
    padding: 6px;
  }
  .responsivecolumn_center {
    margin-bottom: 0px;
  }
  .homepage_responsiveimages {
    margin-top: 70px;
  }
  .physicaltherapy_pagehero {
    height: 425px;
    background-position: 100% 50%;
  }
  .physicaltherapy_pagehero.sensoryhero {
    height: 425px;
    background-position: 100% 50%;
  }
  .physicaltherapy_pagehero.tonguethrusthero {
    height: 425px;
    background-position: 100% 50%;
  }
  .physicaltherapy_pagehero.interiorpage_shorthero {
    background-position: 98% 0px;
    background-size: cover;
  }
  .interiorpage_herocontent {
    padding-top: 150px;
  }
  .servicepages_contentsection {
    padding-bottom: 0px;
  }
  .listitemonwhite {
    font-size: 17px;
    line-height: 29px;
  }
  .listitemonwhite_none {
    font-size: 17px;
    /* line-height: 29px; */
  }
  .contactcolumn {
    padding-top: 0px;
  }
  .speechtherapy_hero {
    height: 425px;
    background-position: 100% 50%;
  }
  .speechtherapy_hero.autismhero {
    background-position: 100% 50%;
  }
  .speechtherapy_hero.autismhero.occupationalhero {
    background-position: 100% 50%;
  }
  .speechtherapy_hero.autismhero.occupationalhero.pragmatichero {
    background-position: 100% 50%;
  }
  .speechtherapy_hero.feedinghero {
    background-position: 100% 50%;
  }
  .contact_hero {
    height: 450px;
    background-image: none;
  }
  .contact_hero.actualcontactpage {
    height: 425px;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 100% 50%;
  }
  .contactcontent {
    padding-right: 20px;
    padding-left: 20px;
  }
  .headerlogo {
    max-width: 75%;
    margin-left: 6px;
  }
  .heroheader {
    font-size: 31px;
    line-height: 38px;
  }
  .taglinefooter {
    font-size: 15px;
  }
  .contacthero_map {
    position: static;
    overflow: visible;
  }
  .newpatients_container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .testimonialsection_responsive {
    padding-right: 20px;
    padding-left: 20px;
  }
  .location_section.spokane {
    padding-right: 20px;
    padding-left: 20px;
  }
  .providerssection {
    padding-right: 20px;
    padding-left: 20px;
  }
  .newpatientssection {
    padding-right: 20px;
    padding-left: 20px;
  }
}

