@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300&display=swap');
body{
	background: #000;
	margin: 0 auto;
    padding: 0 !important;
    /*font-family: 'Source Sans Pro',sans-serif;*/
}
* {
	box-sizing: border-box;
}
* p {
	margin: 0;
    padding: 0;
}
html {
	font-size: 1em;
	font-family: 'Source Sans Pro',sans-serif; 
}
h1, h2, h3 {
	margin-top: 0px;
    padding: 0px;
    font-family: 'Source Sans Pro',sans-serif;
    font-style: normal;
}
@media screen and (max-width: 500px) {
      h1, h2, h3 {
     margin-top: 0;
     font-size: 1.625em;
     text-align: start;
    }
}
img{
	width: auto ;
    max-width: 100% ;
    height: auto ;
}

.reviewimage img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: solid .01em #999;
    padding: .5em;
    background: #F5F5F5 content-box;
} 
.reviewimageShort img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: solid .01em #999;
    padding: .5em;
    background: #F5F5F5 content-box;
} 
.link{
    color: #fff;
    text-decoration: none;
}
.aligncenter {
    text-align: center;
}
.site > div {
	grid-template-rows: 1fr;
    grid-column-gap: 10px;
	max-width: 1280px;
	background-color: #000;
	margin: 0 auto;
}
p {margin-bottom: 10px;}
.main-wrapper{
	display: grid;
	max-width: 1280px;
	background-color: #fff;
	margin: 0 auto;
	align-items: center;
	}
.sectionHeading{
	grid-column: 1 / 9;
    padding: 50px 0px 0px 0px;
	background-color: #fff;	
}
/*Social icons*/
.logo {
    grid-column: 1 / 9;
    object-position: cover;
    background-color: #000000;
    position: relative;
}
.social-icons{
	display: grid;
	grid-column: 1 / 9;
    background: none;
	position: absolute;
    top: 50%;
    left: 75%;    
}
@media screen and (max-width: 1015px) {
      .social-icons {
    top: 50%;
    left: 72%;
    }
}
@media screen and (max-width: 600px) {
      .social-icons {
    top: 36%;
    left: 55%;
    }
}
.item{
	display: grid;
	grid-template-columns: 32px 32px 32px 122px;
	margin-bottom: 10px;
	/*padding-right: 45px; --  this was causing the black border on the right side of the page when on mobile*/
	grid-gap: 10px;
	justify-content: right;
 }
@media screen and (max-width: 1015px) {
      .item {
    grid-template-columns: 20px 20px 20px 80px;
    }
}
@media screen and (max-width: 600px) {
      .item {
    grid-template-columns: 20px 20px 20px 70px;
    }
}

/*Navigation*/

.filler {
	position: sticky;
    top: 0px;
    display: grid;
	grid-column: 1 / 9;
	color: #333;
	width: 100%;
	height: 60px;
	z-index: 9998;
}
@media screen and (max-width: 1015px) {
      .filler {
        display: none;
    }
}
nav {
	position: absolute;
	display: grid;
	justify-content: center;
    width: fit-content;
}
.nav-container{
	width: 100%;
	background: #000;
	font-size: 1.018em;
	font-family: 'Source Sans Pro:300', sans-serif; 
	overflow: auto;
}
#padd{
    
    padding-top: 45px;
}
.menu-icon{
	display: block;
    padding-bottom: 3px;
    text-align: center;
    position: relative;
    left: 109%;
    margin-left: -10px;
}
nav > ul{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    font-family: 'Source Sans Pro:300', sans-serif; 
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
	margin: 0 auto;
	padding: 0;
	background: #000;
}
nav a{
	font-family: 'Source Sans Pro:300', sans-serif; 
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
    align-items: flex-start;
}
nav ul li{
	font-family: 'Source Sans Pro:300', sans-serif; 
    color: #fff;
	list-style: none;
	transition: 0.5s;
}
.grey-one {
    background-color: #393939;
}
.grey-two {
    background-color: #4d4d4d;
}
nav > ul > li > a{
	padding: 16px 48.7px;
   
	}
@media screen and (max-width: 1295px) {
      nav > ul > li > a {
        padding: 16px 78px;
		padding-left: 25px;
		font-size: .93em;
    }
}
@media screen and (max-width: 1281px) {
      nav > ul > li > a {
        padding: 16px 73px;
		padding-left: 25px;
		font-size: .93em;
    }
}
@media screen and (max-width: 1247px) {
      nav > ul > li > a {
        padding: 16px 70px;
		padding-left: 25px;
		font-size: .86em;
    }
}
/*@media screen and (max-width: 1225px) {
      nav > ul > li > a {
        padding: 16px 70px;
		padding-left: 25px;
		font-size: .945em;*/
    }
}
@media screen and (max-width: 1199px) {
      nav > ul > li > a {
        padding: 16px 64px;
		padding-left: 25px;
		font-size: .92em;
    }
}
@media screen and (max-width: 1177px) {
      nav > ul > li > a {
        padding: 16px 61px;
		padding-left: 25px;
		font-size: .91em;
    }
}
@media screen and (max-width: 1155px) {
      nav > ul > li > a {
        padding: 16px 57px;
		padding-left: 25px;
		font-size: .91em;
    }
}
@media screen and (max-width: 1127px) {
      nav > ul > li > a {
        padding: 16px 54px;
		padding-left: 25px;
		font-size: .91em;
    }
}
@media screen and (max-width: 1106px) {
      nav > ul > li > a {
        padding: 16px 52px;
		padding-left: 25px;
		font-size: .91em;
    }
}

@media screen and (max-width: 1091px) {
      nav > ul > li > a {
        padding: 16px 49px;
		padding-left: 25px;
		font-size: .91em;
    }
}
@media screen and (max-width: 1068px) {
      nav > ul > li > a {
      	padding: 16px 35px;
      	font-size: .91em;
    }
}
@media screen and (max-width: 1055px) {
      nav > ul > li > a {
        padding: 16px 44px;
		padding-left: 25px;
		font-size: .91em;
    }
}
@media screen and (max-width: 1040px) {
      nav > ul > li > a {
        padding: 16px 41px;
		padding-left: 25px;
		font-size: .91em;
    }
}
@media screen and (max-width: 964px) {
      nav > ul > li > a {
        padding: 16px 0px;
		padding-left: 25px;
    }
}
nav ul > li.dropdown > a:after{
	position: relative;
	float: right;
	content: '';
	margin-left: 10px;
	margin-bottom: 8px;
}
nav > ul > li:hover{
	background: #333;
}
nav ul.menu-sub{
	padding: 2px 40px 0 40px;
	background:  #e7e7e7;
	text-align: left;
	border-top: 5px solid #000;
	box-shadow: 0 5px 10px rgba(0,0,0,0.6);
	z-index: 1;
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	top: -9999px;
	left: 0;
}
nav ul li:hover ul.menu-sub{
	top: 100%;
}
nav ul.menu-sub ul{
	top: 100%;
}
nav ul.menu-sub ul{
	width: 25%;
	margin-bottom: 40px;
	color: #ff0000;
}
nav ul.menu-sub h4{
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #ff0000;
   }
nav ul.menu-sub ul li{
	display: block;
}
nav ul.menu-sub ul li a{
	margin-top: 10px;
	color: #000;
	text-transform: none;
}
nav ul.menu-sub ul li a:hover{
	color: #ff0000;
}
.main-menu{
	display: grid;
}
.review-navcontainer{
	display: grid;
	grid-template-columns: 1 / 9;
	grid-column-gap: 50px;
	background-color: #fff;
	padding-bottom: 55px;
}
.reviewnested{
	display: grid;
	grid-template-columns: repeat(8, 1fr);
}

.slicknav_menu{
	display: none;
}
@media screen and (max-width: 1015px) {
      .res-menu {
        display:none;
    }
	.slicknav_menu{
		display: block;
		background: transparent;
	}
	.slicknav_nav{
		background: #000;
	}
	.slicknav_nav a{
		color:  #333;
	}
	.slicknav_nav a:hover{
		background: #668fc5;
		border-radius: 0;
		color: #fff;
	}
	.slicknav_nav .slick_nav-row:hover{
		background: #668fc5;
		border-radius: 0;
		color: #fff;
	}
  }
/* end nav */

/* Accordian */

.accordion-wrapper {
  display: grid;
  grid-template-rows: repeat(auto-fill, minmax(auto, 100%));
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-flow: row dense;
  }	  
  .accord-item {
    align-self: stretch;
    align-items: center;
    height: 100%;
    margin: 0;
    cursor: pointer;
    text-align: center;
    transition: all ease-out 500ms;
	}


/* end Accordian */


/*Main Container*/

bg-image{
	background: url(assets/main-images/masthead-img.jpg);
	background-size: 100%;
}
.bg-image img{
	height: 100%
	widows: 100%;
	object-position: cover;
}
.masthead-image{
	grid-column: 1 / 9;
	background-color: #FFF;
}
.pageTitle{
	grid-column: 1 / 9;
    line-height: 2.1em;
    padding-right: 100px;
    text-align: left;
	background-color: #fff;
}
.section {
	display: grid;
	grid-row: auto
}
.top-container {
    display: grid;
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 95%, rgba(219,219,219,1) 100%);
    height: auto;
    grid-column: 1 / 9;
    padding: 75px 75px 70px 75px;
}
.about-a h1 {
	grid-column: 1 / 9;
	 line-height: 1.6;
	 font-family: verdana, geneva;
	 font-size: 1.05em;
	 font-weight: bold;
	 letter-spacing: .02em;
	 margin: 0;
}
@media only screen and (max-width: 496px){
.about-a h1 {
	font-size: 1.25emx;
    font-weight: bold;
}
}
.about-a{
	grid-template-columns: repeat(8, 1fr);
	font-family: 'Source Sans Pro',sans-serif;
	text-align: justify;
    font-weight: bold;
	line-height: 2.1em;
	
}
@media only screen and (max-width: 1075px){
.about-a {
	grid-column: 1 / 9;
	font-family: 'Source Sans Pro',sans-serif;
	text-align: justify;
    font-weight: bold;
	line-height: 1.95em;
	max-width: 100%
}
}
@media only screen and (max-width: 700px){
.about-a {
	grid-column: 1 / 9;
	font-family: 'Source Sans Pro',sans-serif;
	text-align: justify;
    font-weight: bold;
	line-height: 1.95em;
	max-width: 100%
}
}
.about-b{
   grid-column: 5 / 9;
   max-width: 300px;
   margin-right: 100px;
   margin-top: 100px;
 }
@media only screen and (max-width: 1075px){
.about-b{
   	grid-column: 1 / 9;
    margin-right: 50px;
   	padding-top: 0px;
   	padding-bottom: 20px;
   	max-width: 100%;
   	margin: 0 auto;
   	letter-spacing: .01em;
    text-align: center;
}	
}

/*	Nested Grid Image Gallery */

.hes-gallery {
	display: grid;
	grid-template-columns: 120px 120px 120px;
	grid-template-rows: 120px 120px 120px;
	grid-gap: 10px;
	grid-template-rows: 2fr;
}
  .hes-gallery img{
  	cursor: pointer; 
  }
@media only screen and (max-width:470px){
.hes-gallery {
	display: grid;
	grid-template-columns: 150px 150px ;
	grid-template-rows: 75px 75px ;
	grid-gap: 10px;
	grid-template-rows: 3fr;
}
}

.credentials {
	display: grid;
    grid-column: 1 / 9;
    background-image: url(backgroundCable1.png);
    background-repeat: no-repeat;
    background-color: #fff;
    max-width: 100%;
    height: auto;	
}
@media only screen and (max-width: 802px){
.credentials  {
	 padding-top: 0px;
}	
}
.credentials p{
	text-align: justify;
    display: grid; 
    padding-bottom: 50px;
}
@media only screen and (max-width: 802px){
.credentials p {
	line-height: 2.0em;
}	
}
.credentials img{
	padding: 0px;
	max-width: 100%;
}
@media only screen and (max-width: 802px){
.credentials img {
	margin-top: 50px;
    margin-bottom: 10px;
    max-width: 100%;
}	
}
.sectionOne{
    grid-column: 1 / 9;
    padding-top: 75px;
}
.containerCredential {
    grid-column: 1 / 9;
    padding-bottom: 30px;
}
}
.containerCredential h2{
    text-align: left;
    font-size: 1.75em;
    font-weight: bold;
        
}

.containerTxtLeft {
    grid-column: 1 / 7;
    padding-left: 75px;
    line-height:   2.15em;
    text-align: justify;
    font-family: 'Source Sans Pro',sans-serif;
}
@media only screen and (max-width: 802px){
.containerTxtLeft {
	grid-column: 1 / 9;
}	
}
.containerTxtRight {
    grid-column: 3 / 9;
    line-height:   2.15em;
     text-align: justify;
    font-family: 'Source Sans Pro',sans-serif;
}
@media only screen and (max-width: 802px){
.containerTxtRight {
	grid-column: 1 / 9;
}	
}
.containerTxtRight p {
    margin-right: 75px;
}
.containerImgLeft {
    grid-column: 7 / 9;
    text-align: center;
    padding: 0px 75px 0px 40px;
}
@media only screen and (max-width: 802px){
.containerImgLeft {
	grid-column: 1 / 9;
    text-align: center;
}	
}

.containerImgRight {
    grid-column: 1 / 3;
    text-align: center;
    padding: 0px 40px 0px 75px;
}
@media only screen and (max-width: 802px){
.containerImgRight {
	grid-column: 1 / 9;
    text-align: center;
}	
}
.containerSeparator{
    grid-column: 1 / 9;
}
.sectionOneNP {
    display: grid;
    grid-column: 1 / 9;
}
.sectionTwo{
    display: grid;
    grid-column: 1 / 9;
}
























.Nordostcredentials img{
	max-height: 235px;
	max-width: 100%;
}
.Nordostcredentials img {
   	padding: 0px;
}
@media only screen and (max-width: 802px){
.Nordostcredentials img {
	margin-top: 50px;
    margin-bottom: 10px;
    max-height: 85px;
    max-width: 100%;
}	
}
.credentials h2 {
	display: block;
  	font-family: 'Source Sans Pro',sans-serif;
	font-size: 1.1em;	
	text-align: center;
}
.icona {
	display: block;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	grid-column: 1 / 2;
    padding-top: 130px;
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 802px){
.icona {
   	grid-column: 1 / 3;
    line-height: 2.7em;
    padding-top: 0px;
}
}
.iconb {
	display: block;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	grid-column: 2 / 3;
    padding-top: 130px;
    max-width: 100%;
     height: auto;
}
@media only screen and (max-width: 802px){
.iconb {
   	grid-column: 1 / 3;
    line-height: 2.7em;
    padding-top: 0px;
}
}
.iconc {
	display: block;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
    padding-top: 130px;
	grid-column: 3 / 4;
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 802px){
.iconc {
   	grid-column: 1 / 3;
    line-height: 2.7em;
    padding-top: 0px;
}
}
.texta {
    display: grid;
	grid-column: 1 / 2;
    font-family: 'Source Sans Pro',sans-serif;
    margin-left: 71px;
    margin-right: 60px;
    text-align: justify;
   line-height: 2.7em;
}
@media only screen and (max-width: 802px){
.texta {
   	grid-column: 1 / 9;
    line-height: 2.7em;
}
}
.textb {
    display: grid;
	grid-column: 2 / 3;
    font-family: 'Source Sans Pro',sans-serif;
    margin-left: 71px;
    margin-right: 60px;
    text-align: justify;
    line-height: 2.7em;
}
@media only screen and (max-width: 802px){
.textb {
   	grid-column: 1 / 9;
    line-height: 2.7em;
}
}
.textc {
    display: grid;
	grid-column: 3 / 4;
    font-family: 'Source Sans Pro',sans-serif;
    margin-left: 71px;
    margin-right: 69px;
    text-align: justify;
    line-height: 2.7em;
}
@media only screen and (max-width: 802px){
.textc {
   	grid-column: 1 / 9;
    line-height: 2.7em;
}
}
.design text {
    margin-left: 85px;
    margin-right: 85px;
}
.experience text {
    margin-left: 85px;
    margin-right: 85px;
}
.bannerHome{
	grid-column: 1 / 9;
	width: auto;
    height:auto;
	padding: 0px 70px 0px 70px;
}
.bannerHome img {
   	padding: 0px;
}
@media only screen and (max-width: 750px){
.bannerHome img {
   	width: 100%;
}
}
.sectionHeading{
	display: grid; ;
	grid-column: 1 / 9;
	padding-left: 71px; 
	padding-right: 69px;
	font-family: 'Source Sans Pro:300', sans-serif;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 95%, rgba(219,219,219,1) 100%);
    padding-top: 30px;
    padding-bottom: 30px;
}
.sectionHeadingProducts{
	display: grid; ;
	grid-column: 1 / 7;
	font-family: 'Source Sans Pro:300', sans-serif;
	padding-bottom: 30px;
    padding-top: 50px;
}
.sectionHeading p{
	grid-column: 1/ 9;
	font-size: 1.5em;
	text-align: center;
	border-top: solid 3px #e4e4e4; 
	border-bottom: solid 3px #e4e4e4; 
	padding-top: 30px;
	padding-bottom: 30px;
 }
 .sectionHeadingProducts p{
	grid-column: 1/ 9;
	font-size: 1.5em;
	text-align: center;
	border-top: solid 3px #e4e4e4; 
	border-bottom: solid 3px #e4e4e4; 
	padding-top: 30px;
	padding-bottom: 30px;
 }
#nograd {
    
    background: #fff;
}

/* CSS Grid*/

.imgcontainer {
 	display: grid;
 	grid-column: 1 / 9;
 	height: auto;
    padding-bottom: 70px;
}
.img-grid {
  display: grid;
  grid-column: 1 / 9;
  column-gap: 20px;
  grid-row-gap: 10px;
  height: auto;
  padding-top: 34px;
}
.grid-image {
	max-width: 500px;
	height: auto;
}
.grid-image1 {
	display: inline-grid;
	grid-column: 1 / 5;
	max-width: 100%;
	margin-left: 70px;
}
@media only screen and (max-width: 700px){
.grid-image1 {
   	grid-column: 1 / 9;
    margin-left: 20px;
    max-width: 100%;
    margin: 0 auto;
}
}
.grid2-image1Products {
	display: inline-grid;
	grid-column: 1 / 3;
	max-width: 100%;
}
@media only screen and (max-width: 700px){
.grid2-image1Products {
   	
    grid-column: 1 / 9;
    margin-left: 20px;
    max-width: 100%;
    margin: 0 auto;
}
}
.grid-image2 {
	display: inline-grid;
	grid-column: 5 / 9;
	max-width: 100%;
	margin-right: 70px
}
@media only screen and (max-width: 700px){
.grid-image2 {
   	
   grid-column: 1 / 9;
    margin-left: 40px;
    max-width: 100%;
    margin: 0 auto;
}
}
.grid2-image2Products {
	display: inline-grid;
	grid-column: 3 / 5;
	max-width: 100%;
}
@media only screen and (max-width: 700px){
.grid2-image2Products {
   	
   grid-column: 1 / 9;
    margin-left: 40px;
    max-width: 100%;
    margin: 0 auto;
}
}
.grid3-image1Products {
	display: inline-grid;
	grid-column: 1 / 4;
	max-width: 100%;
	
}
@media only screen and (max-width: 700px){
.grid3-image1Products {
   	
    grid-column: 1 / 9;
    margin-left: 20px;
    max-width: 100%;
    margin: 0 auto;
}
}
.grid3-image2Products {
	display: inline-grid;
	grid-column: 4 / 7;
	max-width: 100%;
}
@media only screen and (max-width: 700px){
.grid3-image2Products {
   	
   grid-column: 1 / 9;
    margin-left: 40px;
    max-width: 100%;
    margin: 0 auto;
}
}
.grid3-image3Products {
	display: inline-grid;
	grid-column: 7 / 10;
	max-width: 100%;
}
@media only screen and (max-width: 700px){
.grid3-image3Products {
   	
   grid-column: 1 / 9;
    margin-left: 40px;
    max-width: 100%;
    margin: 0 auto;
}
}
.aboutproductFamily-wrapper{
    display: grid;
    grid-column: 1 / 9;
    grid-column-gap: 10px;
    font-family: 'Source Sans Pro',sans-serif;
	background-color: #fff;
	padding-left: 75px;	
	padding-top: 75px;
}
@media screen and (max-width: 600px) {
      .aboutproductFamily-wrapper{
        line-height: 1.7em;
        padding-left: 40px;
    }
}
.aboutproductFamily-wrapperRel{
    display: grid;
    position: relative;
    grid-column: 1 / 9;
    grid-column-gap: 10px;
    font-family: 'Source Sans Pro',sans-serif;
	background-color: #fff;
	padding-left: 75px;	
	padding-top: 75px;
}
.productFamilywrapper{
         display: grid;
         position: relative;
         font-family: 'Source Sans Pro',sans-serif;
         grid-column: 1 / 9;
         background: #fff;
         padding-top: 75px;
}       
.about-aproductFamily{
	grid-column: 1 / 5;
	line-height: 2.1em;
	padding-right: 100px;
    text-align: justify;
}
@media screen and (max-width: 1015px) {
      .about-aproductFamily {
        line-height: 1.7em;
        padding-right: 50px;
    }
}
@media screen and (max-width: 400px) {
      .about-aproductFamily {
        padding-right: 35px;
    }
}
.imageslider {
    width: 350px;
    padding-left: 75px;
    padding-bottom: 75px;
 }
@media screen and (max-width: 350px) {
      .imageslider {
      width: 300px;
      padding: 0px;
     }
}
.about-aproductFamilychild{
	grid-column: 4 / 9;
	line-height: 2.1em;
    text-align: justify;
    padding: 0 75px 50px 75px;
}
@media screen and (max-width: 1015px) {
      .about-aproductFamilychild {
    grid-column: 1 / 9;
    margin-left: 30px;
    padding: 0px 50px 40px 50px;
    line-height: 1.7em;
    }
}
@media screen and (max-width: 1015px) {
      .about-aproductFamilychild, .imageslider {
    grid-column: 1 / 9;
    margin-left: 0px;
    line-height: 1.7em;
    }
}
@media screen and (max-width: 1015px) {
      .imageslider {
    margin: auto;
    padding-left: 0px;
    line-height: 1.7em;
    }
}
.about-aproductFamily h1 {
	letter-spacing: .02em;
    padding-bottom: 15px;
	 margin: 0;
}
@media screen and (max-width: 1015px) {
      .about-aproductFamily h1 {
        letter-spacing: 0em;
         font-size: 25px;
	}
}
.about-bproductFamily{
   grid-column: 5 / 9;
   max-width: 385px;
   text-align: right;
   grid-template-rows: auto;
   display: grid;
}
 @media screen and (max-width: 1015px) {
      .about-bproductFamily {
        grid-column: 2 / 5;
        max-width: 380px;
    }
}
.cablesType{
    grid-column: 1 / 9;
}
.cablesHeader{
    color: #ff0201;
}
#sliderContainer {
    display: grid;
    grid-column: 1/4;
    max-width: 400px;
    max-height: 465px;
      border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-radius: 2px 2px 2px 2px;
border: 2px solid #dbdbdb;
      border-radius: 25px;
    
    margin-right:  50px;
    margin-top: 20px;
    margin-left: 25px;
}
@media screen and (max-width: 1015px) {
      .#slider {
        grid-column: 1 / 9;
        max-width: 400px;
    }
}
.testimonial-image{
    grid-column: 1 / 9;
    background: #112137;
}
.technology {
	display: grid;
	grid-column: 1 / 9;
    background-image: url(background_Cable2.png);
    background-color: #fff;
    max-width: 100%;
    height: auto;
}
.technology  img{
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 70px; 
	max-height: 140px;
	max-width: 100%;
}
@media only screen and (max-width: 650px){
.technology  img{
   	grid-column: 1 / 9;
    height: 70px;
    margin: 0 auto;
    padding-bottom: 20px;
    max-height: 85px;
}
}
.technology  h2 {
	font-family: 'Source Sans Pro',sans-serif;
	color: #333333;
	font-size: 1.2em;
	text-align: left;
	margin-bottom: 0;
}
@media only screen and (max-width: 650px){
.technology h2 {
   	text-align: center;
}
}
.tech-icon {
	display: grid;
	grid-column: 1 / 2;
	max-width: 100%;
}
.text-tech {
	display: grid;
	grid-column: 3 / 4;
	line-height: 2.7em;
	font-family: 'Source Sans Pro',sans-serif;
	margin-left: 100px;
	margin-right: 70px;
	margin-bottom: 75px;
}
@media only screen and (max-width: 650px){
.text-tech{
    display: grid;
    grid-column: 1 / 9;
    line-height: 1.7em;
    font-family: 'Source Sans Pro',sans-serif;
    margin-left: 50px;
	margin-right: 50px;
    margin-bottom: 25px;
    text-align: justify;
}
}
.accolades {
	display: grid;
	grid-column: 1 / 9;
    background-image: url(background_Accolade.png);
    max-width: 100%;
    height: auto;
}
.accolades h2 {
	font-family: 'Source Sans Pro',sans-serif;
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
}
.accolades p {
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;
    widows: 100%;
} 
@media only screen and (max-width: 750px){
.accolades p {
   	margin-left: 50px;
    margin-right: 50px;
}
}
.accolade-text{
	font-family: 'Source Sans Pro',sans-serif;
	color: #ffffff;
	font-size: 1.2em;
	margin-top: 100px;
	margin-bottom: 50px;
    text-align: justify;
}
.accolade-img{
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 15px;
	margin-bottom: 100px;	
	width: 100%;
	height: auto;
}
.accolade-img1 {
	display: grid;
    grid-column: 2 / 4;
}
.accolade-img2 {
	display: grid;
    grid-column: 4 / 6;
}
.accolade-img3 {
    display: grid;
    grid-column: 6 / 8;
}
@media only screen and (max-width: 850px){
.accolade-img1 {
   	grid-column: 1 / 12;
    max-width: 225px;
    margin: 0 auto;
}
}
@media only screen and (max-width: 850px){
.accolade-img2 {
   	grid-column: 1 / 12;
    max-width: 225px;
    margin: 0 auto;
}
}
@media only screen and (max-width: 850px){
.accolade-img3 {
   	grid-column: 1 / 12;
    max-width: 225px;
    margin: 0 auto;
}
}
.webheadline {
	display: grid;
	grid-column: 1 / 9;
	background: #fff;
}
.webheadline h2 {
	font-family: 'Source Sans Pro',sans-serif;
	color: #999999;
	font-size: 2em;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	text-decoration: none;
}
.webheadline h2 a:link{
	text-decoration: none;
	color: #99999;
}
.footerLogo{
	display: grid;
	grid-column: 1 / 9;
	background-color: #000;
	padding-bottom: 50px;
}
.footerLogo img {
	display: grid;
	grid-column: 2 / 3;
    background-color: #000000;
    margin-top: 25px;
}
.footerLogo a:link {
	grid-column: 2 / 3;
	text-decoration: none;
}
footer {
	display: grid;
	grid-column: 1 / 9;
	background-color: #252525;
	padding: 40px 65px 40px 40px;
	font-size: 1em;
}
.logoBottomnav{
	display: grid;
	grid-column: 1 / 3;
    padding: 50px 0 0 100px;
}
.logoAddress{
	display: grid;
	grid-column: 1 / 3;
	line-height: 1.5em;
	color: #bbb;
}
.logoAddress img{
	display: grid;
	grid-column: 1 / 3;
}
.item1{
	display: grid;
	grid-column: 3 / 5;
	line-height: 2.5em;
    padding: 3px 0 0 100px;
}  
@media only screen and (max-width: 900px){
.item1 {
   	grid-column: 1 / 9;
 }
}
.item2{
	display: grid;
	grid-column: 5 / 7;
	line-height: 2.5em;
    padding: 7px 0 0 100px;
} 
@media only screen and (max-width: 900px){
.item2 {
   	grid-column: 1 / 9;
}
}
 .item3{
	display: grid;
	grid-column: 7 / 9;
	line-height: 2.5em;
    padding: 7px 0 0 100px;
} 
@media only screen and (max-width: 900px){
    .item2 {
	line-height: 3.5em;
}  
}
@media only screen and (max-width: 900px){
    .item3 {
	line-height: 3.5em;
}  
}
@media only screen and (max-width: 900px){
.item3 {
   	grid-column: 1 / 9;
}
}
a.navFooter:link {color: #bbbbbb; text-decoration: none; }
a.navFooter:visited {color: #bbbbbb; text-decoration: none; }
a.navFooter:hover {color: white; text-decoration: none; }
a.navFooter:active {color: red; } 

/* Common Styles - Not page specific */

.accessoriesicons{
 	display: grid;
 	grid-column: 1/9;
 	padding: 100px 0 100px 0 ;
 }
 .accessoriesimgcontainer{
 	display: grid;
 	grid-template-columns: repeat(5, 1fr);

 }
 .accicon1{
 	grid-column: 1 / 2;
 	text-align: center;
	 padding:10px;
 }
 .accicon2{
 	grid-column: 2 / 2;
 	text-align: center;
	 padding:10px;
 }

@media screen and (max-width: 975px) {
      .accicon1 {
        grid-column: 1 / 1;
		  padding:0 0 0 0;
    }
}
@media screen and (max-width: 975px) {
      .accicon2 {
        grid-column: 1 / 1;
		  padding: 0 0 0 0;

    }
}
.awardicons{
 	/*display: grid;*/
 	grid-column: 1/9;
 	background: #f3f3f3;
 	padding: 100px 0 100px 0 ;
 }
.awardicons6 {
    display: grid;
    grid-column: 1/9;
    background: #f3f3f3;
    padding: 100px 20px 100px 0;
}
.awardiconSpecs{
 	/*display: grid;*/
 	grid-column: 1/9;
 	background: #f3f3f3;
 	padding-top: 100px;
 }
 .awardimgcontainer{
 	display: grid;
 	grid-template-columns: repeat(5, 1fr);
}
.awardimgcontainer6{
 	display: grid;
 	grid-template-columns: repeat(6, 1fr);
}

.awardimgcontainer3{
 	display: grid;
 	grid-template-columns: repeat(3, 1fr);
}
.awardimgcontainerauto{
 	display: grid;
 	grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
     grid-gap: 8.5rem;
	text-align: center;
 }
.awardicon{
 	grid-column: 1 / 9;
 	text-align: center;
 }
 .awardicon1{
 	grid-column: 1 / 2;
 	text-align: center;
 }
@media screen and (max-width: 1015px) {
      .awardicon1 {
       grid-column: 1/7;
       padding-bottom: 20px;
    }
}
 .awardicon2{
 	grid-column: 2 / 3;
 	text-align: center;
 }
@media screen and (max-width: 1015px) {
      .awardicon2 {
        grid-column: 1/7;
       padding-bottom: 20px;
    }
}
 .awardicon3{
 	grid-column: 3 / 4;
 	text-align: center;
 }
@media screen and (max-width: 1015px) {
      .awardicon3 {
        grid-column: 1/7;
       padding-bottom: 20px;
    }
}
 .awardicon4{
 	grid-column: 4 / 5;
 	text-align: center;
 }
@media screen and (max-width: 1015px) {
      .awardicon4 {
        grid-column: 1/7;
       padding-bottom: 20px;
    }
}
 .awardicon5{
 	grid-column: 5 / 6;
 	text-align: center;
 }
@media screen and (max-width: 1015px) {
      .awardicon5 {
        grid-column: 1/7;
       padding-bottom: 20px;
    }
}
.awardimgcontainerSix{
 	display: grid;
 	grid-template-columns: repeat(6, 1fr);
 }
 .awardicon1{
 	grid-column: 1 / 2;
 	text-align: center;
 }
@media screen and (max-width: 1015px) {
      .awardicon1 {
       grid-column: 1/7;
       padding-bottom: 20px;
    }
}
 .awardicon2{
 	grid-column: 2 / 3;
 	text-align: center;
 }
@media screen and (max-width: 1015px) {
      .awardicon2 {
        grid-column: 1/7;
       padding-bottom: 20px;
    }
}
 .awardicon3{
 	grid-column: 3 / 4;
 	text-align: center;
 }
@media screen and (max-width: 1015px) {
      .awardicon3 {
        grid-column: 1/7;
       padding-bottom: 20px;
    }
}
 .awardicon4{
 	grid-column: 4 / 5;
 	text-align: center;
 }
@media screen and (max-width: 1015px) {
      .awardicon4 {
        grid-column: 1/7;
       padding-bottom: 20px;
    }
}
 .awardicon5{
 	grid-column: 5 / 6;
 	text-align: center;
 }
@media screen and (max-width: 1015px) {
      .awardicon5 {
        grid-column: 1/7;
       padding-bottom: 20px;
    }
}
.awardicon6{
 	grid-column: 6 / 7;
 	text-align: center;
 }
@media screen and (max-width: 1015px) {
      .awardicon6 {
        grid-column: 1/7;
    }
}

.awardimgcontainerFour{
 	display: grid;
 	grid-template-columns: repeat(4, 1fr);
 }
.awardicon1{
 	grid-column: 1 / 2;
 	text-align: center;
 }
@media screen and (max-width: 1015px) {
      .awardicon1 {
        grid-column: 1/7;
    }
}
.awardicon2{
 	grid-column: 2 / 3;
 	text-align: center;
 }
@media screen and (max-width: 1015px) {
      .awardicon2 {
        grid-column: 1/7;
    }
}
.awardicon3{
 	grid-column: 3 / 4;
 	text-align: center;
 }
@media screen and (max-width: 1015px) {
      .awardicon3 {
        grid-column: 1/7;
    }
}
.awardicon4{
 	grid-column: 4 / 5;
 	text-align: center;
 }
@media screen and (max-width: 1015px) {
      .awardicon4 {
        grid-column: 1/7;
    }
}

.awardimgcontainerFive {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
margin-top: 50px;    
}



.specscontainer{
 	display: grid;
 	grid-column: 1 / 9;
 	background: #f3f3f3;
 	padding: 75px 75px 75px 75px;
	font-family: 'Source Sans Pro', sans-serif;
 }
.specscontainer p {
    grid-column: 1 / 9;
    
 }
.specscontainerWhite{
 	display: grid;
 	grid-column: 1 / 9;
 	background: #fff;
 	padding: 75px 75px 75px 75px;
 }
.specscontainerWhite p {
    grid-column: 1 / 9;
    
 }
.specsproduct{
    grid-column: 1 / 4;
    padding-top: 20px;
}
.specsconnectors{
    grid-column: 5 / 9;
    color: #ff0000;
    padding: 20px 0px 125px 155px;
    text-align: center;
}
.specsproductLong{
    grid-column: 1 / 2;
    padding-top: 20px;
}
.specsconnectorsLong{
    grid-column: 3 / 9;
    color: #ff0000;
    padding: 25px 0px 0px 38px;
    text-align: center;
}
.specsconnectors p img {
    padding-top: 40px;
}
.specsconnectorsLong p img {
    padding-top: 5px;
}
 @media screen and (max-width: 1280px) {
      .specsconnectors{
        grid-column: 1/ 9;
        padding: 35px 0px 0px 25px;
}
}
@media screen and (max-width: 460px) {
      .specsconnectors{
        grid-column: 1/ 9;
        padding: 35px 0px 0px 0px;
}
}
@media screen and (max-width: 1280px) {
      .specsconnectorsLong{
        grid-column: 2/ 9;
        padding: 35px 0px 0px 25px;
}
}
@media screen and (max-width: 600px) {
      .specsconnectorsLong{
        grid-column: 1/ 9;
        padding: 35px 0px 0px 0px;
}
}
@media screen and (max-width: 1280px) {
      .specsconnectors p img{
        grid-column: 1/ 9;
        padding: 5px 0px 0px 0px;
}
}
.reviewscontainer{
 	display: grid;
 	grid-column: 1 / 9;
 	grid-template-rows: auto;
 	background: #fff;
 	font-family: 'Source Sans Pro:300', sans-serif;
    font-weight: normal;
 	padding: 50px 0 50px 0;

 }
@media screen and (max-width: 600px) {
      .reviewscontainer{
        padding: 50px 0 0px 0;

}
}
.reviewscontainerGrad{
 	display: grid;
 	grid-column: 1 / 9;
 	grid-template-rows: auto;
    background: linear-gradient(to bottom, rgb(211, 211, 211) 0%,rgb(255, 255, 255) 76%,rgb(255, 255, 255) 100%);
 	font-family: 'Source Sans Pro:300', sans-serif;
    font-weight: normal;
 	padding: 50px 0 50px 0;
 }
.testimonycontainer{
 	display: grid;
 	grid-column: 1 / 9;
 	grid-template-rows: auto;
 	background: #fff;
 	font-family: 'Source Sans Pro:300', sans-serif;
    font-weight: normal;
 	padding: 50px 0 50px 0;
    float: left;
	/*background: url(../assets/images/customer_testimonials/cust-test-back2.png);
    background-repeat: no-repeat;*/

 }
@media screen and (max-width: 600px) {
      .testimonycontainer{
        padding: 50px 0 0px 0;
}
}
.testimonycontainerGrad{
 	display: grid;
 	grid-column: 1 / 9;
 	grid-template-rows: auto;
    background: linear-gradient(to bottom, rgb(211, 211, 211) 0%,rgb(255, 255, 255) 76%,rgb(255, 255, 255) 100%);
 	font-family: 'Source Sans Pro:300', sans-serif;
    font-weight: normal;
 	padding: 50px 0 50px 0;
 }
 .reviewimage{
 	grid-column: 1 / 3;
 	padding: 0 75px 35px 65px;
	 text-align: center;
	
 }
.reviewimage a:link{
	color: #000000;
    text-decoration: none;
}
@media screen and (max-width: 900px) {
      .reviewimage{
        grid-column: 1 / 9;
        padding:  35px 0px 35px 0px;
}
}
.reviewimageShort{
 	grid-column: 1 / 2;
 	padding: 0 30px 35px 45px;
    text-align: center;
 }
@media screen and (max-width: 600px) {
      .reviewimageShort{
        grid-column: 1 / 9;
}
}
 .reviewtext{
	/*grid-column: 4 / 8;*/
	 grid-column: 3 / 8;
	padding: 0 75px 0 0;
	line-height: 1.5em;
	font-family: 'Source Sans Pro',sans-serif;
	text-align: justify;
 }
 @media screen and (max-width: 900px) {
      .reviewtext {
        grid-column: 1 / 9;
        padding: 0 75px 0 75px;          
        line-height: 1.7em;
    }
}
 @media screen and (max-width: 450px) {
      .reviewtext {
        grid-column: 1 / 9;
        padding: 0 50px 0 50px;          
        line-height: 1.7em;
    }
}
 .reviewtexta{
	/*grid-column: 4 / 8;*/
	 grid-column: 1 / 9;
	/*padding: 0 75px 0 75px;*/
	line-height: 1.5em;
	font-family: 'Source Sans Pro',sans-serif;
	text-align: left;
 }
 @media screen and (max-width: 1015px) {
      .reviewtexta {
        grid-column: 1 / 9;         
        line-height: 1.7em;
    }
}
 
.reviewtextShort{
	grid-column: 2 / 8;
	padding: 0px 50px 0px 0px;
	line-height: 2.1em;
	font-family: 'Source Sans Pro',sans-serif;
	text-align: justify;
 }
@media screen and (max-width: 1015px) {
      .reviewtextShort {
        grid-column: 1 / 9;
        padding: 0 75px 0 75px;          
        line-height: 1.7em;
    }
}
.reviewtextType{
	grid-column: 3 / 8;
	padding: 0 75px 0 0;
	line-height: 2.1em;
	font-family: 'Source Sans Pro',sans-serif;
	text-align: justify;
 }
 @media screen and (max-width: 1015px) {
      .reviewtextType {
        grid-column: 1 / 9;
        padding: 0 75px 0 75px;         
        line-height: 1.7em;
    }
}
@media screen and (max-width: 600px) {
      .reviewtextType {
        text-align: center;
    }
}
.reviewtitle{
	color: #ff0201;
	margin: 0px;
}
.reviewtitle a{
    color: #000000;
    text-decoration: none;
}
.reviewspagetitle{
	color: #000;
	margin: 0px;
}
.reviewpagetitle {font-weight: bold;}
.reviewtext p {margin-top: -5px; margin-bottom: 28px;}
.reviewtext p a  {
	text-decoration: none;
}
.reviewHeading{
	grid-column: 1 / 9;
	text-align: center;
	font-size: 30px;
	color: #000;
	padding-bottom: 20px;
	font-family: 'Source Sans Pro:300', sans-serif;
    font-weight: normal;
}
.reviewsLink{
	grid-column: 1 / 9;
	text-align: center;
	font-size: 16px;
	color: #ff0201;
    padding: 20px 100px 15px 100px;
	font-family: 'Source Sans Pro:300', sans-serif;
    font-weight: normal;
}
.reviewsLink a{
	color: #ff0201;
	text-decoration: none;
}
.reviewcredit{
	line-height: 1.75em;
}
.dividerLine{
    grid-column: 1 / 9;
    border-top: 2px solid #999999;
    border-radius: 1px 0px 0px 0px;
    margin-left: 75px;
    margin-right: 75px;
    margin-top: 20px;
    margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
      .dividerLine {
        margin-left: 35px;
        margin-right: 35px;
    }
}
.dividerLineTop{
	grid-column: 1 / 9;
	border-top: 2px solid #999999;
	border-radius: 1px 0px 0px 0px;
	margin-left: 75px;
	margin-right: 75px;
	margin-top: 50px;
}
@media screen and (max-width: 600px) {
      .dividerLineTop {
        margin-left: 35px;
        margin-right: 35px;
    }
}
.dividerLineBottom{
	grid-column: 1 / 9;
	border-top: 2px solid #999999;
	border-radius: 1px 0px 0px 0px;
	margin-left: 75px;
	margin-right: 75px;
	margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
      .dividerLineBottom {
        margin-left: 35px;
        margin-right: 35px;
    }
}

.dividerLineForm{
    grid-column: 1 / 9;
    border-top: 2px solid #999999;
    border-radius: 1px 0px 0px 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 45px;
}
.buttonFindDealer{
	grid-column: 1 / 9;
    padding: 80px 35px;
	background: #fff;
	text-align: center;
}
@media screen and (max-width: 600px) {
      .buttonFindDealer {
       padding: 35px 35px 35px;
    }
}
.productQuote{
    grid-column: 1 / 9;
    background: #112137;
    }
.productQuote-inner{
    width: 100%;
    -webkit-box-shadow: inset 0px 5px 10px 1px #000000;
    box-shadow: inset 0px 5px 10px 1px #000000;
}
.productQuoteparagraph {
    padding: 75px 75px;
    -webkit-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
    text-align: center;
	 line-height: 30px;
   
}
@media screen and (max-width: 1015px) {
      .productQuoteparagraph {
       padding: 75px 50px 75px 50px;
    }
}
@media screen and (max-width: 600px) {
      .productQuoteparagraph {
       padding: 35px 50px 35px 50px;;
    }
}
.productQuoteparagraphOneline {
    padding: 50px 0px 50px 0px;
    -webkit-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
    text-align: center;
    text-decoration: none;
}  
.productQuoteparagraphOneline a {
    color: #000;
    text-decoration: none;
}
.productQuoteparagraph a {
    color: #000;
    text-decoration: none;
}
.wtbcontent {
    display: grid;
    grid-column: 1 / 9;
    background-color: #fff;
    padding-right: 75px;
    padding-left: 75px;
    font-size: 15px;
    line-height: 16px;
    text-align: justify;
}
@media screen and (max-width: 500px) {
      .wtbcontent {
       padding-right: 30px;
       padding-left: 30px;
    }
}   
.wtb-cfcontainer{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px;
    padding: 20px; 
    border: 3px solid #F1F1F1;
    border-radius: 3px 3px 3px 3px;
}
@media screen and (max-width: 1120px) {
      .wtb-cfcontainer{
       grid-template-columns: repeat(1, 1fr);
       padding-bottom: 20px;
    }
}   
@media screen and (max-width: 500px) {
      .wtb-cfcontainer{
       grid-template-columns: repeat(1, 1fr);
       padding-bottom: 20px;
    }
} 

.wtb-cfcontainer2{
  display: grid;
  padding: 20px;
  border: 3px solid #F1F1F1;
  border-radius: 3px 3px 3px 3px;
  grid-column: 1 / 9;
  margin: 0 45px 45px 45px;     
}  
.wtb-cfimage{
    grid-column: 1 / 1;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
} 
@media screen and (max-width: 1120px) {
      .wtb-cfimage {
       grid-column: 1 / 9;
       padding-top: 35px;
       padding-bottom: 15px;
    }
}  
@media screen and (max-width: 500px) {
      .wtb-cfimage {
       grid-column: 1 / 8;
      padding-top: 50px;
    }
}   
.wtb-cftext{
    grid-column: 2 / 9;
}
@media screen and (max-width: 500px) {
      .wtb-cftext {
       grid-column: 1 / 9;
    }
} 

.wtb-cfimageDealer{
    display: grid;
    grid-column: 3 / 7;
    padding-top: 135px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
} 
@media screen and (max-width: 1120px) {
      .wtb-cfimageDealer {
       grid-column: 3 / 5;
       padding-top: 90px;
    }
} 
@media screen and (max-width: 500px) {
      .wtb-cfimageDealer {
          grid-column: 1 / 9;
          padding-top: 20px;
    }

}   
.wtb-wrapper{
    grid-column: 1 / 9;
    background-color: #fff;
}
.dealersWrapper {
    display: grid;
    grid-column: 1 / 9;
    background-color: #fff;     
	font-family: 'Source Sans Pro', sans-serif;
    }
.countryPagetitle {
    display: grid;
    grid-column: 1 / 4;
    padding: 35px 0px 25px 45px;
    color:#f02210;
    font-size: 1.5em;
    }
@media screen and (max-width: 500px) {
      .countryPagetitle {
       grid-column: 1 / 9;
       align-items: center;
       justify-items: center;
       padding: 20px 0px 20px 0px;
    }
}   
.arrow {
    display: grid;
    grid-column: 6 / 7;
    justify-items: right;
    padding: 35px 20px 0 500px;
 }
.arrow a { text-decoration: none; color: #959595;}
@media screen and (max-width: 860px) {
      .arrow {
       padding: 38px 15px 0 0px;
    }
}  
@media screen and (max-width: 500px) {
      .arrow {
       display: none;
       color: #959595;
      /* grid-column: 1 / 9;
       padding: 10px 0px 0 0px;
       align-items: center;
       justify-items: center; */
    }
}   
.dealersNav {
   grid-column: 7 / 8;
   padding-top: 35px;
   color: #959595;
      }
.dealersNav a {
  text-decoration: none;
  color: #959595;
      }
@media screen and (max-width: 860px) {
      .dealersNav {
      padding-top: 40px;
    }
}    
@media screen and (max-width: 500px) {
      .dealersNav {
         display: none; 
      /*grid-column: 1 / 9;
      padding: 10px 0px 20px 0px;
      align-self: center;
      justify-self: center;*/
    }
}  
.distributormast{
    grid-column: 1 / 9;
    background-color: #252525;
    padding: 35px 0px 25px 45px;
    color:#fff;
    font-size: 1.5em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FF0000;
    padding-bottom: 10px;
}
@media screen and (max-width: 900px) {
      .distributormast {
      padding-left: 45px;
    }
}  
.distributorname{
    grid-column: 1 / 9;
    padding: 20px 0 10px 45px;
    font-size: 24px;
    color: #F00;
    background-color: #252525;
}
.distwrapper{
     display: grid;
    grid-column: 1 / 9;
    background-color: #252525;
}
.productBadge{
    padding: 30px 0px 25px 0;
    grid-column: 8 / 9;
}
@media screen and (max-width: 1100px) {
      .productBadge {
      grid-column: 5 / 9;
 }
}  
@media screen and (max-width: 550px) {
      .productBadge {
      grid-column: 1 / 9;
      padding-left: 100px;
 }
}  
.dealerstats{
    display: grid;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    grid-column: 1 / 9;
    background-color: #fff;
    height: 100%;
    //*background-image:url("../assets/images/main-images/Gradient Fade_Between Dealers.png");
    background-repeat: no-repeat;*//
}
.distcontactfield{
    grid-column: 1 / 2;
    color: #FFF;
    background-color: #252525;
    font-size: 14px;
    padding: 10px 0 45px 35px;
    line-height: 17px;
}
.distcontactfield a:link {
    color: #fff;
    text-decoration: none;
}
.distcontactfield a:visited {
    color: #fff;
}
.distcontactfield a:hover {
    color: #FF0000;
}
.dealersinfoWrapper a { color: #fff;}
@media screen and (max-width: 900px) {
      .distcontactfield {
      line-height: 15px;
     /* grid-column: 1 / 9; */
  }
}
.dealcontactfield{
    grid-column: 1 / 1;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 32px;
    padding-left: 45px;
    
}
@media screen and (max-width: 900px) {
      .dealcontactfield {
      line-height: 15px;
      padding-left: 35px;
      width: 290px;
    }
} 
.dealcontactfield a { color: #000;}
.certifiedDealerwrapper {
    display: grid;
    grid-column: 1 / 9;
    background-color: #2d2d2d;
    padding-left: 45px;
    font-size: 1em;
    line-height: 20px;
} 
.distcertSeparatror{
    grid-column: 1 / 9;
    background: #252525;
}
@media screen and (max-width: 500px) {
      .certifiedDealerwrapper {
      padding-left: 35px;
 }
} 
.cert-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px;
    padding: 45px 30px 45px 0;
}
@media screen and (max-width: 1100px) {
      .cert-container {
      padding: 0px;
}
}  
.cert-text {
    grid-column: 2 / 9;
    padding-top: 15px;
    color: #efefef;
    padding-left: 50px;
    font-size: 1.05em;
    font-variant: normal;
  }
@media screen and (max-width: 1100px) {
      .cert-text {
      grid-column: 1 / 9;
      text-align: justify;
      padding: 0 50px 50px 0;
      align-self: center;
      justify-self: center;
    }
}  
@media screen and (max-width: 500px) {
      .cert-text {
      grid-column: 1 / 9;
      padding: 0px 30px 30px 0;
      align-self: center;
      justify-self: center;
    }
}
.dealersinfoWrapper{
    display: grid;
    grid-column: 1 / 9;
    background-color: #fff;
}
.dealersinfo{
    grid-column: 1 / 9;
    background-color: #fff;
    font-size: 1 em;
    font-family: 'Source Sans Pro',sans-serif;
    font-style: normal;
    line-height: 20px;
    padding:  35px 0 35px 40px;
}
@media screen and (max-width: 500px) {
      .dealersinfo {
      padding: 25px 0px 25px 35px;
  }
}
.statemast {
    grid-column: 1 / 9;
    background-color: #e4e4e4;
    padding-left: 45px;
    padding-top: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-size: 24px;
    color: #686868;
    padding-bottom: 10px;
 }
@media screen and (max-width: 500px) {
      .statemast {
      padding-left: 35px;
  }
}
.dealerpagetitle {
    grid-column: 1 / 1;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-size: 24px;
    color: #FF0000;
    padding: 30px 0 20px 0;
    font-style: normal;
	line-height:25px;
} 
.dealercontactdata {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-size: 16px;
    padding-top: 3%;
    line-height: 15px;
    margin-left: -2%;
}
.dealercontactdata a:link {
    color: #000;
    text-decoration: none;
}
.dealercontactdata a:visited {
    color: #000;
}
.dealercontactdata a:hover {
    color: #FF0000;
}
.dealerSeparater{
    grid-column: 1 / 9;
}

.testimonialUses{
    grid-column: 1 / 9;
	text-align: left;
	background-color:#90929a;
	color:white;
	line-height:50px;    
	margin: 60px 0px 50px 50px;

	font-size:20px;
	letter-spacing:2px;
	text-decoration:none;
	padding: 0 45px 0 45px;
}
@media screen and (max-width: 438px) {
	.testimonialUses{
		padding: 20px 45px 20px 35px;
		font-size:19px;
		line-height:115%;
		margin: 25px 0 0 50px ;
	}	
}
.testUsesText{
	text-decoration:none;
	color:white;
}
.testUsesText:hover{
	color:#c70006;
}
.back2dealerlib{
	text-align: left;
	line-height: 60px;
	color:black;
	text-decoration:none;
	font-size:30px;
}
.back2dealerlib:hover{
	color: #9c1317;
}
@media screen and (max-width: 438px) {
      .back2dealerlib {
      font-size:25px;
    }
}
@media screen and (max-width: 370px) {
      .back2dealerlib {
      line-height:30px;
    }
}
.back2dealerlibS{
	text-align: left;
	line-height: 60px;
	color:black;
	text-decoration:none;
	font-size:30px;
}
.back2dealerlibS:hover{
	color: #9c1317;
}
@media screen and (max-width: 531px) {
      .back2dealerlibS {
      font-size:25px;
    }
}
@media screen and (max-width: 471px) {
      .back2dealerlibS {
      line-height:30px
    }
}

.back2dealerlibSty{
	text-align: left;
	line-height: 60px;
	color:black;
	text-decoration:none;
	font-size:30px;
}
.back2dealerlibSty:hover{
	color: #9c1317;
}
@media screen and (max-width: 489px) {
      .back2dealerlibSty {
      font-size:25px;
    }
}
@media screen and (max-width: 432px) {
      .back2dealerlibSty {
      line-height:30px
    }
}

.dealergaltext{
	font-size:25px;
	text-decoration: none;
	color:#9c1317;
	text-transform: left;
}
.dealergaltext:hover{
	color:black;
}
 

/* for responsive youtube video; from https://css-tricks.com/fluid-width-video/*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*DONT USE BETTER SOLUTION BELOW*/
/*
.photoCenter{  
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}*/
.dealerGalGrid{
	display: grid;
	font-size:17px;
	line-height:16px;
	color:#4d4d4d

}
.dealerImgTextStyle{
	padding-left:10px;

	padding-right:10px;
	max-width: 250px;
}
@media screen and (max-width: 700px) {
      .dealerImgTextStyle {
      font-size:20px;
      line-height:20px;
    }
}
.dealerImgText{
	padding-left: 10px;
	padding-right: 10px;
	max-width: 279px;
	line-height: normal;
	padding-bottom: 25px;
}
@media screen and (max-width: 600px) {
      .dealerImgText {
      font-size:20px;
      line-height:20px;
      padding-left:60px;
      padding-right:60px;
    }
}

@media screen and (max-width: 477px) {
      .dealerImgText {
      font-size:20px;
	padding-left:50px;
	padding-right:50px;
    }
}
@media screen and (max-width: 457px) {
      .dealerImgText {
      font-size:20px;
	padding-left:42px;
	padding-right:42px;
    }
}
@media screen and (max-width: 430px) {
      .dealerImgText {
      font-size:20px;
	padding-left:35px;
	padding-right:35px;
    }
}
@media screen and (max-width: 402px) {
      .dealerImgText {
      font-size:20px;
	padding-left:20px;
	padding-right:20px;
    }
}
@media screen and (max-width: 380px) {
      .dealerImgText {
      font-size:20px;
	padding-left:0px;
	padding-right:0px;
    }
}
.dealPhotoSingle{
	grid-column: 1 / 1;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size:20px;
}

.dealPhotoDouble1{
	grid-column: 1 / 2;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhotoDouble2{
	grid-column: 2 / 2;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}


.dealPhoto1{
	grid-column: 1 / 2;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.dealPhoto2{
	grid-column: 2 / 3;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto3{
	grid-column: 3 / 3;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

@media screen and (max-width: 700px) {
      .dealPhoto1 {
      grid-column: 1 / 1;
      font-size:20px;

    }
}
@media screen and (max-width: 700px) {
      .dealPhoto2 {
      grid-column: 1 / 1;
      font-size:20px;
    }
}
@media screen and (max-width: 700px) {
      .dealPhoto3 {
      grid-column: 1 / 1;
      font-size:20px;
    }
}
@media screen and (max-width: 600px) {
      .dealPhotoDouble1 {
      grid-column: 1 / 1;
    }
}
@media screen and (max-width: 600px) {
      .dealPhotoDouble2 {
      grid-column: 1 / 1;
    }
}


/*test to try to get it to go from 3 -> 2 -> 1 instead of 3 -> 1*/
.dealPhoto1Six{
	grid-column: 1 / 2;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto2Six{
	grid-column: 2 / 3;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto3Six{
	grid-column: 3 / 3;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto4Six{
	grid-column: 1 / 2;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto5Six{
	grid-column: 2 / 3;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto6Six{
	grid-column: 3 / 3;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

@media screen and (max-width: 950px) {
      .dealPhoto1Six {
      grid-column: 1 / 2;
    }
}
@media screen and (max-width: 950px) {
      .dealPhoto2Six {
      grid-column: 2 / 2;
    }
}
@media screen and (max-width: 950px) {
      .dealPhoto3Six {
      grid-column: 1 / 2;
    }
}
@media screen and (max-width: 950px) {
      .dealPhoto4Six {
      grid-column: 2 / 2;
    }
}
@media screen and (max-width: 950px) {
      .dealPhoto5Six {
      grid-column: 1 / 2;
    }
}
@media screen and (max-width: 950px) {
      .dealPhoto6Six {
      grid-column: 2 / 2;
    }
}

@media screen and (max-width: 700px) {
      .dealPhoto1Six {
      grid-column: 1 / 1;
    }
}
@media screen and (max-width: 700px) {
      .dealPhoto2Six {
      grid-column: 1 / 1;
    }
}
@media screen and (max-width: 700px) {
      .dealPhoto3Six {
      grid-column: 1 / 1;

    }
}
@media screen and (max-width: 700px) {
      .dealPhoto4Six {
      grid-column: 1 / 1;
    }
}
@media screen and (max-width: 700px) {
      .dealPhoto5Six {
      grid-column: 1 / 1;

    }
}
@media screen and (max-width: 700px) {
      .dealPhoto6Six {
      grid-column: 1 / 1;
    }
}

/* "Twe" version goes from 4 -> 3 -> 2 -> 1  */
.dealPhoto1Twe{
	grid-column: 1 / 2;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto2Twe{
	grid-column: 2 / 3;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto3Twe{
	grid-column: 3 / 4;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto4Twe{
	grid-column: 4 / 4;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto5Twe{
	grid-column: 1 / 2;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto6Twe{
	grid-column: 2 / 3;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto7Twe{
	grid-column: 3 / 4;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto8Twe{
	grid-column: 4 / 4;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto9Twe{
	grid-column: 1 / 2;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto10Twe{
	grid-column: 2 / 3;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto11Twe{
	grid-column: 3 / 4;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto12Twe{
	grid-column: 4 / 4;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

@media screen and (max-width: 1150px) {
      .dealPhoto1Twe {
      grid-column: 1 / 2;
    }
}
@media screen and (max-width: 1150px) {
      .dealPhoto2Twe {
      grid-column: 2 / 3;
    }
}
@media screen and (max-width: 1150px) {
      .dealPhoto3Twe {
      grid-column: 3 / 3;
    }
}
@media screen and (max-width: 1150px) {
      .dealPhoto4Twe {
      grid-column: 1 / 2;
    }
}
@media screen and (max-width: 1150px) {
      .dealPhoto5Twe {
      grid-column: 2 / 3;
    }
}
@media screen and (max-width: 1150px) {
      .dealPhoto6Twe {
      grid-column: 3 / 3;
    }
}
@media screen and (max-width: 1150px) {
      .dealPhoto7Twe {
      grid-column: 1 / 2;
    }
}
@media screen and (max-width: 1150px) {
      .dealPhoto8Twe {
      grid-column: 2 / 3;
    }
}
@media screen and (max-width: 1150px) {
      .dealPhoto9Twe {
      grid-column: 3 / 3;
    }
}
@media screen and (max-width: 1150px) {
      .dealPhoto10Twe {
      grid-column: 1 / 2;
    }
}
@media screen and (max-width: 1150px) {
      .dealPhoto11Twe {
      grid-column: 2 / 3;
    }
}
@media screen and (max-width: 1150px) {
      .dealPhoto12Twe {
      grid-column: 3 / 3;
    }
}


@media screen and (max-width: 800px) {
      .dealPhoto1Twe {
      grid-column: 1 / 2;
    }
}
@media screen and (max-width: 800px) {
      .dealPhoto2Twe {
      grid-column: 2 / 2;
    }
}
@media screen and (max-width: 800px) {
      .dealPhoto3Twe {
      grid-column: 1 / 2;
    }
}
@media screen and (max-width: 800px) {
      .dealPhoto4Twe {
      grid-column: 2 / 2;
    }
}
@media screen and (max-width: 800px) {
      .dealPhoto5Twe {
      grid-column: 1 / 2;
    }
}
@media screen and (max-width: 800px) {
      .dealPhoto6Twe {
      grid-column: 2 / 2;
    }
}
@media screen and (max-width: 800px) {
      .dealPhoto7Twe {
      grid-column: 1 / 2;
    }
}
@media screen and (max-width: 800px) {
      .dealPhoto8Twe {
      grid-column: 2 / 2;
    }
}
@media screen and (max-width: 800px) {
      .dealPhoto9Twe {
      grid-column: 1 / 2;
    }
}
@media screen and (max-width: 800px) {
      .dealPhoto10Twe {
      grid-column: 2 / 2;
    }
}
@media screen and (max-width: 800px) {
      .dealPhoto11Twe {
      grid-column: 1 / 2;
    }
}
@media screen and (max-width: 800px) {
      .dealPhoto12Twe {
      grid-column: 2 / 2;
    }
}

@media screen and (max-width: 600px) {
      .dealPhoto1Twe {
      grid-column: 1 / 1;
    }
}
@media screen and (max-width: 600px) {
      .dealPhoto2Twe {
      grid-column: 1 / 1;
    }
}
@media screen and (max-width: 600px) {
      .dealPhoto3Twe {
      grid-column: 1 / 1;

    }
}
@media screen and (max-width: 600px) {
      .dealPhoto4Twe {
      grid-column: 1 / 1;
    }
}
@media screen and (max-width: 600px) {
      .dealPhoto5Twe {
      grid-column: 1 / 1;

    }
}
@media screen and (max-width: 600px) {
      .dealPhoto6Twe {
      grid-column: 1 / 1;
    }
}

@media screen and (max-width: 600px) {
      .dealPhoto7Twe {
      grid-column: 1 / 1;
    }
}
@media screen and (max-width: 600px) {
      .dealPhoto8Twe {
      grid-column: 1 / 1;
    }
}
@media screen and (max-width: 600px) {
      .dealPhoto9Twe {
      grid-column: 1 / 1;

    }
}
@media screen and (max-width: 600px) {
      .dealPhoto10Twe {
      grid-column: 1 / 1;
    }
}
@media screen and (max-width: 600px) {
      .dealPhoto11Twe {
      grid-column: 1 / 1;

    }
}
@media screen and (max-width: 600px) {
      .dealPhoto12Twe {
      grid-column: 1 / 1;
    }
}

.dealPhoto1Four{
	grid-column: 1 / 2;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto2Four{
	grid-column: 2 / 3;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto3Four{
	grid-column: 3 / 4;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.dealPhoto4Four{
	grid-column: 4 / 4;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
@media screen and (max-width: 975px) {
      .dealPhoto1Four {
      grid-column: 1 / 2;
    }
}
@media screen and (max-width: 975px) {
      .dealPhoto2Four {
      grid-column: 2 / 2;
    }
}
@media screen and (max-width: 975px) {
      .dealPhoto3Four {
      grid-column: 1 / 2;
    }
}
@media screen and (max-width: 975px) {
      .dealPhoto4Four {
      grid-column: 2 / 2;
    }
}
@media screen and (max-width: 600px) {
      .dealPhoto1Four {
      grid-column: 1 / 1;
    }
}
@media screen and (max-width: 600px) {
      .dealPhoto2Four {
      grid-column: 1 / 1;
    }
}
@media screen and (max-width: 600px) {
      .dealPhoto3Four {
      grid-column: 1 / 1;
    }
}
@media screen and (max-width: 600px) {
      .dealPhoto4Four {
      grid-column: 1 / 1;
    }
}
.back2dealergal{
	padding: 25px 50px;
	grid-column: 1 / 9;
}

.back2dealergal:hover{
	color: #9c1317;
}


.h1D {

}

@media screen and (max-width: 500px) {
      .h1D {
      font-size: 2em;
      line-height:1em;
    }
}
@media screen and (max-width: 375px) {
      .h1D {
      font-size: 1.75em;
    }
}
.h2D {
padding-top: 20px;
}

@media screen and (max-width: 500px) {
      .h2D {
      font-size:  1.5em;
      line-height:1em;
    }
}
@media screen and (max-width: 375px) {
      .h2D {
      font-size: 1.5em;
    }
}

.dealGalPhoto{
	width:187px;
	height:187px;
	border: #bbbbbb 1px solid ;

}

.dealGalPhoto:hover{
	border: 1px solid black;

}
.dealGalPhotoStyle{
	width:250px;
	height:185px;
	border: #bbbbbb 1px solid ;
	margin:1px;
	

}

.dealGalPhotoStyle:hover{
	margin:0;
	width:252px;
	height:187px;
	padding:1px;
	border: 1px solid black;

}

.dealerAccessWrapper{
	grid-column: 1 / 9;
	line-height: 2.1em;
    text-align: left;
    padding: 0 75px;
}

@media screen and (max-width: 1015px) {
      .dealerAccessWrapper {
    
    margin-left: 0px;
     line-height: 1.7em;
    }
}
@media screen and (max-width: 450px) {
      .dealerAccessWrapper {
    
    padding: 0 55px;
    }
}
@media screen and (max-width: 401px) {
      .dealerAccessWrapper {
    
    padding: 0 30px;
    }
}
@media screen and (max-width: 336px) {
      .dealerAccessWrapper {
    
    padding: 0 14px;
    }
}

.dealerAccessBoxText{
	text-align: justify;
}

.dealerImgLibWrapper{
	grid-column: 1 / 9;
	line-height: 2.1em;
    text-align: left;
    padding: 0 75px;
}

@media screen and (max-width: 1015px) {
      .dealerImgLibWrapper {
    
    margin-left: 0px;
     line-height: 1.7em;
    }
}

.productArchiveText{
	color: #333;
	text-decoration:none;
}

.productArchiveText:hover{
	color: #ff0000;
}


.ProductArchiveWrapper{
	grid-column: 1 / 9;
	line-height: 2.1em;
    text-align: left;
    padding: 0 30px;
}
.h1DRed {
	color:#ff0000;
}

@media screen and (max-width: 500px) {
      .h1DRed {
      font-size: 2em;
      line-height:1em;
    }
}
@media screen and (max-width: 375px) {
      .h1DRed {
      font-size: 1.75em;
    }
}

.dealericonpad{
	vertical-align: sub;
	margin-top:5px;
	height:30px;
	margin-left:5px;
	margin-right:5px;
}

@media screen and (max-width: 600px) {
      .dealericonpad {
	margin-top:11px;
    }
}

.custTestName{
	color:#ff0000;
	font-size:35px;
	letter-spacing:6px ; 
	line-height: 125%;
	padding: 50px 75px 10px 75px;
	text-align: left;
}
@media screen and (max-width: 575px) {
 .custTestName {
	padding: 15px 45px 0px 25px;
	line-height: normal;
    }
}

.custTestLoc{
	font-size: 31px; 
    letter-spacing: .27em;
	color: black;
    line-height: 40px;
    text-align: left;
}
@media screen and (max-width: 900px) {
      .custTestLoc {
      padding: 0 75px 25px 75px;
      letter-spacing: 0px;    
    }
}
@media screen and (max-width: 575px) {
      .custTestLoc {
	font-size: 25px;
	letter-spacing: 1.5px;
    padding: 15px 45px 15px 25px; 
    line-height: 1.2em;      
	}
}
.advocateBlock{
	/*grid-column: 4 / 8;*/
	 grid-column: 1 / 9;
	 display:grid;
	/*padding: 0 75px 0 75px;*/
	line-height: 1.5em;
	font-family: 'Source Sans Pro',sans-serif;
	/*text-align: justify;*/
 }
 @media screen and (max-width: 1015px) {
      .advocateBlock {        
        line-height: 1.7em;
    }
}
.custTestQuotePara{
	
	line-height: 260%; 
	font-size:20px;
	padding:0 75px;
	text-align: justify;
}
@media screen and (max-width: 575px) {
      .custTestQuotePara {
	padding: 0 25px;
	line-height: 2.5em;
	font-size:16px;
	}
}
.custTestQuoteParaRight{
	
	line-height: 250%; 
	font-size:20px;
	padding:0 75px;
	text-align: right;
}@media screen and (max-width: 575px) {
      .custTestQuoteParaRight {
	padding: 20px 25px;
	line-height:1.1;
	font-size:16px;
    }
}
.custTestQuoMark{
	color:#ff0000; 
	font-size: 28px;
}

.custTestDealer{
	letter-spacing: 2px; 
	color:#6d6d6dc2;
	text-decoration:none; 
	font-size:18px;
	padding-left: 45px;
	text-align: left;
}
.custTestDealer:hover{
	color:#c70006;
}
@media screen and (max-width: 400px) {
		.custTestDealer{
	letter-spacing: 1px; 
}
}
/*THESE HAVE OLD BACKGROUND IMAGE; PUT NEW ONES FROM NATE*/
.custTestQuoteWrapperShort{
	grid-column: 1 / 9;
	background: url(../assets/images/customer_testimonials/Swoop-watermark_short.jpg);
	background-repeat:no-repeat;
	background-position: center;
	padding: 50px 0;
}
.custTestQuoteWrapperMedium{
	grid-column: 1 / 9;
    background: url(../assets/images/customer_testimonials/Swoop-watermark_medium.jpg);
	background-repeat:no-repeat;
	background-position: center;
	padding: 50px 0;

}
.custTestQuoteWrapperTall{
	grid-column: 1 / 9;
    background: url(../assets/images/customer_testimonials/Swoop-watermark_tall.jpg);
	background-repeat:no-repeat;
	background-position: center;
	padding: 50px 0;

}
@media screen and (max-width: 1050px) {
      .custTestQuoteWrapperShort {
      padding-bottom: 0;
     }
}
@media screen and (max-width: 1050px) {
      .custTestQuoteWrapperMedium {
      padding-bottom: 0;
     }
}
@media screen and (max-width: 1050px) {
      .custTestQuoteWrapperTall {
      padding-bottom: 0;
     }
}
.custTestPhotoGrid{
	display: grid;
	padding: 0px 30px;
}

@media screen and (max-width: 937px) {
      .custTestPhotoGrid{
	display: grid;
	padding: 0;
}
}
@media screen and (max-width: 400px) {
      .custTestPhotoGrid{
	display: grid;
		  max-width:350px
	padding: 0;
}
}
.CTLightbox1 {
    width: 300px;
    margin: auto;
	grid-column: 1 / 2;
	padding: 30px 0;
 }
@media screen and (max-width: 1050px) {
      .CTLightbox1 {
      width: 250px;
     }
}
@media screen and (max-width: 937px) {
      .CTLightbox1 {
      width: 300px;
	  grid-column: 1 / 1;
	  padding: 30px 0 15px 0;
     }
}
.CTLightbox2 {
    width: 300px;
    margin: auto;
	grid-column: 2 / 3;
	padding: 30px 0;
 }
@media screen and (max-width: 1050px) {
      .CTLightbox2 {
      width: 250px;
     }
}
@media screen and (max-width: 937px) {
      .CTLightbox2 {
      width: 300px;
	  grid-column: 1 / 1;
	  padding: 15px 0;
     }
}
.CTLightbox3 {
    width: 300px;
    margin: auto;
	grid-column: 3 / 3;
	padding: 30px 0;
 }
@media screen and (max-width: 1050px) {
      .CTLightbox3 {
      width: 250px;
     }
}
@media screen and (max-width: 937px) {
      .CTLightbox3 {
      width: 300px;
	  grid-column: 1 / 1;
	  padding: 15px 0 30px 0;
     }
}
.industryText{
	padding: 30px 0 0 75px;
	font-size:20px;
	line-height: 27px;
	letter-spacing:2px;
    text-align: justify;
}

@media screen and (max-width: 900px) {
      .industryText {
      padding-right: 75px;
      padding-bottom: 25px;
    }
}

.industryTextWrapper{
	grid-column:1 / 5;
	padding-right: 50px;
}
@media screen and (max-width: 900px) {
      .industryTextWrapper {
      grid-column:1 / 9;
      padding-right: 0;
    }
}
@media screen and (max-width: 575px) {
      .industryText {
	  padding: 25px;
	  font-size: 18px;
	  line-height: 1.5em;
      text-align: justify;
	  }
}
.industryImg{
	grid-column: 5 / 9;
	display: flex;
	padding: 0 15px;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 900px) {
      .industryImg {
      grid-column:1 / 9;
    }
}

.indImg{
	max-width:100%;
}
@media screen and (max-width: 900px) {
      .indImg {
      padding: 0 75px;
    }
}
@media screen and (max-width: 575px) {
      .indImg {
      padding: 0 45px;
    }
}
.grid19{
    grid-column: 1 / 9;
}

/*drop down list from https://www.w3schools.com/css/tryit.asp?filename=trycss_dropdown_button*/
.dropbtnSTATE {
  background-color: #ffffff;
  color: black;
  padding: 7px 30px 7px 30px;
  font-size: 18px;
  border: none;
  cursor: pointer;
      font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 1.5px;
	min-width: 200px;
}

.dropdownSTATE {
  position: relative;
  display: inline-block;
}

.dropdownSTATE-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  max-height:250px;
  overflow: auto;
  color:black;
}

.dropdownSTATE-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdownSTATE-content a:hover {background-color: #f1f1f1}

.dropdownSTATE:hover .dropdownSTATE-content {
  display: block;
}

.dropdownSTATE:hover .dropbtn {
  background-color: #d2d2d2;
  color:#9c0000
}
.distmap{
	
    grid-column: 3 / 9;
	text-align: center
}
.distmap a:link {
    color: #fff;
    text-decoration: none;
}
.distmap a:visited {
    color: #fff;
}
.distmap a:hover {
    color: black;
}
@media screen and (max-width: 900px) {
      .distmap{
	
    grid-column: 1 / 9;
}
}
.tablecellresize{

}

@media screen and (max-width: 900px) {
      .tablecellresize {
	line-height:0px;
    }
}
.tablecellresize1150{
line-height:normal;
}

.tablecellresize1450{
line-height:normal;
}

@media screen and (max-width: 1150px) {
      .tablecellresize1150 {
	line-height:0px;
    }
}
.tablecellresizeXLONG{

}

@media screen and (max-width: 1200px) {
      .tablecellresizeXLONG {
	line-height:0px;
    }
}

.odinGoldForm{
	grid-column: 1 / 9;
	padding: 0 75px;
}

@media screen and (max-width: 675px) {
      .odinGoldForm {
      	padding: 0 45px;
    }
}
.ProRegHeading{
	grid-column: 1 / 9;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #000;
	font-family: 'Source Sans Pro:300', sans-serif;
    font-weight: normal;

}

.proRegRight{
	color: black;
	font-size:15px;
	float: right;
	padding-top: 25px;
	white-space:nowrap;
}
@media screen and (max-width: 890px /* actual is 738px, but for some reason it thinks its a different size, so put 820px */) {
	.proRegRight{
		float:inherit;
	}
}
.proRegTop{
	padding: 0 75px 0 75px;
}
.proRegWrapper{
	
    grid-column: 1 / 9; 
	padding-left: 75px;
	padding-right: 75px;
}
@media screen and (max-width: 475px){
	.proRegTop{
	padding: 0 45px;
	}
}
@media screen and (max-width: 400px){
	.proRegTop{
	padding: 0 25px;
	}
}
@media screen and (max-width: 475px){
	.proRegWrapper{
	padding: 0 45px 0 45px;
	}
}



.QRTLightbox1 {
    width: 150px;
    margin: auto;
	grid-column: 1 / 2;
	padding: 30px 0;

 }
@media screen and (max-width: 650px) {
      .QRTLightbox1 {
	  grid-column: 1 / 1;
	  padding: 30px 0 15px 0;
     }
}
.QRTLightbox2 {
    width: 150px;
    margin: auto;
	grid-column: 2 / 3;
	padding: 30px 0;
 }
@media screen and (max-width: 650px) {
      .QRTLightbox2 {
	  grid-column: 1 / 1;
	  padding: 15px 0;
     }
}
.QRTLightbox3 {
    width: 150px;
    margin: auto;
	grid-column: 3 / 3;
	padding: 30px 0;
 }
@media screen and (max-width: 650px) {
      .QRTLightbox3 {
	  grid-column: 1 / 1;
	  padding: 15px 0 30px 0;
     }
}

.hoverborder{
	border:solid #bbbbbb 1px;
}
.hoverborder:hover{
	border:solid black 1px;
}

.mobilebreak{
	line-height:0px;
}
@media screen and (max-width: 650px) {
	.mobilebreak{
	line-height:10px;
}
}
