@layer reset {
    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
  
    /* html, body {
      height: 100%;
    } */
    html, body {
      margin: unset;
      overflow-x: hidden;
    }
  
    button,
    input,
    textarea,
    select {
      font: inherit;
      color:black !important;
      background: white;
    }
  
    img,
    picture,
    canvas {
      display: block;
      max-inline-size: 100%;
      block-size: auto;
    }

    svg {
      display: inline-block;
    }

    h1, h2, h3, h4, h5, h6, .big-text {
        font-family: 'Oswald', sans-serif;
        margin-block-start: 0;
        margin-block-end: 0;
    }
    button.btn {
      border:0;
      background-color: transparent;
    }
    p {
      display: block;
      margin-block-start: 0em;
      margin-block-end: 0em;
    }
}







:root {
  --bltc: #232226;
  --red: #bd313f;
  --blue: #9fcceb;
  --orng: #ff8459;
  --bgndy: #660e1d;
  --crem: #ffeed4;
  --yello: #ffc266;
}


html {
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}
img {
    max-width: 100%;
    height: auto;
}

h1 {
  font-size: 4.2rem;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

h2, .big-text {
  font-size: 4.25rem;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 15px;
}

h5 {
  font-size: 1rem;
  font-weight: 600;
}

p, a, label {
  font-size: 1.725rem;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 400;
}
  label {
    /* white-space: pre-wrap; */
    font-size: 1.25rem;
    max-width: 420px !important;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
  }

input[type="text"], textarea {
  display: block;
  width: 100%;
  max-width: 420px;
  border-radius: 7px;
  border: 2px solid var(--bgndy);
  padding:9px 7px;
  margin-bottom: 15px;
}
textarea {
  resize: none;
  height:120px;
}

::placeholder {
  color: var(--red);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: var(--red);
}


#livesvgs {
  display: none;
}


.dkbg, .dkbg * {
  color: white;
}

.cell {
  position: relative;
}

.btn {
  position: relative;
  cursor:pointer;
}
  .btn_submit svg {
    position: absolute;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
  }
    .btn_submit svg use {
      width: 100%;
      height: 100%;
    }

use.logo {
  fill: #ff8459;
  fill: #ED6D45;
  fill: #bd313f;
  /* fill:var(--bgndy); */
  fill:#8C0A26;
  fill:#313035;
  scale:100%;
  stroke-width: 0px;
}


.work--reg {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.work--thin {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.work--xlite {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.work--lite {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.work--reg {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.work--med {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.work--sbold {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.work--bold {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.work--xbold {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.work--black {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.oswald--bold {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}





.wrap.centered {
    max-width:1870px;
    margin:0 auto;
}

nav.main {
    height: 77px;
    overflow: visible;
    vertical-align: middle;
    position: absolute;
    inset: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1;
    background: var(--red) url(../img/grit00-min.png) top center / 300px repeat;
    background: transparent;
}   
    nav.main .logo {
        margin-top: 15px;
        width:99px;
        height: auto;
    } 
    nav.main .estd {
        float:right;
        margin-top:20px;
    }

    .banner.main {
        position: relative;
        max-height: 800px;
        max-height: 86vh;
        overflow: hidden;
    }

    .banner.main .head {
        position: absolute;
        bottom :15%;
        /* transform: translateY(-50%); */
        width:100%;
        color:white;
        max-width: 70ch;
    }

.services {
  background: var(--bltc) url(../img/grit00-min.png) top center / 600px repeat;
}
.services .open, .services .close {
  display: inline-block;
  background-color: var(--bltc);
  color: white;
}
  .services .open {
    /* position:absolute;
    top:-64px; */
    font-size: 1.875rem;
    font-weight: 700;
    padding: 20px 0;
  }
    .services .open svg {
      margin-top: 5px;
      display: block;
      width:100%;
    }
.service-list {
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  overflow: hidden;
  width:100%;
  height: 0vh;
  left: 0;
  overflow-y: scroll;
  top:10%;
  font-size: 2.5rem;
  color: white;
  font-weight: 600;
  position: fixed;
  background-color: var(--bgndy);
  z-index: 0;
  opacity: 0;
  transition: 
    height 0s ease-in-out .2s,
    padding 0s ease-in-out .2s,
    top .2s ease-in-out 0s,
    z-index 0s .2s,
    opacity .12s ease-in-out .1s;
}
input#services-toggle:checked ~ .wrap.main {
    /* overflow-y: hidden; */
    /* height: 100%; */
}
input#services-toggle:checked  ~ .wrap.main .service-list {
 top:0%;
 height: 100vh;
 padding-top:60px;
 padding-bottom:120px;
 z-index: 3;
 background:var(--bgndy) url(../img/grit00-min.png) left 1200px top -500px / 1000px repeat;
 opacity: 1;
 transition: 
      height 0s ease-in-out 0s,
      padding 0s ease-in-out 0s,
      top .2s ease-in-out 0s,
      z-index 0s 0s,
      opacity .12s ease-in-out 0s;
}
.service-list h2 {
  color:var(--red);
  padding-right:33%;
}
.service-list ul {
  padding: 0px 20px;
}
.service-list li {
  float: left;
  display: block;
  width: 50%;
  border: 2px solid var(--red);
  color: var(--crem);
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
  /* max-height: 0px;
  transition: 
  padding-top .2s ease-in-out .0s
  ,
  padding-bottom .2s ease-in-out .0s
  ,
      max-height .2s ease-in-out 0s
      ; */
}
  /* input#services-toggle:checked  ~ .wrap.main .service-list li {
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 100px;
    transition: 
        padding-top .2s ease-in-out .36s
        ,
        padding-bottom .2s ease-in-out .36s
        ,
        max-height .2s ease-in-out .36s
        ;
  } */
.service-list li .item-text {
  display: block;
  position: relative;
  top:100px;
  /* max-height: 0px; */
  transition: 
      top .2s ease-in-out 0s
      /* ,
      max-height .2s ease-in-out 0s */
      ;
}
  input#services-toggle:checked  ~ .wrap.main .service-list li .item-text {
    top:0;
    /* max-height: 100px; */
    transition: 
        top .2s ease-in-out .06s
        /* ,
        max-height .2s ease-in-out .48s */
        ;
  }
.service-list li:nth-child(2),
.service-list li:nth-child(4) {
  border-left: 0;
}
.service-list li:nth-child(3),
.service-list li:nth-child(4), 
.service-list li:nth-child(5) {
  border-top: 0;
}
/* .service-list li:nth-child(2) {
  border-bottom: 0;
}
.service-list li:nth-child(3) {
} */


input#services-toggle:checked  ~ .wrap.main .service-list .btn.close {
}
.service-list .btn.close {
  top: 40px;
  right: 40px;
  border-radius: 100%;
  font-weight: 700;
  border: 2px solid var(--orng);
  /* color:var(--orng); */
  color:black;
  background-color: transparent;
  position: absolute;
  padding: 20px 30px 10px 30px;

  top: auto !important;
  bottom: 0px;
  /* width:100%; */
  right: 0 !important;
  /* height: 30px; */
  background-color: var(--orng);
  border: 0;
  border-radius: 0;
  left:0;
  position:fixed;
}


section.contact {
  position: relative;
  background:url('../svg/BW_gfx_bricks.svg') left 0 top -30px / 364px 235.04px repeat;
}
section.contact .wrap {
  padding-top:45px; 
  padding-bottom:60px;
}
  section.contact:before
  /* , 
  section.contact:after  */
  {
    content: '';
    display: block;
    background-color: inherit;
    position: absolute;
    inset: 0;
    background:url(../img/grit00-min-bgndy.png) left 1200px top -500px / 1000px repeat;
    /* mix-blend-mode: soft-light; */
  }
  /* section.contact:after {
    background: var(--bgndy);
    background-blend-mode: color;
  } */
  .grid.contact {
    display: grid;
    grid-template-columns: .87fr 1.13fr;
    grid-gap: 10px;
  }

  .contact-form.cell {
    padding: 30px 40px;
    background:var(--bltc) url(../img/grit00-min.png) left -270px center / 700px repeat;
    overflow: hidden;
  }
  .contact-form form {
    position: relative;
    z-index: 1;
  }
  .contact-form .flank {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    right:-45px;
  }

  .contact-form .flank svg {
    margin-bottom: -4px;
    display: block;
  }

  .contact-form .btn_submit {
    position: relative;
    height: 96px;
    width: 222px;
    z-index: 0;
  }
  .contact-form .btn_submit span {
    position: relative;
    z-index: 1;
    font-style: italic; 
    font-weight: 800; 
    font-size: 1.5rem; 
    letter-spacing:2px;
    line-height: .9;
    top: -4px;
  }
  
  .contact .diamond {
    fill:var(--orng);
  }





#the-footer {
  display: grid;
  grid-template-columns: .9fr 1.2fr .9fr;
  grid-gap: 20px;
  min-height: 0;
  background:var(--bgndy);
  color:var(--crem);
  overflow: hidden;
}

#the-footer .cell {
position: relative;
z-index: 1;
}
  #the-footer .cell:last-cont-child {
    z-index: 0;
  }


  #the-footer .cell-cont {
    padding-top:60px;
    text-align: center;
    position: relative;
  }
      #the-footer .cell:nth-child(1) p {
        font-size: 1.25rem;
      }
      #the-footer a.big-text {
        color:var(--orng);
        font-weight: 700;
        font-size: 2.75rem;
        margin-bottom: 15px;
        display: inline-block;
      }
      #the-footer .arm-point-right {
        position:absolute;
        left:50%;
        margin-left: -10rem;
        transform: translateX(-50%);
        bottom:-84px;
      }

#the-footer .cell:nth-child(2) .cell-cont {
  left:-20px;
}
  #the-footer .the-rig {
    fill:var(--orng);
  }
  .copyright {
    font-size: .75rem;
    color:var(--red);
    padding: 30px 0 20px;
    display: block;
  }
  #the-footer .block {
    position: absolute;
    bottom: 0;
    height: 7px;
    width:210px;
    left:50%;
    margin-left:-105px;
    background-color: var(--red);
  }

#the-footer .last-cont {
  position: relative;
  overflow: visible;
  z-index: 1;
}
  #the-footer .last-cont:after, #the-footer .last-cont:before  {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    right: unset;
    left: 100%;
    width:100%;
    background-color: inherit;  
  }
  #the-footer .last-cont:before {
    right: 100%;
    left: unset;
    display: none;
  }

#the-footer .cell .grid {
  display: grid;
  grid-template-rows: auto auto;
  overflow: visible;
  height: 100%;
}

#the-footer .grid .cell-cont {
  padding-top:0px;
  top:50%;
  transform: translateY(-50%);
}

  #the-footer .info {
    background: var(--orng) url(../img/grit00-min.png) left -150px top -300px / 500px repeat;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
  #the-footer .info .cell-cont strong {
      border-radius: 100%;
      border:2px solid var(--red);
      display: inline-block;
      padding: 30px;
      color: var(--red);
      font-style: italic;
      font-weight: 700;
      font-size: 1.5rem;
  }
  #the-footer .social {
    background-color: var(--bltc);
  }
  #the-footer .social-link {
    fill:var(--orng);
    padding: 0 10px;
  }






.padhorz {
  padding-left:40px;
  padding-right: 40px;
}
.padinnr {
  padding-left:20px;
  padding-right: 40px;
}


.ticker {
  position: relative;
  width: 100%;
  background-color: var(--crem);
  overflow: hidden;
}

.scrollbox {
  position: relative;
  overflow: hidden;
}

.scroll {
  display: flex;
  width: 100%;
}
  .scroll.right {
    border-bottom: 1.5px solid var(--bgndy);
  }
.scroll div {
  font-size: 2em;
  padding: 20px 0;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--bgndy);
  -webkit-animation: animateleft 60s -60s linear infinite;
          animation: animateleft 60s -60s linear infinite;
  will-change: transform;
}
.scroll div:nth-child(2) {
  -webkit-animation: animateleft2 60s -30s linear infinite;
          animation: animateleft2 60s -30s linear infinite;
}
.scroll.right div {
    -webkit-animation: animateright 60s -60s linear infinite;
          animation: animateright 60s -60s linear infinite;
  will-change: transform;
}
.scroll.right div:nth-child(2) {
  -webkit-animation: animateright2 60s -30s linear infinite;
          animation: animateright2 60s -30s linear infinite;
}


@keyframes animateleft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes animateleft2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

@keyframes animateright {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes animateright2 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0%);
  }
}







@media screen and (max-width:1339px) {
  .banner.main {
    max-height: none;
  }
  .banner.main .head {
    /* width:65%; */
  }
}




@media screen and (max-width:1199px) {
  h1 {
    font-size: 4rem;
    line-height: 1.1;
  }
  .banner.main {
    max-height: none;
  }
  .banner.main .head {
    width:auto;
    position: relative;
    top: unset;
    transform: translateY(0%);
    color: var(--indigo);
  }
  .banner.main .wrap.centered {
    padding-top: 45px;
    padding-bottom: 75px;
    background: var(--orng) url(../img/grit00-min.png) top center / 600px repeat;
  }

.contact-form .flank {
    right:-24px;
    width:90px;
  }
  .contact-form .flank svg {
    width:110px;
    height: 126px;
  }
  .grid.contact {
    grid-template-columns: 1fr 1fr;
  }
  #the-footer .cell:nth-child(2) .cell-cont {
    left: -10px;
  }
}


@media screen and (max-width:1040px) {
  #the-footer {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    grid-gap: 0;
  }
  #the-footer .last {
    grid-column: span 2;
  }
  #the-footer .last-cont .cell-cont {
    padding: 30px 30px;
  }
  #the-footer .cell:nth-child(2) .cell-cont {
    left: unset;
  }
  #the-footer .info:before {
    display: block;
  }
    #the-footer .cell .grid {
      grid-template-rows: none;
      grid-template-columns: 1fr auto;
      overflow: visible;
    }
}

@media screen and (max-width:959px) {
  .grid.contact {
    grid-template-columns: none;
    grid-template-rows: auto auto;
  }

}

@media screen and (max-width:839px) {
  .img-banner {
    max-width: none;
    width: 200%;
    margin-left: -60%;
  }
}

@media screen and (max-width:767px) {
  html {
    font-size: 14px;
  }
  h1 {
    font-size: 3.875rem;
    line-height: 1.1;
  }

  .padhorz {
    padding-left: 20px;
    padding-right: 20px;
  }
  #the-footer {
    grid-template-columns: none;
    grid-template-rows: 1fr 1fr auto;
    grid-gap: 0;
  }
  #the-footer .cell:nth-child(2) .cell-cont {
    padding-top: 20px;
  }
  #the-footer .last {
    grid-column:auto;
  }
  #the-footer .cell .grid {
    grid-template-rows: auto auto;
    grid-template-columns: none;
    overflow: visible;
  }
  .service-list li {
    float: none;
    width:100%;
    border:2px solid var(--red) !important;
    border-bottom: 0 !important;
  }
  .service-list li:nth-child(5) {
    border-bottom: 2px solid var(--red) !important;
  }
 .service-list .btn.close {
    right: 20px;
  }

}



@media screen and (max-width:599px) {
  #the-footer .cell .grid {
    grid-template-rows: auto auto;
    grid-template-columns: none;
    overflow: visible;
  }
  h2, .big-text {
    font-size: 3.25rem;
  }
  .service-list h2 {
    /* margin-top: 60px; */
  }
}

@media screen and (max-width:419px) {
  .padhorz {
    padding-left: 0px;
    padding-right: 0px;
  }
  .img-banner {
    /* width: 300%;
    margin-left: -130%; */
  }

section.contact .wrap {
  padding-bottom:0px;
}
section.contact .btn_submit {
  display: block;
  margin: 0 auto;
}
  section.contact .cell:nth-child(1) {
    padding-bottom: 40px;
  }
  .padinnr {
    padding-left:30px;
  }
}