html{
  scroll-padding-top: 25px
}
.card-body .back-card {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
}


#products-table.cards tbody tr:hover  {
  background: #FbF9F4;
}
.newsHeading:hover{
  text-decoration:none
}
.cards tbody tr:hover .back-card {
  height: auto;
  visibility: visible;
  opacity: 10;
  transition: opacity 1s ease;
  
}
.cards tbody tr:hover .front-card {
  display: none;
}

body{
  font-size: 16px;
  color:#1f1f1f;
  font-family: 'Open Sans',sans-serif;
  padding-top: 65px;
}
body .container-fluid{
  padding-left: 0;
  padding-right: 0;
}
.fa, .fas {
  font-family: 'Font Awesome 5 Free' !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'Open Sans',sans-serif;
}
a{
  color: #ce153f;
  font-weight: 600;
}
a:hover{
  color: #ce153f;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.p-30{
  padding-left: 30px;
  padding-right: 30px;
}
.ets-action-button{
  color:#00358E;
  border: #00358E solid thin;
  border-radius: 0 !important;
  font-weight: 600;
  white-space: nowrap;
}
.ets-action-button:hover{
  color:#ffffff;
  background: #0057b8;
  border: #00358E solid thin;
  border-radius: 0 !important;
  font-weight: 600;
  white-space: nowrap;
}
.ets-submit-button{
  color:#ffffff;
  border: #00358E solid thin;
  border-radius: 0 !important;
  font-weight: 600;
  background-color: #00358E;
  white-space: nowrap;
}
.ets-submit-button:hover{
  color:#ffffff;
  background: #0057b8;
  border: #0057b8 solid thin;
  border-radius: 0 !important;
  font-weight: 600;
  white-space: nowrap;
  
}
.ets-tab-button {
  color:#ffffff;
  background: #00358E;
  border: none;
  border-radius: 0 !important;
  font-weight: 600;
  white-space: nowrap;
  height: 100%;
}
li.nav-item.ml-4{
  background: #00358E;
}
.ets-tab-button:hover{
  color:#0057b8;
  background: #ffffff;
  border: #ffffff solid thin;
  border-radius: 0 !important;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: none;
}
li.nav-item.ml-4:hover{
  background: white;
}
.ets-tab-button.active{
  color:#0057b8;
  background: #ffffff;
  border:#ffffff solid thin;
  border-top: #0057b8 solid thick;
  border-radius: 0 !important;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: none;
}
.page-anchor-links{
  color:#707070;
  border: #707070 solid thin;
  border-radius: 0 !important;
  font-weight: 600;
  white-space: nowrap;
}
.page-anchor-links:hover{
  color:#ffffff;
  background: #707070;
  border: #707070 solid thin;
  border-radius: 0 !important;
  font-weight: 600;
  white-space: nowrap;
}
.inline-link{
  color:#0057B8;
}
.inline-link:hover{
  color: #0057B8;
  border-bottom: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.inline-link:target { scroll-margin-top: 80px; }
.popover {
  max-width: none;
}
.revisit:hover{
  cursor: pointer;
}
.popover img{
  max-height: 300px;
}

hr#thread4{
	top:3.8em;
	border-color:#b23836;
	-webkit-animation: thread2 12s infinite;
  	-moz-animation:    thread2 12s infinite;
  	-o-animation:      thread2 12s infinite;
  	animation:         thread2 12s infinite;	
}
.dropdown-toggle::after{
  content: none;
}
.content{
  margin-top: -20px;
}
.etsBlue{
    color:#00488E;
}
.etsRed{
 color: #ce153f;
}
.ets-red-2{
  color:#BA0C2F;
}
.bg-ets-blue{
  background-color: #00358E;
}
.bg-ets-lightgrey{
  background-color: #EFF3F5 !important;
}
#etslogo{
width: 16em;
}

.ets-list{
  padding-inline-start:20px;
}
body > nav > div > div > div > ul:nth-child(2) > li.dropdown.nav-item > a > span{
  font-size: .5em;
}
.navbar-brand{
  border: none;
}
.navbar-brand:hover{
  text-decoration: none;
  border-bottom: none;
}
.modal-dialog{
  background: #ffffff;
}
h2 > small{
    color: #ce153f;
}
.navbar-light{
  opacity: 1;
}
nav.navbar.navbar-light {
  border-bottom: 7px solid #BA0C2F;
}
.navbar-light .navbar-nav > li > a{
   /*  color:#00488E; */
    font-size: 1.375rem;
    line-height: 1.875rem;
    text-transform: capitalize;
    font-weight: 600;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
  color:#BA0C2F;
  
}
.nav.navbar-nav .dropdown-item:hover,.nav.navbar-nav nav.dropdown-item.active,.nav.navbar-nav .dropdown-item:active{
  color: #ffffff;
  background-color: #BA0C2F !important;
}
.nav.navbar-nav .dropdown-item{
  color:#53565A;
  background-color: rgba(239, 243, 245,1) !important;
  border-bottom: 2px solid #ffffff !important;
  padding: .25rem .75rem;
}
.search-open{
  color:#53565A;
  border: none;
}
    /* search start  */
  #search-container{
    height:4.875em;
  }
    .search-inline {
      width: 100%;
      left: 0;
      padding-left: 15px;
      padding-right: 15px;
      top: 0;
      height: 50px;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      background-color: #efefef;
      z-index: 9;
      transition: all .5s ease-in-out;
      
  }

  .search-inline.search-visible {
    margin-top: 15px;
      opacity: 1;
      visibility: visible;
      animation: fadeInDown 0.4s ease-in-out;
  }
  .search-inline input:focus{
    border-left:none
  }

  .search-inline button[type="submit"] {
      position: absolute;
      right: 52px;
      top: 0;
      background-color: transparent;
      border: 0px;
      top: 0;
      right: 80px;
      padding: 0px;
      cursor: pointer;
      width: 80px;
      height: 99%;
      background: #222;
      color: #fff;
      margin:0
  }

  .search-inline .form-control {
      border: 0px;
      padding-left: 0;
      font-size: 2rem;
      position: absolute;
      left: 1%;
      top: 0;
      height: 100%;
      width: 99%;
      font-weight: 700;
      outline: none;
      margin: 0;
  }

  .search-inline .search-close {
      position: absolute;
      top: 0;
      right: 0;
      color: #616161;
      width: 80px;
      height: 100%;
      text-align: center;
      display: table;
      background: #efefef;
      text-decoration: none;
  }

  .search-inline .search-close i {
      display: table-cell;
      vertical-align: middle;
  }
  .records{
    border-bottom:1px solid #dee2e6
  }
  .search-result-container{
    border-top:1px solid #dee2e6;
    
  }
  .search-result-container:last-of-type{
    border-bottom:1px solid #dee2e6
  }
  .seach-content-filter{
    border-top: 1px solid #dee2e6;
    color:#888B8D
  }
  .seach-content-filter.nav-link:hover {
    border-top: 1px solid #dee2e6;
    
    
  }
  #seach-filter-list > li:nth-child(4){
    border-bottom:1px solid #dee2e6;
  }
  #seach-filter-list .active{
    color:#1f1f1f;
  }
  .search-result-long-text{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
  #home > ul > li:nth-child(2) > div
  select option {
    margin: 40px;
    background: rgba(239, 243, 245,1);
    color: #000000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    font-weight: 600;
}
  select option::hover{
    color: #BA0C2F !important;
  }
 /*  .selectdiv{
    display: flex;
  } */
   
  #case-study-filter{
    display: flex;
  }
    #case-study-filter.selectdiv:after {
    
      right: 3em;
      
  }
     .searchbox:before {
      font-family: "Font Awesome 5 Free";
      content: "\f002";
      /*color: #BA0C2F;*/
       color: #898B8D;
      height: 34px;
      pointer-events: none;
      font-weight: 900;
      font-size: 1rem;
      /*padding-right: 15px;*/
  } 
  
  /* IE11 hide native button (thanks Matt!) */
  select::-ms-expand {
  display: none;
  }
  .selectdiv:before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    color: #BA0C2F;
    right: 2em;
    height: calc(1.5em + 0.75rem);
    padding: 0px 0px 0px 8px;
    /* border-left: 1px solid #0ebeff; */
    position: absolute;
    pointer-events: none;
    font-weight: 900;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}
#case-studies-table_filter .selectdiv:before{
  height:100%
}
  .selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    
    display: block;
    width: 100%;
    max-width: 21.345rem;
    border: 1pt solid rgba(112,112,112,.5);
    margin: 5px 0px 0 10px;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
  }
  .form-control {
      display: block;
      width: 100%;
      padding: .375rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      color: #495057;
      /* background-color: #efefef; */
      background-clip: padding-box;
      border: 1pt solid #888B8D;
      /* border-radius: .25rem; */
      transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
     /*height:50px;*/
  }
  .form-control:focus{
    border:1pt solid rgba(112,112,112,.5);
    color:#333;
     background-color: #F7FAFA; 
  }

      @keyframes fadeInDown {
          from {
              opacity: 0;
              transform: translate3d(0, -20%, 0);
          }
          to {
              opacity: 1;
              transform: translate3d(0, 0, 0);
          }
      }


.pdf-image:before{
  margin-right:10px
}
.nav-link:hover {
    outline: none;
    border: none;
}
.navbar-light .navbar-nav .nav-link{
  color:#53565A;
 
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus,.dropdown-item:hover, .dropdown-item:focus,.search-open:hover, .search-open:focus{
  color: #ce153f
}
a#navbardrop.nav-link.dropdown-toggle:focus{
  color:#53565A;
}
.footer-list-links li a{
  color:#00488E;
}
.page-item.active .page-link{
  background-color: #00488E;
  border-color: #00488E;
}
.page-link{
  color:#00488E;
  border: none;
}
.product-tab {
	border-radius: 4px;
	background: #ce153f;
    color: white;
    
}
li.active > a.product-tab, li > a.product-tab:hover {
	color: #ce153f !important;
	background-color: white !important;
	border-left-color: red;
	border-left-style: solid;
	border-left-width: thick;
}
a.nav-item.nav-link.product-tab.active{
    color: #ce153f !important;
	background-color: white !important;
	border-left-color: red;
	border-left-style: solid;
	border-left-width: thick;
}
#related-product-table thead{
  display: none;
}
#related-product-table .product-list-heading{
  position: inherit;
  top: 0;
}
.product-tab a{
  color: white;
}
.breadcrumb{
  color:#707070;
  font-size: 75%;
  background: transparent;
}
.breadcrumb a {
  color:#707070;
}
.page-heading{
    font-size: 1.75em;
    margin-bottom: 20px;
    text-align: left;
    color:#00488E;
    font-weight: 700;
}
.products-short-description {
  /* font-size: 1.875rem; */
  font-size: 25px;
  line-height: 37px ;
}
.products-short-description p{
  line-height: inherit ;
}
.page-blurb{
    color: #ce153f;
    font-weight: 400;
}

.page-image{
  height: 50vh;
}
.description{
  padding-top: 10px;
}

.product-information-section{
  line-height: 1.75em;
}
#physical-product-section > div > div > p{
  margin-bottom: inherit;
}

#configuration-product-section > div > ul  li > strong,
#prodoptions > ul  li > strong,
#options-product-section > div > ul  li > strong,
#prodconfig > ul  li > strong{
  font-weight:normal;
}

p.landing-text ul{
  list-style-type: none !important;
}
#chartsdata img{
  max-width: 100%;
  height: auto;
  padding-bottom: 3em;
}
#sticky-social {
  right: 0;
  position: fixed;
  top: 150px;
}
#sticky-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sticky-social a {
  background: #333;
  color: #fff;
  display: block;
  height: 35px;
  font: 16px "Open Sans", sans-serif;
  line-height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
}
#sticky-social a span {
  line-height: 35px;
  right: -225px;
  position: absolute;
  text-align:center;
  width:225px;
}
#sticky-social a:hover span {
  right: 100%;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }  

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #517fa4; }  

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }  

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127; }  

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }  

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }
.ms-rteTableHeaderRow-default{
  color:#00488E;
}

.btn-ets-quote{
    color:#fff;
    border-radius:25px;
}
.cd-btn-success{
  border-radius: 4px;
  background: #28a745;
  color: #ffffff;
  display: inline-block;
  padding: 1em;
  font-size: 1rem;
  letter-spacing: .15em;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

.cd-btn{
  border-radius: 4px;
  background: rgba(206,21,63,1);
  color: #ffffff;
  display: inline-block;
  padding: 1em;
  font-size: 1rem;
  letter-spacing: .15em;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
}
.cd-btn:hover{
  background:#fff ;
  color: #ce153f;
}
.cd-btn-success:hover{
  background:#fff ;
  color: #28a745;
}
.search{
  padding: .25em;
}
.btn-ets{
    background-color: #00488E;
    color:#fff;
    border-radius:25px;
}
.btn-ets:hover{
    background: #fff;
    color: #ce153f;
    border-color: #285e8e;
}

header {
  position: relative;
  background-color: black;
  height: 20vh;
  min-height: 30rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(20,54,137);
  background: linear-gradient(1deg, rgba(20,54,137,1) 0%, rgba(152,198,228,0.12) 82%, rgba(154,199,229,0) 100%);
  opacity: 0.5;
  z-index: 1;
}
header > div.overlay.acoustic-industry-header{
  background:url('https://www.ets-lindgren.com/images/solutions_images/Acoustic-Header-wide3.png') bottom center no-repeat;
  background-size: cover;
}
header > div.overlay.utilities-industry-header{
  background:url('https://www.ets-lindgren.com/images/solutions_images/Utilities-Header-wide.png') bottom center no-repeat;
  background-size: cover;
}
header > div.overlay.gov-industry-header{
  background:url('https://www.ets-lindgren.com/images/solutions_images/Gov-Header-wide.png') bottom center no-repeat;
  background-size: cover;
}
header > div.overlay.healthcare-industry-header{
  background:url('https://www.ets-lindgren.com/images/solutions_images/Healthcare-Header-wide.png') bottom center no-repeat;
  background-size: cover;
}
header > div.overlay.wireless-industry-header{
  background:url('https://www.ets-lindgren.com/images/solutions_images/Wireless-Header-wide.png') bottom center no-repeat;
  background-size: cover;
}
header .overlay .embed-responsive {
  max-height: 30rem;
}
.subheader-text{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2rem;
}


.section-heading{
    color:#00488E;
}

.page-section-1{
  margin-top: 6.25rem;
  margin-bottom: 5rem !important;
  padding: 3%;
  background:linear-gradient(0deg, rgba(173,194,207,.32) 0%, rgba(228,236,238,.32) 52%, rgba(234,245,251,.32) 100%);
}
.page-section-1 .section-header-text{
  color: #00358E;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.3125rem;
}

.page-section-1 .subheading{
  color: #00488E;
  font-size: 20px;
}
.page-section-1 img{
  max-width: 490px;
}

.page-section-1 a,.about-section a, #all-news-link,#all-events-link{
  font-size: 14px;
  line-height: 1.625rem;
}
.about-section ul.list-unstyled a {
  color: #ffffff;
}
#brochures-list a{
  color:#ce153f;
}
.how-img {
  text-align: center;
}
.solution-section{
  background: url('https://www.ets-lindgren.com/images/home_images/Mask Group 65.png') no-repeat;
  background-size: cover;
}
.solution-section .jumbotron{
  background-color: transparent;
}
.solution-section .preheading{
  font-weight: 500;
  line-height: 2;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.solution-section .solution-section-text{
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.3125rem;
}
.solution-section img{
  max-width: 429.53px;
}
.solution-section a{
  line-height: 1.6875rem
}
.service-heading-section{
  color: white;
  background-color: #BA0C2F;
  height: 250px;
}
.service-page-blurb{
  color:white;
  font-size: 1.25rem;
}
.service-page-image{
  position: absolute;
  left:30vw;
  max-height: 300px;
  top:-2rem;
}


table.dataTable tr.dtrg-group td{
  background-color: white !important;
}
table.dataTable tr.dtrg-group.dtrg-level-0 td{
  font-weight: normal;
}
table.dataTable tr.dtrg-group.collapsed td span::after , 
.card-header button::after, #educationTable > tbody > tr > td.dt-control::after, #downloads-table > tbody > tr > td:nth-child(3)::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #BA0C2F;
  padding-left: 15px;
  position: absolute;
  pointer-events: none;
  font-weight: 700;
  margin-left: 10px;
}
table.datatable-accordion-table.dataTable tr.dtrg-group.collapsed td span::after{
  padding-left: 0;
}
#services-accordion .card-header button::after{
 right:2em; 
}
#services-accordion .btn-link:focus, .btn-link.focus{
  text-decoration: none;
}
/* .dtrg-group.dtrg-start.dtrg-level-0 td span{
  font-weight: 400;
  color: #BA0C2F;
} */
.dtrg-group.dtrg-start.dtrg-level-0.collapsed td span{
  color:#1f1f1f;
  font-weight: 400;
}
.dtrg-group.dtrg-start.dtrg-level-0 td span::after,.card-header button[aria-expanded="true"]::after,
#educationTable > tbody > tr > td.dt-control.open::after,
 #downloads-table > tbody > tr.shown > td:nth-child(3)::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  color: #BA0C2F;
  margin-left: 10px;
  position: absolute;
  pointer-events: none;
  font-weight: 700;
}
.accordion-subsection  .card-header:not(.note-toolbar) button::after{
  content: "\f054";
  font-size: 1rem !important;
}
.accordion-subsection  .card-header .section-header-text{
  color: #1f1f1f;
  font-weight: 400;
  font-size: 1rem;
  line-height: .5rem;
  
}
.card-date{
  color: #53565A
}
.datatable-accordion-table-header-row{
    border: 2px solid #EAF5FB;
    
}

.bim-table-row{
  background-color: #F6F9F9;
  line-height: 16pt;
}

#bimTable.datatable-accordion-table > tbody > tr:not(.datatable-accordion-table-header-row) > td:nth-last-child(1){
  border-right: 1px solid #dee2e6;
}

.bim-table-row td{
  border-top: none;
}
#bimTable2 > tbody > tr > td:nth-child(4){
  text-align: right;
  padding-right: 45px;
}
#bimTable2 > tbody > tr:not(.datatable-accordion-table-header-row) > td:nth-child(1){
  border-right: 1px solid #dee2e6;
}
.datatable-accordion-table > tbody > tr > td:nth-child(1), #downloads-table > tbody > tr > td:nth-child(1){
  border-left: 1px solid #dee2e6;
}
.datatable-accordion-table > tbody > tr.datatable-accordion-table-header-row > td:last-child{
  border-right: 1px solid #dee2e6;
}
.datatable-accordion-table > tbody > tr > td:nth-child(4){
  border-right: 1px solid #dee2e6;
}
#downloads-table > tbody > tr > td:last-child,#bimTable2 > tbody > tr > td:last-child{
  
  border-right: 1px solid #dee2e6;
}
.datatable-accordion-table > tbody > tr.datatable-accordion-table-header-row    > td {
  border-bottom: 1px solid #dee2e6;
}
.datatable-accordion-table > tbody > tr.bim-table-row:last-of-type    > td:not(:nth-child(3)) {
  border-bottom: 1px solid #dee2e6;
}

.bim-table-row td:nth-child(1), #downloads-table .downloads-table-row td:nth-child(1) {
  border-left: 1px solid #dee2e6;
}
.datatable-accordion-table .datatable-accordion-table-header-row:last-of-type td{
  border-bottom: 1px solid #dee2e6;
}
.datatable-accordion-table .datatable-accordion-table-header-row:last-of-type td{
  border-bottom: 1px solid #dee2e6;
}
.datatable-accordion-table-header tr th, #downloads-table-header th {
  border-top: none;
  border-bottom-color:#BD2F43;
}
.datatable-accordion-table a{
  font-weight: 300;
  padding-bottom:0;
}

.news-section-header, .events-section-header{
  color:#BD2F43;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.3125rem;
}
.news-section a{
  color:#1f1f1f;
  font-weight: 400;
  font-size: 1.5625rem;
  border-bottom: none;
}
.news-section a:hover{
  color: #707070;;
}
.news-item{
  border-top: thin #BD2F43 solid;
  padding-top: 2.0625rem;
  padding-bottom: 2.0625rem;
}
.news-section > li:nth-child(1){
  border-top: thin #BD2F43 solid;
}
.events-section{
  background-color: #FBF9F4;
} 
.event-home-title{
  font-weight: 600;
  color: #1f1f1f;
  font-size: 1.125rem;
  line-height:1.75rem ;
}
.events-section p{
  color: #53565A;
}
/* .how-img img{
  width: 25%;
} */

.twitter-section h5{
  color:#ce153f;
  text-decoration: underline;
  font-weight: bold;
  text-underline-position: under;
}

#featuresdata h4 {

    line-height: 2;
    /*color:#00488E;*/
    font-size: 1rem;
}


.imgcatalog{
  max-height: 200px;
}
.key-features-section{
  background-color: #FBF9F4; ;
}
#key-features-header span{
  border-bottom: #6c727c solid thin;
  font-size: 1.875rem;
}
.keyfeatures > ul{
    padding-left: 15px;
}

#keyfeatures > ul > li:nth-child(1){
  margin-top: 1rem;
}
.keyfeatures ul li{
  padding-bottom: 10px;
  margin-bottom: 5px;
  line-height: initial;
}
.dropdown-menu{
  padding: 0;
  right:auto;
}

.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu> a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    float: right;
    font-weight: 900;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
    min-width: 15rem;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-item{
  color:#53565A;
  background-color: #EFF3F5;
  border-bottom: 2px solid #ffffff !important;
}
.dropdown-item:hover,.dropdown-item.active, .dropdown-item:active{
  color: #AA2634;
  background-color: #DEE5EA;
 
}


.industry-section{
  padding: 3%;
  background:linear-gradient(0deg, rgba(173,194,207,.32) 0%, rgba(228,236,238,.32) 52%, rgba(234,245,251,.32) 100%);
}
.industry-section .product-section, .industry-section .case-study-section{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
  max-height: 700px;
  overflow-y: scroll;
}
.industry-page-image{
    padding-bottom: 3%;
    width: auto;
    height: 310px;
}
.industry-image-section{
  margin-top: -7%;
}
 #top-page-link:hover{ 
  text-decoration: 0;
  text-decoration: underline;
  text-underline-offset: 5px;
}


.industry-section .section-heading,.products-section .section-heading{
  color: #BD2F43;
  font-weight: 700;
}
ul{
  padding-left:15px;
}
.subheading{
  color: #00488E;
  font-size: 20px;
}
.small-subheading{
  color:#53565A;
}

.industry-section h4{
  color: #00358E;
  font-weight: bold;
  font-size: 30px;
}
.btn-link{
  color:inherit;
}
.btn-link:hover{
  color:#ce153f; 
}

#articles-whitepapers-section .article-whitepaper-card:first-of-type{
  border-top: 1px solid #dee2e6;
}
#services-accordion .btn-link:hover{
  color:inherit;
  text-decoration:none
}
 #all-news-link,#all-events-link{
   color:#ce153f; 
  font-weight: bold;
  border-bottom: none;
}
.services-section ul, .about-section .page-text ul{
  margin-left: 3em;
}
.about-us-header{
  background-color:#00358E;
  color: #ffffff;
  font-size: 1.25rem;
}
.about-section .page-text ul{
  margin-left: 3em;
}
.about-section .section-header-text, .product-information-section .section-header-text,#featuresdata h2, .section-header-text{
  color: #00358E;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2.3125rem;
 
}
.products-specs-header{
  color: #00358E;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.3125rem;
}
.products-specs-subheader{
  color: #00358E;
  font-weight: 600;
  font-size: 16px;
  line-height: 2.3125rem;
}
#featuresdata h2{
  font-size: 16px;
}
.credentials-download-heading a{
  font-size: 16px;
  line-height: 1.625rem;
  font-weight: 300;
}

.product-search-heading{
  color: #00358E;
  font-weight: 600;
  font-size: 1.375rem;
}
.filter-sub-heading{
  color: #00358E;
  font-weight: 600;
  font-size: 1.175rem;
}

div#product-table_filter.dataTables_filter label{
  float:left;
  width:100%
}
#product-table td{
  border-top: none;
}
#product-table .card-body span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#product-table .card-body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ms-rteTable-default tbody tr:nth-child(1) td, .ms-rteTable-default tbody tr:nth-child(2) td{
  border-top: none;
}

.case-study-industry-heading {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
div.dataTables_wrapper div.dataTables_filter input{
  width: 42rem;
  border:1pt solid rgba(112,112,112,.5);
  color:#000000;
}
.input-bg{
  background-color: #F7FAFA;
}
.dataTables_filter{
  width: 100%;
}
#bimTable_filter input{
  width:100%
}
#manualsTable th{
  border-top: none;
  border-bottom: solid thin #AA2634 ;
}
.product-list-text .products-industry-title{
  font-weight: 600;
  color: #00358E;
}
.product-list-heading{
  color: #00358E !important;
  font-weight: bold;
}
.product-list-heading{
  position: absolute;
    top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    color: #00358E !important;
}
.product-list-heading:hover{
  border-bottom: none;
  text-underline-offset: 0;
}
.product-list-text{
  font-weight: 300;
  position: relative;
  margin-left:30px;
  margin-right:30px;
  top:20px;
  line-height:initial;
}
.product-list-text:hover{
  text-decoration: none;
}
.product-list-links .ets-action-button{
  font-size: .8rem;
}
.back-card p{
  color: #1f1f1f;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.back-card a:hover{
text-decoration: none;
}

.industry-section .case-study-card{
  line-height: 2;
}
#case-studies-table .case-study-industry-heading{
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.case-study-industry-heading{
  font-weight: 700;
  color: #00358E;
  font-size: .9rem;
}
.case-study-industry-subheading{
  /*color: #888B8D;*/
  /*color: #1f1f1f;*/
  color: #53565A;
}
.case-studies-image{
  height:174px;
  width: 172px;
}
.case-studies-link{
  position: absolute;
  bottom: 0;
}
.category-listing li{
  background-color: #FBF9F4;
}
 
.career-card-header{
    background: rgba(206,21,63,1);
    color: #ffffff !important;
}
#headerwrap{
    background: url("https://www.ets-lindgren.com/images/about_images/header-bg.png") no-repeat center top;
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 95vh;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#headerwrap h1{
    color: white;
    font-size: 70px;
    font-weight: 300;
    letter-spacing: 3px;
}
#headerwrap h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.carousel-item {
    height: 80vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .carousel-caption{
      bottom: 40%;
  }
  header.masthead {
    position: relative;
    overflow: hidden;
    padding-top: calc(7rem + 72px);
    padding-bottom: 7rem;
    /* background: linear-gradient(0deg, #ff6a00 0%, #ee0979 100%); */
    background: url('https://www.ets-lindgren.com/images/about_images/community.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
  }
  
  header.masthead .masthead-content {
    z-index: 1;
    position: relative;
  }
  
  header.masthead .masthead-content .masthead-heading {
    font-size: 4rem;
  }
  
  header.masthead .masthead-content .masthead-subheading {
    font-size: 2rem;
    background: rgba(0,0,0,.4);
  }
  
  header.masthead .bg-circle {
    z-index: 0;
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
  }
  
  header.masthead .bg-circle-1 {
    height: 90rem;
    width: 90rem;
    bottom: -55rem;
    left: -55rem;
  }
  
  header.masthead .bg-circle-2 {
    height: 50rem;
    width: 50rem;
    top: -25rem;
    right: -25rem;
  }
  
  header.masthead .bg-circle-3 {
    height: 20rem;
    width: 20rem;
    bottom: -10rem;
    right: 5%;
  }
  
  header.masthead .bg-circle-4 {
    height: 30rem;
    width: 30rem;
    top: -5rem;
    right: 35%;
  }
  .news-article-date{
    color: #53565A;
    font-size: 75%;
  }
  .ui-career-header{
    border: 1px solid #004D85 !important;
        background: #004d85 !important;
        font-weight: normal !important;
        color: white !important;
  }
  
  .ui-career-header-active{
        border: 1px solid #004D85 !important;
      background: transparent !important;
      font-weight: normal !important;
      color: #ce153f !important;
  }
  .article-whitepaper-card a{
    color: #ce153f;
  }
  #whitepaper-list > .whitepaperitem{
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 15px;
    padding-left: 0;
    overflow: hidden;
  }
  
  #whitepaper-list > div:hover{
    background: #efefef;
  }
  .whitepaperitem .whitepaper-subheading{
    font-size: .75rem;
  }
  .docbox{
    padding-top: 2em;
    min-height: 200px !important;
    overflow: hidden;
    border-bottom: #00488E;
    border-bottom-style: solid;
    border-bottom-width: thin;
  }
  .docbox:hover{
    box-shadow: 10px 10px 5px grey;
    line-height: 2;
}
  

.solutionImage{
  max-height: 50vh;
}

 
  
  .bg-primary {
    background-color: #ce153f !important;
  }
  
   .btn-primary {
    background-color: #00488E;
    border-color: #00488E;
  }
  
   .btn{
    border-radius: 4px;
   }
  .btn-secondary {
    background-color: #ff6a00;
    border-color: #ff6a00;
  }
  
  .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #cc5500 !important;
    border-color: #cc5500 !important;
  }
  
  .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
  }
  .downloadbox{
    border-bottom: black;
    border-bottom-style: solid;
    border-bottom-width: thin;
    /* border-top-style: solid; */
    border-top-width: thin;
    padding-top: 2em;
    min-height: 250px !important;
    overflow:hidden;
  }
  .downloadbox:hover{
      box-shadow: 10px 10px 5px grey;
  }
  .prodbox{
    
    /* border-top-style: solid; */
    border-top-width: thin;
    padding-top: 2em;
    min-height: 250px !important;
    overflow:hidden;
  }
  .prodbox:hover{
      box-shadow: 10px 10px 5px grey;
  }
  
.case-study-cards{
  padding-left: 15px;
}
table .card, .case-study-cards .card {
    padding: 30px 40px;
    margin-bottom: 60px;
   
}
.card-header{
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}
#product-table .card:hover{
  border: none; 
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2)
}
.product-list-link{
  z-index: 99;
}


#services-accordion {
  border-top:2px solid #ce153f;
}
#services-accordion .card-header {
 background: white;
 padding-left: 0;
}
#services-accordion .card-body {
  background-color: #F6F9F9;
}
#services-accordion a{
  line-height: 2;
}
#services-text ul{
 padding-left: 15px;
}
#services-accordion .location-header{
  color: #00358E;
}
#trailer{
  max-height: 600px;
}
.education-container{
  background-color: #F6F9F9;
  margin: 0;
  
  
}
#downloads-table > tbody > tr:last-child > td{
  border-bottom: 1px solid #dee2e6;
}
#educationTable > tbody > tr:nth-child(1)  td{
  border-top:2px solid #ce153f;
}
#educationTable > thead > tr > th{
  width:40% !important;
  
}
#educationTable > tbody > tr > td:nth-child(1){
  border-left: 1px solid #dee2e6;
  
}
#educationTable > tbody > tr > td.dt-control{
  border-right: 1px solid #dee2e6;
}
#educationTable thead{
  border-left: none;
  border-right: none;
}
#educationTable > tbody > tr > td:nth-child(2) {
  text-align: center;
}
#educationTable  .dt-control {
  text-align: center;
}
.careers-accordion.card, .careers-accordion.card:hover {
  border-top:2px solid #ce153f;
  
}

p.card-text{
  color: #6c757d;
  font-size: 16px;
}

.blue-text {
    color: #00BCD4
}


.form-control-label {
    margin-bottom: 0
}

input,
textarea,
button {
    padding: 8px 15px;
    /*border-radius: 15px !important;*/
    border-radius: 0 !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 18px !important;
    font-weight: 300
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #8dc8e8;
    outline-width: 0;
    font-weight: 400
}

.btn-block {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer
}

/* .btn-block:hover {
    color: #fff !important
} */

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
  .modal-lg, .modal-xl {
    max-width: 900px;
  }
  .how-img {
    margin-top: -5rem;
  }
  .team-home-img {
    margin-top: -8rem;
  }
}
@media print{
  nav.navbar.navbar-light{
    display:none  
  }
  @page:first{
    margin-top: 0;
  }
  body{
    margin-bottom:20px;
  }
}