.header #menu-main{display:none;}
.header .logo{float:left;}
.top-button{color:#00529b; font-size:15px; padding-bottom:10px;font-weight:bold;}
.yourole{color:#e03a3e; font-size:14px; padding-bottom:10px;font-weight:bold; text-transform:uppercase; margin-top:10px;}
input[type="text"], input[type="email"], input[type="password"]{
height:40px!important;  
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
	height:40px!important;
}

.btn {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #04529c;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
@media (min-width:801px)  { 
.header .wrapper{width:1150px !important;}
.userdiv{float:right; padding-top:30px;}
.tagline{position: relative;top: 51px;font-size: 20px;color:#00529b;  font-weight:bold; width:70%; margin:auto;} 
}
#responsive-menu{display:none;}

@media (max-width:480px)  { 
.userdiv{float:none; padding-top:5px;} 
.tagline{display:none;}

}


