body.single-provider .site-content,
body.single-clinic .site-content,
body.single-leader .site-content {
  max-width:1400px
}
body.single-provider .site-main,
body.single-clinic .site-main,
body.single-leader .site-main {
  padding-top:0
}
@media screen and (min-width: 992px) {
  body.single-provider article,
  body.single-clinic article,
  body.single-leader article {
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:space-between
  }
}
body.single-provider div.ch-health-provider-single-template-header,
body.single-clinic div.ch-health-provider-single-template-header,
body.single-leader div.ch-health-provider-single-template-header {
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  max-width:100vw;
  width:100vw
}
@media screen and (min-width: 992px) {
  body.single-provider div.ch-health-provider-single-template-header,
  body.single-clinic div.ch-health-provider-single-template-header,
  body.single-leader div.ch-health-provider-single-template-header {
    display:flex
  }
}
body.single-provider div.ch-health-provider-single-template-header h1,
body.single-clinic div.ch-health-provider-single-template-header h1,
body.single-leader div.ch-health-provider-single-template-header h1 {
  width:100%;
  font-size:34px;
  font-size:2.125rem;
  margin:0
}
@media screen and (min-width: 992px) {
  body.single-provider div.ch-health-provider-single-template-header h1,
  body.single-clinic div.ch-health-provider-single-template-header h1,
  body.single-leader div.ch-health-provider-single-template-header h1 {
    font-size:40px;
    font-size:2.5rem
  }
}
@media screen and (min-width: 992px) {
  body.single-provider .content,
  body.single-clinic .content,
  body.single-leader .content {
    width:67.857%
  }
}
body.single-provider .content h2.content-title,
body.single-clinic .content h2.content-title,
body.single-leader .content h2.content-title {
  line-height:1;
  font-size:30px;
  font-size:1.875rem;
  margin-bottom:25px;
  letter-spacing:0
}
body.single-provider .content hr,
body.single-clinic .content hr,
body.single-leader .content hr {
  margin-top:50px;
  margin-bottom:50px
}
@media screen and (min-width: 992px) {
  body.single-provider .sidebar,
  body.single-clinic .sidebar,
  body.single-leader .sidebar {
    width:32.143%
  }
}
body.single-provider .sidebar h3.sidebar-title,
body.single-clinic .sidebar h3.sidebar-title,
body.single-leader .sidebar h3.sidebar-title {
  font-size:24px;
  font-size:1.5rem;
  margin-bottom:30px;
  letter-spacing:0
}
body.single-provider .cta-nav,
body.single-clinic .cta-nav,
body.single-leader .cta-nav {
  width:100%;
  margin-top:-50px;
  margin-bottom:100px
}
.cta-nav {
  text-align:center;
  position:relative;
  z-index:50
}
.cta-nav ul {
  margin:0;
  list-style:none;
  display:inline-flex;
  justify-content:center;
  padding:20px;
  background:white;
  box-shadow:0 0 50px 0 rgba(68,85,98,0.2);
  flex-wrap:wrap
}
.cta-nav li {
  line-height:1;
  flex:1 1 auto;
  padding:10px
}
.cta-nav a, .cta-nav button {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px 25px
}
.cta-nav a i, .cta-nav button i {
  display:inline-block;
  margin-left:10px;
  position:relative;
  transform:translateX(0px);
  transition:all .2s ease;
  line-height:0
}
.cta-nav a:hover i, .cta-nav button:hover i {
  transform:translateX(5px)
}
.cta-nav a i:first-child, .cta-nav button i:first-child {
  margin-left:0;
  margin-right:10px
}
.cta-nav a:hover i:first-child, .cta-nav button:hover i:first-child {
  transform:translateX(-5px)
}
.cta-nav a.button.navy, .cta-nav button.button.navy {
  background-image:linear-gradient(to right, #003DA5, #1D5FCF) !important
}
.cta-nav a.button.blue, .cta-nav button.button.blue {
  background-image:linear-gradient(to right, #1D5FCF, #3781FF)
}
.cta-nav a.button.yellow, .cta-nav button.button.yellow {
  background-color:#F1AB00;
  color:#002158
}
body.post-type-archive .filter {
  padding-bottom:50px
}
@media screen and (min-width: 768px) {
  body.post-type-archive .filter {
    padding-bottom:80px;
    display:flex;
    justify-content:space-between;
    align-items:center
  }
}
body.post-type-archive .filter input {
  width:100%;
  height:40px;
  padding-left:15px;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background:white;
  border:1px solid #cad4db;
  border-radius:0;
  color:#637c8f;
  outline:none;
  transition:all .3s ease;
  vertical-align:top
}
body.post-type-archive .filter input:focus {
  border-color:#1D5FCF;
  color:#445562
}
body.post-type-archive .filter input::-moz-placeholder {
  color:#8ea2b1
}
body.post-type-archive .filter input::placeholder {
  color:#8ea2b1
}
@media screen and (min-width: 768px) {
  body.post-type-archive .filter input {
    max-width:500px;
    height:50px
  }
}
body.post-type-archive ul.filter-list {
  margin:0 -6px;
  padding:20px 0 0 0
}
@media screen and (min-width: 768px) {
  body.post-type-archive ul.filter-list {
    padding:0
  }
}
body.post-type-archive ul.filter-list li {
  margin:5px 6px;
  flex:1 1 auto;
  text-align:center
}
@media screen and (min-width: 768px) {
  body.post-type-archive ul.filter-list li {
    margin:0 6px
  }
}
body.post-type-archive .hidden-data {
  display:none
}
ul.filter-list {
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  justify-content:center
}
ul.filter-list li button.selected {
  cursor:default !important
}
ul.filter-list li button.selected,
ul.filter-list li button.selected {
  background-color:#1D5FCF;
  color:white
}
ul.filter-list li button {
  border-radius:30px;
  display:inline-block;
  padding:4px 15px;
  margin:2px 6px;
  color:#003DA5;
  background:#e7ecf1;
  transition:all .3s ease;
  cursor:pointer;
  font-weight:500;
  width:100%;
  font-size: 16px;
  line-height: 26.4px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  ul.filter-list {
    gap:8px;
  }
}
@media screen and (min-width: 768px) {
  ul.filter-list li button {
    width:auto
  }
}
ul.filter-list li button:hover {
  background:#3781FF;
  background:#c0cedb
}
