/*
Theme Name: VTD Election Guide
Author: VTDigger
Author URI: https://vtdigger.org
Description: 2020 Election Guide
Version: 1.0.0
*/
/* Import Compass
------------------------------------------------*/
/* Special scss files
------------------------------------------------*/
/* Import base scss files
------------------------------------------------*/
/* General Variables
------------------------------------------------*/
/* Media variables and expression aliases
------------------------------------------------*/
/* Mixins
------------------------------------------------*/
@font-face {
  font-family: Cabin;
  src: url(https://vtdigger.org/wp-content/themes/vtd_s/election_files/Cabin/Cabin-Italic.ttf);
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: Cabin;
  src: url(https://vtdigger.org/wp-content/themes/vtd_s/election_files/Cabin/Cabin-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: NunitoSans;
  src: url(https://vtdigger.org/wp-content/themes/vtd_s/election_files/Nunito_Sans/NunitoSans-Regular.ttf);
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: NunitoSans;
  src: url(https://vtdigger.org/wp-content/themes/vtd_s/election_files/Nunito_Sans/NunitoSans-Bold.ttf);
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: NunitoSans;
  src: url(https://vtdigger.org/wp-content/themes/vtd_s/election_files/Nunito_Sans/NunitoSans-Light.ttf);
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: NunitoSans;
  src: url(https://vtdigger.org/wp-content/themes/vtd_s/election_files/Nunito_Sans/NunitoSans-LightItalic.ttf);
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: NunitoSans;
  src: url(https://vtdigger.org/wp-content/themes/vtd_s/election_files/Nunito_Sans/NunitoSans-ExtraLightItalic.ttf);
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: RobotoSlab;
  src: url(https://vtdigger.org/wp-content/themes/vtd_s/election_files/Roboto_Slab/RobotoSlab-Regular.ttf);
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: RobotoSlab;
  src: url(https://vtdigger.org/wp-content/themes/vtd_s/election_files/Roboto_Slab/RobotoSlab-Bold.ttf);
  font-weight: 700;
  font-style: normal; }
html, body {
/*  height: 100%;
*/  font-size: 100%;
  overflow-x: hidden; }

body {
  background-image: url("https://vtdigger.org/wp-content/themes/vtd_s/election_files/Wood_FullSize_opt.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden; }

#content {
  max-width: 1366px;
  margin: 0 auto; }

h1, h2, h3, h4, h5 {
  font-weight: 400;
  margin: 0;
  color: #444;
  font-family: 'RobotoSlab','Helvetica','san-serif'; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 1.875em; }

h3 {
  font-size: 1.250em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1em; }

p, li {
  font-size: 1em;
  color: #000;
  font-family: 'NunitoSans','Helvetica','san-serif';
  font-weight: 300; }

li {
  margin-bottom: 0.5em; }

a {
/*   color: #f27522; */
  text-decoration: none; }
  a:hover {
/*     color: #d55c0d; */
    text-decoration: underline; }

#top-header {
  position: relative;
  width: 100%;
/*   height: 69px; */
/*   background-color: #fff; */
/*   box-shadow: 0 -2px 20px #000;  */
}
  #top-header #back-top {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 2em;
    color: #000;
    cursor: pointer;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  #top-header .logo {
    max-width: 150px;
    margin-top: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #top-header .social {
    position: absolute;
    top: 50%;
    right: 3%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      #top-header .social {
        display: none; } }
    #top-header .social > div:first-of-type {
      font-family: 'NunitoSans','Helvetica','san-serif';
      font-weight: 300;
      font-style: italic;
      font-size: 0.85em;
      color: #f27522; }
    #top-header .social ul {
      list-style-type: none;
      margin: 0;
      padding-left: 10px;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      #top-header .social ul li {
        margin: 0 10px; }
        #top-header .social ul li:last-of-type {
          font-weight: 700; }
          #top-header .social ul li:last-of-type a {
            color: #f27522; }
      #top-header .social ul svg {
        color: #7a7a7a; }
        #top-header .social ul svg:hover {
          color: #444; }

#bottom-header {
  max-width: 1366px;
 /* margin: 100px auto 2em auto;*/
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  #bottom-header > div:first-of-type {
    width: 100%;
    max-width: 105px;
    margin-left: 25px; }
    #bottom-header > div:first-of-type img {
      max-width: 105px; }
  #bottom-header #main-menu.desktop {
    position: relative;
    margin-right: 10em;
    width: 100%;
    max-width: 1000px; }
    @media (max-width: 1023px) {
      #bottom-header #main-menu.desktop {
        display: none; } }
    #bottom-header #main-menu.desktop #menu-main-menu {
      position: absolute;
      z-index: 2;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0;
      list-style-type: none;
      height: 38px;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      @media (max-width: 1023px) {
        #bottom-header #main-menu.desktop #menu-main-menu {
          right: 0;
          top: -60px; } }
      #bottom-header #main-menu.desktop #menu-main-menu li {
        position: relative;
        font-size: 1.2em;
        margin-right: 25px;
        font-family: 'NunitoSans','Helvetica','san-serif';
        font-weight: 400; }
        #bottom-header #main-menu.desktop #menu-main-menu li:hover {
          text-decoration: underline; color: #d55c0d; }
        #bottom-header #main-menu.desktop #menu-main-menu li a {
          color: #491f00;
          text-decoration: none; }
  #bottom-header .sub-menu {
    position: absolute;
    z-index: 1000;
    top: 28px;
    display: none;
    width: 100%;
    padding: 0 10px;
    background-color: #fffcf9;
    box-shadow: 0 1px 0.5px #444;
    list-style-type: none; }
    #bottom-header .sub-menu li {
      display: block;
      margin: 1em 0 0 0;
      font-size: 16px !important;
      clear: right; }
      #bottom-header .sub-menu li:hover {
        border-bottom: 0 !important;
        font-weight: 700 !important; }
      #bottom-header .sub-menu li:last-of-type {
        margin-bottom: 1em !important; }

@media (min-width: 1024px) {
  #main-menu.mobile {
    display: none; } }
#main-menu.mobile .burger {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 2.5em;
  color: #743607;
  cursor: pointer;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
#main-menu.mobile .menu-main-menu {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 52px;
  right: 0;
  padding: 0.5em 1em;
  background-color: #fffcf9;
  box-shadow: 0 1px 0.5px #444;
  list-style-type: none; }
  #main-menu.mobile .menu-main-menu.active {
    display: block; }
  #main-menu.mobile .menu-main-menu li {
    font-size: 1.2em;
    font-family: 'NunitoSans','Helvetica','san-serif';
    font-weight: 400; }
    #main-menu.mobile .menu-main-menu li a {
      color: #743607; }
#main-menu.mobile .sub-menu {
  display: none; }

/* MAIN CONTENT DIV FOR EACH PAGE */
.main-content {
  position: relative;
  margin: 0 2em; }
  @media (max-width: 1023px) {
    .main-content {
      margin: 0 10px; } }
  .main-content > section {
    margin-bottom: 2em; }

.page-modules {
  position: relative; }
  .page-modules > section {
    margin-bottom: 2em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #eee; }
    .page-modules > section:last-of-type {
      border-bottom: 0; }

/* SELECTORS FOR INTERACTIVES */
.selector {
  position: relative;
  align-items: center;
  margin: 1em 0;
/*   font-size: 1.25em; */
  border-bottom: 2px solid #950952;
  color: #950952;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .selector h5 {
    color: #f27522 !important;
    font-family: 'NunitoSans','Helvetica','san-serif';
    font-weight: 400; }
  .selector svg {
    margin-left: 10px;
    font-size: 1.5em; }
  .selector.active .choices {
    display: block; }

.choices {
  position: absolute;
  top: 26px;
  z-index: 1;
  display: none;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background-color: #fffcf9;
  list-style-type: none !important;
  box-shadow: 0 1.5px 0.5px #ddd; }
  .choices li {
    margin: 1em; }
    .choices li:hover {
      font-weight: 700; }
    .choices li a {
      color: #444; }

/* DISABLE TEXT HIGHLIGHTING */
.no-select, .section-header, .label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* SECTION BOX SHADOW SETUPS */
.white-box {
  padding: 1em;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #ddd; }
  @media (max-width: 1023px) {
    .white-box {
      padding: 0.5em; } }

.offwhite-box {
  padding: 2em;
  background-color: #fffcf9;
  box-shadow: 0 0 5px 0 #ddd; }
  @media (max-width: 1023px) {
    .offwhite-box {
      padding: 1em; } }

/* Accent for pages */
.header-accent {
  font-size: 1em;
  color: #444;
  font-family: 'Cabin','Helvetica','san-serif';
  font-style: italic; }

/* GRAY SECTION HEADER */
.section-header {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.1em 0.5em;
  color: #fff;
  background-color: #444;
  font-family: 'Cabin','Helvetica','san-serif';
  font-style: italic; }

/* BUTTONS */
.button {
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .button div {
    display: inline-block;
    padding: 1em 2em;
    box-shadow: 0 0 0.5px #000;
    color: #fff;
    font-family: 'Cabin','Helvetica','san-serif';
    font-style: italic; }
    .button div.orange {
      background: #f27522; }
    .button div.blue {
      background: #00acee; }
  .button:hover .orange {
    background-color: #d55c0d; }
  .button:hover .blue {
    background-color: #0075a2; }

/* LABEL BOX */
.label {
  margin-top: 3px;
  display: inline-block;
  padding: 0.1em 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.875em;
  color: #00acee;
  background-color: #fff;
  border: 1px solid #00acee;
  font-family: 'Cabin','Helvetica','san-serif';
  font-style: italic; }
  .label.brown {
    border: 1px solid #743607;
    color: #743607; }

/* BYLINES FOR FEEDS AND SUCH */
.byline {
  margin: 0;
  font-size: 0.875em;
  font-family: 'NunitoSans','Helvetica','san-serif';
  font-weight: 100;
  font-style: italic; }
  .byline span:nth-of-type(2) {
    padding: 0 0.25em; }

/* GIMMICKS */
.pen {
  position: absolute;
  left: -28px;
  z-index: 100;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 1023px) {
    .pen {
      display: none; } }

.pen-shadow {
  position: absolute;
  left: -28px;
  z-index: 99;
  width: 55px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 1023px) {
    .pen-shadow {
      display: none; } }

.paper-clip-race {
  position: absolute;
  top: -20px;
  left: -30px;
  width: 60px;
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 1023px) {
    .paper-clip-race {
      display: none; } }

.paper-clip-side {
  position: absolute;
  width: 90px;
  top: 250px;
  left: -22px;
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 1023px) {
    .paper-clip-side {
      display: none; } }

.paper-clip {
  position: absolute;
  width: 55px;
  top: -15px;
  left: -15px;
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 1023px) {
    .paper-clip {
      display: none; } }

.coffee {
  position: absolute;
  width: 160px;
  right: -85px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 1023px) {
    .coffee {
      display: none; } }

.coffee-stain {
  position: absolute;
  width: 100px;
  right: -15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 1023px) {
    .coffee-stain {
      display: none; } }

.pin {
  position: absolute;
  width: 50px;
  right: -15px;
  top: -10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 1023px) {
    .pin {
      display: none; } }

/* SOCIAL BAR */
.social-bar {
  position: absolute;
  top: 40px;
  right: -15px;
  margin: 0 !important;
  padding: 0.5em !important; }
  .social-bar ul {
    padding: 0;
    margin: 0;
    list-style-type: none !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .social-bar ul li {
      margin: 0 15px 0 0; }
      .social-bar ul li:last-of-type {
        margin: 0; }
      .social-bar ul li a {
        color: #743607; }
        .social-bar ul li a:hover {
          color: #444; }

/* SINGLE TEMPLATE STYLING */
.entry-section.single article {
  width: 66%; }
  .entry-section.single article p, .entry-section.single article span, .entry-section.single article a {
    font-weight: 400; }
.entry-section.single .post-byline {
  font-style: italic;
  color: #444;
  font-family: 'NunitoSans','Helvetica','san-serif';
  font-weight: 300; }
.entry-section.single .post-featured {
  margin: 1em auto; }
  .entry-section.single .post-featured img {
    max-width: 1366px;
    width: 100%; }
.entry-section.single .post-caption {
  padding-bottom: 1em;
  border-bottom: 2px solid #00acee;
  font-weight: 300;
  color: #444; }



/* Import template page scss files
------------------------------------------------*/
#home-intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    #home-intro {
      display: block; } }
  #home-intro .button div {
    padding: 0.5em 2em; }
  #home-intro > div {
    position: relative;
    width: 48%; }
    @media (max-width: 1023px) {
      #home-intro > div {
        width: 100%; } }
  @media (max-width: 1023px) {
    #home-intro > div:last-of-type {
      margin-top: 2em; } }
  #home-intro div[role="teaser"] {
    margin-top: 0.5em;
    justify-content: start !important;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      #home-intro div[role="teaser"] {
        display: block; } }
    #home-intro div[role="teaser"] p {
      flex-basis: 50%;
      color: #7a7a7a;
      font-family: 'RobotoSlab','Helvetica','san-serif'; }
    #home-intro div[role="teaser"] .button {
      margin-left: 10px; }
  #home-intro div[role="video"] {
    position: relative; }
  #home-intro .video-featured {
    position: absolute;
    width: 72%;
    left: 60%;
    top: 46%;
    -moz-transform: translate(-60%, -46%);
    -ms-transform: translate(-60%, -46%);
    -webkit-transform: translate(-60%, -46%);
    transform: translate(-60%, -46%); }

#race-intro .pen {
  top: 15%; }
#race-intro .pen-shadow {
  top: 15%; }
#race-intro h1 {
  margin: 0.25em 0; }
#race-intro ul {
  list-style-type: circle; }

.job-desc {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .job-desc {
      display: block; } }
  .job-desc div {
    font-size: 0.875em;
    font-family: 'NunitoSans','Helvetica','san-serif';
    font-weight: 100;
    font-style: italic; }
    .job-desc div span {
      font-style: normal;
      font-family: 'NunitoSans','Helvetica','san-serif';
      font-weight: 300; }
      .job-desc div span:last-of-type {
        font-size: 1.2em; }

@media (min-width: 1024px) {
  .govmajor-module {
    padding-bottom: 1em !important; } }
.govmajor-module h2 {
  font-weight: 700;
  margin: 0.5em 0; }
.govmajor-module .applicants {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: start; }
  @media (max-width: 1023px) {
    .govmajor-module .applicants {
      flex-wrap: wrap; } }
.govmajor-module .applicant {
  flex-basis: 15%;
  margin-right: 15px; }
@media (max-width: 1023px) and (min-width: 768px) {
  .govmajor-module .applicant {
    flex-basis: 31%; } }

  @media (max-width: 767px) {
    .govmajor-module .applicant {
      flex-basis: 100%;
      margin-right: 0; } }
  @media (max-width: 1023px) {
    .govmajor-module .applicant {
      margin-bottom: 2em; } }
  .govmajor-module .applicant div[role="image"] {
    margin-bottom: 1em; }
  .govmajor-module .applicant div[role='label'] {
    font-size: 0.813em;
    font-family: 'NunitoSans','Helvetica','san-serif';
    font-weight: 300;
    font-style: italic; }
    @media (max-width: 1023px) {
      .govmajor-module .applicant div[role='label'] {
        margin: 0.5em auto 0 auto;
        max-width: 100px; } }
  @media (max-width: 1023px) {
    .govmajor-module .applicant h5 {
      text-align: center; } }
  .govmajor-module .applicant img {
    width: 100%; }
  .govmajor-module .applicant a {
    color: #444; }
  .govmajor-module .applicant .white-box {
    padding: 0.5em; }
    @media (max-width: 1023px) {
      .govmajor-module .applicant .white-box {
        width: 50%;
        margin: 0 auto; } }

.govminor-module h2 {
  font-weight: 700; }
.govminor-module .applicants {
  flex-wrap: wrap;
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .govminor-module .applicants {
      display: block; } }
.govminor-module .white-box {
  padding: 0.25em; }
.govminor-module .applicant {
  flex-basis: 48%;
  margin-bottom: 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .govminor-module .applicant {
      display: block; } }
  .govminor-module .applicant h5 {
    text-transform: capitalize; }
  .govminor-module .applicant > div:first-of-type {
    flex-basis: 22%; }
    @media (max-width: 1023px) {
      .govminor-module .applicant > div:first-of-type {
        width: 50%;
        margin: 0 auto; } }
    .govminor-module .applicant > div:first-of-type .label {
      margin-top: 0.5em; }
      @media (max-width: 1023px) {
        .govminor-module .applicant > div:first-of-type .label {
          margin: 0.5em auto;
          max-width: 70px;
          display: block;
          text-align: center; } }
    .govminor-module .applicant > div:first-of-type img {
      width: 100%; }
  .govminor-module .applicant > div:last-of-type {
    flex-basis: 75%; }
    @media (max-width: 1023px) {
      .govminor-module .applicant > div:last-of-type h5 {
        text-align: center; } }

#candidate-intro {
  position: relative;
  width: 100%;
  padding: 0.1em 0 1em 0; }
  #candidate-intro h1 {
    margin: 0.25em 0; }
  #candidate-intro > div {
    margin: 2em; }
  #candidate-intro ul {
    list-style-type: circle; }
  #candidate-intro .pen {
    right: -20px;
    left: initial;
    top: 3%; }
  #candidate-intro .pen-shadow {
    right: -20px;
    left: initial;
    top: 3%; }

.candidate-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .candidate-header {
      display: block; } }

.candidate-chooser {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #7a7a7a; }
  .candidate-chooser.active .candidate-select {
    display: block !important; }
  .candidate-chooser svg {
    padding-left: 0.5em;
    font-size: 1em;
    color: #7a7a7a; }
  .candidate-chooser h1 {
    font-size: 2.250em; }

.candidate-job {
  align-self: center;
  font-size: 0.875em;
  font-family: 'NunitoSans','Helvetica','san-serif';
  font-weight: 100;
  font-style: italic; }
  @media (max-width: 1023px) {
    .candidate-job {
      margin-top: 1em; } }
  .candidate-job span {
    font-style: normal;
    font-size: 1.25em;
    font-family: 'NunitoSans','Helvetica','san-serif';
    font-weight: 300; }

.candidate-select {
  position: absolute;
  z-index: 1;
  display: none;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background-color: #fffcf9;
  list-style-type: none !important;
  box-shadow: 0 1.5px 0.5px #ddd; }
  .candidate-select li {
    margin: 1em; }
    .candidate-select li:hover {
      font-weight: 700; }
    .candidate-select li a {
      color: #444; }

.candidate-details {
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .candidate-details {
      display: block; } }
  .candidate-details div[role="image"] {
    width: 100%;
    max-width: 216px; }
    @media (max-width: 1023px) {
      .candidate-details div[role="image"] {
        margin: 1em auto; } }
    .candidate-details div[role="image"] > div:first-of-type {
      padding: 0.5em; }
    .candidate-details div[role="image"] > div:last-of-type {
      margin-top: 0.5em;
      text-align: right; }
      .candidate-details div[role="image"] > div:last-of-type span {
        font-size: 0.813em;
        font-family: 'NunitoSans','Helvetica','san-serif';
        font-weight: 300;
        font-style: italic; }
  .candidate-details div[role="text"] {
    margin-left: 2em;
    margin-right: 2em; }
    @media (max-width: 1023px) {
      .candidate-details div[role="text"] {
        margin: 0; } }
    .candidate-details div[role="text"] h4:first-of-type {
      padding-bottom: 1em;
      border-bottom: 1px solid #eee; }
    .candidate-details div[role="text"] h4:last-of-type {
      padding-top: 1em;
      border-top: 1px solid #eee; }

.candidate-history {
  padding-top: 1em;
  border-top: 1px solid #eee; }

.candidate-quote {
  position: relative;
  padding: 1em;
  padding-left: 50px;
  margin-left: 2em;
  margin-right: 2em; }
  @media (max-width: 1023px) {
    .candidate-quote {
      display: none; } }
  .candidate-quote .pin {
    right: initial;
    top: -10px;
    left: -20px; }
  .candidate-quote div[role="quote"] {
    position: relative;
    font-size: 1.25em;
    font-family: 'NunitoSans','Helvetica','san-serif';
    font-weight: 300; }
    .candidate-quote div[role="quote"]:before {
      position: absolute;
      margin-left: -40px;
      margin-top: -20px;
      content: '\201C';
      font-size: 82px;
      color: #444;
      font-family: 'RobotoSlab','Helvetica','san-serif'; }
    .candidate-quote div[role="quote"]:after {
      position: absolute;
      margin-top: -20px;
      margin-left: 10px;
      content: '\201D';
      font-size: 82px;
      color: #444;
      font-family: 'RobotoSlab','Helvetica','san-serif'; }
  .candidate-quote div[role="date"] {
    margin-top: 0.5em;
    font-size: 0.938em;
    font-family: 'NunitoSans','Helvetica','san-serif';
    font-weight: 300;
    font-style: italic; }

#ballot-intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  #ballot-intro h1 {
    margin: 0.25em 0; }
  #ballot-intro .pen {
    top: 20%; }
  #ballot-intro .pen-shadow {
    top: 20%; }
  #ballot-intro ul {
    list-style-type: circle; }
  #ballot-intro div[role="content"] {
    width: 100%; }
    @media (max-width: 1023px) {
      #ballot-intro div[role="content"] {
        width: 100%; } }
  #ballot-intro .pen {
    right: -20px;
    left: initial;
    top: 3%; }
  #ballot-intro .pen-shadow {
    right: -20px;
    left: initial;
    top: 3%; }

/* for prop label on ballot details */
#candidate-intro[role="ballot"] .candidate-details div[role="image"] {
  position: relative; }
  #candidate-intro[role="ballot"] .candidate-details div[role="image"] .label {
    min-width: 100px;
    text-align: center; }
  #candidate-intro[role="ballot"] .candidate-details div[role="image"] .white-box {
    position: relative;
    padding-bottom: 3em; }
    #candidate-intro[role="ballot"] .candidate-details div[role="image"] .white-box .label {
      position: absolute;
      top: 90%;
      left: 50%;
      margin-top: 1em;
      -moz-transform: translate(-50%, -90%);
      -ms-transform: translate(-50%, -90%);
      -webkit-transform: translate(-50%, -90%);
      transform: translate(-50%, -90%); }

.prop-number {
  font-size: 0.75em;
  font-family: 'NunitoSans','Helvetica','san-serif';
  font-weight: 300; }

#ballot-measures h2 {
  font-weight: 700;
  margin: 0.5em 0 1em 0; }
#ballot-measures .label {
  margin: 0.5em auto;
  display: block;
  text-align: center;
  width: 90px; }
#ballot-measures .issue-mega {
  margin-top: 115px; }
#ballot-measures .key-issues {
  justify-content: start !important; }
#ballot-measures .key-issue {
  flex-basis: 33% !important; }
  #ballot-measures .key-issue h5 {
    width: 100%;
    text-align: center; }
    #ballot-measures .key-issue h5.active {
      visibility: hidden; }
  #ballot-measures .key-issue div[role="image"] {
    margin: 0 auto; }
  #ballot-measures .key-issue > div:nth-of-type(2) {
    margin: 0.5em auto 0 auto;
    text-align: center;
    width: 100px;
    display: block; }
    #ballot-measures .key-issue > div:nth-of-type(2).active {
      visibility: hidden; }
#ballot-measures .issue-articles {
  width: 100%;
  flex-basis: initial; }
#ballot-measures .article {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    #ballot-measures .article {
      display: block; } }
  #ballot-measures .article > div:first-of-type {
    flex-basis: 40%; }
  #ballot-measures .article > div:last-of-type {
    flex-basis: 48%; }

.generic-districts h1 {
  margin: 0.25em 0; }
.generic-districts h2 {
  font-weight: 700;
  margin: 0.5em 0 1em 0; }
.generic-districts .district-map {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #444; }
  .generic-districts .district-map div {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.generic-districts .selector {
  display: inline-flex; }
  .generic-districts .selector.active .choices {
    display: block; }
.generic-districts .choices {
  top: 32px; }
  .generic-districts .choices li {
    margin: 0.5em;
    font-size: 0.75em; }
    .generic-districts .choices li.active {
      font-weight: 700; }
@media (max-width: 1023px) {
  .generic-districts .applicant {
    text-align: center; } }
.generic-districts .secondary-stories {
  justify-content: start !important;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .generic-districts .secondary-stories {
      display: block; } }
.generic-districts .note {
  margin-bottom: 2em; }
.generic-districts .secondary-story {
  flex-basis: 30%;
  margin-right: 3.333%; }
  @media (max-width: 1023px) {
    .generic-districts .secondary-story {
      margin-bottom: 1em; } }
  .generic-districts .secondary-story h3 {
    margin-bottom: 0.25em; }
    .generic-districts .secondary-story h3 a {
      color: #7a7a7a; }
      .generic-districts .secondary-story h3 a:hover {
        text-decoration: underline; }

.find-my-reps h2 {
  font-weight: 700;
  margin: 0.5em 0 1em 0; }
.find-my-reps div[role="privacy"] {
  font-family: 'NunitoSans','Helvetica','san-serif';
  font-weight: 300;
  font-style: italic; }
.find-my-reps div[role="results"] {
  margin-top: 2em; }
  .find-my-reps div[role="results"] > h4 {
    display: none;
    font-weight: 700;
    margin-bottom: 1em; }
.find-my-reps #cm-leg-find-result {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .find-my-reps #cm-leg-find-result {
      display: block; } }
  .find-my-reps #cm-leg-find-result > div {
    flex-basis: 31%; }
    @media (max-width: 1023px) {
      .find-my-reps #cm-leg-find-result > div {
        width: 100%;
        margin-bottom: 2em; } }
  .find-my-reps #cm-leg-find-result p {
    margin: 0; }
  .find-my-reps #cm-leg-find-result .label {
    margin-top: 0.5em; }
.find-my-reps #cm-leg-find-error {
  flex-basis: 100% !important;
  margin-bottom: 1em; }
.find-my-reps input[type="text"] {
  width: 100%;
  margin: 1em 0;
  padding-bottom: 0.5em;
  font-size: 1em;
  border: 0;
  border-bottom: 1px solid #7a7a7a;
  background-color: #fffcf9;
  color: #f27522;
  font-family: 'NunitoSans','Helvetica','san-serif';
  font-weight: 400; }
  .find-my-reps input[type="text"]::placeholder {
    font-size: 1em;
    color: #f27522;
    opacity: 0.5;
    font-family: 'Cabin','Helvetica','san-serif';
    font-style: italic; }
.find-my-reps input[type="button"] {
  display: inline-block;
  padding: 0.5em 2em;
  border: 0;
  box-shadow: 0 0 0.5px #000;
  background-color: #f27522;
  color: #fff;
  cursor: pointer;
  font-family: 'Cabin','Helvetica','san-serif';
  font-style: italic; }
  .find-my-reps input[type="button"]:hover {
    background-color: #d55c0d; }

/* Import module scss files
------------------------------------------------*/
.calendar-module {
  padding-bottom: 2em !important;
  overflow: hidden; }
  .calendar-module .pen {
    top: 10%; }
  .calendar-module .pen-shadow {
    top: 10%; }
  .calendar-module h2 {
    font-weight: 700; }
  .calendar-module h3 {
    font-size: 0.875em;
    font-family: 'Cabin','Helvetica','san-serif';
    font-style: italic; }
  .calendar-module div[role="calendar"] {
    float: left;
    margin-top: 1em;
    max-width: 66%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
@media (max-width: 1023px) and (min-width: 768px) {
  .calendar-module div[role="calendar"] {
    max-width: 100%;
    float: none; } }

    @media (max-width: 767px) {
      .calendar-module div[role="calendar"] {
        display: block;
        float: none; } }
    .calendar-module div[role="calendar"] > div:first-of-type {
      margin-right: 20px; }
  .calendar-module .countdown {
    padding: 0.5em 1em;
    background-color: #266f70; }
    .calendar-module .countdown h4 {
      text-align: center;
      color: #fff;
      font-size: 80px;
      height: 90px;
      font-family: 'NunitoSans','Helvetica','san-serif';
      font-weight: 700; }
    .calendar-module .countdown h5 {
      text-align: center;
      font-size: 52px;
      height: 70px;
      margin-top: -10px;
      color: #fff;
      font-family: 'RobotoSlab','Helvetica','san-serif'; }
    .calendar-module .countdown p {
      padding-top: 0.5em;
      color: #fff;
      border-top: 1px solid #fff;
      margin: 0;
      margin-top: -10px;
      text-align: center;
      font-family: 'Cabin','Helvetica','san-serif';
      font-style: italic; }
  .calendar-module .calendar-dates .section-header {
    margin-bottom: 0.5em; }
@media (max-width: 1023px) and (min-width: 768px) {
  .calendar-module .calendar-dates {
    width: 70%; } }

  @media (max-width: 767px) {
    .calendar-module .calendar-dates {
      margin-top: 2em; } }
  .calendar-module .date {
    margin-bottom: 0.5em; }
    .calendar-module .date p {
      margin: 0;
      font-family: 'NunitoSans','Helvetica','san-serif';
      font-weight: 300; }
  .calendar-module .hearken {
    width: 33%;
    float: right; }
    @media (max-width: 1023px) {
      .calendar-module .hearken {
        width: 100%;
        float: none;
        margin-top: 2em; } }
    .calendar-module .hearken .button {
      display: block;
      margin: 1em auto;
      max-width: 280px; }

.compare-module h2 {
  margin: 0.5em 0;
  font-weight: 700; }
.compare-module .applicant {
  margin-bottom: 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .compare-module .applicant {
      display: block; } }
  .compare-module .applicant > div:first-of-type {
    flex-basis: 25%;
    max-width: 200px; }
    @media (max-width: 1023px) {
      .compare-module .applicant > div:first-of-type {
        margin: 0 auto; } }
    .compare-module .applicant > div:first-of-type div[role="party"] {
      text-align: right;
      margin-top: 0.5em; }
    .compare-module .applicant > div:first-of-type img {
      width: 100%; }
    .compare-module .applicant > div:first-of-type span {
      font-size: 0.813em;
      font-family: 'NunitoSans','Helvetica','san-serif';
      font-weight: 300;
      font-style: italic; }
  .compare-module .applicant > div:last-of-type {
    flex-basis: 70%; }
    .compare-module .applicant > div:last-of-type .byline {
      padding-bottom: 1em;
      border-bottom: 1px solid #eee; }

.data-module {
  padding-bottom: 3em !important; }
  .data-module .data-viz {
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .data-module .data-viz {
        display: block; } }
  .data-module .data-embed {
    width: 100%; }
  .data-module .data-viz-item {
    flex-basis: 27%; }
    @media (max-width: 1023px) {
      .data-module .data-viz-item {
        margin-bottom: 1em; } }

.endorse-module h2 {
  margin: 0.5em 0;
  font-weight: 700; }
.endorse-module .endorsements {
  margin-bottom: 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
.endorse-module .endorsement {
  flex-basis: 100%; }
  @media (min-width: 768px) {
    .endorse-module .endorsement {
      flex-basis: 48%;
      margin-bottom: 1em; } }
  .endorse-module .endorsement p {
    margin: 0;
    margin-top: 0.5em;
    font-size: 0.813em;
    font-family: 'NunitoSans','Helvetica','san-serif';
    font-weight: 100;
    font-style: italic; }

.feed-module div[role="top"] {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .feed-module div[role="top"] {
      display: block; } }
  .feed-module div[role="top"] h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin: 0.5em 0; }
    .feed-module div[role="top"] h3 a {
      color: #743607; }
      .feed-module div[role="top"] h3 a:hover {
        text-decoration: underline; }
.feed-module .featured-story {
  flex-basis: 70%;
  padding: 1em;
  border-top: 1px solid #743607;
  background-color: #fff;
  box-shadow: 0px 2px 8px -2px #ddd; }
  @media (max-width: 1023px) {
    .feed-module .featured-story {
      width: 96%;
      padding: 0 2%;
      margin-bottom: 2em; } }
.feed-module div[role="container"] {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .feed-module div[role="container"] {
      display: block; } }
.feed-module div[role="image"] {
  width: 65%; }
  @media (max-width: 1023px) {
    .feed-module div[role="image"] {
      width: 100%; } }
  .feed-module div[role="image"] img {
    width: 100%; }
  .feed-module div[role="image"] p {
    margin-top: 1em;
    font-size: 0.813em;
    font-family: 'NunitoSans','Helvetica','san-serif';
    font-weight: 100;
    font-style: italic; }
.feed-module div[role="teaser"] {
  width: 35%;
  padding: 0 1em; }
  @media (max-width: 1023px) {
    .feed-module div[role="teaser"] {
      width: 96%;
      padding: 2%; } }
  .feed-module div[role="teaser"] a {
    text-decoration: underline;
    color: #f27522; }
    .feed-module div[role="teaser"] a:hover {
      color: #d55c0d; }
  .feed-module div[role="teaser"] p {
    margin-top: 0; }
.feed-module div[role="bottom"] {
  margin-top: 2em; }
.feed-module .latest-stories {
  position: relative;
  flex-basis: 28%;
  margin-left: 2%; }
  @media (max-width: 1023px) {
    .feed-module .latest-stories {
      width: 100%;
      margin: 0; } }
  .feed-module .latest-stories .latest-story {
    margin-top: 1em; }
    .feed-module .latest-stories .latest-story a {
      color: #7a7a7a; }
      .feed-module .latest-stories .latest-story a:hover {
        text-decoration: underline; }
.feed-module .mc-subscribe {
  margin-top: 1em;
  padding-left: 1em; }
  .feed-module .mc-subscribe h5 {
    color: #743607; }
  .feed-module .mc-subscribe input[type="email"] {
    width: 100%;
    margin: 1em 0;
    padding-bottom: 0.5em;
    font-size: 1em;
    border: 0;
    border-bottom: 1px solid #7a7a7a;
    background-color: #fffcf9;
    color: #f27522;
    font-family: 'NunitoSans','Helvetica','san-serif';
    font-weight: 400; }
    .feed-module .mc-subscribe input[type="email"]::placeholder {
      font-size: 1em;
      color: #f27522;
      opacity: 0.5;
      font-family: 'Cabin','Helvetica','san-serif';
      font-style: italic; }
  .feed-module .mc-subscribe input[type="submit"] {
    display: inline-block;
    padding: 0.5em 2em;
    border: 0;
    box-shadow: 0 0 0.5px #000;
    background-color: #f27522;
    color: #fff;
    cursor: pointer;
    font-family: 'Cabin','Helvetica','san-serif';
    font-style: italic; }
    .feed-module .mc-subscribe input[type="submit"]:hover {
      background-color: #d55c0d; }
  .feed-module .mc-subscribe .mc-submit {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-content: flex-end; }
.feed-module .secondary-stories {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .feed-module .secondary-stories {
      display: block; } }
.feed-module .secondary-story {
  flex-basis: 22%; }
  @media (max-width: 1023px) {
    .feed-module .secondary-story {
      margin-bottom: 1em; } }
  .feed-module .secondary-story h3 {
    margin-bottom: 0.25em; }
    .feed-module .secondary-story h3 a {
      color: #7a7a7a; }
      .feed-module .secondary-story h3 a:hover {
        text-decoration: underline; }

.interactive-module h2 {
  margin: 0.5em 0;
  font-weight: 700; }
.interactive-module h3 {
  margin-bottom: 1em;
  font-weight: 700; }
.interactive-module ul {
  list-style-type: none; }
.interactive-module li {
  color: #743607;
  cursor: pointer; }
  .interactive-module li:hover {
    font-weight: 700; }
.interactive-module div[role="chooser"] {
  margin-top: 1em;
  justify-content: start !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .interactive-module div[role="chooser"] > div {
    align-items: center;
    justify-content: start !important;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .interactive-module div[role="chooser"] > div > div {
      margin-right: 5px; }
    .interactive-module div[role="chooser"] > div svg {
      font-size: 1.5em;
      padding-left: 4px; }
  .interactive-module div[role="chooser"] > div:nth-of-type(1) .selector {
    width: 185px; }
  .interactive-module div[role="chooser"] > div:nth-of-type(2) .selector {
    width: 165px; }
  .interactive-module div[role="chooser"] > div:nth-of-type(3) div[role="text"] {
    flex-basis: 80%; }
  .interactive-module div[role="chooser"] .choices {
    top: 32px; }
    .interactive-module div[role="chooser"] .choices li.active {
      font-weight: 700; }
.interactive-module div[role="text"] {
  font-size: 0.85em;
  font-family: 'NunitoSans','Helvetica','san-serif';
  font-weight: 300; }
.interactive-module .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #f27522;
  color: #f27522;
  text-align: center;
  font-size: 1.4em;
  font-family: 'RobotoSlab','Helvetica','san-serif'; }
.interactive-module .interactive {
  flex-direction: column !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .interactive-module .interactive .header {
    font-size: 0.93em;
    justify-content: start !important;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'NunitoSans','Helvetica','san-serif';
    font-weight: 300; }
    .interactive-module .interactive .header svg {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%); }
    .interactive-module .interactive .header > div {
      position: relative;
      display: none;
      font-weight: 700;
      flex-basis: 19%;
      width: 19%;
      padding: 1em;
      margin: 0;
      border-right: 1px solid #eee;
      cursor: pointer; }
    .interactive-module .interactive .header > div:last-of-type {
      border-right: 0; }
    .interactive-module .interactive .header > div:first-of-type {
      color: #7a7a7a; }
    .interactive-module .interactive .header .democrat {
      color: #00acee; }
    .interactive-module .interactive .header .republican {
      color: #f84528; }
  .interactive-module .interactive .items {
    font-size: 0.93em;
    font-family: 'NunitoSans','Helvetica','san-serif';
    font-weight: 300; }
    .interactive-module .interactive .items .quest {
      font-weight: 700;
      font-style: italic; }
  .interactive-module .interactive .column {
    flex-direction: column !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    display: none; }
    .interactive-module .interactive .column > div {
      justify-content: start !important;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .interactive-module .interactive .column > div .item:not(.quest) {
        display: none; }
      .interactive-module .interactive .column > div > div {
        flex-basis: 19%;
        width: 19%;
        padding: 1em;
        margin: 0;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee; }
      .interactive-module .interactive .column > div > div:last-of-type {
        border-right: 0; }

.issue-module .key-issues {
  flex-wrap: wrap;
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .issue-module .key-issues {
      display: block; } }
.issue-module .key-issue {
  flex-basis: 21%;
  margin-bottom: 2em;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .issue-module .key-issue {
      flex-basis: 48%; } }
  .issue-module .key-issue > h5 {
    width: 162px;
    margin-top: 0.5em;
    text-align: center;
    color: #743607; }
    @media (max-width: 1023px) {
      .issue-module .key-issue > h5 {
        width: 100%; } }
  .issue-module .key-issue div[role="image"] {
    width: 130px;
    height: 103px; }
    @media (max-width: 1023px) {
      .issue-module .key-issue div[role="image"] {
        margin: 0 auto; } }
    .issue-module .key-issue div[role="image"].active {
      position: absolute;
      z-index: 100;
      height: 140px; }
      @media (max-width: 1023px) {
        .issue-module .key-issue div[role="image"].active {
          position: initial; } }
      @media (max-width: 767px) {
        .issue-module .key-issue div[role="image"].active {
          position: absolute;
          left: 50%;
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
  .issue-module .key-issue img {
    width: 100%;
    height: 100%; }
.issue-module .issue-mega {
  position: absolute;
  z-index: 1;
  display: none;
  left: 0;
  width: 100%;
  margin-top: 140px;
  padding: 2em 0;
  background-color: #fff;
  box-shadow: 0px 2px 8px -2px #ddd;
  border-top: 1px solid #743607;
  cursor: initial; }
@media (max-width: 1023px) and (min-width: 768px) {
  .issue-module .issue-mega {
    margin-top: 0; } }

  .issue-module .issue-mega div[role="header"] {
    padding: 0 2em; }
    .issue-module .issue-mega div[role="header"] div[role="top"] {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .issue-module .issue-mega div[role="header"] div[role="top"] svg {
        color: #743607;
        cursor: pointer; }
  .issue-module .issue-mega > p {
    padding: 0 2em; }
  .issue-module .issue-mega h3 {
    font-size: 1.5em;
    color: #743607;
    font-weight: 700; }
.issue-module div[role="feeds"] {
  padding: 1.5em 0;
  margin: 0 2em;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .issue-module div[role="feeds"] {
      display: block; } }
  .issue-module div[role="feeds"] .section-header {
    background-color: #7a7a7a; }
  .issue-module div[role="feeds"] a {
    color: #7a7a7a; }
  .issue-module div[role="feeds"] h5 {
    color: #7a7a7a; }
  .issue-module div[role="feeds"] div[role="header"] {
    padding: 0; }
.issue-module .issue-ballot {
  position: relative;
  flex-basis: 49%; }
  .issue-module .issue-ballot div[role="not-found"] {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .issue-module .issue-ballot div[role="image"] {
    width: initial;
    height: initial; }
    @media (max-width: 1023px) {
      .issue-module .issue-ballot div[role="image"] {
        margin: 0 auto; } }
.issue-module .propositions {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .issue-module .propositions {
      display: block; } }
.issue-module .proposition {
  flex-basis: 30%;
  margin-top: 1em; }
  .issue-module .proposition div[role="image"] {
    width: 160px;
    height: 129px; }
    @media (max-width: 1023px) {
      .issue-module .proposition div[role="image"] {
        margin: 0 auto; } }
  .issue-module .proposition h5 {
    width: 160px; }
    @media (max-width: 1023px) {
      .issue-module .proposition h5 {
        width: 100%;
        margin-top: 0.5em;
        text-align: center; } }
  .issue-module .proposition .label {
    margin-top: 1em; }
    @media (max-width: 1023px) {
      .issue-module .proposition .label {
        display: block;
        margin: 1em auto 0 auto;
        max-width: 100px;
        text-align: center; } }
.issue-module .issue-articles {
  flex-basis: 49%; }
  .issue-module .issue-articles div[role="image"] {
    width: initial;
    height: initial; }
    @media (max-width: 1023px) {
      .issue-module .issue-articles div[role="image"] {
        margin: 0 auto; } }
.issue-module .articles {
  flex-wrap: wrap;
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .issue-module .articles {
      display: block; } }
.issue-module .article {
  flex-basis: 48%;
  margin-bottom: 1em; }
  .issue-module .article p {
    margin-top: 0.5em; }
  .issue-module .article .label {
    margin-top: 0.5em; }
    @media (max-width: 1023px) {
      .issue-module .article .label {
        display: block;
        margin: 0.5em auto;
        max-width: 100px;
        text-align: center; } }

.stance-module {
  border-bottom: 0 !important; }
  .stance-module h2 {
    margin: 0.5em 0;
    font-weight: 700; }
  .stance-module .stance-container {
    padding: 0 1em; }
  .stance-module .issue-list {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0.5em 0 2em 0; }
    .stance-module .issue-list ul {
      padding: 10px 0 0 0;
      list-style-type: none;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      @media (max-width: 1023px) {
        .stance-module .issue-list ul {
          display: block; } }
@media (max-width: 1023px) and (min-width: 768px) {
  .stance-module .issue-list ul {
    column-count: 2;
    height: 145px; } }

    .stance-module .issue-list li {
      font-size: 1.125em;
      color: #444;
      cursor: pointer;
      font-family: 'NunitoSans','Helvetica','san-serif';
      font-weight: 400; }
      .stance-module .issue-list li:hover {
        border-bottom: 1px solid #444; }
      .stance-module .issue-list li.active {
        color: #743607;
        border-bottom: 2px solid #743607;
        font-family: 'NunitoSans','Helvetica','san-serif';
        font-weight: 700; }
        .stance-module .issue-list li.active:hover {
          border-bottom: 2px solid #743607; }
  .stance-module .stances {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .stance-module .stances {
        display: block; } }
  .stance-module .question-header {
    flex-basis: 49%;
    font-size: 0.875em;
    color: #444;
    padding: 0.5em 0.5em 0.5em 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-family: 'RobotoSlab','Helvetica','san-serif'; }
    @media (max-width: 1023px) {
      .stance-module .question-header {
        display: none; } }
  .stance-module .response-header {
    padding: 0.5em 0 0.5em 0.5em;
    border-bottom: 1px solid #eee;
    flex-basis: 49%;
    font-size: 0.875em;
    color: #444;
    font-family: 'RobotoSlab','Helvetica','san-serif'; }
    @media (max-width: 1023px) {
      .stance-module .response-header {
        display: none; } }

.question, .response {
  flex-basis: 49%;
  padding: 1em 0.5em 1em 0;
  font-size: 1.1em;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-family: 'NunitoSans','Helvetica','san-serif';
  font-weight: 400; 
color: #000;}

  @media (max-width: 1023px) {
    .question, .response {
      font-weight: 700;
      border: 0;
      border-bottom: 1px solid #eee; } }

.response {
  border-right: 0;
  padding: 1em 0 1em 0.5em; }
  @media (max-width: 1023px) {
    .response {
      font-weight: 400;
      border: 0;
      margin-top: 0.5em;
      padding: 0; } }

.video-module {
  padding-bottom: 2em !important; }
  .video-module .white-box {
    padding: 0.5em !important; }
  .video-module h2 {
    margin: 0.5em 0;
    font-weight: 700; }
  .video-module h3 {
    margin: 1em 0; }
  .video-module img {
    width: 100%; }
  .video-module .video-featured {
    flex-basis: 70%; }
    @media (max-width: 1023px) {
      .video-module .video-featured {
        margin-bottom: 2em; } }
  .video-module .video-list {
    flex-basis: 25%;
    overflow-y: scroll;
    border-bottom: 1px solid #743607; }
    @media (max-width: 767px) {
      .video-module .video-list {
        height: 300px !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .video-module .video-list {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: space-between; } }

    .video-module .video-list h4 {
      display: none; }
      @media (max-width: 1023px) {
        .video-module .video-list h4 {
          display: block;
          margin-bottom: 1em; } }
  .video-module .video-player {
    position: relative;
    background-color: #222;
    padding-top: 56.25% !important;
    overflow: hidden;
    cursor: pointer; }
    .video-module .video-player img {
      position: absolute;
      width: 100%;
      top: -16.84%;
      left: 0;
      cursor: pointer; }
    .video-module .video-player iframe {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
    .video-module .video-player .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate3d(-50%, -50%, 0);
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      width: 90px;
      height: 60px;
      background-color: #333;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
      z-index: 1;
      opacity: 0.8;
      border-radius: 6px;
      cursor: pointer; }
      .video-module .video-player .play-button:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        content: "";
        border-style: solid;
        border-width: 15px 0 15px 26.0px;
        border-color: transparent transparent transparent #fff; }
  .video-module .video-thumb {
    position: relative;
    background-color: #222;
    padding-top: 56.25% !important;
    overflow: hidden;
    cursor: pointer; }
    .video-module .video-thumb img {
      position: absolute;
      width: 100%;
      top: -16.84%;
      left: 0;
      cursor: pointer; }
    .video-module .video-thumb iframe {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
  .video-module .video-thumb-container {
    margin-bottom: 1em; }
@media (min-width: 768px) and (max-width: 1023px) {
  .video-module .video-thumb-container {
    max-width: 340px;
    flex-basis: 340px; } }

  .video-module .video-playing img {
    opacity: 0.1; }
  .video-module .videos {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .video-module .videos {
        display: block; } }

.video-player {
  position: relative;
  background-color: #222;
  padding-top: 56.25% !important;
  overflow: hidden;
  cursor: pointer; }
  .video-player img {
    position: absolute;
    width: 100%;
    top: -16.84%;
    left: 0;
    cursor: pointer; }
  .video-player iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .video-player .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer; }
    .video-player .play-button:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate3d(-50%, -50%, 0);
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      content: "";
      border-style: solid;
      border-width: 15px 0 15px 26.0px;
      border-color: transparent transparent transparent #fff; }
