
/* 
 * ========================================
 * SITE WIDE STYLES
 * ========================================
 */

/* General Site Buttons */

input, select {
	background-color: #F0F0D6;
	font-size: 14px;
	text-decoration: strong;
	margin: 4px 2px;

}

input[type=button], input[type=submit], input[type=reset] {
    border-style: outset;
    border-width: 3px;
    color: black;
    text-decoration: strong;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
    color: black;
}

button.whh {
    background-color: #0F0;
    border-style: outset;
    border-width: 3px;
    color: black;
    padding: 4px 24px;
    text-decoration: strong;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
    color: white;
}


/* Download Form  */

div.form {
    border: 0px solid black;
    padding: 5px 0px 15px 0px;

}

.form input[type=text], select {
    padding: 5px;
/*    border: 2px solid black;  */
    box-shadow: inset 1px 1px 2px 0 #707070;
    width: 300px;
}

.form input[type=button], input[type=submit], input[type=reset] {
    border-style: outset;
    border-width: 3px;
    color: black;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
    font-color: white;
}



/* 
 * ========================================
 * SOCIAL STYLES
 * ========================================
 */

/* style examples: https://codepen.io/vpdemo/pen/gbvprR */

.social-header {
  padding: 3px;
}

.fa {
  background: #0D7EFF; 
}


.social-header i {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 26px;
    height: 26px;
    border:1px solid #ddd; /* add border to the buttons */
   box-shadow: 0 3px 3px #999; 
    padding: 0px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;  
    border-radius: 20%;
    -webkit-border-r
}

.social-footer{
   padding: 3px;

}

.social-footer i {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 26px;
    height: 26px;
    border:1px solid #ddd; /* add border to the buttons */
   box-shadow: 0 3px 3px #999; 
    padding: 0px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;  
    background: #FFF;
    border-radius: 20%;
    -webkit-border-r
}


.social-header i:hover, .social-footer i:hover {
    color: #FFF;
    background: #000;
}

.fa-youtube {
   background: #bb0000;
}

.fa-facebook {
   background: #3b5998;
}

.fa-twitter {
   background: #00aced;
}

.fa-google-plus {
   background: #dd4b39;
}

.fa-linkedin {
   background: #0094BC;
}

.fa-pinterest-p {
   background: #cb2027;
}




/* 
 * ========================================
 * FOOTER STYLES
 * ========================================
 */



.footer-content {
	border-top:solid 1px #555f6d;
  	
	/* fallback */
	background-color: #3d3d3d;
	background: url(images/linear_bg_2.png);
	background-repeat: repeat-x;
	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#5f6060));
	
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #5f6060, #252525);
	
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #5f6060, #252525);
	
	/* IE 10 */
	background: -ms-linear-gradient(top, #5f6060, #252525);
	
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #5f6060, #252525);
}

.footer-content {
	color:#FFF;
}

.footer-content {
	border-top:solid 1px #9c9c9c;
	border-right:solid 1px #555f6d;
	border-left:solid 1px #555f6d;
	float:left;
	width:99.8%;
	padding-top:15px;
	padding-bottom:25px;
}

ul.footer-product-highlight {
	list-style-type:none;
	font-size: 14px;
	font-weight: bold;
	margin:0 0 0 20px;
	padding:0;
}

.footer-product-highlight li {
	margin:0 5px 0 0;
	padding:15px 0 10px 0;
	border-bottom:solid 1px #999;
}

.footer-product-highlight li a {
	color:#FFF;
	margin:1px 0 1px 0;
	width:100%;
	display:block;
	background:url(../img/bg-arwWhite.png) no-repeat center right;
	text-decoration:none;
}

.footer-product-highlight li a:active {
	margin:2px 0 0 0;
}

.footer-nav {
	border-right:solid 1px #6e6f6e;
	border-left:solid 1px #6e6f6e;
	text-align:center;
	padding-top:10px;
	min-height:180px;
}

.footer-nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	height:130px;
	width:150px;
	display:inline-block;
}

.footer-nav li {
	float:left;
	width:65px;
	margin-right:10px;
	font-size:13px;
	margin-bottom:5px;
	text-align:left;
}

.footer-nav li a {
	color:#FFF;
}

.footer-nav li a.hover {
	color:#FFF;
}


.questions p {
	font-size:14px;
	font-weight:bold;
	background:url(../img/icon-footerQuestions.png) center left no-repeat;
	padding:5px 0 0 75px;
	margin:0 0 0 15px;
}

/*.questions a {
	color:#00A8FF;
}*/

.questions span {
	font-size:8px;
	font-family:Verdana, sans-serif;
	text-align:right;
	margin-top:120px;
	display:block;
	color:#999;
}

.questions span a {
	color:#999;
}
