@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
/*! normalize.css v3.0.1 | 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;
  /* 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,
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: 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"] {
  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;
  -webkit-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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .lt-ie9 .slick-prev, .lt-ie9
  .slick-next {
    margin-top: -25px; }

.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome";
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #ccc;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 10px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 10px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "Font Awesome";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* ==========================================================================
    FONTS
   ========================================================================== */
/* ==========================================================================
    VARS
   ========================================================================== */
/* ==========================================================================
    ICONS
   ========================================================================== */
@font-face {
  font-family: "Font Awesome";
  src: url("../icons/fontawesome-webfont.eot");
  src: url("../icons/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../icons/fontawesome-webfont.svg") format("svg"), url("../icons/fontawesome-webfont.woff") format("woff"), url("../icons/fontawesome-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "icomoon";
  src: url("../icons/icomoon.eot?hhqe1i");
  src: url("../icons/icomoon.eot?hhqe1i#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?hhqe1i") format("truetype"), url("../icons/icomoon.woff?hhqe1i") format("woff"), url("../icons/icomoon.svg?hhqe1i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.apple-icon:before, .android-icon:before {
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block; }

.apple-icon:before {
  content: "\e900"; }

.android-icon:before {
  content: "\e901"; }

.icon-facebook:before, .icon-twitter:before, .icon-linkedin:before, .icon-google-plus:before, .icon-email:before, .icon-chevron-right:before, .btn:before, .intro .promo-box .btn span:before, .submit-button:before, .icon-search:before, .icon-key:before, .icon-chat:before, .icon-user:before, .icon-email-outline:before, .icon-download:before, .icon-arrow-left:before, .icon-arrow-right:before, .icon-close:before, #cboxClose:before, .icon-comment:before, .question-text.comment-icon p:before, .answer-text.comment-icon p:before, .step-box .icon-title.comment-icon:before, .icon-right-triangle:before, .bullet-points a:before, .icon-info:before, .question-text.info-icon p:before, .answer-text.info-icon p:before, .step-box .icon-title.info-icon:before, .info-icon:before, .icon-chevron-left:before, .back-btn:before, .back-btn-small:before, .icon-pdf:before, .btn.download:before, .icon-checkbox-on:before, .question-text.tick-icon p:before, .answer-text.tick-icon p:before, .step-box .icon-title.tick-icon:before, .icon-question:before, .question-text.question-icon p:before, .answer-text.question-icon p:before, .step-box .icon-title.question-icon:before {
  font-family: "Font Awesome";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-email:before {
  content: "\f0e0"; }

.icon-chevron-right:before, .btn:before, .intro .promo-box .btn span:before, .submit-button:before {
  content: "\f054"; }

.icon-search:before {
  content: "\f002"; }

.icon-key:before {
  content: "\f084"; }

.icon-chat:before {
  content: "\f0e6"; }

.icon-user:before {
  content: "\f007"; }

.icon-email-outline:before {
  content: "\f003"; }

.icon-download:before {
  content: "\f019"; }

.icon-arrow-left:before {
  content: "\f104"; }

.icon-arrow-right:before {
  content: "\f105"; }

.icon-close:before, #cboxClose:before {
  content: "\f00d"; }

.icon-comment:before, .question-text.comment-icon p:before, .answer-text.comment-icon p:before, .step-box .icon-title.comment-icon:before {
  content: "\f075"; }

.icon-right-triangle:before, .bullet-points a:before {
  content: "\f0da"; }

.icon-info:before, .question-text.info-icon p:before, .answer-text.info-icon p:before, .step-box .icon-title.info-icon:before, .info-icon:before {
  content: "\f129"; }

.icon-chevron-left:before, .back-btn:before, .back-btn-small:before {
  content: "\f053"; }

.icon-pdf:before, .btn.download:before {
  content: "\f1c1"; }

.icon-checkbox-on:before, .question-text.tick-icon p:before, .answer-text.tick-icon p:before, .step-box .icon-title.tick-icon:before {
  content: "\f00c"; }

.icon-question:before, .question-text.question-icon p:before, .answer-text.question-icon p:before, .step-box .icon-title.question-icon:before {
  content: "\f128"; }

/* ==========================================================================
    MIXINS
   ========================================================================== */
.clearfix:after, .container:after, .breadcrumb:after {
  content: "";
  display: table;
  clear: both; }

/* ==========================================================================
    BROWSER TWEAKS
   ========================================================================== */
*, *:before, *:after {
  box-sizing: border-box; }

a, .btn, button, input, select, textarea {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

* {
  outline: 0; }

/* IE 10 Overrides */
*::-ms-clear {
  display: none; }

body {
  -ms-overflow-style: scrollbar !important; }

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

select {
  border-radius: 0; }

textarea {
  resize: none; }

input[type=submit] {
  cursor: pointer; }

/* Mobile Overrides */
* {
  -webkit-tap-highlight-color: transparent; }

/* ==========================================================================
    GLOBAL
   ========================================================================== */
* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

body {
  background: #e3f5fa;
  color: #666;
  font: 10px Arial, sans-serif;
  min-width: 990px; }

a {
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }
  a:hover {
    text-decoration: underline; }

p {
  margin: 0 0 1em 0; }

.container {
  margin: 0 auto;
  position: relative;
  width: 990px; }

.header-image {
  height: 300px;
  overflow: hidden; }
  .header-image img {
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }

.content-box {
  border: 1px solid #ebebeb;
  border-bottom: none;
  zoom: 1; }
  .content-box:before, .content-box:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .content-box:after {
    clear: both; }
  .content-box.no-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }

.page-content {
  background: #fff;
  font-size: 1.2em;
  padding: 30px 0 0 0; }

.primary-header {
  color: #5a8db8;
  font-family: "Droid Sans", sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0 0 0.8em 0; }

.secondary-header {
  color: #5a8db8;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 0.4em 0; }

.text-box {
  float: left;
  padding: 30px 20px;
  width: 66.6%; }

/* ==========================================================================
    HEADER
   ========================================================================== */
.main-header {
  background: #3bacc4;
  position: relative; }

.main-logo {
  display: block;
  float: left;
  padding: 13px 20px; }

.slogon {
  color: #fff;
  float: right;
  font-family: "Droid Sans", sans-serif;
  font-size: 2em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  font-family: 'Droid Sans', sans-serif;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .lt-ie9 .slogon {
    margin-top: -12px; }

/* ==========================================================================
    FOOTER
   ========================================================================== */
.copyright {
  color: #989fa1;
  float: left;
  font-size: 1.1em;
  padding: 22px 0; }
  .copyright p {
    line-height: 1.5em;
    margin: 0;
    padding: 0; }

.footer-links {
  float: right;
  font-size: 0;
  list-style: none;
  margin: 25px 0 0 0;
  padding: 0; }

.footer-link {
  border-left: solid 2px #2d438b;
  display: inline-block;
  margin: 0;
  padding: 0 5px; }
  .footer-link:first-child {
    border-left: none;
    padding: 0 5px 0 0; }
  .footer-link a {
    color: #2d438b;
    font-size: 13px;
    font-weight: bold;
    line-height: 11px; }

/* ==========================================================================
    USER AGENT
   ========================================================================== */
/*
  Feel free to delete User Agent CSS Group if you don't
  need to do any device specific overrides.

  You can add a class to the html tag by testing if
  the user agent string contains a mobile device like so:

  if (/iPod|iPad|iPhone|Blackberry|Android|Windows Phone/i.test(navigator.userAgent))

  EXAMPLE USAGE:

.is-mobile {
  * {
    @include transition(none !important);
    @include animation(none !important);
    &:before , &:after {
      @include transition(none !important);
      @include animation(none !important);
    }
  }
}
*/
/* ==========================================================================
    MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
    ANIMATION
   ========================================================================== */
@-webkit-keyframes imageSize {
  from {
    background-size: 110%; }
  to {
    background-size: 100%; } }

@-moz-keyframes imageSize {
  from {
    background-size: 110%; }
  to {
    background-size: 100%; } }

@-ms-keyframes imageSize {
  from {
    background-size: 110%; }
  to {
    background-size: 100%; } }

@keyframes imageSize {
  from {
    background-size: 110%; }
  to {
    background-size: 100%; } }

@-webkit-keyframes panelSlide {
  from {
    opacity: 0;
    width: 10px; }
  to {
    opacity: 1;
    width: 495px; } }

@-moz-keyframes panelSlide {
  from {
    opacity: 0;
    width: 10px; }
  to {
    opacity: 1;
    width: 495px; } }

@-ms-keyframes panelSlide {
  from {
    opacity: 0;
    width: 10px; }
  to {
    opacity: 1;
    width: 495px; } }

@keyframes panelSlide {
  from {
    opacity: 0;
    width: 10px; }
  to {
    opacity: 1;
    width: 495px; } }

@-webkit-keyframes textFade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes textFade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes textFade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes textFade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes imgFade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes imgFade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-ms-keyframes imgFade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes imgFade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes answerSlide {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  50% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); } }

@-moz-keyframes answerSlide {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  50% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); } }

@-ms-keyframes answerSlide {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  50% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); } }

@keyframes answerSlide {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  50% {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); } }

/* ==========================================================================
    ACCORDION
   ========================================================================== */
.ui-accordion .ui-accordion-content {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb; }

.ui-accordion .ui-accordion-header {
  background: #3bacc4;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 100%;
  font-size: 20px;
  margin: 2px 0 0;
  min-height: 0;
  padding: 0.5em 0.5em 0.5em 0.7em; }
  .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -8px; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }
  .ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

/* ==========================================================================
    SOCIAL
   ========================================================================== */
.social {
  background: #fff;
  padding: 30px 0;
  zoom: 1; }
  .social:before, .social:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .social:after {
    clear: both; }

.social-list {
  float: right; }
  .social-list ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .social-list li {
    display: inline-block;
    margin-left: 8px; }
    .social-list li a {
      background: #3bacc4;
      color: #fff;
      display: block;
      font-size: 20px;
      padding: 5px 0 0 0;
      height: 32px;
      text-align: center;
      width: 32px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
      .social-list li a:hover {
        background: #2f8a9d; }
    .social-list li span {
      display: none; }

.social-label {
  font-size: 1.3em; }

/* ==========================================================================
    BUTTONS
   ========================================================================== */
.btn {
  background: #2d438b;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  padding: 14px 50px 14px 30px;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
  .btn:before {
    font-size: 24px;
    position: absolute;
    right: 22px;
    top: 15px; }
  .btn:hover {
    background: #213064;
    text-decoration: none; }
  .btn.download:before {
    font-size: 20px;
    margin-right: 10px;
    position: static; }

.back-btn {
  background: #e3f5fa;
  color: #666;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  padding: 22px 20px 22px 40px;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
  .back-btn:before {
    color: #ccc;
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 22px; }
  .back-btn:hover {
    background: #b8e6f2;
    text-decoration: none; }

.back-btn-small {
  background: #2d438b;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  padding: 14px 30px 14px 40px;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
  .back-btn-small:before {
    font-size: 24px;
    position: absolute;
    left: 15px;
    top: 11px; }
  .back-btn-small:hover {
    background: #213064;
    text-decoration: none; }

.btn-primary {
  background: #2d438b;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  padding: 14px 30px 14px 30px;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
  .btn-primary:hover {
    background: #213064;
    text-decoration: none; }

/* ==========================================================================
    BREADCRUMB
   ========================================================================== */
.breadcrumb {
  margin: 20px auto 40px auto;
  padding: 0 40px;
  width: 100%; }
  .breadcrumb .item {
    float: left;
    width: 33%; }
  .breadcrumb a {
    background: #e3f5fa;
    color: #666;
    display: block;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 15px;
    width: 95%;
    border-radius: 5px; }
    .breadcrumb a:hover {
      background: #b8e6f2;
      text-decoration: none; }

.go-back {
  font-size: 1.2em;
  padding: 20px 50px 0 50px; }

.home-btn {
  margin-top: -15px;
  padding: 0 0 15px 0; }

/* ==========================================================================
    COLORBOX
   ========================================================================== */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 20px;
  background: #000; }

o
.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  width: 690px;
  border: 40px solid #fff;
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: bottom right; }

#cboxClose {
  position: absolute;
  top: -19px;
  right: -19px;
  display: block;
  background: #9b57aa;
  width: 60px;
  height: 60px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  padding: 0;
  font-size: 0;
  color: #9b57aa;
  text-align: center; }
  #cboxClose:before {
    color: #fff;
    font-size: 30px; }
  #cboxClose:hover {
    background: #7d4589; }

#cboxClose:hover {
  background-position: bottom center; }

/* ==========================================================================
    INTRO
   ========================================================================== */
.intro .text-box {
  width: 50%; }
  .intro .text-box.full {
    width: 100%; }

.intro .promo-box {
  padding: 30px 20px; }
  .intro .promo-box .btn {
    color: #fff;
    font-size: 1.5em;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    width: 100%; }
    .intro .promo-box .btn:before {
      display: none; }
    .intro .promo-box .btn:hover {
      color: #fff; }
    .intro .promo-box .btn span {
      padding-right: 25px;
      position: relative; }
      .intro .promo-box .btn span:before {
        position: absolute;
        right: 0;
        top: 3px; }

/* ==========================================================================
    OVERLAY
   ========================================================================== */
.overlay-content {
  font-size: 1.2em; }
  .overlay-content .primary-header {
    font-size: 2.2em; }
  .overlay-content img {
    display: block;
    width: 690px; }
  .overlay-content .text-box {
    background: #e3f5fa;
    float: none;
    height: 400px;
    overflow: auto;
    padding: 30px;
    width: auto; }
  .overlay-content .btn {
    font-size: 1.4em;
    margin-top: 30px; }

/* ==========================================================================
    PROMO BOX
   ========================================================================== */
.promo-box-wrap {
  float: right;
  font-size: 1.2em;
  line-height: 1.7em;
  padding: 20px;
  width: 33.3%; }

.promo-box {
  background: #e3f5fa;
  padding: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
  .promo-box img {
    display: block;
    margin-bottom: 15px; }

/* ==========================================================================
    RICH TEXT EDITOR
   ========================================================================== */
.rte h1 {
  color: #5a8db8;
  font-family: "Droid Sans", sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0 0 0.8em 0; }

.rte h2 {
  color: #5a8db8;
  font-family: "Droid Sans", sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  margin: 0 0 0.8em 0; }

.rte h3 {
  color: #5a8db8;
  font-family: "Droid Sans", sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 0 0.8em 0; }

.rte h4 {
  color: #5a8db8;
  font-family: "Droid Sans", sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 0.8em 0; }

.rte h5 {
  color: #5a8db8;
  font-family: "Droid Sans", sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 0.8em 0; }

.rte h6 {
  color: #5a8db8;
  font-family: "Droid Sans", sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 0.8em 0; }

.rte p {
  font-size: 1.2em;
  line-height: 1.7em; }

.rte i {
  float: none; }

.rte a,
.rte a:visited {
  color: #3bacc4;
  text-decoration: underline; }
  .rte a:hover,
  .rte a:visited:hover {
    color: #2f8a9d;
    text-decoration: underline; }

.rte ul {
  font-size: 1.2em;
  margin: 0 0 1.4em 0;
  padding: 0px 0 0 15px; }
  .rte ul li {
    line-height: 1.5em;
    padding-bottom: 5px; }

.rte ol {
  font-size: 1.2em;
  margin: 0 0 1.4em 0;
  padding: 0px 0 0 15px; }
  .rte ol li {
    line-height: 1.5em;
    padding-bottom: 5px; }

.rte a.download-link {
  color: #666;
  font-size: 1em;
  text-decoration: none; }
  .rte a.download-link:before {
    color: #3bacc4;
    font-size: 18px;
    margin-right: 8px; }
  .rte a.download-link:hover {
    text-decoration: underline; }

/* ==========================================================================
    TOOLBAR
   ========================================================================== */
.toolbar {
  zoom: 1; }
  .toolbar:before, .toolbar:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .toolbar:after {
    clear: both; }
  .toolbar ul {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  .toolbar li {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    .toolbar li:first-child a {
      border-left: none;
      border-bottom-left-radius: 10px; }
    .toolbar li:last-child a {
      border-bottom-right-radius: 10px; }
  .toolbar a {
    background: #9b57aa;
    border-left: 1px solid #fff;
    border-color: #b3b3b3;
    color: #fff;
    display: block;
    font-size: 1.4em;
    padding: 25px 5px; }
    .toolbar a:before {
      margin-right: 10px; }
    .toolbar a:hover, .toolbar a.active {
      background: #7d4589;
      cursor: pointer;
      text-decoration: none; }

/* ==========================================================================
    FEEDBACK
   ========================================================================== */
.feedback-form {
  float: left;
  font-size: 1.2em;
  line-height: 1.7em;
  padding: 20px;
  width: 66.6%; }

.error {
  color: #ff2020;
  font-weight: bold; }

.number {
  background: #e3f5fa;
  color: #333399;
  float: left;
  font-size: 2em;
  font-weight: bold;
  height: 54px;
  padding-top: 15px;
  text-align: center;
  width: 54px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%; }

.field-row {
  padding-bottom: 20px;
  zoom: 1; }
  .field-row:before, .field-row:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .field-row:after {
    clear: both; }

.field {
  margin-left: 80px;
  padding-top: 10px; }
  .field .label {
    color: #333;
    display: block;
    font-weight: bold;
    padding-bottom: 15px; }
    .field .label em {
      font-style: normal;
      font-weight: normal; }
  .field label {
    display: block;
    padding-bottom: 8px; }
    .field label input {
      margin-right: 8px;
      position: relative;
      top: 1px; }
  .field textarea {
    border: 1px solid #ebebeb;
    display: block;
    margin-top: 10px;
    padding: 10px;
    width: 100%; }

input[type="radio"] {
  -webkit-appearance: radio; }

input[type="checkbox"] {
  -webkit-appearance: checkbox; }

.submit-button {
  background: #2d438b;
  color: #fff;
  display: inline-block;
  margin: 20px 0 0 80px;
  position: relative;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
  .submit-button:before {
    font-size: 24px;
    position: absolute;
    right: 22px;
    top: 15px; }
  .submit-button:hover {
    background: #213064; }
  .submit-button input {
    background: none;
    border: none;
    font-size: 1.2em;
    padding: 15px 50px 15px 30px; }

@-webkit-keyframes animatedBackground {
  from {
    background-size: 120% auto; }
  to {
    background-size: 100% auto; } }

.banner {
  width: 990px;
  height: 350px;
  background: url(../images/plcr/banner-bg-01.jpg) no-repeat center center;
  background-position: 100% 0;
  background-size: 100% 100%;
  background-repeat: repeat-x;
  -webkit-animation: animatedBackground 15s ease-out 1; }

/* ==========================================================================
  QUESTION
   ========================================================================== */
.question {
  background-size: cover;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
  .lt-ie9 .question {
    background-image: url("/assets/images/global/pnl-bg.png"); }

.question-text,
.answer-text {
  background: rgba(32, 86, 131, 0.7);
  border-radius: 0 10px 0 0;
  float: right;
  min-height: 350px;
  padding: 35px 25px 0 90px;
  width: 495px;
  z-index: 3;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  .lt-ie9 .question-text, .lt-ie9
  .answer-text {
    background: url("../images/global/pnl-bg.png") repeat; }
  .question-text.loaded,
  .answer-text.loaded {
    right: 0; }
  .question-text.active,
  .answer-text.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  .question-text:after,
  .answer-text:after {
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .lt-ie9 .question-text:after, .lt-ie9
    .answer-text:after {
      display: none; }
  .question-text p,
  .answer-text p {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.5em;
    position: relative; }
    .question-text p:before,
    .answer-text p:before {
      border: 2px solid #fff;
      border-radius: 100%;
      width: 36px;
      height: 36px;
      font-size: 20px;
      position: absolute;
      right: 105%;
      top: -5px;
      text-align: center;
      padding-top: 4px; }
    .question-text p.content-text,
    .answer-text p.content-text {
      font-size: 1.2em;
      line-height: 1.4em; }
      .question-text p.content-text:before,
      .answer-text p.content-text:before {
        display: none; }
      .question-text p.content-text a,
      .answer-text p.content-text a {
        color: #fff;
        text-decoration: underline; }
        .question-text p.content-text a:hover,
        .answer-text p.content-text a:hover {
          color: #3bacc4; }
    .question-text p a,
    .answer-text p a {
      color: #fff;
      text-decoration: underline; }
      .question-text p a:hover,
      .answer-text p a:hover {
        color: #3bacc4; }
  .question-text .bullet-points,
  .question-text p,
  .answer-text .bullet-points,
  .answer-text p {
    font-family: 'Droid Sans', sans-serif;
    font-weight: normal;
    -webkit-animation: textFade 2s ease-out;
    /* Safari 4+ */
    -moz-animation: textFade 2s ease-out;
    /* Fx 5+ */
    -o-animation: textFade 2s ease-out;
    /* Opera 12+ */
    animation: textFade 2s ease-out;
    /* IE 10+ */
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1; }

.question-text p span {
  display: inline-block;
  margin: 5px 0; }

.answer-text p:before {
  padding-top: 6px; }

.bullet-points {
  border-right: none;
  list-style: none;
  height: 200px;
  margin: 0;
  overflow-y: auto;
  padding: 0 10px; }
  .bullet-points::-webkit-scrollbar {
    width: 10px; }
  .bullet-points::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .bullet-points::-webkit-scrollbar-thumb {
    background: #a9a9aa;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .bullet-points li {
    margin: 10px 0; }
  .bullet-points a {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    text-decoration: none; }
    .bullet-points a:before {
      color: #acd7e0;
      margin-right: 10px; }
    .bullet-points a:hover {
      color: #3bacc4; }
  .bullet-points span {
    text-decoration: underline; }

.answer-options {
  bottom: 0;
  display: table;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 495px;
  -webkit-animation: answerSlide 2s ease-out;
  /* Safari 4+ */
  -moz-animation: answerSlide 2s ease-out;
  /* Fx 5+ */
  -o-animation: answerSlide 2s ease-out;
  /* Opera 12+ */
  animation: answerSlide 2s ease-out;
  /* IE 10+ */
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1; }
  .answer-options li {
    border-right: solid 1px #fff;
    display: table-cell;
    /* one item */
    /* two items */
    /* three items */
    /* four items */ }
    .answer-options li:last-child {
      border: none; }
    .answer-options li:nth-child(1):nth-last-child(1) {
      width: 100%; }
    .answer-options li:nth-child(1):nth-last-child(2), .answer-options li:nth-child(2):nth-last-child(1) {
      width: 50%; }
    .answer-options li:nth-child(1):nth-last-child(3), .answer-options li:nth-child(2):nth-last-child(2), .answer-options li:nth-child(3):nth-last-child(1) {
      width: 33.3333%; }
    .answer-options li:nth-child(1):nth-last-child(4), .answer-options li:nth-child(2):nth-last-child(3), .answer-options li:nth-child(3):nth-last-child(2), .answer-options li:nth-child(4):nth-last-child(1) {
      width: 25%; }
  .answer-options a {
    background: #4799cb;
    color: #fff;
    display: block;
    font-size: 1.4em;
    padding: 15px 10px;
    text-align: center; }
    .answer-options a:hover {
      background: #317fae;
      cursor: pointer;
      text-decoration: none; }
    .answer-options a span {
      display: block; }

.question-message {
  background: #36376a;
  color: #fff;
  font-size: 1.4em;
  padding: 20px;
  text-align: center; }
  .question-message p {
    margin: 0;
    padding: 0; }
  .question-message a {
    color: #fff;
    text-decoration: underline; }
    .question-message a:hover {
      color: #3bacc4; }

.foreground-image {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-animation: imgFade 1s ease-out;
  /* Safari 4+ */
  -moz-animation: imgFade 1s ease-out;
  /* Fx 5+ */
  -o-animation: imgFade 1s ease-out;
  /* Opera 12+ */
  animation: imgFade 1s ease-out;
  /* IE 10+ */
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* ==========================================================================
	STEPS
   ========================================================================== */
.step-box {
  background: #47498c;
  color: #fff;
  float: left;
  height: 100%;
  min-height: 300px;
  padding: 40px;
  position: relative;
  width: 495px; }
  .step-box:before {
    border-bottom: 28px solid transparent;
    border-left: 28px solid #47498c;
    border-top: 28px solid transparent;
    content: '';
    display: block;
    height: 0;
    margin-top: -14px;
    position: absolute;
    right: -28px;
    top: 50%;
    width: 0;
    z-index: 4; }
  .step-box .icon-title {
    padding-left: 50px;
    position: relative; }
    .step-box .icon-title:before {
      border: 2px solid #fff;
      border-radius: 100%;
      width: 36px;
      height: 36px;
      font-size: 20px;
      position: absolute;
      left: 0;
      top: -5px;
      text-align: center;
      padding-top: 6px; }
  .step-box .small-text {
    border-top: 1px solid #5b5cab;
    font-size: 0.9em;
    margin-top: 10px;
    padding: 10px 0 0 0; }
  .step-box .step-title a {
    color: #fff;
    text-decoration: underline; }
  .step-box .step-title ul {
    padding-left: 12px; }
  .step-box .step-title h2 {
    font-family: 'Droid Sans', sans-serif;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.5em;
    margin: 0 0 5px; }
  .step-box .step-title p {
    font-size: 1.1em;
    line-height: 1.5em; }
  .step-box p {
    font-size: 1.6em;
    line-height: 1.5em;
    font-family: 'Droid Sans', sans-serif;
    font-weight: normal; }
  .step-box label {
    display: block;
    font-size: 1.1em;
    padding: 0;
    position: relative; }
    .step-box label:hover {
      cursor: pointer; }
  .step-box .item {
    border-top: 1px solid #5b5cab;
    margin-top: 10px;
    padding: 10px 0 0 0;
    position: relative; }
    .step-box .item span {
      font-size: 1.1em;
      line-height: 1.4em; }
  .step-box .options {
    padding: 5px 0; }
    .step-box .options label {
      display: inline-block;
      margin-right: 20px; }
  .step-box input[type="radio"] {
    position: relative;
    top: 2px; }

.info-icon {
  padding-left: 45px;
  position: relative; }
  .info-icon:before {
    border: 2px solid #fff;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    font-size: 20px;
    position: absolute;
    left: -5px;
    top: -5px;
    text-align: center;
    padding-top: 4px; }
