@charset "UTF-8";
/*!
 *   ___ _ __   __ _  __ _  __ _  ___
 *  / _ \ '_ \ / _` |/ _` |/ _` |/ _ |
 * |  __/ | | | (_| | (_| | (_| |  __/
 *  \___|_| |_|\__, |\__,_|\__, |\___|
 *              __/ |       __/ |
 *             |___/       |___/
 *
 * Developed by Engage LLC (http://enga.ge)
 */
/* Use these to only display at
 * certain screen sizes */
@media only screen and (min-width: 768px) {
  button.filter-toggle, .mobile-header-image, .sitewide-header .header-menu {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .archive-filters .filter-label, footer.sitewide-footer ul.footer-final, .sitewide-header .header-links {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .news-slider .news-slider-button {
    display: none !important;
  }
}

.mobile-nav ul, ul.top-socials, .top-box .box-buttons, .pagination-container ul.pages, footer.sitewide-footer ul.footer-final, footer.sitewide-footer ul, .sitewide-header nav ul, ul.socials, ul.socials-box, .post-preview-shares, .tags-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.donation-header,
.survey-header, .page-subhead, .top-box h2.h2, .top-box .box-title, .hero-info-text, .home-title, .post-inner-content h1.post-title, .post-preview h2.headline {
  position: relative;
}
.donation-header::before,
.survey-header::before, .page-subhead::before, .top-box h2.h2::before, .top-box .box-title::before, .hero-info-text::before, .home-title::before, .post-inner-content h1.post-title::before, .post-preview h2.headline::before {
  content: "";
  background-color: #ea2a2e;
  width: 5px;
  height: 110%;
  position: absolute;
  left: -35px;
  top: 7px;
}

/* Cera Black */
@font-face {
  font-family: "Cera";
  font-weight: 800;
  src: url("../fonts/cera/cerabasic-black-webfont.woff2") format("woff2"), url("../fonts/cera/cerabasic-black-webfont.woff") format("woff");
}
/* Cera Bold */
@font-face {
  font-family: "Cera";
  font-weight: 700;
  src: url("../fonts/cera/cerabasic-bold-webfont.woff2") format("woff2"), url("../fonts/cera/cerabasic-bold-webfont.woff") format("woff");
}
/* Cera Regular */
@font-face {
  font-family: "Cera";
  font-weight: 400;
  src: url("../fonts/cera/cerabasic-regular-webfont.woff2") format("woff2"), url("../fonts/cera/cerabasic-regular-webfont.woff") format("woff");
}
/* Cera Regular Italic */
@font-face {
  font-family: "Cera";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/cera/cerabasic-regularitalic-webfont.woff2") format("woff2"), url("../fonts/cera/cerabasic-regularitalic-webfont.woff") format("woff");
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Cera", sans-serif;
  font-size: 18px;
  line-height: 1.647;
  color: #0d1c2c;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #eb292d;
  text-decoration: none;
}
a:hover, a:focus {
  color: #ce1317;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.647;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 29px;
  margin-bottom: 29px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Volkhov", serif;
  font-weight: 400;
  line-height: 1.1;
  color: #ff3539;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 29px;
  margin-bottom: 14.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 2em;
}

h2, .h2 {
  font-size: 1.6666666667em;
}

h3, .h3 {
  font-size: 1.3333333333em;
}

h4, .h4 {
  font-size: 1em;
}

h5, .h5 {
  font-size: 0.7777777778em;
}

h6, .h6 {
  font-size: 0.6666666667em;
}

p {
  margin: 0 0 14.5px;
}

.lead {
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}

small,
.small {
  font-size: 88%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 13.5px;
  margin: 58px 0 29px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 14.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 29px;
}

dt,
dd {
  line-height: 1.647;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 14.5px 29px;
  margin: 0 0 29px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.647;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\A0\2014";
}

address {
  margin-bottom: 29px;
  font-style: normal;
  line-height: 1.647;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 14px;
  margin: 0 0 14.5px;
  font-size: 17px;
  line-height: 1.647;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .page-template-action-center .horizontal-form #phone, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .page-template-action-center .horizontal-form #phone, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4, .page-template-action-center .horizontal-form #phone {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 29px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.647;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 21.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 29px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.647;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.647;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 43px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm input[type=month] {
    line-height: 36px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg input[type=month] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 29px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 47px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 36px;
  line-height: 36px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 45px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}

.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 53px;
  line-height: 53px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 52px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 53.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 34px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #2a5b8e;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 36px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.647;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #eb292d;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #ce1317;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.647;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 * Base Typography
 * ---------------------------
 *
 * Loads base typography styles
 */
html {
  font-size: 18px;
}

body {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 80%;
  }
}

h1, h2, h3, h4, h5, h6, p, li, label, address, blockquote, dt, dd, figcaption, th, td {
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 25px;
}

h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
}

a {
  transition: color 400ms;
}
a:focus {
  outline: none !important;
}

p {
  margin-bottom: 20px;
}

/*
 * Content Typography
 * ---------------------------
 *
 * Styles for user generated content through a wysiwyg
 * Includes WP defined classes and TinyMCE classes
 * Should be within <main> with .main-content class
 */
.main-content .alignleft {
  float: left;
  margin: 0 5px 5px 0;
}
.main-content .alignright {
  float: right;
  margin: 0 0 5px 5px;
}
.main-content .aligncenter {
  clear: both;
  display: block;
  margin: 5px auto;
}
.main-content .wp-caption {
  overflow: hidden;
  padding: 5px 0;
  background-color: #ccc;
}
.main-content .wp-caption img {
  display: block;
  margin: auto;
  padding: 0;
  border: 0 none;
}
.main-content p.wp-caption-text {
  margin: 0;
  text-align: center;
}
.main-content .wp-caption-dd {
  font-family: "Cera", sans-serif;
  font-size: 1em;
  color: #0d1c2c;
}
.main-content .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.main-content .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.main-content blockquote {
  padding: 25px 0 25px 45px;
  border: none;
  font-size: inherit;
  font-style: italic;
}
.main-content blockquote small,
.main-content blockquote footer {
  font-size: inherit;
  font-style: normal;
  font-weight: bold;
  text-align: right;
}
@-moz-document url-prefix() {
  .main-content fieldset {
    display: table-cell;
  }
}
.main-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-content embed,
.main-content iframe,
.main-content object,
.main-content video {
  max-width: 100%;
}

.title {
  font-family: "Volkhov", serif;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 28px;
  }
}
.title.reversed {
  color: #fff;
}
.title.page-title {
  color: #264052;
}

.title.reversed a {
  color: #fff;
}
.title.reversed a:hover {
  text-decoration: underline;
}

.subheadline, .page-subhead p, .subhead-line {
  font-family: "Cera", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #4e606d;
}
@media only screen and (max-width: 767px) {
  .subheadline, .page-subhead p, .subhead-line {
    font-size: 20px;
    line-height: 24px;
  }
}

.subheadline-2 {
  font-family: "Cera", sans-serif;
  font-size: 21px;
  color: #617D91;
  letter-spacing: -1px;
  line-height: 25px;
}

.subheadline-reversed {
  font-family: "Cera", sans-serif;
  font-size: 24px;
  color: #fff;
  letter-spacing: -1px;
}

.p-reversed, .post-inner-content .post-excerpt {
  color: #fff;
}

::-moz-selection {
  background-color: #eb292d;
  color: #fff;
}

::selection {
  background-color: #eb292d;
  color: #fff;
}

::-moz-selection {
  background-color: #eb292d;
  color: #fff;
}

span.breakout {
  font-family: "bebas-neue", sans-serif;
  font-size: 1.5em;
  position: relative;
  top: 2px;
}

.name {
  font-family: "Volkhov", serif;
  font-weight: 700;
  font-size: 20px;
  color: #264052;
  letter-spacing: -1px;
  line-height: 25px;
}

.headline-tagline {
  font-size: 26px;
  font-family: "bebas-neue", sans-serif;
  letter-spacing: 3px;
  margin: 0 0 3px;
}

.search-header {
  color: #1f3442;
  font-style: italic;
  font-size: 40px;
  margin: 20px 0 0;
}
.search-header + .archive-filters {
  margin-top: 0;
}

.button {
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-radius: 0;
  font-family: "bebas-neue", sans-serif;
  font-size: 19px;
  color: #fff;
  letter-spacing: 2px;
  transition: 300ms;
  height: 62px;
  display: inline-block;
  width: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
@media only screen and (max-width: 767px) {
  .button {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
.button.red-button, .button.gform_next_button,
.button.gform_previous_button, input.button[type=submit].gform_button {
  background-color: #ff3539;
}
.button.red-button:hover, .button.gform_next_button:hover,
.button.gform_previous_button:hover, input.button[type=submit].gform_button:hover, .button.red-button:focus, .button.gform_next_button:focus,
.button.gform_previous_button:focus, input.button[type=submit].gform_button:focus {
  color: #fff;
  background-color: #b50004;
}
.button.blue-button {
  background-color: #4b8fe4;
}
.button.blue-button:hover, .button.blue-button:focus {
  color: #fff;
  background-color: #175199;
}
.button.green-button {
  background-color: #4b8d44;
}
.button.green-button:hover, .button.green-button:focus {
  color: #fff;
  background-color: #33602e;
}
.button.white-button {
  background: #ececec;
  color: #262054;
}
.button.white-button:hover, .button.white-button:focus {
  color: #fff;
  background-color: #4b8fe4;
}

a.button {
  line-height: 62px;
}

.button-ghost {
  background: #FF3539;
  width: 155px;
  height: 57px;
  border-style: none;
  font-family: "bebas-neue", sans-serif;
  font-size: 19px;
  color: #FFFFFF;
  letter-spacing: 1.5px;
}

.field {
  background: #FFFFFF;
  /* first name: */
  font-family: CeraBasic-Bold;
  font-size: 17px;
  color: #264052;
  letter-spacing: -0.45px;
}

.menu-links {
  font-family: "bebas-neue", sans-serif;
  font-size: 19px;
  color: #264052;
  letter-spacing: 1.5px;
}
.menu-links.reversed {
  color: #fff;
}

.post-type {
  /* Press Release: */
  font-family: "bebas-neue", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.6px;
  line-height: 24px;
  /* bar: */
  background: #FF3539;
  width: 136px;
  height: 31px;
}

.submenu, footer.sitewide-footer ul.footer-final li, footer.sitewide-footer .footer-nav-links ul li a {
  font-family: "Cera", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}
.submenu.reversed, footer.sitewide-footer ul.footer-final li.reversed, footer.sitewide-footer .footer-nav-links ul li a.reversed {
  color: #fff;
}

.headline {
  font-family: "Cera", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #1f3442;
  letter-spacing: -1px;
  line-height: 38px;
}
.headline a {
  color: #1f3442;
}
.headline a:hover, .headline a:focus {
  color: #4b8fe4;
}

.p-reversed, .post-inner-content .post-excerpt {
  font-family: "Volkhov", serif;
  font-size: 18px;
  color: #617D91;
  letter-spacing: 0;
  line-height: 30px;
}

.tags-list li {
  display: inline-block;
  border-style: solid;
  border-color: #617D91;
  border-width: 0 1px 0 0;
  margin-right: 7px;
  padding-right: 7px;
}
.tags-list li:last-child {
  border-width: 0;
}
.tags-list li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  display: block;
}
.tags-list li a:hover, .tags-list li a:focus {
  text-decoration: underline;
}

.h1 {
  font-family: "Volkhov", serif;
  font-size: 48px;
  color: #264052;
  letter-spacing: -1px;
  line-height: 54px;
}
@media only screen and (max-width: 767px) {
  .h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.h1.reversed {
  color: #fff;
}

.p, .post-wysiwyg-content p {
  font-family: "Cera", sans-serif;
  font-size: 18px;
  color: #4e606d;
  letter-spacing: 0;
  line-height: 30px;
}

.headline-small, .tweet-name {
  font-family: "Cera", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1f3341;
  letter-spacing: -1px;
  line-height: 23px;
  margin: 0 0 10px;
}

.p-small, .slide-excerpt p, .donation-content p, .tweet-handle, .post-preview-shortbox p, .post-preview .post-excerpt p {
  font-family: Volkhov-Regular;
  font-size: 15px;
  color: #617D91;
  letter-spacing: 0;
  line-height: 21px;
}

.date-small,
.date-small-cera,
.post-preview .post-preview-meta {
  color: #617D91;
}

.date-small {
  font-family: "bebas-neue", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 24px;
}

.date-small-cera, .post-preview .post-preview-meta {
  font-size: 11px;
  font-family: "Cera", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
}

.h2 {
  font-family: "Cera", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #454545;
  letter-spacing: -1px;
  line-height: 28px;
}

.shortbox-label {
  font-family: "Cera", sans-serif;
  font-size: 18px;
  color: #617D91;
}

/* User Content */
.post-wysiwyg-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.post-wysiwyg-content h1, .post-wysiwyg-content h2, .post-wysiwyg-content h3, .post-wysiwyg-content h4, .post-wysiwyg-content h5, .post-wysiwyg-content h6 {
  font-family: "Volkhov", serif;
  font-weight: 700;
  color: #4e606d;
  line-height: 1.2;
  margin: 30px 0 15px;
}
.post-wysiwyg-content h1, .post-wysiwyg-content h2, .post-wysiwyg-content h3 {
  letter-spacing: -1px;
}
.post-wysiwyg-content h2 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .post-wysiwyg-content h6 {
    font-size: 12px;
    line-height: 16px;
  }
}
.post-wysiwyg-content blockquote {
  border-color: #ea2a2e;
  margin: 60px 0;
  margin-left: 60px;
}
.post-wysiwyg-content blockquote p {
  color: #092C57;
  font-style: italic;
  font-family: "Volkhov", serif;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 767px) {
  .post-wysiwyg-content blockquote {
    margin: 30px 0;
    padding-left: 15px;
    padding-right: 0;
  }
  .post-wysiwyg-content blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
}

.subhead-line {
  padding-bottom: 10px;
  margin-bottom: 60px;
  border-style: solid;
  border-color: #d7e5ef;
  border-width: 0 0 1px;
}

.content-section {
  margin-bottom: 30px;
}
.content-section li {
  font-family: "Volkhov", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 10px;
}
.content-section li:last-child {
  margin-bottom: 0;
}

section.archive-top-post {
  overflow-x: hidden;
}

section.post-hero,
section.archive-hero {
  min-height: 500px;
  padding-top: 170px;
  background-size: cover;
  text-align: center;
  margin-bottom: -240px;
}
section.post-hero .title,
section.archive-hero .title {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  section.post-hero,
section.archive-hero {
    margin-bottom: -30px;
    padding-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  section.post-hero {
    min-height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  section.archive-hero {
    min-height: 250px;
  }
}

.post-featured-image {
  margin-bottom: 30px;
}

.post-preview {
  background-color: #f5f9fc;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.post-preview h2.headline {
  margin-left: -0.5px !important;
}
.post-preview h2.headline::before {
  height: 130%;
}
@media only screen and (max-width: 767px) {
  .post-preview h2.headline {
    padding-right: 50px;
  }
}
.post-preview .post-preview-left {
  flex-grow: 1;
  width: 50%;
  position: relative;
  right: 50%;
}
.post-preview .post-preview-left,
.post-preview .post-preview-full {
  padding: 50px 50px 50px 100px;
}
.post-preview .post-preview-left .post-preview-tag,
.post-preview .post-preview-full .post-preview-tag {
  position: absolute;
  top: 0;
  left: 30px;
}
.post-preview .post-preview-full {
  position: relative;
  width: 100%;
}
.post-preview .post-preview-full .post-excerpt {
  margin-top: 20px;
  max-width: 600px;
}
.post-preview .post-preview-right {
  display: flex;
  flex-grow: 1;
  width: 50%;
  position: relative;
  left: 50%;
}
.post-preview .post-preview-meta {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.post-preview .post-preview-image-container {
  background: no-repeat center center;
  background-size: cover;
  overflow-x: hidden;
  width: 100%;
}
.post-preview.featured-post {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .post-preview.featured-post.no-thumbnail::after {
    content: "";
    background-color: #f5f9fc;
    width: 50%;
    height: 100%;
    position: absolute;
    right: -50%;
    top: 0;
  }
}
.post-preview.featured-post ul.socials-box {
  float: none;
  position: absolute;
  top: 50px;
  right: -30px;
}
@media only screen and (min-width: 768px) {
  .post-preview.featured-post ul.socials-box {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .post-preview.featured-post ul.socials-box {
    right: 15px;
  }
}
.post-preview.featured-post h2.headline {
  font-family: "Volkhov", serif;
  font-size: 34px;
}
@media only screen and (min-width: 768px) {
  .post-preview.featured-post .post-preview-full,
.post-preview.featured-post .post-preview-left {
    padding: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .post-preview.featured-post {
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .post-preview {
    display: block;
  }
  .post-preview .post-preview-right,
.post-preview .post-preview-left {
    left: 0;
    right: 0;
    width: 100%;
  }
  .post-preview .post-preview-image-container {
    width: 100%;
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .post-preview .post-preview-full {
    padding: 45px 65px 45px 15px;
  }
  .post-preview .post-preview-full .post-preview-tag {
    top: 0;
    left: 0;
  }
  .post-preview .post-preview-left {
    padding: 15px 15px 45px;
  }
  .post-preview .post-preview-left .post-preview-tag {
    top: -200px;
    left: 0;
  }
  .post-preview .post-preview-left .post-preview-shares,
.post-preview .post-preview-full .post-preview-shares {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 15px;
  }
  .post-preview .post-preview-left .post-preview-shares i,
.post-preview .post-preview-full .post-preview-shares i {
    font-size: 25px;
  }
  .post-preview h2.headline {
    font-size: 30px;
    line-height: 32px;
  }
  .post-preview .post-preview-image-container {
    height: 200px;
  }
  .post-preview .post-excerpt {
    max-width: 80%;
  }
}

.post-preview-shares {
  position: absolute;
  right: 15px;
  top: 60px;
}
@media only screen and (min-width: 768px) {
  .post-preview-shares {
    top: 30px;
  }
}
.post-preview-shares li {
  display: inline-block;
  margin-right: 15px;
}
.post-preview-shares li a {
  color: #a5c5dc;
}
.post-preview-shares li a:hover, .post-preview-shares li a:focus {
  color: #1f3442;
}

.post-sidebar {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 600px;
  float: right;
  z-index: 1;
}

.post-inner-content {
  background-color: #fff;
  padding: 100px 0 100px 100px;
  position: relative;
}
.post-inner-content .date-small-cera, .post-inner-content .post-preview .post-preview-meta, .post-preview .post-inner-content .post-preview-meta {
  text-transform: uppercase;
}
.post-inner-content h1.post-title {
  margin-top: 0;
  font-weight: 700;
}
.post-inner-content .post-preview-tag {
  position: absolute;
  left: 30px;
  top: 0;
}
.post-inner-content .post-wysiwyg-content p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .post-inner-content .post-wysiwyg-content {
    padding-right: 100px;
  }
}
.post-inner-content .post-wysiwyg-content ol,
.post-inner-content .post-wysiwyg-content ul {
  list-style: initial;
  margin-bottom: 20px;
  margin-left: 20px;
  line-height: 44px;
}
.post-inner-content .post-wysiwyg-content li {
  font-size: 17px;
  font-family: "Cera";
  font-weight: 700;
  color: #264052;
}
.post-inner-content .post-wysiwyg-content ul {
  list-style: initial;
}
.post-inner-content .post-wysiwyg-content ol {
  list-style: decimal;
}
.post-inner-content .post-wysiwyg-content ol,
.post-inner-content .post-wysiwyg-content ul {
  margin-bottom: 20px;
  margin-left: 20px;
  line-height: 44px;
}
.post-inner-content .post-wysiwyg-content li {
  font-size: 17px;
  font-family: "Cera";
  font-weight: 700;
  color: #264052;
}
.post-inner-content .tags-list {
  margin: 15px 0;
}
.post-inner-content .tags-list a {
  color: #ff3539;
}
.post-inner-content .tags-list a:hover, .post-inner-content .tags-list a:focus {
  color: #ff0207;
}
@media only screen and (min-width: 768px) {
  .post-inner-content .tags-list {
    padding-right: 100px;
  }
}
.post-inner-content .post-wysiwyg-content h1 {
  font-family: "Volkhov";
  font-weight: 700;
  font-size: 48px;
  color: #264052;
  letter-spacing: -0.8px;
  line-height: 54px;
}
@media only screen and (max-width: 767px) {
  .post-inner-content {
    padding: 45px 15px 30px;
  }
  .post-inner-content .post-preview-tag {
    left: 15px;
  }
}

.post-preview-shortbox {
  background-color: #f6fafc;
  padding: 60px 30px;
  position: relative;
}
.post-preview-shortbox .post-preview-tag {
  left: 30px;
}
.post-preview-shortbox h2 {
  margin-bottom: 10px;
  line-height: 28px;
}
.post-preview-shortbox h2 a {
  font-size: 24px;
  font-family: "Cera", sans-serif;
  font-weight: 700;
  color: #1f3341;
}
.post-preview-shortbox h2 a:hover, .post-preview-shortbox h2 a:focus {
  color: #eb292d;
}
.more-posts hr {
  margin: 10px 0 15px;
}
.more-posts .shortbox-label {
  display: block;
  margin: 10px 0 20px;
}

ul.socials-box {
  background-color: #dce9f1;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 100px;
}
ul.socials-box li {
  color: #1f3341;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -1px;
  padding: 5px 15px;
  text-align: center;
}
ul.socials-box li:first-child {
  padding-top: 30px;
}
ul.socials-box li:last-child {
  padding-bottom: 30px;
}
ul.socials-box li a {
  color: #6d889b;
  font-size: 24px;
}
ul.socials-box li a:hover {
  color: #1f3442;
}
@media only screen and (max-width: 767px) {
  ul.socials-box {
    float: none;
    position: absolute;
    top: 0;
    right: -15px;
  }
  ul.socials-box li {
    padding: 5px;
    font-size: 12px;
  }
  ul.socials-box li a {
    font-size: 18px;
  }
  ul.socials-box li:first-child {
    padding-top: 10px;
  }
  ul.socials-box li:last-child {
    padding-bottom: 10px;
  }
}

section.single-post-content {
  position: relative;
}
section.single-post-content .container {
  z-index: 2;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1170px;
}

.btn:focus,
.btn:active {
  outline: none !important;
}

.btn:active:focus {
  box-shadow: none;
}

a.btn:hover {
  text-decoration: none;
}

.icon-button {
  -webkit-appearance: none;
  background-color: transparent;
  border-width: 0;
  border-style: solid;
  border-radius: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}
body.single-post [canvas=container] {
  background-color: #f6fafc;
}

.text-red {
  color: #ff3539;
}

@media only screen and (max-width: 767px) {
  .container.mobile-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .container.mobile-fluid > .row {
    margin-left: 0;
    margin-right: 0;
  }
}

[v-cloak] {
  opacity: 0;
}

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

img,
svg {
  max-width: 100%;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.left-line,
.pad-left {
  padding-left: 30px;
}

.left-line {
  border-style: solid;
  border-color: #ea2a2e;
  border-width: 0 0 0 4px;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.loading-modal {
  background-color: rgba(31, 52, 66, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-animation i {
  color: #fff;
  font-size: 60px;
}

.pop-in-enter-active,
.pop-in-leave-active {
  transition: 300ms;
}

.pop-in-enter,
.pop-in-leave-to {
  opacity: 0;
}

.pop-in-enter-to,
.pop-in-leave {
  opacity: 1;
}

.nrsc-logo path {
  transition: 300ms;
}

ul.socials li {
  display: inline-block;
  margin-right: 3px;
}
ul.socials li .fa-circle {
  color: #eeefee;
}
ul.socials li a {
  color: #262054;
}
ul.socials li a:hover {
  color: #ff3539;
}

.social-buttons {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
.social-buttons .social-button {
  display: inline-block;
  padding: 0 5px 0 0;
}
.social-buttons .social-button iframe {
  vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
  .dsp-header-spacer {
    height: 60px;
  }
}

.sitewide-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: white;
  z-index: 2000;
  transition: 300ms;
}
.sitewide-header.dsp-header {
  position: static;
}
@media only screen and (min-width: 768px) {
  .sitewide-header.dsp-header.transparent-header {
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
  }
  .sitewide-header.dsp-header.transparent-header .nrsc-logo #elephant,
.sitewide-header.dsp-header.transparent-header .nrsc-logo #type {
    fill: #fff;
  }
}
.sitewide-header[canvas] {
  z-index: 100;
  transition: 300ms;
}
.sitewide-header nav {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .sitewide-header nav {
    display: none;
  }
}
.sitewide-header nav ul li {
  display: inline-block;
  margin-right: 30px;
}
.sitewide-header nav ul li.current-menu-item {
  border-style: solid;
  border-color: #ff3539;
  border-width: 0 0 2px;
}
.sitewide-header ul.socials {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .sitewide-header ul.socials {
    display: none;
  }
}
.sitewide-header .nrsc-logo #elephant {
  fill: #ec2a3c;
}
.sitewide-header .nrsc-logo #type {
  fill: #464b50;
}
.sitewide-header .header-logo svg {
  max-width: 120px;
}
@media only screen and (max-width: 767px) {
  .sitewide-header .header-logo svg {
    max-width: 80px;
  }
}
.sitewide-header.clear {
  background-color: rgba(255, 255, 255, 0);
}
.sitewide-header.clear a.menu-links {
  color: #fff;
}
.sitewide-header.clear a.menu-links:hover {
  text-decoration: underline;
}
.sitewide-header.clear .socials a {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .sitewide-header.clear .nrsc-logo #elephant,
.sitewide-header.clear .nrsc-logo #type {
    fill: #fff;
  }
}
.sitewide-header.header-border {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #d7e5ef;
}
@media only screen and (max-width: 767px) {
  .sitewide-header a.button,
.sitewide-header button.button {
    height: 31px;
  }
  .sitewide-header a.button {
    line-height: 31px;
  }
}

.home-hero {
  background-size: cover;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .home-hero {
    padding-top: 40px;
  }
}
.home-hero h1 {
  margin: 0 0 15px;
}
.home-hero h3 {
  margin: 0 0 30px;
}

.home-hero-content {
  margin: 50px 0;
}

.home-hero-info {
  padding: 30px 100px;
}
@media only screen and (max-width: 767px) {
  .home-hero-info {
    padding: 20px;
  }
}

.home-hero-signup {
  padding: 30px 100px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .home-hero-signup {
    padding: 20px 0 0;
    margin-bottom: 15px;
  }
}

.home-title::before {
  height: 200%;
}

.hero-info-text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .hero-info-text p {
    font-size: 20px;
    line-height: 26px;
  }
  .hero-info-text::before {
    display: none;
  }
}

.home-hero-info {
  background-color: rgba(9, 44, 87, 0.65);
  color: #fff;
}

.home-action {
  padding: 60px 0;
}
.home-action h1 {
  font-weight: 800;
  text-align: center;
  color: #1f3341;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .home-action {
    padding: 60px 0 0;
  }
}

.footer-nav-columns {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer-nav-columns {
    /* this is a hand written media query to avoid a problem
         * at 767 pixels when these columns would re-appear but the
         * display: flex on their container would still be in effect
         * (see the rule in .footer-nav-links a few lines down).
         */
    display: block;
    flex: 1;
  }
}

.footer-nav-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .footer-nav-links {
    flex-direction: column;
  }
}

.footer-optional-content {
  color: #fff;
  flex: 3;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  z-index: 10;
}
.footer-optional-content a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .footer-optional-content {
    margin-top: 50px;
    order: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-optional-content {
    margin-bottom: 30px;
    text-align: left;
  }
  .footer-optional-content > *:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 991px) {
  .footer-optional-content {
    /*
         * this custom media query fixes the 1 pixel problem at 991 when
         * this block would go back to a center alignment before switching
         * back to left at 992px.
         */
    text-align: left;
  }
}

.footer-contribute {
  flex-grow: 1;
}
.footer-contribute a {
  display: inline-block;
  max-width: 165px;
}
@media only screen and (min-width: 992px) {
  .footer-contribute a {
    float: right;
  }
}

.banner-box {
  padding: 60px 90px;
  margin-bottom: 30px;
  background-size: cover;
}
.banner-box.action-center-banner-box {
  margin-bottom: 100px;
}
.banner-box .post-preview-box {
  max-width: 360px;
}
.banner-box .post-preview-text {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .banner-box {
    padding: 15px;
  }
}

section.action-grid .grid-box {
  margin-bottom: 30px;
}
section.action-grid .grid-box a.button {
  font-size: 18px;
}

.post-preview-box .post-preview-image {
  width: 100%;
}

.post-preview-text {
  background-color: #f4f4f4;
  padding: 30px;
  position: relative;
}
.post-preview-text h3 {
  position: relative;
}
.post-preview-text h3::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #ff3539;
  width: 20px;
  height: 3px;
}
.post-preview-text .read-more {
  font-family: "bebas-neue", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: #4b8fe4;
}
.post-preview-text .read-more:hover {
  color: #ff3539;
}
.post-preview-text .button {
  max-width: 155px;
}
.post-preview-text .post-preview-tag {
  position: absolute;
  right: 0;
  top: -30px;
}

.sorry {
  margin: 0 0 30px;
  color: #1f3442;
  font-weight: 700;
}

.box-tag,
.post-preview-tag {
  background-color: #ff3539;
  color: #fff;
  font-family: "bebas-neue", sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  width: 136px;
  text-align: center;
}

a.post-preview-tag {
  transition: 300ms;
}
a.post-preview-tag:hover {
  background-color: #ea2a2e;
  color: #fff;
}

.home-news {
  padding: 6rem 0;
  background-color: #1f3442;
}

.news-image-header {
  width: 550px;
  margin: 0 auto -40px;
}

section.header-offset,
header.header-offset {
  padding: 200px 0 100px;
}
@media only screen and (max-width: 767px) {
  section.header-offset,
header.header-offset {
    padding: 100px 0 10px;
  }
}

.map-title {
  font-family: "bebas-neue", sans-serif;
  font-size: 72px;
  letter-spacing: 8px;
  line-height: 87px;
  color: #264052;
  display: inline-block;
  border-style: solid;
  border-color: #d7e5ef;
  border-width: 2px 0;
  padding: 6px 15px;
}
@media only screen and (max-width: 767px) {
  .map-title {
    font-size: 38px;
    line-height: 43px;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-senate-map .map-title {
    margin-top: 15px;
  }
}

.sitewide-featured-content-block {
  padding: 100px 0;
  background-image: url(../img/marble.jpg);
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .sitewide-featured-content-block {
    padding: 30px 0;
  }
}

.video-player-box {
  position: relative;
}
.video-player-box .video-circle {
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-radius: 45px;
  background-color: rgba(255, 53, 57, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms;
}
.video-player-box .video-circle i {
  color: #fff;
}
.video-player-box:hover .video-circle {
  background-color: #ff3539;
}
.video-player-box .video-preview-image {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .video-player-box {
    margin-bottom: 15px;
  }
}

footer.footer-form {
  background-image: url(../img/footer-form-bg.jpg);
  padding: 100px 0;
  background-size: cover;
}
footer.footer-form .form-group {
  margin-bottom: 30px;
}
footer.footer-form h3 {
  color: #fff;
  font-family: "Cera", sans-serif;
  font-size: 30px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  footer.footer-form {
    padding: 30px 0;
  }
  footer.footer-form h3 {
    margin-bottom: 40px;
  }
}

footer.sitewide-footer {
  padding: 50px 0;
  background-color: #092c57;
}
footer.sitewide-footer h3 {
  color: #fff;
}
footer.sitewide-footer a {
  color: #fff;
}
footer.sitewide-footer .footer-nav-links,
footer.sitewide-footer .footer-social-row {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  footer.sitewide-footer .footer-nav-links h3,
footer.sitewide-footer .footer-social-row h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  footer.sitewide-footer .fa-stack {
    width: 1.4em;
    padding-top: 6px;
  }
  footer.sitewide-footer .fa-stack-2x {
    font-size: 1.4em;
  }
  footer.sitewide-footer .fa-stack-1x {
    line-height: 2em;
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  footer.sitewide-footer {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  footer.sitewide-footer .footer-nav-links ul {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  footer.sitewide-footer .footer-nav-links ul li a {
    font-size: 18px;
  }
}
footer.sitewide-footer ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  footer.sitewide-footer ul.site-socials {
    text-align: center;
    margin-bottom: 30px;
  }
}
footer.sitewide-footer ul.socials li {
  margin-right: 0;
}
footer.sitewide-footer ul.footer-final {
  text-align: center;
  margin-top: 15px;
}
footer.sitewide-footer ul.footer-final li {
  display: inline-block;
  margin: 0 15px;
  color: #fff;
}

.paidfor {
  color: #fff;
  font-size: 13px;
  margin: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  padding: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .survey-section .paidfor {
    color: #1f3442;
    border-color: #1f3442;
  }
}
.pagination-container {
  text-align: center;
  padding: 100px 0;
}
.pagination-container .prev,
.pagination-container .pages,
.pagination-container .next {
  display: inline-block;
  margin: 0 20px;
}
.pagination-container .prev,
.pagination-container .next {
  position: relative;
  top: 3px;
  color: #617D91;
}
.pagination-container .prev:hover,
.pagination-container .next:hover,
.pagination-container ul.pages li a:hover {
  color: #ea2a2e;
}
.pagination-container ul.pages li {
  display: inline-block;
  margin: 0 10px;
}
.pagination-container ul.pages li a,
.pagination-container ul.pages li span {
  display: block;
}
.pagination-container ul.pages li .page-number.current {
  color: #fff;
  background-color: #ea2a2e;
  padding: 3px 14px;
}
.pagination-container ul.pages li a {
  color: #a5c5dc;
}
@media only screen and (max-width: 767px) {
  .pagination-container {
    padding: 30px 0;
  }
  .pagination-container a.pager i {
    font-size: 30px;
  }
  .pagination-container ul.pages li {
    display: none;
  }
}

section.single-candidate-content {
  padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  .candidate-portrait {
    margin-bottom: 15px;
  }
}

.top-box {
  background-color: #f5f9fc;
  position: relative;
  margin-bottom: 60px;
  padding: 40px;
}
@media only screen and (min-width: 1200px) {
  .top-box {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .top-box {
    padding: 15px;
  }
}
.top-box .loading-animation i,
.top-box .form-thanks p {
  color: #1f3442;
}
.top-box .box-title {
  margin-top: 0;
  font-weight: 700;
}
.top-box .box-title::before {
  height: 200%;
}
.top-box .box-title::before {
  top: 0;
}
@media only screen and (max-width: 991px) {
  .top-box .box-title::before {
    display: none;
  }
}
.top-box h2.h2 {
  font-size: 34px;
  font-family: "Volkhov", serif;
  font-weight: 700;
  letter-spacing: -1px;
  color: #264052;
  margin-bottom: 30px;
  line-height: 40px;
  max-width: 60%;
}
.top-box h2.h2::before {
  height: 130%;
}
.top-box form {
  padding: 0 100px;
}
@media only screen and (max-width: 991px) {
  .top-box form {
    padding: 0 15px;
  }
  .top-box form h2.h2 {
    max-width: 100%;
    font-size: 28px;
    line-height: 36px;
  }
}
.top-box form .float-label.floated label {
  color: #1f3442;
}
.top-box .box-tag {
  position: absolute;
  top: 0;
  right: 60px;
}
@media only screen and (max-width: 767px) {
  .top-box .box-tag {
    left: 30px;
    right: auto;
  }
}
.top-box.democrat .box-tag {
  background-color: #4b8fe4;
}
.top-box.democrat .box-title::before {
  background-color: #4b8fe4;
}
.top-box .box-buttons li {
  display: inline-block;
  width: 155px;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-box .box-buttons li {
    width: 132px;
  }
}
@media only screen and (max-width: 767px) {
  .top-box .box-buttons {
    text-align: center;
  }
  .top-box .box-buttons li {
    margin: 15px auto;
  }
}

ul.top-socials {
  padding-bottom: 10px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  border-style: solid;
  border-color: #d7e5ef;
  border-width: 0 0 1px;
}
ul.top-socials li {
  display: inline-block;
  flex-grow: 0.09;
}
ul.top-socials li a i {
  font-size: 24px;
}
ul.top-socials li a i.fa-twitter {
  color: #1da1f2;
}
ul.top-socials li a i.fa-facebook {
  color: #3b5998;
}
ul.top-socials li a i.fa-youtube-play {
  color: #cd201f;
}
ul.top-socials li a i.fa-instagram {
  color: #000;
}
ul.top-socials li a i.fa-snapchat-ghost {
  color: #FFFC00;
  -webkit-text-stroke-color: #1f3442;
  -webkit-text-stroke-width: 1px;
}
ul.top-socials li:first-child {
  flex-grow: 0.7;
}
@media only screen and (max-width: 767px) {
  ul.top-socials li:first-child {
    width: 14%;
  }
}

.twitter-feed {
  margin: 60px 0;
}

.tweet-box {
  border-style: solid;
  border-color: #d7e5ef;
  border-width: 1px;
  padding: 30px;
  text-align: center;
  position: relative;
}
.tweet-box .fa-twitter {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #1da1f2;
}
.tweet-box .tweet-name,
.tweet-box .tweet-handle {
  display: block;
}
.tweet-box .tweet-avatar {
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 15px;
}
.tweet-box .tweet-content {
  text-align: left;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .tweet-box {
    margin-bottom: 15px;
  }
}

.tweet-name {
  margin-bottom: 0;
}

.tweet-content {
  color: #617D91;
  font-size: 16px;
  line-height: 28px;
}

.filter-buttons {
  margin-top: 40px;
}
.filter-buttons .button {
  margin: 0 10px;
  width: 155px;
}

.page-subhead {
  margin-bottom: 40px;
}
.page-subhead::before {
  top: -2px;
}
.page-cover-photo {
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  .page-cover-photo {
    margin: 30px 0;
  }
}

.single-page-content {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .single-page-content {
    padding-bottom: 30px;
  }
}

.press-team {
  padding: 30px 0;
}
@media only screen and (max-width: 991px) {
  .press-team {
    padding: 0;
  }
}
.press-team h2 {
  font-family: "Volkhov", serif;
  font-weight: 700;
  font-size: 40px;
  color: #1f3341;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .press-team h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .press-team h2 {
    text-align: center;
  }
}

.press-team-member {
  display: flex;
  margin-bottom: 15px;
}
.press-team-member .press-team-left {
  width: 25%;
}
.press-team-member .press-team-left img {
  width: 66px;
}
.press-team-member .press-team-right {
  width: 75%;
}
.press-team-member .press-team-right span {
  display: block;
  margin: 0;
}
.press-team-member .press-team-right span.p-small, .press-team-member .press-team-right span.tweet-handle {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .press-team-member {
    margin-top: 20px;
  }
}

.action-donate {
  padding: 30px 0 60px;
}
.action-donate h2 {
  margin: 0;
  line-height: 62px;
}
@media only screen and (max-width: 767px) {
  .action-donate a.button {
    margin-bottom: 30px;
  }
}

.mobile-nav a {
  display: block;
  padding: 10px 15px;
  color: #fff;
}
.mobile-nav a.contribute-link {
  background-color: #ff3539;
}
.mobile-nav ul li {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #425563;
}
.mobile-nav ul li.current-menu-item {
  border-width: 0;
}
.mobile-nav ul li.current-menu-item a {
  background-color: #375d76;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.65);
}

.mobile-nav-container .site-socials {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

body.single-donation_page {
  background-color: #1f3442;
}
body.single-donation_page header.sitewide-header {
  position: static;
  margin-bottom: 30px;
}

.survey-section p.paidfor,
body.single-donation_page p.paidfor {
  display: inline-block;
  margin-top: 100px;
  margin-bottom: 50px;
}

main.survey {
  min-height: 600px;
}
main.survey .survey-box {
  background-color: #fff;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  main.survey .survey-box {
    padding: 15px;
  }
}
main.survey .survey-box h1.h1 {
  margin-top: 0;
}
main.survey .survey-box li.floated.gfield.gfield_text_input label,
main.survey .survey-box h1.h1,
main.survey .survey-box h2.subheadline,
main.survey .survey-box h2.subhead-line,
main.survey .survey-box .petition-content {
  color: #1f3442;
}

.petition-c .survey .survey-box {
  width: 650px;
  max-width: 100%;
}
.petition-c .survey .survey-box.box-right {
  float: right;
}
.petition-c .survey .survey-box.box-left {
  float: left;
}
.petition-c .box-right {
  float: right !important;
}

.petition-content {
  margin-bottom: 30px;
}

.survey-section {
  padding-top: 50px;
}
.survey-section.survey3-section {
  padding: 90px 0 100px;
}
@media only screen and (max-width: 767px) {
  .survey-section.survey3-section {
    padding: 70px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .survey-section {
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  body.single-petition .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 767px) {
  body.single-petition .sitewide-header {
    padding-left: 15px;
  }
  body.single-petition .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

.survey1-section,
.survey2-section {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .survey1-section,
.survey2-section {
    padding: 0;
  }
}

.content-white-container {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .content-white-container .survey-header {
    position: relative;
    left: 30px;
  }
}

.survey1-paidfor,
.survey3-paidfor {
  max-width: 680px;
  margin: 30px auto;
  color: #264052;
  border-color: #264052;
}

.survey3-section .survey-header h1,
.survey3-section .survey-header h2 {
  color: #fff;
}

.survey-header {
  margin-bottom: 30px;
}
.survey-header h1 {
  font-weight: 700;
}

.survey-content {
  min-height: 500px;
  color: #4e606d;
}

.donation-content {
  color: #fff;
}
.donation-content a {
  color: #b2dfff;
}
.donation-content a:hover {
  text-decoration: underline;
}
.donation-content strong {
  font-size: 18px;
  line-height: 24px;
  font-family: "Cera", sans-serif;
  font-weight: 700;
}
.donation-content p {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .has-background h1.h1,
.has-background .petition-content,
.has-background .subheadline,
.has-background .subhead-line,
.has-background .page-subhead p,
.page-subhead .has-background p,
.has-background .paidfor {
    color: #fff;
  }
  .has-background .paidfor {
    border-color: #fff;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-header-image {
  height: 200px;
}

ul.site-socials {
  white-space: nowrap;
}

a.privacy-policy {
  color: #bfbfbf;
}
a.privacy-policy:hover, a.privacy-policy:focus {
  color: #fff;
  text-decoration: underline;
}

.single-state_election .candidates {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 30px 30px;
  width: 400px;
}
.single-state_election .candidates .candidate-box {
  text-align: left;
  width: 125px;
}
.single-state_election .candidates .candidate-box .portrait {
  border-style: solid;
  border-width: 0 0 6px;
  height: 150px;
  margin-bottom: 15px;
  max-width: 125px;
  width: 100%;
}
.single-state_election .candidates .candidate-box .portrait.republican {
  border-color: #ff3539;
}
.single-state_election .candidates .candidate-box .portrait.democrat {
  border-color: #4b8fe4;
}
.single-state_election .candidates .candidate-box .headline-small, .single-state_election .candidates .candidate-box .tweet-name {
  display: block;
  margin: 0;
}
.single-state_election .candidates .vs {
  top: 70px;
  left: 50%;
  width: 20px;
  height: 22px;
  color: #bac9d2;
  font-size: 18px;
  margin-top: -11px;
  margin-left: -10px;
  font-family: "Cera", sans-serif;
  position: absolute;
  font-weight: 700;
}
.single-state_election .candidates .key-block {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}
.single-state_election .candidates .key-block.democrat {
  background-color: #4b8fe4;
}
.single-state_election .candidates .key-block.republican {
  background-color: #ff3539;
}
@media only screen and (max-width: 500px) {
  .single-state_election .candidates {
    justify-content: flex-start;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
  }
  .single-state_election .candidates .candidate {
    flex: 1;
  }
  .single-state_election .candidates .candidate img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .single-state_election .candidates .vs {
    display: none;
  }
}
.single-state_election .select-input-container {
  display: none;
}
@media only screen and (max-width: 767px) {
  .single-state_election .select-input-container {
    display: block;
  }
  .single-state_election .filter-buttons {
    display: none;
  }
}
.single-state_election .twitter-feed {
  margin: 0 0 30px;
}

article a {
  color: #ff3539;
  text-decoration: underline;
}
article a:hover, article a:focus {
  color: #ce0004;
}

/* purgecss start ignore */
.page-template-action-center .post-preview-text h3,
.home-action .post-preview-text h3 {
  margin-bottom: 0;
  height: unset !important;
}
.page-template-action-center .post-preview-text p,
.home-action .post-preview-text p {
  margin-bottom: 30px;
}

/* purgecss end ignore */
.map-container {
  display: block;
}
.map-container #stateSelect {
  display: block;
}
.map-container #usMap {
  display: none;
}
@media screen and (min-width: 767px) {
  .map-container #stateSelect {
    display: none;
  }
  .map-container #usMap {
    display: block;
  }
}

.senate-map {
  position: relative;
}
.senate-map .map-state.inactive {
  fill: #d7e5ef;
}
.senate-map .map-state.open-seat, .senate-map .map-state.independent, .senate-map .map-state.republican, .senate-map .map-state.democratic {
  cursor: pointer;
}
.senate-map .map-state.republican {
  fill: #ce0004;
}
.senate-map .map-state.republican:hover {
  fill: #ff3539;
}
.senate-map .map-state.democratic {
  fill: #1a5caf;
}
.senate-map .map-state.democratic:hover {
  fill: #4b8fe4;
}
.senate-map .map-state.open-seat {
  fill: #69788c;
}
.senate-map .map-state.open-seat:hover {
  fill: #a2acb9;
}
.senate-map .map-container {
  position: relative;
}
.senate-map .map-container .key-block {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}
.senate-map .map-container .key-block.democrat {
  background-color: #4b8fe4;
}
.senate-map .map-container .key-block.republican {
  background-color: #ff3539;
}
.senate-map .map-container.tablet .map-state.republican {
  fill: #ff3539;
}
.senate-map .map-container.tablet .map-state.democratic {
  fill: #4b8fe4;
}
.senate-map .map-container.tablet .map-state.open-seat {
  fill: #a2acb9;
}
.senate-map.home-map {
  padding: 80px 0;
}
.senate-map #outlines.noInteract .map-state {
  cursor: default;
  pointer-events: none;
}

body:not(.development) .senate-map .map-container .s {
  pointer-events: none;
}

.map-hover-box,
.fly-in-box {
  width: 400px;
  padding: 30px;
  position: absolute;
}
.map-hover-box .vs,
.fly-in-box .vs {
  top: 160px;
  left: 50%;
  width: 20px;
  height: 22px;
  color: #bac9d2;
  font-size: 18px;
  margin-top: -11px;
  margin-left: -10px;
  font-family: "Cera", sans-serif;
  position: absolute;
  font-weight: 700;
}
.map-hover-box .name,
.fly-in-box .name {
  text-align: left;
  /*text-transform: uppercase;*/
}
.map-hover-box .name small,
.fly-in-box .name small {
  font-size: 0.7em;
  font-weight: normal;
}
.map-hover-box .race,
.fly-in-box .race {
  display: flex;
  justify-content: space-between;
}
.map-hover-box .candidate-box,
.fly-in-box .candidate-box {
  text-align: left;
  width: 125px;
}
.map-hover-box .candidate-box .portrait,
.fly-in-box .candidate-box .portrait {
  border-style: solid;
  border-width: 0 0 6px;
  height: 150px;
  margin-bottom: 15px;
  max-width: 125px;
  width: 100%;
}
.map-hover-box .candidate-box .portrait.republican,
.fly-in-box .candidate-box .portrait.republican {
  border-color: #ff3539;
}
.map-hover-box .candidate-box .portrait.democrat,
.fly-in-box .candidate-box .portrait.democrat {
  border-color: #4b8fe4;
}
.map-hover-box .candidate-box .headline-small, .map-hover-box .candidate-box .tweet-name,
.fly-in-box .candidate-box .headline-small,
.fly-in-box .candidate-box .tweet-name {
  display: block;
  margin: 0;
}
.map-hover-box.race-0 .race-1,
.fly-in-box.race-0 .race-1 {
  display: none;
}
.map-hover-box.race-1 .race-0,
.fly-in-box.race-1 .race-0 {
  display: none;
}

.map-hover-box {
  background-color: #fff;
  box-shadow: 3px 3px 20px -1px rgba(0, 0, 0, 0.35);
  padding: 40px;
  transition: 200ms;
}
.map-hover-box header {
  display: flex;
}
.map-hover-box header .name {
  flex: 1;
}
.map-hover-box header .controls {
  text-align: right;
}
.map-hover-box header .controls a {
  color: #cfdae2;
  cursor: pointer;
}
.map-hover-box header .controls a:hover, .map-hover-box header .controls a:focus {
  color: #264052;
}
.map-hover-box a.button {
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 10px;
}
.map-hover-box a.button.more-info {
  background-color: #092c57;
  color: #fff;
  font-family: "bebas-neue", sans-serif;
}

.map-hover-close {
  color: #1f3442;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.map-hover-close i {
  font-size: 20px;
}

section.interior-map {
  position: relative;
  background-color: #f5f9fc;
  overflow: hidden;
}
section.interior-map .candidates-background-text {
  position: absolute;
  width: 900px;
  bottom: -10px;
  left: 50%;
  margin-left: -450px;
  transition: 300ms;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.interior-map .candidates-background-text {
    width: 600px;
    margin-left: -300px;
    bottom: -5px;
  }
}
@media only screen and (max-width: 767px) {
  section.interior-map .candidates-background-text {
    width: 300px;
    margin-left: -150px;
    bottom: 0;
  }
}

.candidate-fly-in-spacer {
  height: 400px;
  transition: 300ms;
  position: relative;
  z-index: 2;
}
.candidate-fly-in-spacer.unslid {
  height: 0;
}
.candidate-fly-in-spacer .fly-in-content {
  height: 100%;
  transform: translate(0, 0);
  transition: 1200ms;
}
.candidate-fly-in-spacer .fly-in-content.unslid {
  transform: translate(-100%, 0);
}
.candidate-fly-in-spacer .fly-in-content .fly-in-line {
  width: calc(50% - 200px);
  height: 100%;
  background-image: url(../img/red.png);
  background-repeat: repeat-x;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.candidate-fly-in-spacer .fly-in-content .fly-in-box {
  left: calc(50% - 200px);
  top: 100px;
}
@media only screen and (max-width: 991px) {
  .candidate-fly-in-spacer {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .candidate-fly-in-spacer .fly-in-content .fly-in-box {
    width: 100%;
    top: 0;
    left: 0;
  }
  .candidate-fly-in-spacer .fly-in-content .fly-in-box .vs {
    display: none;
  }
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

li.gfield.gfield_text_input, .form-group.float-label {
  position: relative;
}
li.gfield.gfield_text_input label, .form-group.float-label label {
  position: absolute;
  left: 30px;
  top: 19.375px;
  transition: 300ms;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  li.gfield.gfield_text_input label, .form-group.float-label label {
    left: 15px;
  }
}
li.floated.gfield.gfield_text_input label, .floated.form-group.float-label label {
  left: 0;
  top: -27px;
  color: #fff;
}

.form-group label {
  font-size: 17px;
  color: #1f3442;
}
.form-group button:focus,
.form-group .text-input:focus {
  outline-color: #262054;
}
.form-group button.needs-improvement:focus,
.form-group .text-input.needs-improvement:focus {
  outline-color: #ff3539;
}

label.needs-improvement {
  color: #ff3539 !important;
}

.text-input {
  background-color: rgba(255, 255, 255, 0.8);
  height: 62px;
  border-style: solid;
  border-color: #fff;
  border-width: 0;
  border-radius: 0;
  width: 100%;
  padding: 0 30px;
  transition: background-color 300ms;
}
.text-input::-webkit-input-placeholder {
  font-weight: 700;
  color: #1f3442;
  opacity: 1;
}
.text-input::-moz-placeholder {
  font-weight: 700;
  color: #1f3442;
  opacity: 1;
}
.text-input:-ms-input-placeholder {
  font-weight: 700;
  color: #1f3442;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .text-input {
    font-size: 16px;
    padding: 0 15px;
  }
}
.text-input:hover, .text-input:focus {
  background-color: white;
}

.archive-filters {
  padding: 30px 0;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .archive-filters {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .archive-filters {
    padding-top: 0;
  }
}
.archive-filters .filter-label {
  text-transform: uppercase;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .filter-area {
    display: none;
  }
}

button.filter-button {
  -webkit-appearance: none;
  transition: 300ms;
  background-color: #418deb;
  color: #fff;
  border-width: 0;
  border-radius: 4px;
  margin-right: 10px;
  padding: 3px 10px;
}
button.filter-button:hover, button.filter-button:focus {
  background-color: #135bb3;
}
button.filter-button.issue {
  background-color: #ef585b;
}
button.filter-button.issue:hover, button.filter-button.issue:focus {
  background-color: #ce1317;
}

@media only screen and (max-width: 767px) {
  .current-filters {
    margin-top: 15px;
  }
}

button.filter-toggle {
  height: 40px;
  line-height: 32px;
  font-size: 18px;
  width: auto;
  margin-bottom: 15px;
}

.select-input-container {
  position: relative;
}
.select-input-container::after {
  content: "\F078";
  font-family: "FontAwesome";
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 18px;
  pointer-events: none;
}

.select-input,
.gfield_select.select-input {
  background-color: #092c57;
  color: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  -webkit-appearance: none;
  font-size: 18px;
  letter-spacing: -1px;
  width: 100%;
  height: 62px;
  padding: 10px 20px !important;
}

.search-input-container:not(.no-icon)::after, button.click-search {
  position: absolute;
  top: 12px;
  right: 15px;
  color: #617D91;
  transition: 300ms;
}

button.click-search {
  -webkit-appearance: none;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
}
button.click-search:hover, button.click-search:focus {
  color: #262054;
}

@media (max-width: 992px) {
  .horizontal-form-input-container {
    margin-bottom: 2rem;
  }
}

.search-input-container {
  position: relative;
}
.search-input-container:not(.no-icon)::after {
  content: "\F002";
  font-family: "FontAwesome";
  font-size: 20px;
  pointer-events: none;
}
.search-input-container:not(.no-icon).focused::after {
  color: #262054;
}
.search-input-container .text-input.search-input {
  background-color: #f5f9fc;
  border-color: #d7e5ef;
  border-style: solid;
  border-width: 1px;
  font-family: "Volkhov", serif;
  font-style: italic;
}
.search-input-container .text-input.search-input::-webkit-input-placeholder {
  color: #a5c5dc;
}
.search-input-container .text-input.search-input:-moz-placeholder {
  color: #a5c5dc;
}
.search-input-container .text-input.search-input::-moz-placeholder {
  color: #a5c5dc;
}
.search-input-container .text-input.search-input:-ms-input-placeholder {
  color: #a5c5dc;
}
.search-input-container .text-input.search-input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.search-input-container .text-input.search-input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.search-input-container .text-input.search-input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.search-input-container .text-input.search-input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}

.top-box .horizontal-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-box .horizontal-form form {
  width: 100%;
}
.top-box .horizontal-form input {
  border: 1px solid #A5C5DC;
}

.horizontal-form {
  margin-top: 10px;
}
.horizontal-form .loading-animation {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-action-center .horizontal-form form > div.row {
    display: flex;
  }
}

.form-thanks p {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

.form-pop-enter-active,
.form-pop-leave-active {
  transition: 400ms;
}

.form-pop-enter,
.form-pop-leave-to {
  opacity: 0;
  transform: scale(0.5, 0.5);
}

.form-pop-enter-to,
.form-pop-leave {
  opacity: 1;
  transform: scale(1, 1);
}

body .gform_wrapper {
  margin: 0;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
body .gform_wrapper .gform_footer {
  margin-top: 0;
  text-align: center;
}
body.page .gform_footer, body.single-post .gform_footer {
  text-align: left;
}

input[type=submit].gform_button {
  padding-left: 5%;
  padding-right: 5%;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  input[type=submit].gform_button {
    width: 100%;
  }
}

.ginput_container {
  /* Text Fields */
}
.ginput_container.ginput_container_text input[type=text],
.ginput_container.ginput_container_text input[type=email],
.ginput_container.ginput_container_text input[type=tel],
.ginput_container.ginput_container_text textarea, .ginput_container.ginput_container_email input[type=text],
.ginput_container.ginput_container_email input[type=email],
.ginput_container.ginput_container_email input[type=tel],
.ginput_container.ginput_container_email textarea, .ginput_container.ginput_container_name input[type=text],
.ginput_container.ginput_container_name input[type=email],
.ginput_container.ginput_container_name input[type=tel],
.ginput_container.ginput_container_name textarea, .ginput_container.ginput_container_textarea input[type=text],
.ginput_container.ginput_container_textarea input[type=email],
.ginput_container.ginput_container_textarea input[type=tel],
.ginput_container.ginput_container_textarea textarea, .ginput_container.ginput_container_phone input[type=text],
.ginput_container.ginput_container_phone input[type=email],
.ginput_container.ginput_container_phone input[type=tel],
.ginput_container.ginput_container_phone textarea, .ginput_container.ginput_container_product_price input[type=text],
.ginput_container.ginput_container_product_price input[type=email],
.ginput_container.ginput_container_product_price input[type=tel],
.ginput_container.ginput_container_product_price textarea {
  border-style: solid;
  border-width: 0;
  height: 62px;
  background-color: #f0f0f0;
  padding-left: 15px !important;
}
.ginput_container .error {
  color: #ff3539;
  font-weight: 700;
}

.ginput_complex input,
.ginput_complex select {
  border-style: solid;
  border-width: 0;
  height: 62px;
  background-color: #f0f0f0;
  padding-left: 15px !important;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.survey-section.no-background .gform_body li.gfield.float-label.floated label {
  color: #1f3442;
}
.survey-section.has-background .ginput_container.ginput_container_text input[type=text],
.survey-section.has-background .ginput_container.ginput_container_text input[type=email],
.survey-section.has-background .ginput_container.ginput_container_text input[type=tel], .survey-section.has-background .ginput_container.ginput_container_email input[type=text],
.survey-section.has-background .ginput_container.ginput_container_email input[type=email],
.survey-section.has-background .ginput_container.ginput_container_email input[type=tel] {
  background-color: rgba(240, 240, 240, 0.7);
}
.survey-section.has-background .gform_confirmation_wrapper .gform_confirmation_message {
  color: #fff;
}
.survey-section.has-background .survey-box .gform_confirmation_wrapper .gform_confirmation_message {
  color: #1f3442;
}
.survey-section.with-sidebar .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.survey-section.with-sidebar input[type=submit].gform_button {
  width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

.gform_wrapper li.gfield.gfield_error {
  border-width: 0;
}

.survey .gform_wrapper div.validation_error,
.survey-content .gform_wrapper div.validation_error {
  background-color: rgba(255, 255, 255, 0.75);
  color: #ea2a2e;
  border-width: 1px;
  border-color: #ea2a2e;
  border-style: solid;
  border-radius: 10px;
  padding: 15px;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none !important;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px;
  font-style: italic;
  color: #ea2a2e;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .has-background .gform_wrapper .field_description_below .gfield_description {
    color: #fff;
  }
}

.ginput_counter.warningTextareaInfo {
  display: none;
}

.survey-container {
  margin: 50px 0;
}
.survey-container ul.gform_fields > li:not(.gsection) {
  margin-bottom: 50px;
}

.ginput_container_select.select-input-container {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .ginput_container_select.select-input-container {
    width: 100%;
  }
}
.ginput_container_select.select-input-container .gfield_select.select-input {
  width: 100%;
}

.gform_next_button,
.gform_previous_button {
  width: 100px !important;
}

li.gfield.gsection {
  margin-bottom: 0;
}

h2.gsection_title {
  color: #1f3442;
}

li.radio-square.gfield div.ginput_container.ginput_container_radio ul.gfield_radio li, .radio-rating .ginput_container_radio ul.gfield_radio li {
  display: inline-block;
  padding: 0 !important;
  margin-bottom: 0;
  vertical-align: top;
}
li.radio-square.gfield div.ginput_container.ginput_container_radio ul.gfield_radio li input[type=radio], .radio-rating .ginput_container_radio ul.gfield_radio li input[type=radio] {
  display: none;
}
li.radio-square.gfield div.ginput_container.ginput_container_radio ul.gfield_radio li input[type=radio] + label, .radio-rating .ginput_container_radio ul.gfield_radio li input[type=radio] + label {
  color: #fff;
  margin-left: 0;
  max-width: none;
  text-align: center;
  background-color: #cfdae2;
}
li.radio-square.gfield div.ginput_container.ginput_container_radio ul.gfield_radio li input[type=radio] + label.selected, .radio-rating .ginput_container_radio ul.gfield_radio li input[type=radio] + label.selected {
  background-color: #ff3539;
}

.radio-rating .ginput_container_radio ul.gfield_radio li {
  margin-right: 3px;
}
.radio-rating .ginput_container_radio ul.gfield_radio li input[type=radio] + label {
  font-size: 20px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  padding: 5px;
}

li.radio-square.gfield div.ginput_container.ginput_container_radio ul.gfield_radio li {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  li.radio-square.gfield div.ginput_container.ginput_container_radio ul.gfield_radio li {
    display: block;
    width: 100%;
  }
}
li.radio-square.gfield div.ginput_container.ginput_container_radio ul.gfield_radio li input[type=radio] + label {
  font-size: 24px;
  text-transform: uppercase;
  width: 150px;
  height: 150px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px !important;
}
@media only screen and (max-width: 767px) {
  li.radio-square.gfield div.ginput_container.ginput_container_radio ul.gfield_radio li input[type=radio] + label {
    display: block;
    width: 100%;
    height: auto;
  }
}

.survey-container li:not(.radio-rating) .ginput_container_radio ul.gfield_radio li input[type=radio] {
  margin-top: 0;
  margin-right: 10px;
}
.survey-container li:not(.radio-rating) .ginput_container_radio ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 400;
}
.survey-container li:not(.radio-rating) .ginput_container_radio ul.gfield_radio li label {
  font-weight: 400;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .survey-container li:not(.radio-rating) .ginput_container_radio ul.gfield_radio li {
    display: block;
  }
}
.survey-container .ginput_container_checkbox ul.gfield_checkbox li input[type=checkbox] {
  margin-top: 0;
  margin-right: 10px;
}
.survey-container .ginput_container_checkbox ul.gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: 400;
}
.survey-container .ginput_container_checkbox ul.gfield_checkbox li label {
  font-weight: 400;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .survey-container .ginput_container_checkbox ul.gfield_checkbox li {
    display: block;
  }
}

ul.gfield_image_radio {
  padding-left: 0;
  list-style: none;
}

.image-radio-checkbox {
  display: none;
}
.image-radio-checkbox:checked + .image-radio-label {
  background-color: #ff3539;
  color: #fff;
}

.image-radio-label {
  background-color: #f0f0f0;
  padding: 15px 15px 5px;
  transition: 300ms;
  margin-bottom: 30px;
}
.image-radio-label img {
  margin-bottom: 10px;
}
.image-radio-label:hover {
  background-color: #cfdae2;
}

.gform_wrapper textarea {
  border-style: solid;
  border-color: #1f3442;
  border-width: 1px;
}

ul.gform_fields li.gfield.hide-label {
  margin-bottom: 0;
}

.gfield.hide-label .gfield_label {
  display: none;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body label.gfield_label {
    font-size: 18px;
  }
}

ul.gfield_image_radio {
  padding-left: 0;
  list-style: none;
}

.image-radio-checkbox {
  display: none;
}
.image-radio-checkbox:checked + .image-radio-label {
  background-color: #ff3539;
  color: #fff;
}

.image-radio-label {
  background-color: #f0f0f0;
  padding: 15px 15px 5px;
  transition: 300ms;
  margin-bottom: 30px;
}
.image-radio-label img {
  margin-bottom: 10px;
}
.image-radio-label:hover {
  background-color: #cfdae2;
}

.has-suggestion {
  position: relative;
}
.has-suggestion button.suggestion {
  background-color: #617D91;
  border-radius: 5px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 18px;
  position: absolute;
  right: 6px;
  transition: background-color 300ms;
  top: 6px;
}
.has-suggestion button.suggestion:focus, .has-suggestion button.suggestion:hover {
  background-color: #262054;
}

.news-slider {
  position: relative;
}
.news-slider .select-input-container {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 15px;
}
.news-slider .slides {
  height: 260px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .news-slider .slides {
    margin-left: 30px;
  }
}
.news-slider .news-slider-filter {
  width: 160px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .news-slider .news-slider-filter {
    width: 180px;
  }
}
.news-slider .news-slider-button {
  position: absolute;
  top: 28%;
  background-color: transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 0;
  z-index: 10;
}
.news-slider .news-slider-button .fa-circle {
  color: #ececec;
  transition: 200ms;
}
.news-slider .news-slider-button:hover .fa-circle {
  color: #b9b9b9;
}
.news-slider .news-slider-button .fa-angle-right,
.news-slider .news-slider-button .fa-angle-left {
  position: relative;
  color: #092c57;
}
.news-slider .news-slider-button .fa-angle-left {
  left: -2px;
}
.news-slider .news-slider-button .fa-angle-right {
  right: -2px;
}
.news-slider .news-slider-button:focus {
  outline-width: 0;
}
.news-slider .news-slider-button[disabled] {
  opacity: 0.4;
  pointer-events: none;
}
.news-slider .news-slider-button.prev {
  left: -30px;
}
.news-slider .news-slider-button.next {
  right: -60px;
}
.news-slider .news-slider-button:focus {
  outline-color: #f4f4f4;
}
.news-slider h3.headline-small::before, .news-slider h3.tweet-name::before {
  display: none;
}
.news-slider .news-slide {
  width: 340px;
  display: inline-block;
  margin-right: 30px;
  position: absolute;
  transition: 400ms;
  top: 0;
}
.news-slider .news-slide.slide1 {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .news-slider .news-slide.slide1 {
    left: 50%;
    margin-left: -160px;
  }
}
.news-slider .news-slide.slide2 {
  left: 370px;
}
.news-slider .news-slide.slide3 {
  left: 740px;
}
.news-slider .news-slide.leftSlide, .news-slider .news-slide.rightSlide {
  opacity: 0;
  pointer-events: none;
}
.news-slider .news-slide.leftSlide {
  left: -390px;
}
.news-slider .news-slide.rightSlide {
  left: 1170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-slider .news-slide {
    width: 275px;
  }
  .news-slider .news-slide.slide2 {
    left: 305px;
  }
  .news-slider .news-slide.slide3 {
    left: 610px;
  }
  .news-slider .news-slider-button.prev {
    left: 0;
  }
  .news-slider .news-slider-button.next {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-slider .news-slide {
    width: 300px;
  }
  .news-slider .news-slide.slide2 {
    left: 330px;
  }
  .news-slider .news-slide.slide3 {
    left: 660px;
  }
  .news-slider .news-slider-button.prev {
    left: 0;
  }
  .news-slider .news-slider-button.next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .news-slider .news-slide {
    width: 320px;
  }
  .news-slider .news-slide.slide2, .news-slider .news-slide.slide3 {
    left: 100%;
  }
  .news-slider .news-slider-button.prev {
    left: 0;
  }
  .news-slider .news-slider-button.next {
    right: 0;
  }
}

@media print {
  @page {
    margin: 0.5in;
  }
  ul.site-socials {
    display: none !important;
  }

  header.sitewide-header,
header.sitewide-header.clear {
    position: static !important;
  }

  .header-links nav,
.header-contribute,
.header-menu,
.sitewide-featured-content-block,
footer.footer-form,
.more-posts {
    display: none !important;
  }

  svg #type,
svg #elephant {
    fill: #000 !important;
  }

  section.post-hero {
    display: none !important;
  }

  .post-wysiwyg-content blockquote {
    border-color: #dbdbdb;
    margin-left: 0;
  }
  .post-wysiwyg-content blockquote p {
    font-size: 22px;
  }

  .post-inner-content {
    padding: 0.5in 0;
  }

  .post-inner-content .post-preview-tag {
    left: 0;
    text-align: left;
  }
}
/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2.0
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */
/**
 * Box Model, Html & Body
 */
@media screen {
  html, body, [canvas=container], [off-canvas] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html.slidebars-on, body.slidebars-on {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  /**
   * Canvas
   */
  [canvas] {
    z-index: 1;
  }

  [canvas=container] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    background-color: white;
    /* Basic background color, overwrite this in your own css. */
    -webkit-overflow-scrolling: touch;
    /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
  }

  [canvas=container]:before, [canvas=container]:after {
    clear: both;
    content: "";
    display: table;
  }

  /**
   * Off-Canavs
   */
  [off-canvas] {
    display: none;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    background-color: #1f3442;
    -webkit-overflow-scrolling: touch;
    /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
  }

  [off-canvas*=top] {
    width: 100%;
    height: 255px;
    top: 0;
  }

  [off-canvas*=right] {
    width: 255px;
    height: 100%;
    top: 0;
    right: 0;
  }

  [off-canvas*=bottom] {
    width: 100%;
    height: 255px;
    bottom: 0;
  }

  [off-canvas*=left] {
    width: 255px;
    height: 100%;
    top: 0;
    left: 0;
  }

  [off-canvas*=reveal] {
    z-index: 0;
  }

  [off-canvas*=push] {
    z-index: 1;
  }

  [off-canvas*=overlay] {
    z-index: 9999;
  }

  [off-canvas*=shift] {
    z-index: 0;
  }

  /**
   * Animation
   */
  [canvas], [off-canvas] {
    transform: translate(0px, 0px);
    transition: transform 300ms;
    -webkit-backface-visibility: hidden;
    /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
  }

  [off-canvas*=shift][off-canvas*=top] {
    transform: translate(0px, 50%);
  }

  [off-canvas*=shift][off-canvas*=right] {
    transform: translate(-50%, 0px);
  }

  [off-canvas*=shift][off-canvas*=bottom] {
    transform: translate(0px, -50%);
  }

  [off-canvas*=shift][off-canvas*=left] {
    transform: translate(50%, 0px);
  }
}
/**
 * Print
 */
@media print {
  [canvas] {
    transform: translate(0px, 0px) !important;
  }

  [off-canvas] {
    display: none !important;
  }
}
.donation-section .decorative-bar {
  background: #EA2A2E !important;
  height: 160px !important;
  width: 6px !important;
  flex: 0 1 auto;
  margin-right: 38px;
}
@media screen and (max-width: 768px) {
  .donation-section .decorative-bar {
    display: none;
  }
}
.donation-section .gfield_radio {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .donation-section .gfield_radio {
    flex-direction: row;
  }
}
.donation-section .gfield_radio li {
  max-width: 100% !important;
  flex: 1 auto;
  width: 25% !important;
}
.donation-section .gfield_radio input[type=radio] + label {
  background-color: #EA2A2E;
  color: #fff;
  padding: 1rem 0;
  margin: 0.125rem 0.375rem !important;
  text-align: center;
  width: 100%;
  transition: 0.3s all ease-in-out;
  border-radius: 10px;
}
.donation-section .gfield_radio input[type=radio]:checked + label {
  background-color: #092C57;
}
.donation-section .text-contribution {
  flex: 1;
}
.donation-section h1 {
  font-family: "Volkhov";
  font-weight: 700;
  font-size: 34px;
  color: #264052;
  letter-spacing: -0.57px;
  line-height: 40px;
}
.donation-section h2 {
  font-family: "Cera";
  font-weight: 400;
  font-size: 24px;
  color: #4E606D;
  letter-spacing: -1.2px;
  margin-bottom: 15px;
}
.donation-section .after-donation__content {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.donation-section .donation-section__inner {
  max-width: 653px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .donation-section .donation-section__inner {
    margin: 15vh auto 0;
  }
}
.donation-section .donation-section__box {
  background: #fff;
  padding: 3rem 2rem;
  display: flex;
  flex-wrap: wrap;
}
.donation-section .donation-section__content {
  font-family: "Cera";
  font-size: 18px;
  color: #4E606D;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 30px;
}
.donation-section .ginput_container.ginput_container_radio .gfield_radio input {
  display: none !important;
}

.single-donation_page .donation-section .gform_wrapper ul.gfield_checkbox li label {
  display: flex !important;
  align-items: center;
}
.single-donation_page .donation-section .gform_wrapper ul.gfield_checkbox li label:before {
  position: unset;
  margin-right: 0.5rem;
}
.single-donation_page li.gfield {
  padding-right: 0 !important;
}
.single-donation_page .gform_body {
  padding-right: 1rem;
}
.single-donation_page .ginput_full,
.single-donation_page .ginput_left,
.single-donation_page .ginput_right {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-donation_page .ginput_left,
.single-donation_page .ginput_right {
  margin-bottom: 1rem !important;
}
.single-donation_page .ginput_right {
  padding-right: 0.5rem !important;
}
.single-donation_page .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
  padding-right: 0 !important;
}

.modal .modal-dialog {
  border: 7px solid #ff3539;
}
.modal .modal-body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .modal .modal-body {
    flex-direction: row;
  }
}
.modal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .mobile-modal-image {
  max-height: 20vh;
}
@media screen and (min-width: 992px) {
  .modal .mobile-modal-image {
    display: none;
  }
}
.modal .desktop-modal-image {
  display: none;
}
@media screen and (min-width: 992px) {
  .modal .desktop-modal-image {
    display: initial;
  }
}
.modal .gform_fields {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal .ginput_container input {
  width: 100% !important;
}
.modal .gform_title {
  color: #474747;
}
.modal .gfield {
  width: 50% !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0;
}
.modal .gfield.gfield_html {
  width: 100% !important;
}
.modal .modal-disclaimer {
  margin: 2rem 0;
  font-size: 13px;
  margin: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  padding: 10px 0;
}
.modal form {
  margin-top: 4rem !important;
}
.modal .gform_wrapper {
  padding-right: 1rem;
}
.modal .dismiss-modal i {
  color: #d8e0e8;
}
@media screen and (max-width: 992px) {
  .modal .my-modal-content {
    padding-left: 2rem;
  }
}

.page-about-nrsc .headline {
  margin-top: 0;
}

.page-about-nrsc hr {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.page-about-nrsc .about-staff {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-about-nrsc .about-staff {
    flex-direction: row;
    margin-bottom: 0;
  }
}

.page-about-nrsc .about-staff img {
  max-width: 180px;
  max-height: 180px;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  min-width: 180px;
}
@media screen and (min-width: 768px) {
  .page-about-nrsc .about-staff img {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}

.gform_wrapper input.datepicker {
  background: #f0f0f0 !important;
  height: 62px !important;
  padding-left: 1rem;
}

.gform_wrapper .name_first {
  margin-right: 16px !important;
}
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJ3cC1jb250ZW50L3RoZW1lcy9ucnNjL2Fzc2V0cy9jc3Mvc3R5bGUuY3NzIiwic291cmNlUm9vdCI6IiJ9*/