/* Enter Your Custom CSS Here */
body .gform_wrapper .gform_footer input[type=submit] {
color: #FFFFFF;
background: #0095ea;
font-size: 19px;
letter-spacing: 1px;
text-transform: uppercase;
float: left;
height: 60px;
min-width: 95%;
border: none; border-radius: 5px;
margin-left: 12px;
}

body .gform_wrapper .gform_footer input:hover[type=submit] {
background: #494949;
}

body {
    color: #808080;
    font-family: "Raleway"!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 1.88!important;
}

/* Gravity placeholder text colour
--------------------------------------------- */
::-webkit-input-placeholder { /* Chrome */
  color: #6a6a6a !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6a6a6a !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6a6a6a !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #6a6a6a !important;
  opacity: 1 !important;
}

/* Gravity placeholder text size
--------------------------------------------- */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 16px !important;
		font-weight: 600 !important;
    padding: 20px 10px !important;
    letter-spacing: .9px !important;
}

div.gform_footer.top_label {
 text-align: center !important;
}

/* Request a quote top-nav button
--------------------------------------------- */

/* Give the link some padding and some color */
.fl-page-nav .navbar-nav > li.ss-nav-button {
  padding: 10px;
}
.fl-page-nav .navbar-nav > li.ss-nav-button > a {
  padding: 12px 20px !important;
  color: #ffffff !important;
  border-radius: 3px;
  background-color: #ff9000;
}

/* Adjust the position for the fixed navigation menu */
.fl-page-header-fixed .fl-page-nav .navbar-nav > li.ss-nav-button > a {
  position: relative;
  bottom: 12px;
}

/* Give the button a hover &amp; active state */
.fl-page-nav .navbar-nav > li.ss-nav-button > a:active,
.fl-page-nav .navbar-nav > li.ss-nav-button > a:hover {
  color: #0095ea !important;
  background-color: #ffffff;
}