
body.post-type-archive-provider .ch-main {
  display:flex;
  flex-wrap:wrap;
  max-width:1400px
}
@media screen and (min-width: 992px) {
  body.post-type-archive-provider .ch-main {
    justify-content:space-between
  }
}
body.post-type-archive-provider .content-area {
  order:2;
  width:100%
}
@media screen and (min-width: 992px) {
  body.post-type-archive-provider .content-area {
    padding-left:40px;
    width:calc(100% - 320px);
    display:flex;
    flex-wrap:wrap
  }
  body.post-type-archive-provider .content-area .pagination {
    width:100%;
    margin-top:auto
  }
}
@media screen and (min-width: 1200px) {
  body.post-type-archive-provider .content-area {
    width:calc(100% - 360px)
  }
}
body.post-type-archive-provider .widget-area {
  align-self:flex-start
}
@media screen and (min-width: 992px) {
  body.post-type-archive-provider .widget-area {
    width:320px
  }
}
@media screen and (min-width: 1200px) {
  body.post-type-archive-provider .widget-area {
    width:360px
  }
}
body.post-type-archive-provider .widget-area .widget-filter {
  background:#F1F4F7;
  padding:40px 30px
}
body.post-type-archive-provider .widget-area .widget-filter ul {
  padding:0 !important;
  display:block;
}
body.post-type-archive-provider .widget-area .widget-filter h4 {
  font-size:18px
}
body.post-type-archive-provider .widget-area .widget-filter label,
body.post-type-archive-provider .widget-area .widget-filter select,
body.post-type-archive-provider .widget-area .widget-filter [type="text"] {
  width:100%
}
body.post-type-archive-provider .widget-area .widget-filter .search-filter-reset {
  width:100%;
  margin-top:20px
}
body.post-type-archive-provider .widget-area .sf-field-post-meta-locations {
  display:none !important
}
body.post-type-archive-provider .widget-area .sf-field-post-meta-new_patients li,
body.post-type-archive-provider .widget-area .sf-field-post-meta-gender li {
  display:flex;
  align-items:center
}
body.post-type-archive-provider .widget-area .sf-field-post-meta-gender ul {
  display:flex
}
body.post-type-archive-provider .widget-area .sf-field-post-meta-gender ul li:not(:last-child) {
  margin-right:25px
}
body.post-type-archive-provider .widget-area .sf-field-post-meta-gender ul input {
  flex-shrink:0
}
body.post-type-archive-provider .select2-container {
  height: auto !important;
}
body.post-type-archive-provider .select2-selection--multiple {
  height: 100%;
  border: none !important;
}
body.post-type-archive-provider .select2-search__field {margin-top:0px !important;}
body.post-type-archive-provider .select2-selection__choice {text-wrap: initial;margin-top:11px !important;}
body.post-type-archive-provider .no-results {
  text-align:center;
  width:100%;
  margin-bottom:50px;
}
body.post-type-archive-provider .no-results .page-header {
  margin-top:0px;
}
body.post-type-archive-provider .no-results .page-title {
  margin-bottom:12px;
}
.providers {
  width:100%
}
.providers .provider {
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items:center
}
@media screen and (min-width: 1150px) {
  .providers .provider {
    padding-left:180px;
    min-height:150px
  }
}
.providers .provider:not(:last-child) {
  border-bottom:1px solid rgba(68,85,98,0.1);
  padding-bottom:30px;
  margin-bottom:30px
}
@media screen and (min-width: 1200px) {
  .providers .provider:not(:last-child) {
    padding-bottom:40px;
    margin-bottom:40px
  }
}

.providers .heading {
  padding-top:15px;
  width:100%
}
@media screen and (min-width: 480px) {
  .providers .heading {
    padding-top:0;
    width:auto
  }
}
@media screen and (min-width: 1300px) {
  .providers .heading {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    margin-bottom:5px;
    padding-top:10px
  }
}
.providers .picture {
  position:relative;
  width:75px;
  margin-right:15px;
  flex-shrink:0
}
@media screen and (min-width: 768px) {
  .providers .picture {
    width:100px
  }
}
@media screen and (min-width: 1150px) {
  .providers .picture {
    position:absolute;
    top:0;
    left:0;
    width:150px
  }
}
.providers .picture::before {
  content:"";
  position:absolute;
  z-index:0;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#F1AB00;
  border-radius:0
}
.providers .picture a {
  display:block;
  position:relative;
  z-index:1;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  border-radius:0
}
.providers .picture a:before {
  content:'';
  float:left;
  padding-bottom:100%
}
.providers .picture a:after {
  content:'';
  display:table;
  clear:both
}
.providers h3 {
  padding-right:20px;
  margin:0 auto 0 0;
  font-size:24px;
}
.providers h3 a {
  color:#002158;
  transition:all 0.2s;
  text-decoration:none
}
.providers h3 a:hover {
  color:#1D5FCF
}
.providers .badges {
  padding-top:10px
}
.providers .badges .health-providers-badge:not(:last-child) {
  margin-right:15px
}
.providers .info {
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between
}
.providers .specialties {
  font-size:14px;
  padding:25px 20px 0 0;
  width:100%
}
@media screen and (min-width: 576px) {
  .providers .specialties {
    width:38%
  }
}
@media screen and (min-width: 768px) {
  .providers .specialties {
    width:calc(42% - 95px)
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .providers .specialties {
    width:38%
  }
}
.providers .specialties ul {
  margin:0;
  padding:0;
  list-style:none
}
.providers .specialties ul li {
  padding:2px 0 2px 20px;
  display:block;
  line-height:1.2
}
.providers .specialties ul li:not(:last-child) {
  margin-bottom:8px
}
.providers .specialties i {
  float:left;
  color:#F1AB00;
  margin-left:-20px
}
.providers .specialties i svg {
  width:10px;
  height:auto
}
.providers .specialties a {
  display:inline-block;
  margin-left:20px;
  margin-top:8px
}
.providers .location {
  font-size:14px;
  padding:25px 20px 0px 0;
  width:100%
}
@media screen and (min-width: 576px) {
  .providers .location {
    width:60%
  }
}
@media screen and (min-width: 768px) {
  .providers .location {
    width:calc(58% - 95px)
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .providers .location {
    width:60%
  }
}
.providers .location address {
  padding-left:20px;
  margin-bottom:6px;
  padding-top:4px
}
.providers .location strong {
  display:block;
  line-height:1.2;
  margin-bottom:4px;
  font-weight:500
}
.providers .location a {
  display:inline-block;
  padding-left:20px;
  color:#445562
}
.providers .location a i {
  margin-top:5px
}
.providers .location i {
  float:left;
  margin-left:-20px;
  line-height:0;
  color:#3781FF
}
.providers .location i svg {
  width:auto;
  height:14px
}
.providers .callouts {
  padding:25px 0 0 0;
  width:100%;
  margin-left:auto
}
@media screen and (min-width: 480px) {
  .providers .callouts {
    display:flex;
    align-self:flex-start
  }
}
@media screen and (min-width: 768px) {
  .providers .callouts {
    width:190px;
    flex-shrink:0;
    display:block
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .providers .callouts {
    width:100%;
    display:flex;
    align-self:flex-start
  }
}
.providers .callouts .button {
  width:100%;
  padding:11px 15px;
  font-size:16px;
  font-weight:400
}
@media screen and (min-width: 1300px) {
  .providers .callouts .button {
    margin:5px 0
  }
}
@media screen and (min-width: 992px) {
  body.single-provider article {
    justify-content:center
  }
}
body.single-provider div.ch-health-provider-single-template-header {
  background:#F1F4F7
}
@media screen and (min-width: 992px) {
  body.single-provider div.ch-health-provider-single-template-header {
    padding:0 30px 0 0
  }
}
body.single-provider div.ch-health-provider-single-template-header .picture {
  min-height:350px;
  background-color:#F1F4F7;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover
}
body.single-provider div.ch-health-provider-single-template-header .picture .provider-img {height: 100%; min-height:350px; background-position: center; margin-left: auto; background-size: cover; width: 100%;}
@media screen and (min-width: 1500px) {
  body.single-provider div.ch-health-provider-single-template-header .picture .provider-img {height: 100%; aspect-ratio: 1 / 1; max-width: 700px; background-position: center; margin-left: auto; background-size: cover; width: 100%;}
}
@media screen and (min-width: 992px) {
  body.single-provider div.ch-health-provider-single-template-header .picture {
    min-height:580px;
    width:50%
  }
}
body.single-provider div.ch-health-provider-single-template-header .info {
  max-width:715px;
  margin:0 auto;
  padding:50px 30px 120px 30px
}
@media screen and (min-width: 715px) {
  body.single-provider div.ch-health-provider-single-template-header .info {
    flex-wrap:wrap;
    justify-content:space-between
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.single-provider div.ch-health-provider-single-template-header .info {
    display:block
  }
}
@media screen and (min-width: 992px) {
  body.single-provider div.ch-health-provider-single-template-header .info {
    padding:80px 0 130px 60px;
    width:50%;
    margin-left:0;
    order:0;
    align-self:center
  }
}
body.single-provider div.ch-health-provider-single-template-header .info h1 {
  margin-bottom:15px
}
body.single-provider div.ch-health-provider-single-template-header .info .badge {
  margin-right:10px;
  margin-bottom:10px
}
body.single-provider div.ch-health-provider-single-template-header .info h6 {
  margin-top:40px
}
body.single-provider div.ch-health-provider-single-template-header .info ul.list {
  padding-top:10px
}
@media (min-width: 576px) and (max-width: 991px) {
  body.single-provider div.ch-health-provider-single-template-header .info ul.list {
    -moz-column-count:2;
    column-count:2;
    -moz-column-gap:30px;
    column-gap:30px
  }
}
@media screen and (min-width: 1200px) {
  body.single-provider div.ch-health-provider-single-template-header .info ul.list {
    -moz-column-count:2;
    column-count:2;
    -moz-column-gap:30px;
    column-gap:30px
  }
}
body.single-provider div.ch-health-provider-single-template-header .info ul.list li {
  padding-top:0 !important
}
body.single-provider div.ch-health-provider-single-template-header .info ul.locations {
  margin:0;
  padding:0;
  list-style:none
}
@media (min-width: 576px) and (max-width: 991px) {
  body.single-provider div.ch-health-provider-single-template-header .info ul.locations {
    -moz-column-count:2;
    column-count:2;
    -moz-column-gap:30px;
    column-gap:30px
  }
}
@media screen and (min-width: 1200px) {
  body.single-provider div.ch-health-provider-single-template-header .info ul.locations {
    -moz-column-count:2;
    column-count:2;
    -moz-column-gap:30px;
    column-gap:30px
  }
}
body.single-provider div.ch-health-provider-single-template-header .info ul.locations li {
  -moz-column-break-inside:avoid;
  break-inside:avoid;
  padding-left:20px;
  padding-top:20px
}
body.single-provider div.ch-health-provider-single-template-header .info ul.locations li strong {
  font-weight:500;
  display:block;
  line-height:1.2
}
body.single-provider div.ch-health-provider-single-template-header .info ul.locations i {
  float:left;
  margin-left:-20px;
  color:#3781FF;
  transition:all 0.2s ease
}
body.single-provider div.ch-health-provider-single-template-header .info ul.locations svg {
  width:10px;
  height:auto
}
body.single-provider .content {
  padding-bottom:50px
}
@media screen and (min-width: 992px) {
  body.single-provider .content {
    order:2;
    padding-bottom:30px;
    width:61.357%
  }
}
body.single-provider .content h2.content-title {
  margin-bottom:45px
}
body.single-provider .content ul {
  margin:0;
  padding:0;
  list-style:none
}
body.single-provider .content ul li {
  padding-top:0;
  padding-bottom:0
}
body.single-provider .content ul strong {
  font-weight:500;
  color:#2f3b44
}
body.single-provider .content ul.alt-list {
  line-height:1.4
}
body.single-provider .content ul.alt-list li:not(:last-child) {
  margin-bottom:20px
}
@media screen and (min-width: 600px) {
  body.single-provider .content ul.list.cols {
    -moz-column-count:2;
    column-count:2;
    -moz-column-gap:30px;
    column-gap:30px;
    margin-top:-5px
  }
}
body.single-provider .content ul.list.cols+small {
  display:block;
  padding-top:20px
}
body.single-provider .content .content-section {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between
}
body.single-provider .content .content-section h6 {
  width:100%;
  margin-bottom:15px;
  line-height:1.5
}
@media screen and (min-width: 768px) {
  body.single-provider .content .content-section h6 {
    width:28%;
    flex-shrink:0;
    padding-right:10px
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.single-provider .content .content-section h6 {
    width:100%
  }
}
body.single-provider .content .content-section .section {
  width:100%;
  margin-left:auto
}
@media screen and (min-width: 768px) {
  body.single-provider .content .content-section .section {
    width:69%
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.single-provider .content .content-section .section {
    width:100%
  }
}
body.single-provider .content .content-section .section:not(:last-child) {
  margin-bottom:30px
}
@media screen and (min-width: 768px) {
  body.single-provider .content .content-section .section:not(:last-child) {
    margin-bottom:50px
  }
}
body.single-provider .content .content-section .alert {
  width:100%
}
body.single-provider .content .content-section .alert a {
  white-space:nowrap
}
body.single-provider .sidebar {
  padding-bottom:50px
}
@media screen and (min-width: 992px) {
  body.single-provider .sidebar {
    padding-bottom:30px;
    margin-right:6.5%
  }
}
body.single-provider .video-gallery {
  margin-bottom:50px
}
body.single-provider .video-gallery ul {
  margin:0;
  padding:0;
  list-style:none
}
body.single-provider .video-gallery ul li {
  width:100%
}
body.single-provider .video-gallery ul li:not(:last-child) {
  padding-bottom:15px;
  border-bottom:1px solid #d1dbe4;
  margin-bottom:15px
}
body.single-provider .video-gallery ul a {
  display:block;
  text-decoration:none
}
body.single-provider .video-gallery ul a:hover .title::before {
  background:#3781FF
}
body.single-provider .video-gallery ul a:hover h4 {
  color:#3781FF
}
body.single-provider .video-gallery li:not(:first-child) a {
  display:flex;
  align-items:flex-start
}
body.single-provider .video-gallery li:not(:first-child) .thumb {
  width:100px;
  margin-right:20px
}
body.single-provider .video-gallery li:not(:first-child) h4 {
  padding-top:3px
}
body.single-provider .video-gallery li:first-child {
  padding-bottom:15px
}
body.single-provider .video-gallery li .title {
  align-self:center;
  padding-left:60px;
  position:relative;
  align-self:flex-start;
  padding-top:0px
}
body.single-provider .video-gallery li .title::before {
  position:absolute;
  transition:all 0.2s ease;
  left:0px;
  top:0;
  content:"\25BA";
  background:#F1AB00;
  color:white;
  width:40px;
  height:40px;
  display:flex;
  justify-content:center;
  border-radius:100px;
  line-height:42px;
  text-indent:3px;
  box-shadow:0 0 0 7px white
}
body.single-provider .video-gallery .thumb {
  background:#445562;
  flex-shrink:0;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover
}
body.single-provider .video-gallery .thumb:before {
  content:'';
  float:left;
  padding-bottom:56.25%
}
body.single-provider .video-gallery .thumb:after {
  content:'';
  display:table;
  clear:both
}
body.single-provider .video-gallery .title {
  align-self:center
}
body.single-provider .video-gallery h4 {
  margin:0 0 5px 0;
  font-size:16px;
  transition:all 0.2s ease
}
body.single-provider .video-gallery small {
  display:block;
  color:rgba(68,85,98,0.7);
  text-transform:capitalize
}
ul.related-providers {
  margin:0 0 50px 0;
  padding:0;
  list-style:none
}
@media (min-width: 600px) and (max-width: 991px) {
  ul.related-providers {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
  }
}
ul.related-providers li {
  display:flex;
  align-items:center
}
@media (min-width: 600px) and (max-width: 991px) {
  ul.related-providers li {
    width:48%
  }
}
ul.related-providers li:not(:last-child) {
  border-bottom:1px solid rgba(0,0,0,0.1);
  padding-bottom:20px;
  margin-bottom:20px
}
ul.related-providers a {
  color:#1D5FCF;
  transition:all .3s ease;
  font-size:14px;
}

ul.related-providers .picture {
  position:relative;
  align-self:flex-start;
  margin-right:20px
}
ul.related-providers .picture::before {
  content:'';
  position:absolute;
  z-index:0;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#F1AB00;
  border-radius:0
}
ul.related-providers .picture a {
  display:block;
  position:relative;
  z-index:1;
  width:90px;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  border-radius:0
}
ul.related-providers .picture a:before {
  content:'';
  float:left;
  padding-bottom:100%
}
ul.related-providers .picture a:after {
  content:'';
  display:table;
  clear:both
}
ul.related-providers h5 {
  margin:0 0 8px 0
}
ul.related-providers h5 a {
  color:#002158;
  text-decoration:none;
  font-size:19px;
}
ul.related-providers h5 a:hover {
  color:#1D5FCF
}
ul.related-providers .health-providers-badge {
  display:flex;
  margin-bottom:10px
}
.health-providers-badge {
  font-size:12px;
  color:#556a7a;
  display:inline-flex;
  line-height:1;
  align-items:center
}
.health-providers-badge i {
  margin-right:5px;
  line-height:0;
  color:#00AEFF
}
