html {
  scroll-behavior: smooth;
}
body[class~="layout-product"] .t4-sticky.t4-palette-primary, body[class~="layout-home"] .t4-sticky.t4-palette-primary {
	background-color: rgba(0,0,0,0.5);
}

/*body[class~="layout-product"] .not-at-top .t4-sticky.t4-palette-primary, body[class~="layout-home"] .not-at-top .t4-sticky.t4-palette-primary {
	background-color: var(--primary);
}*/

.not-at-top .t4-sticky.t4-palette-primary {
	background-color: #111111 !important;
}
.dropdown-menu.mega-dropdown-menu.container-fluid {
  width: calc(100vw - 17px) !important;
}
#t4-hero {
  height: 100vh;
}
#t4-hero .bg-overlay:before {
  background: transparent;
}
#t4-products .container, #t4-applications .container {
    padding-top: 9.375em;
    padding-bottom: 9.375em;
}
.module-title {
    font-size: 2rem;
}
.tablepress-scroll-wrapper {
    overflow-x: auto;
    overflow-y: auto;
}
.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none;
}
.tablepress-responsive * {
    word-break: normal;
}
.tablepress td, .tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
}
.tablepress thead th {
    border-bottom: 1px solid #ddd;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #d9edf7;
    font-weight: 700;
    vertical-align: middle;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #ddd;
}
.tablepress tbody tr:first-child td {
    border-top: 0;
}
.bg-overlay-vid {
  height: 100vh;
}
.ja-masthead:before {
    background-color: transparent !important;    
}
.t4-masthead .container {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.t4-masthead .ja-masthead {
    background-position: center top;
}
blockquote {
   color: rgba(73, 80, 87, 0.6);   
   font-size: 40px;   
   margin: 0 auto 10px auto;
}
blockquote h1 {
   font-size: 4rem;
}
blockquote p {
   font-style: italic;
   margin-bottom: 0;
}

blockquote p::before,
blockquote p::after {
   content: "“";
   font-size: 8rem;
   margin: -2rem 0 0 -4rem;
   position: absolute;
   opacity: 0.5;
}

blockquote p::after {
   content: "”";
   margin: -1rem -4rem 0 0;
}

blockquote cite {
   font-size: 1.5rem;
}
.chronoforms6_credits {
  display:none;
}
.pull-none {
  text-align:center;
}