.services .stop-pain {
  color: #0099DD;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.services .grey-box {
  align-items: center;
  background-color: #FAFAFA;
  /*background-color: red;*/
  border-radius: 10px;
  margin: 30px 0 60px;
  padding: 25px 25px;
}
.services .grey-box ul {
  margin: 0;
}
.services .grey-box h3 {
  color: #0099DD;
  font-size: 24px;
  font-weight: bold;
  text-transform: none;
}
.services .icos {
  //margin: 0 0 50px;
}
.services .icos.icos-foot {
  margin: 40px 0 50px;
}
@media screen and (min-width: 48em) {
  .services .icos div {
	font-size: 16px;
  }
}
.services .icos .ico-cal {
  width: 60px;
  margin: 0 22px 15px 0;
}
@media screen and (min-width: 48em) {
  .services .icos .ico-cal {
	margin-top: 10px;
  }
}
.services .icos .ico-home {
  width: 70px;
  margin: 0 22px 15px 0;
}
@media screen and (min-width: 48em) {
  .services .icos .ico-home {
	margin-top: 12px;
  }
}
.services .icos .pr-mobile {
  padding-right: 0;
}
@media screen and (min-width: 48em) {
  .services .icos .pr-mobile {
	padding-right: 15px;
  }
}
.services .icos .mt-mobile {
  margin-top: 30px;
}
@media screen and (min-width: 48em) {
  .services .icos .mt-mobile {
	margin-top: 0;
  }
}
.services .ctas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services .ctas .foot-box {
  background-color: #09d;
  border-radius: 10px;
  color: #fff;
  width: 214px;
  height: 180px;
  margin: 15px 30px 15px 0;
  position: relative;
}
.services .ctas .foot-box:hover {
  transition: all 0.2s linear;
}
.services .ctas .foot-box.foot1 {
  background: #09d url("/wp-content/themes/campbell/assets/images/foot1.png") no-repeat 30px top;
  background-size: auto 101px;
}
.services .ctas .foot-box.foot1-off {
  background-image: none;
}
.services .ctas .foot-box.foot2 {
  background: #09d url("/wp-content/themes/campbell/assets/images/foot2.png") no-repeat 30px top;
  background-size: auto 101px;
}
.services .ctas .foot-box.foot2-off {
  background-image: none;
}
.services .ctas .foot-box.foot3 {
  background: #09d url("/wp-content/themes/campbell/assets/images/foot3.png") no-repeat 30px top;
  background-size: auto 101px;
}
.services .ctas .foot-box.foot3-off {
  background-image: none;
}
.services .ctas .foot-box.foot4 {
  background: #09d url("/wp-content/themes/campbell/assets/images/foot4.png") no-repeat 30px top;
  background-size: auto 101px;
}
.services .ctas .foot-box.foot4-off {
  background-image: none;
}
.services .ctas .foot-box.foot5 {
  background: #09d url("/wp-content/themes/campbell/assets/images/foot5.png") no-repeat 30px top;
  background-size: auto 101px;
}
.services .ctas .foot-box.foot5-off {
  background-image: none;
}
.services .ctas .foot-box.foot6 {
  background: #09d url("/wp-content/themes/campbell/assets/images/foot6.png") no-repeat 30px top;
  background-size: auto 101px;
}
.services .ctas .foot-box.foot6-off {
  background-image: none;
}
.services .ctas .foot-box.foot7 {
  background: #09d url("/wp-content/themes/campbell/assets/images/foot7.png") no-repeat 30px top;
  background-size: auto 101px;
}
.services .ctas .foot-box.foot7-off {
  background-image: none;
}
.services .ctas .foot-box.foot8 {
  background: #09d url("/wp-content/themes/campbell/assets/images/foot8.png") no-repeat 30px top;
  background-size: auto 101px;
}
.services .ctas .foot-box.foot8-off {
  background-image: none;
}
.services .ctas .foot-box .foot-box-hea {
  position: absolute;
  top: 120px;
  left: 30px;
  width: 140px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
.services .ctas .foot-box .foot-box-hea-on {
  position: absolute;
  top: 14px;
  left: 15px;
  width: 90%;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
.services .ctas .foot-box .foot-box-txt {
  visibility: hidden;
  position: absolute;
  top: 44px;
  left: 15px;
  font-size: 14px;
  line-height: 16px;
  padding-right: 5px;
}
.services .ctas .foot-box .foot-box-txt-on {
  visibility: visible;
}
.services .ctas .foot-box .foot-box-txt-on2 {
  visibility: visible;
  top: 60px;
}
.services .ctas .foot-box .foot-box-more {
  visibility: hidden;
  position: absolute;
  top: 145px;
  left: 15px;
}
.services .ctas .foot-box .foot-box-more a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.services .ctas .foot-box .foot-box-more-on {
  visibility: visible;
  /*transition: all .2s linear;*/
}
.services .ctas .hip-box {
  background-color: #09d;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  height: 180px;
  position: relative;
  /* }*/
}
@media screen and (min-width: 1050px) {
  .services .ctas .hip-box {
	width: 470px;
  }
}
.services .ctas .hip-box.hip-box-hips {
  background: #09d url("/wp-content/themes/campbell/assets/images/ico-hip.png") no-repeat 50px top;
  background-size: auto 180px;
  margin: 15px 0;
}
@media screen and (min-width: 1050px) {
  .services .ctas .hip-box.hip-box-hips {
	margin-right: 15px;
  }
}
.services .ctas .hip-box.hip-box-hips-off {
  background-image: none;
}
.services .ctas .hip-box.hip-box-knees {
  background: #09d url("/wp-content/themes/campbell/assets/images/ico-knee.png") no-repeat 80px top;
  background-size: auto 180px;
  margin: 15px 0;
}
@media screen and (min-width: 1050px) {
  .services .ctas .hip-box.hip-box-knees {
	margin-left: 15px;
  }
}
.services .ctas .hip-box.hip-box-knees-off {
  background-image: none;
}
.services .ctas .hip-box.hip-box-ankles {
  background: #09d url("/wp-content/themes/campbell/assets/images/ico-ankle.png") no-repeat 40px top;
  background-size: auto 160px;
  margin: 15px 0;
}
@media screen and (min-width: 1050px) {
  .services .ctas .hip-box.hip-box-ankles {
	margin-right: 15px;
  }
}
.services .ctas .hip-box.hip-box-ankles-off {
  background-image: none;
}
.services .ctas .hip-box.hip-box-shoulders {
  background: #09d url("/wp-content/themes/campbell/assets/images/ico-shoulder.png") no-repeat 72px top;
  background-size: auto 180px;
  margin: 15px 0;
}
@media screen and (min-width: 1050px) {
  .services .ctas .hip-box.hip-box-shoulders {
	margin-left: 15px;
  }
}
.services .ctas .hip-box.hip-box-shoulders-off {
  background-image: none;
}
.services .ctas .hip-box .hip-box-txtz {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 568px) {
  .services .ctas .hip-box .hip-box-txtz {
	top: 70px;
	right: 100px;
	width: 200px;
  }
}
@media screen and (min-width: 1050px) {
  .services .ctas .hip-box .hip-box-txtz {
	top: 70px;
	right: 10px;
	width: 200px;
  }
}
.services .ctas .hip-box .hip-box-hea {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  font-size: 34px;
  font-weight: 500;
  /*position: absolute;
  top: 120px;
  left: 30px;
  width: 140px;


  font-size: 20px;
  font-weight: 500;
  line-height: 20px;*/
}
@media screen and (min-width: 568px) {
  .services .ctas .hip-box .hip-box-hea {
	top: 70px;
	right: 100px;
	width: 200px;
  }
}
@media screen and (min-width: 1050px) {
  .services .ctas .hip-box .hip-box-hea {
	top: 70px;
	right: 10px;
	width: 200px;
  }
}
.services .ctas .hip-box .hip-box-hea-on {
  position: absolute;
  top: 20px;
  left: 28px;
  width: 90%;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
.services .ctas .hip-box .hip-box-txt {
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: 28px;
  font-size: 14px;
  line-height: 16px;
  padding-right: 15px;
}
@media screen and (max-width: 420px) {
  .services .ctas .hip-box .hip-box-txt {
	top: 54px;
	font-size: 13px;
	line-height: 14px;
  }
}
.services .ctas .hip-box .hip-box-txt-on {
  visibility: visible;
}
.services .ctas .hip-box .hip-box-txt-on2 {
  visibility: visible;
  top: 60px;
}
.services .ctas .hip-box .hip-box-more {
  visibility: hidden;
  position: absolute;
  top: 145px;
  left: 28px;
}
.services .ctas .hip-box .hip-box-more a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.services .ctas .hip-box .hip-box-more-on {
  visibility: visible;
  /*transition: all .2s linear;*/
}
.services .ctas .button {
  margin-top: 20px;
}
.services .ctas .mb30 {
  margin-bottom: 30px;
}
.services .ctas .mb15 {
  margin-bottom: 15px;
}
.services .ctas .center {
  text-align: center;
}
.services .ctas .flex {
  align-items: flex-start;
  display: flex;
}
.services .ctas .flex50 {
  flex-basis: 50%;
}
@media (min-width: 48em) {
  .services .ctas .ico-cal {
	margin-top: 15px;
  }
  .services .ctas .ico-home {
	margin-top: 20px;
  }
}
@media (max-width: 1049px) {
  .services .ctas .ico-cal {
	width: 78px;
  }
  .services .ctas .ico-home {
	width: 88px;
  }
}
@media (min-width: 1050px) {
  .services .ctas p {
	font-size: 16px;
  }
  .services .ctas li {
	font-size: 16px;
  }
  .services .ctas h4 {
	font-size: 16px;
  }
  .services .ctas .button {
	font-size: 20px;
  }
  .services .ctas .stop-pain {
	font-size: 24px;
	margin-bottom: 24px;
  }
  .services .ctas .grey-box {
	margin: 30px 0 60px;
	padding: 30px 50px;
  }
}
.services .button {
  margin-top: 5px;
  font-size:13px;
  
}

.services .button.full {
  width:100%;
  text-align: center;
}
.services .mb30 {
  margin-bottom: 30px;
}
.services .mb15 {
  margin-bottom: 15px;
}
.services .center {
  text-align: center;
}
.services .flex {
  align-items: flex-start;
  display: flex;
}
.services .flex50 {
  flex-basis: 50%;
}

/*# sourceMappingURL=services.css.map */


/* pediatric doctors pic spacing */


@media screen and (min-width: 1050px) {
  .ped-jpg {
	margin-top: 60px;
  }
}


.services p.stop-pain {
	font-size:28px;
}

.unmatched-cre {
  padding:20px 0;
}

@media (min-width: 1050px) {

.skinny-text{
  max-width: 400px;
}}


.ctas a:hover {
  opacity:.8;
  transition:all .2s;
}

.best-option {
  padding: 50px 0 30px;
}

img.icon{
  padding-right:30px;
}

ul.bring-in li {
  list-style:disc;
}

.bigger-font p {
  font-size:14px;
}


.services h2 {
  text-transform: capitalize;
}

@media (max-width: 36em){
.footernav a {
  line-height: 48px;
  padding:0;
}
}


.button.gradient {
  background: #162A53;
  background: linear-gradient(90deg,rgba(22, 42, 83, 1) 0%, rgba(19, 100, 165, 1) 100%);
}
a.button.gradient:hover {
  background:#FCB658;
  color:#202b5d;
}

select {
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  right: 0px;
  background-color: rgb(255, 255, 255);
  padding: 11px 15px;
  border: 1px solid rgb(0, 153, 221);
  width: 100%;
}