@font-face {
  font-family: "Roboto";
  src: url("https://fonts.gstatic.com/s/roboto/v15/W5F8_SL0XFawnjxHGsZjJA.ttf") format("truetype");
}
.disable-with-tooltip {
  opacity: 0.65;
}
#action-page #interaction-form .add-staffers input#add-staffer {
  background: #f0f0eb !important;
  border: 1px solid #687374;
  border-top: none;
}
#action-page #interaction-form .add-staffers .tt-menu {
  color: #bf0c0c;
}
#action-page #interaction-form .add-staffers #to-staffer-container {
  border: 1px solid #687374;
  background: #f0f0eb !important;
}
#action-page #interaction-form .add-staffers #to-staffer-container a {
  border: 1px solid #687374;
}
#action-page #interaction-form .add-staffers #to-staffer-container a.team_member {
  color: #bf0c0c !important;
}
#action-page #interaction-form .add-staffers #to-staffer-container a.member {
  color: #bf0c0c !important;
}
#action-page #interaction-form .add-staffers #to-staffer-container a.staffer {
  color: #bf0c0c !important;
}
#action-page #interaction-form .add-staffers #to-staffer-container a.campaign {
  background-color: #bf0c0c;
  color: #fff;
}
#action-page #interaction-form .add-staffers #to-staffer-container a.supporter {
  color: 1;
}
#action-page #interaction-form .add-staffers #to-staffer-container a i:hover {
  color: #bf0c0c;
}
a.editable-click {
  border-bottom: 1px dashed #bf0c0c !important;
  color: #bf0c0c !important;
}
#issue-search-row {
  margin-top: 31px;
  margin-bottom: 15px;
  border-bottom: 2px dashed #bf0c0c;
  padding-bottom: 20px;
}
#issue-search-row .input-lg {
  height: 58px;
}
#issue-search-row .fa-search {
  font-size: 32px;
}
.no-result {
  display: block;
  text-align: center;
  font-size: 40px;
  padding-top: 10vh;
  display: none;
}
#issues {
  margin-left: -20px;
}
#issues .issue-btn {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  font-size: 30px;
  font-weight: 300;
  margin: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  white-space: normal;
  border-radius: 4px;
  color: #fff;
  position: relative;
  border-color: #687374;
  background-color: #bf0c0c;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#issues .issue-btn:hover {
  background-color: #860808;
}
#issues .issue-btn:hover .issue-short-desc {
  opacity: 1;
}
#issues .issue-btn .issue-short-desc {
  font-size: 0.5em;
  height: 0px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#issues .issue-btn .issue-short-desc-hidden {
  font-size: 0.5em;
  opacity: 0;
  pointer-events: none;
}
#issues .issue-btn .issue-title-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#issues .issue-btn .icon-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
}
#issues .issue-btn .icon-background i {
  width: 1em;
  font-size: 20vw;
}
@media (max-width: 992px) {
  .icon-background i {
    font-size: 25vw;
  }
}
@media (max-width: 768px) {
  #issues {
    margin-left: -35px !important;
    width: calc(100% + 30px) !important;
    margin-top: 15px !important;
  }
  .issue-btn {
    padding-bottom: 30% !important;
    margin-top: 0px !important;
  }
  .icon-background i {
    font-size: 25vw !important;
  }
}
.campaign-card {
  border: 1px solid #bf0c0c;
  margin-bottom: 20px;
  border-radius: 4px;
  display: block;
}
.campaign-card:hover {
  cursor: pointer;
  background-color: #f0f0eb;
  text-decoration: none;
}
.campaign-card .campaign-card-header {
  background-color: #bf0c0c;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  width: 100%;
}
.campaign-card .campaign-card-footer {
  width: 100%;
  padding: 10px;
  color: #bf0c0c;
  text-align: left;
  font-size: 15px;
  min-height: 41px;
}
.campaign-card .campaign-card-body {
  padding: 20px;
  height: 80px;
}
.campaign-card .campaign-card-body .campaign-description {
  color: #687374;
  display: inline-block;
  max-height: 63px;
  overflow: hidden;
  font-size: 18px;
  margin-left: 75px;
  line-height: 20px;
  max-width: calc(100% - 190px);
  margin-top: -3px;
}
.campaign-card .campaign-action {
  float: right;
  height: 90px;
  width: 90px;
  margin-top: -5px;
  margin-right: -4px;
  font-size: 16px;
  line-height: 87px;
  padding: 0;
  background-color: #bf0c0c;
}
.campaign-card .campaign-action:hover {
  background-color: #860808;
}
.campaign-icon-wrapper {
  position: absolute;
  border: 3px solid Grey;
  border-radius: 100%;
  padding: 15px;
  height: 70px;
  width: 70px;
  margin-left: -10px;
  margin-top: -10px;
}
.campaign-icon-wrapper i {
  font-size: 45px;
  color: #bf0c0c;
}
.form-control:focus {
  border-color: #bf0c0c !important;
}
.sa-confirm-button-container button.confirm {
  background-color: #bf0c0c !important;
}
.form-group.has-error .control-label {
  color: #bf0c0c;
  border-bottom: 1px dashed #bf0c0c;
}
.person-header-row {
  background: #e7eaf3;
  padding-bottom: 20px;
  border-bottom: 1px solid #ced5e7;
}
.person-header-row #header-image-wrapper {
  max-width: 112px;
}
.person-header-row #header-image {
  border: 0px;
  margin-top: 20px;
  margin-left: 20px;
}
.person-header-row #header-image.Republican {
  border: 2px solid #d62728;
}
.person-header-row #header-image.Democrat {
  border: 2px solid #1f77b4;
}
.person-header-row #header-image.Independent,
.person-header-row #header-image.Other {
  border: 2px solid #687374;
}
.person-header-row #member-role {
  font-variant: small-caps;
  color: #687374;
}
.person-header-row #member-name {
  color: #bf0c0c;
  font-size: 1.1em;
}
.person-header-row #member-tag {
  font-variant: small-caps;
  color: #687374;
  font-size: 0.9em;
}
.person-header-row #titles {
  padding-left: 150px;
  padding-top: 10px;
  padding-right: 20px;
}
.person-header-row #titles #committee-list {
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.person-header-row #titles .committee-names {
  color: #bf0c0c;
}
@media (max-width: 480px) {
  .person-header-row #committee-list {
    display: none;
  }
}
.description-row {
  padding: 20px;
  margin-bottom: -20px;
}
.description-row p {
  font-size: 20px;
}
.action-row {
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px;
  padding-top: 10px;
  border-bottom: 3px dashed #bf0c0c;
}
#more-action-row-padding {
  padding-bottom: 20px;
}
.links-row {
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px;
  padding-top: 30px;
  border-top: 3px dashed #bf0c0c;
}
.links-row a .disabled {
  border-color: #f0f0eb;
  color: #f0f0eb;
  pointer-events: None;
}
.links-row a .disabled:hover {
  background-color: #fff;
}
.basic-info-row {
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px;
  padding-top: 0px;
}
.basic-info-row h3 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 3px dashed #bf0c0c;
  color: #687374;
}
.basic-info-row .grassroots-inline {
  height: 50px;
  padding: 10px;
  border: 1px solid #bf0c0c;
  border-radius: 4px;
  margin-bottom: 10px;
}
.basic-info-row .grassroots-inline .grassroots-description {
  font-size: 20px;
  float: right;
  color: #bf0c0c;
  max-width: calc(100% - 33px);
  overflow: hidden;
  max-height: 30px;
  text-overflow: ellipsis;
  text-align: right;
}
.basic-info-row .grassroots-inline i {
  font-size: 25px;
  margin-top: 3px;
  color: #bf0c0c;
}
.basic-info-row .grassroots-inline.bill-inline {
  height: 110px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.basic-info-row .grassroots-inline.bill-inline .grassroots-description {
  float: none !important;
  overflow-y: hidden;
  max-width: calc(100% - 33px);
  overflow: hidden;
  max-height: 30px;
  text-overflow: ellipsis;
  text-align: right;
}
.basic-info-row .grassroots-inline.bill-inline .bill-info {
  font-size: 18px;
  padding-top: 5px;
}
.basic-info-row .grassroots-inline.bill-inline .bill-number {
  font-variant: small-caps;
  color: #687374;
}
.stats-row {
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px;
}
.stats-row .stat-btn {
  pointer-events: none;
  text-align: left !important;
  padding-left: 10px !important;
  padding-right: 10px;
}
.stats-row .stat-btn .stat-value {
  float: right;
  color: #bf0c0c;
  max-width: calc(100% - 165px);
  overflow: hidden;
  max-height: 30px;
  text-overflow: ellipsis;
  text-align: right;
}
.stats-row .stat-btn .stat-value .stat-val {
  color: #687374;
}
#less-stats-row-padding {
  padding-bottom: 0px;
}
textarea.form-control.lognotes {
  height: 100px;
}
.select2-choices {
  border-color: #687374;
  border-radius: 4px;
}
.select2-choices input {
  color: #acb6c0 !important;
  padding-left: 15px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.select2-choices input:focus {
  border-color: #bf0c0c !important;
}
.legislation-page-header-wrapper {
  background: #e7eaf3;
  border-bottom: 1px solid #ced5e7;
}
.legislation-page-header-wrapper > div {
  padding-bottom: 30px;
  padding-top: 10px;
}
.legislation-page-header-wrapper > div:not(.ignored-padding) {
  padding-left: 0px;
  padding-right: 0px;
}
.legislation-page-header-wrapper .legislation-page-header {
  font-weight: 300;
  color: #bf0c0c;
}
.legislation-page-header-wrapper .legislation-page-description {
  font-size: 22px;
}
.legislation-page {
  margin-bottom: -20px;
}
.legislation-page .bill-row {
  margin: 0px;
}
.legislation-page .bill-inline {
  margin-bottom: 20px;
}
.legislation-page .bill-inline:nth-child(odd) {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.legislation-page .bill-inline:nth-child(even) {
  width: calc(50% - 10px);
}
.legislation-page .bill-inline:hover,
.legislation-page .bill-inline:focus,
.legislation-page .bill-inline:active {
  background: #e7eaf3;
  cursor: pointer;
  text-decoration: none;
}
.no-results {
  font-size: 30px;
  font-weight: 300;
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .legislation-page-header-wrapper > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .legislation-page {
    margin-bottom: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .legislation-page .bill-inline:nth-child(odd) {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .legislation-page .bill-inline:nth-child(even) {
    width: 100% !important;
  }
}
.relationship-logger .legislation-page-header-wrapper {
  background-color: #008000 !important;
}
.relationship-logger .relationships {
  margin-bottom: 20px;
}
.relationship-logger .relationships .relationship-tool-component:nth-child(even) {
  background-color: #e7eaf3 !important;
}
.combined-campaign-wrapper hr {
  border-bottom: 2px dashed #bf0c0c;
}
.combined-campaign-wrapper .combined-description {
  font-size: 20px;
  font-weight: 300;
  color: #bf0c0c;
  margin-bottom: 10px;
}
.combined-campaign-wrapper .message-label {
  margin-top: 10px;
}
.combined-campaign-wrapper .combined-campaign-description {
  font-size: 18px;
  text-align: center;
}
.combined-campaign-wrapper .combined-full-message {
  margin-bottom: 15px;
}
.combined-campaign-wrapper .input-group-btn .share-twitter {
  font-size: 16px !important;
  height: 43px;
}
.combined-campaign-wrapper .mobile-twitter-share {
  display: none;
}
@media (max-width: 768px) {
  .combined-campaign-wrapper .input-group {
    width: 100% !important;
  }
  .combined-campaign-wrapper .input-group input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .combined-campaign-wrapper .input-group-btn {
    display: none;
  }
  .combined-campaign-wrapper .mobile-twitter-share {
    display: block;
    margin-bottom: 20px;
    font-size: 16px !important;
    height: 43px;
  }
}
.share-facebook {
  background-color: #3b5998;
  color: #fff;
}
.share-facebook:hover {
  color: #fff;
  background-color: #293e6a;
}
.share-twitter {
  background-color: #4099ff;
  color: #fff;
}
.share-twitter:hover {
  color: #fff;
  background-color: #0068df;
}
.share-linkedin {
  background-color: #0177b5;
  color: #fff;
}
.share-linkedin:hover {
  color: #fff;
  background-color: #01537f;
}
.share-pinterest {
  background-color: #d8121d;
  color: #fff;
}
.share-pinterest:hover {
  color: #fff;
  background-color: #970d14;
}
.share-googleplus {
  background-color: #dd5044;
  color: #fff;
}
.share-googleplus:hover {
  color: #fff;
  background-color: #ab2a1f;
}
button.btn.btn-default {
  color: #bf0c0c;
  border-color: #bf0c0c;
  cursor: pointer;
  border-radius: 4px;
}
button.btn.btn-default:hover {
  background-color: #f0f0eb;
}
.btn {
  font-size: 17px;
}
.btn-default {
  background: #fff;
  color: #bf0c0c;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: #bf0c0c;
}
.btn-primary {
  border: 0;
  background: #bf0c0c;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #860808;
  color: #fff;
}
.btn-secondary {
  background: #bf0c0c;
  color: #fff;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background: #860808;
  color: #fff;
}
.click-action-button {
  text-align: center;
}
.click-action-button:hover,
.click-action-button:active,
.click-action-button:focus {
  text-decoration: none;
}
.click-action-button:hover div.alert-warning,
.click-action-button:active div.alert-warning,
.click-action-button:focus div.alert-warning {
  background-color: #860808;
}
.click-action-button div.alert-warning {
  border-color: #687374;
  background-color: #bf0c0c;
}
.panel-secondary {
  background-color: #bf0c0c;
  border-color: #bf0c0c;
  color: #fff;
}
.panel-secondary .panel-heading {
  font-size: 20px;
}
.panel-secondary .panel-body {
  background-color: #fdc82f;
  color: #bf0c0c;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel-secondary .panel-body .input-group-addon {
  background-color: #bf0c0c;
  color: #fff;
}
.panel-secondary .panel-body .input-group-addon i {
  font-size: 18px;
}
.panel-call-to-action .no-padding {
  padding: 0px;
}
.panel-call-to-action .sign-up-btn {
  min-width: 75px;
  height: 43px;
}
.panel-call-to-action #facebook-button {
  padding-left: 20px;
}
.panel-call-to-action #greybar {
  margin: -10px;
  margin-top: 0px;
}
.panel-call-to-action #greybar hr {
  background-color: #687374;
  width: 2px;
  height: 43px;
  margin-top: -1px;
  margin-bottom: 0px;
  border-top-color: #687374;
}
.panel-call-to-action #greybar #greybar-text {
  position: absolute;
  margin-top: -32px;
  margin-left: 14px;
  background: #fff;
}
.primary-text-color {
  color: #bf0c0c;
}
.secondary-text-color {
  color: #bf0c0c;
}
.action-header {
  font-size: 24px;
  border-bottom: 2px dashed #bf0c0c;
  margin-bottom: 20px;
  padding-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
}
.form-control {
  border-color: #687374;
}
.form-control.select2-container {
  border-radius: 0px 4px 4px 0px !important;
  float: none;
}
.form-control.select2-container.single-select {
  height: 43px !important;
}
.form-control.select2-container.select2-dropdown-open {
  border-radius: 0px 4px 0px 0px !important;
}
.form-control.select2-container a.select2-choice {
  background-image: none;
  background: transparent;
  box-shadow: none;
}
.form-control.select2-container a.select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
}
.form-control.select2-container li.select2-search-choice {
  margin: 6px 1px 3px 5px;
  line-height: 24px;
}
.form-control.select2-container li.select2-search-choice .select2-search-choice-close {
  top: 8px;
}
.input-group-addon {
  border-color: #687374;
}
.form-control:focus {
  border-color: #bf0c0c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(191,12,12,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(191,12,12,0.6);
}
.login-header {
  height: 200px;
  background-image: url("/static/frontend/images/textures/always-grey.png");
  background-size: 30px;
  background-color: #bf0c0c;
  text-align: center;
}
.login-header h1 {
  color: #fff;
  font-weight: 200;
}
.login-header img {
  height: 80px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.navbar-header {
  max-width: calc(100% - 220px);
  overflow: hidden;
}
.navbar-header .navbar-brand {
  max-width: calc(100% + 30px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.navbar-brand {
  font-weight: 300;
}
#login-content-holder {
  margin-top: 50px;
}
iframe#embed {
  width: 100%;
  border-radius: 4px;
  height: 90vh;
  margin-top: 5vh;
  border: 1px solid #bf0c0c;
  background-color: #fdc82f;
}
.safari-blocker {
  position: fixed;
  padding: 20px;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
  cursor: pointer;
}
.safari-blocker a {
  color: transparent;
  font-size: 60px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.safari-blocker:hover {
  background: rgba(191,12,12,0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.safari-blocker:hover a {
  color: #fff !important;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .safari-blocker {
    background: rgba(191,12,12,0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .safari-blocker a {
    color: #fff !important;
    text-decoration: none !important;
  }
}
.campaign-icon-wrapper i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.no-campaigns-message {
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  padding-top: 50px;
}
body {
  background-color: #fdc82f;
}
body.wrapper {
  background-image: url("https://quorum-media.s3.amazonaws.com/media/uploaded_files/2019-02-12/8476087fe55f606a6864f507aa16c0c8/Rz2JuCdSHIdNEOszwcgg_Washington_DC.jpg");
  background-size: cover;
  height: 100vh;
}
body .navbar-fixed-top {
  background-color: #bf0c0c;
  color: #fff;
}
body .navbar-fixed-top #org-name:hover {
  color: #f0f0eb;
}
body .navbar-fixed-top .nav .open > a,
body .navbar-fixed-top .nav .open > a:hover,
body .navbar-fixed-top .nav .open > a:focus {
  background-color: #bf0c0c;
  color: #fff;
}
body .navbar-fixed-top .user-info {
  padding-right: 15px;
  font-size: 20px;
}
body .navbar-fixed-top .user-info.logged-in {
  padding-right: 0px;
}
body .navbar-fixed-top .user-info .navbar-btn {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 0px;
}
body .navbar-fixed-top li .dropdown-toggle {
  color: #fff;
  font-size: 20px;
  padding-right: 35px;
}
body .navbar-fixed-top li .dropdown-toggle:hover,
body .navbar-fixed-top li .dropdown-toggle:focus {
  background-color: #bf0c0c;
  color: #fff;
}
body .navbar-fixed-top li .dropdown-toggle .fa-angle-down {
  font-size: 1.5em;
  position: absolute;
  right: 10px;
  top: 16px;
}
body .navbar-fixed-top li .dropdown-menu {
  min-width: 280px;
}
body .navbar-fixed-top li .dropdown-menu li a {
  font-size: 20px;
  color: #bf0c0c;
}
body .navbar-fixed-top li .dropdown-menu li a a:focus,
body .navbar-fixed-top li .dropdown-menu li a a:hover {
  color: #fff;
  background-color: #bf0c0c;
}
body .navbar-fixed-top li .dropdown-menu li:hover a {
  color: #fff;
  background-color: #bf0c0c;
}
body .navbar-fixed-top .navbar-brand {
  color: #fff;
  font-size: 2em;
}
body .navbar-fixed-top .navbar-toggle {
  border-color: #fff;
}
body .navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #fff;
}
body .navbar-fixed-top .action-icon-dropdown {
  float: right;
  margin-top: 4px;
  margin-right: -5px;
}
body .navbar-fixed-bottom {
  border-top: 1px solid #fff;
  background-color: #f0f0eb;
}
body .navbar-fixed-bottom #org-footer-logo {
  height: 40px;
  margin-top: -10px;
}
body .navbar-fixed-bottom a {
  color: #bf0c0c !important;
  font-size: 16px;
}
body .navbar-fixed-bottom a:hover {
  color: #bf0c0c !important;
}
body * {
  font-family: 'Roboto';
}
body a,
body a:hover {
  color: #bf0c0c;
}
body #content-container {
  padding: 0px;
  padding-top: 62px;
  padding-bottom: 82px;
  overflow-x: hidden;
}
body #content-container #content-row background-color white #banner {
  font-size: 2em;
  color: #fff;
  width: 100%;
}
body #content-container #content-row background-color white #user-header {
  color: #fff;
  right: 0;
  top: 0;
  position: absolute;
  padding-top: 10px;
  padding-right: 10px;
}
body #content-container #content-row background-color white #user-header i {
  color: #fff;
}
.campaign-header-row {
  background-color: #bf0c0c;
  background-image: url("https://quorum-static.s3.amazonaws.com/static/frontend/images/textures/always-grey.png?5fb28db9f41c");
  background-size: 30px;
  color: #fff;
}
.campaign-header-row .campaign-icon-wrapper {
  position: relative;
  margin: 0 auto;
  margin-top: 27px;
  border-color: #fff;
}
.campaign-header-row .campaign-icon-wrapper i {
  color: #fff;
}
.campaign-header-row #campaign-title {
  margin-top: 15px;
  display: block;
  line-height: 4.1rem;
  font-size: 3.1rem;
}
.campaign-header-row .campaign-footer-text {
  padding-bottom: 30px;
  font-size: 1.6rem;
}
.campaign-header-row .campaign-header-col {
  min-height: 200px;
}
.campaign-header-row .campaign-header-text {
  margin-top: 0px;
}
.campaign-page-description {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.8rem;
}
#campaign-action-row {
  line-height: 1.5;
}
.welcome_message {
  margin-top: 20px;
  font-size: 2rem;
}
.actions-col {
  padding-bottom: 10px;
}
.actions-col .open .btn-action {
  color: #bf0c0c;
}
.actions-col .btn-action {
  border-color: #bf0c0c;
  font-size: 20px;
  padding-left: 10px;
}
.actions-col i {
  position: absolute;
  margin-top: 1px;
  left: 24px;
  font-size: 25px;
}
.actions-col i.fa-angle-down {
  right: 19px;
  left: auto;
  font-size: 28px;
  margin-top: 0px;
}
.actions-col .my-members-dropdown {
  width: calc(100% - 30px);
  margin-left: 15px;
}
.actions-col .my-members-dropdown li > a:hover {
  background-color: #bf0c0c;
  color: #fff;
}
.row#action-center {
  padding-top: 20px;
  border-bottom: 2px dashed #bf0c0c;
  padding-bottom: 10px;
}
.row#action-center .action {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #bf0c0c;
  border-color: #bf0c0c;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #bf0c0c;
  border-radius: 4px;
  text-align: center;
  padding: 5px;
}
.row#action-center .action:hover {
  background-color: #f0f0eb;
}
.row#campaigns {
  padding-top: 20px;
}
.row#thanks-page {
  padding-left: 40px;
  padding-right: 40px;
}
.row#thanks-page #thanks-container {
  margin-top: calc(20vh - 90px);
  border: 2px solid #bf0c0c;
  padding: 40px;
  border-radius: 4px;
  min-height: 60vh;
  display: table;
}
.row#thanks-page #thanks-container hr {
  width: 100%;
  margin-left: 5px;
}
.row#thanks-page #thanks-container #thanks-row-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.row#thanks-page #thanks-container #thanks-big-message {
  font-size: 50px;
  color: #bf0c0c;
}
.row#thanks-page #thanks-container #thanks-icon {
  font-size: 10em;
  color: #bf0c0c;
}
.row#thanks-page #thanks-container #thanks-message-row {
  font-size: 1.5em;
}
.row#thanks-page #thanks-container #login-row {
  margin-left: 0px;
  margin-right: 0px;
}
.row#thanks-page #thanks-container #password-form {
  margin-left: 5px;
  margin-right: -5px;
  margin-bottom: -5px;
}
.row#thanks-page #thanks-container #password-form #password-input {
  height: 41px;
}
.row#thanks-page #thanks-container #return-row a {
  font-size: 20px;
  margin-top: 10px;
  margin-left: 5px;
}
.row#social-share-row {
  margin-top: 10px;
}
.row#social-share-row a {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.row#action-page div .row {
  padding-left: 15px;
  padding-right: 15px;
}
.row#action-page input {
  width: 100%;
}
.row#action-page #submit,
.row#action-page .share-facebook,
.row#action-page .share-twitter,
.row#action-page .share-linkedin,
.row#action-page .share-pinterest {
  font-size: 1.8rem;
}
.row#action-page .progress-wrapper {
  padding-bottom: 21px;
  border-bottom: 2px dashed #bf0c0c;
  margin-bottom: 21px;
}
.row#action-page .progress {
  margin-bottom: 0px;
}
.row#action-page .progress-bar {
  background-color: #bf0c0c;
}
.row#login-content #forget {
  margin-top: 20px;
}
.row#login-content .btn,
.row#login-content #new_text,
.row#login-content p {
  margin-bottom: 20px !important;
}
.row#login-content .alert-danger {
  background-color: #bf0c0c;
  border-color: #860808;
  padding: 10px;
  text-align: center;
}
#fb-login {
  margin-top: 40px;
}
.login-errors .errorlist.nonfield {
  display: inline-block;
  color: #fff;
}
.fbLogin-div {
  padding-left: 0;
  padding-right: 0;
}
.fbLogin-div p.strike-through span {
  font-size: 17px;
}
.register-col {
  margin-top: -20px;
}
.fb-icon {
  margin-right: 8px;
  font-size: 28px;
  position: relative;
  top: 2px;
}
.no-label .control-label {
  display: none;
}
#address-typeahead {
  position: absolute;
  width: calc(100% - 30px);
  margin-top: -5px;
  z-index: 1000;
}
#register-form {
  display: block;
}
#register-form .input-group.no-label {
  width: 100%;
}
#register-form .form-group {
  position: static;
}
#register-form select {
  -webkit-appearance: none;
}
#register-form .select-field-dropdown {
  position: absolute;
  right: 10px;
  font-size: 28px;
  top: 2px;
  z-index: 10;
}
#register-form .custom-radio-wrapper {
  height: 43px;
  width: calc(100% + 1px);
}
#register-form .custom-radio-wrapper .btn {
  width: calc(50% - 3px);
  background-color: #fff;
  color: #bf0c0c;
  border: 1px solid #bf0c0c;
  height: 43px;
}
#register-form .custom-radio-wrapper .btn:hover {
  background-color: rgba(191,12,12,0.1);
}
#register-form .custom-radio-wrapper .btn.active {
  background-color: #bf0c0c;
  color: #fff;
}
#register-form .custom-radio-wrapper .btn.active:hover {
  background-color: #990a0a;
}
#register-form .custom-radio-select-input {
  display: none;
}
.submitting-grassroots {
  background: #990a0a;
  pointer-events: none;
}
.add-info-message {
  font-size: 18px;
}
.add-info-message h2 {
  font-weight: 300;
}
.add-info-message hr {
  border-color: #687374;
}
.input-group {
  margin-bottom: 10px !important;
}
.input-group-addon {
  background-color: #bf0c0c;
  color: #fff;
}
.input-group-addon i {
  min-width: 20px;
  color: #fff;
}
.strike-through {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.strike-through span {
  background: #fdc82f;
  padding: 0 10px;
}
.outer-content {
  display: table;
}
.login-container {
  display: table-cell !important;
  vertical-align: middle !important;
}
#add-new-from-scratch {
  display: table-cell !important;
  vertical-align: middle !important;
}
#add-new-from-scratch p {
  margin-top: 20px;
}
.help-block {
  color: #bf0c0c;
}
.errorlist {
  list-style-type: none;
  padding-left: 0px;
  color: #bf0c0c;
}
.emailandrecordvisitbutton:hover {
  cursor: default;
}
.emailandrecordvisitbutton:hover div.alert-warning {
  background-color: #bf0c0c;
}
.btn-home {
  background: transparent;
  color: #fff;
  font-size: 18px;
  padding: 5px;
  font-weight: 300;
  padding-left: 23px;
  padding-right: 8px;
  line-height: 26px;
  border: 1px solid rgba(255,255,255,0.31);
  float: left;
  margin-top: -17px;
  margin-left: -21px;
  opacity: 0.7;
}
.btn-home:hover {
  color: #fff;
  opacity: 1;
}
/* Media queries */
@media (max-width: 768px) {
  .navbar-header {
    max-width: calc(100% + 30px);
  }
  .navbar-header .navbar-brand {
    max-width: calc(100% - 60px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .navbar-fixed-bottom .navbar-brand {
    margin-left: -15px;
  }
  .navbar-fixed-bottom .navbar-right {
    margin: 0px;
  }
  .navbar-fixed-bottom .navbar-right li a {
    float: right;
    margin-top: 10px;
    margin-right: -10px;
  }
  iframe#embed {
    height: 100vh;
    margin-top: 0vh;
    border-radius: 0px;
    border: none;
    margin-bottom: -5px;
  }
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #thanks-container {
    margin-top: 50px !important;
  }
  #facebook-button {
    padding-left: 0px !important;
    margin-bottom: 20px;
  }
  .fbLogin-div .strike-through {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-collapse {
    border-top: 1px solid #fff;
  }
  .navbar .navbar-collapse .navbar-btn {
    width: calc(100% - 15px);
    margin-left: 15px;
  }
  .navbar .dropdown-toggle .fa-angle-down {
    right: 18px !important;
    top: 6px !important;
  }
  .navbar .open .dropdown-menu {
    background-color: #bf0c0c;
    color: #fff;
  }
  .navbar .open .dropdown-menu li a {
    color: #fff;
  }
  .navbar .open .dropdown-menu li a:hover {
    background-color: #fff;
    color: #bf0c0c;
  }
  .navbar .open .dropdown-menu li a:focus {
    background-color: #fff;
    color: #bf0c0c;
  }
  .navbar .open .dropdown-menu li a:active {
    background-color: #fff;
    color: #bf0c0c;
  }
  .navbar .open .dropdown-menu .action-icon-dropdown {
    margin-top: 0px;
    margin-right: 0px;
  }
  .actions-col div:first-child> a,
  .actions-col div:first-child> button {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .actions-col div:last-child> a,
  .actions-col div:last-child> button {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .btn-action {
    margin-bottom: -1px;
    border-radius: 0px !important;
  }
  #login-content-holder {
    margin-top: 20px;
  }
  .panel-body .form-inline .form-group {
    margin-bottom: 0px;
  }
  .panel-body .form-inline .btn-default {
    margin-bottom: 10px;
  }
  .campaign-card .campaign-card-body .campaign-action {
    display: none;
  }
  .campaign-card .campaign-card-body .campaign-description {
    max-height: 82px;
    max-width: 100%;
  }
}
.sweet-alert input[type="number"]::-webkit-outer-spin-button,
.sweet-alert input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.last-campaign-banner {
  min-height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #fde2e2;
  margin: 0 -15px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .campaign-header-row .campaign-header-text {
    margin-top: 115px;
  }
}

