/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'lato-regular-webfont';
  src: url("../fonts/lato-regular-webfont/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont/lato-regular-webfont.svg#lato-regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lato-bold-webfont';
  src: url("../fonts/lato-bold-webfont/lato-bold-webfont.eot");
  src: url("../fonts/lato-bold-webfont/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bold-webfont/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont/lato-bold-webfont.ttf") format("truetype"), url("../fonts/lato-bold-webfont/lato-bold-webfont.svg#lato-bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lato-black-webfont';
  src: url("../fonts/lato-black-webfont/lato-black-webfont.eot");
  src: url("../fonts/lato-black-webfont/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-black-webfont/lato-black-webfont.woff") format("woff"), url("../fonts/lato-black-webfont/lato-black-webfont.ttf") format("truetype"), url("../fonts/lato-black-webfont/lato-black-webfont.svg#lato-black-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-font-smoothing: antialiased;
  /* No bold in Mac. */
  box-sizing: border-box;
}

body {
  background-color: white;
  font-family: "lato-regular-webfont";
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 18px;
}

.next-button, .go-button, .prev-button, .back-to-home-button {
  height: 50px;
  font-family: "lato-black-webfont";
  font-size: 24px;
  text-align: center;
  padding: 5px 0;
  border-radius: 4px;
  border: none;
  outline: none;
  color: white;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  text-transform: uppercase;
}

.next-button {
  float: right;
  width: 130px;
  font-size: 20px;
  background-color: #8dbb36;
  background: linear-gradient(to bottom, #8dbb36 0%, #77ae2b 100%);
}

@media screen and (min-width: 530px) {
  .next-button {
    width: 150px;
    font-size: 24px;
  }
}

.go-button {
  width: 80px;
  background-color: #04499a;
  background: linear-gradient(to bottom, #04499a 0%, #143152 100%);
}

.prev-button {
  float: left;
  clear: both;
  font-size: 14px;
  padding: 15px 0;
  width: 140px;
  background-color: #b3bcc5;
  background: linear-gradient(to bottom, #b3bcc5 0%, #a5afba 100%);
}

.back-to-home-button {
  height: auto;
  padding: 8px 20px;
  width: 100%;
  background-color: #8dbb36;
  background: linear-gradient(to bottom, #8dbb36 0%, #77ae2b 100%);
}

.site-header {
  background-color: white;
  text-align: center;
  border-bottom: 1px solid #bcc5cf;
  padding: 10px 0;
}

@media screen and (min-width: 700px) {
  .site-header {
    background-color: #04499a;
    padding: 0;
    border-bottom: none;
  }
}

.site-header h1 {
  display: none;
}

.site-header .container:before, .site-header .container:after {
  content: '';
  display: table;
}

.site-header .container:after {
  clear: both;
}

.logo-site-header {
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (min-width: 700px) {
  .logo-site-header {
    position: relative;
    width: 260px;
    float: left;
    margin-bottom: 0;
    padding: 10px 0 15px;
    background-color: white;
  }
}

@media screen and (min-width: 1000px) {
  .logo-site-header {
    width: 300px;
  }
}

.logo-site-header::before {
  content: '';
  position: absolute;
  right: -30px;
  top: 0;
  border-top: 84px solid white;
  border-right: 30px solid transparent;
  display: none;
}

@media screen and (min-width: 700px) {
  .logo-site-header::before {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .logo-site-header::before {
    border-top: 100px solid white;
  }
}

.logo-site-header::after {
  content: '';
  position: absolute;
  left: -500%;
  width: 500%;
  top: 0;
  height: 100%;
  background-color: white;
}

.logo-site-header img {
  width: 160px;
  height: auto;
  display: inline-block;
}

@media screen and (min-width: 530px) {
  .logo-site-header img {
    width: 200px;
  }
}

@media screen and (min-width: 1000px) {
  .logo-site-header img {
    width: 260px;
  }
}

.call-information-container {
  display: block;
}

@media screen and (min-width: 530px) {
  .call-information-container {
    margin: 8px 0;
  }
}

@media screen and (min-width: 700px) {
  .call-information-container {
    float: right;
  }
}

@media screen and (min-width: 1000px) {
  .call-information-container {
    margin: 17px 0;
  }
}

.call-information-container .icon-call {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: auto;
}

@media screen and (min-width: 700px) {
  .call-information-container .icon-call {
    width: 66px;
  }
}

.call-information-container .call-information {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  text-align: left;
}

.call-information-container .call-information span {
  display: block;
  font-family: "lato-black-webfont";
  color: #04499a;
  line-height: 1;
  font-size: 14px;
}

@media screen and (min-width: 700px) {
  .call-information-container .call-information span {
    color: white;
  }
}

@media screen and (min-width: 830px) {
  .call-information-container .call-information span {
    font-size: 18px;
    font-family: "lato-regular-webfont";
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }
}

.call-information-container .call-information span.call-number {
  font-size: 24px;
}

@media screen and (min-width: 830px) {
  .call-information-container .call-information span.call-number {
    font-family: "lato-black-webfont";
    font-size: 36px;
  }
}

.quote label input:not([type='radio']), .quote .label-container input:not([type='radio']), .quote label select, .quote .label-container select {
  display: block;
  border: 1px solid #bcc5cf;
  border-radius: 4px;
  background-color: white;
  height: 50px;
  padding: 10px 20px;
  width: 100%;
  margin: 5px 0;
  font-family: "lato-regular-webfont";
  font-size: 18px;
  color: #7a828b;
  outline: none;
}

.quote label input.error:not([type='radio']), .quote .label-container input.error:not([type='radio']), .quote label select.error, .quote .label-container select.error {
  border: 1px solid red;
}

.quote {
  text-align: center;
}

.quote::before {
  content: '';
  height: 100%;
  display: none;
  vertical-align: middle;
}

@media screen and (min-width: 700px) {
  .quote::before {
    display: inline-block;
  }
}

@media screen and (min-width: 830px) {
  .quote {
    background-image: url("../images/quote/background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
  }
}

.quote form, .quote .thanks, .quote .error {
  width: 100%;
  padding: 20px;
  background-color: white;
  max-width: 580px;
  margin: 0 auto;
}

.quote form:before, .quote form:after, .quote .thanks:before, .quote .thanks:after, .quote .error:before, .quote .error:after {
  content: '';
  display: table;
}

.quote form:after, .quote .thanks:after, .quote .error:after {
  clear: both;
}

@media screen and (min-width: 530px) {
  .quote form, .quote .thanks, .quote .error {
    padding: 30px;
  }
}

@media screen and (min-width: 700px) {
  .quote form, .quote .thanks, .quote .error {
    vertical-align: middle;
    display: inline-block;
    margin-right: -4px;
  }
}

@media screen and (min-width: 830px) {
  .quote form, .quote .thanks, .quote .error {
    padding: 45px;
  }
}

.quote h1 {
  color: #8dbb36;
  font-size: 24px;
}

@media screen and (min-width: 530px) {
  .quote h1 {
    font-size: 25px;
  }
}

@media screen and (min-width: 830px) {
  .quote h1 {
    font-size: 26px;
  }
}

.quote .prefer-contacted {
  color: #8dbb36;
  font-size: 20px;
  font-family: "lato-bold-webfont";
  margin-top: 30px;
}

@media screen and (min-width: 830px) {
  .quote .prefer-contacted {
    text-align: left;
  }
}

.quote label, .quote .label-container {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-family: "lato-bold-webfont";
  color: #7a828b;
  width: 100%;
}

@media screen and (min-width: 700px) {
  .quote label, .quote .label-container {
    text-align: left;
  }
}

.quote label > span, .quote .label-container > span {
  display: block;
}

.quote label input:not([type='radio']), .quote .label-container input:not([type='radio']) {
  box-shadow: 4px 4px 8px 0 rgba(122, 130, 139, 0.3) inset;
}

.quote label input.phone, .quote .label-container input.phone {
  width: 27%;
  float: left;
  margin-right: 3%;
}

.quote label input.phone:last-of-type, .quote .label-container input.phone:last-of-type {
  width: 40%;
  margin-right: 0;
}

.quote label select, .quote .label-container select {
  font-size: 18px;
  font-family: "lato-bold-webfont";
  background: linear-gradient(to bottom, white 0%, #e9ebed 100%);
}

.quote ::-webkit-input-placeholder {
  color: #7a828b;
}

.quote :-moz-placeholder {
  /* Firefox 18- */
  color: #7a828b;
}

.quote ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7a828b;
}

.quote :-ms-input-placeholder {
  color: #7a828b;
}

.quote .info-error {
  font-size: 16px;
  color: red;
  padding: 4px 0;
}

form.get-quote-form h1 {
  color: #8dbb36;
  font-family: "lato-black-webfont";
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

@media screen and (min-width: 530px) {
  form.get-quote-form h1 {
    font-size: 28px;
  }
}

@media screen and (min-width: 830px) {
  form.get-quote-form h1 {
    font-size: 42px;
  }
}

form.get-quote-form p {
  color: #7a828b;
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-family: "lato-bold-webfont";
  line-height: 1;
  margin-top: 10px;
}

@media screen and (min-width: 530px) {
  form.get-quote-form p {
    font-size: 28px;
  }
}

@media screen and (min-width: 830px) {
  form.get-quote-form p {
    font-size: 32px;
  }
}

form.get-quote-form .quote-text {
  margin-top: 15px;
  text-transform: uppercase;
  color: #04499a;
  font-family: "lato-black-webfont";
}

@media screen and (min-width: 530px) {
  form.get-quote-form label {
    font-size: 22px;
  }
}

@media screen and (min-width: 830px) {
  form.get-quote-form label {
    font-size: 24px;
  }
}

form.get-quote-form .next-button {
  width: 100%;
}

@media screen and (min-width: 700px) {
  form.household-form .household-income {
    float: left;
    width: 48%;
  }
}

@media screen and (min-width: 700px) {
  form.household-form .household-size {
    float: right;
    width: 48%;
  }
}

form.language-and-call-time .radio-container {
  width: 50%;
  margin-right: -4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: "lato-regular-webfont";
  position: relative;
  padding-left: 32px;
  margin-top: 15px;
  text-align: left;
}

form.language-and-call-time .radio-container label {
  vertical-align: middle;
  margin-top: 0;
  font-family: "lato-regular-webfont";
}

form.language-and-call-time .radio-container label::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #e9ecef;
  box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.2) inset;
}

form.language-and-call-time .radio-container input:checked + label::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #04499a;
  position: absolute;
  top: 7px;
  left: 7px;
}

form.language-and-call-time input[type='radio'] {
  display: none;
}

@media screen and (min-width: 700px) {
  form.language-and-call-time .language {
    float: left;
    width: 48%;
  }
}

@media screen and (min-width: 700px) {
  form.language-and-call-time .call-time {
    float: right;
    width: 48%;
  }
}

form.additional-info-form .name-container:before, form.additional-info-form .name-container:after {
  content: '';
  display: table;
}

form.additional-info-form .name-container:after {
  clear: both;
}

@media screen and (min-width: 700px) {
  form.additional-info-form .first-name {
    float: left;
    width: 48%;
  }
}

@media screen and (min-width: 700px) {
  form.additional-info-form .last-name {
    float: right;
    width: 48%;
  }
}

@media screen and (min-width: 700px) {
  form.additional-info-form .email {
    width: 74%;
  }
}

form.additional-info-form .phone-container:before, form.additional-info-form .phone-container:after {
  content: '';
  display: table;
}

form.additional-info-form .phone-container:after {
  clear: both;
}

@media screen and (min-width: 530px) {
  form.additional-info-form .phone-container > span {
    float: left;
    width: 38%;
    text-align: left;
    padding: 14px 0;
  }
}

@media screen and (min-width: 530px) {
  form.additional-info-form .phone-inputs {
    width: 60%;
    float: right;
  }
}

form.enrollee-info-form h1 {
  margin-bottom: 5px;
}

form.enrollee-info-form p {
  font-style: italic;
  color: #7a828b;
  font-size: 18px;
  margin: 0 0 5px;
}

@media screen and (min-width: 700px) {
  form.enrollee-info-form .children-18-under {
    float: left;
    width: 48%;
  }
}

@media screen and (min-width: 700px) {
  form.enrollee-info-form .children-19-over {
    float: right;
    width: 48%;
  }
}

form.enrollee-info-form .ages-container {
  margin-left: -6%;
}

form.enrollee-info-form .ages-container:before, form.enrollee-info-form .ages-container:after {
  content: '';
  display: table;
}

form.enrollee-info-form .ages-container:after {
  clear: both;
}

@media screen and (min-width: 700px) {
  form.enrollee-info-form .ages-container {
    margin-left: -3%;
  }
}

form.enrollee-info-form .adult-age {
  display: none;
  float: left;
  width: 44%;
  margin-left: 6%;
}

@media screen and (min-width: 700px) {
  form.enrollee-info-form .adult-age {
    width: 22%;
    margin-left: 3%;
  }
}

.thanks, .error {
  color: #7a828b;
}

.thanks h1, .error h1 {
  font-family: "lato-black-webfont";
  text-transform: uppercase;
  color: #8dbb36;
  font-size: 28px;
}

@media screen and (min-width: 530px) {
  .thanks h1, .error h1 {
    font-size: 36px;
  }
}

@media screen and (min-width: 830px) {
  .thanks h1, .error h1 {
    font-size: 48px;
  }
}

.thanks h2, .error h2 {
  color: #04499a;
  font-size: 24px;
}

.error h1 {
  color: red;
}

.companies {
  background-color: white;
  display: none;
  border: 1px solid #bcc5cf;
}

@media screen and (min-width: 830px) {
  .companies {
    display: block;
  }
}

.companies ul {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 18px;
  padding-top: 35px;
  padding-bottom: 35px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.companies li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 20px;
  font-size: 16px;
}

@media screen and (min-width: 1000px) {
  .companies li {
    margin: 5px 10px;
  }
}

.about-us {
  background-color: #143152;
  padding: 20px 0;
  color: white;
}

@media screen and (min-width: 830px) {
  .about-us {
    padding: 60px 0 70px;
  }
}

.about-us .container:before, .about-us .container:after {
  content: '';
  display: table;
}

.about-us .container:after {
  clear: both;
}

.about-us h1 {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 830px) {
  .about-us h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 830px) {
  .about-us-description {
    float: left;
    width: 48%;
  }
}

.about-us-description p {
  margin: 0 0 10px;
  font-size: 16px;
}

@media screen and (min-width: 830px) {
  .about-us-features {
    float: right;
    width: 48%;
  }
}

.about-us-features p {
  margin: 0 0 10px;
  font-size: 16px;
}

.about-us-features li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 10px;
}

.about-us-features li:last-child {
  margin-bottom: 0;
}

.about-us-features li::before {
  content: url("../images/icons/check.png");
  position: absolute;
  display: block;
  left: 0;
  top: -3px;
}

.get-started {
  padding: 20px 0;
  background-color: #8dbb36;
}

@media screen and (min-width: 830px) {
  .get-started {
    text-align: center;
  }
}

.get-started h1 {
  color: white;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 18px;
  font-family: "lato-bold-webfont";
}

@media screen and (min-width: 830px) {
  .get-started h1 {
    width: auto;
  }
}

.get-started form {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 480px;
}

@media screen and (min-width: 830px) {
  .get-started form {
    margin-left: 8px;
  }
}

.get-started label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: 10px;
  max-width: 380px;
  margin-right: 8px;
}

@media screen and (min-width: 830px) {
  .get-started label {
    margin-top: 0;
  }
}

.get-started label input {
  background-color: white;
  border-radius: 4px;
  border: none;
  outline: none;
  height: 50px;
  padding: 10px 20px;
  font-size: 18px;
  width: 100%;
  color: #7a828b;
}

.get-started label input.error {
  border: 1px solid red;
}

.get-started ::-webkit-input-placeholder {
  color: #7a828b;
}

.get-started :-moz-placeholder {
  /* Firefox 18- */
  color: #7a828b;
}

.get-started ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7a828b;
}

.get-started :-ms-input-placeholder {
  color: #7a828b;
}

@media screen and (min-width: 830px) {
  .get-started .go-button {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
  }
}

.get-started .info-errorf {
  font-size: 16px;
  color: red;
  padding: 4px 0;
}

.site-footer {
  background-color: #04499a;
  padding: 20px 0;
  color: white;
  text-align: center;
}

@media screen and (min-width: 830px) {
  .site-footer {
    padding: 35px 0;
  }
}

.copy-right-and-legal-links {
  font-size: 13px;
}

.copy-right-and-legal-links:before, .copy-right-and-legal-links:after {
  content: '';
  display: table;
}

.copy-right-and-legal-links:after {
  clear: both;
}

@media screen and (min-width: 830px) {
}

.copy-right p {
  margin: 0 0 5px;
}

.nav-legal-links {
  margin: 8px 0;
}

@media screen and (min-width: 830px) {
  .nav-legal-links {
    margin: 0;
  }
}

.nav-legal-links li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
}

@media screen and (min-width: 830px) {
  .nav-legal-links li {
    margin: 0 8px;
  }
}

.nav-legal-links a {
  opacity: 0.6;
  transition: opacity 0.2s ease-in;
}

.nav-legal-links a:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in;
  border-bottom: 1px solid white;
}

.legal-text {
  margin-top: 15px;
}

.legal-text p {
  margin: 0 0 5px;
  font-size: 12px;
}
