/******************************************************************
Site Name: VocoVision
Author: Soliant MC

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
BREAKPOINTS
*********************/
/*********************
TRANSITIONS/ETC
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
ANGLES
*********************/
/* Telepractice Efficacy page */
.page-template-page-telepractice-efficacy p {
  hyphens: none;
  color: #4f4f4f;
}
.page-template-page-telepractice-efficacy .image-column img {
  max-width: 100%;
  height: auto;
}
.page-template-page-telepractice-efficacy .site-main p {
  font-size: 1.7rem;
  color: #4f4f4f;
  line-height: 1.41;
}
.page-template-page-telepractice-efficacy .site-main a {
  color: #4f4f4f;
  font-weight: 700;
}
.page-template-page-telepractice-efficacy .site-main .copy-column {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}
.page-template-page-telepractice-efficacy h1,
.page-template-page-telepractice-efficacy h2,
.page-template-page-telepractice-efficacy h3,
.page-template-page-telepractice-efficacy h4 {
  text-transform: none;
}
.page-template-page-telepractice-efficacy h1 {
  font-size: 4.8rem;
  margin-bottom: 1rem;
  letter-spacing: 1.44px;
}
.page-template-page-telepractice-efficacy h2 {
  font-size: 3.6rem;
}
.page-template-page-telepractice-efficacy ul.show-bullets {
  margin: 3.2rem 0;
  list-style: disc;
  padding-left: 1rem;
}
.page-template-page-telepractice-efficacy ul.show-bullets li {
  padding-left: 0.5rem;
  margin-bottom: 1.4rem;
  margin-left: 1rem;
}
.page-template-page-telepractice-efficacy ul.show-bullets li::marker {
  color: #1d4588;
}
.page-template-page-telepractice-efficacy .section--comprehensive-look {
  padding-top: 6rem;
  padding-bottom: 0;
}
.page-template-page-telepractice-efficacy .section--comprehensive-look h2 {
  color: var(--navy-200);
}
.page-template-page-telepractice-efficacy .section--comprehensive-look h3 {
  font-size: 3.6rem;
  margin-bottom: 3rem;
  letter-spacing: 2.5px;
}
.page-template-page-telepractice-efficacy .section--comprehensive-look a {
  font-weight: 700;
  text-decoration-line: underline;
}
.page-template-page-telepractice-efficacy .section--comprehensive-look a:hover {
  text-decoration: none;
}
.page-template-page-telepractice-efficacy .section--comprehensive-look .comprehensive-look {
  max-width: 917px;
  margin: 0 auto;
  padding: 0 0.5rem;
}
.page-template-page-telepractice-efficacy .section--key-topics h2 {
  font-size: 3.6rem;
  font-weight: 900;
}
.page-template-page-telepractice-efficacy .section--key-topics .tab-controls {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0px 0px 8px 4px rgba(33, 36, 41, 0.1);
}
.page-template-page-telepractice-efficacy .section--key-topics .tab-controls .ui-tabs-tab a {
  display: block;
  height: 100%;
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 2rem;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #26a499;
  background-color: #eef6f5;
  transition: all 0.2s;
  border-right: 1px solid #26a499;
  text-decoration: none;
}
.page-template-page-telepractice-efficacy .section--key-topics .tab-controls .ui-tabs-tab a:hover {
  text-decoration: underline;
}
.page-template-page-telepractice-efficacy .section--key-topics .tab-controls .ui-tabs-tab:last-of-type a {
  border-right: none;
}
.page-template-page-telepractice-efficacy .section--key-topics .tab-controls .ui-tabs-tab.ui-tabs-active a {
  color: #eef6f5;
  background-color: #26a499;
  text-decoration: none;
}
.page-template-page-telepractice-efficacy .section--key-topics .tabs {
  margin: 6rem 2rem 0rem;
}
.page-template-page-telepractice-efficacy .section--key-topics .tabs p {
  color: #4f4f4f;
}
.page-template-page-telepractice-efficacy .section--key-topics .tabs p.pre-bullets {
  color: #1d4588;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}
.page-template-page-telepractice-efficacy .section--key-topics .tabs a {
  color: #c81330;
  font-weight: 700;
  text-decoration-line: underline;
}
.page-template-page-telepractice-efficacy .section--key-topics .tabs a:hover {
  text-decoration: none;
}
.page-template-page-telepractice-efficacy .section--key-topics .tabs .tab-control {
  box-shadow: 0px 0px 8px 0px rgba(33, 36, 41, 0.1);
  margin: 4rem 2rem 0;
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 5rem 3rem;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #26a499;
  background-color: #eef6f5;
  transition: all 0.2s;
  border-bottom: 1px solid #26a499;
  max-width: 802px;
  margin: 0 auto;
}
.page-template-page-telepractice-efficacy .section--key-topics .tabs .tab-control.active {
  color: #eef6f5;
  background-color: #26a499;
}
.page-template-page-telepractice-efficacy .section--key-topics .tabs .tab-control:last-of-type {
  border-bottom: none;
}
.page-template-page-telepractice-efficacy .section--key-topics .tabs .tab-header {
  color: #004586;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 2.4rem;
  padding-right: 4rem;
}
.page-template-page-telepractice-efficacy .section--key-topics .tabs .tab {
  max-width: 802px;
  margin: 0 auto;
  color: #4f4f4f;
  text-align: left;
  padding: 4rem 0;
}
.page-template-page-telepractice-efficacy .disciplines {
  margin: 2rem 0;
}
.page-template-page-telepractice-efficacy .disciplines.accordion .title {
  cursor: pointer;
  color: #0d316a;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.56;
  border-bottom: 0.25px solid #ccc;
  padding: 2.4rem 2.4rem 2.4rem 0;
  margin: 0;
  display: flex;
  flex-direction: unset;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.page-template-page-telepractice-efficacy .disciplines.accordion .title .ui-accordion-header-icon {
  display: none;
}
.page-template-page-telepractice-efficacy .disciplines.accordion .title:before {
  content: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="9.5" y1="8.74226e-08" x2="9.5" y2="19" stroke="%2326A499" stroke-width="4"/><line x1="3.49691e-07" y1="9.5" x2="19" y2="9.5" stroke="%2326A499" stroke-width="4"/></svg>');
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  line-height: 0;
}
.page-template-page-telepractice-efficacy .disciplines.accordion .title.ui-accordion-header-collapsed {
  border-bottom: 0.25px solid #ccc;
}
.page-template-page-telepractice-efficacy .disciplines.accordion .title.ui-state-active {
  border-bottom: none;
}
.page-template-page-telepractice-efficacy .disciplines.accordion .title.ui-state-active:before {
  content: url('data:image/svg+xml,<svg width="19" height="5" viewBox="0 0 19 5" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="3.49691e-07" y1="2.5" x2="19" y2="2.5" stroke="%2326A499" stroke-width="4"/></svg>');
}
.page-template-page-telepractice-efficacy .disciplines.accordion .discipline {
  border-bottom: none;
}
.page-template-page-telepractice-efficacy .disciplines.accordion .discipline.ui-accordion-content-active {
  border-bottom: 0.25px solid #ccc;
}
.page-template-page-telepractice-efficacy .disciplines.accordion .discipline .content p:first-of-type {
  margin-top: 0;
}
.page-template-page-telepractice-efficacy .disciplines ul:not(.show-bullets) {
  list-style-type: none;
  padding-left: 3rem;
}
.page-template-page-telepractice-efficacy .disciplines li {
  margin-bottom: 2.2rem;
}
.page-template-page-telepractice-efficacy .section--research-backed-findings {
  padding-top: 2.4rem;
}
.page-template-page-telepractice-efficacy .section--research-backed-findings h3 {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
}
.page-template-page-telepractice-efficacy .section--research-backed-findings a {
  color: #fff;
  font-weight: 700;
  text-decoration-line: underline;
}
.page-template-page-telepractice-efficacy .section--research-backed-findings a:hover {
  text-decoration: none;
}
.page-template-page-telepractice-efficacy .section--research-backed-findings {
  /*clip-path: none;
      margin-bottom: 190px;
      overflow: visible;
      background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" width="425" height="40" viewBox="0 0 425 40" preserveAspectRatio="none"><g id="Layer_3"><path d="m425,0H0l425,40V0Z" style="fill:%231d4588; stroke-width:0px;"/><polygon points="0 0 425 40 0 40 0 0" style="fill:%23fff; stroke-width:0px;"/></g></svg>');
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: 101% auto;
      border-bottom: 1px solid #fff;
      .image-column{
          margin-bottom: -240px;
      }*/
}
.page-template-page-telepractice-efficacy .section--research-backed-findings .image-wrap {
  display: flex;
  justify-content: center;
}
.page-template-page-telepractice-efficacy .section--featured-research {
  background-color: var(--navy-200);
  margin-top: 1rem;
  color: #fff;
}
.page-template-page-telepractice-efficacy .section--featured-research h2,
.page-template-page-telepractice-efficacy .section--featured-research h3,
.page-template-page-telepractice-efficacy .section--featured-research h4,
.page-template-page-telepractice-efficacy .section--featured-research h5,
.page-template-page-telepractice-efficacy .section--featured-research h6 {
  color: #fff;
}
.page-template-page-telepractice-efficacy .section--featured-research .header--featured-research {
  padding: 0 2rem;
  text-align: center;
}
.page-template-page-telepractice-efficacy .section--featured-research .research-cards {
  margin: 5rem auto;
  padding-left: 1.6rem;
  position: relative;
  max-width: 1664px;
}
.page-template-page-telepractice-efficacy .section--featured-research .research-card {
  display: flex;
  width: 327px;
  flex-direction: column;
  background-color: #0a2f6c;
  min-height: 500px;
  max-width: 926px;
  padding: 3.6rem 2.1rem 3rem 2.5rem;
  height: 100%;
  margin-bottom: 60px;
}
.page-template-page-telepractice-efficacy .section--featured-research .research-card .card-header {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
}
.page-template-page-telepractice-efficacy .section--featured-research .research-card .title {
  font-size: 2.4rem;
  margin: 0;
  padding: 0;
}
.page-template-page-telepractice-efficacy .section--featured-research .research-card p {
  color: #fff;
}
.page-template-page-telepractice-efficacy .section--featured-research .research-card strong {
  font-weight: 800;
}
.page-template-page-telepractice-efficacy .section--featured-research .research-card .content p {
  line-height: 1.58;
}
.page-template-page-telepractice-efficacy .section--featured-research .research-card .foot-meta {
  margin-top: auto;
  margin-bottom: 0;
}
.page-template-page-telepractice-efficacy .section--featured-research .research-card .source h4 {
  color: #828282;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
  line-height: 1.35;
  font-weight: 700;
  margin: 0;
}
.page-template-page-telepractice-efficacy .section--featured-research .research-card .source ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-page-telepractice-efficacy .section--featured-research .research-card .source ul li:first-of-type {
  margin-top: 0;
}
.page-template-page-telepractice-efficacy .section--featured-research .research-card .source ul li {
  margin: 0;
  padding: 0;
}
.page-template-page-telepractice-efficacy .section--featured-research .research-card .source a {
  display: inline-block;
  font-size: 1.4rem;
  color: #c81330;
  letter-spacing: 0.168rem;
  text-transform: uppercase;
  line-height: normal;
}
.page-template-page-telepractice-efficacy .section--featured-research .research-card .tag-bubble {
  width: max-content;
  background-color: var(--navy-200);
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.45;
  font-weight: 500;
  min-height: 3.8rem;
  display: flex;
  align-items: center;
  align-self: flex-end;
  border-radius: 5rem;
  padding: 0.5rem 1.5rem;
  gap: 0.75rem;
  margin: 2rem 0 0;
}
@media (min-width: 768px) {
  .page-template-page-telepractice-efficacy .section--featured-research .owl-stage {
    right: 0;
  }
}
.page-template-page-telepractice-efficacy .section--featured-research .owl-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
}
.page-template-page-telepractice-efficacy .section--featured-research .owl-nav {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  max-width: 343px;
  padding: 0 2.6rem 0 1.8rem;
  z-index: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-template-page-telepractice-efficacy .section--featured-research .owl-dots {
  margin: -5rem auto 0rem;
  z-index: 1;
  position: relative;
  max-width: 230px;
  padding-right: 16px;
}
.page-template-page-telepractice-efficacy .section--featured-research .owl-theme .owl-dot span {
  background-color: #dde2e5;
}
.page-template-page-telepractice-efficacy .section--featured-research .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: transparent;
  text-decoration: none;
  opacity: 0.8;
}
.page-template-page-telepractice-efficacy .section--featured-research .owl-item {
  width: 100%;
  max-width: 926px;
}
.page-template-page-telepractice-efficacy .section--featured-research .owl-item.active + .owl-item.active,
.page-template-page-telepractice-efficacy .section--featured-research .owl-item:not(.active) {
  opacity: 50%;
}
.page-template-page-telepractice-efficacy .section--featured-research .owl-prev {
  margin-left: -15px;
}
@media (min-width: 576px) {
  .page-template-page-telepractice-efficacy .section--featured-research {
    padding-left: 0;
  }
  .page-template-page-telepractice-efficacy .section--featured-research .research-card {
    width: 327px;
  }
}
@media (min-width: 768px) {
  .page-template-page-telepractice-efficacy .section--featured-research .research-card {
    width: 600px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-telepractice-efficacy .section--featured-research .research-cards {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .page-template-page-telepractice-efficacy .section--featured-research {
    padding: 12% 0 6rem;
    z-index: 2;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%);
  }
  .page-template-page-telepractice-efficacy .section--featured-research h2 {
    font-size: 5rem;
  }
  .page-template-page-telepractice-efficacy .section--featured-research .header--featured-research {
    margin-bottom: 6.8rem;
  }
  .page-template-page-telepractice-efficacy .section--featured-research .research-card {
    width: 926px;
    padding: 5rem 5rem 6rem;
  }
  .page-template-page-telepractice-efficacy .section--featured-research .research-card .card-header {
    margin: 1rem 0;
  }
  .page-template-page-telepractice-efficacy .section--featured-research .research-card .title {
    font-size: 3.6rem;
  }
  .page-template-page-telepractice-efficacy .section--featured-research .research-card .content p {
    font-size: 2rem;
  }
  .page-template-page-telepractice-efficacy .section--featured-research .research-card .foot-meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .page-template-page-telepractice-efficacy .section--featured-research .research-card .source a {
    text-transform: none;
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: normal;
  }
  .page-template-page-telepractice-efficacy .section--featured-research .research-card .tag-bubble span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}
.page-template-page-telepractice-efficacy .section--references {
  background-color: #26a499;
  padding: 0;
  color: #fff;
}
.page-template-page-telepractice-efficacy .section--references h3 {
  font-size: 2.4rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}
.page-template-page-telepractice-efficacy .section--references a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.page-template-page-telepractice-efficacy .section--references a:hover {
  text-decoration: none;
}
.page-template-page-telepractice-efficacy .section--references .references-header-wrap {
  cursor: pointer;
  user-select: none;
}
.page-template-page-telepractice-efficacy .section--references .references-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 3rem;
}
.page-template-page-telepractice-efficacy .section--references .expand-references-btn {
  display: flex;
  gap: 1.6rem;
  font-size: 15px;
  font-weight: 700;
  line-height: 135.9%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  border: none;
}
.page-template-page-telepractice-efficacy .section--references .expand-references-btn:before {
  content: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="9.5" y1="8.74226e-08" x2="9.5" y2="19" stroke="white" stroke-width="4"/><line x1="3.49691e-07" y1="9.5" x2="19" y2="9.5" stroke="white" stroke-width="4"/></svg>');
  width: 19px;
  height: 19px;
  display: flex;
}
.page-template-page-telepractice-efficacy .section--references .the-references {
  display: none;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 500;
  max-width: 886px;
  margin: 0 auto;
}
.page-template-page-telepractice-efficacy .section--references .references-footer {
  padding: 8rem 0 6rem;
  display: flex;
  justify-content: center;
}
.page-template-page-telepractice-efficacy .section--references.closed .the-references {
  display: none;
}
.page-template-page-telepractice-efficacy .section--references.open .expand-references-btn:before {
  content: url('data:image/svg+xml,<svg width="19" height="5" viewBox="0 0 19 5" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="3.49691e-07" y1="2.5" x2="19" y2="2.5" stroke="white" stroke-width="4"/></svg>');
}
.page-template-page-telepractice-efficacy .section--references.open .the-references {
  display: block;
  margin-top: 4rem;
}
.page-template-page-telepractice-efficacy .sec-footer-cta {
  background: url("/wp-content/themes/vocovision/images/footer-ctas/telepractice_m.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 7rem 0;
}
.page-template-page-telepractice-efficacy .sec-footer-cta h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.14;
}
.page-template-page-telepractice-efficacy .sec-footer-cta .footer-cta {
  margin-top: 4.6rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
.page-template-page-telepractice-efficacy .sec-footer-cta .footer-cta .btn {
  font-size: 1.7rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  display: block;
  padding: 2rem;
  max-width: 300px;
  width: 100%;
}
.page-template-page-telepractice-efficacy .sec-footer-about {
  padding: 2rem 0;
  background-color: rgba(0, 155, 193, 0.05);
}
.page-template-page-telepractice-efficacy .sec-footer-about p {
  color: #4f4f4f;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .page-template-page-telepractice-efficacy h1 {
    margin-bottom: 6rem;
  }
  .page-template-page-telepractice-efficacy .section--research-backed-findings {
    margin-bottom: 0;
  }
  .page-template-page-telepractice-efficacy .desktop-reverse {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-page-telepractice-efficacy .desktop-reverse {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .page-template-page-telepractice-efficacy .column-image {
    width: 100%;
    height: auto;
    max-width: 621px;
    margin-top: -2rem;
  }
  .page-template-page-telepractice-efficacy h1 {
    font-size: 7.2rem;
  }
  .page-template-page-telepractice-efficacy .section--research-backed-findings {
    padding-top: 6.4rem;
    padding-bottom: 5rem;
  }
  .page-template-page-telepractice-efficacy .section--research-backed-findings h3 {
    font-size: 2.4rem;
  }
  .page-template-page-telepractice-efficacy .section--key-topics {
    padding: 8rem 0 3rem;
  }
  .page-template-page-telepractice-efficacy .section--key-topics h2 {
    font-size: 5rem;
    font-weight: 900;
  }
  .page-template-page-telepractice-efficacy .section--key-topics .tab-controls {
    display: flex;
    margin-bottom: 4rem;
  }
  .page-template-page-telepractice-efficacy .section--key-topics .tab-controls .ui-tabs-tab {
    flex-basis: 20%;
  }
  .page-template-page-telepractice-efficacy .section--key-topics .tab-controls .ui-tabs-tab a {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
    width: 100%;
    padding: 2rem 1rem;
    justify-content: center;
  }
  .page-template-page-telepractice-efficacy .section--key-topics .tab-controls .ui-tabs-tab a:hover {
    background-color: #cde4e1;
    text-decoration: none;
  }
  .page-template-page-telepractice-efficacy .section--key-topics .tab-controls .ui-tabs-tab.ui-tabs-active a:hover {
    background-color: #26a499;
  }
  .page-template-page-telepractice-efficacy .section--key-topics .tabs .tab-header {
    font-size: 3.6rem;
  }
  .page-template-page-telepractice-efficacy .section--key-topics .tabs .tab-control {
    display: none;
  }
  .page-template-page-telepractice-efficacy .section--key-topics .tabs p.pre-bullets {
    margin: 4rem 0;
  }
  .page-template-page-telepractice-efficacy .section--comprehensive-look {
    padding-top: 10rem;
    padding-bottom: 0;
  }
  .page-template-page-telepractice-efficacy .section--comprehensive-look h2 {
    font-size: 5rem;
    margin-bottom: 3.6rem;
  }
  .page-template-page-telepractice-efficacy .section--comprehensive-look a {
    font-weight: 700;
    text-decoration-line: underline;
  }
  .page-template-page-telepractice-efficacy .section--comprehensive-look a:hover {
    text-decoration: none;
  }
  .page-template-page-telepractice-efficacy .disciplines.accordion .title {
    font-size: 2.4rem;
    font-weight: 600;
  }
  .page-template-page-telepractice-efficacy .disciplines.accordion .discipline .content {
    padding-left: 4rem;
    margin-bottom: 5.6rem;
  }
  .page-template-page-telepractice-efficacy .section--references {
    padding: 0;
  }
  .page-template-page-telepractice-efficacy .section--references h3 {
    margin: 0;
    font-size: 3.6rem;
  }
  .page-template-page-telepractice-efficacy .section--references .references-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 6.6rem 0;
  }
  .page-template-page-telepractice-efficacy .section--references .references-footer {
    justify-content: flex-end;
    padding: 6.6rem 0 8.6rem;
  }
  .page-template-page-telepractice-efficacy .sec-footer-cta {
    background: url("/wp-content/themes/vocovision/images/footer-ctas/telepractice_d.jpg") no-repeat 100% 100%;
    padding: 10.6rem 0;
    background-size: cover;
  }
  .page-template-page-telepractice-efficacy .sec-footer-cta .footer-cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
  .page-template-page-telepractice-efficacy .sec-footer-about {
    padding: 5rem 0 7.6rem;
  }
}
@media screen and (min-width: 1480px) {
  .page-template-page-telepractice-efficacy .section--key-topics .tab-controls {
    display: flex;
  }
  .page-template-page-telepractice-efficacy .section--key-topics .tab-controls .ui-tabs-tab {
    flex-basis: 20%;
  }
}
