/*Join Now Button  */
.myButton {

          
  box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.7);

        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8471b), color-stop(1, #b8471b));
        background:-moz-linear-gradient(top, #b8471b 5%, #b8471b 100%);
        background:-webkit-linear-gradient(top, #b8471b 5%, #b8471b 100%);
        background:-o-linear-gradient(top, #b8471b 5%, #b8471b 100%);
        background:-ms-linear-gradient(top, #b8471b 5%, #b8471b 100%);
        background:linear-gradient(to bottom, #b8471b 5%, #b8471b 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8471b', endColorstr='#b8471b',GradientType=0);
 border-top-left-radius:0.563em;
			     border-top-right-radius:0em;
			     border-bottom-right-radius:0em;
         border-bottom-left-radius:0.625em;
        background-color:#b8471b;
       

        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:18px;
        padding:0px 16px;
        
        text-decoration:none;

       

    }
    .myButton:hover {
		color:#FFFFFF;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8471b), color-stop(1, #b8471b));
        background:-moz-linear-gradient(top, #b8471b 5%, #b8471b 100%);
        background:-webkit-linear-gradient(top, #b8471b 5%, #b8471b 100%);
        background:-o-linear-gradient(top, #b8471b 5%, #b8471b 100%);
        background:-ms-linear-gradient(top, #b8471b 5%, #b8471b 100%);
        background:linear-gradient(to bottom, #b8471b 5%, #b8471b 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8471b', endColorstr='#b8471b',GradientType=0);
        text-shadow: 2px 2px #000000;
        background-color:#b8471b;
    }
    .myButton:active {
        position:relative;
        top:0px;
    }


/* Title  */
.title {
	font-size:19px; 
	float: left; 
	width:70%; 
	margin-top: 10px;
}

/* Triangles */
#triangle-topright { 
	width: 0; 
	height: 0; 
	margin-top:0px;
	margin-left:1025px;
	border-top: 13px solid black; 
	border-right: 19px solid transparent; 
}
#triangle-bottomright { 
	width: 0; 
	height: 0; 
	margin-top:38px;
	margin-left:1025px;
	border-top: 13px solid black; 
	border-right: 20px solid transparent; 
	z-index:500;
}
#triangle-bottomleft { 
	width: 0; 
	height: 0; 
	margin-top:-13px;
	margin-right:0px;
	border-top: 13px solid black; 
	border-left: 19px solid transparent; 
	z-index:100;
}

.socialMediaIcons {
	width:22px; 
	height:22px;
}

#circle {
	width: 20px;
	height: 20px;
	background: blue;
	border: grey;
	border: 2px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin-left: 14px;
	float: left;
}

#circle2 a {
				width: 96px;
				height: 57px;
				margin: 0px 20px;
				margin-top: 11px;
				overflow: hidden;
				border:6px solid transparent;
				color:#FFFFFF; 
				font-family:Arial; 
				font-size: 8pt;
				font-style: italic;
				
			}
		#circle2 >div:hover a, #circle2 a.selected {
				border-color: #000000;
				border: 6px solid #000000;
				color: #000000;
				border-height: 50px;
				
			}



.projectButton {
	position: relative; 
	left: -551px; 
	top: 179px; 
	z-index:0;
}

.projectButton:active {
	top: 301px;
}


.learnMore:hover{
color: #008abf;
}

/* Featured text (for future use)  */

.five-percent{
float:left; 
width:5%;
}

.featured {
color:blue; 
font-size:20px;

}

.nissan-image- {
margin-top:-32px; 
margin-left: 60px;
}

.nissan-image-size {
width:50px; 
height:50px;
}

.barchart {
width:100px; 
height:100px;
}

.southAmericaMap {
width: 90px; 
height:140px;

}

.heroGradient {
	z-index: 1;
	width: 995px;
	height: 368px;
	margin-top:0px;
	margin-left:0px;
	overflow:none;
 	background:transparent;
	display: block;
	position:absolute;
}

.heroLightRedAccent {
  background: linear-gradient(to right, rgba(217,24,45,0.1), rgba(217,24,45,0.03));
}

#fahb #bodyDescription {
  background: radial-gradient(ellipse at 53%, rgba(255,255,255,0.4) 0%,rgba(255,255,255,.2) 55%, rgba(255,255,255,0) 70%, rgba(255,255,255,0.0) 100%);
  padding: 3px 0px 3px 0px; 
  border-radius: 10px;
}

.heroGlow {
	background: -webkit-radial-gradient(left,rgba(255,255,255,0.38039) 30%,rgba(0,0,0,0) 75%);
	background: -moz-radial-gradient(45px, ellipse farthest-corner, rgba(255, 255, 255, 0.38039) 30%, rgba(0, 0, 0, 0) 75%);
	background-image: -ms-radial-gradient(left center, ellipse farthest-corner, rgba(255,255,255,0.58039) 30%, rgba(0,0,0,0) 75%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFF,endColorStr=#7f000000, GradientType=1);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#7f000000, GradientType=1)"; 
}

.heroShadow {
	background: -webkit-radial-gradient(left,rgba(0,0,0,0.58039) 30%,rgba(255,255,255,0) 75%);
	background: -moz-radial-gradient(45px, ellipse farthest-corner, rgba(0, 0, 0, 0.58039) 50%, rgba(0, 0, 0, 0) 75%);
	background-image: -ms-radial-gradient(left center, ellipse farthest-corner, rgba(0,0,0,0.58039) 30%, rgba(255,255,255,0) 75%);
  	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#095550,endColorStr=#7f000000, GradientType=9);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#050000,endColorstr=#7f000000, GradientType=1)"; 
}