/*Fonts*/
/*Fonts used for Headers*/
/*H1 Header Font*/
@font-face{
	font-family: 'Gothic A1';
	src: url(https://knudseneng.com/css/fonts/Gothic_A1/gothica1-bold-webfont.woff);
	src: url(https://knudseneng.com/css/fonts/Gothic_A1/GothicA1-Bold.ttf) format("ttf");	
	src: url(https://knudseneng.com/css/fonts/Gothic_A1/gothica1-bold-webfont.woff2) format("woff2");
	font-display: block;
}
@font-face{
	font-family: 'Roboto';
	src: url(https://knudseneng.com/css/fonts/Roboto/roboto-medium-webfont.woff);
	src: url(https://knudseneng.com/css/fonts/Roboto/Roboto-Medium.ttf) format("ttf");
	src: url(https://knudseneng.com/css/fonts/Roboto/roboto-medium-webfont.woff2) format("woff2");
	font-display: block;
}
/*Text fonts*/

footer li,
nav ul {
    list-style: none;
	z-index: 999;
}
nav{
	font-family: 'Roboto', sans-serif;
}
footer{
	font-family: 'Roboto', sans-serif;
}
h1, h2{
	font-family: 'Gothic A1', sans-serif;
}
h3, h4, h5 ,h6{
	font-family: 'Gothic A1', sans-serif;
}
p{
	font-family: 'Roboto', sans-serif;
}

footer h2{
	padding-left: 10%;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Gothic A1', sans-serif;
}
footer h3{
	font-family: 'Gothic A1', sans-serif;
}

.footer-left ul li a,
.sidenav a,
nav li {
    text-decoration: none;
	border: none
}

.sidenav,
body {
    overflow-x: hidden;
}

nav ul {
    background: #3887AB;
    background: linear-gradient(360deg, #2C2C2C 25%, #3887AB 100%);
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr='#2c2c2c', endColorstr='#3887AB');
    opacity: .9;
	text-transform: capitalize;
	font-variant-caps: all-small-caps;
	border: none;
	font-weight: bold;
	font-size: 150%;
    margin: 0;
    padding-left: 0
}

nav li {
    text-decoration-color: #faebd7;
    display: block;
    float: left;
    padding: 2.5rem;
    -webkit-padding: 2.5rem;
    position: relative;
}

nav li:focus,
nav li:hover nav li:focus-within {
    background: red;
    cursor: pointer
}

nav li:focus a,
nav li:focus-within a {
    outline: 0;
	
}

nav ul li ul {
    background: #3887AB;
    background: linear-gradient(170deg, #2C2C2C 25%, #3887AB 100%);
    visibility: hidden;
    opacity: 0;
	font-variant-caps:normal;
	font-weight: normal;
	font-size: 60%;
    min-width: 12rem;
    -webkit-min-width: 12rem;
    position: absolute;
    transition: all .5s ease;
    margin-top: 2.5rem;
    -webkit-margin-top: 2.5rem;
    left: 0;
    display: none
}

nav ul li ul:focus,
nav ul li ul:hover,
nav ul li:focus-within>ul,
nav ul li:focus>ul,
nav ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    display: block
}
nav ul li a{
	text-align: left;
}
nav ul li ul li a{
	text-align: left;
}

nav ul li ul li ul:focus,
nav ul li ul li ul:hover,
nav ul li ul li:focus-within>ul,
nav ul li ul li:hover>ul {
    margin-top: -2.55rem;
    -webkit-margin-top: -2.55rem;
	font-size: 100%;
    margin-left: -12rem;
    -webkit-margin-left: -12rem;
    float: left;
    -webkit-float: left;
    display: inline;
    visibility: visible;
}


nav ul li ul li {
    clear: both;
	bottom: 0;
	border-bottom: thin solid #FFF;
	border-right: thin solid #FFF;
    width: 58%
}
nav ul li ul li ul{
	border-top: thin solid #FFF;
}
nav ul li ul li ul li{
	border-top:none;
	border-bottom: thin solid #fff;
	border-left: thin solid #fff;
	border-right: none;
	box-sizing: border-box;
	width: 100%;
}

.icon {
    display: none;
    font-size: 25px;
    cursor: pointer
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    transition: .5s;
    padding-top: 60px
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: .3s
}

.sidenav a:hover {
    color: #f1f1f1
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

#main {
    transition: margin-left .5s
}

.desktopHeader {
    float: right;
    display: block
}

.left,
.right {
    float: left;
    width: 50%
}

.left-with-center,
.right-with-center {
    float: left;
    width: 30%
}

.centre {
    float: left;
    width: 40%;
    text-align: center
}

.full-width-header {
    float: left;
    top: 0;
	position: relative;
    width: 100%;
    margin: 0;
    min-height: 230px;
    height: auto;
    display: inline-block;
    background-image: url(../images/header/negative-data-4.jpg);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.full-width {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.footer-left {
    color: #fff;
    float: left;
    text-align: left;
    margin-left: 1%;
    width: 23%;
    height: 100%
}

.footer-left ul li {
    display: inline;
    text-transform: uppercase;
    list-style: none
}

.footer-left ul li a {
    font-size: .8em;
    color: #fff;
    font-weight: 700
}

.footer-left ul li a:hover,
.small-margin-underline,
p a:hover {
    text-decoration: underline
}

.footer-left img {
    float: right;
    margin: 5% 2% 5% 0
}

.searchBar{
	float: right;
	min-width: 300px;
	max-width: 300px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #696969;
	opacity: 0.8;
}
.searchBar:hover{
	opacity: 1.0;
}

.mySlides {
    display: none
}

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto
}

.numbertext {
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
}

.brochureButton,
.productButton {
    height: auto;
    min-height: 40px;
    font-size: 20px;
	font-family: 'Gothic A1', sans-serif;
    text-align: left
}

.active,
.dot:hover {
    background-color: #000
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

.clearAll {
    clear: both;
    padding-top: 3px;
    padding-bottom: 3px
}

.small-margin,
.small-margin-underline {
    margin-left: 0;
    padding-top: 10px
}

.productButton {
    width: 75%;
    border-radius: 5px;
    background-color: #2E7592;
    border: 1px solid #000;
    color: #fff
}

.productButton:hover {
    transition: .5s;
    background-color: #000;
    color: #FFF;
    cursor: pointer
}

.productList {
    list-style: circle inside;
    color: #FFF;
    text-align: left
}

.ie-fix {
    z-index: 999;
    position: relative
}

.big-margin {
    margin-left: 5%
}

.location-margin {
    margin-left: 10%
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
@media screen and (max-width:1050px){
	.full-width-header {
        min-height: 150px;
    }
	.icon {
        display: block;
        float: right;
        color: #FFF;
        background-color: #696969;
        padding: 10px;
        font-size: 100%
    }
	.desktopHeader {
        display: none
    }
}

@media screen and (max-width:850px) {
    .centre,
    .footer-left,
    .full-width,
    .left,
    .left-with-center,
    .right,
    .right-with-center,
    .tradeShowButton {
        width: 100%
    }
    .location-margin {
        padding: 0;
        margin: 0
    }
    .footer-left {
        text-transform: capitalize;
        text-align: center;
        border-bottom: 1px solid #fff;
        line-height: 200%;
        font-size: 200%;
        margin-left: 0;
    }
    .desktopHeader {
        display: none
    }
	.searchBar{
		display: none;
	}
    .sidenav {
        padding-top: 15px
    }
    .sidenav a {
        font-size: 18px
    }
    .productButton {
        width: 100%;
        font-size: 150%;
        float: left;
        text-align: center
    }
    .mobile-center {
        text-align: center;
        color: #fff
    }
    .full-width-header {
        min-height: 110px;
    }
    .active {
        opacity: .7
    }
    .small-margin,
    .small-margin-underline {
        margin-left: 0;
        padding: 0
    }
    .big-margin {
        margin-left: 0;
        padding: 0
    }
    footer h2 {
        padding-left: 0;
    }
	nav {
        position: fixed;
        z-index: 999
    }
}

.full-width-header a,
footer,
footer a,
h1,
h2,
h3,
h4,
h5,
p {
    color: #fff
}

@media screen and (max-width:425px) {
    .full-width-header {
        background-image: url(../images/header/Data6-cropped.jpg);
		min-height: 100px;
		max-height: 100px;
		-webkit-background-size: 100%;
		background-size: 100%;
    }
    .icon {
        font-size: 100%
    }
}

@media screen and (max-width:400px) {
    .mobile-head {
        width: 70%;
        height: auto
    }
}

.product-img,
footer {
    width: 100%;
    height: auto
}

html,
body {
    overflow-x: hidden
}

body {
    margin: 0;
    position: relative;
    background: linear-gradient(170deg, #2C2C2C 25%, #3887AB 100%);
    background-color: #2C2C2C
}

a {
    text-decoration: none;
    color: #FFED00;
    text-align: center
}

footer {
    border-top: 10px solid #EDEAE5;
    font-weight: 700;
}

.footer-copyright {
    bottom: 0;
    font-size: 10px;
    text-align: center
}

.mobile-padding {
	font-family: 'Roboto', sans-serif;
    padding-left: 5%
}

.product-img {
    padding-top: 10px
}

.no-padding {
    padding: 0;
    margin: 0;
	line-height: 110%;
	font-family: 'Roboto', sans-serif;
}