@charset "UTF-8";
/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/* 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-contact .main-wrapper {
  border-top: none;
}

@media screen and (min-width: 1200px) {
  .main-content .container .row > .entry-content.col-xl-8,
  .main-content .container .row > .content.col-xl-8 {
    padding-right: 55px;
  }
}
[v-cloak] > * {
  display: none;
}

#loader-div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

#loader-div .lds-ring {
  display: inline-block;
  position: relative;
  width: 77px;
  height: 77px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#loader-div .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 6px;
  border: 7px solid #4164f2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4164f2 transparent transparent transparent;
}

#loader-div .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#loader-div .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#loader-div .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-link {
  color: #eb5b13;
  font-size: 16px;
  font-weight: 600;
  background-image: url("../images/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  padding-right: 22px;
  background-position: right center;
}

.arrow-link__alt {
  color: #fff;
  background-image: url("../images/arrows/arrow-alt-right.svg");
}

.diagonal-bkg {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg .container {
    position: unset;
  }
}
.diagonal-bkg__wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper {
    position: unset;
  }
}
.diagonal-bkg__wrapper:before {
  left: 0;
  background-color: #efeeec;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    top: 0;
    right: 0;
    left: unset;
    z-index: 2;
    width: 56%;
    clip-path: polygon(210px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    clip-path: polygon(180px 0%, 100% 0, 100% 100%, 0% 100%);
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(51% - 75px);
    z-index: 5;
    height: 100%;
    width: 8px;
    background-color: #fff;
    transform: skewX(-14.5deg);
    opacity: 0.43;
  }
}
@media screen and (min-width: 1440px) {
  .diagonal-bkg__wrapper:after {
    transform: skewX(-16.4deg);
  }
}
.small-font-content p {
  font-family: var(--third-font), sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

.archive.category, .archive.date {
  background-color: #f5f5f5;
}

blockquote {
  margin: 0;
}

blockquote p {
  padding: 20px;
  background: #f2f1f1;
  border-radius: 5px;
}

blockquote p:before {
  content: "“";
}

blockquote p:after {
  content: "”";
}

.page-template-motorcycle-accident .main-wrapper {
  background-color: #fff;
}

.page-template-motorcycle-accident .cta-holder .label {
  font-size: 24px;
  line-height: 36px;
  font-family: var(--secondary-font), sans-serif;
  color: var(--text-color);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.page-template-motorcycle-accident .cta-holder .contact-phone {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 30px;
  text-decoration: none;
  text-align: center;
}

.page-template-motorcycle-accident .cta-holder .btn-wrapper {
  text-align: center;
}

.page-template-motorcycle-accident .cta-holder .btn-wrapper .btn {
  margin-top: -10px;
}

.page-template #hero.template-hero.mc-accident {
  max-height: 535px;
  height: auto;
  overflow: visible;
  background-size: cover;
}

.page-template #hero.template-hero.mc-accident .banner-content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.page-template #hero.template-hero.mc-accident .text-wrap {
  max-width: 607px;
  width: 100%;
  text-align: left;
}

.page-template #hero.template-hero.mc-accident .text-wrap .banner-title {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 52px;
}

.page-template #hero.template-hero.mc-accident .text-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
}

.page-template #hero.template-hero.mc-accident .text-wrap ul li {
  max-width: 260px;
  width: 100%;
}

.page-template #hero.template-hero.mc-accident .text-wrap ul li a {
  border: 2px solid #fff;
  background: none;
  display: block;
  color: #fff;
  line-height: 53px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  text-align: center;
}

.page-template #hero.template-hero.mc-accident .text-wrap ul li a:hover {
  color: #292f34;
  background: #c4ac61;
}

.page-template #hero.template-hero.mc-accident .text-wrap ul li:last-child a {
  color: #292f34;
  background: #c4ac61;
}

.page-template #hero.template-hero.mc-accident .text-wrap ul li:last-child a:hover {
  color: #FFFFFF;
  background: none;
}

.page-template #hero.template-hero.mc-accident .image-wrap {
  width: calc(100% - 607px);
}

.page-template #hero.template-hero.mc-accident .image-wrap img {
  position: relative;
  bottom: -45px;
  display: block;
  max-width: 100%;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .mc-accident .container {
    width: 1200px;
  }
}
@media (min-width: 1440px) {
  .mc-accident .container {
    width: 1440px;
  }
}
@media (max-width: 1439px) {
  .page-template #hero.template-hero.mc-accident .text-wrap {
    max-width: 500px;
  }
  .page-template #hero.template-hero.mc-accident .text-wrap .banner-title {
    font-size: 40px;
    line-height: 46px;
  }
  .page-template #hero.template-hero.mc-accident .text-wrap ul li {
    max-width: 225px;
  }
  .page-template #hero.template-hero.mc-accident .image-wrap {
    width: calc(100% - 505px);
  }
  .page-template #hero.template-hero.mc-accident .image-wrap img {
    bottom: -100px;
  }
}
@media (max-width: 1199px) {
  .page-template #hero.template-hero.mc-accident .image-wrap img {
    bottom: -80px;
  }
}
@media (max-width: 991px) {
  .page-template #hero.template-hero.mc-accident {
    max-height: unset;
    padding: 35px 0;
  }
  .page-template #hero.template-hero.mc-accident .banner-content {
    flex-direction: column-reverse;
  }
  .page-template #hero.template-hero.mc-accident .text-wrap {
    max-width: unset;
    text-align: center;
  }
  .page-template #hero.template-hero.mc-accident .text-wrap ul {
    justify-content: center;
  }
  .page-template #hero.template-hero.mc-accident .image-wrap {
    width: 100%;
  }
  .page-template #hero.template-hero.mc-accident .image-wrap img {
    width: 70%;
    margin: 0 auto;
    bottom: unset;
  }
}
@media (max-width: 529px) {
  .page-template #hero.template-hero.mc-accident .text-wrap .banner-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 459px) {
  .page-template #hero.template-hero.mc-accident .text-wrap .banner-title {
    max-width: 320px;
    font-size: 25px;
    line-height: 30px;
    margin-inline: auto;
  }
  .page-template #hero.template-hero.mc-accident .text-wrap ul li a {
    line-height: 40px;
  }
}
#mc-injury-ebook {
  background-color: #0E4A7E;
  color: #FFFFFF;
}

#mc-injury-ebook .ebook-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  align-items: center;
  padding: 0 20px;
}

#mc-injury-ebook .ebook-wrap img {
  position: relative;
  margin: -35px 0 -55px;
}

#mc-injury-ebook .ebook-wrap .content-wrap {
  max-width: 556px;
  font-size: 18px;
  line-height: 26px;
}

#mc-injury-ebook .ebook-wrap .ebook-link {
  margin-top: 15px;
}

#mc-injury-ebook .ebook-wrap .ebook-link a {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  color: #FFFFFF;
}

@media (max-width: 1199px) {
  #mc-injury-ebook .ebook-wrap {
    padding: 15px 0;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  #mc-injury-ebook .ebook-wrap {
    padding: 20px 0;
  }
  #mc-injury-ebook .ebook-wrap img {
    width: 30%;
  }
  #mc-injury-ebook .ebook-wrap .content-wrap {
    max-width: 425px;
  }
}
@media (max-width: 767px) {
  #mc-injury-ebook .ebook-wrap {
    flex-direction: column;
    padding: 35px 0;
  }
  #mc-injury-ebook .ebook-wrap img {
    margin: 0 0 -45px;
  }
}
@media (max-width: 699px) {
  #mc-injury-ebook .ebook-wrap img {
    width: 100%;
    max-width: 240px;
  }
  #mc-injury-ebook .ebook-wrap .content-wrap {
    text-align: center;
  }
}
#motorcycle-accident .image-wrap img {
  max-width: 100%;
}

#motorcycle-accident h2,
#motorcycle-accident .page-title {
  font-weight: 900;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 41px;
  color: #3C3A3A;
}

#motorcycle-accident h1 {
  text-align: center;
  margin-bottom: 25px;
}

#motorcycle-accident h2 {
  margin-bottom: 40px;
}

#motorcycle-accident .row {
  display: flex;
  flex-wrap: wrap;
}

#motorcycle-accident .content {
  padding: 0;
}

#motorcycle-accident .rev-row {
  flex-direction: row-reverse;
}

#motorcycle-accident aside {
  display: flex;
  float: unset;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  gap: 30px;
  max-width: 400px;
  margin-right: auto;
}

#motorcycle-accident aside .widget {
  position: relative;
  float: unset;
}

#motorcycle-accident aside .widget-toc {
  display: block;
  max-width: 359px;
  margin: 0;
  background-color: #F4F4F3;
  padding: 40px 20px;
}

#motorcycle-accident aside .widget-toc h4 {
  font-family: "Lato";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.1em;
  border: none;
  margin-bottom: 30px;
}

#motorcycle-accident aside .widget-toc ul {
  max-width: 262px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #B9B9B9;
}

#motorcycle-accident aside .widget-toc ul li {
  padding: 13px 0;
  border-bottom: 1px solid #B9B9B9;
}

#motorcycle-accident aside .widget-toc ul li a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #3C3A3A;
}

#motorcycle-accident aside .widget-toc ul li a:hover {
  color: #c4ac61;
}

#motorcycle-accident aside .widget-cta {
  margin: 0;
}

#motorcycle-accident aside .widget-cta::before {
  top: 54px;
}

#motorcycle-accident aside .widget-cta::after {
  top: 50px;
}

#motorcycle-accident aside .widget-cta a.btn-cta {
  background-color: #c4ac61;
  color: #FFFFFF;
}

#motorcycle-accident .widget-toc.toc-mobile {
  display: none;
  float: unset;
  margin: 0 auto 40px;
  max-width: 660px;
  background-color: #F4F4F3;
  padding: 40px 20px;
}

#motorcycle-accident .widget-toc.toc-mobile h4 {
  font-family: "Lato";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.1em;
  border: none;
  margin-bottom: 30px;
}

#motorcycle-accident .widget-toc.toc-mobile ul {
  max-width: 562px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #B9B9B9;
}

#motorcycle-accident .widget-toc.toc-mobile ul li {
  padding: 13px 0;
  border-bottom: 1px solid #B9B9B9;
}

#motorcycle-accident .widget-toc.toc-mobile ul li a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #3C3A3A;
}

#motorcycle-accident .widget-toc.toc-mobile ul li a:hover {
  color: #c4ac61;
}

#motorcycle-accident #section1 {
  padding-top: 50px;
}

@media screen and (min-width: 992px) {
  #motorcycle-accident #section1 {
    padding-top: 70px;
  }
}
#motorcycle-accident #section1 .subtitle {
  font-size: 27px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #3C3A3A;
  max-width: 630px;
  margin: 0 auto 30px;
}

#motorcycle-accident #section1 .section-content {
  max-width: 870px;
  width: 100%;
}

#motorcycle-accident #section1 .testimonial-strip {
  background-color: #0E4A7E;
  color: #FFFFFF;
  background-image: url(https://www.gartlaninjurylaw.com/wp-content/uploads/2022/10/bg-gartlan-injury-law.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: relative;
  margin-top: 45px;
}

#motorcycle-accident #section1 .testimonial-strip .overlay {
  background: linear-gradient(to right, #0E4A7E 43%, rgba(14, 74, 126, 0.76) 57%, rgba(14, 74, 126, 0.36) 100%);
}

#motorcycle-accident #section1 .testimonial-strip .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  padding-left: 130px;
  gap: 50px;
}

#motorcycle-accident #section1 .testimonial-strip .content {
  max-width: 365px;
  font-size: 18px;
  line-height: 22px;
}

#motorcycle-accident #section1 .testimonial-strip .content::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 31px;
  width: 117px;
  height: 83px;
  background-image: url(https://www.gartlaninjurylaw.com/wp-content/uploads/2018/08/icon-quotation.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#motorcycle-accident #section1 .testimonial-strip blockquote {
  padding: 0;
  border: none;
}

#motorcycle-accident #section1 .testimonial-strip cite {
  font-style: normal;
}

#motorcycle-accident #section1 .testimonial-strip img {
  margin-top: -30px;
}

#motorcycle-accident #section1 .section-list-wrap {
  max-width: 1290px;
  margin: 50px auto;
}

#motorcycle-accident #section1 .section-list-wrap .subtitle {
  max-width: 740px;
  font-weight: 900;
  margin-bottom: 55px;
}

#motorcycle-accident #section1 .section-list-wrap ul,
#motorcycle-accident #section1 .section-list-wrap ul li {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#motorcycle-accident #section1 .section-list-wrap ul {
  row-gap: 115px;
  margin: 0 auto;
}

#motorcycle-accident #section1 .section-list-wrap ul::before, #motorcycle-accident #section1 .section-list-wrap ul::after {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%) translateY(50%);
  background-color: #E1E1E1;
}

#motorcycle-accident #section1 .section-list-wrap ul::before {
  bottom: 50%;
  height: 100%;
  width: 1px;
}

#motorcycle-accident #section1 .section-list-wrap ul::after {
  bottom: 41%;
  height: 1px;
  width: 90%;
}

#motorcycle-accident #section1 .section-list-wrap ul li {
  width: 50%;
  gap: 42px;
}

#motorcycle-accident #section1 .section-list-wrap ul li:nth-child(2n) {
  justify-content: flex-end;
}

#motorcycle-accident #section1 .section-list-wrap ul li .image-wrap {
  max-width: 193px;
  width: 100%;
  max-height: 193px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #E0E0E0;
  border-radius: 136px;
}

#motorcycle-accident #section1 .section-list-wrap ul li .content-wrap {
  max-width: 320px;
  width: 100%;
  line-height: 32px;
  color: #3C3A3A;
}

#motorcycle-accident #section1 .section-list-wrap ul li .list-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  color: #0E4A7E;
  margin-bottom: 14px;
}

#motorcycle-accident #section2 .section-content {
  padding: 40px 0;
}

#motorcycle-accident #section2 .section-content .row {
  align-items: center;
  justify-content: center;
}

#motorcycle-accident .right-bar {
  padding-left: 85px;
  position: relative;
}

#motorcycle-accident .right-bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 22px;
  height: 235px;
  background-color: #C4AC61;
}

#motorcycle-accident .section-content .image-wrap {
  text-align: center;
}

#motorcycle-accident #myCarousel {
  max-width: 1135px;
  margin-inline: auto;
}

#motorcycle-accident .additional-content .types-subsection {
  margin: 0;
}

#motorcycle-accident #section3 {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 70px;
}

#motorcycle-accident #section3 h2 {
  text-align: center;
  margin-bottom: 10px;
}

#motorcycle-accident #section3 .subtitle {
  max-width: 970px;
  width: 100%;
  margin: 0 auto 40px;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #0E4A7E;
}

#motorcycle-accident #section3 .p-intro {
  text-align: center;
  margin-bottom: 40px;
}

#motorcycle-accident #section3 .section-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

#motorcycle-accident #section3 .section-list li {
  padding-left: 47px;
  position: relative;
}

#motorcycle-accident #section3 .section-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 28px;
  background-image: url("https://www.gartlaninjurylaw.com/wp-content/uploads/2018/08/icon-cones.png");
}

#motorcycle-accident #section3 .section-list li .list-details {
  max-width: 728px;
  width: 100%;
}

#motorcycle-accident #section3 .section-list li .list-details p a {
  text-decoration-line: underline;
  color: #0E4A7E;
}

#motorcycle-accident #section3 .image-wrap {
  text-align: center;
  position: relative;
  bottom: -160px;
}

#motorcycle-accident #section3 .image-wrap .secondary-image {
  position: absolute;
  left: 0;
  bottom: -85px;
}

#motorcycle-accident #section4 {
  padding: 170px 0;
}

#motorcycle-accident #section4 .content-wrap {
  max-width: 860px;
  width: 100%;
  margin-left: auto;
}

#motorcycle-accident #section4 .content-wrap ul {
  column-count: 2;
  gap: 45px;
  margin: 40px auto;
  width: fit-content;
}

#motorcycle-accident #section4 .content-wrap ul li {
  position: relative;
  padding: 20px 0;
  padding-left: 45px;
  max-width: 385px;
  color: #0E4A7E;
}

#motorcycle-accident #section4 .content-wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 31px;
  height: 35px;
  background-color: transparent;
  background-image: url("https://www.gartlaninjurylaw.com/wp-content/uploads/2018/08/icon-shield-check.png");
}

#motorcycle-accident #section4 .image-wrap {
  text-align: right;
}

#motorcycle-accident #section4 .image-wrap img {
  position: relative;
}

#motorcycle-accident #section4 .image-wrap img:first-child {
  right: -45px;
}

#motorcycle-accident #section4 .image-wrap img:nth-child(2) {
  top: -50px;
}

#motorcycle-accident #section5 .content-wrap {
  max-width: 784px;
  width: 100%;
}

#motorcycle-accident #section5 .free-audit-wrap .free-audit-box .content-wrap {
  max-width: 100%;
}

#motorcycle-accident #section5 h2 {
  text-align: center;
  margin: 170px auto 25px;
}

#motorcycle-accident #section5 .p-intro {
  text-align: center;
  max-width: 710px;
  width: 100%;
  margin: 0 auto 57px;
}

#motorcycle-accident #section5 .section-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

#motorcycle-accident #section5 .section-list li {
  padding-left: 56px;
  position: relative;
}

#motorcycle-accident #section5 .section-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background-color: transparent;
  background-image: url("https://www.gartlaninjurylaw.com/wp-content/uploads/2018/08/icon-warning.png");
}

#motorcycle-accident #section5 .image-wrap img {
  position: relative;
}

#motorcycle-accident #section5 .image-wrap img:first-child {
  left: -50px;
}

#motorcycle-accident #section5 .image-wrap img:nth-child(2) {
  top: -55px;
}

#motorcycle-accident #section6 {
  padding-top: 60px;
}

#motorcycle-accident #section6 .section-content {
  background-color: #1F3E59;
  padding: 125px 40px;
}

#motorcycle-accident #section6 .section-content h2 {
  color: #FFFFFF;
  max-width: 825px;
  width: 100%;
}

#motorcycle-accident #section6 .section-content .content {
  position: relative;
  padding-left: 195px;
  max-width: 1155px;
  width: 100%;
  margin: 0 auto 80px;
}

#motorcycle-accident #section6 .section-content .content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 120px;
  background-image: url("https://www.gartlaninjurylaw.com/wp-content/uploads/2022/10/icon-billing.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#motorcycle-accident #section6 .section-content .content::after {
  content: "";
  position: absolute;
  left: 65px;
  bottom: 10px;
  width: 3px;
  /* height: 358px; */
  height: 69%;
  background-color: #C4AC61;
}

#motorcycle-accident #section6 .section-content .content p {
  color: #FFFFFF;
  max-width: 1034px;
  width: 100%;
}

#motorcycle-accident #section6 .section-content .section-list {
  padding: 0;
  max-width: 1105px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

#motorcycle-accident #section6 .section-content .section-list .list-title {
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #C4AC61;
}

#motorcycle-accident #section6 .section-content .section-list p {
  color: #FFFFFF;
}

#motorcycle-accident #section7 {
  padding: 80px 0 120px;
}

#motorcycle-accident #section8 {
  padding-bottom: 40px;
}

#motorcycle-accident #section8 .section-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#motorcycle-accident #section8 .section-content .content-wrap {
  padding: 40px 20px 60px;
  position: relative;
}

#motorcycle-accident #section8 .section-content .content {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

#motorcycle-accident #section8 aside {
  gap: 0;
}

#motorcycle-accident #section8 aside .widget {
  height: fit-content;
}

#motorcycle-accident #section8 aside .widget.widget-img-sidebar .img-responsive {
  left: -50px;
}

#motorcycle-accident #section8 aside .widget.widget-team .content {
  padding: 30px;
}

#motorcycle-accident #section8 aside .widget.widget-team .content .header {
  padding-bottom: 30px;
  border-bottom: 1px solid #4d657b;
}

#motorcycle-accident #section8 aside .widget.widget-team .content h3 {
  padding: 0;
  margin: 0;
  border: 0;
}

#motorcycle-accident #section8 aside .widget.widget-team .content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}

#motorcycle-accident #section8 aside .widget.widget-team .content ul li {
  margin: 0;
}

.mc-accident .cta-box-areas .container {
  max-width: 1230px;
}

.free-audit-wrap .free-audit-box {
  max-width: 1034px;
  width: 100%;
  background-color: rgba(0, 36, 68, 0.1490196078);
  margin: 0 auto;
  padding: 28px;
}

.free-audit-wrap .free-audit-box .content-wrap {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.36);
}

.free-audit-wrap .free-audit-box .content-wrap .content {
  max-width: 550px;
  width: 100%;
}

.free-audit-wrap .free-audit-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #EEBE27;
}

.free-audit-wrap .free-audit-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 7px 0;
}

a.learn-more-link {
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: #FFFFFF;
}

#mc-promo-section .section-wrap {
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}

#mc-promo {
  max-width: 950px;
  width: 59%;
  background-color: rgba(0, 36, 68, 0.8117647059);
  padding: 60px;
}

#mc-promo .promo-wrap {
  max-width: 764px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.36);
  padding: 85px 48px;
}

#mc-promo .promo-wrap .content {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 27px;
  line-height: 32px;
  text-transform: uppercase;
  max-width: 390px;
  margin-left: auto;
}

#mc-promo .promo-wrap .content .teaser {
  letter-spacing: 0.14em;
  color: #EEBE27;
  margin-bottom: 15px;
}

#mc-promo .promo-wrap .content .details {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  margin-top: 12px;
}

#cta-box-blue {
  max-width: 670px;
  width: 41%;
  background-color: #0E4A7E;
  color: #FFFFFF;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  padding: 50px;
}

#cta-box-blue .cta-wrap {
  max-width: 447px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#cta-box-blue .cta-wrap .cta-callout {
  margin-bottom: 23px;
}

#cta-box-blue .cta-wrap .phone {
  font-weight: 900;
  font-size: 52px;
  line-height: 62px;
  color: #C4AC61;
  margin-bottom: 23px;
  display: block;
}

#cta-box-blue .cta-wrap .phone span {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  display: block;
}

#cta-box-blue .cta-wrap .live-chat {
  max-width: 163px;
  width: 100%;
  margin: 0 auto;
}

#cta-box-blue .cta-wrap .live-chat a {
  background-color: #C4AC61;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #292F41;
  display: block;
  padding: 13px;
}

@media (max-width: 1439px) {
  #motorcycle-accident #section1 .testimonial-strip .inner-wrap {
    padding-left: 95px;
  }
  #motorcycle-accident #section1 .testimonial-strip .content {
    padding: 20px 0;
  }
  #motorcycle-accident #section1 .testimonial-strip .content::before {
    left: -20px;
    top: 20px;
    width: 95px;
    height: 68px;
  }
  #motorcycle-accident #section1 .testimonial-strip .overlay {
    background: linear-gradient(to right, #0E4A7E 48%, rgba(14, 74, 126, 0.76) 57%, rgba(14, 74, 126, 0.36) 100%);
  }
  #motorcycle-accident #section1 .testimonial-strip img {
    width: 240px;
  }
  #motorcycle-accident #section1 .section-list-wrap ul {
    row-gap: 50px;
  }
  #motorcycle-accident #section1 .section-list-wrap ul li .image-wrap {
    height: 100px;
    width: 100px;
  }
  #motorcycle-accident #section1 .section-list-wrap ul li .image-wrap img {
    max-width: 70px;
    width: 100%;
  }
  #motorcycle-accident #section1 .section-list-wrap ul li:first-child .image-wrap img {
    max-width: 45px;
  }
  #motorcycle-accident #section1 .section-list-wrap ul li .content-wrap {
    max-width: 290px;
  }
  #motorcycle-accident #section1 .section-list-wrap ul::after {
    bottom: 39%;
  }
  #motorcycle-accident #section3 .image-wrap {
    bottom: -275px;
  }
  #motorcycle-accident #section3 .section-list li .list-details {
    max-width: unset;
  }
  #motorcycle-accident #section4 .content-wrap,
  #motorcycle-accident #section5 .content-wrap {
    max-width: 700px;
  }
  #motorcycle-accident #section6 .section-content {
    padding: 70px 40px;
  }
  #motorcycle-accident #section6 .section-content .content,
  #motorcycle-accident #section6 .section-content .section-list {
    max-width: 980px;
  }
  #motorcycle-accident #section8 aside .widget {
    width: 100%;
  }
  #motorcycle-accident #section8 aside .widget-img-sidebar .img-responsive {
    left: -87px;
  }
}
@media (max-width: 1199px) {
  #motorcycle-accident #section1 .testimonial-strip {
    background-position: bottom;
    max-width: 535px;
    margin-inline: auto;
  }
  #motorcycle-accident #section1 .testimonial-strip .overlay {
    background: linear-gradient(to bottom, #0E4A7E 48%, rgba(14, 74, 126, 0.76) 57%, rgba(14, 74, 126, 0.36) 100%);
  }
  #motorcycle-accident #section1 .testimonial-strip .inner-wrap {
    justify-content: center;
    gap: 0;
  }
  #motorcycle-accident #section1 .testimonial-strip .content {
    padding: 30px 0 0;
  }
  #motorcycle-accident #section1 .testimonial-strip .content::before {
    top: 25px;
  }
  #motorcycle-accident #section1 .section-list-wrap ul {
    row-gap: 50px;
  }
  #motorcycle-accident #section1 .section-list-wrap ul li .image-wrap {
    height: 100px;
    width: 100px;
  }
  #motorcycle-accident #section1 .section-list-wrap ul li .image-wrap img {
    max-width: 70px;
    width: 100%;
  }
  #motorcycle-accident #section1 .section-list-wrap ul li:first-child .image-wrap img {
    max-width: 45px;
  }
  #motorcycle-accident #section1 .section-list-wrap ul li .content-wrap {
    max-width: 290px;
  }
  #motorcycle-accident #section1 .section-list-wrap ul::after {
    bottom: 39%;
  }
  #motorcycle-accident #section4 .content-wrap,
  #motorcycle-accident #section5 .content-wrap {
    max-width: 550px;
  }
  #motorcycle-accident #section6 .section-content .content,
  #motorcycle-accident #section6 .section-content .section-list {
    max-width: 770px;
  }
  #motorcycle-accident #section8 aside .widget.widget-img-sidebar .img-responsive {
    width: 120%;
    left: -60px;
  }
  #motorcycle-accident #section3 .content-wrap > .row {
    flex-direction: column-reverse;
  }
  #motorcycle-accident #section3 .section-list li .list-details {
    max-width: unset;
  }
  #motorcycle-accident #section3 .image-wrap {
    max-width: 200px;
    margin: 0 auto 40px;
    bottom: unset;
  }
  #motorcycle-accident #section3 .image-wrap .secondary-image {
    max-width: 140px;
    bottom: -30px;
  }
  #motorcycle-accident h2,
  #motorcycle-accident .page-title {
    font-size: 23px;
    line-height: 27px;
  }
  #motorcycle-accident #section1 .subtitle {
    font-size: 20px;
    line-height: 23px;
  }
  #mc-promo .promo-wrap .content {
    font-size: 20px;
    line-height: 25px;
  }
  #mc-promo .promo-wrap .content .details {
    font-size: 15px;
    line-height: 18px;
  }
  #cta-box-blue {
    font-size: 20px;
    line-height: 25px;
  }
  #cta-box-blue .cta-wrap .phone {
    font-size: 30px;
    line-height: 40px;
  }
  #cta-box-blue .cta-wrap .phone span {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 991px) {
  #motorcycle-accident .section-content .image-wrap {
    max-width: 300px;
  }
  #motorcycle-accident aside .widget-toc {
    display: none;
  }
  #motorcycle-accident .widget-toc.toc-mobile {
    display: block;
  }
  #motorcycle-accident aside {
    margin: 0 auto;
  }
  #motorcycle-accident #section2 {
    margin-top: 0;
  }
  #motorcycle-accident #section2 .section-content {
    padding: 0;
  }
  #motorcycle-accident #section2 .section-content .row {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
  #motorcycle-accident #section4 {
    padding: 50px 0;
  }
  #motorcycle-accident #section4 .col-md-4 {
    width: 100%;
  }
  #motorcycle-accident #section4 .image-wrap {
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #motorcycle-accident #section4 .image-wrap img {
    max-width: 40%;
  }
  #motorcycle-accident #section4 .image-wrap img:first-child {
    right: 15%;
    z-index: 2;
    position: absolute;
  }
  #motorcycle-accident #section4 .image-wrap img:nth-child(2) {
    top: unset;
    left: -15%;
  }
  #motorcycle-accident #section4 .image-wrap h2 {
    margin-bottom: 20px;
  }
  #motorcycle-accident #section4 .content-wrap {
    max-width: unset;
  }
  #motorcycle-accident #section4 ul {
    column-count: unset;
  }
  #motorcycle-accident #section4 ul li {
    margin: 0;
    padding: 10px 0 10px 45px;
    max-width: unset;
  }
  #motorcycle-accident #section5 [class*=col-md] {
    width: 100%;
  }
  #motorcycle-accident #section5 .image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  #motorcycle-accident #section5 .image-wrap img {
    max-width: 40%;
  }
  #motorcycle-accident #section5 .image-wrap img:first-child {
    left: 15%;
    position: absolute;
    z-index: 2;
  }
  #motorcycle-accident #section5 .image-wrap img:nth-child(2) {
    top: unset;
    right: -15%;
  }
  #motorcycle-accident #section5 .content-wrap {
    max-width: unset;
  }
  #motorcycle-accident #section5 .section-list {
    row-gap: 0;
    margin-bottom: 0;
  }
  #motorcycle-accident #section5 h2 {
    margin-top: 30px;
  }
  #motorcycle-accident #section6 {
    padding-top: 30px;
  }
  #motorcycle-accident #section6 .section-content {
    padding: 40px;
  }
  #motorcycle-accident #section6 .section-content .content {
    padding-left: 90px;
    margin-bottom: 40px;
  }
  #motorcycle-accident #section6 .section-content .content::before {
    width: 70px;
    height: 65px;
  }
  #motorcycle-accident #section6 .section-content .content::after {
    left: 30px;
  }
  #motorcycle-accident #section7 {
    padding: 40px 0;
  }
  #motorcycle-accident #section7 [class*=col-md] {
    width: 100%;
  }
  #motorcycle-accident #section7 .row {
    row-gap: 40px;
  }
  #motorcycle-accident #section7 .row .text-center img {
    max-width: 200px;
  }
  #motorcycle-accident .right-bar {
    padding-left: 45px;
  }
  #motorcycle-accident #section8 {
    padding-bottom: 0;
  }
  #motorcycle-accident #section8 aside,
  #motorcycle-accident #section8 .row {
    row-gap: 40px;
  }
  #motorcycle-accident #section8 [class*=col-sm] {
    width: 100%;
  }
  #motorcycle-accident #section8 aside .widget {
    top: unset;
  }
  #motorcycle-accident #section8 aside .widget.widget-img-sidebar .img-responsive {
    width: 100%;
    left: unset;
  }
  #motorcycle-accident #section8 .section-content .content iframe {
    width: 100%;
    height: 300px;
  }
  #motorcycle-accident #section1 .section-list-wrap ul li {
    width: 100%;
    gap: 20px;
  }
  #motorcycle-accident #section1 .section-list-wrap ul li .content-wrap {
    max-width: unset;
  }
  #motorcycle-accident #section1 .section-list-wrap ul::before,
  #motorcycle-accident #section1 .section-list-wrap ul::after {
    content: none;
  }
  #motorcycle-accident #section1 .section-list-wrap ul li:nth-child(2n) {
    justify-content: flex-start;
  }
  .free-audit-wrap {
    position: relative;
    top: unset;
    left: unset;
  }
  #mc-promo-section .section-wrap {
    max-width: 768px;
  }
  #mc-promo,
  #cta-box-blue {
    max-width: 768px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  #mc-promo {
    padding: 15px;
  }
  #motorcycle-accident #section6 .section-content {
    padding: 25px;
  }
  #motorcycle-accident #section6 .section-content .content {
    padding-left: 50px;
  }
  #motorcycle-accident #section6 .section-content .content::before {
    width: 45px;
    height: 40px;
  }
  #motorcycle-accident #section6 .section-content .content::after {
    left: 10px;
  }
  #motorcycle-accident #section6 .section-content h2 {
    margin-bottom: 30px;
  }
  #motorcycle-accident h2,
  #motorcycle-accident .page-title {
    font-size: 20px;
    line-height: 24px;
  }
  .free-audit-wrap .free-audit-title {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (max-width: 600px) {
  .content iframe,
  .blog-item iframe {
    max-width: 95% !important;
    height: auto !important;
  }
}
.dg-ebook {
  background-color: #405676;
  padding: 70px 0 50px;
}

.dg-ebook .section-content {
  position: relative;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
  padding: 80px 0;
  padding-left: 360px;
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}

.dg-ebook__title {
  color: #C4AC61;
  font-size: 21px;
  margin-bottom: 15px;
}

.dg-ebook__description {
  margin-bottom: 30px;
}

.dg-ebook__description p {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 38px;
}

.dg-ebook__image {
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}

.dg-ebook__image img {
  width: 100%;
  height: auto;
}

.dg-ebook__btn.but.banner-but {
  border-radius: 5px;
  background-color: #C4AC61;
  color: #2D2F3E;
  font-family: Montserrat;
  font-weight: 700;
  letter-spacing: 0.45px;
}

.dg-ebook__btn.but.banner-but:hover {
  color: #FFFFFF;
  background-color: transparent;
}

@media (max-width: 991px) {
  .dg-ebook__description p {
    font-size: 23px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .dg-ebook .section-content {
    max-width: 360px;
    padding: 0;
    text-align: center;
  }
  .dg-ebook__image {
    position: relative;
    left: unset;
    bottom: unset;
    transform: unset;
    max-width: 230px;
    width: 100%;
    margin: 0 auto 15px;
  }
}
@media (max-width: 500px) {
  .dg-ebook .section-content {
    max-width: 290px;
  }
  .dg-ebook__description p {
    font-size: 20px;
    line-height: 29px;
  }
  .dg-ebook__btn.but.banner-but {
    max-width: 260px;
  }
}

/*# sourceMappingURL=motorcycle-accident.css.map*/