* {
    box-sizing: border-box
}
select {
    -webkit-appearance: none!important;
    background-color: #fafafa;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 97% center;
    border: 1px solid #ccc;
    padding: .5rem;
    font-size: 1.875rem;
    border-radius: 0;
    height: 3.5125rem;
    max-width: 500px
}
input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    -webkit-appearance: none;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    color: rgba(0,0,0,.75);
    display: block;
    font-size: 1.875rem;
    margin: 0 0 1rem 0;
    padding: .5rem;
    height: 3.5125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow .45s, border-color .45s ease-in-out
}
a:hover {
    color: #bfab49
}
h1 {
    font-size: 3.6rem
}
h2 {
    font-size: 3.2rem;
    color: #d90404
}
h3 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #bfab49
}
.contactColumn h3 a {
    color: #bfab49;
    font-size: .7em;
    font-weight: 600
}
.contactColumn a {
    font-weight: 400
}
.contactColumn a.fa {
    font-weight: 900;
    padding: 30px;
    background-color: #d90404;
    border-radius: 50%;
    color: #fff;
    min-width: 40px
}
a.fa.fa-map-marker.fa-2x {
    width: 100px
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: inherit;
    line-height: 0
}
#sliderContent {
    padding: 30px;
    border-radius: 5px
}
#sliderContent img {
    max-width: 300px
}
#hero .content h1 {
    text-align: center;
    font-size: 6.5rem;
    text-transform: uppercase;
    -webkit-text-stroke: 2px black;
    text-shadow: 4px 0 #000
}
#hero .content h1 small {
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 1px black;
    color: #fff;
    text-shadow: 1px 0 #000
}
#hero .content h1 {
    text-align: center;
    font-size: 6.5rem;
    text-transform: uppercase
}
#hero .content p {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    -webkit-text-stroke: 1px black;
    max-width: 675px;
    text-shadow: 3px 0 #000
}
#sliderContent a img {
    max-width: 250px!important
}
.engines li a img {
    object-fit: contain;
    width: 200px;
    height: 100%;
    filter: none;
    transition: all .5s ease-in-out
}
#hero .content .engines li img {
    object-fit: contain;
    width: 200px;
    height: 100%;
    filter: none;
    transition: all .5s ease-in-out
}
.hCont {
    max-width: 1125px;
    margin: 0 auto
}
.hCont {
    margin-top: 12rem;
    padding: 20px
}
footer .upper-footer .content-area>li.info a:hover, nav #navigation>li:hover {
    border-bottom: 2px solid #d90404
}
nav #navigation>li>ul>li:hover>a, nav #navigation>li>ul>li>ul>li:hover>a {
    color: #bfab49
}
nav #navigation>li>ul>li>a, nav #navigation>li>ul>li>ul>li>a {
    padding: 4px 10px;
}
nav #navigation>li>ul {
    max-height: 480px !important;
    overflow-y: scroll !important;
	overflow-x: hidden !important;
}
nav #navigation>li>ul::-webkit-scrollbar {
  width: 8px !important;
}
nav #navigation>li>ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px #bfab49 !important; 
  border-radius: 0px !important;
}
nav #navigation>li>ul::-webkit-scrollbar-thumb {
  background: 1px #d90404 !important; 
  border-radius: 0px !important;
  max-height: 50px !important;
}
.callout {
    word-break: keep-all
}
#quadImage .content .col.half h2 {
    word-break: keep-all;
    font-size: 4.5rem
}
.bulletedList {
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-color: transparent;
    list-style-type: disc!important
}
.prodContainer ul li {
    list-style-position: outside!important;
    margin-bottom: 5px!important;
    list-style-type: disc!important;
    margin-left: 8px
}
#_ctl1_ContentPane ul li {
    list-style-position: outside;
    margin-bottom: 5px
}
.prodContainer {
    margin: 0 auto;
    max-width: 1075px
}
.prodContainer div.row {
    margin-top: 30px
}
.prodColumn1 {
    float: left;
    width: 25%;
    padding: 10px;
    height: 300px
}
.prodColumn1 img {
    max-width: 250px;
    width: 100%
}
.prodColumn2 {
    float: left;
    width: 75%;
    padding: 10px;
    height: 300px
}
.row:after {
    content: "";
    display: table;
    clear: both
}
.contentColumn {
    float: left;
    width: 50%;
    padding: 10px;
    max-height: 420px
}
#contentColumn1 {
    float: left;
    width: 75%;
    padding: 10px;
    max-height: 100%
}
#contentColumn1 img {
    box-shadow: 2px 4px 7px 0 #000;
    border-radius: 5px;
    width: 100%
}
#contentColumn2 {
    float: right;
    width: 25%;
    padding: 10px;
    max-height: 100%
}
#contentColumn2 img {
    box-shadow: 2px 4px 7px 0 #000;
    border-radius: 5px;
    width: 100%
}
#prodRow {
    margin: 25px 0
}
#prodColumn1 {
    float: left;
    width: 75%;
    padding: 10px;
    max-height: 100%
}
#prodColumn1 img {
    box-shadow: 2px 4px 7px 0 #000;
    border-radius: 5px;
    width: 100%
}
#prodColumn2 {
    float: right;
    width: 25%;
    padding: 10px;
    max-height: 100%
}
#prodColumn2 img {
    box-shadow: 2px 4px 7px 0 #000;
    border-radius: 0;
    width: 100%
}
#prodColumn2 {
    float: left;
    width: 25%;
    padding: 10px;
    max-height: 100%
}
.row:after {
    content: "";
    display: table;
    clear: both
}
.contentColumn .bulletedList li {
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: #000!important;
    text-shadow: none!important;
    font-weight: 600
}
.contentColumn img {
    box-shadow: 2px 4px 7px 0 #000;
    border-radius: 5px;
    width: 100%
}
.colContact {
    display: block;
    float: left;
    margin: 1% 0 1% 0
}
.colContact:first-child {
    margin-left: 0
}
.group:after, .group:before {
    content: "";
    display: table
}
.group:after {
    clear: both
}
.group {
    zoom: 1
}
.span_2_of_2 {
    width: 100%
}
.span_1_of_2 {
    width: 625px;
    max-width: 100%
}
.accredLogo {
    max-height: 55px;
    margin: 10px 5px
}
footer .copyright {
    color: #fff;
    margin-top: 4rem
}
footer .upper-footer .content-area>li.info li {
    padding: 0 0
}
p.hours {
    margin: 15px 35px;
    text-align: center
}
header {
    background-color: #ebebeb
}
.header img {
    max-width: 250px
}
footer .upper-footer .content-area>li.contact .footer-phone {
    font-size: 1.8rem
}
footer .upper-footer .content-area>li.info h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 0
}
p.footer-email {
    font-size: .9em
}
.productBox {
    border: 2px solid #ababab;
    background-color: #fff;
    width: 45%!important;
    padding: 20px;
    display: block;
    margin: 0 auto!important
}
a {
    color: #d90404;
    text-decoration: none;
    line-height: inherit;
    font-weight: 600
}
a.btn {
    background-color: #d90404
}
.btn.blue {
    border: 1px solid #d90404;
    background-color: #d90404
}
.btn.blue:hover {
    color: #fff;
    border: 1px solid #bfab49;
    background-color: #bfab49
}
.btn.outline {
    border: 1px solid #d90404;
    background-color: #fff!important;
    color: #d90404!important
}
#gallery .content .gallery {
    text-align: center;
}
#gallery .content .info h2:after {
    background-color: #d90404
}
#gallery .content .gallery li a:not(.btn) {
    text-transform: uppercase;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: #ffffff
}
#gallery .content .gallery li {
    width: calc((100% - 2rem)/ 2)
}
#gallery .content .gallery li a.btn {
    max-width: 100%;
    min-width: 215px
}
#gallery .content .gallery li a.btn:hover {
    background-color: #bfab49!important;
    border-color: #bfab49;
}
#hero {
    max-height: 900px;
    background-size: cover;
    background-position: center;
    padding: 5rem 2rem
}
#hero .content .engines {
    margin-top: 10rem
}
#hero .content .engines li {
    height: 8.7rem;
    flex: 1 1 0;
    padding: 1rem;
    border-left: none;
    border-right: none;
    -webkit-filter: drop-shadow(3px 3px 1px black)
}
.accredLogo {
    max-height: 55px;
    margin: 10px 5px
}
.accreditation {
    padding-left: 0!important;
    margin-left: 0!important;
    margin-top: 8px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    list-style-type: none;
    padding-left: 0
}
.accreditation li {
    margin: 15px 0!important
}
.accreditation li img {
    object-fit: contain;
    height: 100%;
    max-width: 175px
}
p#accredImg1 {
    text-align: center;
    display: inline-block
}
p#accredImg2 {
    text-align: center;
    display: inline-block
}
p#accredDesc1 {
    text-align: center;
    float: right;
    max-width: 250px;
    font-size: 1.4rem;
    padding-top: 35px
}
p#accredDesc2 {
    text-align: center;
    float: right;
    max-width: 300px;
    font-size: 1.4rem;
    padding-top: 10px
}
.slide-form .input-wrapper .cBTN, footer .upper-footer .content-area>li.callout {
    background-color: #d90404;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 2px #000000;
    text-shadow: 1px 0 #000
}
.slide-form .input-wrapper .cBTN {
    background-color: #d90404;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: transparent!important;
    text-shadow: transparent!important
}
div#_ctl1__ctl2_pnlForm {
    margin: 0 auto;
    background-color: #b0b0b0;
    border: 2px solid #000;
    padding: 10px;
    width: 30%
}
#_ctl1__ctl1_pnlForm {
    padding: 2rem;
    width: 28.5%;
    margin: 0 auto;
    background: grey;
    border: 2px solid #000
}
div#_ctl1__ctl3_pnlForm {
    margin: 0 auto;
    width: 40%;
    background: #d90404;
    padding: 15px;
    box-shadow: 0 0 7px #000;
    color: #fff
}
.slide-form-top {
    padding: 1.5rem 8rem;
    margin-top: -15rem
}
.slide-form-top #_ctl1__ctl1_pnlForm {
    background-color: #d90404;
    color: #fff;
    border: none;
    border-radius: 5px;
    width: 100%
}
.slide-form-top .input-wrapper .cBTN {
    background-color: #fff;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: transparent;
    text-shadow: transparent;
    max-width: 75px
}
.slide-form {
    background-image: linear-gradient(90deg, #d90404 0, #d90404 100%);
    padding: 4rem 0 8rem
}
.contactWrapper {
    display: table;
    table-layout: fixed;
    width: 90%;
    margin: 3rem auto;
    -webkit-box-shadow: rgb(0 0 0 / 11%) 0 3px 11px 0!important;
    border-style: solid!important;
    border-width: 1px!important;
    border-color: #dfdfdf!important
}
.contactColumn {
    display: table-cell;
    text-align: center;
    padding: 10px
}
iframe.contactMap {
    max-width: 1560px;
    margin: 0 auto;
    height: 400px;
    width: 100%;
    display: block;
    -webkit-box-shadow: rgb(0 0 0 / 11%) 0 3px 11px 0!important;
    border-style: solid!important;
    border-width: 1px!important;
    border-color: #dfdfdf!important
}
.projectGallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.projectGallery-container img {
    max-width: 350px;
    max-height: 275px;
    border: 1px solid #000
}
@media screen and (max-width:475px) {
#hero .content h1 {
    text-align: center;
    word-break: keep-all;
    text-transform: uppercase
}
#hero .content p {
    text-align: center;
    font-size: 1.8rem!important;
    font-weight: 600;
    color: #fff;
    word-break: keep-all
}
#hero {
    max-height: 800px;
    background-size: cover;
    background-position: center;
    padding: 2rem 2rem
}
.content h1 small {
    -webkit-text-stroke: 1px black
}
#gallery .content .gallery li {
    padding: 1rem
}
#gallery .content .gallery li a.btn {
    max-width: 100%;
    margin: 1em auto;
    width: 100%;
    min-width: 100%
}
#gallery .content .gallery li a:not(.btn) {
    text-transform: uppercase;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: #ffffff;
    font-size: 2rem
}
.headline h2 {
    padding: 0 3rem;
    z-index: 1;
    background-color: #fff;
    font-size: 2rem
}
.slide-form-top {
    padding: 1.5rem 0;
    margin-top: -20rem
}
#_ctl1__ctl1_DDRLs.productBox {
    margin: 0 0;
    width: 100%
}
.header img {
    max-width: 170px
}
.page-13391 div#_ctl1_ContentPane {
    margin-top: 100px!important
}
}

@media screen and (max-width:600px) {
.prodContainer div.row {
    min-height: 675px
}
.prodColumn1 {
    width: 100%;
    margin-top: 125px
}
.prodColumn2 {
    width: 100%;
    margin-bottom: 125px
}
.contentColumn {
    width: 100%
}
#contentColumn1 {
    width: 100%
}
#contentColumn2 {
    width: 100%;
    float: left
}
#prodColumn1 {
    width: 100%
}
#prodColumn2 {
    width: 100%;
    float: left
}
.span_1_of_2, .span_2_of_2 {
    width: 100%
}
.colContact {
    margin: 1% 0 1% 0
}
.productBox {
    border: 2px solid #ababab;
    background-color: #fff;
    width: 100%!important;
    padding: 10px;
    display: block;
    margin: 0 auto
}
.accreditation {
    padding-left: 0!important;
    margin-left: 0!important;
    margin-top: 8px
}
.accreditation li {
    margin: 15px 0!important
}
p#accredImg1 {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%
}
p#accredImg2 {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%
}
p#accredDesc1 {
    text-align: center;
    float: unset;
    width: 100%
}
p#accredDesc2 {
    text-align: center;
    float: unset;
    width: 100%
}
ul.engines {
    display: none!important
}
}

@media screen and (max-width:770px) {
.productBox {
    border: 2px solid #ababab;
    background-color: #fff;
    width: 95%;
    padding: 10px;
    display: block;
    margin: 0 auto
}
div#_ctl1__ctl2_pnlForm {
    width: 100%!important
}
#_ctl1__ctl1_pnlForm {
    width: 78.5%
}
.contactColumn {
    display: block
}
.projectGallery-container>div {
    width: 100%!important;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px
}    
}

@media screen and (max-width:1050px) {
div#_ctl1__ctl2_pnlForm {
    width: 75%!important
}
#_ctl1__ctl1_pnlForm {
    width: 78.5%
}
#hero .content h1 {
    text-align: center;
    font-size: 4.2rem;
    text-transform: uppercase
}
#hero .content p {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #fff
}
#hero .content .engines {
    margin-top: 10rem
}
#hero {
    max-height: 900px;
    background-size: cover;
    background-position: center;
    padding: 5rem 2rem
}
.productBox {
    border: 2px solid #ababab;
    background-color: #fff;
    width: 95%;
    padding: 10px;
    display: block;
    margin: 0 auto
}
.content-area.copyright {
    padding: 3rem;
    margin: 0;
    text-align: center
}
}

@media screen and (max-width:1355px) {
.projectGallery-container>div {
    width: 45%;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px
}    
}

@media screen and (min-width:1356px) {
.projectGallery-container>div {
    width: 25%;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px
}
}

@media screen and (max-width:1400px) {
div#_ctl1__ctl2_pnlForm {
    width: 50%
}
#_ctl1__ctl1_pnlForm {
    width: 78.5%
}
}

@media screen and (min-width:1400px) {
div#_ctl1__ctl2_pnlForm {
    width: 35%
}
#_ctl1__ctl1_pnlForm {
    width: 35%
}
}
#_ctl1__ctl0_HtmlHolder, #pageContent {
    width: 100%
}