html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  width: 100% !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: "Open Sans Condensed", helvetica, arial, sans-serif;
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit !important;
  text-decoration: none !important;
}
h1 {
  font-size: 50px;
}
h3 {
  font-size: 18px;
}
img {
  max-width: 100%;
}
img.richtext-image {
  max-width: 400px !important;
  height: auto !important;
}
img.right {
  float: right;
  padding: 0 0 0 20px;
}
img.left {
  float: left;
  padding: 0 20px 0 0;
}
nav {
  min-height: 30px;
  background-color: #052b47;
  vertical-align: middle;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 99;
}
@media (max-width: 600px) {
  nav {
    position: fixed;
    left: 0;
    right: 0;
    border-bottom: 1px solid white;
    box-sizing: border-box;
  }
}
nav a {
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 0 10px;
}
footer {
  padding: 30px 90px;
  background-color: #052b47;
  min-height: 200px;
  color: white;
  font-size: 13px;
}
footer .footer-glyphs {
  margin-top: 5px;
}
footer .footer-glyphs .fa {
  color: #eee;
  font-size: 34px;
}
@media (max-width: 600px) {
  footer .footer-glyphs {
    float: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
}
footer .disclaimer {
  padding: 10px;
  border: 1px solid #fff;
  margin: 80px auto 0;
  max-width: 800px;
  font-size: 12pt;
}
footer .disclaimer p {
  margin: 0;
}
footer .flat-button {
  display: block;
  width: 60%;
  margin: 15px 0 0;
  color: #fff;
  background: #1a86ab;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  padding: 10px 2%;
}
@media (max-width: 600px) {
  footer .flat-button {
    width: 100%;
  }
}
footer h3 {
  font-size: 30px;
}
footer .left {
  background: url(/static/footer-vert.jpg) right top repeat-y;
}
footer .right {
  padding: 0 50px;
}
footer .left,
footer .right,
footer .left > div {
  width: 49%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
footer .footer-pad {
  max-width: 350px;
}
@media (max-width: 1171px) {
  footer .left,
  footer .right {
    display: block;
    width: 100%;
    background: none;
    padding: 0;
  }
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer ul li {
  padding-bottom: 7px;
}
footer ul li a {
  color: white;
  text-decoration: none;
}
header {
  vertical-align: middle;
  text-align: center;
  padding: 30px;
  position: relative;
}
header img.logo {
  width: 355px;
  height: 65px;
}
@media (max-width: 1171px) and (min-width: 601px) {
  header {
    height: 125px;
    box-sizing: border-box;
  }
  header img {
    float: left;
  }
}
@media (max-width: 600px) {
  header {
    padding-top: 60px;
  }
}
.red {
  color: white;
  background: #d9000d;
  padding: 5px;
  border-bottom: 1px solid #fff;
}
.red .flat-button {
  color: #d9000d;
}
.light-blue {
  padding: 5px;
  background: #1a86ab;
  height: auto;
}
.light-blue h3 {
  margin-left: -4px;
}
.light-blue .flat-button {
  color: #1a86ab;
  margin-top: 2px;
  vertical-align: top;
}
#join-panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 124px;
  background-color: #1a86ab;
  border-bottom: 1px solid white;
}
@media (max-width: 600px) {
  #join-panel {
    margin: 25px -30px -10px;
    display: block;
    position: initial;
  }
  #join-panel .red {
    padding: 15px 0;
  }
}
#join-panel form {
  margin-top: 10px;
  margin-bottom: 0;
}
#join-panel h3 {
  display: inline-block;
  margin-right: 10px;
  color: white;
  text-align: left;
  line-height: 1em;
  padding-top: 5px;
}
#join-panel input[type=email] {
  height: 22px;
  width: 108px;
  padding: 3px 6px;
  border: none;
  box-sizing: border-box;
}
.flat-button {
  border: none;
  background: #fff;
  color: #000;
  padding: 5px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  opacity: .8;
  width: 106px;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -2px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none;
}
.flat-button:hover {
  opacity: 1;
}
.action-button {
  background: #1a86ab;
  padding: 10px;
  color: white;
  font-size: 16px;
  width: auto;
  font-weight: normal;
}
.indent-icon {
  width: 18px;
  display: inline-block;
}
.plus-icon {
  display: inline-block;
  margin: 0 4px 0 0;
  position: relative;
  width: 15px;
  height: 15px;
  background: url("https://s3.amazonaws.com/s3.boldprogressives.org/wp-content/themes/premise/img/plus-icon.png") no-repeat;
}
.cc-icon {
  display: inline-block;
  background: url("https://s3.amazonaws.com/s3.boldprogressives.org/wp-content/themes/premise/img/donate-icon.png") no-repeat;
  width: 19px;
  height: 15px;
  margin: 0 4px 0 0;
  position: relative;
  top: 1px;
}
.page-header {
  min-height: 50px;
  text-align: center;
  background: #1a86ab;
  color: white;
}
.page-content {
  font-size: 15px;
  max-width: 1000px;
  margin: 0 20%;
}
@media (max-width: 1171px) {
  .page-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fallback-page .fallback-content h1 {
  min-height: 50px;
  text-align: center;
  background: #1a86ab;
  color: white;
  margin-bottom: 40px;
}
.fallback-page .fallback-content h2.post-title {
  color: #052b47;
  text-transform: none;
}
.fallback-page .fallback-content h2.post-title a {
  font-size: 32px;
}
.fallback-page .fallback-content h2.post-title a:hover {
  opacity: 0.8;
}
.fallback-page .fallback-content .pull-left {
  float: left;
}
.fallback-page .fallback-content .pull-right {
  float: right;
}
.fallback-page .fallback-content .pull-right.sm-bar {
  display: none;
}
.fallback-page .fallback-content .pagination {
  border-top: 1px solid #eee;
  font-size: 10px;
}
.fallback-page .fallback-content .pagination .previous {
  float: left;
}
.fallback-page .fallback-content .pagination .next {
  float: right;
}
.fallback-page .fallback-content .sm-bar,
.fallback-page .fallback-content .the-comments {
  display: none;
}
.fallback-page .fallback-content .width-align {
  margin: 0 auto;
  max-width: 800px;
}
.fallback-page .fallback-content .banner .width-align {
  font-size: 15px;
  max-width: 1000px;
  margin: 0 20%;
}
@media (max-width: 1171px) {
  .fallback-page .fallback-content .banner .width-align {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fallback-page .fallback-content .archived-post,
.fallback-page .fallback-content article.excerpt {
  border-bottom: 2px solid #eee;
  margin-bottom: 50px;
  padding-bottom: 10px;
  clear: both;
}
@media (max-width: 600px) {
  .fallback-page .fallback-content .blog-feed,
  .fallback-page .fallback-content .subpage {
    padding: 0 15px;
  }
}
.fallback-page .fallback-content .post-meta {
  font-style: italic;
  font-size: 12px;
  display: block;
  display: none;
  width: 100%;
}
.fallback-page .fallback-content .post-meta .pull-left a,
.fallback-page .fallback-content .post-meta .pull-left > span {
  display: none;
}
.fallback-page .fallback-content .post-content {
  clear: both;
}
.fallback-page .fallback-content .post-content a {
  color: #1a86ab;
  text-decoration: none;
}
.fallback-page .fallback-content .post-content img.alignright {
  float: right;
  margin-left: 10px;
}
.fallback-page .fallback-content .post-content img.aligncenter {
  float: none;
  display: block;
  margin: 0 auto;
}
.fallback-page .fallback-content .post-content p {
  font-size: 15px;
  line-height: 24px;
  margin: 12px 0;
}
.__press-resources__ h2,
.__contact__ h2 {
  font-size: 32px;
  padding-top: 10px;
  padding-bottom: 0;
}
.campaign-services-page .width-align {
  margin: 0 auto;
  max-width: 1040px;
}
.campaign-services-page .banner .width-align {
  font-size: 15px;
  max-width: 1000px;
  margin: 0 20%;
}
@media (max-width: 1171px) {
  .campaign-services-page .banner .width-align {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .campaign-services-page .banner {
    padding-bottom: 20px !important;
    height: auto !important;
    background: #e5e5e5 !important;
  }
  .campaign-services-page .banner .width-align {
    margin: 0 !important;
    width: 100%;
  }
  .campaign-services-page .banner .width-align .span50 {
    margin-top: 10px !important;
  }
  .campaign-services-page .banner p {
    display: none;
  }
}
.campaign-services-page .hero .take-action {
  padding: 10px 30px 10px 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  font-size: 20px;
}
.campaign-services-page .modal#candidate_form .close_box {
  display: none;
}
.campaign-services-page .modal#candidate_form h2 {
  font-size: 36px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  color: #052b47;
}
.campaign-services-page .modal#candidate_form #unknown_user {
  text-align: center;
}
.campaign-services-page .modal#candidate_form input[type=text] {
  background: #eee;
  height: 3em;
  padding: 2px 10px;
  border: none;
  display: inline-block;
  width: 45%;
  margin: 10px 5px;
  font-size: 16px;
}
.campaign-services-page .modal#candidate_form #office-level {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
}
.campaign-services-page .modal#candidate_form input[type=radio] {
  display: none;
}
.campaign-services-page .modal#candidate_form label.radio {
  color: white;
  text-transform: uppercase;
  background: #1a86ab;
  padding: 5px 10px;
}
.campaign-services-page .modal#candidate_form label.radio.selected {
  background: #052b47;
}
.campaign-services-page .modal#candidate_form .submit.flat-button {
  background: #d9000d;
  width: auto;
  color: white;
  margin: 30px auto;
  padding: 10px 30px 10px 30px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  font-size: 20px;
}
.campaign-services-page .ribbon {
  font-family: 'Open Sans Condensed', helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  width: 70%;
  position: relative;
  background: #0087b0;
  color: #fff;
  text-align: center;
  padding: .3em 1em;
  margin: 2em auto 1em;
}
@media (max-width: 600px) {
  .campaign-services-page .ribbon {
    box-sizing: border-box;
  }
}
.campaign-services-page .ribbon:before,
.campaign-services-page .ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.5em;
  border: 1em solid #0d6f91;
  z-index: -1;
}
.campaign-services-page .ribbon:after {
  right: -1.5em;
  border-left-width: 1em;
  border-right-color: transparent;
}
.campaign-services-page .ribbon:before {
  left: -1.5em;
  border-right-width: 1em;
  border-left-color: transparent;
}
.campaign-services-page .span66 {
  float: left;
  width: 66%;
}
@media (max-width: 600px) {
  .campaign-services-page .span66 {
    float: none;
    width: 100%;
  }
}
.campaign-services-page .span33 {
  float: right;
  width: 33%;
}
@media (max-width: 600px) {
  .campaign-services-page .span33 {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
}
.campaign-services-page .candidate-testimonial {
  text-align: center;
  width: 30%;
  margin: 0 1.5%;
  padding-bottom: 50px;
  float: left;
}
.campaign-services-page .candidate-testimonial img {
  width: 75%;
  height: auto;
  margin: 1.5em 0;
  border-radius: 500px;
}
@media (max-width: 600px) {
  .campaign-services-page .candidate-testimonial {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .campaign-services-page .candidate-testimonial img {
    width: 50%;
    margin: 0;
  }
}
.campaign-services-page .waiting #start {
  margin-top: 40px;
}
.campaign-services-page .waiting {
  border-top: solid 1px #d9d9d9;
  background: #ffffff;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1);
  text-align: center;
  font-size: 20px;
  padding: 50px 0;
}
@media (max-width: 600px) {
  .campaign-services-page .waiting {
    padding: 10px 5px 30px;
    font-size: 16px;
  }
}
.campaign-services-page .waiting p {
  font-weight: 300;
}
.campaign-services-page .waiting .take-action {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 30px 10px 30px;
}
.campaign-services-page .waiting h2 {
  font-family: 'Open Sans Condensed', helvetica, arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 60px;
  color: #0087b0;
  text-transform: none;
  font-size: 60px;
  font-weight: 700;
  margin: .67em 0;
  border-bottom: none;
}
@media (max-width: 600px) {
  .campaign-services-page .waiting h2 {
    font-size: 30px;
    margin: 0;
  }
}
.campaign-services-page .candidate-testimonial p {
  font-weight: 300;
  font-size: 16px;
  padding: 0 20px 0 20px;
}
.campaign-services-page .banner {
  height: 316px;
  background-color: #ccc;
  background-image: url(/running-for-office/RFO-welcome.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  margin-bottom: 4em;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
.campaign-services-page .banner .width-align {
  margin: 0 auto;
}
.campaign-services-page .banner .span50 {
  margin-top: 50px;
  max-width: 500px;
}
.campaign-services-page .banner h2 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  border: none;
  text-transform: none;
  color: #052b47;
}
.campaign-services-page #what_we_offer h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  color: #052b47;
  width: 100%;
  border-bottom: 1px solid #999;
  text-transform: none;
}
.campaign-services-page .cf {
  clear: both;
}
.campaign-services-page .cf::before,
.campaign-services-page .cf::after {
  content: " ";
  display: table;
}
.campaign-services-page #process {
  margin-left: 25px;
  padding: 15px;
  border: 1px solid #ccc;
}
@media (min-width: 1050px) {
  .campaign-services-page #process.fix-top {
    position: fixed;
    top: 10px;
  }
}
.campaign-services-page #process .text-center {
  text-align: center;
  width: 100%;
  margin: 25px auto;
}
.campaign-services-page #process .text-center .take-action {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 30px 10px 30px;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 1171px) {
  .campaign-services-page #process .text-center .take-action {
    display: block;
  }
}
.campaign-services-page #process p {
  font-size: 13px;
  line-height: 1.4;
}
.campaign-services-page .offers {
  margin: 2.5em 0;
  display: block;
}
.campaign-services-page .offers p {
  font-weight: 300;
  margin-top: -10px;
}
.campaign-services-page .offers .offer_icon {
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  margin: .5em 5% .5em 2%;
}
.campaign-services-page .offers h4 {
  font-weight: 600;
  font-size: 25px;
  color: #052b47;
  margin-bottom: .5em;
  text-transform: none;
  font-family: 'Open Sans';
}
.campaign-services-page .offers .offer-body {
  margin-bottom: 12px;
  float: left;
  width: 75%;
  padding-right: 8%;
  font-weight: 300;
  font-size: 15px;
  color: #052b47;
}
@media (max-width: 1171px) {
  .campaign-services-page .offers .offer-body {
    width: 70%;
  }
}
@media (max-width: 1171px) {
  .campaign-services-page .offers .offer-body {
    width: 60%;
  }
}
@media only screen and (max-width: 1105px) {
  #what_we_offer {
    padding-left: 25px;
  }
  #process {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-services-page .content .span33,
  .campaign-services-page .content .span66,
  .campaign-services-page .content .span50 {
    clear: both;
    display: block;
    width: 100%;
  }
  .campaign-services-page .hero {
    margin-top: 20px;
  }
  .campaign-services-page .offers,
  .campaign-services-page .offer-body {
    width: 100%;
    padding: 0;
  }
  .campaign-services-page h2.ribbon {
    color: inherit;
    background-color: inherit;
    border: inherit;
    position: inherit;
    padding: 0;
    width: auto;
    margin: 2em auto;
  }
  .campaign-services-page .waiting h2 {
    font-size: 40px;
  }
  .campaign-services-page .take-action {
    margin: 1em auto;
  }
  .campaign-services-page #process,
  .campaign-services-page #previous_candidates {
    padding-top: 1em;
  }
  .campaign-services-page #previous_candidates ul,
  .campaign-services-page ol#endorsement {
    margin: 2em auto;
    width: 80%;
    display: block;
  }
  .campaign-services-page ol#endorsement {
    width: 70%;
  }
  .campaign-services-page ol li {
    width: 100%;
  }
  .campaign-services-page .hero.span50 {
    width: auto;
  }
  .campaign-services-page .ribbon:before,
  .campaign-services-page .ribbon:after,
  .campaign-services-page .ribbon-content:before,
  .campaign-services-page .ribbon-content:after {
    display: none;
  }
  .campaign-services-page .ribbon .ribbon-content:before,
  .campaign-services-page .ribbon .ribbon-content:after {
    display: none;
  }
  .campaign-services-page .candidate-testimonial.span33 {
    width: 100%;
    display: block;
    clear: both;
  }
  .campaign-services-page .candidate-testimonial.span33 p {
    padding: 0;
    margin: 0;
  }
  .campaign-services-page .candidate-testimonial.span33 img {
    width: 60%;
  }
}
.candidates-page #main .after-content-list .rich-text {
  max-width: 1200px;
  margin: 0 auto 80px;
  font-size: 12px;
}
.candidates-page .profile-picture {
  width: 150px;
  height: 150px;
  margin: 0 30px 15px 0;
  float: left;
}
@media (max-width: 600px) {
  .candidates-page .profile-picture {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.candidates-page .candidate-profile {
  position: relative;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 60px;
  padding-bottom: 15px;
  clear: both;
}
.candidates-page .candidate-bio {
  margin-left: 180px;
  padding-right: 20px;
}
.candidates-page .candidate-bio .candidate-name {
  font-size: 32px;
}
.candidates-page .candidate-bio .candidate-name a {
  line-height: 22px;
}
@media (max-width: 1171px) {
  .candidates-page .candidate-bio .candidate-name a {
    line-height: 1;
  }
}
.candidates-page .candidate-bio .candidate-district {
  font-size: 16px;
  margin-top: 3px;
}
.candidates-page .candidate-description {
  line-height: 24px;
  padding-bottom: 15px;
  padding-right: 50px;
  min-height: 100px;
  max-width: 600px;
}
@media (max-width: 1171px) {
  .candidates-page .candidate-description {
    padding-right: 0;
  }
}
.candidates-page .candidate-actions {
  float: right;
  text-align: center;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 10px;
}
.candidates-page .candidate-actions.lhs {
  display: none;
}
@media (max-width: 600px) {
  .candidates-page .candidate-actions.rhs {
    display: none;
  }
  .candidates-page .candidate-actions.lhs {
    display: block;
  }
}
.candidates-page .candidate-actions a {
  display: block;
  font-family: 'Open Sans';
  color: #052b47;
  border: none;
  background: #fff;
  color: #000;
  padding: 5px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  opacity: .8;
  width: 106px;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -2px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none;
  margin-top: 2px;
  vertical-align: top;
}
.candidates-page .candidate-actions a:hover {
  opacity: 1;
}
.candidates-page .candidate-actions a.website {
  background: #1a86ab;
  border: 1px solid #052b47;
  color: white;
}
.candidates-page .candidate-actions a.donate {
  background: #d9000d;
  border: 1px solid #052b47;
  color: white;
}
.candidates-page #main {
  min-height: 600px;
}
.candidates-page #main h1 {
  min-height: 50px;
  text-align: center;
  background: #1a86ab;
  color: white;
}
.candidates-page #main .rich-text {
  font-size: 15px;
  max-width: 1000px;
  margin: 0 20%;
}
@media (max-width: 1171px) {
  .candidates-page #main .rich-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.candidates-page #main .content-list {
  font-size: 15px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1171px) {
  .candidates-page #main .content-list {
    max-width: 800px;
  }
}
.candidates-page #main .content-list .title {
  display: table-cell;
  vertical-align: top;
  width: 20%;
  text-align: center;
}
.candidates-page #main .content-list .title h2 {
  text-align: center;
  font-weight: normal;
  font-family: 'Open Sans';
}
.candidates-page #main .content-list .body {
  display: table-cell;
  vertical-align: top;
  width: 45%;
  padding-left: 5%;
  padding-right: 15%;
}
.candidates-page #main .content-list .sidebar {
  display: table-cell;
  vertical-align: top;
  width: 20%;
}
.candidates-page #main .content-list .map {
  width: 190px;
  height: 100px;
  margin: 15px 20% 0;
}
.sub-page #main {
  min-height: 600px;
}
.sub-page #main h1 {
  min-height: 50px;
  text-align: center;
  background: #1a86ab;
  color: white;
}
.sub-page #main .rich-text {
  font-size: 15px;
  max-width: 1000px;
  margin: 0 20%;
}
@media (max-width: 1171px) {
  .sub-page #main .rich-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sub-page #main .content-list {
  font-size: 15px;
  max-width: 1000px;
  margin: 0 20%;
  clear: both;
}
@media (max-width: 1171px) {
  .sub-page #main .content-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sub-page #main .content-list .title,
.sub-page #main .content-list .body,
.sub-page #main .content-list .sidebar {
  display: table-cell;
}
.sub-page #main .content-list .body {
  padding-top: 2em;
  vertical-align: top;
}
.sub-page #main .content-list .title {
  width: 200px;
}
@media (max-width: 600px) {
  .sub-page #main .content-list .title {
    width: 100%;
    text-align: center;
  }
}
.sub-page #main .content-list .title h2 {
  text-align: center;
}
.sub-page #main .content-list > div {
  clear: both;
  min-height: 250px;
}
.sub-page #main .content-list > div .title {
  float: left;
}
.sub-page #main .content-list > div .body {
  padding-left: 2em;
  text-align: justify;
}
@media (min-width: 1331px) {
  .sub-page #main .content-list > div .body {
    max-width: 350px;
  }
}
@media (max-width: 1330px) {
  .sub-page #main .content-list > div .body {
    max-width: none;
    width: 100%;
    padding-right: 2em;
  }
}
.sub-page #main .content-list > div .sidebar {
  padding-left: 2em;
  text-align: justify;
  padding-top: 3em;
}
@media (min-width: 1331px) {
  .sub-page #main .content-list > div .sidebar {
    max-width: 350px;
  }
}
@media (max-width: 1330px) {
  .sub-page #main .content-list > div .sidebar {
    max-width: none;
    width: 100%;
    padding-right: 2em;
  }
}
@media (max-width: 1330px) {
  .sub-page #main .content-list > div .sidebar {
    display: table-row;
    max-width: none;
    width: 100%;
  }
  .sub-page #main .content-list > div .sidebar .map {
    margin-left: 2em;
    margin-top: 2em;
  }
}
.sub-page #main .content-list > div .map {
  width: 300px;
  height: 300px;
}
.home-page #store {
  padding: 150px 200px 0;
  border-top: 1px solid #eee;
  margin-top: 150px;
}
@media (max-width: 1330px) and (min-width: 601px) {
  .home-page #store {
    padding: 150px 50px 0;
  }
}
@media (max-width: 600px) {
  .home-page #store {
    padding: 100px 25px 0;
  }
}
.home-page #store img {
  margin-top: -200px;
}
.home-page #store > * {
  max-width: 49%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 600px) {
  .home-page #store > * {
    max-width: none;
    display: block;
  }
}
.home-page #store > div {
  padding-left: 50px;
  margin-top: -120px;
  box-sizing: border-box;
}
@media (max-width: 1171px) and (min-width: 601px) {
  .home-page #store > div {
    margin-top: -220px;
  }
}
@media (max-width: 600px) {
  .home-page #store > div {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0;
    text-align: center;
  }
}
.home-page #store > div p {
  max-width: 75%;
  font-size: 14px;
}
@media (max-width: 600px) {
  .home-page #store > div p {
    margin: 10px auto 25px;
  }
}
.home-page #main {
  display: table-row;
}
.home-page #main > section {
  min-height: 500px;
  text-align: center;
  color: white;
  box-sizing: border-box;
  display: table-cell;
}
.home-page #main > section#candidates {
  background-color: #1a86ab;
  width: 40%;
  min-width: 450px;
  padding-bottom: 4px;
}
.home-page #main > section#candidates .candidate-images {
  text-align: center;
  display: table;
}
.home-page #main > section#candidates .candidate-images span {
  position: absolute;
  bottom: 10px;
  left: 10%;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: block;
  color: white;
  font-weight: bold;
  background: #1a86ab;
  opacity: 0.4;
}
.home-page #main > section#candidates .candidate-images .candidate-image {
  position: relative;
}
.home-page #main > section#candidates .candidate-images .candidate-image:hover span {
  opacity: 1.0;
  visibility: visible;
}
.home-page #main > section#candidates .candidate-images img {
  width: 32%;
  padding: 2px;
  box-sizing: border-box;
}
@media (max-width: 1171px) and (min-width: 601px) {
  .home-page #main > section#candidates .candidate-images img {
    width: 25%;
  }
}
.home-page #main > section#candidates .candidate-images h5 {
  width: 33%;
  padding: 2px 8px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: left;
  font-size: 24px;
}
@media (max-width: 1171px) and (min-width: 601px) {
  .home-page #main > section#candidates .candidate-images h5 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .home-page #main > section#candidates .candidate-images h5 {
    font-size: 14px;
  }
}
.home-page #main > section#issues {
  background-color: #052b47;
  width: 35%;
  min-width: 300px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-page #main > section#issues {
    max-width: 300px;
  }
}
.home-page #main > section#about {
  background-color: #052b47;
  width: 25%;
  min-width: 100px;
}
.home-page #main > section#about a {
  text-decoration: none;
  color: white !important;
}
@media (max-width: 1171px) {
  .home-page #main > section#about {
    display: table-row;
  }
}
@media (max-width: 1330px) and (min-width: 1172px) {
  .home-page #main > section#about {
    border-bottom: none !important;
  }
}
.home-page #main > section#about section#about-campaign-services {
  background-color: #1a86ab;
  min-height: 200px;
  font-size: 12px;
  line-height: 2em;
  padding-bottom: 25px;
  transform-style: preserve-3d;
  transition: transform 1s;
  backface-visibility: hidden;
}
.home-page #main > section#about section#about-campaign-services > section {
  position: absolute;
  background-color: #1a86ab;
}
.home-page #main > section#about section#about-campaign-services > section.sideB {
  transform: rotateY(180deg);
}
.home-page #main > section#about section#about-campaign-services.hovering {
  transform: rotateY(180deg);
}
.home-page #main > section#about section#about-us {
  background-color: #052b47;
  min-height: 200px;
  padding: 20px 10px;
  line-height: 1.5em;
  border-top: 1px solid white;
}
@media (max-width: 1330px) and (min-width: 1172px) {
  .home-page #main > section#about section#about-us {
    font-size: 13px;
    line-height: 1.4em;
  }
  .home-page #main > section#about section#about-us h1 {
    padding-top: 0;
  }
}
@media (max-width: 1171px) {
  .home-page #main {
    display: block;
  }
  .home-page #main > section,
  .home-page #main > section > section {
    display: inline-block;
    border-bottom: 1px solid white;
    min-height: 200px;
    box-sizing: border-box;
    font-size: 14px !important;
  }
  .home-page #main > section#candidates,
  .home-page #main > section > section#candidates {
    min-width: 60% !important;
    max-width: 60% !important;
    width: 60% !important;
    display: table-cell;
  }
  .home-page #main > section#issues,
  .home-page #main > section > section#issues {
    min-width: 40% !important;
    max-width: 40% !important;
    width: 40% !important;
    display: table-cell;
    border-left: 1px solid white;
  }
  .home-page #main > section#about,
  .home-page #main > section > section#about {
    display: block;
    width: 100%;
  }
  .home-page #main > section > section {
    display: block;
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .home-page #main > section > section:last-child {
    border-left: 1px solid white;
    border-top: none !important;
  }
}
@media (max-width: 1171px) and (min-width: 601px) {
  .home-page #main > section > section {
    min-width: 0 !important;
    width: 50% !important;
    display: table-cell;
  }
  .home-page #main > section > section > h1 {
    padding-top: 0;
  }
}
@media (max-width: 950px) {
  .home-page #main > section#candidates,
  .home-page #main > section#issues {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    display: block;
  }
  .home-page #main > section#issues,
  .home-page #main > section > section:last-child {
    border-left: none;
    border-top: none;
  }
}
.sub-page.page-slug-about #main .rich-text {
  max-width: 800px;
  margin: 25px auto;
}
.sub-page.page-slug-about #main .rich-text .rest {
  font-size: 17px;
  max-width: 600px;
  margin: 25px auto;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.sub-page.page-slug-about #main .rich-text .intro {
  font-size: 22px;
  font-family: 'Open Sans';
  line-height: 1.65;
  text-align: justify;
}
@media (max-width: 600px) {
  .sub-page.page-slug-about #main .rich-text .intro {
    font-size: 17px;
    line-height: 1.3;
    text-align: left;
  }
}
.sub-page.page-slug-about #main .rich-text .signups {
  font-size: 20px;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: 25px;
  padding-top: 25px;
  margin-bottom: 10px;
}
.sub-page.page-slug-about #main .rich-text .signups a,
.sub-page.page-slug-about #main .rich-text .signups :visited,
.sub-page.page-slug-about #main .rich-text .signups :link {
  text-decoration: none;
  color: #1a86ab;
}
.sub-page.page-slug-about #main .rich-text .signups a:hover,
.sub-page.page-slug-about #main .rich-text .signups :visited:hover,
.sub-page.page-slug-about #main .rich-text .signups :link:hover {
  color: #052b47;
}
.sub-page.page-slug-about #main .team {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.sub-page.page-slug-about #main .team h2 {
  text-align: center;
  font-size: 38px;
  text-transform: none;
  color: #052b47;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .sub-page.page-slug-about #main .team.cofounders {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
  }
}
.sub-page.page-slug-about #main .team .bio {
  min-height: 80px;
  font-size: 17px;
  text-align: left;
  width: 24%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: text-top;
}
.sub-page.page-slug-about #main .team .bio.cofounder {
  text-align: center;
  width: 20%;
}
@media (max-width: 600px) {
  .sub-page.page-slug-about #main .team .bio {
    width: 100% !important;
    display: block;
    text-align: center;
  }
}
.sub-page.page-slug-about #main .team .bio.has-image {
  margin-bottom: 25px;
}
.sub-page.page-slug-about #main .team .bio.has-image img {
  border: 1px solid #eee;
  margin-bottom: 5px;
}
.sub-page.page-slug-about #main .team .bio .name {
  font-weight: 600;
}
.sub-page.page-slug-about #main .team .bio .title {
  font-size: 13px;
}
.sub-page.page-slug-about #main .team .bio .name span,
.sub-page.page-slug-about #main .team .bio .title span {
  cursor: pointer;
}
section > h1,
section > section > h1 {
  margin: 0;
  padding-top: 25px;
  padding-bottom: 20px;
  line-height: 1em;
}
@media (min-width: 1172px) {
  section#issues {
    border: 1px solid white;
    border-top: none;
    border-bottom: none;
  }
}
#candidates .candidate-image {
  transition: all 0.5s;
}
#candidates:hover .candidate-image {
  filter: grayscale(0.8) blur(2px);
}
#candidates:hover .candidate-image:hover {
  filter: grayscale(0) blur(0);
}
#issues {
  overflow: hidden;
}
#issues h1 {
  background: #052b47;
  position: relative;
  z-index: 99;
}
#issues img {
  filter: opacity(75%);
  transition: all 2s;
}
#issues:hover img {
  filter: none;
  transform: scale(1.1);
}
.issues-page .rich-text p,
.mosaic-page .rich-text p {
  font-size: 15px;
  line-height: 22px;
  max-width: 95%;
}
.issues-page .rich-text a,
.mosaic-page .rich-text a {
  color: #1a86ab;
  font-weight: 600;
  text-decoration: none;
}
.issues-page #main > h1,
.mosaic-page #main > h1 {
  text-align: center;
  background: #1a86ab;
  color: white;
}
.issues-page section,
.mosaic-page section {
  border-bottom: 1px solid rgba(5, 43, 71, 0.13);
  padding-bottom: 20px;
  padding-top: 25px;
}
.issues-page #main,
.mosaic-page #main {
  display: table-row;
}
.issues-page #main > div:nth-of-type(1),
.mosaic-page #main > div:nth-of-type(1) {
  background-color: #052b47;
  float: left;
  width: 27%;
}
.issues-page #main > div:nth-of-type(1) img,
.mosaic-page #main > div:nth-of-type(1) img {
  filter: opacity(70%);
}
@media (max-width: 1171px) {
  .issues-page #main > div:nth-of-type(1),
  .mosaic-page #main > div:nth-of-type(1) {
    width: 30%;
    overflow: hidden;
  }
  .issues-page #main > div:nth-of-type(1) img,
  .mosaic-page #main > div:nth-of-type(1) img {
    max-width: 158%;
  }
}
@media (max-width: 600px) {
  .issues-page #main > div:nth-of-type(1),
  .mosaic-page #main > div:nth-of-type(1) {
    display: none;
  }
}
.issues-page #main > div:nth-of-type(2),
.mosaic-page #main > div:nth-of-type(2) {
  float: right;
  margin-right: 25px;
  width: 68%;
}
.issues-page #main > div:nth-of-type(2) h1,
.mosaic-page #main > div:nth-of-type(2) h1 {
  font-size: 42px;
  margin-bottom: -15px;
  color: #052b47;
  background: white;
}
@media (max-width: 1171px) {
  .issues-page #main > div:nth-of-type(2) h1,
  .mosaic-page #main > div:nth-of-type(2) h1 {
    font-size: 30px;
  }
}
.issues-page #main > div:nth-of-type(2) .tagline,
.mosaic-page #main > div:nth-of-type(2) .tagline {
  font-weight: bold;
  font-size: 16px;
  color: #1a86ab;
}
@media (max-width: 1171px) {
  .issues-page #main > div:nth-of-type(2) .tagline,
  .mosaic-page #main > div:nth-of-type(2) .tagline {
    /*display: none;*/
  }
}
@media (max-width: 1171px) {
  .issues-page #main > div:nth-of-type(2),
  .mosaic-page #main > div:nth-of-type(2) {
    width: 60%;
    float: left;
    margin-left: 25px;
  }
}
@media (max-width: 1171px) and (min-width: 601px) {
  .issues-page #main > div:nth-of-type(2) p,
  .mosaic-page #main > div:nth-of-type(2) p {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .issues-page #main > div:nth-of-type(2),
  .mosaic-page #main > div:nth-of-type(2) {
    width: 90%;
    float: none;
    margin: 0 auto;
    padding: 0 15px;
  }
}
.modal#new_signup_form .close_box {
  display: none;
}
.modal#new_signup_form h2 {
  font-size: 36px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  color: #052b47;
}
.modal#new_signup_form #unknown_user {
  text-align: center;
}
.modal#new_signup_form input[type=text] {
  background: #eee;
  height: 3em;
  padding: 2px 10px;
  border: none;
  display: inline-block;
  width: 45%;
  margin: 10px 5px;
  font-size: 16px;
}
.modal#new_signup_form .office-level {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
}
.modal#new_signup_form input[type=radio] {
  display: none;
}
.modal#new_signup_form label.radio {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  background: #1a86ab;
  padding: 5px 10px;
  margin: 10px 0;
}
.modal#new_signup_form label.radio.selected {
  background: #052b47;
}
.modal#new_signup_form .submit.flat-button {
  background: #d9000d;
  width: auto;
  color: white;
  margin: 30px auto;
  padding: 10px 30px 10px 30px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  font-size: 20px;
}
.champions-page #main .content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 25px;
  background: #1a85aa;
  color: white;
}
.champions-page #main .content-list:nth-child(odd) {
  background: #09446c;
}
.champions-page #main .content-list .candidate-profile {
  flex-basis: 19%;
  max-width: 19%;
  border: none !important;
  margin: 0 auto;
}
@media (max-width: 1171px) {
  .champions-page #main .content-list .candidate-profile {
    max-width: 49%;
    flex-basis: 49%;
  }
}
.champions-page #main .content-list .candidate-profile .profile-picture {
  float: none;
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
}
.champions-page #main .content-list .candidate-profile .profile-picture .candidate-actions {
  float: none;
}
.champions-page #main .content-list .candidate-profile .profile-picture .candidate-actions a {
  opacity: 1;
}
.champions-page #main .content-list .candidate-profile .profile-picture .candidate-actions a.website {
  background: #ebb60f;
  color: black;
}
