@charset "UTF-8";
/* Vendor Dependencies */
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #0077aa;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  button:hover,
  input:hover[type="submit"] {
    background-color: #00415e;
    color: white; }
  button:disabled,
  input:disabled[type="submit"] {
    cursor: not-allowed;
    opacity: 0.5; }

body {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #0077aa;
  text-decoration: none; }
  a:hover {
    color: #00415e; }
  a:active, a:focus {
    color: #00415e; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #0077aa;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 101, 145, 0.7); }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

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

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

/* Vendor Patterns */
.cards {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.card {
  -webkit-flex-basis: 15em;
  -moz-flex-basis: 15em;
  flex-basis: 15em;
  -ms-flex-preferred-size: 15em;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #DDD;
  box-shadow: 0 2px 4px #e6e6e6;
  cursor: pointer;
  margin: 0 1em 1.5em 1em;
  position: relative; }
  .card .card-image {
    overflow: hidden;
    height: 150px;
    max-height: 150px;
    background-color: #F8F2B4; }
    .card .card-image img {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      width: 100%;
      opacity: 1; }
  .card .card-header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #f7f7f7;
    border-bottom: 1px solid #DDD;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0.5em 0.75em; }
  .card .card-copy {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 0.75em 0.75em; }
    .card .card-copy p {
      margin: 0 0 0.75em; }
  .card:focus, .card:hover {
    cursor: pointer; }
    .card:focus img, .card:hover img {
      opacity: 0.7; }
  .card:active {
    background-color: #f7f7f7; }
    .card:active .card-header {
      background-color: #f7f7f7; }

.expander {
  margin: auto;
  width: 100%; }

.expander-trigger {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin-bottom: 1em;
  padding-bottom: 0.25em; }
  .expander-trigger:before {
    content: '\25BC';
    font-size: 1em;
    margin-right: .5em; }

.expander-hidden:before {
  content: '\25BA'; }

.expander-hidden + .expander-content {
  display: none; }

.flash-alert {
  display: block;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
  background: #fff6bf;
  color: #594c00; }
  .flash-alert a {
    color: #262100;
    border-bottom: 1px solid rgba(38, 33, 0, 0.2); }
    .flash-alert a:hover {
      color: black; }

.flash-error {
  display: block;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
  background: #fbe3e4;
  color: #6a0f13; }
  .flash-error a {
    color: #3d090b;
    border-bottom: 1px solid rgba(61, 9, 11, 0.2); }
    .flash-error a:hover {
      color: #110203; }

.flash-notice {
  display: block;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
  background: #e5edf8;
  color: #19375f; }
  .flash-notice a {
    color: #0f1f36;
    border-bottom: 1px solid rgba(15, 31, 54, 0.2); }
    .flash-notice a:hover {
      color: #04080e; }

.flash-success {
  display: block;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
  background: #e6efc2;
  color: #333c10; }
  .flash-success a {
    color: #111405;
    border-bottom: 1px solid rgba(17, 20, 5, 0.2); }
    .flash-success a:hover {
      color: black; }

.grid-items-lines {
  position: relative; }
  .grid-items-lines:after {
    content: "";
    display: table;
    clear: both; }
  .grid-items-lines .grid-item {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 14em;
    background: white;
    width: 100%;
    overflow: hidden;
    float: left;
    padding: 2em;
    border-right: 1px solid rgba(51, 51, 51, 0.2);
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    cursor: pointer; }
    @media screen and (min-width: 64em) {
      .grid-items-lines .grid-item {
        width: 33.33333%; } }
    .grid-items-lines .grid-item:hover {
      background: rgba(51, 51, 51, 0.05); }
  .grid-items-lines .grid-item img {
    display: block;
    height: 2.5em;
    margin-bottom: 1.2em;
    opacity: .2; }
  .grid-items-lines .grid-item h1 {
    color: #333;
    font-size: 1.3em;
    margin-bottom: .4em; }
  .grid-items-lines .grid-item p {
    color: rgba(51, 51, 51, 0.6); }
    @media screen and (min-width: 41.25em) {
      .grid-items-lines .grid-item p {
        max-width: 70%; } }
  @media screen and (min-width: 64em) {
    .grid-items-lines .grid-item-big {
      width: 66.66667%; } }
  @media screen and (min-width: 41.25em) {
    .grid-items-lines .grid-item-big p {
      max-width: 60%; } }
  .grid-items-lines .bottom-cover {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: white; }
  .grid-items-lines .right-cover {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 4px;
    background: white; }

.tooltip-item {
  border: 1px solid #DDD;
  padding: .5em 1em;
  border-radius: 4px;
  position: relative;
  margin-bottom: 1.5; }
  .tooltip-item:hover .tooltip {
    opacity: 1;
    visibility: visible; }
  .tooltip-item .tooltip {
    position: absolute;
    left: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    bottom: 140%;
    background-color: white;
    border-radius: 4px;
    color: #333;
    font-size: .9em;
    line-height: 1.5em;
    margin-left: -8em;
    opacity: 0;
    padding: 1em;
    box-shadow: 0 2px 2px silver;
    text-align: center;
    visibility: hidden;
    min-width: 16em;
    z-index: 10;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif; }
    .tooltip-item .tooltip p {
      margin-bottom: 0; }
    .tooltip-item .tooltip:after {
      position: absolute;
      left: 46%;
      margin-left: -8px;
      border: 8px solid transparent;
      color: white;
      content: '▼';
      text-shadow: 0 2px 2px silver;
      font-size: 1.4em;
      pointer-events: none;
      bottom: -25.6px; }

/* Elvis Dependencies  */
@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Light.eot");
  src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Light.woff") format("woff"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Light.ttf") format("truetype"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Light.svg") format("svg"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: italic;
  src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Light-Italic.eot");
  src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Light-Italic.eot?#iefix") format("embedded-opentype"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Light-Italic.woff") format("woff"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Light-Italic.ttf") format("truetype"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Light-Italic.svg") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-device-width: 321px) {
  @font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Light.svg") format("svg"); }
  @font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: italic;
    src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Light-Italic.svg") format("svg"); } }

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Regular.eot");
  src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Regular.woff") format("woff"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Regular.ttf") format("truetype"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Regular.svg") format("svg"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Italic.eot");
  src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Italic.woff") format("woff"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Italic.ttf") format("truetype"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Italic.svg") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-device-width: 321px) {
  @font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Regular.svg") format("svg"); }
  @font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: italic;
    src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Italic.svg") format("svg"); } }

@font-face {
  font-family: 'Roboto';
  src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Medium.eot");
  src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Medium.woff") format("woff"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Medium-Italic.eot");
  src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Medium-Italic.eot?#iefix") format("embedded-opentype"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Medium-Italic.woff") format("woff"), url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Medium-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-device-width: 321px) {
  @font-face {
    font-family: 'Roboto';
    src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Medium.svg") format("svg");
    font-weight: 500;
    font-style: normal; }
  @font-face {
    font-family: 'Roboto';
    src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/Roboto-Medium-Italic.svg") format("svg");
    font-weight: 500;
    font-style: italic; } }

@font-face {
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-style: normal;
  src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/RobotoCondensed-Light.woff") format("woff"); }

@font-face {
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-style: italic;
  src: url("https://g.foolcdn.com/assets/fonts/Roboto/Roboto2015/RobotoCondensed-Light-Italic.woff") format("woff"); }

@font-face {
  font-family: 'Fool-icons';
  src: url("https://g.foolcdn.com/assets/fonts/Fool-icons/fonts/Fool-icons.eot");
  src: url("https://g.foolcdn.com/assets/fonts/Fool-icons/fonts/Fool-icons.eot?#iefix") format("embedded-opentype"), url("https://g.foolcdn.com/assets/fonts/Fool-icons/fonts/Fool-icons.woff") format("woff"), url("https://g.foolcdn.com/assets/fonts/Fool-icons/fonts/Fool-icons.ttf") format("truetype"); }

@font-face {
  font-family: 'Fool-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggi/LcAAAC8AAAAYGNtYXAaVcxYAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zmwf6UgAAAFwAAABWGhlYWT/8rzJAAACyAAAADZoaGVhA5kB5wAAAwAAAAAkaG10eAUAAJIAAAMkAAAAGGxvY2EA1AB6AAADPAAAAA5tYXhwAAgAMQAAA0wAAAAgbmFtZfi/BdMAAANsAAABhHBvc3QAAwAAAAAE8AAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAQHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYB//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQBJAAABtwG3AC4AAAEnLgEiBg8BDgEUFhceATI2PwERFB4CMzI+AjURFx4DMzI+Ajc+ATQmJwG3oAUMDAwFoAQFBQQFDAwMBWkFCQsHBwsJBWkDBQYGAwMGBgUDBAUFBAEXoAQFBQSgBQwMDAUEBQUEav7NBwsJBQUJCwcBM2oCAwMBAQMDAgUMDAwFAAAAAQBJAAkBtwHAAC4AADcXHgEyNj8BPgE0JicuASIGDwERNC4CIyIOAhURJy4DIyIOAgcOARQWF0mgBQwMDAWgBAUFBAUMDAwFaQUJCwcHCwkFaQMFBgYDAwYGBQMEBQUEqaAEBQUEoAUMDAwFBAUFBGoBMwcLCQUFCQsH/s1qAgMDAQEDAwIFDAwMBQABAAAAAQAAHLEojV8PPPUACwIAAAAAAM+OvgYAAAAAz46+BgAAAAABtwHAAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAG3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAIAAEkCAABJAAAAAAAKABQAHgBmAKwAAAABAAAABgAvAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAEADGAAEAAAAAAAEAFAAAAAEAAAAAAAIADgB0AAEAAAAAAAMAFABCAAEAAAAAAAQAFACCAAEAAAAAAAUAFgAsAAEAAAAAAAYACgBWAAEAAAAAAAkAGAAUAAEAAAAAAAoAKACWAAMAAQQJAAEAFAAAAAMAAQQJAAIADgB0AAMAAQQJAAMAFABCAAMAAQQJAAQAFACCAAMAAQQJAAUAFgAsAAMAAQQJAAYAFABgAAMAAQQJAAkAGAAUAAMAAQQJAAoAKACWAEYAbwBvAGwALQBpAGMAbwBuAHMARwByAGUAZwAgAFIAbwBiAGwAZQB0AG8AVgBlAHIAcwBpAG8AbgAgADEALgAwAEYAbwBvAGwALQBpAGMAbwBuAHNGb29sLWljb25zAEYAbwBvAGwALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgBGAG8AbwBsAC0AaQBjAG8AbgBzAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAUQAAoAAAAABMgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAUgAAAFIieI/a09TLzIAAAI8AAAAYAAAAGAIIvy3Y21hcAAAApwAAABMAAAATBpVzFhnYXNwAAAC6AAAAAgAAAAIAAAAEGhlYWQAAALwAAAANgAAADb/8rzJaGhlYQAAAygAAAAkAAAAJAOZAedobXR4AAADTAAAABgAAAAYBQAAkm1heHAAAANkAAAABgAAAAYABlAAbmFtZQAAA2wAAAGEAAABhPi/BdNwb3N0AAAE8AAAACAAAAAgAAMAAAEABAQAAQEBC0Zvb2wtaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACFDx0AAACKER0AAAAJHQAAAT8SAAcBAQsVFxkcISZGb29sLWljb25zRm9vbC1pY29uc3UwdTF1MjB1RTYwMHVFNjAxAAACAYkABAAGAQEEBwoNXaz8lA78lA78lA77lA74S/erFfs09zQFfpd3i35/CPs0+zQFf36Ld5d+mH+fi5iXCPT1i/vHBYt5mX2di52LmZmLnQiL98f0IQWShZOIk4uTi5OOkpGXmIuff5gIDtT3PRX3NPs0BZh/n4uYlwj3NPc0BZeYi59/mH6Xd4t+fwgiIYv3xwWLnX2ZeYt5i319i3kIi/vHIvUFhJGDjoOLg4uDiISFf36Ld5d+CA74lBT4lBWLDAoAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAQHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYB//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAACQbIbVfDzz1AAsCAAAAAADPjr4GAAAAAM+OvgYAAAAAAbcBwAAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAABtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAACAABJAgAASQAAUAAABgAAAAAAEADGAAEAAAAAAAEAFAAAAAEAAAAAAAIADgB0AAEAAAAAAAMAFABCAAEAAAAAAAQAFACCAAEAAAAAAAUAFgAsAAEAAAAAAAYACgBWAAEAAAAAAAkAGAAUAAEAAAAAAAoAKACWAAMAAQQJAAEAFAAAAAMAAQQJAAIADgB0AAMAAQQJAAMAFABCAAMAAQQJAAQAFACCAAMAAQQJAAUAFgAsAAMAAQQJAAYAFABgAAMAAQQJAAkAGAAUAAMAAQQJAAoAKACWAEYAbwBvAGwALQBpAGMAbwBuAHMARwByAGUAZwAgAFIAbwBiAGwAZQB0AG8AVgBlAHIAcwBpAG8AbgAgADEALgAwAEYAbwBvAGwALQBpAGMAbwBuAHNGb29sLWljb25zAEYAbwBvAGwALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgBGAG8AbwBsAC0AaQBjAG8AbgBzAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: normal;
  font-style: normal; }

[class^="fool-icon-"], [class*=" fool-icon-"] {
  font-family: 'Fool-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Elvis Patterns  */
/* Elvis Variables  */
/* Elvis Modules  */
.alert {
  border-radius: 0px;
  padding: 2rem;
  display: block;
  text-align: center;
  font-size: 95%; }

.alert-danger {
  background-color: #F2DEDE;
  border: solid 1px #EBCCD1;
  color: #B94A48; }

.alert-warning {
  background-color: #FCF8E3;
  border: solid 1px #FAEBCC;
  color: #C09853; }

.alert-info {
  background-color: #D9EDF7;
  border: solid 1px #BCE8F1;
  color: #3A87AD; }

.alert-success {
  background-color: #DFF0D8;
  border: solid 1px #D6E9C6;
  color: #468847; }

.alert-danger .alert-link {
  color: #953B39; }

.alert-warning .alert-link {
  color: #A47E3C; }

.alert-info .alert-link {
  color: #2D6987; }

.alert-success .alert-link {
  color: #356635; }

.alert .alert-link {
  font-weight: bold; }

.bs-callout {
  border-left: 3px solid #EEEEEE;
  margin: 20px 0;
  padding: 20px; }

.bs-callout h4 {
  margin-bottom: 5px;
  margin-top: 0; }

.bs-callout p {
  margin-bottom: 0;
  margin-top: 5px;
  color: #444444; }

.bs-callout-danger {
  background-color: #FDF7F7;
  border-color: #EED3D7; }

.bs-callout-danger h4 {
  color: #B94A48; }

.bs-callout-warning {
  background-color: #FAF8F0;
  border-color: #FAEBCC; }

.bs-callout-warning h4 {
  color: #8A6D3B;
  font-size: 120%;
  font-weight: normal;
  margin: 0; }

.bs-callout-info {
  background-color: #F4F8FA;
  border-color: #BCE8F1; }

.bs-callout-info h4 {
  color: #34789A;
  font-size: 120%;
  font-weight: normal;
  margin: 0; }

.btn[disabled], .left-nav-col li[disabled], .btn-primary[disabled], .btn-bg[disabled], .btn-primary-bg[disabled], .btn, .left-nav-col li, .btn-primary, .btn-bg, .btn-primary-bg, .section-more-link {
  display: inline-block;
  padding: 9px 19px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .015em;
  text-decoration: none;
  color: #767676;
  cursor: pointer;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.1); }

.btn:hover, .left-nav-col li:hover, .btn-primary:hover, .btn-bg:hover, .btn-primary-bg:hover, .section-more-link:hover {
  border-color: #ccc;
  color: #666; }

.btn:active, .left-nav-col li:active, .btn-primary:active, .btn-bg:active, .btn-primary-bg:active, .section-more-link:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-primary, .btn-primary-bg {
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 20px;
  text-decoration: none;
  background: #0077aa;
  background: -moz-linear-gradient(top, #0077aa 0%, #006699 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0077aa), color-stop(100%, #006699));
  background: -webkit-linear-gradient(top, #0077aa 0%, #006699 100%);
  background: -o-linear-gradient(top, #0077aa 0%, #006699 100%);
  background: -ms-linear-gradient(top, #0077aa 0%, #006699 100%);
  background: linear-gradient(to bottom, #0077aa 0%, #006699 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077aa', endColorstr='#006699',GradientType=0 );
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.25); }

.btn-primary:hover, .btn-primary-bg:hover {
  color: #fff;
  background: #0088bb;
  background: -moz-linear-gradient(top, #0088bb 0%, #0077aa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0088bb), color-stop(100%, #0077aa));
  background: -webkit-linear-gradient(top, #0088bb 0%, #0077aa 100%);
  background: -o-linear-gradient(top, #0088bb 0%, #0077aa 100%);
  background: -ms-linear-gradient(top, #0088bb 0%, #0077aa 100%);
  background: linear-gradient(to bottom, #0088bb 0%, #0077aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088bb', endColorstr='#0077aa',GradientType=0 ); }

.btn[disabled], .left-nav-col li[disabled], .btn-primary[disabled], .btn-bg[disabled], .btn-primary-bg[disabled] {
  background: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn:hover[disabled], .left-nav-col li:hover[disabled], .btn-primary:hover[disabled], .btn-bg:hover[disabled], .btn-primary-bg:hover[disabled] {
  color: #767676;
  border-color: #ddd;
  cursor: default; }

.btn, .left-nav-col li {
  display: inline-block;
  font-size: 12px;
  padding: 3px 8px;
  font-weight: 300; }
  .btn[disabled], .left-nav-col li[disabled] {
    color: #D0D0D0;
    background-color: #efefef;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1); }

.btn-primary {
  display: inline-block;
  font-size: 12px;
  padding: 3px 8px;
  font-weight: 300; }
  .btn-primary[disabled] {
    color: #D0D0D0;
    background-color: #efefef;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1); }

.btn-bg[disabled] {
  color: #D0D0D0;
  background-color: #efefef;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1); }

.btn-primary-bg {
  padding: 10px 35px;
  font-size: 15px; }
  .btn-primary-bg[disabled] {
    color: #D0D0D0;
    background-color: #efefef;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1); }

/* Table variables */
/* Table default styling */
table {
  background: #fff;
  border: none;
  border-bottom: 1px solid #DDD;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px;
  width: 100%; }

table td,
table th {
  border-style: solid;
  border-color: #DDD;
  border-width: 1px 0 0 1px;
  padding: 3px 5px;
  vertical-align: top; }
  table td:last-child,
  table th:last-child {
    border-right-width: 1px; }

table th {
  background: #f7f7f7; }

/* Rounding the corners for a defualt table */
table thead:first-child tr:first-child th:first-child,
table colgroup + thead tr:first-child th:first-child,
table tbody:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child,
table tfoot:first-child tr:first-child th:first-child,
table tfoot:first-child tr:first-child td:first-child {
  border-top-left-radius: 4px; }

table thead:first-child tr:first-child th:last-child,
table colgroup + thead tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child,
table tbody:first-child tr:first-child th:last-child,
table tfoot:first-child tr:first-child td:last-child,
table tfoot:first-child tr:first-child th:last-child {
  border-top-right-radius: 4px; }

table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child,
table tbody:last-child tr:last-child th:first-child,
table tfoot:last-child tr:last-child td:first-child,
table tfoot:last-child tr:last-child th:first-child {
  border-bottom-left-radius: 4px; }

table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child,
table tbody:last-child tr:last-child th:last-child,
table tfoot:last-child tr:last-child td:last-child,
table tfoot:last-child tr:last-child th:last-child {
  border-bottom-right-radius: 4px; }

table td p,
table th p {
  margin: 0; }

.tableNaked,
.table-naked,
.tableNaked th,
.table-naked th,
.tableNaked td,
.table-naked td {
  border: none; }

/* Responsive table message*/
.table-swipe {
  display: none;
  border: 0;
  width: 100%;
  text-align: center;
  font-size: smaller;
  color: #333;
  border: 1px solid #eee;
  background: #eee;
  padding: 3px;
  border-radius: 3px;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 660px) {
    .table-swipe {
      display: block; } }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto; }

.portfolio-table,
.data-table {
  border: none;
  overflow: auto; }
  .portfolio-table:after,
  .data-table:after {
    content: "";
    display: table;
    clear: both; }
  .portfolio-table td, .portfolio-table th,
  .data-table td,
  .data-table th {
    padding: 5px 8px 5px 5px;
    border: none;
    border-bottom: solid 1px #c8cfd2;
    font-size: 90%;
    vertical-align: middle; }
  .portfolio-table th,
  .data-table th {
    padding: 8px 8px 5px 5px;
    background: #333;
    font-weight: 500;
    font-size: 80%;
    color: #ddd;
    box-shadow: 0 1px 0 #CCCCCC;
    text-transform: none;
    text-align: center; }
    .portfolio-table th a,
    .data-table th a {
      color: #ddd !important;
      text-decoration: none; }
    .portfolio-table th a:visted,
    .data-table th a:visted {
      color: #ddd !important;
      text-decoration: none; }
  .portfolio-table tr:nth-of-type(odd),
  .data-table tr:nth-of-type(odd) {
    background-color: white; }
  .portfolio-table tr:nth-of-type(even),
  .data-table tr:nth-of-type(even) {
    background-color: #F6F7F8; }
  .portfolio-table tr:hover,
  .data-table tr:hover {
    background: #E5F7FB; }
  .portfolio-table .data-number, .portfolio-table .data-percent, .portfolio-table .numeric-value,
  .data-table .data-number,
  .data-table .data-percent,
  .data-table .numeric-value {
    text-align: right; }

td.editing {
  padding: 0px; }

.edit-table {
  border: solid 2px #bfd3d7;
  background-color: #e5f7fb;
  padding: 5px;
  width: 100%;
  margin: 10px 0px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1); }
  .edit-table th {
    background-color: #e5f7fb;
    padding-bottom: 0px;
    font-size: 80%;
    color: #77919d;
    border: none !important;
    box-shadow: none; }
  .edit-table tr, .edit-table tr:hover {
    background-color: transparent !important;
    font-size: 100%; }
  .edit-table td {
    background-color: transparent;
    padding: 3px 5px;
    font-size: 100%;
    border-bottom: none; }
  .edit-table th.ticker-column,
  .edit-table td.ticker-column {
    padding-left: 15px; }
  .edit-table textarea {
    font-size: 80%;
    height: 120px;
    padding: 3px; }
  .edit-table input {
    max-width: 100px;
    padding: 3px;
    font-size: 90%;
    width: 90%; }
  .edit-table input[type=submit] {
    width: auto;
    padding: 3px 10px; }
  .edit-table input[type=button] {
    width: auto;
    padding: 3px 3px; }
  .edit-table .edit-notes {
    width: 80%;
    max-width: 100%; }
  .edit-table .error-msg {
    color: #B94A48;
    font-size: 80%;
    margin-top: 0; }

.dropdown-select {
  /* Size and position */
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 5px 40px 5px 10px;
  /* Styles */
  background: #fff;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  line-height: 20px;
  /* Font settings */
  font-weight: bold;
  color: #333333;
  /* The little triangle at the top */
  /* Show list when active */ }
  @media screen and (min-width: 799px) {
    .dropdown-select:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -3px;
      border-width: 6px 6px 0 6px;
      border-style: solid;
      border-color: #aaaaaa transparent; } }
  .dropdown-select .dropdown-select-list {
    /* Size & position */
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    /* Styles */
    background: white;
    padding: 0;
    border-radius: inherit;
    border: 1px solid rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    transition: all 0.2s ease-in;
    list-style: none;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
    /* The little triangle above the list */ }
    .dropdown-select .dropdown-select-list li a, .dropdown-select .dropdown-select-list li span {
      display: block;
      padding: 5px 10px;
      text-decoration: none;
      color: #333333;
      border-bottom: 1px solid #e6e8ea;
      box-shadow: inset 0 1px 0 white;
      transition: all 0.3s ease-out;
      text-align: left; }
    .dropdown-select .dropdown-select-list li i {
      float: right;
      color: inherit; }
    .dropdown-select .dropdown-select-list li:first-of-type a, .dropdown-select .dropdown-select-list li:first-of-type span {
      border-radius: 7px 7px 0 0; }
    .dropdown-select .dropdown-select-list li:last-of-type a, .dropdown-select .dropdown-select-list li:last-of-type span {
      border-radius: 0 0 7px 7px;
      border: none; }
    .dropdown-select .dropdown-select-list li:hover a, .dropdown-select .dropdown-select-list li:hover span, .dropdown-select .dropdown-select-list li:focus a, .dropdown-select .dropdown-select-list li:focus span {
      background: #f3f8f8; }
    .dropdown-select .dropdown-select-list li .destructive-action {
      color: #d44950; }
    .dropdown-select .dropdown-select-list li:hover .destructive-action, .dropdown-select .dropdown-select-list li:focus .destructive-action {
      background: #fcf8f2; }
    .dropdown-select .dropdown-select-list:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      bottom: 100%;
      right: 15px;
      border-width: 0 6px 6px 6px;
      border-style: solid;
      border-color: #fff transparent; }
    .dropdown-select .dropdown-select-list:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      bottom: 100%;
      right: 13px;
      border-width: 0 8px 8px 8px;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.1) transparent; }
  .dropdown-select.active .dropdown-select-list {
    display: block;
    opacity: 1;
    pointer-events: auto; }

.wayfinder {
  margin-bottom: .5em; }
  .wayfinder hr.wayfinder-rule {
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-style: none none solid;
    border-width: medium medium 1px;
    margin: 1.5em 0;
    position: relative; }
  .wayfinder h2 {
    font-size: 0.8em;
    line-height: 1.25em;
    margin-bottom: 3px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    padding-left: 0;
    display: block;
    color: #333; }
  .wayfinder .subhead {
    color: #767676;
    display: block;
    font-size: 0.8em;
    font-style: italic;
    line-height: 1.3em;
    padding: 0;
    text-align: left; }

.btn[disabled], .left-nav-col li[disabled], .btn-primary[disabled], .btn-bg[disabled], .btn-primary-bg[disabled], .btn, .left-nav-col li, .btn-primary, .btn-bg, .btn-primary-bg, .section-more-link {
  display: inline-block;
  padding: 9px 19px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .015em;
  text-decoration: none;
  color: #767676;
  cursor: pointer;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.1); }

.btn:hover, .left-nav-col li:hover, .btn-primary:hover, .btn-bg:hover, .btn-primary-bg:hover, .section-more-link:hover {
  border-color: #ccc;
  color: #666; }

.btn:active, .left-nav-col li:active, .btn-primary:active, .btn-bg:active, .btn-primary-bg:active, .section-more-link:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-primary, .btn-primary-bg {
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 20px;
  text-decoration: none;
  background: #0077aa;
  background: -moz-linear-gradient(top, #0077aa 0%, #006699 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0077aa), color-stop(100%, #006699));
  background: -webkit-linear-gradient(top, #0077aa 0%, #006699 100%);
  background: -o-linear-gradient(top, #0077aa 0%, #006699 100%);
  background: -ms-linear-gradient(top, #0077aa 0%, #006699 100%);
  background: linear-gradient(to bottom, #0077aa 0%, #006699 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077aa', endColorstr='#006699',GradientType=0 );
  -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.25); }

.btn-primary:hover, .btn-primary-bg:hover {
  color: #fff;
  background: #0088bb;
  background: -moz-linear-gradient(top, #0088bb 0%, #0077aa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0088bb), color-stop(100%, #0077aa));
  background: -webkit-linear-gradient(top, #0088bb 0%, #0077aa 100%);
  background: -o-linear-gradient(top, #0088bb 0%, #0077aa 100%);
  background: -ms-linear-gradient(top, #0088bb 0%, #0077aa 100%);
  background: linear-gradient(to bottom, #0088bb 0%, #0077aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088bb', endColorstr='#0077aa',GradientType=0 ); }

.btn[disabled], .left-nav-col li[disabled], .btn-primary[disabled], .btn-bg[disabled], .btn-primary-bg[disabled] {
  background: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn:hover[disabled], .left-nav-col li:hover[disabled], .btn-primary:hover[disabled], .btn-bg:hover[disabled], .btn-primary-bg:hover[disabled] {
  color: #888;
  border-color: #ddd;
  cursor: default; }

.fool-search-label {
  display: none; }

.ticker-input {
  position: relative;
  z-index: 999999; }

.ticker-input-results {
  border: 1px solid #888;
  border-radius: 5px;
  box-shadow: 0 0 5px #aaa;
  background: #fff;
  left: 0;
  line-height: 1;
  min-width: 300px;
  top: 25px;
  z-index: 1; }
  .ticker-input-results .ticker-input-results-result {
    border-spacing: 5px;
    border-collapse: collapse;
    border-bottom: 1px dotted #DDDDDD;
    font-size: 14px;
    padding: 3px 10px;
    clear: both;
    cursor: pointer; }
    .ticker-input-results .ticker-input-results-result:after {
      content: "";
      display: table;
      clear: both; }
    .ticker-input-results .ticker-input-results-result.active {
      background-color: #def2fa;
      border: 2px solid #0077ab;
      border-radius: 4px;
      cursor: pointer; }

.ticker-input-results-company {
  display: table-cell;
  float: left;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden; }

.ticker-input-results-symbol {
  display: table-cell;
  float: left;
  font-weight: bold;
  padding: 5px;
  text-align: left;
  white-space: nowrap;
  width: 70px; }

.ticker-input-results-exchange {
  color: #979797;
  font-weight: normal;
  float: right;
  margin-top: 6px; }

@media screen and (min-width: 64em) {
  .ticker-input-results {
    min-width: 500px; } }

@media screen and (min-width: 64em) {
  .ticker-input-results-company {
    min-width: 270px; } }

.ticker-input-results-exchange {
  padding-right: 22px;
  float: right;
  background-repeat: no-repeat;
  background-position: right center; }

.exchange-NYSE {
  background-image: url("https://g.foolcdn.com/art/Flags/18/UnitedStates.png"); }

.exchange-NASDAQ {
  background-image: url("https://g.foolcdn.com/art/Flags/18/UnitedStates.png"); }

.exchange-NYSEMKT {
  background-image: url("https://g.foolcdn.com/art/Flags/18/UnitedStates.png"); }

.exchange-NASDAQOTCBB {
  background-image: url("https://g.foolcdn.com/art/Flags/18/UnitedStates.png"); }

.exchange-NASDAQOTH {
  background-image: url("https://g.foolcdn.com/art/Flags/18/UnitedStates.png"); }

.exchange-NASDAQMUTFUND {
  background-image: url("https://g.foolcdn.com/art/Flags/18/UnitedStates.png"); }

.exchange-TREASURY {
  background-image: url("https://g.foolcdn.com/art/Flags/18/UnitedStates.png"); }

.exchange-NNM {
  background-image: url("https://g.foolcdn.com/art/Flags/18/UnitedStates.png"); }

.exchange-LSE {
  background-image: url("https://g.foolcdn.com/art/Flags/18/UnitedKingdom.png"); }

.exchange-FTSE {
  background-image: url("https://g.foolcdn.com/art/Flags/18/UnitedKingdom.png"); }

.exchange-TSX {
  background-image: url("https://g.foolcdn.com/art/Flags/18/Canada.png"); }

.exchange-TSXV {
  background-image: url("https://g.foolcdn.com/art/Flags/18/Canada.png"); }

.exchange-CMF {
  background-image: url("https://g.foolcdn.com/art/Flags/18/Canada.png"); }

.exchange-ASX {
  background-image: url("https://g.foolcdn.com/art/Flags/18/Australia.png"); }

.exchange-ASXINDICES {
  background-image: url("https://g.foolcdn.com/art/Flags/18/Australia.png"); }

.exchange-NIKKEIINDICES {
  background-image: url("https://g.foolcdn.com/art/Flags/18/Japan.png"); }

.exchange-HSIINDICES {
  background-image: url("https://g.foolcdn.com/art/Flags/18/HongKong.png"); }

.exchange-DAXINDICES {
  background-image: url("https://g.foolcdn.com/art/Flags/18/Germany.png"); }

.exchange-CACINDICES {
  background-image: url("https://g.foolcdn.com/art/Flags/18/France.png"); }

.content-feed {
  overflow: hidden; }
  .content-feed article {
    border-bottom: 2px dotted #DDDDDD;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden; }
    .content-feed article .ticker-name {
      display: none; }
      @media screen and (min-width: 25em) {
        .content-feed article .ticker-name {
          display: inline-block;
          width: 12%;
          margin-top: 10px;
          float: left; } }
      @media screen and (min-width: 64em) {
        .content-feed article .ticker-name {
          width: 9%; } }
    .content-feed article .content-container {
      float: left;
      padding: 10px;
      width: 100%; }
      @media screen and (min-width: 25em) {
        .content-feed article .content-container {
          width: 80%;
          padding-left: 2%; } }
      @media screen and (min-width: 64em) {
        .content-feed article .content-container {
          width: 70%;
          padding-left: 3%; } }
  .content-feed .ticker-name {
    text-align: center;
    font-size: 90%;
    color: #999; }
    .content-feed .ticker-name img {
      width: 60%;
      display: block;
      margin: 0 auto;
      border-radius: 5px; }
    .content-feed .ticker-name .ticker-text {
      display: inline-block;
      margin: 0 auto;
      width: 50px; }
  .content-feed .article-title-and-promo {
    border-left: 2px solid #F0F0F0;
    padding-left: 2%;
    display: block;
    margin-top: 12px; }
  .content-feed .article-link {
    color: #0077AA;
    text-decoration: none; }
  .content-feed .article-link:hover {
    color: #009BDD; }
  .content-feed .article-headline {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px; }
  .content-feed .article-meta {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    display: block; }
    .content-feed .article-meta a, .content-feed .article-meta a:visited {
      color: #999;
      text-decoration: underline; }
    .content-feed .article-meta .meta-user,
    .content-feed .article-meta .meta-service,
    .content-feed .article-meta .meta-ticker,
    .content-feed .article-meta .meta-date {
      display: inline-block; }

/****** FOR IE9 ( SUPPORT)
use the following:
<!--[if gte IE 9]>
  <style type="text/css">
    .gradient {
       filter: none;
    }
  </style>
<![endif]-->
*******/
.btn-1451, .btn-1371, .btn-1321, .btn-1228, .btn-1062, .btn-1048, .btn-1008, .btn-1066, .btn-1069, .btn-1081, .btn-1128, .btn-3994, .btn-4003, .btn-4014, .btn-1502, .btn-1255, .btn-4053, .btn-2885, .btn-2858, .btn-4009, .btn-4021, .btn-4027, .btn-4039, .btn-4069, .btn-4076, .btn-4087 {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.35);
  height: 32px;
  width: 32px;
  background-color: black;
  color: #fff;
  border-radius: 3px;
  display: table;
  font-size: 13px;
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif; }

.btn-1451:after, .btn-1371:after, .btn-1321:after, .btn-1228:after, .btn-1062:after, .btn-1048:after, .btn-1008:after, .btn-1066:after, .btn-1069:after, .btn-1081:after, .btn-1128:after, .btn-3994:after, .btn-4003:after, .btn-4014:after, .btn-1502:after, .btn-1255:after, .btn-4053:after, .btn-2885:after, .btn-2858:after, .btn-4009:after, .btn-4021:after, .btn-4027:after, .btn-4039:after, .btn-4069:after, .btn-4076:after, .btn-4087:after {
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  display: table-cell;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle; }

.btn-1451 {
  background-image: -webkit-linear-gradient(#734382, #501c60);
  background-image: linear-gradient(#734382, #501c60);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#734382', endColorstr='#501c60',GradientType=0 );
  /* IE6-8 */ }

.btn-1451:after {
  content: 'DV'; }

.btn-1371 {
  background-image: -webkit-linear-gradient(#3e4072, #14184f);
  background-image: linear-gradient(#3e4072, #14184f);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4072', endColorstr='#14184f',GradientType=0 );
  /* IE6-8 */ }

.btn-1371:after {
  content: 'SO'; }

.btn-1321 {
  background-image: -webkit-linear-gradient(#257282, #004f60);
  background-image: linear-gradient(#257282, #004f60);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#257282', endColorstr='#004f60',GradientType=0 );
  /* IE6-8 */ }

.btn-1321:after {
  content: 'OPT'; }

.btn-1228 {
  background-image: -webkit-linear-gradient(#1fa192, #007e70);
  background-image: linear-gradient(#1fa192, #007e70);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fa192', endColorstr='#007e70',GradientType=0 );
  /* IE6-8 */ }

.btn-1228:after {
  content: 'PRO'; }

.btn-1062 {
  background-image: -webkit-linear-gradient(#6184b3, #3d6190);
  background-image: linear-gradient(#6184b3, #3d6190);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6184b3', endColorstr='#3d6190',GradientType=0 );
  /* IE6-8 */ }

.btn-1062:after {
  content: 'RYR'; }

.btn-1048 {
  background-image: -webkit-linear-gradient(#4cb2c3, #228fa1);
  background-image: linear-gradient(#4cb2c3, #228fa1);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb2c3', endColorstr='#228fa1',GradientType=0 );
  /* IE6-8 */ }

.btn-1048:after {
  content: 'II'; }

.btn-1008 {
  background-image: -webkit-linear-gradient(#5fa062, #3b7d3d);
  background-image: linear-gradient(#5fa062, #3b7d3d);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa062', endColorstr='#3b7d3d',GradientType=0 );
  /* IE6-8 */ }

.btn-1008:after {
  content: 'HG'; }

.btn-1066 {
  background-image: -webkit-linear-gradient(#d19e26, #b37f00);
  background-image: linear-gradient(#d19e26, #b37f00);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d19e26', endColorstr='#b37f00',GradientType=0 );
  /* IE6-8 */ }

.btn-1066:after {
  content: 'IV'; }

.btn-1069 {
  background-image: -webkit-linear-gradient(#f16f25, #d45300);
  background-image: linear-gradient(#f16f25, #d45300);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f25', endColorstr='#d45300',GradientType=0 );
  /* IE6-8 */ }

.btn-1069:after {
  content: 'RB'; }

.btn-1081 {
  background-image: -webkit-linear-gradient(#1ea0d1, #0080b2);
  background-image: linear-gradient(#1ea0d1, #0080b2);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ea0d1', endColorstr='#0080b2',GradientType=0 );
  /* IE6-8 */ }

.btn-1081:after {
  content: 'SA'; }

.btn-1128 {
  background-image: -webkit-linear-gradient(#3e4393, #141c70);
  background-image: linear-gradient(#3e4393, #141c70);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4393', endColorstr='#141c70',GradientType=0 );
  /* IE6-8 */ }

.btn-1128:after {
  content: 'MDP'; }

.btn-3994 {
  background-image: -webkit-linear-gradient(#1c3664, #001331);
  background-image: linear-gradient(#1c3664, #001331);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3664', endColorstr='#001331',GradientType=0 );
  /* IE6-8 */ }

.btn-3994:after {
  content: 'EXP'; }

.btn-4003 {
  background-image: -webkit-linear-gradient(#0099ff, #0385db);
  background-image: linear-gradient(#0099ff, #0385db);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09f', endColorstr='#0385db',GradientType=0 );
  /* IE6-8 */ }

.btn-4003:after {
  content: 'TI'; }

.btn-4014 {
  background-image: -webkit-linear-gradient(#600, #802121);
  background-image: linear-gradient(#600, #802121); }

.btn-4014:after {
  content: 'PP'; }

.btn-1502 {
  background-image: -webkit-linear-gradient(#1e4b7c, #0c1620);
  background-image: linear-gradient(#1e4b7c, #0c1620);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9376b3', endColorstr='#715390',GradientType=0 );
  /* IE6-8 */ }

.btn-1502:after {
  content: 'SN'; }

.btn-1255 {
  background-image: -webkit-linear-gradient(#41241c, #191816);
  background-image: linear-gradient(#41241c, #191816);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41241c', endColorstr='#191816',GradientType=0 );
  /* IE6-8 */ }

.btn-1255:after {
  content: 'ONE'; }

.btn-4053 {
  background-image: -webkit-linear-gradient(#41241c, #191816);
  background-image: linear-gradient(#41241c, #191816);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41241c', endColorstr='#191816',GradientType=0 );
  /* IE6-8 */ }

.btn-4053:after {
  content: 'EP'; }

.btn-2885 {
  background-image: -webkit-linear-gradient(#4CAF50, #357A38);
  background-image: linear-gradient(#4CAF50, #357A38);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CAF50', endColorstr='#357A38',GradientType=0 );
  /* IE6-8 */ }

.btn-2885:after {
  content: 'WM'; }

.btn-2858 {
  background-image: -webkit-linear-gradient(#4CAF50, #357A38);
  background-image: linear-gradient(#4CAF50, #357A38);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CAF50', endColorstr='#357A38',GradientType=0 );
  /* IE6-8 */ }

.btn-2858:after {
  content: 'WM'; }

.btn-4009 {
  background-image: -webkit-linear-gradient(#e8c009, #b79600);
  background-image: linear-gradient(#e8c009, #b79600);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c009', endColorstr='#b79600',GradientType=0 );
  /* IE6-8 */ }

.btn-4009:after {
  content: 'D17'; }

.btn-4014 {
  background-image: -webkit-linear-gradient(#660000, #802121);
  background-image: linear-gradient(#660000, #802121);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#802121',GradientType=0 );
  /* IE6-8 */ }

.btn-4014:after {
  content: 'PP'; }

.btn-4021 {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a83bd', endColorstr='#2062b0',GradientType=0 );
  /* IE6-8 */ }

.btn-4021:after {
  content: 'IN'; }

.btn-4027 {
  background-image: -webkit-linear-gradient(#330000, #5b0a0a);
  background-image: linear-gradient(#330000, #5b0a0a);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#330000', endColorstr='#5b0a0a',GradientType=0 );
  /* IE6-8 */ }

.btn-4027:after {
  content: 'MP'; }

.btn-4039 {
  background-image: -webkit-linear-gradient(#2E252F, #210e23);
  background-image: linear-gradient(#2E252F, #210e23);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E252F', endColorstr='#210e23',GradientType=0 );
  /* IE6-8 */ }

.btn-4039:after {
  content: 'RS'; }

.btn-4053 {
  background-image: -webkit-linear-gradient(#5f4638, #37261d);
  background-image: linear-gradient(#5f4638, #37261d);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f4638', endColorstr='#37261d',GradientType=0 );
  /* IE6-8 */ }

.btn-4053:after {
  content: 'EP'; }

.btn-4069 {
  background-image: -webkit-linear-gradient(#a13a4e, #a45a7b);
  background-image: linear-gradient(#a13a4e, #a45a7b);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a13a4e', endColorstr='#a45a7b',GradientType=0 );
  /* IE6-8 */ }

.btn-4069:after {
  content: 'CRY'; }

.btn-4076 {
  background-image: -webkit-linear-gradient(#36150E, #1C0F0C);
  background-image: linear-gradient(#36150E, #1C0F0C);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36150E', endColorstr='#1C0F0C',GradientType=0 );
  /* IE6-8 */ }

.btn-4076:after {
  content: 'PAR'; }

.btn-4087 {
  background-image: -webkit-linear-gradient(#00793c, #008d46);
  background-image: linear-gradient(#00793c, #008d46);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00793c', endColorstr='#008d46',GradientType=0 );
  /* IE6-8 */ }

.btn-4087:after {
  content: 'GP'; }

.modal.fade.in {
  top: 2%; }
  @media screen and (min-width: 25em) {
    .modal.fade.in {
      top: 10%; } }

.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%; }

.modal {
  z-index: 1050;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  position: absolute;
  left: 5%;
  top: 2%;
  width: 90%; }
  @media screen and (min-width: 25em) {
    .modal {
      margin-left: -280px;
      margin-bottom: 50px;
      top: 10%;
      left: 50%;
      width: 550px; } }

.modal-header {
  border-bottom: 1px solid #999999;
  padding: 30px 25px 15px; }

.modal-body {
  position: relative;
  min-height: 120px;
  padding: 15px; }

.modal-footer {
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  text-align: center; }
  @media screen and (min-width: 25em) {
    .modal-footer {
      padding: 14px 15px 15px;
      text-align: right; } }

.modal-body input[type=number]::-webkit-inner-spin-button,
.modal-body input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.position-transaction-table-wrapper {
  max-height: 300px;
  overflow: auto; }

.position-transaction-table {
  color: #444444;
  margin: 40px 0; }

.position-transaction-row {
  cursor: pointer; }

.position-transaction-row td {
  border-bottom: 1px solid #ccc;
  height: 45px; }

.modal-header span {
  font-size: 18px; }

.modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: .6; }

.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  z-index: 1049; }

.quickdate {
  position: relative; }
  @media screen and (min-width: 25em) {
    .quickdate {
      display: inline-block; } }

.quickdate-button div,
.quickdate-action-link div {
  display: inline; }

.quickdate-popup {
  z-index: 10;
  background-color: #fff;
  border: solid 1px #000;
  text-align: center;
  width: 250px;
  display: none;
  position: absolute;
  padding: 5px; }

.quickdate-popup.open {
  display: block; }

.quickdate-close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #333;
  font-size: 110%;
  margin-top: -6px;
  text-decoration: none; }

.quickdate-close:hover {
  text-decoration: underline; }

.quickdate-close:hover,
.quickdate-close:visited {
  color: #333; }

.quickdate-calendar-header {
  display: block;
  padding: 2px 0;
  margin-bottom: 5px;
  text-align: center; }

.quickdate-month {
  display: inline-block; }

a.quickdate-prev-month {
  float: left; }

a.quickdate-next-month {
  float: right; }

.quickdate-text-inputs {
  text-align: left;
  margin-bottom: 5px; }

.quickdate-input-wrapper {
  width: 48%;
  display: inline-block; }

input.quickdate-date-input,
input.quickdate-time-input {
  width: 100px;
  margin: 0;
  height: auto;
  padding: 2px 3px; }

table.quickdate-calendar {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 5px; }

table.quickdate-calendar th,
table.quickdate-calendar td {
  padding: 5px; }

table.quickdate-calendar td:hover {
  cursor: pointer; }

.quickdate-popup-footer {
  text-align: right;
  display: block; }

.quickdate input.ng-invalid {
  border: 1px solid #dd3b30; }

.quickdate input.ng-invalid:focus {
  outline-color: #dd3b30; }

.quickdate {
  vertical-align: bottom;
  font-size: 15px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 25em) {
    .quickdate {
      display: inline-block; } }

.quickdate input,
.quickdate select {
  font-size: 13px; }

.quickdate-button {
  background: #ffffff;
  color: #333333;
  border: solid 1px #cccccc;
  box-shadow: outset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-block;
  text-decoration: none; }

.quickdate-button:hover {
  text-decoration: underline; }

.quickdate-button:hover i {
  text-decoration: none; }

.quickdate-button i {
  padding-right: 4px; }

.quickdate-popup {
  color: #333333;
  font-size: 15px;
  background-color: #fafafa;
  border: solid 1px #dddddd;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 30px rgba(25, 25, 25, 0.92);
  -moz-box-shadow: 0px 10px 30px rgba(25, 25, 25, 0.92);
  box-shadow: 0px 10px 30px rgba(25, 25, 25, 0.92); }

.quickdate-action-link:visited,
.quickdate-action-link:hover {
  color: #333333; }

.quickdate-next-month i {
  padding-left: 10px; }

.quickdate-prev-month i {
  padding-right: 10px; }

table.quickdate-calendar {
  border: solid 1px #ccc;
  background-color: #ffffff; }

table.quickdate-calendar th,
table.quickdate-calendar td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

table.quickdate-calendar td:hover {
  background-color: #e6e6e6; }

table.quickdate-calendar td.other-month {
  background-color: #dbdbdb;
  color: #808080; }

table.quickdate-calendar td.other-month:hover {
  background-color: #c7c7c7; }

table.quickdate-calendar td.disabled-date {
  background-color: inherit;
  color: #ffffff; }

table.quickdate-calendar td.disabled-date:hover {
  background-color: inherit;
  cursor: default; }

table.quickdate-calendar td.selected {
  background-color: #b0ccde;
  font-weight: bold; }

table.quickdate-calendar td.is-today {
  color: #b58922;
  font-weight: bold; }

table.quickdate-calendar td.is-today.disabled-date {
  color: #929292;
  font-weight: normal; }

.quickdate-popup-footer {
  margin: 3px 1px 0; }

.quickdate-clear {
  display: inline-block;
  padding: 2px 4px;
  background-color: #ffffff;
  color: #333333;
  border: solid 1px #cccccc;
  box-shadow: outset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  text-decoration: none; }

.quickdate-clear:hover {
  background-color: #f2f2f2; }

/* For angularjs follow directive */
.scorecard-add-container {
  margin: 0 auto;
  text-align: center; }
  .scorecard-add-container .add-scorecard-inner-container {
    height: 40px; }
  .scorecard-add-container .btn-added-scorecard {
    width: 130px;
    padding: 9px 0px;
    text-align: center; }
  .scorecard-add-container .btn-add-scorecard-follow,
  .scorecard-add-container .btn-add-scorecard-following,
  .scorecard-add-container .btn-add-scorecard-wide {
    background: #07a;
    color: #fff;
    width: 86px;
    padding: 9px 0px;
    position: relative;
    top: -16px; }
  .scorecard-add-container .btn-add-scorecard-wide {
    width: 130px;
    border-radius: 3px;
    top: 0; }
  .scorecard-add-container .btn-add-scorecard-following {
    background: #495; }
  .scorecard-add-container .btn-add-scorecard-follow:hover,
  .scorecard-add-container .btn-add-scorecard-following:hover {
    opacity: 0.8; }
  .scorecard-add-container .btn-left {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .scorecard-add-container .btn-right {
    background: #07a;
    color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #ddd;
    border-left: none; }
  .scorecard-add-container .btn.disabled, .scorecard-add-container .left-nav-col li.disabled, .left-nav-col .scorecard-add-container li.disabled {
    background-color: #fff;
    color: #C5C5C5;
    cursor: default; }
  .scorecard-add-container span.btn-add-scorecard-dropdown {
    position: relative;
    top: -2px; }
  .scorecard-add-container .scorecard-dropdown {
    top: 1px;
    left: -3px; }
  .scorecard-add-container .select-change {
    padding: 4px; }
  .scorecard-add-container .dropdown-container .transaction-utility-sprocket .dropdown-select-list {
    margin-left: -55px;
    width: 100px; }
  .scorecard-add-container .dropdown-select .dropdown-select-list li a {
    font-size: 12px;
    font-weight: 400; }
  .scorecard-add-container .dropdown-select .dropdown-select-list li i {
    float: none;
    color: inherit;
    margin-right: 5px; }
  .scorecard-add-container .dropdown-select .dropdown-select-list {
    border-radius: 3px; }
  .scorecard-add-container .dropdown-select {
    padding: 5px 44px 33px 0px; }
  .scorecard-add-container .dropdown-select:after {
    border-color: #fff transparent; }
  .scorecard-add-container .dropdown-select .dropdown-select-list:before,
  .scorecard-add-container .dropdown-select .dropdown-select-list:after {
    border-color: #07a transparent; }
  .scorecard-add-container .dropdown-select .dropdown-select-list li a,
  .scorecard-add-container .dropdown-select .dropdown-select-list li:first-of-type a,
  .scorecard-add-container .dropdown-select .dropdown-select-list li:last-of-type a {
    background: #07a;
    border-color: #07a;
    border-radius: 0;
    box-shadow: none;
    color: #fff; }
  .scorecard-add-container .dropdown-select .dropdown-select-list,
  .scorecard-add-container .dropdown-select-list li:first-of-type a {
    border-top: 0; }
  .scorecard-add-container .dropdown-select .dropdown-select-list li:hover a {
    background: #07a;
    opacity: .8; }
  .scorecard-add-container .modal-scrollable {
    background-color: rgba(51, 51, 51, 0.6); }
  .scorecard-add-container .scorecard-checkmark {
    position: absolute;
    right: 0px;
    margin-right: 35px;
    top: 10px; }

/* modal styles for the directive */
#follow-btn-modal fieldset {
  border: none;
  margin: 0;
  padding: 0; }

#follow-btn-modal .model-body {
  padding: 0 15px; }

#follow-btn-modal label {
  margin-right: 4px; }

#follow-btn-modal input, #follow-btn-modal select {
  background-color: #FFFFFF;
  padding: 6px;
  border: solid 1px #cccccc;
  border-radius: 4px;
  margin-right: 4px;
  vertical-align: middle; }

#follow-btn-modal p input {
  width: 130px; }

#follow-btn-modal input:focus {
  outline: 0; }

#follow-btn-modal input.ng-invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

#follow-btn-modal .quickdate {
  vertical-align: middle !important; }

#follow-btn-modal .quickdate-button {
  padding: 6px !important;
  font-size: 16px; }

/* Local Patterns  */
a {
  color: #006699; }

a:visited {
  color: #43689c; }

a:active, a:hover {
  color: #009bdd; }

@media screen and (max-width: 40.25em) {
  .drop-when-small {
    display: none; } }

@media screen and (max-width: 52.75em) {
  .drop-when-medium {
    display: none; } }

@media screen and (max-width: 52.75em) {
  .drop-when-small-or-medium {
    display: none; } }

@media screen and (min-width: 25em) {
  .drop-when-greater-than-small {
    display: none; } }

@media screen and (min-width: 64em) {
  .drop-when-large-or-xl {
    display: none; } }

/* Local Vendor Dependencies  */
.main-col iframe#idcContent,
.chart-section iframe {
  border: none;
  overflow: hidden; }

h2.subnav-header {
  display: inline-block;
  font-size: 180%;
  font-weight: normal;
  line-height: 120%;
  margin: 15px 0px;
  padding: 5px 8px 3px 0; }

/* Local Modules  */
.snapshots-page-section {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto; }
  .snapshots-page-section:after {
    content: "";
    display: table;
    clear: both; }
  .snapshots-page-section .left-nav-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .snapshots-page-section .left-nav-col:last-child {
      margin-right: 0; }
    @media screen and (min-width: 64em) {
      .snapshots-page-section .left-nav-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 10.43705%;
        float: left; }
        .snapshots-page-section .left-nav-col:last-child {
          margin-right: 0; } }
  .snapshots-page-section .main-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    overflow: hidden;
    margin-left: 0; }
    .snapshots-page-section .main-col:last-child {
      margin-right: 0; }

.main-col {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto; }
  .main-col:after {
    content: "";
    display: table;
    clear: both; }
  .main-col .middle-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .main-col .middle-col:last-child {
      margin-right: 0; }
    @media screen and (min-width: 64em) {
      .main-col .middle-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 61.61588%; }
        .main-col .middle-col:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 64em) {
      .main-col .middle-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .main-col .middle-col:last-child {
          margin-right: 0; } }
  .main-col .right-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .main-col .right-col:last-child {
      margin-right: 0; }
    @media screen and (min-width: 64em) {
      .main-col .right-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 36.02647%;
        margin-left: 4.2649%;
        padding-right: 0; }
        .main-col .right-col:last-child {
          margin-right: 0; }
        .main-col .right-col:nth-child(2n) {
          margin-right: 0; }
        .main-col .right-col:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 64em) {
      .main-col .right-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 29.62911%;
        margin-left: 2.13245%; }
        .main-col .right-col:last-child {
          margin-right: 0; }
        .main-col .right-col:nth-child(2n) {
          margin-right: 0; }
        .main-col .right-col:nth-child(2n+1) {
          clear: left; } }

@media screen and (min-width: 41.25em) {
  .middle-col .middle-column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .middle-col .middle-column:last-child {
      margin-right: 0; }
    .middle-col .middle-column:nth-child(12n) {
      margin-right: 0; }
    .middle-col .middle-column:nth-child(12n+1) {
      clear: left; } }

.two-equal-col {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .two-equal-col:last-child {
    margin-right: 0; }
  @media screen and (min-width: 41.25em) {
    .two-equal-col {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .two-equal-col:last-child {
        margin-right: 0; }
      .two-equal-col:nth-child(2n) {
        margin-right: 0; }
      .two-equal-col:nth-child(2n+1) {
        clear: left; } }

@media screen and (min-width: 41.25em) {
  .col-align-right {
    text-align: right; } }

.left-nav-col {
  border-right: 1px solid #DDDDDD; }

.left-nav-container {
  border-radius: 3px;
  color: #444;
  margin-top: 20px;
  padding: 0px;
  width: 100%;
  position: relative;
  z-index: 800; }
  @media screen and (max-width: 52.75em) {
    .left-nav-container {
      overflow: hidden; } }
  @media screen and (min-width: 64em) {
    .left-nav-container {
      margin-top: 0px;
      width: 100%; } }
  .left-nav-container .left-nav-wayfinder {
    display: block; }
    @media screen and (min-width: 64em) {
      .left-nav-container .left-nav-wayfinder {
        display: none; } }
    .left-nav-container .left-nav-wayfinder .left-nav-header {
      background-color: #F7F7F7; }
  .left-nav-container .nav-section {
    width: 100%; }
    @media screen and (max-width: 52.75em) {
      .left-nav-container .nav-section {
        float: left;
        margin-bottom: 10px; } }
  @media screen and (max-width: 52.75em) {
    .left-nav-container .nav-section {
      float: left;
      width: 25; } }

.left-nav-ticker-search input {
  width: 95%;
  padding: 3px 3px 3px 3px;
  font-size: 12px;
  margin-top: 10px;
  margin-left: 0px !important;
  margin-right: 0px !important; }
  .left-nav-ticker-search input:focus {
    color: #444;
    border: solid 1px #0077aa; }

.left-nav-ticker-search .fa-search {
  display: none; }

.left-nav-col {
  font-size: 12px; }
  .left-nav-col h3 {
    clear: both;
    font-size: 12px;
    color: #444;
    display: block;
    font-weight: 600;
    margin: 0px 0px 0px;
    padding: 8px 0px 3px;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .left-nav-col ul {
    margin: 0px;
    padding: 0px; }
  .left-nav-col li {
    padding: 0px;
    color: #444;
    position: relative;
    width: 100%;
    margin-bottom: 5px; }
    @media screen and (min-width: 64em) {
      .left-nav-col li {
        margin-left: 0px;
        background: none;
        border: none;
        border-radius: none;
        box-shadow: none;
        font-size: inherit;
        letter-spacing: 0px;
        line-height: 16px;
        padding: 0 0px 0 0;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400; } }
  @media screen and (max-width: 52.75em) {
    .left-nav-col li.selected {
      background-color: #efefef;
      font-weight: 500;
      padding: 9px 19px; } }
  @media screen and (min-width: 64em) {
    .left-nav-col li.selected:before {
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid #999999;
      content: "";
      position: absolute;
      left: -8px;
      top: 4px; } }
  .left-nav-col a, .left-nav-col a:link, .left-nav-col a:visited {
    color: #444;
    padding: 9px 19px;
    display: block;
    text-decoration: none;
    overflow: hidden; }
    @media screen and (min-width: 64em) {
      .left-nav-col a, .left-nav-col a:link, .left-nav-col a:visited {
        padding: 0px; } }
    .left-nav-col a:hover, .left-nav-col a:link:hover, .left-nav-col a:visited:hover {
      text-decoration: underline; }

.caps-section img.number-of-stars {
  margin-top: 5px;
  margin-bottom: -2px; }

.caps-score-number {
  color: #444; }

.rating-attribution {
  font-size: 80%;
  text-align: right;
  padding: 0px 0px 20px 0px;
  margin: 10px 0px 0px 0px;
  color: #767676; }
  .rating-attribution img {
    margin-bottom: -10px; }

.caps-rating-number {
  font-size: 150%;
  color: #666;
  margin-bottom: 0; }

.caps-rating .poweredby-words {
  display: block;
  float: right; }

.caps-rating .ratings-logo {
  background-color: transparent;
  background-image: url("//g.foolcdn.com/art/tickerreports/poweredby/caps-logo.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  float: right; }

.jointSentimentGroup {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  clear: both; }

.underperformBar {
  background-image: -webkit-linear-gradient(#c10000, #b20101);
  background-image: linear-gradient(#c10000, #b20101);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMjAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10000', endColorstr='#b20101',GradientType=0 );
  /* IE6-8 */
  height: 34px; }

.outperformBar {
  background-image: -webkit-linear-gradient(#68ba4a, #499c29);
  background-image: linear-gradient(#68ba4a, #499c29);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4YmE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTljMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68ba4a', endColorstr='#499c29',GradientType=0 );
  /* IE6-8 */
  height: 14px; }

.sentimentBar {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #D9D3C7 #C2B9AA #C2B9AA #D9D3C7;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 3px;
  height: 16px;
  padding: 0; }

.caps-performance-bar-legand {
  color: #767676;
  font-size: 70%;
  font-weight: normal; }

.caps-outperform {
  float: left; }

.caps-underperform {
  float: right; }

.caps-buttons-container {
  display: none;
  background-color: #f7f7f7;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  padding: 1.5rem 1rem;
  text-align: center; }
  .caps-buttons-container .two-equal-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .caps-buttons-container .two-equal-col:last-child {
      margin-right: 0; }
    @media screen and (min-width: 80em) {
      .caps-buttons-container .two-equal-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .caps-buttons-container .two-equal-col:last-child {
          margin-right: 0; }
        .caps-buttons-container .two-equal-col:nth-child(2n) {
          margin-right: 0; }
        .caps-buttons-container .two-equal-col:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 40.25em) {
      .caps-buttons-container .two-equal-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .caps-buttons-container .two-equal-col:last-child {
          margin-right: 0; }
        .caps-buttons-container .two-equal-col:nth-child(2n) {
          margin-right: 0; }
        .caps-buttons-container .two-equal-col:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 24em) {
      .caps-buttons-container .two-equal-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .caps-buttons-container .two-equal-col:last-child {
          margin-right: 0; } }
    .caps-buttons-container .two-equal-col button {
      width: 100%;
      font-size: 95%; }
  .caps-buttons-container .modal {
    box-shadow: none;
    border: none;
    position: relative; }
  .caps-buttons-container button {
    opacity: 0.8; }
    .caps-buttons-container button:hover {
      opacity: 1; }
  .caps-buttons-container .btn-outperform button {
    background-color: #071; }
  .caps-buttons-container .btn-underperform button {
    background-color: #B00; }
  .caps-buttons-container .caps-data-points {
    background-color: #fff;
    padding: 0.75em;
    border-radius: 4px;
    border: solid 1px #f3f3f3; }
  .caps-buttons-container .caps-data-points td {
    text-align: left; }
  .caps-buttons-container .btn-subtle {
    font-weight: 400;
    font-size: 12px;
    border: solid 1px #ddd;
    background-color: #fff;
    color: #0077aa; }

.add-to-caps-watchlist {
  display: none;
  text-align: center;
  display: block; }

.caps-pitch-container {
  margin-top: 3rem;
  clear: both;
  display: block; }

.caps-pitch {
  border-top: dotted 1px #ddd;
  padding: 1rem;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto; }
  .caps-pitch:after {
    content: "";
    display: table;
    clear: both; }
  .caps-pitch .left-nav-col {
    border: none;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .caps-pitch .left-nav-col:last-child {
      margin-right: 0; }
    @media screen and (min-width: 41.25em) {
      .caps-pitch .left-nav-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 6.17215%;
        float: left; }
        .caps-pitch .left-nav-col:last-child {
          margin-right: 0; } }
  .caps-pitch .middle-col {
    border: none;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .caps-pitch .middle-col:last-child {
      margin-right: 0; }
    @media screen and (min-width: 41.25em) {
      .caps-pitch .middle-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 68.01323%;
        margin-left: 2.13245%; }
        .caps-pitch .middle-col:last-child {
          margin-right: 0; } }
  .caps-pitch .right-col {
    border: none;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .caps-pitch .right-col:last-child {
      margin-right: 0; }
    @media screen and (min-width: 41.25em) {
      .caps-pitch .right-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 16.83441%;
        margin-left: 2.13245%;
        margin-right: 0; }
        .caps-pitch .right-col:last-child {
          margin-right: 0; } }

div.recBox {
  background: #fcfdb1;
  border: 1px solid #fedb89;
  margin: 0 0 .8em;
  padding: .5em;
  border-radius: 4px;
  text-align: center;
  background: #0088bb;
  /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#fefee4+0,fcfdb1+100 */
  background: #fefee4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefee4 0%, #fcfdb1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fefee4 0%, #fcfdb1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fefee4 0%, #fcfdb1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefee4', endColorstr='#fcfdb1',GradientType=0 );
  /* IE6-9 */ }
  div.recBox div.count {
    font-size: 1.8em;
    font-weight: bold;
    margin-top: .2em; }

.recs input {
  background-color: #fff;
  border: solid 1px #999;
  color: #333;
  cursor: pointer;
  padding: 0.5em 0.75em; }

.smallAvatar {
  max-width: 32px;
  max-height: 32px;
  border: solid 1px #ccc;
  padding: 1px; }

.right-col .startPrice,
.right-col .stockScore,
.right-col .reportThis {
  display: block;
  text-align: right; }

.caps-picks-table th, .caps-picks-table td {
  padding: 6px;
  font-size: 90%;
  line-height: 120%;
  text-align: right; }

.caps-picks-table th a {
  text-align: center; }

.caps-picks-table .col-top-pick,
.caps-picks-table .col-call {
  width: 60px; }

.caps-picks-table .col-member-name {
  text-align: left; }

.caps-picks-table .col-top-pick,
.caps-picks-table .col-start-date,
.caps-picks-table .col-commentary {
  text-align: center; }

.chart-section {
  background-color: #FFFFFF;
  border: none;
  border-radius: 5px;
  color: #444444;
  margin: 0;
  overflow: hidden;
  padding: 0px;
  position: relative; }
  .chart-section img {
    width: 100%; }
  .chart-section .ui-state-active a {
    border: 1px solid #999;
    box-shadow: 1px 2px 4px #666;
    font-weight: bold; }
  .chart-section ul.idc-tabnav li {
    padding: 2px; }

.chart-image {
  min-height: 160px; }

.chart-length-container .chart-tabs {
  margin-top: 8px;
  width: 100%; }

.chart-length-container .tab {
  float: left;
  width: 25%; }
  .chart-length-container .tab:nth-child(8n) {
    margin-right: 0; }
  @media screen and (min-width: 64em) {
    .chart-length-container .tab {
      width: 12.5%; } }

.chart-length-container .btn, .chart-length-container .left-nav-col li, .left-nav-col .chart-length-container li {
  color: #333 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 3px 6px;
  text-align: center;
  width: 100%; }

.mid-col-header .subhead-blue {
  color: #096b9c !important;
  font-weight: bold;
  font-style: normal !important;
  border-bottom: solid 3px #096b9c; }

.mid-col-header .subhead-red {
  color: #cf0000 !important;
  font-weight: bold;
  font-style: normal !important;
  border-bottom: solid 3px #cf0000; }

.view-advanced-chart {
  display: block;
  font-size: 75%;
  margin: 0.5em auto 0;
  text-align: center; }
  .view-advanced-chart a {
    display: inline-block;
    margin: 0.5em auto 0;
    text-align: center; }

.title-section {
  border-bottom: 1px solid #cdcbcd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto; }
  .title-section:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 25em) {
    .title-section {
      margin-bottom: 20px;
      padding-bottom: 20px; } }

.company-mark {
  display: block;
  height: 54px;
  margin: 0px auto; }
  @media screen and (min-width: 41.25em) {
    .company-mark {
      display: inline-block;
      margin-right: -10px 5px 0px 0px;
      float: left; } }

.company-name-container {
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 41.25em) {
    .company-name-container {
      float: left;
      display: inline-block;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .company-name-container:last-child {
        margin-right: 0; } }

.company-name {
  color: #444;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin: 12px 8px 8px;
  text-align: center; }
  @media screen and (min-width: 41.25em) {
    .company-name {
      font-size: 32px;
      line-height: 32px;
      display: inline-block;
      text-align: left; } }

.company-ticker {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: #444; }
  @media screen and (min-width: 41.25em) {
    .company-ticker {
      display: inline; } }

.sub-page-dropdown-container {
  text-align: center; }
  @media screen and (min-width: 41.25em) {
    .sub-page-dropdown-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 0;
      text-align: right; }
      .sub-page-dropdown-container:last-child {
        margin-right: 0; } }
  .sub-page-dropdown-container select {
    padding: 5px 30px 5px 5px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (min-width: 41.25em) {
      .sub-page-dropdown-container select {
        margin: 0;
        float: right;
        text-align: left; } }
  .sub-page-dropdown-container option {
    padding: 5px 8px;
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    border-top: solid 1px #ddd; }
    .sub-page-dropdown-container option:first-child {
      display: none; }
    .sub-page-dropdown-container option:last-child {
      border-bottom: solid 1px #ddd; }
  .sub-page-dropdown-container optgroup {
    padding: 5px 8px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 11px;
    display: block; }
    .sub-page-dropdown-container optgroup option:first-child {
      display: block; }

.stock-BATS .company-exchange {
  display: none; }

.stock-BATS .company-exchange :after {
  content: 'BATS:'; }

.label-chicklet {
  border-radius: 3px;
  background-color: #999;
  color: #FFFFFF;
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  padding: 1px 3px;
  text-transform: uppercase;
  white-space: nowrap; }

.label-now {
  background-color: #88BB00; }

.label-core {
  background-color: #007cc2; }

.chicklets .label-chicklet {
  font-size: 12px;
  padding: 4px 6px;
  font-weight: bold; }

.label-buy {
  background-color: #DDEE88;
  color: #66AA00;
  padding: 1px 6px; }

.label-coreShort {
  background-color: #EE8800; }

.label-short {
  background-color: #FFC575;
  color: #BB6600; }

.label-hold {
  background-color: #999999; }

.label-cover, .label-sell {
  background-color: #CC0000; }

.label-new {
  background-color: #FFEE00;
  color: #DD7700; }

.label-option {
  background-color: #BBDDEE;
  border: 1px solid #AACCDD;
  color: #558899;
  padding: 1px 3px 0; }

.label-sa, .label-sn, .label-so, .label-rb, .label-ryr, .label-pro, .label-opt, .label-mdp, .label-iv, .label-ii, .label-hg, .label-dv, .label-one, .label-a {
  border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  min-width: 24px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  vertical-align: text-bottom; }

.label-sa:hover, .label-sn:hover, .label-so:hover, .label-rb:hover, .label-ryr:hover, .label-pro:hover, .label-opt:hover, .label-mdp:hover, .label-iv:hover, .label-ii:hover, .label-hg:hover, .label-dv:hover, .label-one:hover, .label-a:hover {
  color: #FFFFFF; }

.label-sa:visited, .label-sn:visited, .label-so:visited, .label-rb:visited, .label-ryr:visited, .label-pro:visited, .label-opt:visited, .label-mdp:visited, .label-iv:visited, .label-ii:visited, .label-hg:visited, .label-dv:visited, .label-one:visited, .label-a:visited {
  color: #FFFFFF; }

.label-sa {
  background: linear-gradient(to bottom, #2299CC 0px, #0178AB 100%) repeat scroll 0 0 transparent;
  text-shadow: 0 1px 0 #0964A4; }

.label-sn {
  background: linear-gradient(to bottom, #8866AA 0px, #674589 100%) repeat scroll 0 0 transparent;
  text-shadow: 0 1px 0 #563C79; }

.label-so {
  background: linear-gradient(to bottom, #333366 0px, #121245 100%) repeat scroll 0 0 transparent;
  text-shadow: 0 1px 0 #17173F; }

.label-rb {
  background: linear-gradient(to bottom, #EE6622 0px, #CD4501 100%) repeat scroll 0 0 transparent;
  text-shadow: 0 1px 0 #CF3D09; }

.label-ryr {
  background: linear-gradient(to bottom, #229988 0px, #017867 100%) repeat scroll 0 0 transparent;
  text-shadow: 0 1px 0 #2F4979; }

.label-pro {
  background: linear-gradient(to bottom, #229988 0px, #017867 100%) repeat scroll 0 0 transparent;
  text-shadow: 0 1px 0 #096456; }

.label-opt {
  background: linear-gradient(to bottom, #226677 0px, #014556 100%) repeat scroll 0 0 transparent;
  text-shadow: 0 1px 0 #014556; }

.label-mdp {
  background: linear-gradient(to bottom, #333388 0px, #121267 100%) repeat scroll 0 0 transparent;
  text-shadow: 0 1px 0 #161656; }

.label-iv {
  background: linear-gradient(to bottom, #CC9922 0px, #AB7801 100%) repeat scroll 0 0 transparent;
  text-shadow: 0 1px 0 #A46409; }

.label-ii {
  background: linear-gradient(to bottom, #44AABB 0px, #23899A 100%) repeat scroll 0 0 transparent;
  text-shadow: 0 1px 0 #22798F; }

.label-hg {
  background: linear-gradient(to bottom, #559955 0px, #347834 100%) repeat scroll 0 0 transparent;
  text-shadow: 0 1px 0 #2F642F; }

.label-dv {
  background: linear-gradient(to bottom, #663377 0px, #451256 100%) repeat scroll 0 0 transparent;
  text-shadow: 0 1px 0 #3C1649; }

.label-one {
  background: linear-gradient(to bottom, #336699 0px, #124578 100%) repeat scroll 0 0 transparent;
  text-shadow: 0 1px 0 #163C64; }

.label-a {
  background: linear-gradient(to bottom, #444444 0px, #232323 100%) repeat scroll 0 0 transparent;
  text-shadow: 0 1px 0 #222222; }

.chicklets {
  text-align: center; }

@media screen and (max-width: 40.25em) {
  .price-quote-container {
    text-align: center; } }

.price-quote, .current-price, .price-change-arrow, .price-change-amount, .price-change-percent {
  font-size: 135%;
  font-weight: 400;
  line-height: 120%;
  display: inline-block;
  margin: 0;
  padding: 5px 8px 3px 0; }
  @media screen and (min-width: 41.25em) {
    .price-quote, .current-price, .price-change-arrow, .price-change-amount, .price-change-percent {
      font-size: 160%; } }

.price-change-arrow {
  padding-right: 3px;
  font-size: 150%; }

.price-change-amount {
  padding-right: 0px; }

@media screen and (max-width: 40.25em) {
  .bats-date {
    display: block;
    text-align: center; } }

.real-time-info {
  color: #777;
  display: block;
  font-size: 70%;
  font-style: italic;
  line-height: 14px; }

.price-pos {
  color: #007711; }

.price-neg {
  color: #bb0000; }

.mobile-quote-price {
  display: none; }
  @media screen and (max-width: 40.25em) {
    .mobile-quote-price {
      display: block;
      text-align: center; } }

@media screen and (max-width: 40.25em) {
  .right-col .price-quote-container {
    display: none; } }

.sr-only {
  display: none; }

ul {
  list-style-type: none;
  list-style-image: none;
  padding: 0; }

@media screen and (min-width: 41.25em) {
  .right-col {
    border-left: 1px solid #DDDDDD;
    padding-left: 2em;
    padding-right: 2em; } }

.mid-col-header {
  margin-bottom: .5em; }

.mid-col-header h2, #price-quote-header {
  font-size: 0.8em;
  line-height: 1.25em;
  margin-bottom: -3px;
  text-transform: uppercase; }

.mid-col-header .subhead {
  color: #777;
  display: inline-block;
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.2em;
  padding: 3px 0; }

body.premium-1255 .right-col,
body.premium-2857 .right-col {
  margin-left: 0; }

body.premium-1255 .one-template,
body.premium-2857 .one-template {
  margin-top: 20px;
  margin-bottom: 10px; }

body.premium-1255 .snapshots-page-section,
body.premium-2857 .snapshots-page-section {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  margin: 0 auto 1rem;
  padding: 3em 1.5em;
  position: relative; }
  @media screen and (min-width: 41.25em) {
    body.premium-1255 .snapshots-page-section,
    body.premium-2857 .snapshots-page-section {
      padding: 3em; } }

.holdings-returns .wayfinder {
  margin: 0px; }

.holdings-returns small {
  color: #767676;
  display: block;
  font-size: 11px;
  text-align: center; }

.premium-section {
  background-color: #F7F7F7;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  clear: both;
  color: #444444;
  margin: 15px 0;
  overflow: hidden;
  padding: 10px;
  position: relative; }

.placeholder-section {
  background-color: #F7F7F7;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  color: #444444;
  margin: 15px 0;
  overflow: hidden;
  padding: 10px;
  position: relative; }

.upper-chart-section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 30px; }
  .upper-chart-section:last-child {
    margin-right: 0; }
  @media screen and (min-width: 41.25em) {
    .upper-chart-section {
      display: none; } }

@media screen and (max-width: 40.25em) {
  .lower-chart-section {
    display: none; } }

.free-desc h2 {
  font-weight: 300;
  font-size: 150%;
  line-height: 120%;
  margin-bottom: 2rem; }

#tickerpage_pitch {
  margin-bottom: 2rem; }

#tickerpage_pitch .tab-content {
  background-color: #fcfcfc;
  border-radius: 4px; }

#tickerpage_pitch .react-reaction {
  display: none; }

table.key-data-points {
  background-color: #FFFFFF; }
  table.key-data-points tr:nth-of-type(odd) {
    background-color: #F6F7F8; }
  table.key-data-points tr:nth-of-type(even) {
    background-color: #FFFFFF; }
  table.key-data-points td {
    text-align: left; }

.no-holdings-msg {
  text-align: center;
  margin-top: 5px; }

.headline-list article {
  clear: both;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .headline-list article:last-child {
    margin-right: 0; }

.headline-list .article-link {
  color: #0077AA;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.25em; }

.headline-list .article-link:hover {
  color: #009BDD; }

.headline-list .article-headline {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px; }

.headline-list .article-meta {
  color: #888;
  display: block;
  font-size: 0.778em;
  font-weight: 400;
  line-height: 1.428; }

.headline-list .article-promo {
  font-size: 90%; }

.headline-list .article-icon {
  display: none; }
  @media screen and (min-width: 53.75em) {
    .headline-list .article-icon {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 4.0397%;
      margin-left: 2.13245%;
      display: inline-block; }
      .headline-list .article-icon:last-child {
        margin-right: 0; } }

.headline-list .article-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  overflow: hidden; }
  .headline-list .article-container:last-child {
    margin-right: 0; }
  @media screen and (min-width: 53.75em) {
    .headline-list .article-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 91.4702%;
      margin-right: 0; }
      .headline-list .article-container:last-child {
        margin-right: 0; } }

.headline-list .article-featured {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #e3e3e3;
  padding-right: 1em;
  border-radius: 4px; }

.headline-list .article-featured .fa-stack {
  color: #0077aa; }

.section-more-link-container {
  text-align: center; }

.section-more-link {
  margin-top: 15px; }

.fool-recs {
  clear: both;
  padding-top: 20px; }

.rec-container {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  clear: both;
  color: #444444;
  margin: 25px 0 15px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  height: 100%; }

table tr.real-money-transactions {
  background-color: #FFFFFF; }
  table tr.real-money-transactions div {
    border: solid 1px #999;
    padding: 10px 10px 10px 25px; }
  table tr.real-money-transactions h4 {
    padding: 0;
    margin: 0;
    font-weight: 300; }
  table tr.real-money-transactions ul {
    margin: 0px;
    padding: 5px 0px; }
  table tr.real-money-transactions li {
    padding-top: 5px;
    border-top: dotted 1px #ccc;
    margin-top: 5px; }
  table tr.real-money-transactions ul:last-child {
    padding-bottom: 5px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 5px; }
  table tr.real-money-transactions span {
    color: #767676;
    padding-left: 5px;
    font-size: 90%; }

.key-data-container {
  margin-bottom: 25px;
  overflow: hidden;
  clear: both; }

.red-and-green-flags-section {
  display: none; }

.rec-scorecard-card .primary-card-info {
  margin-top: 25px; }

@media screen and (min-width: 25em) {
  .fool-recs .rec-scorecard-card {
    display: none; } }

.summary-section {
  font-weight: 300; }
  .summary-section p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
  .summary-section li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
  .summary-section .label {
    font-weight: 500; }

.extended-hours {
  border-top: 1px solid #CDCBCD;
  padding-top: 10px;
  display: block;
  margin-top: 5px; }
  .extended-hours .after-hours-title {
    text-transform: uppercase;
    font-weight: normal;
    color: #999999; }
  .extended-hours .fa-moon-o {
    color: #999999;
    float: left;
    margin-right: 3px;
    margin-top: 1px; }
  .extended-hours .real-time-info {
    margin-left: 15px; }

.underperform {
  background: transparent url("//g.Foolcdn.com/art/ratings/quotes/thumbsDown.gif") no-repeat; }

.outperform {
  background: transparent url("//g.Foolcdn.com/art/ratings/quotes/thumbsUp.gif") no-repeat; }

.outperform, .underperform {
  width: 35px;
  height: 35px;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  display: inline-block;
  margin: 0 auto;
  box-shadow: 1px 1px 1px #ccc; }

.rate-stock {
  display: inline-block; }

.stock-rater-buttons {
  margin: 0 auto;
  text-align: center; }
  .stock-rater-buttons label {
    display: block; }
  .stock-rater-buttons h3 {
    padding: 0px;
    margin: 0px;
    text-align: left; }
  .stock-rater-buttons p {
    text-align: left; }
  .stock-rater-buttons select {
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.caps-section .btn, .caps-section .left-nav-col li, .left-nav-col .caps-section li {
  text-align: center;
  display: block; }

.caps-lead-text {
  text-align: center; }

.caps-is-winning, .caps-is-losing {
  text-align: center;
  color: #ffffff;
  padding: 5px;
  border-radius: 3px; }

.caps-is-losing {
  background-color: #bb0000; }

.caps-is-winning {
  background-color: #007711; }

.glassdoor-ceo-pic {
  display: block;
  text-align: center; }
  .glassdoor-ceo-pic img {
    width: 20%;
    height: 20%;
    border: solid 1px #ddd;
    float: left;
    border-radius: 50%;
    margin: 0 auto; }

.glassdoor-ceo-info {
  display: inline-block;
  margin-left: 1em;
  font-size: 12px;
  text-align: center;
  padding-top: 0px;
  line-height: 4px; }
  .glassdoor-ceo-info p {
    font-size: 24px;
    font-weight: 300;
    line-height: 18px;
    margin: 7px 0;
    padding: 0; }
  .glassdoor-ceo-info p:first-child {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-top: 0px;
    padding-top: 0px; }
  .glassdoor-ceo-info p:last-child {
    color: #767676;
    font-size: 11px;
    line-height: 11px;
    font-style: italic;
    font-weight: normal; }

.glassdoor-company-overview-link {
  display: none; }

.glassdoor-photos {
  margin-top: 20px;
  background-color: #F7F7F7;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  color: #444444;
  text-align: center; }
  .glassdoor-photos h4 {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-bottom: 12px;
    margin-top: 15px;
    text-align: left; }
  .glassdoor-photos a {
    font-size: 12px; }

.glassdoor-ceo-more-info {
  margin-top: 30px;
  font-size: 11px;
  line-height: 4px;
  text-align: right;
  color: #bbb; }
  .glassdoor-ceo-more-info a, .glassdoor-ceo-more-info a:link, .glassdoor-ceo-more-info a:visited {
    color: #bbb; }

.glassdoor-home-link img {
  margin: 0 0 -5px 5px; }

.fancybox:nth-child(even) img {
  margin-left: 10px; }

.powered-by {
  font-size: 13px;
  color: #767676;
  display: block;
  text-align: right;
  padding-bottom: 20px;
  padding-top: 10px; }
  .powered-by a, .powered-by a:link, .powered-by a:visited {
    text-decoration: none; }

.recent-quotes {
  color: #444444;
  text-align: left;
  width: 100%;
  display: inline-block; }
  .recent-quotes h4 {
    font-size: 14px;
    color: #444;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 15px;
    text-align: left; }
  @media screen and (max-width: 79em) {
    .recent-quotes div {
      font-size: 10px; } }
  @media screen and (min-width: 80em) {
    .recent-quotes div {
      font-size: 12px; } }

.recent-quotes-contain {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
  text-align: left; }
  .recent-quotes-contain div {
    width: 40.3%;
    display: inline-block; }
  .recent-quotes-contain div:first-child {
    width: 31.3%; }
  .recent-quotes-contain div:last-child {
    width: 21.3%; }

.recent-quotes-contain:last-child {
  margin-bottom: 10px; }

.extended-hours {
  font-size: 12px;
  margin-top: 5px; }

.options-callout a {
  background: #eee;
  color: #333;
  font-weight: bold; }

.options-callout .options-cta {
  font-size: 140%;
  margin-right: 5px; }

.options-callout .fa {
  font-size: 160%;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.options-callout a:hover .fa {
  vertical-align: bottom;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.options-callout .large-only {
  display: none; }

@media screen and (min-width: 769px) {
  .options-callout .large-only {
    display: inline-block; } }

.broker-ads {
  border-bottom: 1px solid #cdcbcd;
  margin-bottom: 30px;
  padding-bottom: 15px; }

.sponsered-by-chart {
  margin-top: 55px;
  position: relative;
  text-align: right;
  padding-bottom: 20px; }
  .sponsered-by-chart span {
    color: #888888;
    font-size: 80%; }

.big-box-ad {
  width: 300px;
  height: 250px; }

.ad-sz-120x60 {
  display: inline-block; }
  @media screen and (max-width: 40.25em) {
    .ad-sz-120x60 {
      width: 45% !important; } }
  @media screen and (max-width: 52.75em) {
    .ad-sz-120x60 {
      width: 30%; } }
  @media screen and (max-width: 79em) {
    .ad-sz-120x60 {
      width: 19%; } }
  @media screen and (min-width: 80em) {
    .ad-sz-120x60 {
      width: 19%; } }

.sponsor {
  margin: 0px 5px;
  width: 105px;
  display: inline-block;
  vertical-align: middle; }

.content-filter-container {
  font-weight: 400;
  font-size: 12px;
  color: #555;
  margin-top: 1em; }

.content-filter-container button {
  border: solid 1px #ddd;
  background-color: #fff;
  font-weight: 400;
  color: #0077aa;
  margin-bottom: 5px; }
  .content-filter-container button .fa-stack {
    font-size: 75%;
    margin-top: -3px;
    margin-right: 3px; }
    @media screen and (max-width: 63em) {
      .content-filter-container button .fa-stack {
        display: none; } }

.content-filter-container.active button {
  background-color: white; }

.content-filter.active {
  color: #555;
  background-color: #f7f7f7 !important; }
  .content-filter.active:before {
    content: "✓  "; }

.headline-container article {
  display: none; }

.headline-container.free-only article {
  display: block; }

.content-item {
  padding: 2rem 1rem;
  border-bottom: 1px dotted #ddd; }
  .content-item .fa-stack {
    color: #bbb;
    float: left;
    margin-right: .5rem; }
    @media screen and (max-width: 63em) {
      .content-item .fa-stack {
        display: none; } }

.content-trade-alert {
  background-color: #f7f7f7;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  margin-bottom: .5rem; }
  .content-trade-alert .fa-stack {
    color: #999; }

.yolo .headline-list hr {
  display: none; }

.headline-container .btn-primary,
.headline-container .btn-primary-bg {
  background-color: #007cc2;
  color: #fff !important;
  font-weight: 500;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.no-coverage-available {
  text-align: center;
  margin: 2rem 10%;
  font-size: 120%;
  line-height: 150%;
  font-weight: 300; }
