body {
  padding-top: 42px;
  overflow-x: hidden; }

body.phase-archive {
  padding-top: 82px; }

a {
  color: #144a7c; }
  a:hover {
    text-decoration: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #1a1a1a; }
  h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active, h6 a:hover, h6 a:active {
    color: #17549b; }

h1 {
  font-size: 3em;
  font-weight: bold; }

h3 {
  font-weight: bold;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1.3;
  letter-spacing: 0.09em;
  font-family: "adelle", serif; }

.navbar {
  height: 40px; }
  .navbar .navbar-form {
    display: none; }
  .navbar .navbar-brand {
    float: right; }
    .navbar .navbar-brand.ec-logo {
      padding-top: 9px; }
  .navbar .navbar-toggle,
  .navbar .dropdown-toggle {
    margin-top: 0; }
  .navbar li.dropdown-sub {
    display: none; }

.phase-archive .navbar {
  height: 80px; }

#archive-message {
  background-color: #FEFFAF;
  text-align: center; }

.dropdown-menu {
  min-width: 400px;
  padding-bottom: 10px; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

#logo-star {
  float: left; }

#logo-vert {
  float: left;
  margin-top: -2px; }

.ec-logo h3 {
  font-size: 22px;
  font-family: "adelle", serif;
  letter-spacing: 0.09em;
  text-transform: uppercase; }

.ec-logo .glyphicon-star {
  background-color: white;
  color: #111;
  font-size: 23px;
  width: 28px;
  padding: 1px 0 0 3px;
  margin-top: -3px;
  margin-right: 15px;
  border-radius: 3px;
  height: 26px; }

.bigstar {
  position: relative;
  z-index: -1;
  font-size: 18px;
  font-family: "adelle", serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0; }
  .bigstar h4 {
    background: #fbfcfc;
    display: inline; }
  .bigstar span {
    background-color: #fbfcfc;
    padding: 0px 5px;
    z-index: 0; }
  .bigstar:before {
    border-top: 2px solid #d0d0d0;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -2; }

.stars {
  display: inline;
  background-color: #fbfcfc;
  /* the star icon is not centered in its own space */ }
  .stars i {
    padding: 0 1px 0 3px; }
  .stars.left i:last-child {
    padding-right: 4px; }
  .stars.right i:first-child {
    padding-left: 4px; }

#first-story h4,
.topper h4 {
  display: inline;
  background-color: #fbfcfc; }
#first-story .stars i:nth-child(3), #first-story .stars i:nth-child(4),
.topper .stars i:nth-child(3),
.topper .stars i:nth-child(4) {
  display: none; }

/* Integrate typeahead */
.input-group {
  width: 100%; }

.twitter-typeahead {
  display: inline-block;
  width: 100%; }
  .twitter-typeahead .tt-query,
  .twitter-typeahead .tt-hint {
    margin-bottom: 0; }

.tt-dropdown-menu {
  width: 100%;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.tt-suggestion {
  display: block;
  padding: 3px 20px; }

.tt-suggestion.tt-cursor {
  color: #fff;
  cursor: pointer;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

.tt-suggestion.tt-cursor a {
  color: #fff; }

.tt-suggestion p {
  margin: 0; }

#small-typeahead input[type="text"] {
  font-size: 12px;
  width: 100%;
  height: 30px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.big-typeahead input[type="text"] {
  font-size: 18px;
  padding: 10px;
  width: 100%;
  margin: 10px 0; }
  .big-typeahead input[type="text"].form-control {
    height: auto; }
.big-typeahead .input-group-btn {
  padding-bottom: 5px; }
  .big-typeahead .input-group-btn button {
    font-size: 18px;
    padding: 10px 15px; }

.big-typeahead input[type="text"]:focus,
.small-typeahead input[type="text"]:focus {
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(13, 48, 88, 0.6);
  border-color: rgba(13, 48, 88, 0.8); }

.questions h1:not(.candidate-name) {
  margin-bottom: 30px;
  font-weight: normal; }

.race h3,
.race-candidates h3,
h3.candidate-name {
  margin-bottom: 9px;
  font-size: 1.6em;
  letter-spacing: 0;
  font-family: "Georgia", "Times New Roman", serif;
  text-transform: none;
  font-weight: normal; }

h3.candidate-name {
  margin-top: 15px; }

time {
  font-family: Arial,sans-serif;
  color: #666666;
  font-size: 13px;
  font-style: italic; }

.lead {
  line-height: 1.55em; }

.lead-intro {
  border-left: 10px solid #144a7c;
  display: block;
  padding: 4px 10px;
  padding-left: 20px;
  font-style: italic; }

.if-ie,
.nav > li.if-ie {
  display: none; }

/* index page */
.lead-image {
  width: 300px;
  float: left;
  padding-right: 20px;
  clear: both; }

.ec_river {
  /*width: 600px;*/
  /*float: none;*/ }
  .ec_river .race-label {
    padding: 0px 0px 5px 0px;
    margin: -5px 0 0 0;
    line-height: 20px;
    font-family: "adelle", serif;
    font-size: .9em;
    text-transform: uppercase; }
  .ec_river h4 {
    margin-top: 0px;
    font-weight: bold;
    line-height: 1.2em; }
  .ec_river p {
    font-size: 1.2em;
    padding-top: 5px; }
  .ec_river article {
    border-bottom: 1px #dadada solid;
    margin-bottom: 20px; }
  .ec_river img {
    width: 200px;
    float: right;
    padding-left: 20px;
    padding-bottom: 20px; }

.ec_rail {
  margin-left: 20px; }
  .ec_rail.ec_top {
    margin-left: 0px; }
  .ec_rail .typeahead-wrapper {
    margin-top: 10px; }
  .ec_rail ul {
    margin-bottom: 20px;
    margin-top: 10px; }
  .ec_rail section {
    border-bottom: 1px solid #eeeeee; }

.col-sm-7 > .ec_rail {
  margin-left: 0; }

#ed-board-questions {
  padding-bottom: 20px; }

#voter-info {
  margin-top: 20px; }

#welcome-message .bigstar {
  margin-top: 16px; }

/* race category pages */
.wideback {
  width: 100%;
  background-color: #fbfcfc;
  display: block;
  text-align: center;
  transition: all 1s; }
  .wideback ul li {
    background: #efefef;
    border: 1px solid #fbfcfc;
    font-family: "Arial", sans-serif;
    font-size: 13px; }

.nav-pills > li.active {
  background-color: #144a7c; }

.affix-pills {
  z-index: 2; }

.race {
  margin-bottom: 34px; }
  .race p {
    margin-top: -3px;
    margin-bottom: 5px;
    /*text-transform: uppercase;*/ }

#right-rail-news h4 {
  font-weight: bold;
  line-height: 1.3em;
  padding-bottom: 5px;
  margin-top: -2px;
  margin-bottom: 0px;
  border-bottom: 0px; }
#right-rail-news .advert {
  margin-top: 36px; }
#right-rail-news .editorial {
  margin-bottom: 30px; }
  #right-rail-news .editorial img {
    float: left;
    margin-right: 10px;
    width: 135px; }

.affix {
  top: 60px; }

.affix-pills {
  top: 40px;
  left: 0; }

.phase-archive .affix-pills {
  top: 80px; }

.edboard-shout {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 20px 0;
  font-style: italic;
  color: #666666; }
  .edboard-shout a {
    font-size: 18px;
    font-style: normal;
    font-weight: 900; }

.endorsement-download {
  font-weight: 900;
  margin-bottom: 25px; }

.icon-ellipsis-horizontal {
  font-size: 10px;
  margin: -2px 4px 0 2px;
  position: relative; }

.jumptarget {
  padding: 0 20px; }

/* candidate pages */
.candidate-image-container {
  margin-left: 0; }

.endorsed {
  display: block;
  text-transform: uppercase;
  color: #fbfcfc; }

.alt-endorse {
  background-color: #333333;
  font-family: "adelle", serif;
  padding: 10;
  letter-spacing: 0.0625em;
  padding: 10px 8px 8px 8px;
  font-size: 1.6em;
  font-weight: 600; }

.boxed {
  background: #eeeeee;
  display: block;
  padding: 10px;
  color: #333333;
  margin-bottom: 10px; }
  .boxed a {
    font-weight: 900; }

.refer {
  border-left: 10px solid #d0d0d0;
  display: block;
  padding: 4px 10px; }

.party {
  display: block;
  padding: 4px 10px;
  text-transform: uppercase;
  color: #fbfcfc; }
  .party.r {
    border-left: 10px solid #8C001A;
    display: block;
    padding: 4px 10px;
    background-color: #C11B17; }
  .party.d {
    border-left: 10px solid #144a7c;
    display: block;
    padding: 4px 10px;
    background-color: #549AC4; }
  .party.g {
    border-left: 10px solid #285014;
    display: block;
    padding: 4px 10px;
    background-color: #8BB381; }

.roster {
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 18px;
  color: #666666; }
  .roster a,
  .roster span {
    border-left: 10px solid #d0d0d0;
    display: block;
    padding: 4px 10px; }
  .roster:not(.active) a:hover, .roster:not(.active) a:active, .roster:not(.roster-endorsed) a:hover, .roster:not(.roster-endorsed) a:active {
    background: #eeeeee; }
  .roster.active a {
    color: #17274a;
    border-color: #999999;
    background: #d0d0d0; }
  .roster.roster-endorsed a {
    margin-bottom: 2px; }
  .roster.l a, .roster.l span, .roster.g a, .roster.g span, .roster.i a, .roster.i span {
    border-color: #EAC117; }
  .roster.r a, .roster.r span {
    border-color: #C11B17; }
  .roster.d a, .roster.d span {
    border-color: #144A7C; }

p.ballot-measure {
  margin: 0 0 15px 0;
  font-size: 15px;
  line-height: 20px;
  color: #666666;
  text-transform: none; }

.photo-box {
  width: 100%; }
  .photo-box.mobile {
    display: none; }

.questions {
  margin-bottom: 20px; }
  .questions .endorsements-box {
    display: none; }
  .questions .photo-box {
    display: none;
    width: 40%;
    height: auto;
    float: left;
    padding-right: 20px; }
  .questions p:not(.lead) {
    font-size: 16px;
    line-height: 27px; }
  .questions .social-menu {
    margin-top: 0; }

.affix-top .race-candidates {
  /*width: 300px;*/
  /*float: right;*/ }
  .affix-top .race-candidates a {
    text-decoration: none; }
  .affix-top .race-candidates h3 {
    line-height: 1.2em; }
  .affix-top .race-candidates .advert {
    margin-top: 36px; }

.race-candidates.mobile {
  display: none; }

/* RedEye */
body.il-redeye .navbar .navbar-brand .logo {
  height: 29px;
  margin-top: -5px; }

/* Ads */
.advert {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px; }
  .advert iframe {
    margin: 0 auto; }

.cube-ad {
  height: 250px; }

/*.leaderboard-ad { height: 78px; }*/
/*.advert-1 {*/
/*margin: 20px 0 40px;*/
/*}*/
/* responsive magicks */
@media only screen and (max-width: 1023px) {
  #right-rail-news {
    /*display: none;*/ }

  #stickynav, .wideback {
    display: none; } }
@media all and (max-width: 985px) {
  .navbar .navbar-brand.ec-logo {
    padding-top: 11px; }

  .ec-logo .glyphicon-star {
    font-size: 18px;
    height: 21px;
    width: 23px;
    margin-right: 6px; }
  .ec-logo h3 {
    font-size: 18px; } }
@media (max-width: 925px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px 5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; }

  .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus,
  .navbar .dropdown-toggle:hover,
  .navbar .dropdown-toggle:focus {
    background-color: #144a7c; }
  .navbar .navbar-collapse {
    float: left;
    background-color: #144a7c;
    border-top: none;
    margin-top: -1px;
    margin-left: -10px; }
    .navbar .navbar-collapse .navbar-brand {
      margin-left: 5px; }

  .navbar li.dropdown {
    display: none; }

  .navbar li.dropdown-sub {
    display: block; }

  .navbar-form {
    display: block; } }
@media only screen and (max-width: 850px) {
  .affix-top .race-candidates {
    width: 250px; }

  #candidates-list #right-rail-news {
    display: none; } }
@media all and (max-width: 767px) {
  .edboard-lead {
    padding: 0px 0px; }

  .race-candidates {
    display: none; }
    .race-candidates.mobile {
      display: block; }

  #right-rail-news {
    display: none; }

  #candidates-list {
    margin: auto; }

  #first-story h4,
  .topper h4 {
    padding: 0 5px 0 8px; }
  #first-story .stars.left,
  .topper .stars.left {
    display: none; }
  #first-story .stars.right,
  .topper .stars.right {
    display: block; }
  #first-story .stars i:nth-child(3),
  #first-story .stars i:nth-child(4),
  .topper .stars i:nth-child(3),
  .topper .stars i:nth-child(4) {
    display: inline; }

  .photo-box,
  #candidate-image-container {
    display: none; }

  .questions .photo-box,
  .questions .endorsements-box {
    display: block; }

  .ec_rail {
    padding: 0;
    margin-left: 0; } }
@media only screen and (max-width: 650px) {
  .lead-image {
    width: 100%;
    display: block;
    clear: both;
    padding: 20px 0; } }
@media only screen and (max-width: 460px) {
  .advert {
    margin-left: -20px; }

  .candidate-list {
    width: 100%; }

  /*.advert-1 { margin-bottom: 0px; }*/
  #ed-board-questions {
    display: none; }

  .bigstar {
    margin: 0px;
    font-size: 16px; }
    .bigstar:before {
      border-top: none; }
    .bigstar span {
      padding: 0; }

  .questions,
  .edboard-lead {
    padding: 0; }

  .questions .social-menu,
  .questions .candidate-name,
  .questions .lead {
    text-align: center; }

  .lead-intro {
    border-left: 7px solid #144a7c; } }
@media only screen and (max-width: 400px) {
  .navbar .navbar-brand.ec-logo {
    padding-top: 12px; }
    .navbar .navbar-brand.ec-logo h3 {
      font-size: 19px; }
    .navbar .navbar-brand.ec-logo .glyphicon-star {
      display: none; }

  .ec_river img {
    width: auto;
    max-width: 100%;
    display: block;
    padding: 20px 0;
    clear: both;
    float: none; }

  .advert.shrinky {
    margin-left: -25px; }

  body {
    overflow-x: hidden; }

  .container .container {
    padding: 0; }

  .col-xs-12 #results {
    padding: 0; } }

/*# sourceMappingURL=styles.css.map */
