﻿/*===================== 
	Color information
	
	- Blue: #064485;
	- Red: #cc3333;
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	    Font
=======================*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600');

/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Montserrat', sans-serif;
	background:url(../siteart/noisy.png) repeat;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	width:70%;
	margin:0 auto;
	color: #cc3333;
	} 

img { border: 0;} 
.mobile{
	display:none;
}


.applications img {
	display: block;
  margin-left: auto;
  margin-right: auto;
	width:100%;
}

/*---POP-UP -----------------------------------*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box {
	width: 50%;
	margin: 0 auto;
	background: rgba(0,0,0,0.2);
	padding: 35px;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
	transition: all 0.2s;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	padding:0 8px 0px 8px;
}
.popup .close:hover {
    background: #000;
	color:#fff;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}
.popup p{
	font-size: 18px;
	padding: 1% 2%;
	box-sizing: border-box;
}
.popup h1{
	padding: 1% 2%;
	box-sizing: border-box;
}
.popup p a{
	text-decoration: underline;
}
.popup p a:hover{
	color:#000;
	text-decoration: none;
}
/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
	content:"";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 99999;
}
.overlay .popup {
	background: #fff;
	border:3px solid #000;
	border-radius: 5px;
	width: 100%;
	max-width: 950px;
	position: absolute;
	top: 6vw;
	left: 0;
	right: 0;
	float:none;
	padding: 40px 0;
	margin: 0 auto;
	text-align:left;
	z-index: 99999999;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	color:#000;
	font-size: 16px;font-weight: 400;
}
.overlay:target .popup {
    top: -180%;
    left: -100%;
}
/* ---------------------------------------------*/
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-size: 24px;
		font-weight:400;
		color: #064485;
		padding:.5% 0 1% 0; 
	}
	h2 { 
		font-size:22px;
		font-weight:400;
		color:#cc3333;
		padding:2% 0 1% 0;
	}
	h3 {
		font-size:22px;
		font-weight:500;
		color:#cc3333;
		padding:1% 0 3% 0;
	}

p {
	margin: 0;
	padding:0 0 1% 0;
	font-size:18px;
	font-weight:300;
	}

p.signoff{text-align:right;}
/*===================== 
	Color information
	
	- Blue: #064485;
	- Red: #cc3333;
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	    Font
=======================*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600');

/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Montserrat', sans-serif;
	background:url(../siteart/noisy.png) repeat;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	width:70%;
	margin:0 auto;
	color: #cc3333;
	} 

img { border: 0;} 
.mobile{
	display:none;
}


.applications img {
	display: block;
  margin-left: auto;
  margin-right: auto;
	width:100%;
}

/*---POP-UP -----------------------------------*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box {
	width: 50%;
	margin: 0 auto;
	background: rgba(0,0,0,0.2);
	padding: 35px;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
	transition: all 0.2s;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	padding:0 8px 0px 8px;
}
.popup .close:hover {
    background: #000;
	color:#fff;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}
.popup p{
	font-size: 18px;
	padding: 1% 2%;
	box-sizing: border-box;
}
.popup h1{
	padding: 1% 2%;
	box-sizing: border-box;
}
.popup p a{
	text-decoration: underline;
}
.popup p a:hover{
	color:#000;
	text-decoration: none;
}
/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
	content:"";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 99999;
}
.overlay .popup {
	background: #fff;
	border:3px solid #000;
	border-radius: 5px;
	width: 100%;
	max-width: 950px;
	position: absolute;
	top: 6vw;
	left: 0;
	right: 0;
	float:none;
	padding: 40px 0;
	margin: 0 auto;
	text-align:left;
	z-index: 99999999;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	color:#000;
	font-size: 16px;font-weight: 400;
}
.overlay:target .popup {
    top: -180%;
    left: -100%;
}
/* ---------------------------------------------*/
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-size: 24px;
		font-weight:400;
		color: #064485;
		padding:.5% 0 1% 0; 
	}
	h2 { 
		font-size:22px;
		font-weight:400;
		color:#cc3333;
		padding:2% 0 1% 0;
	}
	h3 {
		font-size:21px;
		font-weight:500;
		color:#cc3333;
		padding:1% 0 3% 0;
	}

p {
	margin: 0;
	padding:0 0 1% 0;
	font-size:18px;
	font-weight:300;
	}

p.signoff{text-align:right;}
.info_box p{padding: 8% 0 0.6% 0;}
.small {font-size:14px;}
.center{text-align:center;}
.centertitle{text-align:center;}
.white{color:#fff;}
.bold {font-weight: 600;}
.regular{font-weight:400;}

.centertitle { font-size:20px!important; font-weight: bold; text-decoration: underline; line-height:1px;}
.title{font-size:20px!important; font-weight: bold; text-decoration: underline; line-height:40px;}
/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #064485; 
    text-decoration: underline;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #333;
		} 
a.link-reset{text-decoration: none; color:inherit;}
		
a.sm_button{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#096bd1+0,064485+100 */
	background: #096bd1; /* Old browsers */
	background: -moz-linear-gradient(top, #096bd1 0%, #064485 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #096bd1 0%,#064485 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #096bd1 0%,#064485 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#096bd1', endColorstr='#064485',GradientType=0 ); /* IE6-9 */
	color:#fff;
	border-radius: 5px;
	padding: 2% 1%;
	margin: 5% 1% 1%;
	text-align:center;
	width: 90px;
	display:inline-block; 
	zoom:1; 
	*display:inline;
	text-decoration:none;
}
a.sm_button:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#064485+0,096bd1+100 */
	background: #064485; /* Old browsers */
	background: -moz-linear-gradient(top, #064485 0%, #096bd1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #064485 0%,#096bd1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #064485 0%,#096bd1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064485', endColorstr='#096bd1',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
a.left-side{
	margin-left: 14%;
}
a.fullbtn{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#096bd1+0,064485+100 */
	background: #096bd1; /* Old browsers */
	background: -moz-linear-gradient(top, #096bd1 0%, #064485 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #096bd1 0%,#064485 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #096bd1 0%,#064485 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#096bd1', endColorstr='#064485',GradientType=0 ); /* IE6-9 */
	color:#fff;
	border-radius: 5px;
	padding: 2% 1%;
	margin: 5% auto 1%;
	text-align:center;
	width: 80%;
	display:block; 
	text-decoration:none;
}
a.fullbtn:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#064485+0,096bd1+100 */
	background: #064485; /* Old browsers */
	background: -moz-linear-gradient(top, #064485 0%, #096bd1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #064485 0%,#096bd1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #064485 0%,#096bd1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064485', endColorstr='#096bd1',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
a.md_button{
	border-radius: 8px;
	padding:1% 0;
	margin: 1% 3%;
	text-align:center;
	width: 27%;
	display:inline-block; 
	zoom:1; 
	*display:inline;
	text-decoration:none;
	color:#fff;
}
a.md_button:hover{
	color:#fff;
}
a.lg_button{
	border-radius: 8px;
	padding: 2% 1%;
	margin: 5%;
	text-align:center;
	width: 35%;
	display:inline-block; 
	zoom:1; 
	*display:inline;
	text-decoration:none;
}
a.store_button{
	border-radius: 8px;
	padding: 1% 0;
	text-align:center;
	width: 15%;
	display:inline-block; 
	zoom:1; 
	*display:inline;
	text-decoration:none;
}


a.yellowbtn{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbea42+0,c79b33+100 */
	background: #fbea42; /* Old browsers */
	background: -moz-linear-gradient(top, #fbea42 0%, #c79b33 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fbea42 0%,#c79b33 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fbea42 0%,#c79b33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbea42', endColorstr='#c79b33',GradientType=0 ); /* IE6-9 */
	color:#064485;
}
a.yellowbtn:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c79b33+0,fbea42+100 */
	background: #c79b33; /* Old browsers */
	background: -moz-linear-gradient(top, #c79b33 0%, #fbea42 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c79b33 0%,#fbea42 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c79b33 0%,#fbea42 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c79b33', endColorstr='#fbea42',GradientType=0 ); /* IE6-9 */
}
a.bluebtn{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#096bd1+0,064485+100 */
	background: #096bd1; /* Old browsers */
	background: -moz-linear-gradient(top, #096bd1 0%, #064485 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #096bd1 0%,#064485 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #096bd1 0%,#064485 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#096bd1', endColorstr='#064485',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
a.bluebtn:hover{
	background: #064485; /* Old browsers */
	background: -moz-linear-gradient(top, #064485 0%, #096bd1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #064485 0%,#096bd1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #064485 0%,#096bd1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064485', endColorstr='#096bd1',GradientType=0 ); /* IE6-9 */
}

/*===================== 
	header styles 
=======================*/

header {
	width:100%;
	margin: 0 auto;
	background:#fff;
	}
img.main_logo {
	width:400px;
	padding: 1% 0 1% 3%;
	float:left;
}
.rtheader{
	display:block;
	float:right;
	padding: 1.5% 3% 1% 0;
}
.rtheader img{
	float:right;
	display:block;
	width:45%;
	padding: 0 2%;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{ /* hiding responsive menu button */
	display: none;
	}
nav.mobile { /* hiding responsive menu */
	display:none;
}

/***** Start of primary nav ******/
nav.primary {
	width:100%;
	background:#064485;
	border-bottom: 1px #fff solid;
	padding:0;
	margin:0;
	}
	nav.primary ul {
		margin:0 auto;
		padding:0;
		display: flex;
        justify-content: center;
		}
		nav.primary ul li {
			display:block;
			padding:0;
			maring:0;
			list-style-type:none;
			}
			nav.primary ul li a {
				display:block;
				text-decoration:none;
				padding:10px 30px;
				color:#fff;
				border-right: #fff solid 1px;
				font-size:18px;
				font-weight:600;
				}	
			nav.primary ul li a:hover {
				background:#096bd1;
                color:#fff;
				}
			nav.primary ul li li a { 
                display:block;
                text-decoration:none;
                padding:10px 30px;
                color:#064485;
                border: #fff solid 0px!important;
                background:#ccc;
                font-size:16px;
                font-weight:600;
                border: #fff solid 0px;
			}
            nav.primary ul li li:hover a {
                background:#096bd1;
                color:#fff;
            }
            nav.primary ul li li li a { /* appearance of the sub-level links */
                color:#fff;
                background:#096bd1;
			}
			nav.primary ul li li li a:hover {
                background:#000;
			}
/* Optional-use, Begin targeting styles of first and last links */
nav.primary ul li:last-child  { /* Optional-use, this targets last li */
}
nav.primary ul li:last-child a {  /* Optional-use, this targets last link */
}
nav.primary ul li:first-child a { /* Optional-use, this targets first li */
	border-left: #fff solid 1px;
}
  
/* Optional-use, targeting styles of first and last sub-level links*/
nav.primary ul li li:last-child  {
}
nav.primary ul li li:last-child a {
}
nav.primary ul li li:first-child a {
}


  
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
    z-index: 3000;
    border: #fff solid 0px;
}
  
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
  
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
  
nav.primary ul ul li {
    float: none; 
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/

.appleton-label {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 5px;
}



.cycle-slideshow img{width: 100%;}
.cycle-slideshow a{width: 100%;}

/***white box styles *******/
.white-box{
	display:inline-block;
	float:left;
	width:14.5%;
	margin:3% 1%;
	background:#fff;
	box-shadow: 2px 5px 10px rgba(0,0,0,.75);
	padding: 2% 0;
}
figure.category{
	margin: 0 auto;
	width:90%;
}
figure.category img{
	width:50%;
	margin:auto;
	display:block;
}
figure.category figcaption{
	color:#333;
	font-weight:400;
	font-size:18px;
	text-align:center;
	padding:0 0 4% 0;
}
/**********************************/
.info_box{
	display:inline-block;
	float:left;
	width:29%;
	margin:3% 2%;
	background:rgba(255,255,255, .80);
	padding: 2% 0;
}
.info_box img{
	display:block;
	margin:0 auto;
	width:80%;
}

button.filter{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#096bd1+0,064485+100 */
	background: #096bd1; /* Old browsers */
	background: -moz-linear-gradient(top, #096bd1 0%, #064485 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #096bd1 0%,#064485 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #096bd1 0%,#064485 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#096bd1', endColorstr='#064485',GradientType=0 ); /* IE6-9 */
	color:#fff;
	width:90%;
	margin: 2% auto 0 auto;
	display:block;
	border:none;
	padding:2% 0;
	font-size:16px;
}
button.filter:hover,button.filter:focus{
	cursor:pointer;
	background: #096bd1;
}
ul.bluelist{
	width:90%;
	display:block;
	margin: auto;
	padding:0;
	}
	ul.bluelist li {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	ul.bluelist li a {
		display:block;
		background:#064485;
		margin:0;
		list-style-type:none;
		padding: 1% 0 1% 3%;
		color:#fff;
		text-decoration:none;
		border-bottom: #fff solid 1px;
	}
	ul.bluelist li a:hover{
		background:#096bd1;
	}
	ul.bluelist li:last-child a{
		border-bottom: none;
	}
li.list-item{
	  display:block;
	  background:#064485;
	  padding: 1% 0 1% 3% !important;
	  color:#fff;
	  text-decoration:none;
	  border-top: #fff solid 1px;
}

form.form-cont-1  {
	width:100%;
	padding:3% 0;
}
.form-cont-1 label {
	width:100%;
	display:block;
	font-size:21px;
	margin:2% 0 0 0;
}
.form-cont-1 input {
	width:70%;
	padding: 5px;
	border: #064485 solid 1px;
}
.form-cont-1 select {
	width:71%;
	padding: 5px;
	border: #064485 solid 1px;
}
.form-cont-1 textarea {
	width:70%;
	padding: 5px;
	height:200px;
	border: #064485 solid 1px;
}
.form-cont-1 input:focus, .form-cont-1 select:focus, .form-cont-1 textarea:focus{
	border: #cc3333 solid 1px;
}
.form-cont-1 input[type=submit]{
	border:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#096bd1+0,064485+100 */
	background: #096bd1; /* Old browsers */
	background: -moz-linear-gradient(top, #096bd1 0%, #064485 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #096bd1 0%,#064485 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #096bd1 0%,#064485 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#096bd1', endColorstr='#064485',GradientType=0 ); /* IE6-9 */
	color:#fff;
	padding:1%;
	width:200px;
	border-radius:8px;
	display:block;
	margin:auto;
}
.form-cont-1 input[type=submit]:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#064485+0,096bd1+100 */
	background: #064485; /* Old browsers */
	background: -moz-linear-gradient(top, #064485 0%, #096bd1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #064485 0%,#096bd1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #064485 0%,#096bd1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064485', endColorstr='#096bd1',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
}
/*===================== 
	FERRIS
=======================*/
.ferris-button {display: flex; gap: 20px; margin-top: 20px;}
.ferris-button a {width: 300px; padding: 25px 0 !important; margin: 0px !important;}
/*===================== 
	Inventory styles 
=======================*/

.body-content .body-wrapper {padding:2% 0;}

/*----View Details Button----*/
.view-listing-details-link {background:#064485 !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*----Price----*/
.listing-main-stats .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #064485 !important; color:#fff !important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input{width:auto;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label {font-size: 12px;}

/*----Make an Offer Button----*/
.main-detail-data .offer-btn {background:#064485 !important; color:#fff !important;}
.main-detail-data .offer-btn:hover {background:#000 !important; color:#fff !important;}

/*----Details Price----*/
.detail-price {color:red!important;}
.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{padding: 10px !important;}

/*----Breadcrumb - Search Results button----*/
.detail-content .search-results {color:red !important;}

.detail-content-mobile .detail-additional-data .data-row .data-label{
	background:#000 !important; color:#fff !important;
}

/*----Specs----*/
.detail-content .data-row .data-label {background:#000 !important; color:#fff !important;}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile{
	background:#000 !important; 
	color:#fff !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn{
	background:#000 !important; 
	color:#fff !important;
}

.contact-options a {background:#000 !important; color:#fff !important;}

/* ---- Parts ----- */
.parts-listing-container .parts-button{background: #064485 !important; color:#fff !important;}
.parts-listing-container .parts-button:hover{background:#000 !important; color:#fff !important}
	
#part-detail-content .part-detail-additional-data .data-row .data-label{background:#000 !important; color:#fff !important;}

/*------------------------------Compare Page---------------------------------*/
.cs-btns a{
	background:#000 !important; color:#fff !important;
}
.cs-btns a:hover{
	background:#064485 !important; color:#fff !important;
}



/*===================== 
	banner styles 
=======================*/

.banner img {width:100%;}
#ferris-page img {width: 1050px; margin: 0 auto; display: block;}

.lawn-auction {background: #064485;}
.lawn-auction-wrap {width: 90%; margin: 0 auto; padding: 80px 0; text-align: center;}
.lawn-auction-wrap > p span {border: 1px #fff solid; border-radius: 50px; font-family: "montserrat", sans-serif; font-size: 12px; line-height: 22px; font-weight: 500; color: #fff; padding: 10px 20px}
.lawn-auction-wrap h1 {width: 580px; margin: 0 auto; font-family: "montserrat", sans-serif; font-size: 38px; line-height: 48px; font-weight: 600; color: #fff; margin-top: 15px; margin-bottom: 10px;}
.lawn-auction-wrap p {font-family: "montserrat", sans-serif; font-size: 16px; line-height: 26px; color: #fff; padding-bottom: 0px;}
.lawn-auction-wrap > div p span {font-weight: bold;}
.lawn-auction-wrap > div > p:first-child {margin-bottom: 10px;}

/*===================== 
	layout styles 
=======================*/
.eq-wrap{
	width: 100%;
	background:url(../siteart/noisy.png) repeat;
	padding:0;
	margin: 0;
}
.photo_wrap{
	width: 100%;
	margin: 0;
	background:url(../siteart/fieldbg.jpg) fixed no-repeat;
	background-size:cover;
}
.logos{
	width: 100%;
	background:#333;
	border-top: #cc3333 solid 3px;
	border-bottom: #064485 solid 12px;
	}
	.logos img{
		width:13%;
		padding: 2% 1.8%;
		display:inline-block;
	}
.wrap {
	width: 100%;
	margin: 0;
	background: #fff;
	}
	
.container {
	max-width: 90%;
	margin: 0 auto;
	padding:2%;
	}
.whitewatercontainer {
	max-width: 90%;
	margin: 0 auto;
	padding:2%;
	}
.container_wide {
	max-width: 1200px;
	margin: 0 auto;
}
.side_icons{
	width:36px;
	position:fixed;
	right:0;
	top:220px;
	z-index: 900;
}
.side_icons img{
	margin:-4px 0 0 0;
	padding:0;
	width:36px;
	height:36px;
}
.brands img{
	display:inline-block;
	float:left;
	padding:2%;
	margin:2%;
	border: 1px #888 solid;
	width:16%;
	}
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { 
	width: 27%;
	float: left;
	padding: 2%;
	}
	.col-1-3 img{
		display:block;
		margin:0 auto;
	}
.continfo { 
	width: 27%;
	float: left;
	padding: 2%;
	}
	.continfo img{
		display:block;
		margin:0 auto;
	}
.col-1-2 { width: 49%;}
.col-2-3 { 
	width: 62%;
	float: left;
	padding: 2%;
	}
.continfo2 { 
	width: 60%;
	float: left;
	padding: 2%;
	}
.col-3-4 { width: 75%;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	padding:1% 0;
	background:url(../siteart/noisy.png) repeat;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #696969;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #696969;
		}

.footertext {
	font-size:11px; 
	color:#696969;
	}

.smallfootertext {
	font-size:11px; 
	color:#696969;
	}

.divfooter {
	max-width:600px; 
	text-align:center; 
	margin:0 auto;
	color:#696969;
	}
	
/*=========================== 
	  Responsive styles 
=============================*/
@media screen and (max-width: 1700px)  {
a.left-side{margin-left: 10%;}
}
@media screen and (max-width: 1500px)  {
	a.sm_button{
		display: block;
		padding: 2% 1%;
		margin: 5% auto 0;
		text-align:center;
		width: 90px;
	}
	figure.category figcaption {font-size: 14px;}
	nav.primary ul li a {
		padding:10px 22px;
		font-size:1.1vw;
		}
	
	.col-1-3 { 
	width: 62%;
	float: left;
	padding: 2%;
	}
	.continfo { 
	width: 42%;
	float: left;
	padding: 2%;
	}
	.continfo2 { 
	width: 42%;
	float: left;
	padding: 2%;
	}
}

@media only screen and (max-width: 1050px) {
	#ferris-page img {width: 100%;}
	
	.col-1-3 { 
	width: 37%;
	float: left;
	padding: 2%;
	}

}
	
@media screen and (max-width: 970px)  {
.white-box{
	display:inline-block;
	float:left;
	width:45%;
	margin:3% 2%;
	background:#fff;
	box-shadow: 2px 5px 10px rgba(0,0,0,.75);
	padding: 2% 0;
}
	
.col-1-3 { 
	width: 90%;
	float: none;
	padding: 0;
	display: block;
	margin: auto;
	}
.continfo { 
	width: 42%;
	float: left;
	padding: 2%;
	}
.continfo2 { 
	width: 230px;
	float: left;
	padding: 2%;
	margin-left:30px;
	}
	.continfo .title, .continfo2 .title {
		font-size: 16px!important;
	}
	.continfo p, .continfo2 p {
		font-size: 15px;
	}
	.whitewatercontainer {
	max-width: 100%;
	margin: 0 auto;
	padding-top:2%;
	}
figure.category img{display:none;}	
	
nav.primary{
	display:none;
}

/*==============================
	Mobile Nav Styles			
================================*/	
#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	background:#064485;
	border-bottom: 1px #fff solid;
	}
	#menu-button a{
		 color:#fff;
		 text-decoration: none;
		 padding: .1em 0 .1em 0.8em;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
    position: relative;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
		.whitewatercontainer h1 {padding-top: 5%;margin-left:25px;}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 12px;
		color:#fff;

	}
    
nav.mobile ul li span.click:hover{
	background-size:60%;
}
    	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#999;}

.desktop{
	display:none;
}
.mobile{
	display:block;
}
}
@media screen and (max-width: 870px)  {
.rtheader{display:none;}
	
img.main_logo {
	width:400px;
	padding: 1% 0 1% 0;
	float:none;
	display:block;
	margin:0 auto;
}
.side_icons{display:none;}
	.whitewatercontainer h1 {padding-top: 5%;margin-left:25px;}
.col-2-3 { 
	width: 90%;
	float: left;
	padding: 2%;
	}

	.brands{justify-content:space-around;}
}
@media screen and (max-width: 770px)  {
.info_box{
	display:block;
	float:none;
	width:80%;
	margin:3% auto;
	background:rgba(255,255,255, .80);
	padding: 2% 0;
}
.info_box p{padding: 2% 0;}
a.lg_button{
	border-radius: 8px;
	padding: 2% 1%;
	margin: 5% auto;
	text-align:center;
	width: 80%;
	display:block;
}
.photo_wrap{
	background:url(../siteart/fieldbg.jpg) no-repeat;
	background-size:cover;
}
.side_icons{display:none;}
}
@media only screen and (max-width: 700px) {
	.lawn-auction-wrap h1 {width: 100%;}
}
@media screen and (max-width: 660px)  {

.logos img{width:20%;}
.info_box p{font-size:14px;}
.col-1-3 { 
	width: 90%;
	float: none;
	padding: 0;
	display: block;
	margin: auto;
	}
.col-2-3 { 
	width: 90%;
	float: none;
	padding: 0;
	display: block;
	margin: auto;
	}
	.brands img{width:30%; margin:2% 6%;}
	input{
	width:90%;
	}
	select{
		width:90%;
	}
	textarea{
		width:90%;
	}
}
@media only screen and (max-width: 500px) {
	.ferris-button {flex-wrap: wrap; gap: 10px;}
	.ferris-button a {width: 100%; padding: 20px 0 !important;}
	.lawn-auction-wrap h1 {font-size: 35px; line-height: 45px; margin-top: 20px; margin-bottom: 15px;}
}

@media screen and (max-width: 460px)  {
	.whitewatercontainer {pading:2%;}
	.continfo {margin-left:30px;width:150px;}
	.whitewatercontainer h1 {padding-top: 5%;margin-left:25px;}
}

@media screen and (max-width: 430px)  {
img.main_logo {width:90%;}
figure.category figcaption{font-size:12px;}
h1 {font-size: 20px;}
h3 {font-size:18px;}
p {font-size:14px;}
	a.fullbtn{font-size: 14px;}
}
@media only screen and (max-width: 400px) {
	.lawn-auction-wrap h1 {font-size: 32px; line-height: 42px;}
}
@media only screen and (max-width: 350px) {
	.lawn-auction-wrap h1 {font-size: 30px; line-height: 40px;}
}

.small {font-size:14px;}
.center{text-align:center;}
.white{color:#fff;}
.bold {font-weight: 600;}
.regular{font-weight:400;}

