
/*******************************************************************************

    1. BASE
        1.1 Reset
        1.2 Accessibility Navigation & Hide
        1.3 Clearfix
        1.4 Default Styles
        1.5 Fonts

    2. COMMON
        2.1 Container
        2.2 Header
        2.3 Navigation
        2.4 Title
        2.5 Content
        2.6 Sidebar
        2.7 Sitemap
        2.8 Footer
        2.9 Buttons
        2.10 Forms

    3. PAGES
        3.1 Home
        3.2 3 Months Of Meds
        3.3 About Us
        3.4 Contact Us
        3.5 Get A Card
        3.6 How It Works
        3.7 Pharmacy Finder
        3.8 Sample Savings
        3.9 See The Savings


    4. PRINT

*******************************************************************************/
/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/
/* 1.1 Reset
------------------------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/
#accessibility-nav,
.hide {
  position: absolute;
  top: -999em;
  left: -999em;
  height: 1px;
  width: 1px;
}

#accessibility-nav a:focus {
  position: absolute;
  display: block;
  top: 999em;
  left: 999em;
  width: 940px;
  outline: none;
  text-align: center;
  text-decoration: none;
  color: #e5eff6;
}

/* 1.3 Clearfix
------------------------------------------------------------------------------*/
#main:after,
.inputs li:after,
.agreements li:after,
.steps-list li:after,
.center:after,
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

/* 1.4 Default Styles
------------------------------------------------------------------------------*/
body {
  font: 87.5%/1.43 Arial, Helvetica, sans-serif;
  color: #2e4ba0;
  background: #a2c4e2 url(common/bg_body.png) repeat-x;
}

hr {
  display: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

th, td {
  vertical-align: top;
}

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

address, cite, dfn {
  font-style: normal;
}

abbr, acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}

input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
}

textarea {
  overflow: auto;
}

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

a:hover, a:active, a:focus {
  text-decoration: underline;
}

/* 1.5 Fonts
------------------------------------------------------------------------------*/
/* Generated by Font Squirrel (http://www.Fontsquirrel.com) on June 6, 2011 */
@font-face {
  font-family: 'MarydaleBold';
  src: url("marydalebold-webfont.eot");
  src: url("marydalebold-webfont.eot%3F") format("embedded-opentype"), url("marydalebold-webfont.woff") format("woff"), url("marydalebold-webfont.ttf") format("truetype"), url("marydalebold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Marydale';
  src: url("marydale-webfont.eot");
  src: url("marydale-webfont.eot%3F") format("embedded-opentype"), url("marydale-webfont.woff") format("woff"), url("marydale-webfont.ttf") format("truetype"), url("marydale-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaBold';
  src: url("proximanova-bold-webfont.eot");
  src: url("proximanova-bold-webfont.eot%3F") format("embedded-opentype"), url("proximanova-bold-webfont.woff") format("woff"), url("proximanova-bold-webfont.ttf") format("truetype"), url("proximanova-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaRegular';
  src: url("proximanova-regular-webfont.eot");
  src: url("proximanova-regular-webfont.eot%3F") format("embedded-opentype"), url("proximanova-regular-webfont.woff") format("woff"), url("proximanova-regular-webfont.ttf") format("truetype"), url("proximanova-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaSemibold';
  src: url("proximanova-sbold-webfont.eot");
  src: url("proximanova-sbold-webfont.eot%3F") format("embedded-opentype"), url("proximanova-sbold-webfont.woff") format("woff"), url("proximanova-sbold-webfont.ttf") format("truetype"), url("proximanova-sbold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/
/* 2.1 Container
------------------------------------------------------------------------------*/
.container {
  position: relative;
  width: 940px;
  margin: 0 auto;
  background: url(common/bg_container.png) center 127px no-repeat;
}

/* 2.2 Header
------------------------------------------------------------------------------*/
#header {
  height: 44px;
  padding-top: 15px;
}

#header .site-name,
#header .site-name span {
  float: left;
  display: block;
  overflow: hidden;
  width: 299px;
  height: 30px;
}

#header .site-name {
  position: relative;
  text-decoration: none;
  font: 1.6em/1 ProximaNovaRegular;
  font-weight: 100;
  letter-spacing: 1px;
}

#header .site-name span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(common/logo_ssc.png) no-repeat;
  background-size: 299px 30px;
}

#header a.site-name span {
  cursor: pointer;
}

#header .site-name strong {
  display: block;
  padding: 3px 0 3px 5px;
  text-align: center;
  background: #263971;
  color: #fff;
  border-radius: 15px;
}

#header .site-name em {
  font-style: normal;
  font-family: ProximaNovaBold;
}

#top-nav {
  float: right;
  font-weight: bold;
  font-size: 0.857em;
  line-height: 2.5em;
}

#top-nav li {
  float: left;
  margin-left: 38px;
}

#top-nav a:hover,
#top-nav a:active,
#top-nav a:focus,
#top-nav .current {
  text-decoration: underline;
  color: #2e4ba0;
}

/* 2.3 Navigation
------------------------------------------------------------------------------*/
#navigation {
  height: 77px;
  font: 1.78em/0.9 ProximaNovaSemibold;
  text-transform: uppercase;
}

#navigation li {
  float: left;
  margin-left: 78px;
}

#navigation li:first-child {
  margin-left: 0;
}

#navigation .get-a-card {
  float: right;
}

#navigation a {
  display: block;
  padding: 21px 0;
  text-align: center;
  text-shadow: 0 1px 1px rgba(38, 57, 113, 0.72);
  background: url(common/sprite_main-nav.png) -999em -999em no-repeat;
  background-size: 759px 120px;
  color: #fff;
}

#navigation a:hover,
#navigation a:active,
#navigation a:focus {
  text-decoration: none;
}

#navigation .how-it-works a {
  width: 257px;
  background-position: 8px 7px;
}

#navigation .how-it-works a:active,
#navigation .how-it-works a:hover,
#navigation .how-it-works a:focus,
#navigation .how-it-works a.current {
  background-position: 8px -60px;
}

#navigation .see-the-savings a {
  width: 283px;
  background-position: -248px 7px;
}

#navigation .see-the-savings a:active,
#navigation .see-the-savings a:hover,
#navigation .see-the-savings a:focus,
#navigation .see-the-savings a.current {
  background-position: -248px -60px;
}

#navigation .get-a-card a {
  width: 220px;
  padding-right: 10px;
  background-position: -535px 7px;
}

#navigation .get-a-card a:active,
#navigation .get-a-card a:hover,
#navigation .get-a-card a:focus,
#navigation .get-a-card a.current {
  background-position: -535px -60px;
}

/* 2.4 Title
------------------------------------------------------------------------------*/
#title {
  height: 206px;
  position: relative;
}

#title-image {
  display: block;
  position: absolute;
  left: 0;
  bottom: -45px;
  z-index: 0;
}

#title-content {
  position: relative;
  padding: 70px 0 0 300px;
  z-index: 1;
}

.two-cols-b #title-content {
  padding-left: 360px;
}

h1 {
  font: 4.28em/0.73 ProximaNovaBold;
  text-transform: uppercase;
}

#title p {
  margin-top: 8px;
  font: 2.14em/1.37 ProximaNovaSemibold;
}

#title em {
  font-family: MarydaleBold;
  font-style: normal;
}

/* 2.5 Content
------------------------------------------------------------------------------*/
#main {
  background: #fff;
  padding: 40px 0 0;
  -webkit-box-shadow: 0 0 4px rgba(38, 57, 113, 0.15);
  -moz-box-shadow: 0 0 4px rgba(38, 57, 113, 0.15);
  box-shadow: 0 0 4px rgba(38, 57, 113, 0.15);
}

#content {
  padding: 0 100px 60px;
}

.two-cols #content,
.two-cols-b #content {
  float: right;
  padding-left: 0;
  padding-right: 60px;
}

.two-cols #content {
  width: 580px;
}

.two-cols-b #content {
  width: 520px;
}

.two-cols .text {
  width: 520px;
}

.text {
  color: #263971;
}

h2 {
  font: 1.93em/1 ProximaNovaBold;
  text-transform: uppercase;
  text-align: center;
  color: #2e4ba0;
}

h3 {
  margin: 1.5em 0 0;
  font-size: 1.5em;
  line-height: 1.33em;
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

.text p,
.text ol,
.text ul {
  margin-bottom: 1.43em;
}

.text .center {
  margin: 0 auto;
  max-width: 550px;
  text-align: center;
}

.text .center .no-spacing {
  margin-bottom: 0;
}

/* Steps list */
.steps-list img {
  display: block;
}

.steps-list .step-img {
  float: left;
  margin: 7px;
  margin-left: 0;
}

.steps-list .step-desc {
  width: 350px;
  padding: 0 10px 0 20px;
  float: right;
}

.step-desc h3 {
  margin: 0 0 5px;
  font-size: 1.5em;
  line-height: 1.33em;
  font-weight: bold;
}

/* Box */
.box {
  margin: 5px 0;
  border: 1px solid #dceaf5;
  background: #f2f7fa;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.box-content {
  position: relative;
  padding: 18px 33px 33px 33px;
  background: #e5eff6;
}

.box-header {
  position: relative;
  padding: 13px 13px;
  height: 33px;
  line-height: 33px;
}

.box-more,
.box-less {
  position: absolute;
  top: 7px;
  padding: 2px;
  border: 2px solid #c9ddef;
  font-size: 0.78em;
  font-weight: bold;
  background: #f2f7fa;
}

.box-more a,
.box-less a {
  display: block;
  height: 17px;
  padding: 5px;
  border: 1px solid #c9ddef;
  line-height: 17px;
  cursor: pointer;
}

.box-more {
  right: -5px;
}

.box-more,
.box-more a {
  padding-right: 0;
  border-right: 0;
}

.box-more .box-more-triangle {
  position: absolute;
  top: -2px;
  right: -17px;
  height: 37px;
  width: 17px;
  background: url(common/bg_box-more.png) 100% 0 no-repeat;
}

.box-less {
  right: -22px;
}

.box-less,
.box-less a {
  padding-left: 0;
  border-left: 0;
}

.box-less a {
  padding-right: 10px;
}

.box-less .box-less-triangle {
  position: absolute;
  top: -2px;
  left: -20px;
  height: 37px;
  width: 20px;
  background: url(common/bg_box-more.png) 100% 100% no-repeat;
}

.box-image {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.box-inner {
  position: relative;
  z-index: 1;
}

.box .formtext {
  margin-bottom: 1em;
}

.box .formtext-big {
  font-size: 1.36em;
  font-weight: bold;
}

/* Caps header (with icon) */
.caps {
  padding-left: 43px;
  font-size: 1.64em;
  line-height: 1.43em;
  text-align: left;
  background: url(common/sprite_icons.png) -999em -999em no-repeat;
  background-size: 30px 211px;
}

.caps.checkbox {
  background-position: 8px 2px;
}

.caps.phone {
  padding-left: 23px;
  background-position: -5px -62px;
}

.caps.mail {
  padding-left: 36px;
  background-position: 0 -186px;
}

.caps.check {
  padding-left: 65px;
  background-position: 33px -126px;
}

/* Bar header */
.bar {
  margin: 5px 0 5px -20px;
  padding-left: 20px;
  background: #f2f7fa;
}

#sidebar .caps {
  margin: 10px 0 12px;
}

/* Go link */
.go {
  padding-right: 15px;
  font-weight: bold;
  background: url(common/bg_link-go.png) 100% center no-repeat;
  background-size: 7px 9px;
}

/* Ordered list */
.numbered {
  list-style: decimal;
  padding-left: 20px;
  font-weight: bold;
}

.numbered li {
  font-weight: bold;
}

.numbered p {
  font-weight: normal;
}

.numbered.no-spacing p {
  margin-bottom: 0;
}

/* Links list */
.resources ul,
.resources ol {
  margin-bottom: 2.7em;
}

.links li {
  padding-bottom: 10px;
}

/* Note in smaller text */
.star-note {
  font-size: 0.86em;
}

/* PDF Icon */
.pdf {
  display: inline-block;
  height: 17px;
  padding-left: 20px;
  background: url(common/ico_pdf.png) 0 2px no-repeat;
}

/* 2.6 Sidebar
------------------------------------------------------------------------------*/
#sidebar {
  float: left;
  padding: 0 10px 40px 60px;
}

.two-cols #sidebar {
  width: 230px;
}

.two-cols-b #sidebar {
  width: 290px;
}

.sidebar-box {
  position: relative;
  margin: 5px 0 9px -71px;
  padding: 6px;
  width: 217px;
  border: 1px solid #ddeaf5;
  background: #f2f7fa;
}

.sidebar-box .box-content {
  padding: 13px 17px 23px;
}

.sidebar-box .ribbon {
  position: absolute;
  left: 0;
  bottom: -8px;
  display: block;
  width: 10px;
  height: 7px;
  background: url(common/bg_sidebar-box-ribbon.png) 0 0 no-repeat;
}

.sidebar-box h2 {
  font: 1.2em/1.58 ProximaNovaBold;
}

.sidebar-box input[type="text"] {
  width: 117px;
}

.sidebar-box .center {
  text-align: center;
}

#sidebar.text {
  margin-top: 16px;
}

.menu-box .box-content {
  padding: 0;
}

.menu-box li {
  border-top: 1px solid #c9ddef;
}

.menu-box a {
  display: block;
  padding: 16px 21px 14px;
  border-top: 1px solid #f6fafc;
  font-weight: bold;
}

.menu-box a span {
  padding-right: 12px;
  background: url(common/sprite_menu-box.png) 100% 3px no-repeat;
  background-size: 7px 60px;
}

.menu-box li:first-child,
.menu-box a:first-child {
  border-top: 0;
}

.menu-box .current {
  color: #2e4ba0;
}

.menu-box .current span {
  background-position: 100% -46px;
}

/* 2.7 Sitemap
------------------------------------------------------------------------------*/
#sitemap {
  clear: both;
  position: relative;
  height: 113px;
  padding: 0 85px;
  font-weight: bold;
  font-size: 0.71em;
  text-transform: uppercase;
  background: #263971;
  text-align: center;
}

#sitemap a {
  color: #fff;
}

#sitemap ul {
  margin-top: 52px;
  line-height: 1;
}

#sitemap li {
  float: left;
  padding: 0 30px;
  border-left: 1px solid #c9cddb;
}

#sitemap .no-border-left {
  border-left: none;
}

#sitemap li:first-child {
  border-left: 0;
  margin-top: -3px;
  padding-right: 0px;
}

#sitemap .links {
  display: inline-block;
}

#sitemap .logo {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 181px;
  margin-left: -91px;
  text-align: center;
  background: url(common/bg_footer-logo.png) center 0 no-repeat;
}

/* Centered site name */
#sitemap .site-name,
#sitemap .site-name span {
  display: block;
  overflow: hidden;
  width: 167px;
  height: 18px;
}

#sitemap .site-name {
  position: relative;
  margin: 4px auto 12px;
}

#sitemap .site-name span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(common/logo_ssc-invert.png) no-repeat;
  background-size: 167px 18px;
  cursor: pointer;
}

#sitemap .site-name strong {
  display: block;
  padding: 3px 0 3px 5px;
  font: 1.2em/1 ProximaNovaRegular;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  background: #afcbe3;
  color: #263971;
  border-radius: 10px;
}

#sitemap .site-name em {
  font-style: normal;
  font-family: ProximaNovaBold;
}

/* 2.8 Footer
------------------------------------------------------------------------------*/
#footer {
  clear: both;
  padding: 8px;
  font-size: 0.85em;
  text-align: center;
}

#footer ul {
  display: inline;
}

#footer li {
  display: inline;
  padding: 0 5px;
  line-height: 1em;
}

#footer .separator {
  border-right: 1px solid #647faa;
}

#footer a {
  font-weight: bold;
  color: #263971;
}

/* 2.9 Buttons
------------------------------------------------------------------------------*/
button {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: none;
}

.button,
.button span {
  display: inline-block;
  min-width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  white-space: nowrap;
  font: 14px/34px ProximaNovaSemibold;
  white-space: nowrap;
}

.button span {
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  border: 1px solid #8a1520;
  border-top-color: #ac202e;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #911924;
  background: #bf1e2e url(common/bg_button.png) 0 center repeat-x;
  color: #fff;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.button:active span,
.button:hover span,
.button:focus span {
  background-image: url(common/bg_button-hover.png);
}

.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
}

.button:disabled {
  opacity: 0.65;
  cursor: default;
}

.button:disabled span {
  background-image: url(common/bg_button.png);
}

.button-small,
.button-small span {
  min-width: 0;
  height: 29px;
  line-height: 29px;
  font-size: 13px;
}

.button-small span {
  padding: 0 9px;
  height: 27px;
  line-height: 27px;
}

/* 2.10 Forms
------------------------------------------------------------------------------*/
input[type="text"],
input[type="email"],
textarea {
  padding: 5px;
  margin: 0;
  height: 16px;
  width: 296px;
  border: 1px solid #e3e3e3;
  border-top: 2px groove;
  line-height: 15px;
  font-size: 14px;
  background: #fff;
  color: #263971;
}

input:disabled {
  opacity: 0.65;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

textarea {
  display: block;
  height: 196px;
  font-size: 14px;
  font-style: normal;
}

.inputs li {
  padding-top: 12px;
  padding-bottom: 14px;
}

.inputs label {
  float: left;
  width: 125px;
  padding-right: 5px;
  font-size: 1.36em;
  line-height: 29px;
}

.inputs label.required {
  font-weight: bold;
}

.field {
  float: left;
}

.buttons .field {
  margin-top: -12px;
  margin-left: 130px;
}

.agreements li {
  margin: 18px 0;
}

.agreements input {
  margin-top: 4px;
  float: left;
}

.agreements .desc {
  margin-left: 25px;
}

div .desc {
  cursor: pointer;
}

.agreements .checkbox {
  display: block;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  float: left;
  outline: none;
  cursor: pointer;
  background: url(common/btn_checkbox.png) 0 100% no-repeat;
}

.agreements .checkbox-checked {
  background-position: 0 0;
}

.buttons li {
  float: left;
  padding-top: 14px;
  margin-left: 10px;
}

.buttons li:first-child {
  margin-left: 0;
}

.inline li {
  float: left;
  margin-left: 2px;
}

.inline li:first-child {
  margin-left: 0;
}

/* Custom select */
.custom-select {
  position: relative;
  width: 248px;
  z-index: 100;
  font-size: 0.85em;
}

.current-selected {
  display: block;
  cursor: pointer;
  height: 27px;
  line-height: 27px;
  color: #263971;
  text-decoration: none;
  width: 248px;
  background: url(common/btn_select.png) right 0 no-repeat;
}
.current-selected select {
  padding: 0 40px 0 10px;
  vertical-align: top;
  display: inline-block;
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
  width: 100%;
  height: 27px;
  background: transparent;
  font-size: 0.9em;
  position: relative;
  color: #263971;
}

.custom-select .custom-select-wrapper {
  position: absolute;
  left: -999em;
  z-index: 100;
}

.custom-select .bottom {
  width: 248px;
  height: 6px;
  line-height: 6px;
  font-size: 0;
}

.custom-select.open .custom-select-wrapper {
  left: auto;
  background: #fff;
  border: 1px solid #DCEAF5;
  margin-left: -1px;
}

.custom-select ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.custom-select ul li {
  margin: 0;
  float: none;
  line-height: 1.09;
  padding: 0;
  border-bottom: 1px solid #DCEAF5;
}

.custom-select ul li a {
  display: block;
  padding: 3px 10px;
  color: #263971;
  text-decoration: none;
}

.custom-select ul li a:hover, .custom-select ul li a.current {
  background: #F2F7FA;
  text-decoration: none;
}

.short .custom-select,
.short .custom-select .bottom {
  width: 104px;
}

.short .custom-select a.current-selected {
  background-position: right 100%;
}

/* 2.11 Dividers
------------------------------------------------------------------------------*/
.divider {
  margin: 8px auto 17px;
  height: 7px;
  text-align: center;
  background: url(common/bg_divider.png) 0 100% repeat-x;
}

.big-margin {
  margin: 36px auto 26px;
}

.divider span {
  position: relative;
  top: -12px;
  display: inline-block;
  height: 28px;
  width: 28px;
  background: url(common/sprite_divider-icons.png) -999em -999em no-repeat;
  background-size: 210px 28px;
}

.divider.map span {
  width: 37px;
  background-position: -1px center;
}

.divider.checkbox span {
  width: 28px;
  background-position: -49px center;
}

.divider.steps span {
  width: 51px;
  background-position: -82px center;
}

.divider.dollar span {
  width: 16px;
  background-position: -143px center;
}

.divider.heading {
  margin-bottom: 28px;
}

.divider.heading span {
  top: -24px;
  padding: 0 3px;
  width: auto;
  height: 51px;
  font: 2.21em/51px MarydaleBold;
  background: #fff;
  color: #bf1e2e;
}

.divider.program {
  margin: 58px 0 43px;
}

.divider.program span {
  width: 102px;
  height: 64px;
  top: -30px;
  text-indent: -999em;
  background: url(common/logo_divider-program.png) 0 0 no-repeat;
  background-size: 102px 64px;
}

.divider.questions span {
  width: 44px;
  background-position: -164px center;
}

/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/
/* 3.1 Home
------------------------------------------------------------------------------*/
/* Clearfix */
#features:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

/* Title area */
.homepage #title {
  height: auto;
}

.homepage #title-content {
  padding: 17px 0 6px;
  text-align: center;
}

.homepage #title p {
  font-size: 2.71em;
  color: #263971;
}

.homepage #title em {
  color: #2e4ba0;
}

/* Features area */
#features {
  margin-bottom: 66px;
}

#features .box {
  width: 406px;
  -webkit-box-shadow: 0 0 4px rgba(38, 57, 113, 0.15);
  -moz-box-shadow: 0 0 4px rgba(38, 57, 113, 0.15);
  box-shadow: 0 0 4px rgba(38, 57, 113, 0.15);
}

#features .box-content {
  height: 240px;
  padding: 25px;
}

#features h2 {
  margin-bottom: 16px;
  font: 1.93em/1 ProximaNovaBold;
  text-transform: uppercase;
  text-align: center;
}

#features p {
  margin-bottom: 1em;
  color: #263971;
}

#features .underline {
  display: inline-block;
  padding-top: 2px;
  height: 19px;
  font-size: 0.77em;
  vertical-align: top;
  border-bottom: 2px solid #263971;
}

#features .second-line {
  font-size: 0.85em;
}

#box-locate {
  float: left;
  margin-left: 40px;
}

#box-locate .box-inner {
  padding: 0 25px 0 110px;
}

#box-locate .box-image {
  bottom: -21px;
  left: -55px;
}

#box-locate .inline {
  padding-top: 5px;
}

#box-locate input[type="text"] {
  width: 136px;
}

#box-locate .button-small {
  margin-left: 3px;
}

#box-locate .button-small span {
  padding-left: 16px;
  padding-right: 16px;
}

#box-card {
  float: right;
  margin-right: 40px;
}

#box-card h2 {
  padding-right: 14px;
}

#box-card .box-content {
  padding-right: 60px;
}

#box-card .box-inner {
  padding: 0 50px 0 25px;
}

#box-card .button {
  margin-left: 60px;
}

#box-card .box-image {
  right: -53px;
}

/* "How it Works" title */
.homepage #main {
  padding-top: 6px;
}

#home-title {
  margin: 0 7px -20px;
  border-top: 1px solid #c9ddef;
}

#home-title h2 {
  position: relative;
  top: -35px;
  left: auto;
  width: 348px;
  height: 55px;
  padding: 22px 7px 7px;
  margin: 0 auto;
  background: url(home/bg_home-title.png) center 0 no-repeat;
  background-size: 348px 84px;
}

/* Homepage version of steps */
.homepage .steps-list {
  margin: 30px 20px 1.43em 30px;
}

.homepage .steps-list li {
  height: 120px;
}

.homepage .steps-list .step-img {
  display: inline-block;
  float: none;
  width: 180px;
  margin: 0 7px;
  vertical-align: middle;
}

.homepage .steps-list .step-desc {
  display: inline-block;
  float: none;
  width: 460px;
  padding: 0 0 0 32px;
  vertical-align: middle;
  background: url(home/bg_steps-separator.png) 0 0 repeat-y;
}

.homepage .step-desc h3 {
  position: relative;
  margin: -10px 0 0 0;
  font-size: 1.71em;
}

.homepage .step-desc p {
  margin-bottom: 0;
}

/* Savings section */
.savings-section {
  margin-top: 3.6em;
}

.savings-section > .divider {
  width: 620px;
}

.scrollable-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.scrollable-wrapper .prev,
.scrollable-wrapper .next,
.scrollable-wrapper .prev span,
.scrollable-wrapper .next span {
  position: absolute;
  display: block;
  width: 41px;
  height: 41px;
  font-size: 2em;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
  color: #bf1e2e;
  cursor: pointer;
}

.scrollable-wrapper .prev,
.scrollable-wrapper .next {
  top: 114px;
}

.scrollable-wrapper .disabled {
  visibility: hidden;
}

.scrollable-wrapper .prev span,
.scrollable-wrapper .next span {
  top: 0;
  left: 0;
  background: url(home/sprite_controls.png) 0 0 no-repeat;
  background-size: 101px 41px;
}

.scrollable-wrapper .prev {
  left: -61px;
}

.scrollable-wrapper .next {
  right: -61px;
}

.scrollable-wrapper .next span {
  background-position: 100% 0;
}

.scrollable {
  position: relative;
  margin: 0 -20px;
  height: 260px;
  overflow: hidden;
}

.scrollable .items {
  position: absolute;
  left: 0;
  top: 0;
  width: 999em;
}

.scrollable .item {
  position: relative;
  float: left;
  margin: 26px 0 12px 20px;
  width: 360px;
  height: 222px;
}

.scrollable .item img {
  position: absolute;
  top: -26px;
  left: -20px;
  z-index: 1;
}

/* Fallback text styling */
.scrollable .item .box {
  position: relative;
  z-index: 0;
  margin: 5px;
}

.scrollable .item .box-content {
  padding: 10px;
  height: 180px;
  overflow: hidden;
}

.savings p {
  margin-bottom: 0;
  font: 1.5em/1.4 MarydaleBold;
}

.savings em {
  font-size: 1.43em;
  line-height: 1em;
  font-style: normal;
}

.savings sup {
  font-size: 0.8em;
  vertical-align: top;
}

.savings .source {
  font-size: 1.5em;
}

/* More savings link */
.double-border {
  clear: both;
  width: 400px;
  padding: 10px;
  margin: 0 auto;
  border: double #c9ddef;
  border-width: 4px 0;
  text-align: center;
}

/* 3.2 Various small styles
------------------------------------------------------------------------------*/
/* Clearfix */
.recipients:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

/* Team boxes */
#team {
  width: 100%;
  margin-top: 15px;
}

.team-row {
  width: 100%;
  border: 1px solid transparent;
}

.member {
  margin-bottom: 10px;
}

.member.middle {
  width: 160px;
  height: 229px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.member.left {
  float: left;
}

.member.right {
  float: right;
}

.member h4 {
  font-size: 1.2em;
}

/* Recipents list */
#content .recipients {
  margin-bottom: 10px;
}

.recipients li {
  width: 120px;
  float: left;
  margin: 4px 21px 20px 0;
  font-size: 0.86em;
}

.recipients abbr,
.vcard abbr {
  border-bottom: 0;
}

.box img {
  display: block;
}

/* Sticky box */
.sticky-box {
  margin-top: 2em;
  margin-bottom: 2em;
}

.sticky-box.blue {
  margin-top: 3.6em;
  margin-bottom: 4.25em;
}

.sticky-box .divider {
  position: relative;
  z-index: 1;
}

.sticky-box .box-content {
  z-index: 0;
  margin-top: -17px;
  padding: 12px 0 24px;
  background: transparent;
}

.sticky-box.blue .box-content {
  border-bottom: 2px solid #c9ddef;
  background-color: #f2f7fa;
}

.sticky-box h2 {
  margin: 0 1px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c9ddef;
  font-size: 1.7em;
}

.sticky-box h3 {
  margin-top: 1.2em;
  font-size: 1.14em;
}

.call-to-action {
  padding: 14px 0;
  margin-bottom: -24px;
  text-align: center;
  border-top: 2px solid #c9ddef;
}

/* FAQ list */
.faq-list {
  padding: 8px 30px 0;
}

.faq-list li {
  padding-top: 1px;
  background: url(common/border_list-separator.png) 0 0 repeat-x;
}

.faq-list li:first-child {
  background: none;
}

/* Quotes list */
.quotes li {
  margin-bottom: 2.86em;
}

.quotes .full {
  margin-top: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.quotes .source {
  margin-top: 8px;
  font-size: 1.29em;
}

/* Sample savings table */
table {
  width: 100%;
  margin: 10px 0;
  font-size: 1.14em;
}

td,
th {
  padding-left: 15px;
  text-align: right;
}

td:first-child,
th:first-child {
  padding-left: 0;
  text-align: left;
}

thead th {
  font-family: ProximaNovaBold;
  text-transform: uppercase;
}

tbody {
  color: #2e4ba0;
}

tbody th,
tbody td {
  height: 26px;
  vertical-align: bottom;
}

.blue .samples {
  width: 480px;
  margin: 10px 20px 12px;
}

.samples th:first-child {
  width: 320px;
}

.blue .samples th:first-child {
  width: 280px;
}

.samples .save,
.samples .big-save {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 26px;
}

.samples .save {
  color: #669ed1;
}

.dots {
  background: url(common/bg_dots.png) 0 19px repeat-x;
}

.dots span {
  padding-left: 5px;
  background: #fff;
}

.dots:first-child span {
  padding-left: 0;
  padding-right: 5px;
}

.blue .dots span {
  background: #f2f7fa;
}

/* Finder box */
.finder-box {
  border-right: 0;
  padding-right: 0;
  width: 224px;
}

.finder-box .box-content {
  padding: 20px 0 30px 17px;
  height: 88px;
}

.finder-box input[type="text"] {
  width: 144px;
}

.finder-box .triangle {
  position: absolute;
  top: -1px;
  right: -65px;
  width: 65px;
  height: 152px;
  background: url(common/bg_finder.png) 100% 0 no-repeat;
}

/* Search results */
.results {
  margin-left: -30px;
}

.results li {
  margin-top: 1.43em;
}

.results h4 {
  font-size: 1.14em;
  font-weight: bold;
  color: #bf1e2e;
}

.pagination {
  margin-top: 1.43em;
  margin-left: -30px;
}

.pagination a,
.pagination span {
  float: left;
  padding: 0 7px;
  font-weight: bold;
  line-height: 1em;
  border-left: 1px solid #5c6b95;
}

.pagination a:first-child,
.pagination span:first-child {
  padding-left: 0;
  border-left: 0;
}

.pagination span {
  text-decoration: underline;
}

/* Get a card form modifications */
.card-form .box-content {
  padding: 42px;
  padding-top: 18px;
}

.card-form input[type="text"],
.card-form input[type="email"],
.card-form textarea {
  width: 234px;
}

.card-form .short input[type="text"] {
  width: 90px;
}

.card-form textarea.address {
  height: 48px;
}

/* Card action  */
.action {
  margin-top: 2em;
}

.action .button span {
  padding: 0 25px;
}

/* Card image  */

.field-1,
.field-2 {
  position: absolute;
  z-index: 1;
  left: 330px;
  font-size: 1.35em;
  color: #616163;
}

.field-1 {
  top: 90px;
}

.field-2 {
  top: 125px;
}

/* 4. PRINT
--------------------------------------------------------------------------------
==============================================================================*/
@media print {

  body {
    font: normal normal 12pt/1.5em "Times New Roman", Times, serif;
  }

  ol#accessibility-nav,
  .hide {
    display: none !important;
  }
}
/* 5. ERRORS
--------------------------------------------------------------------------------
==============================================================================*/
.form-error {
  margin-bottom: 14px;
  padding: 8px;
  background: rgba(255, 0, 0, 0.1);
  color: #bf1e2e;
}

.discount-card {
  color: #000;
  width: 100%;
  max-width: 450px;
  margin-bottom: 16px;
  border-radius: 10px;
  border: 2px dashed #1f9da6;
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
  text-align: left;
}

.discount-card__header {
  margin: 12px 12px 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #898989;
}

.discount-card__details {
  margin: 0 16px;
  overflow: hidden;
}

.discount-card__footer {
  margin: 0 12px 12px;
  padding-top: 12px;
  border-top: 1px solid #898989;
  font-size: .8rem;
}

.discount-card__logo {
  width: 5.5rem;
  display: inline-block !important;
  vertical-align: middle;
  max-width: none;
}

.discount-card__title {
  display: inline-block;
  position: relative;
  top: .1rem;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1rem;
}

.discount-card__label, .discount-card__value {
  box-sizing: border-box;
  float: left;
  min-height: 1.4rem;
  margin-bottom: 16px;
  line-height: 1.4rem;
}

.discount-card__label {
  width: 2.8rem;
  padding-right: .5em;
  font-size: 1rem;
  text-align: right;
}

.discount-card__value {
  width: calc(100% - 2.8rem);
  font-size: 1.4rem;
  font-weight: 600;
  word-wrap: break-word;
  color: #000;
  letter-spacing: .05em;
}

.discount-card__cvc {
  font-weight: 600;
  color: #000;
  letter-spacing: .05em;
}

.discount-card__info {
  margin: 4px 0;
}

.discount-card__disclaimer {
  margin: 4px 0;
  font-style: italic;
}
