/**
 * Variables
 */
/* 2015 MAYDAY COLORS */
/* 2015 button colors */
/* 2016 MAYDAY COLORS */
/* 2016 image overlay pixels image names*/
/* common elements */
/* iframe loading animation */
#email-join iframe, #donate-form iframe {
  background: white;
  background-image: url("/images/loading-md.gif");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 128px;
  position: relative;
  background-size: 20px;
  transition: height 50ms ease-out;
  -webkit-transition: height 50ms ease-out;
  -moz-transition: height 50ms ease-out;
  -o-transition: height 50ms ease-out; }

/* videos */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  max-width: 960px;
  margin: 0 auto 1em; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* contribution rules */
.contribution-rules {
  background: transparent !important;
  padding: 0 !important;
  margin-top: 0 !important; }
  .contribution-rules h4 {
    color: #7b8082;
    margin-bottom: 10px; }
  .contribution-rules p, .contribution-rules li {
    color: #7b8082;
    font-size: 15px;
    line-height: 22px; }
  .contribution-rules p {
    margin-bottom: 10px; }

.btn-mayday.facebook {
  background-color: #0054b9; }

.btn-mayday.twitter {
  background-color: #2ac4ea; }

.text-blue-medium {
  color: #0054b9; }

.text-blue-dark {
  color: #00467e; }

.text-grey-medium {
  color: #dae4e7; }

.text-grey-dark {
  color: #7b8082; }

.text-grey-light {
  color: #f4f4f4; }

.box {
  padding: 20px;
  border-radius: 2px;
  background: white; }

.box-grey-light {
  background: #f4f4f4; }

.box-blue-medium {
  background: #0054b9; }

.box-blue-dark {
  background: #00467e; }

.green {
  background: #0ad6b2; }

body {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

#pre-donate-form {
  text-align: center;
  position: relative; }
  #pre-donate-form:after {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    background: #f4f4f4;
    margin-top: -80px; }
  #pre-donate-form h3 {
    color: white;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dae4e7;
    display: inline-block; }
  #pre-donate-form .container {
    margin: 0 auto; }
  #pre-donate-form .btn-group.btn-group-mayday {
    width: 100%;
    text-align: center; }
  #pre-donate-form .btn {
    background: #00467e;
    color: white;
    display: inline-block;
    float: none;
    margin: 0 0 20px; }
    #pre-donate-form .btn.green {
      background: #0ad6b2; }
    #pre-donate-form .btn:hover {
      background: #2ac4ea; }

a.btn.btn-mayday.paypal {
  display: inline;
  width: auto;
  padding: 5px 10px;
  font-size: 14px;
  background: #0054b9;
  font-weight: 400;
  margin-left: 5px; }
  a.btn.btn-mayday.paypal:hover {
    background: rgba(0, 84, 185, 0.5); }

.we-need-your-help {
  color: white !important;
  background: #f36433;
  padding: 20px 20px 0px;
  margin: -42px -40px 40px;
  position: relative;
  font-weight: 400; }
  .we-need-your-help span {
    position: relative;
    z-index: 1; }
  .we-need-your-help:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 50%;
    background: #f36433;
    height: 40px;
    left: 0;
    bottom: -20px;
    z-index: 0;
    transform: skew(0deg, 2deg);
    -webkit-transform: skew(0deg, 3deg);
    -moz-transform: skew(0deg, 3deg);
    -o-transform: skew(0deg, 3deg);
    -ms-transform: skew(0deg, 3deg); }
  .we-need-your-help:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 50%;
    background: #f36433;
    height: 40px;
    right: 0;
    bottom: -20px;
    z-index: 0;
    transform: skew(0deg, -3deg);
    -webkit-transform: skew(0deg, -3deg);
    -moz-transform: skew(0deg, -3deg);
    -o-transform: skew(0deg, -3deg);
    -ms-transform: skew(0deg, -3deg); }

.carousel-indicators {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 20px;
  margin-left: 0;
  margin-right: 0; }

/* TEMPORARY FIX */
iframe#rufous-sandbox {
  display: none; }

/**
 * Reset some basic bootstrap elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure, legend {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif; }

/**
 * Basic styling
 */
html, body {
  height: auto;
  background-color: #fff;
  -webkit-text-size-adjust: 100%; }
  @media (max-width: 649px) {
    html, body {
      overflow-x: hidden; } }

html {
  position: relative;
  min-height: 100%; }

/**
 * Page content
 */
.page-content {
  padding: 0 0 10px;
  line-height: 1.4em;
  min-height: 100%;
  letter-spacing: .1px;
  height: auto !important;
  height: 100%; }
  .index-page .page-content {
    padding: 0; }
  @media (max-width: 649px) {
    .page-content {
      line-height: 1.7em; } }
  .page-content strong {
    font-weight: 500; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

form.no-gutter fieldset > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px; }

.center-block {
  float: none; }

/* for videos page */
.has-tall-neighbor {
  padding-bottom: 1.2em; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 20px; }

html, body {
  font-size: 18px;
  font-weight: 400;
  color: #212230; }
  @media (max-width: 649px) {
    html, body {
      color: #333; } }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

.embed-responsive {
  background: #f0f0f0; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 8px; }

hr {
  border: none;
  border-top: 2px solid #dae4e7; }

/**
 * Lists
 */
.page-content {
  /*** simple list */ }
  .page-content ul, .page-content ol {
    margin-left: 1.3em;
    margin-bottom: 10px; }
  .page-content ul.list-unstyled, .page-content ol.list-unstyled {
    margin-left: auto;
    margin-bottom: auto; }
  .page-content li > ul,
  .page-content li > ol {
    margin-bottom: 0; }
  .page-content #blog-listings h3 a {
    color: #0054b9; }
    .page-content #blog-listings h3 a:hover {
      color: #00467e; }
  .page-content .blog-listings {
    margin: 0; }
    .page-content .blog-listings li {
      list-style-type: none;
      font-size: 16px;
      line-height: 24px;
      padding: 0 35px; }
    .page-content .blog-listings blockquote {
      display: none; }
    .page-content .blog-listings h3 {
      margin-bottom: 10px; }
    .page-content .blog-listings p {
      margin: 0 0 5px;
      line-height: 24px;
      font-size: 16px; }
    .page-content .blog-listings a.btn.btn-mayday.btn-share-center.facebook, .page-content .blog-listings a.btn.btn-mayday.btn-share-center.twitter {
      height: auto;
      padding: 3px 7px 2px 3px;
      width: auto;
      font-size: 10px;
      display: inline-block;
      float: right;
      margin-left: 5px; }
    .page-content .blog-listings time {
      position: relative;
      background-color: #fff;
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      margin-bottom: 5px;
      /* &:after{
         content:" ";
         position:absolute;
         width:100%;
         top: calc(50% - 1px);
         border-bottom:2px solid $mayday-blue-light;
       }*/ }
      .page-content .blog-listings time span {
        display: inline-block;
        padding-right: 10px;
        background: #fff; }
  .page-content ol.simple-list {
    list-style-type: none;
    margin: 1em 0 1em 3em;
    padding: 0;
    counter-reset: li-counter; }
    .page-content ol.simple-list li {
      position: relative;
      margin-bottom: 20px;
      padding-left: 0.5em;
      min-height: 3em;
      border-left: 2px solid #CCC;
      font-size: 18px; }
    .page-content ol.simple-list li:before {
      position: absolute;
      top: 0;
      left: -1em;
      width: 0.8em;
      font-size: 3em;
      line-height: 1;
      font-weight: bold;
      text-align: left;
      color: #464646;
      content: counter(li-counter);
      counter-increment: li-counter; }
    .page-content ol.simple-list.small-list li:before {
      font-size: 2em;
      left: -1.2em; }
    .page-content ol.simple-list > li ul {
      margin-bottom: 1em; }
    .page-content ol.simple-list li ul li {
      list-style-type: square; }

.md-modal-wrap ol.simple-list {
  margin-left: 10px; }

.small, small {
  line-height: 1em; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6, legend {
  color: #212230;
  margin-bottom: 20px; }
  h1 a:link:not(.btn), h1 a:visited:not(.btn), h2 a:link:not(.btn), h2 a:visited:not(.btn), h3 a:link:not(.btn), h3 a:visited:not(.btn), h4 a:link:not(.btn), h4 a:visited:not(.btn), h5 a:link:not(.btn), h5 a:visited:not(.btn), h6 a:link:not(.btn), h6 a:visited:not(.btn), legend a:link:not(.btn), legend a:visited:not(.btn) {
    color: #212230; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, legend small {
    font-weight: 500;
    font-size: 75%;
    color: rgba(123, 128, 130, 0.65); }

h1, .as-if-h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0;
  text-transform: none; }

h2, .as-if-h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0;
  text-transform: none; }

h3, .as-if-h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: +3px;
  text-transform: uppercase; }

h4, .as-if-h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: +2px;
  text-transform: uppercase; }

h5, .as-if-h5 {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: none; }

h6, .as-if-h6 {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase; }

@media (max-width: 991px) {
  h1, .as-if-h1 {
    font-size: 40px;
    line-height: 40px; } }
h3.narrow, .as-if-h3.narrow, h4.narrow, .as-if-h4.narrow {
  letter-spacing: 0; }

h1 a:hover:not(.btn) {
  text-decoration: none; }
  h1 a:hover:not(.btn) .text-orange {
    color: #7b8082; }

legend {
  font-size: 24px; }

.red-text {
  color: #b0010e; }

.text-orange,
a:link:not(.btn).text-orange,
a:visited:not(.btn).text-orange {
  color: #ee3800; }

.text-yellow,
a:link:not(.btn).text-yellow,
a:visited:not(.btn).text-yellow {
  color: #fdd63f; }

.text-grey-light,
a:link:not(.btn).text-grey-light,
a:visited:not(.btn).text-grey-light {
  color: #dae4e7; }

.text-blue-highlight,
a:link:not(.btn).text-blue-highlight,
a:visited:not(.btn).text-blue-highlight {
  color: #2ac4ea; }

.text-grey-medium,
a:link:not(.btn).text-grey-medium,
a:visited:not(.btn).text-grey-medium {
  color: #7b8082; }

/**
 * Paragraph
 */
p {
  margin-bottom: 20px; }
  p.subheader {
    color: #0d3960;
    font-weight: 300; }
  p.byline {
    color: #7b8082;
    font-weight: 700;
    font-size: 21px; }
    p.byline.small {
      font-weight: 400;
      font-size: 15px;
      line-height: 22px;
      margin-top: 0; }
  p:first-child {
    margin-top: 0; }

@media (max-width: 649px) {
  .page-content p {
    padding-bottom: 18px; } }

/**
 * Links
 */
/* nots are UNFORTUNATELY needed for NB, or spend 10s of hours fixing nb dependencies */
a:link:not(.btn), a:visited:not(.btn), a:active:not(.btn) {
  color: #007acf;
  position: relative; }

a:hover:not(.btn), a:focus:not(.btn) {
  color: #212230;
  text-decoration: none; }

/* animated underlines*/
a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid #ee3800;
  transition: 0.5s ease; }
  h1 a:after, h2 a:after, h3 a:after, h4 a:after, h5 a:after, h6 a:after {
    bottom: -2px; }

a:hover:not(.btn):after {
  width: 100%; }

/**
 * Blockquotes
 */
blockquote {
  color: #7b8082;
  padding: 0.5em 1em;
  display: inline-block;
  margin-left: 1em;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: -0.01em;
  background: #f4f4f4;
  border-left: 5px solid #2ac4ea; }
  blockquote > :first-child {
    margin-top: 0; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #eef;
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #808080; }

/* flash messages */
.flash-message {
  font-size: 15px;
  color: #212230;
  z-index: 999;
  margin-bottom: 20px;
  padding: 5px;
  border: solid 4px #000; }
  .flash-message.error {
    border-color: #ee3800;
    background-color: rgba(42, 196, 234, 0.3); }
  .flash-message.notice {
    border-color: #2ac4ea;
    background-color: rgba(42, 196, 234, 0.3); }
  .flash-message.warning {
    border-color: #fdd63f;
    background-color: rgba(253, 214, 63, 0.3); }
  .flash-message.success {
    border-color: #0ad6b2;
    background-color: rgba(10, 214, 178, 0.3); }
  .flash-message h3 {
    font-weight: 700;
    margin: 0; }

/* label-colors*/
.label, a.label:link, a.label:visited, a.label:focus {
  background-color: #dae4e7;
  color: #7b8082;
  letter-spacing: +1px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 10px; }

a.label:hover {
  color: #2ac4ea;
  background-color: #ee3800;
  transition: 0.5s ease; }

a.label:after {
  display: none; }

.label-default {
  background-color: #dae4e7; }

.label-primary {
  background-color: #0054b9; }

.label-success {
  background-color: #0ad6b2; }

.label-info {
  background-color: #2ac4ea; }

.label-warning {
  background-color: #fdd63f; }

.label-danger {
  background-color: #ee3800; }

.expanded-menu ul {
  margin: 0; }

/**
 * buttons
 */
 /**
* Wide Button Mixin
* @param {Color} $color-bg
*/
.btn-mayday {
  background-color: #ee3800;
  padding: 10px;
  background-color: #ee3800;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  width: 100%;
  border-radius: 2px;
  overflow: hidden; }
  .btn-mayday:hover {
    background-color: #ff4309; }
  .btn-mayday .fa {
    padding-left: 5px; }
  .btn-mayday small {
    text-transform: none;
    font-weight: 400;
    font-size: 70%;
    padding-left: 3px; }
  .btn-mayday:hover, .btn-mayday:visited, .btn-mayday:link, .btn-mayday:focus {
    color: #fff; }
  .btn-mayday.btn-mayday-lg {
    padding: 18px;
    font-size: 24px;
    font-weight: 500; }
  .btn-mayday.btn-mayday-md {
    padding: 9px;
    font-size: 14px; }
  .btn-mayday.short {
    line-height: 17px;
    font-size: 20px; }
  .btn-mayday.btn-mayday-blue {
    background-color: #00467e; }
    .btn-mayday.btn-mayday-blue:hover {
      background-color: #005498; }
  .btn-mayday.btn-mayday-blue-medium {
    background-color: #0054b9; }
    .btn-mayday.btn-mayday-blue-medium:hover {
      background-color: #0060d3; }
  .btn-mayday.btn-mayday-grey-medium {
    background-color: #dae4e7; }
    .btn-mayday.btn-mayday-grey-medium:hover {
      background-color: #e9eff1; }
  .btn-mayday.btn-mayday-white {
    background-color: #fff;
    color: #7b8082; }
    .btn-mayday.btn-mayday-white:hover {
      color: #212230; }
    .btn-mayday.btn-mayday-white.active {
      background-color: #dae4e7; }
  .btn-mayday.btn-mayday-hollow {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    width: auto;
    padding: 8px 20px; }
    .btn-mayday.btn-mayday-hollow:hover {
      background: #fff; }
  .btn-mayday.btn-mayday-hollow.green-light-hover:hover {
    color: #0ad6b2; }
  .btn-mayday.btn-mayday-hollow.yellow-light-hover:hover {
    color: #fdd63f; }
  .btn-mayday.btn-mayday-hollow.blue-light-hover:hover {
    color: #2ac4ea; }
  .btn-mayday.btn-mayday-clear {
    background: none;
    color: #0054b9;
    width: auto; }
    .btn-mayday.btn-mayday-clear:hover {
      background-color: rgba(50, 50, 50, 0.1);
      color: #00467e; }
    .btn-mayday.btn-mayday-clear.active {
      background-color: #fdd63f; }
    #index .btn-mayday.btn-mayday-clear.active {
      background-color: #fff; }

.btn.btn-social {
  color: #fff; }
  .btn.btn-social .fa {
    margin-right: 5px; }
.btn.btn-facebook {
  background-color: #3B5999; }
  .btn.btn-facebook:hover {
    background-color: #4264ab; }
.btn.btn-reddit {
  background-color: #EB4923; }
  .btn.btn-reddit:hover {
    background-color: #ed5c3a; }
.btn.btn-twitter {
  background-color: #55ACEF; }
  .btn.btn-twitter:hover {
    background-color: #6cb7f1; }
.btn.btn-youtube {
  background-color: #CE201F; }
  .btn.btn-youtube:hover {
    background-color: #df2928; }

/* BTN GROUP OVERRIDES */
.btn-group.btn-group-flexed {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.btn-group.btn-group-mayday > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group.btn-group-mayday > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group.btn-group-mayday > .btn:last-child:not(:first-child), .btn-group.btn-group-mayday > .btn .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
.btn-group .btn-social {
  border-radius: 0;
  width: 80px;
  padding: 21px 0 20px; }
.btn-group .btn.active {
  box-shadow: none; }

/**************************2016 INPUTS */
.mayday-inputs form, form.mayday-inputs {
  text-align: left; }

.mayday-inputs ::-webkit-input-placeholder {
  color: #7b8082; }
.mayday-inputs :-moz-placeholder {
  color: #7b8082; }
.mayday-inputs ::-moz-placeholder {
  color: #7b8082; }
.mayday-inputs :-ms-input-placeholder {
  color: #7b8082; }
.mayday-inputs input[type=text], .mayday-inputs input[type=email], .mayday-inputs input[type=tel], .mayday-inputs input[type=number], .mayday-inputs input[type=password], .mayday-inputs textarea {
  font-family: "Rubik", sans-serif;
  border: 2px solid #212230;
  border-width: 0 0 2px;
  background: transparent;
  width: 100%;
  font-size: 20px;
  padding: 6px 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
.mayday-inputs input:focus {
  outline: none; }
.mayday-inputs input.error {
  border-color: #b0010e; }
.mayday-inputs input:disabled {
  border-color: #dae4e7; }
  .mayday-inputs input:disabled::-webkit-input-placeholder {
    color: #dae4e7; }
  .mayday-inputs input:disabled:-moz-placeholder {
    color: #dae4e7; }
  .mayday-inputs input:disabled::-moz-placeholder {
    color: #dae4e7; }
  .mayday-inputs input:disabled:-ms-input-placeholder {
    color: #dae4e7; }
.mayday-inputs input[type=checkbox], .mayday-inputs input[type=radio] {
  margin-top: 6px; }
.mayday-inputs .checkbox label, .mayday-inputs label.checkbox-inline, .mayday-inputs .radio label, .mayday-inputs label.radio-inline {
  color: #7b8082; }
.mayday-inputs.single-row .form-group {
  margin-bottom: 0; }
.mayday-inputs.black-background {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 40px 30px;
  border-radius: 2px; }
.mayday-inputs.white-inputs input[type=text], .mayday-inputs.white-inputs input[type=email], .mayday-inputs.white-inputs input[type=tel], .mayday-inputs.white-inputs input[type=number], .mayday-inputs.white-inputs input[type=password], .mayday-inputs.white-inputs textarea {
  border: none;
  border-bottom: 2px solid #fff; }
.mayday-inputs.white-inputs ::-webkit-input-placeholder {
  padding-left: 1px;
  color: rgba(255, 255, 255, 0.8); }
.mayday-inputs.white-inputs :-moz-placeholder {
  padding-left: 1px;
  color: rgba(255, 255, 255, 0.8); }
.mayday-inputs.white-inputs ::-moz-placeholder {
  padding-left: 1px;
  color: rgba(255, 255, 255, 0.8); }
.mayday-inputs.white-inputs :-ms-input-placeholder {
  padding-left: 1px;
  color: rgba(255, 255, 255, 0.8); }
.mayday-inputs .help-block {
  font-size: 15px;
  text-align: left;
  line-height: normal;
  padding-top: 0;
  margin: -5px 0 10px 0; }
  .mayday-inputs .help-block.for-checkboxes {
    font-size: 15px;
    line-height: 1em;
    margin-top: 0; }
  .btn + .mayday-inputs .help-block, label + .mayday-inputs .help-block {
    margin-top: 0; }
.mayday-inputs p.help-block {
  font-size: 12px;
  margin-bottom: 20px;
  margin-top: 5px;
  color: rgba(123, 128, 130, 0.65); }

/**************************LEGACY ERROR POPUPS */
input.error {
  border-color: #b0010e; }

label.error {
  position: absolute;
  top: 55px;
  left: 10px;
  background: #f0f0f0;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  border: 2px solid #b0010e;
  padding: 0 3px;
  box-shadow: 2px 2px 10px #000;
  white-space: nowrap;
  max-width: initial;
  color: #b0010e;
  z-index: 999; }
  label.error:before, label.error:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: auto; }
  label.error:before {
    margin-left: 10px;
    top: -13px;
    border: 6px solid;
    border-color: transparent transparent #b0010e transparent; }
  label.error:after {
    left: 8px;
    top: -13px;
    border: 8px solid;
    border-color: transparent transparent #f0f0f0 transparent; }

.md-select-container {
  padding-top: 25px !important; }

select.md-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOtJREFUeNpiZICC9PT0BCDVD8SBM2fOPMBABADqcQBS64G4EKhnAUiMCSoxH0iBsAAQ74caTsgwkJr9UD3zoWYwMEIZ2AxIhNmKxbACqG/QwQImqA3YANxWNMPm4zAMBASYz549u9LExEQByDHAosAAJAdUsxHJMFzBsQDoo0hGJJtBthbgUHwBZgEO+UagYQ3gMMQS0PMZSAMoYc2MLAP02gWgFx8CmaDkwEHAoA9AnIkecYw4YtEAKUngMswRaNgFdAlGPOkMl6E4DcNrINRQAaihBkiRAzLsAy49jETkCJihDIQMAwGAAAMAgcJYQ9I0xNEAAAAASUVORK5CYII=);
  background-position: right 13px center;
  background-repeat: no-repeat;
  border: 1px #16213f solid;
  border-radius: 5px;
  color: #323232;
  display: block;
  font-size: 16px;
  /* cannot be set lower or causes iOS zoom */
  padding: 10px 50px 10px 10px;
  height: 40px;
  width: 100%;
  text-transform: uppercase; }

header .navbar-fixed-top {
  top: 20px;
  background-color: #fff;
  min-height: initial; }
  @media (max-width: 649px) {
    header .navbar-fixed-top {
      padding-left: 10px; } }
  header .navbar-fixed-top .navbar-header {
    padding-right: 30px; }
    @media (max-width: 991px) {
      header .navbar-fixed-top .navbar-header {
        padding-right: 0; } }
  header .navbar-fixed-top a:after {
    display: none; }
  header .navbar-fixed-top .nav-pills > li {
    vertical-align: middle; }
    header .navbar-fixed-top .nav-pills > li > a:link:not(.btn), header .navbar-fixed-top .nav-pills > li > a:visited:not(.btn), header .navbar-fixed-top .nav-pills > li > a:focus:not(.btn) {
      color: #212230;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500;
      border: none;
      padding: 15px 15px 10px;
      border-radius: 0;
      background-color: #fff;
      white-space: nowrap; }
      header .navbar-fixed-top .nav-pills > li > a:link:not(.btn).collapse, header .navbar-fixed-top .nav-pills > li > a:visited:not(.btn).collapse, header .navbar-fixed-top .nav-pills > li > a:focus:not(.btn).collapse {
        background-color: #f4f4f4; }
      header .navbar-fixed-top .nav-pills > li > a:link:not(.btn).collapsed.collapse, header .navbar-fixed-top .nav-pills > li > a:visited:not(.btn).collapsed.collapse, header .navbar-fixed-top .nav-pills > li > a:focus:not(.btn).collapsed.collapse {
        background-color: #fff; }
      @media (max-width: 991px) {
        header .navbar-fixed-top .nav-pills > li > a:link:not(.btn), header .navbar-fixed-top .nav-pills > li > a:visited:not(.btn), header .navbar-fixed-top .nav-pills > li > a:focus:not(.btn) {
          padding-left: 7px;
          padding-right: 7px; } }
    header .navbar-fixed-top .nav-pills > li > a:hover:not(.btn) {
      background-color: #f4f4f4; }
      header .navbar-fixed-top .nav-pills > li > a:hover:not(.btn).collapsed.collapse {
        background-color: #f4f4f4; }
    header .navbar-fixed-top .nav-pills > li.btn-wrap {
      width: 0.5%; }
      header .navbar-fixed-top .nav-pills > li.btn-wrap a:not(.btn) {
        padding: 0; }
      header .navbar-fixed-top .nav-pills > li.btn-wrap a:hover:not(.btn) {
        background-color: transparent; }
      header .navbar-fixed-top .nav-pills > li.btn-wrap span {
        float: right;
        width: auto;
        padding: 7px 14px; }
        @media (max-width: 991px) {
          header .navbar-fixed-top .nav-pills > li.btn-wrap span {
            padding: 7px; } }
      @media (max-width: 649px) {
        header .navbar-fixed-top .nav-pills > li.btn-wrap {
          width: auto; }
          header .navbar-fixed-top .nav-pills > li.btn-wrap span {
            float: none; } }
  header .navbar-fixed-top .expanded-menu h4 {
    padding-top: 40px; }
  header .navbar-fixed-top .expanded-menu ul {
    padding-bottom: 20px; }
  header .navbar-fixed-top .navbar-brand:link:not(.btn), header .navbar-fixed-top .navbar-brand:visited:not(.btn) {
    color: #00467e; }
  header .navbar-fixed-top .navbar-brand:hover:not(.btn) {
    color: #212230; }
  header .navbar-fixed-top .navbar-brand {
    position: relative;
    padding-left: 85px;
    padding-top: 15px;
    height: auto;
    font-size: 28px;
    line-height: 15px;
    font-weight: 500; }
    header .navbar-fixed-top .navbar-brand:hover {
      color: #212230; }
    header .navbar-fixed-top .navbar-brand img {
      position: absolute;
      width: 65px;
      top: -8px;
      left: 0; }
    @media (max-width: 991px) {
      header .navbar-fixed-top .navbar-brand {
        font-size: 24px;
        padding-left: 70px; }
        header .navbar-fixed-top .navbar-brand img {
          width: 55px;
          top: -6px; } }

.jumbotron {
  padding-top: 120px;
  padding-bottom: 20px;
  color: #fff; }
  .jumbotron p a:hover {
    color: #dae4e7; }
  .jumbotron.dark {
    background: transparent url("/images/campaigns/web-refresh-jumbotron-background.jpg") center center no-repeat;
    background-size: cover; }
    .jumbotron.dark h1 {
      text-shadow: 3px 3px 2px #212230; }
    .jumbotron.dark h2 {
      color: #fdd63f; }
  @media (min-width: 650px) and (max-width: 991px) {
    .jumbotron h1 {
      font-size: 40px; } }

footer {
  padding-bottom: 10px; }
  footer h1 {
    position: relative;
    line-height: 35px;
    font-size: 24px;
    font-weight: 500; }
    footer h1 a:link:not(.btn), footer h1 a:visited:not(.btn) {
      padding-left: 45px;
      color: #00467e; }
    footer h1 a:hover:not(.btn) {
      color: #212230; }
    footer h1 img {
      position: absolute;
      width: 30px;
      top: 0;
      left: 0; }
  footer .btn-group a:hover {
    color: #212230; }
  footer .btn-group .btn {
    color: #7b8082; }
  footer .disclaimer-box {
    color: #afb2b4;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    padding: 8px;
    margin-top: 15px;
    width: 80%;
    border: 1px solid #afb2b4; }
  footer .copyright {
    margin-top: 15px;
    color: #afb2b4;
    font-size: 15px; }
  footer .creative-commons {
    margin-top: 15px; }

.expanded-menu li {
  list-style-type: none;
  margin-bottom: 5px;
  line-height: 18px; }
  .expanded-menu li a:link:not(.btn), .expanded-menu li a:visited:not(.btn) {
    color: #7b8082;
    font-size: 16px; }
    .expanded-menu li a:link:not(.btn).text-orange, .expanded-menu li a:visited:not(.btn).text-orange {
      color: #ee3800; }
    .expanded-menu li a:link:not(.btn):after, .expanded-menu li a:visited:not(.btn):after {
      border-color: #7b8082; }
  .expanded-menu li a:hover:not(.btn) {
    color: #212230; }
    .expanded-menu li a:hover:not(.btn):after {
      border-color: #212230; }

/**
 * Mayday Panel Styles
 */
.action-panel {
  text-align: center;
  border-radius: 2px;
  border-width: 0;
  padding: 0;
  background: #f4f4f4;
  margin-bottom: 0; }
  .action-panel h2 {
    color: #00467e; }
  .action-panel .panel-body {
    padding: 40px 50px 50px; }
    .action-panel .panel-body h2 {
      position: relative;
      padding-top: 60px; }
      .action-panel .panel-body h2:before {
        content: ' ';
        position: absolute;
        background: url("/images/2016_mayday-logo-sheild.svg") center 0 no-repeat;
        top: 0;
        left: calc( 50% - 20px);
        z-index: 20;
        width: 40px;
        height: 40px; }
      .action-panel .panel-body h2:after {
        content: ' ';
        position: absolute;
        border-bottom: 4px #ccc solid;
        width: calc( 40px * 3);
        top: calc( 40px / 2 - 3px);
        left: calc( 50% - (40px * 1.5 ) ); }
    .action-panel .panel-body .skip-next {
      margin-top: 15px; }
  .action-panel .img-capitol {
    width: 70%;
    margin: 0 auto; }
  .action-panel.donate .panel-title h2 {
    padding: 40px 20px 20px; }
  .action-panel.donate .progress-meter {
    background-color: #00467e; }
    .action-panel.donate .progress-meter ul.list-unstyled {
      -ms-box-orient: horizontal;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      padding: 6px 0; }
      .action-panel.donate .progress-meter ul.list-unstyled > li {
        width: 100%;
        color: rgba(255, 255, 255, 0.5);
        font-weight: 500; }
        .action-panel.donate .progress-meter ul.list-unstyled > li .fa-check {
          display: none; }
        .action-panel.donate .progress-meter ul.list-unstyled > li.active {
          color: #fff; }
        .action-panel.donate .progress-meter ul.list-unstyled > li.complete {
          color: #fdd63f; }
          .action-panel.donate .progress-meter ul.list-unstyled > li.complete .fa-check {
            display: inline-block; }
          .action-panel.donate .progress-meter ul.list-unstyled > li.complete .step-count {
            display: none; }
        .action-panel.donate .progress-meter ul.list-unstyled > li .fa-arrow-right {
          color: #0054b9; }
  .action-panel.donate .btn-group-flexed.donation-amounts {
    flex-wrap: wrap; }
    .action-panel.donate .btn-group-flexed.donation-amounts label.btn {
      width: calc(100% * 1/3 - 5%);
      margin-right: 5%;
      margin-bottom: 5px; }
      .action-panel.donate .btn-group-flexed.donation-amounts label.btn:last-child {
        position: relative;
        flex-grow: 1;
        padding-top: 6px;
        padding-bottom: 4px;
        margin-right: 0;
        margin-left: 6%;
        line-height: inherit; }
        .action-panel.donate .btn-group-flexed.donation-amounts label.btn:last-child input[type=number] {
          padding: 0;
          border-color: #0054b9;
          width: calc(100% - 20px); }
      .action-panel.donate .btn-group-flexed.donation-amounts label.btn:nth-child(3n+3) {
        margin-right: 0; }
  .action-panel.donate .btn-group-flexed.donation-recurring .btn-mayday-white {
    flex-grow: 1;
    margin-right: 10px;
    width: auto; }
    .action-panel.donate .btn-group-flexed.donation-recurring .btn-mayday-white:last-child {
      margin-right: 0;
      width: 100%; }
  .action-panel.donate .btn-group-flexed.payment-method .btn-mayday-white {
    width: 100%;
    margin-right: 10px;
    padding: 10px 0 5px;
    font-size: 16px; }
    .action-panel.donate .btn-group-flexed.payment-method .btn-mayday-white:last-child {
      margin-right: 0; }
    .action-panel.donate .btn-group-flexed.payment-method .btn-mayday-white .fa {
      display: block;
      width: 100%;
      padding: 0 0 5px; }

#call-congress-modal .modal-dialog {
  padding-bottom: 10px; }
  @media (min-width: 650px) {
    #call-congress-modal .modal-dialog {
      width: 800px; } }

.modal-body {
  padding: 0; }
  .modal-body .md-modal-wrap {
    padding: 20px; }
  .modal-body dl, .modal-body ul, .modal-body li {
    margin-left: 20px; }
  .modal-body dt {
    margin-top: 10px;
    margin-bottom: 5px; }
  .modal-body .close {
    margin-top: -14px;
    margin-right: -8px; }

/* helper classes */
/* DEPRRECATED */
@media (min-width: 650px) {
  .margin-y-0-md {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }

.top-spacer-btn, .top-spacer {
  margin-top: 20px; }

.margin-bottom-0, .top-spacer-btn .form-group {
  margin-bottom: 0 !important; }

.bottom-margin {
  margin-bottom: 15px; }

.bottom-spacer {
  margin-bottom: 80px; }

/* FUTURE USE */
.thinner-font {
  font-weight: 300; }

.padding-0 {
  padding: 0 !important; }

.margin-y-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.margin-y-xs {
  margin-bottom: 10px !important;
  margin-top: 10px !important; }

.margin-y-sm {
  margin-bottom: 20px !important;
  margin-top: 20px !important; }

.margin-y-md {
  margin-bottom: 40px !important;
  margin-top: 40px !important; }

.margin-y-lg {
  margin-bottom: 60px !important;
  margin-top: 60px !important; }

.margin-top-0 {
  margin-top: 0 !important; }

.margin-top-xs {
  margin-top: 10px !important; }

.margin-top-sm {
  margin-top: 20px !important; }

.margin-top-md {
  margin-top: 40px !important; }

.margin-top-lg {
  margin-top: 60px !important; }

.margin-top-xl {
  margin-top: 80px !important; }

.margin-bottom-0 {
  margin-bottom: 0 !important; }

.margin-bottom-xs {
  margin-bottom: 10px !important; }

.margin-bottom-sm {
  margin-bottom: 20px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-md {
  margin-bottom: 40px !important; }

.margin-bottom-lg {
  margin-bottom: 60px !important; }

.margin-bottom-xl {
  margin-bottom: 80px !important; }

.jumbotron h1.text-hide {
  color: transparent; }

.stuck {
  position: fixed;
  top: 0; }

.vertical-center {
  display: flex;
  align-items: center; }

.vertical-center-inner {
  width: 100%; }

#index .campaign-actions h3, #index .campaign-actions .byline.small {
  color: #fff; }
#index .campaign-actions .vertical-center {
  border-radius: 2px;
  height: 250px; }
  @media (max-width: 991px) {
    #index .campaign-actions .vertical-center {
      height: 220px; } }
#index .campaign-actions .letter {
  height: 530px;
  background: url("/images/2016_image_overlay_pixels/overlay_yellow_light_fdd63f.png") repeat 0 0, linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6) ),  url('/images/20160212_handwritten_supporter_note.jpg') no-repeat center/cover; }
  @media (min-width: 650px) and (max-width: 991px) {
    #index .campaign-actions .letter {
      height: 470px; } }
  @media (max-width: 649px) {
    #index .campaign-actions .letter {
      margin-bottom: 30px; } }
#index .campaign-actions .events {
  background: url("/images/2016_image_overlay_pixels/overlay_blue_light_2ac4ea.png") repeat 0 0, linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6) ),  url('/images/20160212_handwritten_supporter_note.jpg') no-repeat center/cover; }
#index .campaign-actions .take-action {
  background: url("/images/2016_image_overlay_pixels/overlay_green_light_0ad6b2.png") repeat 0 0, linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6) ),  url('/images/20160212_handwritten_supporter_note.jpg') no-repeat center/cover; }
#index .campaign-actions .letter p:last-child, #index .campaign-actions .events p:last-child, #index .campaign-actions .take-action p:last-child {
  margin-bottom: 0; }
@media (max-width: 649px) {
  #index .campaign-actions .letter, #index .campaign-actions .events, #index .campaign-actions .take-action {
    height: auto;
    padding-top: 10px; } }
#index .homepage-panel {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 300; }
  #index .homepage-panel .container {
    padding-top: 0;
    padding-bottom: 0; }
  #index .homepage-panel.dark {
    background: #0d3960;
    color: #fff; }
    #index .homepage-panel.dark h2 {
      color: #fff; }
  #index .homepage-panel.grey {
    background-color: #dae4e7; }
  #index .homepage-panel.with-supporters {
    background-image: url("/images/20160203_supporter_photos_913x385.jpg"), url("/images/20160203_supporter_photos_913x385.jpg");
    background-position: calc(50% + (912px * 1.5)) 0, calc(50% + (912px / 2)) 0;
    background-repeat: repeat-y; }
    @media (max-width: 991px) {
      #index .homepage-panel.with-supporters {
        background: #dae4e7; } }
    #index .homepage-panel.with-supporters .btn-group {
      margin-top: calc(50% - 80px); }
      @media (max-width: 991px) {
        #index .homepage-panel.with-supporters .btn-group {
          margin-top: 20px; } }
#index .closing-action-panel {
  padding: 60px 100px 100px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #index .closing-action-panel {
      padding: 40px 50px 50px; } }
  @media (max-width: 991px) {
    #index .closing-action-panel {
      padding: 30px 40px 40px;
      margin-bottom: 20px; } }
  #index .closing-action-panel h3 {
    color: #212230; }
    #index .closing-action-panel h3 span {
      background-color: #212230;
      color: #fdd63f;
      display: inline-block;
      vertical-align: top;
      width: 60px;
      border-radius: 100px;
      font-size: 50px;
      text-align: center;
      margin-right: 15px; }
      @media (max-width: 991px) {
        #index .closing-action-panel h3 span {
          width: 40px;
          font-size: 30px;
          margin-right: 5px; } }
  #index .closing-action-panel p {
    color: #212230; }
  #index .closing-action-panel.donate {
    background-color: #fdd63f; }
  #index .closing-action-panel.signup {
    background-color: #2ac4ea; }
    #index .closing-action-panel.signup h3 span {
      color: #2ac4ea;
      text-indent: -5px; }
#index .front-donate {
  background: url("/images/campaigns/donate-background.jpg");
  background-size: cover;
  background-position: center;
  padding-bottom: 110px; }
  #index .front-donate:before {
    content: ' ';
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.05); }
#index #blog-snippets {
  padding-top: 50px; }
#index #pre-donate-form {
  margin-top: -140px;
  padding-top: 50px; }
  #index #pre-donate-form:after {
    display: none; }

#blog-listings ol li {
  list-style-type: decimal;
  padding-left: 5px; }

.page-panel {
  padding-top: 18px;
  padding-bottom: 22px;
  font-weight: 400; }
  .page-panel .panel-wrapper {
    margin-top: 20px;
    margin-bottom: 20px; }
  .page-panel.grey {
    background-color: #f0f0f0; }
  .page-panel.light {
    background-color: #fff; }
  .page-panel .sticky-nav-wrapper {
    position: initial; }

/** * sticky table of contents */
.sticky-nav {
  background: #fff;
  color: #212230;
  padding: 20px 20px 20px;
  z-index: 10;
  margin-top: -15px; }
  .sticky-nav li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dae4e7; }
    .sticky-nav li:last-child {
      margin-bottom: 0;
      border-bottom: none; }
    .sticky-nav li a:link, .sticky-nav li a:visited {
      color: #7b8082; }
    .sticky-nav li.active a:link, .sticky-nav li.active a:visited {
      color: #00467e; }
  @media (min-width: 650px) and (max-width: 991px) {
    .sticky-nav {
      padding: 0px 0px 30px 25px; } }
  .sticky-nav.stuck {
    top: 110px;
    max-width: 165px; }
  .sticky-nav.stuck-bottom {
    bottom: 0;
    position: absolute;
    max-width: 165px; }

.the-plan .page-content {
  position: relative; }

.sticky-wrapper {
  float: left;
  background: rgba(0, 0, 0, 0.1); }

/**
 * Mixins for Panels and Buttons
 */
/**
 * Grid of Panels
 */
.action-tree {
  float: none;
  margin-left: auto;
  margin-bottom: 40px; }
  .action-tree > li {
    padding: 0 75px 20px;
    position: relative; }
    @media (max-width: 649px) {
      .action-tree > li {
        padding: 0 0 20px; } }
    .action-tree > li > .panel {
      display: none; }

.action-wrap .thanks-message {
  display: none; }
.action-wrap > .btn-mayday {
  margin: 0;
  text-align: left; }
  @media (max-width: 649px) {
    .action-wrap > .btn-mayday {
      font-size: 20px; } }
.action-wrap:nth-child(1) > .btn-mayday {
  background: #094067; }
.action-wrap:nth-child(2) > .btn-mayday {
  background: #513c5f; }
.action-wrap:nth-child(3) > .btn-mayday {
  background: #5e8cac; }
.action-wrap:nth-child(4) > .btn-mayday {
  background: #759c64; }
.action-wrap:nth-child(5) > .btn-mayday {
  background: #eaa663; }
.action-wrap:nth-child(6) > .btn-mayday {
  background: #af010e; }
.action-wrap > small {
  position: absolute;
  top: 1px;
  left: 0;
  width: 65px;
  height: 65px;
  background: #fff url("/images/action/check.svg") center center no-repeat; }
  .action-wrap > small.icon-sign-up {
    background-image: url("/images/action/sign_up_1_off.svg"); }
  .action-wrap > small.icon-get-educated {
    background-image: url("/images/action/get_educated_2_off.svg"); }
  .action-wrap > small.icon-spread-the-word {
    background-image: url("/images/action/spread_the_word_3_off.svg"); }
  .action-wrap > small.icon-call-congress {
    background-image: url("/images/action/call_congress_4_off.svg"); }
  .action-wrap > small.icon-join-discussion {
    background-image: url("/images/action/join_disscussion_5_off.svg"); }
  .action-wrap > small.icon-volunteer {
    background-image: url("/images/action/volunteer_6_off.svg"); }
  @media (max-width: 649px) {
    .action-wrap > small {
      width: .01px; } }
.action-wrap.active > .btn {
  display: none; }
.action-wrap.active > .panel {
  display: block; }
.action-wrap.active > small.show-incomplete.icon-sign-up {
  background-image: url("/images/action/sign_up_1_on.svg"); }
.action-wrap.active > small.show-incomplete.icon-get-educated {
  background-image: url("/images/action/get_educated_2_on.svg"); }
.action-wrap.active > small.show-incomplete.icon-spread-the-word {
  background-image: url("/images/action/spread_the_word_3_on.svg"); }
.action-wrap.active > small.show-incomplete.icon-call-congress {
  background-image: url("/images/action/call_congress_4_on.svg"); }
.action-wrap.active > small.show-incomplete.icon-join-discussion {
  background-image: url("/images/action/join_disscussion_5_on.svg"); }
.action-wrap.active > small.show-incomplete.icon-volunteer {
  background-image: url("/images/action/volunteer_6_on.svg"); }
.action-wrap.incomplete {
  background: transparent url("/images/action/tmp-vertical-dots.png") 32px 20px no-repeat; }
  .action-wrap.incomplete .show-complete {
    display: none; }
  .action-wrap.incomplete .show-incomplete {
    display: initial; }
  @media (max-width: 649px) {
    .action-wrap.incomplete {
      background: none; } }
.action-wrap.complete .show-complete {
  display: initial; }
.action-wrap.complete .show-incomplete, .action-wrap.complete .skip-next {
  display: none; }
.action-wrap.complete .panel {
  background: #eee; }
.action-wrap.complete > .btn-mayday {
  background: #808080; }
.action-wrap.complete.active.thanked .panel-body {
  display: none; }
.action-wrap.complete.active.thanked .panel-body:last-child {
  display: initial; }
.action-wrap.complete.active.thanked .thanks-message {
  display: initial;
  overflow: hidden; }
.action-wrap.complete.active.thanked .thanks-message .skip-next {
  display: initial; }
.action-wrap:last-child {
  background: none; }

.js-targets {
  text-align: left; }

/**
 * Mayday News Panels
 **/
.panel-news {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .panel-news .panel-heading {
    border-bottom: 2px solid #2ac4ea;
    padding: 0;
    margin-bottom: 30px; }
    .panel-news .panel-heading small {
      float: right;
      margin-top: 6px;
      letter-spacing: 0;
      text-transform: none; }
  .panel-news .panel-body {
    padding: 0; }
  .panel-news li {
    margin-bottom: 15px; }
    .panel-news li p {
      margin: 0; }
    .panel-news li:last-child {
      margin-bottom: 0;
      border-bottom: none; }
    .panel-news li a:link, .panel-news li a:visited {
      color: #212230; }

/**
 * Mayday Content
 */
.tb-profile {
  margin-bottom: 30px; }
  @media (max-width: 649px) {
    .tb-profile {
      margin-top: 35px; } }

.img-bottom {
  margin-bottom: 15px; }

.contributors-format h5 {
  font-size: 18px;
  line-height: 1em; }

/**
 * Mayday Content
 */
/**
 * Mayday Content
 */
.smaller-layout {
  max-width: 835px; }

.placed-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.about-icons {
  width: 62%;
  height: 62%; }
  @media (max-width: 649px) {
    .about-icons {
      width: 40%;
      height: 40%;
      min-width: 80px;
      min-height: 80px; } }

.team-icon {
  width: 90%;
  height: 90%; }
  @media (max-width: 649px) {
    .team-icon {
      width: 70%;
      height: 70%;
      min-width: 120px;
      min-height: 120px;
      margin-top: -12px; } }

.center-faq-icon1 {
  margin-left: -20%; }
  @media (max-width: 649px) {
    .center-faq-icon1 {
      margin-left: none; } }

.center-faq-icon2 {
  margin-right: 70px; }
  @media (min-width: 650px) and (max-width: 991px) {
    .center-faq-icon2 {
      margin-right: 60px; } }
  @media (max-width: 649px) {
    .center-faq-icon2 {
      margin-right: none;
      margin-left: 1px; } }

.bullet-color {
  color: #0d3960; }

@media (min-width: 650px) and (max-width: 991px) {
  .info-height {
    height: 213px; } }
.info-height h3 {
  margin-bottom: 10px; }

.large-icons img {
  margin-bottom: 60px; }

.js-legislators {
  padding-top: 45px; }
  .js-legislators .pulled-image {
    margin-right: 2%; }
  .js-legislators .background-square {
    height: 100px;
    width: 100px;
    background-size: 100%;
    background: #808080 url() center center no-repeat; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .js-legislators .background-square {
        height: 90px;
        width: 90px; } }
    @media (max-width: 649px) {
      .js-legislators .background-square {
        padding: 0 5px 0 0; } }
  @media (max-width: 991px) {
    .js-legislators.newest-leaders .new-legislator {
      padding-left: 0; } }
  .js-legislators h3 {
    white-space: nowrap; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .js-legislators h3 {
        font-size: 20px; } }
    @media (max-width: 649px) {
      .js-legislators h3 {
        padding-top: 8px;
        font-size: 18px; } }

.legislators-listing .legislator-wrap {
  background: #f4f4f4;
  overflow: hidden; }
.legislators-listing h3 {
  white-space: nowrap; }
.legislators-listing a {
  font-size: 14px; }
.legislators-listing .fa {
  display: inline-block;
  margin-right: 1px; }
.legislators-listing .fa-check-square-o {
  color: #0ad6b2; }
.legislators-listing .fa-minus-circle {
  color: #ee3800; }
.legislators-listing .fa-question-circle {
  color: #7b8082; }
.legislators-listing .with-us-true .fa-check-square-o {
  display: inline-block; }
.legislators-listing .with-us-true .fa-minus-circle {
  display: none; }
.legislators-listing .with-us-true .fa-question-circle {
  display: none; }
.legislators-listing .with-us-unknowable .fa-question-circle {
  display: true; }
.legislators-listing .with-us-unknowable .fa-check-square-o {
  display: none; }
.legislators-listing .with-us-unknowable .fa-minus-circle {
  display: none; }
.legislators-listing .with-us-false .fa-question-circle {
  display: none; }
.legislators-listing .with-us-false .fa-check-square-o {
  display: none; }
.legislators-listing .with-us-false .fa-minus-circle {
  display: inline-block; }

#js-legislator {
  text-align: center;
  margin-bottom: 5px; }

.page-open {
  padding-top: 40px; }

.dossier-page {
  margin-top: -45px; }
  .dossier-page .desaturate {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale); }
  .dossier-page .brighter {
    -webkit-filter: brightness(1.2);
    -webkit-filter: brightness(120%);
    filter: brightness(120%); }
  .dossier-page .jumbotron {
    overflow: visible;
    margin-bottom: 0; }
    .dossier-page .jumbotron h1 {
      font-family: 'permanent marker';
      font-size: 50px;
      margin-top: 10px;
      text-align: left; }
    .dossier-page .jumbotron h2 {
      text-align: left;
      margin-top: 0; }
    .dossier-page .jumbotron .container {
      position: relative; }
  .dossier-page .homepage-panel {
    padding-top: 30px;
    padding-bottom: 20px; }
  .dossier-page .dossier-img-wrap {
    margin-right: 15px;
    position: absolute;
    top: 20px;
    margin-bottom: 15px; }
  .dossier-page .dossier-img {
    height: 285px;
    width: 235px;
    margin: 0 0 4px;
    border: 5px solid transparent;
    border-radius: 5px;
    color: #444; }
    .dossier-page .dossier-img > .brighter > div {
      border-radius: 5px;
      height: 275px;
      width: 225px;
      background-size: cover;
      background-repeat: no-repeat;
      margin-bottom: 8px; }
      .dossier-page .dossier-img > .brighter > div caption {
        margin-top: -40px;
        color: #fff; }
  .dossier-page h1.lead-title {
    margin-top: 0;
    font-weight: 400;
    font-size: 28px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 30px; }
  .dossier-page .bottom-line, .dossier-page .top-line-left {
    height: 6px; }
  .dossier-page .top-line-left {
    height: 20px; }
  .dossier-page .talley-wrap {
    background: #eee;
    border-radius: 5px;
    padding: 4px 10px 0; }
  .dossier-page .tallies {
    position: relative;
    overflow: hidden; }
    .dossier-page .tallies > .col-md-6:first-child .talley {
      float: right; }
    .dossier-page .tallies > .col-md-6:last-child .talley {
      float: left; }
    .dossier-page .tallies > .col-md-12 .talley {
      margin: 0 auto;
      text-align: center; }
  .dossier-page .talley {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    line-height: 18px;
    width: 190px;
    margin: 0 auto; }
    .dossier-page .talley .fa {
      font-size: 46px;
      float: left;
      margin-right: 3px; }
  .dossier-page .tail-message {
    font-size: 30px; }
  .dossier-page .make-call {
    cursor: text;
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial; }
    .dossier-page .make-call::selection {
      background: #910216; }
    .dossier-page .make-call::-moz-selection {
      background: #910216; }

.dossier-page.with-us-true h1.lead-title, .dossier-page.with-us-true .talley {
  color: #1c7bab; }
.dossier-page.with-us-true .dossier-img {
  border-color: #1c7bab;
  background-color: #1c7bab; }
  .dossier-page.with-us-true .dossier-img > .brighter > div {
    background-color: #1c7bab; }
.dossier-page.with-us-true .bottom-line, .dossier-page.with-us-true .make-call, .dossier-page.with-us-true .top-line-left {
  background-color: #1c7bab; }
.dossier-page.with-us-true .bg-star {
  background-image: url("/images/star_blue.svg") no-repeat;
  opacity: 0.1; }

.dossier-page.with-us-false h1.lead-title, .dossier-page.with-us-false .talley {
  color: #910216; }
.dossier-page.with-us-false .dossier-img {
  border-color: #910216;
  background-color: #910216; }
  .dossier-page.with-us-false .dossier-img > .brighter > div {
    background-color: #910216; }
.dossier-page.with-us-false .bottom-line, .dossier-page.with-us-false .make-call, .dossier-page.with-us-false .top-line-left {
  background-color: #910216; }
.dossier-page.with-us-false .talley .fa {
  font-size: 38px;
  margin-right: 8px; }
.dossier-page.with-us-false .bg-star {
  opacity: 0.2; }

.with-us-true .leader-visible {
  display: initial; }
  .with-us-true .leader-visible.tallies {
    display: block; }
.with-us-true .leader-hidden {
  display: none; }

.with-us-false .leader-visible {
  display: none; }

.make-call > .fa-phone {
  padding-right: 5px; }

.twitter-small {
  margin-left: 10px !important; }
  @media (min-width: 650px) and (max-width: 991px) {
    .twitter-small {
      margin-left: 1% !important; } }
  @media (max-width: 649px) {
    .twitter-small {
      margin-left: 0 !important; } }
  .twitter-small > .fa-twitter {
    color: #55ACEF;
    font-size: 1.5em;
    line-height: 50%; }

.facebook-small {
  margin-left: 10px !important; }
  @media (max-width: 649px) {
    .facebook-small {
      margin-left: 0 !important; } }
  @media (min-width: 650px) and (max-width: 991px) {
    .facebook-small {
      margin-left: 1% !important; } }
  .facebook-small > .fa-facebook {
    color: #3B5999;
    font-size: 1.3em;
    line-height: 50%; }

.triangle-up .leg {
  margin-top: 45px; }

/* CSS talk bubble */
.talk-bubble {
  margin: 30px auto 20px;
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #f0f0f0;
  border: 8px solid #16213f;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 15px 20px;
  text-align: left;
  line-height: 1.5em;
  font-size: 1.1em;
  color: #16213f; }
  .talk-bubble:before, .talk-bubble:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    left: 50%;
    bottom: auto; }
  .talk-bubble:before {
    margin-left: -36px;
    top: -64px;
    border: 32px solid;
    border-color: transparent transparent #16213f transparent; }
  .talk-bubble:after {
    margin-left: -24px;
    top: -40px;
    border: 20px solid;
    border-color: transparent transparent #f0f0f0 transparent; }
  .talk-bubble p {
    margin: 0 0 10px; }

.dossier-page .bg-star {
  position: absolute; }
.dossier-page .bg-star:first-of-type {
  left: -400px;
  top: -250px;
  height: 650px;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg); }
.dossier-page .bg-star:nth-of-type(2) {
  left: -500px;
  top: 280px;
  height: 800px;
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg); }
.dossier-page .bg-star:nth-of-type(3) {
  left: 10%;
  top: -160px;
  height: 265px;
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg); }
.dossier-page .bg-star:nth-of-type(4) {
  left: 1%;
  top: -70px;
  width: 600px;
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg); }
.dossier-page .bg-star:nth-of-type(5) {
  left: 25%;
  top: -200px;
  height: 350px;
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg); }
.dossier-page .bg-star:nth-of-type(6) {
  left: 25%;
  top: 260px;
  height: 350px;
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg); }
.dossier-page .bg-star:nth-of-type(7) {
  left: 35%;
  top: 100px;
  height: 200px;
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg); }
.dossier-page .bg-star:nth-of-type(8) {
  left: 47%;
  top: -120px;
  height: 850px;
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg); }
.dossier-page .bg-star:nth-of-type(9) {
  left: 76%;
  top: -170px;
  height: 600px;
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg); }
.dossier-page .bg-star:nth-of-type(10) {
  left: 82%;
  top: 475px;
  height: 200px;
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg); }

.legislators-listing {
  min-height: 300px; }
  .legislators-listing .js-legislators {
    padding-top: 15px; }

.legislators-all .with-us-true {
  display: block; }
.legislators-all .with-us-false {
  display: block; }
.legislators-all .with-us-unknowable {
  display: block; }
.legislators-all .potential-true {
  display: block; }
.legislators-all .show-potential {
  visibility: hidden; }

.legislators-potential .with-us-true {
  display: none; }
.legislators-potential .with-us-false {
  display: none; }
.legislators-potential .with-us-unknowable {
  display: none; }
.legislators-potential .potential-true {
  display: block; }
.legislators-potential .show-potential {
  visibility: visible; }

.legislators-leaders .potential-true {
  display: none; }
.legislators-leaders .with-us-false {
  display: none; }
.legislators-leaders .with-us-true {
  display: block; }
.legislators-leaders .with-us-unknowable {
  display: none; }
.legislators-leaders .show-potential {
  visibility: hidden; }

form.mayday-inputs.legislators-filter {
  padding-bottom: 0; }
  form.mayday-inputs.legislators-filter .form-group {
    margin: 0; }
  form.mayday-inputs.legislators-filter.mayday-inputs input.form-control[type=text] {
    margin-bottom: 0;
    font-family: 'FontAwesome', Rubik; }
  form.mayday-inputs.legislators-filter .radio-inline {
    margin-right: 12px; }
    form.mayday-inputs.legislators-filter .radio-inline:first-child {
      padding-left: 0; }
    form.mayday-inputs.legislators-filter .radio-inline input[type=radio] {
      margin-top: 7px; }

@media (max-width: 992px) {
  .dossier-page h1.lead-title {
    padding: 0; } }
@media (max-width: 550px) {
  .dossier-page .lead-title {
    text-align: left; }
  .dossier-page .dossier-img {
    height: 206px;
    width: 170px; }
    .dossier-page .dossier-img > div {
      height: 200px;
      width: 164px; } }
@media (max-width: 460px) {
  .dossier-page h1.lead-title {
    font-size: 24px; } }
@media (max-width: 400px) {
  .dossier-page .lead-title {
    padding-left: 0; }
    .dossier-page .lead-title blockquote {
      display: inline-block; } }
.contribution-rules, .gray-container-wrap {
  margin: 20px 0 0;
  padding: 30px 0 40px;
  background-color: #ebebeb;
  font-weight: 300; }

.contribution-rules h2 {
  font-weight: 400; }
.contribution-rules ul {
  padding-left: 20px; }
  .contribution-rules ul li {
    list-style-type: disc; }
