/*! uStyle version 1.0.4. Copyright uSwitch limited, all rights reserved. */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/**
 * 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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent 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/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 when focused and also mouse hovered in all browsers.
 */
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; }

/**
 * Address 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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.
 */
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; }

h1,
.us-heading--1,
h2,
.us-heading--2,
h3,
.section-title,
.us-heading--3,
.us-font--heading-p,
.ie8 .section-title,
#vcard h3 {
  font-family: "FS Elliot Web Bold", Helvetica, Arial, sans-serif;
  font-weight: normal; }

h4,
.us-news-item-title,
.home-block-tag,
.hero-block-tag,
.us-heading--4,
h5,
.us-heading--5,
h6,
.us-heading--6,
.us-btn--stronger,
.us-font--heading-s {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700; }

blockquote,
html,
.us-news-item-readmorelink,
.us-btn,
.us-font--normal,
.hero-block-title,
.home-block-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

blockquote {
  font-style: italic; }

.us-float--left {
  float: left; }

.us-float--right {
  float: right; }

.us-list, .us-hero-description,
.us-btn, .us-list--reset {
  padding: 0;
  margin: 0; }

.us-container:before, .us-hero-container:before, .us-grid-row:before, .us-clearfix:before, .blocks-container:before, .guide-section-container:before, .us-container:after, .us-hero-container:after, .us-grid-row:after, .us-clearfix:after, .blocks-container:after, .guide-section-container:after {
  display: table;
  content: " "; }
.us-container:after, .us-hero-container:after, .us-grid-row:after, .us-clearfix:after, .blocks-container:after, .guide-section-container:after {
  clear: both; }

.us-news-item-link {
  border: 1px solid #bbbbbb;
  border-radius: 0.3125em; }
  .us-news-item-link:hover {
    border-color: #008fe9; }

.us-list a:after, .us-news-item-readmore:after {
  position: relative;
  left: 0;
  display: inline;
  margin: 0 0 0 .5em;
  font-size: .5em;
  line-height: 0;
  vertical-align: middle;
  content: "\25b6";
  -webkit-transition: left 200ms;
          transition: left 200ms; }

.us-news-item-link, .us-news-item-image {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.us-btn, .us-form-input {
  background-image: none; }

html {
  font-size: 16px;
  line-height: 1.618em; }

body {
  color: #333333; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .375em; }

h1,
.us-heading--1 {
  font-size: 2.25em;
  line-height: 1.3em; }

h2,
.us-heading--2 {
  font-size: 1.875em;
  line-height: 1.3em; }

h3,
.section-title,
.us-heading--3 {
  font-size: 1.5em;
  line-height: 1.25em; }

h4,
.us-news-item-title,
.home-block-tag,
.hero-block-tag,
.us-heading--4 {
  font-size: 1.125em;
  line-height: 1.25em; }

h5,
.us-heading--5 {
  font-size: 1em;
  line-height: 0.95em; }

h6,
.us-heading--6 {
  font-size: 1em;
  line-height: 0.95em; }

p,
.trailered {
  margin: 0 0 1.5em 0; }

.us-standfirst {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.618;
  padding-top: 8.144px;
  padding-top: 0.509rem;
  margin-bottom: 17.744px;
  margin-bottom: 1.109rem; }

ul li {
  margin-bottom: .5em; }

small {
  line-height: 1.15em; }

.guide-block-tag, .tagline {
  font-size: 0.875em;
  line-height: 1.15em; }

blockquote {
  padding: 15px;
  color: #1c1f4e;
  border-left: 5px solid #bbbbbb; }
  blockquote > p {
    padding: 0 !important;
    margin: 0 !important; }

@media print {
  h1,
  h2,
  h3,
  .us-heading--1,
  .us-heading--2,
  .us-heading--3 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700; } }
@media screen and (max-width: 599px) {
  .us-mobile--hidden {
    display: none; } }

.us-mobile--block {
  display: none; }
  @media screen and (max-width: 599px) {
    .us-mobile--block {
      display: block; } }

.us-mobile--inline-block {
  display: none; }
  @media screen and (max-width: 599px) {
    .us-mobile--inline-block {
      display: inline-block; } }

.us-mobile--inline {
  display: none; }
  @media screen and (max-width: 599px) {
    .us-mobile--inline {
      display: inline; } }

@media screen and (min-width: 600px) {
  .us-sm-tablet--hidden {
    display: none; } }
.ie8 .us-sm-tablet--hidden {
  display: none; }

.us-sm-tablet--block {
  display: none; }
  @media screen and (min-width: 600px) {
    .us-sm-tablet--block {
      display: block; } }
  .ie8 .us-sm-tablet--block {
    display: block; }

.us-sm-tablet--inline-block {
  display: none; }
  @media screen and (min-width: 600px) {
    .us-sm-tablet--inline-block {
      display: inline-block; } }
  .ie8 .us-sm-tablet--inline-block {
    display: inline-block; }

.us-sm-tablet--inline {
  display: none; }
  @media screen and (min-width: 600px) {
    .us-sm-tablet--inline {
      display: inline; } }
  .ie8 .us-sm-tablet--inline {
    display: inline; }

@media screen and (min-width: 768px) {
  .us-tablet--hidden {
    display: none; } }
.ie8 .us-tablet--hidden {
  display: none; }

.us-tablet--block {
  display: none; }
  @media screen and (min-width: 768px) {
    .us-tablet--block {
      display: block; } }
  .ie8 .us-tablet--block {
    display: block; }

.us-tablet--inline-block {
  display: none; }
  @media screen and (min-width: 768px) {
    .us-tablet--inline-block {
      display: inline-block; } }
  .ie8 .us-tablet--inline-block {
    display: inline-block; }

.us-tablet--inline {
  display: none; }
  @media screen and (min-width: 768px) {
    .us-tablet--inline {
      display: inline; } }
  .ie8 .us-tablet--inline {
    display: inline; }

@media screen and (min-width: 992px) {
  .us-desktop--hidden {
    display: none; } }
.ie8 .us-desktop--hidden {
  display: none; }

.us-desktop--block {
  display: none; }
  @media screen and (min-width: 992px) {
    .us-desktop--block {
      display: block; } }
  .ie8 .us-desktop--block {
    display: block; }

.us-desktop--inline-block {
  display: none; }
  @media screen and (min-width: 992px) {
    .us-desktop--inline-block {
      display: inline-block; } }
  .ie8 .us-desktop--inline-block {
    display: inline-block; }

.us-desktop--inline {
  display: none; }
  @media screen and (min-width: 992px) {
    .us-desktop--inline {
      display: inline; } }
  .ie8 .us-desktop--inline {
    display: inline; }

@media screen and (min-width: 1200px) {
  .us-lg-desktop--hidden {
    display: none; } }

.us-lg-desktop--block {
  display: none; }
  @media screen and (min-width: 1200px) {
    .us-lg-desktop--block {
      display: block; } }

.us-lg-desktop--inline-block {
  display: none; }
  @media screen and (min-width: 1200px) {
    .us-lg-desktop--inline-block {
      display: inline-block; } }

.us-lg-desktop--inline {
  display: none; }
  @media screen and (min-width: 1200px) {
    .us-lg-desktop--inline {
      display: inline; } }

.us-container, .us-hero-container {
  position: relative;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 768px) {
    .us-container, .us-hero-container {
      max-width: 800px; } }
  @media screen and (min-width: 992px) {
    .us-container, .us-hero-container {
      max-width: 1000px; } }
  .ie8 .us-container, .ie8 .us-hero-container {
    max-width: 1000px; }
  @media screen and (min-width: 1200px) {
    .us-container, .us-hero-container {
      max-width: 1200px; } }

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

@media screen and (min-width: 768px) {
  .us-grid-row {
    margin-right: -15px;
    margin-left: -15px; } }
.ie8 .us-grid-row {
  margin-right: -15px;
  margin-left: -15px; }

@media screen and (min-width: 768px) {
  .us-col-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%;
    min-height: 1px; }

  .us-col-2 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%;
    min-height: 1px; }

  .us-col-3 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    min-height: 1px; }

  .us-col-4 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
    min-height: 1px; }

  .us-col-5 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%;
    min-height: 1px; }

  .us-col-6, .hero-block {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    min-height: 1px; }

  .us-col-7 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%;
    min-height: 1px; }

  .us-col-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%;
    min-height: 1px; }

  .us-col-9 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
    min-height: 1px; }

  .us-col-10 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%;
    min-height: 1px; }

  .us-col-11 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%;
    min-height: 1px; }

  .us-col-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    min-height: 1px; } }
.ie8 .us-col-1 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 8.33333%;
  min-height: 1px; }
.ie8 .us-col-2 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 16.66667%;
  min-height: 1px; }
.ie8 .us-col-3 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  min-height: 1px; }
.ie8 .us-col-4 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%;
  min-height: 1px; }
.ie8 .us-col-5 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 41.66667%;
  min-height: 1px; }
.ie8 .us-col-6, .ie8 .hero-block {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  min-height: 1px; }
.ie8 .us-col-7 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 58.33333%;
  min-height: 1px; }
.ie8 .us-col-8 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66667%;
  min-height: 1px; }
.ie8 .us-col-9 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 75%;
  min-height: 1px; }
.ie8 .us-col-10 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 83.33333%;
  min-height: 1px; }
.ie8 .us-col-11 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 91.66667%;
  min-height: 1px; }
.ie8 .us-col-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  min-height: 1px; }

.us-col-xsm-1 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 8.33333%; }

.us-col-xsm-2 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 16.66667%; }

.us-col-xsm-3 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%; }

.us-col-xsm-4 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%; }

.us-col-xsm-5 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 41.66667%; }

.us-col-xsm-6 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%; }

.us-col-xsm-7 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 58.33333%; }

.us-col-xsm-8 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66667%; }

.us-col-xsm-9 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 75%; }

.us-col-xsm-10 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 83.33333%; }

.us-col-xsm-11 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 91.66667%; }

.us-col-xsm-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

@media screen and (min-width: 600px) {
  .us-col-sm-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%; }

  .us-col-sm-2 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%; }

  .us-col-sm-3 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }

  .us-col-sm-4 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }

  .us-col-sm-5 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%; }

  .us-col-sm-6 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }

  .us-col-sm-7 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%; }

  .us-col-sm-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%; }

  .us-col-sm-9 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }

  .us-col-sm-10 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%; }

  .us-col-sm-11 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; }

  .us-col-sm-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; } }
@media screen and (min-width: 768px) {
  .us-col-md-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%; }

  .us-col-md-2 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%; }

  .us-col-md-3 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }

  .us-col-md-4 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }

  .us-col-md-5 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%; }

  .us-col-md-6,
  .home-block,
  .guide-block,
  .customer_block {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }

  .us-col-md-7 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%; }

  .us-col-md-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%; }

  .us-col-md-9 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }

  .us-col-md-10 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%; }

  .us-col-md-11 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; }

  .us-col-md-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; } }
.ie8 .us-col-md-1 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 8.33333%; }
.ie8 .us-col-md-2 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 16.66667%; }
.ie8 .us-col-md-3 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%; }
.ie8 .us-col-md-4 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%; }
.ie8 .us-col-md-5 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 41.66667%; }
.ie8 .us-col-md-6,
.ie8 .home-block,
.ie8 .guide-block,
.ie8 .customer_block {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%; }
.ie8 .us-col-md-7 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 58.33333%; }
.ie8 .us-col-md-8 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66667%; }
.ie8 .us-col-md-9 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 75%; }
.ie8 .us-col-md-10 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 83.33333%; }
.ie8 .us-col-md-11 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 91.66667%; }
.ie8 .us-col-md-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

@media screen and (min-width: 992px) {
  .us-col-lg-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%; }

  .us-col-lg-2 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%; }

  .us-col-lg-3,
  .home-block,
  .guide-block {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }

  .us-col-lg-4 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }

  .us-col-lg-5 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%; }

  .us-col-lg-6 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }

  .us-col-lg-7 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%; }

  .us-col-lg-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%; }

  .us-col-lg-9 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }

  .us-col-lg-10 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%; }

  .us-col-lg-11 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; }

  .us-col-lg-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; } }
.ie8 .us-col-lg-1 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 8.33333%; }
.ie8 .us-col-lg-2 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 16.66667%; }
.ie8 .us-col-lg-3,
.ie8 .home-block,
.ie8 .guide-block {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%; }
.ie8 .us-col-lg-4 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%; }
.ie8 .us-col-lg-5 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 41.66667%; }
.ie8 .us-col-lg-6 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%; }
.ie8 .us-col-lg-7 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 58.33333%; }
.ie8 .us-col-lg-8 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66667%; }
.ie8 .us-col-lg-9 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 75%; }
.ie8 .us-col-lg-10 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 83.33333%; }
.ie8 .us-col-lg-11 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 91.66667%; }
.ie8 .us-col-lg-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

@media screen and (min-width: 1200px) {
  .us-col-xlg-1 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%; }

  .us-col-xlg-2 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%; }

  .us-col-xlg-3 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }

  .us-col-xlg-4 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }

  .us-col-xlg-5 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%; }

  .us-col-xlg-6 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }

  .us-col-xlg-7 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%; }

  .us-col-xlg-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%; }

  .us-col-xlg-9 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }

  .us-col-xlg-10 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%; }

  .us-col-xlg-11 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; }

  .us-col-xlg-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; } }
.us-link,
.us-list a {
  border-bottom: 1px solid; }

a,
.us-link {
  color: #174695;
  text-decoration: none;
  -webkit-transition: color 333ms, border-color 333ms;
          transition: color 333ms, border-color 333ms; }
  a:visited,
  .us-link:visited {
    color: #174695; }
  a:focus,
  .us-link:focus {
    color: #0d2753; }
  a:hover,
  .us-link:hover {
    color: #008fe9; }
  a:active,
  .us-link:active {
    color: #174695; }

.us-link--light {
  color: white; }
  .us-link--light:visited {
    color: white; }
  .us-link--light:focus {
    color: white; }
  .us-link--light:hover {
    color: white; }
  .us-link--light:active {
    color: #eaeaea; }

.us-list {
  list-style: none; }
  .us-list a {
    display: block;
    padding-top: .5em;
    padding-bottom: .5em; }
    .us-list a:after {
      font-size: .8em; }
  .us-list a:hover:after {
    left: .5em; }
  .us-hero
  .us-list {
    margin-top: 1em; }
    .us-hero
    .us-list a {
      font-size: 1.125em;
      color: #1c1f4e; }

.us-usp {
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
  line-height: 1.618;
  color: #fff;
  text-align: center;
  background-color: #008fe9; }

.us-usp--cyan {
  background-color: #99e2ff;
  color: #1c1f4e; }

.us-usp--typecyan {
  background-color: #008fe9; }

.us-usp--blue {
  background-color: #174695; }

.us-usp--navy {
  background-color: #1c1f4e; }

.us-usp--red {
  background-color: #d64226; }

.us-usp--green {
  background-color: #2aaa5b; }

.us-usp--purple {
  background-color: #9c55b8; }

.us-usp--orange {
  background-color: #f27930; }

.us-usp--yellow {
  background-color: #ffd32f;
  color: #333333; }

.us-usp--typegrey {
  background-color: #333333; }

.us-usp--annotated {
  font-weight: normal;
  color: #333333;
  text-align: left;
  background-color: #f4f4f4; }
  .us-usp--annotated .us-usp {
    margin-right: 10px;
    margin-left: -10px; }

.us-hero {
  background-color: #99e2ff; }

.us-hero-container {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }

.us-hero-title {
  margin-top: 0; }

.us-hero-title,
.us-hero-description {
  color: #1c1f4e; }

.us-news-item-readmorelink {
  color: #008fe9;
  border-bottom: 1px solid #008fe9; }
  .us-news-item-readmorelink:visited {
    color: #008fe9; }
  .us-news-item-readmorelink:hover {
    color: #008fe9; }
  .us-news-item-readmorelink:active {
    color: #008fe9; }

.us-news-item-readmore {
  position: absolute;
  bottom: 0;
  display: none;
  color: #008fe9;
  white-space: nowrap; }
  @media screen and (min-width: 600px) {
    .us-news-item-readmore {
      display: block; } }
  .ie8 .us-news-item-readmore {
    display: block; }

.us-news-item {
  margin-bottom: 1em; }

.us-news-item-link {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: border-color 333ms, background-color 333ms;
          transition: border-color 333ms, background-color 333ms; }
  @media screen and (min-width: 600px) {
    .us-news-item-link {
      padding-bottom: 2.1875em; } }
  .ie8 .us-news-item-link {
    padding-bottom: 2.1875em; }
  @media screen and (max-width: 599px) {
    .us-article-group .us-news-item-link {
      border-top-width: 0;
      border-radius: 0; } }

.us-news-item-image {
  width: 100%;
  height: auto;
  border-radius: 0.3125em 0.3125em 0 0;
  -webkit-transition: opacity 333ms;
          transition: opacity 333ms; }
  .background.us-news-item-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

@media screen and (max-width: 599px) {
  .us-article-group {
    margin-bottom: 1em;
    overflow: hidden; }
    .us-article-group .us-news-item:first-child .us-news-item-link {
      border-top-width: 1px;
      border-bottom-width: 1px;
      border-radius: 0.3125em 0.3125em 0 0; }
    .us-article-group .us-news-item:last-child .us-news-item-link {
      border-bottom-width: 1px;
      border-radius: 0 0 0.3125em 0.3125em; } }

.us-news-item:hover .us-news-item-image {
  opacity: .8; }
.us-news-item:hover .us-news-item-readmore:after {
  left: .5em; }
@media screen and (max-width: 599px) {
  .us-article-group .us-news-item {
    padding: 0;
    margin-bottom: 0; } }

.us-news-item-title {
  padding: 9px;
  margin: 0;
  color: #1c1f4e;
  -webkit-transition: color 333ms;
          transition: color 333ms; }

.us-news-meta {
  padding-right: 9px;
  padding-left: 9px;
  overflow: hidden; }
  .us-news-meta .category,
  .us-news-meta .date {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-size: 0.8125em;
    font-weight: bold;
    color: #1c1f4e; }
    @media screen and (min-width: 1200px) {
      .us-news-meta .category,
      .us-news-meta .date {
        font-size: 0.875em; } }
  .us-news-meta .date {
    display: block;
    float: right; }
  .us-news-meta .category {
    display: block;
    float: left; }

.us-news-item-snippet {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.618;
  padding-top: 8.144px;
  padding-top: 0.509rem;
  margin-bottom: 17.744px;
  margin-bottom: 1.109rem;
  padding: 0 9px;
  color: #1c1f4e; }

.us-news-item-image-container {
  display: none; }
  @media screen and (min-width: 600px) {
    .us-news-item-image-container {
      display: block; } }
  .ie8 .us-news-item-image-container {
    display: block; }

.us-news-item-image.background {
  height: 128px; }

.us-news-item-readmore {
  padding: 9px; }

@media screen and (min-width: 768px) {
  .us-content-group {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eaeaea; } }
.ie8 .us-content-group {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea; }
@media screen and (max-width: 991px) {
  .us-content-group.mobile-bordered {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea; } }

.us-btn {
  display: inline-block;
  padding: .63em 1.25em;
  font-size: 1em;
  line-height: 1em;
  color: #333333;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eaeaea;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  outline: 0;
  -webkit-transition: none;
          transition: none; }
  .us-btn:visited {
    color: #333333; }
  .us-btn:hover,
  .us-btn:focus {
    color: #008fe9;
    background-color: #e5f3fc;
    border-color: #008fe9; }
  .us-btn:active {
    color: #fff;
    background-color: #008fe9; }

.us-btn--large {
  font-size: 1.2em; }

.us-btn--small {
  padding: .4em .65em; }

.us-btn--blocked {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0; }

.us-btn--link {
  padding: 0;
  line-height: 1.618;
  color: #174695;
  background-color: transparent;
  border: 0; }
  .us-btn--link:hover {
    color: #1c1f4e;
    text-decoration: underline;
    background-color: transparent; }

.us-btn--disabled,
.us-btn:disabled {
  pointer-events: none;
  opacity: .5; }

.us-btn--primary,
.us-btn--primary:visited {
  color: white;
  background-color: #d64226;
  border-color: #ab341e; }
.us-btn--primary:hover,
.us-btn--primary:focus {
  color: white;
  background-color: #ab341e;
  border-color: #ab341e; }
.us-btn--primary:active {
  color: #fff;
  background-color: #6b2113;
  border-color: #6b2113; }

.us-btn--secondary,
.us-btn--secondary:visited {
  color: white;
  background-color: #008fe9;
  border-color: #0072ba; }
.us-btn--secondary:hover,
.us-btn--secondary:focus {
  color: white;
  background-color: #0072ba;
  border-color: #0072ba; }
.us-btn--secondary:active {
  color: #fff;
  background-color: #004774;
  border-color: #004774; }

.us-btn--action,
.us-btn--action:visited {
  color: white;
  background-color: #2aaa5b;
  border-color: #218848; }
.us-btn--action:hover,
.us-btn--action:focus {
  color: white;
  background-color: #218848;
  border-color: #218848; }
.us-btn--action:active {
  color: #fff;
  background-color: #15552d;
  border-color: #15552d; }

.us-btn--hero,
.us-btn--hero:visited {
  color: #1c1f4e;
  background-color: transparent;
  border-color: #1c1f4e; }
.us-btn--hero:hover,
.us-btn--hero:focus {
  color: #1c1f4e;
  border-color: #1c1f4e;
  background-color: #e8e8ed; }
.us-btn--hero:active {
  color: #fff;
  background-color: #1c1f4e;
  border-color: #1c1f4e; }

.us-btn--reversed,
.us-btn--reversed:visited {
  color: white;
  background-color: transparent;
  border-color: white; }
.us-btn--reversed:hover,
.us-btn--reversed:focus {
  color: white;
  border-color: white;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAAEklEQVR4nGP6bwyDTAxwQJAJACtlBgWLKrZqAAAAAElFTkSuQmCC');
  background: rgba(255, 255, 255, 0.2); }
.us-btn--reversed:active {
  color: #333333;
  background-color: white;
  border-color: white; }

.us-list--reset {
  list-style: none; }

.us-blocked {
  display: block; }

.us-trailered {
  margin-bottom: 1em; }

.us-trailered--large {
  margin-bottom: 1.5em; }

.us-trailered--small {
  margin-bottom: .5em; }

.us-align--left {
  text-align: left; }

.us-align--right {
  text-align: right; }

.us-align--center {
  text-align: center; }

.us-color--blue {
  color: #174695; }

.us-color--navy {
  color: #1c1f4e; }

.us-color--typecyan {
  color: #008fe9; }

.us-color--cyan {
  color: #99e2ff; }

.us-color--red {
  color: #d64226; }

.us-color--green {
  color: #2aaa5b; }

.us-form-input {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.1875em;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-appearance: none; }

.us-form-input {
  height: 37px;
  padding: .35em .5em;
  font-size: 1em;
  color: #333333;
  border: 1px solid #97999a;
  outline: 0;
  box-shadow: none;
  -webkit-transition: border-color 200ms, box-shadow 200ms;
          transition: border-color 200ms, box-shadow 200ms; }
  .us-form-input:hover {
    border-color: #008fe9; }
  .us-form-input:focus {
    border-color: #008fe9;
    box-shadow: 0 0 3px #008fe9; }
    .us-form-input:focus::-webkit-input-placeholder, .us-form-input:focus:-moz-placeholder, .us-form-input:focus::-moz-placeholder, .us-form-input:focus:-ms-input-placeholder {
      color: #97999a; }
  .us-form-input:disabled {
    background-color: #fff;
    border-color: #bebfc0; }
  .us-form-input.large {
    height: 48px;
    padding: .55em .5em;
    font-size: 1.2em; }
  .ie8 .us-form-input {
    height: auto; }

.us-form-input::-webkit-input-placeholder {
  color: #bbbbbb; }

.us-form-input:-moz-placeholder {
  color: #bbbbbb; }

.us-form-input::-moz-placeholder {
  color: #bbbbbb; }

.us-form-input:-ms-input-placeholder {
  color: #bbbbbb; }

.home-block-more, .hero-block-more, .hero-block-image, .home-block-image, .hero-block-brands-container, .guide-block-more, .guide-block-image {
  display: none; }
  @media screen and (min-width: 768px) {
    .home-block-more, .hero-block-more, .hero-block-image, .home-block-image, .hero-block-brands-container, .guide-block-more, .guide-block-image {
      display: inherit; } }
  .ie8 .home-block-more, .ie8 .hero-block-more, .ie8 .hero-block-image, .ie8 .home-block-image, .ie8 .hero-block-brands-container, .ie8 .guide-block-more, .ie8 .guide-block-image {
    display: inherit; }

.home-block-tag,
.hero-block-tag {
  display: none; }
  @media screen and (min-width: 768px) {
    .home-block-tag,
    .hero-block-tag {
      display: block; } }
  .ie8 .home-block-tag,
  .ie8 .hero-block-tag {
    display: block; }

.tablet {
  display: none; }
  @media screen and (min-width: 768px) {
    .tablet {
      display: inline; } }
  .ie8 .tablet {
    display: inline; }

.for-small-desktop {
  display: none; }
  @media screen and (min-width: 992px) {
    .for-small-desktop {
      display: inline; } }
  .ie8 .for-small-desktop {
    display: inline; }
  @media screen and (min-width: 1200px) {
    .for-small-desktop {
      display: none; } }
  .ie8 .for-small-desktop {
    display: none; }

.non-small-desktop {
  display: inline; }
  @media screen and (min-width: 992px) {
    .non-small-desktop {
      display: none; } }
  .ie8 .non-small-desktop {
    display: none; }
  @media screen and (min-width: 1200px) {
    .non-small-desktop {
      display: inline; } }
  .ie8 .non-small-desktop {
    display: inline; }

section {
  padding: 0.9375em 0; }
  @media screen and (min-width: 768px) {
    section {
      padding: 1.5625em 0; } }
  @media screen and (min-width: 992px) {
    section {
      padding: 3.125em 0; } }
  .ie8 section {
    padding: 3.125em 0; }
  @media screen and (max-height: 768px) and (min-width: 992px) {
    section {
      padding: 1.5625em 0; } }

.section-title {
  color: #1c1f4e; }
  @media screen and (min-width: 768px) {
    .section-title {
      font-size: 1.875em;
      line-height: 1.3em; } }
  .ie8 .section-title {
    font-size: 1.875em;
    line-height: 1.3em; }

.blocks-container {
  position: relative;
  clear: both; }

.ie6 #hero-blocks, .ie7 #hero-blocks, .ie6
#main-blocks, .ie7
#main-blocks {
  padding: 0;
  background: #99e2ff; }
#hero-blocks .us-container,
#main-blocks .us-container {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    #hero-blocks .us-container,
    #main-blocks .us-container {
      padding-left: 0.9375em;
      padding-right: 0.9375em; } }
  .ie8 #hero-blocks .us-container, .ie8
  #main-blocks .us-container {
    padding-left: 0.9375em;
    padding-right: 0.9375em; }

#main-blocks {
  border-bottom: 10px solid #494b71; }
  @media screen and (max-width: 767px) {
    #main-blocks {
      padding: 0; } }
  @media screen and (min-width: 768px) {
    #main-blocks {
      border-bottom: none; } }
  .ie8 #main-blocks {
    border-bottom: none; }

@media screen and (min-width: 768px) {
  #hero-blocks {
    border-bottom: 2.625em solid #ebf9ff; } }
.ie8 #hero-blocks {
  border-bottom: 2.625em solid #ebf9ff; }

@media screen and (min-width: 768px) {
  .home-block, .guide-block {
    margin-bottom: 1.5em; } }
@media screen and (min-width: 992px) {
  .home-block, .guide-block {
    margin-bottom: 0; } }
.ie8 .home-block, .ie8 .guide-block {
  margin-bottom: 0; }

.home-block-inner, .guide-block-inner {
  -webkit-transition: border 300ms;
          transition: border 300ms;
  position: relative;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .home-block-inner {
    border-radius: 5px;
    height: 18.75em;
    border: 1px solid #eaeaea; } }
.ie8 .home-block-inner {
  border-radius: 5px;
  height: 18.75em;
  border: 1px solid #eaeaea; }
@media screen and (min-width: 992px) {
  .home-block-inner {
    height: 27.5em; } }
.ie8 .home-block-inner {
  height: 27.5em; }

.hero-block-inner {
  position: relative; }
  @media screen and (min-width: 768px) {
    .hero-block-inner {
      padding-top: 1.8em;
      padding-bottom: 2.8em; } }
  .ie8 .hero-block-inner {
    padding-top: 1.8em;
    padding-bottom: 2.8em; }
  @media screen and (max-height: 768px) and (max-width: 1024px) and (min-width: 768px) {
    .hero-block-inner {
      padding-top: 0.9em;
      padding-bottom: 1.4em; }
      .hero-block-inner .us-list {
        margin-top: 0.5em; } }
  @media screen and (max-height: 721px) and (min-width: 992px) {
    .hero-block-inner {
      padding-top: 0.9em;
      padding-bottom: 0.9em; } }

.hero-block-head, .hero-block-more {
  position: relative;
  z-index: 3; }

.hero-block-title,
.home-block-title, .guide-block-title {
  color: #1c1f4e;
  white-space: nowrap;
  margin: 0; }

@media screen and (min-width: 768px) {
  .block_head {
    padding: 10px 15px; } }
.ie8 .block_head {
  padding: 10px 15px; }

.hero-block-title,
.home-block-title {
  font-size: 1.375em;
  padding: 0.45em 0; }
  .hero-block-title:after,
  .home-block-title:after {
    display: none; }
  .hero-block-title:before,
  .home-block-title:before {
    margin-right: 0.3em;
    vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .hero-block-title,
    .home-block-title {
      font-family: "FS Elliot Web Bold", Helvetica, Arial, sans-serif;
      font-weight: normal;
      padding: 0; }
      .hero-block-title:after,
      .home-block-title:after {
        display: inline-block; }
      .hero-block-title:before,
      .home-block-title:before {
        display: none; } }
  .ie8 .hero-block-title, .ie8
  .home-block-title {
    font-family: "FS Elliot Web Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 0; }
    .ie8 .hero-block-title:after, .ie8
    .home-block-title:after {
      display: inline-block; }
    .ie8 .hero-block-title:before, .ie8
    .home-block-title:before {
      display: none; }

@media screen and (min-width: 768px) {
  #block_mobiles .hero-block-title {
    letter-spacing: -0.03em; } }
@media screen and (min-width: 992px) {
  #block_mobiles .hero-block-title {
    letter-spacing: 0; } }
@media screen and (min-width: 768px) {
  .hero-block-title {
    font-size: 1.75em; } }
.ie8 .hero-block-title {
  font-size: 1.75em; }
@media screen and (min-width: 1200px) {
  .hero-block-title {
    font-size: 2.0625em; } }
@media screen and (max-height: 768px) and (max-width: 1024px) and (min-width: 768px) {
  .hero-block-title {
    font-size: 1.5em; } }

@media screen and (min-width: 992px) {
  .home-block-title {
    font-size: 1.375em; } }
.ie8 .home-block-title {
  font-size: 1.375em; }
@media screen and (min-width: 1200px) {
  .home-block-title {
    font-size: 1.625em; } }

.home-block-link, .hero-block-link, .guide-block-link {
  display: block; }

@media screen and (min-width: 768px) {
  .home-block-link, .guide-block-link {
    padding: 0.625em 0.9375em 0.9375em; } }
.ie8 .home-block-link, .ie8 .guide-block-link {
  padding: 0.625em 0.9375em 0.9375em; }

.hero-block-link,
.home-block-link {
  padding: 0 1em;
  background-color: #99e2ff;
  vertical-align: middle;
  border-top: 1px solid white; }
  .hero-block:first-child .hero-block-link, .hero-block:first-child
  .home-block-link {
    border-top: none; }
  .hero-block-link:after,
  .home-block-link:after {
    content: "\203A";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -0.5em;
    color: #1c1f4e;
    font-size: 1.25em; }
  @media screen and (min-width: 768px) {
    .hero-block-link,
    .home-block-link {
      padding: 0;
      background-color: transparent;
      border: none; }
      .hero-block-link:after,
      .home-block-link:after {
        display: none; } }
  .ie8 .hero-block-link, .ie8
  .home-block-link {
    padding: 0;
    background-color: transparent;
    border: none; }
    .ie8 .hero-block-link:after, .ie8
    .home-block-link:after {
      display: none; }

.home-block-tag,
.hero-block-tag, .guide-block-tag {
  color: #1c1f4e;
  font-weight: normal; }

@media screen and (min-width: 768px) {
  .home-block-list li, .guide-block-list li {
    -webkit-transition-property: -webkit-transform;
            transition-property: transform;
    -webkit-transition-duration: 350ms;
            transition-duration: 350ms;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0); } }
.home-block-list a, .guide-block-list a {
  color: #1c1f4e;
  border-color: #1c1f4e; }
  .home-block-list a:visited, .guide-block-list a:visited {
    color: #1c1f4e; }
  .home-block-list a:hover, .guide-block-list a:hover {
    color: #008fe9; }
  .home-block-list a:active, .guide-block-list a:active {
    color: #1c1f4e; }
  .home-block-list a:hover, .guide-block-list a:hover {
    border-color: #008fe9; }

@media screen and (min-width: 768px) {
  .hero-block-list {
    max-width: 68%; } }
@media screen and (min-width: 992px) {
  .hero-block-list {
    max-width: 52%; } }
.ie8 .hero-block-list {
  max-width: 52%; }

.home-block-list {
  margin-bottom: 1.5em; }

.home-block-more, .guide-block-more {
  z-index: 4;
  width: 100%;
  position: relative;
  padding: 0 0.625em; }
  @media screen and (min-width: 768px) {
    .home-block-more, .guide-block-more {
      -webkit-transition: opacity 500ms;
              transition: opacity 500ms;
      opacity: 0;
      padding: 0 0.9375em;
      top: 150%;
      background-color: white; } }
  .ie8 .home-block-more, .ie8 .guide-block-more {
    -webkit-transition: opacity 500ms;
            transition: opacity 500ms;
    opacity: 0;
    padding: 0 0.9375em;
    top: 150%;
    background-color: white; }
  .ie8 .home-block-more, .ie8 .guide-block-more {
    display: none; }

.hero-block-more {
  margin-top: 1.5em;
  min-height: 230px; }
  @media screen and (min-width: 1200px) {
    .hero-block-more {
      min-height: 0; } }
  @media screen and (max-height: 721px) and (min-width: 992px) {
    .hero-block-more {
      margin-top: 0.75em; } }

.hero-block-inner:hover .hero-block-brands:after {
  opacity: 0; }

@media screen and (min-width: 768px) {
  .home-block-inner:hover,
  .guide-block-inner:hover {
    border: 1px solid #bbbbbb; } }
.ie8 .home-block-inner:hover, .ie8
.guide-block-inner:hover {
  border: 1px solid #bbbbbb; }
@media screen and (min-width: 992px) {
  .home-block-inner:hover .home-block-more, .home-block-inner:hover .guide-block-more,
  .guide-block-inner:hover .home-block-more,
  .guide-block-inner:hover .guide-block-more {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 0;
    opacity: 1;
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; }
  .home-block-inner:hover .home-block-list li, .home-block-inner:hover .guide-block-list li,
  .guide-block-inner:hover .home-block-list li,
  .guide-block-inner:hover .guide-block-list li {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
    opacity: 1; }
    .home-block-inner:hover .home-block-list li:first-child, .home-block-inner:hover .guide-block-list li:first-child,
    .guide-block-inner:hover .home-block-list li:first-child,
    .guide-block-inner:hover .guide-block-list li:first-child {
      -webkit-transition-delay: 100ms;
              transition-delay: 100ms; }
    .home-block-inner:hover .home-block-list li:last-child, .home-block-inner:hover .guide-block-list li:last-child,
    .guide-block-inner:hover .home-block-list li:last-child,
    .guide-block-inner:hover .guide-block-list li:last-child {
      -webkit-transition-delay: 200ms;
              transition-delay: 200ms; }
  .home-block-inner:hover .home-block-btn,
  .guide-block-inner:hover .home-block-btn {
    margin-bottom: 1.5em;
    -webkit-transition-delay: 180ms, 180s;
            transition-delay: 180ms, 180s; }
    .home-block-inner:hover .home-block-btn:hover,
    .guide-block-inner:hover .home-block-btn:hover {
      -webkit-transition-delay: 0, 0, 0;
              transition-delay: 0, 0, 0; } }
.ie8 .home-block-inner:hover .home-block-more, .ie8 .home-block-inner:hover .guide-block-more, .ie8
.guide-block-inner:hover .home-block-more, .ie8
.guide-block-inner:hover .guide-block-more {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms; }
.ie8 .home-block-inner:hover .home-block-list li, .ie8 .home-block-inner:hover .guide-block-list li, .ie8
.guide-block-inner:hover .home-block-list li, .ie8
.guide-block-inner:hover .guide-block-list li {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
  opacity: 1; }
  .ie8 .home-block-inner:hover .home-block-list li:first-child, .ie8 .home-block-inner:hover .guide-block-list li:first-child, .ie8
  .guide-block-inner:hover .home-block-list li:first-child, .ie8
  .guide-block-inner:hover .guide-block-list li:first-child {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; }
  .ie8 .home-block-inner:hover .home-block-list li:last-child, .ie8 .home-block-inner:hover .guide-block-list li:last-child, .ie8
  .guide-block-inner:hover .home-block-list li:last-child, .ie8
  .guide-block-inner:hover .guide-block-list li:last-child {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }
.ie8 .home-block-inner:hover .home-block-btn, .ie8
.guide-block-inner:hover .home-block-btn {
  margin-bottom: 1.5em;
  -webkit-transition-delay: 180ms, 180s;
          transition-delay: 180ms, 180s; }
  .ie8 .home-block-inner:hover .home-block-btn:hover, .ie8
  .guide-block-inner:hover .home-block-btn:hover {
    -webkit-transition-delay: 0, 0, 0;
            transition-delay: 0, 0, 0; }
.ie8 .home-block-inner:hover .hero-block-image, .ie8 .home-block-inner:hover .home-block-image, .ie8 .home-block-inner:hover .guide-block-image, .ie8
.guide-block-inner:hover .hero-block-image, .ie8
.guide-block-inner:hover .home-block-image, .ie8
.guide-block-inner:hover .guide-block-image {
  display: none; }
.ie8 .home-block-inner:hover .home-block-more, .ie8 .home-block-inner:hover .guide-block-more, .ie8
.guide-block-inner:hover .home-block-more, .ie8
.guide-block-inner:hover .guide-block-more {
  display: block; }
.home-block-inner.tapped .home-block-more, .home-block-inner.tapped .guide-block-more,
.guide-block-inner.tapped .home-block-more,
.guide-block-inner.tapped .guide-block-more {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms; }
.home-block-inner.tapped .home-block-list li, .home-block-inner.tapped .guide-block-list li,
.guide-block-inner.tapped .home-block-list li,
.guide-block-inner.tapped .guide-block-list li {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
  opacity: 1; }
  .home-block-inner.tapped .home-block-list li:first-child, .home-block-inner.tapped .guide-block-list li:first-child,
  .guide-block-inner.tapped .home-block-list li:first-child,
  .guide-block-inner.tapped .guide-block-list li:first-child {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; }
  .home-block-inner.tapped .home-block-list li:last-child, .home-block-inner.tapped .guide-block-list li:last-child,
  .guide-block-inner.tapped .home-block-list li:last-child,
  .guide-block-inner.tapped .guide-block-list li:last-child {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }
.home-block-inner.tapped .home-block-btn,
.guide-block-inner.tapped .home-block-btn {
  margin-bottom: 1.5em;
  -webkit-transition-delay: 180ms, 180s;
          transition-delay: 180ms, 180s; }
  .home-block-inner.tapped .home-block-btn:hover,
  .guide-block-inner.tapped .home-block-btn:hover {
    -webkit-transition-delay: 0, 0, 0;
            transition-delay: 0, 0, 0; }

.hero-block-image, .home-block-image, .guide-block-image {
  position: absolute;
  z-index: 2; }

.hero-block-image-inner,
.home-block-image-inner, .guide-block-image-inner {
  background-position: 50% 100%;
  background-repeat: no-repeat; }

.hero-block-image {
  right: 0;
  bottom: 0; }
  #block_mobiles .hero-block-image {
    bottom: 10px; }

.home-block-image {
  display: none;
  left: 50%;
  top: 160px;
  width: 2px;
  height: 2px; }
  @media screen and (min-width: 768px) {
    .home-block-image {
      display: block; } }
  .ie8 .home-block-image {
    display: block; }

/* energy/broadband */
#block_energy .hero-block-image-inner {
  width: 230px;
  height: 240px;
  background-image: url(//assets0.uswitch.com/assets/home_blocks/energy_v3-82b0fb30c884d9f92ff4b67e05cd1e5b.jpg);
  background-size: contain; }
  #block_energy .hero-block-image-inner.collective-switch {
    background-image: url(//assets1.uswitch.com/assets/home_blocks/crowd-gathering-09b2967759f0198bc6646374bf4d7e65.jpg); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      #block_energy .hero-block-image-inner.collective-switch {
        background-image: url(//assets0.uswitch.com/assets/home_blocks/crowd-gathering-retina-16e504ba1c8df4e6afbba6b6bb31b98b.jpg); } }
  @media screen and (min-width: 1200px) {
    #block_energy .hero-block-image-inner {
      width: 272px;
      height: 300px; } }
  .ie8 #block_energy .hero-block-image-inner {
    width: 272px;
    height: 300px; }
@media screen and (min-width: 768px) {
  #block_energy .hero-block-more {
    max-width: 68%; } }
@media screen and (min-width: 992px) {
  #block_energy .hero-block-more {
    max-width: 52%; } }
.ie8 #block_energy .hero-block-more {
  max-width: 52%; }
#block_energy .hero-block-more .hero-block-list {
  max-width: none; }

#block_broadband .hero-block-image-inner {
  width: 165px;
  height: 175px;
  max-height: 289px;
  background-image: url(//assets0.uswitch.com/assets/home_blocks/broadband_v3-f5fefe2af38aab52f373c0b4c7fd2fcc.jpg);
  background-size: contain; }
  @media screen and (min-width: 1200px) {
    #block_broadband .hero-block-image-inner {
      width: 272px;
      height: 289px; } }
  .ie8 #block_broadband .hero-block-image-inner {
    width: 272px;
    height: 289px; }
  @media screen and (max-height: 768px) and (min-width: 992px) {
    #block_broadband .hero-block-image-inner {
      max-height: 269px; } }

#block_mobiles .hero-block-image-inner {
  width: 165px;
  height: 175px;
  max-height: 289px;
  background-image: url(//assets1.uswitch.com/assets/home_blocks/mobiles-b8e6ab4f182c6930f187d1b38f11cd4d.jpg);
  background-size: contain; }
  @media screen and (min-width: 1200px) {
    #block_mobiles .hero-block-image-inner {
      width: 272px;
      height: 289px; } }
  .ie8 #block_mobiles .hero-block-image-inner {
    width: 272px;
    height: 289px; }
  @media screen and (max-height: 768px) and (min-width: 992px) {
    #block_mobiles .hero-block-image-inner {
      max-height: 269px; } }

/* mobile/credit card animations */
.home-block-animation {
  position: absolute;
  text-indent: -999em;
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out; }
  #block_credit-cards .home-block-animation {
    box-shadow: 0 2px 8px #999999; }

#block_mobiles .home-block-animation,
#block_credit-cards .home-block-animation {
  background-image: url(//assets1.uswitch.com/assets/home_blocks/blocks2a-11bcedc2beed3e3b6c8e8e7e54b39676.jpg); }

#block_broadband .home-block-image {
  left: 0;
  width: 100%; }
#block_broadband .home-block-animation {
  width: 100%;
  height: 300px;
  top: -55px;
  background-image: url(//assets1.uswitch.com/assets/home_blocks/blocks_broadband-9c0116166fbbedea6808566f898538f8.png);
  background-size: contain; }
  @media screen and (min-width: 992px) {
    #block_broadband .home-block-animation {
      top: 35px; } }
  @media screen and (min-width: 1200px) {
    #block_broadband .home-block-animation {
      top: 0px; } }

.home-block-inner:hover .anim_broadband,
.home-block-inner.tapped .anim_broadband {
  opacity: 0;
  -webkit-transform: translate3d(10, -80, 0);
          transform: translate3d(10, -80, 0); }

#block_car-insurance .home-block-animation,
#block_mortgages .home-block-animation {
  background-image: url(//assets0.uswitch.com/assets/home_blocks/blocks2c-9085535f28a81fbe892586d0f3f4a328.png); }

.anim_phone_htc1 {
  left: -125px;
  top: -40px;
  width: 119px;
  height: 235px;
  background-position: -5deg;
  border-radius: 12px;
  opacity: 1;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg); }

.home-block-inner:hover .anim_phone_htc1,
.home-block-inner.tapped .anim_phone_htc1 {
  opacity: 0; }

.anim_phone_gs4 {
  left: 12px;
  top: -40px;
  width: 114px;
  height: 235px;
  background-position: -150px 0;
  border-radius: 8px;
  opacity: 1;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg); }

.home-block-inner:hover .anim_phone_gs4,
.home-block-inner.tapped .anim_phone_gs4 {
  opacity: 0; }

.anim_phone_iphone5 {
  left: -55px;
  top: -30px;
  width: 112px;
  height: 235px;
  background-position: -294px 0;
  border-radius: 17px;
  opacity: 1;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg); }

.home-block-inner:hover .anim_phone_iphone5,
.home-block-inner.tapped .anim_phone_iphone5 {
  opacity: 0; }

.anim_card_bc {
  left: -90px;
  top: -20px;
  width: 206px;
  height: 130px;
  background-position: -450px 0;
  border-radius: 8px;
  opacity: 1;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg); }

.home-block-inner:hover .anim_card_bc,
.home-block-inner.tapped .anim_card_bc {
  opacity: 0; }

.anim_card_c1 {
  left: -110px;
  top: 60px;
  width: 203px;
  height: 127px;
  background-position: -451px -152px;
  border-radius: 8px;
  opacity: 1;
  -webkit-transform: rotate(-33deg);
      -ms-transform: rotate(-33deg);
          transform: rotate(-33deg); }

.home-block-inner:hover .anim_card_c1,
.home-block-inner.tapped .anim_card_c1 {
  opacity: 0; }

/* car insurance animations */
#block_car-insurance .anim_car {
  left: -100px;
  top: -30px;
  width: 389px;
  height: 216px; }
#block_car-insurance .anim_tyre {
  left: 20px;
  top: 134px;
  width: 82px;
  height: 82px;
  background-position: 0 100%;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms; }
#block_car-insurance .anim_wheel {
  left: 9px;
  top: 9px;
  width: 64px;
  height: 64px;
  background-position: -150px -228px; }

/* home insurance */
#block_life-insurance .anim_keys {
  left: -85px;
  top: -40px;
  width: 175px;
  height: 280px;
  background-position: -450px 0;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out; }

/* mortgages */
#block_mortgages .anim_keys {
  left: -85px;
  top: -40px;
  width: 175px;
  height: 280px;
  background-position: -450px 0;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out; }

.home-block-inner:hover .anim_keys {
  opacity: 0; }

/* brand logos */
.hero-block-brands, .home-block-brands {
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: justify;
  line-height: 0;
  display: none; }

.hero-block-brands {
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  width: 100%;
  height: 35px;
  background-image: url(//assets0.uswitch.com/assets/home_blocks/energy_brands-a718074c3e6f825d4099d1ad99252f7f.png);
  background-position: 0 -50px; }
  .hero-block-brands:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 38px;
    width: 100%;
    z-index: 1;
    background-image: url(//assets0.uswitch.com/assets/home_blocks/energy_brands-a718074c3e6f825d4099d1ad99252f7f.png);
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: opacity 300ms;
            transition: opacity 300ms;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  @media screen and (min-width: 768px) {
    .hero-block-brands {
      display: block;
      width: 83%;
      margin: 2.8125em auto 0; } }
  .ie8 .hero-block-brands {
    display: block;
    width: 83%;
    margin: 2.8125em auto 0; }
  @media screen and (min-width: 992px) {
    .hero-block-brands {
      margin: 2.5em auto 0; } }
  .ie8 .hero-block-brands {
    margin: 2.5em auto 0; }
  #block_broadband .hero-block-brands {
    background-image: url(//assets1.uswitch.com/assets/home_blocks/broadband_brands_new-6f26a63fb8f60cc3f8830386ea0524f9.png); }
    #block_broadband .hero-block-brands:after {
      background-image: url(//assets1.uswitch.com/assets/home_blocks/broadband_brands_new-6f26a63fb8f60cc3f8830386ea0524f9.png); }
    @media screen and (min-width: 768px) {
      #block_broadband .hero-block-brands {
        width: 91%; } }
    .ie8 #block_broadband .hero-block-brands {
      width: 91%; }
  #block_mobiles .hero-block-brands {
    background-image: url(//assets1.uswitch.com/assets/home_blocks/mobiles_brands-ca7ffe8bd232c9578e2d16877e45fa3d.png); }
    #block_mobiles .hero-block-brands:after {
      background-image: url(//assets1.uswitch.com/assets/home_blocks/mobiles_brands-ca7ffe8bd232c9578e2d16877e45fa3d.png); }
    @media screen and (min-width: 768px) {
      #block_mobiles .hero-block-brands {
        width: 91%; } }
    .ie8 #block_mobiles .hero-block-brands {
      width: 91%; }

.home-block-brands {
  height: 4.8125em;
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 992px) {
    .home-block-brands {
      display: block; } }
  .ie8 .home-block-brands {
    display: block; }
  #block_mobiles .home-block-brands {
    width: 142px;
    background-image: url(//assets1.uswitch.com/assets/home_blocks/mobile_brands-a3c3de31aeec452845a8bd6c605b66d4.png); }
    @media screen and (min-width: 1200px) {
      #block_mobiles .home-block-brands {
        width: 100%; } }
    .ie8 #block_mobiles .home-block-brands {
      width: 100%; }
  #block_credit-cards .home-block-brands {
    width: 135px;
    background-image: url(//assets0.uswitch.com/assets/home_blocks/creditcard_brands-6ebc2c15ff01c034d472ce023e7fac41.png); }
    @media screen and (min-width: 1200px) {
      #block_credit-cards .home-block-brands {
        width: 190px; } }
    .ie8 #block_credit-cards .home-block-brands {
      width: 190px; }
  #block_car-insurance .home-block-brands {
    width: 158px;
    background-image: url(//assets1.uswitch.com/assets/home_blocks/carinsurance_brands_v1-03da8dd8448dfb1187b4004fe080aeb5.png); }
    @media screen and (min-width: 1200px) {
      #block_car-insurance .home-block-brands {
        width: 100%; } }
    .ie8 #block_car-insurance .home-block-brands {
      width: 100%; }
  #block_mortgages .home-block-brands {
    width: 158px;
    background-image: url(//assets1.uswitch.com/assets/home_blocks/mortgages_brands_v1-f136b2bca1a5ed378a5052da86457bcc.png); }
    @media screen and (min-width: 1200px) {
      #block_mortgages .home-block-brands {
        width: 100%; } }
    .ie8 #block_mortgages .home-block-brands {
      width: 100%; }
  #block_broadband .home-block-brands {
    width: 170px;
    margin-top: -15px;
    background-image: url(//assets1.uswitch.com/assets/home_blocks/broadband_block_brands-7f56ee28396c16be4ffeeac9692affaa.png); }
    @media screen and (min-width: 1200px) {
      #block_broadband .home-block-brands {
        width: 100%; } }
    .ie8 #block_broadband .home-block-brands {
      width: 100%; }
  .block_home:hover .home-block-brands:after {
    opacity: 0; }
    .ie8 .block_home:hover .home-block-brands:after {
      display: none; }

/* double res logos, only on ipad and up */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) and (min-width: 700px), only screen and (min--moz-device-pixel-ratio: 1.3) and (min-width: 700px), only screen and (min-device-pixel-ratio: 1.3) and (min-width: 700px) {
  .home-block-brands {
    background-size: 230px 77px; }

  .hero-block-brands {
    background-image: url(//assets1.uswitch.com/assets/home_blocks/energy_brands.x2-503c515a3efcc2f44c2570b33d006ae4.png);
    background-size: 492px 100px; }
    .hero-block-brands:after {
      background-image: url(//assets1.uswitch.com/assets/home_blocks/energy_brands.x2-503c515a3efcc2f44c2570b33d006ae4.png);
      background-size: 492px 100px; }

  #block_broadband .hero-block-brands {
    background-image: url(//assets1.uswitch.com/assets/home_blocks/broadband_brands_new.x2-6edeb3cdefb17d13aa48f6215cd22a2b.png); }
    #block_broadband .hero-block-brands:after {
      background-image: url(//assets1.uswitch.com/assets/home_blocks/broadband_brands_new.x2-6edeb3cdefb17d13aa48f6215cd22a2b.png); }

  #block_mobiles .hero-block-brands {
    background-image: url(//assets0.uswitch.com/assets/home_blocks/mobiles_brands.x2-387b34349aa9e93ff1b479bbda062cdd.png); }
    #block_mobiles .hero-block-brands:after {
      background-image: url(//assets0.uswitch.com/assets/home_blocks/mobiles_brands.x2-387b34349aa9e93ff1b479bbda062cdd.png); }

  #block_credit-cards .home-block-brands {
    background-image: url(//assets0.uswitch.com/assets/home_blocks/creditcard_brands.x2-e0c9b07b29c9ba389fce65ee265985f7.png); } }
.help {
  background-color: #f4f4f4;
  position: relative; }

.guide-block {
  margin-bottom: 1.5em; }

.guide-block-inner {
  border-radius: 5px;
  border: 1px solid #eaeaea;
  background-color: white; }
  @media screen and (min-width: 992px) {
    .guide-block-inner:hover .guide-block-image {
      opacity: 0; } }
  .ie8 .guide-block-inner:hover .guide-block-image {
    opacity: 0; }
  .guide-block-inner.tapped .guide-block-image {
    opacity: 0; }
  @media screen and (min-width: 768px) {
    .guide-block-inner {
      height: 20em; } }
  .ie8 .guide-block-inner {
    height: 20em; }

.guide-block-link {
  padding: 0.625em;
  background-color: white;
  position: relative;
  z-index: 3; }

.guide-block-title {
  margin-bottom: 0.5em;
  font-size: 1.25em; }
  @media screen and (min-width: 1200px) {
    .guide-block-title {
      font-size: 1.5em; } }

.guide-block-list a {
  font-size: 1em;
  white-space: normal; }
  @media screen and (min-width: 992px) {
    .guide-block-list a {
      font-size: 0.875em; } }
  .ie8 .guide-block-list a {
    font-size: 0.875em; }
  @media screen and (min-width: 1200px) {
    .guide-block-list a {
      font-size: 0.9375em; } }

.guide-block-image {
  -webkit-transition: opacity 300ms;
          transition: opacity 300ms;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0; }

.guide-block-image-inner {
  height: 100%;
  background-size: cover; }

@media screen and (min-width: 1200px) {
  .guide-block-tag {
    font-size: 1em; } }

#energy_guide .guide-block-image-inner {
  background-image: url(//assets0.uswitch.com/assets/guides/energy-guide-b37fbcb73ca323eb95547665daf11ed9.jpg); }

#money_guide .guide-block-image-inner {
  background-image: url(//assets0.uswitch.com/assets/guides/money-guide-08e799ffa34df00130eb9502ee1315d6.jpg); }

#broadband_guide .guide-block-image-inner {
  background-image: url(//assets0.uswitch.com/assets/guides/broadband-guide-17bdbcbd97f5d20b544ec5868aed37af.jpg); }

#mobile_guide .guide-block-image-inner {
  background-image: url(//assets1.uswitch.com/assets/guides/mobile-guide-f94651f3a4c54641a3aec424dd280638.jpg); }

.customers {
  padding: 0;
  background-color: #99e2ff;
  height: auto; }
  @media screen and (min-width: 992px) {
    .customers {
      height: 20em; } }
  .ie8 .customers {
    height: 20em; }
  .customers .us-grid-row,
  .customers .us-container {
    height: 100%; }

.customer_block {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
  .customer_block h2 {
    margin-bottom: 0.46875em; }
  .customer_block:first-child {
    border-bottom: 0.3125em solid white; }
  @media screen and (min-width: 768px) {
    .customer_block {
      height: 100%;
      padding-top: 2.5em;
      padding-bottom: 2.5em; }
      .customer_block:first-child {
        border-bottom: 0; } }
  .ie8 .customer_block {
    height: 100%;
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    .ie8 .customer_block:first-child {
      border-bottom: 0; }

#vcard {
  background: transparent url(//assets0.uswitch.com/assets/care/callcentre-fd2ef8cd29507fffab6636308747a252.jpg) no-repeat bottom right;
  background-size: 84.5px; }
  #vcard h3 {
    font-size: 1.25em;
    display: inline-block;
    padding: 0.25em 0.5em;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.24); }
    @media screen and (min-width: 768px) {
      #vcard h3 {
        font-size: 1.875em; } }
    .ie8 #vcard h3 {
      font-size: 1.875em; }
  #vcard .tel {
    font-weight: bold; }
  @media screen and (min-width: 768px) {
    #vcard {
      background: none; } }
  @media screen and (min-width: 992px) {
    #vcard {
      background-size: 169px;
      background: transparent url(//assets0.uswitch.com/assets/care/callcentre-fd2ef8cd29507fffab6636308747a252.jpg) no-repeat bottom right; } }
  .ie8 #vcard {
    background-size: 169px;
    background: transparent url(//assets0.uswitch.com/assets/care/callcentre-fd2ef8cd29507fffab6636308747a252.jpg) no-repeat bottom right; }

.tagline {
  line-height: 1.35em;
  margin-bottom: 0.9375em;
  padding-right: 20%; }
  @media screen and (min-width: 768px) {
    .tagline {
      font-size: 1em;
      padding-right: 0; } }
  @media screen and (min-width: 992px) {
    .tagline {
      font-size: 1.125em;
      padding-right: 218.75px; } }
  .ie8 .tagline {
    font-size: 1.125em;
    padding-right: 218.75px; }

@media screen and (min-width: 768px) {
  .us-news-item-link {
    min-height: 254px; } }
.ie8 .us-news-item-link {
  min-height: 254px; }

#newsletter {
  background: transparent url(//assets1.uswitch.com/assets/care/envelopes-1-2b92d7f19b613c3a375696e9053fe3ac.png) no-repeat bottom right;
  background-size: 87.5px; }
  @media screen and (min-width: 768px) {
    #newsletter {
      background-size: 87.5px; } }
  @media screen and (min-width: 992px) {
    #newsletter {
      background-size: auto; } }
  @media screen and (min-width: 992px) {
    #newsletter .us-form-input {
      width: 66.66667%; } }
  .ie8 #newsletter .us-form-input {
    width: 66.66667%; }

.signup-form label {
  display: block; }
.signup-form .field {
  margin-bottom: 1.5em;
  overflow: hidden; }

.collective-switch {
  font-size: 0.8em;
  text-align: center; }

.collective-switch__title {
  padding: 5em 0 0 0;
  color: #1c1f4e;
  font-weight: bold; }
  @media screen and (min-width: 1200px) {
    .collective-switch__title {
      padding-top: 8em; } }

.collective-switch__title--emphasis {
  font-size: 1.2em;
  text-transform: uppercase; }

.collective-switch__description {
  color: #767676;
  line-height: 1.3; }
  @media screen and (min-width: 1200px) {
    .collective-switch__description {
      line-height: 1.618; } }
