@import url("https://use.typekit.net/elj0icg.css");
:root {
  --primary-bg-color: #022d4d;
  --secondary-bg-color: #022d4d;
  --icon-color-primary: #0071c8;
  --icon-color-secondary: #022d4d;
  --icon-fill-primary: #0071c8;
  --icon-fill-secondary: #022d4d; }

a {
  color: #0071c8;
  text-decoration: none; }
  a i {
    margin-left: 5px; }
  a:hover {
    color: rgba(0, 113, 200, 0.75);
    text-decoration: none; }

a[href^=tel] {
  color: inherit;
  text-decoration: inherit; }

.disclaimer {
  font-size: .9em;
  line-height: 1.3em;
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  font-family: "CinaGEO", sans-serif;
  font-weight: 600;
  color: #022d4d;
  line-height: 1.3;
  margin: 0; }

h1, .h1 {
  font-size: 32px; }
  h1 sup, .h1 sup {
    font-size: 20px; }

h2, .h2 {
  font-size: 22px; }
  h2 sup, .h2 sup {
    font-size: 16px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 18px;
  font-weight: normal; }

h5, .h5 {
  font-size: 16px;
  font-weight: normal; }

h6, .h6 {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase; }

.text-light, .light-text {
  color: white; }
  .text-light a, .light-text a {
    color: white; }
    .text-light a:hover, .light-text a:hover {
      color: rgba(255, 255, 255, 0.75); }
  .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6 {
    color: white; }

.text-primary {
  color: #022d4d !important; }

.text-hover-primary:hover {
  color: #022d4d !important; }

.text-secondary {
  color: #0071c8 !important; }

.text-hover-secondary:hover {
  color: #0071c8 !important; }

.text-black {
  color: black !important; }

.text-hover-black:hover {
  color: black !important; }

.text-white {
  color: white !important; }

.text-hover-white:hover {
  color: white !important; }

.text-dark-blue {
  color: #022d4d !important; }

.text-hover-dark-blue:hover {
  color: #022d4d !important; }

.text-blue {
  color: #0071c8 !important; }

.text-hover-blue:hover {
  color: #0071c8 !important; }

.text-green {
  color: #99bf4e !important; }

.text-hover-green:hover {
  color: #99bf4e !important; }

.text-dark-green {
  color: #333528 !important; }

.text-hover-dark-green:hover {
  color: #333528 !important; }

.text-builds {
  color: #EF514B !important; }

.text-hover-builds:hover {
  color: #EF514B !important; }

.text-quotes {
  color: #F68C2C !important; }

.text-hover-quotes:hover {
  color: #F68C2C !important; }

.text-orders {
  color: #4F9E44 !important; }

.text-hover-orders:hover {
  color: #4F9E44 !important; }

body input:focus, body textarea:focus, body select:focus, body a:focus, body button:focus {
  outline: none !important;
  outline: 0 !important;
  box-shadow: none !important; }
body #backtoblog {
  display: none; }
body #resetpassform {
  color: white; }
body.login {
  background: #022d4d; }
  body.login #backtoblog a, body.login #nav a {
    color: white; }
  body.login .privacy-policy-link {
    text-align: center;
    width: 100%;
    padding: 30px 0 15px; }
    body.login .privacy-policy-link .a {
      color: white; }
  body.login .disclaimer {
    color: white;
    font-size: 1.5em;
    margin-top: 1em; }
  body.login #login {
    width: 100%;
    max-width: 800px;
    text-align: center; }
    body.login #login a {
      color: white; }
  body.login .logo {
    max-width: 400px;
    margin-bottom: 30px; }
  body.login h1 {
    display: none; }
  body.login h2, body.login h3 {
    color: white; }
  body.login #login h1 a, body.login h1 a {
    display: block;
    background-image: url("images/Clayton_Built_Logo_Horizontal_White.png");
    height: 57px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 30px; }
  body.login form {
    max-width: 350px;
    background-color: transparent;
    border: none;
    margin: 0 auto; }
    body.login form label {
      color: white;
      margin-bottom: 15px; }
      body.login form label[for='user_login'], body.login form label[for='user_pass'] {
        display: none; }
    body.login form input[type="text"], body.login form input[type="password"] {
      color: white;
      font-size: 1em;
      background: transparent;
      border: 1px solid white;
      padding: 6px 12px; }
    body.login form input[type="submit"] {
      color: white;
      border: 1px solid white;
      background: #0071c8; }
      body.login form input[type="submit"]:hover, body.login form input[type="submit"] input[type=button]:hover {
        color: white;
        background: rgba(0, 113, 200, 0.6) !important; }
  body.login #login_error, body.login .message, body.login .success {
    width: 100%;
    color: white;
    text-align: center;
    margin: 60px 0;
    border: none;
    background: none; }
  body.login #nav, body.login #backtoblog {
    margin: 30px auto; }
    body.login #nav a, body.login #backtoblog a {
      display: inline-block;
      font-size: 16px;
      line-height: 16px;
      padding: 12px 30px;
      color: white;
      letter-spacing: 1px;
      background: #0071c8; }
      body.login #nav a:hover, body.login #nav a input[type=button]:hover, body.login #backtoblog a:hover, body.login #backtoblog a input[type=button]:hover {
        color: white;
        background: rgba(0, 113, 200, 0.6); }
  body.login #wp-submit {
    padding: 10px 30px;
    margin: 0 auto;
    background: #0071c8;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    border: 1px solid #022d4d; }
    body.login #wp-submit:hover {
      color: white;
      background: rgba(0, 113, 200, 0.8) !important; }
  body.login ::-webkit-input-placeholder {
    /* Edge */
    color: white; }
  body.login :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white; }
  body.login ::placeholder {
    color: white; }
body .legal {
  padding: 10px 30px;
  text-align: center;
  color: white;
  line-height: 1.5em; }
  body .legal a {
    color: white; }
    body .legal a:hover {
      color: white;
      text-decoration: underline; }
@media (max-width: 991px) {
  body.login {
    padding: 30px; } }
@media (max-width: 767px) {
  body.login #login h1 a, body.login h1 a {
    height: 45px; } }
@media (max-width: 575px) {
  body.login #login h1 a, body.login h1 a {
    height: 35px; }
  body.login #nav, body.login #backtoblog {
    font-size: 0;
    margin: 30px auto; }
    body.login #nav a, body.login #backtoblog a {
      display: inline-block;
      font-size: 12px;
      line-height: 12px;
      border-radius: 16px;
      padding: 10px 20px;
      margin: 15px 0; }
  body.login form {
    padding: 15px;
    margin: 30px auto; } }
