/*-- -------------------------- -->
<---   SBS  Content Template    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  .sidebyside {
    width: 100%;
    max-width: 30.55em;
    margin: auto;
    padding-top: 25vw;
    padding-left: 0.5em;
    padding-right: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sidebyside .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    max-width: 30.55em;
  }
  .sidebyside .left img {
    display: none;
  }
  .sidebyside .left .title {
    font-weight: 900;
    font-size: min(9vw, 2.4em);
    line-height: 1.20833333;
    color: #1A1A1A;
    position: relative;
    margin-bottom: 1.91666667em;
    text-align: center;
  }
  .sidebyside .left .title:before {
    content: '';
    position: absolute;
    display: block;
    height: 0.0625em;
    width: 1.515625em;
    background: var(--primary);
    opacity: 1;
    bottom: -0.390625em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sidebyside .left ul li {
    color: #292929;
    opacity: .8;
  }
  .sidebyside .left p {
    margin-bottom: 1.38888889em;
    text-align: center;
  }
  .sidebyside .left p:last-of-type {
    margin-bottom: 3.44444444em;
  }
  .sidebyside .right {
    display: block;
    width: 30.55em;
    height: 43.05em;
    position: relative;
    font-size: min(1.6vw, .6em);
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15em;
  }
  .sidebyside .right:before {
    content: '';
    position: absolute;
    display: block;
    background: var(--primary);
    opacity: 1;
    width: 100%;
    height: 100%;
    right: -2.25em;
    bottom: -2.25em;
  }
  .sidebyside .right:after {
    content: '';
    position: absolute;
    display: block;
    height: 31.4em;
    width: 39.8em;
    background: url("../images/small-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: -21.8em;
    left: 5.75em;
    z-index: -1;
  }
  .sidebyside .right img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .title {
    font-weight: 7900;
    font-size: min(9vw, 2.4em);
    line-height: 1.20833333;
    color: #1A1A1A;
    position: relative;
    margin-bottom: 1.91666667em;
    text-align: center;
  }
  .title:before {
    content: '';
    position: absolute;
    display: block;
    height: 0.0625em;
    width: 1.515625em;
    background: var(--primary);
    opacity: 1;
    bottom: -0.390625em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.5em;
  }
  body.dark-mode .sidebyside li {
    color: #fff;
    opacity: .9;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  .sidebyside {
    max-width: 66.1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sidebyside .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    padding-right: 3.75em;
  }
  .sidebyside .left .title {
    text-align: left;
  }
  .sidebyside .left .title:before {
    font-size: inherit;
    -webkit-transform: none;
            transform: none;
    left: 0;
  }
  .sidebyside .left p {
    text-align: left;
  }
  .sidebyside .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: translateY(6.2em);
            transform: translateY(6.2em);
    font-size: min(1.6vw, .6em);
  }
  .title:before {
    font-size: inherit;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1200px) {
  .sidebyside {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sidebyside .left {
    padding: 0;
  }
  .sidebyside .right {
    font-size: min(1.3vw, 1em);
    margin: 0;
  }
}
@media only screen and (min-width: 1500px) {
  .sidebyside {
    padding: 0;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode .sidebyside .title {
    color: #fff;
  }
  body.dark-mode .sidebyside .right:before {
    background: var(--primaryLight);
  }
}
/*-- -------------------------- -->
<---            About           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #about {
    padding-bottom: 3.75em;
  }
  #about p {
    margin-bottom: 1.66666667em;
  }
  #about ul {
    padding: 0;
  }
  #about ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.66666667em;
    text-align: left;
    opacity: 1;
  }
  #about ul li strong {
    display: inline-block;
    color: #000;
  }
  #about ul li img {
    display: block;
    width: 2.5em;
    height: 2.5em;
    margin-top: 0.25em;
    margin-right: 1em;
  }
  #about .button-solid {
    margin-top: 2.22222222em;
  }
}
@media only screen and (min-width: 1024px) {
  #about {
    padding-top: 8.5em;
    padding-bottom: 10em;
  }
  #about .right {
    -webkit-transform: none;
            transform: none;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #about {
    padding-top: 9.4em;
  }
  #about .left .left-img {
    display: block;
  }
  #about .left picture {
    display: block;
    position: relative;
    height: 16em;
    width: 100%;
    margin-bottom: 2.5em;
  }
  #about .left picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0px) {
  body.dark-mode #about strong {
    color: var(--primaryLight);
  }
}
/*-- -------------------------- -->
<---           Reviews          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #reviews {
    padding-top: 0%;
  }
  #reviews .title {
    font-weight: 900;
    font-size: min(9vw, 2.4em);
    line-height: 1.20833333;
    color: #1A1A1A;
    position: relative;
    margin: auto;
    margin-bottom: 1.91666667em;
    text-align: center;
    max-width: 10.41666667em;
  }
  #reviews .title:before {
    content: '';
    position: absolute;
    display: block;
    height: 0.0625em;
    width: 1.515625em;
    background: var(--primary);
    opacity: 1;
    bottom: -0.390625em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.5em;
  }
  #reviews .review {
    border: 1px solid #ededed;
    background: #fafafa;
    padding: 1em;
    width: 96%;
    max-width: 18.25em;
    position: relative;
    height: 12.7em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto;
    margin-bottom: 2.5em;
    border-radius: 0.25em;
  }
  #reviews .review .google {
    width: 0.95em;
    height: 0.95em;
    position: absolute;
    top: 1em;
    right: 1em;
  }
  #reviews .review .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1em;
  }
  #reviews .review .profile {
    border-radius: 50%;
    width: 2.8em;
    height: 2.8em;
    margin-right: 0.5em;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  }
  #reviews .review .content .name {
    display: block;
    margin: 0;
    color: #1660E9;
    font-size: 0.8em;
    line-height: 1;
    margin-bottom: 0.5em;
    font-weight: bold;
  }
  #reviews .review .content .latest {
    display: block;
    color: #6B6B6B;
    font-size: 0.65em;
    line-height: 1.38461538em;
  }
  #reviews .review .stars {
    margin-bottom: 0.5em;
  }
  #reviews .review p {
    font-size: 0.7em;
    line-height: 1.71428571;
    overflow: hidden;
    overflow-y: scroll;
    height: 7.14285714em;
    padding-right: 0.71428571em;
  }
  #reviews .review p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }
  #reviews .review p::-webkit-scrollbar-track-piece {
    background-color: #d4d4d4;
  }
  #reviews .review p::-webkit-scrollbar {
    width: 0.25em;
    background-color: #999999;
  }
  #reviews .review p::-webkit-scrollbar-thumb {
    border-radius: 0.5em;
    background: #999999;
  }
  #reviews .button-solid {
    display: block;
    margin: auto;
    width: 14.44444444em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #reviews {
    padding-bottom: 7.5em;
    padding-top: 0em;
  }
  #reviews .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em;
    max-width: 60em;
    font-size: min(1.8vw, 1em);
  }
  #reviews .service {
    min-width: 18.25em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0px) {
  body.dark-mode #reviews h2 {
    color: #fff;
  }
  body.dark-mode #reviews .review {
    background: var(--medium);
    border: 1px solid #222;
  }
  body.dark-mode #reviews .review .name {
    color: var(--primary);
  }
}
/*-- -------------------------- -->
<---      Benefits of Turf      -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #construction .right:after {
    top: -11.3em;
    left: auto;
    right: -5em;
    width: 23em;
    height: 25.8em;
    background: url("/images/small-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #construction .left p:last-of-type {
    margin-bottom: 1.11111111em;
  }
  #construction .left ul {
    margin-bottom: 2.5em;
  }
  #construction .left ul li {
    list-style: none;
    position: relative;
    text-align: left;
  }
  #construction .left ul li:before {
    content: '';
    position: absolute;
    display: block;
    height: 1.11111111em;
    width: 1.11111111em;
    background: url("/images/check.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: 0.27777778em;
    left: -1.66666667em;
  }
}
@media only screen and (min-width: 800px) {
  #construction {
    padding-top: 7em;
    padding-bottom: 7.5em;
  }
  #construction .left {
    width: 100%;
  }
  #construction .left ul li {
    margin-bottom: 1.11111111em;
    opacity: 1;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #construction {
    max-width: 64.55em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 7.5em;
  }
  #construction .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    padding-left: 2.5em;
  }
  #construction .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1200px) {
  #construction {
    padding-bottom: 13.5em;
  }
  #construction .left {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #construction {
    max-width: 62.5em;
    z-index: 10;
    position: relative;
  }
  #construction .right:before {
    right: auto;
    left: -2.25em;
  }
}
@media only screen and (min-width: 1400px) {
  #construction {
    max-width: 67.5em;
  }
}
/*-- -------------------------- -->
<---        Get It Done         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.75em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #cta .title {
    margin: auto;
    color: #fff;
    margin-bottom: 1.10416667em;
    max-width: 10.41666667em;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 4.22222222em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 8.4em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta:before {
    display: none;
  }
  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 55.4em;
    width: 100em;
    background: url("../images/cta-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -3;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #cta:after {
    background: url("../images/cta-squares-dark.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
