@font-face {
  font-family: "icons";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icons/icons.eot");
  src: url("../fonts/icons/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/icons.woff") format("woff"), url("../fonts/icons/icons.ttf") format("truetype"), url("../fonts/icons/icons.svg#icons") format("svg"); }
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-pro/source-sans-pro-light.woff") format("woff"), url("../fonts/source-sans-pro/source-sans-pro-light.ttf") format("truetype"); }
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/source-sans-pro/source-sans-pro-light-italic.woff") format("woff"), url("../fonts/source-sans-pro/source-sans-pro-light-italic.ttf") format("truetype"); }
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/source-sans-pro/source-sans-pro.woff") format("woff"), url("../fonts/source-sans-pro/source-sans-pro.ttf") format("truetype"); }
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-pro/source-sans-pro-bold.woff") format("woff"), url("../fonts/source-sans-pro/source-sans-pro-bold.ttf") format("truetype"); }
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/source-sans-pro/source-sans-pro-bold-italic.woff") format("woff"), url("../fonts/source-sans-pro/source-sans-pro-bold-italic.ttf") format("truetype"); }
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/source-sans-pro/source-sans-pro-black.woff") format("woff"), url("../fonts/source-sans-pro/source-sans-pro-black.ttf") format("truetype"); }
@font-face {
  font-family: "Baily Sans ITC";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/bailey-sans-itc/bailey-sans-itc-bold-italic.woff") format("woff"), url("../fonts/bailey-sans-itc/bailey-sans-itc-bold-italic.ttf") format("truetype"); }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0; } }
@keyframes fadeIn {
  from {
    opacity: 0; } }
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(0.8); } }
@-moz-keyframes zoomIn {
  from {
    -moz-transform: scale(0.8); } }
@keyframes zoomIn {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); } }
@-webkit-keyframes zoomInUp {
  from {
    -webkit-transform: scale(0.9) translateY(30%); } }
@-moz-keyframes zoomInUp {
  from {
    -moz-transform: scale(0.9) translateY(30%); } }
@keyframes zoomInUp {
  from {
    -webkit-transform: scale(0.9) translateY(30%);
    -moz-transform: scale(0.9) translateY(30%);
    -ms-transform: scale(0.9) translateY(30%);
    -o-transform: scale(0.9) translateY(30%);
    transform: scale(0.9) translateY(30%); } }
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(360deg); } }
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes nudgeUp {
  from {
    -webkit-transform: scale(0.9) translateY(100%); } }
@-moz-keyframes nudgeUp {
  from {
    -moz-transform: scale(0.9) translateY(100%); } }
@keyframes nudgeUp {
  from {
    -webkit-transform: scale(0.9) translateY(100%);
    -moz-transform: scale(0.9) translateY(100%);
    -ms-transform: scale(0.9) translateY(100%);
    -o-transform: scale(0.9) translateY(100%);
    transform: scale(0.9) translateY(100%); } }
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  background-color: #0b2f50; }
  @media (min-width: 1025px) {
    body {
      padding-top: 80px; } }

h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
button {
  margin: 0;
  padding: 0; }

li {
  display: block; }

h1,
h2,
h3,
h4,
p {
  font-size: inherit; }

a,
button {
  color: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }

a {
  text-decoration: none; }

button {
  overflow: visible;
  border: 0;
  font: inherit;
  background: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit; }
  button:focus {
    outline: 0; }

::-moz-focus-inner {
  border: 0; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

address {
  font-style: normal; }

::-moz-selection {
  background-color: rgba(255, 168, 39, 0.9);
  opacity: 0; }

::selection {
  background-color: rgba(255, 168, 39, 0.9);
  opacity: 0; }

[type=text],
[type=email],
[type=number],
textarea {
  -webkit-appearance: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: .6em;
  border: 1px solid;
  border-radius: 3px;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  [type=text]::-webkit-input-placeholder,
  [type=email]::-webkit-input-placeholder,
  [type=number]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  [type=text]::-moz-placeholder,
  [type=email]::-moz-placeholder,
  [type=number]::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  [type=text]:-moz-placeholder,
  [type=email]:-moz-placeholder,
  [type=number]:-moz-placeholder,
  textarea:-moz-placeholder {
    opacity: 1;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  [type=text]:-ms-input-placeholder,
  [type=email]:-ms-input-placeholder,
  [type=number]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  [type=text].placeholder,
  [type=email].placeholder,
  [type=number].placeholder,
  textarea.placeholder {
    opacity: 1;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  [type=text]:focus,
  [type=email]:focus,
  [type=number]:focus,
  textarea:focus {
    outline: 0; }

[type=number] {
  -moz-appearance: textfield; }

[type=number]::-webkit-outer-spin-button,
[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

textarea {
  height: 8em; }

.checkbox {
  position: relative;
  padding-left: calc(16px + .5em);
  text-align: left; }
  .checkbox [type=checkbox] {
    position: absolute;
    left: -9999px;
    position: relative;
    left: 0; }
    .checkbox [type=checkbox] + label {
      line-height: 1.15;
      cursor: pointer;
      padding-left: 10px; }
      .checkbox [type=checkbox] + label:before {
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: 'icons';
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        top: .16em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 16px;
        height: 16px;
        padding-left: .1em;
        border: 1px solid;
        border-radius: 3px;
        text-align: center;
        font-size: 9.6px;
        line-height: 14px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        display: none; }
    .checkbox [type=checkbox]:checked + label:before {
      content: "\f10e"; }

.radio {
  padding-bottom: .8em; }
  .radio p {
    margin-bottom: .4em; }
  .radio .key {
    margin-bottom: .3em;
    font-size: 14px; }
  .radio .less:before {
    content: "\f110";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'icons';
    display: inline-block;
    vertical-align: middle;
    margin-right: .2em;
    font-size: 120%; }
  .radio .more:after {
    content: "\f111";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'icons';
    display: inline-block;
    vertical-align: middle;
    margin-left: .2em;
    font-size: 120%; }
  .radio [type=radio] {
    position: absolute;
    left: -9999px;
    position: relative;
    left: 0; }
    .radio [type=radio] + label {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 22px;
      height: 22px;
      margin: 0 .1em;
      border: 1px solid;
      border-radius: 100%;
      cursor: pointer;
      display: none; }
      .radio [type=radio] + label:before {
        content: '';
        position: absolute;
        left: 25%;
        right: 25%;
        top: 25%;
        bottom: 25%;
        border-radius: inherit;
        opacity: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
      .radio [type=radio] + label span {
        display: none; }
    .radio [type=radio]:checked + label:before {
      opacity: 1;
      display: none; }

label.error {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 8px 10px;
  border-radius: 3px;
  text-align: left;
  line-height: 1.2;
  background-color: #f39100;
  -webkit-animation: fadeIn 0.3s, zoomInUp 0.3s;
  -moz-animation: fadeIn 0.3s, zoomInUp 0.3s;
  animation: fadeIn 0.3s, zoomInUp 0.3s; }
  label.error:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 2em;
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f39100;
    -webkit-animation: nudgeUp 0.3s 0.06s backwards;
    -moz-animation: nudgeUp 0.3s 0.06s backwards;
    animation: nudgeUp 0.3s 0.06s backwards; }

.radio + label.error:before {
  left: 50%;
  margin-left: -6px; }

.button,
button[type=submit] {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center; }

button:disabled {
  opacity: .5;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  cursor: default; }

#header {
  position: relative;
  height: 60px;
  text-align: center;
  color: white;
  padding: 0px 10px 20px 10px;
  background-color: #003261;
  background-image: -webkit-linear-gradient(#003261, #0f4876);
  background-image: linear-gradient(#003261, #0f4876); }
  @media (min-width: 700px) {
    #header {
      height: 80px; } }
  @media (min-width: 1025px) {
    #header {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 103; } }
  #header nav .toggle {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.05); }
    #header nav .toggle:focus, #header nav .toggle:hover {
      background-color: rgba(255, 255, 255, 0.1); }
    @media (min-width: 700px) {
      #header nav .toggle {
        width: 80px; } }
    #header nav .toggle:before {
      content: "\f107";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'icons';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 20px;
      margin-left: -10px;
      margin-top: -10px;
      text-align: center; }
  #header nav ol {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 102;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 2em 0;
    background-color: #f39100; }
    #header nav ol:before {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 30px;
      margin-left: -8px;
      height: 0;
      width: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #f39100; }
      @media (min-width: 700px) {
        #header nav ol:before {
          left: 40px; } }
    #header nav ol li a {
      display: block;
      padding: .85em 3.5em .85em 2em;
      text-align: left;
      font-size: 15px;
      letter-spacing: .05em;
      font-weight: bold;
      text-transform: uppercase; }
      #header nav ol li a:focus, #header nav ol li a:hover {
        background-color: rgba(0, 0, 0, 0.06); }
      #header nav ol li a:focus {
        outline: 0; }
      #header nav ol li a span {
        text-transform: none; }
  #header nav.active .toggle:before {
    content: "\f104"; }
  #header nav.active ol {
    display: block;
    -webkit-animation: fadeIn 0.3s, zoomInUp 0.3s;
    -moz-animation: fadeIn 0.3s, zoomInUp 0.3s;
    animation: fadeIn 0.3s, zoomInUp 0.3s; }
  #header .logo {
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
    #header .logo img {
      display: block;
      width: auto;
      height: 55%;
      margin: 12% auto;
      height: auto;
      width: auto; }
  #header .phone {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    right: 25px;
    top: 25px; }
    @media (max-width: 700px) {
      #header .phone {
        bottom: 0;
        width: 60px;
        background-color: #f39100; } }
    @media (min-width: 700px) {
      #header .phone {
        top: 50%;
        right: 30px;
        margin-top: -10px;
        line-height: 20px;
        background-color: transparent; } }
    #header .phone:before {
      content: "\f108";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'icons'; }
      @media (max-width: 700px) {
        #header .phone:before {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 20px;
          margin-left: -10px;
          margin-top: -10px;
          text-align: center; } }
      @media (min-width: 700px) {
        #header .phone:before {
          display: inline-block;
          vertical-align: middle;
          margin-right: .5em; } }
    #header .phone span {
      display: none;
      display: inline-block; }
      @media (min-width: 700px) {
        #header .phone span {
          display: inline-block;
          vertical-align: middle;
          font-size: 18px;
          letter-spacing: .05em;
          font-weight: bold;
          text-transform: uppercase; } }
  #header .phone-small {
    display: inherit; }
    @media (min-width: 700px) {
      #header .phone-small {
        display: none; } }
  #header .phone-large {
    display: none; }
    @media (min-width: 700px) {
      #header .phone-large {
        display: inherit; } }

main {
  color: #979797;
  background-color: #f1f1f1; }
  main > div {
    max-width: 650px;
    margin: 0 auto;
    padding: 40px 20px;
    padding-bottom: 60px; }
    main > div > :first-child {
      margin-top: 0; }
  main h1 {
    font-size: 150%;
    background-color: white; }
    @media (min-width: 600px) {
      main h1 {
        font-size: 190%; } }
    main h1 span {
      display: block;
      max-width: 650px;
      margin: 0 auto;
      padding: 1em; }
  main h2 {
    margin-top: 2.5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #d7d7d7;
    font-size: 130%;
    color: #6b8093; }
    @media (min-width: 600px) {
      main h2 {
        font-size: 150%; } }
  main h3 {
    margin-top: 2em;
    font-size: 105%;
    color: #939393; }
    @media (min-width: 600px) {
      main h3 {
        margin-top: 2.5em; } }
  main p {
    margin-top: .8em;
    line-height: 1.3; }
    main p.intro {
      font-size: 115%; }
    main p a {
      text-decoration: underline; }
      main p a:focus, main p a:hover {
        color: #f39100; }
  main .cta {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    padding: .7em 1.5em;
    border-radius: .35em;
    font-weight: bold;
    color: white;
    background-color: #ffa622;
    background-image: -webkit-linear-gradient(-448deg, rgba(237, 112, 0, 0), #ed7000);
    background-image: linear-gradient(178deg, rgba(237, 112, 0, 0), #ed7000);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.6);
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin-top: 2em; }
    main .cta:focus, main .cta:hover {
      background-color: #ffbc5a; }
    main .cta:focus {
      outline: 0; }
    main .cta:active {
      box-shadow: inset 0 0.1em 0.2em rgba(0, 0, 0, 0.15); }

.interactive {
  padding: 0.25em 0;
  border-left: 0;
  border-right: 0; }
  .interactive.links li {
    margin: .5em 0; }
  .interactive.links a {
    line-height: 1.4;
    color: #ed7000; }
    .interactive.links a:focus, .interactive.links a:hover {
      color: #f39100; }
  .interactive.documents li {
    position: relative;
    margin: 1em 0;
    padding-left: 2em; }
  .interactive.documents a {
    line-height: 1.4;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05); }
    .interactive.documents a:focus, .interactive.documents a:hover {
      border-color: #f39100; }
    .interactive.documents a:before {
      content: "\f10f";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'icons';
      position: absolute;
      left: 0;
      top: -.15em;
      font-size: 1.5em;
      color: #ed7000; }

.bullets li {
  position: relative;
  margin-top: 1em;
  padding-left: 2.4em; }
  .bullets li:before {
    content: "\2022";
    position: absolute;
    top: .2em;
    left: 1.2em;
    font-size: 85%; }

ol.legal {
  counter-reset: level-1; }
  ol.legal li {
    position: relative;
    padding-left: 2.4em; }
  ol.legal > li {
    counter-increment: level-1;
    margin-top: 2em; }
    ol.legal > li > h2:before {
      content: counter(level-1) ".";
      position: absolute;
      top: 0;
      left: 0; }
    ol.legal > li li {
      margin-top: 1em; }
      ol.legal > li li:before {
        position: absolute;
        top: .2em;
        left: 0;
        font-size: 85%; }
    ol.legal > li > ol {
      counter-reset: level-2; }
      ol.legal > li > ol:not(.alpha) {
        margin-left: -2.4em; }
      ol.legal > li > ol > li {
        counter-increment: level-2; }
        ol.legal > li > ol > li:before {
          content: counter(level-1) "." counter(level-2) "."; }
        ol.legal > li > ol > li > ol {
          counter-reset: level-3; }
          ol.legal > li > ol > li > ol > li {
            counter-increment: level-3; }
            ol.legal > li > ol > li > ol > li:before {
              content: counter(level-1) "." counter(level-2) "." counter(level-3) "."; }
            ol.legal > li > ol > li > ol > li > ol {
              counter-reset: level-4; }
              ol.legal > li > ol > li > ol > li > ol > li {
                counter-increment: level-4; }
                ol.legal > li > ol > li > ol > li > ol > li:before {
                  content: counter(level-1) "." counter(level-2) "." counter(level-3) "." counter(level-4) "."; }
  ol.legal ul > li:before {
    content: "\2022";
    left: 1.2em; }
  ol.legal .alpha {
    counter-reset: alpha; }
    ol.legal .alpha > li {
      counter-increment: alpha;
      padding-left: 1.5em; }
      ol.legal .alpha > li:before {
        content: counter(alpha,lower-alpha) " )"; }
  ol.legal .numerals {
    counter-reset: numerals; }
    ol.legal .numerals > li {
      counter-increment: numerals;
      padding-left: 1.5em; }
      ol.legal .numerals > li:before {
        content: counter(numerals,lower-roman) " )"; }

#intro {
  padding: 20% 10% 50% 10%;
  border-bottom: 10px solid #ffb446;
  text-align: center;
  color: white;
  background: #6aabd4 url("../images/woman-bursting-from-sunroof.jpg") center no-repeat;
  background-size: cover;
  display: inline-block;
  width: 100%;
  padding: 0;
  background-position: center 80%; }
  @media (min-width: 500px) {
    #intro {
      border-bottom-width: 16px; } }
  @media (min-width: 700px) {
    #intro {
      padding-top: 10%;
      padding-bottom: 25%; } }
  #intro > * {
    -webkit-animation-name: fadeIn, zoomIn;
    -moz-animation-name: fadeIn, zoomIn;
    animation-name: fadeIn, zoomIn;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    animation-duration: 0.8s; }
    #intro > *:not(:first-child) {
      -webkit-animation-fill-mode: backwards;
      -moz-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
    #intro > *:nth-child(2) {
      -webkit-animation-delay: 0.8s;
      -moz-animation-delay: 0.8s;
      animation-delay: 0.8s; }
    #intro > *:nth-child(3) {
      -webkit-animation-delay: 1.9s;
      -moz-animation-delay: 1.9s;
      animation-delay: 1.9s; }
  #intro h1 {
    font-size: 50px;
    line-height: .8;
    letter-spacing: -.02em;
    font-style: italic;
    font-family: "Baily Sans ITC", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5%; }
    @media (min-width: 500px) {
      #intro h1 {
        font-size: 55px; } }
    @media (min-width: 700px) {
      #intro h1 {
        font-size: 70px; } }
    @media (min-width: 1000px) {
      #intro h1 {
        font-size: 110px; } }
  #intro p {
    max-width: 8em;
    margin: .5em auto 1em;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    font-family: "Baily Sans ITC", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    max-width: 100%; }
    @media (min-width: 500px) {
      #intro p {
        max-width: 10em;
        font-size: 24px; } }
    @media (min-width: 700px) {
      #intro p {
        max-width: none;
        margin-top: 0;
        font-size: 28px; } }
    @media (min-width: 1000px) {
      #intro p {
        font-size: 40px; } }
  #intro .cta {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    padding: .7em 1.5em;
    border-radius: .35em;
    font-weight: bold;
    color: white;
    background-color: #ffa622;
    background-image: -webkit-linear-gradient(-448deg, rgba(237, 112, 0, 0), #ed7000);
    background-image: linear-gradient(178deg, rgba(237, 112, 0, 0), #ed7000);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.6);
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: relative;
    padding-right: 3.4em;
    margin-bottom: 20%;
    behavior: url(styles/PIE.php); }
    #intro .cta:focus, #intro .cta:hover {
      background-color: #ffbc5a; }
    #intro .cta:focus {
      outline: 0; }
    #intro .cta:active {
      box-shadow: inset 0 0.1em 0.2em rgba(0, 0, 0, 0.15); }
    #intro .cta:after {
      content: "\f109";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'icons';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 1em;
      border-top-right-radius: inherit;
      border-bottom-right-radius: inherit;
      padding-top: inherit;
      padding-bottom: inherit;
      padding-left: .7em;
      padding-right: .7em;
      text-align: center;
      background-image: -webkit-linear-gradient(-430deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
      background-image: linear-gradient(160deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1)); }
    @media (min-width: 700px) {
      #intro .cta {
        padding-left: 1.1em;
        padding-top: .45em;
        padding-bottom: .45em;
        font-size: 24px; } }
    @media (min-width: 1000px) {
      #intro .cta {
        font-size: 26px; } }

#request-a-quote {
  display: none;
  padding: 40px 20px;
  text-align: center;
  color: #a0a0a0;
  background-color: #f1f1f1; }
  @media (min-width: 500px) {
    #request-a-quote {
      padding: 60px 20px; } }
  #request-a-quote.active {
    display: block; }
  #request-a-quote > div {
    max-width: 460px;
    margin: 0 auto;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    animation: fadeIn 1s; }
  #request-a-quote h3 {
    margin-bottom: .5em;
    font-size: 20px; }
    @media (min-width: 500px) {
      #request-a-quote h3 {
        font-size: 30px; } }
  #request-a-quote p {
    margin-bottom: 1em;
    line-height: 1.3; }
    #request-a-quote p.note {
      margin-top: 1em; }
    #request-a-quote p a {
      font-weight: bold; }
      #request-a-quote p a:focus, #request-a-quote p a:hover {
        color: #f39100; }
      #request-a-quote p a:focus {
        outline: 0; }
  #request-a-quote [type=text],
  #request-a-quote [type=email],
  #request-a-quote [type=number],
  #request-a-quote textarea,
  #request-a-quote .checkbox,
  #request-a-quote .radio {
    margin-bottom: 10px; }
  #request-a-quote [type=text],
  #request-a-quote [type=email],
  #request-a-quote [type=number],
  #request-a-quote textarea {
    border-color: #a0a0a0;
    color: #707070; }
    #request-a-quote [type=text]::-webkit-input-placeholder,
    #request-a-quote [type=email]::-webkit-input-placeholder,
    #request-a-quote [type=number]::-webkit-input-placeholder,
    #request-a-quote textarea::-webkit-input-placeholder {
      color: #a0a0a0; }
    #request-a-quote [type=text]::-moz-placeholder,
    #request-a-quote [type=email]::-moz-placeholder,
    #request-a-quote [type=number]::-moz-placeholder,
    #request-a-quote textarea::-moz-placeholder {
      color: #a0a0a0; }
    #request-a-quote [type=text]:-moz-placeholder,
    #request-a-quote [type=email]:-moz-placeholder,
    #request-a-quote [type=number]:-moz-placeholder,
    #request-a-quote textarea:-moz-placeholder {
      color: #a0a0a0; }
    #request-a-quote [type=text]:-ms-input-placeholder,
    #request-a-quote [type=email]:-ms-input-placeholder,
    #request-a-quote [type=number]:-ms-input-placeholder,
    #request-a-quote textarea:-ms-input-placeholder {
      color: #a0a0a0; }
    #request-a-quote [type=text].placeholder,
    #request-a-quote [type=email].placeholder,
    #request-a-quote [type=number].placeholder,
    #request-a-quote textarea.placeholder {
      color: #a0a0a0; }
    #request-a-quote [type=text]:focus,
    #request-a-quote [type=email]:focus,
    #request-a-quote [type=number]:focus,
    #request-a-quote textarea:focus {
      border-color: #f39100; }
      #request-a-quote [type=text]:focus::-webkit-input-placeholder,
      #request-a-quote [type=email]:focus::-webkit-input-placeholder,
      #request-a-quote [type=number]:focus::-webkit-input-placeholder,
      #request-a-quote textarea:focus::-webkit-input-placeholder {
        color: #f39100; }
      #request-a-quote [type=text]:focus::-moz-placeholder,
      #request-a-quote [type=email]:focus::-moz-placeholder,
      #request-a-quote [type=number]:focus::-moz-placeholder,
      #request-a-quote textarea:focus::-moz-placeholder {
        color: #f39100; }
      #request-a-quote [type=text]:focus:-moz-placeholder,
      #request-a-quote [type=email]:focus:-moz-placeholder,
      #request-a-quote [type=number]:focus:-moz-placeholder,
      #request-a-quote textarea:focus:-moz-placeholder {
        color: #f39100; }
      #request-a-quote [type=text]:focus:-ms-input-placeholder,
      #request-a-quote [type=email]:focus:-ms-input-placeholder,
      #request-a-quote [type=number]:focus:-ms-input-placeholder,
      #request-a-quote textarea:focus:-ms-input-placeholder {
        color: #f39100; }
      #request-a-quote [type=text]:focus.placeholder,
      #request-a-quote [type=email]:focus.placeholder,
      #request-a-quote [type=number]:focus.placeholder,
      #request-a-quote textarea:focus.placeholder {
        color: #f39100; }
  #request-a-quote .checkbox [type=checkbox] + label:before {
    border-color: #a0a0a0;
    color: #707070; }
  #request-a-quote .checkbox [type=checkbox]:focus + label:before {
    border-color: #f39100; }
  #request-a-quote .checkbox a {
    font-weight: bold; }
    #request-a-quote .checkbox a:focus, #request-a-quote .checkbox a:hover {
      color: #f39100; }
    #request-a-quote .checkbox a:focus {
      outline: 0; }
  #request-a-quote .radio [type=radio] + label {
    border-color: #a0a0a0; }
    #request-a-quote .radio [type=radio] + label:before {
      background-color: #707070; }
  #request-a-quote .radio [type=radio]:focus + label {
    border-color: #f39100; }
  @media (min-width: 400px) {
    #request-a-quote .group {
      overflow: hidden; }
      #request-a-quote .group > div {
        float: left;
        width: calc(50% - 5px); }
        #request-a-quote .group > div:last-child {
          margin-left: 10px; } }
  #request-a-quote label.error {
    color: #f1f1f1; }
  #request-a-quote button[type=submit] {
    margin-top: 20px;
    padding: .7em 1.5em;
    border-radius: .35em;
    font-weight: bold;
    color: white;
    background-color: #ffa622;
    background-image: -webkit-linear-gradient(-448deg, rgba(237, 112, 0, 0), #ed7000);
    background-image: linear-gradient(178deg, rgba(237, 112, 0, 0), #ed7000);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.6);
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    #request-a-quote button[type=submit]:focus, #request-a-quote button[type=submit]:hover {
      background-color: #ffbc5a; }
    #request-a-quote button[type=submit]:focus {
      outline: 0; }
    #request-a-quote button[type=submit]:active {
      box-shadow: inset 0 0.1em 0.2em rgba(0, 0, 0, 0.15); }
  #request-a-quote .cta {
    margin: 25px 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    padding: .7em 1.5em;
    border-radius: .35em;
    font-weight: bold;
    color: white;
    background-color: #ffa622;
    background-image: -webkit-linear-gradient(-448deg, rgba(237, 112, 0, 0), #ed7000);
    background-image: linear-gradient(178deg, rgba(237, 112, 0, 0), #ed7000);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.6);
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: relative;
    padding-right: 3.4em;
    margin-bottom: 20%;
    behavior: url(styles/PIE.php); }
    #request-a-quote .cta:focus, #request-a-quote .cta:hover {
      background-color: #ffbc5a; }
    #request-a-quote .cta:focus {
      outline: 0; }
    #request-a-quote .cta:active {
      box-shadow: inset 0 0.1em 0.2em rgba(0, 0, 0, 0.15); }
    #request-a-quote .cta:after {
      content: "\f109";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: 'icons';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 1em;
      border-top-right-radius: inherit;
      border-bottom-right-radius: inherit;
      padding-top: inherit;
      padding-bottom: inherit;
      padding-left: .7em;
      padding-right: .7em;
      text-align: center;
      background-image: -webkit-linear-gradient(-430deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
      background-image: linear-gradient(160deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1)); }
    @media (min-width: 700px) {
      #request-a-quote .cta {
        padding-left: 1.1em;
        padding-top: .45em;
        padding-bottom: .45em;
        font-size: 24px; } }
    @media (min-width: 1000px) {
      #request-a-quote .cta {
        font-size: 26px; } }

#cart .vehicle {
  border-radius: 6px;
  padding: 2px;
  border: 2px solid orange;
  border-bottom: 0px;
  background: none;
  background-color: #ffa622;
  background-image: -webkit-linear-gradient(-448deg, #ffa622, #ed7000);
  background-image: linear-gradient(178deg,#ffa622, #ed7000); }
  #cart .vehicle.loading:after {
    content: "\f10a";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'icons';
    display: block;
    margin: 10px auto;
    font-size: 25px;
    line-height: 25px;
    color: #fcfcfc;
    -webkit-animation: spin 0.8s infinite linear;
    -moz-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear; }
  #cart .vehicle > ol > li {
    margin-bottom: 2px;
    -webkit-animation: fadeIn 0.3s;
    -moz-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s; }
    #cart .vehicle > ol > li:last-child {
      margin-bottom: 0; }
  #cart .vehicle .property {
    position: relative; }
    #cart .vehicle .property:first-child > button {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    #cart .vehicle .property:last-child > button {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    #cart .vehicle .property > button {
      position: relative;
      display: block;
      width: 100%;
      padding: 1em 3em 1em 2em;
      font-weight: bold;
      color: #707070;
      background-color: #fcfcfc;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      margin: 0px;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
      #cart .vehicle .property > button:after {
        content: "\f102";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: 'icons';
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -0.5em;
        font-size: 1em; }
      #cart .vehicle .property > button:focus, #cart .vehicle .property > button:hover {
        color: #f39100; }
      #cart .vehicle .property > button:active {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 3px rgba(0, 0, 0, 0.15); }
    #cart .vehicle .property ol {
      position: absolute;
      left: 4px;
      right: 4px;
      top: 100%;
      z-index: 100;
      max-height: 0;
      overflow: hidden;
      background-color: #fcfcfc;
      box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
      opacity: 0; }
      #cart .vehicle .property ol li button {
        display: block;
        width: 100%;
        padding: .7em 1em;
        text-align: left;
        color: #898989;
        background-color: white;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
        border: 1px solid #e0e0e0;
        margin: 0;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s; }
        #cart .vehicle .property ol li button:focus, #cart .vehicle .property ol li button:hover {
          background-color: #f0f0f0;
          background-image: -webkit-linear-gradient(-445deg, #f0f0f0, #e6e6e6);
          background-image: linear-gradient(175deg,#f0f0f0, #e6e6e6);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05), 0 -1px 0 rgba(0, 0, 0, 0.04); }
        #cart .vehicle .property ol li button:active {
          color: #f39100; }
      #cart .vehicle .property ol li.active button {
        color: white;
        background-color: #ffa622;
        background-image: -webkit-linear-gradient(-448deg, #ffa622, #ed7000);
        background-image: linear-gradient(178deg,#ffa622, #ed7000);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05); }
    #cart .vehicle .property.active > button {
      z-index: 101; }
      #cart .vehicle .property.active > button:after {
        content: "\f103"; }
    #cart .vehicle .property.active ol {
      max-height: 250px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      opacity: 1;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
  #cart .vehicle .preview {
    overflow: hidden;
    padding: 10px;
    background-color: white; }
    #cart .vehicle .preview:last-child {
      border-radius: 0 0 4px 4px; }
    #cart .vehicle .preview img {
      display: block;
      width: 100%;
      float: left;
      width: 50%; }
      @media (min-width: 400px) {
        #cart .vehicle .preview img {
          float: left;
          width: 50%; } }
    #cart .vehicle .preview figcaption {
      padding: 10px 15px;
      text-align: left;
      float: left;
      width: 40%; }
      @media (min-width: 400px) {
        #cart .vehicle .preview figcaption {
          float: left;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 50%; } }
      #cart .vehicle .preview figcaption h4 {
        font-size: 18px; }
      #cart .vehicle .preview figcaption p {
        margin: .5em 0 0 0;
        font-size: 14px;
        line-height: 1.2; }

#user-details {
  display: none;
  margin-top: 40px; }
  #user-details.active {
    display: block; }

.explanation {
  padding: 40px 20px;
  text-align: center;
  background-position: center;
  background-size: cover; }
  @media (min-width: 500px) {
    .explanation {
      padding: 60px 20px; } }
  @media (min-width: 900px) {
    .explanation {
      padding: 80px 20px; } }
  .explanation h2 {
    margin-bottom: .5em;
    font-size: 26px; }
    @media (min-width: 500px) {
      .explanation h2 {
        font-size: 35px; } }
    @media (min-width: 900px) {
      .explanation h2 {
        font-size: 50px; } }
  .explanation .icon-list {
    margin: 20px 0; }
    .explanation .icon-list li {
      display: inline-block;
      vertical-align: top;
      max-width: 200px;
      padding: 10px; }
      @media (min-width: 500px) {
        .explanation .icon-list li {
          padding: 20px; } }
    .explanation .icon-list img {
      display: block;
      margin: 0 auto; }
    .explanation .icon-list h3 {
      margin: .5em 0;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.2; }
      @media (min-width: 900px) {
        .explanation .icon-list h3 {
          margin-top: 1.3em; } }
    .explanation .icon-list p {
      font-size: 14px;
      line-height: 1.25; }
  .explanation .text-list {
    margin: 0 20px 0; }
    .explanation .text-list li {
      display: inline-block;
      vertical-align: top;
      max-width: 500px;
      padding: 1em; }
      @media (min-width: 900px) {
        .explanation .text-list li {
          padding: 0 2.5em 2.5em; } }
    .explanation .text-list h3 {
      font-size: 1.1em; }
      @media (min-width: 900px) {
        .explanation .text-list h3 {
          font-size: 1.5em; } }
    .explanation .text-list p {
      margin-top: 1em;
      line-height: 1.3; }
      @media (min-width: 900px) {
        .explanation .text-list p {
          font-size: 1.1em; } }
  .explanation.feedback-saved {
    color: #7691aa; }
    .explanation.feedback-saved h3 {
      color: white; }
    .explanation.feedback-saved p {
      color: rgba(255, 255, 255, 0.5); }

#why-us, #about-us {
  color: #0f4876;
  background-color: #ebebeb; }
  #why-us p, #about-us p {
    color: rgba(0, 0, 0, 0.8); }

#explanation {
  color: white;
  background-color: #00426e; }
  #explanation p {
    color: rgba(255, 255, 255, 0.8); }

#explanation {
  background-image: url("../images/leather-car-seat.jpg");
  background-position: left; }

#why-us {
  background-image: url("../images/dashboard.jpg");
  background-image: none; }

#about-us {
  background-image: url("../images/car-buttons.jpg"); }

#testimonial {
  text-align: center;
  color: white;
  background-color: #ffb446; }
  #testimonial img {
    display: block;
    width: 100%; }
  #testimonial .quote {
    padding: 20px; }
    @media (min-width: 500px) {
      #testimonial .quote {
        padding: 2.5em;
        font-size: 18px; } }
    @media (min-width: 1000px) {
      #testimonial .quote {
        font-size: 24px; } }
  #testimonial blockquote {
    max-width: 30em;
    margin: 0 auto;
    font-size: 1.3em;
    line-height: 1.2;
    font-weight: bold; }
    #testimonial blockquote:before, #testimonial blockquote:after {
      display: inline-block;
      vertical-align: middle;
      margin: 0 .15em;
      font-size: 150%;
      line-height: .5; }
    #testimonial blockquote:before {
      content: '\201C'; }
    #testimonial blockquote:after {
      content: '\201D'; }
  #testimonial figcaption {
    margin-top: .5em;
    font-weight: 300; }

.gallery {
  overflow: hidden; }
  .gallery li {
    float: left;
    width: 25%; }
    @media (max-width: 500px) {
      .gallery li {
        width: 33.33333%; }
        .gallery li:nth-child(1), .gallery li:nth-child(2) {
          width: 50%; } }
    @media (min-width: 500px) {
      .gallery li {
        width: 25%; } }
  .gallery img {
    display: block;
    width: 100%; }

#contact-us {
  padding: 20px 0;
  color: white;
  margin: auto;
  width: 50%; }
  @media (min-width: 600px) {
    #contact-us {
      padding: 40px 20px;
      text-align: center; } }
  #contact-us > div {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 600px) {
      #contact-us > div {
        display: inline-block;
        vertical-align: top;
        max-width: 460px; } }
  #contact-us h2 {
    margin-bottom: 1em;
    text-align: left;
    font-size: 22px; }
    @media (min-width: 800px) {
      #contact-us h2 {
        font-size: 30px; } }
  #contact-us .checkbox {
    margin-bottom: 20px; }
    #contact-us .checkbox a {
      font-weight: bold; }
  #contact-us .hide-mobile {
    display: none;
    min-height: 0; }
  #contact-us .hide-mobile-li {
    margin-top: 0; }
  #contact-us .display-mobile {
    display: block; }
  #contact-us #contact-form, #contact-us #contact-methods, #contact-us #business-hours {
    display: inline-block; }
  #contact-us #contact-form, #contact-us #contact-methods {
    vertical-align: top; }

#contact-form .feedback {
  position: relative;
  margin-bottom: 15px;
  padding: 20px;
  padding-left: 70px;
  border-radius: 3px;
  text-align: left;
  color: #1f3548;
  background-color: #f39100; }
  #contact-form .feedback:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'icons';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 30px; }
  #contact-form .feedback h3 {
    margin-bottom: .35em; }
  #contact-form .feedback.success:before {
    content: "\f10d"; }
  #contact-form .feedback.error:before {
    content: "\f100"; }
#contact-form form {
  text-align: left; }
  #contact-form form input,
  #contact-form form textarea {
    border-color: #23527c;
    color: white;
    margin-bottom: 10px; }
    #contact-form form input::-webkit-input-placeholder,
    #contact-form form textarea::-webkit-input-placeholder {
      color: white; }
    #contact-form form input::-moz-placeholder,
    #contact-form form textarea::-moz-placeholder {
      color: white; }
    #contact-form form input:-moz-placeholder,
    #contact-form form textarea:-moz-placeholder {
      color: white; }
    #contact-form form input:-ms-input-placeholder,
    #contact-form form textarea:-ms-input-placeholder {
      color: white; }
    #contact-form form input.placeholder,
    #contact-form form textarea.placeholder {
      color: white; }
    #contact-form form input:focus,
    #contact-form form textarea:focus {
      border-color: #f39100; }
      #contact-form form input:focus::-webkit-input-placeholder,
      #contact-form form textarea:focus::-webkit-input-placeholder {
        color: #f39100; }
      #contact-form form input:focus::-moz-placeholder,
      #contact-form form textarea:focus::-moz-placeholder {
        color: #f39100; }
      #contact-form form input:focus:-moz-placeholder,
      #contact-form form textarea:focus:-moz-placeholder {
        color: #f39100; }
      #contact-form form input:focus:-ms-input-placeholder,
      #contact-form form textarea:focus:-ms-input-placeholder {
        color: #f39100; }
      #contact-form form input:focus.placeholder,
      #contact-form form textarea:focus.placeholder {
        color: #f39100; }
  @media (min-width: 400px) {
    #contact-form form .group {
      overflow: hidden; }
      #contact-form form .group > div {
        float: left;
        width: calc(50% - 5px); }
        #contact-form form .group > div:last-child {
          margin-left: 10px; } }
  #contact-form form button {
    padding: .48em 1.5em .55em;
    border: 1px solid #23527c;
    border-radius: 3px;
    font-weight: bold;
    color: white; }
    #contact-form form button:focus, #contact-form form button:hover {
      border-color: #f39100;
      color: #f39100; }
  #contact-form form label.error {
    color: #1f3548; }

#contact-methods ul {
  display: inline-block;
  vertical-align: middle;
  text-align: left; }
#contact-methods li {
  position: relative;
  min-height: 24px;
  margin-top: 20px;
  padding-left: 39px; }
  #contact-methods li:first-child {
    margin-top: 0; }
  #contact-methods li:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: 'icons';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    text-align: center;
    font-size: 24px; }
#contact-methods .chat:before {
  content: "\f105"; }
#contact-methods .chat .chat-toggle {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  padding: .7em 1.5em;
  border-radius: .35em;
  font-weight: bold;
  color: white;
  background-color: #ffa622;
  background-image: -webkit-linear-gradient(-448deg, rgba(237, 112, 0, 0), #ed7000);
  background-image: linear-gradient(178deg, rgba(237, 112, 0, 0), #ed7000);
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  #contact-methods .chat .chat-toggle:focus, #contact-methods .chat .chat-toggle:hover {
    background-color: #ffbc5a; }
  #contact-methods .chat .chat-toggle:focus {
    outline: 0; }
  #contact-methods .chat .chat-toggle:active {
    box-shadow: inset 0 0.1em 0.2em rgba(0, 0, 0, 0.15); }
#contact-methods .email:before {
  content: "\f10c"; }
#contact-methods .post:before {
  content: "\f106"; }
#contact-methods .phone {
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase; }
  #contact-methods .phone:before {
    content: "\f108"; }
#contact-methods address {
  line-height: 1.2; }

#business-hours {
  text-align: left; }
  #business-hours p {
    line-height: 1.2; }

#legal {
  clear: both;
  padding: 40px 20px;
  padding-top: 0;
  text-align: center;
  font-size: 14px;
  color: white; }
  #legal p {
    max-width: 36em;
    margin: .5em auto;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7); }
  #legal a:hover {
    color: #f39100; }
  #legal small {
    display: block;
    font-size: 85%;
    text-align: justify;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.3); }
    #legal small a {
      color: rgba(255, 255, 255, 0.5); }

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none; }

#browser {
  max-width: 800px;
  width: auto !important;
  width: 800px;
  display: none;
  background: #FFF;
  padding: 20px;
  text-align: center; }
  #browser .quarter {
    margin: 0;
    padding: 2%;
    width: 20%;
    float: left;
    text-align: center; }
  #browser .quarter img {
    display: block;
    margin: 5px auto 10px auto; }
  #browser .quarter span {
    display: block;
    margin: 5px 0; }
  #browser .qurter .bro {
    font-size: 1.2em; }
  #browser .quarter .vendor {
    font-size: 0.85em; }
