/*
Theme Name: Grizzly Bear
Author: CALmatters
Author URI: http://calmatters.org
Description: 2018 Election Guide
Version: 1.0.0
*/
/* General Variables
------------------------------------------------*/
/* Media variables and expression aliases
------------------------------------------------*/
/* Mixins
------------------------------------------------*/
@font-face {
  font-family: Cabin;
  src: url(https://elections.calmatters.org/2018/wp-content/themes/grizzly-bear/styles/fonts/Cabin/Cabin-Italic.ttf);
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: Cabin;
  src: url(https://elections.calmatters.org/2018/wp-content/themes/grizzly-bear/styles/fonts/Cabin/Cabin-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: NunitoSans;
  src: url(https://elections.calmatters.org/2018/wp-content/themes/grizzly-bear/styles/fonts/Nunito_Sans/NunitoSans-Regular.ttf);
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: NunitoSans;
  src: url(https://elections.calmatters.org/2018/wp-content/themes/grizzly-bear/styles/fonts/Nunito_Sans/NunitoSans-Bold.ttf);
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: NunitoSans;
  src: url(https://elections.calmatters.org/2018/wp-content/themes/grizzly-bear/styles/fonts/Nunito_Sans/NunitoSans-Light.ttf);
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: NunitoSans;
  src: url(https://elections.calmatters.org/2018/wp-content/themes/grizzly-bear/styles/fonts/Nunito_Sans/NunitoSans-LightItalic.ttf);
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: NunitoSans;
  src: url(https://elections.calmatters.org/2018/wp-content/themes/grizzly-bear/styles/fonts/Nunito_Sans/NunitoSans-ExtraLightItalic.ttf);
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: RobotoSlab;
  src: url(https://elections.calmatters.org/2018/wp-content/themes/grizzly-bear/styles/fonts/Roboto_Slab/RobotoSlab-Regular.ttf);
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: RobotoSlab;
  src: url(https://elections.calmatters.org/2018/wp-content/themes/grizzly-bear/styles/fonts/Roboto_Slab/RobotoSlab-Bold.ttf);
  font-weight: 700;
  font-style: normal; }
* {
  -webkit-overflow-scrolling: touch; }

html, body {
  height: 100%;
  font-size: 100%;
  overflow-x: hidden;
  overflow-y: hidden; }

body {
  overflow-y: scroll;
  background-image: url("https://elections.calmatters.org/2018/wp-content/uploads/2018/04/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: #222;
  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: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 69px;
  background-color: #fff;
  box-shadow: 0 -2px 20px #222; }
  #top-header #back-top {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 2em;
    color: #222;
    cursor: pointer;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  #top-header a:hover {
    text-decoration: none; }
  #top-header h1 {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'NunitoSans','Helvetica','san-serif';
    font-weight: 700;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      #top-header h1 {
        display: none; } }
  #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 svg {
        color: #7a7a7a; }
        #top-header .social ul svg:hover {
          color: #444; }

#bottom-header {
  max-width: 1366px;
  margin: 100px auto 2em auto; }
  @media (min-width: 1024px) {
    #bottom-header {
      display: flex;
      flex-direction: row;
      justify-content: space-between; } }
  #bottom-header div[role="logo"] {
    width: 100%;
    max-width: 105px;
    margin-left: 25px; }
    #bottom-header div[role="logo"] img {
      max-width: 105px; }
  #bottom-header div[role="nav"] {
    position: relative;
    flex-basis: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-direction: column; }
  #bottom-header .sponsorship-header {
    margin-top: 2em;
    padding-right: 25px; }
    @media (max-width: 767px) {
      #bottom-header .sponsorship-header {
        position: relative;
        left: 15px; } }
    @media (min-width: 768px) {
      #bottom-header .sponsorship-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        justify-content: flex-end;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 1024px) {
      #bottom-header .sponsorship-header {
        padding-left: 0;
        padding-right: 25px; } }
    @media (min-width: 1037px) {
      #bottom-header .sponsorship-header {
        padding-right: 5%; } }
    #bottom-header .sponsorship-header img {
      max-width: 250px; }
      @media (min-width: 768px) {
        #bottom-header .sponsorship-header img {
          padding-left: 25px; } }
    #bottom-header .sponsorship-header p {
      font-size: 0.85em;
      font-style: italic; }
  #bottom-header #main-menu.desktop {
    margin-right: 2em;
    width: 100%;
    max-width: 800px; }
    @media (max-width: 1023px) {
      #bottom-header #main-menu.desktop {
        display: none; } }
    #bottom-header #main-menu.desktop #menu-main-menu {
      position: absolute;
      z-index: 10000;
      right: 5%;
      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: 20px;
        font-family: 'NunitoSans','Helvetica','san-serif';
        font-weight: 400; }
        #bottom-header #main-menu.desktop #menu-main-menu li:hover {
          border-bottom: 2px solid #743607; }
        #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; }

.alignleft,
.aligncenter,
.alignnone,
.alignright {
  max-width: 100%;
  height: auto; }

.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; }

/* Featured image area for each detail page */
.featured-art {
  width: 100%;
  margin: 1em 0; }
  .featured-art img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .featured-art .caption {
    font-size: 0.85em;
    margin-top: 0.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #f0f0f0; }

/* Sponsorship area in page */
.sponsorship-intro {
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .sponsorship-intro {
      display: flex;
      flex-direction: row;
      justify-content: space-between; } }
  .sponsorship-intro section[role="sponsor"] {
    position: relative; }
    @media (min-width: 768px) {
      .sponsorship-intro section[role="sponsor"] {
        flex-basis: 66%; } }

.sponsorship-top {
  width: 100%;
  margin-top: 2em; }
  @media (min-width: 768px) {
    .sponsorship-top {
      flex-basis: 33%;
      padding-left: 30px;
      margin-top: 0; } }
  .sponsorship-top img {
    max-width: 300px;
    margin-bottom: 2em; }
    @media (max-width: 767px) {
      .sponsorship-top img {
        display: block;
        margin: 0 auto 1em auto; } }

.subscribe-box, .question-box {
  max-width: 270px;
  padding: 15px !important;
  margin-bottom: 1em; }
  .subscribe-box h4, .question-box h4 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 1em;
    font-family: 'RobotoSlab','Helvetica','san-serif';
    font-weight: 700; }
  .subscribe-box p, .question-box p {
    font-size: 0.75em;
    color: #444;
    font-family: 'NunitoSans','Helvetica','san-serif';
    font-weight: 400; }
  .subscribe-box form, .question-box form {
    margin-top: 1em; }
    .subscribe-box form input[type="text"], .question-box form input[type="text"] {
      background-color: #fff;
      border: 1px solid #aaa;
      color: #444;
      font-size: 0.85em;
      text-align: center;
      min-width: 165px;
      font-family: 'NunitoSans','Helvetica','san-serif';
      font-weight: 400; }
      .subscribe-box form input[type="text"]:focus, .question-box form input[type="text"]:focus {
        border: 1px solid #f27522; }
      .subscribe-box form input[type="text"]:-moz-placeholder, .question-box form input[type="text"]:-moz-placeholder {
        color: #444;
        font-size: 0.85em;
        text-align: center;
        font-family: 'NunitoSans','Helvetica','san-serif';
        font-weight: 400; }
      .subscribe-box form input[type="text"]::-moz-placeholder, .question-box form input[type="text"]::-moz-placeholder {
        color: #444;
        font-size: 0.85em;
        text-align: center;
        font-family: 'NunitoSans','Helvetica','san-serif';
        font-weight: 400; }
      .subscribe-box form input[type="text"]:-ms-input-placeholder, .question-box form input[type="text"]:-ms-input-placeholder {
        color: #444;
        font-size: 0.85em;
        text-align: center;
        font-family: 'NunitoSans','Helvetica','san-serif';
        font-weight: 400; }
      .subscribe-box form input[type="text"]::-webkit-input-placeholder, .question-box form input[type="text"]::-webkit-input-placeholder {
        color: #444;
        font-size: 0.85em;
        text-align: center;
        font-family: 'NunitoSans','Helvetica','san-serif';
        font-weight: 400; }
    .subscribe-box form input[type="submit"], .question-box form input[type="submit"] {
      background-color: #f27522;
      display: inline-block;
      padding: 5px 10px;
      box-shadow: 0 0 0.5px #000;
      color: #fff;
      text-transform: uppercase;
      font-size: 0.70em;
      cursor: pointer;
      border: 0;
      font-family: 'Cabin','Helvetica','san-serif';
      font-style: italic; }
      .subscribe-box form input[type="submit"]:hover, .question-box form input[type="submit"]:hover {
        background-color: #d55c0d; }

.question-box textarea {
  background: url(https://elections.calmatters.org/2018/wp-content/uploads/2018/08/whitebox.jpg) center center no-repeat;
  border: 1px solid #aaa;
  width: 258px;
  height: 150px;
  overflow: auto;
  resize: none;
  font-family: 'NunitoSans','Helvetica','san-serif';
  font-weight: 400; }
  .question-box textarea:focus {
    border: 1px solid #f27522; }

/* PARTY */
.democrat {
  color: #00acee !important;
  border: 1px solid #00acee !important; }

.republican {
  color: #c81f05 !important;
  border: 1px solid #c81f05 !important; }

.nonpartisan {
  color: #444 !important;
  border: 1px solid #444 !important; }

/* SELECTORS FOR INTERACTIVES */
.selector {
  position: relative;
  align-items: center;
  margin: 1em 0;
  font-size: 1.25em;
  border-bottom: 2px solid #f27522;
  color: #f27522;
  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 */
.offwhite-box {
  padding: 2em;
  background-color: #fffcf9;
  box-shadow: 0 0 5px 0 #ddd; }
  @media (max-width: 1023px) {
    .offwhite-box {
      padding: 1em; } }

.white-box {
  background-color: #fff;
  padding: 0.75em 1em;
  margin-bottom: 2em;
  border: 1px solid #ddd; }

/* 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;
  padding: 5px 10px;
  background-color: #444; }
  .section-header h2 {
    font-weight: 700;
    margin: 0;
    font-size: 0.875em;
    color: #fff;
    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 {
  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: 10px;
  right: 30px;
  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; }

.approved-candidate {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1em;
  display: inline-block;
  padding: 2.5px 5px;
  color: #fff;
  background-color: #05c880;
  font-family: 'RobotoSlab','Helvetica','san-serif';
  font-weight: 700; }

.rejected-candidate {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1em;
  display: inline-block;
  padding: 2.5px 5px;
  color: #fff;
  background-color: #c81f05;
  font-family: 'RobotoSlab','Helvetica','san-serif';
  font-weight: 700; }

#footer {
  position: relative;
  background-color: #fff;
  min-height: 100px;
  border-top: 1px solid #eee; }
  #footer ul[role="links"] {
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-content: 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%); }
    @media (max-width: 1023px) {
      #footer ul[role="links"] {
        width: 100%; } }
    #footer ul[role="links"] li {
      margin-right: 20px; }

#newsmatch-modal {
  position: fixed;
  display: none;
  z-index: 999997;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }
  #newsmatch-modal > div {
    position: absolute;
    z-index: 999998;
    left: 50%;
    top: 50%;
    cursor: pointer;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #newsmatch-modal #close-modal {
    position: absolute;
    z-index: 999999;
    right: -20px;
    top: -25px;
    font-size: 3em; }

#home-intro {
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    #home-intro {
      display: flex;
      flex-direction: row;
      justify-content: space-between; } }
  #home-intro section[role="sponsor"] {
    flex-basis: 66%; }

.home-race {
  position: relative;
  flex-basis: 100%;
  margin-top: 2em; }
  @media (min-width: 768px) {
    .home-race {
      flex-basis: 40%; } }
  .home-race h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 1em; }
  .home-race > div:last-of-type {
    margin-top: 1em; }
  .home-race .section-header {
    background-color: #7a7a7a; }
  .home-race .applicant {
    position: relative; }
  .home-race .hot-race {
    display: inline-block !important;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c81f05;
    color: #fff;
    font-size: 0.875em;
    font-weight: 700;
    margin: 0.75em 1em;
    padding: 5px 10px;
    font-family: 'Cabin','Helvetica','san-serif';
    font-style: italic; }

.home-races > div:last-of-type {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
.home-races .section-header {
  cursor: pointer; }
  .home-races .section-header a {
    color: #fff; }
    .home-races .section-header a:hover {
      text-decoration: none; }
.home-races[role="propositions"] img, .home-races[role="districts"] img {
  width: 100%;
  height: auto;
  border: 1px solid #444; }
.home-races[role="applicants"] .home-race div:last-of-type {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .home-races[role="applicants"] .home-race div:last-of-type .applicant {
    display: flex;
    flex-basis: 48%;
    flex-direction: column;
    align-items: center; }
    .home-races[role="applicants"] .home-race div:last-of-type .applicant div[role='image'] {
      display: inline-block;
      padding: 4px 4px 0 4px;
      margin-bottom: 0.5em; }
      .home-races[role="applicants"] .home-race div:last-of-type .applicant div[role='image'] img {
        padding: 0;
        margin: 0;
        width: 100%; }
    .home-races[role="applicants"] .home-race div:last-of-type .applicant div[role='label'] {
      text-align: center;
      font-size: 0.813em;
      font-family: 'NunitoSans','Helvetica','san-serif';
      font-weight: 300;
      font-style: italic; }
      @media (max-width: 1023px) {
        .home-races[role="applicants"] .home-race div:last-of-type .applicant div[role='label'] {
          margin: 0.5em auto 0 auto;
          max-width: 100px; } }
      .home-races[role="applicants"] .home-race div:last-of-type .applicant div[role='label'] .label {
        margin-left: 5px; }
    .home-races[role="applicants"] .home-race div:last-of-type .applicant h5 {
      text-align: center;
      font-family: 'NunitoSans','Helvetica','san-serif';
      font-weight: 700; }
    .home-races[role="applicants"] .home-race div:last-of-type .applicant a {
      color: #444; }

.race-intro {
  position: relative; }
  .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; }
  .race-intro .applicant {
    position: relative; }

.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; }

.applicants.candidates {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: center; }
  @media (max-width: 767px) {
    .applicants.candidates {
      flex-wrap: wrap; } }
  .applicants.candidates .applicant {
    flex-basis: 50%;
    max-width: 300px;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .applicants.candidates .applicant {
        flex-basis: 100%;
        margin-right: 0; } }
    @media (max-width: 1023px) {
      .applicants.candidates .applicant {
        margin-bottom: 2em; } }
    .applicants.candidates .applicant div[role="image"] {
      margin-bottom: 1em; }
    .applicants.candidates .applicant div[role='label'] {
      text-align: center;
      font-size: 0.813em;
      font-family: 'NunitoSans','Helvetica','san-serif';
      font-weight: 300;
      font-style: italic; }
      @media (max-width: 1023px) {
        .applicants.candidates .applicant div[role='label'] {
          margin: 0.5em auto 0 auto;
          max-width: 100px; } }
    .applicants.candidates .applicant h5 {
      text-align: center;
      font-weight: 700; }
    .applicants.candidates .applicant img {
      width: 100%; }
    .applicants.candidates .applicant a {
      color: #444; }
    .applicants.candidates .applicant .white-box {
      padding: 0.5em; }
      @media (max-width: 1023px) {
        .applicants.candidates .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;
  justify-content: flex-start; }
  @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: 40%;
    max-width: 150px; }
    @media (max-width: 1023px) {
      .govminor-module .applicant > div:first-of-type {
        width: 50%;
        margin: 0 auto; } }
    .govminor-module .applicant > div:first-of-type div[role="image"] {
      margin-bottom: 0; }
    .govminor-module .applicant > div:first-of-type .label {
      margin-top: 0.5em;
      text-transform: capitalize; }
      @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: 55%; }
    @media (max-width: 1023px) {
      .govminor-module .applicant > div:last-of-type h5 {
        text-align: center; } }

.candidate-intro {
  position: relative;
  padding: 0.1em 0 1em 0; }
  .candidate-intro h1 {
    margin: 0.25em 0; }
  .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 {
  margin: 1em 2em; }

.candidate-chooser {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #7a7a7a;
  margin-top: 1em; }
  .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: 2em; }

.candidate-job {
  align-self: center;
  font-size: 0.875em;
  margin-top: 1em;
  font-family: 'NunitoSans','Helvetica','san-serif';
  font-weight: 100;
  font-style: italic; }
  .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: 9999;
  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; }
  .candidate-details div[role="image"] {
    max-width: 300px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      .candidate-details div[role="image"] {
        margin: 1em auto; } }
    .candidate-details div[role="image"] img {
      width: 100%; }
    .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="image"] .white-box {
      margin-bottom: 0; }
  .candidate-details div[role="text"] {
    position: relative;
    margin: 1em 2em 0 2em; }
    .candidate-details div[role="text"] .approved-candidate {
      position: initial; }
    .candidate-details div[role="text"] .rejected-candidate {
      position: initial; }

.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.ballot-detail .candidate-details {
  margin: 0; }
  .candidate-intro.ballot-detail .candidate-details div[role="image"] {
    position: relative; }
    .candidate-intro.ballot-detail .candidate-details div[role="image"] .label {
      min-width: 100px;
      text-align: center; }
    .candidate-intro.ballot-detail .candidate-details div[role="image"] .white-box {
      position: relative;
      padding-bottom: 3em; }
      .candidate-intro.ballot-detail .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%); }

.candidate-intro[role="ballot"] {
  padding: 2em; }
  .candidate-intro[role="ballot"] div[role="text"] {
    margin-top: 1em; }

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

.ballot-measures .section-header {
  margin-bottom: 2em; }
.ballot-measures h5 {
  margin-top: 1em;
  display: inline-block;
  padding: 2.5px 5px;
  color: #fff;
  font-family: 'RobotoSlab','Helvetica','san-serif';
  font-weight: 700; }
.ballot-measures .approved {
  background-color: #05c880; }
.ballot-measures .rejected {
  background-color: #c81f05; }

.ballot-measure div[role="header"] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center; }
  .ballot-measure div[role="header"] img {
    flex-basis: 50px;
    height: 50px;
    margin-right: 15px; }
.ballot-measure div[role="text"] a {
  font-size: 0.9em;
  text-decoration: underline; }

.candidate-details div[role="navigate"] {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .candidate-details div[role="navigate"] > div {
    flex-basis: 45%; }
    .candidate-details div[role="navigate"] > div:first-of-type p:before {
      content: '<<';
      color: #f27522;
      font-size: .85em;
      padding-right: 10px; }
    .candidate-details div[role="navigate"] > div:last-of-type p:after {
      content: '>>';
      color: #f27522;
      font-size: .85em;
      padding-left: 10px; }
  .candidate-details div[role="navigate"] p {
    font-weight: 700; }

.generic-districts h1 {
  margin: 0.25em 0; }
.generic-districts h2 {
  font-weight: 700; }
.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; }
.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 .section-header {
  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; }

.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 .question-form {
    width: 33%;
    float: right; }
    @media (max-width: 1023px) {
      .calendar-module .question-form {
        width: 100%;
        float: none;
        margin-top: 2em; } }
    .calendar-module .question-form .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[role="image"] {
    margin-bottom: 0; }
  .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 iframe {
    width: 100%; }
  @media (max-width: 1023px) {
    .data-module .data-viz-item {
      margin-bottom: 1em; } }
  @media (min-width: 1024px) {
    .data-module .data-viz-item.single {
      width: 100%;
      flex-basis: 100%; } }
  @media (min-width: 1024px) {
    .data-module .data-viz-item.double {
      width: 45%;
      flex-basis: 45%; } }
  @media (min-width: 1024px) {
    .data-module .data-viz-item.triple {
      width: 27%;
      flex-basis: 27%; } }

.endorse-module h2 {
  margin: 0.5em 0;
  font-weight: 700; }
.endorse-module .endorsements {
  margin: 1em 0;
  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;
  flex-direction: column; }
  @media (max-width: 1023px) {
    .feed-module div[role="container"] {
      display: block; } }
@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"] {
  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 {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: flex-start; }
  @media (max-width: 1023px) {
    .feed-module .secondary-stories {
      display: block; } }
.feed-module .secondary-story {
  flex-basis: 32%;
  padding-right: 10px;
  margin-bottom: 1em; }
  @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-top: 0.5em;
  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; }
  @media (min-width: 768px) {
    .interactive-module div[role="chooser"] {
      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; }
    @media (max-width: 767px) {
      .interactive-module div[role="chooser"] > div:first-of-type div:last-of-type {
        max-width: 280px; } }
    .interactive-module div[role="chooser"] > div svg {
      font-size: 1.5em;
      padding-left: 4px; }
  .interactive-module div[role="chooser"] > div:nth-of-type(2) .selector {
    width: 200px; }
  .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 .column {
    display: none; }
    .interactive-module .interactive .column:first-of-type {
      display: block; }
    .interactive-module .interactive .column .items {
      font-size: 0.93em;
      font-family: 'NunitoSans','Helvetica','san-serif';
      font-weight: 300; }
    @media (min-width: 768px) {
      .interactive-module .interactive .column div[role="responses"] {
        display: flex;
        flex-direction: row;
        justify-content: space-between; } }
    .interactive-module .interactive .column div[role="responses"] .item {
      margin-top: 1em;
      margin-bottom: 1em; }
      @media (min-width: 768px) {
        .interactive-module .interactive .column div[role="responses"] .item {
          flex-basis: 48%; } }
      .interactive-module .interactive .column div[role="responses"] .item span {
        color: #7a7a7a; }
      .interactive-module .interactive .column div[role="responses"] .item .Democrat {
        color: #00acee; }
      .interactive-module .interactive .column div[role="responses"] .item .Republican {
        color: #c81f05; }

.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 {
        width: 50px;
        font-size: 2em;
        fill: #743607;
        cursor: pointer; }
        .issue-module .issue-mega div[role="header"] div[role="top"] svg g {
          fill: #743607; }
  .issue-module .issue-mega div[role="bottom"] {
    padding-right: 2em;
    text-align: right; }
    .issue-module .issue-mega div[role="bottom"] svg {
      font-size: 2em;
      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;
    margin-bottom: 0; }
    @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;
      justify-content: flex-start; }
      @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;
      margin-right: 30px;
      color: #444;
      cursor: pointer;
      font-family: 'NunitoSans','Helvetica','san-serif';
      font-weight: 400; }
      .stance-module .issue-list li:last-of-type {
        margin-right: 0; }
      .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: 0.938em;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-family: 'NunitoSans','Helvetica','san-serif';
  font-weight: 300; }
  @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 {
    width: 100%;
    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; }

@media print {
  .offwhite-box,
  #top-header {
    position: relative;
    box-shadow: none; }
    .offwhite-box svg,
    #top-header svg {
      display: none; }

  .social-bar {
    display: none; }

  html, body, body {
    overflow: visible !important; }

  .noprint {
    display: none; }
    .noprint * {
      display: none; }

  .applicant img {
    display: block !important; }

  footer {
    display: none; }

  .interactive-module div[role="chooser"] {
    display: none; }
  .interactive-module .column {
    display: block !important; }

  .stance-container h5 {
    display: none; }
  .stance-container .issue-list {
    display: none; } }
