/*.green{
  display: none;
} */

.subnav.affix {
    padding-top: 10px;
}

@-moz-document url-prefix() {
    @supports not (animation: calc(0s)) {
        /* Gecko */
        .firefix {
            margin-bottom: 0 !important;
        }
    }
}

.overlay1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay1:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 100px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
  text-align: left;
}

@media all and (max-width: 768px) {

.popup {
  width: 95%;
  height: auto;
  margin: 5px;
    } 

}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.srvalt-container {
    width: 500%;
    margin-left: -200%;
    background-color:#aaa;
    padding: 20px;
}

.srvalt {

}

.srvalert2 a:hover {
    color: #000 !important;
  }

.srvalert2 a:visted {
    text-color: #000 !important;
  }

.modal-backdrop {
    z-index: 0 !important;
}

.modal {
    z-index: 1 !important;
}

.srvalert {
	height: 20px;
	width: 100%;
	background-color: #fbb040 !important;
	z-index: 1050 !important;
	margin-top: 0;
	clear: both;
	text-align: center;
	color: #fff;
}

.srvalert2 a {
    text-decoration: underline;
  }

.srvalert a:hover {
    color: #000;
  }

.srvalert a:visted {
    text-color: #000 !important;
  }

.srvalerttxt {
	color: #fff;
}

.srvalert:before {
  content:"";
  background-color:#000;
  position: absolute;
  height: 100%;
  width: 200vw;
  left: -100vw;
  z-index: -1;
}

.filters-container{
    text-align: left;
}


/* NEW HOME */



.home-page{
  overflow-y: scroll;
  overflow-x: hidden;
}

.main-hero{
  height: 70vh;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0em auto 0em auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  }


.main-hero svg{
  margin: 3em auto 0 auto;
  height: 25em;
  width: auto;
  display: block;
  overflow: visible;
}

.cls-1 {
  fill: none;
  stroke: url("#GoldGradient");
  stroke-width: 2px;
  stroke-miterlimit: 5;
  stroke-dasharray: 1250px;
  stroke-dashoffset: 1250px;
  -webkit-animation-name: draw;
          animation-name: draw;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  }

.cls-2 {
  fill: url("#GreyGradient"); 
  stroke: url("#GoldGradient");
  stroke-width: 2px;
  opacity: 0;
  -webkit-animation-name: show;
          animation-name: show;
  -webkit-animation-delay: 4.25s;
          animation-delay: 4.25s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
 
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes show {
  to {
    opacity: 0.75;
  }
}

@keyframes show {
  to {
    opacity: 0.75;
  }
}

.def-text{
  text-align: center;
  align-self: center;
  color: #f1f1f1 !important;
  margin-top: 2em;
}

.def-text span{
  font-weight: 800; 
}

.scroll-down {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 27px;
  height: 27px;
  border: 1px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  opacity: 1;
  -webkit-animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 4s both;
          animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 4s both;
  -webkit-animation: bounce 2s infinite 2s;
          animation: bounce 2s infinite 2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1)
}

.scroll-down:before {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 3px);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  border: 1px solid white;
  border-width: 0px 0 2px 2px;
}


@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


.home-border{
  border-right: 1px solid #ccc;
}

.home-text{
  margin: 2em auto !important;
}

.home-button{
  margin: 2em auto !important;
  text-align: center;
}

.home-button:first-child{
  border-right: 4px solid #f1f1f1;
}

.home-button:last-child{
  border-left: 4px solid #f1f1f1;
}

.home-exterior{
  background:url('../images/gallery/freemark-1.jpg');
  background-position: center center;
  background-size: cover;
}

.home-hero{
  height: 612px;
  min-height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;     
}

.home-hero h1{
  color: #fff;
  font-weight: 600;
  margin-top: 0!important;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.home-ja8{
  height: 350px;
  padding: 2em 0;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;  
}

.home-ja8 img{
  min-height: 70% !important;
  width: auto;
  -webkit-transform: translateY(15%);
      -ms-transform: translateY(15%);
          transform: translateY(15%);
  position: relative;
}

.home-ja8 h3{
  color: #003DA6;
  font-weight: 600;
  margin-top: 4.5em !important; 
  text-align: center;
  top: 75%;
  z-index: 3;
}


.home-smallabout{
  height: 350px;
  padding: 2em 0;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;    
}

h2.home-commercial{
  color: #f8f8f8;
  font-weight: 600;
  text-align: center;
  margin-top: 2em;
}

h3.home-commercial{
  color: #f8f8f8;
  font-weight: 400;
  text-align: center;
  margin: 1em auto 2em auto;
}


.home-product-brand{
  height: 2.25em;
  width: auto;
  margin-bottom: -0.75em;
}

.dls-hero{
  height: 600px;
  padding: 5em;
  min-height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}


.dls-hero img{
  margin: 1em auto;
  display: block;
  max-width: 70%;
  height: auto;
}


.home-products{
  height: 250px;
  min-height: auto;
  border-right: 6px #ffffff solid;
  border-left: 6px #ffffff solid;
  border-top: 12px #ffffff solid;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; 
  text-align: center;
}

.dtg-home, .rgbw-home, .dtm-home{
  background: #171717;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}

.dtg-home:hover:after, .rgbw-home:hover:after, .dtm-home:hover:after{
  opacity: 1;
}

.dtg-home img, .rgbw-home img, .dtm-home img{
  position: relative;
  z-index: 3;
}

.dtg-home:after{
  background: -webkit-gradient(linear, left top, right top, from(#f9a01d), color-stop(#fcb658), color-stop(#fbcb77), color-stop(#fecd8c), to(#ffe3c1));
  background: -webkit-linear-gradient(left, #f9a01d, #fcb658, #fbcb77, #fecd8c, #ffe3c1);
  background: -o-linear-gradient(left, #f9a01d, #fcb658, #fbcb77, #fecd8c, #ffe3c1);
  background: linear-gradient(90deg, #f9a01d, #fcb658, #fbcb77, #fecd8c, #ffe3c1);
  background-size: 500% 500%;
  -webkit-animation: AnimationName 5s ease-in-out infinite alternate;
  animation: AnimationName 5s ease-in-out infinite alternate;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.rgbw-home:after{
  background: -webkit-gradient(linear, left top, right top, from(#ef2902), color-stop(#ef9d02), color-stop(#f0bd00), color-stop(#f6e17b), color-stop(#45c8cd), color-stop(#4586cd), color-stop(#bb23ed), to(#dc1a9b));
  background: -webkit-linear-gradient(left, #ef2902, #ef9d02, #f0bd00, #f6e17b, #45c8cd, #4586cd, #bb23ed, #dc1a9b);
  background: -o-linear-gradient(left, #ef2902, #ef9d02, #f0bd00, #f6e17b, #45c8cd, #4586cd, #bb23ed, #dc1a9b);
  background: linear-gradient(90deg, #ef2902, #ef9d02, #f0bd00, #f6e17b, #45c8cd, #4586cd, #bb23ed, #dc1a9b);
  background-size: 500% 500%;
  -webkit-animation: AnimationName 9s ease-in-out infinite alternate;
  animation: AnimationName 9s ease-in-out infinite alternate;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}
  
    
.dtm-home:after{
  background: -webkit-gradient(linear, left top, right top, from(#002a4a), color-stop(#002c57),color-stop(#ec9a99), color-stop(#f9db9e), color-stop(#e3f3f3), color-stop(#89cee8), color-stop(#20b7e4), color-stop(#e77e80), color-stop(#513b71), color-stop(#002e5a), to(#001434));
  background: -webkit-linear-gradient(left, #002a4a, #002c57,#ec9a99, #f9db9e, #e3f3f3, #89cee8, #20b7e4, #e77e80, #513b71, #002e5a, #001434);
  background: -o-linear-gradient(left, #002a4a, #002c57,#ec9a99, #f9db9e, #e3f3f3, #89cee8, #20b7e4, #e77e80, #513b71, #002e5a, #001434);
  background: linear-gradient(90deg, #002a4a, #002c57,#ec9a99, #f9db9e, #e3f3f3, #89cee8, #20b7e4, #e77e80, #513b71, #002e5a, #001434);
  background-size: 500% 500%;
  -webkit-animation: AnimationName 9s ease-in-out infinite alternate;
  animation: AnimationName 9s ease-in-out infinite alternate;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.home-dtg-icon{
  height: 6em;
  padding: 1em;
  margin: 0 auto;
}

.home-rgbw-icon{
  height: 7em;
  padding: 1em;
  margin: 0 auto;
}

.home-tech-logo{
  height: 3.5em;
  padding: 1em;
  margin: 0 auto;
}

.home-dtm-icon{
  height: 8em;
  padding: 1em;
  margin: 0 auto;
}

.home-dtm-logo{
  height: 4em;
  padding: 1em;
  margin: 0 auto;
}

.home-exterior-text{
  display: block;
  margin: 11px 0 17px 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  color: #f1f1f1;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}

.clients-container{
  padding: 0;
  margin: 2em auto;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
}

.client-item{
  width: 8em;
  height: 7em;
  margin: 1em;
  padding: 0;
  text-align: center; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-item img{
  max-width: 70%;
  height: auto;
}

.client-item img.makeitsmaller{
  max-width: 50%;
  height: auto;
}

.client-item img.makeitbigger{
  max-width: 95%;
  height: auto;
}

.client-title{
  margin: 0!important;
  padding-bottom: 0 !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.client-title h1{
  color: #f1f1f1;
  margin-top: 2em;
  text-align: center;
}

.home-smallcomm h2{
  color: #f1f1f1;
  margin-top: 1em;
  text-align: center;
}

/* NEW PRODUCT PAGES */

.media-boxes-filter.brand-filter li a{
    padding-bottom: 5px;
}

.media-boxes-filter.brand-filter li:first-child a{
    border-bottom: #4d4c4d 3px solid!important;
}


ul.media-boxes-filter.brand-filter li a.selected{
    background-color: #fff !important;
    border-bottom: #4d4c4d 3px solid!important;
}

    .media-boxes-filter>li {
      margin: 0;
      padding: 3px;
    }
    .media-boxes-filter>li:last-child a{
      border-right: 1px solid #EBEBEB;
      border-radius: 0 !important;
    }
    .media-boxes-filter>li:first-child a{
      border-radius: 0 !important;
    }
    .media-boxes-filter>li a {
      border-bottom: 1px solid #EBEBEB;
        border-left: 1px solid #EBEBEB;
         border-top: 1px solid #EBEBEB;
       border-right: 1px solid #EBEBEB;

      -webkit-box-shadow: none;
         -moz-box-shadow: none;
             -o-box-shadow: none;
            -ms-box-shadow: none;
              box-shadow: none;
    }
    .media-boxes-filter>li a.selected {
        -webkit-box-shadow: none !important;
           -moz-box-shadow: none !important;
            -ms-box-shadow: none !important;
                box-shadow: none !important;
    }
    .media-boxes-filter>li a:hover{
        background: #fff;
        color: #FBB040;
    }


.product-sidebar{
    padding-left: 2em;
}


.product-titles{
    margin-bottom: 1.5em;
}

.product-titles h1{
    margin: 1em 0 0 0;
    padding: 0;
}

.product-titles h3{
    padding-top: 0.25em;
    margin: 0;
  font-weight: 500; 
  font-size: 1em;
  letter-spacing: .05em;
    color: #222;    
}

.product-info {
    margin-bottom: 2em;
}

.product-info li{
    padding: 0.25em 0;
}

.product-info li span{
  font-weight: 500;
    padding-right: 0.5em;
}


.product-info {
    margin-bottom: 2em;
}

.product-info li{
    padding: 0.25em 0;
}

.product-info li .btn{
  margin: 0;
}

.product-bullets {
    margin: 2em auto;
}

.product-bullets li{
    padding: 0.25em 0;
    font-size: 0.9em;
    margin-bottom: 0.5em;
}

.product-bullets:nth-child(5) span{
  font-weight: 600 !important;
    padding-right: 0.5em !important;
}

.product-bullets:nth-child(5) span::after {
  content: ":" !important;
}


.asteri-profile-title h3{
    text-align: center;
    font-size: 0.7em;
    margin: 0;
    padding: 0;
    font-weight: 550;
}

.asteri-profile-title p{
    text-align: center;
    font-size: 0.7em;
    font-style: italic;
    padding: 0.25em 0 0 0;
    margin: 0;
}

.media-box-container{
    border: 1px #eee solid;
}

.media-box-content{
    padding: 10px!important;
}


  .row-offcanvas{
    margin-top: 5em;
  }

@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
    padding-left: 3em;
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}


.ast-housing-logo{
    margin: 0.5em auto 1em auto;
    height: 2em;
    width: auto;
}

.aion-housing-logo{
    margin: 1em auto 1em auto;
    height: 1.5em;
    width: auto;
}


.aion-housing-sm-logo{
    display: block;
    margin: 1em auto 1.5em auto;
    height: 2em;
    width: auto;  
}

hr.housing-section{
    height: 4px;
    background-color: #fff;
}



.driver-box-title{
  letter-spacing: 1px;
  line-height: normal;
  font-weight: 600;
  color: rgb(51, 51, 51);
  font-size: 18px;
  text-align: center;
}

.driver-box-sub{
  letter-spacing: 1px;
  line-height: normal;
  font-weight: 400;
  color: #444;
  font-style: italic;
  font-size: 12px;
  text-align: center;
}

.driver-box-title small{
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.media-box-info{
  padding: 0.25em 0.25em 0.25em 0.75em !important
}

.media-box-text{
  color: #121212;
  font-size: 14px;
  line-height: normal;
  margin: 0 !important;
}

.media-box-text li{
  padding: 0.5em 0;
}

.media-box-driver-downloads ul{
    display: inline-flex;
    align-content: stretch;
    flex-grow: 1;
    justify-content: space-between;
}

.media-box-driver-downloads ul a li{
    background-color: #fff;
    padding: 7px;
    font-size: 12px;
    color: #B47E2D;
    margin: 0 7px;
    text-align: center;

    -webkit-transition: color .1s;
         -moz-transition: color .1s;
           -o-transition: color .1s;
          -ms-transition: color .1s;
              transition: color .1s;
  }

.media-box-driver-downloads ul a li:hover{
    color: #FBB040;
  }




/* NEW DIM TO GLOW PAGE */

#dtg-1{
  background:#ccc url('../images/lumahotel_1.jpg');
  background-size: cover;
  height: 30em;
  margin: 4em auto 2em auto;    
  background-position: center center;    
    
}

#dtg-2{
  background:#ccc url('../images/sfresi_1.jpg');
  background-size: cover;
  height: 30em;
  margin: 2em auto;    
  background-position: center center;  
}

#dtg-3{
    background:#ccc url('../images/prod-img-dynwht.jpg');
  background-size: cover;
  height: 30em;
  margin: 2em auto;    
  background-position: top center;  
}


.dtg-bar{
  width: 95%;
  height: 2em;
  display: block;
  margin-top: 1.5em;
  border-radius: 1.5em;
}

.gradient-resi{
  background: #c2782b; 
  background: -moz-linear-gradient(to left, #c2782b, #f0bf83) !important; 
  background: -webkit-linear-gradient(to left, #c2782b, #f0bf83) !important; 
  background: -o-linear-gradient(to left, #c2782b, #f0bf83) !important; 
  background: -ms-linear-gradient(to left, #c2782b, #f0bf83) !important; 
  background: linear-gradient(to left, #c2782b, #f0bf83) !important;      
}


.gradient-comm{
  background: #f9a138; 
  background: -moz-linear-gradient(to left, #f9a138, #edc99b 100%) !important; 
  background: -webkit-linear-gradient(to left, #f9a138, #edc99b 100%) !important; 
  background: -o-linear-gradient(to left, #f9a138, #edc99b 100%) !important; 
  background: -ms-linear-gradient(to left, #f9a138, #edc99b 100%) !important; 
  background: linear-gradient(to left, #f9a138, #edc99b 100%) !important;      
}


.gradient-circ{
  background: #f8a034; 
  background: -moz-linear-gradient(to left, #f9a036, #e0e8e9) !important; 
  background: -webkit-linear-gradient(to left, #f9a036, #e0e8e9) !important; 
  background: -o-linear-gradient(to left, #f9a036, #e0e8e9) !important;
  background: -ms-linear-gradient(to left, #f9a036, #e0e8e9) !important;
  background: linear-gradient(to left, #f9a036, #e0e8e9) !important;     
}


.t24-sm{
  padding: 0.5em;
  height: 4.5em;
  width: auto;
  text-align:center;
  position: absolute;
  top: -5px;
  left: 80%;
}


.t24-sm-left{
  padding: 0.5em;
  height: 4.5em;
  width: auto;
  text-align:center;
  position: absolute;
  top: -5px;
  right: 5px;
}

.t24-sm-right{
  padding: 0.5em;
  height: 4.5em;
  width: auto;
  text-align:center;
  position: absolute;
  top: -5px;
  right: -25px;
}


.tech-head {
  width: 100%;
  height: auto;
  padding-top: 1em;
  display: flex;
  text-align: center;
}

.tech-head .dtg-logo{
  height: 15em;
  padding: 1em;
  margin: 0 auto;
}

.tech-head h2{
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 2px;
}

.tech-head h4{
  color: #FFFFFF;
  font-weight: 500;
}

.tech-subhead hr{
  padding: 10px auto;
}

.ratings-string {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}

.ratings-string-centered {
  width: 90%;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}

.ratings-icon-sm {
  padding: 0.05em;
  text-align: center;
  margin: 0.5em;
  height: 1.5em;
}

.ratings-icon-lg {
  padding: 0.20em;
  text-align: center;
  margin: 0.5em;
  height: 3em;
}

.driver-wrapper hr{
  height: 4px;
  background-color: #eee;
  border: none;
}

.driver-wrapper h2{
  font-weight: 300 !important;
  letter-spacing: normal !important;
}

.inline-zd-sm, .inline-dtg-sm{
  height: 1.5em;
  margin: 0 0 1em 0;
}

.stacked-zd-sm, .stacked-dtg-sm{
  height: 3em;
  margin: 0.5em auto;
  display: block;
}

.stacked-rgb-sm, .stacked-rgbw-sm{
  height: 3.5em;
  margin: 0.5em auto;
  display: block;
}

/* NEW MQ */



@media only screen and (min-width : 1600px){

    .main-hero{
      height: 60vh;
      }

    .product-dropdown > a > div { 
      padding: 20px;
      margin: 25px;
      height: 250px;
      width: 250px;
      display: flex;
      align-items: flex-end;
      justify-content: center; 
    }

    .main-hero svg{
      margin: 4.5em auto 1em auto;
      height: 35em;
    }

    .client-item{
      width: 9em;
      height: 9em;
      margin: 1.5em;
    }


}



@media only screen and (max-width: 1199px) {
    
  .main-hero svg{
    margin: 2em auto 0em auto;
    height: 23em;
    max-width: 90%;
  }

}



@media only screen and (max-width: 991px) {
  
    
    .product-dropdown {
      flex-wrap: wrap;
    }

    .product-dropdown > a > div { 
      padding: 10px;
      margin: 5px;
      height: 150px;
      width: 150px;
      display: flex;
      align-items: flex-end;
      justify-content: center; 
    }  
    
}



@media only screen and (max-width : 414px) {
  

    .dls-hero{
      padding: 1em;
    }

    .dls-hero{
      height: 400px;
    }  

    .client-item{
      width: 4em;
      height: 3em;
      margin: 0.5em;
    }

    .clients-container{
      justify-content: center;
      margin-bottom: 1em;
    }


}

@media only screen and (max-width : 376px) {
  

}





@media (min-width: 768px)
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-top: 10px !important;
}