h1, h2 {
  font-weight: 600
}

#hero .content h1 small, #hero .content p {
  color: #fff;
  -webkit-text-stroke: 1px black
}
.group:after, .row:after {
  clear: both
}

.btn.blue:hover,.servicBTN:hover, .contactColumn a.fa {
    background-color: #02734A;
	border: 1px solid #02734A;
	color: #ffffff;
}
.btn.blue, .servicBTN, a.btn {
  background-color: #023E73;
  border: 1px solid #023E73;	
}

.btn.outline {
  background-color: #fff !important;
  color: #023E73 !important;
  border: 1px solid #023E73
}
.btn.outline:hover {
  background-color: #f2f2f2 !important;
  color: #02734A !important;
  border: 1px solid #02734A	
}
.cBTN {
    background-color: #4E74A6 !important;
    background: none;
    height: unset;
    padding: 10px;
    max-width: 175px;
    border-radius: 10px;
    width: 100%;
    margin: 0px auto;
	border: 1px solid #000000;
    box-shadow: none;
}
.cBTN:hover {
    background-color: #02734A !important;
    background: none;
}
p#accredDesc1, p#accredDesc2 {
  float: right;
  font-size: 1.4rem
}
* {
  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;
  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
}
.bulletedList, .bulletedList li {
  color: #000000;
  list-style-type: disc !important
}
nav #navigation > li > ul > li:hover > a, nav #navigation > li > ul > li > ul > li:hover > a {
  color: #02734A
}
h1 {
  font-size: 3.6rem
}
h2 {
  font-size: 3.2rem;
  color: #0D0D0D	
}
h3 {
  font-size: 2.5rem;
  color: #02734A;
  font-weight: 500
}
dl, ol, ul {
    font-size: 1em;
}
.contactColumn h3 a {
  color: #023E73;
  font-size: 1em;
  font-weight: 600
}
.contactColumn h3 {
  color: #000000;
  font-size: 1em;
  font-weight: 600
}
.contactColumn a {
  font-weight: 400
}
.contactColumn a.fa {
  font-weight: 900;
  padding: 30px;
  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
}
nav #navigation>li>a {
    font-size: 1.2rem;
}
#sliderContent {
  padding: 30px;
  border-radius: 5px
}
#sliderContent img {
  max-width: 300px;
  width: 100%;
  margin-bottom: 10px
}
.bannerLogo {
    padding: 10px;
    width: 100%;
    max-width: 500px !important;
    margin-bottom: 10px;
	background-color: #ffffff;
}
.engines a img {
  max-width: 275px;
}
#hero .content h1 {
  text-align: center;
  font-size: 7.2rem;
  text-transform: uppercase;
  -webkit-text-stroke: 2px black
}
#hero .content h1 small {
  -webkit-text-fill-color: white
}
#hero .content p {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  max-width: 675px
}
#hero .content .engines li img {
    max-height: 75px;
}
.headline:before {
  content: "";
  display: flex;
  width: calc(100% - 4rem);
  border-bottom: 3px solid #0D0D0D;
  position: absolute;
  z-index: 0
}
.group:after, .group:before, .row:after {
  content: "";
  display: table
}
.headline {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem
}
.headline h2 {
  padding: 0 3rem;
  z-index: 0;
  background-color: #fff
}
.hCont {
  max-width: 1125px;
  margin: 0 auto;
  padding: 20px
}
.bulletedList, .contentColumn .bulletedList li {
  box-sizing: border-box;
  margin-bottom: 0;
  font-family: Poppins, Arial, Helvetica, sans-serif
}
.hCont p {
  margin-bottom: 1.5em
}
footer .upper-footer {
    background-color: #fff;
    border-top: 2px solid #023E73;
    border-bottom: 2px solid #023E73;
}
footer .upper-footer .content-area>li.callout {
    margin: 0rem 0;
}
footer .upper-footer .content-area > li.info a:hover, nav #navigation > li:hover {
  border-bottom: 2px solid #023E73
}
.footerLogo {
    max-width: 325px;
}
.callout {
  word-break: keep-all
}
#quadImage, #quadImage .content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#quadImage .content .col.half h1 {
  width: 100%;
  font-size: 3.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1rem
}
#quadImage .content .col.half h2 {
  word-break: keep-all;
  font-size: 3.2rem;
  color: #0D0D0D
}
.bulletedList {
  margin-top: 0;
  font-size: 0.8em;
  background-color: transparent;
  margin-left: 1em
}
.prodTitle {
  font-size: 1.55em;
  color: #84241e;
  margin-bottom: 10px;
  -webkit-text-stroke: transparent !important;
  text-align: left !important
}
#gallery .content .gallery, .accred-item-left, .contactColumn, p#accredDesc1, p#accredDesc2, p#accredImg1, p#accredImg2, p.hours {
  text-align: center
}
.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: 1190px
}
.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
}
.contentColumn {
  float: left;
  width: 50%;
  padding: 10px;
  max-height: 420px
}
#contentColumn1, #prodColumn1 {
  float: left;
  width: 75%;
  padding: 10px;
  max-height: 100%
}
#contentColumn1 img, #contentColumn2 img, #prodColumn1 img, .contentColumn img {
  box-shadow: 2px 4px 7px 0 #000;
  border-radius: 5px;
  width: 100%
}
#contentColumn2 {
  float: right;
  width: 25%;
  padding: 10px;
  max-height: 100%
}
#prodRow {
  margin: 25px 0
}
#prodColumn2 img {
  box-shadow: 2px 4px 7px 0 #000;
  border-radius: 0;
  width: 100%
}

#prodColumn2 {
  float: left;
  width: 25%;
  padding: 10px;
  max-height: 100%
}
.contentColumn .bulletedList li {
  margin-top: 0;
  color: #000 !important;
  text-shadow: none !important;
  font-weight: 600
}
.colContact {
  display: block;
  float: left;
  margin: 1% 0
}
.colContact:first-child {
  margin-left: 0
}
.group {
  zoom: 1
}
#_ctl1__ctl0_HtmlHolder, #pageContent, .span_2_of_2 {
  width: 100%
}
.span_1_of_2 {
  width: 625px;
  max-width: 100%
}
footer .copyright {
  color: #fff;
  margin-top: 4rem
}
footer .upper-footer .content-area > li.info li {
  padding: 0
}
p.hours {
  margin: 15px 35px
}
.header {
    max-width: 128rem;
}
header {
  box-shadow: 0 1px 10px #000
}
.accreditation, .slide-form-top .input-wrapper {
  -webkit-box-shadow: rgb(0 0 0 / 11%) 0 3px 11px 0 !important
}
.header img {
  max-width: 225px
}
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: 40%;
  padding: 20px;
  display: block;
  margin: 0 auto
}
.productBox tr td {
    margin: 0px auto;
    text-align: center;
}
#gallery .content .info h2:after  {
  background-color: #023E73
}
a {
  color: #4E74A6;
  text-decoration: none;
  line-height: inherit;
  font-weight: 600
}
a:hover {
  color: #023E73
}

.servicBTN {
  padding: 10px;
  border: 2px solid #000;
  border-radius: 10px;
  color: #fff;
  font-size: .85em
}
.servicBTN:hover {
  padding: 10px;
  background-color: #023E73;
  border: 2px solid #000;
  border-radius: 10px;
  color: #0D0D0D
}
#gallery .content .gallery li a:not(.btn) {
  text-transform: uppercase;
  -webkit-text-stroke: 1px black;
  -webkit-text-fill-color: #ffffff;
  font-size: 3.2rem
}
#gallery .content .design-tools li a:not(.btn) {
  text-transform: uppercase;
  -webkit-text-stroke: 1px black;
  -webkit-text-fill-color: #ffffff;
  font-size: 2.5rem!important
}
#gallery .content .gallery li a.btn {
background-color: #ffffff !important;
  border-color: #000000;
  color: #000000 !important
}
#gallery .content .gallery li a.btn:hover {
  background-color: #0D0D0D !important;
  border-color: #0D0D0D;
  color: #ffffff !important
}
#gallery .content .gallery li a {
  color: #fff;
  text-align: center
}
#gallery .content .gallery li {
  width: calc((100% - 2rem)/ 2)
}
#gallery .content .design-tools li {
  width: calc((100% - 1rem)/ 3)
}
#gallery .content .gallery li a.btn {
  max-width: 100%;
  min-width: 215px
}
#gallery .content .design-tools li a.btn {
  max-width: 100%;
  min-width: 215px
}
#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;
  border: 1px solid #dfdfdf !important
}
.accreditation li {
  margin: 15px 0 !important
}
.accreditation li img {
  object-fit: contain;
  height: 100%;
  max-width: 175px;
  max-height: 125px;	
}
p#accredImg1, p#accredImg2 {
  display: inline-block
}
p#accredDesc1 {
  max-width: 380px;
  padding-top: 15px
}
p#accredDesc2 {
  max-width: 300px;
  padding-top: 10px
}
.slide-form .input-wrapper .cBTN, footer .upper-footer .content-area > li.callout {
  background-color: #023E73;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #fff
}
.slide-form {
    background-image: linear-gradient(90deg, #023E73 0, #4E74A6 100%);
}
.slide-form-top {
  padding: 1.5rem 8rem;
  margin-top: -20rem
}
.slide-form-top strong {
  color: #fff
}
.slide-form-top .input-wrapper {
  width: 100%;
  max-width: 120rem;
  background-color: #023E73;
  padding: 1.5rem 4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px rgb(70 70 70) !important;
  border-radius: 10px
}
.contactWrapper, iframe.contactMap {
  -webkit-box-shadow: rgb(0 0 0 / 11%) 0 3px 11px 0 !important;
  border: 1px solid #dfdfdf !important;
  margin: 0 auto
}
.contactWrapper {
  display: table;
  table-layout: fixed;
  width: 90%
}
.contactColumn {
  display: table-cell;
  padding: 10px
}
iframe.contactMap {
  max-width: 1560px;
  height: 400px;
  width: 100%;
  display: block
}
nav #navigation > li > ul {
  border: 1px solid #4d4d4d
}
nav #navigation > li > ul > li > a, nav #navigation > li > ul > li > ul > li > a {
  width: 100%;
  font-size: 1.2rem;
  line-height: 2;
  color: #4d4d4d;
  padding: .15rem 3rem .15rem 1.25rem
}
.accred-container {
  display: flex;
  flex-direction: row
}
.accred-item-left {
  padding: 10px
}
.accred-item-right {
  padding: 10px;
  flex: 100%;
  text-align: left
}
.column4, .flex-opener-left {
  text-align: center
}
div#prods {
  width: 60%;
  margin: 0 auto
}

.about-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.about-container>div {
    width: 50%;
    margin: 0 auto;
    text-align: left;
    line-height: 75px;
    font-size: 30px;
    padding: 10px
}
.about-container iframe {
    width: 100%;
    margin: 0 auto
}
.reviews-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.reviews-container>div {
    width: 25%;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px
}
div#_ctl1__ctl2_pnlComments {
    width: 650px;
    margin: 0 auto
}
.service-container {
    display: flex;
    flex-wrap: wrap
}
.service-container>div {
    width: 45%;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    margin: 0 auto
}
.service-container a {
    border-bottom: 2px solid orange
}
.discount-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.discount-container>div {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 75px;
    font-size: 30px
}
.contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.contact-container>div {
    width: 50%;
    margin: 0 auto;
    text-align: left;
    line-height: 75px;
    font-size: 30px;
    padding: 10px
}
.contact-container iframe {
    width: 100%;
    margin: 0 auto
}
.gateGallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 600px;
    overflow-y: scroll;    
}
.gateGallery-container img {
    max-width: 300px;
    max-height: 200px
}
.gateImg {
    color: #3d3d3d;
    line-height: 25.6px;
    width: 320px;
    height: 522px;
    float: right;
    margin-left: 5px;
    margin-right: 100px
}
.projectGallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 600px;
    overflow-y: scroll; 
}
.projectGallery-container img {
    max-width: 350px;
    max-height: 325px;
    border: 1px solid #000
}
@media (max-width:600px) {
  .accred-item-left, .accred-item-right {
    text-align: center
  }
  .accred-container {
    flex-direction: column
  }
  .accred-container p {
    font-size: .7em
  }
  .accred-item-left {
    padding: 10px;
    flex: 50%
  }
}
.multiColumn, .multiColumn3 {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  column-count: 3;
  column-gap: 10px;
  margin-bottom: 30px;
  font-size: .9em
}
.multiColumn2 {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
  margin-bottom: 30px;
  font-size: .9em
}
.column2 {
  float: left;
  width: 25%;
  padding: 10px
}
.column3, .column4 {
  float: left;
  width: 50%;
  padding: 10px
}
.column3 a img {
  margin: 10px;
  max-width: 420px;
  width: 100%;
  max-height: 195px;
  box-shadow: 5px 6px 5px 0 #151414
}
@media screen and (max-width:475px) {
  #hero .content h1, #hero .content p {
    text-align: center;
    word-break: keep-all
  }
  #hero .content h1 {
    text-transform: uppercase
  }
  #hero .content p {
    font-size: 1.8rem !important;
    font-weight: 600;
    color: #fff
  }
  #hero {
    max-height: 800px;
    background-size: cover;
    background-position: center;
    padding: 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: 0;
    background-color: #fff;
    font-size: 2rem
  }
  .slide-form-top {
    padding: 1.5rem 0;
    margin-top: -20rem
  }
  #_ctl1__ctl1_pnlForm {
    width: 100% !important
  }
  #_ctl1__ctl1_DDRLs.productBox {
    margin: 0;
    width: 100%
  }
  .header img {
    max-width: 225px
  }
}
@media screen and (max-width:600px) {
  .prodContainer div.row {
    min-height: 675px
  }
  .prodColumn1 {
    width: 100%;
    margin-top: 125px
  }
  .prodColumn2 {
    width: 100%;
    margin-bottom: 125px
  }
  #contentColumn1, #prodColumn1, .contentColumn, .span_1_of_2, .span_2_of_2 {
    width: 100%
  }
  #contentColumn2, #prodColumn2 {
    width: 100%;
    float: left
  }
  .colContact {
    margin: 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
  }
  .column2, .column3, .column4 {
    float: unset;
    padding: 10px
  }
  .column2, .column3, .column4, div#prods {
    width: 100%;
    margin: 0 auto
  }
  .accreditation li {
    margin: 15px 0 !important
  }
  p#accredImg1, p#accredImg2 {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%
  }
  p#accredDesc1, p#accredDesc2 {
    text-align: center;
    float: unset;
    width: 100%
  }
  ul.engines {
    display: none !important
  }
  .column3 a img {
    margin: 0 auto !important;
    width: 100% !important;
    max-height: 195px !important
  }
  .column4 {
    text-align: center
  }
}
@media screen and (max-width:770px) {
  .contactColumn, .productBox {
    display: block
  }
  .productBox {
    border: 2px solid #ababab;
    background-color: #fff;
    width: 95%;
    padding: 10px;
    margin: 0 auto
  }
  div#_ctl1__ctl2_pnlForm {
    width: 100% !important
  }
  #_ctl1__ctl1_pnlForm {
    width: 78.5%
  }
}
.genie-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
  min-height: 275px;
  max-width: 1075px;
  margin: 20px auto
}
.flex-opener {
  padding: 10px
}
.flex-opener-left p, .flex-opener-right p {
  font-size: .8em
}
.flex-opener-left {
  padding: 10px;
  flex: 25%
}
.flex-opener-left img {
  max-height: 200px
}
.flex-opener-right {
  padding: 10px;
  flex: 75%;
  text-align: left
}

@media screen and (max-width:775px) {
.about-container>div {
    width: 100%
}
.gateGallery-container>div {
    width: 100%!important;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px
}
.projectGallery-container>div {
    width: 100%!important;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px
}
.contact-container>div {
    width: 100%
}
.quad-image {
    height: 65rem
}
.quad-image .column {
    margin-bottom: 15px
}
}

@media (max-width:800px) {
  .flex-opener-left, .flex-opener-right {
    flex: 100%
  }
  .flex-opener-left {
    flex: 100%;
    text-align: center
  }
  .flex-opener-left img {
    max-height: 275px
  }
  .flex-opener-right {
    padding: 25px;
    flex: 100%;
    text-align: left
  }
}
@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) {
.gateGallery-container>div {
    width: 45%;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px
}
.projectGallery-container>div {
    width: 45%;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px
}    
}

@media screen and (min-width:1356px) {
.gateGallery-container>div {
    width: 22%;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px
}
.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%
  }
  #hero .content h1 {
    font-size: 5.5rem
  }
}
@media screen and (min-width:1400px) {
  div#_ctl1__ctl2_pnlForm {
    width: 35%
  }
  #_ctl1__ctl1_pnlForm {
    width: 100%
  }
}
@media screen and (max-width: 1600px) {
nav #navigation>li>ul {
    max-height: 410px !important;
    overflow-y: scroll !important;
}
nav #navigation>li>ul::-webkit-scrollbar {
  width: 8px !important;
}
nav #navigation>li>ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px #0D0D0D !important; 
  border-radius: 0px !important;
}
nav #navigation>li>ul::-webkit-scrollbar-thumb {
  background: #023E73 !important; 
  border-radius: 0px !important;
  max-height: 50px !important;
}
}