    @media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}
     
body {
	font-family: "Source Sans 3", Arial, sans-serif;
	color:#000;
	text-align:center;
	margin: 0px;
	overflow-x:hidden;
}

h1 {
	font-size: 40px;
	line-height: 46px;
    font-weight: 400;
    text-transform: uppercase;
    color: #4e4e4e;
}

@media only screen and (max-width: 760px)  { 
	h1 { font-size: 30px; line-height: 34px; }
}


h2 {
	font-size: 24px;
    font-weight: 600;
    line-height: 30px;
	
}

h3 {
	font-size: 22px;
    font-weight: 500;
    line-height: 28px;
}
	
	a img
{
	border:none;

}

hr {margin: 24px 0px;}
	
a {
	color: #a81e3f;
    text-decoration: none;
    font-weight: 500;
 }
	 
a:hover {
 color: #000;
 text-decoration:underline;
 }	 
 

 
 

.video-wrapper {
    position: relative;
    display:inline-block;
	height:100vh;
	overflow:visible;
}

@media only screen and (max-width: 760px)  {
.video-wrapper  {
	height: 50vh;
	background-color:#000;
}	
	
}


.video-wrapper video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
	overflow:hidden;
}


@media only screen and (max-width: 760px)  {
.video-wrapper  video{
	height: 50vh;
	background-color:#000;
}	
	
}


	
.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover; 

}

.video-background img{
    width:100%;

}

@media only screen and (max-width: 760px)  {
.video-background {
	display: none;
}	
	
}


.header {
	width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
}

@media only screen and (max-width: 760px)  {
	.header {
		flex-direction:column;
		justify-content:center;
	}
}

.header img:hover {
    opacity: 0.7;
    transition: all 200ms ease;
}

.top-logo {
    width: 20%;
    margin-top: 30px;
	margin-bottom: 30px;
    margin-left: 5%;
}

@media only screen and (max-width: 760px)  {
.top-logo {
	width:100%;
	margin-left:0;
}	
.top-logo img {max-width:350px;}	
}


.top-contact {
    width: 17%;	
	text-align:right;
	margin-right: 5%;
    margin-top: 28px;	
}

.top-contact img { margin: 2px 0px; }

@media only screen and (max-width: 760px)  {
.top-contact {
	width:100%;
	margin-right:0;
	text-align:center;
	margin-top:30px;
}	
.top-contact img {max-width:300px;}	
}

.contactform { font-size: 19px; }

.contactform strong { font-weight: 600; }

.contactform input[type=text], .contactform input[type=date], .contactform input[type=email] {
    height: 30px;
    border-color: #cbc9ca;
    font-optical-sizing: auto;
    color: #58595b;
    font-size: 19px;
    padding: 1px 10px;
    border-width: 1px;
}

.emailbutton {
  display: inline-block;
    border-radius: 2px;
    background-color: #e01f1a;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    width: 200px;
    transition: all 0.4s;
    cursor: pointer;
    margin: 5px 0px 5px 0px;
}

.emailbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.emailbutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.emailbutton:hover span {
  padding-right: 25px;
}

.emailbutton:hover span:after {
  opacity: 1;
  right: 0;
}






.navbar {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    height: auto;
    font-size: 1vw;
    font-weight: 300;
    z-index: 5;
    top: 50%;
	width:100%;
}
.home-navbar {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    height: auto;
    font-size: 1vw;
    font-weight: 300;
    z-index: 5;
    top: 20%;
	width:100%;
}


.navbar ul,  .home-navbar ul{ 
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 95%;
	margin-left: 5%;
}

@media only screen and (min-width: 1366px) and (max-width: 1536px) { 
	.navbar, .home-navbar { font-size: 0.9vw; }
	.navbar ul, .home-navbar ul { width: 70%; margin-left: 15%; } 
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) { 
	.navbar, .home-navbar  { font-size: 1vw; }
	.navbar ul,  .home-navbar ul { width: 80%; margin-left: 10%; } 
}
@media only screen and (min-width: 761px) and (max-width: 1024px) { 
	.navbar, .home-navbar  { font-size: 1.2vw; }
	.navbar ul, .home-navbar  ul { width: 98%; margin-left: 2%; } 
}
@media only screen and (max-width: 760px)  { .navbar ul, .home-navbar ul {display:none;  } }

.navbar li, .home-navbar  li {
  float: left;
}

.navbar li a, .navbtn, .home-navbar  li a {
	display: block;
	color: white;
	text-align: center;
	padding: 10px 3% 10px 0px;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 0.5px;
	white-space: nowrap;
}

.navbar li, .home-navbar  li {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 2%;
  text-decoration: none;
}

.navbar li a:hover, .navdown:hover .navbtn, .home-navbar  li a:hover {
  /*-- background-color: red; --*/
}

.navbar li.navdown, .home-navbar li.navdown {
  display: inline-block;
}

.navdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.navdown-content a { 
	color: black !important;
	padding: 4px 20px 4px 12px !important;
	text-decoration: none;
	display: block;
	text-align: left!important;
	font-weight: 400 !important;
	border-left: 5px solid #e01f1a;
	margin-left:-5px;
}

.navdown-content a:hover {background-color: #e5e5e5;}

.navdown:hover .navdown-content {
  display: block;
}






.brand-logos {
	bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
}

@media only screen and (max-width: 760px)  {
.brand-logos {
	display:none;
}	
	
}



.brand-logo-col {
	width:15%;
	/*-- max-width:180px; --*/
}

.logo { padding: 5% 16%; }

.logo img { width:100%; }

.logo img:hover {
    opacity: 0.7;
    transition: all 200ms ease;
}

.home-section-1 {
    background-color: #F3F3F3;
    width: 100%;
    padding-top: 20px;
	padding-bottom: 50px;
}


.home-heading {
    margin: 40px 0;
    text-align: center;
    color: black;
    font-size: 2.2em;
}

@media only screen and (max-width: 760px) { .home-heading { font-size: 28px; } }

.red-line {
    background-color: #e01f1a;
    width: 140px;
    margin-top: -10px;
    margin: -30px auto;
	margin-bottom: 60px;
    border: 2px solid #e01f1a;
}

.red-line-2 {
    background-color: #FFF;
    width: 140px;
    margin-top: -10px;
    margin: -30px auto;
    border: 2px solid #FFF;
}

.home-form {
	display: flex;
    justify-content: center;
	margin-top:50px;
}

@media only screen and (max-width: 1275px)  {
.home-form {
	flex-direction:column;
}	
	
}

.home-form-input {
	width:15%;
}

.home-form-input-2 {
	width:8%;
	cursor:pointer;
}
.home-form-input-3 {
	width: 25%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5%;
	font-size: 1vw;
}

.sb-condition {
	white-space:nowrap;
}

@media only screen and (max-width: 1275px)  {
.home-form-input, .home-form-input-2{
	width:100%;
	margin-bottom:15px;
}	
	
}

@media only screen and (max-width: 1275px)  {
.home-form-input-3 {
	width:100%;
	margin-bottom:15px;
	justify-content: inherit;
	font-size: 4vw;
}	
	
}


.home-form-input select, .home-form-input input[type=text] {
	
	width:85%;
	height:35px;
	font-size:18px;
	font-family: "Source Sans 3", Arial, sans-serif;
    font-weight: 400;
	padding: 0px 7px;
}


.home-section-2 {
    background-color: #FFF;
    width: 100%;
    padding-top: 20px;
	padding-bottom: 70px;
}


.home-products {
	display: flex;
    justify-content: center;
	margin-top:50px;
}
@media only screen and (max-width: 760px)  {
.home-products {
	flex-direction:column;
}	
	
}

.home-product {	
	width:25%;	
}

@media only screen and (max-width: 760px)  {
.home-product {
	width:100%;
	margin-bottom:15px;
}	
	
}


.home-product img{
    max-width: 350px;
    max-height: 236px;
}

.promo-text {
	font-size:18px;
	font-weight: 500;
	margin-top: 30px;
}

.home-section-3 {
    background-color: #e01f1a;
    width: 100%;
    padding-top: 20px;
	padding-bottom: 50px;
}

.home-heading-2 {
    margin: 40px 0;
    text-align: center;
    color: #FFF;
    font-size: 2.2em;
}

@media only screen and (max-width: 760px) { .home-heading-2 { font-size: 28px; } }

.home-text {
    display: flex;
	flex-direction:column;
    margin-top: 50px;
    margin-left: 17%;
    margin-right: 17%;
    color: #FFF;
    text-align: left;
    font-size: 18px;
	line-height: 30px;
}

.home-text img {max-width:100%;}

.home-text a {color:#FFF;text-decoration:underline;}

@media only screen and (max-width: 760px) { .home-text { margin-left: 12%; margin-right: 12%; } }


.header-image {
	position: relative;
    width: 100%;
    height: auto;
    display: inline-block;

}

@media only screen and (max-width: 760px)  {
.header-image {
	width:auto;
	height:50vh;
}	
	
}


.search-bar {
    background-color: #F3F3F3;
    display:flex;
}

@media only screen and (max-width: 760px)  {
.search-bar {
	flex-direction:column;
}	
	
}

.search-bar-label {
	width:5%;
	margin-top:1%;
	margin-bottom:1.5%;
	font-size:1.5vw;
	margin-left:5%;
	align-self: center;
	display: flex;
	justify-content: center;	
	
}

@media only screen and (max-width: 760px)  {
.search-bar-label {
	font-size: 6vw;
	margin: 15px 0px 10px 0px;
	}	
}


.search-bar-input {
	width:25%;
	margin-top:1.5%;
	margin-bottom:1.5%;
}

.search-bar-input-2 {
	width: 12%;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    margin-right: 5%;
	font-size: 1vw;
}

.search-bar-input-2 input[type=image] {
	width:100%;
	max-width:135px;
}


.search-bar-input-3 {
	width: 40%;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    display: flex;
    margin-left: 2%;
    font-size: 1vw;
	justify-content:center;
}

@media only screen and (max-width: 760px)  {
.search-bar-input, .search-bar-input-2 {
	width:100%;
	margin-bottom:15px;
}	
	
}

@media only screen and (max-width: 760px)  {
.search-bar-input-3 {
	width:100%;
	margin-bottom:15px;
	justify-content:center;
	font-size:4vw;
}	
	
}


.search-bar-input select, .search-bar-input input[type=text] {
	width:85%;
	height:35px;
	font-size:18px;
	font-family: "Source Sans 3", Arial, sans-serif;
    font-weight: 400;
	padding: 0px 7px;
	/*-- 
	width: 80%;
    height: 2vw;
    font-size: 1vw;
	padding: 0px 6px;
	--*/
}

/*-- 

@media only screen and (max-width: 760px)  {
.search-bar-input select, .search-bar-input input[type=text] {
	font-size:3vw;
	height: 4vw;
	}
}
--*/

.subpage-heading {
	margin-left:5%;
	width:90%;
	text-align:left;
	margin-top:40px;
	
}

.subpage-red-line {
	background-color: #e01f1a;
    width: 135px;
    margin-top: -10px;
    border: 3px solid #e01f1a;
    /*-- margin-left: 5%; --*/
	margin-bottom:40px;
}

.subpage-content-area {
	margin-top: 4%;
    margin-left: 5%;
	width:90%;
    color: #000;
    text-align: left;
    font-size: 18px;
	line-height:30px;
}

.products-list {
	display:flex;
	margin-left:5%;
	margin-bottom:2%;
	width:90%;
	justify-content:space-evenly;
	line-height:1.2vw;
}

@media only screen and (max-width: 760px)  {
.products-list{
	flex-direction:column;
	width:100%;
	margin-left:0;
	line-height:4vw;
}	
	
}

.product-container {
	width:22%;	
	border: 1px solid #808080;
	display: flex;
    flex-direction: column;
    justify-content: space-between;	
}
@media only screen and (max-width: 760px)  {
.product-container{
	margin-bottom:30px;
	width: 80%;
    margin-left: 10%;	
}	
	
}


.product-image, .product-image img {
	width: 90%;
    padding: 0% 5%;
	position: relative;
    display: inline-block;	
	
}

.product-title {
	width: 94%;
    text-align: left;
    font-size: 1.1vw;
    color: #4e4e4e;
    background-color: #EDEDED;
    padding: 3%;
}

.product-title strong {
	font-size:1.2vw;
}

@media only screen and (max-width: 760px)  {
.product-title{
	font-size:4.5vw;
}	
	
}

@media only screen and (max-width: 760px)  {
.product-title strong{
	font-size:4vw;
}	
	
}



.product-pricing {
	width:98%;
	display:flex;
	justify-content:right;
	margin-top:15px;
	flex-direction:column;
    margin-left: 2%;
	color: #4e4e4e;
	font-size:1vw;
}

@media only screen and (max-width: 760px)  {
.product-pricing{
	font-size:3vw;
}	
	
}


.product-pricing strong{
	font-size:1.3vw;	
}

@media only screen and (max-width: 760px)  {
.product-pricing strong{
	font-size:3.5vw;
}	
	
}

.product-details-title {
	width: 94%;
    text-align: left;
    font-size: 1.5vw;
    color: #4e4e4e;
	margin-top:5%;
}

.product-details-title strong {
	font-size:1.6vw;
}

@media only screen and (max-width: 760px)  {
.product-details-title{
	font-size:4.5vw;
}	
	
}

@media only screen and (max-width: 760px)  {
.product-details-title strong{
	font-size:4vw;
}	
	
}



.product-details-pricing {
	width:98%;
	display:flex;
	justify-content:right;
	margin-top:15px;
	flex-direction:column;
    margin-left: 0;
	color: #4e4e4e;
	font-size:1.5vw;
	margin-bottom:3%;
}

@media only screen and (max-width: 760px)  {
.product-details-pricing{
	font-size:3.5vw;
}	
	
}


.product-details-pricing strong{
	font-size:1.6vw;	
}

@media only screen and (max-width: 760px)  {
.product-details-pricing strong{
	font-size:4vw;
}	
	
}

.product-overlay {
	position: absolute;
    top: -15%;
    right: -40.5%;
    width: 60% !important;	
	
}

.product-link {
	width:100%;
	display:flex;
	justify-content:right;
	margin-top:15px;
	justify-content: space-between;
}



.product-button {
	width: 50%;
    background-color: #e01f1a;
    color: #FFF;
    padding: 10px;
    font-size: 0.9vw;
	text-align:center;
}




@media only screen and (max-width: 760px)  {
.product-button{
	font-size:3.5vw;
}	
	
}


.product-button a{
    color: #FFF;	
}

.product-button2 {
	width: 50%;
    background-color: #FFF;
    color: #000;
    padding: 10px;
    font-size: 0.9vw;
	text-align:center;
	border-top:1px solid #808080;
}




@media only screen and (max-width: 760px)  {
.product-button2{
	font-size:3.5vw;
}	
	
}


.product-button2 a{
    color: #000;	
}




.product-details-container {
	display:flex;
	margin-left:13%;
	margin-bottom:2%;
	width:74%;
	justify-content:space-evenly;
}

@media only screen and (max-width: 760px)  {
	.product-details-container {
		flex-direction:column;
		margin-left:8%;
		width:84%;
	}	
	
}

.product-details-col {
	width:48%;
	text-align:left;
}

@media only screen and (max-width: 760px)  {
.product-details-col{
	width:100%;
}	
	
}


.product-details-red-line {
	background-color: #e01f1a;
    width: 135px;
    margin-top: -10px;
    border: 3px solid #e01f1a;
    margin-left: 0;
	margin-bottom:40px;
}

.product-details-image, .product-details-image img {
	width: 86%;
    margin-bottom: 2%;
    padding: 0% 5%;
}

.product-details {
	display:flex;
	width:100%;
	justify-content:space-between;
	font-size:1.6vw;
	border-bottom: 2px solid #e01f1a;
	margin-bottom:20px;
}

@media only screen and (max-width: 760px)  {
.product-details{
	font-size:22px;
}	
	
}


.product-details a {
	text-decoration:none;
}

.p-title {
	width:80%;
	
}

.p-expand {
	width:5%;
	text-align:center;
}

.p-detail-text {
	width: 90%;
    text-align: left;
    font-size: 20px;
    margin-left: 10%;
	display:none;
}

@media only screen and (max-width: 760px)  { .p-detail-text { width: 92%; font-size: 18px; margin-left: 5%; } }

.header-wrapper {
	position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
	
}

.more-info-container {
	background-color: #F3F3F3;
    width: 96%;
    margin-top: 20px;
    padding: 2%;
    font-size: 30px;
}

@media only screen and (max-width: 760px)  {
	.more-info-container {
		width: 90%;
		margin-top: 25px;
		padding: 5%;
		font-size: 26px; 
	}
}

.more-info-container span {
	color:#e01f1a;
	
}

.more-info-container input[type=text], .more-info-container input[type=email] {
    width: 100%;
	height:45px;
	font-size: 20px;
    padding-left: 6px;
	
}

.more-info-container input[type=checkbox] {
    width: 30px;
	height:20px;
}

.more-info-container textarea{
    width: 100%;
	height:105px;
	font-size:20px;
	font-family: "Source Sans 3", Arial, sans-serif;
	padding: 4px 6px;
	
}

.more-info-submit {
	width: 100%;
    display: flex;
    justify-content: right;	
}

.more-info-submit button {
	width: 40%;
    background-color: #e01f1a;
    color: #FFF;
    border: none;
	font-size:1.5vw;
	height: 100%;
    min-height: 50px;
	cursor:pointer;
	
}


@media only screen and (max-width: 760px)  {
.more-info-submit button {
	font-size:3.5vw;
}	
	
}


.product-page-link, .product-page-link img {
	width:100%;
	margin-top:10px;
	
}

.product-full-width {
	margin-left: 13%;
    width: 74%;	
}

@media only screen and (max-width: 760px)  { .product-full-width { margin-left: 0%; width: 100%; } }



.projects-container {
	display:flex;
	width:100%;
	justify-content: space-evenly;
	
}
@media only screen and (max-width: 760px)  {
.projects-container{
	flex-direction:column;
}	
	
}


.project-item {
	width:40%;
	padding:2%;	
}

.project-item strong {
	font-weight: 700;
}

@media only screen and (max-width: 760px)  {
.project-item{
	width:100%;
	padding:0;
	margin-bottom:20px;
}	
	
}


.project-image img{
	width:100%;
	
}

.response-message {
	color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 5px;
}



.our-people hr { margin-top: 10px; margin-bottom: 12px; }
.our-people img { width: 100%; height: auto; }

.our-people {
	width: 40%;
    float: left;
    margin: 2% 5% 3% 5%;
}
@media only screen and (min-width: 761px) and (max-width: 1536px) { .our-people { width: 46%; margin: 2% 2% 3% 2%; } }

@media only screen and (max-width: 760px) { .our-people { width: 96%; } }


.atab-vh1 { top: 24vh; }
.atab-vh2 { top: 46vh; }
.atab-vh3 { top: 68vh; }

.atab-container {
    display: flex;
	position: fixed;
    right: -32px;
    z-index: 8;
    float: right;
}
.atab-child {
    align-self: flex-end;
    width: 70px;
    height: auto;
    animation-duration: 10s;
    animation-iteration-count: 1;
    transform-origin: bottom;
}
.atab-bounce:hover {
    animation-name: bounce;
    animation-timing-function: ease;
}
@keyframes bounce {
	0%   { transform: translateX(0); }
	2% { transform: translateX(-24px); }
	4% { transform: translateX(-16px); }
	100% { transform: translateX(-16px); }
}

@media only screen and (min-width: 761px) and (max-width: 1536px) { 
	.atab-vh1 { top: 23vh; }
	.atab-vh2 { top: 47vh; }
	.atab-vh3 { top: 71vh; } 
}





/* Style the links inside the sidenav */

#mySidenav { display: block; }
@media only screen and (max-width: 760px) { #mySidenav { display: none; } }

.sidenav {
	top: 40vh;
	position: sticky;
	z-index: 10;
}

#mySidenav a {
	position: absolute;
    right: -180px;
    transition: 0.3s;
    padding: 12px 16px;
    width: 195px;
    text-decoration: none;
    color: #fff;
    border-radius: 4px 0px 0px 4px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
	
    /*-- border-style: solid;
    border-width: thin;
	border-color: #000;
    filter: drop-shadow(-2px 0px 0px #000000); --*/
}

#mySidenav a:hover {
  right: -2; /* On mouse-over, make the elements appear as they should */
}

/* The about link: 20px from the top with a green background */
#clearance {
  top: 20px;
  background-color: #1a1a1a;
}

#hoist {
  top: 80px;
  background-color: #e11f1c; 
}

#tools {
  top: 140px;
  background-color: #f68d2e; 
}

#contact {
  top: 200px;
  background-color: #ffdd00 /* Light Black */
}






.footer {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 40px;
	padding-bottom: 20px;
	background-color: #e0e0e0;
	text-align: left;
}

.footer_col1 {
	color: #000;
	float: left;
	font-size: 0.73vw;
	height: auto;
	margin-top: 20px;
	width: 13%;
	margin-left: 18%;
	margin-bottom: 10px;
}

.footer_col1 img { margin-bottom: 13px; max-width: 198px; }

.footer_col1  a, .footer_col1 a:hover{
	color: #000;
	font-size: 0.73vw;
}

.footer_col2 {
	color: #000;
	float: left;
	font-size: 0.73vw;
	height: auto;
	margin-top: 70px;
	width: 13%;
	margin-left: 0%;
	margin-bottom: 10px;
}

.footer_col2  a, .footer_col2 a:hover {
	color: #000;
	font-size: 0.73vw;
}

.col-fin { margin-left:3%; }
	





@media only screen and (max-width: 760px)  {

	.footer_col1 {
		font-size: 16px;
		width: 98%;
		line-height:20px;
		text-align:center;
		margin-left:0;
	}	

	.footer_col1  a, .footer_col1 a:hover { font-size:16px; }

	.footer_col1 img { 
		max-width:240px;
		width:100%;
	}

	.footer_col2 {
		font-size: 16px;
		margin-top: 10px;
		width: 98%;
		line-height:20px;
		text-align:center;
	}	

	.footer_col2  a, .footer_col2 a:hover { font-size:16px; }

}


@media only screen and (min-width: 761px) and (max-width: 1365px)  {
		
	
}


@media only screen and (min-width: 1366px) and (max-width: 1919px)  {
	

	
}







.footerbutton {
  border: none;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  margin-top: 14px;
  background-color: #000; 
  color: white !important;
  transition-duration: 0.1s;
}

.footerbutton:hover {
  background-color: #e01f1a;
}

a.footerbutton {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none !important;
    color: initial;
}



.financingbutton {
	border: none;
	padding: 4px 0%;
	font-size: 1.4vw;
	width: 100%;
	text-align: center;
	text-decoration: none !important;
	display: inline-block;
	background-color: #f68d2e;
	color: white !important;
	transition-duration: 0.1s;
	margin-top: 24px;
	font-weight: 600;
}

@media only screen and (max-width: 760px)  { .financingbutton { font-size: 5vw; }}

.financingbutton:hover {
  background-color: #f5ac6c;
}

a.financingbutton {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none !important;
    color: initial;
	text-transform: uppercase;
}




.form-3-col {
	display: flex;
    justify-content: space-between;	
}

@media only screen and (max-width: 760px)  {
.form-3-col{
	flex-direction:column;
}	
	
}

.form-3-col div{
	width:32%;	
}
	
@media only screen and (max-width: 760px)  {
.form-3-col div{
	width:100%;
	margin-top:5%;
}	
	
}


.topnav {
  overflow: hidden;
  background-color: #333;
}

@media only screen and (min-width: 761px)  {
.topnav{
	display:none;
}	
	
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}


.active {
  background-color: #e01f1a;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 20px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}



@media screen and (max-width: 760px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
	  font-size: 20px;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 760px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
	
	



