/*-- -------------------------- -->
<---          Content           -->
<--- -------------------------- -*/
@media only screen and (min-width: 0em) {
  #content {
    padding: 4em 0;
    text-align: center;
  }
  #content .container {
    max-width: 30em;
  }
  #content .title {
    font-weight: 900;
    font-size: min(10vw, 2.4em);
    line-height: 1.20833333;
    color: #1A1A1A;
    position: relative;
    margin-bottom: 0.875em;
    text-align: center;
  }
  #content picture {
    display: none;
  }
  #content .button-solid {
    margin-top: 2.77777778em;
  }
}
@media only screen and (min-width: 48em) {
  #content {
    padding-top: 7.5em;
  }
  #content .container {
    padding: 0 1em;
  }
}
@media only screen and (min-width: 64em) {
  #content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 55em;
    text-align: left;
  }
  #content .title {
    text-align: left;
  }
  #content .content-section {
    width: 27.5em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #content picture {
    display: block;
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 20.15em;
    height: 32.5em;
  }
  #content picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 1300px) {
  #content .container {
    max-width: 57em;
    padding: 0;
  }
  #content .content-section {
    width: 33em;
  }
}
/*-- -------------------------- -->
<---   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);
    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.8vw, .7em);
  }
  .sidebyside .right:before {
    right: auto;
    left: -2.25em;
  }
  .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);
  }
}
/*-- -------------------------- -->
<---      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;
    opacity: 1;
  }
  #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;
  }
  #construction .button-solid {
    margin-top: 2.22222222em;
  }
}
@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: 0em;
    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: 12.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;
  }
}
@media only screen and (min-width: 1400px) {
  #construction {
    max-width: 67.5em;
  }
}
/*-- -------------------------- -->
<---            About           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #about {
    padding-bottom: 3.75em;
  }
  #about p {
    margin-bottom: 1.66666667em;
  }
  #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;
    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 ul {
    margin-bottom: 2.5em;
  }
  #about ul li {
    list-style: none;
    position: relative;
    text-align: left;
    opacity: 1;
  }
  #about 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;
  }
  #about .button-solid {
    margin-top: 2.22222222em;
  }
}
@media only screen and (min-width: 1024px) {
  #about {
    padding-top: 5em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #about .right {
    margin: 0;
    -webkit-transform: none;
            transform: none;
  }
  #about .right:before {
    left: auto;
    right: -2.25em;
  }
  #about .right:after {
    top: -10em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #about {
    padding-top: 5.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);
  }
}
/*-- -------------------------- -->
<---       Environmental        -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #environmental .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;
  }
  #environmental .left p:last-of-type {
    margin-bottom: 1.11111111em;
  }
  #environmental .left ul {
    margin-bottom: 2.5em;
  }
  #environmental .left ul li {
    list-style: none;
    position: relative;
    text-align: left;
    opacity: 1;
  }
  #environmental .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;
  }
  #environmental .button-solid {
    margin-top: 2.22222222em;
  }
}
@media only screen and (min-width: 800px) {
  #environmental {
    padding-top: 7em;
    padding-bottom: 7.5em;
  }
  #environmental .left {
    width: 100%;
  }
  #environmental .left ul li {
    margin-bottom: 0em;
    opacity: 1;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #environmental {
    max-width: 64.55em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 12.5em;
  }
  #environmental .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    padding-left: 2.5em;
  }
  #environmental .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    -webkit-transform: none;
            transform: none;
  }
  #environmental .right:before {
    right: auto;
    left: -2.25em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1200px) {
  #environmental {
    padding-bottom: 13.5em;
  }
  #environmental .left {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #environmental {
    max-width: 62.5em;
    z-index: 10;
    position: relative;
  }
}
@media only screen and (min-width: 1400px) {
  #environmental {
    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;
    font-weight: 900;
    font-size: min(9vw, 2.4em);
    line-height: 1.20833333;
  }
  #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;
  }
}
