/* line 36, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/toolkit-1.3.8/stylesheets/toolkit/_box-sizing.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('../behaviors/box-sizing/boxsizing.php');
}

/* line 4, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/toolkit-1.3.8/stylesheets/toolkit/_fluid-media.scss */
img, video {
  max-width: 100%;
  height: auto;
}

/* line 9, ../scss/partials/global/_extendables.scss */
.insured-type,
.section-head--hcr-region {
  background-color: #627e3f;
  margin-bottom: 4px;
  font-family: 'Gotham Book';
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
/* line 17, ../scss/partials/global/_extendables.scss */
.insured-type a,
.section-head--hcr-region a {
  color: white;
  padding: 30px 15% 30px 10%;
  margin-left: 75px;
  display: block;
  line-height: 1em;
  text-decoration: none;
}
@media (min-width: 59.375em) {
  /* line 28, ../scss/partials/global/_extendables.scss */
  .insured-type a:hover,
  .section-head--hcr-region a:hover {
    text-decoration: underline;
  }
}
/* line 34, ../scss/partials/global/_extendables.scss */
.insured-type .icon,
.section-head--hcr-region .icon {
  position: absolute;
  left: 10%;
  top: 50%;
}
/* line 40, ../scss/partials/global/_extendables.scss */
.insured-type .plus-white,
.section-head--hcr-region .plus-white {
  right: 5%;
  left: auto;
  margin-top: -10px;
}
/* line 46, ../scss/partials/global/_extendables.scss */
.insured-type .insured-type-1 .insured-icon,
.section-head--hcr-region .insured-type-1 .insured-icon {
  margin-top: -25px;
}
/* line 50, ../scss/partials/global/_extendables.scss */
.insured-type .insured-type-2 .insured-icon,
.section-head--hcr-region .insured-type-2 .insured-icon {
  margin-top: -27px;
  margin-left: 6px;
}
/* line 55, ../scss/partials/global/_extendables.scss */
.insured-type .insured-type-3 .insured-icon,
.section-head--hcr-region .insured-type-3 .insured-icon {
  margin-top: -23px;
  margin-left: 17px;
}
/* line 60, ../scss/partials/global/_extendables.scss */
.insured-type .insured-type-4 .insured-icon,
.section-head--hcr-region .insured-type-4 .insured-icon {
  margin-top: -27px;
  margin-left: 6px;
}

/* line 68, ../scss/partials/global/_extendables.scss */
.section-head--hcr-region a {
  margin-left: 0;
}

/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 21, ../scss/partials/global/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 31, ../scss/partials/global/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../scss/partials/global/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../scss/partials/global/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/partials/global/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 83, ../scss/partials/global/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 91, ../scss/partials/global/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../scss/partials/global/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 112, ../scss/partials/global/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../scss/partials/global/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../scss/partials/global/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../scss/partials/global/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../scss/partials/global/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../scss/partials/global/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../scss/partials/global/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../scss/partials/global/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 169, ../scss/partials/global/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../scss/partials/global/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 181, ../scss/partials/global/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 189, ../scss/partials/global/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 199, ../scss/partials/global/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 210, ../scss/partials/global/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../scss/partials/global/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 230, ../scss/partials/global/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 239, ../scss/partials/global/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 248, ../scss/partials/global/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 257, ../scss/partials/global/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 264, ../scss/partials/global/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 268, ../scss/partials/global/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 283, ../scss/partials/global/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 287, ../scss/partials/global/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 297, ../scss/partials/global/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 306, ../scss/partials/global/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 320, ../scss/partials/global/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 329, ../scss/partials/global/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 341, ../scss/partials/global/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 353, ../scss/partials/global/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 361, ../scss/partials/global/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 373, ../scss/partials/global/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 390, ../scss/partials/global/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 403, ../scss/partials/global/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 420, ../scss/partials/global/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 431, ../scss/partials/global/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 443, ../scss/partials/global/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 456, ../scss/partials/global/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 469, ../scss/partials/global/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 478, ../scss/partials/global/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 488, ../scss/partials/global/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 501, ../scss/partials/global/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Image replacement
 */
/* line 5, ../scss/partials/global/_helper-classes.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 13, ../scss/partials/global/_helper-classes.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 24, ../scss/partials/global/_helper-classes.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 33, ../scss/partials/global/_helper-classes.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 50, ../scss/partials/global/_helper-classes.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 63, ../scss/partials/global/_helper-classes.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 80, ../scss/partials/global/_helper-classes.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 85, ../scss/partials/global/_helper-classes.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 94, ../scss/partials/global/_helper-classes.scss */
.clearfix {
  *zoom: 1;
}

@media (min-width: 30.0625em) {
  /* line 12, ../scss/partials/global/_spanish.scss */
  body.es #hero h2 {
    font-size: 34.8px;
    font-size: 2.175rem;
  }
}
@media (min-width: 59.375em) {
  /* line 18, ../scss/partials/global/_spanish.scss */
  body.es header .kp-network ul li {
    margin-right: 20px;
  }
}
@media (min-width: 30.0625em) {
  /* line 25, ../scss/partials/global/_spanish.scss */
  body.es header .nav-main .nav-main-wrap li a {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
@media (min-width: 59.375em) {
  /* line 25, ../scss/partials/global/_spanish.scss */
  body.es header .nav-main .nav-main-wrap li a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 59.375em) {
  /* line 24, ../scss/partials/global/_spanish.scss */
  body.es header .nav-main .nav-main-wrap li {
    margin-right: 25px;
  }
}
@media (max-width: 30em) {
  /* line 40, ../scss/partials/global/_spanish.scss */
  body.es header .page-titles .title-1 {
    margin-right: 10px;
  }
}
@media (max-width: 30em) {
  /* line 46, ../scss/partials/global/_spanish.scss */
  body.es header .page-titles h1 {
    font-size: 13.6px;
    font-size: 0.85rem;
    max-width: 80px;
  }
}
@media (max-width: 30em), (orientation: landscape) {
  /* line 46, ../scss/partials/global/_spanish.scss */
  body.es header .page-titles h1 {
    max-width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 30.0625em) {
  /* line 46, ../scss/partials/global/_spanish.scss */
  body.es header .page-titles h1 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
/* line 63, ../scss/partials/global/_spanish.scss */
body.es header .kp-network ul .net-1 {
  display: none;
}
@media (max-width: 30em), (orientation: landscape) {
  /* line 63, ../scss/partials/global/_spanish.scss */
  body.es header .kp-network ul .net-1 {
    display: block;
  }
}
@media (min-width: 30.0625em) {
  /* line 63, ../scss/partials/global/_spanish.scss */
  body.es header .kp-network ul .net-1 {
    display: block;
  }
}
@media (min-width: 59.375em) {
  /* line 75, ../scss/partials/global/_spanish.scss */
  body.es header .nav-main .nav-main-wrap li.nav-4, body.es header .kp-network ul .net-5 {
    margin-right: 0;
  }
}

/* line 23, ../scss/partials/styleguide/_style-guide.scss */
.icon {
  display: inline-block;
}

/* line 27, ../scss/partials/styleguide/_style-guide.scss */
.ext-link {
  height: 16px;
  width: 17px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -736px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .ext-link {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -650px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 31, ../scss/partials/styleguide/_style-guide.scss */
.icon.member {
  height: 17px;
  width: 16px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -600px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.member {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -539px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 35, ../scss/partials/styleguide/_style-guide.scss */
.icon.shop {
  height: 17px;
  width: 17px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -762px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.shop {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -671px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 40, ../scss/partials/styleguide/_style-guide.scss */
.icon.employer {
  height: 55px;
  width: 45px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -163px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.employer {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -138px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 44, ../scss/partials/styleguide/_style-guide.scss */
.icon.employer-on, body.guide-to-reform .not-selected .insured-type-1 span.insured-icon {
  height: 55px;
  width: 45px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -98px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.employer-on, body.guide-to-reform .not-selected .insured-type-1 span.insured-icon {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -78px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 48, ../scss/partials/styleguide/_style-guide.scss */
.icon.my-own {
  height: 55px;
  width: 39px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -535px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.my-own {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -479px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 52, ../scss/partials/styleguide/_style-guide.scss */
.icon.my-own-on, body.guide-to-reform .not-selected .insured-type-2 span.insured-icon {
  height: 55px;
  width: 39px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -470px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.my-own-on, body.guide-to-reform .not-selected .insured-type-2 span.insured-icon {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -419px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 56, ../scss/partials/styleguide/_style-guide.scss */
.icon.not-insured {
  height: 45px;
  width: 28px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -415px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.not-insured {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -369px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 60, ../scss/partials/styleguide/_style-guide.scss */
.icon.not-insured-on, body.guide-to-reform .not-selected .insured-type-3 span.insured-icon {
  height: 45px;
  width: 28px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -360px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.not-insured-on, body.guide-to-reform .not-selected .insured-type-3 span.insured-icon {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -319px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 64, ../scss/partials/styleguide/_style-guide.scss */
.icon.medicare {
  height: 56px;
  width: 47px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -294px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.medicare {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -258.5px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 68, ../scss/partials/styleguide/_style-guide.scss */
.icon.medicare-on, body.guide-to-reform .not-selected .insured-type-4 span.insured-icon {
  height: 56px;
  width: 47px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -228px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.medicare-on, body.guide-to-reform .not-selected .insured-type-4 span.insured-icon {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -198px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 73, ../scss/partials/styleguide/_style-guide.scss */
.icon.chevron {
  height: 12px;
  width: 8px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.chevron {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 0;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 77, ../scss/partials/styleguide/_style-guide.scss */
.icon.chevron-white-right {
  height: 12px;
  width: 7px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -22px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.chevron-white-right {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -17px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 82, ../scss/partials/styleguide/_style-guide.scss */
.icon.plus-white {
  height: 21px;
  width: 22px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -705px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.plus-white {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -624px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 86, ../scss/partials/styleguide/_style-guide.scss */
.icon.plus-green, body.guide-to-reform .not-selected .plus-white {
  height: 21px;
  width: 22px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -674px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.plus-green, body.guide-to-reform .not-selected .plus-white {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -598px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 91, ../scss/partials/styleguide/_style-guide.scss */
.icon.close-green, body.obama-announcement .selected .icon.plus-white {
  height: 17px;
  width: 18px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -44px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.close-green, body.obama-announcement .selected .icon.plus-white {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -34px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

/* line 95, ../scss/partials/styleguide/_style-guide.scss */
.icon.close-white, body.guide-to-reform .selected .plus-white {
  height: 17px;
  width: 18px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -71px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  .icon.close-white, body.guide-to-reform .selected .plus-white {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -56px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}

@font-face {
  font-family: 'Gotham Black';
  src: url("/assets/fonts/Gotham-Black.eot?");
  src: local('☺'), url("/assets/fonts/Gotham-Black.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Gotham-Black.woff") format('woff'), url("/assets/fonts/Gotham-Black.ttf") format('truetype'), url("/assets/fonts/Gotham-Black.svg#TisaSansOT") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Book';
  src: url("/assets/fonts/Gotham-Book.eot?");
  src: local('☺'), url("/assets/fonts/Gotham-Book.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Gotham-Book.woff") format('woff'), url("/assets/fonts/Gotham-Book.ttf") format('truetype'), url("/assets/fonts/Gotham-Book.svg#TisaSansOT") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url("/assets/fonts/Gotham-Bold.eot?");
  src: local('☺'), url("/assets/fonts/Gotham-Bold.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Gotham-Bold.woff") format('woff'), url("/assets/fonts/Gotham-Bold.ttf") format('truetype'), url("/assets/fonts/Gotham-Bold.svg#TisaSansOT") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Medium';
  src: url("/assets/fonts/Gotham-Medium.eot?");
  src: local('☺'), url("/assets/fonts/Gotham-Medium.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Gotham-Medium.woff") format('woff'), url("/assets/fonts/Gotham-Medium.ttf") format('truetype'), url("/assets/fonts/Gotham-Medium.svg#TisaSansOT") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Light';
  src: url("/assets/fonts/Gotham-Light.eot?");
  src: local('☺'), url("/assets/fonts/Gotham-Light.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Gotham-Light.woff") format('woff'), url("/assets/fonts/Gotham-Light.ttf") format('truetype'), url("/assets/fonts/Gotham-Light.svg#TisaSansOT") format('svg');
  font-weight: normal;
  font-style: normal;
}

/* line 12, ../scss/partials/layout/_layout.scss */
.grid-wrap {
  *zoom: 1;
  max-width: 100;
  _width: 100;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.13.alpha.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.grid-wrap:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 30.0625em) {
  /* line 30, ../scss/partials/layout/_layout.scss */
  .grid-wrap {
    *zoom: 1;
    max-width: 960px;
    _width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.13.alpha.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid-wrap:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 59.375em) {
  /* line 44, ../scss/partials/layout/_layout.scss */
  .grid-wrap {
    *zoom: 1;
    max-width: 960px;
    _width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.13.alpha.4/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid-wrap:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 59.375em) {
  /* line 59, ../scss/partials/layout/_layout.scss */
  article {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5625em;
    display: inline;
  }
}
@media (min-width: 59.375em) {
  /* line 64, ../scss/partials/layout/_layout.scss */
  article .callout {
    width: 31.63265%;
    float: left;
    margin-right: 2.55102%;
    display: inline;
  }
}
@media (min-width: 59.375em) {
  /* line 70, ../scss/partials/layout/_layout.scss */
  article .content {
    width: 65.81633%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5625em;
    display: inline;
  }
}
@media (min-width: 59.375em) {
  /* line 75, ../scss/partials/layout/_layout.scss */
  article .content.full-width {
    width: 100%;
    float: left;
    margin-right: 2.55102%;
    display: inline;
  }
}
@media (min-width: 59.375em) {
  /* line 82, ../scss/partials/layout/_layout.scss */
  article .video-wrap {
    width: 65.81633%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5625em;
    display: inline;
  }
}

@media (min-width: 30.0625em) {
  /* line 95, ../scss/partials/layout/_layout.scss */
  footer .nav-footer {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5625em;
    display: inline;
  }
}
@media (min-width: 59.375em) {
  /* line 95, ../scss/partials/layout/_layout.scss */
  footer .nav-footer {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5625em;
    display: inline;
  }
}
@media (min-width: 59.375em) {
  /* line 104, ../scss/partials/layout/_layout.scss */
  footer .nav-footer li.section {
    width: 20%;
  }
}
@media (min-width: 30.0625em) {
  /* line 110, ../scss/partials/layout/_layout.scss */
  footer .nav-footer .group-1 {
    width: 48.06202%;
    float: left;
    margin-right: 3.87597%;
    display: inline;
  }
}
@media (min-width: 59.375em) {
  /* line 110, ../scss/partials/layout/_layout.scss */
  footer .nav-footer .group-1 {
    float: none;
    width: auto;
    margin-right: auto;
    *margin-left: auto;
    display: block;
  }
}
@media (min-width: 30.0625em) {
  /* line 121, ../scss/partials/layout/_layout.scss */
  footer .nav-footer .group-2 {
    width: 48.06202%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5625em;
    display: inline;
  }
}
@media (min-width: 59.375em) {
  /* line 121, ../scss/partials/layout/_layout.scss */
  footer .nav-footer .group-2 {
    float: none;
    width: auto;
    margin-right: auto;
    *margin-left: auto;
    display: block;
  }
}

/* line 15, ../scss/partials/design/_design.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/* line 21, ../scss/partials/design/_design.scss */
h1, h2, h3, h4, h5, h6, ul, li, dl, ul, dt, dd, p, span, button {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* line 29, ../scss/partials/design/_design.scss */
li {
  list-style: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 39, ../scss/partials/design/_design.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 44, ../scss/partials/design/_design.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 49, ../scss/partials/design/_design.scss */
img {
  vertical-align: middle;
}

/* line 54, ../scss/partials/design/_design.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 61, ../scss/partials/design/_design.scss */
textarea {
  resize: vertical;
}

/* line 74, ../scss/partials/design/_design.scss */
body {
  background-color: white;
}

/* line 78, ../scss/partials/design/_design.scss */
html, body {
  height: 100%;
  margin: 0pt;
}

/* line 83, ../scss/partials/design/_design.scss */
.back-top {
  display: none;
}

/* line 88, ../scss/partials/design/_design.scss */
.text-center {
  text-align: center;
}

/* line 96, ../scss/partials/design/_design.scss */
article {
  padding: 35px 0;
}
/* line 98, ../scss/partials/design/_design.scss */
article strong {
  font-family: 'Gotham Bold';
}
/* line 103, ../scss/partials/design/_design.scss */
article .media a {
  min-height: 67px;
  display: block;
  color: white;
  font-family: 'Gotham Bold';
  text-decoration: none;
  line-height: 1.3em;
  padding-left: 120px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 30.0625em) {
  /* line 103, ../scss/partials/design/_design.scss */
  article .media a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 59.375em) {
  /* line 117, ../scss/partials/design/_design.scss */
  article .media a:hover {
    text-decoration: underline;
  }
}
/* line 123, ../scss/partials/design/_design.scss */
article .callout {
  margin-bottom: 25px;
}
@media (min-width: 59.375em) {
  /* line 123, ../scss/partials/design/_design.scss */
  article .callout {
    margin-bottom: 0;
  }
}
/* line 129, ../scss/partials/design/_design.scss */
article .callout .media {
  margin-bottom: 20px;
}
@media (min-width: 30.0625em) {
  /* line 129, ../scss/partials/design/_design.scss */
  article .callout .media {
    max-width: 600px;
  }
}
@media (min-width: 59.375em) {
  /* line 129, ../scss/partials/design/_design.scss */
  article .callout .media {
    margin-bottom: 0;
    max-width: 100%;
  }
}
/* line 141, ../scss/partials/design/_design.scss */
article .callout h3 {
  font-family: 'Gotham Light';
  font-size: 28px;
  font-size: 1.75rem;
  color: #666666;
  line-height: 1.2em;
  margin-bottom: 15px;
}
@media (min-width: 30.0625em) {
  /* line 141, ../scss/partials/design/_design.scss */
  article .callout h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 59.375em) {
  /* line 141, ../scss/partials/design/_design.scss */
  article .callout h3 {
    margin-bottom: 0;
  }
}
/* line 156, ../scss/partials/design/_design.scss */
article .callout h4 a {
  cursor: pointer;
}
/* line 160, ../scss/partials/design/_design.scss */
article .callout p, article .callout ul {
  font-family: 'Gotham Book';
  color: #666666;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 15px;
}
/* line 165, ../scss/partials/design/_design.scss */
article .callout p:last-child, article .callout ul:last-child {
  margin-bottom: 0;
}
/* line 174, ../scss/partials/design/_design.scss */
article .intro {
  font-family: 'Gotham Book';
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  margin-bottom: 20px;
}
@media (min-width: 30.0625em) {
  /* line 174, ../scss/partials/design/_design.scss */
  article .intro {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* line 183, ../scss/partials/design/_design.scss */
article .intro:last-child {
  margin-bottom: 0;
}
/* line 187, ../scss/partials/design/_design.scss */
article.article-1 .callout .media {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 59.375em) {
  /* line 187, ../scss/partials/design/_design.scss */
  article.article-1 .callout .media {
    margin-top: 5px;
  }
}
/* line 196, ../scss/partials/design/_design.scss */
article .content p, article .content ul {
  font-family: 'Gotham Book';
  color: #666666;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}
@media (min-width: 30.0625em) {
  /* line 196, ../scss/partials/design/_design.scss */
  article .content p, article .content ul {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* line 205, ../scss/partials/design/_design.scss */
article .content p:last-child, article .content ul:last-child {
  margin-bottom: 0;
}
/* line 209, ../scss/partials/design/_design.scss */
article .content p:empty {
  margin-bottom: 0;
}
/* line 212, ../scss/partials/design/_design.scss */
article .content li {
  padding-left: 1em;
  margin-left: 1em;
  list-style: disc;
}
/* line 217, ../scss/partials/design/_design.scss */
article .content a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Gotham Bold';
  color: #026187;
}
@media (min-width: 30.0625em) {
  /* line 217, ../scss/partials/design/_design.scss */
  article .content a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 227, ../scss/partials/design/_design.scss */
article .content a:hover {
  text-decoration: underline;
}
/* line 232, ../scss/partials/design/_design.scss */
article .content blockquote {
  font-family: 'Gotham Light';
  font-size: 26px;
  font-size: 1.625rem;
  color: #666666;
}
/* line 237, ../scss/partials/design/_design.scss */
article .content img {
  margin-bottom: 15px;
}
@media (min-width: 30.0625em) {
  /* line 237, ../scss/partials/design/_design.scss */
  article .content img {
    margin-bottom: 30px;
  }
}
/* line 243, ../scss/partials/design/_design.scss */
article .content .external {
  line-height: 1.1em;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 246, ../scss/partials/design/_design.scss */
article .content .external a {
  font-family: 'Gotham Bold';
  color: #026187;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 252, ../scss/partials/design/_design.scss */
article .content h4 {
  font-family: 'Gotham Book';
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #666666;
}
/* line 259, ../scss/partials/design/_design.scss */
article .content .int-link {
  font-family: 'Gotham Medium';
  line-height: 1em;
}
/* line 263, ../scss/partials/design/_design.scss */
article .content .int-link.indented {
  margin-left: 30px;
}
/* line 267, ../scss/partials/design/_design.scss */
article .content .int-link a {
  display: block;
  color: #026187;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 274, ../scss/partials/design/_design.scss */
article .content .int-link .chevron {
  margin-right: 10px;
}
/* line 277, ../scss/partials/design/_design.scss */
article .content .int-link .break {
  display: block;
}
/* line 281, ../scss/partials/design/_design.scss */
article .content .pop-out {
  padding-left: 30px;
  position: relative;
}
/* line 284, ../scss/partials/design/_design.scss */
article .content .pop-out .ext-link {
  position: absolute;
  left: 0;
  top: 6px;
  min-height: 16px;
}
/* line 292, ../scss/partials/design/_design.scss */
article .content .points li {
  margin-bottom: 15px;
}
/* line 297, ../scss/partials/design/_design.scss */
article .content .footnote .disclaimer {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  display: block;
}
/* line 302, ../scss/partials/design/_design.scss */
article .content .footnote .disclaimer.hanging {
  padding-left: 8px;
  text-indent: -8px;
}
/* line 307, ../scss/partials/design/_design.scss */
article .content .footnote .disclaimer a {
  font-size: 16px;
  font-size: 1rem;
}
/* line 313, ../scss/partials/design/_design.scss */
article .video-wrap {
  padding-top: 20px;
  display: none;
}
/* line 316, ../scss/partials/design/_design.scss */
article .video-wrap .player-close {
  color: white;
  text-decoration: none;
  margin-top: 5px;
  display: block;
}
@media (min-width: 59.375em) {
  /* line 322, ../scss/partials/design/_design.scss */
  article .video-wrap .player-close:hover {
    text-decoration: underline;
  }
}
/* line 328, ../scss/partials/design/_design.scss */
article .player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 0;
  /* IE6 workaround: 30px for controls*/
  margin-top: -1px;
  height: 0;
  overflow: hidden;
}
/* line 338, ../scss/partials/design/_design.scss */
article .player iframe, article .player object, article .player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 346, ../scss/partials/design/_design.scss */
article .featured-sub {
  margin-top: 45px;
  margin-bottom: 25px;
}
@media (min-width: 30.0625em) {
  /* line 346, ../scss/partials/design/_design.scss */
  article .featured-sub {
    width: 100%;
    margin-top: 55px;
  }
}
/* line 354, ../scss/partials/design/_design.scss */
article .featured-sub .featured {
  position: relative;
}
@media (min-width: 30.0625em) {
  /* line 354, ../scss/partials/design/_design.scss */
  article .featured-sub .featured {
    float: left;
    margin-bottom: 0;
  }
}
/* line 361, ../scss/partials/design/_design.scss */
article .featured-sub .featured p {
  line-height: 1em;
}
/* line 363, ../scss/partials/design/_design.scss */
article .featured-sub .featured p a {
  padding-left: 85px;
  display: block;
}
/* line 368, ../scss/partials/design/_design.scss */
article .featured-sub .featured .chevron {
  position: absolute;
  left: 70px;
  top: 3px;
}
/* line 374, ../scss/partials/design/_design.scss */
article .featured-sub .featured-1 {
  margin-bottom: 25px;
}
@media (min-width: 30.0625em) {
  /* line 374, ../scss/partials/design/_design.scss */
  article .featured-sub .featured-1 {
    width: 51.937984496124%;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 30.0625em) {
  /* line 382, ../scss/partials/design/_design.scss */
  article .featured-sub .featured-2 {
    width: 48.062015503876%;
  }
}

/* line 394, ../scss/partials/design/_design.scss */
header {
  background-color: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 12px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 12px 2px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 12px 2px;
  position: relative;
  z-index: 2;
}
/* line 399, ../scss/partials/design/_design.scss */
header .page-titles {
  padding: 16px 0 8px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #026187;
  overflow: auto;
  position: relative;
}
@media (min-width: 59.375em) {
  /* line 399, ../scss/partials/design/_design.scss */
  header .page-titles {
    border-bottom: none;
  }
}
/* line 409, ../scss/partials/design/_design.scss */
header .page-titles li {
  display: inline-block;
  vertical-align: bottom;
}
/* line 413, ../scss/partials/design/_design.scss */
header .page-titles .title-1 {
  margin-right: 10px;
  border-right: solid 1px #000;
  padding-right: 15px;
  z-index: 2;
}
@media (min-width: 30.0625em) {
  /* line 413, ../scss/partials/design/_design.scss */
  header .page-titles .title-1 {
    margin-right: 15px;
  }
}
/* line 422, ../scss/partials/design/_design.scss */
header .page-titles p a {
  height: 44px;
  width: 164px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -945px;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  z-index: 2;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  header .page-titles p a {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -819px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}
/* line 429, ../scss/partials/design/_design.scss */
header .page-titles h1 {
  font-family: 'Gotham Medium';
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  max-width: 90px;
  margin-bottom: -2px;
}
/* line 436, ../scss/partials/design/_design.scss */
header .page-titles h1 a {
  color: #767676;
  text-decoration: none;
}
@media (max-width: 30em), (orientation: landscape) {
  /* line 429, ../scss/partials/design/_design.scss */
  header .page-titles h1 {
    max-width: 100%;
  }
}
@media (min-width: 30.0625em) {
  /* line 429, ../scss/partials/design/_design.scss */
  header .page-titles h1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1em;
    margin-top: 3px;
    max-width: 100%;
  }
}
/* line 451, ../scss/partials/design/_design.scss */
header .page-titles h1 span {
  display: block;
}
/* line 460, ../scss/partials/design/_design.scss */
header .kp-network {
  background-color: #026187;
  padding: 9px 0;
}
/* line 463, ../scss/partials/design/_design.scss */
header .kp-network .grid-wrap {
  position: relative;
}
/* line 466, ../scss/partials/design/_design.scss */
header .kp-network .icon {
  margin-right: 8px;
}
/* line 469, ../scss/partials/design/_design.scss */
header .kp-network ul {
  float: right;
}
/* line 471, ../scss/partials/design/_design.scss */
header .kp-network ul li {
  float: left;
  margin-right: 30px;
  display: none;
}
/* line 478, ../scss/partials/design/_design.scss */
header .kp-network ul li:last-child {
  margin-right: 0;
}
/* line 481, ../scss/partials/design/_design.scss */
header .kp-network ul li a {
  color: white;
  text-decoration: none;
  font-family: 'Gotham Medium';
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 484, ../scss/partials/design/_design.scss */
header .kp-network ul li a:hover {
  text-decoration: underline;
}
/* line 491, ../scss/partials/design/_design.scss */
header .kp-network ul .net-1 {
  display: block;
  position: absolute;
  left: 0;
  margin-left: 20px;
}
@media (min-width: 42.5em) {
  /* line 497, ../scss/partials/design/_design.scss */
  header .kp-network ul .net-2 {
    display: block;
  }
}
@media (min-width: 59.375em) {
  /* line 502, ../scss/partials/design/_design.scss */
  header .kp-network ul .net-3 {
    display: block;
  }
}
@media (min-width: 59.375em) {
  /* line 507, ../scss/partials/design/_design.scss */
  header .kp-network ul .net-4 {
    display: block;
  }
}
/* line 512, ../scss/partials/design/_design.scss */
header .kp-network ul .net-5 {
  display: block;
}
/* line 517, ../scss/partials/design/_design.scss */
header .sub-nav {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
/* line 522, ../scss/partials/design/_design.scss */
header .nav-main {
  font-family: 'Gotham Bold';
}
/* line 524, ../scss/partials/design/_design.scss */
header .nav-main .nav-main-wrap {
  background-color: #026187;
}
/* line 526, ../scss/partials/design/_design.scss */
header .nav-main .nav-main-wrap li {
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: dotted 1px white;
}
/* line 529, ../scss/partials/design/_design.scss */
header .nav-main .nav-main-wrap li:last-of-type {
  border-bottom: none;
}
/* line 532, ../scss/partials/design/_design.scss */
header .nav-main .nav-main-wrap li a {
  color: white;
  text-decoration: none;
  padding: 10px 0 10px 20px;
  display: block;
  position: relative;
}
/* line 535, ../scss/partials/design/_design.scss */
header .nav-main .nav-main-wrap li a:hover {
  text-decoration: underline;
}
@media (min-width: 42.5em) {
  /* line 524, ../scss/partials/design/_design.scss */
  header .nav-main .nav-main-wrap {
    background-color: transparent;
    padding-bottom: 13px;
  }
  /* line 546, ../scss/partials/design/_design.scss */
  header .nav-main .nav-main-wrap li {
    float: left;
    margin-right: 15px;
    border-bottom: none;
  }
  /* line 550, ../scss/partials/design/_design.scss */
  header .nav-main .nav-main-wrap li.nav-4 {
    margin-right: 0;
  }
  /* line 553, ../scss/partials/design/_design.scss */
  header .nav-main .nav-main-wrap li a {
    color: #767676;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
  }
  /* line 558, ../scss/partials/design/_design.scss */
  header .nav-main .nav-main-wrap li a:hover {
    text-decoration: underline;
    color: #627e3f;
  }
}
/* line 566, ../scss/partials/design/_design.scss */
header .nav-main .nav-main-wrap .chevron-white-right {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
@media (min-width: 42.5em) {
  /* line 574, ../scss/partials/design/_design.scss */
  header .nav-main .nav-main-wrap .main-nav-selected {
    color: #627e3f;
  }
}
/* line 579, ../scss/partials/design/_design.scss */
header .nav-main .nav-main-wrap .main-nav-selected .chevron-white-right {
  display: block;
}
@media (min-width: 42.5em) {
  /* line 579, ../scss/partials/design/_design.scss */
  header .nav-main .nav-main-wrap .main-nav-selected .chevron-white-right {
    display: none;
  }
}
@media (min-width: 59.375em) {
  /* line 524, ../scss/partials/design/_design.scss */
  header .nav-main .nav-main-wrap {
    position: absolute;
    top: 18px;
    right: 0;
    line-height: 44px;
  }
  /* line 591, ../scss/partials/design/_design.scss */
  header .nav-main .nav-main-wrap li {
    line-height: 1em;
    margin-right: 55px;
    display: inline-block;
    vertical-align: bottom;
    float: none;
    margin-bottom: -1px;
  }
  /* line 598, ../scss/partials/design/_design.scss */
  header .nav-main .nav-main-wrap li.nav-4 {
    margin-bottom: 1em;
  }
  /* line 604, ../scss/partials/design/_design.scss */
  header .nav-main .nav-main-wrap .format {
    display: block;
  }
}
/* line 609, ../scss/partials/design/_design.scss */
header .nav-main .mobile-nav a {
  margin-bottom: 10px;
  border: none;
  color: #627e3f;
  font-family: 'Gotham Bold';
  font-size: 20px;
  font-size: 1.25rem;
  background: transparent;
  padding-left: 18px;
  position: relative;
  display: block;
  text-decoration: none;
}
/* line 620, ../scss/partials/design/_design.scss */
header .nav-main .mobile-nav a .nav-chevron {
  height: 8px;
  width: 13px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -627px;
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  left: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  header .nav-main .mobile-nav a .nav-chevron {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -561px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}
@media (min-width: 42.5em) {
  /* line 609, ../scss/partials/design/_design.scss */
  header .nav-main .mobile-nav a {
    display: none;
  }
}
/* line 631, ../scss/partials/design/_design.scss */
header .nav-main ul {
  display: none;
}
@media (min-width: 42.5em) {
  /* line 631, ../scss/partials/design/_design.scss */
  header .nav-main ul {
    display: block;
  }
}

/* line 640, ../scss/partials/design/_design.scss */
.nav-main-toggle {
  display: block !important;
}

/* line 656, ../scss/partials/design/_design.scss */
#hero {
  background-color: #bea674;
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
/* line 662, ../scss/partials/design/_design.scss */
#hero h2 {
  font-family: 'Gotham Black';
  text-transform: uppercase;
  color: white;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1em;
  margin-right: 20px;
}
@media (min-width: 30.0625em) {
  /* line 662, ../scss/partials/design/_design.scss */
  #hero h2 {
    bottom: 30px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 59.375em) {
  /* line 662, ../scss/partials/design/_design.scss */
  #hero h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
/* line 678, ../scss/partials/design/_design.scss */
#hero h2 span {
  display: block;
}
/* line 682, ../scss/partials/design/_design.scss */
#hero .band {
  background: rgba(98, 126, 63, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
}
@media (min-width: 30.0625em) {
  /* line 682, ../scss/partials/design/_design.scss */
  #hero .band {
    padding: 20px 0;
  }
}

/* line 699, ../scss/partials/design/_design.scss */
footer .feature-1 {
  background-color: #026187;
  padding: 15px 0;
  border-top: solid 2px white;
}
/* line 703, ../scss/partials/design/_design.scss */
footer .feature-1 article {
  padding: 0;
  background-color: transparent !important;
}
/* line 707, ../scss/partials/design/_design.scss */
footer .feature-1 article h3, footer .feature-1 article p {
  color: white;
}
/* line 711, ../scss/partials/design/_design.scss */
footer .feature-1 .int-link a {
  color: white;
}
/* line 715, ../scss/partials/design/_design.scss */
footer .nav-footer {
  background-color: #026187;
  padding: 25px 0;
  border-top: solid 2px white;
}
/* line 719, ../scss/partials/design/_design.scss */
footer .nav-footer .foot-site-nav {
  margin-bottom: 30px;
}
@media (min-width: 59.375em) {
  /* line 719, ../scss/partials/design/_design.scss */
  footer .nav-footer .foot-site-nav {
    margin-bottom: 0;
  }
}
@media (min-width: 59.375em) {
  /* line 725, ../scss/partials/design/_design.scss */
  footer .nav-footer .foot-site-nav li {
    margin-bottom: 25px;
  }
}
@media (min-width: 59.375em) {
  /* line 725, ../scss/partials/design/_design.scss */
  footer .nav-footer .foot-site-nav li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: 50px;
  }
  /* line 733, ../scss/partials/design/_design.scss */
  footer .nav-footer .foot-site-nav li:last-child {
    margin-right: 0;
  }
}
/* line 738, ../scss/partials/design/_design.scss */
footer .nav-footer .foot-site-nav li a {
  font-family: 'Gotham Medium';
  font-size: 17.6px;
  font-size: 1.1rem;
  color: #fbd138;
  text-decoration: none;
}
/* line 743, ../scss/partials/design/_design.scss */
footer .nav-footer .foot-site-nav li a:hover {
  text-decoration: underline;
}
/* line 750, ../scss/partials/design/_design.scss */
footer .nav-footer .foot-social-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 25px;
}
/* line 754, ../scss/partials/design/_design.scss */
footer .nav-footer .foot-social-nav li:last-child {
  margin-right: 0;
}
@media (min-width: 30.0625em) {
  /* line 750, ../scss/partials/design/_design.scss */
  footer .nav-footer .foot-social-nav li {
    margin-right: 60px;
  }
}
/* line 761, ../scss/partials/design/_design.scss */
footer .nav-footer .foot-social-nav a {
  display: block;
}
/* line 764, ../scss/partials/design/_design.scss */
footer .nav-footer .foot-social-nav .social-1 a {
  height: 19px;
  width: 24px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -866px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  footer .nav-footer .foot-social-nav .social-1 a {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -755px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}
/* line 767, ../scss/partials/design/_design.scss */
footer .nav-footer .foot-social-nav .social-2 a {
  height: 19px;
  width: 20px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -789px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  footer .nav-footer .foot-social-nav .social-2 a {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -693px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}
/* line 770, ../scss/partials/design/_design.scss */
footer .nav-footer .foot-social-nav .social-3 a {
  height: 9px;
  width: 20px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -818px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  footer .nav-footer .foot-social-nav .social-3 a {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -717px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}
/* line 773, ../scss/partials/design/_design.scss */
footer .nav-footer .foot-social-nav .social-4 a {
  height: 15px;
  width: 40px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -895px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  footer .nav-footer .foot-social-nav .social-4 a {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -779px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}
/* line 776, ../scss/partials/design/_design.scss */
footer .nav-footer .foot-social-nav .social-5 a {
  height: 19px;
  width: 19px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -837px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  footer .nav-footer .foot-social-nav .social-5 a {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -731px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}
/* line 779, ../scss/partials/design/_design.scss */
footer .nav-footer .foot-social-nav .social-6 a {
  height: 19px;
  width: 16px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -645px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  footer .nav-footer .foot-social-nav .social-6 a {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -574px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}
/* line 784, ../scss/partials/design/_design.scss */
footer .nav-legal {
  background-color: #014b64;
  padding: 15px 0;
  clear: both;
  border-top: solid 2px white;
}
/* line 789, ../scss/partials/design/_design.scss */
footer .nav-legal li {
  font-family: 'Gotham Medium';
  font-size: 13px;
  font-size: 0.8125rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
}
/* line 794, ../scss/partials/design/_design.scss */
footer .nav-legal li:last-child {
  margin-right: 0;
}
@media (min-width: 30.0625em) {
  /* line 789, ../scss/partials/design/_design.scss */
  footer .nav-legal li {
    margin-right: 25px;
  }
}
/* line 801, ../scss/partials/design/_design.scss */
footer .nav-legal li a {
  color: white;
  text-decoration: none;
}
/* line 804, ../scss/partials/design/_design.scss */
footer .nav-legal li a:hover {
  text-decoration: underline;
}
/* line 809, ../scss/partials/design/_design.scss */
footer .nav-legal .legal-1 {
  margin-top: -6px;
}
/* line 811, ../scss/partials/design/_design.scss */
footer .nav-legal .legal-1 a {
  height: 15px;
  width: 140px;
  background-image: url('../img/sprites-sf71e29baeb.png');
  background-position: 0 -920px;
  background-repeat: no-repeat;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  /* line 45, ../scss/partials/global/_retina-sprites.scss */
  footer .nav-legal .legal-1 a {
    background-image: url('../img/sprites-retina-sb5b0787b26.png');
    background-position: 0 -799px;
    -webkit-background-size: 164px auto;
    -moz-background-size: 164px auto;
    -o-background-size: 164px auto;
    background-size: 164px auto;
  }
}
/* line 817, ../scss/partials/design/_design.scss */
footer .back-top {
  border-top: solid 2px white;
  background-color: #014b64;
  padding: 10px 10px 10px 0;
  display: none;
}
/* line 822, ../scss/partials/design/_design.scss */
footer .back-top p {
  font-family: 'Gotham Bold';
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 826, ../scss/partials/design/_design.scss */
footer .back-top p a {
  text-decoration: none;
  color: white;
}

/* line 838, ../scss/partials/design/_design.scss */
.featured-content {
  margin-top: 20px;
}
@media (min-width: 30.0625em) {
  /* line 838, ../scss/partials/design/_design.scss */
  .featured-content {
    margin-top: 0;
  }
}
@media (min-width: 30.0625em) {
  /* line 838, ../scss/partials/design/_design.scss */
  .featured-content {
    width: 80%;
    padding-bottom: 20px;
  }
}
@media (min-width: 59.375em) {
  /* line 838, ../scss/partials/design/_design.scss */
  .featured-content {
    width: 530px;
  }
}
/* line 854, ../scss/partials/design/_design.scss */
.featured-content li {
  margin-bottom: 2px;
  padding: 25px 55px 0 125px;
  min-height: 80px;
  position: relative;
  cursor: pointer;
}
/* line 860, ../scss/partials/design/_design.scss */
.featured-content li a {
  width: 100%;
  display: block;
  color: white;
  text-decoration: none;
  font-family: 'Gotham Bold';
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 30.0625em) {
  /* line 867, ../scss/partials/design/_design.scss */
  .featured-content li a:hover {
    text-decoration: underline;
  }
}
/* line 876, ../scss/partials/design/_design.scss */
.featured-content li a span.plus {
  position: absolute;
  top: 29px;
  right: 25px;
}
/* line 881, ../scss/partials/design/_design.scss */
.featured-content li a span.break {
  display: block;
}
/* line 887, ../scss/partials/design/_design.scss */
.featured-content .feat-content {
  display: none;
  padding-bottom: 25px;
}

/*
 * Creating new classes for home and guide-to-reform (gtr) pages
 * Presumably/initially for the background hero images....
 */
body.home-hero-image #hero {
  background: url('../img/backgrounds/home.jpg?1413392949') no-repeat 50% top;
}
body.gtr-hero-image #hero {
  background: url('../img/backgrounds/guide-to-reform.jpg?1413392949') no-repeat 31% top;
}

/* line 898, ../scss/partials/design/_design.scss */
body.home #hero {
  padding-bottom: 0;
  -webkit-background-size: auto 150px;
  -moz-background-size: auto 150px;
  -o-background-size: auto 150px;
  background-size: auto 150px;
  min-height: 150px;
}
/* line 899, ../scss/partials/design/_design.scss */
body.home #hero h2 {
  position: relative;
}
@media (min-width: 30.0625em) {
  /* line 899, ../scss/partials/design/_design.scss */
  body.home #hero h2 {
    bottom: auto;
  }
}
/* line 906, ../scss/partials/design/_design.scss */
body.home #hero .lead,
body.guide-to-reform #hero .lead {
  font-family: 'Gotham Black';
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  display: none;
  line-height: 1.4em;
}
@media (min-width: 59.375em) {
  /* line 906, ../scss/partials/design/_design.scss */
  body.home #hero .lead,
  body.guide-to-reform #hero .lead {
    display: block;
  }
}
@media (min-width: 30.0625em) {
  /* line 898, ../scss/partials/design/_design.scss */
  body.home #hero {
    -webkit-background-size: auto 200px;
    -moz-background-size: auto 200px;
    -o-background-size: auto 200px;
    background-size: auto 200px;
    background-position: 54% top;
    min-height: 200px;
  }
}
@media (min-width: 42.5em) {
  /* line 898, ../scss/partials/design/_design.scss */
  body.home #hero {
    background-position: 58% top;
  }
}
@media (min-width: 59.375em) {
  /* line 898, ../scss/partials/design/_design.scss */
  body.home #hero {
    height: 405px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
/* line 936, ../scss/partials/design/_design.scss */
body.home .article-2, body.home .article-4, body.home .article-6 {
  background-color: #eae6e0;
}
/* line 939, ../scss/partials/design/_design.scss */
body.home .phone-number {
  font-size: 28.8px;
  font-size: 1.8rem;
  display: block;
}
/* line 943, ../scss/partials/design/_design.scss */
body.home .feature-1 {
  display: none;
}
/* line 946, ../scss/partials/design/_design.scss */
body.home .feature-1.chinese {
  display: block;
  background-color: #237da7;
}
/* line 949, ../scss/partials/design/_design.scss */
body.home .feature-1.chinese h3, body.home .feature-1.chinese p {
  color: white;
}
/* line 953, ../scss/partials/design/_design.scss */
body.home .feature-1 .int-link a {
  color: white;
}

/* line 964, ../scss/partials/design/_design.scss */
body.guide-to-reform #hero {
  -webkit-background-size: auto 150px;
  -moz-background-size: auto 150px;
  -o-background-size: auto 150px;
  background-size: auto 150px;
  min-height: 150px;
}
@media (min-width: 30.0625em) {
  /* line 964, ../scss/partials/design/_design.scss */
  body.guide-to-reform #hero {
    -webkit-background-size: auto 200px;
    -moz-background-size: auto 200px;
    -o-background-size: auto 200px;
    background-size: auto 200px;
    background-position: 29% top;
    min-height: 200px;
  }
}
@media (min-width: 42.5em) {
  /* line 964, ../scss/partials/design/_design.scss */
  body.guide-to-reform #hero {
    background-position: 30% top;
  }
}
@media (min-width: 59.375em) {
  /* line 964, ../scss/partials/design/_design.scss */
  body.guide-to-reform #hero {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 41% top;
    min-height: 405px;
  }
}
/* line 984, ../scss/partials/design/_design.scss */
body.guide-to-reform .reform-wrap {
  padding-top: 25px;
}
/* line 991, ../scss/partials/design/_design.scss */
body.guide-to-reform .content-wrap {
  display: none;
}
/* line 996, ../scss/partials/design/_design.scss */
body.guide-to-reform section article.odd {
  background-color: #eae6e0;
}
/* line 1000, ../scss/partials/design/_design.scss */
body.guide-to-reform section article.even {
  background-color: white;
}
/* line 1004, ../scss/partials/design/_design.scss */
body.guide-to-reform section .section-head {
  overflow: hidden;
}
/* line 1006, ../scss/partials/design/_design.scss */
body.guide-to-reform section .section-head a {
  overflow: hidden;
}
/* line 1011, ../scss/partials/design/_design.scss */
body.guide-to-reform .subhead {
  padding-top: 8px;
  margin-bottom: 10px;
}
/* line 1015, ../scss/partials/design/_design.scss */
body.guide-to-reform .subhead.no-hr {
  border-top: 0;
}
/* line 1028, ../scss/partials/design/_design.scss */
body.guide-to-reform .not-selected h2 {
  background-color: white;
  border: solid 2px #627e3f;
}
/* line 1031, ../scss/partials/design/_design.scss */
body.guide-to-reform .not-selected h2 a {
  color: #627e3f;
}
/* line 1058, ../scss/partials/design/_design.scss */
body.guide-to-reform .not-selected:last-child {
  padding-bottom: 35px;
}
/* line 1063, ../scss/partials/design/_design.scss */
body.guide-to-reform #insured-1 .article-4 .featured-1, body.guide-to-reform #insured-2 .article-3 .featured-1, body.guide-to-reform #insured-3 .article-3 .featured-1 {
  background: url('../img/infographic/healthcare-basics.png?1413392949') no-repeat 0 0;
}
/* line 1068, ../scss/partials/design/_design.scss */
body.guide-to-reform #insured-1 .article-4 .featured-2, body.guide-to-reform #insured-2 .article-3 .featured-2, body.guide-to-reform #insured-3 .article-3 .featured-2 {
  background: url('../img/infographic/our-glossary.png?1413392949') no-repeat 0 0;
}
/* line 1072, ../scss/partials/design/_design.scss */
body.guide-to-reform .insured-3 {
  padding-bottom: 25px;
}
/* line 1074, ../scss/partials/design/_design.scss */
body.guide-to-reform .insured-3.selected {
  padding-bottom: 0;
}
/* line 1077, ../scss/partials/design/_design.scss */
body.guide-to-reform .insured-3 .article-3 {
  padding-bottom: 25px;
}

/* line 1085, ../scss/partials/design/_design.scss */
.reform-active {
  background-color: #eae6e0;
}

/* line 1094, ../scss/partials/design/_design.scss */
body.understanding-hc #hero {
  background: url('../img/backgrounds/understanding-hc.jpg?1413392949') no-repeat 55% top;
  -webkit-background-size: auto 150px;
  -moz-background-size: auto 150px;
  -o-background-size: auto 150px;
  background-size: auto 150px;
  min-height: 150px;
}
@media (min-width: 30.0625em) {
  /* line 1094, ../scss/partials/design/_design.scss */
  body.understanding-hc #hero {
    -webkit-background-size: auto 250px;
    -moz-background-size: auto 250px;
    -o-background-size: auto 250px;
    background-size: auto 250px;
    background-position: 51% top;
    min-height: 200px;
  }
}
@media (min-width: 42.5em) {
  /* line 1094, ../scss/partials/design/_design.scss */
  body.understanding-hc #hero {
    background-position: 55% top;
  }
}
@media (min-width: 59.375em) {
  /* line 1094, ../scss/partials/design/_design.scss */
  body.understanding-hc #hero {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 65% top;
    min-height: 405px;
  }
}
/* line 1114, ../scss/partials/design/_design.scss */
body.understanding-hc .article-2, body.understanding-hc .article-4 {
  background-color: #eae6e0;
}
/* Added manually 2015-03-29 */
body.home .article-5 {
  background-color: white;
}
/* line 1117, ../scss/partials/design/_design.scss */
body.understanding-hc .article-6 {
  background-color: #d8ebf1;
}

/* line 1127, ../scss/partials/design/_design.scss */
body.news-notes #hero {
  background: url('../img/backgrounds/news-notes.jpg?1413392949') no-repeat 63% top;
  -webkit-background-size: auto 150px;
  -moz-background-size: auto 150px;
  -o-background-size: auto 150px;
  background-size: auto 150px;
  min-height: 150px;
}
@media (min-width: 30.0625em) {
  /* line 1127, ../scss/partials/design/_design.scss */
  body.news-notes #hero {
    -webkit-background-size: auto 250px;
    -moz-background-size: auto 250px;
    -o-background-size: auto 250px;
    background-size: auto 250px;
    background-position: 56% top;
    min-height: 200px;
  }
}
@media (min-width: 42.5em) {
  /* line 1127, ../scss/partials/design/_design.scss */
  body.news-notes #hero {
    background-position: 48% top;
  }
}
@media (min-width: 59.375em) {
  /* line 1127, ../scss/partials/design/_design.scss */
  body.news-notes #hero {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 51% top;
    min-height: 405px;
  }
}
/* line 1148, ../scss/partials/design/_design.scss */
body.news-notes article.even {
  background-color: #eae6e0;
}
/* line 1152, ../scss/partials/design/_design.scss */
body.news-notes article .callout h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3em;
}
@media (min-width: 30.0625em) {
  /* line 1152, ../scss/partials/design/_design.scss */
  body.news-notes article .callout h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 1164, ../scss/partials/design/_design.scss */
body.news-notes .questions li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 1169, ../scss/partials/design/_design.scss */
body.news-notes .questions a {
  color: #627e3f;
}
/* line 1173, ../scss/partials/design/_design.scss */
body.news-notes .heading {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Gotham Black';
  margin-bottom: 5px;
}
/* line 1179, ../scss/partials/design/_design.scss */
body.news-notes .article-1 .callout h3 {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.4em;
  font-family: 'Gotham Book';
  color: #666666;
  margin-bottom: 0;
}
/* line 1186, ../scss/partials/design/_design.scss */
body.news-notes .article-1 .callout p {
  font-size: 19.2px;
  font-size: 1.2rem;
}

/* line 1197, ../scss/partials/design/_design.scss */
body.glossary #hero {
  background: url('../img/backgrounds/glossary.jpg?1413392949') no-repeat 10% top;
  -webkit-background-size: auto 150px;
  -moz-background-size: auto 150px;
  -o-background-size: auto 150px;
  background-size: auto 150px;
  min-height: 150px;
}
@media (min-width: 30.0625em) {
  /* line 1197, ../scss/partials/design/_design.scss */
  body.glossary #hero {
    -webkit-background-size: auto 200px;
    -moz-background-size: auto 200px;
    -o-background-size: auto 200px;
    background-size: auto 200px;
    background-position: 10% 10%;
    min-height: 200px;
  }
}
@media (min-width: 42.5em) {
  /* line 1197, ../scss/partials/design/_design.scss */
  body.glossary #hero {
    -webkit-background-size: auto 280px;
    -moz-background-size: auto 280px;
    -o-background-size: auto 280px;
    background-size: auto 280px;
    background-position: 10% 70%;
  }
}
@media (min-width: 59.375em) {
  /* line 1197, ../scss/partials/design/_design.scss */
  body.glossary #hero {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 10% top;
    min-height: 405px;
  }
}
/* line 1219, ../scss/partials/design/_design.scss */
body.glossary article.even {
  background-color: #eae6e0;
}
/* line 1222, ../scss/partials/design/_design.scss */
body.glossary article h4 {
  margin: 20px 0 5px;
}
/* line 1226, ../scss/partials/design/_design.scss */
body.glossary .article-2 {
  background-color: #eae6e0;
}
/* line 1230, ../scss/partials/design/_design.scss */
body.glossary .alphabet li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-bottom: 5px;
  width: 35px;
  margin-right: 5px;
}
/* line 1236, ../scss/partials/design/_design.scss */
body.glossary .alphabet li:last-child {
  margin-right: 0;
}
/* line 1239, ../scss/partials/design/_design.scss */
body.glossary .alphabet li a {
  background-color: #666666;
  padding: 5px 10px;
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 59.375em) {
  /* line 1247, ../scss/partials/design/_design.scss */
  body.glossary .alphabet li a:hover {
    text-decoration: underline;
  }
}
/* line 1252, ../scss/partials/design/_design.scss */
body.glossary .alphabet li a.active {
  background-color: #627e3f;
}

/* line 1265, ../scss/partials/design/_design.scss */
body.obama-announcement #hero {
  background: url('../img/backgrounds/obama-announcement.jpg?1413392949') no-repeat 30% top;
  -webkit-background-size: auto 230px;
  -moz-background-size: auto 230px;
  -o-background-size: auto 230px;
  background-size: auto 230px;
  min-height: 230px;
}
@media (min-width: 30.0625em) {
  /* line 1265, ../scss/partials/design/_design.scss */
  body.obama-announcement #hero {
    -webkit-background-size: auto 230px;
    -moz-background-size: auto 230px;
    -o-background-size: auto 230px;
    background-size: auto 230px;
    background-position: 10% 10%;
    min-height: 230px;
  }
}
@media (min-width: 42.5em) {
  /* line 1265, ../scss/partials/design/_design.scss */
  body.obama-announcement #hero {
    -webkit-background-size: auto 280px;
    -moz-background-size: auto 280px;
    -o-background-size: auto 280px;
    background-size: auto 280px;
    background-position: 10% 70%;
  }
}
@media (min-width: 59.375em) {
  /* line 1265, ../scss/partials/design/_design.scss */
  body.obama-announcement #hero {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 10% top;
    min-height: 405px;
  }
}
/* line 1288, ../scss/partials/design/_design.scss */
body.obama-announcement .content-drawer-wrap {
  margin-bottom: 40px;
}
/* line 1293, ../scss/partials/design/_design.scss */
body.obama-announcement .content ul {
  margin-bottom: 40px;
}
/* line 1296, ../scss/partials/design/_design.scss */
body.obama-announcement .content li {
  margin-bottom: 20px;
}
/* line 1301, ../scss/partials/design/_design.scss */
body.obama-announcement .content-wrap {
  display: none;
}
/* line 1306, ../scss/partials/design/_design.scss */
body.obama-announcement .selected h2 {
  background-color: white;
  border: solid 2px #627e3f;
}
/* line 1309, ../scss/partials/design/_design.scss */
body.obama-announcement .selected h2 a {
  color: #627e3f;
}

/* line 1325, ../scss/partials/design/_design.scss */
.featured-content-1 {
  background-color: #d8ebf1 !important;
}
/* line 1329, ../scss/partials/design/_design.scss */
.featured-content-1 .content h4 {
  margin-bottom: 25px;
}
/* line 1332, ../scss/partials/design/_design.scss */
.featured-content-1 .content strong {
  font-family: 'Gotham Bold';
  font-style: italic;
}

/* line 1346, ../scss/partials/design/_design.scss */
html.no-textshadow #hero h2, html.no-textshadow #hero h3 {
  color: white !important;
}

/* line 1355, ../scss/partials/design/_design.scss */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 30em) {
  /* line 1359, ../scss/partials/design/_design.scss */
  table .title {
    display: none;
  }
}
/* line 1364, ../scss/partials/design/_design.scss */
table th {
  text-align: left;
  color: #666666;
  font-family: 'Gotham Book';
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 30em) {
  /* line 1364, ../scss/partials/design/_design.scss */
  table th {
    display: block;
    margin-top: 15px;
  }
  /* line 1372, ../scss/partials/design/_design.scss */
  table th:after {
    content: ":";
  }
}
/* line 1377, ../scss/partials/design/_design.scss */
table td {
  display: block;
  color: #666666;
  font-family: 'Gotham Book';
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 30em) {
  /* line 1377, ../scss/partials/design/_design.scss */
  table td {
    display: block;
  }
}
@media (max-width: 30em) {
  /* line 1386, ../scss/partials/design/_design.scss */
  table td a {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
