/**
* 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;
}

.pa-land--why {
  padding: 50px 0;
}

@media screen and (min-width: 992px) {
  .pa-land--why {
    padding: 100px 0 0;
  }
}
.pa-land--why .container {
  background: url(../images/why-choose-bg.jpg) no-repeat center top;
  padding: 30px;
}

@media screen and (min-width: 992px) {
  .pa-land--why .container {
    padding: 78px;
    margin-bottom: -350px;
  }
}
.pa-land--defenses {
  padding: 50px 0;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .pa-land--defenses {
    padding: 100px 0;
  }
}
.pa-land--steps {
  background-color: var(--color-primary);
  padding: 50px 0;
}

@media screen and (min-width: 992px) {
  .pa-land--steps {
    padding: 100px 0;
  }
}
.pa-land--steps .sidebar .sidebar-item {
  max-width: 570px;
}

.pa-land__result-card {
  border: 1px solid rgba(245, 245, 245, 0.5019607843);
  padding: 20px;
}

@media screen and (min-width: 992px) {
  .pa-land__result-card {
    padding: 30px;
  }
}
.pa-land__result-verdict {
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3em;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
}

.pa-land__h3 {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  margin-top: 10px;
}

.pa-land--results {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}

@media screen and (min-width: 992px) {
  .pa-land--results {
    padding: 100px 0;
  }
}
.pa-land--results .items-row {
  margin-top: 40px;
}

.pa-land--results .items-row .col {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .pa-land--results .items-row .col {
    padding-left: 0;
    padding-right: 0;
  }
}
.pa-land--statutes {
  background-color: var(--color-primary);
}

.pa-land--closing {
  padding: 50px 0;
  background-color: var(--color-primary);
}

@media screen and (min-width: 992px) {
  .pa-land--closing {
    padding: 100px 0;
  }
}
.pa-land--closing .container {
  background-color: var(--color-secondary);
  padding: 0;
}

.pa-land--closing .col-left img {
  height: 100%;
}

.pa-land--closing .content-wrapper {
  max-width: 651px;
  margin-left: auto;
  margin-right: auto;
}

.pa-land--penalties {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
  .pa-land--penalties {
    padding: 100px 0;
  }
}
.pa-land--grid {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 992px) {
  .pa-land--grid {
    padding: 354px 0 100px;
  }
}
.pa-land__grid-card {
  background-color: var(--color-primary);
  padding: 20px;
  min-height: 202px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .pa-land__grid-card {
    padding: 30px;
  }
}
.pa-land__grid-card .plus-icon, .pa-land__grid-card .minus-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.pa-land__grid-card h3 {
  color: #fff;
}

.pa-land__grid-card--expandable {
  cursor: pointer;
}

.pa-land__grid-card--expandable .pa-land__grid-card-icon {
  display: inline-block;
  vertical-align: middle;
}

.pa-land__grid-card--expandable .pa-land__card-text {
  display: none;
}

.pa-land__grid-card--expandable.is-open .pa-land__card-text {
  display: block;
}

.pa-land__grid-card--expandable.is-open .pa-land__h3, .pa-land__grid-card--expandable.is-open .pa-land__card-subtitle {
  display: none;
}

.pa-land__grid-card--expandable .minus-icon {
  display: none;
}

.pa-land__grid-card--expandable.is-open .plus-icon {
  display: none;
}

.pa-land__grid-card--expandable.is-open .minus-icon {
  display: inline-block;
}

.pa-land__card-subtitle {
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  bottom: -65px;
}

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