.medium-calendar,
.small-calendar,
.extra-small-calendar {
  display: none;
}


table td, table th {
    padding-right: 2em;
}
table th {
    text-align: left;
}
table tfoot tr:first-child td {
    padding-top: 1em;
}

.strong-link {
    color: #bf1e2e;
}

.team-member {
    height: 560px;
}

.team-member .actions { /* Derived from .social-links */
    border-top: 1px solid #efefef;
    margin: 0 0 5px;
    padding: 15px 0 15px;

    position: absolute;
    bottom: 0px;
}

select {
    width: 100px;
}

img.candidate-face {
    float: left;
    display: block;
    width: 65px;
    height: 65px;
    margin: 2px 1em 0em 0em;
}

img.candidate_landscape_large {
    width: 680px;
    height: 400px;
}

.step {
    display: inline-block;
}

.dropcap {
    background: #3a3a3a;
    -webkit-border-radius: 19px;
       -moz-border-radius: 19px;
            border-radius: 19px;
    color: #fff;
    font-weight: 700;
    height: 38px;
    width: 38px;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

    .team-member {
        height: 600px;
    }

    .page-header .button,
    .past-elections .button {
        margin-bottom: 20px;
        margin-top: 0;
    }

    img.candidate-face {
        width: 50px;
        height: 50px;
    }

    .large-calendar {
      display: none;
    }
    .medium-calendar {
        display: block;
    }

}

/* All mobile sizes */
@media only screen and (max-width: 767px) {
    .team-member {
        height: auto;
    }

    .team-member .actions { /* Derived from .social-links */
        position: static;
    }

    .medium-calendar {
      display: none;
    }
    .small-calendar {
      display: block;
    }
}

/* Based on http://alistapart.com/articles/accessibledatavisualization */

.chartlist {
    list-style-type: none;
    border-top: 1px solid #000000; /* Color */
    background-color: #E3EBC6; /* Background */
}

.chartlist.measure li.losing {
    background-color: #F7C7C9;
}

.chartlist li {
    position: relative;
    display: block;
    margin: 0;
    border-bottom: 1px solid #030303; /* Color */
    font-size: 15px;
}

.chartlist.measure .index {
    background: #C2D288;
}

.chartlist.measure li.losing .index {
    background: #F9E5E6;
}

.chartlist li a {
    display: block;
    padding: 0.4em 0.5em 0.4em 0.5em;
    position: relative;
    z-index: 2;
}

.chartlist li .count {
    float: right;
}

@media only screen and (max-width: 479px) {
    .chartlist li .count {
        display: none;
    }

    .small-calendar {
      display: none;
    }
    .extra-small-calendar {
      display: block;
    }
}
.chartlist .index {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #C2D288; /* Border */
    text-indent: -9999px;
    overflow: hidden;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.candidate-statement-container textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: vertical;
}

.preview-container img {
  max-width: 100%;
  height: auto;
}
.preview-container .entry-body {
  width: 490px;
}
.candidate .medium-statement {
  margin-top: 1em;
  display: none;
  /*overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}
.candidate.reading-statement .medium-statement {
  display: block;
}
.candidate.reading-statement .medium-statement a {
  margin-top: 1em;
  display: block;
}

.question-form-field {
    width: 100%;
    box-sizing: border-box;
    height: 43px;
}

.round {
  color: black;
}
.round .round-status ul {
  list-style: none;
}
.round .round-status ul li {
  margin: 0;
}
.round .success,
.round .notice,
.round .info {
  max-width: 300px;
  margin-bottom: 1em;
}
.winners,
.chart-table {
  font-size: 120%;
  color: black;
}

.chart-table .value {
  text-align: right;
}

.results-candidate img {
    float: left;
    display: block;
    height: 45px;
    width: 45px;
    margin-right: 1em;
}

.results-candidate h3 span {
    font-size: 12px;
}

/* Homepage Styles */
.homepage-header {
    text-align: center;
}
.slogan, .subslogan {
    margin-bottom: 30px;
}
.homepage-buttons {
    margin: 40px 0;
}
.homepage-buttons .button {
    min-width: 200px;
}

/* Stepper Styles */
.stepper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px 30px 30px;
}
.stepper .step-divider {
    border-top: 1px dashed #dadada;
    height: 1px;
    margin: 12px 20px;
    flex-grow: 1;
}
.stepper .step {
    align-items: center;
    background-color: #ffffff;
    position: relative;
    min-width: 100px;
}
.stepper .step .text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.stepper .step .text h1 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}
.stepper .step .text h2 {
    font-size: 10px;
    font-weight: 300;
    margin: 0;
}
.stepper .step .icon {
    text-align: center;
    border-radius: 50%;
    background-color: #000000;
    color: #ffffff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-right: 15px;
}
.stepper .step.done .icon {
    background-color: #4caf50;
}
.stepper .step.current .icon {
    background-color: #0d47a1;
}
.stepper .step.pending .icon {
    background-color: #bbbbbb;
}
@media only screen and (max-width: 479px) {
    .stepper .step {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .stepper .step-divider {
        display: none;
    }
}
