/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-practice-area .results-part {
  padding-top: 70px;
}

.page-template-practice-area .main-wrapper {
  overflow: unset;
}

@media (min-width: 1200px) {
  .page-template-practice-area .main-wrapper {
    margin-top: -195px;
  }
}
.page-template-practice-area .main-wrapper .main-content {
  position: relative;
}

@media (min-width: 1200px) {
  .page-template-practice-area .main-wrapper .main-content {
    padding-top: 73px;
    min-height: 5500px;
    padding-bottom: 97px;
  }
}
.page-template-practice-area .main-wrapper .main-content .vid-alignright,
.page-template-practice-area .main-wrapper .main-content .vid-alignleft,
.page-template-practice-area .main-wrapper .main-content .vid-aligncenter {
  text-align: left;
  margin-bottom: 55px;
}

.page-template-practice-area .main-wrapper .main-content .vid-alignright iframe.cw_video_single,
.page-template-practice-area .main-wrapper .main-content .vid-alignleft iframe.cw_video_single,
.page-template-practice-area .main-wrapper .main-content .vid-aligncenter iframe.cw_video_single {
  border-radius: 50px;
}

@media (max-width: 767px) {
  .page-template-practice-area .main-wrapper .main-content .vid-alignright iframe.cw_video_single,
.page-template-practice-area .main-wrapper .main-content .vid-alignleft iframe.cw_video_single,
.page-template-practice-area .main-wrapper .main-content .vid-aligncenter iframe.cw_video_single {
    border-radius: 20px;
    height: 300px;
  }
}
.page-template-practice-area .main-wrapper .main-content h2 {
  margin-bottom: 30px;
}

.page-template-practice-area .main-wrapper .main-content h3 {
  margin-bottom: 20px;
}

.page-template-practice-area .main-wrapper .main-content .alignright {
  margin: 0;
}

.page-template-practice-area .main-wrapper .main-content .aligncenter {
  max-width: 100%;
}

.page-template-practice-area .main-wrapper .main-content .entry-content a {
  color: #0E47C4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-template-practice-area .main-wrapper .main-content .entry-content a:hover {
  text-decoration: none;
}

.page-template-practice-area .main-wrapper .main-content .entry-content .cw_video_open_popup_customized {
  position: relative;
  margin-bottom: 30px;
}

.page-template-practice-area .main-wrapper .main-content .entry-content .cw_video_open_popup_customized img {
  margin: 0;
  border-radius: 25px;
}

@media screen and (min-width: 768px) {
  .page-template-practice-area .main-wrapper .main-content .entry-content .cw_video_open_popup_customized img {
    border-radius: 50px;
  }
}
.page-template-practice-area .main-wrapper .main-content .entry-content .cw_video_open_popup_customized:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: url(../images/icons/icon-play-1.svg) no-repeat center;
  background-size: contain;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .page-template-practice-area .main-wrapper .main-content .entry-content .cw_video_open_popup_customized:after {
    width: 95px;
    height: 95px;
  }
}
.page-template-practice-area .main-wrapper .main-content .entry-content p {
  line-height: 29px;
}

@media (min-width: 1200px) {
  .page-template-practice-area .sidebar {
    top: 73px;
  }
}
.page-template-practice-area .sidebar-item {
  border-top: none;
}

.page-template-practice-area .sidebar .widget_custom_html {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/bg-sidebar-cta.png) no-repeat center top transparent;
  background-size: cover;
  padding: 90px 30px 70px;
}

@media (max-width: 575px) {
  .page-template-practice-area .sidebar .widget_custom_html {
    padding: 40px 30px 30px;
  }
}
.page-template-practice-area .sidebar .widget_custom_html .sidebar-title {
  display: none;
}

.page-template-practice-area .sidebar .widget_checklist img {
  width: 100%;
  border-radius: 50px 0 0 50px;
}

@media (max-width: 1199px) {
  .page-template-practice-area .sidebar .widget_checklist img {
    border-radius: 50px;
  }
}
.pa-list {
  padding-top: 15px;
  margin-bottom: 25px;
  clear: both;
}

.pa-list .item {
  display: flex;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .pa-list .item {
    flex-direction: column;
  }
}
.pa-list .item .icon {
  flex: 0 0 auto;
  margin-right: 19px;
}

@media (max-width: 767px) {
  .pa-list .item .icon {
    justify-content: center;
    align-self: center;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .pa-list .item .icon img {
    margin-bottom: 0;
  }
}
.pa-list .item .description {
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

div.tractor-icons,
div.tractor-icons-2 {
  padding: 0;
  margin-bottom: 40px;
  background: none;
}

div.tractor-icons div {
  background: none;
  background-color: #f1f9ff;
  margin-bottom: 20px;
  padding: 10px 15px 10px 80px;
  position: relative;
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

div.tractor-icons div:before,
div.tractor-icons .mh-trucks-01:before {
  background-image: url(../images/tractor-trailer-accidents-icons/mh-trucks-01.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  content: " ";
  width: 71px;
  height: 76px;
  position: absolute;
  left: 0;
  top: 0;
}

div.tractor-icons .mh-trucks-02:before {
  background-image: url(../images/tractor-trailer-accidents-icons/mh-trucks-02.png);
}

div.tractor-icons .mh-trucks-03:before {
  background-image: url(../images/tractor-trailer-accidents-icons/mh-trucks-03.png);
}

div.tractor-icons .mh-trucks-04:before {
  background-image: url(../images/tractor-trailer-accidents-icons/mh-trucks-04.png);
}

div.tractor-icons .mh-trucks-05:before {
  background-image: url(../images/tractor-trailer-accidents-icons/mh-trucks-05.png);
}

div.tractor-icons-2 div {
  background: none;
  margin-bottom: 5px;
  padding: 10px 15px 10px 80px;
  position: relative;
  border-bottom: 1px #ccc solid;
  min-height: 100px;
  text-align: justify;
}

div.tractor-icons-2 div:first-child {
  border-top: 1px #ccc solid;
}

div.tractor-icons-2 div:before,
div.tractor-icons-2 .mh-trucks-06:before {
  background-image: url(../images/tractor-trailer-accidents-icons/mh-trucks-06.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
  content: " ";
  width: 71px;
  height: 76px;
  position: absolute;
  left: 0;
  top: 0;
}

div.tractor-icons-2 .mh-trucks-07:before {
  background-image: url(../images/tractor-trailer-accidents-icons/mh-trucks-07.png);
}

div.tractor-icons-2 .mh-trucks-08:before {
  background-image: url(../images/tractor-trailer-accidents-icons/mh-trucks-08.png);
}

div.tractor-icons-2 .mh-trucks-09:before {
  background-image: url(../images/tractor-trailer-accidents-icons/mh-trucks-09.png);
}

div.tractor-icons-2 .mh-trucks-10:before {
  background-image: url(../images/tractor-trailer-accidents-icons/mh-trucks-10.png);
}

div.tractor-icons-2 .mh-trucks-11:before {
  background-image: url(../images/tractor-trailer-accidents-icons/mh-trucks-11.png);
}

div.tractor-icons-2 .mh-trucks-12:before {
  background-image: url(../images/tractor-trailer-accidents-icons/mh-trucks-12.png);
}

div.tractor-icons-2 .mh-trucks-13:before {
  background-image: url(../images/tractor-trailer-accidents-icons/mh-trucks-13.png);
}

div.tractor-icons-2 .mh-trucks-14:before {
  background-image: url(../images/tractor-trailer-accidents-icons/mh-trucks-14.png);
}

div.tractor-icons-2 .mh-trucks-15:before {
  background-image: url(../images/tractor-trailer-accidents-icons/mh-trucks-15.png);
}

.legally-reviewed-by-main {
  margin-bottom: 25px;
}

.legally-reviewed-by-main img {
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
  margin-right: 14px;
}

.legally-reviewed-by-main .legally-reviewed-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.legally-reviewed-by-main .legally-reviewed-text a {
  color: #0E47C4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legally-reviewed-by-main .legally-reviewed-text a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=practice-area.css.map*/