/*! normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 0.5em; }

h1, h3, h5 {
  color: #b20838; }

h2, h4, h6 {
  color: #002663; }

a, a:visited {
  color: white;
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

a:hover {
  text-decoration: underline; }

p {
  margin: 0 0 1.5em; }

blockquote {
  color: #666;
  font-style: italic;
  margin: 1.5em; }

b, strong, dfn {
  font-weight: bold; }

em, dfn {
  font-style: italic; }

abbr, acronym {
  cursor: help; }

abbr[title] {
  border-bottom: none;
  text-transform: uppercase; }

address {
  font-style: normal;
  margin: 0 0 1.5em; }

del {
  color: #666; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, kbd, samp, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

li ul, li ol {
  margin: 0; }

ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

::-moz-selection {
  background: #002663;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #002663;
  color: #fff;
  text-shadow: none; }

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

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#colorbox #cboxWrapper #cboxMiddleLeft,
#colorbox #cboxWrapper #cboxBottomLeft {
  clear: left; }

#colorbox #cboxWrapper #cboxContent {
  position: relative;
  margin-top: 32px;
  overflow: visible;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.3); }
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
    overflow: auto;
    background: #fff;
    padding: 1px; }
    #colorbox #cboxWrapper #cboxContent #cboxLoadedContent .cboxIframe {
      width: 100%;
      height: 480px;
      display: block;
      background: #fff;
      margin-top: 32px;
      border: solid #ccc;
      border-width: 1px 0 0; }
  #colorbox #cboxWrapper #cboxContent #cboxLoadingOverlay,
  #colorbox #cboxWrapper #cboxContent #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; }
  #colorbox #cboxWrapper #cboxContent #cboxClose {
    height: 32px;
    position: absolute;
    top: 8px;
    right: 14px;
    text-transform: uppercase;
    height: 32px;
    line-height: 32px;
    width: 100px;
    text-align: right;
    color: #595959;
    background: #fff url(/images/close.png) no-repeat right 5px;
    padding-right: 24px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer; }

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif; }

.lity-inline .lity-close {
  color: #262626; }

.btn {
  padding: 10px 5px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  margin: 0 auto 20px;
  width: 90%;
  display: block;
  text-align: center;
  max-width: 380px;
  box-sizing: border-box; }
  .btn:visited {
    color: white; }
  .btn-orange {
    background-color: #f26522; }
    .btn-orange:hover {
      background-color: #08154a;
      text-decoration: none; }
  .btn-blue {
    background-color: #08154a; }
    .btn-blue:hover {
      text-decoration: none;
      background-color: #b8e558; }
  .btn-green {
    background-color: #b8e558;
    color: #08154a; }
    .btn-green:hover {
      color: white;
      text-decoration: none;
      background-color: #08154a; }

.nowrap {
  white-space: nowrap; }

.wrap {
  display: block; }

.disclaimer {
  font-size: 12px;
  text-align: center; }

.inner {
  padding: 0 5px; }

h3 {
  color: #08154a; }

header {
  /* background-color: #08154a; */
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%; }
  header .inner {
    position: relative;
    width: 100%;
    padding: 0;
    max-width: 980px;
    margin: 0 auto; }
  header h1 {
    float: left;
    width: 97px;
    height: 70px; }
    header h1 a {
      display: block;
      background: url(/images/live-healthy-logo.png) 50% 50% no-repeat;
      width: 97px;
      height: 70px;
      -moz-background-size: contain;
      -o-background-size: contain;
      -webkit-background-size: contain;
      background-size: contain;
      text-indent: -9999px;
      padding: 0;
      margin: 0; }
  header nav {
    padding: 10px 20px; }
    header nav ul {
      list-style: none; }
      header nav ul a,
      header nav ul a:visited,
      header nav ul a:active,
      header nav ul a:hover {
        color: white;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none; }
      header nav ul > li {
        display: inline-block;
        float: left;
        padding: 10px; }
      header nav ul li ul {
        display: none; }
    header nav .pharmacies {
      position: relative; }
      header nav .pharmacies h2 {
        text-align: center; }
      header nav .pharmacies .btn {
        margin: 10px auto; }
      header nav .pharmacies > p {
        text-align: center; }
        header nav .pharmacies > p:before {
          width: 192px;
          height: 127px;
          content: '';
          display: block;
          background: url(/images/pharmacist.jpg) center center no-repeat;
          -moz-background-size: contain;
          -o-background-size: contain;
          -webkit-background-size: contain;
          background-size: contain;
          margin: 0 auto 20px;
          display: none; }
    header nav .prices {
      position: relative; }
      header nav .prices h2 {
        text-align: center; }
      header nav .prices .btn {
        margin: 10px auto; }
      header nav .prices > p {
        text-align: center; }
        header nav .prices > p:before {
          width: 192px;
          height: 127px;
          content: '';
          display: block;
          background: url(/images/pills.jpg) center center no-repeat;
          -moz-background-size: contain;
          -o-background-size: contain;
          -webkit-background-size: contain;
          background-size: contain;
          margin: 0 auto 20px;
          display: none; }
  header #menu-icon {
    display: none;
    float: right;
    width: 30px;
    height: 30px;
    background: transparent;
    position: relative;
    background: url(/images/hamburger.png) 50% 50% no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    border: 3px solid #08154a;
    padding-bottom: 3px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
    header #menu-icon.active {
      background-color: #083c84;
      border: 3px solid #083c84; }
  header .submenu {
    width: 92%;
    margin: 20px auto 0; }
    header .submenu li {
      background-color: white;
      border-bottom: 1px solid #08154a;
      padding: 0;
      box-sizing: border-box; }
      header .submenu li.prices, header .submenu li.pharmacies {
        padding: 20px 15px; }
        header .submenu li.prices .btn, header .submenu li.pharmacies .btn {
          padding: 10px 5px; }
      header .submenu li a {
        display: block;
        padding: 20px 15px;
        width: 100%;
        box-sizing: border-box; }
        header .submenu li a:hover {
          background: #b8e558;
          color: #262626; }
      header .submenu li p {
        font-size: 14px; }
  header .faq .submenu {
    width: 100%;
    margin-top: 20px; }
    header .faq .submenu li, header .faq .submenu li a {
      color: #08154a; }
  header #share-this {
    display: none; }

/*phone styles*/
@media only screen and (max-width: 768px) {
  header {
    position: absolute; }
    header #menu-icon {
      display: inline-block; }
    header nav > ul,
    header nav:active > ul {
      display: none;
      position: absolute;
      padding: 0;
      background: #083c84;
      right: 0;
      top: 49px;
      width: 100%;
      max-width: 480px;
      box-sizing: border-box; }
    header nav > ul li {
      text-align: center;
      width: 100%;
      padding: 20px 0;
      margin: 0; }
    header nav > ul.alive {
      display: block; }
      header nav > ul.alive li:hover {
        background: #08154a; } }

#splash {
  background: url(/images/mobile-clouds.jpg) white 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain; }
  #splash h2 {
    color: white;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4em;
    text-align: center; }
    #splash h2.blue {
      color: #08154a;
      font-weight: 400; }
    #splash h2:nth-child(1) {
      padding-top: 80px; }
      #splash h2:nth-child(1):after {
        content: '';
        display: block;
        width: 228px;
        height: 160px;
        background: url(/images/prescription-cardv2.png) 0 0 no-repeat;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        margin: 0 auto 20px; }
  #splash ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 70px;
    position: relative; }
    #splash ul:before {
      content: '';
      width: 35px;
      height: 72px;
      background: url(/images/pill-icon.png) 0 0 no-repeat;
      -moz-background-size: contain;
      -o-background-size: contain;
      -webkit-background-size: contain;
      background-size: contain;
      position: absolute;
      top: 30px;
      left: 10px; }
    #splash ul li {
      padding-bottom: 20px;
      font-size: 14px; }
      #splash ul li a,
      #splash ul li a:visited {
        color: #0a5287;
        text-decoration: underline; }

.programs .divider {
  width: 20px;
  background: url(/images/couple.png) center center no-repeat;
  width: 100%;
  display: none; }
  .programs .divider h4 {
    color: #08154a;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4em;
    text-align: center; }

.program {
  background-color: #b8e558;
  border-top: 70px solid #08154a; }
  .program h2 {
    color: white;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
    max-width: 240px;
    margin: -50px auto 30px; }
    .program h2.tooth:before {
      width: 30px;
      height: 36px;
      content: '';
      display: inline-block;
      background: url(/images/dental-icon.png) 0 0 no-repeat;
      -moz-background-size: contain;
      -o-background-size: contain;
      -webkit-background-size: contain;
      background-size: contain;
      float: left; }
    .program h2.health:before {
      width: 45px;
      height: 35px;
      content: '';
      display: inline-block;
      background: url(/images/health-icon.png) 0 0 no-repeat;
      -moz-background-size: contain;
      -o-background-size: contain;
      -webkit-background-size: contain;
      background-size: contain;
      float: left; }
  .program h3 {
    color: #262626;
    text-align: center;
    font-weight: 400; }
  .program p {
    margin: 0;
    padding-bottom: 1.5em;
    text-align: center;
    max-width: 90%;
    margin: 0 auto; }
    .program p,
    .program p a {
      color: #262626; }
    .program p a {
      font-weight: bold;
      text-decoration: underline; }
  .program .btn {
    max-width: 70%; }

.ctas {
  padding: 20px 5px; }
  .ctas ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .ctas ul li {
      padding: 20px; }
      .ctas ul li:after {
        content: '';
        display: block;
        width: 85%;
        margin: 20px auto;
        height: 1px;
        background-color: #c1c1c1; }
      .ctas ul li:last-child:after {
        background-color: transparent;
        background: url(/images/blur-divider.png) center center no-repeat;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        width: 273px;
        height: 5px; }
      .ctas ul li h2 {
        color: #262626;
        font-weight: 400;
        text-align: center;
        font-size: 24px; }
        .ctas ul li h2 strong {
          display: block; }
        .ctas ul li h2.america:after {
          content: '';
          display: block;
          width: 95px;
          height: 53px;
          background: url(/images/us-map-icon.png) center center no-repeat;
          -moz-background-size: contain;
          -o-background-size: contain;
          -webkit-background-size: contain;
          background-size: contain;
          margin: 20px auto 10px; }
        .ctas ul li h2.pointer:after {
          content: '';
          display: block;
          width: 31px;
          height: 48px;
          background: url(/images/location-pin.png) center center no-repeat;
          -moz-background-size: contain;
          -o-background-size: contain;
          -webkit-background-size: contain;
          background-size: contain;
          margin: 20px auto 10px; }
        .ctas ul li h2.drugs:after {
          content: '';
          display: block;
          width: 32px;
          height: 51px;
          background: url(/images/pill-bottle-icon.png) center center no-repeat;
          -moz-background-size: contain;
          -o-background-size: contain;
          -webkit-background-size: contain;
          background-size: contain;
          margin: 20px auto 10px; }
        .ctas ul li h2.info:after {
          content: '';
          display: block;
          width: 41px;
          height: 41px;
          background: url(/images/info-icon.png) center center no-repeat;
          -moz-background-size: contain;
          -o-background-size: contain;
          -webkit-background-size: contain;
          background-size: contain;
          margin: 20px auto 10px; }
      .ctas ul li p {
        text-align: center;
        max-width: 90%;
        margin: 0 auto 1.5em;
        color: #262626;
        font-size: 14px; }

.save {
  padding: 0 20px; }
  .save .content:after {
    content: '';
    display: block;
    width: 85%;
    margin: 20px auto;
    height: 1px;
    background-color: #c1c1c1; }
  .save aside h2 a {
    color: #262626; }
  .save aside p a {
    color: #262626; }
  .save aside:after {
    content: '';
    display: block;
    margin: 20px auto;
    background-color: transparent;
    background: url(/images/blur-divider.png) center center no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    width: 273px;
    height: 5px; }
  .save aside h2:after {
    content: '';
    display: block;
    width: 170px;
    height: 97px;
    background: url(/images/pet-image.jpg) 0 0 no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 20px auto 0; }
  .save h2 {
    font-size: 20px;
    text-align: center;
    color: #262626; }
  .save p {
    text-align: center;
    color: #262626;
    font-size: 14px; }

.comparison h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  color: #262626; }

.comparison ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .comparison ul li {
    padding: 20px 5px;
    margin-bottom: 10px;
    background: #08154a; }
    .comparison ul li h3,
    .comparison ul li p {
      text-align: center; }
    .comparison ul li h3 {
      color: white;
      font-size: 20px; }
      .comparison ul li h3:after {
        content: '';
        width: 40%;
        height: 1px;
        margin: 10px auto;
        background: #b8e558;
        display: block; }
    .comparison ul li p {
      color: white;
      font-size: 34px;
      font-weight: 400;
      margin-bottom: 20px; }
    .comparison ul li sup {
      font-size: 19px; }
    .comparison ul li .btn:hover {
      background-color: #b8e558;
      color: #262626; }
    .comparison ul li.green {
      background: #b8e558; }
      .comparison ul li.green h3 {
        color: #262626; }
        .comparison ul li.green h3:after {
          background: #262626; }
      .comparison ul li.green p {
        color: #262626; }
      .comparison ul li.green .btn:hover {
        background-color: #08154a;
        color: white; }

footer {
  border-top: 5px solid #b8e558; }
  footer .content {
    background: #08154a;
    padding: 20px 5px; }
    footer .content:before, footer .content:after {
      content: "";
      display: table; }
    footer .content:after {
      clear: both; }
    footer .content {
      zoom: 1; }
    footer .content p,
    footer .content li,
    footer .content a {
      color: white;
      font-size: 13px;
      font-weight: normal;
      text-align: center; }
    footer .content p, footer .content a {
      font-size: 11px; }
    footer .content a {
      text-decoration: underline; }
    footer .content .naco-logo {
      display: none;
      background: url(/images/naco-logo.png) 0 0 no-repeat;
      width: 176px;
      height: 84px;
      -moz-background-size: contain;
      -o-background-size: contain;
      -webkit-background-size: contain;
      background-size: contain;
      text-indent: -9999px; }
    footer .content nav {
      text-align: center; }
    footer .content ul {
      margin-bottom: 15px; }
    footer .content li {
      display: inline-block;
      padding: 5px 5px;
      border-right: 1px solid white;
      text-align: center; }
      footer .content li:last-child {
        border-right: 0; }
      footer .content li a {
        text-decoration: underline; }
  footer p {
    color: #262626; }
    footer p.disclaimer span {
      font-size: 10px; }

#not-insurance {
  background-color: white;
  padding: 10px; }

@media only screen and (min-width: 600px) {
  .btn {
    max-width: 300px; }
  header {
    height: 98px; }
    header h1 a {
      width: 194px;
      height: 141px; }
    header #menu-icon {
      width: 40px;
      height: 40px;
      margin-top: 20px; }
    header nav > ul {
      top: 79px; }
  #splash h2 {
    font-size: 28px; }
    #splash h2:nth-child(1) {
      padding-top: 110px; }
      #splash h2:nth-child(1):after {
        width: 456px;
        height: 321px; }
  #splash ul {
    padding-left: 120px;
    max-width: 90%;
    margin: 0 auto 20px;
    box-sizing: border-box; }
    #splash ul:before {
      width: 71px;
      height: 145px;
      top: 15px; }
    #splash ul li {
      font-size: 16px; }
  .program {
    padding: 0 20%; }
  .ctas ul li,
  .save,
  #not-insurance {
    padding: 20px 20%; } }

@media only screen and (min-width: 769px) {
  .lity-inline .lity-close {
    color: white; }
  .no-flexbox header nav > ul li {
    min-width: 100px;
    text-align: center; }
  header {
    background-color: white; }
    header .inner {
      height: 98px; }
      header .inner:before {
        content: '';
        height: 98px;
        background: #08154a;
        display: block;
        position: absolute;
        top: 0;
        left: -1160px;
        width: 1280px;
        z-index: -1; }
      header .inner:after {
        content: '';
        height: 43px;
        width: 1280px;
        background-color: #08154a;
        display: block;
        position: absolute;
        bottom: -43px;
        left: 80px;
        z-index: -1; }
    header h1 {
      position: absolute;
      top: 0;
      left: 20px; }
    header nav > ul {
      position: absolute;
      top: 50px;
      left: 240px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      width: 530px; }
      header nav > ul li {
        flex-grow: 1; }
        header nav > ul li a, header nav > ul li a:visited {
          color: #262626; }
        header nav > ul li a:hover {
          color: #0a5287; }
    header .has-sub {
      position: relative; }
      header .has-sub li {
        width: 100%; }
      header .has-sub .last > ul {
        left: auto;
        right: 0;
        width: 300px; }
    header .submenu {
      border: 2px solid #b8e558;
      -moz-border-radius: 0 0 5px 5px;
      -webkit-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px;
      width: 334px;
      position: absolute;
      left: 0;
      top: 18px;
      background: white; }
      header .submenu > li:last-child {
        border-bottom: 0; }
      header .submenu:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        margin: -10px 0 0 42px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #b8e558; }
      header .submenu.last:before {
        margin: -10px 0 0 232px; }
    header .faq .submenu {
      width: 300px;
      left: auto;
      right: 0; }
    header #share-this {
      display: block;
      position: absolute;
      top: 15px;
      left: 660px; }
      header #share-this a {
        color: #262626;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600; }
      header #share-this:before {
        content: '';
        width: 23px;
        height: 22px;
        display: block;
        float: left;
        background: url(/images/share-icon.png) center center no-repeat;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        margin: 0 0 0 -30px; }
  #splash h2 {
    font-size: 28px; }
    #splash h2:nth-child(1) {
      padding-top: 180px; }
      #splash h2:nth-child(1):after {
        width: 456px;
        height: 321px; } }

@media only screen and (min-width: 1024px) {
  .inner {
    width: 980px;
    margin: 0 auto; }
  header #share-this {
    top: 60px;
    right: 0;
    left: auto; }
  #splash {
    background: url(/images/desktop-clouds.jpg) 50% 0 repeat-x; }
    #splash h2:nth-child(1):after {
      float: left; }
    #splash .btn {
      margin: 0 0 40px 78px;
      clear: both; }
    #splash ul {
      width: 500px;
      float: right;
      padding-left: 50px; }
      #splash ul:before {
        width: 25px;
        height: 50px;
        top: 10px;
        left: 0; }
  .programs:before, .programs:after {
    content: "";
    display: table; }
  .programs:after {
    clear: both; }
  .programs {
    zoom: 1; }
  .btn {
    width: 205px; }
  .program {
    padding: 0;
    width: 50%;
    float: left; }
  .ctas:before, .ctas:after {
    content: "";
    display: table; }
  .ctas:after {
    clear: both; }
  .ctas {
    zoom: 1; }
  .ctas ul li {
    box-sizing: border-box;
    padding: 20px;
    width: 50%;
    float: left;
    height: 350px;
    position: relative; }
    .ctas ul li:after {
      position: absolute;
      width: 300px;
      left: 50%;
      margin-left: -150px;
      bottom: 0; }
    .ctas ul li .btn:last-child {
      position: absolute;
      bottom: 25px;
      left: 50%;
      margin-left: -102px; }
  .save {
    padding: 60px 20px;
    width: 980px;
    margin: 0;
    box-sizing: border-box; }
    .save:before, .save:after {
      content: "";
      display: table; }
    .save:after {
      clear: both; }
    .save {
      zoom: 1; }
    .save .content {
      width: 70%;
      float: left;
      padding-right: 30px;
      box-sizing: border-box;
      border-right: 1px solid #c1c1c1; }
      .save .content:after {
        display: none; }
      .save .content h2 {
        text-align: left;
        margin-bottom: 30px; }
      .save .content p {
        text-align: left;
        font-size: 12px;
        line-height: 1.4em; }
      .save .content .btn {
        margin-left: 0; }
    .save aside {
      width: 30%;
      float: right;
      box-sizing: border-box;
      padding-left: 30px; }
      .save aside h2,
      .save aside p {
        text-align: left; }
      .save aside p {
        font-size: 12px;
        line-height: 1.4em; }
      .save aside h2:after {
        margin: 0 0 20px 0;
        width: 240px;
        height: 130px; }
      .save aside:after {
        display: none; }
  #not-insurance {
    padding: 20px;
    box-sizing: border-box;
    width: 980px;
    margin: 0 auto; }
    #not-insurance h2,
    #not-insurance p {
      text-align: left; } }

@media only screen and (min-width: 1280px) {
  header .submenu.last {
    right: -80px; }
    header .submenu.last:before {
      margin-left: 135px; }
  header .pharmacy ul {
    width: 500px;
    left: 50%;
    margin-left: -250px; }
    header .pharmacy ul:before {
      margin-left: 215px; }
  header nav > ul {
    width: 630px; }
  header nav .pharmacies,
  header nav .prices {
    border-bottom: 0;
    float: left;
    width: 250px; }
    header nav .pharmacies > p:before,
    header nav .prices > p:before {
      display: block; }
  #splash .btn {
    margin-left: 105px; }
  .programs {
    width: 100%; }
    .programs .divider {
      display: inline-block;
      width: 34%;
      float: left;
      height: 420px;
      position: relative; }
      .programs .divider h4 {
        width: 50%;
        margin: 170px auto 0; }
        .programs .divider h4:before {
          content: '';
          width: 30px;
          height: 24px;
          display: inline-block;
          background: url(/images/left-arrow.png) center center no-repeat;
          -moz-background-size: contain;
          -o-background-size: contain;
          -webkit-background-size: contain;
          background-size: contain;
          position: absolute;
          left: 60px;
          top: 210px; }
        .programs .divider h4:after {
          content: '';
          width: 30px;
          height: 24px;
          display: inline-block;
          background: url(/images/right-arrow.png) center center no-repeat;
          -moz-background-size: contain;
          -o-background-size: contain;
          -webkit-background-size: contain;
          background-size: contain;
          position: absolute;
          right: 60px;
          top: 210px; }
  .program {
    height: 420px;
    box-sizing: border-box;
    padding-bottom: 20px;
    width: 33%; }
    .program .btn:hover {
      background-color: #f26522; }
    .program h2.tooth:before {
      float: right; }
    .program-dental {
      padding-right: 30px; }
      .program-dental .btn {
        margin-right: 0; }
      .program-dental h2,
      .program-dental h3,
      .program-dental p {
        text-align: right;
        margin-right: 0;
        max-width: 400px; }
    .program-health {
      padding-left: 30px; }
      .program-health .btn {
        margin-left: 0; }
      .program-health h2,
      .program-health h3,
      .program-health p {
        text-align: left;
        margin-left: 0;
        max-width: 400px; }
  .ctas,
  .save,
  .comparison {
    width: 1000px;
    margin: 0 auto; }
  .ctas {
    margin-top: 40px; }
    .ctas:before, .ctas:after {
      content: "";
      display: table; }
    .ctas:after {
      clear: both; }
    .ctas {
      zoom: 1; }
    .ctas:after {
      content: '';
      display: block;
      background: url(/images/section-divide.png) 0 0 no-repeat;
      width: 980px;
      height: 10px; }
    .ctas ul li {
      width: 25%;
      height: 410px;
      margin-bottom: 30px; }
      .ctas ul li:after {
        display: none; }
      .ctas ul li.has-line {
        position: relative; }
        .ctas ul li.has-line:before {
          content: '';
          width: 1px;
          height: 360px;
          display: inline-block;
          background-color: #c1c1c1;
          position: absolute;
          left: 0;
          top: 0; }
      .ctas ul li.information a.first {
        position: absolute;
        bottom: 180px; }
      .ctas ul li.information a.second {
        position: absolute;
        bottom: 103px; }
  .save:after {
    content: '';
    display: block;
    background: url(/images/section-divide.png) 0 0 no-repeat;
    width: 980px;
    height: 10px; }
  .save .content {
    margin-bottom: 60px; }
  .save aside h2 {
    margin-bottom: 20px; }
    .save aside h2:after {
      margin-left: 0;
      margin-top: 10px; }
  .comparison {
    margin-bottom: 60px; }
    .comparison:before, .comparison:after {
      content: "";
      display: table; }
    .comparison:after {
      clear: both; }
    .comparison {
      zoom: 1; }
    .comparison h2 .wrap {
      display: inline; }
    .comparison ul li {
      box-sizing: border-box;
      width: 23%;
      float: left;
      height: 220px;
      position: relative;
      margin-right: 20px; }
      .comparison ul li h3 {
        height: 92px;
        position: relative;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold; }
        .comparison ul li h3:after {
          position: absolute;
          width: 100%;
          bottom: 0;
          left: 0; }
      .comparison ul li:last-child {
        margin-right: 0; }
      .comparison ul li .btn {
        width: 200px;
        position: absolute;
        bottom: -40px;
        left: 50%;
        margin-left: -100px; }
  footer .content .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
  footer .content .naco-logo {
    display: block; }
  footer .content nav {
    width: 600px;
    position: absolute;
    top: 30px;
    right: 0; }
    footer .content nav ul {
      float: right; }
  footer .content p {
    text-align: left; }
    footer .content p:first-of-type {
      margin-top: 50px; }
    footer .content p.copyright {
      text-align: right;
      position: absolute;
      bottom: 0;
      right: 0; }
    footer .content p a {
      text-decoration: underline;
      font-size: 11px; } }

.interior-body {
  margin: 0 auto 30px; }
  .interior-body .content {
    margin-bottom: 40px; }
  .interior-body p {
    font-size: 14px;
    color: #262626; }
  .interior-body h3 {
    color: #08154a; }

#splash.interior {
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-position: center center;
  min-height: 250px; }
  #splash.interior h2 {
    padding-top: 50%;
    color: #08154a;
    font-weight: 600; }
    #splash.interior h2:after {
      display: none; }
  #splash.interior .inner:after {
    content: '';
    background: url(/images/blur-divider.png) center center no-repeat;
    width: 100%;
    height: 20px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    display: block; }

#sidebar .ctas li p {
  display: none; }

#sidebar .ctas li:last-child:after {
  display: none; }

.home-faq .content ul {
  clear: both;
  margin: 0;
  padding: 0; }
  .home-faq .content ul li {
    list-style-type: none; }
    .home-faq .content ul li p {
      margin: 8px 0; }
    .home-faq .content ul li .question {
      color: #262626;
      cursor: pointer;
      margin-left: 16px;
      text-indent: -16px;
      font-size: 14px; }
      .home-faq .content ul li .question:before {
        content: '\25b6';
        display: block;
        float: left;
        width: 16px;
        margin: 0 -2px 0 2px; }
    .home-faq .content ul li.expanded .question:before {
      content: '\25bc';
      margin: 0; }
    .home-faq .content ul li .answer {
      padding-left: 32px;
      display: none;
      font-size: 13px;
      color: #08154a; }
    .home-faq .content ul li.expanded .answer {
      display: block; }

.home-site-map .column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .home-site-map .column ul li {
    padding-bottom: 5px; }
  .home-site-map .column ul a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f26522;
    margin-left: 7px; }

.validation-summary-errors ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .validation-summary-errors ul li {
    padding: 0 0 10px 0;
    color: #b20838;
    font-size: 12;
    text-transform: uppercase;
    font-weight: 600; }

#result .error {
  color: #b20838;
  font-size: 12;
  text-transform: uppercase;
  font-weight: 600; }

form {
  max-width: 380px;
  margin: 0 auto; }
  form fieldset {
    border: 0;
    padding: 0 0 10px;
    margin: 0; }
  form .field {
    width: 100%;
    margin-bottom: 10px; }
    form .field label {
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      display: block;
      margin-bottom: 3px; }
    form .field span {
      color: #b20838; }
    form .field input[type=text], form .field input[type=email] {
      border: 1px solid #262626;
      width: 100%;
      padding: 5px 3px;
      box-sizing: border-box; }
  form p.required {
    color: #b20838;
    font-size: 12px; }
  form input.btn, form .btn-green {
    border: 0;
    width: 100%;
    height: 39px; }

@media only screen and (min-width: 600px) {
  form .btn {
    max-width: 100%; } }

@media only screen and (min-width: 1024px) {
  #splash.interior {
    margin-bottom: 30px; }
  .interior-body .inner {
    max-width: 1000px; }
    .interior-body .inner:before, .interior-body .inner:after {
      content: "";
      display: table; }
    .interior-body .inner:after {
      clear: both; }
    .interior-body .inner {
      zoom: 1; }
  .interior-body .content {
    width: 70%;
    float: left;
    box-sizing: border-box;
    padding-right: 2%; }
  .interior-body #sidebar {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    padding-left: 2%;
    width: 30%;
    float: right; }
    .interior-body #sidebar section, .interior-body #sidebar section ul {
      padding: 0;
      margin: 0; }
    .interior-body #sidebar .ctas ul li {
      float: none;
      width: 100%;
      height: 250px;
      padding-top: 0; }
      .interior-body #sidebar .ctas ul li:after {
        width: 120px;
        margin-left: -60px;
        margin-top: 20px; }
  #splash.interior h2 {
    padding-top: 35%; }
  form {
    max-width: 100%; }
    form:before, form:after {
      content: "";
      display: table; }
    form:after {
      clear: both; }
    form {
      zoom: 1; }
    form .field {
      width: 50%;
      float: left;
      box-sizing: border-box;
      padding-right: 20px; }
      form .field.zip-code {
        padding-right: 0; }
    form .small {
      width: 200px; }
  .print-a-card-index form .field.zip-code {
    padding-right: 20px; }
  .print-a-card-index .float-left {
    float: left; }
  .print-a-card-index .float-right {
    float: right; } }

@media only screen and (min-width: 1280px) {
  #sidebar .ctas {
    width: auto; }
    #sidebar .ctas:after {
      display: none; }
  .interior-body .content {
    padding-right: 5%; } }
