/* Write your custom css code here */
.viavi-top-nav{
	background: red;
}

 /* KMW ==== fix style click captcha issue ==== */
.jsn-uniform .jsn-form-content > div.control-group{
float: none;
}

/* KMW ==== fix style captcha button ==== */
div.demo-contact-form .jsn-uniform .form-actions .btn-toolbar .btn{
background-image: none;
text-shadow: none;
border-radius: 0;
border: none;
position: relative;
cursor: pointer;
font-size: 16px;
padding: 12px 23px 12px 15px;
display: inline-block;
color: #fff;
transition: all 0.3s ease-in-out;
box-shadow: 0 3px #e5e5e5;
-moz-box-shadow: 0 3px #e5e5e5;
-webkit-box-shadow: 0 3px #e5e5e5;
}
div.demo-contact-form .jsn-uniform .form-actions .btn-toolbar .btn:before{
content: "";
height: 100%;
width: 0;
position: absolute;
border: 12px solid #fd900f;
right: -15px;
top: 0;
transform: skew(-20deg);
-webkit-transform: skew(-20deg);
-moz-transform: skew(-20deg);
-o-transform: skew(-20deg);
box-shadow: 4px 3px #e5e5e5;
transition: all 0.3s ease-in-out;
z-index: 1;
}