@charset "UTF-8";
@font-face {
  font-family: pictonic;
  src: url("../font/pictonic.eot");
  src: url("../font/pictonic.eot?#iefix") format("embedded-opentype"), url("../font/pictonic.ttf") format("truetype"), url("../font/pictonic.woff") format("woff"), url("../font/pictonic.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: middle; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  *overflow: visible;
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="button"],
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
  display: block;
  padding: 0;
  margin: 0; }

input,
input[type="button"],
input[type="search"] {
  -webkit-appearance: none;
  white-space: pre;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

html {
  font-size: 100%;
  height: 100%; }

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/diagonal.png) repeat #cdcac3; }
  @media only screen and (max-width: 970px) {
    body {
      background: #08467f; } }

.no-scroll {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.responsive-web {
  font-size: .625em;
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #776d59;
  min-height: 100%;
  /* _typography.scss */
  /* _bases.scss */
  /* UTILITY CLASSES */
  /* _tooltips.scss */
  /* _pagination.scss */
  /* assuming the first pagination indicator is always prev */
  /* assuming the last pagination indicator is always next */
  /* Pagination Overwrite Styles */
  /* Magnific Popup CSS */
  /* Main image in popup */
  /* The shadow behind the image */
  /*@import "partials/responsive-menu";*/
  /*
   * Lean Slider v1.0
   * http://dev7studios.com/lean-slider
   *
   * Copyright 2012, Dev7studios
   * Free to use and abuse under the MIT license.
   * http://www.opensource.org/licenses/mit-license.php
   */
  /* List Styles Within Main Content */
  /* Landing Page Highlights */
  /* Affiliate Styles */
  /* Expandy List */
  /* Teens Expandy*/
  /* Sub Section Styles */
  /* _sidebar.scss */
  /* Sidebar Drop Shadow */
  /* Health Info & Services */
  /* Glossary */
  /* _tabs.scss */
  /* Tab and List Alphabet Styles */
  /* Teens Sub Section */
  /* Article Inset */
  /* Newsroom */
  /* Search Results Styles */
  /* Tabs */
  /* Search Results Center Details */
  /* ~~~~~ Headers ~~~~~ */
  /* Footer */
  /* _promobanner.scss */
  /* ~~~~~ Promo Banner ~~~~~ */
  /* Phone */
  /* footer social links wrap */ }
  @media only screen and (max-width: 970px) {
    .responsive-web {
      background: none;
      font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
      color: #4C4C4C; } }
  .responsive-web h1, .responsive-web h2, .responsive-web h3, .responsive-web h4, .responsive-web h5, .responsive-web h6 {
    color: #000;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    @media only screen and (max-width: 970px) {
      .responsive-web h1, .responsive-web h2, .responsive-web h3, .responsive-web h4, .responsive-web h5, .responsive-web h6 {
        font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
        line-height: 1.2; } }
  .responsive-web .heading,
  .responsive-web h1 {
    font-size: 3.6em;
    color: #08467f;
    font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
    margin-bottom: .5em; }
    @media only screen and (max-width: 970px) {
      .responsive-web .heading,
      .responsive-web h1 {
        color: #0064B8;
        font-size: 2.3em; } }
  .responsive-web h2 {
    font-size: 2.8em; }
    @media only screen and (max-width: 970px) {
      .responsive-web h2 {
        color: #50B5CF;
        font-size: 2.1em; } }
  .responsive-web h3 {
    font-size: 2em;
    margin-bottom: 5px; }
    @media only screen and (max-width: 970px) {
      .responsive-web h3 {
        font-size: 2.1em; } }
  .responsive-web h4 {
    font-size: 1.6em; }
    @media only screen and (max-width: 970px) {
      .responsive-web h4 {
        font-size: 2.1em; } }
  .responsive-web h5 {
    font-size: 1.4em; }
    @media only screen and (max-width: 970px) {
      .responsive-web h5 {
        font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif;
        font-weight: bold;
        margin-bottom: 8px; } }
  .responsive-web h6 {
    font-size: 1.2em; }
  .responsive-web .affiliate.sub-section #content h3 {
    color: #0064B8;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .responsive-web #main-content .highlight h2 {
    font-size: 2em; }
    .responsive-web #main-content .highlight h2 a {
      color: #000; }
  .responsive-web #main-content .feat h1 {
    font-size: 2.8em; }
  .responsive-web .affiliate h2 {
    font-size: 1.8em; }
    .responsive-web .affiliate h2 a {
      color: #000; }
  .responsive-web .light {
    font-family: "HelveticaNeueW01-47LtCn 692686", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 200; }
    .responsive-web .light span {
      font-family: "HelveticaNeueW01-77BdCn 692722", Arial, Helvetica, sans-serif; }
  .responsive-web .title {
    margin: 0;
    color: #08467f;
    font-family: "arial narrow", arial, helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    font-weight: bold;
    border-top: 3px solid #63bdd6;
    border-bottom: 1px solid #e7e6e3; }
  .responsive-web .more-pages .title {
    text-transform: uppercase;
    border: none; }
  .responsive-web #main-section .title {
    padding: 0.5em 0;
    line-height: 30px;
    font-size: 2.8em; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-section .title {
        padding-top: 0; } }
  .responsive-web .blue, .responsive-web .blue a {
    color: #08467f !important; }
  .responsive-web .orange, .responsive-web .orange a {
    color: #e96d08 !important; }
  .responsive-web .black, .responsive-web .black a {
    color: black !important; }
  .responsive-web .subtitle {
    color: #63bdd6;
    font-weight: bolder;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
    margin-bottom: 15px;
    padding: 0; }
  .responsive-web p {
    font-size: 1.4em;
    line-height: 1.45;
    font-family: arial, helvetica, sans-serif;
    margin-bottom: 10px; }
    @media only screen and (max-width: 970px) {
      .responsive-web p {
        color: #4C4C4C;
        font-size: 1.5em;
        font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
        line-height: 1.3;
        margin-bottom: 20px;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased; } }
  .responsive-web strong {
    font-weight: bold !important; }
    @media only screen and (max-width: 970px) {
      .responsive-web strong {
        font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif; } }
  @media only screen and (max-width: 970px) {
    .responsive-web header h1 {
      font-size: 2.8em; } }
  .responsive-web .home .lean-slider {
    position: static; }
  .responsive-web label {
    font-size: 1.4em;
    font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "HelveticaNeueW01-47LtCn 692686", Arial, Helvetica, sans-serif;
    font-weight: 200; }
  .responsive-web img {
    /* Responsive images (ensure images don't scale beyond their parents) */
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    width: auto\9;
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic; }
    .responsive-web img.border-bot {
      padding-bottom: 20px;
      border-bottom: 1px solid #e7e6e3; }
  .responsive-web .header-img {
    width: 670px;
    height: 216px; }
  .responsive-web .image-right + p,
  .responsive-web .image-left + p {
    overflow: hidden; }
  .responsive-web .videoWrapper, .responsive-web #main-content section article#main-section div.videoWrapper, .responsive-web .sub-section #main-content div.videoWrapper {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
    height: 0;
    float: none;
    display: block;
    overflow: hidden; }
    .responsive-web .videoWrapper iframe, .responsive-web #main-content section article#main-section div.videoWrapper iframe, .responsive-web .sub-section #main-content div.videoWrapper iframe,
    .responsive-web .videoWrapper .issuuembed,
    .responsive-web #main-content section article#main-section div.videoWrapper .issuuembed,
    .responsive-web .sub-section #main-content div.videoWrapper .issuuembed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .responsive-web .videoWrapper img, .responsive-web #main-content section article#main-section div.videoWrapper img, .responsive-web .sub-section #main-content div.videoWrapper img {
      position: absolute;
      display: block;
      max-width: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .responsive-web .videoWrapper .issuuembed:after, .responsive-web #main-content section article#main-section div.videoWrapper .issuuembed:after, .responsive-web .sub-section #main-content div.videoWrapper .issuuembed:after, .responsive-web .videoWrapper.img:after, .responsive-web #main-content section article#main-section div.img.videoWrapper:after, .responsive-web .sub-section #main-content div.img.videoWrapper:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: inline-block;
      vertical-align: middle;
      width: 48px;
      height: 48px;
      cursor: pointer; }
    .responsive-web .videoWrapper .issuuembed:after, .responsive-web #main-content section article#main-section div.videoWrapper .issuuembed:after, .responsive-web .sub-section #main-content div.videoWrapper .issuuembed:after {
      background-image: url("../images/overlays/open-book.png");
      z-index: 1; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .responsive-web .videoWrapper .issuuembed:after, .responsive-web #main-content section article#main-section div.videoWrapper .issuuembed:after, .responsive-web .sub-section #main-content div.videoWrapper .issuuembed:after {
          background-image: url("../images/overlays/open-book@2x.png");
          background-size: 48px 48px; } }
    .responsive-web .videoWrapper.img:after, .responsive-web #main-content section article#main-section div.img.videoWrapper:after, .responsive-web .sub-section #main-content div.img.videoWrapper:after {
      background-image: url("../images/overlays/video-overlay.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .responsive-web .videoWrapper.img:after, .responsive-web #main-content section article#main-section div.img.videoWrapper:after, .responsive-web .sub-section #main-content div.img.videoWrapper:after {
          background-image: url("../images/overlays/video-overlay@2x.png");
          background-size: 48px 48px; } }
  .responsive-web .sub-section .videoWrapper, .responsive-web .sub-section #main-content section article#main-section div.videoWrapper, .responsive-web #main-content section article#main-section .sub-section div.videoWrapper, .responsive-web .sub-section #main-content div.videoWrapper {
    margin-bottom: 20px; }
    .responsive-web .sub-section .videoWrapper.issuu, .responsive-web .sub-section #main-content section article#main-section div.issuu.videoWrapper, .responsive-web #main-content section article#main-section .sub-section div.issuu.videoWrapper, .responsive-web .sub-section #main-content div.issuu.videoWrapper {
      margin-bottom: 2px; }
  .responsive-web header .videoWrapper, .responsive-web header #main-content section article#main-section div.videoWrapper, .responsive-web #main-content section article#main-section header div.videoWrapper, .responsive-web header .sub-section #main-content div.videoWrapper, .responsive-web .sub-section #main-content header div.videoWrapper {
    margin-bottom: 0 !important; }
  .responsive-web .videoWrapper + p, .responsive-web #main-content section article#main-section div.videoWrapper + p, .responsive-web .sub-section #main-content div.videoWrapper + p {
    margin-top: 8px; }
  .responsive-web form a {
    color: #fff;
    font-size: 1.2em;
    display: block;
    margin-top: 12px; }
  .responsive-web form select {
    border: 1px solid #38678f;
    background-color: #fff;
    font-size: 1.1em;
    color: #605a52;
    width: 70px;
    display: inline-block;
    margin-right: 8px; }
  .responsive-web .go-btn {
    padding: 3px 6px;
    display: inline-block;
    background: #e96d08;
    border: 1px solid #ccc;
    color: #fff;
    font-family: "HelveticaNeueW01-77BdCn 692722", Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased; }
  .responsive-web div.item ul li:before,
  .responsive-web ul.list li:before {
    content: '\00bb';
    color: #f89527;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1; }
    @media only screen and (max-width: 970px) {
      .responsive-web div.item ul li:before,
      .responsive-web ul.list li:before {
        content: "• ";
        color: #0064B8; } }
  .responsive-web ul.list.padded {
    margin: 0 0 0 10px; }
    @media only screen and (max-width: 970px) {
      .responsive-web ul.list.padded {
        margin: 0; } }
  .responsive-web ul.list.spaced li {
    margin: 15px 0 !important; }
  .responsive-web ul.list li {
    font-size: 1.25em;
    position: relative;
    padding-left: 12px;
    line-height: 18px;
    margin-bottom: 3px; }
    .responsive-web ul.list li a {
      display: block; }
    .responsive-web ul.list li:before {
      line-height: 18px;
      font-weight: bold; }
  .responsive-web ul.list-square li:before {
    font-size: 7px; }
  .responsive-web ul.list-square li:before,
  .responsive-web .jobs ul.list-square li:before,
  .responsive-web #main-content .more-pages ul > li > ul > li:before {
    content: "■ ";
    position: absolute;
    left: 0;
    color: #dbdad5; }
    @media only screen and (max-width: 970px) {
      .responsive-web ul.list-square li:before,
      .responsive-web .jobs ul.list-square li:before,
      .responsive-web #main-content .more-pages ul > li > ul > li:before {
        content: "• ";
        font-size: 0.8em;
        color: #0064B8; } }
  .responsive-web ol {
    list-style-type: decimal;
    padding: 0 0 0 40px; }
  .responsive-web ul.three-columns {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    margin-bottom: 10px; }
    .responsive-web ul.three-columns.border {
      -moz-column-rule: 1px solid #e7e6e3;
      -webkit-column-rule: 1px solid #e7e6e3;
      column-rule: 1px solid #e7e6e3; }
    @media only screen and (max-width: 970px) {
      .responsive-web ul.three-columns {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
        -moz-column-rule: none;
        -webkit-column-rule: none;
        column-rule: none;
        margin-bottom: 0;
        line-height: 19.5px; }
        .responsive-web ul.three-columns li {
          padding: 0;
          margin: 0;
          line-height: 1;
          display: block; } }
  .responsive-web #main-content .more-pages ul > li > ul > li:before {
    line-height: 16px;
    font-size: 6px; }
  .responsive-web select {
    font-size: 1.2em; }
  .responsive-web a {
    color: #08467f;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .responsive-web a:hover {
      color: #01344D; }
    @media only screen and (max-width: 970px) {
      .responsive-web a {
        color: #0064B8; }
        .responsive-web a:hover {
          color: #00427D; } }
  .responsive-web .teens a {
    color: #663399; }
    .responsive-web .teens a:hover {
      color: #a385c2; }
  .responsive-web .container {
    max-width: 970px;
    margin: 0 auto 25px;
    background: white;
    -webkit-box-shadow: 0px 0px 20px #666;
    -moz-box-shadow: 0px 0px 20px #666;
    -o-box-shadow: 0px 0px 20px #666;
    -ms-box-shadow: 0px 0px 20px #666;
    box-shadow: 0px 0px 20px #666; }
  .responsive-web #content {
    clear: both;
    background-color: #fff;
    z-index: 1; }
  .responsive-web #main-nav {
    background: #e96d08;
    /* #e96d08 */
    background: rgba(233, 109, 8, 0.8);
    padding-left: 25px;
    margin-bottom: 30px;
    width: 705px;
    position: relative;
    word-spacing: -4px; }
  .responsive-web .full-width #main-nav,
  .responsive-web .home #main-nav {
    margin-bottom: 0;
    /*position:absolute;*/ }
  .responsive-web .full-width #main-nav,
  .responsive-web .other-ways #main-nav {
    width: auto; }
  .responsive-web #main-nav ul li {
    font-family: "HelveticaNeueW01-57Cn", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: bold;
    font-size: 1.8em;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    word-spacing: 0; }
  .responsive-web #main-nav ul li.active {
    background-color: white; }
  .responsive-web #main-nav ul li.active a {
    color: #e57417;
    /* Fallback */
    color: rgba(229, 116, 23, 0.8); }
  .responsive-web #main-nav ul li.active.dropdown-two:hover a {
    color: white; }
  .responsive-web #main-nav ul > li {
    padding: 10px 0; }
  .responsive-web #main-nav ul li a {
    color: #fff;
    padding: 11.5px 20px; }
  .responsive-web #main-nav ul li.dropdown-two:hover {
    background: #358cb3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #43b2d7 0%, #358cb3 5%, #358cb3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43b2d7), color-stop(5%, #358cb3), color-stop(100%, #358cb3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #43b2d7 0%, #358cb3 5%, #358cb3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #43b2d7 0%, #358cb3 5%, #358cb3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #43b2d7 0%, #358cb3 5%, #358cb3 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #43b2d7 0%, #358cb3 5%, #358cb3 100%);
    /* W3C */
    -webkit-box-shadow: inset 0px 0px 10px #057CAF;
    -moz-box-shadow: inset 0px 0px 10px #057CAF;
    -o-box-shadow: inset 0px 0px 10px #057CAF;
    -ms-box-shadow: inset 0px 0px 10px #057CAF;
    box-shadow: inset 0px 0px 10px #057CAF;
    position: relative; }
  .responsive-web #main-nav ul li.dropdown-two:hover > a:before,
  .responsive-web #main-nav ul li.dropdown-two:hover > a:after {
    content: '';
    position: absolute;
    height: 42px;
    width: 99.141630901288%; }
  .responsive-web #main-nav ul li.dropdown-two:hover > a:before {
    border: 1px solid rgba(67, 178, 215, 0.25);
    top: 1px;
    left: 0; }
  .responsive-web #main-nav ul li.dropdown-two:hover > a:after {
    border: 1px solid rgba(5, 124, 175, 0.8);
    top: 0;
    left: 0; }
  .responsive-web #main-nav li.dropdown-two > ul {
    position: absolute;
    top: 44px;
    background-color: #358cb3;
    display: none;
    width: 255px;
    z-index: 100;
    -webkit-box-shadow: inset 0px 0px 1px #43b2d7;
    -moz-box-shadow: inset 0px 0px 1px #43b2d7;
    -o-box-shadow: inset 0px 0px 1px #43b2d7;
    -ms-box-shadow: inset 0px 0px 1px #43b2d7;
    box-shadow: inset 0px 0px 1px #43b2d7; }
  .responsive-web #main-nav li.dropdown-two:hover > ul {
    display: block; }
  .responsive-web #main-nav li.dropdown-two li:hover {
    background: #86BAD1; }
  .responsive-web #main-nav li.dropdown-two li:hover a,
  .responsive-web #main-nav ul li.active a:hover {
    color: #f0f4f6; }
  .responsive-web #main-nav li.dropdown-two ul li {
    display: block;
    padding: 0; }
  .responsive-web #main-nav li.dropdown-two ul li a {
    position: relative;
    height: auto;
    padding: 5px 20px;
    color: #d7e8f0;
    font-size: 0.4em;
    text-transform: none;
    text-decoration: none;
    background: none;
    font-family: "HelveticaNeueW01-57Cn", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    display: block; }
  .responsive-web .arrow-left,
  .responsive-web .arrow-right {
    display: block;
    width: 10px;
    height: 9px;
    background-image: url("../images/arrow-down-caret-grey.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .responsive-web .arrow-left,
      .responsive-web .arrow-right {
        background-image: url("../images/arrow-down-caret-grey@2x.png");
        background-size: 10px 9px; } }
  .responsive-web .arrow-left {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .responsive-web .arrow-right {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .responsive-web .link-arrow {
    text-transform: uppercase;
    font-weight: bold; }
    .responsive-web .link-arrow a {
      color: #e96d08;
      display: block; }
      .responsive-web .link-arrow a:after {
        content: '';
        display: inline-block;
        background: url(../images/desktop_arrows_sprite.png) no-repeat top left;
        background-position: 0 0;
        margin-left: 4px;
        width: 9px;
        height: 9px; }
    .responsive-web .link-arrow:hover a {
      color: #908b7d; }
      .responsive-web .link-arrow:hover a:after {
        background-position: 0 -58px; }
  .responsive-web #facts .link-arrow:hover a {
    color: #5782a9; }
  .responsive-web #facts .link-arrow:hover a:after {
    background-position: 0 -232px; }
  .responsive-web .teens .link-arrow a:after {
    background-position: 0 -174px; }
  .responsive-web .affiliate.link-arrow a:after {
    background-position: 0 -116px; }
  .responsive-web .link-arrow a:hover:after,
  .responsive-web .affiliate.link-arrow:hover a:after,
  .responsive-web .teens .link-arrow:hover a:after {
    background-position: 0 -58px; }
  @media only screen and (max-width: 639px) {
    .responsive-web .link-arrow a:after {
      content: '';
      display: inline-block;
      background: url(../images/alt-arrows-sprite.png) no-repeat top left;
      width: 15px;
      height: 15px;
      margin-left: 3px; }
    .responsive-web .link-arrow a:hover:after {
      background-position: 0 -130px; }
    .responsive-web .upright-arrow {
      height: 11px;
      width: 11px;
      display: block;
      background-image: url("../images/arrow-upright-white-med.png"); } }
  @media only screen and (max-width: 639px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 639px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 639px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 639px) and (min-device-pixel-ratio: 1.5) {
    .responsive-web .upright-arrow {
      background-image: url("../images/arrow-upright-white-med@2x.png");
      background-size: 11px 11px; } }

  .responsive-web .social-links .alt-arrow:after {
    content: '';
    background: url(../images/alt-arrows-sprite.png) no-repeat top left;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    display: inline-block; }
  .responsive-web .social-links .alt-arrow.light-blue:after {
    background-position: 0 -195px; }
  .responsive-web .social-links .alt-arrow.purple:after {
    background-position: 0 -65px; }
  .responsive-web .social-links .alt-arrow.pink:after {
    background-position: 0 -260px; }
  .responsive-web form input,
  .responsive-web form textarea {
    border: 1px solid #38678f;
    background-color: #fff;
    font-size: 1.1em;
    color: #605a52;
    padding: 3px 6px; }
  .responsive-web input[type="checkbox"] {
    -webkit-appearance: checkbox; }
  .responsive-web input[type="radio"] {
    -webkit-appearance: radio; }
  .responsive-web #main-content .input-group input[type="text"] {
    width: 100% !important;
    padding: 9px 36px 9px 12px; }
  .responsive-web .input-group {
    display: block;
    position: relative; }
    .responsive-web .input-group input[type="text"] {
      display: inline-block;
      background-color: #fff; }
    .responsive-web .input-group .input-button {
      position: absolute;
      top: 6px;
      right: 6px;
      display: inline-block;
      width: auto !important;
      background: #F58220;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .responsive-web .input-group .input-button .input-arrow {
        border: none;
        margin: 7px 6px;
        padding: 0;
        display: inline-block;
        width: 13px;
        height: 12px;
        background-image: url("../images/right-arrow.png");
        background-repeat: no-repeat;
        background-color: transparent;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .responsive-web .input-group .input-button .input-arrow {
            background-image: url("../images/right-arrow@2x.png");
            background-size: 13px 12px; } }
  .responsive-web .select-group {
    display: block;
    position: relative;
    width: 100%;
    font-size: 1em; }
    .responsive-web .select-group select {
      display: inline-block;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 0.01px;
      text-overflow: '';
      width: 100%;
      margin: 0 0 20px;
      padding: 10px 30px 10px 12px;
      background-color: #fff;
      color: #999;
      font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid #e7e6e3;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      .responsive-web .select-group select:focus {
        -webkit-box-shadow: 0 0 4px #ccc;
        -moz-box-shadow: 0 0 4px #ccc;
        box-shadow: 0 0 4px #ccc;
        border: 1px solid #ccc;
        outline: 0; }
    .responsive-web .select-group:after {
      content: "▼";
      color: #b9b9b9;
      font-size: 1.1em;
      position: absolute;
      top: 7px;
      right: 13px;
      pointer-events: none; }
    .responsive-web .select-group.half {
      width: 48%;
      display: inline-block; }
      .responsive-web .select-group.half:first-of-type {
        margin-right: 3%; }
  .responsive-web .no-pointerevents .select-group:after {
    content: none; }
  .responsive-web select::-ms-expand {
    display: none; }
  .responsive-web #sidebar-nav li.active .link-arrow a:after {
    display: none; }
  .responsive-web #sidebar nav ul li a:hover,
  .responsive-web #sidebar #health-info-services span a:hover,
  .responsive-web #main-content .banner .link-arrow a:hover,
  .responsive-web #main-content .link-arrow a:hover,
  .responsive-web #main-content.home #features article span a:hover {
    color: #908b7d; }
  .responsive-web .word-break {
    -ms-word-break: break-all;
    word-break: break-all; }
  .responsive-web .fl, .responsive-web #main-content section article div.fl {
    float: left; }
  .responsive-web .fr, .responsive-web #main-content section article div.fr {
    float: right; }
  .responsive-web .cl {
    clear: left; }
  .responsive-web .cr {
    clear: right; }
  .responsive-web .clear {
    clear: both; }
  .responsive-web .cf:before,
  .responsive-web .cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .responsive-web .cf:after {
    clear: both; }
  .responsive-web .cf {
    *zoom: 1; }
  .responsive-web .no-border-top {
    border-top: none !important; }
  .responsive-web .no-border-bot {
    border-bottom: none !important; }
  .responsive-web .no-border {
    border: none !important; }
  .responsive-web .no-caps {
    text-transform: none !important; }
  .responsive-web .border-top {
    border-top: 1px solid #e7e6e3 !important; }
  .responsive-web .thick-border-top {
    border-top: 3px solid #e7e6e3 !important; }
    @media only screen and (max-width: 970px) {
      .responsive-web .thick-border-top {
        border-top-width: 1px !important; } }
  .responsive-web .thick-border-bot {
    border-bottom: 3px solid #e7e6e3 !important; }
    @media only screen and (max-width: 970px) {
      .responsive-web .thick-border-bot {
        border-bottom-width: 1px !important; } }
  .responsive-web .break {
    display: block; }
  .responsive-web .tr {
    text-indent: -9999px;
    display: block;
    background-repeat: no-repeat;
    background-position: top left; }
  .responsive-web em {
    font-style: italic; }
  .responsive-web a, .responsive-web a:hover {
    text-decoration: none; }
  .responsive-web .hidden {
    display: none;
    visibility: hidden; }
  .responsive-web .visible-phone {
    display: none !important; }
  .responsive-web .hidden-desktop {
    display: none !important; }
  .responsive-web .visible-desktop {
    display: inherit; }
  .responsive-web .no-padding {
    padding: 0 !important; }
  .responsive-web .no-padding-top {
    padding-top: 0 !important; }
  .responsive-web .no-padding-bot {
    padding-bottom: 0 !important; }
  .responsive-web .no-padding-left {
    padding-left: 0 !important; }
  .responsive-web .no-padding-right {
    padding-right: 0 !important; }
  .responsive-web .no-margin-bot {
    margin-bottom: 0 !important; }
  @media (max-width: 970px) {
    .responsive-web .hidden-desktop {
      display: inherit !important; }
    .responsive-web .visible-desktop {
      display: none !important; }
    .responsive-web .visible-phone {
      display: inherit !important; }
    .responsive-web .hidden-phone {
      display: none !important; } }
  .responsive-web .visible-print {
    display: none !important; }
  @media print {
    .responsive-web .visible-print {
      display: inherit !important; }
    .responsive-web .hidden-print {
      display: none !important; } }
  .responsive-web .image-baseline {
    vertical-align: baseline; }
  .responsive-web .image-top {
    vertical-align: top; }
  .responsive-web .image-middle {
    vertical-align: middle; }
  .responsive-web .image-bottom {
    vertical-align: bottom; }
  .responsive-web .image-text-top {
    vertical-align: text-top; }
  .responsive-web .image-text-bottom {
    vertical-align: text-bottom; }
  .responsive-web .image-left {
    float: left;
    margin: 10px 10px 10px 0; }
  .responsive-web .image-right {
    float: right;
    margin: 10px 0 10px 10px; }
  .responsive-web [data-rel="tooltip"] {
    background-color: #e6f4ff;
    padding: 0 2px;
    text-decoration: none;
    white-space: nowrap; }
  .responsive-web #main-content div.tooltip,
  .responsive-web #main-content div.tooltip-arrow {
    width: auto;
    margin: 0;
    padding: 0; }
  .responsive-web #main-content .landing-page #main-section div.tooltip,
  .responsive-web #main-content div.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0); }
  .responsive-web #main-content .landing-page #main-section div.tooltip.in,
  .responsive-web #main-content div.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100); }
  .responsive-web #main-content div.tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .responsive-web #main-content div.tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .responsive-web #main-content div.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .responsive-web #main-content div.tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }
  .responsive-web #main-content div.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    font-size: 1.08333em !important;
    text-align: center;
    text-decoration: none;
    background: #0064B8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .responsive-web #main-content div.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .responsive-web #main-content div.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #0064B8; }
  .responsive-web #main-content div.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #0064B8; }
  .responsive-web #main-content div.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #0064B8; }
  .responsive-web #main-content div.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #0064B8; }
  .responsive-web .pagination.ccm-pagination {
    margin: 20px 0 !important;
    line-height: normal !important; }
  .responsive-web .pagination.ccm-pagination ul {
    display: inline-block !important;
    *display: inline !important;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
    @media only screen and (max-width: 970px) {
      .responsive-web .pagination.ccm-pagination ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }
  .responsive-web .pagination.ccm-pagination ul > li {
    display: inline !important; }
  .responsive-web .pagination.ccm-pagination ul > li > a,
  .responsive-web .pagination.ccm-pagination ul > li > span {
    float: left;
    padding: 4px 11px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    margin-right: 0 !important; }
    @media only screen and (max-width: 970px) {
      .responsive-web .pagination.ccm-pagination ul > li > a,
      .responsive-web .pagination.ccm-pagination ul > li > span {
        font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
        padding: 2px 8px;
        border: none;
        color: #d1d1d1 !important; } }
  .responsive-web .pagination.ccm-pagination ul > li > a:hover,
  .responsive-web .pagination.ccm-pagination ul > li > a:focus,
  .responsive-web .pagination.ccm-pagination ul > li.active > a,
  .responsive-web .pagination.ccm-pagination ul > li.active > span {
    background-color: #f5f5f5 !important; }
    @media only screen and (max-width: 970px) {
      .responsive-web .pagination.ccm-pagination ul > li > a:hover,
      .responsive-web .pagination.ccm-pagination ul > li > a:focus,
      .responsive-web .pagination.ccm-pagination ul > li.active > a,
      .responsive-web .pagination.ccm-pagination ul > li.active > span {
        background-color: transparent !important;
        color: #F58220 !important; } }
  .responsive-web .pagination.ccm-pagination ul li:not(.active) > a {
    cursor: pointer; }
  .responsive-web .pagination.ccm-pagination ul > li.active > a,
  .responsive-web .pagination.ccm-pagination ul > li.active > span {
    color: #999999 !important;
    cursor: default; }
  .responsive-web .pagination.ccm-pagination ul > li.disabled > span,
  .responsive-web .pagination.ccm-pagination ul > li.disabled > a,
  .responsive-web .pagination.ccm-pagination ul > li.disabled > a:hover,
  .responsive-web .pagination.ccm-pagination ul > li.disabled > a:focus {
    color: #999999 !important;
    background-color: transparent;
    cursor: default; }
  .responsive-web .pagination.ccm-pagination ul > li.prev > a,
  .responsive-web .pagination.ccm-pagination ul > li.prev > span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    padding: 9px 10px 10px !important; }
    @media only screen and (max-width: 970px) {
      .responsive-web .pagination.ccm-pagination ul > li.prev > a,
      .responsive-web .pagination.ccm-pagination ul > li.prev > span {
        padding: 7px 10px 0 0 !important; } }
  .responsive-web .pagination.ccm-pagination ul > li.next > a,
  .responsive-web .pagination.ccm-pagination ul > li.next > span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    padding: 9px 10px 10px !important; }
    @media only screen and (max-width: 970px) {
      .responsive-web .pagination.ccm-pagination ul > li.next > a,
      .responsive-web .pagination.ccm-pagination ul > li.next > span {
        padding: 7px 0 0 10px !important; } }
  .responsive-web #main-content article .pagination.ccm-pagination ul li {
    padding: 0 !important; }
  .responsive-web #main-content article .pagination.ccm-pagination ul li:before,
  .responsive-web .sub-section #main-content section .pagination.ccm-pagination ul li:before {
    display: none !important; }
  .responsive-web .search #main-content section article div.pagination.ccm-pagination a {
    font-size: 1em !important;
    font-weight: normal !important; }
  .responsive-web .search .results:not(.results-active) {
    display: none; }
  @media only screen and (max-width: 970px) {
    .responsive-web .pagination.ccm-pagination {
      text-align: center !important; }
    .responsive-web .sub-section #main-content div.pagination.ccm-pagination {
      margin: 20px 0 !important; }
    .responsive-web #main-content section article#main-section div.pagination.ccm-pagination {
      margin: 20px 0 !important; } }
  .responsive-web .promo-module {
    position: relative;
    padding: 20px !important;
    display: block;
    overflow: auto;
    min-height: 135px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .responsive-web .promo-module img {
      position: absolute;
      left: auto;
      right: 3%;
      bottom: 10%;
      width: 15%;
      min-height: 55px;
      margin: 0;
      padding: 0; }
    .responsive-web .promo-module .text {
      width: 80%;
      overflow: hidden; }
    .responsive-web .promo-module h3 {
      margin: 0;
      color: white;
      font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
      font-size: 2.4em !important;
      line-height: 1.2em;
      text-transform: uppercase; }
      .responsive-web .promo-module h3 span {
        display: block; }
    .responsive-web .promo-module p {
      margin: 20px 0 0 0;
      width: 60%;
      color: white;
      display: inline-block;
      font-size: 1.6em !important; }
    .responsive-web .promo-module .call-to-action:after {
      content: '';
      margin-left: 5px;
      width: 10px;
      height: 10px;
      display: inline-block;
      background-image: url("../images/arrow-upright-white.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .responsive-web .promo-module .call-to-action:after {
          background-image: url("../images/arrow-upright-white@2x.png");
          background-size: 10px 10px; } }
    .responsive-web .promo-module.blue, .responsive-web .blue a.promo-module {
      background-color: #0064B8; }
    .responsive-web .promo-module.purple {
      background-color: #8b4799; }
    .responsive-web .promo-module.green {
      background-color: #6DB52A; }
    .responsive-web .promo-module.baby-blue {
      background-color: #50B5CF; }
    .responsive-web .promo-module.orange, .responsive-web .orange a.promo-module {
      background-color: #F58220; }
    .responsive-web .promo-module.alt-block {
      background-color: #F58220; }
      .responsive-web .promo-module.alt-block .text {
        width: 65%; }
      .responsive-web .promo-module.alt-block img {
        width: 30%;
        max-width: 150px; }
      .responsive-web .promo-module.alt-block h3 {
        display: inline-block; }
  @media only screen and (max-width: 970px) {
    .responsive-web .promo-module {
      position: relative;
      padding: 4% !important; }
      .responsive-web .promo-module img {
        min-height: 0;
        padding: 0;
        border: none; }
      .responsive-web .promo-module .text {
        padding: 0;
        margin: 0; }
      .responsive-web .promo-module h3 {
        margin: 0; }
      .responsive-web .promo-module p {
        margin: 80px 0 0 0;
        font-size: 1.25em !important; }
      .responsive-web .promo-module.alt-block .text {
        float: right; }
      .responsive-web .promo-module.alt-block img {
        position: static;
        float: left; }
      .responsive-web .promo-module.alt-block h3 {
        display: inline-block; }
      .responsive-web .promo-module.alt-block p {
        margin: 20px 0 0;
        width: 94%; } }
  .responsive-web #sidebar .sidebar-promo .promo-module p {
    margin: 30px 0 0 0; }
  .responsive-web #sidebar .sidebar-promo .promo-module img {
    margin: 0;
    min-height: 0;
    width: 30%;
    right: 20px;
    bottom: 20px; }
  .responsive-web #sidebar .sidebar-promo .promo-module .text {
    width: 100%; }
  .responsive-web #sidebar .sidebar-promo .promo-module.alt-block img {
    position: static;
    width: 100%;
    max-width: 100%; }
  .responsive-web #sidebar .sidebar-promo .promo-module.alt-block .text,
  .responsive-web #sidebar .sidebar-promo .promo-module.alt-block p {
    width: 100%; }
  .responsive-web #sidebar .sidebar-promo .promo-module.alt-block .call-to-action,
  .responsive-web #sidebar .sidebar-promo .promo-module.alt-block p {
    margin-top: 10px; }
  .responsive-web .tracked-ab-promo-wrap .tracked-ab-promo {
    display: none !important; }
  .responsive-web .tracked-ab-promo-wrap .tracked-ab-promo.shown {
    display: block !important; }
    .responsive-web .tracked-ab-promo-wrap .tracked-ab-promo.shown img {
      border: none !important; }
    .responsive-web .tracked-ab-promo-wrap .tracked-ab-promo.shown h3 {
      color: #fff !important; }
  .responsive-web .search-center-details .tracked-ab-promo-wrap .tracked-ab-promo.shown img {
    border: none !important; }
  .responsive-web .search-center-details .tracked-ab-promo-wrap .tracked-ab-promo.shown h3 {
    color: #fff !important; }
  @media only screen and (max-width: 970px) {
    .responsive-web #sidebar .sidebar-promo {
      display: none; }
    .responsive-web .tracked-ab-promo-wrap .tracked-ab-promo {
      display: none !important; }
    .responsive-web .tracked-ab-promo-wrap .tracked-ab-promo.shown {
      display: block !important; } }
  .responsive-web .interstitial {
    text-align: left;
    max-width: 640px;
    margin: 40px auto;
    position: relative;
    background-color: #0064B8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .responsive-web .interstitial .close {
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 1;
      display: block;
      width: 15px;
      height: 15px;
      background-image: url("../images/remove-icon-white.png");
      background-repeat: no-repeat;
      cursor: pointer; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .responsive-web .interstitial .close {
          background-image: url("../images/remove-icon-white@2x.png");
          background-size: 15px 15px; } }
    .responsive-web .interstitial .header-img {
      position: relative;
      display: block;
      max-height: 352px;
      width: 640px;
      height: 352px;
      overflow: hidden;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .responsive-web .interstitial .header-img:before {
        padding-bottom: 60%; }
      .responsive-web .interstitial .header-img.english {
        background: url("../images/interstitial-image.jpg") no-repeat 0 0; }
      .responsive-web .interstitial .header-img.spanish {
        background: url("../images/interstitial-image-spanish.jpg") no-repeat 0 0; }
      @media only screen and (max-width: 970px) {
        .responsive-web .interstitial .header-img {
          width: auto;
          height: auto; } }
    .responsive-web .interstitial.interstitial-iframe {
      width: 80%;
      max-width: 80% !important;
      height: 500px;
      max-height: 80% !important;
      padding: 40px 0 0 0 !important; }
      .responsive-web .interstitial.interstitial-iframe .close {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 1;
        display: block;
        width: 15px;
        height: 15px;
        background-image: url("../images/remove-icon-white.png");
        background-repeat: no-repeat;
        cursor: pointer; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .responsive-web .interstitial.interstitial-iframe .close {
            background-image: url("../images/remove-icon-white@2x.png");
            background-size: 15px 15px; } }
      .responsive-web .interstitial.interstitial-iframe iframe {
        width: 100%;
        height: 100%;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      @media only screen and (max-width: 970px) {
        .responsive-web .interstitial.interstitial-iframe {
          width: 100% !important;
          height: 100% !important;
          max-width: 100% !important;
          max-height: 100% !important;
          margin: 0 !important;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          border-radius: 0px; }
          .responsive-web .interstitial.interstitial-iframe iframe {
            width: 100%;
            height: 100%;
            -webkit-border-bottom-left-radius: 0;
            -webkit-border-bottom-right-radius: 0;
            -moz-border-radius-bottomleft: 0;
            -moz-border-radius-bottomright: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0; } }
    .responsive-web .interstitial .tagline,
    .responsive-web .interstitial p {
      color: #fff; }
    .responsive-web .interstitial a,
    .responsive-web .interstitial a:hover {
      color: #50B5CF; }
    .responsive-web .interstitial .tagline {
      font-size: 2.8em; }
    .responsive-web .interstitial .text {
      padding: 20px; }
      .responsive-web .interstitial .text h1.not-found {
        color: #fff !important; }
    .responsive-web .interstitial a.go-btn {
      color: #fff;
      border: none; }
      .responsive-web .interstitial a.go-btn:last-of-type {
        position: relative; }
        .responsive-web .interstitial a.go-btn:last-of-type .upright-arrow {
          position: absolute;
          top: 12px;
          right: 13px; }
  .responsive-web.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .responsive-web.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  .responsive-web .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll; }
  .responsive-web .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .responsive-web .mfp-align-top .mfp-container:before {
    display: none; }
  .responsive-web .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
  .responsive-web .mfp-inline-holder .mfp-content,
  .responsive-web .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  .responsive-web .mfp-ajax-cur {
    cursor: progress; }
  .responsive-web .mfp-zoom-out-cur, .responsive-web .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  .responsive-web .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  .responsive-web .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  .responsive-web .mfp-close,
  .responsive-web .mfp-arrow,
  .responsive-web .mfp-preloader,
  .responsive-web .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .responsive-web .mfp-loading.mfp-figure {
    display: none; }
  .responsive-web .mfp-hide {
    display: none !important; }
  .responsive-web .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .responsive-web .mfp-preloader a {
      color: #CCC; }
      .responsive-web .mfp-preloader a:hover {
        color: #FFF; }
  .responsive-web .mfp-s-ready .mfp-preloader {
    display: none; }
  .responsive-web .mfp-s-error .mfp-content {
    display: none; }
  .responsive-web button.mfp-close, .responsive-web button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .responsive-web button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .responsive-web .mfp-close-btn-in .mfp-close {
    color: #333; }
  .responsive-web .mfp-image-holder .mfp-close,
  .responsive-web .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  .responsive-web .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px; }
  .responsive-web .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
    .responsive-web .mfp-arrow:active {
      margin-top: -54px; }
    .responsive-web .mfp-arrow:hover, .responsive-web .mfp-arrow:focus {
      opacity: 1;
      filter: alpha(opacity=100); }
    .responsive-web .mfp-arrow:before, .responsive-web .mfp-arrow:after,
    .responsive-web .mfp-arrow .mfp-b,
    .responsive-web .mfp-arrow .mfp-a {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .responsive-web .mfp-arrow:after,
    .responsive-web .mfp-arrow .mfp-a {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .responsive-web .mfp-arrow:before,
    .responsive-web .mfp-arrow .mfp-b {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }
  .responsive-web .mfp-arrow-left {
    left: 0; }
    .responsive-web .mfp-arrow-left:after,
    .responsive-web .mfp-arrow-left .mfp-a {
      border-right: 17px solid #FFF;
      margin-left: 31px; }
    .responsive-web .mfp-arrow-left:before,
    .responsive-web .mfp-arrow-left .mfp-b {
      margin-left: 25px;
      border-right: 27px solid #3F3F3F; }
  .responsive-web .mfp-arrow-right {
    right: 0; }
    .responsive-web .mfp-arrow-right:after,
    .responsive-web .mfp-arrow-right .mfp-a {
      border-left: 17px solid #FFF;
      margin-left: 39px; }
    .responsive-web .mfp-arrow-right:before,
    .responsive-web .mfp-arrow-right .mfp-b {
      border-left: 27px solid #3F3F3F; }
  .responsive-web .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .responsive-web .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .responsive-web .mfp-iframe-holder .mfp-close {
      top: -40px; }
  .responsive-web .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .responsive-web .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #000; }
  .responsive-web img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  .responsive-web .mfp-figure {
    line-height: 0; }
    .responsive-web .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444; }
    .responsive-web .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      line-height: 14px; }
    .responsive-web .mfp-figure figure {
      margin: 0; }
  .responsive-web .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  .responsive-web .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
  .responsive-web .mfp-image-holder .mfp-content {
    max-width: 100%; }
  .responsive-web .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .responsive-web {
      /**
       * Remove all paddings around the image on small screen
       */ }
      .responsive-web .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
      .responsive-web .mfp-img-mobile img.mfp-img {
        padding: 0; }
      .responsive-web .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
      .responsive-web .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
      .responsive-web .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .responsive-web .mfp-img-mobile .mfp-bottom-bar:empty {
          padding: 0; }
      .responsive-web .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
      .responsive-web .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }
  @media all and (max-width: 900px) {
    .responsive-web .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .responsive-web .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .responsive-web .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .responsive-web .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  .responsive-web .mfp-ie7 .mfp-img {
    padding: 0; }
  .responsive-web .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  .responsive-web .mfp-ie7 .mfp-container {
    padding: 0; }
  .responsive-web .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  .responsive-web .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
  .responsive-web #main-content .highlight,
  .responsive-web #main-content .topic {
    border-bottom: none;
    vertical-align: middle;
    padding: 20px 0 !important;
    vertical-align: top;
    text-align: left; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content .highlight,
      .responsive-web #main-content .topic {
        padding: 5px 0 !important; } }
    .responsive-web #main-content .highlight img,
    .responsive-web #main-content .topic img {
      display: inline-block;
      vertical-align: top;
      border: none; }
      @media only screen and (max-width: 970px) {
        .responsive-web #main-content .highlight img,
        .responsive-web #main-content .topic img {
          display: none; } }
    .responsive-web #main-content .highlight div,
    .responsive-web #main-content .topic div {
      display: inline-block;
      width: 74%; }
      @media only screen and (max-width: 970px) {
        .responsive-web #main-content .highlight div,
        .responsive-web #main-content .topic div {
          width: 100%; } }
    .responsive-web #main-content .highlight h2, .responsive-web #main-content .highlight h3,
    .responsive-web #main-content .topic h2,
    .responsive-web #main-content .topic h3 {
      font-size: 1.8em;
      overflow: hidden;
      font-weight: 400;
      font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
      text-transform: uppercase; }
      .responsive-web #main-content .highlight h2 a, .responsive-web #main-content .highlight h3 a,
      .responsive-web #main-content .topic h2 a,
      .responsive-web #main-content .topic h3 a {
        color: #0064B8;
        display: block; }
        .responsive-web #main-content .highlight h2 a:after, .responsive-web #main-content .highlight h3 a:after,
        .responsive-web #main-content .topic h2 a:after,
        .responsive-web #main-content .topic h3 a:after {
          display: block; }
        .responsive-web #main-content .highlight h2 a:hover, .responsive-web #main-content .highlight h3 a:hover,
        .responsive-web #main-content .topic h2 a:hover,
        .responsive-web #main-content .topic h3 a:hover {
          color: #908b7d; }
    .responsive-web #main-content .highlight .description,
    .responsive-web #main-content .topic .description {
      width: 100%; }
  .responsive-web #main-content .highlight {
    width: 100%; }
    .responsive-web #main-content .highlight h3 a:after {
      display: none; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content .highlight h3 {
        width: 35%;
        vertical-align: top;
        display: inline-block;
        margin-right: 2%;
        word-break: break-word; }
        .responsive-web #main-content .highlight h3:after {
          content: '';
          display: inline-block;
          background: url(../images/alt-arrows-sprite.png) no-repeat top left;
          width: 15px;
          height: 15px;
          margin-left: 3px; }
        .responsive-web #main-content .highlight h3:hover {
          background-position: 0 -130px; } }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content .highlight .description {
        display: inline-block;
        width: 62%;
        vertical-align: top; } }
  .responsive-web .pictonic {
    font-family: "pictonic";
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    line-height: 1em; }
  .responsive-web a.pictonic, .responsive-web span.pictonic, .responsive-web small.pictonic {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .responsive-web [class^="icon-"], .responsive-web [class*=" icon-"] {
    font-family: "pictonic";
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    line-height: 1em; }
  .responsive-web a[class^="icon-"], .responsive-web a[class*=" icon-"], .responsive-web span[class^="icon-"], .responsive-web span[class*=" icon-"], .responsive-web small[class^="icon-"], .responsive-web small[class*=" icon-"] {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .responsive-web .icon-instagram:before {
    content: ""; }
  .responsive-web .icon-youtube:before {
    content: ""; }
  .responsive-web .icon-rss:before {
    content: ""; }
  .responsive-web .icon-google__x2B_:before {
    content: ""; }
  .responsive-web .icon-twitter-3:before {
    content: ""; }
  .responsive-web .icon-tumblr:before {
    content: ""; }
  .responsive-web .icon-facebook:before {
    content: ""; }
  .responsive-web .icon-kub-remove:before {
    content: ""; }
  .responsive-web .lean-slider {
    position: relative;
    *zoom: 1; }
    .responsive-web .lean-slider img {
      width: 100%; }
  .responsive-web .lean-slider:before,
  .responsive-web .lean-slider:after {
    content: " ";
    display: table; }
  .responsive-web .lean-slider:after {
    clear: both; }
  .responsive-web .lean-slider-slide {
    float: left;
    width: 100%;
    margin-right: -100%;
    display: none; }
  .responsive-web .lean-slider-slide.current {
    display: block; }
  .responsive-web .full-width .promo-banner {
    position: relative;
    top: 0;
    width: 100%;
    padding: 0; }
    .responsive-web .full-width .promo-banner.ohs-banner {
      z-index: inherit !important; }
    .responsive-web .full-width .promo-banner .ccm-add-block {
      color: #000 !important; }
    .responsive-web .full-width .promo-banner .promo-heading {
      position: absolute;
      left: 45px;
      bottom: 45px;
      font-size: 1em;
      font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width .promo-banner .promo-heading {
          left: 4%;
          bottom: 5%;
          width: 40%; } }
      .responsive-web .full-width .promo-banner .promo-heading h2 {
        font-size: 6em;
        color: #fff;
        line-height: 1; }
        @media only screen and (max-width: 760px) {
          .responsive-web .full-width .promo-banner .promo-heading h2 {
            font-size: 4.5em; } }
        @media only screen and (max-width: 480px) {
          .responsive-web .full-width .promo-banner .promo-heading h2 {
            font-size: 2.5em; } }
  .responsive-web .full-width #main-content {
    color: #000;
    font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
    width: 100%;
    padding: 0;
    /*    
    I'm not 100% sure if we need this now, but it's the only real difference from
    what we got in the new OHS interstitial markup - Jeremy 2014.07.06
        section article {
    	 padding: 35px 0 30px;
    	 border-bottom: none;
        }
        h2 {'
    	 color: $body-primary;
    	 font-size: em(22);
    	 font-family: $light;
    	 line-height: 1.2;
    	 margin-bottom: 20px;
        }*/ }
    .responsive-web .full-width #main-content strong {
      font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
      font-weight: normal !important; }
    .responsive-web .full-width #main-content p {
      color: #000;
      font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
      font-size: 1.6em; }
    .responsive-web .full-width #main-content a:link,
    .responsive-web .full-width #main-content a:visited,
    .responsive-web .full-width #main-content a:hover,
    .responsive-web .full-width #main-content a:active {
      color: #3399CC;
      background-color: transparent;
      white-space: normal; }
    .responsive-web .full-width #main-content input[type="text"],
    .responsive-web .full-width #main-content input[type="email"],
    .responsive-web .full-width #main-content textarea {
      font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
      margin: 0 0 16px;
      padding: 9px 12px;
      color: #A9A9A9;
      font-size: 3em;
      border: 1px solid #e7e6e3;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: top;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px; }
      .responsive-web .full-width #main-content input[type="text"]:focus,
      .responsive-web .full-width #main-content input[type="email"]:focus,
      .responsive-web .full-width #main-content textarea:focus {
        -webkit-box-shadow: 0 0 4px #ccc;
        -moz-box-shadow: 0 0 4px #ccc;
        box-shadow: 0 0 4px #ccc;
        border: 1px solid #ccc;
        outline: 0; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content input[type="text"],
        .responsive-web .full-width #main-content input[type="email"],
        .responsive-web .full-width #main-content textarea {
          font-size: 1.8em;
          padding: 7px 9px; } }
    .responsive-web .full-width #main-content input[type="text"],
    .responsive-web .full-width #main-content input[type="email"] {
      height: 60px; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content input[type="text"],
        .responsive-web .full-width #main-content input[type="email"] {
          height: 45px; } }
    .responsive-web .full-width #main-content .zip-code {
      float: left;
      width: 48.5%;
      /*margin-right: 3% !important;*/ }
    .responsive-web .full-width #main-content .btn {
      float: right;
      width: 48.5%;
      padding: 9px 20px;
      background: #3399CC;
      color: #fff;
      height: 60px;
      font-size: 3em;
      font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif !important;
      text-transform: uppercase;
      border: none;
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content .btn {
          font-size: 1.8em;
          padding: 7px 9px;
          height: 45px; } }
    .responsive-web .full-width #main-content header {
      display: none; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content header {
          display: block; }
          .responsive-web .full-width #main-content header .heading {
            background: #333; } }
    .responsive-web .full-width #main-content section {
      padding: 45px 0; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content section {
          padding: 20px 0; } }
      .responsive-web .full-width #main-content section .wrapper {
        padding: 0 60px;
        *zoom: 1; }
        .responsive-web .full-width #main-content section .wrapper:before, .responsive-web .full-width #main-content section .wrapper:after {
          content: '';
          display: table; }
        .responsive-web .full-width #main-content section .wrapper:after {
          clear: both; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content section .wrapper {
            padding: 0 3%; } }
      .responsive-web .full-width #main-content section h2 {
        color: #000;
        font-size: 3.6em;
        font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
        line-height: 1.2;
        margin-bottom: 30px; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content section h2 {
            font-size: 2.6em;
            margin-bottom: 22.5px; } }
      .responsive-web .full-width #main-content section h3 {
        color: #000; }
    .responsive-web .full-width #main-content .text {
      width: 490px;
      display: block;
      vertical-align: top;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content .text {
          position: static;
          left: 0;
          display: block;
          clear: both;
          float: none;
          width: 100%;
          margin-left: auto;
          margin-right: auto; }
          .responsive-web .full-width #main-content .text:first-child {
            margin-left: auto; }
          .responsive-web .full-width #main-content .text:last-child {
            margin-right: auto; } }
    .responsive-web .full-width #main-content .mobile-text {
      display: none;
      margin-bottom: 0;
      font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif !important; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content .mobile-text {
          *zoom: 1;
          float: left;
          display: inline;
          clear: none;
          text-align: inherit;
          padding-left: 0;
          padding-right: 0;
          width: 48.5%;
          margin-left: 0%;
          margin-right: 3%;
          margin-right: 0;
          font-size: 2.2em !important;
          margin: 1% 0 0; }
          .responsive-web .full-width #main-content .mobile-text:before, .responsive-web .full-width #main-content .mobile-text:after {
            content: '';
            display: table; }
          .responsive-web .full-width #main-content .mobile-text:after {
            clear: both; }
          .responsive-web .full-width #main-content .mobile-text:last-child {
            margin-right: 0%; } }
      @media only screen and (max-width: 480px) {
        .responsive-web .full-width #main-content .mobile-text {
          font-size: 1.7em !important; } }
    .responsive-web .full-width #main-content .status-search {
      background: #f5f5f5; }
      .responsive-web .full-width #main-content .status-search h3 {
        color: #000 !important; }
    .responsive-web .full-width #main-content .intro {
      background: #fff;
      /*			.app-btns {
      				@include shift(2/3);
      				@media only screen and (max-width: $mobile-breakpoint) {
      					@include unshift();
      				}
      			}*/ }
      .responsive-web .full-width #main-content .intro p {
        margin-bottom: 20px;
        font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
        font-size: 2.4em; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .intro p {
            font-size: 1.85em; } }
      .responsive-web .full-width #main-content .intro h3 {
        font-size: 3em;
        font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
        line-height: 1.2; }
        .responsive-web .full-width #main-content .intro h3 a {
          color: #3399CC; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .intro h3 {
            font-size: 2.1em; } }
      .responsive-web .full-width #main-content .intro .qa-icon img {
        height: 60px;
        width: 60px; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .intro .qa-icon img {
            height: 45px;
            width: 45px; } }
    .responsive-web .full-width #main-content .app-btns {
      width: 33%;
      float: right; }
      .responsive-web .full-width #main-content .app-btns li {
        padding-bottom: 18px; }
        .responsive-web .full-width #main-content .app-btns li a {
          width: 240px;
          height: 80px; }
          @media only screen and (max-width: 970px) {
            .responsive-web .full-width #main-content .app-btns li a {
              width: 160px;
              height: 53px; } }
        .responsive-web .full-width #main-content .app-btns li img {
          display: block;
          margin: 0 auto; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content .app-btns {
          *zoom: 1;
          float: left;
          display: inline;
          clear: none;
          text-align: inherit;
          padding-left: 0;
          padding-right: 0;
          width: 48.5%;
          margin-left: 0%;
          margin-right: 3%; }
          .responsive-web .full-width #main-content .app-btns:before, .responsive-web .full-width #main-content .app-btns:after {
            content: '';
            display: table; }
          .responsive-web .full-width #main-content .app-btns:after {
            clear: both; }
          .responsive-web .full-width #main-content .app-btns:last-child {
            margin-right: 0%; } }
    .responsive-web .full-width #main-content .steps .highlight {
      text-align: center;
      overflow: hidden;
      padding: 0 !important; }
      .responsive-web .full-width #main-content .steps .highlight img {
        width: 100%;
        margin: 0; }
      .responsive-web .full-width #main-content .steps .highlight div {
        width: 100%; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content .steps .highlight {
          width: 60%;
          margin: 0 auto; }
          .responsive-web .full-width #main-content .steps .highlight h3 {
            width: 100%;
            margin-top: 30px; } }
    .responsive-web .full-width #main-content .steps .slider-wrapper {
      position: relative; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content .steps .slider-wrapper {
          max-width: 640px;
          margin: 40px auto 0; } }
      .responsive-web .full-width #main-content .steps .slider-wrapper #slider > div {
        *zoom: 1;
        float: left;
        display: inline;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 20.125%;
        margin-left: 0%;
        margin-right: 6.5%; }
        .responsive-web .full-width #main-content .steps .slider-wrapper #slider > div:before, .responsive-web .full-width #main-content .steps .slider-wrapper #slider > div:after {
          content: '';
          display: table; }
        .responsive-web .full-width #main-content .steps .slider-wrapper #slider > div:after {
          clear: both; }
        .responsive-web .full-width #main-content .steps .slider-wrapper #slider > div:last-child {
          margin-right: 0%; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .steps .slider-wrapper #slider > div {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            display: none; }
            .responsive-web .full-width #main-content .steps .slider-wrapper #slider > div:first-child {
              margin-left: auto; }
            .responsive-web .full-width #main-content .steps .slider-wrapper #slider > div:last-child {
              margin-right: auto; }
            .responsive-web .full-width #main-content .steps .slider-wrapper #slider > div.current {
              display: block; } }
      .responsive-web .full-width #main-content .steps .slider-wrapper #slider-direction-nav a {
        width: 15px;
        height: 35px;
        border: 25px solid transparent;
        background: url(../images/aw/slider-arrow.png) no-repeat;
        position: relative;
        top: 20%; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .steps .slider-wrapper #slider-direction-nav a {
            top: 30%; } }
      .responsive-web .full-width #main-content .steps .slider-wrapper #slider-direction-nav .lean-slider-prev {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      .responsive-web .full-width #main-content .steps .slider-wrapper #slider-control-nav {
        top: 0;
        left: 0;
        right: 0;
        text-align: center; }
        .responsive-web .full-width #main-content .steps .slider-wrapper #slider-control-nav a.active {
          background: #000; }
    .responsive-web .full-width #main-content .price-img {
      padding: 0; }
      .responsive-web .full-width #main-content .price-img .promo-heading {
        padding: 40px;
        width: 160px;
        height: 160px;
        background: #3399CC;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        top: 0;
        left: 10%;
        bottom: 0;
        margin: auto;
        /*				@media only screen and (max-width: $smallest-breakpoint) {
        					padding: 20px;
        					width: 90px;
        					height: 90px;
        					left: 3%;
        					h2 {
        						font-size: em(40);
        						margin-top: 34px;
        					}
        					p {
        						font-size: em(13.5);
        						margin: 0;
        					}
        				}*/ }
        .responsive-web .full-width #main-content .price-img .promo-heading h2 {
          margin-top: 24px;
          margin-bottom: 0;
          display: block;
          font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
          font-size: 7.2em;
          line-height: 1em;
          color: #fff; }
        .responsive-web .full-width #main-content .price-img .promo-heading p {
          font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
          font-size: 2.4em;
          color: #fff;
          padding: 0;
          margin-bottom: 8px; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .price-img .promo-heading {
            padding: 20px;
            width: 140px;
            height: 140px;
            left: 3%; }
            .responsive-web .full-width #main-content .price-img .promo-heading h2 {
              font-size: 5.4em;
              margin-top: 30px; }
            .responsive-web .full-width #main-content .price-img .promo-heading p {
              font-size: 1.8em;
              margin: 0; } }
        @media only screen and (max-width: 520px) {
          .responsive-web .full-width #main-content .price-img .promo-heading {
            padding: 20px;
            width: 80px;
            height: 80px;
            left: 3%; }
            .responsive-web .full-width #main-content .price-img .promo-heading h2 {
              font-size: 3.2em;
              margin-top: 16px; }
            .responsive-web .full-width #main-content .price-img .promo-heading p {
              font-size: 1.2em;
              margin: 0; } }
      .responsive-web .full-width #main-content .price-img .promo-heading.type-two {
        position: absolute;
        top: auto !important;
        left: 45px;
        bottom: 45px;
        font-size: 1em;
        font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif !important;
        padding: 0;
        width: auto !important;
        height: auto !important;
        background: none !important;
        color: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-align: left !important; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .price-img .promo-heading.type-two {
            left: 4%;
            bottom: 5%;
            width: 62%; } }
        .responsive-web .full-width #main-content .price-img .promo-heading.type-two h2 {
          font-size: 6em;
          font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif !important;
          margin-bottom: 0 !important;
          color: #fff;
          line-height: 1; }
          @media only screen and (max-width: 760px) {
            .responsive-web .full-width #main-content .price-img .promo-heading.type-two h2 {
              font-size: 3.5em; } }
          @media only screen and (max-width: 480px) {
            .responsive-web .full-width #main-content .price-img .promo-heading.type-two h2 {
              font-size: 2.5em; } }
      .responsive-web .full-width #main-content .price-img .costs {
        padding: 50px 0 30px 0;
        background: #f5f5f5; }
        .responsive-web .full-width #main-content .price-img .costs .text-wrap {
          /*outline: 1px solid purple;*/
          width: 100%;
          margin-right: 0; }
          .responsive-web .full-width #main-content .price-img .costs .text-wrap.with-search {
            *zoom: 1;
            float: left;
            display: inline;
            clear: none;
            text-align: inherit;
            padding-left: 0;
            padding-right: 0;
            width: 65.66667%;
            margin-left: 0%;
            margin-right: 3%;
            width: 490px; }
            .responsive-web .full-width #main-content .price-img .costs .text-wrap.with-search:before, .responsive-web .full-width #main-content .price-img .costs .text-wrap.with-search:after {
              content: '';
              display: table; }
            .responsive-web .full-width #main-content .price-img .costs .text-wrap.with-search:after {
              clear: both; }
            .responsive-web .full-width #main-content .price-img .costs .text-wrap.with-search:last-child {
              margin-right: 0%; }
          .responsive-web .full-width #main-content .price-img .costs .text-wrap p {
            line-height: 1.6;
            font-size: 2.4em; }
            @media only screen and (max-width: 970px) {
              .responsive-web .full-width #main-content .price-img .costs .text-wrap p {
                font-size: 1.7em; } }
        .responsive-web .full-width #main-content .price-img .costs .see-pricing {
          *zoom: 1;
          float: left;
          display: inline;
          clear: none;
          text-align: inherit;
          padding-left: 0;
          padding-right: 0;
          width: 31.33333%;
          margin-left: 0%;
          margin-right: 3%;
          margin-right: 0;
          *zoom: 1;
          margin-bottom: 40px;
          float: right; }
          .responsive-web .full-width #main-content .price-img .costs .see-pricing:before, .responsive-web .full-width #main-content .price-img .costs .see-pricing:after {
            content: '';
            display: table; }
          .responsive-web .full-width #main-content .price-img .costs .see-pricing:after {
            clear: both; }
          .responsive-web .full-width #main-content .price-img .costs .see-pricing:last-child {
            margin-right: 0%; }
          .responsive-web .full-width #main-content .price-img .costs .see-pricing:before, .responsive-web .full-width #main-content .price-img .costs .see-pricing:after {
            content: '';
            display: table; }
          .responsive-web .full-width #main-content .price-img .costs .see-pricing:after {
            clear: both; }
          .responsive-web .full-width #main-content .price-img .costs .see-pricing input {
            margin-bottom: 25px;
            width: 100%; }
            @media only screen and (max-width: 760px) {
              .responsive-web .full-width #main-content .price-img .costs .see-pricing input {
                margin-bottom: 18px; } }
        .responsive-web .full-width #main-content .price-img .costs .results {
          padding-bottom: 0; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content .price-img .costs {
          padding: 0; }
          .responsive-web .full-width #main-content .price-img .costs div.text-wrap {
            width: 100%;
            margin: 0; }
          .responsive-web .full-width #main-content .price-img .costs .see-pricing {
            width: 100%;
            margin: 0; }
            .responsive-web .full-width #main-content .price-img .costs .see-pricing input {
              width: 48%; }
            .responsive-web .full-width #main-content .price-img .costs .see-pricing .btn {
              width: 47%;
              margin-right: 0;
              float: right; }
        .responsive-web .full-width #main-content .price-img .wrapper {
          padding: 20px 3% 0 3%; }
        .responsive-web .full-width #main-content .price-img > .wrapper {
          padding: 0; } }
    .responsive-web .full-width #main-content .results {
      clear: both;
      padding-top: 20px;
      padding-bottom: 20px;
      overflow: hidden;
      *zoom: 1; }
      .responsive-web .full-width #main-content .results:before, .responsive-web .full-width #main-content .results:after {
        content: '';
        display: table; }
      .responsive-web .full-width #main-content .results:after {
        clear: both; }
      .responsive-web .full-width #main-content .results .circles {
        *zoom: 1;
        float: left;
        display: inline;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%; }
        .responsive-web .full-width #main-content .results .circles:before, .responsive-web .full-width #main-content .results .circles:after {
          content: '';
          display: table; }
        .responsive-web .full-width #main-content .results .circles:after {
          clear: both; }
        .responsive-web .full-width #main-content .results .circles:last-child {
          margin-right: 0%; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .results .circles {
            width: 100%;
            margin-right: 0; } }
        .responsive-web .full-width #main-content .results .circles.last-col {
          margin-right: 0; }
      .responsive-web .full-width #main-content .results .circles li {
        float: none;
        margin-bottom: 35px;
        overflow: hidden;
        position: relative; }
        .responsive-web .full-width #main-content .results .circles li .circle {
          position: absolute;
          left: 0;
          top: 0;
          width: 60px;
          height: 60px;
          float: left; }
          .responsive-web .full-width #main-content .results .circles li .circle h2 {
            font-size: 2.2em;
            font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
            padding: 0;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media only screen and (max-width: 970px) {
              .responsive-web .full-width #main-content .results .circles li .circle h2 {
                font-size: 1.65em; } }
          @media only screen and (max-width: 970px) {
            .responsive-web .full-width #main-content .results .circles li .circle {
              width: 45px;
              height: 45px;
              margin-right: 0; } }
        .responsive-web .full-width #main-content .results .circles li .text-wrap {
          padding-left: 70px;
          overflow: hidden;
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media only screen and (max-width: 970px) {
            .responsive-web .full-width #main-content .results .circles li .text-wrap {
              padding-left: 53px; } }
          .responsive-web .full-width #main-content .results .circles li .text-wrap h3 {
            margin-top: 0;
            font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
            font-size: 1.8em; }
          .responsive-web .full-width #main-content .results .circles li .text-wrap h3,
          .responsive-web .full-width #main-content .results .circles li .text-wrap p {
            text-align: left;
            margin-left: 0;
            display: block;
            float: none !important;
            width: 100%; }
          .responsive-web .full-width #main-content .results .circles li .text-wrap p {
            font-size: 1.6em;
            margin-bottom: 0; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .results .circles li {
            margin-bottom: 45px; } }
      .responsive-web .full-width #main-content .results p.ohs-disclaimer {
        *zoom: 1;
        font-size: 1.1em;
        clear: both; }
        .responsive-web .full-width #main-content .results p.ohs-disclaimer:before, .responsive-web .full-width #main-content .results p.ohs-disclaimer:after {
          content: '';
          display: table; }
        .responsive-web .full-width #main-content .results p.ohs-disclaimer:after {
          clear: both; }
      .responsive-web .full-width #main-content .results .not-available {
        clear: both;
        overflow: hidden;
        margin-bottom: 25px; }
        .responsive-web .full-width #main-content .results .not-available div.text-wrap {
          *zoom: 1;
          float: left;
          display: inline;
          clear: none;
          text-align: inherit;
          padding-left: 0;
          padding-right: 0;
          width: 65.66667%;
          margin-left: 0%;
          margin-right: 3%;
          margin-right: 30px;
          width: 500px; }
          .responsive-web .full-width #main-content .results .not-available div.text-wrap:before, .responsive-web .full-width #main-content .results .not-available div.text-wrap:after {
            content: '';
            display: table; }
          .responsive-web .full-width #main-content .results .not-available div.text-wrap:after {
            clear: both; }
          .responsive-web .full-width #main-content .results .not-available div.text-wrap:last-child {
            margin-right: 0%; }
          .responsive-web .full-width #main-content .results .not-available div.text-wrap p {
            line-height: 1.6;
            font-size: 2.4em; }
            @media only screen and (max-width: 970px) {
              .responsive-web .full-width #main-content .results .not-available div.text-wrap p {
                font-size: 1.8em; } }
          @media only screen and (max-width: 970px) {
            .responsive-web .full-width #main-content .results .not-available div.text-wrap {
              margin-top: 8px;
              *zoom: 1;
              float: left;
              display: inline;
              clear: none;
              text-align: inherit;
              padding-left: 0;
              padding-right: 0;
              width: 48.5%;
              margin-left: 0%;
              margin-right: 3%; }
              .responsive-web .full-width #main-content .results .not-available div.text-wrap:before, .responsive-web .full-width #main-content .results .not-available div.text-wrap:after {
                content: '';
                display: table; }
              .responsive-web .full-width #main-content .results .not-available div.text-wrap:after {
                clear: both; }
              .responsive-web .full-width #main-content .results .not-available div.text-wrap:last-child {
                margin-right: 0%; } }
          @media only screen and (max-width: 640px) {
            .responsive-web .full-width #main-content .results .not-available div.text-wrap {
              width: 100%;
              margin-right: 0; } }
        .responsive-web .full-width #main-content .results .not-available form {
          float: left;
          width: 320px; }
          @media only screen and (max-width: 970px) {
            .responsive-web .full-width #main-content .results .not-available form {
              *zoom: 1;
              float: left;
              display: inline;
              clear: none;
              text-align: inherit;
              padding-left: 0;
              padding-right: 0;
              width: 48.5%;
              margin-left: 0%;
              margin-right: 3%;
              margin-right: 0 !important; }
              .responsive-web .full-width #main-content .results .not-available form:before, .responsive-web .full-width #main-content .results .not-available form:after {
                content: '';
                display: table; }
              .responsive-web .full-width #main-content .results .not-available form:after {
                clear: both; }
              .responsive-web .full-width #main-content .results .not-available form:last-child {
                margin-right: 0%; } }
          @media only screen and (max-width: 640px) {
            .responsive-web .full-width #main-content .results .not-available form {
              width: 100%;
              margin-right: 0; } }
          .responsive-web .full-width #main-content .results .not-available form input {
            width: 100%; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .results .not-available {
            margin-bottom: 18px; }
            .responsive-web .full-width #main-content .results .not-available div.text-wrap {
              float: none; }
            .responsive-web .full-width #main-content .results .not-available div.text-wrap, .responsive-web .full-width #main-content .results .not-available form {
              width: 100%;
              margin-right: 0;
              margin-bottom: 10px; }
            .responsive-web .full-width #main-content .results .not-available form input {
              width: 58%; }
            .responsive-web .full-width #main-content .results .not-available form .btn {
              width: 37%;
              margin-right: 0;
              float: right; } }
      .responsive-web .full-width #main-content .results #status-signup {
        margin-top: 20px; }
    .responsive-web .full-width #main-content .circles li {
      position: relative; }
      .responsive-web .full-width #main-content .circles li .circle {
        display: block;
        width: 110px;
        height: 110px;
        margin: 0 auto;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #3399CC;
        color: #fff;
        font-weight: 300; }
        .responsive-web .full-width #main-content .circles li .circle h2 {
          padding-top: 30px;
          margin-bottom: 0;
          display: block;
          font-size: 3em;
          font-weight: 400;
          color: #fff;
          line-height: 1; }
        .responsive-web .full-width #main-content .circles li .circle p {
          width: 100%;
          color: #fff;
          font-size: 1.4em; }
      .responsive-web .full-width #main-content .circles li h3 {
        margin-top: 5px;
        text-align: center;
        font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
        font-size: 1.6em; }
    .responsive-web .full-width #main-content .status-search {
      background: #f5f5f5;
      padding: 30px 0; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content .status-search {
          padding: 20px 0; } }
      .responsive-web .full-width #main-content .status-search h3.status-search-title {
        font-size: 3.6em;
        font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
        line-height: 1.667;
        *zoom: 1;
        float: left;
        display: inline;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 65.66667%;
        margin-left: 0%;
        margin-right: 3%;
        width: 500px;
        margin-right: 30px; }
        .responsive-web .full-width #main-content .status-search h3.status-search-title:before, .responsive-web .full-width #main-content .status-search h3.status-search-title:after {
          content: '';
          display: table; }
        .responsive-web .full-width #main-content .status-search h3.status-search-title:after {
          clear: both; }
        .responsive-web .full-width #main-content .status-search h3.status-search-title:last-child {
          margin-right: 0%; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .status-search h3.status-search-title {
            font-size: 2.1em;
            margin: 0 0 8px 0;
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            width: 100%; }
            .responsive-web .full-width #main-content .status-search h3.status-search-title:first-child {
              margin-left: auto; }
            .responsive-web .full-width #main-content .status-search h3.status-search-title:last-child {
              margin-right: auto; } }
      .responsive-web .full-width #main-content .status-search p {
        margin-bottom: 20px;
        font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .status-search p {
            font-size: 1.8em; } }
      .responsive-web .full-width #main-content .status-search form {
        float: left;
        width: 320px;
        margin-right: 0 !important; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .status-search form {
            width: 100%;
            margin-right: 0; } }
        .responsive-web .full-width #main-content .status-search form input[type='text'] {
          font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
          font-size: 3em;
          color: #A9A9A9;
          width: 170px;
          margin-right: 20px;
          float: left;
          margin-bottom: 0;
          /*					@media only screen and (max-width: $smallest-breakpoint) {
          						width: 100%;
          						margin-right: 0;
          						margin-bottom: 16px;
          					}*/ }
          @media only screen and (max-width: 970px) {
            .responsive-web .full-width #main-content .status-search form input[type='text'] {
              width: 58%;
              margin-right: 5%;
              margin-bottom: 16px;
              font-size: 1.8em; } }
        .responsive-web .full-width #main-content .status-search form .btn {
          width: 116px;
          margin-right: 0;
          float: right;
          margin-bottom: 0;
          font-size: 3em;
          /*					@media only screen and (max-width: $smallest-breakpoint) {
          						width: 100%;
          						margin-right: 0;
          					}*/ }
          @media only screen and (max-width: 970px) {
            .responsive-web .full-width #main-content .status-search form .btn {
              width: 37%;
              margin-right: 0;
              font-size: 1.8em; } }
      .responsive-web .full-width #main-content .status-search .results.status-search {
        padding: 0; }
      .responsive-web .full-width #main-content .status-search #status-results-target,
      .responsive-web .full-width #main-content .status-search #status-signup {
        clear: both;
        overflow: hidden;
        margin-top: 20px; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .status-search #status-results-target,
          .responsive-web .full-width #main-content .status-search #status-signup {
            padding-top: 20px; } }
      .responsive-web .full-width #main-content .status-search #status-signup {
        padding-top: 20px; }
        .responsive-web .full-width #main-content .status-search #status-signup p {
          font-size: 2.4em; }
      .responsive-web .full-width #main-content .status-search div.highlight-column {
        *zoom: 1;
        float: left;
        display: inline;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 31.33333%;
        margin-left: 0%;
        margin-right: 3%; }
        .responsive-web .full-width #main-content .status-search div.highlight-column:before, .responsive-web .full-width #main-content .status-search div.highlight-column:after {
          content: '';
          display: table; }
        .responsive-web .full-width #main-content .status-search div.highlight-column:after {
          clear: both; }
        .responsive-web .full-width #main-content .status-search div.highlight-column:last-child {
          margin-right: 0%; }
        @media only screen and (max-width: 760px) {
          .responsive-web .full-width #main-content .status-search div.highlight-column {
            width: 100%;
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto; }
            .responsive-web .full-width #main-content .status-search div.highlight-column:first-child {
              margin-left: auto; }
            .responsive-web .full-width #main-content .status-search div.highlight-column:last-child {
              margin-right: auto; } }
        .responsive-web .full-width #main-content .status-search div.highlight-column .highlight {
          *zoom: 1;
          padding: 0 0 35px 0 !important;
          padding-bottom: 0 !important;
          padding-top: 0 !important;
          position: relative; }
          .responsive-web .full-width #main-content .status-search div.highlight-column .highlight:before, .responsive-web .full-width #main-content .status-search div.highlight-column .highlight:after {
            content: '';
            display: table; }
          .responsive-web .full-width #main-content .status-search div.highlight-column .highlight:after {
            clear: both; }
          @media only screen and (max-width: 760px) {
            .responsive-web .full-width #main-content .status-search div.highlight-column .highlight {
              width: 100%;
              float: none;
              min-height: 60px;
              padding: 0 0 45px 0 !important; } }
          .responsive-web .full-width #main-content .status-search div.highlight-column .highlight h3 {
            margin-top: 0;
            width: 100%;
            font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
            font-size: 1.8em; }
          .responsive-web .full-width #main-content .status-search div.highlight-column .highlight div {
            padding: 0 0 0 70px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%; }
            .responsive-web .full-width #main-content .status-search div.highlight-column .highlight div.description {
              padding-left: 0; }
              .responsive-web .full-width #main-content .status-search div.highlight-column .highlight div.description p {
                margin-bottom: 0;
                font-size: 1.6em; }
            @media only screen and (max-width: 970px) {
              .responsive-web .full-width #main-content .status-search div.highlight-column .highlight div {
                padding: 0 0 0 55px; } }
          .responsive-web .full-width #main-content .status-search div.highlight-column .highlight .description {
            width: 100%; }
          .responsive-web .full-width #main-content .status-search div.highlight-column .highlight img {
            max-width: 60px;
            position: absolute;
            left: 0;
            top: 0; }
            @media only screen and (max-width: 970px) {
              .responsive-web .full-width #main-content .status-search div.highlight-column .highlight img {
                max-width: 45px; } }
          .responsive-web .full-width #main-content .status-search div.highlight-column .highlight p {
            margin-bottom: 0; }
    .responsive-web .full-width #main-content .circle-list {
      padding: 45px 0 0 0;
      background: #f5f5f5; }
      .responsive-web .full-width #main-content .circle-list .intro-text h2 {
        font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
        font-size: 4em;
        margin-bottom: 31px; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .circle-list .intro-text h2 {
            font-size: 2.5em; } }
      .responsive-web .full-width #main-content .circle-list div div.highlight-column {
        *zoom: 1;
        float: left;
        display: inline;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
        width: 400px;
        margin-right: 50px; }
        .responsive-web .full-width #main-content .circle-list div div.highlight-column:before, .responsive-web .full-width #main-content .circle-list div div.highlight-column:after {
          content: '';
          display: table; }
        .responsive-web .full-width #main-content .circle-list div div.highlight-column:after {
          clear: both; }
        .responsive-web .full-width #main-content .circle-list div div.highlight-column:last-child {
          margin-right: 0%; }
        .responsive-web .full-width #main-content .circle-list div div.highlight-column:last-child {
          margin-right: 0; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .circle-list div div.highlight-column {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            margin-right: 0;
            float: none; }
            .responsive-web .full-width #main-content .circle-list div div.highlight-column:first-child {
              margin-left: auto; }
            .responsive-web .full-width #main-content .circle-list div div.highlight-column:last-child {
              margin-right: auto; } }
        .responsive-web .full-width #main-content .circle-list div div.highlight-column .highlight {
          *zoom: 1;
          padding: 0 0 35px 0 !important; }
          .responsive-web .full-width #main-content .circle-list div div.highlight-column .highlight:before, .responsive-web .full-width #main-content .circle-list div div.highlight-column .highlight:after {
            content: '';
            display: table; }
          .responsive-web .full-width #main-content .circle-list div div.highlight-column .highlight:after {
            clear: both; }
          .responsive-web .full-width #main-content .circle-list div div.highlight-column .highlight h3 {
            margin-top: 0;
            width: 100%; }
          .responsive-web .full-width #main-content .circle-list div div.highlight-column .highlight .description {
            width: inherit; }
            .responsive-web .full-width #main-content .circle-list div div.highlight-column .highlight .description p {
              margin-bottom: 0; }
          .responsive-web .full-width #main-content .circle-list div div.highlight-column .highlight img {
            max-width: 60px; }
          @media only screen and (max-width: 970px) {
            .responsive-web .full-width #main-content .circle-list div div.highlight-column .highlight {
              display: block;
              clear: both;
              float: none;
              width: 100%;
              margin-left: auto;
              margin-right: auto;
              padding: 0 0 45px 0 !important;
              position: relative;
              width: 100%; }
              .responsive-web .full-width #main-content .circle-list div div.highlight-column .highlight:first-child {
                margin-left: auto; }
              .responsive-web .full-width #main-content .circle-list div div.highlight-column .highlight:last-child {
                margin-right: auto; }
              .responsive-web .full-width #main-content .circle-list div div.highlight-column .highlight div {
                width: auto !important;
                margin-left: 55px; }
                .responsive-web .full-width #main-content .circle-list div div.highlight-column .highlight div.description {
                  width: 100%;
                  margin-left: 0; }
              .responsive-web .full-width #main-content .circle-list div div.highlight-column .highlight img {
                display: inline-block;
                max-width: 45px;
                position: absolute;
                left: 0;
                top: 0; }
              .responsive-web .full-width #main-content .circle-list div div.highlight-column .highlight h3 {
                margin-top: 0; } }
    .responsive-web .full-width #main-content .highlight img {
      *zoom: 1;
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 22.75%;
      margin-left: 0%;
      margin-right: 3%;
      width: 60px; }
      .responsive-web .full-width #main-content .highlight img:before, .responsive-web .full-width #main-content .highlight img:after {
        content: '';
        display: table; }
      .responsive-web .full-width #main-content .highlight img:after {
        clear: both; }
      .responsive-web .full-width #main-content .highlight img:last-child {
        margin-right: 0%; }
    .responsive-web .full-width #main-content .highlight h3 {
      font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
      font-size: 1.8em;
      text-transform: none;
      margin-top: 10px; }
      .responsive-web .full-width #main-content .highlight h3 a {
        color: #4C4C4C; }
    .responsive-web .full-width #main-content .highlight > div {
      *zoom: 1;
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 74.25%;
      margin-left: 0%;
      margin-right: 3%;
      width: 250px;
      margin-right: 0; }
      .responsive-web .full-width #main-content .highlight > div:before, .responsive-web .full-width #main-content .highlight > div:after {
        content: '';
        display: table; }
      .responsive-web .full-width #main-content .highlight > div:after {
        clear: both; }
      .responsive-web .full-width #main-content .highlight > div:last-child {
        margin-right: 0%; }
    .responsive-web .full-width #main-content .highlight div {
      font-size: 1em; }
      .responsive-web .full-width #main-content .highlight div .description p {
        font-size: 1.6em; }
    @media only screen and (max-width: 970px) {
      .responsive-web .full-width #main-content .highlight h3:after {
        display: none; }
      .responsive-web .full-width #main-content .highlight img {
        *zoom: 1;
        float: left;
        display: inline;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 22.75%;
        margin-left: 0%;
        margin-right: 3%; }
        .responsive-web .full-width #main-content .highlight img:before, .responsive-web .full-width #main-content .highlight img:after {
          content: '';
          display: table; }
        .responsive-web .full-width #main-content .highlight img:after {
          clear: both; }
        .responsive-web .full-width #main-content .highlight img:last-child {
          margin-right: 0%; } }
    .responsive-web .full-width #main-content .questions h2 {
      margin-bottom: 30px; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content .questions h2 {
          margin-bottom: 20px; } }
    .responsive-web .full-width #main-content .questions .pill-box.filters {
      margin-bottom: 20px; }
      .responsive-web .full-width #main-content .questions .pill-box.filters li {
        display: inline-block;
        text-transform: uppercase;
        margin: 0 10px 18px 0;
        font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif; }
        .responsive-web .full-width #main-content .questions .pill-box.filters li a {
          display: block;
          padding: 3px 10px;
          color: #fff;
          background: #ccc;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -o-border-radius: 8px;
          -ms-border-radius: 8px;
          border-radius: 8px; }
          .responsive-web .full-width #main-content .questions .pill-box.filters li a:hover {
            background: #000; }
          .responsive-web .full-width #main-content .questions .pill-box.filters li a.active {
            background: #3399CC; }
    .responsive-web .full-width #main-content .questions form.ask-question-form .answer {
      padding-bottom: 0;
      font-size: 1em; }
      .responsive-web .full-width #main-content .questions form.ask-question-form .answer input[type="email"] {
        font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
        background: #f5f5f5;
        border: 1px solid #f5f5f5;
        color: #A9A9A9; }
        @media only screen and (max-width: 760px) {
          .responsive-web .full-width #main-content .questions form.ask-question-form .answer input[type="email"] {
            margin-bottom: 20px; } }
      .responsive-web .full-width #main-content .questions form.ask-question-form .answer input[type="email"],
      .responsive-web .full-width #main-content .questions form.ask-question-form .answer .btn {
        *zoom: 1;
        float: left;
        display: inline;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
        padding: 9px 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        margin-bottom: 0; }
        .responsive-web .full-width #main-content .questions form.ask-question-form .answer input[type="email"]:before, .responsive-web .full-width #main-content .questions form.ask-question-form .answer input[type="email"]:after,
        .responsive-web .full-width #main-content .questions form.ask-question-form .answer .btn:before,
        .responsive-web .full-width #main-content .questions form.ask-question-form .answer .btn:after {
          content: '';
          display: table; }
        .responsive-web .full-width #main-content .questions form.ask-question-form .answer input[type="email"]:after,
        .responsive-web .full-width #main-content .questions form.ask-question-form .answer .btn:after {
          clear: both; }
        .responsive-web .full-width #main-content .questions form.ask-question-form .answer input[type="email"]:last-child,
        .responsive-web .full-width #main-content .questions form.ask-question-form .answer .btn:last-child {
          margin-right: 0%; }
        .responsive-web .full-width #main-content .questions form.ask-question-form .answer input[type="email"]:focus,
        .responsive-web .full-width #main-content .questions form.ask-question-form .answer .btn:focus {
          -webkit-box-shadow: 0 0 4px #ccc;
          -moz-box-shadow: 0 0 4px #ccc;
          box-shadow: 0 0 4px #ccc;
          border: 1px solid #ccc;
          outline: 0; }
        @media only screen and (max-width: 640px) {
          .responsive-web .full-width #main-content .questions form.ask-question-form .answer input[type="email"],
          .responsive-web .full-width #main-content .questions form.ask-question-form .answer .btn {
            width: 100% !important;
            float: none;
            margin-bottom: 20px; } }
      .responsive-web .full-width #main-content .questions form.ask-question-form .answer .btn {
        text-align: center; }
      .responsive-web .full-width #main-content .questions form.ask-question-form .answer.opened {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-right: 20px !important;
        overflow: hidden; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .questions form.ask-question-form .answer.opened {
            padding-top: 0 !important;
            padding-right: 20px !important; } }
    .responsive-web .full-width #main-content .questions .ask {
      position: relative;
      padding: 22px 20px 23px 80px;
      border-top: 2px dotted #e7e6e3;
      color: #000;
      font-size: 3em;
      font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
      line-height: 1.4; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content .questions .ask {
          padding-left: 45px;
          font-size: 1.8em;
          padding: 15px 20px 15px 55px; } }
      .responsive-web .full-width #main-content .questions .ask:before {
        content: '+';
        top: 20px;
        width: 60px;
        height: 60px;
        position: absolute;
        left: 0;
        line-height: 44px;
        background: #3399CC;
        font-size: 1.9em;
        text-align: center;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .questions .ask:before {
            font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
            font-size: 1.75em;
            display: block;
            width: 40px;
            height: 40px;
            line-height: .95;
            top: 15px; } }
      .responsive-web .full-width #main-content .questions .ask.opened:before {
        content: '\2014';
        font-size: 1.35em;
        line-height: 50px; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .questions .ask.opened:before {
            font-size: 1.2em;
            line-height: 35px;
            font-weight: 600; } }
      .responsive-web .full-width #main-content .questions .ask .success-message,
      .responsive-web .full-width #main-content .questions .ask .error-message {
        color: #3399CC;
        padding: 10px 0 30px 0;
        font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.4;
        display: block; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .questions .ask .success-message,
          .responsive-web .full-width #main-content .questions .ask .error-message {
            margin: 0;
            padding: 5px 0 25px 0; } }
      .responsive-web .full-width #main-content .questions .ask .error-message {
        color: #EF6310; }
      .responsive-web .full-width #main-content .questions .ask .error-message.form-hidden,
      .responsive-web .full-width #main-content .questions .ask .success-message.form-hidden {
        display: none; }
      .responsive-web .full-width #main-content .questions .ask textarea {
        font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
        line-height: 1;
        font-size: 1em;
        padding-top: 12px;
        padding-bottom: 12px;
        margin: 0;
        background: #f5f5f5;
        color: #A9A9A9;
        width: 100%;
        height: 60px;
        -webkit-transition: height 0.15s, -webkit-transform 0.15s;
        transition: height 0.15s, transform 0.15s; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .questions .ask textarea {
            font-size: 1em;
            height: 40px;
            padding-top: 10px;
            padding-bottom: 10px; } }
      .responsive-web .full-width #main-content .questions .ask.opened textarea {
        height: 210px; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .questions .ask.opened textarea {
            height: 100px; } }
    .responsive-web .full-width #main-content .when-wrap {
      background: #f5f5f5;
      padding: 30px 0px; }
      .responsive-web .full-width #main-content .when-wrap div.text-wrap {
        *zoom: 1;
        float: left;
        display: inline;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 38.2%;
        margin-left: 0%;
        margin-right: 3%; }
        .responsive-web .full-width #main-content .when-wrap div.text-wrap:before, .responsive-web .full-width #main-content .when-wrap div.text-wrap:after {
          content: '';
          display: table; }
        .responsive-web .full-width #main-content .when-wrap div.text-wrap:after {
          clear: both; }
        .responsive-web .full-width #main-content .when-wrap div.text-wrap:last-child {
          margin-right: 0%; }
        .responsive-web .full-width #main-content .when-wrap div.text-wrap p {
          font-size: 2.4em;
          font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif; }
        .responsive-web .full-width #main-content .when-wrap div.text-wrap h2 {
          font-size: 3em; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .when-wrap div.text-wrap {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto; }
            .responsive-web .full-width #main-content .when-wrap div.text-wrap:first-child {
              margin-left: auto; }
            .responsive-web .full-width #main-content .when-wrap div.text-wrap:last-child {
              margin-right: auto; }
            .responsive-web .full-width #main-content .when-wrap div.text-wrap p {
              font-size: 1.8em;
              font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif; }
            .responsive-web .full-width #main-content .when-wrap div.text-wrap h2 {
              font-size: 3em; } }
      .responsive-web .full-width #main-content .when-wrap .sign-up {
        *zoom: 1;
        float: left;
        display: inline;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 58.8%;
        margin-left: 0%;
        margin-right: 3%;
        margin-top: 10px; }
        .responsive-web .full-width #main-content .when-wrap .sign-up:before, .responsive-web .full-width #main-content .when-wrap .sign-up:after {
          content: '';
          display: table; }
        .responsive-web .full-width #main-content .when-wrap .sign-up:after {
          clear: both; }
        .responsive-web .full-width #main-content .when-wrap .sign-up:last-child {
          margin-right: 0%; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .when-wrap .sign-up {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0; }
            .responsive-web .full-width #main-content .when-wrap .sign-up:first-child {
              margin-left: auto; }
            .responsive-web .full-width #main-content .when-wrap .sign-up:last-child {
              margin-right: auto; } }
        .responsive-web .full-width #main-content .when-wrap .sign-up .email {
          width: 100%; }
        .responsive-web .full-width #main-content .when-wrap .sign-up .btn {
          margin-right: 0; }
    .responsive-web .full-width #main-content .sponsors h2 {
      text-align: left; }
    .responsive-web .full-width #main-content .sponsors .devices {
      *zoom: 1;
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 65.66667%;
      margin-left: 0%;
      margin-right: 3%;
      width: 65%; }
      .responsive-web .full-width #main-content .sponsors .devices:before, .responsive-web .full-width #main-content .sponsors .devices:after {
        content: '';
        display: table; }
      .responsive-web .full-width #main-content .sponsors .devices:after {
        clear: both; }
      .responsive-web .full-width #main-content .sponsors .devices:last-child {
        margin-right: 0%; }
      .responsive-web .full-width #main-content .sponsors .devices p {
        margin-top: 20px;
        font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
        font-size: 2.4em; }
      .responsive-web .full-width #main-content .sponsors .devices img {
        margin: 0 auto;
        display: block; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content .sponsors .devices {
          display: block;
          clear: both;
          float: none;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          text-align: center;
          margin-bottom: 40px; }
          .responsive-web .full-width #main-content .sponsors .devices:first-child {
            margin-left: auto; }
          .responsive-web .full-width #main-content .sponsors .devices:last-child {
            margin-right: auto; }
          .responsive-web .full-width #main-content .sponsors .devices p {
            text-align: left; } }
      @media only screen and (max-width: 640px) {
        .responsive-web .full-width #main-content .sponsors .devices p.visible-phone {
          font-size: 1.6em; } }
    .responsive-web .full-width #main-content .sponsors .app-btns {
      *zoom: 1;
      float: left;
      display: inline;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 31.33333%;
      margin-left: 0%;
      margin-right: 3%;
      margin-right: 0;
      float: right; }
      .responsive-web .full-width #main-content .sponsors .app-btns:before, .responsive-web .full-width #main-content .sponsors .app-btns:after {
        content: '';
        display: table; }
      .responsive-web .full-width #main-content .sponsors .app-btns:after {
        clear: both; }
      .responsive-web .full-width #main-content .sponsors .app-btns:last-child {
        margin-right: 0%; }
      @media only screen and (max-width: 970px) {
        .responsive-web .full-width #main-content .sponsors .app-btns {
          margin-right: 3%;
          *zoom: 1;
          float: left;
          display: inline;
          clear: none;
          text-align: inherit;
          padding-left: 0;
          padding-right: 0;
          width: 48.5%;
          margin-left: 0%;
          margin-right: 3%; }
          .responsive-web .full-width #main-content .sponsors .app-btns:before, .responsive-web .full-width #main-content .sponsors .app-btns:after {
            content: '';
            display: table; }
          .responsive-web .full-width #main-content .sponsors .app-btns:after {
            clear: both; }
          .responsive-web .full-width #main-content .sponsors .app-btns:last-child {
            margin-right: 0%; } }
    .responsive-web .full-width #main-content #map-canvas img {
      max-width: none !important; }
    .responsive-web .full-width #main-content .map {
      padding: 0;
      position: relative; }
      .responsive-web .full-width #main-content .map .caption {
        padding: 20px 45px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.3);
        color: #fff; }
        .responsive-web .full-width #main-content .map .caption p {
          *zoom: 1;
          float: left;
          display: inline;
          clear: none;
          text-align: inherit;
          padding-left: 0;
          padding-right: 0;
          width: 65.66667%;
          margin-left: 0%;
          margin-right: 3%;
          margin-bottom: 0;
          color: #fff;
          font-size: 2.4em;
          font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
          line-height: 1.3; }
          .responsive-web .full-width #main-content .map .caption p:before, .responsive-web .full-width #main-content .map .caption p:after {
            content: '';
            display: table; }
          .responsive-web .full-width #main-content .map .caption p:after {
            clear: both; }
          .responsive-web .full-width #main-content .map .caption p:last-child {
            margin-right: 0%; }
        .responsive-web .full-width #main-content .map .caption .zip-form {
          *zoom: 1;
          float: left;
          display: inline;
          clear: none;
          text-align: inherit;
          padding-left: 0;
          padding-right: 0;
          width: 31.33333%;
          margin-left: 0%;
          margin-right: 3%;
          *zoom: 1;
          margin-top: 10px; }
          .responsive-web .full-width #main-content .map .caption .zip-form:before, .responsive-web .full-width #main-content .map .caption .zip-form:after {
            content: '';
            display: table; }
          .responsive-web .full-width #main-content .map .caption .zip-form:after {
            clear: both; }
          .responsive-web .full-width #main-content .map .caption .zip-form:last-child {
            margin-right: 0%; }
          .responsive-web .full-width #main-content .map .caption .zip-form:before, .responsive-web .full-width #main-content .map .caption .zip-form:after {
            content: '';
            display: table; }
          .responsive-web .full-width #main-content .map .caption .zip-form:after {
            clear: both; }
          .responsive-web .full-width #main-content .map .caption .zip-form .zip-code {
            *zoom: 1;
            float: left;
            display: inline;
            clear: none;
            text-align: inherit;
            padding-left: 0;
            padding-right: 0;
            width: 65.66667%;
            margin-left: 0%;
            margin-right: 3%;
            padding: 9px 12px;
            margin-bottom: 0; }
            .responsive-web .full-width #main-content .map .caption .zip-form .zip-code:before, .responsive-web .full-width #main-content .map .caption .zip-form .zip-code:after {
              content: '';
              display: table; }
            .responsive-web .full-width #main-content .map .caption .zip-form .zip-code:after {
              clear: both; }
            .responsive-web .full-width #main-content .map .caption .zip-form .zip-code:last-child {
              margin-right: 0%; }
          .responsive-web .full-width #main-content .map .caption .zip-form .btn {
            width: auto; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content .map .caption {
            display: none; } }
    .responsive-web .full-width #main-content #map-search {
      background: #f5f5f5;
      padding: 30px; }
      .responsive-web .full-width #main-content #map-search.alt {
        background: #fff;
        padding: 30px 60px; }
        .responsive-web .full-width #main-content #map-search.alt div.text-wrap h2 {
          margin-bottom: 0; }
          @media only screen and (max-width: 970px) {
            .responsive-web .full-width #main-content #map-search.alt div.text-wrap h2 {
              font-size: 2em;
              margin-bottom: 20px; } }
        .responsive-web .full-width #main-content #map-search.alt div.search input {
          margin-bottom: 10px; }
      .responsive-web .full-width #main-content #map-search div.text-wrap {
        *zoom: 1;
        float: left;
        display: inline;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 38.2%;
        margin-left: 0%;
        margin-right: 3%; }
        .responsive-web .full-width #main-content #map-search div.text-wrap:before, .responsive-web .full-width #main-content #map-search div.text-wrap:after {
          content: '';
          display: table; }
        .responsive-web .full-width #main-content #map-search div.text-wrap:after {
          clear: both; }
        .responsive-web .full-width #main-content #map-search div.text-wrap:last-child {
          margin-right: 0%; }
        .responsive-web .full-width #main-content #map-search div.text-wrap h2 {
          font-size: 2.2em;
          padding-top: 12px; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content #map-search div.text-wrap {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto; }
            .responsive-web .full-width #main-content #map-search div.text-wrap:first-child {
              margin-left: auto; }
            .responsive-web .full-width #main-content #map-search div.text-wrap:last-child {
              margin-right: auto; }
            .responsive-web .full-width #main-content #map-search div.text-wrap h2 {
              font-size: 2em; } }
      .responsive-web .full-width #main-content #map-search .search {
        *zoom: 1;
        float: left;
        display: inline;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 58.8%;
        margin-left: 0%;
        margin-right: 3%;
        margin-top: 10px; }
        .responsive-web .full-width #main-content #map-search .search:before, .responsive-web .full-width #main-content #map-search .search:after {
          content: '';
          display: table; }
        .responsive-web .full-width #main-content #map-search .search:after {
          clear: both; }
        .responsive-web .full-width #main-content #map-search .search:last-child {
          margin-right: 0%; }
        @media only screen and (max-width: 970px) {
          .responsive-web .full-width #main-content #map-search .search {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0; }
            .responsive-web .full-width #main-content #map-search .search:first-child {
              margin-left: auto; }
            .responsive-web .full-width #main-content #map-search .search:last-child {
              margin-right: auto; } }
        .responsive-web .full-width #main-content #map-search .search .googlemap_zipsearch {
          width: 75%; }
        .responsive-web .full-width #main-content #map-search .search .btn {
          margin-right: 0;
          width: 20%; }
  .responsive-web #main-content.ohs-get-care .landing-page #main-section {
    /*outline: 1px solid green;*/
    width: 480px;
    overflow: hidden; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content.ohs-get-care .landing-page #main-section {
        width: 100%;
        padding: 0px 2% !important; } }
    .responsive-web #main-content.ohs-get-care .landing-page #main-section h4 {
      font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
      color: #000;
      font-size: 1.8em;
      margin-bottom: 20px; }
    .responsive-web #main-content.ohs-get-care .landing-page #main-section input[type="text"],
    .responsive-web #main-content.ohs-get-care .landing-page #main-section input[type="email"],
    .responsive-web #main-content.ohs-get-care .landing-page #main-section textarea {
      font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
      margin: 0 0 20px;
      padding: 9px 12px;
      color: #A9A9A9;
      font-size: 2em;
      border: 1px solid #e7e6e3;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: top;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px; }
      .responsive-web #main-content.ohs-get-care .landing-page #main-section input[type="text"]:focus,
      .responsive-web #main-content.ohs-get-care .landing-page #main-section input[type="email"]:focus,
      .responsive-web #main-content.ohs-get-care .landing-page #main-section textarea:focus {
        -webkit-box-shadow: 0 0 4px #ccc;
        -moz-box-shadow: 0 0 4px #ccc;
        box-shadow: 0 0 4px #ccc;
        border: 1px solid #ccc;
        outline: 0; }
      @media only screen and (max-width: 970px) {
        .responsive-web #main-content.ohs-get-care .landing-page #main-section input[type="text"],
        .responsive-web #main-content.ohs-get-care .landing-page #main-section input[type="email"],
        .responsive-web #main-content.ohs-get-care .landing-page #main-section textarea {
          font-size: 16px;
          line-height: 24px;
          padding: 6px 10px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; } }
    .responsive-web #main-content.ohs-get-care .landing-page #main-section input[type="text"],
    .responsive-web #main-content.ohs-get-care .landing-page #main-section input[type="email"] {
      height: 40px; }
      @media only screen and (max-width: 970px) {
        .responsive-web #main-content.ohs-get-care .landing-page #main-section input[type="text"],
        .responsive-web #main-content.ohs-get-care .landing-page #main-section input[type="email"] {
          height: auto !important; } }
    .responsive-web #main-content.ohs-get-care .landing-page #main-section .zip-code {
      float: left;
      width: 47.2%;
      /*margin-right: 3% !important;*/ }
    .responsive-web #main-content.ohs-get-care .landing-page #main-section .btn {
      float: right;
      width: 47.2%;
      margin: 0 0 20px;
      padding: 9px 20px;
      background: #3399CC;
      color: #fff;
      height: 40px;
      font-size: 2em;
      font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif !important;
      text-transform: uppercase;
      border: none;
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      @media only screen and (max-width: 970px) {
        .responsive-web #main-content.ohs-get-care .landing-page #main-section .btn {
          font-size: 16px;
          line-height: 24px;
          padding: 6px 10px;
          height: auto !important;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; } }
    .responsive-web #main-content.ohs-get-care .landing-page #main-section form.sign-up.get-care {
      overflow: hidden;
      background: #f5f5f5;
      padding: 30px 60px;
      margin: 10px 0 60px 0; }
      .responsive-web #main-content.ohs-get-care .landing-page #main-section form.sign-up.get-care .email {
        width: 100%; }
      .responsive-web #main-content.ohs-get-care .landing-page #main-section form.sign-up.get-care .btn {
        margin-right: 0; }
      @media only screen and (max-width: 970px) {
        .responsive-web #main-content.ohs-get-care .landing-page #main-section form.sign-up.get-care {
          margin-bottom: 20px; } }
  .responsive-web #main-content {
    padding: 0 45px;
    width: 640px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top; }
    .responsive-web #main-content.home .landing-page {
      margin-top: 0; }
      .responsive-web #main-content.home .landing-page #main-section {
        width: 100%; }
        .responsive-web #main-content.home .landing-page #main-section .highlight img {
          margin-right: 20px; }
        .responsive-web #main-content.home .landing-page #main-section .highlight div {
          width: 450px; }
          @media only screen and (max-width: 970px) {
            .responsive-web #main-content.home .landing-page #main-section .highlight div {
              width: 100%; }
              .responsive-web #main-content.home .landing-page #main-section .highlight div.description {
                width: 62%; } }
        .responsive-web #main-content.home .landing-page #main-section .highlight h3.link-arrow a:after {
          display: none; }
        .responsive-web #main-content.home .landing-page #main-section .highlight p {
          font-size: 1.6em;
          font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif; }
    .responsive-web #main-content .landing-page {
      margin-top: 35px;
      width: 100%; }
      .responsive-web #main-content .landing-page.home {
        margin-top: 0; }
      .responsive-web #main-content .landing-page h2 {
        color: #50B5CF;
        font-size: 2.2em;
        font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
        line-height: 1.2;
        margin-bottom: 20px; }
      .responsive-web #main-content .landing-page .sub-nav {
        width: 130px;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        margin-right: 27px; }
        @media only screen and (max-width: 970px) {
          .responsive-web #main-content .landing-page .sub-nav {
            display: none !important; } }
        .responsive-web #main-content .landing-page .sub-nav h3 {
          color: #08467f;
          text-transform: uppercase;
          font-size: 1.8em;
          font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif; }
        .responsive-web #main-content .landing-page .sub-nav ul li {
          font-size: 1.4em;
          line-height: 1.4;
          padding: 7% 0;
          border-bottom: 1px solid #e7e6e3;
          font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif; }
          .responsive-web #main-content .landing-page .sub-nav ul li ul li {
            font-size: 1em;
            border-bottom: none;
            padding: 3% 0; }
            .responsive-web #main-content .landing-page .sub-nav ul li ul li:last-child {
              border-bottom: none; }
          .responsive-web #main-content .landing-page .sub-nav ul li a {
            color: #0064B8; }
          .responsive-web #main-content .landing-page .sub-nav ul li:last-child {
            border-bottom: 1px solid #e7e6e3; }
          .responsive-web #main-content .landing-page .sub-nav ul li.current ul {
            /*border-top: 1px dashed $light-grey;*/
            margin-top: 7%; }
          .responsive-web #main-content .landing-page .sub-nav ul li.current .active {
            border-bottom: none; }
            .responsive-web #main-content .landing-page .sub-nav ul li.current .active a {
              color: #50B5CF; }
            .responsive-web #main-content .landing-page .sub-nav ul li.current .active .active a {
              color: #50B5CF; }
          .responsive-web #main-content .landing-page .sub-nav ul li.active, .responsive-web #main-content .landing-page .sub-nav ul li.current {
            border-bottom: 1px dashed #e7e6e3; }
            .responsive-web #main-content .landing-page .sub-nav ul li.active.current, .responsive-web #main-content .landing-page .sub-nav ul li.current.current {
              border-bottom: 1px solid #e7e6e3; }
            .responsive-web #main-content .landing-page .sub-nav ul li.active a, .responsive-web #main-content .landing-page .sub-nav ul li.current a {
              color: #50B5CF; }
            .responsive-web #main-content .landing-page .sub-nav ul li.active ul, .responsive-web #main-content .landing-page .sub-nav ul li.current ul {
              /*border-top: 1px dashed $light-grey;*/
              margin-top: 7%; }
            .responsive-web #main-content .landing-page .sub-nav ul li.active ul li, .responsive-web #main-content .landing-page .sub-nav ul li.current ul li {
              font-size: 1em;
              border-top: none;
              padding: 3% 0;
              list-style: disc outside;
              margin-left: 20px;
              color: #0064B8; }
              .responsive-web #main-content .landing-page .sub-nav ul li.active ul li ul, .responsive-web #main-content .landing-page .sub-nav ul li.current ul li ul {
                margin-top: 2%; }
                .responsive-web #main-content .landing-page .sub-nav ul li.active ul li ul li, .responsive-web #main-content .landing-page .sub-nav ul li.current ul li ul li {
                  list-style: none;
                  font-style: italic;
                  padding-left: 0;
                  margin-left: 0; }
                  .responsive-web #main-content .landing-page .sub-nav ul li.active ul li ul li a, .responsive-web #main-content .landing-page .sub-nav ul li.current ul li ul li a {
                    color: #0064B8; }
                  .responsive-web #main-content .landing-page .sub-nav ul li.active ul li ul li ul li, .responsive-web #main-content .landing-page .sub-nav ul li.current ul li ul li ul li {
                    list-style: none;
                    font-size: 0.9em;
                    font-style: normal; }
                    .responsive-web #main-content .landing-page .sub-nav ul li.active ul li ul li ul li:before, .responsive-web #main-content .landing-page .sub-nav ul li.current ul li ul li ul li:before {
                      content: '- '; }
              .responsive-web #main-content .landing-page .sub-nav ul li.active ul li a, .responsive-web #main-content .landing-page .sub-nav ul li.current ul li a {
                color: #0064B8; }
              .responsive-web #main-content .landing-page .sub-nav ul li.active ul li.active, .responsive-web #main-content .landing-page .sub-nav ul li.active ul li.active a, .responsive-web #main-content .landing-page .sub-nav ul li.current ul li.active, .responsive-web #main-content .landing-page .sub-nav ul li.current ul li.active a {
                color: #50B5CF; }
                .responsive-web #main-content .landing-page .sub-nav ul li.active ul li.active ul li a, .responsive-web #main-content .landing-page .sub-nav ul li.active ul li.active a ul li a, .responsive-web #main-content .landing-page .sub-nav ul li.current ul li.active ul li a, .responsive-web #main-content .landing-page .sub-nav ul li.current ul li.active a ul li a {
                  color: #0064B8; }
                .responsive-web #main-content .landing-page .sub-nav ul li.active ul li.active .active ul li a, .responsive-web #main-content .landing-page .sub-nav ul li.active ul li.active a .active ul li a, .responsive-web #main-content .landing-page .sub-nav ul li.current ul li.active .active ul li a, .responsive-web #main-content .landing-page .sub-nav ul li.current ul li.active a .active ul li a {
                  color: #0064B8; }
                .responsive-web #main-content .landing-page .sub-nav ul li.active ul li.active .active ul li.active a, .responsive-web #main-content .landing-page .sub-nav ul li.active ul li.active a .active ul li.active a, .responsive-web #main-content .landing-page .sub-nav ul li.current ul li.active .active ul li.active a, .responsive-web #main-content .landing-page .sub-nav ul li.current ul li.active a .active ul li.active a {
                  color: #50B5CF; }
      .responsive-web #main-content .landing-page .inner-sub-nav {
        width: 100%;
        padding: 10px 0;
        overflow: hidden; }
        .responsive-web #main-content .landing-page .inner-sub-nav ul li {
          border: none;
          line-height: 1.4; }
        @media only screen and (max-width: 970px) {
          .responsive-web #main-content .landing-page .inner-sub-nav {
            width: auto;
            padding: 0;
            margin: 10px 0; }
            .responsive-web #main-content .landing-page .inner-sub-nav ul li {
              border-bottom: 1px solid #e7e6e3;
              display: block;
              padding-bottom: 0; }
              .responsive-web #main-content .landing-page .inner-sub-nav ul li.last {
                border-bottom: none; }
              .responsive-web #main-content .landing-page .inner-sub-nav ul li a {
                display: block; } }
      .responsive-web #main-content .landing-page #main-section {
        width: 480px;
        padding: 0 !important;
        display: inline-block;
        vertical-align: top;
        /*        
        div {
          font-size: 1.4em;
          line-height: 1.45;
          &.highlight, &.description {
            font-size: .625em;
            line-height: 1;
            div {
        	 font-size: .625em;
        	 line-height: 1;
            }
          }
          &.promo-module, &.alpha_panel {
            font-size: 1em;
            line-height: 24px;
          }
          div {
            font-size: 1em;
            line-height: 1;
          }
        }
        .highlight div {
          font-size: 1em;
          line-height: 1;
        }*/ }
        .responsive-web #main-content .landing-page #main-section.full-width {
          width: 100%; }
        @media only screen and (max-width: 970px) {
          .responsive-web #main-content .landing-page #main-section {
            width: 100%;
            padding: 0px 2% !important; } }
        .responsive-web #main-content .landing-page #main-section input[type="text"],
        .responsive-web #main-content .landing-page #main-section input[type="password"],
        .responsive-web #main-content .landing-page #main-section input[type="search"],
        .responsive-web #main-content .landing-page #main-section input[type="email"] {
          width: 80%;
          margin: 0 0 16px;
          padding: 9px 12px;
          font-size: 1.5em;
          border: 1px solid #e7e6e3;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          vertical-align: top;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
          .responsive-web #main-content .landing-page #main-section input[type="text"]:focus,
          .responsive-web #main-content .landing-page #main-section input[type="password"]:focus,
          .responsive-web #main-content .landing-page #main-section input[type="search"]:focus,
          .responsive-web #main-content .landing-page #main-section input[type="email"]:focus {
            -webkit-box-shadow: 0 0 4px #ccc;
            -moz-box-shadow: 0 0 4px #ccc;
            box-shadow: 0 0 4px #ccc;
            border: 1px solid #ccc;
            outline: 0; }
          .responsive-web #main-content .landing-page #main-section input[type="text"].half,
          .responsive-web #main-content .landing-page #main-section input[type="password"].half,
          .responsive-web #main-content .landing-page #main-section input[type="search"].half,
          .responsive-web #main-content .landing-page #main-section input[type="email"].half {
            width: 40%;
            display: inline-block; }
          .responsive-web #main-content .landing-page #main-section input[type="text"].search-news,
          .responsive-web #main-content .landing-page #main-section input[type="password"].search-news,
          .responsive-web #main-content .landing-page #main-section input[type="search"].search-news,
          .responsive-web #main-content .landing-page #main-section input[type="email"].search-news {
            margin-right: 10px; }
        .responsive-web #main-content .landing-page #main-section .or-separator {
          font-size: 1.4em;
          margin: 0 8px;
          display: inline-block;
          vertical-align: middle; }
        .responsive-web #main-content .landing-page #main-section #state-donate {
          width: 35%;
          font-size: 1.5em; }
        .responsive-web #main-content .landing-page #main-section blockquote, .responsive-web #main-content .landing-page #main-section q {
          quotes: "" "";
          margin: 15px 0 20px;
          padding: 15px 20px;
          border-bottom: 1px solid #e7e6e3;
          border-top: 1px solid #e7e6e3;
          color: #7f7f7f;
          font-size: 1.4em;
          line-height: 1.45; }
          .responsive-web #main-content .landing-page #main-section blockquote p, .responsive-web #main-content .landing-page #main-section q p {
            font-size: 1em;
            margin-bottom: 0; }
        .responsive-web #main-content .landing-page #main-section td {
          font-size: 1.4em;
          line-height: 1.45; }
          .responsive-web #main-content .landing-page #main-section td p {
            font-size: 1em;
            margin-bottom: 0; }
        .responsive-web #main-content .landing-page #main-section a.go-btn,
        .responsive-web #main-content .landing-page #main-section .go-btn,
        .responsive-web #main-content .landing-page #main-section a.go-btn.promo-type-two-btn {
          border: 0;
          border: none;
          display: inline-block;
          padding: 6px 10px;
          line-height: 24px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 1.25em;
          font-family: "HelveticaNeueW01-77BdCn 692722", Arial, Helvetica, sans-serif;
          background-color: #F58220;
          color: #fff;
          overflow: hidden;
          -webkit-font-smoothing: antialiased;
          -moz-font-smoothing: antialiased;
          font-smoothing: antialiased; }
          .responsive-web #main-content .landing-page #main-section a.go-btn:active, .responsive-web #main-content .landing-page #main-section a.go-btn:focus, .responsive-web #main-content .landing-page #main-section a.go-btn:hover,
          .responsive-web #main-content .landing-page #main-section .go-btn:active,
          .responsive-web #main-content .landing-page #main-section .go-btn:focus,
          .responsive-web #main-content .landing-page #main-section .go-btn:hover,
          .responsive-web #main-content .landing-page #main-section a.go-btn.promo-type-two-btn:active,
          .responsive-web #main-content .landing-page #main-section a.go-btn.promo-type-two-btn:focus,
          .responsive-web #main-content .landing-page #main-section a.go-btn.promo-type-two-btn:hover {
            background-color: #EF6310; }
          .responsive-web #main-content .landing-page #main-section a.go-btn#email-submit,
          .responsive-web #main-content .landing-page #main-section .go-btn#email-submit,
          .responsive-web #main-content .landing-page #main-section a.go-btn.promo-type-two-btn#email-submit {
            margin-top: 0 !important; }
          .responsive-web #main-content .landing-page #main-section a.go-btn#email-submit, .responsive-web #main-content .landing-page #main-section a.go-btn#search-press-submit,
          .responsive-web #main-content .landing-page #main-section .go-btn#email-submit,
          .responsive-web #main-content .landing-page #main-section .go-btn#search-press-submit,
          .responsive-web #main-content .landing-page #main-section a.go-btn.promo-type-two-btn#email-submit,
          .responsive-web #main-content .landing-page #main-section a.go-btn.promo-type-two-btn#search-press-submit {
            width: auto;
            height: 34px;
            margin-left: 5px; }
          .responsive-web #main-content .landing-page #main-section a.go-btn.full, .responsive-web #main-content .landing-page #main-section a.go-btn.half,
          .responsive-web #main-content .landing-page #main-section .go-btn.full,
          .responsive-web #main-content .landing-page #main-section .go-btn.half,
          .responsive-web #main-content .landing-page #main-section a.go-btn.promo-type-two-btn.full,
          .responsive-web #main-content .landing-page #main-section a.go-btn.promo-type-two-btn.half {
            margin: 0;
            padding: 6px 10px;
            font-size: 1.7em;
            text-align: center;
            line-height: 24px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
          .responsive-web #main-content .landing-page #main-section a.go-btn.full,
          .responsive-web #main-content .landing-page #main-section .go-btn.full,
          .responsive-web #main-content .landing-page #main-section a.go-btn.promo-type-two-btn.full {
            width: 100%; }
          .responsive-web #main-content .landing-page #main-section a.go-btn.half,
          .responsive-web #main-content .landing-page #main-section .go-btn.half,
          .responsive-web #main-content .landing-page #main-section a.go-btn.promo-type-two-btn.half {
            width: 48%;
            display: inline-block; }
            .responsive-web #main-content .landing-page #main-section a.go-btn.half:first-of-type,
            .responsive-web #main-content .landing-page #main-section .go-btn.half:first-of-type,
            .responsive-web #main-content .landing-page #main-section a.go-btn.promo-type-two-btn.half:first-of-type {
              margin-right: 3%; }
        .responsive-web #main-content .landing-page #main-section a.go-btn.blue-primary,
        .responsive-web #main-content .landing-page #main-section a.go-btn.blue-primary.promo-type-two-btn,
        .responsive-web #main-content .landing-page #main-section .go-btn.blue-primary {
          background-color: #0064B8; }
          .responsive-web #main-content .landing-page #main-section a.go-btn.blue-primary:active, .responsive-web #main-content .landing-page #main-section a.go-btn.blue-primary:focus, .responsive-web #main-content .landing-page #main-section a.go-btn.blue-primary:hover,
          .responsive-web #main-content .landing-page #main-section a.go-btn.blue-primary.promo-type-two-btn:active,
          .responsive-web #main-content .landing-page #main-section a.go-btn.blue-primary.promo-type-two-btn:focus,
          .responsive-web #main-content .landing-page #main-section a.go-btn.blue-primary.promo-type-two-btn:hover,
          .responsive-web #main-content .landing-page #main-section .go-btn.blue-primary:active,
          .responsive-web #main-content .landing-page #main-section .go-btn.blue-primary:focus,
          .responsive-web #main-content .landing-page #main-section .go-btn.blue-primary:hover {
            background-color: #00427D; }
        .responsive-web #main-content .landing-page #main-section a.go-btn.blue-secondary,
        .responsive-web #main-content .landing-page #main-section a.go-btn.blue-secondary.promo-type-two-btn,
        .responsive-web #main-content .landing-page #main-section .go-btn.blue-secondary {
          background-color: #00427D; }
          .responsive-web #main-content .landing-page #main-section a.go-btn.blue-secondary:active, .responsive-web #main-content .landing-page #main-section a.go-btn.blue-secondary:focus, .responsive-web #main-content .landing-page #main-section a.go-btn.blue-secondary:hover,
          .responsive-web #main-content .landing-page #main-section a.go-btn.blue-secondary.promo-type-two-btn:active,
          .responsive-web #main-content .landing-page #main-section a.go-btn.blue-secondary.promo-type-two-btn:focus,
          .responsive-web #main-content .landing-page #main-section a.go-btn.blue-secondary.promo-type-two-btn:hover,
          .responsive-web #main-content .landing-page #main-section .go-btn.blue-secondary:active,
          .responsive-web #main-content .landing-page #main-section .go-btn.blue-secondary:focus,
          .responsive-web #main-content .landing-page #main-section .go-btn.blue-secondary:hover {
            background-color: #00396C; }
        .responsive-web #main-content .landing-page #main-section a.go-btn.cancel,
        .responsive-web #main-content .landing-page #main-section .go-btn.cancel {
          background-color: transparent;
          border: 2px solid #50B5CF;
          color: #fff; }
          .responsive-web #main-content .landing-page #main-section a.go-btn.cancel:active, .responsive-web #main-content .landing-page #main-section a.go-btn.cancel:focus, .responsive-web #main-content .landing-page #main-section a.go-btn.cancel:hover,
          .responsive-web #main-content .landing-page #main-section .go-btn.cancel:active,
          .responsive-web #main-content .landing-page #main-section .go-btn.cancel:focus,
          .responsive-web #main-content .landing-page #main-section .go-btn.cancel:hover {
            background-color: #50B5CF; }
          .responsive-web #main-content .landing-page #main-section a.go-btn.cancel.half,
          .responsive-web #main-content .landing-page #main-section .go-btn.cancel.half {
            height: 36px;
            padding: 4px 0 6px; }
        .responsive-web #main-content .landing-page #main-section .button-set .go-btn,
        .responsive-web #main-content .landing-page #main-section .button-set a.go-btn {
          display: block;
          margin: 0 0 10px; }
          .responsive-web #main-content .landing-page #main-section .button-set .go-btn:last-child,
          .responsive-web #main-content .landing-page #main-section .button-set a.go-btn:last-child {
            margin: 0; }
        .responsive-web #main-content .landing-page #main-section .press-release h1 {
          color: #50B5CF;
          font-size: 2.2em;
          font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
          line-height: 1.2;
          margin-bottom: 20px; }
  .responsive-web #main-content .landing-page .sub-nav .affiliate-social {
    width: 130px;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content .landing-page .sub-nav .affiliate-social {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    .responsive-web #main-content .landing-page .sub-nav .affiliate-social li {
      border: none;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px 10px 0;
      padding: 0;
      font-size: 1em; }
      @media only screen and (max-width: 970px) {
        .responsive-web #main-content .landing-page .sub-nav .affiliate-social li {
          margin: 0 5px 0 0;
          padding: 0; } }
      .responsive-web #main-content .landing-page .sub-nav .affiliate-social li h2 {
        margin-bottom: 10px; }
        @media only screen and (max-width: 970px) {
          .responsive-web #main-content .landing-page .sub-nav .affiliate-social li h2 {
            font-size: 1em; } }
      .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a {
        width: 40px;
        height: 40px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        background: no-repeat transparent top left;
        /*@media only screen and (max-width: $mobile-breakpoint) {
          width: 40px;
          height: 40px;
          &.facebook {
            @include at2x('../images/social/planned-parenthood-c3-follow-us-on-facebook', png, 36px, 36px);
          }
          &.twitter {
            @include at2x('../images/social/planned-parenthood-c3-follow-us-on-twitter', png, 36px, 36px);
          }
          &.tumblr {
            @include at2x('../images/social/planned-parenthood-c3-follow-us-on-tumblr', png, 36px, 36px);
          }
          &.pinterest {
            @include at2x('../images/social/planned-parenthood-c3-follow-us-on-pinterest', png, 36px, 36px);
          }
          &.instagram {
            @include at2x('../images/social/planned-parenthood-c3-follow-us-on-instagram', png, 36px, 36px);
          }
          &.youtube {
            @include at2x('../images/social/planned-parenthood-c3-follow-us-on-youtube', png, 36px, 36px);
          }
          &.google {
            @include at2x('../images/social/planned-parenthood-c3-follow-us-on-google', png, 36px, 36px);
          }
          &.rss {
            @include at2x('../images/social/planned-parenthood-c3-subscribe-to-rss', png, 36px, 36px);
          }
        }*/ }
        .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.facebook {
          background: url("../images/social/planned-parenthood-c3-follow-us-on-facebook.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
            .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.facebook {
              background: url("../images/social/planned-parenthood-c3-follow-us-on-facebook@2x.png");
              background-size: 40px 40px; } }
        .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.twitter {
          background: url("../images/social/planned-parenthood-c3-follow-us-on-twitter.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
            .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.twitter {
              background: url("../images/social/planned-parenthood-c3-follow-us-on-twitter@2x.png");
              background-size: 40px 40px; } }
        .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.tumblr {
          background: url("../images/social/planned-parenthood-c3-follow-us-on-tumblr.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
            .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.tumblr {
              background: url("../images/social/planned-parenthood-c3-follow-us-on-tumblr@2x.png");
              background-size: 40px 40px; } }
        .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.pinterest {
          background: url("../images/social/planned-parenthood-c3-follow-us-on-pinterest.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
            .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.pinterest {
              background: url("../images/social/planned-parenthood-c3-follow-us-on-pinterest@2x.png");
              background-size: 40px 40px; } }
        .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.instagram {
          background: url("../images/social/planned-parenthood-c3-follow-us-on-instagram.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
            .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.instagram {
              background: url("../images/social/planned-parenthood-c3-follow-us-on-instagram@2x.png");
              background-size: 40px 40px; } }
        .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.youtube {
          background: url("../images/social/planned-parenthood-c3-follow-us-on-youtube.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
            .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.youtube {
              background: url("../images/social/planned-parenthood-c3-follow-us-on-youtube@2x.png");
              background-size: 40px 40px; } }
        .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.google {
          background: url("../images/social/planned-parenthood-c3-follow-us-on-google.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
            .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.google {
              background: url("../images/social/planned-parenthood-c3-follow-us-on-google@2x.png");
              background-size: 40px 40px; } }
        .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.rss {
          background: url("../images/social/planned-parenthood-c3-subscribe-to-rss.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
            .responsive-web #main-content .landing-page .sub-nav .affiliate-social li a.rss {
              background: url("../images/social/planned-parenthood-c3-subscribe-to-rss@2x.png");
              background-size: 40px 40px; } }
      .responsive-web #main-content .landing-page .sub-nav .affiliate-social li:first-child {
        padding: 0;
        color: #50B5CF;
        padding-top: 20px;
        display: block; }
        @media only screen and (max-width: 970px) {
          .responsive-web #main-content .landing-page .sub-nav .affiliate-social li:first-child {
            padding: 0;
            font-size: 2.1em;
            display: block;
            vertical-align: middle;
            margin: 0 0 10px 0; } }
      .responsive-web #main-content .landing-page .sub-nav .affiliate-social li:last-child {
        border-bottom: none; }
      .responsive-web #main-content .landing-page .sub-nav .affiliate-social li.first {
        padding-left: 0; }
    .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a {
      /*@media only screen and (max-width: $mobile-breakpoint) {
        width: 36px;
        height: 36px;
        &.facebook {
          @include at2x('../images/social/planned-parenthood-c4-follow-us-on-facebook', png, 36px, 36px);
        }
        &.twitter {
          @include at2x('../images/social/planned-parenthood-c4-follow-us-on-twitter', png, 36px, 36px);
        }
        &.tumblr {
          @include at2x('../images/social/planned-parenthood-c4-follow-us-on-tumblr', png, 36px, 36px);
        }
        &.pinterest {
          @include at2x('../images/social/planned-parenthood-c4-follow-us-on-pinterest', png, 36px, 36px);
        }
        &.instagram {
          @include at2x('../images/social/planned-parenthood-c4-follow-us-on-instagram', png, 36px, 36px);
        }
        &.youtube {
          @include at2x('../images/social/planned-parenthood-c4-follow-us-on-youtube', png, 36px, 36px);
        }
        &.google {
          @include at2x('../images/social/planned-parenthood-c4-follow-us-on-google', png, 36px, 36px);
        }
        &.rss {
          @include at2x('../images/social/planned-parenthood-c4-subscribe-to-rss', png, 36px, 36px);
        }
      }*/ }
      .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.facebook {
        background: url("../images/social/planned-parenthood-c4-follow-us-on-facebook.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.facebook {
            background: url("../images/social/planned-parenthood-c4-follow-us-on-facebook@2x.png");
            background-size: 40px 40px; } }
      .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.twitter {
        background: url("../images/social/planned-parenthood-c4-follow-us-on-twitter.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.twitter {
            background: url("../images/social/planned-parenthood-c4-follow-us-on-twitter@2x.png");
            background-size: 40px 40px; } }
      .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.tumblr {
        background: url("../images/social/planned-parenthood-c4-follow-us-on-tumblr.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.tumblr {
            background: url("../images/social/planned-parenthood-c4-follow-us-on-tumblr@2x.png");
            background-size: 40px 40px; } }
      .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.pinterest {
        background: url("../images/social/planned-parenthood-c4-follow-us-on-pinterest.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.pinterest {
            background: url("../images/social/planned-parenthood-c4-follow-us-on-pinterest@2x.png");
            background-size: 40px 40px; } }
      .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.instagram {
        background: url("../images/social/planned-parenthood-c4-follow-us-on-instagram.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.instagram {
            background: url("../images/social/planned-parenthood-c4-follow-us-on-instagram@2x.png");
            background-size: 40px 40px; } }
      .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.youtube {
        background: url("../images/social/planned-parenthood-c4-follow-us-on-youtube.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.youtube {
            background: url("../images/social/planned-parenthood-c4-follow-us-on-youtube@2x.png");
            background-size: 40px 40px; } }
      .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.google {
        background: url("../images/social/planned-parenthood-c4-follow-us-on-google.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.google {
            background: url("../images/social/planned-parenthood-c4-follow-us-on-google@2x.png");
            background-size: 40px 40px; } }
      .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.rss {
        background: url("../images/social/planned-parenthood-c4-subscribe-to-rss.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .responsive-web #main-content .landing-page .sub-nav .affiliate-social.take-action a.rss {
            background: url("../images/social/planned-parenthood-c4-subscribe-to-rss@2x.png");
            background-size: 40px 40px; } }
  .responsive-web #main-content .landing-page .sub-nav .take-action-banner {
    background: #F3F2F0;
    padding: 7px 10px;
    display: block;
    width: 100%;
    margin: 10px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content .landing-page .sub-nav .take-action-banner {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    .responsive-web #main-content .landing-page .sub-nav .take-action-banner h3 {
      color: #DB2E7E;
      text-transform: uppercase;
      font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
      font-size: 1.6em;
      line-height: 1.1; }
    .responsive-web #main-content .landing-page .sub-nav .take-action-banner p {
      font-size: 1.2em;
      margin-bottom: 5px; }
    .responsive-web #main-content .landing-page .sub-nav .take-action-banner a {
      color: #DB2E7E;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.4em; }
      .responsive-web #main-content .landing-page .sub-nav .take-action-banner a:after {
        content: '';
        background: url(../images/affiliate/arrow_upright_pink.gif) no-repeat top left;
        background-position: 0 -10px;
        width: 10px;
        height: 12px;
        display: inline-block; }
  .responsive-web .affiliate #main-content .landing-page .sub-nav {
    float: left;
    display: inline; }
    @media only screen and (max-width: 970px) {
      .responsive-web .affiliate #main-content .landing-page .sub-nav {
        display: block !important;
        padding: 20px 2%;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .responsive-web .affiliate #main-content .landing-page .sub-nav ul {
          display: none; }
        .responsive-web .affiliate #main-content .landing-page .sub-nav .affiliate-social {
          display: block; } }
  .responsive-web .affiliate #main-content header {
    margin-top: 30px; }
    .responsive-web .affiliate #main-content header.affiliate-home-header {
      margin-top: 0; }
    @media only screen and (max-width: 970px) {
      .responsive-web .affiliate #main-content header {
        margin-top: 0; } }
  .responsive-web footer#landing-social-icons {
    display: block;
    border-top: 1px solid #e7e6e3;
    padding-top: 2%;
    text-align: right;
    margin-bottom: 20px; }
    .responsive-web footer#landing-social-icons ul li {
      display: inline-block;
      text-align: right;
      margin-right: 10px; }
      .responsive-web footer#landing-social-icons ul li a {
        display: block;
        width: 40px;
        height: 40px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden; }
  .responsive-web #main-content article ul li {
    font-size: 1.4em;
    vertical-align: middle; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content article ul li {
        font-size: 1.5em;
        font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif; } }
  .responsive-web #main-content article ul li a.audio {
    background: url("../images/icon_speaker.gif") right 2px no-repeat;
    padding-right: 20px; }
  .responsive-web #main-content nav ul li a:hover {
    text-decoration: underline; }
  .responsive-web .donate #main-content .landing-page {
    margin-top: 0; }
    .responsive-web .donate #main-content .landing-page #main-section {
      width: 100%; }
      .responsive-web .donate #main-content .landing-page #main-section input[type="text"] {
        width: 100%; }
  .responsive-web .donate #main-content .input-group {
    margin: 30px 0 0;
    display: block; }
  .responsive-web #main-content.newsroom article.block ul li {
    margin: 0 0 1em; }
    .responsive-web #main-content.newsroom article.block ul li > a {
      font-weight: 400; }
  .responsive-web #main-content.newsroom #main-section .local-news .go-btn.half {
    vertical-align: top;
    margin-top: 1px;
    margin-right: 0 !important; }
  .responsive-web #main-content.newsroom .date {
    font-family: "HelveticaNeueW01-57Cn", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #7F7F7F;
    display: block; }
  .responsive-web #main-content article ul li a {
    color: #0064B8; }
    .responsive-web #main-content article ul li a:hover {
      text-decoration: underline; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content article ul li a {
        color: #0064B8; }
        .responsive-web #main-content article ul li a:hover {
          text-decoration: none; } }
  .responsive-web #main-content article ul li .orange a, .responsive-web .orange #main-content article ul li a a {
    color: #e96d08; }
  .responsive-web #main-content.educators header {
    margin-bottom: 20px; }
  .responsive-web #main-content.educators #main-section .title {
    border-top: none;
    padding-top: 0; }
  .responsive-web #main-content.teens .page-title {
    border-bottom: 1px solid #e7e6e3; }
  .responsive-web #main-content.educators h5 {
    font-size: 1.4em;
    color: #08467f;
    font-weight: bold; }
    .responsive-web #main-content.educators h5.subtitle {
      color: #50B5CF; }
  .responsive-web .resource-search {
    border-top: 1px solid #e7e6e3; }
  .responsive-web #main-content #features {
    margin: 20px 0 80px;
    position: relative; }
    .responsive-web #main-content #features article {
      border-bottom: none;
      width: 300px;
      /* for feature headers taller than image, height needs to be adjusted */
      min-height: 140px;
      height: auto;
      margin: 0 15px;
      float: left; }
      .responsive-web #main-content #features article h3 {
        font-style: normal;
        text-transform: uppercase;
        font-family: "arial narrow", arial, helvetica, sans-serif;
        overflow: hidden;
        width: 151px; }
        .responsive-web #main-content #features article h3 a {
          color: #000; }
          .responsive-web #main-content #features article h3 a:hover {
            text-decoration: underline; }
      .responsive-web #main-content #features article a {
        display: inline-block;
        float: left;
        font-weight: normal;
        font-size: inherit; }
        .responsive-web #main-content #features article a img {
          display: block;
          margin-bottom: 0; }
      .responsive-web #main-content #features article .link-arrow {
        display: inline-block; }
  .responsive-web #main-content header {
    overflow: hidden;
    position: relative;
    max-width: 671px; }
  .responsive-web header img {
    float: left; }
  .responsive-web header .heading a {
    color: #fff; }
  .responsive-web header .heading span {
    display: inline; }
  .responsive-web header nav {
    width: 170px;
    max-width: 25.335320417288%;
    float: left; }
    .responsive-web header nav ul li {
      font-size: 1.4em;
      font-weight: bold;
      line-height: 1.5; }
      @media only screen and (max-width: 970px) {
        .responsive-web header nav ul li {
          font-size: 1em; } }
  .responsive-web #main-content.home header {
    margin-bottom: 0; }
  .responsive-web #billboard {
    background: #F5F4F3;
    padding: 3% 2.985074626866%;
    overflow: hidden;
    line-height: 1.3;
    float: left;
    max-width: 670px; }
    .responsive-web #billboard article {
      float: left; }
      .responsive-web #billboard article h3 a {
        color: #000;
        margin-bottom: 8px; }
        .responsive-web #billboard article h3 a:hover {
          text-decoration: underline; }
      .responsive-web #billboard article a {
        text-transform: uppercase;
        font-weight: bold; }
      .responsive-web #billboard article p {
        margin-bottom: 5px; }
  .responsive-web #share-story {
    width: 60%;
    padding-right: 2.985074626866%;
    border-right: 2px solid #DDDCD8; }
  .responsive-web #donate {
    padding-left: 2.985074626866%;
    width: 28.059701492537%; }
  .responsive-web #main-content aside {
    width: 25.11211%; }
  .responsive-web #main-content aside.social {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 15px;
    width: 100%;
    clear: both;
    overflow: hidden;
    text-align: right; }
  .responsive-web #main-content #main-section aside.social ul li:before,
  .responsive-web #main-content article ul.list-alphabet li:before,
  .responsive-web #main-content.educators aside.social li:before,
  .responsive-web #main-content.health aside.social li:before {
    display: none; }
  .responsive-web .affiliate #main-content .more-pages #social ul li.facebook a:before {
    background-position: 0 -66px; }
  .responsive-web .affiliate #main-content .more-pages #social ul li.twitter a:before {
    background-position: 0 -198px; }
  .responsive-web .affiliate #main-content .more-pages #social ul li.youtube a:before {
    background-position: 0 -264px; }
  .responsive-web #main-content aside > ul > li a {
    color: #0064B8;
    vertical-align: middle; }
    .responsive-web #main-content aside > ul > li a img {
      margin-right: 5px; }
  .responsive-web #main-content aside > ul > li:first-child {
    border-top: none; }
  .responsive-web #main-content.teens aside ul li.share, .responsive-web #main-content.teens aside ul li.email {
    display: none; }
  .responsive-web .sub-section #main-content section,
  .responsive-web #main-content.teens section {
    width: 70.55306%;
    float: right; }
  .responsive-web #main-content section article {
    padding: 20px 0 15px;
    border-bottom: 1px solid #e7e6e3; }
  .responsive-web #main-content section article#main-section {
    padding-top: 1%; }
  .responsive-web .sub-section #main-content section article#main-section {
    padding-top: 0; }
  .responsive-web #main-content section article img.full {
    width: 100%; }
  .responsive-web #main-content .highlight img {
    margin-right: 20px;
    margin-bottom: 10px;
    float: left; }
  .responsive-web #main-content.teens .highlight img,
  .responsive-web #main-content .highlight img.no-border {
    border: 0; }
  .responsive-web #main-content .highlight div {
    overflow: hidden;
    /*    font-size: .625em;
        line-height: 1;*/ }
  .responsive-web #main-content section article.feat {
    border-bottom: 3px solid #e7e6e3;
    padding: 0 0 40px; }
    .responsive-web #main-content section article.feat img {
      margin: 0;
      float: right;
      border-left: none; }
  .responsive-web #main-content .feat div {
    width: 55.33%;
    float: left; }
  .responsive-web #main-content section#features article span a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4em;
    display: block;
    overflow: hidden; }
  .responsive-web #main-content.teens section article div a {
    color: #663399; }
  .responsive-web .affiliate #main-content .more-pages #social ul li {
    border: none;
    padding: 0;
    margin: 0 10px; }
    .responsive-web .affiliate #main-content .more-pages #social ul li a {
      color: inherit;
      font-size: 0.9em; }
      .responsive-web .affiliate #main-content .more-pages #social ul li a:hover {
        color: #08467f; }
  .responsive-web div.issuuembed {
    margin-bottom: 20px; }
  .responsive-web #main-content article.expandy p.expand_all,
  .responsive-web .sub-section #main-content #main-section article.expandy p.expand_all,
  .responsive-web .expand_all {
    padding-bottom: 8px;
    border-bottom: 3px solid #e4e2de;
    text-transform: uppercase;
    text-align: right;
    font-size: 1em;
    font-weight: bolder;
    margin-bottom: 0;
    cursor: pointer; }
    .responsive-web #main-content article.expandy p.expand_all:after,
    .responsive-web .sub-section #main-content #main-section article.expandy p.expand_all:after,
    .responsive-web .expand_all:after {
      content: ' +'; }
    .responsive-web #main-content article.expandy p.expand_all.expanded:after,
    .responsive-web .sub-section #main-content #main-section article.expandy p.expand_all.expanded:after,
    .responsive-web .expand_all.expanded:after {
      content: ' -'; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content article.expandy p.expand_all,
      .responsive-web .sub-section #main-content #main-section article.expandy p.expand_all,
      .responsive-web .expand_all {
        border: none; }
        .responsive-web #main-content article.expandy p.expand_all:before,
        .responsive-web .sub-section #main-content #main-section article.expandy p.expand_all:before,
        .responsive-web .expand_all:before {
          content: '+ '; }
        .responsive-web #main-content article.expandy p.expand_all:after,
        .responsive-web .sub-section #main-content #main-section article.expandy p.expand_all:after,
        .responsive-web .expand_all:after {
          display: none; }
        .responsive-web #main-content article.expandy p.expand_all.expanded:before,
        .responsive-web .sub-section #main-content #main-section article.expandy p.expand_all.expanded:before,
        .responsive-web .expand_all.expanded:before {
          content: '- '; } }
  .responsive-web #main-content .expandy .expand_all:hover,
  .responsive-web #main-content .expandy .question:hover {
    color: #e96d08; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content .expandy .expand_all:hover,
      .responsive-web #main-content .expandy .question:hover {
        color: #08467f; } }
  .responsive-web #main-content .expandy .question {
    line-height: 20px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.6em;
    border-bottom: 1px solid #e7e6e3;
    padding: 14px 30px 14px 15px;
    overflow: hidden;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .responsive-web #main-content .expandy .question.opened {
      padding-bottom: 7px; }
    .responsive-web #main-content .expandy .question:hover {
      color: #e96d08; }
      @media only screen and (max-width: 970px) {
        .responsive-web #main-content .expandy .question:hover {
          color: #08467f; } }
    .responsive-web #main-content .expandy .question.opened {
      border-bottom: none; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content .expandy .question {
        color: #0064B8;
        text-transform: none;
        border-left: 1px solid #e7e6e3;
        border-right: 1px solid #e7e6e3; }
        .responsive-web #main-content .expandy .question:first-of-type {
          border-top: 1px solid #e7e6e3;
          -webkit-border-top-left-radius: 6px;
          -webkit-border-top-right-radius: 6px;
          -moz-border-radius-topleft: 6px;
          -moz-border-radius-topright: 6px;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px; }
        .responsive-web #main-content .expandy .question:last-of-type {
          border-bottom: 1px solid #e7e6e3;
          -webkit-border-bottom-right-radius: 6px;
          -webkit-border-bottom-left-radius: 6px;
          -moz-border-radius-bottomright: 6px;
          -moz-border-radius-bottomleft: 6px;
          border-bottom-right-radius: 6px;
          border-bottom-left-radius: 6px; }
          .responsive-web #main-content .expandy .question:last-of-type.opened {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            border-bottom: none; } }
  .responsive-web #main-content section article.expandy {
    border-bottom: none; }
  .responsive-web #main-content .expandy .answer {
    padding: 0 18px 20px 15px;
    display: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content .expandy .answer {
        border-left: 1px solid #e7e6e3;
        border-right: 1px solid #e7e6e3; } }
    .responsive-web #main-content .expandy .answer h5 {
      font-weight: bold;
      margin-bottom: 8px; }
    .responsive-web #main-content .expandy .answer p {
      margin-bottom: 20px; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content .expandy .answer {
        padding: 10px 3% !important; } }
  .responsive-web #main-content .expandy .answer.opened {
    display: block;
    border-bottom: 1px solid #e7e6e3; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content .expandy .answer.opened:last-child {
        border-bottom: 1px solid #e7e6e3;
        -webkit-border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px; } }
  .responsive-web #main-content .expandy .question {
    margin: 0 !important; }
    .responsive-web #main-content .expandy .question:before {
      content: '\00bb';
      font-size: 1em;
      line-height: 1.6em;
      position: absolute;
      top: 12px;
      left: 0;
      color: #e96d08; }
      @media only screen and (max-width: 970px) {
        .responsive-web #main-content .expandy .question:before {
          color: #08467f; } }
    .responsive-web #main-content .expandy .question:after {
      content: "\002B";
      position: absolute;
      top: 16px;
      right: 0;
      padding: 0 3px;
      height: 15px;
      font-size: 0.9em;
      line-height: 15px;
      color: #e96d08; }
      @media only screen and (max-width: 970px) {
        .responsive-web #main-content .expandy .question:after {
          content: '';
          padding: 0;
          background-image: url("../images/plus-icon.png");
          background-repeat: no-repeat;
          background-color: transparent;
          width: 24px;
          height: 24px;
          display: inline-block;
          color: #08467f; } }
  @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
    .responsive-web #main-content .expandy .question:after {
      background-image: url("../images/plus-icon@2x.png");
      background-size: 24px 24px; } }

  .responsive-web #main-content .expandy .question.opened:after {
    color: white;
    background: #e96d08;
    content: '\2212'; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content .expandy .question.opened:after {
        color: #08467f;
        content: '';
        width: 24px;
        height: 24px;
        display: inline-block;
        background-image: url("../images/minus-icon-blue.png");
        background-repeat: no-repeat;
        background-color: transparent;
        color: #663399; } }
  @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
    .responsive-web #main-content .expandy .question.opened:after {
      background-image: url("../images/minus-icon-blue@2x.png");
      background-size: 24px 24px; } }

  .responsive-web #main-content.teens .expandy .expand_all:hover,
  .responsive-web #main-content.teens .expandy .question:hover,
  .responsive-web #main-content.teens .expandy .question:before,
  .responsive-web #main-content.teens .expandy .question:after {
    color: #663399; }
  .responsive-web #main-content.teens .expandy .question.opened:after {
    color: white;
    background: #663399; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content.teens .expandy .question.opened:after {
        content: '';
        padding: 0;
        background-image: url("../images/minus-icon-purple.png");
        background-repeat: no-repeat;
        background-color: transparent;
        width: 24px;
        height: 24px;
        display: inline-block;
        color: #663399; } }
  @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
    .responsive-web #main-content.teens .expandy .question.opened:after {
      background-image: url("../images/minus-icon-purple@2x.png");
      background-size: 24px 24px; } }

  .responsive-web #main-content .expandy.blue-circle {
    padding: 0; }
    .responsive-web #main-content .expandy.blue-circle .question {
      padding: 28px 20px 28px 80px;
      margin: 0 !important;
      font-weight: 400;
      font-size: 3em;
      font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
      line-height: 1.4;
      color: #000;
      border-bottom: none;
      border-top: 2px dotted #e7e6e3; }
      .responsive-web #main-content .expandy.blue-circle .question:first-of-type {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
      .responsive-web #main-content .expandy.blue-circle .question:before {
        content: '+';
        top: 20px;
        width: 60px;
        height: 60px;
        background: #3399CC;
        line-height: 44px;
        font-size: 1.9em;
        text-align: center;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .responsive-web #main-content .expandy.blue-circle .question:after {
        display: none; }
      .responsive-web #main-content .expandy.blue-circle .question.opened:before {
        content: '\2014';
        font-size: 1.35em;
        line-height: 50px; }
    .responsive-web #main-content .expandy.blue-circle .answer.opened {
      padding: 0 18px 0 80px;
      border: none;
      font-size: 1.4em;
      line-height: 1.125;
      font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif; }
  @media only screen and (max-width: 970px) {
    .responsive-web #main-content .expandy {
      width: 100%; }
    .responsive-web #main-content article.expandy p.expand_all {
      font-family: "HelveticaNeueW01-57Cn", Arial, Helvetica, sans-serif;
      font-size: 1.4em; }
    .responsive-web #main-content .expandy .question:before {
      display: none; }
    .responsive-web #main-content .expandy .question:after {
      top: 12px;
      right: 3%; }
    .responsive-web #main-content .expandy .question {
      font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 1.6em;
      padding-left: 3%;
      padding-right: 13%;
      margin: 0; }
    .responsive-web #main-content.teens .expandy .question {
      color: #663399; }
    .responsive-web #main-content .expandy.blue-circle .question {
      padding: 22px 20px 23px 55px;
      border-top: 2px dotted #e7e6e3;
      border-bottom: none;
      border-left: none;
      border-right: none;
      font-size: 1.8em; }
      .responsive-web #main-content .expandy.blue-circle .question:before {
        font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
        font-size: 1.75em;
        display: block;
        width: 40px;
        height: 40px;
        line-height: .95;
        top: 15px; }
      .responsive-web #main-content .expandy.blue-circle .question.opened:before {
        content: '\2014';
        font-size: 1.2em;
        line-height: 35px;
        font-weight: 600; }
    .responsive-web #main-content .expandy.blue-circle .answer.opened {
      padding: 0 10px 0 55px !important;
      font-size: .925em;
      line-height: 1.125; } }
  .responsive-web .expandy-nav .sub-nav {
    display: none; }
  .responsive-web .expandy-nav .active .sub-nav {
    display: block; }
  .responsive-web .sub-section #main-content .more-pages {
    float: left; }
  .responsive-web .sub-section #main-content #main-section p.subtitle {
    margin-bottom: 8px; }
  .responsive-web .sub-section #main-content section ul {
    margin-bottom: 20px; }
    .responsive-web .sub-section #main-content section ul li {
      font-size: 1.4em;
      line-height: 18px;
      color: #776d59; }
      @media only screen and (max-width: 970px) {
        .responsive-web .sub-section #main-content section ul li {
          margin: 0;
          font-size: 1.5em;
          color: #4C4C4C; } }
  .responsive-web .sub-section #main-content.newsroom h2.subtitle {
    font-size: 1.6em; }
  .responsive-web .sub-section #main-content.newsroom .media-inquiries {
    overflow: visible; }
    .responsive-web .sub-section #main-content.newsroom .media-inquiries p {
      margin: 0; }
  .responsive-web .sub-section #main-content.newsroom .local-news h2,
  .responsive-web .sub-section #main-content.newsroom .local-news .select-group {
    display: inline-block; }
  .responsive-web .sub-section #main-content.newsroom .local-news .select-group {
    text-align: right;
    float: right;
    width: 30% !important; }
  .responsive-web .home #sidebar {
    margin-top: -44px; }
  .responsive-web .affiliate #sidebar {
    margin-top: 0; }
  .responsive-web #sidebar {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: -74px;
    float: right;
    z-index: 10; }
    .responsive-web #sidebar .link-arrow {
      display: block; }
  .responsive-web #sidebar:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    left: 0;
    background-color: transparent;
    -webkit-box-shadow: -12px -7px 13px -10px #666;
    -moz-box-shadow: -12px -7px 13px -10px #666;
    -o-box-shadow: -12px -7px 13px -10px #666;
    -ms-box-shadow: -12px -7px 13px -10px #666;
    box-shadow: -12px -7px 13px -10px #666;
    z-index: -1; }
  @media only screen and (max-width: 639px) {
    .responsive-web #sidebar:before {
      display: none; } }
  .responsive-web #sidebar article {
    padding: 23px 0 20px;
    border-bottom: 1px solid #3E75A6;
    position: relative;
    background: #0e5290; }
  .responsive-web .home #sidebar #site-search {
    border-bottom: 1px solid #3E75A6; }
  .responsive-web #sidebar #site-search {
    border-bottom: none; }
  .responsive-web #site-search input {
    vertical-align: middle; }
  .responsive-web #site-search input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .responsive-web #sidebar .sidebar-blue-wrapper {
    background-color: #145FA3;
    background: -webkit-gradient(linear, left top, right top, from(#145FA3), to(#0E5290));
    background: -webkit-linear-gradient(top, #145FA3, #0E5290);
    background: -moz-linear-gradient(top, #145FA3, #0E5290);
    background: -o-linear-gradient(top, #145FA3, #0E5290);
    background: -ms-linear-gradient(top, #145FA3, #0E5290);
    background: linear-gradient(top, #145FA3, #0E5290); }
  .responsive-web #sidebar .find-health-center {
    /*background: -webkit-gradient(linear, left top, right top, from(#145FA3), to(#0E5290));
    background: -webkit-linear-gradient(top, #145FA3, #0E5290);
    background: -moz-linear-gradient(top, #145FA3, #0E5290);
    background: -o-linear-gradient(top, #145FA3, #0E5290);
    background: -ms-linear-gradient(top, #145FA3, #0E5290);
    background: linear-gradient(top, #145FA3, #0E5290);
    background-color: #145FA3;*/ }
    .responsive-web #sidebar .find-health-center span,
    .responsive-web #sidebar .find-health-center a {
      display: block; }
    .responsive-web #sidebar .find-health-center h4.or-call {
      margin-top: 8px;
      font-size: 2.2em; }
      .responsive-web #sidebar .find-health-center h4.or-call span {
        display: inline-block; }
  .responsive-web #sidebar article#find-health-plan {
    /*background: -webkit-gradient(linear, left top, right top, from(#0E5290), to(#07447B));
    background: -webkit-linear-gradient(top, #0E5290, #07447B);
    background: -moz-linear-gradient(top, #0E5290, #07447B);
    background: -o-linear-gradient(top, #0E5290, #07447B);
    background: -ms-linear-gradient(top, #0E5290, #07447B);
    background: linear-gradient(top, #0E5290, #07447B);
    background-color: #0E5290;*/ }
    .responsive-web #sidebar article#find-health-plan h2 {
      text-transform: none; }
      .responsive-web #sidebar article#find-health-plan h2 span {
        display: inline-block;
        text-transform: uppercase; }
  .responsive-web #sidebar article#site-search {
    /*background: -webkit-gradient(linear, left top, right top, from(#07447B), to(#07447C));
    background: -webkit-linear-gradient(top, #07447B, #07447C);
    background: -moz-linear-gradient(top, #07447B, #07447C);
    background: -o-linear-gradient(top, #07447B, #07447C);
    background: -ms-linear-gradient(top, #07447B, #07447C);
    background: linear-gradient(top, #07447B, #07447C);
    background-color: #07447B;*/ }
  .responsive-web #sidebar article#facts {
    /*background-color: #07447C;*/ }
    .responsive-web #sidebar article#facts .more-health {
      margin-top: 5px;
      font-size: 1.2em;
      font-family: "HelveticaNeueW01-57Cn", Arial, Helvetica, sans-serif; }
    .responsive-web #sidebar article#facts h2 span,
    .responsive-web #sidebar article#facts h4 span {
      display: inline-block; }
    .responsive-web #sidebar article#facts ul {
      padding-left: 2px; }
  .responsive-web #sidebar article#facts div,
  .responsive-web #sidebar #health-info-services div {
    padding: 0 15px; }
  .responsive-web #sidebar #find-health-center {
    padding-bottom: 15px; }
  .responsive-web #sidebar #find-health-center h2#call {
    font-size: 2em;
    margin-top: 8px; }
  .responsive-web #sidebar #find-health-center h2#call span {
    display: inline; }
  .responsive-web #sidebar form {
    padding: 0 15px;
    font-family: 'Helvetica Neue', Arial, helvetica, sans-serif; }
    @media only screen and (max-width: 639px) {
      .responsive-web #sidebar form {
        padding: 0 3%; } }
  .responsive-web #sidebar article ul {
    padding: 0 10px; }
  .responsive-web #sidebar #facts ul li:before {
    content: "• ";
    color: #fff; }
  .responsive-web #sidebar article#health-info-services {
    border-bottom: 1px solid #e7e6e3; }
  .responsive-web #sidebar #health-info-services ul li {
    font-size: 1.2em;
    line-height: 20px; }
    .responsive-web #sidebar #health-info-services ul li:before {
      line-height: 18px; }
  .responsive-web #sidebar #health-info-services span.link-arrow {
    font-size: 1.6em; }
  .responsive-web #sidebar #health-info-services h2,
  .responsive-web #sidebar #health-info-services h4 {
    color: #07447B; }
  .responsive-web #sidebar #facts ul li a {
    color: #fff; }
  .responsive-web #sidebar #health-info-services span a {
    font-family: "HelveticaNeueW01-47LtCn 692686", Arial, Helvetica, sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    font-weight: bold; }
  .responsive-web #facts span h4 a {
    color: #e96d08; }
  .responsive-web #sidebar article h2,
  .responsive-web #sidebar article h4,
  .responsive-web footer article#facts h2,
  .responsive-web footer article#facts h4 {
    margin-bottom: 8px;
    color: #fff;
    line-height: 1.1;
    font-family: "HelveticaNeueW01-47LtCn 692686", Arial, Helvetica, sans-serif;
    font-size: 2.6em;
    text-transform: uppercase;
    font-weight: 200; }
  .responsive-web #sidebar article h2 span,
  .responsive-web #sidebar article h4 span,
  .responsive-web #sidebar article.find-health-center h2 a.find-health-center-phone,
  .responsive-web #sidebar article.find-health-center h4 a.find-health-center-phone {
    font-family: "HelveticaNeueW01-77BdCn 692722", Arial, Helvetica, sans-serif;
    display: block; }
  .responsive-web #sidebar article.find-health-center h2 a.find-health-center-phone:link,
  .responsive-web #sidebar article.find-health-center h4 a.find-health-center-phone:link {
    color: #fff;
    font-size: 1em; }
    .responsive-web #sidebar article.find-health-center h2 a.find-health-center-phone:link:hover, .responsive-web #sidebar article.find-health-center h2 a.find-health-center-phone:link:active, .responsive-web #sidebar article.find-health-center h2 a.find-health-center-phone:link:visited,
    .responsive-web #sidebar article.find-health-center h4 a.find-health-center-phone:link:hover,
    .responsive-web #sidebar article.find-health-center h4 a.find-health-center-phone:link:active,
    .responsive-web #sidebar article.find-health-center h4 a.find-health-center-phone:link:visited {
      color: #fff; }
  .responsive-web #locate-health-educator span {
    display: block;
    font-family: "HelveticaNeueW01-77BdCn 692722", Arial, Helvetica, sans-serif; }
  .responsive-web article#locate-health-educator h2, .responsive-web article#social h2 {
    font-size: 1.5em;
    color: #63bdd6;
    line-height: 1.1;
    margin: 20px 10px 10px;
    font-family: "HelveticaNeueW01-47LtCn 692686", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 600; }
  .responsive-web article#locate-health-educator span {
    color: #08467f;
    font-weight: 200; }
  .responsive-web article#social h2 span {
    color: #08467f;
    font-weight: 600; }
  .responsive-web article#locate-health-educator form {
    margin-left: 10px; }
  .responsive-web article#locate-health-educator #health-zip,
  .responsive-web header #health-zip {
    width: 45px; }
  .responsive-web article#locate-health-educator #health-zip + label,
  .responsive-web header #health-zip + label {
    color: #776d59; }
  .responsive-web article#locate-health-educator .go-btn {
    margin-top: 8px;
    border: none; }
  .responsive-web #sidebar label {
    display: inline;
    margin: 0 4px 0;
    font-size: 1.2em;
    color: #fff; }
  .responsive-web #sidebar .go-btn {
    border: none;
    border-left: 1px solid #003366;
    border-bottom: 1px solid #003366; }
  .responsive-web .go-btn:hover {
    color: #fff;
    background: #e86e02; }
  .responsive-web #sidebar nav ul li {
    padding: 8px 14px;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 200;
    font-family: "HelveticaNeueW01-47LtCn 692686", Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #e7e6e3;
    position: relative; }
  .responsive-web #sidebar nav ul li.active:before,
  .responsive-web #sidebar nav ul li.active:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .responsive-web #sidebar nav ul li.active:before {
    border-right-color: rgba(115, 115, 115, 0.4);
    border-width: 11px;
    margin-top: -10px; }
  .responsive-web #sidebar nav ul li.active:after {
    border-right-color: white;
    border-width: 10px;
    margin-top: -10px; }
  .responsive-web #sidebar nav ul li.teens-info.active:after {
    border-right-color: rgba(106, 59, 163, 0.87);
    border-width: 11px;
    margin-top: -11px;
    /*#663398;*/ }
  .responsive-web .home #sidebar nav ul li:last-child {
    border-bottom: none; }
  .responsive-web .affiliate #sidebar nav ul li {
    color: #145FA3;
    font-weight: bold;
    overflow: hidden; }
  .responsive-web #sidebar article#health-info-services {
    background-color: #fff; }
  .responsive-web #sidebar nav ul li .link-arrow:hover a {
    color: #908b7d; }
  .responsive-web #sidebar nav ul li a {
    color: #e96d08; }
    .responsive-web #sidebar nav ul li a span {
      font-family: "HelveticaNeueW01-77BdCn 692722", Arial, Helvetica, sans-serif; }
  .responsive-web #sidebar nav ul li.active a {
    color: #07447c; }
  .responsive-web #sidebar nav ul li.active.teens-info {
    background: -webkit-gradient(linear, left top, right top, from(#663398), to(#7C44B3));
    background: -webkit-linear-gradient(top, #663398, #7C44B3);
    background: -moz-linear-gradient(top, #663398, #7C44B3);
    background: -o-linear-gradient(top, #663398, #7C44B3);
    background: -ms-linear-gradient(top, #663398, #7C44B3);
    background: linear-gradient(top, #663398, #7C44B3);
    background-color: #663398; }
  .responsive-web #sidebar nav ul li.active.teens-info a {
    color: #fff; }
  .responsive-web #sidebar .sidebar-promo {
    border-bottom: none;
    padding: 15px;
    background-color: #fff; }
    .responsive-web #sidebar .sidebar-promo img {
      margin-bottom: 8px; }
  .responsive-web #sidebar-nav {
    position: relative; }
  .responsive-web #sidebar-nav li#cullins a {
    height: 52px;
    background: url("../images/promo/cullins.gif") 0 0 no-repeat;
    overflow: hidden;
    display: block; }
  .responsive-web #sidebar-nav li#cullins:hover a {
    background-position: 0px -52px; }
  .responsive-web #sidebar-nav li#cullins a:after {
    display: none; }
  .responsive-web #main-content form input, .responsive-web form select {
    border-color: #ccc; }
  .responsive-web .find-health-center form select::-ms-expand {
    display: inline-block; }
  .responsive-web #sidebar-nav .link-arrow span {
    padding-right: 3px; }
  .responsive-web #sidebar-nav .link-arrow a:after {
    content: '';
    background: url(../images/alt-arrows-sprite.png) no-repeat top left;
    background-position: 0 0;
    width: 12px;
    height: 15px;
    display: inline-block; }
  .responsive-web #sidebar-nav .link-arrow:hover a:after {
    background-position: 0 -130px; }
  .responsive-web .banner {
    padding: 15px 0 10px; }
  .responsive-web #main-content .promo-text {
    margin: 0;
    padding: 5px 0;
    font-size: 1.6em;
    color: #000;
    font-weight: bold; }
  .responsive-web #main-content.health .item span:before {
    content: '('; }
  .responsive-web #main-content.health .item span:after {
    content: ')'; }
  .responsive-web .pill-table {
    border-collapse: separate;
    border-top: 2px solid gray;
    border-left: 2px solid gray; }
    .responsive-web .pill-table tr:first-child {
      color: #000; }
    .responsive-web .pill-table td {
      padding: 2px;
      border-bottom: 2px solid gray;
      border-right: 2px solid gray; }
  .responsive-web #main-content.health-main .heading-wrapper img {
    margin-bottom: 10px; }
  .responsive-web #main-content.health-main #main-section {
    padding-top: 0;
    padding-bottom: 0; }
  .responsive-web #main-content.health-main h2.subtitle {
    font-size: 1.4em; }
  .responsive-web #main-content.health-main #categories nav ul.list li {
    width: 100%;
    border-top: 1px solid #e7e6e3;
    text-transform: uppercase;
    padding: 8px 0 8px 15px;
    margin: 0;
    line-height: 1.5; }
    .responsive-web #main-content.health-main #categories nav ul.list li:before {
      top: 6px; }
  .responsive-web #main-content.health-main .sticky-wrap {
    display: inline; }
  .responsive-web #main-content.health-main #a-z.stuck {
    position: fixed !important;
    -webkit-transform: translateZ(0);
    top: 0;
    width: 130px;
    background-color: #fff;
    z-index: 10; }
  .responsive-web #main-content.health-main #browse article {
    padding: 3px 0 0 0; }
  .responsive-web #main-content.health-main #categories article:last-child,
  .responsive-web #main-content.health-main #browse article,
  .responsive-web #main-content.health-main article#main-section {
    border-bottom: none; }
  .responsive-web #main-content.health #categories nav ul.list {
    width: 44.24040066778%;
    /* 265px / 599px */
    padding-right: 15px;
    margin-right: 20px;
    margin-bottom: 0;
    float: left; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content.health #categories nav ul.list {
        padding-right: 3%;
        margin: 0;
        float: none;
        width: inherit; } }
  .responsive-web #main-content.health-main #categories nav ul.list:last-child {
    margin-right: 0; }
  .responsive-web .glossary #main-content .term,
  .responsive-web .glossary #main-content .letter {
    font-size: 1.4em;
    font-weight: bold;
    color: #000; }
  .responsive-web .glossary #main-content .letter:before {
    content: '- '; }
  .responsive-web .glossary #main-content .letter:after {
    content: ' -'; }
  .responsive-web .glossary #main-content .letter,
  .responsive-web .glossary #main-content p {
    margin-bottom: 12px; }
    @media only screen and (max-width: 970px) {
      .responsive-web .glossary #main-content .letter,
      .responsive-web .glossary #main-content p {
        margin-bottom: 20px; } }
  .responsive-web .glossary #main-content section ul.alphabet {
    margin-bottom: 30px; }
  .responsive-web .glossary #main-content section ul.alphabet li {
    display: inline-block;
    padding: 0;
    margin: 0; }
  .responsive-web .glossary #main-content section ul.alphabet li:before {
    content: ''; }
  .responsive-web .glossary #main-content section ul.alphabet li:after {
    content: ' |'; }
  .responsive-web #main-content .tab {
    cursor: pointer; }
  .responsive-web #main-content.health .tabs, .responsive-web #main-content.other-ways .tabs {
    position: relative;
    overflow: hidden;
    margin: 10px 0 0;
    padding-left: 165px; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content.health .tabs, .responsive-web #main-content.other-ways .tabs {
        padding-left: 10px; } }
  .responsive-web #main-content.health #tab-content, .responsive-web #main-content.other-ways #tab-content {
    padding-top: 25px;
    margin-top: -1px;
    border-top: 1px solid #e7e6e3; }
  .responsive-web #main-content.health .tab, .responsive-web #main-content.other-ways .tab {
    position: relative;
    float: left;
    width: 135px;
    height: auto;
    margin-right: 10px;
    border: 1px solid #e7e6e3;
    border-bottom: none;
    background: #e7e6e3;
    color: #7F7F7F;
    font-size: 2.2em;
    text-align: center;
    line-height: 1;
    padding: 12px 0;
    font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content.health .tab, .responsive-web #main-content.other-ways .tab {
        font-size: 1.8em; } }
  .responsive-web #main-content.other-ways .tabs {
    padding-left: 10px; }
    .responsive-web #main-content.other-ways .tabs .tab {
      width: 145px;
      font-size: 1.4em; }
  .responsive-web #main-content.health .tab.tab-active, .responsive-web #main-content.other-ways .tab.tab-active {
    background: #fff;
    color: #0064B8;
    border-bottom: 1px solid #fff;
    top: 0;
    z-index: 2; }
  .responsive-web #main-content.health .landing-page .tab-sidebar {
    display: none; }
    .responsive-web #main-content.health .landing-page .tab-sidebar.tab-active {
      display: inline-block; }
    .responsive-web #main-content.health .landing-page .tab-sidebar .list-alphabet li {
      width: 30%; }
  .responsive-web #main-content.health-main .tab-content-inner {
    display: none; }
  .responsive-web #main-content.health-main #tab-content section.tab-active,
  .responsive-web #main-content.health-main #browse div.alpha_panel_active {
    display: block; }
  .responsive-web #main-content .list-alphabet {
    display: block; }
  .responsive-web #main-content.health-main #browse .list-alphabet {
    position: absolute;
    margin-top: -30px;
    margin-left: -20px;
    background-color: #63bbd5;
    width: 645px; }
    .responsive-web #main-content.health-main #browse .list-alphabet li {
      padding: 3px 7px 5px;
      margin: 0;
      display: inline;
      float: left;
      border-left: 1px solid #358db3;
      color: #fff;
      background: #64bdd6;
      line-height: 1;
      cursor: pointer; }
      .responsive-web #main-content.health-main #browse .list-alphabet li.empty {
        color: #358db3;
        cursor: default; }
      .responsive-web #main-content.health-main #browse .list-alphabet li.active {
        background: #fff;
        color: #3a95ba;
        border-left: 1px solid #63bbd5; }
        .responsive-web #main-content.health-main #browse .list-alphabet li.active + li {
          border-left: 1px solid #63bbd5; }
      .responsive-web #main-content.health-main #browse .list-alphabet li:first-child {
        border-left: none; }
      .responsive-web #main-content.health-main #browse .list-alphabet li:not(.empty):hover {
        color: #125a9b;
        background-color: #b2deea; }
  .responsive-web #main-content.health-main .alpha_panel {
    width: 100%;
    display: block;
    padding: 10px 0; }
    .responsive-web #main-content.health-main .alpha_panel h2.letter-header {
      color: #003147;
      font-weight: bold;
      margin: 0 0 10px; }
  .responsive-web #main-content.health-main article .alpha_panel ul.list li {
    border-bottom: 1px solid #f1f0ee;
    padding: 14px 14px 12px;
    margin: 0; }
    .responsive-web #main-content.health-main article .alpha_panel ul.list li:last-child {
      border-bottom: none; }
      @media only screen and (max-width: 970px) {
        .responsive-web #main-content.health-main article .alpha_panel ul.list li:last-child {
          border-bottom: 1px solid #e7e6e3; } }
    .responsive-web #main-content.health-main article .alpha_panel ul.list li:before {
      top: 14px; }
      @media only screen and (max-width: 970px) {
        .responsive-web #main-content.health-main article .alpha_panel ul.list li:before {
          display: none; } }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content.health-main article .alpha_panel ul.list li {
        padding: 0; } }
    .responsive-web #main-content.health-main article .alpha_panel ul.list li a {
      font-size: 1em;
      font-weight: normal;
      text-transform: none;
      line-height: 18px; }
      @media only screen and (max-width: 970px) {
        .responsive-web #main-content.health-main article .alpha_panel ul.list li a {
          font-size: 1.06667em; } }
  .responsive-web #main-content.health #categories nav {
    overflow: hidden; }
  .responsive-web #main-content.teens nav ul li.active {
    background: #c2add6;
    padding: 4px 0 0 0; }
    .responsive-web #main-content.teens nav ul li.active a {
      margin-bottom: 8px; }
    .responsive-web #main-content.teens nav ul li.active a,
    .responsive-web #main-content.teens nav ul li.active ul li.active a {
      color: #000;
      padding-bottom: 0; }
    .responsive-web #main-content.teens nav ul li.active > a:hover {
      color: #000; }
    .responsive-web #main-content.teens nav ul li.active ul {
      margin: 8px 9px 0;
      padding-bottom: 8px; }
      .responsive-web #main-content.teens nav ul li.active ul li {
        position: relative;
        font-size: 1em;
        border: none;
        padding: 0 8px 0 7px; }
        .responsive-web #main-content.teens nav ul li.active ul li:before {
          content: "• ";
          position: absolute;
          top: 2px;
          left: 7px;
          color: #fff;
          font-size: 0.5em; }
        .responsive-web #main-content.teens nav ul li.active ul li.active a:hover, .responsive-web #main-content.teens nav ul li.active ul li.active:before {
          color: #000; }
        .responsive-web #main-content.teens nav ul li.active ul li a {
          color: #fff;
          font-weight: 400;
          padding: 0 0 0 10px;
          display: block; }
          .responsive-web #main-content.teens nav ul li.active ul li a:hover {
            color: #653399;
            text-decoration: none; }
  .responsive-web .sub-section #main-content.teens section article#main-section {
    padding-top: 20px; }
  .responsive-web #main-content.teens header > div:first-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .responsive-web .sub-section #main-content.teens aside ul li.share,
  .responsive-web .sub-section #main-content.teens aside ul li.email {
    display: inline-block; }
  .responsive-web #main-content div.social {
    float: left;
    width: 26.47%;
    margin-top: 10px; }
  .responsive-web #main-content.teens div.social ul li {
    clear: both; }
  .responsive-web #main-content.teens div.social h4 {
    font-style: italic;
    color: #000;
    text-align: center;
    margin-bottom: 6px;
    font-size: 1.5em;
    font-family: georgia, times, serif; }
  .responsive-web #main-content.teens div.social ul li {
    border-top: 1px solid #e7e6e3;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 0;
    font-size: 1.2em; }
  .responsive-web #main-content.teens div.social ul li.share, .responsive-web #main-content.teens div.social ul li.email {
    display: none; }
  .responsive-web #main-content div.social ul li a {
    color: #0064B8;
    vertical-align: middle; }
  .responsive-web #main-content div.social ul li a img {
    margin-right: 5px; }
  .responsive-web #main-content.teens-content section article {
    border-bottom: none; }
  .responsive-web #main-content.about-main article#main-section,
  .responsive-web #main-content.health-center article#main-section {
    padding-left: 2%;
    padding-right: 2%; }
  .responsive-web #main-content.health-center form {
    margin: 0 0 8px; }
  .responsive-web #main-content.health-center label[for="health-state"] {
    color: #776d59;
    margin: 0 10px; }
  .responsive-web #main-content.health-center .select-group {
    width: 30%;
    display: inline-block; }
    .responsive-web #main-content.health-center .select-group select {
      margin-bottom: 0; }
  .responsive-web #main-content.health-center #health-submit {
    margin-left: 10px; }
  .responsive-web #main-content.about-main section, .responsive-web #main-content.health-main #main-section section {
    width: 100%;
    float: none; }
  .responsive-web #main-content.about nav {
    padding: 0;
    overflow: hidden; }
  .responsive-web #main-content.about nav#popup-menu {
    overflow: auto; }
  .responsive-web .sub-section #main-content .date {
    font-size: 0.85em;
    display: block; }
  .responsive-web .sub-section #main-content.about article.left-block {
    width: 260px;
    float: left;
    padding: 0; }
  .responsive-web .sub-section #main-content.about article.inset {
    width: 166px;
    float: right;
    padding: 0;
    padding-left: 16px;
    margin-left: 20px;
    border-left: 1px solid #e7e6e3;
    font-size: 0.7em;
    border-bottom: none; }
  .responsive-web .sub-section #main-content.about h2 {
    margin-bottom: 5px; }
  .responsive-web .sub-section #main-content.newsroom #main-section article.inset p {
    margin-bottom: 0;
    font-size: 1.25em; }
  .responsive-web .sub-section #main-content.newsroom #main-section article.inset a {
    font-weight: bold; }
    @media only screen and (max-width: 970px) {
      .responsive-web .sub-section #main-content.newsroom #main-section article.inset a {
        font-weight: 400; } }
  .responsive-web .sub-section #main-content.newsroom article.inset ul li {
    border-bottom: 1px solid #e7e6e3;
    padding-left: 0;
    padding-bottom: 15px; }
  .responsive-web .sub-section #main-content.newsroom article.inset ul li:last-child {
    border-bottom: none; }
  .responsive-web .sub-section #main-content.newsroom article.inset ul li:before {
    content: '';
    padding: 0; }
  .responsive-web .sub-section #main-content.newsroom article.inset ul li.download a {
    text-transform: uppercase;
    font-size: 1em; }
  .responsive-web #main-content .img-wrapper,
  .responsive-web .sub-section #main-content .img-wrapper,
  .responsive-web .img-wrapper {
    width: auto; }
    .responsive-web #main-content .img-wrapper.image-left,
    .responsive-web .sub-section #main-content .img-wrapper.image-left,
    .responsive-web .img-wrapper.image-left {
      margin: 10px 10px 10px 0; }
    .responsive-web #main-content .img-wrapper.image-right,
    .responsive-web .sub-section #main-content .img-wrapper.image-right,
    .responsive-web .img-wrapper.image-right {
      margin: 10px 0 10px 10px; }
    .responsive-web #main-content .img-wrapper img,
    .responsive-web .sub-section #main-content .img-wrapper img,
    .responsive-web .img-wrapper img {
      margin-bottom: 10px; }
    .responsive-web #main-content .img-wrapper .caption,
    .responsive-web .sub-section #main-content .img-wrapper .caption,
    .responsive-web .img-wrapper .caption {
      -webkit-font-smoothing: subpixel-antialiased;
      -moz-font-smoothing: subpixel-antialiased;
      font-smoothing: subpixel-antialiased;
      font-weight: bold;
      padding: 0; }
      .responsive-web #main-content .img-wrapper .caption p,
      .responsive-web .sub-section #main-content .img-wrapper .caption p,
      .responsive-web .img-wrapper .caption p {
        display: block;
        margin-bottom: 0; }
        .responsive-web #main-content .img-wrapper .caption p:last-child,
        .responsive-web .sub-section #main-content .img-wrapper .caption p:last-child,
        .responsive-web .img-wrapper .caption p:last-child {
          font-size: 0.95em; }
        .responsive-web #main-content .img-wrapper .caption p span,
        .responsive-web .sub-section #main-content .img-wrapper .caption p span,
        .responsive-web .img-wrapper .caption p span {
          color: #08467f; }
  .responsive-web #main-content .item {
    font-size: 1em !important;
    width: 30%;
    padding-right: 3.33%;
    float: left; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content .item {
        float: none;
        padding: 0;
        width: 100%; } }
  .responsive-web #main-content .sub-nav {
    padding: 8px 0; }
  .responsive-web #main-content .sub-nav .item {
    padding: 0 0.6% 0 2.59%;
    border-right: 1px solid #e7e6e3; }
    .responsive-web #main-content .sub-nav .item ul li:before {
      font-weight: bold; }
  .responsive-web #main-content .sub-nav .item:last-child {
    border-right: none; }
  .responsive-web #main-content .block .item li {
    padding: 0 0 10px 14px;
    position: relative; }
    .responsive-web #main-content .block .item li a {
      display: inline;
      font-weight: normal;
      font-size: 0.9em; }
      @media only screen and (max-width: 970px) {
        .responsive-web #main-content .block .item li a {
          font-size: 1em; } }
  .responsive-web #main-content .block .item img {
    margin: 0;
    margin-bottom: 10px;
    width: 100%; }
  .responsive-web #main-content .block .item p a {
    display: block;
    line-height: 1.3;
    font-size: inherit;
    font-weight: bold; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-content .block .item p a {
        font-weight: 400; } }
  @media only screen and (max-width: 970px) {
    .responsive-web #main-content .block .item {
      border-bottom: 1px solid #e7e6e3; } }
  .responsive-web #main-content.press section .block p {
    font-size: 1.25em; }
    .responsive-web #main-content.press section .block p.link-arrow {
      font-size: 1.4em;
      margin: 0; }
  .responsive-web .sub-section #main-content.press form {
    border-bottom: 1px solid #e7e6e3;
    padding-bottom: 16px;
    margin-bottom: 16px; }
  .responsive-web .sub-section #main-content.press article.block > .link-arrow > a {
    text-transform: none; }
  .responsive-web #main-content section article.press-pages {
    width: 100%;
    padding: 0;
    border-top: 2px solid #e7e6e3;
    border-bottom: none; }
    .responsive-web #main-content section article.press-pages li {
      padding: 0 12px 14px 12px !important;
      border-bottom: 1px solid #e7e6e3;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .responsive-web #main-content section article.press-pages li:last-of-type {
        border-bottom: none;
        padding-bottom: none !important; }
  .responsive-web .press-pages:not(.page-active) {
    display: none; }
  .responsive-web .sub-section #main-content.local-press section article.block {
    padding-top: 0; }
  .responsive-web .sub-section #main-content.local-press .press-filter form {
    border: 1px solid #b2b2b2;
    background: #F7F7F5;
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
  .responsive-web .sub-section #main-content.local-press .press-filter form label {
    color: #000;
    font-family: inherit;
    font-size: 1.4em;
    padding-right: 5px;
    text-transform: none; }
  .responsive-web .sub-section #main-content.local-press .press-filter p {
    width: auto;
    float: right; }
  .responsive-web #main-content.local-press .press-pages .date:last-child {
    color: #9C938A; }
  .responsive-web .newsroom ul.list li:before {
    line-height: 16px; }
  .responsive-web #main-content.newsroom .block .link-arrow {
    margin-top: 1em;
    padding-left: 12px; }
  .responsive-web #main-content.newsroom.press .block .link-arrow {
    padding-left: 0; }
  .responsive-web .search #main-content.search-results h5.subtitle {
    border-top: 3px solid #63bdd6;
    padding-top: 1em;
    margin-bottom: 10px; }
  .responsive-web .search #main-content.search-results strong {
    color: #000; }
    @media only screen and (max-width: 970px) {
      .responsive-web .search #main-content.search-results strong {
        color: #776d59; } }
  .responsive-web .search #main-content.search-results #main-section {
    border-top: 3px solid #63bdd6;
    border-bottom: 1px solid #e7e6e3; }
  .responsive-web a .keyword {
    color: #08467f; }
  .responsive-web .keyword {
    font-weight: bold;
    color: #000; }
  .responsive-web .search #main-content.search-results input[type="search"] {
    padding: 4px 7px;
    width: 230px;
    border: 1px solid #DEDAD3;
    color: #000;
    font-size: 1.2em; }
  .responsive-web .search p {
    margin-bottom: 15px; }
  .responsive-web #main-content.press input[type="search"] {
    width: 200px;
    border: 1px solid #DEDAD3; }
  .responsive-web .search #main-content.search-results .go-btn,
  .responsive-web #main-content.press .go-btn {
    border: none; }
  .responsive-web .search #main-content #search-header {
    border-top: 1px solid #e7e6e3; }
  .responsive-web .search #main-content #search-header p {
    display: inline-block;
    float: right; }
  .responsive-web .search #main-content #search-header p:first-child {
    float: none; }
  .responsive-web .search #main-content #filtering {
    background: #EBF6F9;
    padding: 10px 5px;
    border-top: 1px solid #e7e6e3;
    border-bottom: 1px solid #e7e6e3;
    margin-bottom: 10px; }
    .responsive-web .search #main-content #filtering p {
      margin-bottom: 8px; }
  .responsive-web .search #main-content #filtering div {
    width: 250px;
    float: left; }
    .responsive-web .search #main-content #filtering div p a {
      font-weight: bold; }
  @media only screen and (max-width: 970px) {
    .responsive-web .search #main-content section.health-center-results-wrap {
      padding-bottom: 25px; } }
  .responsive-web .search #main-content .results div {
    width: 100%;
    padding-bottom: 16px; }
  .responsive-web .search #main-content .results div a {
    font-weight: normal; }
  .responsive-web .search #main-content #main-section div p {
    margin-bottom: 0; }
  .responsive-web .search #main-content section article {
    border-bottom: none; }
  .responsive-web .search-main #main-content .title {
    padding: 10px 0 8px;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: none; }
    .responsive-web .search-main #main-content .title span {
      font-weight: bold; }
  .responsive-web .search #main-content article h4.found {
    color: #e96d08 !important;
    /*float:left;*/
    margin-bottom: 0 !important; }
  .responsive-web .search .tabs {
    font-size: 1.25em;
    border-bottom: 3px solid #ebf6f9;
    margin-top: 26px;
    text-align: right; }
  .responsive-web .search .tabs span {
    display: inline-block;
    font-size: 1em; }
  .responsive-web .search .tabs h4 {
    padding: 6px 12px; }
  .responsive-web .search .tab {
    height: auto;
    border: 1px solid #e7e6e3;
    border-bottom: none;
    padding: 6px; }
  .responsive-web .search .tab-active {
    background: #ebf6f9;
    color: #08467f;
    font-weight: bold; }
  .responsive-web .search #main-content .center_map_button.expandy h4:after {
    content: '+';
    color: #e96d08;
    padding: 1px 3px;
    margin-left: 3px;
    position: relative;
    top: 0;
    left: 0; }
  .responsive-web .search #main-content .center_map_button.expandy h4:hover:after {
    color: white;
    background-color: #e96d08; }
  .responsive-web .search #main-content .center_map_button.expandy.center_button_opened .question:after {
    content: '-';
    padding: 1px 4px;
    color: white;
    background-color: #e96d08; }
  .responsive-web .search-main #main-content .center_map_button.expandy .question:after {
    top: 3px; }
  .responsive-web .search-main #main-content .center {
    border-top: 5px solid #ebf6f9;
    padding: 0 10px;
    margin-bottom: 30px;
    overflow: hidden; }
  .responsive-web .search.search-main #main-content .center_opened {
    background-color: #ebf6f9; }
  .responsive-web .search .center_map {
    display: none; }
  .responsive-web .search #main-content section article div.enter {
    float: left;
    width: 45%;
    display: inline; }
  .responsive-web .search .center_opened .center_map {
    display: block;
    height: 300px; }
  .responsive-web .search #main-content section .center_opened article.center_map {
    border-top: 1px solid white; }
    .responsive-web .search #main-content section .center_opened article.center_map p {
      margin: 10px 10px 10px 0; }
  .responsive-web .center_emergency_disclaimer, .responsive-web .services-detail {
    clear: both; }
  .responsive-web .search #main-content section article .gmap div {
    width: auto;
    float: none; }
  .responsive-web .search #main-content .gmap label {
    color: #000; }
  .responsive-web .search #main-content section article div.gmap {
    display: block;
    visibility: visible;
    float: right;
    height: 287px;
    width: 345px;
    margin-bottom: 20px; }
  .responsive-web .back-to-top {
    font-weight: normal; }
  .responsive-web .search #main-content .center-details {
    border-bottom: 1px solid #e7e6e3;
    padding: 10px 0; }
  .responsive-web .search .tabs h4 {
    font-weight: bolder;
    color: #000;
    display: inline;
    font-size: inherit; }
  .responsive-web .search-center-details #main-content .center-details ul,
  .responsive-web .search-center-details #main-content .center-details ul li {
    display: inline; }
  .responsive-web .search #main-content .center-details ul li {
    padding-left: 5px; }
  .responsive-web .search #main-content .center-details ul li:before {
    content: "■ ";
    font-size: 0.1em;
    padding-right: 3px;
    vertical-align: top;
    color: #e7e6e3; }
  .responsive-web .search #main-content .address-wrapper {
    color: #000;
    font-size: 0.9em;
    width: 40%;
    float: left;
    padding: 10px 10px 0 0; }
    .responsive-web .search #main-content .address-wrapper h4 {
      line-height: 1.2; }
      .responsive-web .search #main-content .address-wrapper h4.phone {
        margin-top: 6px; }
    .responsive-web .search #main-content .address-wrapper .hours,
    .responsive-web .search #main-content .address-wrapper .appointment {
      margin-bottom: 6px; }
  .responsive-web #main-content article h4.subtitle {
    color: #63bdd6;
    font-weight: bolder;
    text-transform: uppercase;
    text-decoration: none; }
  .responsive-web .search #main-content .address-wrapper p.hours {
    margin-top: 8px; }
  .responsive-web .search #main-content .address-wrapper p.hours,
  .responsive-web .search #main-content .address-wrapper p.appointment {
    font-size: 1.4em; }
  .responsive-web .search p.hours a {
    background: url("../images/ico_hcr_details.gif") 2px 1px no-repeat;
    padding-left: 20px; }
  .responsive-web .search p.appointment a {
    background: url("../images/icon_clock.gif") 0px 1px no-repeat;
    padding-left: 20px; }
  .responsive-web .search #main-content section article p.operated {
    color: #776d59;
    font-size: 1.2em;
    margin-top: 1em; }
  .responsive-web .search-center-details #main-content section article p.operated {
    color: #c6c3be; }
  .responsive-web .search-main #main-content section article {
    padding: 10px 0 0; }
  .responsive-web .search #main-content header {
    margin: 0; }
  .responsive-web .search .center-details h3 {
    display: inline;
    padding-right: 10px;
    vertical-align: middle; }
  .responsive-web .search .insurance .list ul {
    width: 25%;
    float: left; }
    @media only screen and (max-width: 970px) {
      .responsive-web .search .insurance .list ul {
        width: 100%;
        float: none; } }
    .responsive-web .search .insurance .list ul li {
      padding-left: 0; }
      @media only screen and (max-width: 970px) {
        .responsive-web .search .insurance .list ul li {
          padding: 0 0 0 12px !important; } }
    .responsive-web .search .insurance .list ul.wider {
      width: 33.33%; }
  .responsive-web .search-center-details .insurance li {
    width: 100%;
    float: none; }
  .responsive-web .health-center-results-wrap .visible-phone .button-set {
    padding-bottom: 10px; }
  .responsive-web .search-main #main-content .expandy {
    position: relative; }
    .responsive-web .search-main #main-content .expandy .location {
      width: 40%;
      float: left;
      border-bottom: none; }
      .responsive-web .search-main #main-content .expandy .location .address-wrapper {
        width: 100%; }
        .responsive-web .search-main #main-content .expandy .location .address-wrapper h4 {
          font-size: 1.5em;
          font-weight: 400;
          display: block; }
    .responsive-web .search-main #main-content .expandy .services {
      float: right;
      padding-left: 15px;
      width: 55%; }
      @media only screen and (max-width: 970px) {
        .responsive-web .search-main #main-content .expandy .services {
          width: 100%;
          float: none;
          padding-left: 0;
          display: inline-block; } }
      .responsive-web .search-main #main-content .expandy .services .list ul {
        width: 50%;
        float: left; }
    .responsive-web .search-main #main-content .expandy .insurance {
      padding: 0 0 10px;
      display: inline-block;
      width: 100%; }
      .responsive-web .search-main #main-content .expandy .insurance .answer {
        color: #000; }
        .responsive-web .search-main #main-content .expandy .insurance .answer li {
          color: #000; }
          .responsive-web .search-main #main-content .expandy .insurance .answer li:before {
            display: none; }
      .responsive-web .search-main #main-content .expandy .insurance .question {
        padding-bottom: 8px; }
      @media only screen and (max-width: 970px) {
        .responsive-web .search-main #main-content .expandy .insurance {
          border-bottom: 0 !important;
          padding: 0;
          display: inline-block;
          vertical-align: top; } }
    .responsive-web .search-main #main-content .expandy .answer {
      display: block;
      padding: 0;
      border: none; }
    .responsive-web .search-main #main-content .expandy .question {
      padding: 0;
      color: #08467f;
      font-weight: bolder;
      padding-bottom: 0;
      cursor: auto; }
      .responsive-web .search-main #main-content .expandy .question:after, .responsive-web .search-main #main-content .expandy .question:before {
        display: none; }
      .responsive-web .search-main #main-content .expandy .question :after {
        top: 0; }
    .responsive-web .search-main #main-content .expandy h3.question {
      font-size: 2.2em;
      padding: 0 8px 8px 0;
      margin: 0; }
      .responsive-web .search-main #main-content .expandy h3.question.opened {
        border-bottom: 1px solid #e7e6e3; }
      .responsive-web .search-main #main-content .expandy h3.question span {
        color: #000;
        font-size: 0.68182em; }
      .responsive-web .search-main #main-content .expandy h3.question span.bullet:before {
        content: '■ ';
        color: #e7e6e3;
        font-size: 0.7em;
        display: inline-block;
        line-height: 22px;
        padding: 0 7px 0 7px; }
      .responsive-web .search-main #main-content .expandy h3.question a {
        display: block; }
    .responsive-web .search-main #main-content .expandy h4.question {
      color: #63bdd6;
      font-weight: bolder;
      font-size: 1.4em;
      text-transform: uppercase;
      border-bottom: none; }
    .responsive-web .search-main #main-content .expandy .center_map_button {
      padding: 0;
      margin: 0;
      position: absolute;
      top: 16px;
      right: 0; }
  .responsive-web .search #main-content .promo-module {
    margin-bottom: 10px; }
    .responsive-web .search #main-content .promo-module img {
      width: 130px;
      top: 25px;
      right: 25px;
      bottom: auto; }
      @media only screen and (max-width: 970px) {
        .responsive-web .search #main-content .promo-module img {
          width: 100px;
          top: 19%;
          right: 4%;
          bottom: auto; } }
    .responsive-web .search #main-content .promo-module .text {
      width: 75%; }
      @media only screen and (max-width: 970px) {
        .responsive-web .search #main-content .promo-module .text {
          width: 70%; } }
      .responsive-web .search #main-content .promo-module .text h3 {
        font-size: 4em !important;
        line-height: 1.1;
        margin: 0 !important; }
        @media only screen and (max-width: 970px) {
          .responsive-web .search #main-content .promo-module .text h3 {
            font-size: 2.4em !important; } }
      .responsive-web .search #main-content .promo-module .text p {
        font-size: 1.8em !important;
        line-height: 1.2;
        width: 83%; }
        @media only screen and (max-width: 970px) {
          .responsive-web .search #main-content .promo-module .text p {
            font-size: 1.5em !important;
            margin: 30px 0 0;
            width: 90%; }
            .responsive-web .search #main-content .promo-module .text p.call-to-action:after {
              display: none; } }
  .responsive-web .search-main #main-content .center_opened .expandy .services {
    width: 100%;
    float: none;
    padding: 15px 0 15px 0;
    border-top: 1px solid #fff;
    overflow: hidden; }
  .responsive-web .search #main-content .expandy .answer li {
    color: #000; }
  .responsive-web .search-main .pagination.ccm-pagination {
    font-size: 1.4em;
    margin: 30px 0 20px 10px; }
  .responsive-web .search-main #main-content .expandy .answer li {
    padding: 8px 0 0;
    font-size: 1.3em;
    line-height: 14px; }
    .responsive-web .search-main #main-content .expandy .answer li:before {
      display: none; }
  .responsive-web .search #main-content .expandy .answer.opened {
    border-bottom: none;
    padding-top: 0;
    padding-left: 0; }
  .responsive-web .search .center_map_button {
    margin-top: 13px;
    width: auto;
    cursor: pointer;
    float: right;
    font-weight: bolder;
    font-size: 0.75em;
    text-transform: uppercase; }
    .responsive-web .search .center_map_button a {
      font-size: 13px / 0.75em;
      display: inline-block;
      vertical-align: bottom;
      color: #e96d08; }
      @media only screen and (max-width: 970px) {
        .responsive-web .search .center_map_button a {
          color: #08467f; } }
    .responsive-web .search .center_map_button span {
      display: none; }
  .responsive-web .center_map h4 {
    font-weight: bold;
    color: #000; }
  .responsive-web .direction_search .go-btn {
    border: none; }
  .responsive-web .search .insurance li:before {
    padding-right: 7px; }
  .responsive-web .search-center-details #main-content .center_map_button {
    margin-right: 7px; }
  .responsive-web .search-center-details .top-bar span {
    color: #c6c3be;
    display: inline-block;
    font-size: 1.2em; }
    @media only screen and (max-width: 970px) {
      .responsive-web .search-center-details .top-bar span {
        color: #4C4C4C; } }
  .responsive-web .search-center-details .top-bar .list {
    margin-left: 15px;
    display: inline-block; }
    @media only screen and (max-width: 970px) {
      .responsive-web .search-center-details .top-bar .list {
        display: none; } }
    .responsive-web .search-center-details .top-bar .list li:before {
      line-height: 17px; }
  .responsive-web .search #main-content .center {
    font-size: 0.95em; }
    @media only screen and (max-width: 970px) {
      .responsive-web .search #main-content .center {
        font-size: 1em; } }
  .responsive-web .search-center-details #main-content {
    font-size: 0.9em; }
    .responsive-web .search-center-details #main-content .center {
      font-size: 1.1em; }
      @media only screen and (max-width: 970px) {
        .responsive-web .search-center-details #main-content .center {
          font-size: 1em; } }
  .responsive-web .search-center-details ul.list li:before {
    line-height: 21px; }
  .responsive-web .search-center-details #main-content section.services li,
  .responsive-web .search-center-details #main-content section.insurance li {
    margin-bottom: 8px;
    line-height: 16px; }
    .responsive-web .search-center-details #main-content section.services li:before,
    .responsive-web .search-center-details #main-content section.insurance li:before {
      line-height: 13px; }
  .responsive-web .search-center-details #main-content section.insurance li {
    color: black; }
  .responsive-web .search-center-details img {
    display: block;
    border: 1px solid #e7e6e3; }
  .responsive-web .search-center-details #main-content .center-details h1 {
    font-family: "arial narrow", arial, helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    font-size: 3em;
    margin-top: 3px;
    width: 53%;
    display: inline-block; }
    .responsive-web .search-center-details #main-content .center-details h1 a:hover {
      color: #08467f;
      text-decoration: underline; }
  .responsive-web .search-center-details #main-content .center-details h4 {
    display: block;
    font-size: 1.5em; }
  .responsive-web .search-center-details #main-content article .phone {
    display: inline-block; }
    .responsive-web .search-center-details #main-content article .phone span {
      font-size: inherit; }
  .responsive-web .search-center-details #main-content .center {
    border-top: 3px solid #63bdd6;
    margin-bottom: 10px;
    width: 100%; }
  .responsive-web .search-center-details #main-content article.address-wrapper {
    width: auto;
    padding: 0; }
  .responsive-web .search-center-details #main-content article h3.sub-heading {
    font-size: 1.64706em;
    color: #776d59; }
  .responsive-web .search-center-details #main-content article.center-content h4 {
    padding: 10px 0;
    margin: 0; }
  .responsive-web .search-center-details .insurance li {
    color: black; }
  .responsive-web .search-center-details #main-content article.center-content h2, .responsive-web .search-center-details #main-content article.center-content h3 {
    font-size: 2em;
    font-weight: bold;
    color: #2B2A2A;
    margin: 10px 0 8px; }
  .responsive-web .search-center-details #main-content article.center-content.flat {
    margin: 0px;
    padding: 0px; }
    @media only screen and (max-width: 970px) {
      .responsive-web .search-center-details #main-content article.center-content.flat {
        padding: 20px 3%; } }
  .responsive-web .search-center-details #main-content article.center-content div {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden; }
  .responsive-web .search-center-details #main-content article.center-content div.tracked-ab-promos-wrap {
    margin: 0 !important;
    padding: 0 !important; }
  .responsive-web .search-center-details #main-content article.center-content div.mobile-ohs-promos-wrap {
    margin: 0 !important;
    padding-top: 32px; }
  .responsive-web table.hours_operation strong,
  .responsive-web .search-center-details #main-content article.center-content div.note,
  .responsive-web .search-center-details #main-content article.center-content > ul {
    color: #000; }
  .responsive-web .search-center-details #main-content article.center-content div.note {
    margin-top: 8px; }
  .responsive-web .search-center-details #main-content article.center-content div a,
  .responsive-web .search-center-details .center-details .operated a {
    font-weight: normal;
    display: inline;
    font-size: inherit; }
  .responsive-web .search-center-details #main-content article.center-content div ul.list.three-columns li a {
    display: block; }
  .responsive-web #main-content span.hours_op {
    font-weight: bold;
    font-size: inherit; }
  .responsive-web table.hours_operation {
    display: table !important;
    border-top: 1px solid #e7e6e3;
    border-bottom: 1px solid #e7e6e3; }
    @media only screen and (max-width: 970px) {
      .responsive-web table.hours_operation {
        display: none !important; } }
  .responsive-web .hours_operation td, .responsive-web .hours_operation th {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0px 5px 0px;
    text-align: center; }
  .responsive-web .hours_operation thead th {
    color: #786d59;
    font-weight: bold; }
  .responsive-web .hours_operation .even_col {
    background-color: #ebf6f9; }
  .responsive-web .search #main-content.search-results #main-section {
    border-top: none;
    padding-top: 20px; }
  .responsive-web #main-header {
    position: relative;
    background: url(../images/header_bg.png) repeat-x;
    padding-left: 45px;
    height: 130px; }
    .responsive-web #main-header h4 {
      margin-top: 25px;
      float: left; }
    .responsive-web #main-header aside {
      padding: 12px 15px 18px;
      height: 100px;
      width: 232px;
      margin-right: -2px;
      float: right;
      background: url(../images/header_bg_right.jpg) no-repeat; }
      .responsive-web #main-header aside a {
        outline: 0; }
  .responsive-web #main-header aside ul {
    float: right; }
  .responsive-web #main-header aside ul li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: "HelveticaNeueW01-57Cn", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding: 0 10px;
    border-left: 1px solid #a5d8e6; }
  .responsive-web #main-header aside ul li:first-child {
    border-left: none; }
  .responsive-web #main-header aside ul li a {
    color: #fff; }
  .responsive-web .affiliate #main-header {
    background-image: url("../images/header.gif"); }
    @media only screen and (max-width: 970px) {
      .responsive-web .affiliate #main-header {
        background-image: none; } }
    .responsive-web .affiliate #main-header h4 a {
      background-image: none; }
      @media only screen and (max-width: 970px) {
        .responsive-web .affiliate #main-header h4 a {
          background-image: url("../images/mobile_logo.png"); } }
  .responsive-web .affiliate #main-header aside ul li a {
    background: url("../images/backto_ppfa.gif") no-repeat;
    display: block;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    width: 183px; }
  .responsive-web .affiliate #main-header aside ul li a:focus,
  .responsive-web .affiliate #main-header aside ul li a:hover {
    background-position: right top; }
  .responsive-web #main-header aside ul li a:hover {
    color: #a5d8e6; }
  .responsive-web #main-header h4 a {
    background-image: url(../images/logo_lockup.png);
    background-size: contain;
    width: 350px;
    height: 91px;
    -ms-behavior: url(../images/backgroundsize.min.htc); }
  .responsive-web #main-header .social-links {
    position: absolute;
    bottom: 10px;
    right: 255px;
    list-style: none;
    font-size: 1.5em;
    z-index: 16; }
    .responsive-web #main-header .social-links > li {
      position: relative;
      vertical-align: bottom;
      color: white;
      display: inline-block;
      margin-right: 5px; }
      .responsive-web #main-header .social-links > li:hover,
      .responsive-web #main-header .social-links > li a:hover {
        color: #3182a6;
        cursor: pointer; }
      .responsive-web #main-header .social-links > li.active {
        color: #3182a6; }
      .responsive-web #main-header .social-links > li.follow {
        margin-right: 7px;
        font-family: "HelveticaNeueW01-77BdCn 692722", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #3182a6;
        cursor: default; }
      .responsive-web #main-header .social-links > li a {
        color: white; }
    .responsive-web #main-header .social-links .link-box {
      display: none;
      position: absolute;
      top: 45px;
      left: -371px;
      right: 0;
      z-index: 11;
      width: 522px;
      padding: 10px;
      background: white;
      cursor: default;
      -webkit-box-shadow: -1px -1px 8px -2px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: -1px -1px 8px -2px rgba(0, 0, 0, 0.5);
      box-shadow: -1px -1px 8px -2px rgba(0, 0, 0, 0.5); }
      .responsive-web #main-header .social-links .link-box .triangle {
        padding: 0;
        border: 0;
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: 100%;
        left: 67%;
        overflow: hidden;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        .responsive-web #main-header .social-links .link-box .triangle:before {
          content: "";
          position: absolute;
          width: 30px;
          height: 30px;
          background: #fff;
          -webkit-box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
          -moz-box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
          box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
          bottom: 70%;
          left: 0;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          z-index: -1; }
      .responsive-web #main-header .social-links .link-box li {
        display: block;
        padding: 14px 10px 14px 20px;
        margin: 0;
        font-size: 1.4em;
        border-top: 1px solid #e7e6e3;
        text-transform: uppercase;
        font-family: "HelveticaNeueW01-57Cn", Arial, Helvetica, sans-serif; }
        .responsive-web #main-header .social-links .link-box li .bold {
          font-family: "HelveticaNeueW01-77BdCn 692722", Arial, Helvetica, sans-serif; }
        .responsive-web #main-header .social-links .link-box li .icon {
          font-size: 1.5em;
          margin-top: -2px;
          float: right; }
        .responsive-web #main-header .social-links .link-box li:hover {
          color: inherit; }
        .responsive-web #main-header .social-links .link-box li.light-blue a {
          color: #0091C6; }
        .responsive-web #main-header .social-links .link-box li.purple a {
          color: #663399; }
        .responsive-web #main-header .social-links .link-box li.pink a {
          color: #db2e7e; }
        .responsive-web #main-header .social-links .link-box li.first {
          color: white;
          background: #F78500;
          border-top: none;
          margin-bottom: 10px; }
        .responsive-web #main-header .social-links .link-box li sup {
          position: relative;
          top: -3px;
          vertical-align: top;
          font-size: 60%; }
        .responsive-web #main-header .social-links .link-box li.close {
          color: #e7e6e3;
          cursor: pointer;
          padding: 0;
          border-top: none;
          text-transform: none;
          float: right;
          margin: 5px 5px 0 0;
          font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
          font-weight: bold;
          color: #776d59;
          font-size: 1em; }
          .responsive-web #main-header .social-links .link-box li.close:hover {
            text-decoration: underline; }
          .responsive-web #main-header .social-links .link-box li.close .icon-kub-remove {
            position: relative;
            top: -0.2em;
            font-size: 0.5em;
            margin-right: 2px; }
    @media only screen and (max-width: 970px) {
      .responsive-web #main-header .social-links {
        display: none; } }
  .responsive-web #take-action, .responsive-web #donate-link {
    background: url(../images/take_action_donate_2010.gif) no-repeat top left;
    height: 40px;
    width: 156px;
    display: block;
    overflow: hidden; }
  .responsive-web #take-action {
    background-position: 0 0; }
  .responsive-web #take-action:hover {
    background-position: -156px 0px; }
  .responsive-web #donate-link {
    background-position: 0px -40px; }
  .responsive-web #donate-link:hover {
    background-position: -156px -40px; }
  .responsive-web #sidebar article .health-center-mobile-text {
    display: none; }
  .responsive-web .input-group {
    display: inline; }
  .responsive-web .health-zip,
  .responsive-web .health-center-zip {
    width: 50px; }
    @media only screen and (max-width: 970px) {
      .responsive-web .health-zip,
      .responsive-web .health-center-zip {
        width: 100%; } }
  .responsive-web #main-footer, .responsive-web #main-footer.teens-footer {
    clear: both;
    padding: 18px 45px 20px;
    background: #B1ADA3;
    color: white;
    font-family: arial, verdana, sans-serif; }
    .responsive-web #main-footer #extra-footer > p {
      padding: 0 6px;
      border-right: 1px solid #e7e6e2; }
      .responsive-web #main-footer #extra-footer > p:first-child {
        padding-left: 0; }
      .responsive-web #main-footer #extra-footer > p.last {
        border-right: none; }
    .responsive-web #main-footer #footer-nav li:first-child {
      border-left: none; }
  .responsive-web .affiliate #main-footer #extra-footer > p {
    padding: 0 6px;
    border-right: 1px solid #efeeed; }
    .responsive-web .affiliate #main-footer #extra-footer > p:first-child {
      padding-left: 0; }
    .responsive-web .affiliate #main-footer #extra-footer > p.last {
      border-right: none; }
    .responsive-web .affiliate #main-footer #extra-footer > p a {
      color: #efeeed; }
  .responsive-web .teens-footer#main-footer {
    background: url(../images/footer_pattern.png) no-repeat top center #b1ada3;
    padding-top: 168px; }
  .responsive-web #main-footer .tel {
    font-size: 2em;
    margin-top: -3px;
    font-family: "HelveticaNeueW01-57Cn", Arial, Helvetica, sans-serif; }
  .responsive-web #main-footer .tel span {
    font-family: "HelveticaNeueW01-77BdCn 692722", Arial, Helvetica, sans-serif; }
  .responsive-web #main-footer div, .responsive-web #main-footer.teens-footer div {
    padding-top: 10px;
    border-top: 1px solid #e7e6e2;
    overflow: hidden;
    margin-top: 28px; }
  .responsive-web #main-footer div p, .responsive-web #main-footer.teens-footer div p {
    font-size: 1.1em;
    line-height: 1.363;
    float: left; }
  .responsive-web #main-footer div p a, .responsive-web #main-footer.teens-footer div p a {
    color: white; }
  .responsive-web #main-footer div p a:hover {
    color: #fff; }
  .responsive-web #main-footer div nav ul li, .responsive-web #main-footer.teens-footer div nav ul li {
    display: inline-block;
    padding: 1px 7px;
    font-size: 1.2em;
    line-height: 1;
    border-left: 1px solid #e0dcd5; }
  .responsive-web #main-footer div nav ul li a, .responsive-web #main-footer.teens-footer div nav ul li a {
    color: #fff; }
  .responsive-web .header-img,
  .responsive-web .issuuembed span,
  .responsive-web .responsive-menu,
  .responsive-web #mobile-footer-2 {
    display: none; }
  .responsive-web .responsive-menu a.btn-close {
    position: absolute;
    right: 16px;
    top: 14px;
    z-index: 99;
    font-family: 'HelveticaNeueW01-45Ligh', Arial, Helvetica, sans-serif;
    text-transform: none;
    font-size: 1.9em;
    color: white; }
  .responsive-web .sticky-wrap,
  .responsive-web .mobile-highlights {
    display: none; }
  .responsive-web .asterisk {
    position: relative;
    top: 5px;
    color: #e96d08;
    font-size: 1.6em;
    line-height: 1; }
  .responsive-web .jobs header .menu {
    float: right; }
    .responsive-web .jobs header .menu li {
      margin-right: 10px;
      display: inline-block;
      font-size: 1.4em;
      font-weight: bold; }
      .responsive-web .jobs header .menu li:last-child {
        margin-right: 0; }
  .responsive-web .align-left {
    text-align: left; }
  .responsive-web .align-center {
    text-align: center; }
  .responsive-web .align-right {
    text-align: right; }
  .responsive-web .jobs #main-content h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #776d59; }
  .responsive-web .jobs #main-content .multiselect {
    height: 100px;
    margin-right: 50px;
    overflow-y: scroll; }
    .responsive-web .jobs #main-content .multiselect label {
      font-size: 12px;
      font-weight: 400;
      vertical-align: middle; }
      .responsive-web .jobs #main-content .multiselect label input[type="checkbox"] {
        width: 7%;
        vertical-align: text-bottom; }
  .responsive-web .jobs #main-content .landing-page #main-section input[type="text"], .responsive-web .jobs #main-content .landing-page #main-section input[type="password"], .responsive-web .jobs #main-content .landing-page #main-section input[type="search"] {
    width: 100%; }
  .responsive-web .jobs #main-content .landing-page #main-section ol li {
    font-size: 1.4em;
    line-height: 1.45;
    margin-bottom: 10px; }
  .responsive-web .jobs #main-content .multiselect,
  .responsive-web .jobs #main-content select,
  .responsive-web .jobs #main-content textarea,
  .responsive-web .jobs #main-content input[type="text"] {
    border: 1px solid #bee0ea;
    padding: 5px; }
  .responsive-web .jobs #main-content input[type="text"] {
    font-size: 1.4em;
    margin-left: 5px; }
  .responsive-web .jobs #main-content label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-transform: none;
    vertical-align: middle; }
    .responsive-web .jobs #main-content label input[type="checkbox"],
    .responsive-web .jobs #main-content label input[type="checkbox"] + div {
      display: inline-block; }
    .responsive-web .jobs #main-content label input[type="radio"],
    .responsive-web .jobs #main-content label input[type="checkbox"] {
      width: 3%;
      vertical-align: top;
      margin-top: 5px; }
    .responsive-web .jobs #main-content label div {
      width: 93%; }
  .responsive-web .jobs #main-content .indent {
    margin-left: 4%; }
  .responsive-web .jobs #main-content .two-columns li {
    display: inline-block;
    width: 49%; }
    .responsive-web .jobs #main-content .two-columns li.label {
      width: 40%;
      margin-right: 3%;
      text-align: right; }
  .responsive-web .jobs #main-content .title {
    margin-bottom: 1em; }
  .responsive-web .jobs #main-content #main-section article {
    padding-bottom: 0;
    border-bottom: none; }
  .responsive-web .jobs #main-content form div {
    margin-bottom: 7px; }
  .responsive-web .jobs #main-content hr {
    margin: 15px 0;
    border: none;
    border-bottom: 1px solid #e7f4f7; }
  .responsive-web .jobs #main-content .alert {
    color: #000;
    font-size: 12px;
    font-weight: bold; }
  .responsive-web .jobs #main-content .promo-module {
    margin-bottom: 10px; }
  .responsive-web .jobs #main-content .blue-block {
    padding: 0;
    border: 1px solid #bee0ea;
    margin-bottom: 20px; }
    .responsive-web .jobs #main-content .blue-block .content {
      padding: 10px 8px 16px; }
    .responsive-web .jobs #main-content .blue-block h2.blue-panel a {
      font-weight: bold; }
      .responsive-web .jobs #main-content .blue-block h2.blue-panel a:hover {
        text-decoration: underline; }
    .responsive-web .jobs #main-content .blue-block .blue-panel a.go-btn:hover {
      text-decoration: none; }
    .responsive-web .jobs #main-content .blue-block.privacy {
      margin: 80px 0 40px; }
    .responsive-web .jobs #main-content .blue-block.preferences h5 {
      margin: 15px 0 5px; }
    .responsive-web .jobs #main-content .blue-block.preferences label {
      font-weight: 400; }
    .responsive-web .jobs #main-content .blue-block.preferences .aside {
      display: block;
      font-size: 12px; }
    .responsive-web .jobs #main-content .blue-block.options {
      margin-top: 40px; }
      .responsive-web .jobs #main-content .blue-block.options .desc {
        display: block;
        font-size: 12px; }
    .responsive-web .jobs #main-content .blue-block.warning .content {
      padding: 20px 8px; }
  .responsive-web .jobs #main-content .blue-panel + .button-set.align-center {
    margin: 20px 0 0; }
  .responsive-web .jobs #main-content .button-set.align-center {
    margin-bottom: 20px; }
  .responsive-web .jobs #main-content .content table {
    width: 100%; }
  .responsive-web .jobs #main-content .content td {
    width: 30%; }
  .responsive-web .jobs #main-content .content tr > td:first-child {
    width: 25%;
    text-align: right; }
  .responsive-web .jobs #main-content .content ul li {
    padding: 5px 0;
    font-size: 1em;
    vertical-align: baseline; }
    .responsive-web .jobs #main-content .content ul li .aside {
      display: block;
      font-size: 12px;
      font-weight: 400;
      font-style: italic; }
      .responsive-web .jobs #main-content .content ul li .aside a {
        font-weight: bold; }
    .responsive-web .jobs #main-content .content ul li input[type="submit"] {
      margin: 0 10px; }
    .responsive-web .jobs #main-content .content ul li .asterisk {
      width: 5%; }
  .responsive-web .jobs #main-content .content ul.three-columns {
    -moz-column-rule: none;
    -webkit-column-rule: none;
    column-rule: none; }
  .responsive-web .jobs #main-content .content ul.list li {
    display: block;
    padding-left: 12px;
    margin-bottom: 10px;
    font-size: 1.4em; }
    .responsive-web .jobs #main-content .content ul.list li a {
      font-weight: bold; }
    .responsive-web .jobs #main-content .content ul.list li:before {
      margin-top: 5px; }
    .responsive-web .jobs #main-content .content ul.list li.first {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #e7e6e3; }
  .responsive-web .jobs #main-content .content ul.block li,
  .responsive-web .jobs #main-content .content ul.block label {
    display: block; }
  .responsive-web .jobs #main-content .content ul.block input[type="text"],
  .responsive-web .jobs #main-content .content ul.two-columns input[type="text"],
  .responsive-web .jobs #main-content .content ul.three-columns input[type="text"] {
    margin: 0; }
  .responsive-web .jobs #main-content #register-form {
    position: relative; }
    .responsive-web .jobs #main-content #register-form li {
      min-height: 50px; }
      .responsive-web .jobs #main-content #register-form li.label {
        position: relative;
        top: -9px;
        vertical-align: top; }
    .responsive-web .jobs #main-content #register-form .btn-right {
      margin: 0;
      position: absolute;
      right: 8px;
      bottom: 0; }
  .responsive-web .jobs #main-content #accept-privacy {
    margin-right: 10px; }
  .responsive-web .jobs #main-content #search-options a,
  .responsive-web .jobs #main-content #show-all a {
    font-weight: bold; }
  .responsive-web .jobs #main-content #search-options {
    margin: 0;
    width: 100%; }
    .responsive-web .jobs #main-content #search-options td {
      font-size: 1.4em; }
      .responsive-web .jobs #main-content #search-options td.align-left, .responsive-web .jobs #main-content #search-options td.align-right {
        font-size: 1.16667em; }
  .responsive-web .jobs #main-content #show-all {
    text-align: center;
    font-size: 0.85714em; }
    .responsive-web .jobs #main-content #show-all a {
      color: #000;
      text-decoration: underline; }
    .responsive-web .jobs #main-content #show-all p:first-child {
      margin-bottom: 15px; }
    .responsive-web .jobs #main-content #show-all p:last-child {
      margin: 0; }
  .responsive-web .jobs #main-content #search-form p {
    font-size: 1.16667em; }
  .responsive-web .jobs #main-content #search-form label {
    display: block; }
  .responsive-web .jobs #main-content #search-form .half {
    width: 49%;
    display: inline-block;
    margin-bottom: 10px; }
  .responsive-web .jobs #main-content .subscribe:after {
    content: '';
    margin-left: 5px;
    background: url(../images/rss_icon.gif) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block; }
  .responsive-web .jobs #main-content .joblist {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 40px; }
    .responsive-web .jobs #main-content .joblist tr:hover td {
      background: #d9edf3;
      -webkit-transition: background 0.2s ease;
      -moz-transition: background 0.2s ease;
      -o-transition: background 0.2s ease;
      transition: background 0.2s ease; }
    .responsive-web .jobs #main-content .joblist td {
      width: 25%;
      padding: 4px 8px;
      font-size: 1.2em; }
      .responsive-web .jobs #main-content .joblist td:first-child {
        width: 50%; }
      .responsive-web .jobs #main-content .joblist td a {
        color: #000; }
        .responsive-web .jobs #main-content .joblist td a:hover {
          text-decoration: underline; }
    .responsive-web .jobs #main-content .joblist .odd {
      background: #f2ffff; }
    .responsive-web .jobs #main-content .joblist tfoot td,
    .responsive-web .jobs #main-content .joblist .labels td,
    .responsive-web .jobs #main-content .joblist .head td {
      font-weight: bold;
      color: #000; }
    .responsive-web .jobs #main-content .joblist tfoot,
    .responsive-web .jobs #main-content .joblist .labels {
      background: #ddd; }
    .responsive-web .jobs #main-content .joblist .labels td {
      padding: 8px; }
    .responsive-web .jobs #main-content .joblist .head {
      background: #bee0ea; }
    .responsive-web .jobs #main-content .joblist .head:hover td,
    .responsive-web .jobs #main-content .joblist tfoot:hover td {
      background: transparent; }
    .responsive-web .jobs #main-content .joblist tfoot a {
      padding: 0 5px;
      border-right: 1px solid #000; }
      .responsive-web .jobs #main-content .joblist tfoot a:first-child {
        padding-left: 0; }
      .responsive-web .jobs #main-content .joblist tfoot a:last-child {
        border-right: none; }
  @media only screen and (max-width: 970px) {
    .responsive-web #login-email {
      margin-bottom: 0; }
    .responsive-web .other #main-content .input-group {
      margin-top: 30px; }
    .responsive-web .other #main-content h2 {
      margin-bottom: 15px; }
    .responsive-web .blue-panel {
      background: none;
      border: none;
      padding: 0;
      margin: 0; }
    .responsive-web .jobs header .menu {
      margin-right: 5%;
      margin-bottom: 0; }
    .responsive-web .jobs #main-content .two-columns li {
      width: 100%;
      margin: 0; }
      .responsive-web .jobs #main-content .two-columns li.label {
        text-align: left; }
    .responsive-web .jobs #main-content label,
    .responsive-web .jobs #main-content h5 {
      color: #4C4C4C; }
    .responsive-web .jobs #main-content input[type="text"] {
      margin-left: 0; }
    .responsive-web .jobs #main-content .promo-module {
      margin-bottom: 20px; }
    .responsive-web .jobs #main-content h2.blue-panel {
      font-size: 2.1em;
      font-weight: normal; }
      .responsive-web .jobs #main-content h2.blue-panel span {
        line-height: 1; }
        .responsive-web .jobs #main-content h2.blue-panel span a {
          font-size: 0.71429em; }
    .responsive-web .jobs #main-content #welcome {
      font-size: 2.1em; }
    .responsive-web .jobs #main-content .title {
      border-bottom: none;
      margin-bottom: 0; }
    .responsive-web .jobs #main-content .blue-block {
      padding: 0 0 20px;
      border: none;
      border-bottom: 1px solid #e7e6e3; }
      .responsive-web .jobs #main-content .blue-block .content {
        padding: 0; }
      .responsive-web .jobs #main-content .blue-block:last-child {
        padding: 0;
        border-bottom: none; }
      .responsive-web .jobs #main-content .blue-block.privacy {
        margin: 0; }
    .responsive-web .jobs #main-content #main-section article {
      padding: 20px 0;
      border-bottom: 1px solid #e7e6e3; }
      .responsive-web .jobs #main-content #main-section article:last-child:not(.visible-desktop) {
        border-bottom: none; }
    .responsive-web .jobs #main-content div {
      margin-bottom: 0; }
    .responsive-web .jobs #main-content .content ul li {
      display: block; }
      .responsive-web .jobs #main-content .content ul li input[type="submit"],
      .responsive-web .jobs #main-content .content ul li .go-btn,
      .responsive-web .jobs #main-content .content ul li a.go-btn {
        margin: 0; }
    .responsive-web .jobs #main-content .content table input[type="text"] {
      width: 90%;
      margin: 0 0 16px; }
    .responsive-web .jobs #main-content .content table input[type="submit"] {
      margin-top: 7px; }
    .responsive-web .jobs #main-content .content table tr > td:first-child {
      width: 100%;
      text-align: left; }
    .responsive-web .jobs #main-content .content table td {
      width: 100%;
      display: block;
      text-align: left; }
      .responsive-web .jobs #main-content .content table td input {
        margin: 0; }
    .responsive-web .jobs #main-content #show-all {
      margin-bottom: 8px; }
    .responsive-web .jobs #main-content #search-form #keywords {
      margin: 0; }
    .responsive-web .jobs #main-content #search-form .half {
      width: 100%; }
    .responsive-web .jobs #main-content #register-form ul {
      margin-bottom: 10px; }
    .responsive-web .jobs #main-content #register-form li {
      min-height: 0; }
      .responsive-web .jobs #main-content #register-form li.label {
        position: static;
        width: 100%;
        padding: 0; } }
  .responsive-web #featured-banner {
    width: 730px;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 970px) {
      .responsive-web #featured-banner {
        width: 100%; } }
  .responsive-web #slider-direction-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2; }
    @media only screen and (max-width: 970px) {
      .responsive-web #slider-direction-nav {
        display: none; } }
  .responsive-web:hover #slider-direction-nav {
    opacity: 0.9; }
  .responsive-web #slider-direction-nav a {
    float: left;
    display: block;
    width: 25px;
    height: 410px;
    text-indent: -9999px;
    outline: 0; }
  .responsive-web #slider-direction-nav .lean-slider-next {
    float: right; }
  .responsive-web #slider-control-nav {
    position: relative;
    top: -25px;
    left: 50%; }
    .responsive-web #slider-control-nav a {
      background: #E5E5E5;
      text-indent: -9999px;
      width: 14px;
      height: 14px;
      border-radius: 14px;
      display: inline-block;
      margin: 0 3px;
      outline: 0; }
      .responsive-web #slider-control-nav a.active {
        background: #EF6310; }
  .responsive-web .promo-banner {
    position: absolute;
    bottom: 120px;
    width: 300px;
    padding: 10px 0 15px 50px;
    color: #FFFFFF; }
    @media only screen and (max-width: 970px) {
      .responsive-web .promo-banner {
        width: 60%;
        bottom: 0;
        padding: 0 0 0 20px; } }
  .responsive-web .promo-banner .promo-heading {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    line-height: 1;
    background-color: transparent; }
  .responsive-web .promo-banner p {
    font-size: 1em;
    padding-left: 12px; }
  .responsive-web .promo-banner .promo-heading {
    padding: 12px 0 10px 0px;
    color: #00427D;
    font-size: 5em;
    font-weight: 200;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0; }
  .responsive-web header .promo-msg {
    padding: 0 15px; }
  .responsive-web .promo-banner .go-btn {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
    background: #EF6310;
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 18px; }
  @media only screen and (max-width: 970px) {
    .responsive-web {
      /* Media queries */
      /* Health */
      /* Sub-Sections */
      /* Search Results Styles */
      /* Search Center Details */ }
      .responsive-web .slide1, .responsive-web .slide0 {
        position: relative;
        display: block; }
        .responsive-web .slide1 .promo-banner, .responsive-web .slide0 .promo-banner {
          position: absolute;
          top: 13%;
          padding-left: 20px; } }
      @media only screen and (max-width: 970px) and (max-width: 320px) {
        .responsive-web .slide1 .promo-banner, .responsive-web .slide0 .promo-banner {
          top: 11%; } }
  @media only screen and (max-width: 970px) {
          .responsive-web .slide1 .promo-banner .promo-heading, .responsive-web .slide0 .promo-banner .promo-heading {
            color: #0064B8;
            font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
            font-size: 3em;
            line-height: 1; }
          .responsive-web .slide1 .promo-banner .go-btn, .responsive-web .slide0 .promo-banner .go-btn {
            margin-top: 10px;
            width: auto;
            padding: 5px 10px;
            font-size: 1.5em; } }
        @media only screen and (max-width: 970px) and (max-width: 320px) {
          .responsive-web .slide1 .promo-banner .go-btn, .responsive-web .slide0 .promo-banner .go-btn {
            margin-top: 0; } }
  @media only screen and (max-width: 970px) {
        .responsive-web .slide1 .spanish, .responsive-web .slide0 .spanish {
          position: absolute;
          top: 7px;
          right: 15px;
          font-size: 1.1em;
          font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
          color: #fff;
          text-shadow: 0 0px 5px #969696; }
      .responsive-web .affiliate-main .header-img .hero-caption .text {
        color: #fff; }
      .responsive-web a.go-btn,
      .responsive-web .go-btn,
      .responsive-web a.go-btn.promo-type-two-btn {
        border: 0;
        border: none;
        display: inline-block;
        padding: 6px 10px;
        line-height: 24px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1.25em;
        font-family: "HelveticaNeueW01-77BdCn 692722", Arial, Helvetica, sans-serif;
        background-color: #F58220;
        color: #fff;
        overflow: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased; }
        .responsive-web a.go-btn:active, .responsive-web a.go-btn:focus, .responsive-web a.go-btn:hover,
        .responsive-web .go-btn:active,
        .responsive-web .go-btn:focus,
        .responsive-web .go-btn:hover,
        .responsive-web a.go-btn.promo-type-two-btn:active,
        .responsive-web a.go-btn.promo-type-two-btn:focus,
        .responsive-web a.go-btn.promo-type-two-btn:hover {
          background-color: #EF6310; }
        .responsive-web a.go-btn#email-submit,
        .responsive-web .go-btn#email-submit,
        .responsive-web a.go-btn.promo-type-two-btn#email-submit {
          margin-top: 0 !important; }
        .responsive-web a.go-btn#email-submit, .responsive-web a.go-btn#search-press-submit,
        .responsive-web .go-btn#email-submit,
        .responsive-web .go-btn#search-press-submit,
        .responsive-web a.go-btn.promo-type-two-btn#email-submit,
        .responsive-web a.go-btn.promo-type-two-btn#search-press-submit {
          width: auto;
          height: 34px;
          margin-left: 5px; }
        .responsive-web a.go-btn.full, .responsive-web a.go-btn.half,
        .responsive-web .go-btn.full,
        .responsive-web .go-btn.half,
        .responsive-web a.go-btn.promo-type-two-btn.full,
        .responsive-web a.go-btn.promo-type-two-btn.half {
          margin: 0;
          padding: 6px 10px;
          font-size: 1.7em;
          text-align: center;
          line-height: 24px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .responsive-web a.go-btn.full,
        .responsive-web .go-btn.full,
        .responsive-web a.go-btn.promo-type-two-btn.full {
          width: 100%; }
        .responsive-web a.go-btn.half,
        .responsive-web .go-btn.half,
        .responsive-web a.go-btn.promo-type-two-btn.half {
          width: 48%;
          display: inline-block; }
          .responsive-web a.go-btn.half:first-of-type,
          .responsive-web .go-btn.half:first-of-type,
          .responsive-web a.go-btn.promo-type-two-btn.half:first-of-type {
            margin-right: 3%; }
      .responsive-web a.go-btn.blue-primary,
      .responsive-web a.go-btn.blue-primary.promo-type-two-btn,
      .responsive-web .go-btn.blue-primary {
        background-color: #0064B8; }
        .responsive-web a.go-btn.blue-primary:active, .responsive-web a.go-btn.blue-primary:focus, .responsive-web a.go-btn.blue-primary:hover,
        .responsive-web a.go-btn.blue-primary.promo-type-two-btn:active,
        .responsive-web a.go-btn.blue-primary.promo-type-two-btn:focus,
        .responsive-web a.go-btn.blue-primary.promo-type-two-btn:hover,
        .responsive-web .go-btn.blue-primary:active,
        .responsive-web .go-btn.blue-primary:focus,
        .responsive-web .go-btn.blue-primary:hover {
          background-color: #00427D; }
      .responsive-web a.go-btn.blue-secondary,
      .responsive-web a.go-btn.blue-secondary.promo-type-two-btn,
      .responsive-web .go-btn.blue-secondary {
        background-color: #00427D; }
        .responsive-web a.go-btn.blue-secondary:active, .responsive-web a.go-btn.blue-secondary:focus, .responsive-web a.go-btn.blue-secondary:hover,
        .responsive-web a.go-btn.blue-secondary.promo-type-two-btn:active,
        .responsive-web a.go-btn.blue-secondary.promo-type-two-btn:focus,
        .responsive-web a.go-btn.blue-secondary.promo-type-two-btn:hover,
        .responsive-web .go-btn.blue-secondary:active,
        .responsive-web .go-btn.blue-secondary:focus,
        .responsive-web .go-btn.blue-secondary:hover {
          background-color: #00396C; }
      .responsive-web a.go-btn.cancel,
      .responsive-web .go-btn.cancel {
        background-color: transparent;
        border: 2px solid #50B5CF;
        color: #fff; }
        .responsive-web a.go-btn.cancel:active, .responsive-web a.go-btn.cancel:focus, .responsive-web a.go-btn.cancel:hover,
        .responsive-web .go-btn.cancel:active,
        .responsive-web .go-btn.cancel:focus,
        .responsive-web .go-btn.cancel:hover {
          background-color: #50B5CF; }
        .responsive-web a.go-btn.cancel.half,
        .responsive-web .go-btn.cancel.half {
          height: 36px;
          padding: 4px 0 6px; }
      .responsive-web .button-set .go-btn,
      .responsive-web .button-set a.go-btn {
        display: block;
        margin: 0 0 10px; }
        .responsive-web .button-set .go-btn:last-child,
        .responsive-web .button-set a.go-btn:last-child {
          margin: 0; }
      .responsive-web ::-webkit-scrollbar {
        display: none; }
      .responsive-web .responsive-menu {
        display: none;
        position: absolute;
        position: fixed;
        top: 0;
        width: 35%;
        height: 100%;
        z-index: 999999;
        overflow-y: scroll;
     /*
     -webkit-overflow-scrolling: touch;
  	*/
        background: #0064B8;
        -webkit-box-shadow: inset -8px 0px 8px -8px #003147;
        -moz-box-shadow: inset -8px 0px 8px -8px #003147;
        box-shadow: inset -8px 0px 8px -8px #003147; }
        .responsive-web .responsive-menu h4 {
          font-size: 1.3em;
          color: #00427D;
          font-family: "HelveticaNeueW01-77BdCn 692722", Arial, Helvetica, sans-serif;
          text-transform: uppercase;
          margin-bottom: 8px; }
        .responsive-web .responsive-menu ul {
          position: relative;
          border-top: 1px solid #005db0;
          padding: 15px 0 10px;
          margin: 0 20px; }
          .responsive-web .responsive-menu ul:before {
            content: '';
            position: absolute;
            top: 0;
            display: inline-block;
            height: 1px;
            width: 100%;
            background-color: #006fd2; }
          .responsive-web .responsive-menu ul:first-child {
            border-top: none;
            padding-top: 20px; }
          .responsive-web .responsive-menu ul li a {
            font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
            text-transform: none;
            font-size: 1.9em;
            color: white; }
      .responsive-web .responsive-menu.left {
        right: auto; } }
    @media only screen and (max-width: 970px) and (max-width: 480px) {
      .responsive-web .responsive-menu.left {
        width: 70%;
        left: -70%; }
        .responsive-web .responsive-menu.left ul {
          margin: 0 15px; }
          .responsive-web .responsive-menu.left ul:first-child {
            padding-top: 15px; } }
    @media only screen and (max-width: 970px) and (min-width: 481px) and (max-width: 991px) {
      .responsive-web .responsive-menu.left {
        width: 50%;
        left: -50%; } }
    @media only screen and (max-width: 970px) and (min-width: 992px) {
      .responsive-web .responsive-menu.left {
        width: 35%;
        left: -35%; } }
    @media only screen and (max-width: 970px) and (min-width: 1200px) {
      .responsive-web .responsive-menu.left {
        width: 20%;
        left: -20%; } }
  @media only screen and (max-width: 970px) {
      .responsive-web .affiliate.home #main-content .landing-page #main-section {
        padding: 20px 2% !important; }
      .responsive-web .sticky-wrap,
      .responsive-web .header-img,
      .responsive-web .mobile-highlights {
        display: block; }
      .responsive-web .container {
        width: 100%;
        padding: 0;
        margin: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
      .responsive-web #content {
        overflow: hidden; }
      .responsive-web #main-content section article {
        border-bottom: 1px solid #e7e6e3; }
      .responsive-web #main-content section article#main-section {
        border-bottom: none; }
      .responsive-web .stuck {
        position: fixed !important;
        -webkit-transform: translateZ(0); }
      .responsive-web ul {
        margin-bottom: 20px; }
        .responsive-web ul li {
          font-size: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-font-smoothing: antialiased;
          font-smoothing: antialiased; }
      .responsive-web input {
        font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: none; }
      .responsive-web input[type="text"] {
        width: 100%;
        margin: 0 0 16px;
        padding: 9px 12px;
        font-size: 1.5em;
        border: 1px solid #e7e6e3;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .responsive-web input[type="text"].half {
          width: 48%;
          display: inline-block; }
          .responsive-web input[type="text"].half:first-of-type {
            margin-right: 3%; }
      .responsive-web .center_map_button,
      .responsive-web #sidebar label[for="health-state"],
      .responsive-web select#health-state {
        display: none; }
      .responsive-web #main-header {
        width: 100%;
        vertical-align: middle;
        height: 55px;
        overflow: hidden;
        padding: 14px 2% 13px;
        background: #0064B8;
        background-image: none;
        z-index: 16;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .responsive-web #main-header.stuck {
          top: 0;
          left: 0; }
        .responsive-web #main-header .nav-toggle,
        .responsive-web #main-header h4,
        .responsive-web #main-header .search-toggle-wrap {
          vertical-align: middle; }
        .responsive-web #main-header .nav-toggle,
        .responsive-web #main-header .search-toggle {
          padding: 10px;
          display: inline-block;
          width: 17px;
          background-color: transparent;
          background-repeat: no-repeat;
          background-position: 10px 50%;
          vertical-align: middle;
          z-index: 13;
          -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
          box-sizing: content-box; }
        .responsive-web #main-header .nav-toggle {
          position: absolute;
          top: 8px;
          left: 2%;
          height: 15px;
          overflow: hidden;
          background-image: url("../images/menu-icon.png");
          cursor: pointer; } }
      @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
        .responsive-web #main-header .nav-toggle {
          background-image: url("../images/menu-icon@2x.png");
          background-size: 17px 15px; } }
  @media only screen and (max-width: 970px) {
        .responsive-web #main-header .search-toggle-wrap {
          display: inline; }
          .responsive-web #main-header .search-toggle-wrap .search-toggle {
            margin: 0;
            position: absolute;
            top: 8px;
            right: 2%;
            height: 17px;
            background-image: url("../images/search-icon.png");
            border: none; } }
        @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
          .responsive-web #main-header .search-toggle-wrap .search-toggle {
            background-image: url("../images/search-icon@2x.png");
            background-size: 17px 17px; } }
  @media only screen and (max-width: 970px) {
          .responsive-web #main-header .search-toggle-wrap #global-search-input {
            position: absolute;
            top: 0;
            right: 0;
            padding: 0;
            width: 0;
            height: 0;
            font-size: 1.45em;
            background-color: #187ed3;
            color: #fff;
            border: none;
            z-index: 12;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .responsive-web #main-header .search-toggle-wrap #global-search-input:focus {
              color: #fff; }
            .responsive-web #main-header .search-toggle-wrap #global-search-input::-webkit-input-placeholder {
              color: #fff; }
            .responsive-web #main-header .search-toggle-wrap #global-search-input:-moz-placeholder {
              color: #fff; }
            .responsive-web #main-header .search-toggle-wrap #global-search-input::-moz-placeholder {
              color: #fff; }
            .responsive-web #main-header .search-toggle-wrap #global-search-input:-ms-input-placeholder {
              color: #fff; }
            .responsive-web #main-header .search-toggle-wrap #global-search-input.active {
              padding: 10px;
              width: 86%;
              margin: 8px 2%;
              height: auto;
              -webkit-transition: width 0.3s ease;
              -moz-transition: width 0.3s ease;
              -o-transition: width 0.3s ease;
              transition: width 0.3s ease; }
        .responsive-web #main-header h4 {
          margin: 0 auto;
          float: none;
          display: inline-block;
          height: 25px; }
          .responsive-web #main-header h4 a {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 200px;
            height: 25px;
            background-image: url("../images/mobile_logo.png"); } }
        @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
          .responsive-web #main-header h4 a {
            background-image: url("../images/mobile_logo@2x.png");
            background-size: 200px 25px; } }
  @media only screen and (max-width: 970px) {
      .responsive-web #sidebar article form {
        overflow: hidden; }
      .responsive-web #sidebar article h4 {
        display: inline-block;
        margin: 5px 0 0;
        width: 55%;
        font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
        font-weight: 400;
        text-transform: none;
        font-size: 1.5em;
        color: white;
        vertical-align: middle; } }
    @media only screen and (max-width: 970px) and (max-width: 564px) {
      .responsive-web #sidebar article h4 {
        margin: 3px 0 0; } }
  @media only screen and (max-width: 970px) {
        .responsive-web #sidebar article h4 span {
          font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
          text-transform: lowercase;
          display: inline; }
      .responsive-web #sidebar article.find-health-center {
        padding-left: 0;
        background: #08467f; }
        .responsive-web #sidebar article.find-health-center span {
          display: inline-block; }
      .responsive-web .find-health-center {
        padding: 15px 0;
        min-height: 70px;
        background-color: #0064B8;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .responsive-web .find-health-center .health-center-mobile-text {
          display: inline; }
        .responsive-web .find-health-center h4 {
          display: inline-block;
          margin: 5px 0 0;
          width: 55%;
          font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
          font-weight: 400;
          text-transform: none;
          font-size: 1.5em;
          color: white;
          vertical-align: middle; } }
      @media only screen and (max-width: 970px) and (max-width: 564px) {
        .responsive-web .find-health-center h4 {
          margin: 3px 0 0; } }
  @media only screen and (max-width: 970px) {
        .responsive-web .find-health-center form {
          padding: 0 3%; }
        .responsive-web .find-health-center #health-submit {
          display: none; }
        .responsive-web .find-health-center .input-group {
          position: relative;
          float: right;
          width: 42%;
          vertical-align: text-bottom;
          border: none; }
          .responsive-web .find-health-center .input-group input[type="text"] {
            margin: 0; }
      .responsive-web .affiliate .affiliate-name {
        width: 100%;
        top: 55px;
        left: 0;
        z-index: 12;
        font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
        font-size: 1em;
        text-align: center;
        background-color: #0064B8;
        color: #fff;
        border-top: 1px solid #00427D;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased; }
      .responsive-web #mobile-footer-2 {
        display: block;
        background-color: #08467f;
        position: relative; }
      .responsive-web #mobile-footer-2 .national-social {
        text-align: center;
        margin: 0;
        padding: 10px 0 5px; }
        .responsive-web #mobile-footer-2 .national-social > li {
          margin: 5px 10px; } }
      @media only screen and (max-width: 970px) and (max-width: 350px) {
        .responsive-web #mobile-footer-2 .national-social > li {
          margin: 5px 7px; } }
  @media only screen and (max-width: 970px) {
      .responsive-web .national-social > li {
        display: inline-block;
        position: relative;
        margin: 15px 7px 0;
        width: 36px;
        height: 36px; }
        .responsive-web .national-social > li:first-child {
          margin-left: 0; }
        .responsive-web .national-social > li:last-child {
          margin-right: 0; }
        .responsive-web .national-social > li.active:before {
          content: "";
          position: absolute;
          top: -20px;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 15px 15px 0 15px;
          border-color: #fff transparent transparent transparent; }
        .responsive-web .national-social > li > a {
          color: #fff; }
        .responsive-web .national-social > li span {
          position: absolute;
          left: 0;
          right: 0; }
          .responsive-web .national-social > li span.fb-icon, .responsive-web .national-social > li span.twitter-icon, .responsive-web .national-social > li span.pinterest-icon, .responsive-web .national-social > li span.instagram-icon, .responsive-web .national-social > li span.tumblr-icon, .responsive-web .national-social > li span.youtube-icon, .responsive-web .national-social > li span.google-icon, .responsive-web .national-social > li span.rss-icon {
            display: inline-block;
            width: 36px;
            height: 36px;
            background-color: transparent;
            background-repeat: no-repeat; }
          .responsive-web .national-social > li span.fb-icon {
            background-image: url("../images/social/facebook.png"); } }
        @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
          .responsive-web .national-social > li span.fb-icon {
            background-image: url("../images/social/facebook@2x.png");
            background-size: 36px 36px; } }
  @media only screen and (max-width: 970px) {
          .responsive-web .national-social > li span.twitter-icon {
            background-image: url("../images/social/twitter.png"); } }
        @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
          .responsive-web .national-social > li span.twitter-icon {
            background-image: url("../images/social/twitter@2x.png");
            background-size: 36px 36px; } }
  @media only screen and (max-width: 970px) {
          .responsive-web .national-social > li span.tumblr-icon {
            background-image: url("../images/social/tumblr.png"); } }
        @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
          .responsive-web .national-social > li span.tumblr-icon {
            background-image: url("../images/social/tumblr@2x.png");
            background-size: 36px 36px; } }
  @media only screen and (max-width: 970px) {
          .responsive-web .national-social > li span.pinterest-icon {
            background-image: url("../images/social/pinterest.png"); } }
        @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
          .responsive-web .national-social > li span.pinterest-icon {
            background-image: url("../images/social/pinterest@2x.png");
            background-size: 36px 36px; } }
  @media only screen and (max-width: 970px) {
          .responsive-web .national-social > li span.instagram-icon {
            background-image: url("../images/social/instagram.png"); } }
        @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
          .responsive-web .national-social > li span.instagram-icon {
            background-image: url("../images/social/instagram@2x.png");
            background-size: 36px 36px; } }
  @media only screen and (max-width: 970px) {
          .responsive-web .national-social > li span.youtube-icon {
            background-image: url("../images/social/youtube.png"); } }
        @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
          .responsive-web .national-social > li span.youtube-icon {
            background-image: url("../images/social/youtube@2x.png");
            background-size: 36px 36px; } }
  @media only screen and (max-width: 970px) {
          .responsive-web .national-social > li span.google-icon {
            background-image: url("../images/social/gplus.png"); } }
        @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
          .responsive-web .national-social > li span.google-icon {
            background-image: url("../images/social/gplus@2x.png");
            background-size: 36px 36px; } }
  @media only screen and (max-width: 970px) {
          .responsive-web .national-social > li span.rss-icon {
            background-image: url("../images/social/rss.png"); } }
        @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
          .responsive-web .national-social > li span.rss-icon {
            background-image: url("../images/social/rss@2x.png");
            background-size: 36px 36px; } }
  @media only screen and (max-width: 970px) {
      .responsive-web .national-social-sub {
        display: none;
        position: absolute;
        bottom: 135px;
        left: 0;
        right: 0;
        z-index: 1;
        cursor: default;
        margin: 10px 3% 0 3%;
        padding: 0;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
        .responsive-web .national-social-sub li {
          margin: 0 20px;
          padding: 3px 0 2px;
          font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
          font-size: 1.35em;
          text-transform: uppercase;
          background: #fff;
          border-top: 1px solid #e7e6e3;
          font-size: 1.4em; }
          .responsive-web .national-social-sub li.first {
            margin: 0 0 10px;
            padding: 10px 25px 10px 60px;
            border: none;
            background: #e7e6e3;
            color: #0064B8;
            font-size: 1.7em;
            line-height: 1.2; }
          .responsive-web .national-social-sub li.last {
            margin-bottom: 10px; }
          .responsive-web .national-social-sub li.light-blue a, .responsive-web .national-social-sub li.purple a, .responsive-web .national-social-sub li.pink a {
            display: block;
            position: relative; }
            .responsive-web .national-social-sub li.light-blue a:after, .responsive-web .national-social-sub li.purple a:after, .responsive-web .national-social-sub li.pink a:after {
              content: '';
              position: absolute;
              top: 5px;
              right: 0;
              width: 13px;
              height: 13px;
              background-image: url("../images/arrow-upright-grey.png"); } }
          @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
            .responsive-web .national-social-sub li.light-blue a:after, .responsive-web .national-social-sub li.purple a:after, .responsive-web .national-social-sub li.pink a:after {
              background-image: url("../images/arrow-upright-grey@2x.png");
              background-size: 13px 13px; } }
  @media only screen and (max-width: 970px) {
          .responsive-web .national-social-sub li.light-blue a {
            color: #0091C6; }
          .responsive-web .national-social-sub li.purple a {
            color: #663399; }
          .responsive-web .national-social-sub li.pink a {
            color: #db2e7e; }
          .responsive-web .national-social-sub li.close {
            padding: 0;
            margin: 0;
            border: none;
            position: absolute;
            top: 5px;
            right: 5px;
            width: 15px;
            height: 15px;
            display: inline-block;
            cursor: pointer;
            background-image: url("../images/remove-icon.png");
            background-color: transparent; } }
        @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
          .responsive-web .national-social-sub li.close {
            background-image: url("../images/remove-icon@2x.png");
            background-size: 15px 15px; } }
  @media only screen and (max-width: 970px) {
          .responsive-web .national-social-sub li sup {
            position: relative;
            font-size: 0.25em;
            vertical-align: top;
            top: -0.5em; }
        .responsive-web .national-social-sub .icon {
          font-size: 1.7em;
          position: absolute;
          float: none;
          top: 15px;
          left: 12px; }
      .responsive-web .call {
        border-top: 1px solid #094b89;
        background-color: #0064B8;
        padding: 20px 3%; }
        .responsive-web .call .go-btn {
          padding: 7px 25px;
          font-size: 1.7em; }
          .responsive-web .call .go-btn:first-child {
            margin: 0 0 10px; }
      .responsive-web .footer-links {
        border-top: 1px solid #0064B8;
        padding-top: 10px;
        margin: 0;
        text-align: center; }
        .responsive-web .footer-links li {
          display: inline-block;
          margin: 5px; }
          .responsive-web .footer-links li a {
            font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
            text-transform: none;
            font-size: 1.1075em;
            color: #fff;
            display: inline-block; }
      .responsive-web #mobile-footer-2 p {
        text-align: center;
        font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
        font-size: 1.2em;
        text-transform: none;
        color: #346693;
        padding: 0 12px;
        margin-bottom: 0; }
      .responsive-web #main-content #main-section {
        padding: 20px 3% !important; }
        .responsive-web #main-content #main-section article {
          padding: 20px 0; }
        .responsive-web #main-content #main-section.no-padding-top {
          padding-top: 0 !important; }
        .responsive-web #main-content #main-section.no-padding-bottom {
          padding-bottom: 0 !important;
          border-bottom: none; }
      .responsive-web #main-content {
        width: 100%;
        padding: 0;
        float: left; }
      .responsive-web #main-content.home {
        margin-top: 0;
        width: 100%; }
      .responsive-web #main-content header {
        position: static;
        margin: 0;
        max-width: 100%; }
        .responsive-web #main-content header img {
          width: 100%; }
      .responsive-web #main-content.home #main-section {
        padding: 10px 3% !important; }
      .responsive-web .affiliate #main-content.home #main-section {
        padding: 20px 3% !important; }
      .responsive-web .home #sidebar {
        position: relative; }
      .responsive-web .get-involved input.email {
        width: 120px;
        margin: 0; }
      .responsive-web .heading-wrapper {
        position: relative;
        overflow: hidden; }
      .responsive-web .tagline {
        position: absolute;
        bottom: 10%;
        left: 4%;
        color: #0064B8;
        font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
        font-size: 3em;
        line-height: 1; }
        .responsive-web .tagline span {
          display: block; }
      .responsive-web header a.heading,
      .responsive-web header span.heading {
        display: block !important; }
      .responsive-web header .heading {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 12px 10px !important;
        width: auto;
        height: auto;
        font-size: 2em;
        font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif;
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #0064B8;
        border-top: 1px solid #094b89;
        text-transform: none; }
        .responsive-web header .heading span {
          font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif;
          font-weight: 600; }
      .responsive-web header h1.heading,
      .responsive-web header h2.heading {
        cursor: pointer; }
        .responsive-web header h1.heading:after,
        .responsive-web header h2.heading:after {
          content: '';
          position: absolute;
          top: 20px;
          right: 5%;
          display: block;
          width: 10px;
          height: 9px;
          background-image: url("../images/arrow-down-caret.png"); } }
      @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
        .responsive-web header h1.heading:after,
        .responsive-web header h2.heading:after {
          background-image: url("../images/arrow-down-caret@2x.png");
          background-size: 10px 9px; } }
  @media only screen and (max-width: 970px) {
        .responsive-web header h1.heading.close:after,
        .responsive-web header h2.heading.close:after {
          top: 15px;
          width: 17px;
          height: 18px;
          background-image: url("../images/close-white-x.png"); } }
      @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
        .responsive-web header h1.heading.close:after,
        .responsive-web header h2.heading.close:after {
          background-image: url("../images/close-white-x@2x.png");
          background-size: 17px 18px; } }
  @media only screen and (max-width: 970px) {
      .responsive-web #main-content.teens div {
        overflow: hidden; }
      .responsive-web #main-content.teens header .heading {
        background: #0064B8; }
      .responsive-web #popup-menu,
      .responsive-web #main-content header nav {
        max-width: 100%;
        width: 100%;
        float: none;
        background-color: #0064B8;
        clear: both; }
        .responsive-web #popup-menu ul li,
        .responsive-web #main-content header nav ul li {
          text-align: center;
          border-bottom: 1px solid #00427D;
          font-weight: normal;
          font-size: 1.6em;
          padding: 0; }
          .responsive-web #popup-menu ul li ul li,
          .responsive-web #main-content header nav ul li ul li {
            font-size: 1em; }
          .responsive-web #popup-menu ul li.active,
          .responsive-web #main-content header nav ul li.active {
            background-color: #0064B8; }
          .responsive-web #popup-menu ul li:first-child,
          .responsive-web #main-content header nav ul li:first-child {
            border-top: 1px solid #00427D; }
          .responsive-web #popup-menu ul li a,
          .responsive-web #main-content header nav ul li a {
            display: block;
            margin: 0;
            padding: 12px 14px;
            line-height: 24px;
            color: #fff; }
            .responsive-web #popup-menu ul li a:hover,
            .responsive-web #main-content header nav ul li a:hover {
              color: #fff; }
      .responsive-web #popup-menu {
        display: none;
        position: absolute;
        top: 104px;
        left: 0;
        right: -30px;
        bottom: 0;
        z-index: 10;
        font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; }
        .responsive-web #popup-menu.active {
          display: block; }
        .responsive-web #popup-menu ul {
          margin-bottom: 0; }
      .responsive-web .affiliate #popup-menu {
        top: 129px; }
      .responsive-web .affiliate .more-pages {
        border-top: none; }
      .responsive-web .affiliate #sidebar #facts {
        display: none; }
      .responsive-web #main-content.teens .more-pages nav,
      .responsive-web #main-content.teens header nav {
        background: #0064B8;
        padding-bottom: 0;
        max-width: 100%; }
        .responsive-web #main-content.teens .more-pages nav ul li,
        .responsive-web #main-content.teens header nav ul li {
          background-color: #0064B8;
          margin: 0;
          border-top: 0;
          font-size: 1.6em; }
          .responsive-web #main-content.teens .more-pages nav ul li.active,
          .responsive-web #main-content.teens header nav ul li.active {
            background-color: #0064B8;
            padding: 0; }
            .responsive-web #main-content.teens .more-pages nav ul li.active:before,
            .responsive-web #main-content.teens header nav ul li.active:before {
              display: none; }
            .responsive-web #main-content.teens .more-pages nav ul li.active a,
            .responsive-web #main-content.teens header nav ul li.active a {
              display: block;
              margin: 0;
              padding: 12px 14px;
              line-height: 24px;
              color: #fff; }
              .responsive-web #main-content.teens .more-pages nav ul li.active a:hover,
              .responsive-web #main-content.teens header nav ul li.active a:hover {
                color: #fff; }
          .responsive-web #main-content.teens .more-pages nav ul li:first-child,
          .responsive-web #main-content.teens header nav ul li:first-child {
            border-top: 1px solid #00427D; }
          .responsive-web #main-content.teens .more-pages nav ul li a,
          .responsive-web #main-content.teens header nav ul li a {
            font-size: 1em;
            color: #fff;
            line-height: 24px;
            padding: 12px 24px; }
            .responsive-web #main-content.teens .more-pages nav ul li a:hover,
            .responsive-web #main-content.teens header nav ul li a:hover {
              color: #fff; }
      .responsive-web #main-content.teens header nav.inner-sub-nav ul {
        margin: 0; }
        .responsive-web #main-content.teens header nav.inner-sub-nav ul li {
          background-color: #fff;
          text-align: left; }
          .responsive-web #main-content.teens header nav.inner-sub-nav ul li:first-child {
            border-top: 0; }
          .responsive-web #main-content.teens header nav.inner-sub-nav ul li.first {
            border-top: 1px solid #e7e6e3; }
          .responsive-web #main-content.teens header nav.inner-sub-nav ul li a {
            color: #0064B8; }
      .responsive-web #main-content nav.inner-sub-nav.visible-phone,
      .responsive-web #main-content nav.inner-sub-nav {
        overflow: hidden;
        border: 1px solid #e7e6e3;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        margin: 20px 0 0 0 !important;
        clear: both;
        display: block !important; }
        .responsive-web #main-content nav.inner-sub-nav.visible-phone ul,
        .responsive-web #main-content nav.inner-sub-nav ul {
          margin: 0 !important; }
        .responsive-web #main-content nav.inner-sub-nav.visible-phone li,
        .responsive-web #main-content nav.inner-sub-nav li {
          border-top: none;
          border-right: none;
          margin: 0 !important;
          width: 100%;
          background: #fff;
          border-left: none;
          border-right: none;
          border-bottom: 1px solid #e7e6e3;
          font-size: 1.6em;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .responsive-web #main-content nav.inner-sub-nav.visible-phone li:last-of-type,
          .responsive-web #main-content nav.inner-sub-nav li:last-of-type {
            border-bottom: none !important;
            margin-bottom: 0 !important; }
          .responsive-web #main-content nav.inner-sub-nav.visible-phone li span,
          .responsive-web #main-content nav.inner-sub-nav li span {
            padding-left: 5px;
            font-family: "HelveticaNeueW01-57Cn", Arial, Helvetica, sans-serif;
            color: #4C4C4C;
            font-size: 0.625em; }
          .responsive-web #main-content nav.inner-sub-nav.visible-phone li a,
          .responsive-web #main-content nav.inner-sub-nav li a {
            font-size: 1em;
            display: block;
            margin: 0;
            padding: 12px 14px;
            line-height: 24px;
            color: #0064B8; }
            .responsive-web #main-content nav.inner-sub-nav.visible-phone li a:hover,
            .responsive-web #main-content nav.inner-sub-nav li a:hover {
              color: #0064B8; }
      .responsive-web #main-content.get-involved nav.inner-sub-nav.visible-phone,
      .responsive-web #main-content.about nav.inner-sub-nav.visible-phone,
      .responsive-web #main-content.health nav.inner-sub-nav,
      .responsive-web #main-content.parents nav.inner-sub-nav.visible-phone {
        margin-bottom: 40px !important; }
      .responsive-web #main-content .inner-sub-nav li:before {
        display: none; }
      .responsive-web #main-content .sub-nav div.item {
        padding: 0;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #e7e6e3; }
        .responsive-web #main-content .sub-nav div.item li {
          margin: 0;
          padding: 0;
          font-size: 1.6em; }
          .responsive-web #main-content .sub-nav div.item li a {
            padding: 12px 14px;
            display: block;
            margin: 0;
            line-height: 24px;
            display: block;
            margin: 0;
            padding: 12px 14px;
            line-height: 24px;
            color: #0064B8; }
            .responsive-web #main-content .sub-nav div.item li a:hover {
              color: #0064B8; }
      .responsive-web #main-content aside {
        float: none;
        width: 80%;
        margin: 10px 0 10px 10px; }
      .responsive-web .more-pages > ul {
        border-bottom: none;
        margin: 0; }
      .responsive-web #main-content .more-pages {
        width: 100%;
        margin: 0; }
        .responsive-web #main-content .more-pages > ul {
          border-bottom: none; }
          .responsive-web #main-content .more-pages > ul > li {
            border-top: 1px solid #00427D;
            border-bottom: none;
            font-weight: normal;
            font-size: 1.6em;
            line-height: 1.5;
            padding: 0;
            text-align: center; }
            .responsive-web #main-content .more-pages > ul > li.active ul li a, .responsive-web #main-content .more-pages > ul > li.active a,
            .responsive-web #main-content .more-pages > ul > li > a {
              background-color: #0064B8;
              color: #fff;
              display: block;
              margin: 0;
              padding: 12px 14px;
              line-height: 24px;
              color: #fff; }
              .responsive-web #main-content .more-pages > ul > li.active ul li a:hover, .responsive-web #main-content .more-pages > ul > li.active a:hover,
              .responsive-web #main-content .more-pages > ul > li > a:hover {
                color: #fff; }
      .responsive-web .contact #main-content h3,
      .responsive-web #main-content.educators section article h5 {
        margin-bottom: 8px;
        font-size: 1.7em;
        color: #0064B8;
        font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: 400; }
      .responsive-web .contact #main-content h3 {
        font-size: 1.7em; }
      .responsive-web #main-content.educators section article h5 {
        font-size: 1.5em; }
      .responsive-web .affiliate #main-content .more-pages {
        border-top: none; }
      .responsive-web #main-content .more-pages ul.sub-nav li:first-child {
        border-top: none; }
      .responsive-web #main-content .more-pages ul > li:first-child {
        border-top: 1px solid #00427D; }
      .responsive-web #main-content .more-pages ul:last-child > li:last-child {
        border-bottom: 1px solid #00427D; }
      .responsive-web #main-content.teens div.social {
        float: right;
        margin: 10px 0 10px 10px;
        width: auto; }
      .responsive-web #main-content .social h4 {
        display: none; }
      .responsive-web #main-content .social ul li,
      .responsive-web #main-content.teens div.social ul li {
        border-top: none;
        padding: 0 5px;
        display: inline-block; }
      .responsive-web #main-content .social ul li.share,
      .responsive-web #main-content .social ul li.email,
      .responsive-web #main-content.teens div.social ul li.share,
      .responsive-web #main-content.teens div.social ul li.email {
        display: inline-block; }
      .responsive-web #main-content .social ul li img {
        display: none; }
      .responsive-web #main-content .social ul li a {
        text-indent: -9999px;
        background-repeat: no-repeat;
        background-position: top left;
        display: inline-block; }
      .responsive-web #main-content .social ul li.twitter a {
        background-image: url(../images/social/twitter_icon_page.png);
        width: 32px;
        height: 28px; }
      .responsive-web #main-content .social ul li.facebook a {
        background-image: url(../images/social/fb_icon_page.png);
        width: 16px;
        height: 30px; }
      .responsive-web #main-content .social ul li a {
        display: inline-block; }
      .responsive-web #main-content .social ul li.share a {
        background-image: url(../images/social/share_icon.png);
        width: 36px;
        height: 36px;
        background-position: none; }
      .responsive-web #main-content .social ul li.email a {
        background-image: url(../images/social/email_icon.png);
        width: 36px;
        height: 36px;
        background-position: none; }
      .responsive-web .sub-section #main-content section, .responsive-web #main-content.teens section {
        width: 100%;
        float: none; }
      .responsive-web #main-content.teens section {
        margin-top: 0; }
      .responsive-web #main-content section article.press-pages {
        padding: 0 3%; }
      .responsive-web #main-content section article,
      .responsive-web #main-content section article.center-content.flat {
        width: 100%;
        padding: 20px 3%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .responsive-web #main-content section article.feat {
        padding: 20px 3%;
        border-bottom: 1px solid #e7e6e3; }
      .responsive-web #main-content section article.feat img {
        display: none; }
      .responsive-web #main-content section article.feat div,
      .responsive-web .affiliate #main-content section article.feat div {
        width: 100%; }
      .responsive-web #main-content section article .social img {
        max-width: 100px;
        width: 17%;
        height: auto;
        margin-right: 3%; }
      .responsive-web .sidebar-promo img {
        margin-bottom: 0; }
      .responsive-web #mobile-footer-nav span {
        font-weight: bold; }
      .responsive-web #main-content aside.social {
        display: none; }
      .responsive-web .home .social {
        display: none; }
      .responsive-web #main-content.about-main #main-section p {
        font-weight: normal;
        color: #4C4C4C;
        font-size: 1.5em; }
      .responsive-web .sub-section #main-content div.img-wrapper img {
        width: 100%; }
      .responsive-web #main-content.about nav {
        padding: 0; }
      .responsive-web #main-content.health-center .select-group,
      .responsive-web #main-content.health-center label[for="health-state"],
      .responsive-web #main-content.health-center select#health-state,
      .responsive-web #main-content.health-center span.caret {
        display: block; }
      .responsive-web #main-content.health-center .health-center-zip {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #e7e6e3; }
      .responsive-web #main-content.health-center .select-group {
        width: 100%; }
        .responsive-web #main-content.health-center .select-group select {
          margin-bottom: 20px; }
      .responsive-web #main-content.health-center label[for="health-state"] {
        text-align: center;
        color: #7F7F7F;
        margin: 0;
        font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 1.7em; }
      .responsive-web #main-content.health-center span:first-child {
        display: none; }
      .responsive-web #main-content.health-center h3 {
        color: #0064B8;
        font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1.7em;
        margin-bottom: 14.5px; }
      .responsive-web #main-content.health-center #health-submit {
        margin: 0; }
      .responsive-web #main-content.health-center ul.list li {
        display: inline; }
        .responsive-web #main-content.health-center ul.list li:before {
          display: none; }
        .responsive-web #main-content.health-center ul.list li:after {
          content: ', '; }
        .responsive-web #main-content.health-center ul.list li:last-of-type:after {
          display: none; }
      .responsive-web #main-content nav ul.list li {
        padding: 0;
        margin: 0;
        font-size: 1.6em; }
        .responsive-web #main-content nav ul.list li a {
          display: block;
          margin: 0;
          padding: 12px 14px;
          line-height: 24px;
          color: #0064B8; }
          .responsive-web #main-content nav ul.list li a:hover {
            color: #0064B8; }
          .responsive-web #main-content nav ul.list li a:hover {
            text-decoration: none; }
        .responsive-web #main-content nav ul.list li:before {
          display: none; }
      .responsive-web #main-content.about-main ul.list.three-columns {
        margin: 0;
        padding: 0;
        width: 100%;
        float: none;
        border: none; }
        .responsive-web #main-content.about-main ul.list.three-columns li:first-child {
          border-top: 1px solid #e7e6e3;
          -webkit-border-top-left-radius: 6px;
          -webkit-border-top-right-radius: 6px;
          -moz-border-radius-topleft: 6px;
          -moz-border-radius-topright: 6px;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px; }
        .responsive-web #main-content.about-main ul.list.three-columns li:last-child {
          border-bottom: 1px solid #e7e6e3;
          -webkit-border-bottom-right-radius: 6px;
          -webkit-border-bottom-left-radius: 6px;
          -moz-border-radius-bottomright: 6px;
          -moz-border-radius-bottomleft: 6px;
          border-bottom-right-radius: 6px;
          border-bottom-left-radius: 6px; }
        .responsive-web #main-content.about-main ul.list.three-columns li {
          border-left: 1px solid #e7e6e3;
          border-right: 1px solid #e7e6e3;
          border-bottom: 1px solid #e7e6e3; }
      .responsive-web .sub-section #main-content.about h4 {
        font-size: 1.5em;
        margin: 0; }
      .responsive-web #main-content.health-main .heading-wrapper img {
        margin-bottom: 0; }
      .responsive-web #main-content.health-main #main-section {
        padding: 20px 3% 0 !important; }
        .responsive-web #main-content.health-main #main-section p {
          font-weight: normal;
          color: #4C4C4C; }
      .responsive-web #main-content.health-main .sticky-wrap {
        display: block; }
      .responsive-web #main-content.health-main #az-nav.tab-active {
        display: inline-block !important;
        width: 94%;
        padding: 0 3%;
        margin: 0; }
        .responsive-web #main-content.health-main #az-nav.tab-active #a-z {
          overflow: hidden; }
          .responsive-web #main-content.health-main #az-nav.tab-active #a-z select {
            margin-top: 20px; }
          .responsive-web #main-content.health-main #az-nav.tab-active #a-z:after {
            top: 27px; }
          .responsive-web #main-content.health-main #az-nav.tab-active #a-z.stuck {
            left: 0;
            right: 0;
            top: 55px;
            width: 94%;
            padding: 2% 3% 0;
            background-color: #fff;
            border-bottom: 1px solid #e6e6e6;
            z-index: 10; }
            .responsive-web #main-content.health-main #az-nav.tab-active #a-z.stuck:after {
              top: 16px;
              right: 5%; }
            .responsive-web #main-content.health-main #az-nav.tab-active #a-z.stuck select {
              margin: 0 0 2%; }
      .responsive-web #main-content.health-main #browse article {
        padding: 20px 3%; }
      .responsive-web #main-content.health-main #browse ul.list {
        margin-bottom: 20px; }
        .responsive-web #main-content.health-main #browse ul.list li {
          font-size: 1.6em;
          border-left: 1px solid #e7e6e3;
          border-right: 1px solid #e7e6e3;
          border-bottom: 1px solid #e7e6e3; }
          .responsive-web #main-content.health-main #browse ul.list li a {
            display: block;
            margin: 0;
            padding: 12px 14px;
            line-height: 24px;
            color: #0064B8; }
            .responsive-web #main-content.health-main #browse ul.list li a:hover {
              color: #0064B8; }
          .responsive-web #main-content.health-main #browse ul.list li:first-child {
            border-top: 1px solid #e7e6e3;
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-topright: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px; }
          .responsive-web #main-content.health-main #browse ul.list li:last-child {
            border-bottom: 1px solid #e7e6e3;
            -webkit-border-bottom-right-radius: 6px;
            -webkit-border-bottom-left-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            -moz-border-radius-bottomleft: 6px;
            border-bottom-right-radius: 6px;
            border-bottom-left-radius: 6px; }
      .responsive-web .list-block li {
        display: block;
        color: #0064B8;
        text-indent: 0;
        margin: 0;
        padding: 0;
        position: relative;
        font-weight: normal;
        line-height: 1.5;
        border-left: 1px solid #e7e6e3;
        border-right: 1px solid #e7e6e3; }
        .responsive-web .list-block li:first-child {
          border-top: 1px solid #e7e6e3;
          -webkit-border-top-left-radius: 6px;
          -webkit-border-top-right-radius: 6px;
          -moz-border-radius-topleft: 6px;
          -moz-border-radius-topright: 6px;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px; }
        .responsive-web .list-block li:last-child {
          border-bottom: 1px solid #e7e6e3;
          -webkit-border-bottom-right-radius: 6px;
          -webkit-border-bottom-left-radius: 6px;
          -moz-border-radius-bottomright: 6px;
          -moz-border-radius-bottomleft: 6px;
          border-bottom-right-radius: 6px;
          border-bottom-left-radius: 6px; }
      .responsive-web #main-content.health-main #categories ul.list:first-child {
        padding: 20px 3% 0; }
        .responsive-web #main-content.health-main #categories ul.list:first-child li:first-child {
          border-top: 1px solid #e7e6e3;
          -webkit-border-top-left-radius: 6px;
          -webkit-border-top-right-radius: 6px;
          -moz-border-radius-topleft: 6px;
          -moz-border-radius-topright: 6px;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px; }
      .responsive-web #main-content.health-main #categories ul.list:last-child {
        padding: 0 3% 20px; }
        .responsive-web #main-content.health-main #categories ul.list:last-child li:last-child {
          border-bottom: 1px solid #e7e6e3;
          -webkit-border-bottom-right-radius: 6px;
          -webkit-border-bottom-left-radius: 6px;
          -moz-border-radius-bottomright: 6px;
          -moz-border-radius-bottomleft: 6px;
          border-bottom-right-radius: 6px;
          border-bottom-left-radius: 6px; }
      .responsive-web #main-content.health-main #categories ul.list li {
        display: block;
        color: #0064B8;
        border-left: 1px solid #e7e6e3;
        border-right: 1px solid #e7e6e3;
        text-indent: 0;
        margin: 0;
        padding: 0;
        position: relative;
        font-size: 1.6em;
        font-weight: normal;
        line-height: 1.5; }
        .responsive-web #main-content.health-main #categories ul.list li a {
          vertical-align: middle;
          font-weight: normal;
          display: block;
          margin: 0;
          padding: 12px 14px;
          line-height: 24px;
          color: #0064B8; }
          .responsive-web #main-content.health-main #categories ul.list li a:hover {
            color: #0064B8; }
      .responsive-web #main-content.health-main #categories nav ul.list li {
        text-transform: none;
        padding: 0; }
      .responsive-web #main-content.health-main #tab-content,
      .responsive-web #main-content.health-main #categories article {
        padding: 0;
        width: 100%; }
      .responsive-web #main-content.health nav ul.list {
        border-right: none;
        margin: 0;
        width: 100%; }
      .responsive-web #main-content.health .item span:before, .responsive-web #main-content.health .item span:after {
        display: none; }
      .responsive-web .sub-section #main-content.health p .link-arrow {
        padding: 0;
        font-size: 1em;
        font-size: 1.13333em;
        color: white; }
        .responsive-web .sub-section #main-content.health p .link-arrow a {
          display: block;
          padding: 6px;
          width: 100%;
          border: none;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
          text-align: center;
          color: #fff;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          background-color: #0064B8; }
          .responsive-web .sub-section #main-content.health p .link-arrow a:active, .responsive-web .sub-section #main-content.health p .link-arrow a:hover, .responsive-web .sub-section #main-content.health p .link-arrow a:focus {
            background-color: #00427D; }
          .responsive-web .sub-section #main-content.health p .link-arrow a:after {
            display: none; }
      .responsive-web img.full {
        display: none; }
      .responsive-web .sub-section #main-content div {
        border-bottom: none;
        margin: 0; }
      .responsive-web .sub-section #main-content .block p.link-arrow {
        padding: 0;
        font-size: 1em;
        font-size: 1.7em; }
        .responsive-web .sub-section #main-content .block p.link-arrow a {
          display: block;
          padding: 6px;
          width: 100%;
          border: none;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
          text-align: center;
          color: #fff;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          background-color: #0064B8; }
          .responsive-web .sub-section #main-content .block p.link-arrow a:active, .responsive-web .sub-section #main-content .block p.link-arrow a:hover, .responsive-web .sub-section #main-content .block p.link-arrow a:focus {
            background-color: #00427D; }
          .responsive-web .sub-section #main-content .block p.link-arrow a:after {
            display: none; }
      .responsive-web .sub-section #main-content header,
      .responsive-web #main-content.health-main header {
        margin: 0; }
      .responsive-web .search #main-content.search-results .results div {
        padding: 10px 0 12px;
        border-bottom: 1px solid #e7e6e3; }
        .responsive-web .search #main-content.search-results .results div:first-child {
          border-top: 1px solid #e7e6e3; }
        .responsive-web .search #main-content.search-results .results div p {
          font-size: 1.5em; }
      .responsive-web .search #main-content.search-results .results .keyword {
        font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif; }
      .responsive-web .search #main-content article#main-section {
        padding: 0 3%; }
      .responsive-web .search #main-content article h4.found-results {
        text-transform: capitalize; }
      .responsive-web .search #main-content h4 {
        padding: 0; }
      .responsive-web .search #main-content .center:first-of-type {
        border-top: none; }
      .responsive-web #main-content .title {
        text-transform: none;
        border: none;
        padding-top: 0;
        color: #50B5CF;
        font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
        font-size: 2.1em;
        font-weight: 400; }
      .responsive-web .search-main #main-content .title {
        text-transform: none;
        padding: 20px 0 10px;
        border: none; }
      .responsive-web .search-main #main-content section article {
        padding: 10px 3%; }
      .responsive-web .search-main #main-content div.tracked-ab-promo-wrap {
        margin-top: 20px; }
      .responsive-web .search-main #main-content div.tracked-ab-promo-wrap article {
        padding: 0 3%; }
      .responsive-web .search #main-content article h4.found-results {
        margin-left: 0; }
      .responsive-web .search #main-content article.address-wrapper {
        width: auto;
        padding-bottom: 0; }
      .responsive-web .search .insurance li {
        width: 100%;
        padding-right: 0;
        float: none; }
      .responsive-web .search p.hours a {
        background: none;
        padding-left: 0;
        color: #63bdd6;
        font-weight: bold; }
      .responsive-web .search .back-to-top {
        margin-top: 10px; }
      .responsive-web .search #main-content .expandy,
      .responsive-web .search #main-content .services {
        padding: 0;
        border: none; }
      .responsive-web .search .services {
        padding: 0; }
      .responsive-web .search-center-details #main-content .center-details ul {
        display: block; }
        .responsive-web .search-center-details #main-content .center-details ul li {
          display: inline-block;
          padding: 0; }
          .responsive-web .search-center-details #main-content .center-details ul li:before {
            content: '';
            padding: 0; }
      .responsive-web .search hr {
        display: none; }
      .responsive-web .search-center-details #main-content {
        font-size: 1em; }
        .responsive-web .search-center-details #main-content .center {
          border-top: none; }
        .responsive-web .search-center-details #main-content .static-map {
          overflow: hidden; }
          .responsive-web .search-center-details #main-content .static-map img {
            width: 100%;
            border: 0; }
      .responsive-web .search-center-details #main-content section article p.operated {
        color: #000;
        font-style: italic;
        margin: 0; }
      .responsive-web .search #main-content .center_opened {
        background: #fff; }
      .responsive-web .search #main-content section article div.enter {
        width: 100%;
        margin-bottom: 15px; }
      .responsive-web .search #main-content section article div.gmap {
        float: none; }
      .responsive-web .search #main-content .center-details {
        border-bottom: none; }
        .responsive-web .search #main-content .center-details h3 {
          padding-right: 0; }
        .responsive-web .search #main-content .center-details h4 {
          font-weight: 400; }
      .responsive-web .search-main #main-content .center {
        padding: 0 3%;
        margin: 0;
        border: none; }
        .responsive-web .search-main #main-content .center .center-details {
          padding: 0 3%; }
          .responsive-web .search-main #main-content .center .center-details .address-wrapper {
            font-size: 1em; }
            .responsive-web .search-main #main-content .center .center-details .address-wrapper h3 {
              color: #0064B8;
              font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
              text-transform: uppercase;
              font-weight: 400;
              font-size: 1.4em;
              margin-bottom: 8px; }
            .responsive-web .search-main #main-content .center .center-details .address-wrapper h4 {
              display: block;
              font-size: 1.5em; }
            .responsive-web .search-main #main-content .center .center-details .address-wrapper div {
              margin-bottom: 10px; }
        .responsive-web .search-main #main-content .center > .expandy {
          border-bottom: 1px solid #e7e6e3; }
          .responsive-web .search-main #main-content .center > .expandy.last {
            border-bottom: none; }
          .responsive-web .search-main #main-content .center > .expandy.expandy h3.question {
            position: relative;
            padding: 14px 3% 14px 8%;
            border-left: 1px solid #e7e6e3;
            border-right: 1px solid #e7e6e3;
            border-top: none;
            font-weight: 400; }
            .responsive-web .search-main #main-content .center > .expandy.expandy h3.question span {
              display: block;
              position: absolute;
              top: 17px;
              right: 3%;
              font-family: "HelveticaNeueW01-57Cn", Arial, Helvetica, sans-serif;
              font-size: 0.625em;
              text-transform: capitalize;
              color: #010101; }
              .responsive-web .search-main #main-content .center > .expandy.expandy h3.question span:before, .responsive-web .search-main #main-content .center > .expandy.expandy h3.question span:first-of-type {
                display: none; }
            .responsive-web .search-main #main-content .center > .expandy.expandy h3.question.last, .responsive-web .search-main #main-content .center > .expandy.expandy h3.question.opened {
              border-bottom: 1px solid #e7e6e3; }
            .responsive-web .search-main #main-content .center > .expandy.expandy h3.question.first {
              -webkit-border-top-left-radius: 6px;
              -webkit-border-top-right-radius: 6px;
              -moz-border-radius-topleft: 6px;
              -moz-border-radius-topright: 6px;
              border-top-left-radius: 6px;
              border-top-right-radius: 6px;
              border-top: 1px solid #e7e6e3; }
            .responsive-web .search-main #main-content .center > .expandy.expandy h3.question.last {
              -webkit-border-bottom-left-radius: 6px;
              -webkit-border-bottom-right-radius: 6px;
              -moz-border-radius-bottomleft: 6px;
              -moz-border-radius-bottomright: 6px;
              border-bottom-left-radius: 6px;
              border-bottom-right-radius: 6px; }
            .responsive-web .search-main #main-content .center > .expandy.expandy h3.question.opened.last {
              -webkit-border-bottom-left-radius: 0;
              -webkit-border-bottom-right-radius: 0;
              -moz-border-radius-bottomleft: 0;
              -moz-border-radius-bottomright: 0;
              border-bottom-left-radius: 0;
              border-bottom-right-radius: 0; }
            .responsive-web .search-main #main-content .center > .expandy.expandy h3.question.opened:before {
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
            .responsive-web .search-main #main-content .center > .expandy.expandy h3.question:after {
              display: none; }
            .responsive-web .search-main #main-content .center > .expandy.expandy h3.question:before {
              content: '';
              top: 18px;
              left: 3%;
              display: block;
              width: 7px;
              height: 11px;
              background-image: url("../images/arrow-right-orange.png"); } }
          @media only screen and (max-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 970px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 970px) and (min-device-pixel-ratio: 1.5) {
            .responsive-web .search-main #main-content .center > .expandy.expandy h3.question:before {
              background-image: url("../images/arrow-right-orange@2x.png");
              background-size: 7px 11px; } }
  @media only screen and (max-width: 970px) {
          .responsive-web .search-main #main-content .center > .expandy.expandy .question {
            cursor: pointer;
            padding: 14px 10% 14px 3%;
            border-bottom: none;
            font-size: 1.6em;
            color: #0064B8; }
            .responsive-web .search-main #main-content .center > .expandy.expandy .question:after {
              display: block; }
          .responsive-web .search-main #main-content .center > .expandy.expandy .answer {
            border-left: none;
            border-right: none;
            display: none; }
            .responsive-web .search-main #main-content .center > .expandy.expandy .answer.opened {
              display: block;
              overflow: hidden; }
          .responsive-web .search-main #main-content .center > .expandy.expandy > .answer.opened {
            padding: 0 !important;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            border-left: 1px solid #e7e6e3;
            border-right: 1px solid #e7e6e3;
            border-bottom: none; }
            .responsive-web .search-main #main-content .center > .expandy.expandy > .answer.opened.last {
              -webkit-border-bottom-left-radius: 6px;
              -webkit-border-bottom-right-radius: 6px;
              -moz-border-radius-bottomleft: 6px;
              -moz-border-radius-bottomright: 6px;
              border-bottom-left-radius: 6px;
              border-bottom-right-radius: 6px;
              border-bottom: 1px solid #e7e6e3; }
          .responsive-web .search-main #main-content .center > .expandy .question {
            border-left: none;
            border-right: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0; }
          .responsive-web .search-main #main-content .center > .expandy .insurance .question {
            border-bottom: 1px solid #e7e6e3; }
            .responsive-web .search-main #main-content .center > .expandy .insurance .question.opened {
              border-bottom: none; }
          .responsive-web .search-main #main-content .center > .expandy .insurance .answer.opened {
            border-bottom: 1px solid #e7e6e3; }
      .responsive-web .search-main #main-content .expandy h4.question {
        color: #0064B8;
        font-size: 1.6em;
        font-weight: 400;
        text-transform: none;
        border-bottom: none;
        display: block; }
        .responsive-web .search-main #main-content .expandy h4.question:after {
          top: 11px; }
      .responsive-web .search-main #main-content .expandy .answer .list ul {
        width: 100%;
        margin: 0; }
      .responsive-web .search-main #main-content .expandy .answer .list li {
        font-size: 1.4em;
        padding: 0 0 0 12px; }
        .responsive-web .search-main #main-content .expandy .answer .list li:before {
          display: block; }
      .responsive-web .search-main #main-content .expandy article.expandy {
        vertical-align: middle;
        /*outline: 15px solid green;*/ }
      .responsive-web .search-main #main-content .expandy .location {
        width: 100%; }
        .responsive-web .search-main #main-content .expandy .location .address-wrapper {
          width: 55%;
          padding-right: 0 !important;
          /*outline: 1px solid green;*/ }
        .responsive-web .search-main #main-content .expandy .location img.image-right.visible-phone {
          /*outline: 1px solid orange;*/
          margin-left: 0 !important;
          width: 100px; }
      .responsive-web .search-main #main-content .expandy .services {
        padding: 0;
        float: none;
        width: 100%; }
      .responsive-web .search-main #main-content .expandy .insurance .answer {
        font-size: 1em;
        color: #4C4C4C; }
        .responsive-web .search-main #main-content .expandy .insurance .answer li {
          color: #4C4C4C; }
          .responsive-web .search-main #main-content .expandy .insurance .answer li:before {
            display: block; }
      .responsive-web .search-center-details #main-content .hours-head {
        margin: 0; }
        .responsive-web .search-center-details #main-content .hours-head li {
          display: inline-block;
          padding: 0 58px 10px 12px;
          font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
          text-transform: uppercase;
          font-size: 1.3em;
          color: black; }
      .responsive-web .search-center-details #main-content .hours {
        margin-bottom: 24px; }
        .responsive-web .search-center-details #main-content .hours tr:nth-child(even) {
          background-color: #ebf6f9; }
        .responsive-web .search-center-details #main-content .hours tr:last-child td {
          border-bottom: 1px solid #e7e6e3; }
        .responsive-web .search-center-details #main-content .hours td {
          padding: 7px 39px 7px 13px;
          border-top: 1px solid #e7e6e3;
          border-left: 1px solid #e7e6e3;
          font-size: 1.5em;
          color: #4C4C4C;
          line-height: 1.1;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .responsive-web .search-center-details #main-content .hours td:last-child {
            border-right: 1px solid #e7e6e3; }
      .responsive-web .search-center-details #main-content article.left-block p {
        margin-bottom: 20px; }
        .responsive-web .search-center-details #main-content article.left-block p span strong {
          font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
          font-size: 1em;
          color: #4C4C4C;
          text-transform: none;
          font-weight: 400 !important; }
      .responsive-web .search-center-details #main-content .center-details {
        padding: 20px 3%; }
        .responsive-web .search-center-details #main-content .center-details h1 {
          margin: 0;
          width: 100%;
          font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
          font-size: 2.3em;
          font-weight: 400; }
          .responsive-web .search-center-details #main-content .center-details h1 a:hover {
            color: #0064B8;
            text-decoration: none; }
        .responsive-web .search-center-details #main-content .center-details h2 {
          width: 100%; }
          .responsive-web .search-center-details #main-content .center-details h2 a {
            color: #50B5CF; }
        .responsive-web .search-center-details #main-content .center-details .address {
          padding: 15px 0; }
          .responsive-web .search-center-details #main-content .center-details .address .phone {
            margin: 20px 0; }
            .responsive-web .search-center-details #main-content .center-details .address .phone span {
              display: block; }
              .responsive-web .search-center-details #main-content .center-details .address .phone span span {
                display: inline !important; }
      .responsive-web .search-center-details #main-content .insurance-btn {
        margin: 20px 0; }
      .responsive-web .search #main-content article .insurance ul li {
        color: #4C4C4C; }
      .responsive-web .glossary #main-content .letter {
        font-size: 2.1em;
        color: #7F7F7F;
        padding: 10px 0;
        margin: 5px 0 20px;
        border-bottom: 1px solid #e7e6e3; }
        .responsive-web .glossary #main-content .letter:before, .responsive-web .glossary #main-content .letter:after {
          display: none; }
      .responsive-web .glossary #main-content .term {
        color: #000;
        font-size: 1.5em;
        font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif;
        font-weight: 600; }
      .responsive-web .glossary #main-content div {
        clear: both; }
      .responsive-web .glossary #main-content .alpha_panel {
        display: none; }
        .responsive-web .glossary #main-content .alpha_panel.alpha_active {
          display: block; }
      .responsive-web .glossary #main-content .back-to-top {
        display: none; }
      .responsive-web .glossary #main-content .alpha-group:last-child {
        padding: 20px 0 0;
        margin: 0;
        border-top: 1px solid #e7e6e3; }
        .responsive-web .glossary #main-content .alpha-group:last-child select {
          margin: 0; }
        .responsive-web .glossary #main-content .alpha-group:last-child .caret {
          top: 35px; }
      .responsive-web .glossary #main-content ul.list {
        margin-bottom: 25px; }
      .responsive-web .search #main-content select#health-state {
        float: right;
        font-size: 1.5em; }
      .responsive-web .search-center-details #main-content article.center-content {
        width: auto;
        float: none;
        padding: 0 3%; }
        .responsive-web .search-center-details #main-content article.center-content h3.sub-heading {
          font-size: 1.7em;
          color: #0064B8; }
        .responsive-web .search-center-details #main-content article.center-content h3,
        .responsive-web .search-center-details #main-content article.center-content h4 {
          padding: 0;
          margin: 32px 0 15px 0;
          color: #0064B8;
          font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
          text-transform: uppercase;
          font-weight: 400;
          font-size: 1.7em; }
        .responsive-web .search-center-details #main-content article.center-content > ul,
        .responsive-web .search-center-details #main-content article.center-content div {
          color: #4C4C4C; }
        .responsive-web .search-center-details #main-content article.center-content div:last-child {
          margin-bottom: 0; }
        .responsive-web .search-center-details #main-content article.center-content:last-child {
          padding-bottom: 20px; }
      .responsive-web .no-results strong {
        font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif; }
      .responsive-web .no-results .results-mobile .input-group {
        margin: 20px 0; }
      .responsive-web .no-results ul.list li {
        font-size: 1.5em !important; }
      .responsive-web .no-results .results p {
        font-size: 1.5em;
        margin-bottom: 10px; }
      .responsive-web .sub-section.search-center-details #main-content .static-map {
        margin-bottom: 10px; }
      .responsive-web .sub-section.search-center-details #main-content article.center-content h2 {
        font-size: 2.1em;
        font-weight: 400;
        color: #50B5CF; }
      .responsive-web .sub-section.search-center-details #main-content article.center-content.right-block {
        display: none; }
      .responsive-web .sub-section.search-center-details #main-content article.center-content div {
        padding-bottom: 10px;
        border-bottom: 1px solid #e7e6e3; }
        .responsive-web .sub-section.search-center-details #main-content article.center-content div:last-child {
          border-bottom: none; }
        .responsive-web .sub-section.search-center-details #main-content article.center-content div ul.list {
          margin-bottom: 20px; }
      .responsive-web .search-center-details .services,
      .responsive-web .search-center-details .holidays,
      .responsive-web .search-center-details .insurance {
        border-left: none;
        padding-left: 0; }
        .responsive-web .search-center-details .services li,
        .responsive-web .search-center-details .holidays li,
        .responsive-web .search-center-details .insurance li {
          display: inline;
          padding: 0; }
          .responsive-web .search-center-details .services li:before,
          .responsive-web .search-center-details .holidays li:before,
          .responsive-web .search-center-details .insurance li:before {
            display: none; }
          .responsive-web .search-center-details .services li:after,
          .responsive-web .search-center-details .holidays li:after,
          .responsive-web .search-center-details .insurance li:after {
            content: ', '; }
          .responsive-web .search-center-details .services li:last-of-type:after,
          .responsive-web .search-center-details .holidays li:last-of-type:after,
          .responsive-web .search-center-details .insurance li:last-of-type:after {
            display: none; }
          .responsive-web .search-center-details .services li a,
          .responsive-web .search-center-details .holidays li a,
          .responsive-web .search-center-details .insurance li a {
            display: inline !important; }
      .responsive-web .search-center-details .services li:after {
        color: #0064B8; }
      .responsive-web .search-center-details .holidays p {
        display: inline; }
      .responsive-web .search-center-details #main-content .center-content div.services, .responsive-web .search-center-details #main-content .center-content div.insurance {
        margin-bottom: 0; }
      .responsive-web #main-content .promo-text {
        padding: 0 0 20px;
        font-size: 2.1em;
        font-family: "HelveticaNeueW02-55Roma", Arial, Helvetica, sans-serif;
        font-weight: 400;
        color: #50B5CF; }
      .responsive-web .affiliate #main-content {
        width: 100%;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .responsive-web .affiliate #main-content section {
        float: none;
        width: 100%; }
      .responsive-web #sidebar, .responsive-web .home #sidebar {
        width: 100%;
        margin-top: 0;
        float: left;
        display: none; }
      .responsive-web .donate #sidebar,
      .responsive-web .search #sidebar,
      .responsive-web .home #sidebar {
        display: block; }
      .responsive-web #sidebar-nav,
      .responsive-web #main-content #main-section aside.social:first-of-type {
        display: none; }
      .responsive-web #sidebar article#site-search, .responsive-web #sidebar article {
        padding: 15px 0;
        padding-left: 15px;
        border-bottom: none;
        background: #08467f; }
      .responsive-web #sidebar #facts div {
        padding: 0 17px; }
      .responsive-web #sidebar #facts ul li {
        text-indent: 0;
        padding: 0;
        margin: 0; }
      .responsive-web article#facts h2 {
        padding: 15px;
        margin: 0;
        font-size: 2.2em; }
      .responsive-web #sidebar article#find-health-plan,
      .responsive-web #sidebar article#health-info-services,
      .responsive-web form a {
        display: none; }
      .responsive-web form label {
        color: #003147; }
      .responsive-web form input, .responsive-web form select {
        width: 160px;
        font-size: 1.4em;
        margin: 0 8px 0 0;
        border-color: #ececec;
        padding: 5px 8px; }
      .responsive-web form select {
        width: 90px; }
      .responsive-web #site-search input[type=text] {
        display: inline-block;
        vertical-align: middle;
        width: 170px; }
      .responsive-web #sidebar nav ul li a span {
        font-weight: normal; }
      .responsive-web #sidebar nav ul li.active.teens-info {
        background: #f89527; }
      .responsive-web #sidebar nav ul li a,
      .responsive-web footer.visible-phone nav ul li a {
        color: #fff; }
      .responsive-web #sidebar nav ul li a:hover, .responsive-web footer.visible-phone nav ul li a:hover {
        text-decoration: none; }
      .responsive-web #sidebar #facts, .responsive-web #sidebar #facts ul {
        padding: 0; }
      .responsive-web .sub-section #main-content.about article.left-block {
        width: 100%;
        display: block; }
      .responsive-web .sub-section #main-content.about article.inset {
        padding: 0;
        border: none; }
      .responsive-web .sub-section #main-content.newsroom article.inset {
        width: 100%; }
      .responsive-web .sub-section #main-content.about article.inset ul li {
        overflow: hidden; }
      .responsive-web .affiliate-main #mobile-footer .block {
        display: block;
        margin: 0;
        border: none;
        padding: 20px 10px;
        background: #f3f2f0; }
      .responsive-web .affiliate #mobile-footer .block h4 {
        font-size: 3em;
        line-height: 1;
        margin-bottom: 8px;
        color: #db2e7e;
        text-transform: uppercase; }
      .responsive-web .affiliate #mobile-footer .link-arrow a:after {
        background: none; }
      .responsive-web .affiliate #mobile-footer .block p,
      .responsive-web .affiliate #mobile-footer .link-arrow a {
        font-size: 1.6em;
        font-weight: normal;
        margin-bottom: 8px; }
      .responsive-web .affiliate #mobile-footer .link-arrow a {
        color: #db2e7e;
        padding: 10px 24px 10px 0;
        margin: 0;
        display: block;
        position: relative; }
      .responsive-web #main-content .more-pages ul li.active ul li:before {
        display: none; }
      .responsive-web #mobile-footer-nav .expandy-nav .sub-nav li {
        background-color: #b1ada1;
        border-bottom: 1px solid #fff; }
      .responsive-web .inner-sub-nav {
        display: block; }
      .responsive-web #main-content.newsroom #main-section article.national-news, .responsive-web #main-content.newsroom #main-section article.local-news, .responsive-web #main-content.newsroom #main-section article.press-release {
        padding-top: 20px; }
        .responsive-web #main-content.newsroom #main-section article.national-news ul li, .responsive-web #main-content.newsroom #main-section article.local-news ul li, .responsive-web #main-content.newsroom #main-section article.press-release ul li {
          font-size: 2em;
          line-height: 1.2; }
          .responsive-web #main-content.newsroom #main-section article.national-news ul li .date, .responsive-web #main-content.newsroom #main-section article.local-news ul li .date, .responsive-web #main-content.newsroom #main-section article.press-release ul li .date {
            font-family: "HelveticaNeueW01-57Cn", Arial, Helvetica, sans-serif;
            font-size: 0.75em;
            margin-top: 2px; }
      .responsive-web #main-content.newsroom #main-section article.press-release .footnote:before {
        content: '';
        display: block;
        margin-bottom: 20px;
        border-top: 1px solid #e7e6e3; }
      .responsive-web #main-content.newsroom #main-section article.press-release .footnote p {
        font-size: 1.4em; }
      .responsive-web #main-content.newsroom #main-section article.press-release .footnote a {
        color: #4C4C4C; }
      .responsive-web #main-content.newsroom #main-section article p {
        font-size: 1.7em; }
      .responsive-web #main-content.newsroom #main-section article ul.list li:before {
        display: none; }
      .responsive-web .sub-section #main-content.newsroom article .news-phone {
        color: #4C4C4C; }
      .responsive-web .sub-section #main-content.newsroom article.featured-videos {
        padding: 20px 0;
        border: none; }
        .responsive-web .sub-section #main-content.newsroom article.featured-videos .item {
          width: 100%; }
        .responsive-web .sub-section #main-content.newsroom article.featured-videos h2 {
          padding-left: 3%; }
        .responsive-web .sub-section #main-content.newsroom article.featured-videos p {
          padding: 0 3%;
          margin: 0 0 30px;
          font-size: 2em; }
      .responsive-web .sub-section #main-content.newsroom article h2.subtitle {
        font-size: 2.1em;
        font-weight: 400;
        text-transform: none;
        margin-bottom: 20px; }
      .responsive-web .sub-section #main-content.newsroom article .local-news h2 {
        vertical-align: text-top; }
      .responsive-web .newsroom ul.list li {
        padding: 0; }
      .responsive-web .donate #main-content .landing-page #main-section {
        padding: 20px 2% !important; }
      .responsive-web .donate #main-content .landing-page .norton {
        width: 266px;
        height: 196px; } }
  @media screen and (min-width: 970px) {
    .responsive-web .search-toggle-wrap {
      display: none; }
    .responsive-web #main-content header nav {
      display: none; }
    .responsive-web #main-content.teens header nav {
      display: block; } }
  @media only screen and (max-width: 440px) {
    .responsive-web .footer-links li {
      margin: 5px 4px; } }
  @media only screen and (min-width: 971px) {
    .responsive-web #nigeria-redirect-banner {
      overflow: hidden; }
      .responsive-web #nigeria-redirect-banner:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
      .responsive-web #nigeria-redirect-banner p {
        margin-right: 2%; }
        .responsive-web #nigeria-redirect-banner p:last-child {
          margin-right: 0; }
      .responsive-web #nigeria-redirect-banner .text {
        display: block;
        float: left;
        width: 48%; }
      .responsive-web #nigeria-redirect-banner .btn {
        display: block;
        float: left;
        width: 24%; }
        .responsive-web #nigeria-redirect-banner .btn a {
          font-size: 1.0em;
          padding: 10px;
          border-radius: 5px; }
      .responsive-web #nigeria-redirect-banner a.go-btn.blue-primary,
      .responsive-web #nigeria-redirect-banner a.go-btn.blue-primary.promo-type-two-btn,
      .responsive-web #nigeria-redirect-banner .go-btn.blue-primary {
        background-color: #0064B8; }
        .responsive-web #nigeria-redirect-banner a.go-btn.blue-primary:active, .responsive-web #nigeria-redirect-banner a.go-btn.blue-primary:focus, .responsive-web #nigeria-redirect-banner a.go-btn.blue-primary:hover,
        .responsive-web #nigeria-redirect-banner a.go-btn.blue-primary.promo-type-two-btn:active,
        .responsive-web #nigeria-redirect-banner a.go-btn.blue-primary.promo-type-two-btn:focus,
        .responsive-web #nigeria-redirect-banner a.go-btn.blue-primary.promo-type-two-btn:hover,
        .responsive-web #nigeria-redirect-banner .go-btn.blue-primary:active,
        .responsive-web #nigeria-redirect-banner .go-btn.blue-primary:focus,
        .responsive-web #nigeria-redirect-banner .go-btn.blue-primary:hover {
          background-color: #00427D; } }

.js .expandy.blue-circle .expander {
  display: none; }

/** DIAGRAMS **/
#diagrams {
  width: 100%; }
  #diagrams .js-carousel {
    font-size: 1em !important; }
  #diagrams .slider {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    top: -50px;
    position: relative; }
  #diagrams .slider li {
    width: 100%;
    display: none;
    font-size: 1em !important; }
  #diagrams .slider li.selected {
    display: block; }
  #diagrams .prev, #diagrams .next {
    z-index: 99;
    position: relative;
    bottom: 0;
    display: block;
    width: 80px;
    height: 80px;
    border: 5px solid #e5e5e5;
    background-color: #fff;
    padding: 5px;
    font-size: 17px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  #diagrams .prev:hover, #diagrams .next:hover, #diagrams .prev:focus, #diagrams .next:focus {
    cursor: pointer;
    border-color: #cccccc;
    outline: none; }
  #diagrams .prev {
    float: left;
    background: url("../images/diagrams/prev.png") no-repeat center center;
    background-size: 30%; }
  #diagrams .next {
    float: right;
    background: url("../images/diagrams/next.png") no-repeat center center;
    background-size: 30%;
    margin-right: 5px; }
  #diagrams .title_view {
    text-align: center;
    width: 60%;
    color: #4c4c4c;
    margin: 0 auto 0;
    font-weight: normal; }
  #diagrams .title_part {
    margin: 0px auto 0;
    text-align: center;
    width: 60%;
    display: block;
    text-transform: uppercase;
    color: #4c4c4c; }
  #diagrams .slider .desc {
    text-align: left;
    color: #4c4c4c;
    margin-top: 35px; }
  #diagrams .svg {
    width: 100%;
    height: 300px;
    background: #eff8ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
    margin-bottom: 20px; }
  #diagrams svg {
    width: 100%;
    height: 300px; }
  #diagrams .svg .part1 #female_side .part1,
  #diagrams .svg .part2 #female_side .part2,
  #diagrams .svg .part3 #female_side .part3,
  #diagrams .svg .part4 #female_side .part4,
  #diagrams .svg .part5 #female_side .part5,
  #diagrams .svg .part6 #female_side .part6,
  #diagrams .svg .part1 #female_front .part1,
  #diagrams .svg .part2 #female_front .part2,
  #diagrams .svg .part3 #female_front .part3,
  #diagrams .svg .part4 #female_front .part4,
  #diagrams .svg .part5 #female_front .part5,
  #diagrams .svg .part1 #female_inside .part1,
  #diagrams .svg .part2 #female_inside .part2,
  #diagrams .svg .part3 #female_inside .part3,
  #diagrams .svg .part4 #female_inside .part4,
  #diagrams .svg .part5 #female_inside .part5,
  #diagrams .svg .part6 #female_inside .part6,
  #diagrams .svg .part7 #female_inside .part7,
  #diagrams .svg .part8 #female_inside .part8,
  #diagrams .svg .part1 #male_side .part1,
  #diagrams .svg .part2 #male_side .part2,
  #diagrams .svg .part3 #male_side .part3,
  #diagrams .svg .part4 #male_side .part4,
  #diagrams .svg .part5 #male_side .part5,
  #diagrams .svg .part6 #male_side .part6,
  #diagrams .svg .part7 #male_side .part7,
  #diagrams .svg .part8 #male_side .part8,
  #diagrams .svg .part9 #male_side .part9,
  #diagrams .svg .part1 #male_front .part1,
  #diagrams .svg .part2 #male_front .part2,
  #diagrams .svg .part3 #male_front .part3,
  #diagrams .svg .part1 #male_front2 .part1,
  #diagrams .svg .part2 #male_front2 .part2,
  #diagrams .svg .part3 #male_front2 .part3 {
    fill: #6dcdfc;
    opacity: 0.8;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  @media only screen and (max-width: 970px) {
    #diagrams .slider {
      top: -20px; }
    #diagrams .prev, #diagrams .next {
      width: 50px;
      height: 50px; }
    #diagrams .title_part {
      margin-top: 5px;
      font-size: 1.8em; }
    #diagrams .slider .desc {
      margin-top: 10px; } }

.edit-active .responsive-web .slide1, .edit-active .responsive-web .slide0 {
  position: relative;
  display: block; }
  .edit-active .responsive-web .slide1 .promo-banner, .edit-active .responsive-web .slide0 .promo-banner {
    position: absolute;
    top: 13%;
    padding-left: 20px; }
    @media only screen and (max-width: 320px) {
      .edit-active .responsive-web .slide1 .promo-banner, .edit-active .responsive-web .slide0 .promo-banner {
        top: 11%; } }
    .edit-active .responsive-web .slide1 .promo-banner .promo-heading, .edit-active .responsive-web .slide0 .promo-banner .promo-heading {
      color: #0064B8;
      font-family: "HelveticaNeueW01-65Medi", Arial, Helvetica, sans-serif;
      font-size: 3em;
      line-height: 1; }
    .edit-active .responsive-web .slide1 .promo-banner .go-btn, .edit-active .responsive-web .slide0 .promo-banner .go-btn {
      margin-top: 10px;
      width: auto;
      padding: 5px 10px;
      font-size: 1.5em; }
      @media only screen and (max-width: 320px) {
        .edit-active .responsive-web .slide1 .promo-banner .go-btn, .edit-active .responsive-web .slide0 .promo-banner .go-btn {
          margin-top: 0; } }
  .edit-active .responsive-web .slide1 .spanish, .edit-active .responsive-web .slide0 .spanish {
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 1.1em;
    font-family: "HelveticaNeueW01-67MdCn 692710", Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 0 0px 5px #969696; }
.edit-active .responsive-web .affiliate-main .header-img .hero-caption .text {
  color: #fff; }
.edit-active .responsive-web a.go-btn,
.edit-active .responsive-web .go-btn,
.edit-active .responsive-web a.go-btn.promo-type-two-btn {
  border: 0;
  border: none;
  display: inline-block;
  padding: 6px 10px;
  line-height: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: "HelveticaNeueW01-77BdCn 692722", Arial, Helvetica, sans-serif;
  background-color: #F58220;
  color: #fff;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .edit-active .responsive-web a.go-btn:active, .edit-active .responsive-web a.go-btn:focus, .edit-active .responsive-web a.go-btn:hover,
  .edit-active .responsive-web .go-btn:active,
  .edit-active .responsive-web .go-btn:focus,
  .edit-active .responsive-web .go-btn:hover,
  .edit-active .responsive-web a.go-btn.promo-type-two-btn:active,
  .edit-active .responsive-web a.go-btn.promo-type-two-btn:focus,
  .edit-active .responsive-web a.go-btn.promo-type-two-btn:hover {
    background-color: #EF6310; }
  .edit-active .responsive-web a.go-btn#email-submit,
  .edit-active .responsive-web .go-btn#email-submit,
  .edit-active .responsive-web a.go-btn.promo-type-two-btn#email-submit {
    margin-top: 0 !important; }
  .edit-active .responsive-web a.go-btn#email-submit, .edit-active .responsive-web a.go-btn#search-press-submit,
  .edit-active .responsive-web .go-btn#email-submit,
  .edit-active .responsive-web .go-btn#search-press-submit,
  .edit-active .responsive-web a.go-btn.promo-type-two-btn#email-submit,
  .edit-active .responsive-web a.go-btn.promo-type-two-btn#search-press-submit {
    width: auto;
    height: 34px;
    margin-left: 5px; }
  .edit-active .responsive-web a.go-btn.full, .edit-active .responsive-web a.go-btn.half,
  .edit-active .responsive-web .go-btn.full,
  .edit-active .responsive-web .go-btn.half,
  .edit-active .responsive-web a.go-btn.promo-type-two-btn.full,
  .edit-active .responsive-web a.go-btn.promo-type-two-btn.half {
    margin: 0;
    padding: 6px 10px;
    font-size: 1.7em;
    text-align: center;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .edit-active .responsive-web a.go-btn.full,
  .edit-active .responsive-web .go-btn.full,
  .edit-active .responsive-web a.go-btn.promo-type-two-btn.full {
    width: 100%; }
  .edit-active .responsive-web a.go-btn.half,
  .edit-active .responsive-web .go-btn.half,
  .edit-active .responsive-web a.go-btn.promo-type-two-btn.half {
    width: 48%;
    display: inline-block; }
    .edit-active .responsive-web a.go-btn.half:first-of-type,
    .edit-active .responsive-web .go-btn.half:first-of-type,
    .edit-active .responsive-web a.go-btn.promo-type-two-btn.half:first-of-type {
      margin-right: 3%; }
.edit-active .responsive-web a.go-btn.blue-primary,
.edit-active .responsive-web a.go-btn.blue-primary.promo-type-two-btn,
.edit-active .responsive-web .go-btn.blue-primary {
  background-color: #0064B8; }
  .edit-active .responsive-web a.go-btn.blue-primary:active, .edit-active .responsive-web a.go-btn.blue-primary:focus, .edit-active .responsive-web a.go-btn.blue-primary:hover,
  .edit-active .responsive-web a.go-btn.blue-primary.promo-type-two-btn:active,
  .edit-active .responsive-web a.go-btn.blue-primary.promo-type-two-btn:focus,
  .edit-active .responsive-web a.go-btn.blue-primary.promo-type-two-btn:hover,
  .edit-active .responsive-web .go-btn.blue-primary:active,
  .edit-active .responsive-web .go-btn.blue-primary:focus,
  .edit-active .responsive-web .go-btn.blue-primary:hover {
    background-color: #00427D; }
.edit-active .responsive-web a.go-btn.blue-secondary,
.edit-active .responsive-web a.go-btn.blue-secondary.promo-type-two-btn,
.edit-active .responsive-web .go-btn.blue-secondary {
  background-color: #00427D; }
  .edit-active .responsive-web a.go-btn.blue-secondary:active, .edit-active .responsive-web a.go-btn.blue-secondary:focus, .edit-active .responsive-web a.go-btn.blue-secondary:hover,
  .edit-active .responsive-web a.go-btn.blue-secondary.promo-type-two-btn:active,
  .edit-active .responsive-web a.go-btn.blue-secondary.promo-type-two-btn:focus,
  .edit-active .responsive-web a.go-btn.blue-secondary.promo-type-two-btn:hover,
  .edit-active .responsive-web .go-btn.blue-secondary:active,
  .edit-active .responsive-web .go-btn.blue-secondary:focus,
  .edit-active .responsive-web .go-btn.blue-secondary:hover {
    background-color: #00396C; }
.edit-active .responsive-web a.go-btn.cancel,
.edit-active .responsive-web .go-btn.cancel {
  background-color: transparent;
  border: 2px solid #50B5CF;
  color: #fff; }
  .edit-active .responsive-web a.go-btn.cancel:active, .edit-active .responsive-web a.go-btn.cancel:focus, .edit-active .responsive-web a.go-btn.cancel:hover,
  .edit-active .responsive-web .go-btn.cancel:active,
  .edit-active .responsive-web .go-btn.cancel:focus,
  .edit-active .responsive-web .go-btn.cancel:hover {
    background-color: #50B5CF; }
  .edit-active .responsive-web a.go-btn.cancel.half,
  .edit-active .responsive-web .go-btn.cancel.half {
    height: 36px;
    padding: 4px 0 6px; }
.edit-active .responsive-web .button-set .go-btn,
.edit-active .responsive-web .button-set a.go-btn {
  display: block;
  margin: 0 0 10px; }
  .edit-active .responsive-web .button-set .go-btn:last-child,
  .edit-active .responsive-web .button-set a.go-btn:last-child {
    margin: 0; }
.edit-active .responsive-web .header-img {
  margin: 30px 0; }
.edit-active .responsive-web .affiliate .header-img {
  margin: 0 0 30px; }
.edit-active .responsive-web #features {
  margin: 0 !important; }
.edit-active .responsive-web .responsive-menu,
.edit-active .responsive-web .mobile-highlights {
  display: block; }

/*# sourceMappingURL=styles.css.map */
