@charset "UTF-8";/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* line 5, ../../../../vendor/assets/stylesheets/libraries/meyer_reset/reset.css.scss */
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,
b, u, i, center,
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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 22, ../../../../vendor/assets/stylesheets/libraries/meyer_reset/reset.css.scss */
body {
  line-height: 1;
}

/* line 25, ../../../../vendor/assets/stylesheets/libraries/meyer_reset/reset.css.scss */
ol, ul {
  list-style: none;
}

/* line 28, ../../../../vendor/assets/stylesheets/libraries/meyer_reset/reset.css.scss */
blockquote, q {
  quotes: none;
}

/* line 31, ../../../../vendor/assets/stylesheets/libraries/meyer_reset/reset.css.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
/* line 38, ../../../../vendor/assets/stylesheets/libraries/meyer_reset/reset.css.scss */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
/* line 43, ../../../../vendor/assets/stylesheets/libraries/meyer_reset/reset.css.scss */
ins {
  text-decoration: none;
}

/* line 46, ../../../../vendor/assets/stylesheets/libraries/meyer_reset/reset.css.scss */
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 51, ../../../../vendor/assets/stylesheets/libraries/meyer_reset/reset.css.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* version: r3 */
/* line 3, ../../../app/assets/stylesheets/shared/global.css.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 4, ../../../app/assets/stylesheets/shared/global.css.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 5, ../../../app/assets/stylesheets/shared/global.css.scss */
audio:not([controls]) {
  display: none;
}

/* line 6, ../../../app/assets/stylesheets/shared/global.css.scss */
[hidden] {
  display: none;
}

/* line 8, ../../../app/assets/stylesheets/shared/global.css.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 9, ../../../app/assets/stylesheets/shared/global.css.scss */
html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

/* line 10, ../../../app/assets/stylesheets/shared/global.css.scss */
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/* line 12, ../../../app/assets/stylesheets/shared/global.css.scss */
a {
  color: #00e;
}

/* line 13, ../../../app/assets/stylesheets/shared/global.css.scss */
a:visited {
  color: #551a8b;
}

/* line 14, ../../../app/assets/stylesheets/shared/global.css.scss */
a:hover {
  color: #06e;
}

/* line 15, ../../../app/assets/stylesheets/shared/global.css.scss */
a:focus {
  outline: thin dotted;
}

/* line 16, ../../../app/assets/stylesheets/shared/global.css.scss */
a:hover, a:active {
  outline: 0;
}

/* line 17, ../../../app/assets/stylesheets/shared/global.css.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 18, ../../../app/assets/stylesheets/shared/global.css.scss */
b, strong {
  font-weight: bold;
}

/* line 19, ../../../app/assets/stylesheets/shared/global.css.scss */
blockquote {
  margin: 1em 40px;
}

/* line 20, ../../../app/assets/stylesheets/shared/global.css.scss */
dfn {
  font-style: italic;
}

/* line 21, ../../../app/assets/stylesheets/shared/global.css.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 22, ../../../app/assets/stylesheets/shared/global.css.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 23, ../../../app/assets/stylesheets/shared/global.css.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 24, ../../../app/assets/stylesheets/shared/global.css.scss */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 25, ../../../app/assets/stylesheets/shared/global.css.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 27, ../../../app/assets/stylesheets/shared/global.css.scss */
q {
  quotes: none;
}

/* line 28, ../../../app/assets/stylesheets/shared/global.css.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 29, ../../../app/assets/stylesheets/shared/global.css.scss */
small {
  font-size: 85%;
}

/* line 30, ../../../app/assets/stylesheets/shared/global.css.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 31, ../../../app/assets/stylesheets/shared/global.css.scss */
sup {
  top: -0.5em;
}

/* line 32, ../../../app/assets/stylesheets/shared/global.css.scss */
sub {
  bottom: -0.25em;
}

/* line 34, ../../../app/assets/stylesheets/shared/global.css.scss */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 35, ../../../app/assets/stylesheets/shared/global.css.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 36, ../../../app/assets/stylesheets/shared/global.css.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* line 38, ../../../app/assets/stylesheets/shared/global.css.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* line 39, ../../../app/assets/stylesheets/shared/global.css.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 40, ../../../app/assets/stylesheets/shared/global.css.scss */
figure {
  margin: 0;
}

/* line 42, ../../../app/assets/stylesheets/shared/global.css.scss */
form {
  margin: 0;
}

/* line 43, ../../../app/assets/stylesheets/shared/global.css.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 45, ../../../app/assets/stylesheets/shared/global.css.scss */
label {
  cursor: pointer;
}

/* line 46, ../../../app/assets/stylesheets/shared/global.css.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/* line 47, ../../../app/assets/stylesheets/shared/global.css.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 48, ../../../app/assets/stylesheets/shared/global.css.scss */
button, input {
  line-height: normal;
}

/* line 49, ../../../app/assets/stylesheets/shared/global.css.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* line 50, ../../../app/assets/stylesheets/shared/global.css.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/* line 51, ../../../app/assets/stylesheets/shared/global.css.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

/* line 52, ../../../app/assets/stylesheets/shared/global.css.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 53, ../../../app/assets/stylesheets/shared/global.css.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 54, ../../../app/assets/stylesheets/shared/global.css.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 55, ../../../app/assets/stylesheets/shared/global.css.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 57, ../../../app/assets/stylesheets/shared/global.css.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* line 59, ../../../app/assets/stylesheets/shared/global.css.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 60, ../../../app/assets/stylesheets/shared/global.css.scss */
td {
  vertical-align: top;
}

/* line 62, ../../../app/assets/stylesheets/shared/global.css.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* line 64, ../../../app/assets/stylesheets/shared/global.css.scss */
#extole-placeholder-global_header > a:active,
#extole-placeholder-global_header > a:hover {
  color: #309CEC !important;
}

/* line 69, ../../../app/assets/stylesheets/shared/global.css.scss */
#extole-placeholder-global_header > a {
  color: #266986 !important;
}

/* Additional Styles go here - BEG */
/* line 76, ../../../app/assets/stylesheets/shared/global.css.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 81, ../../../app/assets/stylesheets/shared/global.css.scss */
body {
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 11px;
  color: #494949;
}

/* line 87, ../../../app/assets/stylesheets/shared/global.css.scss */
a {
  color: #57a0bd;
}

/* line 91, ../../../app/assets/stylesheets/shared/global.css.scss */
a:active, a:visited {
  color: #57a0bd;
}

/* line 92, ../../../app/assets/stylesheets/shared/global.css.scss */
a:hover {
  color: #309CEC;
}

/* line 94, ../../../app/assets/stylesheets/shared/global.css.scss */
.button_to_link {
  background: none;
  border: none;
  color: #f78f1e;
  font-size: 14px;
}

/* line 101, ../../../app/assets/stylesheets/shared/global.css.scss */
.left {
  float: left;
}

/* line 102, ../../../app/assets/stylesheets/shared/global.css.scss */
.right {
  float: right;
}

/* line 104, ../../../app/assets/stylesheets/shared/global.css.scss */
.orange_button, .small_button, .continue_button, .primary_action_button, .address_links a {
  color: #FFF;
  margin: 0 0 5px;
  padding: 5px 10px;
  border: solid 1px #CCC;
  font-size: 14px;
  line-height: 18px;
  outline: none;
  background: #F78F1E;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}

/* line 122, ../../../app/assets/stylesheets/shared/global.css.scss */
.address_links a:hover, .address_links a:visited, a.orange_button:hover, a.orange_button:visited, a.small_button:hover, a.small_button:visited, a.continue_button:hover, a.continue_button:visited, a.primary_action_button:hover, a.primary_action_button:visited {
  color: #EFEFEF;
}

/* line 126, ../../../app/assets/stylesheets/shared/global.css.scss */
.grey_button {
  color: #FFF;
  margin: 0;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 18px;
  outline: none;
  background: #555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

/* line 140, ../../../app/assets/stylesheets/shared/global.css.scss */
select.fancy {
  background: url(/assets/pages/index/dropDownArrow.png) no-repeat 100% 50%;
  width: 250px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  font-size: 14px;
  padding: 10px;
  resize: none;
}

/* line 160, ../../../app/assets/stylesheets/shared/global.css.scss */
.email_suggestion {
  margin-top: 4px;
  border: 2px solid #a50101;
  background-color: #f9dada;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  margin: 0;
  padding: 5px;
  display: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 175, ../../../app/assets/stylesheets/shared/global.css.scss */
.email_suggestion a.submit_invalid_email {
  display: block;
  font-size: 11px;
  color: #a50101 !important;
  font-weight: bold;
}

/* Additional Styles go here - END */
/* line 184, ../../../app/assets/stylesheets/shared/global.css.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

/* line 185, ../../../app/assets/stylesheets/shared/global.css.scss */
.ir br {
  display: none;
}

/* line 186, ../../../app/assets/stylesheets/shared/global.css.scss */
.hidden, .hide {
  display: none;
  visibility: hidden;
}

/* line 187, ../../../app/assets/stylesheets/shared/global.css.scss */
.fade-out, .faded {
  opacity: 0;
  pointer-events: none;
}

/* line 188, ../../../app/assets/stylesheets/shared/global.css.scss */
.fade-in {
  opacity: 1;
}

/* line 189, ../../../app/assets/stylesheets/shared/global.css.scss */
.fade-out, .fade-in {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

/* line 190, ../../../app/assets/stylesheets/shared/global.css.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 191, ../../../app/assets/stylesheets/shared/global.css.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 192, ../../../app/assets/stylesheets/shared/global.css.scss */
.invisible {
  visibility: hidden;
}

/* line 193, ../../../app/assets/stylesheets/shared/global.css.scss */
.clearfix:before, .clearfix:after, .clear:before, .clear:after {
  content: "";
  display: table;
}

/* line 194, ../../../app/assets/stylesheets/shared/global.css.scss */
.clearfix:after, .clear:after {
  clear: both;
}

/* line 195, ../../../app/assets/stylesheets/shared/global.css.scss */
.clearfix, .clear {
  *zoom: 1;
  display: block;
}

@media print {
  /* line 198, ../../../app/assets/stylesheets/shared/global.css.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 199, ../../../app/assets/stylesheets/shared/global.css.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 200, ../../../app/assets/stylesheets/shared/global.css.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 201, ../../../app/assets/stylesheets/shared/global.css.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 202, ../../../app/assets/stylesheets/shared/global.css.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 203, ../../../app/assets/stylesheets/shared/global.css.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 204, ../../../app/assets/stylesheets/shared/global.css.scss */
  thead {
    display: table-header-group;
  }

  /* line 205, ../../../app/assets/stylesheets/shared/global.css.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 206, ../../../app/assets/stylesheets/shared/global.css.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 208, ../../../app/assets/stylesheets/shared/global.css.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 209, ../../../app/assets/stylesheets/shared/global.css.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/*Flashes and errors*/
/* line 213, ../../../app/assets/stylesheets/shared/global.css.scss */
.flash {
  text-align: center;
}

/* line 217, ../../../app/assets/stylesheets/shared/global.css.scss */
#flashContent {
  font-size: 13px;
  line-height: 45px;
  color: #666666;
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: #EEEEEE;
  font-weight: bold;
}

/* line 227, ../../../app/assets/stylesheets/shared/global.css.scss */
#flashContent #flash_notice {
  color: #FFF;
  background-color: #518BAE;
}

/* line 232, ../../../app/assets/stylesheets/shared/global.css.scss */
#flashContent #flash_ajax_notice {
  color: #FFF;
  background-color: #518BAE;
}

/* line 237, ../../../app/assets/stylesheets/shared/global.css.scss */
#flashContent #flash_success {
  background-color: #518BAE;
  color: #FFFFFF;
}

/* line 242, ../../../app/assets/stylesheets/shared/global.css.scss */
#flashContent #flash_error {
  background-color: #FDFB43;
  color: #000;
}

/* line 247, ../../../app/assets/stylesheets/shared/global.css.scss */
#errorExplanation h2,
#errorExplanation p {
  display: none !important;
}

/* line 252, ../../../app/assets/stylesheets/shared/global.css.scss */
#errorExplanation ul li {
  display: block;
  background-color: #ED441C;
  color: white;
  width: 400px;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 15px;
  list-style-type: none;
  margin-left: 0px;
}

/* line 266, ../../../app/assets/stylesheets/shared/global.css.scss */
#flash_content.errors {
  font-size: 12px;
  font-weight: bold;
  color: #a73316;
  padding: 10px 0;
}

/**********************************************\
  Social Widgets
\**********************************************/
/* line 277, ../../../app/assets/stylesheets/shared/global.css.scss */
#social_widgets {
  position: absolute;
  top: 25px;
  right: -15px;
  width: 330px;
}

/* line 284, ../../../app/assets/stylesheets/shared/global.css.scss */
#social_widgets .tw {
  margin-left: 15px;
}

/* line 288, ../../../app/assets/stylesheets/shared/global.css.scss */
.cookies_disabled {
  background: #FF3300;
  color: #FFF;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  font-size: 16px;
}

/* line 297, ../../../app/assets/stylesheets/shared/global.css.scss */
#special_notification {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 364px;
  height: 33px;
  margin-left: -182px;
  background: url(/assets/page_frame/promo_box.png) no-repeat;
  color: #FFF;
  text-align: center;
  padding-top: 4px;
  font-weight: bold;
  z-index: 10;
}

/* line 313, ../../../app/assets/stylesheets/shared/global.css.scss */
#special_notification a {
  color: #FFF;
}

/**********************************************\
  Top Notification
\**********************************************/
/* line 321, ../../../app/assets/stylesheets/shared/global.css.scss */
.top_notify {
  display: none;
  padding-top: 20px;
}

/* line 326, ../../../app/assets/stylesheets/shared/global.css.scss */
.top_notify .container {
  margin: 0 auto 0;
  padding: 10px;
  width: 962px;
  font-size: 14px;
  text-align: center;
  background: #54a0bd;
  color: #FFF;
}

/* line 336, ../../../app/assets/stylesheets/shared/global.css.scss */
.top_notify .container h2 {
  display: none;
}

/* line 340, ../../../app/assets/stylesheets/shared/global.css.scss */
.top_notify .container span.orange_text, .top_notify .container a, .top_notify .container a:active, .top_notify .container a:visited {
  color: #FFF !important;
  font-weight: bold;
}

/* line 345, ../../../app/assets/stylesheets/shared/global.css.scss */
a.get_started, a.get_started:active, a.get_started:visited {
  color: #FFF !important;
}

/* line 349, ../../../app/assets/stylesheets/shared/global.css.scss */
.referral_link {
  margin: 10px 0;
  width: 275px;
  height: 33px;
  background: url(/assets/pages/index/referral_button.jpg) no-repeat;
  text-indent: -9000px;
  display: block;
}

/* line 358, ../../../app/assets/stylesheets/shared/global.css.scss */
div.activation_resend {
  margin-top: 25px;
}

/* line 362, ../../../app/assets/stylesheets/shared/global.css.scss */
div.activation_resend a {
  font-size: 16px;
}

/**********************************************\
  Direct Login Page Styles
\**********************************************/
/* line 369, ../../../app/assets/stylesheets/shared/global.css.scss */
#login_form_direct {
  background: url(/assets/shared/vertical_divider.jpg) no-repeat 390px 5px;
}

/* line 373, ../../../app/assets/stylesheets/shared/global.css.scss */
#login_form_direct .standard_login {
  width: 470px;
  float: left;
}

/* line 378, ../../../app/assets/stylesheets/shared/global.css.scss */
#login_form_direct .gigya_login {
  width: 330px;
  float: right;
}

/* line 383, ../../../app/assets/stylesheets/shared/global.css.scss */
#login_form_direct h3 {
  color: #888888;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 20px;
}

/* line 391, ../../../app/assets/stylesheets/shared/global.css.scss */
#login_form_direct .gigya_login h3 {
  padding-bottom: 20px;
}

/* Contracted Home Page Additions */
/* line 396, ../../../app/assets/stylesheets/shared/global.css.scss */
.wrapper {
  width: 1024px;
  overflow: hidden;
  min-height: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.2);
}

@font-face {
  font-family: 'brandon_grotesque_regular';
  src: url(/assets/brandon_reg-webfont.eot);
  src: url(/assets/brandon_reg-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/brandon_reg-webfont.woff) format("woff"), url(/assets/brandon_reg-webfont.ttf) format("truetype"), url(/assets/brandon_reg-webfont.svg#brandon_grotesque_regularRg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesquethin';
  src: url(/assets/brandon_thin-webfont.eot);
  src: url(/assets/brandon_thin-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/brandon_thin-webfont.woff) format("woff"), url(/assets/brandon_thin-webfont.ttf) format("truetype"), url(/assets/brandon_thin-webfont.svg#brandon_grotesquethin) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesquemedium';
  src: url(/assets/brandon_med-webfont.eot);
  src: url(/assets/brandon_med-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/brandon_med-webfont.woff) format("woff"), url(/assets/brandon_med-webfont.ttf) format("truetype"), url(/assets/brandon_med-webfont.svg#brandon_grotesquemedium) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesquelight';
  src: url(/assets/brandon_light-webfont.eot);
  src: url(/assets/brandon_light-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/brandon_light-webfont.woff) format("woff"), url(/assets/brandon_light-webfont.ttf) format("truetype"), url(/assets/brandon_light-webfont.svg#brandon_grotesquelight) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 433, ../../../app/assets/stylesheets/shared/global.css.scss */
ul.grid li {
  float: left;
}

/* line 435, ../../../app/assets/stylesheets/shared/global.css.scss */
ul.grid li.ri {
  float: right;
}

/* line 438, ../../../app/assets/stylesheets/shared/global.css.scss */
ul.rm {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 442, ../../../app/assets/stylesheets/shared/global.css.scss */
.wrapper .customer_reviews img.reviews_image {
  width: 1024px;
}

/* line 446, ../../../app/assets/stylesheets/shared/global.css.scss */
.wrapper .customer_reviews img.reviews_image {
  width: 1024px;
}

/* line 449, ../../../app/assets/stylesheets/shared/global.css.scss */
.largeFont {
  font-size: 30px;
}

/* line 452, ../../../app/assets/stylesheets/shared/global.css.scss */
#theColosus {
  width: 500px;
  z-index: 101;
  padding: 3%;
  margin: auto;
  left: 0px;
  right: 0px;
  position: fixed;
  border: 1px solid black;
  text-align: center;
  top: 20%;
  display: none;
  background-color: white;
}
/* line 466, ../../../app/assets/stylesheets/shared/global.css.scss */
#theColosus #boldOfTheColsus {
  font-size: 23px;
}
/* line 469, ../../../app/assets/stylesheets/shared/global.css.scss */
#theColosus #spanofTheColosus, #theColosus .paragraphsOfTheColosus {
  font-size: 17px;
}

/* line 473, ../../../app/assets/stylesheets/shared/global.css.scss */
#shadowOfTheColosus {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

/* line 481, ../../../app/assets/stylesheets/shared/global.css.scss */
#destroyTheColosus {
  background-color: #f68e20;
  color: white;
  width: 150px;
  height: 40px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  margin-top: 30px;
}

/* line 491, ../../../app/assets/stylesheets/shared/global.css.scss */
.showTheColosus {
  font-size: 13px;
}

/* line 494, ../../../app/assets/stylesheets/shared/global.css.scss */
.showTheColosus.large {
  font-size: 24px;
}

/* line 497, ../../../app/assets/stylesheets/shared/global.css.scss */
.newCreditLine {
  color: #666666;
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  background-image: url(/assets/pages/calculator/imei_check/beige_stripe.png);
}

/* line 505, ../../../app/assets/stylesheets/shared/global.css.scss */
.newCreditLine.broken {
  margin: 10px 0 0 -15px;
  width: 100%;
  display: none;
}

/* line 511, ../../../app/assets/stylesheets/shared/global.css.scss */
.conversion_buttons #storeCredit {
  color: #666666;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}
/* line 517, ../../../app/assets/stylesheets/shared/global.css.scss */
.conversion_buttons #storeCreditInfo {
  margin-bottom: 15px;
  text-align: center;
}

/* line 522, ../../../app/assets/stylesheets/shared/global.css.scss */
#animatedStoreCredit, #getMoneyBlock, #superInlineH2 {
  display: none;
}

/* line 525, ../../../app/assets/stylesheets/shared/global.css.scss */
#animatedStoreCredit {
  height: 200px;
  text-align: center;
  position: fixed;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
}

/* line 535, ../../../app/assets/stylesheets/shared/global.css.scss */
#closedCredit {
  width: 150px;
  height: 31px;
  background: #F0E6D2;
  padding: 5px 20px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: -41px;
  transition: 0.5s margin-bottom;
}

/* line 551, ../../../app/assets/stylesheets/shared/global.css.scss */
#closedCredit.open {
  margin-bottom: 0;
}

/* line 554, ../../../app/assets/stylesheets/shared/global.css.scss */
#openCredit {
  max-width: 400px;
  height: 150px;
  margin: auto;
  padding: 25px;
  background-color: #F0E6D2;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-bottom: 0px;
  transition: 1s height, 1s margin-bottom;
}
/* line 566, ../../../app/assets/stylesheets/shared/global.css.scss */
#openCredit .title {
  font-size: 20px;
  font-weight: bold;
}
/* line 570, ../../../app/assets/stylesheets/shared/global.css.scss */
#openCredit .body {
  padding: 30px 20px;
  font-size: 15px;
}

/* line 575, ../../../app/assets/stylesheets/shared/global.css.scss */
#openCredit.slide-out {
  height: 0px;
  margin-bottom: -50px;
}

/* line 579, ../../../app/assets/stylesheets/shared/global.css.scss */
#closeAnimatedCredit {
  position: absolute;
  right: 14px;
  top: 5px;
  font-size: 25px;
  cursor: pointer;
}

/* line 586, ../../../app/assets/stylesheets/shared/global.css.scss */
#closeAnimatedCredit:hover {
  font-size: 30px;
  right: 12px;
  top: 2px;
}
/* line 1, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.optimizer_content_inactive {
  display: none;
}

/* line 5, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.vertical_list .row_start {
  clear: left;
}

/* line 9, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.vertical_list li {
  float: left;
}

/* line 13, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.vertical_center_outer {
  display: table;
  #position: relative;
  overflow: hidden;
}

/* line 14, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.vertical_center_middle {
  #position: absolute;
  #top: 50%;
  display: table-cell;
  vertical-align: middle;
}

/* line 15, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.vertical_center_inner {
  #position: relative;
  #top: -50%;
}

/* line 17, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.flash {
  text-align: center;
}

/* line 21, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#flashContent {
  font-size: 13px;
  line-height: 45px;
  color: #666666;
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: #EEEEEE;
  font-weight: bold;
}

/* line 31, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#flashContent #flash_notice {
  color: #FFF;
  background-color: #518BAE;
}

/* line 36, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#flashContent #flash_success {
  background-color: #518BAE;
  color: #FFFFFF;
}

/* line 41, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#flashContent #flash_error {
  background-color: #FDFB43;
  color: #000;
}

/* ======== buttons, lots of buttons ======== */
/* line 48, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.shipping_options .small_button {
  margin-left: 140px;
}

/* line 52, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
a.intra_omnilogin_link.small_button,
.omnilogin_content a.small_button {
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  width: 135px;
}

/* line 60, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.small_button.peripheral_action {
  background: url(/assets/shared/buttons/med_grey_bg.png) repeat-x 0px 0px;
}

/* line 64, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.peripheral_button {
  background: url(/assets/shared/buttons/med_blue_bg.png) repeat-x;
  line-height: 20px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: block;
  font-size: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 80, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.main_button {
  height: 30px;
  line-height: 30px;
  background: url(/assets/shared/buttons/main_orange_bg.png) repeat-x;
  color: white;
  text-shadow: 1px 1px 0px #444444;
  text-decoration: none;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.4);
  border: 0px;
  cursor: pointer;
}

/* line 100, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.secondary_action_button {
  background-color: #FA8600;
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid white;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  font-size: 9px;
}

/* ======== no more buttons ========= */
/* line 119, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.page_headline {
  margin: 15px auto 15px;
  width: 894px;
  background: #FFFFFF url(/assets/shared/progress_indicator/heading_bg.png) repeat-x;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  text-decoration: none;
  border: none;
  font-weight: normal;
  color: #999999;
  padding-left: 10px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 2;
  position: relative;
  border: 1px solid #DDDDDD;
}

/* line 139, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .form_line {
  margin-bottom: 15px;
}

/* line 143, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .text_field label,
.standard_form .radio_buttons label,
.standard_form .checkbox label,
.standard_form .dropdown label,
.standard_form .text_area {
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}

/* line 154, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .radio_buttons label.inline {
  display: inline;
  font-weight: normal;
}

/* line 158, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .form_line.radio_buttons input {
  width: 15px;
}

/* line 161, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .item_display {
  color: #666666;
}

/* line 165, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .annotation {
  display: block;
  font-size: 10px;
  font-style: italic;
  color: #999999;
  margin-top: 5px;
  margin-left: 10px;
}

/*.standard_form .dropdown select {
  font-size: 13px;
  line-height: 28px;
  padding: 2px;
  position: relative;
  top: 5px;
  width: 234px;
}*/
/* line 183, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .text_field input {
  display: block;
  line-height: 20px;
  height: 20px;
  font-size: 16px;
  font-weight: normal;
  padding: 2px;
  margin: 2px;
  border: 1px solid #DDDDDD;
  padding: 10px;
}

/* line 194, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .text_field input[type=hidden] {
  display: none;
}

/* line 198, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .text_field .fieldWithErrors input {
  -moz-box-shadow: 3px 3px 2px rgba(255, 0, 0, 0.6);
  -webkit-box-shadow: 3px 3px 2px rgba(255, 0, 0, 0.6);
}

/* line 203, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .text_field input[type=text]:focus,
.standard_form .text_field input[type=password]:focus {
  border: 1px solid #309CEC;
}

/* line 208, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .text_area textarea {
  display: block;
  width: 318px;
  height: 100px;
  line-height: 15px;
  height: 105px;
  font-size: 12px;
  font-weight: normal;
  padding: 15px;
  border: 1px solid #DDDDDD;
  font-family: verdana, arial, sans-serif;
}

/* line 221, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .check_box {
  overflow: hidden;
}

/* line 225, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .check_box input {
  float: left;
  width: 30px !important;
}

/* line 230, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .check_box label {
  float: left;
  width: 555px;
}

/* line 235, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .check_box span {
  line-height: 15px;
  font-size: 12px;
  display: block;
  color: #666666;
}

/* line 242, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .check_box .secondary {
  font-size: 10px;
  color: #BBBBBB;
}

/* line 247, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form a {
  color: #57A0BD;
  line-height: 15px;
  font-size: 10px;
}

/* line 253, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .form_line input {
  width: 313px;
}

/* line 257, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#account_activation .activation .form_line input {
  width: 400px;
}

/* line 261, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .form_element {
  float: left;
  margin-bottom: 15px;
}

/* line 266, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .address_form_content {
  width: 460px;
  overflow: hidden;
  margin-bottom: 15px;
}

/* line 272, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .address_form_content .full_width,
.standard_form .address_form_content .full_width select {
  width: 432px;
}

/* line 277, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .address_form_content .full_width input {
  width: 422px;
}

/* line 281, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .address_form_content .half_width,
.standard_form .address_form_content .half_width select {
  width: 208px;
}

/* line 286, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .address_form_content .half_width input {
  width: 198px;
}

/* line 291, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .half_width.left {
  margin-right: 15px;
  clear: left;
}

/* line 296, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .address_form_content .third_width {
  width: 105px;
}

/* line 300, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .address_form_content .third_width input {
  width: 90px;
}

/* line 304, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .address_form_content .third_width.state {
  width: 180px;
}

/* line 308, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .address_form_content .third_width select {
  width: 180px;
}

/* line 312, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .address_form_content .third_width.middle {
  margin-right: 15px;
}

/* line 316, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .address_form_content .third_width.left {
  margin-right: 15px;
  clear: left;
}

/* line 321, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .clear {
  clear: left;
}

/* line 325, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .opt_ins {
  font-size: 12px;
  color: #666666;
  line-height: 15px;
  margin-right: 50px;
  padding-bottom: 15px;
}

/* line 333, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .opt_ins a {
  font-size: 12px;
}

/* line 337, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.standard_form .forgot_links {
  padding-top: 5px;
}

/* line 341, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.omnilogin_content {
  width: 800px;
  margin: 20px auto 0;
  /*margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;*/
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border: 1px solid #DDDDDD;
  padding: 15px;
}

/* line 355, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.omnilogin_content a.inline {
  font-size: 13px;
}

/* line 359, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.omnilogin_content .resend_error {
  color: #FF3333;
  font-weight: bold;
}

/* line 364, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.omnilogin_content .resend_error span.email {
  color: #888888;
}

/* line 368, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.omnilogin_content .invalid_field label {
  color: #ED441C;
}

/* line 372, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.omnilogin_content .invalid_field .formError {
  color: #ED441C;
  font-size: 11px;
}

/* line 377, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.omnilogin_content p {
  font-size: 12px;
  margin: 5px;
  color: #666666;
  line-height: 20px;
}

/* line 384, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.your-email {
  width: 95px;
  float: left;
  color: #888888;
  font-size: 14px;
  line-height: 20px;
}

/* line 391, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.email-whoops {
  float: left;
  color: #888888;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 15px;
}

/* line 399, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.email-whoops strong {
  display: block;
}

/* line 403, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.email-whoops a {
  display: block;
  line-height: 16px;
  font-size: 11px;
}

/* line 409, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.tooltip {
  display: none;
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 9999;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  max-height: 400px;
  overflow: auto;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 428, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.tooltip .annotated_tooltip_images {
  overflow: hidden;
  height: 151px;
}

/* line 433, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.tooltip .annotated_tooltip_images .annotated_tooltip_image {
  width: 246px;
  height: 151px;
  float: left;
  overflow: hidden;
  position: relative;
}

/* line 441, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.tooltip .annotated_tooltip_images .annotated_tooltip_image img {
  float: left;
  display: block;
}

/* line 446, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.tooltip .annotated_tooltip_images .annotated_tooltip_image span {
  font-size: 10px;
  color: #666666;
  float: left;
  display: block;
  width: 90px;
  height: 50px;
  line-height: 15px;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding-right: 5px;
}

/* line 461, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#errorExplanation h2,
#errorExplanation p {
  display: none !important;
}

/* line 466, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#errorExplanation ul li {
  display: block;
  background-color: #ED441C;
  color: white;
  width: 400px;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 15px;
  list-style-type: none;
  margin-left: 0px;
}

/* line 480, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#masquerade_notice {
  width: 100%;
  text-align: center;
  border: 1px solid #333;
  background-color: #FE313B;
  padding: 10px;
  color: #020;
  margin-bottom: 5px;
  margin-top: 5px;
  display: none;
}

/* line 492, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.overlay_header {
  background: #FFFFFF url(/assets/shared/progress_indicator/heading_bg.png) repeat-x;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  text-decoration: none;
  border: none;
  font-family: verdana, arial, sans-serif;
  font-weight: normal;
  color: #999999;
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  z-index: 2;
  position: relative;
  margin-top: 2px;
  padding-left: 15px;
  margin-bottom: 15px;
}

/* line 511, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#feedback_link {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 9997;
  width: 41px;
  height: 110px;
  text-indent: 1000px;
  background: url(/assets/page_frame/feedback/feedback_btn.png) no-repeat;
}

/* line 521, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
p.required_notice {
  position: relative;
  width: 330px;
}

/* line 525, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
p.required_notice span {
  position: absolute;
  right: 0px;
}

/* line 530, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.static_certs {
  margin-top: 15px;
  margin-left: 20px;
}

/* line 535, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.static_certs a {
  display: block;
  float: left;
  margin-right: 15px;
}

/* line 541, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.emergency_notice {
  background-color: #C3E0EE;
  margin-top: 5px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 8px 15px;
  color: #666666;
  font-size: 11px !important;
  line-height: 15px !important;
}

/* line 553, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.emergency_notice p {
  margin: 0px !important;
  padding: 0px !important;
  font-size: 11px !important;
  line-height: 15px !important;
}

/* line 560, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
.feedback_content .emergency_notice {
  margin-left: 0px;
  margin-right: 100px;
}

/* Generic fuzzy-gray content box */
/* line 567, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#bigraybox {
  /*float: left;*/
  /*-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);*/
  margin: 0 0 25px 0;
  overflow: hidden;
  /*border: 1px solid #DDDDDD;*/
  padding: 20px 60px;
}

/* line 578, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#bigraybox h2 {
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 22px;
  color: #888888;
}

/* line 585, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#bigraybox h4 {
  line-height: 18px;
  margin-bottom: 15px;
  font-size: 15px;
}

/* line 591, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#bigraybox p {
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 15px;
  color: #666;
}

/* line 598, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#bigraybox a {
  color: #309CEC;
}

/**********************************************\
  Category List
\**********************************************/
/* line 605, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#category_grid {
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

/* line 611, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#category_grid h3 {
  color: #888;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 3px;
}

/* line 619, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#category_grid .grid_list {
  margin: 5px 0 15px 3px;
  overflow: hidden;
}

/* line 624, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#category_grid .grid_list li {
  width: 145px;
  margin-bottom: 9px;
  background: url(/assets/pages/index/category_arrow.gif) no-repeat center left;
  padding-left: 12px;
}

/* line 631, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#category_grid .grid_list li a {
  color: #338CB3;
  text-decoration: none;
}

/* line 636, ../../../app/assets/stylesheets/shared/old_globals.css.scss */
#fetchBackFrame {
  border: 0;
}
/* line 1, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#above_footer_wrapper {
  background-color: #FFF;
  position: relative;
  /*background: image-url("/images/page_frame/vertical_bg.png") repeat-y center;*/
}

/* line 7, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#body_container {
  background: #FFF;
  width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: auto;
}

/* line 16, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#body_container.full_width_body.index_content {
  overflow: auto;
}

/* line 20, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#no_script_warning {
  background-color: #F66;
  text-align: center;
  color: white;
  font-size: 14px;
  border-top: 3px solid gray;
  border-bottom: 3px solid gray;
  line-height: 24px;
  height: 24px;
}

/* line 31, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#no_script_warning a {
  color: white;
}

/* line 35, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
.category_dropdown_list li {
  float: left;
  width: 150px;
  font-size: 12px;
  line-height: 15px;
}

/* line 42, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#browse_category_dropdown {
  display: none;
  position: absolute;
  width: 510px;
  background-color: white;
  z-index: 20;
  border: 4px solid #888888;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 10px 10px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 10px 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 10px 10px 20px;
}

/* line 54, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#browse_category_dropdown h3 {
  color: white;
  background-color: #F38A2F;
  font-weight: normal;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
  padding-left: 20px;
}

/* line 65, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#browse_category_dropdown .category_dropdown_list {
  margin: 14px 17px 25px 25px;
  overflow: hidden;
}

/* line 70, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#browse_category_dropdown .category_dropdown_list li {
  width: 145px;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 11px;
  background: url(/assets/pages/index/category_arrow.gif) no-repeat center left;
  padding-left: 10px;
}

/* line 79, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#browse_category_dropdown .category_dropdown_list li a {
  color: #666666;
}

/* line 84, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#browse_category_dropdown a.simplified_link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
}

/* line 92, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
.page_clear {
  clear: both;
}

/* line 96, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
.full_width_container {
  margin-left: -30px;
  margin-right: -30px;
}

/* line 101, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#header_container {
  width: 1024px;
  margin: 0 auto;
  z-index: 5;
  position: relative;
}

/* line 108, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
.connect_item .FBConnectButton_Simple {
  background-image: url(/assets/shared/icons/facebook_large.png);
  width: 36px;
  height: 39px;
}

/* line 114, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#cert_footer_frame {
  background-color: #FAFAFA;
  width: 304px;
  left: 15px;
  top: 1px;
}

/**********************************************\
  How It Works
\**********************************************/
/* line 124, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#how_it_works_link_overlay, #how_it_works_block_link_overlay {
  background-color: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: helvetica, arial, sans-serif;
}

/* line 132, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#how_it_works_link_overlay.overlay, #how_it_works_block_link_overlay.overlay {
  min-width: 540px;
  width: 540px;
  margin-left: 27%;
  margin-right: 15%;
}

/* line 139, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#how_it_works_link_overlay .contentWrap, #how_it_works_block_link_overlay .contentWrap {
  padding: 0px;
  min-height: 200px;
}

/* line 144, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#how_it_works_link_overlay h1, #how_it_works_block_link_overlay h1 {
  margin-left: 0px;
  padding-left: 30px;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  background-color: #FF8A00;
  background-image: none;
  color: white;
  line-height: 45px;
  font-size: 20px;
  font-family: helvetica, arial, sans-serif;
  font-weight: normal;
}

/* line 161, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#how_it_works_link_overlay ul li, #how_it_works_block_link_overlay ul li {
  display: block;
  padding: 0 120px 6px 0px;
  font-size: 14px;
  margin: 0 0 20px 0;
  line-height: 25px;
  list-style-type: none;
}

/* line 170, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
.gadget {
  background: url(/assets/pages/index/how_it_works/how_it_works_desktop.png) no-repeat top right;
}

/* line 174, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
.ship_it {
  background: url(/assets/pages/index/how_it_works/how_it_works_box.png) no-repeat top right;
}

/* line 178, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
.payment {
  background: url(/assets/pages/index/how_it_works/how_it_works_bag.png) no-repeat top right;
}

/* line 182, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#how_it_works_link_overlay ul, #how_it_works_block_link_overlay ul {
  margin: 45px 75px 20px 40px;
  color: #888;
}

/* line 187, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#how_it_works_link_overlay h2, #how_it_works_block_link_overlay h2 {
  font-size: 23px;
  color: #959595;
}

/* line 192, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#how_it_works_link_overlay .do_it p, #how_it_works_block_link_overlay .do_it p {
  font-size: 18px;
  line-height: 25px;
  color: #b8b8b8;
}

/* line 198, ../../../app/assets/stylesheets/shared/page_frame.css.scss */
#how_it_works_link_overlay p.more, #how_it_works_block_link_overlay p.more {
  text-align: right;
  margin-right: 60px;
  margin-bottom: 25px;
}

/**********************************************\
  HEADER
\**********************************************/
/* line 5, ../../../app/assets/stylesheets/shared/header.css.scss */
#header_bar {
  background: #FFF;
}

/* line 9, ../../../app/assets/stylesheets/shared/header.css.scss */
#header_content {
  position: relative;
  margin: 0 auto;
  width: 964px;
  height: 89px;
  z-index: 3;
  font-weight: bold;
}

/* line 18, ../../../app/assets/stylesheets/shared/header.css.scss */
#header_content .logo {
  float: left;
  width: 125px;
  height: 89px;
  background: transparent;
}

/* line 25, ../../../app/assets/stylesheets/shared/header.css.scss */
#header_content .logo a {
  display: block;
  margin-top: 4px;
  width: 125px;
  height: 85px;
  background: url(/assets/logo.svg) no-repeat;
  background-size: 125px auto;
  text-indent: -9000px;
}

/* line 35, ../../../app/assets/stylesheets/shared/header.css.scss */
.no-svg #header_content .logo a {
  background-image: url(/assets/logo.png);
}

/* line 39, ../../../app/assets/stylesheets/shared/header.css.scss */
#header_content .logo img {
  margin: 0px;
}

/* line 43, ../../../app/assets/stylesheets/shared/header.css.scss */
#header_content #info_menu {
  position: absolute;
  top: 60px;
  right: 0px;
  line-height: 20px;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  color: #737272;
}

/* line 54, ../../../app/assets/stylesheets/shared/header.css.scss */
#header_content a {
  color: #266986;
  text-decoration: none;
}

/* line 59, ../../../app/assets/stylesheets/shared/header.css.scss */
#header_content a:hover {
  color: #309CEC;
  text-decoration: none;
}

/**********************************************\
  Product Nav Bar
\**********************************************/
/* line 67, ../../../app/assets/stylesheets/shared/header.css.scss */
#product_nav {
  overflow: visible;
}

/* line 71, ../../../app/assets/stylesheets/shared/header.css.scss */
#product_nav > ul > li {
  margin: 0;
  float: left;
  position: relative;
}

/* line 77, ../../../app/assets/stylesheets/shared/header.css.scss */
#product_nav > ul > li:first-child span {
  padding-left: 0;
}

/* line 79, ../../../app/assets/stylesheets/shared/header.css.scss */
#product_nav > ul > li > a > span {
  display: block;
  padding: 1px 7px;
}

/* line 84, ../../../app/assets/stylesheets/shared/header.css.scss */
#product_nav > ul > li.fir > span {
  padding-left: 0;
}

/* line 85, ../../../app/assets/stylesheets/shared/header.css.scss */
#product_nav > ul > li.las > span {
  border-right: 0;
}

/* Second Tier Drop Down */
/* line 88, ../../../app/assets/stylesheets/shared/header.css.scss */
#product_nav > ul > li > a:hover ul {
  display: block;
}

/* line 92, ../../../app/assets/stylesheets/shared/header.css.scss */
#product_nav > ul > li ul {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 22px;
  background: #FFF;
  border: 1px solid #CCC;
  border-top: 0;
  min-width: 120px;
}

/* line 104, ../../../app/assets/stylesheets/shared/header.css.scss */
#product_nav > ul > li ul li a {
  padding: 5px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #808080;
  cursor: pointer;
}

/* line 113, ../../../app/assets/stylesheets/shared/header.css.scss */
#product_nav > ul > li ul li a:hover {
  background: #EFEFEF;
}

/* Checkout Cart Stuff */
/* line 118, ../../../app/assets/stylesheets/shared/header.css.scss */
#product_nav > ul > li.checkout_area {
  float: right;
  min-width: 250px;
  text-align: right;
}

/* line 124, ../../../app/assets/stylesheets/shared/header.css.scss */
#product_nav > ul > li.checkout_area .cart {
  padding-top: 6px;
  border-left: 1px solid #CCC;
  height: 25px;
  padding-left: 10px;
  padding-right: 20px;
  background: url(/assets/page_frame/checkout_arrow.png) 100% 50% no-repeat;
}

/* line 133, ../../../app/assets/stylesheets/shared/header.css.scss */
#product_nav > ul > li.checkout_area .cart a, #product_nav > ul > li.checkout_area .cart a:hover {
  color: #4c4c4c;
}

/**********************************************\
  Floating Box
\**********************************************/
/* line 141, ../../../app/assets/stylesheets/shared/header.css.scss */
#floatingBox {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: #FFF;
  border: 1px solid #CCC;
  -moz-box-shadow: 2px 2px 3px #ccc;
  -webkit-box-shadow: 2px 2px 3px #ccc;
  box-shadow: 2px 2px 3px #ccc;
}

/* line 155, ../../../app/assets/stylesheets/shared/header.css.scss */
#layover {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}

/* line 162, ../../../app/assets/stylesheets/shared/header.css.scss */
#floatingBox form {
  display: block;
  padding: 10px;
  font-size: 12px;
}

/* line 168, ../../../app/assets/stylesheets/shared/header.css.scss */
#floatingBox form label {
  display: block;
}

/* line 172, ../../../app/assets/stylesheets/shared/header.css.scss */
#floatingBox form input[type="text"], #floatingBox form input[type="password"] {
  display: block;
  width: 220px;
  margin-top: 3px;
  margin-bottom: 10px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 5px;
  -moz-box-shadow: 2px 2px 3px #ccc;
  -webkit-box-shadow: 2px 2px 3px #ccc;
  box-shadow: 2px 2px 3px #ccc;
}

/* line 185, ../../../app/assets/stylesheets/shared/header.css.scss */
#floatingBox form input[type="submit"] {
  float: right;
}

/* line 189, ../../../app/assets/stylesheets/shared/header.css.scss */
#floatingBox .instructions {
  margin-bottom: 10px;
  line-height: 14px;
}

/**********************************************\
  Inline Cart List
\**********************************************/
/* line 197, ../../../app/assets/stylesheets/shared/header.css.scss */
#activity_feed {
  display: none;
}

/* line 201, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 250px;
  background-color: white;
  border: 1px solid #CCC;
  -moz-box-shadow: -2px 2px 2px #ccc;
  -webkit-box-shadow: -2px 2px 2px #ccc;
  box-shadow: -2px 2px 2px #ccc;
}

/* line 214, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container ul {
  margin: 0;
  padding: 0;
}

/* line 219, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container ul li {
  clear: both;
  margin: 0;
  padding: 10px;
  height: 60px;
}

/* line 226, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container .product_image_area {
  float: left;
  width: 62px;
  margin: 0 10px 0 0;
}

/* line 232, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container .bonus_image_area {
  float: left;
  width: 62px;
  margin: 0 10px 0 0;
}

/* line 238, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container .offer_details, #inline_cart_container .bonus_details {
  float: left;
  width: 160px;
}

/* line 243, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container .offer_details .product_note, #inline_cart_container .offer_details .product_value span {
  color: orange;
}

/* line 247, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container .offer_details .product_value span {
  font-weight: bold;
}

/* line 251, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container ul li .product_image {
  float: left;
  width: 60px;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #CCC;
}

/* line 259, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container ul li .product_image img {
  max-width: 65%;
  max-height: 65%;
}

/* line 264, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container ul li .bonus_image {
  float: left;
  width: 60px;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #CCC;
}

/* line 272, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container ul li .bonus_image img {
  width: 50px;
  height: 40px;
}

/* line 277, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container .product_image_area a.remove_link {
  text-align: center;
  padding-top: 5px;
  display: block;
}

/* line 283, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container ul li .product_name {
  font-weight: bold;
}

/* line 287, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container ul li .bonus_name {
  font-weight: bold;
  width: 164px;
}

/* line 292, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container div.total {
  clear: both;
  margin-top: 10px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px 15px;
  font-size: 18px;
  color: #333;
  text-align: right;
}

/* line 302, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container .store_credit.total {
  margin-top: 0px;
  border-top: none;
  padding-right: 0;
}

/* line 308, ../../../app/assets/stylesheets/shared/header.css.scss */
.value_display {
  font-weight: bold;
  padding-left: 5px;
}

/* line 313, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container a.primary_action_button {
  display: none;
  width: 200px;
  margin: 10px 15px 10px 0;
  text-align: center;
  float: right;
  width: 120px;
}

/* line 322, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container a.activity_replacement {
  display: block;
}

/* line 326, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container > .submit_activity_indicator {
  display: none;
}

/* line 330, ../../../app/assets/stylesheets/shared/header.css.scss */
#inline_cart_container .checkout_link {
  font-size: 12px;
  line-height: 18px;
  padding: 6px;
  float: right;
}

/**********************************************\
  Gigya Styles
\**********************************************/
/* line 340, ../../../app/assets/stylesheets/shared/header.css.scss */
.login .or_banner {
  text-align: center;
  padding: 20px 0;
}

/* line 345, ../../../app/assets/stylesheets/shared/header.css.scss */
.login .gigya_area p {
  padding-bottom: 5px;
  margin: 0;
}

/* line 350, ../../../app/assets/stylesheets/shared/header.css.scss */
.login .gigya_area .gigya {
  margin: 0 auto;
}

/* line 354, ../../../app/assets/stylesheets/shared/header.css.scss */
#floatingBox.login a.forgot {
  float: right;
  font-size: 11px;
}

/* line 359, ../../../app/assets/stylesheets/shared/header.css.scss */
#gigya_login_spot {
  font-weight: normal;
  font-size: 14px;
  display: inline-table;
}

/* line 365, ../../../app/assets/stylesheets/shared/header.css.scss */
#gigya_login_spot img {
  width: 25px;
  height: 25px;
}

/* line 370, ../../../app/assets/stylesheets/shared/header.css.scss */
#gigya_login_spot span {
  padding-left: 4px;
  display: table-cell;
  vertical-align: middle;
}

/* New Header */
/* Fix for last element in product nav */
/* line 378, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .main__nav #product_nav > ul > li:nth-last-child(2)::after {
  color: #f6f2e4;
}

/* Contracted Header Styles */
/* line 383, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container header {
  position: relative;
  height: 150px;
}

/* line 386, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container h1 {
  margin: 0;
  padding: 0;
}

/* line 389, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container a.logo {
  position: absolute;
  top: 20px;
  left: 34px;
  display: block;
  width: 135px;
  height: 90px;
  background: url(/assets/contracted/logo.svg) no-repeat;
  background-size: 135px 90px;
}

/* line 398, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container a.logo img {
  display: none;
}

/* line 400, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .main__nav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

/* line 405, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .main__nav .top__tabs {
  padding-left: 377px;
  height: 38px;
}

/* line 408, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .main__nav .top__tabs a {
  display: block;
  padding: 0 15px;
  height: inherit;
  font-family: brandon_grotesquemedium;
  font-size: 18px;
  font-weight: 500;
  color: #09426a;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 38px;
}

/* line 419, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .main__nav .top__tabs a.active {
  background: #f6f2e4;
}

/* line 421, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .main__nav .primary__navigation {
  background: #f6f2e4;
  height: 27px;
  padding-left: 184px;
}

/* line 425, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .main__nav .primary__navigation > ul {
  padding-top: 5px;
  padding-bottom: 2px;
}

/* line 428, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .main__nav .primary__navigation > ul > li {
  height: 22px;
  padding: 0;
}

/* line 431, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .main__nav .primary__navigation > ul > li:after {
  font-size: 8px;
  padding: 0 6px;
  content: "▪";
  color: #f7942b;
}

/* line 436, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .main__nav .primary__navigation li:last-child:after {
  content: "";
}

/* line 438, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .main__nav .primary__navigation a {
  font-family: brandon_grotesquelight;
  font-size: 15px;
  text-transform: uppercase;
  color: #09426A;
  text-decoration: none;
}

/* line 444, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .cart {
  /*margin: 4px 15px 0 0;*/
}

/* line 446, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .cart i, .header__container .cart span {
  display: block;
  float: left;
  height: 22px;
}

/* line 450, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .cart .pkg_icon {
  display: block;
  margin: 5px;
  width: 35px;
  height: 22px;
  background: url(/assets/contracted/package.svg) no-repeat;
  background-size: 35px 22px;
}

/* line 457, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .cart span.box_count {
  display: inline;
  padding: 0 3px;
  font-family: brandon_grotesquemedium, sans-serif;
  background: #0c426a;
  color: #fff;
}

/* line 463, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .cart i.fa-caret-down {
  padding: 5px;
  font-size: 20px;
  color: #f68e20;
}

/* line 467, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .top__right {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 12px 20px 0 0;
}

/* line 472, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .top__right .profile__area .profile__inner {
  color: #0c426a;
}

/* line 474, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .top__right .profile__area .profile__inner img {
  width: 34px;
  height: auto;
  border: 1px solid #0c426a;
}

/* line 478, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .top__right .profile__area span,
.header__container .top__right .profile__area a {
  color: #747573;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  margin-right: 1px;
  margin-left: 1px;
}

/* line 486, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .top__right .profile__area a:hover {
  text-decoration: underline;
}

/* line 488, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .top__right .profile__area p {
  display: inline;
  font-size: 12px;
  line-height: normal;
  margin: 0 0 0 15px;
  color: #747573;
}

/* line 494, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .top__right .profile__area p strong {
  color: #687593;
}

/* line 496, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .top__right nav ul {
  margin-top: 11px;
  float: right;
}

/* line 499, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .top__right nav span {
  display: block;
  padding-left: 15px;
  font-size: 12px;
  font-family: Helvetica, sans-serif;
  color: #00a6b5;
}

/* line 505, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .promo {
  margin: 0 auto;
  width: 1000px;
  border: 2px solid #d4e6ea;
  border-top: 0;
}

/* line 510, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .promo p {
  margin: 0;
  padding: 5px;
}

/* line 513, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .promo p i {
  color: #0c426a;
  margin-right: 5px;
}

/* line 516, ../../../app/assets/stylesheets/shared/header.css.scss */
.header__container .promo p a {
  color: #00a6b5;
}

/* line 519, ../../../app/assets/stylesheets/shared/header.css.scss */
#how_it_works_link_overlay h1 {
  margin: 0;
  margin-bottom: 30px;
}

/* line 524, ../../../app/assets/stylesheets/shared/header.css.scss */
#how_it_works_link_overlay h2 {
  line-height: 25px;
  text-transform: none;
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  margin: 0;
}

/* line 532, ../../../app/assets/stylesheets/shared/header.css.scss */
#how_it_works_link_overlay p {
  margin: 0;
}

/* line 536, ../../../app/assets/stylesheets/shared/header.css.scss */
#how_it_works_link_overlay ul#how_to {
  margin-left: 40px;
  padding-left: 40px;
}

/* line 540, ../../../app/assets/stylesheets/shared/header.css.scss */
.oldH3 {
  font-size: 36px !important;
  margin: 0 10px -20px 0px !important;
  display: inline-block !important;
}

/* line 545, ../../../app/assets/stylesheets/shared/header.css.scss */
.oldH2 {
  margin-bottom: 15px !important;
}

/* line 548, ../../../app/assets/stylesheets/shared/header.css.scss */
#wideHr {
  width: 95%;
}

/* line 551, ../../../app/assets/stylesheets/shared/header.css.scss */
.updateH3FontSize {
  font-size: 45px !important;
  margin: 0 10px -10px 50px !important;
}

/* line 555, ../../../app/assets/stylesheets/shared/header.css.scss */
.updateH2FontSize {
  font-size: 16px !important;
  margin-top: 15px !important;
}

/* line 559, ../../../app/assets/stylesheets/shared/header.css.scss */
.inline-block {
  display: inline-block !important;
}

/* line 562, ../../../app/assets/stylesheets/shared/header.css.scss */
.noPadding {
  padding: 0 !important;
}

/* line 565, ../../../app/assets/stylesheets/shared/header.css.scss */
.mar-top {
  margin-top: 15px !important;
}
/* line 1, ../../../app/assets/stylesheets/shared/footer.css.scss */
#footer_container {
  background-color: #FFF;
  color: #737271;
  clear: both;
  width: 1024px;
  margin: 100px auto 0;
}

/* line 9, ../../../app/assets/stylesheets/shared/footer.css.scss */
#footer_content {
  width: 964px;
  margin: 0 auto;
  padding: 0 0 30px;
  position: relative;
}

/* Footer Bar */
/* line 17, ../../../app/assets/stylesheets/shared/footer.css.scss */
#footer_bar {
  background: url(/assets/page_frame/header/lower_nav.png) repeat-x;
  height: 25px;
}

/* line 22, ../../../app/assets/stylesheets/shared/footer.css.scss */
#footer_bar_contents {
  width: 350px;
  margin: 0 auto;
  color: white;
  line-height: 25px;
  height: 25px;
  color: #777777;
  font-size: 11px;
  overflow: hidden;
  text-align: center;
}

/* line 34, ../../../app/assets/stylesheets/shared/footer.css.scss */
#footer_bar_contents a {
  color: #808080;
  text-decoration: none;
  line-height: 25px;
}

/* line 40, ../../../app/assets/stylesheets/shared/footer.css.scss */
#footer_content .footer_item {
  float: left;
  width: 170px;
  margin-right: 60px;
  min-height: 150px;
}

/* line 47, ../../../app/assets/stylesheets/shared/footer.css.scss */
#footer_content .footer_item.reviews {
  margin-right: 20px;
}

/* line 51, ../../../app/assets/stylesheets/shared/footer.css.scss */
#footer_content .footer_item.connect_with_us {
  margin-right: 0;
  width: 310px;
}

/* line 56, ../../../app/assets/stylesheets/shared/footer.css.scss */
#footer_content .footer_item h5 {
  font-size: 11px;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  line-height: 17px;
  border-bottom: 1px solid #808080;
  padding-top: 15px;
  margin: 0;
}

/* line 66, ../../../app/assets/stylesheets/shared/footer.css.scss */
#footer_content .footer_item a {
  font-size: 11px;
}

/* line 70, ../../../app/assets/stylesheets/shared/footer.css.scss */
#footer_content .inner_text {
  line-height: 18px;
}

/* line 75, ../../../app/assets/stylesheets/shared/footer.css.scss */
#footer_content .inner_text .fb {
  padding: 10px 0;
}

/* line 79, ../../../app/assets/stylesheets/shared/footer.css.scss */
#footer_content .inner_text .orange_medium_link {
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  color: #FF8A00;
  position: absolute;
  height: 25px;
  text-decoration: none;
  margin-left: 6px;
}

/* Populare Searches */
/* line 91, ../../../app/assets/stylesheets/shared/footer.css.scss */
.popular_searches {
  font-size: 10px;
  margin-top: 20px;
}

/* line 96, ../../../app/assets/stylesheets/shared/footer.css.scss */
.popular_searches ul {
  margin: 0;
  padding: 0;
}

/* line 100, ../../../app/assets/stylesheets/shared/footer.css.scss */
.popular_searches ul li {
  float: left;
  width: 163px;
  font-size: 12px;
  padding: 2px 0;
}

/* line 107, ../../../app/assets/stylesheets/shared/footer.css.scss */
.popular_searches a {
  color: #BBBBBB;
}

/* line 111, ../../../app/assets/stylesheets/shared/footer.css.scss */
.popular_searches ul li.row_start {
  clear: both;
}

/* line 115, ../../../app/assets/stylesheets/shared/footer.css.scss */
.popular_searches h5 {
  font-size: 11px;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  padding-bottom: 5px;
  margin: 0;
}

/* Copyright */
/* line 124, ../../../app/assets/stylesheets/shared/footer.css.scss */
.copyright {
  clear: both;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  padding: 30px 0;
}

/* line 132, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footer_content.above_copyright {
  font-size: 11px;
}

/* line 136, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footer_content .popular_searches a {
  font-size: 11px !important;
}

/* Contracted Footer Styles */
/* line 141, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footer-container {
  min-height: 300px;
}

/* line 143, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footer-container h4 {
  margin: 0 0 10px;
  font-family: "brandon_grotesquethin", sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #0c426a;
  line-height: 28px;
  text-transform: uppercase;
}

/* line 151, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footer-container footer {
  padding: 20px 30px;
}

/* line 153, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footer-container footer.top {
  background: #d4e6ea;
}

/* line 155, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footer-container footer.top > div {
  float: left;
  width: 20%;
  margin-right: 2%;
  border-right: 1px solid #DDD;
}

/* line 160, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footer-container footer.top > div:first-child {
  width: 53%;
}

/* line 162, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footer-container footer.top > div:last-child {
  border-right: 0;
}

/* line 164, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footer-container .connect__withus {
  height: 147px;
}

/* line 166, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footer-container .connect__withus li {
  width: 32%;
  margin-bottom: 3%;
}

/* line 169, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footer-container .connect__withus li a {
  color: #666766;
  font-size: 16px;
  text-decoration: none;
}

/* line 173, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footer-container .connect__withus li img {
  width: 35px;
  height: auto;
}

/* line 176, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footer-container .link__tos a {
  display: block;
  padding-bottom: 5px;
  font-size: 12px;
}

/* line 180, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footer-container .help__me p {
  font-size: 16px;
}

/* line 183, ../../../app/assets/stylesheets/shared/footer.css.scss */
.popular_searches {
  float: left;
  width: 66%;
}

/* line 186, ../../../app/assets/stylesheets/shared/footer.css.scss */
.popular_searches h4 {
  font-size: 18px;
}

/* line 188, ../../../app/assets/stylesheets/shared/footer.css.scss */
.popular_searches td {
  width: 150px;
}

/* line 190, ../../../app/assets/stylesheets/shared/footer.css.scss */
.popular_searches a {
  font-size: 10px;
}

/* line 192, ../../../app/assets/stylesheets/shared/footer.css.scss */
.popular_searches table {
  width: 100%;
}

/* line 195, ../../../app/assets/stylesheets/shared/footer.css.scss */
.certifications {
  margin-top: 20px;
  float: right;
  width: 32%;
}

/* line 199, ../../../app/assets/stylesheets/shared/footer.css.scss */
.certifications h4 {
  font-size: 18px;
}

/* line 202, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footnote {
  font-size: 10px;
  text-align: center;
  padding: 0 100px 50px;
}

/* line 206, ../../../app/assets/stylesheets/shared/footer.css.scss */
.footnote p {
  margin: 0;
}
/* line 1, ../../../app/assets/stylesheets/shared/side_nav.css.scss */
.side_nav {
  width: 175px;
  padding: 0;
  margin: 30px 0 0 10px;
}

/* line 7, ../../../app/assets/stylesheets/shared/side_nav.css.scss */
.side_nav li {
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
}

/* line 13, ../../../app/assets/stylesheets/shared/side_nav.css.scss */
.side_nav li a {
  color: #266986;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
}

/* line 20, ../../../app/assets/stylesheets/shared/side_nav.css.scss */
.side_nav li a:hover {
  color: #57A0BD;
}

/* line 24, ../../../app/assets/stylesheets/shared/side_nav.css.scss */
.side_nav .sub_items {
  margin: 0;
  padding: 0 0 0 15px;
  color: #999;
}

/* line 30, ../../../app/assets/stylesheets/shared/side_nav.css.scss */
.side_nav .sub_items .sub_item {
  padding: 3px 0;
}

/* line 34, ../../../app/assets/stylesheets/shared/side_nav.css.scss */
.side_nav .sub_items .sub_item, .side_nav .sub_items .sub_item a {
  line-height: 15px;
  font-weight: normal;
  font-size: 11px;
}

/* line 40, ../../../app/assets/stylesheets/shared/side_nav.css.scss */
.side_nav .sub_items .sub_item a {
  color: #f79435;
}

/* line 44, ../../../app/assets/stylesheets/shared/side_nav.css.scss */
#account_nav.side_nav {
  background-color: #E4E4E4;
  padding: 15px;
}

/* line 49, ../../../app/assets/stylesheets/shared/side_nav.css.scss */
#account_nav.side_nav li {
  line-height: 20px;
  font-size: 14px;
}

/* line 54, ../../../app/assets/stylesheets/shared/side_nav.css.scss */
#account_nav.side_nav li a {
  text-decoration: none;
  color: #888888;
  line-height: 20px;
  font-size: 11px;
}

/* line 61, ../../../app/assets/stylesheets/shared/side_nav.css.scss */
#account_nav.side_nav li a:hover {
  text-decoration: underline;
}
/* line 1, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#exposeMask {
  background: #FFF !important;
}

/* line 3, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .form_element.checkbox {
  width: 300px;
}

/* line 4, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .form_element.checkbox label {
  display: inline;
}

/* line 6, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay {
  display: none;
  background-color: #FFF;
  color: #666666;
  border: 1px solid #CCC;
  width: 476px;
  left: 50% !important;
  margin-left: -238px !important;
  -moz-box-shadow: 0px 0px 10px #CCC;
  -webkit-box-shadow: 0px 0px 10px #CCC;
  box-shadow: 0px 0px 10px #CCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 22, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#edit_payment_link_overlay.overlay {
  width: 600px;
  margin-left: -300px !important;
}

/* line 27, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .contentWrap {
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding: 15px;
}

/* line 35, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .close {
  background-image: url(/assets/warp_drive/libraries/jquery_tools/close.png);
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  height: 35px;
  width: 35px;
  z-index: 40;
}

/* line 44, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .activity_indicator {
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 52, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .activity_indicator img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 58, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .submittal .activity_indicator {
  height: 30px;
  line-height: 30px;
  background: url(/assets/images/activity_indicator.gif) no-repeat;
  border: none;
  margin-bottom: 15px;
  margin-top: 15px;
  cursor: wait;
  display: block;
}

/* line 69, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay h2 {
  font-size: 16px;
}

/* line 73, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay p {
  line-height: 17px;
  font-size: 12px;
}

/* line 78, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay ul {
  margin-bottom: 15px;
}

/* line 82, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .standard_content ul li {
  line-height: 15px;
  font-size: 11px;
  list-style-type: square;
  list-style-position: outside;
  margin-left: 24px;
}

/* line 90, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .standard_content h2 {
  line-height: 30px;
  font-size: 20px;
}

/* line 95, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .standard_content p {
  line-height: 15px;
  font-size: 11px;
  margin-right: 96px;
}

/* line 101, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .standard_content li {
  list-style-type: none;
  margin-left: 15px;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 15px;
  margin-right: 96px;
}

/* line 110, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay #footer_page_content ol li {
  list-style-type: square;
  list-style-position: outside;
}

/* line 115, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .edit_form h2 {
  font-size: 26px;
  font-weight: normal;
}

/* line 120, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .edit_form .form_contents {
  /*background-color: #FAFAFA;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 15px;
  margin-left: 11px;
  margin-right: 15px;
  padding-left: 20px;*/
}

/* line 130, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .edit_form h4 {
  color: #666666;
  line-height: 30px;
  font-size: 13px;
}

/* line 136, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .edit_form h3 {
  font-weight: normal;
  line-height: 15px;
  font-size: 13px;
  color: #AAAAAA;
  margin-bottom: 15px;
}

/* line 144, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .form_line {
  margin-bottom: 15px;
}

/* line 148, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .form_line label {
  display: block;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}

/* line 156, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .form_line.text_field .fieldWithErrors input {
  -moz-box-shadow: 3px 3px 2px rgba(255, 0, 0, 0.6);
  -webkit-box-shadow: 3px 3px 2px rgba(255, 0, 0, 0.6);
  box-shadow: 3px 3px 2px rgba(255, 0, 0, 0.6);
}

/* line 162, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .form_line.text_field input:focus {
  border: 2px solid #309CEC;
  height: 26px;
  line-height: 26px;
}

/* line 169, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay {
  background-color: white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* line 176, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay .contentWrap {
  padding: 0px;
  min-height: 200px;
}

/* line 181, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay h1 {
  background-color: #FF8A00;
  background-image: none;
  font-weight: normal;
  color: white;
  line-height: 45px;
  font-size: 20px;
  padding-left: 30px;
  border: none;
  margin-left: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
}

/* line 197, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay .omnilogin_content {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  border: none;
  padding: 0px;
}

/* line 209, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay p {
  font-size: 14px;
  color: #888888;
  line-height: 20px;
}

/* line 215, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay .resend_error {
  color: #FF3333;
  font-weight: bold;
}

/* line 220, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay .omnilogin_form {
  margin-bottom: 30px;
}

/* line 224, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay .intra_omnilogin_link {
  color: #309CEC;
  font-size: 11px;
}

/* line 228, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay a.inline {
  font-size: 13px;
}

/* line 232, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay .opt_ins {
  font-size: 14px;
  margin-bottom: 5px;
}

/* line 237, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay .opt_ins a {
  font-size: 13px;
  text-decoration: none;
  padding-bottom: 0;
  border-bottom: 1px solid #309CEC;
}

/* line 244, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay .intra_omnilogin_link.small_button {
  color: white;
  font-size: 11px;
  width: 120px;
}

/* line 250, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay strong {
  color: black;
}

/* line 254, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay a.small_button {
  display: block;
  width: 90px;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
}

/* line 262, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay div.text_field {
  margin-right: 15px;
}

/* line 266, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay #account_activation .form_line input {
  width: 435px;
}

/* line 270, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay .activation .password {
  width: 220px;
  float: left;
}

/* line 275, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay #account_activation .activation .password input {
  width: 200px;
}

/* line 279, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay .activation .small_button {
  margin-top: 20px;
}

/* line 283, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay #flash_content.errors {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #FF8A00;
}

/* line 290, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay #flash_content.errors #flash_error {
  text-align: left;
  padding: 0 15px;
}

/* line 295, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay .direct #flash_content.errors #flash_error {
  padding: 0 0 10px 0;
}

/* line 299, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#omnilogin_link_overlay #flash_content.errors #flash_success,
#omnilogin_link_overlay #flash_content.errors #flash_notice {
  text-align: left;
  padding: 0 15px;
}

/* line 305, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .form_line label.inline {
  display: inline;
  font-weight: normal;
}

/* line 310, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .standard_form .address_form_content {
  width: auto;
}

/* line 314, ../../../app/assets/stylesheets/shared/overlay.css.scss */
.overlay .disabled {
  background-color: #AAAAAA;
  background-image: none;
  cursor: default;
}

/* line 320, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#tos_link_overlay .standard_content p {
  margin-right: 0;
  padding-bottom: 10px;
}

/* line 325, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#tos_link_overlay .standard_content ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 331, ../../../app/assets/stylesheets/shared/overlay.css.scss */
#tos_link_overlay .standard_content ol li {
  margin-right: 0;
}
/* line 1, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
.scrollable_container {
  display: none;
  margin-bottom: 15px;
  overflow: hidden;
}

/*
    root element for the scrollable.
    when scrolling occurs this element stays still.
*/
/* line 11, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
div.scrollable {
  /* required settings */
  position: relative;
  overflow: hidden;
  height: 135px;
  width: 540px;
  padding-top: 0px;
  padding-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

/*
    root element for scrollable items. Must be absolutely positioned
    and it should have a extremely large width to accomodate scrollable items.
    it's enough that you set width and height for the root element and
    not for this element.
*/
/* line 30, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
div.scrollable div.items {
  /* this cannot be too large */
  width: 20000em;
  position: absolute;
}

/*
    a single item. must be floated in horizontal scrolling.
    typically, this element is the one that *you* will style
    the most.
*/
/* line 41, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
div.scrollable div.items .scrollable_item {
  float: left;
  width: 96px;
  margin-right: 15px;
  height: 154px;
  display: block;
  text-decoration: none;
}

/* line 50, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
div.scrollable .items > div {
  float: left;
}

/* line 55, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
div.scrollable .scrollable_item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
div.scrollable .scrollable_item span {
  display: block;
  line-height: 15px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #666666;
  font-family: verdana;
  position: relative;
  top: 2px;
}

/* you may want to setup some decorations to active the item */
/* line 74, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
div.items div.active {
  border: 1px inset #ccc;
  background-color: #fff;
}

/* this makes it possible to add next button beside scrollable */
/* line 80, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
.scrollable {
  float: left;
}

/* prev, next, prevPage and nextPage buttons */
/* line 85, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
a.mover {
  display: block;
  width: 30px;
  margin-left: 28px;
  margin-right: 28px;
  height: 31px;
  float: left;
  margin-top: 40px;
  cursor: pointer;
  font-size: 1px;
}

/* right */
/* line 98, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
a.right {
  background-image: url(/assets/shared/buttons/popular_products_right_arrow_active.png);
}

/* line 99, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
a.right.disabled {
  background-image: url(/assets/shared/buttons/popular_products_right_arrow_inactive.png);
}

/* left */
/* line 103, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
a.left {
  background-image: url(/assets/shared/buttons/popular_products_left_arrow_active.png);
}

/* line 104, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
a.left.disabled {
  background-image: url(/assets/shared/buttons/popular_products_left_arrow_inactive.png);
}

/* up and down */
/* line 108, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
a.up, a.down {
  background: url("../img/scrollable/arrow/vert_large.png") no-repeat;
  float: none;
  margin: 10px 50px;
}

/* up */
/* line 115, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
a.up:hover {
  background-position: -30px 0;
}

/* line 116, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
a.up:active {
  background-position: -60px 0;
}

/* down */
/* line 119, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
a.down {
  background-position: 0 -30px;
}

/* line 120, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
a.down:hover {
  background-position: -30px -30px;
}

/* line 121, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
a.down:active {
  background-position: -60px -30px;
}

/* line 124, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
.navi_container {
  overflow: hidden;
  height: 15px;
  width: 100%;
  position: relative;
  float: left;
}

/* position and dimensions of the navigator */
/* line 133, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
.navi {
  height: 15px;
  overflow: visible;
  clear: left;
  float: left;
  position: relative;
  left: 50%;
}

/* items inside navigator */
/* line 144, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
.navi a {
  width: 15px;
  height: 15px;
  margin-left: 3px;
  margin-right: 3px;
  background: #AAAAAA;
  font-size: 1px;
  line-height: 15px;
  display: block;
  float: left;
  position: relative;
  right: 50%;
}

/* active state (current page state) */
/* line 159, ../../../app/assets/stylesheets/pages/scrollable.css.scss */
.navi a.active {
  background: #444444;
}
/*#body_container {
  width: 100%;
  padding: 0px;
}*/
/* line 6, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_content_with_shadow {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  padding-left: 100px;
  padding-right: 100px;
}

/* line 16, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_content_with_shadow .shadow {
  /*-moz-box-shadow:0 0 152px #FF8100;*/
  /* intentionally excluding webkit here since there were some performance issues*/
  /* around box shadows with a large blur radius */
  /*box-shadow:0 0 152px #FF8100;*/
  height: 290px;
  left: 100px;
  position: absolute;
  top: 191px;
  padding: 15px;
  z-index: 1;
}

/* line 29, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_wrapper {
  overflow: hidden;
  padding: 15px;
  background-color: white;
  z-index: 2;
  position: relative;
  min-height: 580px;
}

/* line 38, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_content_with_shadow .shadow,
#footer_wrapper {
  width: 773px;
}

/* line 43, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content {
  float: left;
  width: 475px;
  margin-left: 15px;
}

/* line 49, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content h1 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 0;
  border-bottom: 0px;
  font-weight: normal;
}

/* line 57, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content img {
  float: left;
  margin-right: 15px;
}

/* line 62, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #888888;
  width: 640px;
}

/* line 70, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content #headquaters_location h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

/* line 75, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content #headquaters_location p {
  line-height: 18px;
}

/* line 79, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .career_nav {
  margin-left: 45px;
  position: relative;
  top: 5px;
  margin-bottom: 30px;
}

/* line 86, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .career_nav a {
  color: #309CEC;
  font-size: 12px;
  line-height: 20px;
}

/* line 92, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .career {
  margin-bottom: 40px;
}

/* line 96, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .career h3 {
  margin-bottom: 10px;
}

/* line 100, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .career p {
  margin-bottom: 0;
}

/* line 104, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .career ul {
  margin: 0;
}

/* line 108, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .career ul li {
  margin: 0;
}

/* line 112, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content li {
  font-size: 13px;
  line-height: 15px;
  list-style-type: square;
  list-style-position: outside;
  margin-left: 40px;
  margin-bottom: 15px;
  color: #888888;
  line-height: 20px;
}

/* line 123, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content ol {
  padding-left: 20px;
}

/* line 127, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content ol li {
  list-style-type: decimal;
  margin-left: 20px;
  max-width: 580px;
}

/* line 133, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content h2 {
  line-height: auto;
  font-size: 20px;
  color: #282828;
  margin-bottom: 15px;
  font-weight: normal;
}

/* line 141, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #888;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 150, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .legal h3 {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: #F78F1E;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 159, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content p.bio {
  margin-bottom: 30px;
}

/* line 163, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_side_content {
  width: 207px;
  margin-left: 63px;
  float: left;
}

/* line 169, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_subnav {
  height: 30px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 520px;
}

/* line 176, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_subnav li {
  margin: 0px;
  line-height: 30px;
  float: left;
  margin-right: 45px;
  list-style-type: none;
  font-size: 17px;
  color: #FF8100;
  font-weight: bold;
}

/* line 187, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_subnav li a {
  color: #AAAAAA;
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
}

/* line 194, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_subnav li a:hover {
  text-decoration: underline;
}

/* line 198, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_nav {
  margin-bottom: 30px;
}

/* line 202, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_side_content img {
  display: block;
  margin-bottom: 15px;
}

/* line 207, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#inquiries {
  background-color: #f3f3f4;
  padding: 10px;
  color: #777777;
}

/* line 213, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#inquiries a {
  color: #309CEC;
}

/* line 217, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#inquiries h3 {
  font-size: 14px;
  margin: 0;
  padding: 0 0 10px;
  color: #F78F1E;
}

/* line 224, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#inquiries p {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-right: 30px;
  width: auto;
}

/* line 232, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#inquiries a.pdf_download {
  display: block;
  padding: 5px 0 15px;
  width: 130px;
  background: url(/assets/pages/footer/pdf_icon.png) no-repeat top right;
}

/* line 239, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .investor_block {
  margin-bottom: 45px;
}

/* line 243, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .investor_block p strong {
  color: #D8531E;
}

/* line 247, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .investor_block .image_container {
  margin-right: 15px;
  margin-bottom: 15px;
}

/* line 252, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .investor_block .image_container img {
  display: block;
  float: none;
}

/* line 257, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .media_story {
  margin-bottom: 30px;
}

/* line 261, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .media_story h3 {
  margin-bottom: 0px;
  line-height: 15px;
  font-size: 12px;
}

/* line 267, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .media_story a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

/* line 274, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .media_story .date {
  display: block;
  color: #666666;
  font-size: 10px;
  line-height: 15px;
}

/* Pagination */
/* line 282, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .pagination .previous_page {
  margin-right: 15px;
}

/* line 286, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .pagination .next_page {
  margin-left: 15px;
}

/* line 290, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content span.current {
  border: 1px solid #57a0bd;
  background: #57a0bd;
  padding: 4px;
  text-decoration: none;
  color: #FFF;
}

/* line 298, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .pagination.top {
  padding: 15px 0;
}

/* line 302, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .pagination a {
  border: 1px solid #57a0bd;
  padding: 4px;
  text-decoration: none;
}

/* line 308, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .pagination a:hover {
  background: #57a0bd;
  color: #FFF;
}

/* line 313, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .press_release {
  margin-bottom: 30px;
}

/* line 317, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .press_release h5 {
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  color: #888888;
}

/* line 324, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .press_release h3 {
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #D8531E;
}

/* line 334, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .press_release p {
  margin-bottom: 0px;
}

/* line 338, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .press_release .complete {
  display: none;
}

/* line 342, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .press_release .complete p {
  margin-bottom: 10px;
}

/* line 346, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .press_release .see_all {
  color: #57a0bd !important;
  font-size: 10px !important;
  text-decoration: none;
  cursor: pointer;
}

/* line 353, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content h3.gazelle_effect_heading,
#footer_page_content h3.vision_heading {
  font-size: 22px;
  line-height: 30px;
  background: url(/assets/pages/footer/asterix.png) 0px 6px no-repeat;
  padding-left: 25px;
  margin-bottom: 5px;
  color: #666666;
  font-weight: normal;
}

/* line 364, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content h3.vision_heading {
  position: relative;
  top: -10px;
}

/* line 369, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content strong {
  color: #626262;
}

/* line 373, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content blockquote {
  color: #888888;
  background-color: #F6F6F6;
  margin-right: 30px;
  padding: 15px;
  font-size: 12px;
  line-height: 20px;
  margin-left: 45px;
  margin-bottom: 30px;
}

/* line 384, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
.partner_highlight {
  overflow: hidden;
}

/* line 388, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
.partner_highlight .partner_item {
  width: 190px;
  background-color: #EEEEEE;
  padding: 15px;
  float: left;
  margin-right: 15px;
}

/* line 396, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
.partner_highlight .partner_item p {
  margin-bottom: 0px !important;
}

/* line 400, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
.partner_highlight .partner_item img {
  padding: 5px;
  background-color: white;
  margin-bottom: 5px;
}

/* line 406, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_content_with_shadow.new_width, #footer_content_with_shadow.new_width #footer_wrapper {
  width: 960px;
  padding-left: 0;
  padding-right: 0;
}

/* line 412, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_content_with_shadow.new_width #footer_page_content {
  width: 100%;
  margin-left: 0;
}

/* line 417, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_content_with_shadow.new_width #footer_side_content {
  float: right;
}

/* line 421, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
.banners {
  position: relative;
  height: 375px;
  background: url(/assets/about_banner_bg.png) no-repeat top center;
  margin-bottom: 20px;
}

/* line 428, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
.banners img {
  position: absolute;
  top: 9px;
  left: 3px;
  display: none;
  width: 955px;
  height: 345px;
}

/* line 435, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
.banners a.arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  display: block;
  width: 46px;
  height: 40px;
  text-indent: -9000px;
  background: url(/assets/about_banner_arrows.png) no-repeat;
}

/* line 445, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
.banners a.arrow.l_arrow {
  left: 10px;
}

/* line 449, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
.banners a.arrow.r_arrow {
  right: 10px;
  background-position: -46px 0;
}

/* line 454, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_side_content h1 {
  padding-bottom: 10px;
}

/* line 458, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_side_content {
  margin-top: 365px;
}

/* line 462, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_side_content.legal {
  margin-top: 0;
}

/* line 464, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_nav li {
  margin: 0;
  list-style-type: none;
  line-height: 15px;
}

/* line 470, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_nav.side_nav > li {
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

/* line 477, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content h3 {
  font-size: 22px;
  color: #333;
  padding: 0;
  clear: left;
}

/* line 484, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content ul.team_list {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  width: 675px;
  float: left;
}

/* line 492, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content ul.team_list li {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
}

/* line 499, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content ul.team_list li h4 {
  font-size: 18px;
  color: #D8531E;
  padding: 0 0 5px;
}

/* line 505, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content ul.team_list li h5 {
  font-size: 18px;
  color: #000;
}

/* line 510, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content ul.team_list li div {
  position: relative;
  padding: 15px 0;
}

/* line 515, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content ul.team_list li div .hidden {
  display: none;
}

/* line 519, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content ul.team_list li div a.more {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 30px;
}

/* line 525, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .core_values {
  margin-bottom: 30px;
  padding: 10px 0 0 20px;
}

/* line 530, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content .core_values p {
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}

/* line 536, ../../../app/assets/stylesheets/pages/footer_page.css.scss */
#footer_page_content div.form {
  width: 650px;
}
/* line 1, ../../../app/assets/stylesheets/modules/jquery.devbridge-autocomplete.css.scss */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

/* line 2, ../../../app/assets/stylesheets/modules/jquery.devbridge-autocomplete.css.scss */
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
}

/* line 3, ../../../app/assets/stylesheets/modules/jquery.devbridge-autocomplete.css.scss */
.autocomplete-selected {
  background: #F0F0F0;
}

/* line 4, ../../../app/assets/stylesheets/modules/jquery.devbridge-autocomplete.css.scss */
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
/* line 1, ../../../app/assets/stylesheets/shared/autocomplete.css.scss */
#header_content .search .header_search_form input.ac_loading, #footer_bar_contents input.ac_loading {
  background-image: url(/assets/assets/warp_drive/shared/activity_indicator.gif);
}
/*












*/
