.row-date {
  background-color: #012558;
}
.date {
  font-weight: 500;
  color: #fff;
}
#content {
  margin-top: 2em;
}
.sotw-page-title {
  margin-top: 10px; }

.sotw-intro {
  padding: 0 3.5em; }

.sotw-intro p {
  font-size: 16px;
  margin-top: .5em; }

.sotw-performance.row {
  margin-top: .5em; }

.sotw-performance .panel {
  margin-bottom: 0; }

.sotw-performance .panel-heading {
  padding: 8px 10px; }

.sotw-performance .panel-title b {
  color: #333;
  font-size: 14px; }

.sotw-performance .panel-body {
  background-color: #fafafa;
  padding: 8px 10px; }

p.sotw-cta {
  font-size: 17px !important; }

.sotw-btn {
  color: #333 !important;
  font-weight: bold !important;
  background-color: #f7ab05 !important;
  border-color: #eba205 !important;
  transition: all .2s ease; }
  .sotw-btn:hover, .sotw-btn:focus {
    background-color: #ffb005 !important; }

@media screen and (max-width: 767px) {
  .sotw-performance .panel {
    margin-bottom: 1em; }

  .sotw .above-form p {
    margin-top: 0; } }
.page-sub-title {
  font-size: 22px; }

h3.form-title {
  font-weight: bold;
  line-height: 1.2; }

.sotw .condensed-payment {
  padding-top: 1em;
  padding-bottom: .5em; }

.condensed-payment {
  border-radius: .2em;
  border: none;
  background-color: #d9edf7 !important; }

p.after-form {
  margin-top: 1em;
  margin-bottom: .75em;
  font-size: 17px; }

.sotw-below-form p {
  margin-top: .5em;
  margin-bottom: 1.25em;
  font-size: 17px; }
  .sotw-below-form p:last-of-type {
    margin-bottom: 1.5em; }

.sotw-info-row {
  margin-bottom: 0; }

.sotw-below-form {
  margin-top: 0; }

@media screen and (min-width: 768px) {
  .img-sotw {
    margin: 0 auto;
    max-width: 400px; }

  .sotw-form {
    margin: 0 auto;
    max-width: 450px; }

  .sotw-below-form {
    padding: 0 3.5em; }

  .sotw-below-form p {
    margin-bottom: .75em;
    font-size: 20px; }

  .sotw-info-row {
    margin-bottom: .5em; }

  .sotw-below-form {
    margin-top: .5em; } }
.sotw-form input {
  font-size: 16px; }
.sotw-form .form-control {
  height: 40px; }

.condensed-payment h3 {
  margin-top: .5em;
  margin-bottom: .5em; }

/* stock ticker */
#ticker,
.ticker {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  padding: 1em 0;
  font-size: 15px;
  background-color: #d9edf7; }
  #ticker .symbol,
  .ticker .symbol {
    display: inline-block;
    padding: 0 .8em; }
  #ticker .symbol span,
  .ticker .symbol span {
    display: inline-block;
    padding: 0 0.2em; }
  #ticker .name,
  .ticker .name {
    font-weight: bold;
    color: #333; }
  #ticker .exchange,
  .ticker .exchange {
    color: #333; }
  #ticker .percent,
  .ticker .percent {
    font-weight: bold; }

#ticker div.scrollableArea div {
  position: relative; }

.up {
  color: #00bd26; }

.down {
  color: #bd0000; }

/*

 Smooth Div Scroll jQuery plugin

*/
/* Invisible left hotspot */
div.scrollingHotSpotLeft {
  /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
  and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
  min-width: 75px;
  width: 10%;
  height: 100%;
  /* There is a big background image and it's used to solve some problems I experienced
  in Internet Explorer 6. */
  position: absolute;
  z-index: 200;
  left: 0;
  /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */ }

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible {
  opacity: 0.35;
  /* Standard CSS3 opacity setting */
  -moz-opacity: 0.35;
  /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
  filter: alpha(opacity=35);
  /* Opacity for Internet Explorer. */
  zoom: 1;
  /* Trigger "hasLayout" in Internet Explorer 6 or older versions */ }

/* Invisible right hotspot */
div.scrollingHotSpotRight {
  min-width: 75px;
  width: 10%;
  height: 100%;
  position: absolute;
  z-index: 200;
  right: 0; }

/* Visible right hotspot */
div.scrollingHotSpotRightVisible {
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  zoom: 1; }

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }

div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%; }

/*# sourceMappingURL=sotw-061317.css.map */
