@charset "UTF-8";
/*  
Theme Name: Political Parity
Theme URI: https://www.politicalparity.org
Version: 1.0
Author: Austin Whipple / Swanee Hunt Alternatives
*/
/*************************/
/*       _grid.scss      */
/*************************/
.grid {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 860px) {
    .grid {
      justify-content: space-evenly; } }
  .container .grid {
    margin-left: -1em;
    margin-right: -1em; }
  .grid.container {
    padding-left: 0;
    padding-right: 0; }
  .grid.in-content > br,
  .grid.in-content > p:empty {
    display: none; }
  .grid .col {
    flex: 1;
    padding: 1em; }
    .grid .col.full {
      flex: 100% !important;
      max-width: 100% !important;
      /* Overrides while dealing with two stylesheets. Eventually retire these. */
      width: 100% !important;
      margin: 0 !important; }
    .grid .col.half {
      flex: 50%;
      max-width: 50%;
      /* Overrides while dealing with two stylesheets. Eventually retire these. */
      width: 50% !important;
      margin: 0 !important; }
    .grid .col.third {
      flex: 33.33333%;
      max-width: 33.33333%;
      /* Overrides while dealing with two stylesheets. Eventually retire these. */
      width: 33.33333% !important;
      margin: 0 !important; }
    .grid .col.fourth {
      flex: 25%;
      max-width: 25%;
      /* Overrides while dealing with two stylesheets. Eventually retire these. */
      width: 25% !important;
      margin: 0 !important; }
    @media screen and (max-width: 860px) {
      .grid .col {
        flex: 50% !important;
        max-width: 50% !important;
        /* Overrides while dealing with two stylesheets. Eventually retire these. */
        width: 50% !important;
        margin: 0 !important; }
        .grid .col.md-full {
          flex: 100% !important;
          max-width: 100% !important;
          /* Overrides while dealing with two stylesheets. Eventually retire these. */
          width: 100% !important; } }
    @media screen and (max-width: 540px) {
      .grid .col {
        flex: 100% !important;
        max-width: 100% !important;
        /* Overrides while dealing with two stylesheets. Eventually retire these. */
        width: 100% !important; } }

/*************************/
/*       _type.scss      */
/*************************/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #414042; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .5em 0;
  font-weight: normal; }

h1 {
  color: #352063;
  font-size: 42px;
  line-height: 1.14; }
  @media screen and (max-width: 580px) {
    h1 {
      font-size: 32px; } }

h2,
h2 a {
  color: #6E3E97;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: none !important; }

h3,
h3 a {
  color: #352063;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold; }

h4 {
  color: #352063;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: bold;
  text-transform: uppercase; }

p {
  line-height: 1.5em;
  font-size: 1em;
  margin: 0 0 20px 0; }
  p:empty {
    display: none; }
  p.wp-caption-text {
    font-size: .8em;
    font-style: italic; }

ul, ol {
  padding: 0;
  margin: 0 0 20px 20px; }

ul {
  list-style-type: disc; }

li {
  margin: 0 0 10px 0;
  padding: 0; }

a {
  color: #6E3E97;
  text-decoration: none; }
  a:hover {
    color: #EC1C24; }

code {
  font-family: "Courier New", Courier, serif;
  overflow: auto;
  padding: 2px;
  background: #fff; }

pre code {
  background: none; }

pre {
  margin: 0 0 20px;
  padding: 10px;
  background: #fff;
  overflow: auto;
  border: 1px solid #e4e4e4; }

table {
  background-color: #f1f1f1; }

th {
  background-color: #fff; }

th, td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  text-align: left; }

hr {
  clear: both;
  margin: 1em 0; }

.meta {
  font-style: italic;
  color: #414042;
  position: relative;
  top: -1em; }

blockquote {
  border-left: 5px dashed #A6A8Ab;
  margin: 1.5em 0;
  padding: 1em;
  quotes: "“" "”"; }
  blockquote::before {
    color: #A6A8Ab;
    content: open-quote;
    font-size: 4em;
    line-height: .25em;
    margin-right: .25em;
    vertical-align: -0.33em; }
  blockquote p {
    display: inline; }

/******************/
/*    _buttons    */
/******************/
button,
.button,
input[type="submit"] {
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background: #EC1C24;
  border: 1px solid #EC1C24;
  padding: 20px 43px;
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s;
  margin: 0 1em 1em 0; }
  @media screen and (max-width: 500px) {
    button,
    .button,
    input[type="submit"] {
      display: block;
      margin-right: 0;
      text-align: center; } }
  button:hover,
  .button:hover,
  input[type="submit"]:hover {
    background: #F1F2F2;
    border: 1px solid #A6A8Ab;
    color: #EC1C24; }
  button.small,
  .button.small,
  input[type="submit"].small {
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    padding: 0;
    text-transform: none;
    text-align: left;
    letter-spacing: 0;
    color: #EC1C24;
    background: none;
    border: 0; }
    button.small::after,
    .button.small::after,
    input[type="submit"].small::after {
      font-family: "FontAwesome";
      content: "\f0da";
      margin-left: 8px;
      border-bottom: none !important;
      width: initial !important;
      position: relative !important;
      bottom: -1px !important;
      left: 0 !important; }
  button.toggle,
  .button.toggle,
  input[type="submit"].toggle {
    display: block;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    padding: 10px;
    border: none;
    font-size: 1.2em; }
    button.toggle .bars,
    .button.toggle .bars,
    input[type="submit"].toggle .bars {
      height: 2px;
      width: 100%;
      background: #FFFFFF;
      transition: all .25s; }
      button.toggle .bars::before, button.toggle .bars::after,
      .button.toggle .bars::before,
      .button.toggle .bars::after,
      input[type="submit"].toggle .bars::before,
      input[type="submit"].toggle .bars::after {
        content: "";
        height: 100%;
        background: #FFFFFF;
        width: 100%;
        display: block;
        position: relative;
        transition: transform 0.25s, width 0.25s, top 0.25s 0.25s, bottom 0.25s 0.25s; }
      button.toggle .bars::before,
      .button.toggle .bars::before,
      input[type="submit"].toggle .bars::before {
        top: -6px; }
      button.toggle .bars::after,
      .button.toggle .bars::after,
      input[type="submit"].toggle .bars::after {
        bottom: -4px; }
    button.toggle.close .bars,
    .button.toggle.close .bars,
    input[type="submit"].toggle.close .bars {
      background: none; }
      button.toggle.close .bars::before, button.toggle.close .bars::after,
      .button.toggle.close .bars::before,
      .button.toggle.close .bars::after,
      input[type="submit"].toggle.close .bars::before,
      input[type="submit"].toggle.close .bars::after {
        transition: transform 0.25s 0.25s, width 0.25s 0.25s, top 0.25s, bottom 0.25s;
        width: calc(1.4142 * 15px);
        transform-origin: center; }
      button.toggle.close .bars::before,
      .button.toggle.close .bars::before,
      input[type="submit"].toggle.close .bars::before {
        transform: rotate(45deg);
        top: 1px; }
      button.toggle.close .bars::after,
      .button.toggle.close .bars::after,
      input[type="submit"].toggle.close .bars::after {
        transform: rotate(-45deg);
        bottom: 1px; }

/*************************/
/*      _global.scss     */
/*************************/
* {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column; }

.wrapper {
  flex: 1 0 auto; }

.container {
  margin: 0 auto;
  max-width: 1160px;
  padding: 1em; }
  article .container {
    max-width: 680px; }

article {
  padding-top: 1em; }

/* Images */
img {
  max-width: 100%;
  height: auto; }

.wp-caption {
  max-width: 100% !important; }

.alignright,
.alignleft,
.aligncenter,
.alignnone {
  margin-bottom: 1em; }

.alignright,
.alignleft {
  max-width: 50% !important; }

.alignleft {
  float: left;
  margin-right: 1em; }

.alignright {
  float: right;
  margin-left: 1em; }

.aligncenter,
.alignnone {
  margin: 0 auto 1.5em;
  clear: both;
  display: block; }

/* Responsive Video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Cards */
.card {
  border: 1px solid #A6A8Ab;
  background: #F1F2F2;
  padding: 1em;
  height: 100%; }
  .card img {
    display: block;
    max-width: calc(100% + 2em);
    margin: -1em -1em 1em -1em; }

/* Load More */
.ajax-load-more-wrap {
  margin-top: 1em; }

.no-results {
  margin-top: 2em;
  text-align: center; }

/******************/
/*     _header    */
/******************/
header {
  background: #6E3E97;
  position: relative;
  flex-shrink: 0; }
  header .toggle {
    display: none; }
  header .pre-header {
    background: #352063;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center; }
    header .pre-header nav {
      color: white;
      font-weight: 800;
      font-size: 14px; }
      header .pre-header nav a {
        color: white; }
      header .pre-header nav ul {
        margin: 0; }
        header .pre-header nav ul li {
          display: inline-block;
          list-style-type: none;
          margin: 0 0 0 1.15em; }
    header .pre-header form {
      display: flex;
      flex-wrap: nowrap; }
      header .pre-header form input,
      header .pre-header form button {
        height: 45px;
        padding: 1em; }
      header .pre-header form input[type='text'] {
        background-color: rgba(0, 0, 0, 0.25);
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.25);
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        color: white; }
      header .pre-header form button[type='submit'] {
        background-color: transparent;
        color: white;
        border: 0;
        margin-bottom: 0;
        margin-right: 0; }
  header a.logo {
    display: block;
    max-width: calc( 300px + 8em );
    margin: 0 auto;
    padding: 3em; }
    header a.logo img {
      display: block;
      max-width: 100%; }
  @media screen and (max-width: 600px) {
    header .toggle {
      display: block;
      margin: 0; }
    header .pre-header {
      display: none;
      padding-top: 40px; }
      header .pre-header nav ul li {
        display: block;
        margin: 0; }
        header .pre-header nav ul li a {
          display: block;
          text-align: center;
          padding: .5em 0;
          font-size: 1.25em;
          border-top: 1px solid rgba(255, 255, 255, 0.1); }
      header .pre-header form {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        header .pre-header form input[type='text'] {
          width: 100%;
          border: none; }
        header .pre-header form button[type='submit'] {
          background-color: rgba(0, 0, 0, 0.1); }
    header a.logo {
      max-width: 300px;
      padding: 2em; } }

/******************/
/*     _footer    */
/******************/
footer {
  background: #6E3E97;
  color: #FFFFFF;
  padding: 1em; }
  footer p {
    margin: 0 auto;
    text-align: center; }
  footer a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none; }
    footer a:hover {
      color: #FFFFFF; }

/******************/
/*   _front-page  */
/******************/
.home h1 {
  text-align: center;
  margin-bottom: 0; }
.home section.hero {
  color: #FFFFFF;
  padding: 16em 0 2em;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative; }
  .home section.hero::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .6;
    z-index: 0;
    visibility: visible;
    background: #414042; }
  .home section.hero .container {
    position: relative;
    max-width: 860px;
    z-index: 10; }
  .home section.hero h1 {
    color: #FFFFFF;
    font-weight: 800;
    margin-bottom: .25em;
    letter-spacing: 1px; }
.home section.video, .home section.text-teaser {
  text-align: center;
  background: #F1F2F2;
  border-top: #A6A8Ab;
  padding: 1em 0 2em;
  margin-top: 1em; }
  .home section.video h1, .home section.text-teaser h1 {
    margin-bottom: 2rem; }
  .home section.video .button, .home section.text-teaser .button {
    margin: 2em 0 0; }

/*************************/
/*       _blog.scss      */
/*************************/
.blog header {
  margin-bottom: 1em; }

/*************************/
/*       _404.scss       */
/*************************/
.error404 .wrapper,
.error404 section,
.error404 .container {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto; }
.error404 .container {
  text-align: center;
  justify-content: center; }
  .error404 .container h1 {
    font-size: 16em;
    font-weight: 900;
    font-style: italic;
    opacity: .1;
    line-height: 0;
    margin-bottom: 0;
    position: relative;
    z-index: -1; }
    @media screen and (max-width: 500px) {
      .error404 .container h1 {
        font-size: 10em; } }
    @media screen and (max-width: 300px) {
      .error404 .container h1 {
        display: none; } }
  .error404 .container h2 {
    font-size: 36px; }
  .error404 .container form {
    margin-top: 1.5em;
    display: flex; }
    .error404 .container form input[type="text"],
    .error404 .container form button {
      padding: 15px;
      box-shadow: 0;
      flex: 1 0 auto; }
    .error404 .container form input[type="text"] {
      border: 1px solid #A6A8Ab;
      width: 85%; }
    .error404 .container form button {
      font-size: 1.1em;
      height: 100%; }

/******************/
/*    _plugins    */
/******************/
.alm-load-more-btn.done {
  display: none; }

.alm-btn-wrap {
  text-align: center;
  margin-bottom: 2em; }
  @media screen and (max-width: 500px) {
    .alm-btn-wrap {
      padding: 0 1em; }
      .alm-btn-wrap #load-more {
        width: 100%; } }

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