.navbar-text > a {
	color: inherit;
	text-decoration: none;
}
.navbar-inverse p, .navbar-inverse h3{
  color: #fff;
}
body { padding-top: 0; }
 ul.rwc-nav {
    font-size: 22px;
    line-height: 26px;
  }
  div.rwc-footer{
    width:90%;
    text-align:center;
    margin:0 auto:
  }

#topnavbar {
    margin: 0;
}
#topnavbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
}
.form-group-rwc {
  padding-top:15px;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  /*height: 50px;*/
  height:98px;
  /*padding: 15px 15px; */
  padding: 0;
  font-size: 18px;
  /*line-height: 20px;*/
  line-height: 20px;
}

.navbar-rwc {
  background-color: #fff;
}

.navbar-bl {
  margin-bottom:0;
  min-height:25px;
}
.navbar-bl li a{
  font-size:18px;
  color: #fff;
  font-weight:bold;
}

.navbar-bl li a {

	color: #333;

	text-decoration: none;

	display: block;


}



.navbar-bl li a:hover,

.navbar-bl li a:focus,

.navbar-bl li.current-menu-item > a,

.navbar-bl li.sub-menu .current-menu-item > a:hover,

.navbar-bl li.sub-menu .current-menu-item > a:focus  {

	color: #c3251d;

	text-decoration: underline;

}

h2.section {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 2.42857143;
  color: #fff;
  background-color: #333;
}


/* form style */
.form-style{
	max-width: 450px;
	padding: 10px 8px 10px 10px;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 5px auto;
	background: #FFFFFF;
	border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style label > span{
    width: 100px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style span.required{
    color:red;
}
.form-style .tel-number-field{
    width: 40px;
    text-align: center;
}
.form-style  .long{
    width: 120px;
}
.form-style input.input-field{
    width: 48%;

}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,
.form-style .select-field:focus{
    border: 1px solid #0C0;
}
.form-style .textarea-field{
    height:100px;
    width: 55%;
}
.form-style input[type="button"],
.form-style input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #216288;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}
.form-style .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.form-style .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}
 /*match to blinks wordpress*/

.nav-secondary {
    text-align:left;
	background-color: #fff;
}

/**
* @author Brad Dalton - WP Sites
* @example http://wp.me/p1lTu0-a1O
*/
.rwc-nav li a.contact {
    background: #0c0;
    color:#fff;
}
.rwc-nav li a:hover.contact {
    background: #fff;
    color:#0c0;
}
.rwc-nav li a.twitter{
    background: #4099ff;
    color:#fff;
}
.rwc-nav li a:hover.twitter {
    background: #fff;
	color: #4099ff;
}

.rwc-nav li a.facebook{
    background: #3b5998;
    color:#fff;
}

.rwc-nav li a:hover.facebook{
    background: #fff;
	color: #3b5998;
}

.rwc-nav li a.youtube {
    background: #bb0000;
    color:#fff;
}

.rwc-nav li a:hover.youtube {
    background: #fff;
	color: #bb0000;
}

.rwc-nav li a.linkedin{
background: #007bb5;
color:#fff;
}

.rwc-nav li a:hover.linkedin {
    background: #fff;
	color: #007bb5;
}

.rwc-nav li a.gplus{
background: #dd4b39;
color:#fff;
}

.rwc-nav li a:hover.gplus {
    background: #fff;
	color: #dd4b39;
}
.rwc-nav li a:hover {
-webkit-box-shadow: 5px 5px 5px rgba(50, 50, 50, 50);
-moz-box-shadow:    5px 5px 5px rgba(50, 50, 50, 50);
box-shadow:         5px 5px 5px rgba(50, 50, 50, 50);
}

/* Secondary Navigation  http://www.carrieloves.com/2015/01/add-sticky-menu-genesis-theme/
--------------------------------------------- */

.nav-secondary {
background-color: #fff;
position: relative;
width: 100%;
z-index: 999;
}

.nav-secondary .navbar-bl a {
padding: 20px;
}

.nav-secondary .navbar-bl .sub-menu a {
padding: 16px 20px;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .menu-item-home > a,
.nav-secondary .menu-item-home > a:hover {
color: #fff;
}

.nav-secondary .sub-menu a:hover {
color: #000;
}

.gap-top {
  margin-top: 10px;
}
.gap-right {
  margin-right: 10px;
}
.gap-bottom {
  margin-bottom: 10px;
}
.gap-left {
  margin-left: 10px;
}
