.fa-caret-right:hover::before {
      -webkit-transform: rotateZ(90deg);
      -moz-transform: rotateZ(90deg);
      transform: rotateZ(90deg);
}

.fa-caret-right:before{
	display: inline-block;
	transition: .2s all;
}	


#menu-button{ /* hiding responsive menu button */
	display: none;
}
nav.mobile { /* hiding responsive menu */
	display:none;
}

/***** Start of primary nav ******/
nav.primary {
	padding-top: 50px;
    width: auto;
    z-index: 900;
}
nav.primary ul {
	margin: 0px;
    	padding: 0px;
    	display: inline-block;
    	vertical-align: bottom;
		text-align: right!important;
}
nav.primary ul li {
	    display: inline-block;
    margin: 0;
    list-style-type: none;
    padding: 0;
    float: left;
    position: relative;
    margin-right: 0px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: right;
}
nav.primary ul li a {
   box-shadow: none;
    			background-color: transparent;
    			font-size: 18px;
				line-height: 1;
    			text-decoration: none !important;
				font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;
    			color: #fff;
    			padding: 0 0 0 25px;
    			display: inline-block;
    			background-repeat: no-repeat !important;
    			background-position: left center !important;
				transition: all 0.2s ease-in-out 0s;
    			-webkit-transition: all 0.2s ease-in-out 0s;
    			-moz-transition: all 0.2s ease-in-out 0s;
}	

.ie8 nav.primary ul li a, .ie7 nav.primary ul li a {
}

nav.primary ul li a:hover {
	color:#EEE;
}

nav.primary ul li li { /* appearance of the sub-level links */
	border:0;
}
nav.primary ul li li a { /* appearance of the sub-level links */
font-size:14px;
				line-height:25px;
				color:#000;
				background-color: #EEE;
				text-align:left;
				border-right:none;
				border-left:none;
				padding: 6px 20px;
				display: block;
				margin: 0;
}
nav.primary ul li li a:hover { /* appearance of the sub-level links on hover */
	color: #fff;
				background-color:#000;
				}


nav.primary ul li li ul a { /* appearance of the sub-level links */
	font-size:14px;
				line-height:25px;
				color:#000;
				background-color: #EEE;
				text-align:left;
				border-right:none;
				border-left:none;
				padding: 6px 20px;
				display: block;
				margin: 0;
}
nav.primary ul li li a:hover { /* appearance of the sub-level links on hover */
	color: #fff;
				background-color:#000;
				}


/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
    position: absolute;
	
}

nav.primary ul ul ul {
	position: absolute; 
    left: 99%; 
	top:-10px;
}

nav.primary ul li:hover > ul {  
	display: block;
    line-height:10px; 
    z-index: 100;
}

nav.primary ul ul li {
	 border: none;
    box-shadow: none;
	top:10px;
	width: 215px;
	position: relative;
    background-color: transparent;
    color: #000;
    font-size: 1em;
    text-decoration: none !important;
}



@media screen and (max-width: 1190px)  {
	nav.primary ul li a, nav.primary ul li li a {
		font-size: 15px;
    padding: 0 0 0 15px;
	} 
	
	nav.primary {
    padding-top: 30px;
}
}



@media screen and (max-width: 1024px)  {

nav.primary{
	display:none;
}

/*==============================
Mobile Nav Styles			
================================*/	
#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 45px;
	position: relative;
	z-index: 999;/* needs to be lower than nav.mobile, adjust as needed */
	
	float:right;
	background:none;
	right: 20px;
}
#menu-button a{
	color:#fff;
	text-decoration: none;
}
#menu-button a:hover{
	color:#fff;
}
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: rgba(7, 111, 156, 1.0);
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
	font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;
}
	
		nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size:16px;
		word-spacing:13px;
		padding:0 0 0 15px;
		color: #ccc !important;
	}
	
	
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 22px;
	border-bottom: 4px solid #222;	letter-spacing: 1px;
	font-weight: 600;
	
	font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;
}
	
	
	/* MENU HEADER STYLES */
nav.mobile .mobile_top {
	position: relative;
	display:block;
	padding: 0;
	margin:50px 0 10px 0;
	color: #999;
	font-size: 18px;
	font-weight: 400;
}

	
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	padding: 3px 8px 3px;
	font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;
	font-size:40px;
	font-weight: bold;
	line-height: 1;
	background: transparent;
	color: #fff;
	text-decoration: none;
	top:-38px;
	right:13px;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #000;
}
nav.mobile ul {
	list-style: none;
	font-weight: bold;
	
	margin:0;
	padding:0;
}
nav.mobile ul li {
position:relative;
	border-bottom: 1px solid rgba(204,204,204,0.42);
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 8px 0px 8px 10px;
	color: #fff;
	text-decoration: none;
	font-size:15px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
	
}
nav.mobile ul li a:hover {
	color: rgba(157,157,157,1);
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #858585 !important;
	position: relative;
	display: block;
	padding: 8px 0 8px 25px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #858585 !important;
	position: relative;
	display: block;
	padding: 10px 0px 10px 35px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
		border-bottom: 1px solid #ccc;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}
}