/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/*************************
  Front Page variables
**************************/
/*************************
  Why Choose Us Section 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;
}

.home .main-content {
  position: relative;
  padding-top: 37px;
}

@media screen and (min-width: 992px) {
  .home .main-content {
    padding-top: 47px;
    padding-bottom: 0;
    background-image: url("../images/schenectady-personal-injury-lawyer-bg-img-home.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #E4E4E4;
  }
}
.home .main-content:before {
  content: none;
}

@media screen and (min-width: 1200px) {
  .home .main-content:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: calc(50% - 50.68px);
    height: calc(100% - 156px);
    background-image: var(--mc-feat-img-bg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1400px) {
  .home .main-content:before {
    width: calc(50% + 50.68px);
  }
}
@media screen and (min-width: 1440px) {
  .home .main-content:before {
    width: calc(50% + 25.68px);
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content-container {
    margin-top: -8px;
  }
}
@media screen and (min-width: 1400px) {
  .home .main-content-container {
    width: 100%;
    max-width: 585px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .home .main-content-container {
    margin-right: -35px;
  }
}
@media (min-width: 1600px) {
  .home .main-content-container p {
    margin-right: -22px;
  }
}
.home .main-content .page-title {
  text-align: center;
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .home .main-content .page-title {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .page-title {
    margin-bottom: 61px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .main-content-img-col {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-end;
  }
}
.home .main-content .main-content-img-container {
  background-image: var(--mc-feat-img-bg-mobile);
  background-repeat: no-repeat;
  background-size: 335px 183px;
  background-position: bottom center;
  margin-bottom: 37px;
}

@media screen and (min-width: 768px) {
  .home .main-content .main-content-img-container {
    background-image: var(--mc-feat-img-bg);
    background-size: 696px 438px;
    background-position: bottom center;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .main-content-img-container {
    background-size: cover;
    background-position: top center;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .main-content-img-container {
    background-image: unset;
    background-size: unset;
    background-position: unset;
    background-repeat: unset;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .main-content .main-content-img-container {
    width: 100%;
    max-width: 770.68px;
  }
}
@media screen and (min-width: 768px) {
  .home .main-content .main-content-img-container .main-content-bg-img {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .main-content-img-container .main-content-bg-img {
    max-width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .main-content-img-container .main-content-bg-img {
    max-width: initial;
  }
}
@media screen and (min-width: 768px) {
  .home .main-content .main-content-img-container .main-content-bg-img-mobile {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .home .main-content .main-content-img-container .main-content-bg-img-mobile img {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .btn-container {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .btn-container {
    margin-top: 54px;
    margin-bottom: 213px;
  }
}
.home .home-second-section {
  padding-top: 2px;
  padding-bottom: 39px;
}

@media screen and (min-width: 992px) {
  .home .home-second-section {
    padding-top: 118px;
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 1400px) {
  .home .home-second-section {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .home .home-second-section .row {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-second-section .row {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .home .home-second-section .heading {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-second-section .heading {
    margin-bottom: 58px;
  }
}
.home .home-second-section-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 334px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .home .home-second-section-img-container {
    flex-direction: column;
    max-width: 80%;
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 992px) {
  .home .home-second-section-img-container {
    max-width: 65%;
    margin-top: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-second-section-img-container {
    max-width: initial;
    margin-top: initial;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 329px) {
  .home .home-second-section-img-container {
    max-width: 170px;
  }
}
.home .home-second-section-img-container img:nth-child(2) {
  border: 2px solid #CAA16E;
  margin-left: -35px;
}

.home .home-second-section-img-container img:nth-child(4) {
  border: 2px solid #CAA16E;
  margin-top: -110px;
}

@media screen and (min-width: 1400px) {
  .home .home-second-section-content {
    width: 100%;
    max-width: 585px;
  }
}
.home .why-choose-us {
  padding-bottom: 41px;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us {
    padding-bottom: 0;
    margin-bottom: -222px;
  }
}
.home .why-choose-us-container {
  position: relative;
  border-top: 5px solid #CAA16E;
  background-color: #1D3743;
  padding: 56px 25px 48px;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us-container {
    width: 100%;
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us-container {
    max-width: initial;
    padding: 70px 40px 20px;
    border-top: unset;
    border-left: 5px solid #CAA16E;
  }
}
.home .why-choose-us-container:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 211px;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us-container:before {
    background-image: var(--why-choose-us-img-bg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    top: 0;
    left: auto;
    max-width: 895px;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .home .why-choose-us-container:before {
    background-image: url("../images/why-choose-us-bg-img-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
.home .why-choose-us-container * {
  color: #fff;
}

.home .why-choose-us-container .heading {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us-container .heading {
    margin-bottom: 53px;
  }
}
.home .why-choose-us-container .why-choose-us__item {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us-container .why-choose-us__item {
    width: 100%;
    max-width: 388px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us-container .why-choose-us__item {
    display: flex;
    max-width: 400px;
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 67px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us-container .why-choose-us__item {
    max-width: 527px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us-container .why-choose-us__item .why-choose-us-img-container {
    position: relative;
    flex: 0 0 80px;
    margin-right: 27px;
  }
}
.home .why-choose-us-container .why-choose-us__item .why-choose-us-img-container:before {
  content: none;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us-container .why-choose-us__item .why-choose-us-img-container:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 119px;
    z-index: -1;
    background-color: #CAA16E;
    pointer-events: none;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us-container .why-choose-us__item .why-choose-us-img-container img {
    margin-right: 25px;
  }
}
.home .why-choose-us-container .why-choose-us__item .title {
  font-family: "Libre Bodoni", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-top: 10.12px;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us-container .why-choose-us__item .title {
    margin-top: 0;
  }
}
.home .why-choose-us-container .why-choose-us__item p {
  margin-bottom: 23px;
}

@media screen and (min-width: 1440px) {
  .home .why-choose-us-container-col:nth-of-type(odd) .why-choose-us__item {
    margin-right: 23.5px;
  }
}
@media screen and (min-width: 1440px) {
  .home .why-choose-us-container-col:nth-of-type(even) .why-choose-us__item {
    margin-left: 23.5px;
  }
}

/*# sourceMappingURL=home.css.map*/