html {
  box-sizing: border-box
}
*, :after, :before {
  box-sizing: inherit
}
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}
.has-overlay {
  overflow: hidden;
  height: auto
}
.has-overlay>body {
  height: 100%;
  overflow: hidden
}
.modal--fade, .modal--show {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none\9
}
.is-active.modal--fade, .is-active.modal--show, .modal--fade:target, .modal--show:target {
  -webkit-transform: translate(0);
  transform: translate(0);
  width: auto;
  height: auto;
  opacity: 1
}
.is-active.modal--fade, .is-active.modal--show {
  display: block\9;
  height: 100%\9;
  width: 100%\9
}
.is-active.modal--fade, .is-active.modal--show, .modal--fade:target, .modal--show:target {
  display: block\9
}
.modal--fade .modal-inner, .modal--show .modal-inner {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 20;
  margin-left: -325px;
  width: 650px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}
.modal--fade .modal-inner>iframe, .modal--fade .modal-inner>img, .modal--fade .modal-inner>video, .modal--show .modal-inner>iframe, .modal--show .modal-inner>img, .modal--show .modal-inner>video {
  width: 100%;
  height: auto;
  min-height: 300px
}
.modal--fade .modal-inner>img, .modal--show .modal-inner>img {
  width: auto;
  max-width: 100%
}
.modal--fade .modal-inner iframe, .modal--show .modal-inner iframe {
  display: block;
  width: 100%;
  border: 0
}
.modal--fade .modal-content, .modal--show .modal-content {
  position: relative;
  max-height: 400px;
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
.modal--fade .modal-content>*, .modal--show .modal-content>* {
  max-width: 100%
}
.modal--fade .modal-close, .modal--show .modal-close {
  display: block;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden
}
.modal--fade .modal-close:focus:after, .modal--show .modal-close:focus:after {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}
.modal--fade .modal-close:before, .modal--show .modal-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10
}
.modal--fade .modal-close:after, .modal--show .modal-close:after {
  position: absolute;
  top: 35px;
  right: 50%;
  z-index: 20;
  margin-right: -325px
}
.is-stacked.modal--fade, .is-stacked.modal--show {
  -webkit-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
  opacity: 1
}
.is-stacked.modal--fade .modal-inner, .is-stacked.modal--show .modal-inner {
  -webkit-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both
}
.is-stacked.modal--fade .modal-close, .is-stacked.modal--show .modal-close {
  opacity: 0
}
.modal--fade, .modal--show {
  color: #222;
  line-height: 1.3
}
.modal--fade .modal-inner, .modal--show .modal-inner {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  max-width: 100%;
  transition: max-width .25s linear, margin-left .125s linear
}
.modal--fade header, .modal--show header {
  border-bottom: 1px solid #ddd;
  padding: 0 1.2em
}
.modal--fade header>h2, .modal--show header>h2 {
  margin: .5em 0
}
.modal--fade .modal-content, .modal--show .modal-content {
  border-bottom: 1px solid #ddd;
  padding: 15px 1.2em
}
.modal--fade footer, .modal--show footer {
  border-top: 1px solid #fff;
  padding: 0 1.2em 18px;
  background: #f0f0f0;
  border-radius: 2px
}
.modal--fade .modal-close, .modal--show .modal-close {
  text-indent: -100px
}
.modal--fade .modal-close:before, .modal--show .modal-close:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=")
}
.modal--fade .modal-close:after, .modal--show .modal-close:after {
  content: "\00d7";
  background: #fff;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 1.2em;
  text-decoration: none;
  text-indent: 0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}
ol, ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
a:link {
   -webkit-tap-highlight-color: blue;
   /* color: #FFF; */
}
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none!important
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none!important
}
#access, .assistive-text, .donate__radio, .email__form legend span, .pxl {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px)
}
body, html {
  font-size: 100%
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none
}
a:hover {
  text-decoration: underline
}
a:active, a:hover {
  outline: 0
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
blockquote {
  quotes: none
}
del {
  text-decoration: line-through
}
code, kbd, pre, samp {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
picture, svg {
  display: block
}
svg {
  overflow: visible
}
embed, img, object {
  display: block;
  width: 100%;
  height: auto
}
ins {
  background: #fff;
  text-decoration: none
}
ins, mark {
  color: #000
}
mark {
  background: #e6e6e6;
  font-style: italic;
  font-weight: 700
}
.video-container {
  position: relative;
  padding-bottom: 56.25%
}
.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%
}
form {
  margin: 0
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0
}
input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit
}
input:-moz-placeholder, input::-moz-placeholder {
  opacity: 1;
  color: inherit
}
input:-ms-input-placeholder {
  opacity: 1;
  color: inherit
}
input, select {
  line-height: normal;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0
}
input[type=submit], label {
  cursor: pointer
}
legend {
  border: 0;
  padding: 0
}
.img.dbclk {
  display: none!important
}

.header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 1.25rem 1rem;
}
.expand .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2
}
.header__hed {
  position: relative;
  z-index: 3
}
.header__link {
  display: block;
  color: #ff4a39;
}
.header__logo {
  width: 87px;
  height: 64px
}
.header__btn {
  position: relative;
  z-index: 3;
  height: 58px;
  width: 125px;
  padding-left: 20px;
  border: 1px solid #858585;
  background: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 1.25rem;
  cursor: pointer
}
.header__btn__text {
  vertical-align: inherit
}
.header__btn .menu__icon {
  width: 16px;
  height: 16px;
  margin-right: .625rem;
  margin-top: .25rem
}
.expand .header__btn--open, .header__btn--close {
  display: none
}
.expand .header__btn--close {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}
.header__nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  overflow: hidden
}
.expand .header__nav-wrap {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 2;
  padding: 8.125rem 3.5rem 0;
  background: #fff
}
.header .button-link {
  display: table;
  background: #ff4a39;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1rem 1.875rem;
  text-align: center;
  transition: background .3s ease-in-out;
  width: 100%;
  margin: 0 auto 1.5rem;
  max-width: 254px
}
.header .button-link:hover {
  text-decoration: none;
  background: #eb2643
}
.expand {
  height: 100vh;
  width: 100vw;
  overflow: hidden
}
.nav {
  font-size: 1.25rem;
  max-width: 254px;
  margin: 0 auto
}
.nav__list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.nav__item {
  margin-bottom: 1.6em;
  width: calc(50% - 16px);
  flex-shrink: 0;
  -ms-flex-negative: 0
}
.nav__item:nth-child(odd) {
  margin-right: 1rem;
  width: 50%
}
.nav__link {
  color: #000
}
.nav__link:hover {
  color: #3251ff
}
.coming-soon:hover span {
  display:none;
}
.coming-soon:hover:before {
  content: "Coming soon!";
}
.sm-nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  max-width: 254px;
  margin: 0 auto 1.75rem
}
.foot .sm-nav {
  max-width: 220px;
  margin-bottom: 2.625rem
}
.sm-nav__link {
  border: 1px solid #0d2c4c;
  height: 41px;
  width: 41px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center
}
.foot .sm-nav__link {
  border: 1px solid #0d2c4c;
  height: 48px;
  width: 48px
}
/*.foot .sm-nav__link:hover {
  border-color: #EB2643
}*/
.foot .sm-nav__link:hover .sm-nav__icon {
  fill: #EB2643
}
/*.sm-nav__link:hover {
  border-color: #3251ff
}*/
.sm-nav__link:hover .sm-nav__icon {
  fill: #3251ff
}
.sm-nav__icon {
  fill: #020303;
  height: 22px;
  width: 22px
}
.foot .sm-nav__icon {
  fill: #fff;
  height: 26px;
  width: 26px
}
.lang-nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  height: 37px;
  max-width: 254px;
  margin: 0 auto
}
.lang-nav__item {
  display: block;
  width: 50%;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #000;
  font-size: .875rem
}
.lang-nav__item:hover {
  text-decoration: none
}

.foot {
  background: #000;
  color: #fff
}

.lang-nav__item--current {
  background: #000;
  color: #fff
}
.foot {
  padding: 4rem 1rem 2rem
}
.foot__hed {
  margin: 0 0 .5rem
}
.foot__link {
  display: table;
  margin: 0 auto
}
.foot__logo {
  fill: #fff;
  width: 152px;
  height: 112px;
}
.foot__group {
  font-size: .875rem;
  text-align: center;
  margin-bottom: 1.1875rem;
  line-height: 1.15
}
.foot__pp {
  color: #fff;
  margin: 0 1rem
}
.foot__credit {
  margin: 1.1875rem auto;
  border: 1px solid #fff;
  max-width: 420px;
  display: table;
  padding: .4em .8em .45em
}
.foot__credit, .foot__disclaimer {
  font-size: .75rem;
  text-align: center
}
.foot__disclaimer {
  line-height: 1.9;
  max-width: 640px;
  margin: 0 auto
}
.footer-nav {
  font-size: 1.125rem;
  max-width: 220px;
  margin: 0 auto 1.5rem
}
.footer-nav__list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.footer-nav__item {
  margin-bottom: 1.5em;
  width: calc(50% - 24px);
  flex-shrink: 0;
  -ms-flex-negative: 0
}
.footer-nav__item:nth-child(odd) {
  margin-right: 1.5rem;
  width: 50%
}
.footer-nav__link {
  color: #fff
}
.entry__header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 350px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #000
}
.entry__header--post {
  height: auto!important;
  padding: 2rem 1.25rem;
  text-align: center;
  display: block
}
.entry__hed {
  background-color: #000;
  color: #fff;
  font-size: 3.125rem;
  line-height: 1.125;
  padding: .3125rem 1.25rem;
  display: inline-block;
  width: auto;
  font-family: proxima-nova, sans-serif
}
.entry__hed--post {
  transform: rotate(0deg)!important;
  padding: 0!important;
  font-size: 2.375rem;
  max-width: 880px;
  margin: 0 auto
}
.entry__sub {
  color: #fff;
  margin: 1.2em 0;
  line-height: 1.15
}
.entry__sub a {
  color: #fff
}
.entry__label:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-weight: 700;
  background: #d8d8d8;
  display: inline-block;
  margin: 0 .6em 4px
}
.entry__container {
  padding: 1.25rem 1rem;
  max-width: 1264px;
  margin: 0 auto
}
.entry__body {
  line-height: 1.5;
  max-width: 912px;
  color: #000;
  margin: auto;
  padding: 2.25rem 1rem;
  font-size: 1rem
}
.entry__body h1, .entry__body h2, .entry__body h3, .entry__body h4, .entry__body h5, .entry__body h6 {
  line-height: 1.15;
  margin: 1em 0 .35em;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000
}
.entry__body h1 {
  font-size: 1.75rem
}
.entry__body h2 {
  font-size: 1.5rem
}
.entry__body h3 {
  font-size: 1.25rem
}
.entry__body h4 {
  font-size: 1.125rem
}
.entry__body h5 {
  font-size: 1rem
}
.entry__body h6 {
  color: #9b9b9b;
  font-size: .875rem
}
.entry__body p {
  margin: 1.2em 0
}
.entry__body ol, .entry__body ul {
  margin: 1rem 0 1rem 1.5rem
}
.entry__body ul {
  list-style: disc
}
.entry__body ol {
  list-style-type: decimal
}
.entry__body li {
  margin: .5em 0
}
.entry__body dl {
  margin: 1.2em 0
}
.entry__body dt {
  font-weight: 700
}
.entry__body dd {
  margin: 0 0 .5em;
  padding-left: 1rem
}
.entry__body blockquote {
  margin: 1rem 0;
  padding: 1rem
}
.entry__body blockquote>:first-child {
  margin-top: 0
}
.entry__body blockquote>:last-child {
  margin-bottom: 0
}
.entry__body b, .entry__body strong, .entry__body th {
  font-weight: 700
}
.entry__body em, .entry__body i {
  font-style: italic
}
.entry__body code {
  font-family: Lucida Console, Monaco, monospace;
  font-size: .9em
}
.entry__body table {
  width: 100%;
  margin: 1.2em 0
}
.entry__body td, .entry__body th {
  border: 1px solid #000;
  padding: .2em
}
.entry__body .featured-image {
  margin: 1.6rem 0 3.5rem!important
}
.entry__body picture {
  box-shadow: 0 0 0 16px #fff, 0 0 0 17px #000
}
.entry__body picture img {
  max-width: none;
  width: 100%
}
.entry__body .caption {
  font-size: .6875rem;
  text-align: center;
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
  line-height: 1.15;
  color: #575757;
  font-style: italic
}
.entry__body .alignnone {
  margin: 1.5em 0
}
.entry__body .aligncenter.full, .entry__body .alignnone.full {
  width: calc(100% - 44px);
  margin: 4.1875rem 1.375rem
}
.entry__body .aligncenter {
  margin: 1.5em auto
}
.entry__body .full, .entry__body .large-img {
  width: 100%
}
.entry__body .medium-img {
  width: 90%
}
.entry__body .small-img {
  width: 75%
}
.entry__body .thumbnail {
  width: 150px
}
.entry__body .alignleft, .entry__body .alignright {
  clear: both;
  max-width: 50%
}
.entry__body .alignleft {
  float: left;
  margin: 2.125rem 2.25rem 2.125rem 1.375rem
}
.entry__body .alignright {
  float: right;
  margin: 2.125rem 1.375rem 2.125rem 2.25rem
}
.entry__body .button-center, .entry__body .button-left, .entry__body .button-right {
  margin: 1.5em 0
}
.entry__body .button-link {
  display: table;
  padding: .625rem 1rem;
  color: #fff;
  background: #ff3251
}
.entry__body .button-link:hover {
  text-decoration: none
}
.entry__body .button-link--right .button-link {
  margin-left: auto
}
.entry__body .button-link--center .button-link {
  margin: 0 auto
}
.entry__body .callout {
  color: #000;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
  padding: 2.1875rem 2.375rem 2rem 2.8125rem;
  font-weight: 700
}
.entry__body>:first-child {
  margin-top: 0
}
.entry__body>:last-child {
  margin-bottom: 0
}
.post-list {
  border-top: 1px solid #000
}
.post-list__wrappper {
  padding: 0 .9375rem;
  margin: 2rem auto
}
.post-list__wrappper .pagination {
  margin-top: 2rem;
  width: 100%;
  flex-shrink: 0;
  -ms-flex-negative: 0
}
.post-list__sidebar {
  margin-top: 2rem
}
.location__select {
  display: block;
  line-height: normal;
  font-size: 1rem;
  margin-top: 1rem;
  border: 1px solid #000;
  padding: .5rem 1.5rem .5rem .375rem;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath d='M14 1.38L12.54 0 7 5.24 1.46 0 0 1.38 7 8l7-6.62z'/%3E%3C/svg%3E") no-repeat calc(100% - 10px) 50%;
  background-size: 12px 7px;
  width: 100%;
  max-width: 180px
}
.location__select option {
  padding: 0
}
.sidebar__hed {
  font-family: proxima-nova, sans-serif;

font-weight: 700;

font-style: normal;
  font-size: 1.5rem;
  margin-bottom: .6em
}
.sidebar__item {
  color: #ff2743;
  font-size: 1.125rem;
  margin-bottom: .6em
}
.sidebar__link {
  color: inherit
}
.kicker {
  border-bottom: 1px solid #000;
  position: relative
}
.kicker__link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  padding: 2rem 3.5rem 2rem 0
}
.kicker__link:hover {
  text-decoration: none
}
.kicker__link:hover .kicker__hed {
  color: #3251ff
}
.kicker__link:hover .kicker__icon {
  fill: #3251ff
}
.kicker__link:after {
  content: "";
  clear: both;
  display: table
}
.kicker__image {
  flex-shrink: 0;
  -ms-flex-negative: 0;
  max-width: 80px;
  margin-right: 1.5rem
}
.kicker__header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}
.kicker__hed {
  font-size: 2rem;
  line-height: 1.14;
  font-family: proxima-nova, sans-serif;

font-weight: 700;

font-style: normal;
  transition: color .25s ease-in-out
}
.kicker__sub {
  color: #7d7d7d;
  margin-bottom: .2em;
  line-height: 1.15
}
.kicker__label {
  color: #ff2743
}
.kicker__label:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  font-weight: 700;
  background: #d8d8d8;
  display: inline-block;
  margin: 0 .6em 4px
}
.kicker__icon {
  display: inline-block;
  height: 42px;
  width: 56px;
  position: absolute;
  right: 0;
  top: 50%;
  fill: #000;
  transition: fill .25s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.marquee {
  position: relative;
  padding: 0 1rem;
  margin-bottom: 2rem
}
.marquee__header {
  position: relative;
  z-index: 0
}

/*new marquee*/
.new__fs__marquee__desktop {/* height: 100vh; */}

.new__fs__marquee__image {
  height: 0;
  padding-top: 89%;
  position: relative

}
.new__fs__marquee__image picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden
}
.new__fs__marquee__image picture:before {
  content: "";
  z-index: 2;
  position: absolute;
  background-image: linear-gradient(90deg, rgba(2, 2, 2, 0), #000);
  opacity: .5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.new__fs__marquee__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.new-fs-email {
  width: 100%;
}

.new-fs-form-section {
  height: 52vh!important;
}

.new-fs-join-signup {
  text-align: center;
  padding: 1.5rem .8125rem 2.25rem;
  left: 0;
  transform: translate(-20px);
  width:  55%;
  float: left;
}

.big-row {
  overflow: hidden
}

.new-fs-join-row-wrapper {
  padding: 1rem;
}

.new-fs-input {
  padding-top: 1.5rem;
}

.new-fs-email-input {
  width: 350px;
}

.new-fs-name-input {
  width: 255px;
}

.new-fs-svg-container {
  float: left;
  /*border: 1px solid #FFF;*/
  padding: 1.8125rem 1.5rem 3.125rem;
  margin: 1rem 1rem 1rem 1rem;
  background-color: #0d2c4c;
  width: 40%;
}

/*ABOUT PAGE*/
.spacer {
  content: "";
  height: 50px;
  color: #FFFFFF;
}
.marquee__about__intro-wrapper {
  position: relative;
  z-index:0;
  background-color: #0C2840;
  height: 500px;
  width: 100%;
  max-width: 100%;
  padding: 1.67em;
}
.marquee__about__intro-divider-tx-container {
  margin: 0 auto;
}
.marquee__about__intro-divider-tx {
  margin: 0 auto;
  width: 25px;
}
.marquee__about__intro-divider-right {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.marquee__about__intro-divider-left {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}    
.marquee__about__intro-hed {
  color: #FFFFFF;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.125;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.marquee__about__intro-subhed {
  color: #FFFFFF;
  font-size: 1.8rem;
  text-align: center;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  line-height: 1.125;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.about__early-intro-wrapper {
  position: relative;
  z-index:0;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 100%;
  padding: 2.67em;
}
.about__early-intro-hed {
  color: #0C2840; 
  text-align: left;
  font-size: 3.2rem;
  line-height: 1.125;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 1rem;
}
.about__early-intro-hed:after {
    content: '';
    display: block;
    background-color: #0d2c4c;
    height: 5px;
    width: 194px;
    margin-top: .875rem;
    margin-bottom: 1.4375rem;
}
.about__early-intro-body {
  
}
.about__early-intro-text {
  color: #050505;
  text-align: left;
  font-family: proxima-nova, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8em;
  padding-right: 2rem;
}
.intro-text-sub-img {
  width: 85%;
  margin: 0 auto;
}
.intro-text-sub-img-sm {
  width:33%;
  margin: 0 auto;
}
.intro-text-img-caption {
  padding-top: .67em;
  font-family: proxima-nova, sans-serif;
  font-size: .8rem;
  text-align: center;
  margin:  0 auto;
  /* width: 75%; */
  padding: 0 2rem 2rem 2rem;
  line-height: 1.2rem;
}
.about__kicker-wrapper {
  position: relative;
  z-index:0;
  background-color: #FFFFFF;
  /* height: 300px; */
  max-width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}
.about__kicker-hed {
  color: #0C2840; 
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.125;
  padding: 2rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 1rem;
}

.dialer-container {
  line-height: 2.6rem;
  text-align: center;
}
.dialer-wrapper {
  display: inline-block;
  padding: 2rem;
  margin: 0 auto;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  line-height: 1.125;
}
.dialer-text {
  font-size: 1.2rem;
  width: 600px;
}

.marquee__hed {
  position: absolute;
  z-index: 3;
  font-size: 3.5rem;
  color: #fff;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  right: 6px;
  top: 6px;
  text-align: right;
  font-family: proxima-nova, sans-serif
}
.marquee__hed span {
  display: table;
  margin-bottom: .75rem;
  position: relative
}
.marquee__hed .first-line:after {
  content: "";
  display: block;
  background-color: #3251ff;
  height: 5px;
  position: absolute;
  left: 26px;
  right: -11px;
  bottom: -6px
}
.marquee__hed .second-line {
  margin-left: auto
}
.marquee__hed .second-line:after {
  content: "";
  display: block;
  background-color: #3251ff;
  height: 5px;
  position: absolute;
  left: 14px;
  right: -8px;
  bottom: -6px
}

.marquee__hed .third-line {
  margin-left: auto
}
.marquee__hed .third-line:after {
  content: "";
  display: block;
  background-color: #3251ff;
  height: 5px;
  position: absolute;
  left: 14px;
  right: -8px;
  bottom: -6px
}

.mobile__marquee {
  border: 1px solid #000;
  padding: 1.8125rem 1.5rem 3.125rem;
  margin: 1rem 1rem 1rem 1rem;
}

.marquee__image {
  height: 0;
  padding-top: 89%;
  position: relative

}
.marquee__image picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden
}
.marquee__image picture:before {
  content: "";
  z-index: 2;
  position: absolute;
  background-image: linear-gradient(90deg, rgba(2, 2, 2, 0), #000);
  opacity: .5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.marquee__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.mobile__marquee__about {
  border: 1px solid #000;
  padding: 1.8125rem 1.5rem 3.125rem;
  margin: 1rem 1rem 1rem 1rem;
}
.marquee__image__about {
  height: 0;
  padding-top: 89%;
  position: relative

}
.marquee__image__about picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden
}
.marquee__image__about picture:before {
  content: "";
  z-index: 2;
  position: absolute;
  background-image: linear-gradient(90deg, rgba(2, 2, 2, 0), #000);
  opacity: .5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.marquee__image__about img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.news-alert {
  background-color: #000;
  margin: 0 1rem 1rem;
  padding: 1.3125rem 1.4375rem 1.625rem;
  line-height: 1.3;
  font-size: 1.0625rem;
  flex-wrap: wrap
}
.news-alert__hed {
  color: #fff;
  font-style: italic;
  display: inline;
  font-weight: 700;
  text-transform: uppercase
}
.news-alert__led {
  display: inline;
  color: #fff;
  font-weight: 400
}
.news-alert__link {
  display: block;
  color: #3251ff;
  text-decoration: underline;
  font-weight: 700
}
.cta-kickers, .cta-kickers-alt {
  margin-bottom: 4rem
}
.cta-kickers-alt {
  padding-left: 1rem;
  padding-right: 1rem
}
.cta-kickers-alt--stack {
  margin-bottom: 0!important
}

.join-signup {
  /*border: 1px solid #000;*/
  text-align: center;
  padding: 1.5rem .8125rem 2.25rem;
  margin-bottom: 4rem
}
.join-signup__hed {
  color: #0d2c4c;
  font-size: 3.125rem;
  margin: 0;
  text-align: center;
  font-family: lato, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.join-signup .email__form {
  margin: 0
}
.join-signup .olvrmsg-fdbk {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700
}
.join-signup .olvrmsg-fdbk .olvrmsg-loading, .join-signup .olvrmsg-fdbk .olvrmsg-success {
  margin-top: 1.25rem
}
.email-signup, .sms-signup {
  border: 1px solid #000;
  padding: 1.8125rem 1.5rem 3.125rem;
  margin: 1rem 0
}
.email-signup__hed, .sms-signup__hed {
  color: #0d2c4c!important;
  font-size: 4rem;
  line-height: 1.125;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.youtube-kickers{
  color: #000;
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: 'proxima-nova', sans-serif;
  margin: 0 auto;
  width: 100%;
}
.youtube-box {
  border: 1px solid #000;
  padding: 1.8125rem 1.5rem 3.125rem;
  margin: 1rem 0;
  width: 98%;
  /* left: 24px; */

}

.social-likes__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
.social-likes-box {
  border: 1px solid #000;
  padding: 1.8125rem 1.5rem 3.125rem;
  margin: 1rem 0;
  width: 98%;
  /* left: 24px; */

}
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
  border: 1px solid #000
}
.youtube-wrapper {
  margin: 0 auto;
  display: block;
}
.youtube-box__dek {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.4;
  padding-bottom: 2rem;
  width: 98%;
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.4rem;
}
.email-signup__hed:after, .sms-signup__hed:after {
  content: "";
  display: block;
  background-color: #0d2c4c;
  height: 5px;
  width: 194px;
  margin-top: .875rem;
  margin-bottom: 1.4375rem
}
.email-signup__dek, .sms-signup__dek {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}
.email-signup__form, .sms-signup__form {
  margin-bottom: .8125rem
}
.email-signup__form label, .sms-signup__form label {
  position: relative
}
.email-signup__form--label, .sms-signup__form--label {
  position: absolute;
  top: 24px;
  left: 10px;
  font-size: .75rem;
  line-height: 1.16
}
.email-signup__form input[type=text], .sms-signup__form input[type=text] {
  width: 100%!important;
  padding: 1.4375rem .625rem .625rem;
  border: 1px solid #000;
  vertical-align: top;
  font-size: 1rem;
  margin-top: 1rem
}
.email-signup__form input[type=text]::-webkit-input-placeholder, .sms-signup__form input[type=text]::-webkit-input-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.email-signup__form input[type=text]:-moz-placeholder, .email-signup__form input[type=text]::-moz-placeholder, .sms-signup__form input[type=text]:-moz-placeholder, .sms-signup__form input[type=text]::-moz-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.email-signup__form input[type=text]:-ms-input-placeholder, .sms-signup__form input[type=text]:-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.email-signup__form input[type=submit], .sms-signup__form input[type=submit] {
  width: 100%;
  height: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.27;
  color: #fff;
  background-color: #ff4a39;
  border: none;
  margin-top: .8125rem;
  transition: background-color .3s ease-in-out
}
.email-signup__form input[type=submit]:hover, .sms-signup__form input[type=submit]:hover {
  background-color: #eb2643
}
.email-signup .olvrmsg-fdbk, .sms-signup .olvrmsg-fdbk {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700
}
.email-signup .olvrmsg-fdbk .olvrmsg-loading, .email-signup .olvrmsg-fdbk .olvrmsg-success, .email__form, .sms-signup .olvrmsg-fdbk .olvrmsg-loading, .sms-signup .olvrmsg-fdbk .olvrmsg-success {
  margin-top: 1.25rem
}
.email__form {
  margin-bottom: .8125rem
}
.email__form label {
  position: relative;
  display: block
}
.email__form--label, .email__form--ziplabel {
  position: absolute;
  left: 10px;
  font-size: .75rem;
  line-height: 1.16
}
.email__form--label {
  top: 40px
}
.email__form--ziplabel {
  top: 16px
}


.email__form input[type=text] {
  width: 100%;
  max-width: 100%;
  padding: 1.4375rem .625rem .625rem;
  border: 1px solid #000;
  vertical-align: top;
  font-size: 1rem;
  margin-top: .5rem
}
.email__form input[type=text]::-webkit-input-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.email__form input[type=text]:-moz-placeholder, .email__form input[type=text]::-moz-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.email__form input[type=text]:-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.email__form input[type=email] {
  width: 100%;
  max-width: 100%;
  padding: 1.4375rem .625rem .625rem;
  border: 1px solid #000;
  vertical-align: top;
  font-size: 1rem;
  margin-top: 1.9375rem;
  color: #000
}
.email__form input[type=email]::-webkit-input-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.email__form input[type=email]:-moz-placeholder, .email__form input[type=email]::-moz-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.email__form input[type=email]:-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.email__form input[type=submit] {
  width: 100%;
  height: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  color: #fff;
  background-color: #ff4a39;
  border: none;
  margin-top: 1.25rem;
  transition: background-color .3s ease-in-out
}
.email__form input[type=submit]:hover {
  background-color: #eb2643
}
.email-join {
  border: 1px solid #000;
  padding: 1.8125rem 1.5rem 2.5rem 2rem;
  margin: 1.125rem 0;
}
.donate {
  border: 1px solid #000;
  padding: 1.8125rem 1.5rem 2.5rem;
  margin: 1.125rem 0
}
.donate legend span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden
}
.donate__hed {
  color: #0d2c4c!important;
  font-size: 3.5rem;
  line-height: 1.125;
  font-family: proxima-nova, sans-serif;

font-weight: 700;

font-style: normal;
}
.donate__hed:after {
  content: "";
  display: block;
  background-color: #0d2c4c;
  height: 5px;
  width: 194px;
  margin-top: .875rem;
  margin-bottom: 1.4375rem
}
.donate__dek {
  color: #000;
  font-size: 1.125rem;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 1.625rem;
  line-height: 1.4
}
.donate__radio:checked+.donate__label {
  background-color: #ff4a39;
  color: #fff
}
.donate__label {
  text-align: center;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: .8125rem .9375rem .875rem 1.125rem;
  font-size: 1.2rem;
  line-height: 1.125;
  font-family: proxima-nova, sans-serif;

font-weight: 700;

font-style: normal;
  transition: color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}
.donate__label:hover, .donate__link {
  background-color: #ff4a39;
  color: #fff
}
.donate__link {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.27;
  display: block;
  width: auto;
  margin-top: 1.625rem;
  padding: .875rem 2rem;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  transition: background-color .3s ease-in-out
}
.donate__link:hover {
  background-color: #eb2643;
  text-decoration: none;
  color: #FFFFFF!important;
}
.events__hed {
  position: relative;
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover
}
.events__hed--first, .events__hed--second, .events__hed--third {
  font-size: 2.8125rem;
  line-height: 3.125rem;
  margin-top: 3.125rem;
  margin-left: 1rem;
  background-color: #000;
  color: #fff;
  display: inline-block;
  width: auto;
  font-family: proxima-nova, sans-serif;

font-weight: 700;

font-style: normal;
  padding: .5rem .75rem
}
.events__hed--first {
  transform: rotate(355deg);
  position: absolute;
  z-index: 2
}
.events__hed--second {
  transform: rotate(359deg);
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 61px;
  left: 102px;
  z-index: 3
}
.events__hed--third {
  transform: rotate(365deg);
  position: absolute;
  z-index: 4;
  top: 123px;
  left: 45px
}
.events__form {
  background: #000;
  color: #fff;
  height: auto;
  width: 100%;
  padding-top: 2.625rem;
  padding-bottom: 4.625rem
}
.events__form, .events__form label {
  position: relative
}
.events__form--label {
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: .75rem;
  line-height: 1.16;
  color: #000
}
.events__form--icon {
  height: 301px;
  width: 315px;
  margin: auto;
  position: relative;
  margin-bottom: 2.5rem;
  margin-left: 1.5rem
}
.events__form--title {
  font-size: 5rem;
  line-height: 5.625rem;
  position: absolute;
  top: 124px;
  left: 80px;
  padding-left: .5rem;
  background-color: #000;
  font-family: proxima-nova, sans-serif
}
.events__form--title:after {
  content: "";
  display: block;
  background-color: #3251ff;
  height: 5px;
  width: 161px;
  margin-left: 10px
}
.events__form--inputs {
  width: 306px;
  margin: auto
}
.events__form input[type=text] {
  padding: 1.4375rem .625rem .625rem;
  border: 1px solid #000;
  vertical-align: top;
  font-size: 1.125rem;
  width: 100%;
  color: #000
}
.events__form input[type=text]::-webkit-input-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.events__form input[type=text]:-moz-placeholder, .events__form input[type=text]::-moz-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.events__form input[type=text]:-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.events__form input[type=submit] {
  height: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  color: #000;
  background-color: #3251ff;
  border: none;
  margin-top: .5625rem;
  width: 100%
}
.issues {
  margin-bottom: 4.59375rem;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #000
}
.issues .kicker__link {
  padding: 1.0625rem 3.5rem 1.0625rem 1.0625rem
}
.issues .kicker__hed {
  font-size: 2.8125rem
}

.videos {
  padding: 1.25rem 1rem 0;
  max-width: 1264px;
  margin: 0 auto 2.25rem
}
.videos__hed {
  font-size: 4rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1rem
}
.videos__ang-hed {
  position: relative;
  margin-bottom: 1.5rem;
  margin-top: 1.9375rem
}
.videos__ang-hed--first, .videos__ang-hed--second {
  background-color: #000;
  color: #fff;
  font-size: 2.8125rem;
  line-height: 1.12;
  display: inline-block;
  font-family: proxima-nova, sans-serif
}
.videos__ang-hed--first {
  transform: rotate(354deg);
  position: relative;
  z-index: 2;
  padding: .125rem 1.875rem;
  font-size: 3.125rem
}
.videos__ang-hed--second {
  transform: rotate(361deg);
  position: relative;
  z-index: 1;
  padding: .5rem .9375rem;
  font-size: 2.375rem;
  margin-left: 3.75rem;
  margin-top: -10px
}
.video {
  margin: 1.25rem 0;
  border: 1px solid #000;
  padding: 1.25rem
}
.video .fb_iframe_widget {
  display: block
}
.video__image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%
}
.video__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.video--live {
  width: 100%;
  border: 1px solid #000;
  padding: 1.25rem;
  max-width: 794px;
  margin: 0 auto 2rem
}
.video__hed {
  font-size: 1.875rem;
  margin-top: .9375rem;
  font-family: proxima-nova, sans-serif
}
.video__link {
  color: #000
}
.more-videos {
  background-color: #000;
  color: #fff;
  font-size: 3.5rem;
  line-height: 5.5rem;
  padding: 2.4375rem 2.4375rem 3.0625rem;
  margin: 1.25rem 0;
  vertical-align: top;
  font-family: proxima-nova, sans-serif
}
.more-videos a {
  color: #fff
}
.more-videos a:hover {
  text-decoration: none;
  color: #3251ff
}
.more-videos a:hover .more-videos__icon {
  fill: #3251ff
}
.more-videos__icon {
  fill: #fff;
  height: 2.125rem;
  width: 2.5rem;
  display: inline-block;
  margin-left: 2.5rem
}
.more-videos .first:after {
  width: 173px
}
.more-videos .first:after, .more-videos .second:after {
  content: "";
  display: block;
  background-color: #3251ff;
  height: 5px
}
.more-videos .second:after {
  width: 131px
}
.pagination {
  margin: auto
}
.pagination__link {
  max-width: 408px;
  margin: 0 0 1rem auto;
  display: block;
  border: 1px solid #000;
  padding: 1.5rem;
  color: #000;
  width: 100%
}
.pagination__link:hover {
  color: #3251ff;
  text-decoration: none
}
.pagination__link:hover .pagination__icon {
  fill: #3251ff
}
.pagination__label {
  margin-bottom: .25rem
}
.pagination__title {
  font-family: proxima-nova, sans-serif;

font-weight: 700;

font-style: normal;
  font-size: 1.75rem;
  line-height: 1.3;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify
}
.pagination__icon {
  fill: #000;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  width: 20px;
  height: 15px;
  margin-left: 8px;
  margin-top: 10px
}
.page-numbers {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: proxima-nova, sans-serif
}
.page-numbers .page-numbers {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  display: block;
  font-size: 1.25rem;
  padding: .4em .53em .3em;
  margin: 0 5px
}
.page-numbers .dots {
  border: none;
  color: #000;
  background-color: #fff
}
.page-numbers a.page-numbers {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 1.25rem;
  margin: 0 5px;
  transition: all .3s ease-in-out
}
.page-numbers a.page-numbers:hover {
  background: #000;
  color: #fff;
  text-decoration: none
}
.page-numbers a.page-numbers.next:hover, .page-numbers a.page-numbers.prev:hover {
  background: #000
}
.page-numbers a.page-numbers.prev {
  margin-right: .6em;
  padding: 0
}
.page-numbers a.page-numbers.next {
  margin-left: .6em;
  padding: 0
}
.share-links {
  list-style-type: none!important;
  margin: 0!important;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}
.share-links__item {
  margin: 0 1.5rem 0 0!important
}
.share-links__icon {
  height: 19px;
  width: 18px;
  fill: #ff2743
}
.share-links__label {
  margin-bottom: .2em!important
}
.share-links a:hover .share-links__icon {
  fill: #3251ff
}
.entry__header .share-links {
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}
.entry__header .share-links__icon {
  fill: #fff
}
.scoreboard {
  font-family: proxima-nova, sans-serif;

font-weight: 700;

font-style: normal;
  background-image: url(/web/20181030222454im_/https://betofortexas.com/wp-content/themes/wp-bft-flst/images/scoreboard_bkgd_photo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  padding: 120px 0
}
.scoreboard>* {
  position: relative;
  z-index: 1
}
.scoreboard:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 0
}
.scoreboard__inner {
  max-width: 900px;
  margin: 0 auto
}
.scoreboard__item {
  text-align: center
}
.scoreboard__item--icon {
  display: block;
  background: #3251ff;
  height: 60px;
  width: 60px;
  padding: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 100%
}
.scoreboard__item--icon img, .scoreboard__item--icon svg {
  width: 40px;
  height: 40px
}
.scoreboard__item--sub {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 1.46px;
  margin: 16px 0 0
}
.scoreboard__item--hed {
  font-weight: 400;
  font-size: 150px;
  letter-spacing: 1.46px;
  line-height: 1.388;
  margin: 0;
  margin-bottom: 2rem
}
.scoreboard__item--hed.money {
  vertical-align: top
}
.scoreboard__item--hed.money:before {
  content: "\0024";
  font-size: .5em;
  line-height: 2.26;
  vertical-align: top
}
.modal--fade .modal-inner, .modal--show .modal-inner {
  margin-left: -400px;
  width: 800px;
  top: 42px
}
.modal--fade .modal-content, .modal--show .modal-content {
  max-height: 90vh
}
.modal--fade.modal--portrait .modal-inner, .modal--show.modal--portrait .modal-inner {
  margin-left: -180px;
  width: 360px
}
.modal--fade.modal--square .modal-inner, .modal--show.modal--square .modal-inner {
  margin-left: -300px;
  width: 600px
}
.modal--fade .modal-close:after, .modal--show .modal-close:after {
  margin-right: -400px;
  top: 17px;
  color: #000
}
.modal--fade.modal--portrait .modal-close:after, .modal--show.modal--portrait .modal-close:after {
  margin-right: -180px
}
.modal--fade.modal--square .modal-close:after, .modal--show.modal--square .modal-close:after {
  margin-right: -300px
}
.lazyload, .lazyloading {
  opacity: 0;
  transition: opacity 1s ease-in-out
}
img.lazyloaded {
  opacity: 1
}
img.pxl {
  bottom: -1px
}
.sprite {
  display: none
}
.inbed {
  position: relative;
  height: 0;
  overflow: hidden
}
.inbed.inbed-video {
  padding-bottom: 56.25%
}
.inbed.inbed-image {
  padding-bottom: 78.25%
}
.inbed.inbed-audio {
  padding-bottom: 18.25%
}
.inbed.today {
  padding-bottom: calc(56.25% + 75px)
}
.inbed.msnbc {
  padding-bottom: calc(56.25% + 100px)
}
.inbed.square {
  padding-bottom: 100%
}
.inbed embed, .inbed iframe, .inbed object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.lt-ie7 label, .lt-ie8 label, .lt-ie9 label {
  display: block!important
}
.lt-ie7 img {
  -ms-interpolation-mode: bicubic
}
.lt-ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true))
}
@media screen and (min-width:30em) {
  .modal--fade {
    transition: opacity .4s
  }
}
@media screen and (max-height:36em) and (min-width:30em) {
  .modal--fade .modal-content, .modal--show .modal-content {
    max-height: 265px;
    max-height: 40vh
  }
}
@media screen and (max-height:46em) and (min-width:30em) {
  .modal--fade .modal-content, .modal--show .modal-content {
    max-height: 340px;
    max-height: 50vh
  }
  .modal--show .modal-content, modal--fade .modal-content {
    max-height: 90vh
  }
}
@media screen and (min-width:600px) {
  .entry__header {
    height: 450px
  }
  .entry__header--post {
    padding: 3.5rem 2rem
  }
  .entry__hed {
    padding: .3125rem 3.75rem
  }
  .entry__hed--post {
    font-size: 4rem
  }
  .entry__body h1 {
    font-size: 2.25rem
  }
  .entry__body h2 {
    font-size: 2rem
  }
  .entry__body h3 {
    font-size: 1.75rem
  }
  .entry__body h4 {
    font-size: 1.5rem
  }
  .entry__body h5 {
    font-size: 1.25rem
  }
  .entry__body h6 {
    font-size: 1rem
  }
  .entry__body ol, .entry__body ul {
    margin: 1rem 0 1rem 2.5rem
  }
  .entry__body blockquote {
    margin: 2rem 0;
    padding: 1.25rem 2rem
  }
  .entry__body picture {
    box-shadow: 0 0 0 21px #fff, 0 0 0 22px #000
  }
  .post-list__wrappper {
    padding: 0 1rem;
    margin: 3.5rem auto
  }
  .post-list__wrappper .pagination {
    margin-top: 3.5rem
  }
  .kicker__link {
    padding: 2rem 3.5rem 2rem 1.0625rem
  }
  .marquee__hed {
    font-size: 4rem;
    top: 12px;
    right: 12px
  }
  .marquee__hed .first-line:after {
    right: -16px
  }
  .marquee__hed .second-line:after {
    right: -12px
  }
  .donate__link, .email-signup__form input[type=submit], .email__form input[type=submit], .sms-signup__form input[type=submit] {
    width: 7.8125rem
  }
  .issues {
    width: calc(100% - 140px)
  }
  .pagination__link {
    padding: 2rem
  }
  .pagination__label {
    font-size: 1.125rem
  }
  .pagination__title {
    font-size: 2rem
  }
  .pagination__icon {
    margin-top: 13px
  }
}
@media screen and (min-width:768px) {
  .header {
    padding: 1.625rem 2rem
  }
  .header__logo {
    width: 115px;
    height: 84px;

  }
  .expand .header__nav-wrap {
    padding-top: 10.5rem
  }
  .foot .sm-nav {
    position: static
  }
  .foot {
    padding: 4.375rem 2rem 2rem
  }
  .foot__credit {
    font-size: .875rem
  }
  .footer-nav {
    max-width: none;
    margin: 0 0 2.625rem
  }
  .footer-nav__list {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
  }
  .footer-nav__item, .footer-nav__item:nth-child(odd) {
    width: auto;
    margin: 0 2em 0 0
  }
  .footer-nav__item:last-child {
    margin-right: 0
  }
  .entry__hed {
    font-size: 6.25rem
  }
  .entry__container {
    padding: 2.125rem 2rem
  }
  .entry__body {
    font-size: 1.25rem;
    padding: 1.75rem 2rem;
    max-width: 944px;
    padding-bottom: 2.25rem
  }
  .entry__body .caption {
    font-size: 1.125rem
  }
  .entry__body .large-img {
    width: 90%
  }
  .entry__body .medium-img {
    width: 75%
  }
  .entry__body .small-img {
    width: 50%
  }
  .entry__body .thumbnail {
    width: 300px
  }
  .entry__body .alignleft, .entry__body .alignright {
    max-width: 60%
  }
  .entry__body .button-link {
    font-size: 1.125rem
  }
  .post-list {
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    width: calc(80% - 32px);
    max-width: calc(100% - 200px)
  }
  .post-list__wrappper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .post-list__sidebar {
    margin-top: 0;
    width: 20%;
    max-width: 200px;
    margin-right: 2rem;
    -webkit-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1
  }
  .kicker__image {
    max-width: 120px;
    margin-right: 2rem
  }
  .marquee {
    padding: 0 2rem
  }
  .news-alert {
    margin: 0 2rem 1.5625rem
  }
  .home .news-alert {
    margin-bottom: 2.5rem
  }
  .join-signup__hed {
    font-size: 2.5rem
  }
  .donate, .email-signup, .sms-signup, .email-join {
    padding: 2.1875rem 1.875rem 2.5rem
  }
  .videos {
    padding: 1.625rem 2rem 0;
    margin-bottom: 3.5rem
  }
  .videos__hed {
    margin-bottom: 2.25rem
  }
  .videos__ang-hed--first {
    font-size: 5.625rem
  }
  .videos__ang-hed--second {
    padding: .5rem 1.875rem;
    font-size: 4rem;
    margin-left: 4.4375rem
  }
  .page-numbers {
    font-size: 1.125rem
  }
}
@media screen and (min-width:980px) {
  .mobile__marquee {
    display:none;
  }
  .mobile__marquee__about {
    display:none;
  }
  .header {
    padding: 2rem;
    -webkit-box-align: end;
    box-align: end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end
  }
  .expand .header, .header {
    position: relative
  }
  .header--prefix {
    background: #fff;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 71%, .5);
    position: fixed;
    z-index: 10;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    left: 0;
    right: 0;
    top: -100px;
    padding: .9375rem 2rem
  }
  .header--prefix .lang-nav, .header--prefix .sm-nav {
    display: none
  }
  .header--prefix .header__logo {
    width: 84px;
    height: 62px
  }
  .header--show-fixed {
    transition: top .5s ease-in-out;
    top: 0
  }
  .header__logo {
    margin: 8px 0
  }
  .header__btn {
    display: none!important
  }
  .header__nav-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
  }
  .expand .header__nav-wrap, .header__nav-wrap {
    position: static;
    overflow: visible;
    height: auto;
    width: auto
  }
  .expand .header__nav-wrap {
    padding: 0;
    background: transparent
  }
  .header .button-link {
    width: auto;
    margin: 0
  }
  .expand {
    overflow: visible;
    height: auto;
    width: auto
  }
  .nav {
    max-width: none;
    margin: 0;
    font-size: 1.125rem
  }
  .nav__list {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .nav__item {
    flex-shrink: 1;
    -ms-flex-negative: 1
  }
  .nav__item, .nav__item:nth-child(odd) {
    width: auto;
    margin: 0 1.5em 0 0
  }
  .sm-nav {
    position: absolute;
    top: 26px;
    right: 240px;
    margin: 0;
    max-width: none;
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start
  }
  .foot .sm-nav {
    max-width: 170px;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 0 auto 2.625rem
  }
  .sm-nav__link {
    height: 36px;
    width: 36px;
    margin-right: .4375rem
  }
  .sm-nav__link:last-child {
    margin-right: 0
  }
  .foot .sm-nav__link {
    height: 36px;
    width: 36px
  }
  .foot .sm-nav__icon, .sm-nav__icon {
    height: 19px;
    width: 19px
  }
  .lang-nav {
    margin: 0;
    position: absolute;
    top: 26px;
    right: 32px;
    width: 196px
  }
  .lang-nav__item {
    max-width: 200px
  }
  .entry__header {
    height: 592px
  }
  .entry__sub {
    font-size: 1.125rem
  }
  .entry__label:after {
    margin: 0 .6em 5px
  }
  .entry__container {
    padding: 3.5rem 2rem
  }
  .entry__body {
    padding-top: 1.875rem;
    padding-bottom: 3.5rem
  }
  .entry__body h1 {
    font-size: 4rem;
    line-height: 4.5625rem
  }
  .entry__body h2 {
    font-size: 3.5rem;
    line-height: 3.375rem
  }
  .entry__body h3 {
    font-size: 2.25rem;
    line-height: 2.5625rem
  }
  .entry__body h4 {
    font-size: 1.875rem;
    line-height: 2.125rem
  }
  .entry__body h5 {
    font-size: 1.5rem;
    line-height: 1.8125rem
  }
  .entry__body h6 {
    font-size: 1.5rem;
    line-height: 1.6875rem
  }
  .entry__body .aligncenter.full, .entry__body .alignnone.full {
    margin-left: -51px;
    margin-right: -51px;
    width: calc(100% + 102px)
  }
  .entry__body .alignleft {
    margin: 4.25rem 3.5rem;
    margin-left: -51px
  }
  .entry__body .alignright {
    margin: 4.25rem 3.5rem;
    margin-right: -51px
  }
  .entry__body .callout {
    font-size: 1.5rem
  }
  .post-list__wrappper {
    padding: 0 2rem
  }
  .kicker__link {
    padding: 3.5rem 5.375rem 3.5rem 1.0625rem
  }
  .kicker__hed {
    font-size: 3.5rem
  }
  .kicker__sub {
    font-size: 1.125rem
  }
  .kicker__label:after {
    margin: 0 .6em 5px
  }
  .kicker__icon {
    height: 52px;
    width: 70px
  }
  .header+.marquee {
    margin-top: 1rem
  }
  .marquee {
    padding: 0 5.375rem 0 10%;
    margin-bottom: 4.25rem
  }
  .marquee__image:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: -15px;
    bottom: -19px;
    left: 24px;
    right: -22px;
    border: 1px solid #000
  }


  .video__header__wrapper {
    -webkit-transform: translateX(20%);
  }
  .video__header {
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    object-fit: cover;
    -moz-transform:scale(1.5);
    -webkit-transform:scale(1.5);
    -o-transform:scale(1.5);
    -ms-transform:scale(1.5);
    transform:scale(1.5);
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;  
  }

  @media screen and (max-width: 650px) {
    .video__header {
        display: none;
    }
  }

  .news-alert {
    text-align: center;
    padding: 1.125rem 1.4375rem 1.1875rem;
    margin-bottom: 2.1875rem
  }
  .home .news-alert {
    margin-bottom: 3.125rem
  }
  .news-alert__link {
    display: inline
  }
  .cta-kickers, .cta-kickers-alt {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
  }
  .cta-kickers-alt {
    max-width: 1180px;
    margin: auto;
    margin-bottom: 4rem
  }
  .join-signup {
    position: absolute;
    text-align: left;
    top: 50%;
    left: 32px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 39.8%;
    z-index: 2;
    background: #fff;
    border: none;
    padding: .75rem 5% 2.25rem
  }
  .join-signup:before {
    right: -20px;
    border: 1px solid #fff
  }
  .join-signup:after, .join-signup:before {
    content: "";
    position: absolute;
    left: 0;
    top: -23px;
    bottom: -23px
  }
  .join-signup:after {
    z-index: 1;
    /*width: calc(22.8vw - 32px);*/
    border-top: 1px solid #0d2c4c;
    border-left: 1px solid #0d2c4c;
    border-bottom: 1px solid #0d2c4c
  }
  .join-signup__hed {
    font-size: 2.275rem;
    text-align: left;
    color: #0d2c4c;
  }
  .join-signup .email__form {
    position: relative;
    z-index: 2
  }
/*  .email-join {
    position: relative;
    z-index: 2;
  }*/
  .email-signup, .sms-signup {
    padding: 2.5rem;
    width: 42%;
    display: inline-block
  }
  .donate {
    width: 55%;
    display: inline-block
  }
  .donate__label {
    font-size: 2rem;
    padding: .625rem 1.875rem
  }
  .email-join {
    width: 55%;
    display: inline-block;
    padding: 2rem 2rem 0;
  }
  .events {
    display: flex;
    min-height: 23.75rem
  }
  .events__hed {
    width: 63%;
    height: 633px
  }
  .events__hed--first, .events__hed--second, .events__hed--third {
    font-size: 3.5rem;
    line-height: 5.0625rem;
    margin-top: 4.6875rem;
    margin-left: 3.125rem
  }
  .events__hed--second {
    top: 90px;
    left: 160px
  }
  .events__hed--third {
    top: 184px;
    left: 70px
  }
  .events__form {
    width: 37%;
    height: 633px
  }
  .issues .kicker__link {
    padding: 1.0625rem 5.375rem 1.0625rem 1.0625rem
  }
  .issues .kicker__hed {
    font-size: 4rem
  }
  .videos {
    padding: 2rem 2rem 0
  }
  .videos, .videos__hed {
    margin-bottom: 1.75rem
  }
  .videos__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .video--live~.video:nth-of-type(3n+3) {
    margin-right: 1.25rem
  }
  .video--live~.video:nth-of-type(3n+4) {
    margin-right: 0
  }
  .video {
    margin-right: 1.25rem;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    width: calc(33.3333% - 13.33px)
  }
  .video:nth-of-type(3n+3) {
    margin-right: 0
  }
  .video--live {
    width: 100%
  }
  .more-videos {
    margin: 1.25rem 0;
    padding: 1.8125rem 2.4375rem 2.4375rem;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    width: calc(33.3333% - 13.33px)
  }
  .more-videos__icon {
    margin-left: .625rem
  }
  .scoreboard__inner {
    display: flex;
    justify-content: space-between
  }
  .scoreboard__item--hed {
    margin-bottom: 0
  }
}

@media screen and (max-width:980px) {
  .new-fs-form-section {
    display: none;
  }

  .new__fs__marquee__desktop {
    display: none;
  }
}
@media screen and (min-width:980px) and (min-width:1320px) {
  .join-signup {
    left: 56px
  }

  .email-join{
    display:none!important;
  }
}
@media screen and (min-width:1050px) {
  .entry__body ol, .entry__body ul {
    margin: 1.5rem 0 1rem 3.5rem
  }
  .entry__body li {
    margin: .75em 0
  }
  .marquee__image:after {
    content: ""
  }
  .events__form--icon {
    height: 357px;
    width: 374px;
    margin-bottom: 2.875rem;
    margin-left: 3.125rem
  }
  .events__form--title {
    top: 144px;
    left: 120px
  }
}
@media screen and (min-width:1200px) {
  .header {
    padding: 2.5rem 2rem
  }
  .header--prefix {
    padding: .9375rem 2rem
  }
  .header__logo {
    margin: 0;
    width: 152px;
    height: 112px
  }
  .nav {
    margin-right: 3.375rem
  }
  .nav__item {
    margin: 0 2em 0 0
  }
  .nav__item:nth-child(odd) {
    width: auto;
    margin: 0 2em 0 0
  }
  .nav__item:last-child {
    margin-right: 0
  }
  .lang-nav, .sm-nav {
    top: 32px
  }
  .entry__container {
    padding: 4rem 2rem
  }
  .entry__body {
    font-size: 1.1875rem;
    padding: 2.1875rem 2rem;
    padding-bottom: 3.5rem
  }
  .entry__body .aligncenter.full, .entry__body .alignnone.full {
    margin-left: -102px;
    margin-right: -102px;
    width: calc(100% + 204px)
  }
  .entry__body .alignleft {
    margin-left: -102px
  }
  .entry__body .alignright {
    margin-right: -102px
  }
  .post-list__wrappper {
    padding: 0 3.5rem
  }
  .kicker__image {
    margin-right: 2.25rem
  }
  .marquee {
    margin-bottom: 5.25rem
  }
  .marquee__hed {
    font-size: 5rem;
    right: 20px
  }
  .marquee__hed .first-line:after {
    left: 36px;
    right: -25px
  }
  .marquee__hed .second-line:after {
    left: 30px;
    right: -19px
  }
  .join-signup__hed {
    font-size: 3.75rem
  }
  .videos {
    padding: 2.5rem 2rem 0;
    margin-bottom: 3.125rem
  }
  .videos__hed {
    margin-bottom: 2.75rem
  }
  .more-videos {
    padding: 2.4375rem 2.4375rem 3.0625rem
  }
  .more-videos__icon {
    margin-left: 2.5rem
  }
}
@media screen and (min-width:1320px) {
  .header {
    padding: 2.5rem 3.5rem
  }
  .header--prefix {
    padding: .9375rem 3.5rem
  }
  .nav {
    margin-right: 5rem
  }
  .sm-nav {
    right: 264px
  }
  .lang-nav {
    right: 56px
  }
  .entry__body {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem
  }
  .marquee {
    padding: 0 7.5rem 0 10%;
    margin-bottom: 5.625rem
  }
  .news-alert {
    margin: 0 3.5rem 2.8125rem
  }
  .home .news-alert {
    margin-bottom: 3.75rem
  }
  .join-signup:after {
    width: calc(22.8vw - 56px)
  }
  .join-signup__hed {
    font-size: 2.75rem
  }
}
@media screen and (max-width:690px) {
  .modal--fade .modal-inner, .modal--show .modal-inner {
    width: auto;
    left: 20px;
    right: 20px;
    margin-left: 0
  }
  .modal--fade .modal-close:after, .modal--show .modal-close:after {
    margin-right: 0!important;
    right: 20px
  }
}
@media screen and (max-width:30em) {
  .modal--fade, .modal--show {
    -webkit-transform: translateY(400px);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: opacity 1ms .25s;
    display: block;
    right: auto;
    bottom: auto
  }
  .is-active.modal--fade, .is-active.modal--show, .modal--fade:target, .modal--show:target {
    width: 100%;
    height: 100%
  }
  .is-active.modal--fade .modal-close, .is-active.modal--show .modal-close, .modal--fade:target .modal-close, .modal--show:target .modal-close {
    display: block
  }
  .modal--fade .modal-inner, .modal--show .modal-inner {
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: auto
  }
  .modal--fade .modal-content, .modal--show .modal-content {
    max-height: none;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto
  }
  .modal--fade .modal-close, .modal--show .modal-close {
    display: none;
    right: auto
  }
  .modal--fade .modal-close:before, .modal--show .modal-close:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20
  }
  .modal--fade .modal-close:after, .modal--show .modal-close:after {
    top: 5px!important;
    right: 5px;
    left: auto;
    margin-left: 0
  }
  .is-stacked.modal--fade, .is-stacked.modal--show {
    -webkit-animation: scaleDown .7s ease both;
    animation: scaleDown .7s ease both
  }
  .is-stacked.modal--fade .modal-inner, .is-stacked.modal--show .modal-inner {
    -webkit-animation: none;
    animation: none
  }
  .is-stacked.modal--fade .modal-close, .is-stacked.modal--show .modal-close {
    opacity: 1
  }
  .modal--fade .modal-close:before, .modal--show .modal-close:before {
    background: #27aae2;
    height: 3em;
    box-shadow: 0 0 5px rgba(0, 0, 0, .6)
  }
  .modal--fade .modal-inner, .modal--show .modal-inner {
    padding-top: 3em;
    box-shadow: none
  }
  .modal--fade .modal-close, .modal--show .modal-close {
    text-decoration: none
  }
  .modal--fade .modal-close:after, .modal--show .modal-close:after {
    content: attr(data-close);
    font-size: 1em;
    padding: .5em 1em
  }
  .modal--fade.modal--portrait .modal-inner, .modal--fade.modal--square .modal-inner, .modal--show.modal--portrait .modal-inner, .modal--show.modal--square .modal-inner {
    margin-left: 0;
    width: auto
  }
  .modal--fade .modal-close:before, .modal--show .modal-close:before {
    background: #ff3251
  }
}
@media print {
  * {
    background: transparent!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important
  }
  a, a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " (" attr(href) ")"
  }
  abbr[title]:after {
    content: " (" attr(title) ")"
  }
  .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  img, tr {
    page-break-inside: avoid
  }
  img {
    max-width: 100%!important
  }
  h2, h3, p {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}
*, ::after, ::before {
  box-sizing: inherit;
}
.has-overlay {
  overflow: hidden;
  height: auto
}
.has-overlay>body {
  height: 100%;
  overflow: hidden
}
.modal--fade, .modal--show {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none\9;
  color: #222;
  line-height: 1.3
}
ins, mark {
  color: #000
}
.is-active.modal--fade, .is-active.modal--show, .modal--fade:target, .modal--show:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: auto;
  height: auto;
  opacity: 1;
  display: block\9
}
.is-active.modal--fade, .is-active.modal--show {
  height: 100%\9;
  width: 100%\9
}
.modal--fade .modal-inner, .modal--show .modal-inner {
  position: absolute;
  left: 50%;
  z-index: 20;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}
.modal--fade .modal-inner>iframe, .modal--fade .modal-inner>img, .modal--fade .modal-inner>video, .modal--show .modal-inner>iframe, .modal--show .modal-inner>img, .modal--show .modal-inner>video {
  width: 100%;
  height: auto;
  min-height: 300px
}
.modal--fade .modal-inner>img, .modal--show .modal-inner>img {
  width: auto;
  max-width: 100%
}
.modal--fade .modal-inner iframe, .modal--show .modal-inner iframe {
  display: block;
  width: 100%;
  border: 0
}
.modal--fade .modal-content, .modal--show .modal-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
.modal--fade .modal-content>*, .modal--show .modal-content>* {
  max-width: 100%
}
.modal--fade .modal-close, .modal--show .modal-close {
  display: block;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  text-indent: -100px
}
.modal--fade .modal-close:focus:after, .modal--show .modal-close:focus:after {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px
}
.modal--fade .modal-close:before, .modal--show .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10
}
.modal--fade .modal-close:after, .modal--show .modal-close:after {
  position: absolute;
  top: 35px;
  right: 50%;
  z-index: 20;
  margin-right: -325px
}
.is-stacked.modal--fade, .is-stacked.modal--show {
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  opacity: 1
}
.is-stacked.modal--fade .modal-inner, .is-stacked.modal--show .modal-inner {
  -webkit-animation: scaleDown .7s ease both;
  -moz-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both
}
.is-stacked.modal--fade .modal-close, .is-stacked.modal--show .modal-close {
  opacity: 0
}
.modal--fade .modal-inner, .modal--show .modal-inner {
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  max-width: 100%;
  -webkit-transition: max-width .25s linear, margin-left 125ms linear;
  transition: max-width .25s linear, margin-left 125ms linear
}
.nav, .sm-nav {
  max-width: 254px
}
.modal--fade header, .modal--show header {
  border-bottom: 1px solid #ddd;
  padding: 0 1.2em
}
.modal--fade header>h2, .modal--show header>h2 {
  margin: .5em 0
}
a, fieldset, form {
  margin: 0
}
.modal--fade .modal-content, .modal--show .modal-content {
  border-bottom: 1px solid #ddd;
  padding: 15px 1.2em;
  max-height: 90vh
}
.modal--fade footer, .modal--show footer {
  border-top: 1px solid #fff;
  padding: 0 1.2em 18px;
  background: #f0f0f0;
  border-radius: 2px
}
.modal--fade .modal-close:before, .modal--show .modal-close:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=)
}
.modal--fade .modal-close:after, .modal--show .modal-close:after {
  content: '\00d7';
  background: #fff;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 1.2em;
  text-decoration: none;
  text-indent: 0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
a, body, html {
  font-size: 100%;
}
.entry__body em, .entry__body i, .news-alert__hed, mark {
  font-style: italic
}
ol, ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
a:link {
  /* -webkit-tap-highlight-color: blue; */
}
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none!important
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none!important
}
#access, .assistive-text, .donate__radio, .email__form legend span, .pxl {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px)
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-family: 'proxima-nova', sans-serif
}
a {
  padding: 0;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline
}
a:active, a:hover {
  outline: 0
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
.header__btn, input[type=submit], label {
  cursor: pointer
}
blockquote {
  quotes: none
}
del {
  text-decoration: line-through
}
.entry__body .button-link:hover, .kicker__link:hover, .lang-nav__item:hover, ins {
  text-decoration: none
}
code, kbd, pre, samp {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
picture {
  display: block
}
svg {
  display: block;
  overflow: visible
}
embed, img, object {
  display: block;
  width: 100%;
  height: auto
}
ins {
  background: #FFF
}
mark {
  background: #e6e6e6;
  font-weight: 700
}
.video-container {
  position: relative;
  padding-bottom: 56.25%
}
.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%
}
fieldset {
  border: 0;
  padding: 0
}
input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit
}
input:-moz-placeholder {
  opacity: 1;
  color: inherit
}
input::-moz-placeholder {
  opacity: 1;
  color: inherit
}
input:-ms-input-placeholder {
  opacity: 1;
  color: inherit
}
input, select {
  line-height: normal;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0
}
legend {
  border: 0;
  padding: 0
}
.img.dbclk {
  display: none!important
}
.header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 1.25rem 1rem;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
}
.expand .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2
}
.header__btn, .header__hed {
  position: relative;
  z-index: 3
}
.header__link {
  display: block;
  fill: #0d2c4c;
}
.header__logo {
  width: 87px;
  height: 64px
}
.header__btn {
  height: 58px;
  width: 125px;
  padding-left: 20px;
  border: 1px solid #858585;
  background: 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 1.25rem
}
.header__btn__text {
  vertical-align: inherit;
  color:  #000000;
}
.header__btn .menu__icon {
  width: 16px;
  height: 16px;
  margin-right: .625rem;
  margin-top: .25rem
}
.expand .header__btn--open, .header__btn--close {
  display: none
}
.expand .header__btn--close {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}
.header__nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  overflow: hidden
}
.expand .header__nav-wrap {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 2;
  padding: 8.125rem 3.5rem 0;
  background: #FFF
}
.header .button-link {
  display: table;
  background: #ff4a39;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1rem 1.875rem;
  text-align: center;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  width: 100%;
  margin: 0 auto 1.5rem;
  max-width: 254px
}
.nav__list, .sm-nav {
  display: -webkit-box;
  display: -moz-box
}
.header .button-link:hover {
  text-decoration: none;
  background: #EB2643
}
.expand {
  height: 100vh;
  width: 100vw;
  overflow: hidden
}
.nav {
  font-size: 1.25rem;
  margin: 0 auto
}
.nav__list {
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.footer-nav__list, .page-numbers {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple
}
.nav__item {
  margin-bottom: 1.6em;
  width: calc(50% - 16px);
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0
}
.nav__item:nth-child(odd) {
  margin-right: 1rem;
  width: 50%
}
.nav__link {
  color: #000;
}
.nav__link:hover {
  color: #3251FF
}
.nav__link-active {
  text-decoration: underline;
  color: #000;
}
.sm-nav {
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0 auto 1.75rem
}
.lang-nav, .sm-nav__link {
  display: -webkit-box;
  display: -moz-box
}
.foot .sm-nav {
  max-width: 220px;
  margin-bottom: 2.625rem
}
.sm-nav__link {
  /*border: 1px solid #858585;*/
  height: 41px;
  width: 41px;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center
}
.foot .sm-nav__link {
  border: 1px solid #0d2c4c;
  height: 48px;
  width: 48px
}
.foot .sm-nav__link:hover {
  border-color: #EB2643
}
.foot .sm-nav__link:hover .sm-nav__icon {
  fill: #EB2643
}
.kicker__link:hover .kicker__icon, .sm-nav__link:hover .sm-nav__icon {
  fill: #3251FF
}
.sm-nav__link:hover {
  border-color: #3251FF
}
.sm-nav__icon {
  fill: #0d2c4c;
  height: 22px;
  width: 22px;
}
.foot .sm-nav__icon {
  fill: #FFF;
  height: 26px;
  width: 26px
}
.lang-nav {
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  height: 37px;
  max-width: 254px;
  margin: 0 auto
}
.lang-nav__item {
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #000;
  font-size: .875rem
}
.entry__hed, .entry__sub, .entry__sub a, .foot, .foot__pp, .footer-nav__link {
  color: #FFF;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
}
.lang-nav__item--current {
  background: #0d2c4c;
  color: #FFF
}
.foot {
  background: #0d2c4c!important;
  padding: 4rem 1rem 2rem
}
.foot__hed {
  margin: 0 0 .5rem;
}
.foot__link {
  display: table;
  margin: 0 auto
}
.foot__logo {
  fill: #FFF;
  width: 152px;
  height: 112px
}
.foot__group {
  font-size: .875rem;
  text-align: center;
  margin-bottom: 1.1875rem;
  line-height: 1.15
}
.foot__credit, .foot__disclaimer {
  font-size: .75rem;
  text-align: center
}
.foot__pp {
  margin: 0 1rem
}
.foot__credit {
  margin: 1.1875rem auto;
  border: 1px solid #FFF;
  max-width: 420px;
  display: table;
  padding: .4em .8em .45em
}
.foot__disclaimer {
  line-height: 1.9;
  max-width: 640px;
  margin: 0 auto
}
.footer-nav {
  font-size: 1.125rem;
  max-width: 220px;
  margin: 0 auto 1.5rem
}
.footer-nav__list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-nav__item {
  margin-bottom: 1.5em;
  width: calc(50% - 24px);
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0
}
.footer-nav__item:nth-child(odd) {
  margin-right: 1.5rem;
  width: 50%
}
.entry__header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 350px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #000
}
.entry__header--post {
  height: auto!important;
  padding: 2rem 1.25rem;
  text-align: center;
  display: block
}
.entry__label::after, .kicker__label::after {
  content: '';
  height: 5px;
  font-weight: 700
}
.entry__hed {
  background-color: #000;
  font-size: 3.125rem;
  line-height: 1.125;
  padding: .3125rem 1.25rem;
  display: inline-block;
  width: auto;
  font-family: proxima-nova, sans-serif
}
.entry__hed--post {
  transform: rotate(0)!important;
  padding: 0!important;
  font-size: 2.375rem;
  max-width: 880px;
  margin: 0 auto
}
.entry__sub {
  margin: 1.2em 0;
  line-height: 1.15
}
.entry__label::after {
  width: 5px;
  border-radius: 50%;
  background: #d8d8d8;
  display: inline-block;
  margin: 0 .6em 4px
}
.entry__container {
  padding: 1.25rem 1rem;
  max-width: 1264px;
  margin: 0 auto
}
.entry__body {
  line-height: 1.5;
  max-width: 912px;
  color: #000;
  margin: auto;
  padding: 2.25rem 1rem;
  font-size: 1rem
}
.entry__body h1, .entry__body h2, .entry__body h3, .entry__body h4, .entry__body h5, .entry__body h6 {
  line-height: 1.15;
  margin: 1em 0 .35em;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;

font-weight: 700;

font-style: normal;
  color: #000
}
.entry__body h1 {
  font-size: 1.75rem
}
.entry__body h2 {
  font-size: 1.5rem
}
.entry__body h3 {
  font-size: 1.25rem
}
.entry__body h4 {
  font-size: 1.125rem
}
.entry__body h5 {
  font-size: 1rem
}
.entry__body h6 {
  color: #9B9B9B;
  font-size: .875rem
}
.entry__body p {
  margin: 1.2em 0
}
.entry__body ol, .entry__body ul {
  margin: 1rem 0 1rem 1.5rem
}
.entry__body ul {
  list-style: disc
}
.entry__body ol {
  list-style-type: decimal
}
.entry__body li {
  margin: .5em 0
}
.entry__body dl {
  margin: 1.2em 0
}
.entry__body dt {
  font-weight: 700
}
.entry__body dd {
  margin: 0 0 .5em;
  padding-left: 1rem
}
.entry__body blockquote {
  margin: 1rem 0;
  padding: 1rem
}
.entry__body blockquote>:first-child {
  margin-top: 0
}
.entry__body blockquote>:last-child {
  margin-bottom: 0
}
.entry__body b, .entry__body strong, .entry__body th {
  font-weight: 700
}
.entry__body code {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: .9em
}
.email-signup__hed, .join-signup__hed, .kicker__hed, .marquee__hed, .sidebar__hed, .sms-signup__hed, .vol-signup__hed {
  font-family: proxima-nova, sans-serif;

font-weight: 700;

font-style: normal;

}
.entry__body table {
  width: 100%;
  margin: 1.2em 0
}
.entry__body td, .entry__body th {
  border: 1px solid #000;
  padding: .2em
}
.entry__body .featured-image {
  margin: 1.6rem 0 3.5rem!important
}
.entry__body picture {
  box-shadow: 0 0 0 16px #FFF, 0 0 0 17px #000
}
.entry__body picture img {
  max-width: none;
  width: 100%
}
.entry__body .caption {
  font-size: .6875rem;
  text-align: center;
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
  line-height: 1.15;
  color: #575757;
  font-style: italic
}
.entry__body .alignnone {
  margin: 1.5em 0
}
.entry__body .aligncenter.full, .entry__body .alignnone.full {
  width: calc(100% - 44px);
  margin: 4.1875rem 1.375rem
}
.entry__body .aligncenter {
  margin: 1.5em auto
}
.entry__body .full, .entry__body .large-img {
  width: 100%
}
.entry__body .medium-img {
  width: 90%
}
.entry__body .small-img {
  width: 75%
}
.entry__body .thumbnail {
  width: 150px
}
.entry__body .alignleft, .entry__body .alignright {
  clear: both;
  max-width: 50%
}
.entry__body .alignleft {
  float: left;
  margin: 2.125rem 2.25rem 2.125rem 1.375rem
}
.entry__body .alignright {
  float: right;
  margin: 2.125rem 1.375rem 2.125rem 2.25rem
}
.entry__body .button-center, .entry__body .button-left, .entry__body .button-right {
  margin: 1.5em 0
}
.entry__body .button-link {
  display: table;
  padding: .625rem 1rem;
  color: #FFF;
  background: #FF3251
}
.entry__body .button-link--right .button-link {
  margin-left: auto
}
.entry__body .button-link--center .button-link {
  margin: 0 auto
}
.entry__body .callout {
  color: #000;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
  padding: 2.1875rem 2.375rem 2rem 2.8125rem;
  font-weight: 700
}
.entry__body>:first-child {
  margin-top: 0
}
.entry__body>:last-child {
  margin-bottom: 0
}
.post-list {
  border-top: 1px solid #000
}
.post-list__wrappper {
  padding: 0 .9375rem;
  margin: 2rem auto
}
.post-list__wrappper .pagination {
  margin-top: 2rem;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0
}
.post-list__sidebar {
  margin-top: 2rem
}
.location__select {
  display: block;
  line-height: normal;
  font-size: 1rem;
  margin-top: 1rem;
  border: 1px solid #000;
  padding: .5rem 1.5rem .5rem .375rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath d='M14 1.38L12.54 0 7 5.24 1.46 0 0 1.38 7 8l7-6.62z' fill='%23000000'/%3E%3C/svg%3E") calc(100% - 10px) 50% no-repeat;
  background-size: 12px 7px;
  width: 100%;
  max-width: 180px
}
.location__select option {
  padding: 0
}
.sidebar__hed {
  font-size: 1.5rem;
  margin-bottom: .6em
}
.sidebar__item {
  color: #FF2743;
  font-size: 1.125rem;
  margin-bottom: .6em
}
.kicker__link, .sidebar__link {
  color: inherit
}
.kicker {
  border-bottom: 1px solid #000;
  position: relative
}
.kicker__link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 3.5rem 2rem 0
}
.kicker__link:hover .kicker__hed {
  color: #3251FF
}
.kicker__link::after {
  content: '';
  clear: both;
  display: table
}
.kicker__header, .pagination__title {
  display: -webkit-box;
  display: -moz-box
}
.kicker__image {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  max-width: 80px;
  margin-right: 1.5rem
}
.kicker__header {
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}
.kicker__hed {
  font-size: 2rem;
  line-height: 1.14;
  -webkit-transition: color ease-in-out .25s;
  -moz-transition: color ease-in-out .25s;
  transition: color ease-in-out .25s
}
.kicker__sub {
  color: #7D7D7D;
  margin-bottom: .2em;
  line-height: 1.15
}
.kicker__label {
  color: #FF2743
}
.kicker__label::after {
  width: 5px;
  border-radius: 50%;
  background: #d8d8d8;
  display: inline-block;
  margin: 0 .6em 4px
}
.kicker__icon {
  display: inline-block;
  height: 42px;
  width: 56px;
  position: absolute;
  right: 0;
  top: 50%;
  fill: #000;
  -webkit-transition: fill ease-in-out .25s;
  -moz-transition: fill ease-in-out .25s;
  transition: fill ease-in-out .25s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}
.marquee {
  position: relative;
  padding: 0 1rem;
  margin-bottom: 2rem
}
.marquee__header {
  position: relative;
  z-index: 0
}
.marquee__hed {
  position: absolute;
  z-index: 3;
  font-size: 3.5rem;
  color: #FFF;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 6px;
  top: 6px;
  text-align: right
}

.second-line {
  font-size: 2.75rem;
}
.third-line {
  font-size: 2.75rem;
}
.marquee__hed span {
  display: table;
  margin-bottom: .75rem;
  position: relative
}
.marquee__hed .first-line:after, .marquee__hed .second-line:after, .marquee__hed .third-line:after {
  display: block;
  background-color: #3251FF;
  height: 5px;
  position: absolute;
  bottom: -6px;
  content: ''
}
.marquee__hed .first-line:after {
  left: 26px;
  right: -11px
}
.marquee__hed .second-line {
  margin-left: auto
}
.marquee__hed .second-line:after {
  left: 14px;
  right: -8px
}
/*.marquee__hed .third-line {
  margin-left: auto
}*/
.marquee__hed .third-line:after {
  left: 14px;
  right: -8px
}
.marquee__image {
  height: 0;
  padding-top: 89%;
  position: relative
}
.marquee__image picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden
}
.marquee__image picture:before {
  content: '';
  z-index: 2;
  position: absolute;
  background-image: linear-gradient(90deg, rgba(2, 2, 2, 0) 0, #000 100%);
  opacity: .5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.marquee__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.news-alert {
  background-color: #000;
  margin: 0 1rem 1rem;
  padding: 1.3125rem 1.4375rem 1.625rem;
  line-height: 1.3;
  font-size: 1.0625rem;
  flex-wrap: wrap
}
.cta-kickers, .cta-kickers-alt {
  margin-bottom: 4rem
}
.news-alert__hed {
  color: #FFF;
  display: inline;
  font-weight: 700;
  text-transform: uppercase
}
.news-alert__led {
  display: inline;
  color: #FFF;
  font-weight: 400
}
.news-alert__link {
  display: block;
  color: #3251ff;
  text-decoration: underline;
  font-weight: 700
}
.cta-kickers-alt {
  padding-left: 1rem;
  padding-right: 1rem
}
.cta-kickers-alt--stack {
  margin-bottom: 0!important
}
.join-signup {
  border: 1px solid #000;
  text-align: center;
  padding: 1.5rem .8125rem 2.25rem;
  margin-bottom: 1rem
}
.join-signup__hed, .vol-signup__hed {
  color: #0d2c4c;
  font-size: 2.725rem;
  margin: 0;
  text-align: center
}
.join-signup .email__form {
  margin: 0
}
.join-signup .olvrmsg-fdbk {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700
}
.join-signup .olvrmsg-fdbk .olvrmsg-loading, .join-signup .olvrmsg-fdbk .olvrmsg-success {
  margin-top: 1.25rem
}
.email-signup, .sms-signup, .email-join {
  border: 1px solid #000;
  padding: 1.8125rem 1.5rem 3.125rem;
  margin: 1rem 0
}
.email-signup__hed, .sms-signup__hed {
  color: #000;
  font-size: 3.5rem;
  line-height: 1.125
}
.email-signup__hed:after, .sms-signup__hed:after {
  content: '';
  display: block;
  background-color: #0d2c4c;
  height: 5px;
  width: 194px;
  margin-top: .875rem;
  margin-bottom: 1.4375rem
}
.email-signup__form, .email__form, .sms-signup__form {
  margin-bottom: .8125rem
}
.email-signup__dek, .sms-signup__dek, .vol-signup__sub {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: 'proxima-nova', sans-serif
}
.email-signup__form label, .sms-signup__form label {
  position: relative
}
.email-signup__form--label, .sms-signup__form--label {
  position: absolute;
  top: 24px;
  left: 10px;
  font-size: .75rem;
  line-height: 1.16
}
.email-signup__form input[type=text], .sms-signup__form input[type=text] {
  width: 100%!important;
  padding: 1.4375rem .625rem .625rem;
  border: 1px solid #000;
  vertical-align: top;
  font-size: 1rem;
  margin-top: 1rem
}
.email-signup__form input[type=text]::-webkit-input-placeholder, .sms-signup__form input[type=text]::-webkit-input-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.email-signup__form input[type=text]:-moz-placeholder, .sms-signup__form input[type=text]:-moz-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.email-signup__form input[type=text]::-moz-placeholder, .sms-signup__form input[type=text]::-moz-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.email-signup__form input[type=text]:-ms-input-placeholder, .sms-signup__form input[type=text]:-ms-input-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.email-signup__form input[type=submit], .sms-signup__form input[type=submit] {
  width: 100%;
  height: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.27;
  color: #FFF;
  background-color: #ff4a39;
  border: none;
  margin-top: .8125rem;
  -webkit-transition: background-color ease-in-out .3s;
  -moz-transition: background-color ease-in-out .3s;
  transition: background-color ease-in-out .3s
}
.email-signup .olvrmsg-fdbk .olvrmsg-loading, .email-signup .olvrmsg-fdbk .olvrmsg-success, .email__form, .sms-signup .olvrmsg-fdbk .olvrmsg-loading, .sms-signup .olvrmsg-fdbk .olvrmsg-success {
  margin-top: 1.25rem
}
.donate__label, .email__form input[type=submit] {
  -webkit-transition: background-color ease-in-out .3s;
  -moz-transition: background-color ease-in-out .3s;
  text-align: center
}
.email-signup__form input[type=submit]:hover, .sms-signup__form input[type=submit]:hover {
  background-color: #EB2643
}
.email-signup .olvrmsg-fdbk, .sms-signup .olvrmsg-fdbk {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700
}
.email__form label {
  position: relative;
  display: block;
}
.email__form--label, .email__form--ziplabel, .email__form--namelabel {
  position: absolute;
  left: 10px;
  font-size: .75rem;
  line-height: 1.16
}
.email__form input[type=text], .email__form input[type=email] {
  max-width: 100%;
  padding: 1.4375rem .625rem .625rem;
  border: 1px solid #000;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
}
.email__form--label {
  top: 40px;
}

.email__form--namelabel {
    top: 17px;
}
.email__form--ziplabel {
  top: 16px
}
.email__form input[type=text] {
  margin-top: .5rem
}
.email__form input[type=text]::-webkit-input-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.email__form input[type=text]:-moz-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.email__form input[type=text]::-moz-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.email__form input[type=text]:-ms-input-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.email__form input[type=email] {
  margin-top: 1.9375rem;
  color: #000
}
.email__form input[type=email]::-webkit-input-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.email__form input[type=email]:-moz-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.email__form input[type=email]::-moz-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.email__form input[type=email]:-ms-input-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.email__form input[type=submit] {
  width: 100%;
  height: 3.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  color: #FFF;
  background-color: #ff4a39;
  border: none;
  margin-top: 1.25rem;
  transition: background-color ease-in-out .3s
}
.email__form input[type=submit]:hover {
  background-color: #EB2643
}
.donate {
  border: 1px solid #000;
  padding: 1.8125rem 1.5rem 2.5rem;
  margin: 1.125rem 0
}
.donate legend span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden
}
.donate__hed {
  color: #000;
  font-size: 3.5rem;
  line-height: 1.125;
  font-family: proxima-nova, sans-serif;

font-weight: 700;

font-style: normal;
}
.donate__hed:after {
  content: '';
  display: block;
  background-color: #0d2c4c;
  height: 5px;
  width: 194px;
  margin-top: .875rem;
  margin-bottom: 1.4375rem
}
.donate__dek {
  color: #000;
  font-size: 1.125rem;
  font-family: 'proxima-nova', sans-serif;
  margin-bottom: 1.625rem;
  line-height: 1.4
}
.donate__radio:checked+.donate__label {
  background-color: #ff4a39;
  color: #FFF
}
.donate__label {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
  padding: .8125rem .75rem .875rem .5rem;
  font-size: 1.5rem;
  line-height: 1.125;
  font-family: proxima-nova, sans-serif;

font-weight: 700;

font-style: normal;
  transition: background-color ease-in-out .3s
}
.donate__label:hover, .donate__link {
  background-color: #ff4a39;
  color: #FFF
}
.donate__link {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.27;
  display: block;
  width: auto;
  margin-top: 1.625rem;
  padding: .875rem 2rem;
  font-family: 'proxima-nova', sans-serif;
  -webkit-transition: background-color ease-in-out .3s;
  -moz-transition: background-color ease-in-out .3s;
  transition: background-color ease-in-out .3s
}
.donate__link:hover {
  background-color: #EB2643;
  text-decoration: none
}
.events__hed {
  position: relative;
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover
}
.events__hed--first, .events__hed--second, .events__hed--third {
  font-size: 2.8125rem;
  line-height: 3.125rem;
  margin-top: 3.125rem;
  margin-left: 1rem;
  background-color: #000;
  color: #FFF;
  display: inline-block;
  width: auto;
  font-family: proxima-nova, sans-serif;

font-weight: 700;

font-style: normal;
  padding: .5rem .75rem
}
.events__hed--first {
  transform: rotate(355deg);
  position: absolute;
  z-index: 2
}
.events__hed--second {
  transform: rotate(359deg);
  background-color: #FFF;
  color: #000;
  position: absolute;
  top: 61px;
  left: 102px;
  z-index: 3
}
.events__hed--third {
  transform: rotate(365deg);
  position: absolute;
  z-index: 4;
  top: 123px;
  left: 45px
}
.events__form, .events__form label {
  position: relative
}
.events__form {
  background: #000;
  color: #FFF;
  height: auto;
  width: 100%;
  padding-top: 2.625rem;
  padding-bottom: 4.625rem
}
.events__form--label {
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: .75rem;
  line-height: 1.16;
  color: #000
}
.events__form--icon {
  height: 301px;
  width: 315px;
  margin: auto auto 2.5rem 1.5rem;
  position: relative
}
.events__form--title {
  font-size: 5.3125rem;
  line-height: 5.625rem;
  position: absolute;
  top: 124px;
  left: 80px;
  padding-left: .5rem;
  background-color: #000;
  font-family: proxima-nova, sans-serif
}
.events__form--title:after {
  content: '';
  display: block;
  background-color: #3251ff;
  height: 5px;
  width: 161px;
  margin-left: 10px
}
.events__form--inputs {
  width: 306px;
  margin: auto
}
.events__form input[type=text] {
  padding: 1.4375rem .625rem .625rem;
  border: 1px solid #000;
  vertical-align: top;
  font-size: 1.125rem;
  width: 100%;
  color: #000
}
.events__form input[type=text]::-webkit-input-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.events__form input[type=text]:-moz-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.events__form input[type=text]::-moz-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.events__form input[type=text]:-ms-input-placeholder {
  color: #C7C7C7;
  opacity: 1
}
.events__form input[type=submit] {
  height: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  color: #000;
  background-color: #3251ff;
  border: none;
  margin-top: .5625rem;
  width: 100%
}
.more-videos, .videos__ang-hed--first, .videos__ang-hed--second {
  background-color: #000;
  font-family: proxima-nova, sans-serif
}
.pagination__link, .video, .video--live {
  border: 1px solid #000
}
.issues {
  margin-bottom: 4.59375rem;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #000
}
.issues .kicker__link {
  padding: 1.0625rem 3.5rem 1.0625rem 1.0625rem
}
.issues .kicker__hed {
  font-size: 2.8125rem
}
.videos {
  padding: 1.25rem 1rem 0;
  max-width: 1264px;
  margin: 0 auto 2.25rem
}
.videos__hed {
  font-size: 4rem;
  font-family: proxima-nova, sans-serif;

font-weight: 700;

font-style: normal;
  margin-bottom: 1rem
}
.videos__ang-hed {
  position: relative;
  margin-bottom: 1.5rem;
  margin-top: 1.9375rem
}
.videos__ang-hed--first, .videos__ang-hed--second {
  color: #FFF;
  line-height: 1.12;
  display: inline-block
}
.videos__ang-hed--first {
  transform: rotate(354deg);
  position: relative;
  z-index: 2;
  padding: .125rem 1.875rem;
  font-size: 3.125rem
}
.videos__ang-hed--second {
  transform: rotate(361deg);
  position: relative;
  z-index: 1;
  padding: .5rem .9375rem;
  font-size: 2.375rem;
  margin-left: 3.75rem;
  margin-top: -10px
}
.video {
  margin: 1.25rem 0;
  padding: 1.25rem
}
.video .fb_iframe_widget {
  display: block
}
.video__image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%
}
.video__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.video--live {
  width: 100%;
  padding: 1.25rem;
  max-width: 794px;
  margin: 0 auto 2rem
}
.video__hed {
  font-size: 1.875rem;
  margin-top: .9375rem;
  font-family: proxima-nova, sans-serif
}
.video__link {
  color: #000
}
.more-videos {
  color: #FFF;
  font-size: 3.5rem;
  line-height: 5.5rem;
  padding: 2.4375rem 2.4375rem 3.0625rem;
  margin: 1.25rem 0;
  vertical-align: top
}
.more-videos a {
  color: #FFF
}
.more-videos a:hover {
  text-decoration: none;
  color: #3251FF
}
.more-videos a:hover .more-videos__icon {
  fill: #3251FF
}
.more-videos__icon {
  fill: #FFF;
  height: 2.125rem;
  width: 2.5rem;
  display: inline-block;
  margin-left: 2.5rem
}
.more-videos .first:after, .more-videos .second:after {
  background-color: #3251FF;
  height: 5px;
  content: ''
}
.more-videos .first:after {
  display: block;
  width: 173px
}
.more-videos .second:after {
  display: block;
  width: 131px
}
.pagination {
  margin: auto
}
.pagination__link {
  max-width: 408px;
  margin: 0 0 1rem auto;
  display: block;
  padding: 1.5rem;
  color: #000;
  width: 100%
}
.pagination__link:hover {
  color: #3251FF;
  text-decoration: none
}
.pagination__link:hover .pagination__icon {
  fill: #3251FF
}
.pagination__label {
  margin-bottom: .25rem
}
.pagination__title {
  font-family: proxima-nova, sans-serif;

font-weight: 700;

font-style: normal;
  font-size: 1.75rem;
  line-height: 1.3;
  width: 100%;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify
}
.pagination__icon {
  fill: #000;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  width: 20px;
  height: 15px;
  margin-left: 8px;
  margin-top: 10px
}
.page-numbers {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: proxima-nova, sans-serif
}
.page-numbers .page-numbers {
  color: #FFF;
  background: #000;
  border: 1px solid #000;
  display: block;
  font-size: 1.25rem;
  padding: .4em .53em .3em;
  margin: 0 5px
}
.page-numbers .dots {
  border: none;
  color: #000;
  background-color: #FFF
}
.page-numbers a.page-numbers {
  color: #000;
  background-color: #FFF;
  border: 1px solid #000;
  font-size: 1.25rem;
  margin: 0 5px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.page-numbers a.page-numbers:hover {
  background: #000;
  color: #FFF;
  text-decoration: none
}
.page-numbers a.page-numbers.next:hover, .page-numbers a.page-numbers.prev:hover {
  background: #000
}
.page-numbers a.page-numbers.prev {
  margin-right: .6em;
  padding: 0
}
.page-numbers a.page-numbers.next {
  margin-left: .6em;
  padding: 0
}
.share-links {
  list-style-type: none!important;
  margin: 0!important;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}
.share-links__item {
  margin: 0 1.5rem 0 0!important
}
.share-links__icon {
  height: 19px;
  width: 18px;
  fill: #FF2743
}
.share-links__label {
  margin-bottom: .2em!important
}
.share-links a:hover .share-links__icon {
  fill: #3251FF
}
.entry__header .share-links {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}
.entry__header .share-links__icon {
  fill: #FFF
}
.scoreboard {
  font-family: proxima-nova, sans-serif;

font-weight: 700;

font-style: normal;
  background-image: url(../images/scoreboard_bkgd_photo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  padding: 120px 0
}
.scoreboard>* {
  position: relative;
  z-index: 1
}
.scoreboard:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 0
}
.scoreboard__inner {
  max-width: 900px;
  margin: 0 auto
}
.scoreboard__item {
  text-align: center
}
.scoreboard__item--icon {
  display: block;
  background: #3251ff;
  height: 60px;
  width: 60px;
  padding: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 100%
}
.scoreboard__item--icon img, .scoreboard__item--icon svg {
  height: 40px;
  width: 40px
}
.scoreboard__item--sub {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 1.46px;
  margin: 16px 0 0
}
.scoreboard__item--hed {
  font-weight: 400;
  font-size: 150px;
  letter-spacing: 1.46px;
  line-height: 1.388;
  margin: 0 0 2rem
}
.scoreboard__item--hed.money {
  vertical-align: top
}
.scoreboard__item--hed.money:before {
  content: '\0024';
  font-size: .5em;
  line-height: 2.26;
  vertical-align: top
}
.modal--fade .modal-inner, .modal--show .modal-inner {
  margin-left: -400px;
  width: 800px;
  top: 42px
}
.modal--fade.modal--portrait .modal-inner, .modal--show.modal--portrait .modal-inner {
  margin-left: -180px;
  width: 360px
}
.modal--fade.modal--square .modal-inner, .modal--show.modal--square .modal-inner {
  margin-left: -300px;
  width: 600px
}
.modal--fade .modal-close::after, .modal--show .modal-close::after {
  margin-right: -400px;
  top: 17px;
  color: #000
}
.modal--fade.modal--portrait .modal-close::after, .modal--show.modal--portrait .modal-close::after {
  margin-right: -180px
}
.modal--fade.modal--square .modal-close::after, .modal--show.modal--square .modal-close::after {
  margin-right: -300px
}
.lazyload, .lazyloading {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out
}
img.lazyloaded {
  opacity: 1
}
img.pxl {
  bottom: -1px
}
.sprite {
  display: none
}
.inbed {
  position: relative;
  height: 0;
  overflow: hidden
}
.inbed.inbed-video {
  padding-bottom: 56.25%
}
.inbed.inbed-image {
  padding-bottom: 78.25%
}
.inbed.inbed-audio {
  padding-bottom: 18.25%
}
.inbed.today {
  padding-bottom: calc(56.25% + 75px)
}
.inbed.msnbc {
  padding-bottom: calc(56.25% + 100px)
}
.inbed.square {
  padding-bottom: 100%
}
.inbed embed, .inbed iframe, .inbed object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.lt-ie7 label, .lt-ie8 label, .lt-ie9 label {
  display: block!important
}
.lt-ie7 img {
  -ms-interpolation-mode: bicubic
}
.lt-ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true))
}
@media screen and (min-width:30em) {
  .modal--fade {
    transition: opacity .4s
  }
}
@media screen and (max-height:36em) and (min-width:30em) {
  .modal--fade .modal-content, .modal--show .modal-content {
    max-height: 265px;
    max-height: 40vh
  }
}
@media screen and (max-height:46em) and (min-width:30em) {
  .modal--fade .modal-content, .modal--show .modal-content {
    max-height: 340px;
    max-height: 50vh
  }
  .modal--show .modal-content, modal--fade .modal-content {
    max-height: 90vh
  }
}
@media screen and (min-width:600px) {
  .entry__header {
    height: 450px
  }
  .entry__header--post {
    padding: 3.5rem 2rem
  }
  .entry__hed {
    padding: .3125rem 3.75rem
  }
  .entry__hed--post {
    font-size: 4rem
  }
  .entry__body h1 {
    font-size: 2.25rem
  }
  .entry__body h2 {
    font-size: 2rem
  }
  .entry__body h3 {
    font-size: 1.75rem
  }
  .entry__body h4 {
    font-size: 1.5rem
  }
  .entry__body h5 {
    font-size: 1.25rem
  }
  .entry__body h6 {
    font-size: 1rem
  }
  .entry__body ol, .entry__body ul {
    margin: 1rem 0 1rem 2.5rem
  }
  .entry__body blockquote {
    margin: 2rem 0;
    padding: 1.25rem 2rem
  }
  .entry__body picture {
    box-shadow: 0 0 0 21px #FFF, 0 0 0 22px #000
  }
  .post-list__wrappper {
    padding: 0 1rem;
    margin: 3.5rem auto
  }
  .post-list__wrappper .pagination {
    margin-top: 3.5rem
  }
  .kicker__link {
    padding: 2rem 3.5rem 2rem 1.0625rem
  }
  .marquee__hed {
    font-size: 4rem;
    top: 12px;
    right: 12px
  }
  .marquee__hed .first-line:after {
    right: -16px
  }
  .marquee__hed .second-line:after {
    right: -12px
  }
  .marquee__hed .third-line:after {
  right: -12px
}
  .donate__link, .email-signup__form input[type=submit], .email__form input[type=submit], .sms-signup__form input[type=submit] {
    width: 7.8125rem
  }
  .issues {
    width: calc(100% - 140px)
  }
  .pagination__link {
    padding: 2rem
  }
  .pagination__label {
    font-size: 1.125rem
  }
  .pagination__title {
    font-size: 2rem
  }
  .pagination__icon {
    margin-top: 13px
  }
}

@media only screen and (min-device-width : 275px) and (max-device-width : 320px) { 
/*  ABOUT PAGE */
  .spacer {
    content: "";
    height: 10px;
    color: #FFFFFF;
  }
  .about__early-intro-break {
    display: none;
  }
  .marquee__about__intro-wrapper {
    position: relative;
    z-index:0;
    background-color: #0C2840;
    width: 100%;
    height: 65vh;
    max-width: 100%;
    padding: 1.67em;
  }
  .marquee__about__intro-divider-tx-container {
    margin: 0 auto;
  }
  .marquee__about__intro-divider-tx {
    margin: 0 auto;
    width: 25px;
  }
  .marquee__about__intro-divider-right {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .marquee__about__intro-divider-left {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }    
  .marquee__about__intro-hed {
    color: #FFFFFF;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.125;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .marquee__about__intro-subhed {
    color: #FFFFFF;
    font-size: 1rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.125;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .about__early-intro-wrapper {
    position: relative;
    z-index:0;
    background-color: #FFFFFF;
    width: 100%;
    max-width: 100%;
    padding: 2.67em;
  }
  .about__early-intro-hed {
    color: #0C2840; 
    text-align: left;
    font-size: 3.2rem;
    line-height: 1.125;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 1rem;
  }
  .about__early-intro-hed:after {
      content: '';
      display: block;
      background-color: #0d2c4c;
      height: 5px;
      width: 194px;
      margin-top: .875rem;
      margin-bottom: 1.4375rem;
  }
  .about__early-intro-body {
    
  }
  .about__early-intro-text {
    color: #050505;
    text-align: left;
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    padding-right: .8rem;
  }
  .intro-text-sub-img {
    width: 85%;
    margin: 0 auto;
  }
  .intro-text-sub-img-sm {
    width:33%;
    margin: 0 auto;
  }

  .intro-text-img-caption {
    padding-top: .67em;
    font-family: proxima-nova, sans-serif;
    font-size: .8rem;
    text-align: center;
    margin:  0 auto;
    /* width: 75%; */
    padding: 0 2rem 2rem 2rem;
    line-height: 1.2rem;
  }
}




/*iPhone 6 - 8*/
@media only screen and (max-device-width: 667px) and (min-device-width: 375px) { 
  .endorsements-container-header-wrap {
    color: #0C2840;
    text-align: center;
    font-size: 1rem;
    line-height: 1.125;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 1rem;
  }
  .endorsements-container-header-wrap:after {
    content: '';
    display: block;
    background-color: #0d2c4c;
    height: 5px;
    width: 235px!important;
    margin: 0 auto;
  }
  .endorsements-section h1 {
    font-size: 2rem!important;
    color: #0C2840;
    font-family: 'proxima-nova';
    font-weight: 700;
  }
  .endorsement-people-image {
    max-height: 20em!important;
  }

  .marquee__hed {
    font-size: 2rem;
    top: 12px;
    right: 12px
  }

  .new-fs-form-section {
    display: none;
  }

  .second-line {
  font-size: 1.2rem;
  }
  .third-line {
  font-size: 1.2rem;
  }
  .marquee__hed span {
  display: table;
  margin-bottom: .75rem;
  position: relative
  }

  .marquee__hed .first-line:after {
    right: -16px
  }
  .marquee__hed .second-line:after {
    right: -12px
  }
  .marquee__hed .third-line:after {
  right: -12px
  }
/*  ABOUT PAGE */
  .spacer {
    content: "";
    height: 10px;
    color: #FFFFFF;
  }
  .about__early-intro-break {
    display: none;
  }
  .marquee__about__intro-wrapper {
    position: relative;
    z-index:0;
    background-color: #0C2840;
    width: 100%;
    height: 85vh;
    max-width: 100%;
    padding: 1.67em;
  }
  .marquee__about__intro-divider-tx-container {
    margin: 0 auto;
  }
  .marquee__about__intro-divider-tx {
    margin: 0 auto;
    width: 25px;
  }
  .marquee__about__intro-divider-right {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .marquee__about__intro-divider-left {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }    
  .marquee__about__intro-hed {
    color: #FFFFFF;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.125;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .marquee__about__intro-subhed {
    color: #FFFFFF;
    font-size: 1.33rem;
    text-align: center;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-bottom: 2rem;
    line-height: 1.125;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .about__early-intro-wrapper {
    position: relative;
    z-index:0;
    background-color: #FFFFFF;
    width: 100%;
    max-width: 100%;
    padding: 2.67em;
  }
  .about__early-intro-hed {
    color: #0C2840;
    text-align: center;
    margin: 0 a;
    font-size: 3.2rem;
    line-height: 1.125;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 1rem;
  }
  .about__early-intro-hed:after {
      content: '';
      display: block;
      background-color: #0d2c4c;
      height: 5px;
      width: 194px;
      margin-top: .875rem;
      margin-bottom: 1.4375rem;
  }
  .about__early-intro-body {
    
  }
  .about__early-intro-text {
    color: #050505;
    text-align: left;
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    padding-right: .8rem;
  }
  .intro-text-sub-img {
    width: 85%;
    margin: 0 auto;
  }
  .intro-text-sub-img-sm {
    width:33%;
    margin: 0 auto;
  }

  .intro-text-img-caption {
    padding-top: .67em;
    font-family: proxima-nova, sans-serif;
    font-size: .8rem;
    text-align: center;
    margin:  0 auto;
    /* width: 75%; */
    padding: 0 2rem 2rem 2rem;
    line-height: 1.2rem;
  }

  .map__wrapper {
    display: none;
  }
}



@media screen and (min-width:768px) {
  .header {
    padding: 1.625rem 2rem
  }
  .header__logo {
    width: 115px;
    height: 84px
  }
  .expand .header__nav-wrap {
    padding-top: 10.5rem
  }
  .foot .sm-nav {
    position: static
  }
  .foot {
    padding: 4.375rem 2rem 2rem;
  }
  .foot__credit {
    font-size: .875rem
  }
  .footer-nav {
    max-width: none;
    margin: 0 0 2.625rem
  }
  .footer-nav__list {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .footer-nav__item, .footer-nav__item:nth-child(odd) {
    width: auto;
    margin: 0 2em 0 0
  }
  .footer-nav__item:last-child {
    margin-right: 0
  }
  .entry__hed {
    font-size: 6.25rem
  }
  .entry__container {
    padding: 2.125rem 2rem
  }
  .entry__body {
    font-size: 1.25rem;
    padding: 1.75rem 2rem 2.25rem;
    max-width: 944px
  }
  .entry__body .button-link, .entry__body .caption {
    font-size: 1.125rem
  }
  .entry__body .large-img {
    width: 90%
  }
  .entry__body .medium-img {
    width: 75%
  }
  .entry__body .small-img {
    width: 50%
  }
  .entry__body .thumbnail {
    width: 300px
  }
  .entry__body .alignleft, .entry__body .alignright {
    max-width: 60%
  }
  .post-list {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    width: calc(80% - 32px);
    max-width: calc(100% - 200px)
  }
  .post-list__wrappper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .post-list__sidebar {
    margin-top: 0;
    width: 20%;
    max-width: 200px;
    margin-right: 2rem;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1
  }
  .kicker__image {
    max-width: 120px;
    margin-right: 2rem
  }
  .marquee {
    padding: 0 2rem
  }
  .news-alert {
    margin: 0 2rem 1.5625rem
  }
  .home .news-alert {
    margin-bottom: 2.5rem
  }
  .join-signup__hed, .vol-signup__hed {
    font-size: 2.75rem
  }
  .donate, .email-signup, .sms-signup {
    padding: 2.1875rem 1.875rem 2.5rem
  }
  .videos {
    padding: 1.625rem 2rem 0;
    margin-bottom: 3.5rem
  }
  .videos__hed {
    margin-bottom: 2.25rem
  }
  .videos__ang-hed--first {
    font-size: 5.625rem
  }
  .videos__ang-hed--second {
    padding: .5rem 1.875rem;
    font-size: 4rem;
    margin-left: 4.4375rem
  }
  .page-numbers {
    font-size: 1.125rem
  }
}
@media screen and (min-width:980px) {
  .expand .header, .header {
    position: relative
  }
  .nav, .sm-nav {
    max-width: none
  }
  .entry__sub, .nav {
    font-size: 1.125rem
  }
  .header {
    padding: 2rem;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .header--prefix {
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(181, 181, 181, .5);
    position: fixed;
    z-index: 10;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    left: 0;
    right: 0;
    top: -100px;
    padding: .9375rem 2rem
  }
  .header--prefix .lang-nav, .header--prefix .sm-nav {
    display: none
  }
  .header--prefix .header__logo {
    width: 84px;
    height: 62px
  }
  .expand, .expand .header__nav-wrap, .header__nav-wrap {
    overflow: visible;
    height: auto;
    width: auto
  }
  .header--show-fixed {
    -webkit-transition: top .5s ease-in-out;
    -moz-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;
    top: 0
  }
  .header__logo {
    margin: 8px 0
  }
  .header__btn {
    display: none!important
  }
  .cta-kickers, .header__nav-wrap {
    display: -webkit-box;
    display: -moz-box
  }
  .header__nav-wrap {
    position: static;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
  }
  .expand .header__nav-wrap {
    padding: 0;
    position: static;
    background: 0 0
  }
  .join-signup, .lang-nav, .sm-nav {
    position: absolute
  }
  .header .button-link {
    width: auto;
    margin: 0
  }
  .nav {
    margin: 0
  }
  .nav__item, .nav__item:nth-child(odd) {
    width: auto;
    margin: 0 1.5em 0 0
  }
  .nav__list {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .nav__item {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1
  }
  .foot .sm-nav__link, .sm-nav__link {
    height: 36px;
    width: 36px
  }
  .sm-nav {
    top: 26px;
    right: 240px;
    margin: 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start
  }
  .foot .sm-nav {
    max-width: 170px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 0 auto 2.625rem
  }
  .cta-kickers, .cta-kickers-alt {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap
  }
  .sm-nav__link {
    margin-right: .4375rem
  }
  .sm-nav__link:last-child {
    margin-right: 0
  }
  .foot .sm-nav__icon, .sm-nav__icon {
    height: 19px;
    width: 19px
  }
  .lang-nav {
    margin: 0;
    top: 26px;
    right: 32px;
    width: 196px
  }
  .lang-nav__item {
    max-width: 200px
  }
  .entry__header {
    height: 592px
  }
  .entry__label::after {
    margin: 0 .6em 5px
  }
  .entry__container {
    padding: 3.5rem 2rem
  }
  .entry__body {
    padding-top: 1.875rem;
    padding-bottom: 3.5rem
  }
  .entry__body h1 {
    font-size: 4rem;
    line-height: 4.5625rem
  }
  .entry__body h2 {
    font-size: 3.5rem;
    line-height: 3.375rem
  }
  .entry__body h3 {
    font-size: 2.25rem;
    line-height: 2.5625rem
  }
  .entry__body h4 {
    font-size: 1.875rem;
    line-height: 2.125rem
  }
  .entry__body .callout, .entry__body h5, .entry__body h6 {
    font-size: 1.5rem
  }
  .entry__body h5 {
    line-height: 1.8125rem
  }
  .entry__body h6 {
    line-height: 1.6875rem
  }
  .entry__body .aligncenter.full, .entry__body .alignnone.full {
    margin-left: -51px;
    margin-right: -51px;
    width: calc(100% + 102px)
  }
  .entry__body .alignleft {
    margin: 4.25rem 3.5rem 4.25rem -51px
  }
  .entry__body .alignright {
    margin: 4.25rem -51px 4.25rem 3.5rem
  }
  .post-list__wrappper {
    padding: 0 2rem
  }
  .kicker__link {
    padding: 3.5rem 5.375rem 3.5rem 1.0625rem
  }
  .kicker__hed {
    font-size: 3.5rem
  }
  .kicker__sub {
    font-size: 1.125rem
  }
  .kicker__label::after {
    margin: 0 .6em 5px
  }
  .kicker__icon {
    height: 52px;
    width: 70px
  }
  .header+.marquee {
    margin-top: 1rem
  }
  .marquee {
    padding: 0 5.375rem 0 5%;
    margin-bottom: 4.25rem
  }
  .marquee__image {
    padding-top: 66.7%;
  }
  .marquee__image__about {
    padding-top: 66.7%;
  }
  .marquee__image:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: -15px;
    bottom: -19px;
    left: 24px;
    right: -22px;
    border: 1px solid #000
  }
  .news-alert {
    text-align: center;
    padding: 1.125rem 1.4375rem 1.1875rem;
    margin-bottom: 2.1875rem
  }
  .home .news-alert {
    margin-bottom: 3.125rem
  }
  .news-alert__link {
    display: inline
  }
  .cta-kickers {
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
  }
  .cta-kickers-alt {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-lines: multiple;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1180px;
    margin: auto auto 4rem
  }
  .videos, .videos__hed {
    margin-bottom: 1.75rem
  }
  .join-signup {
    text-align: left;
    top: 50%;
    left: 32px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 39.8%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    padding: .75rem 5% 2.25rem;
  }
  .join-signup::after, .join-signup::before {
    content: '';
    position: absolute;
    left: 0;
    top: -23px;
    bottom: -23px;
  }
  .join-signup::before {
    right: -20px;
    border: 1px solid #000
  }
  .join-signup::after {
    z-index: 1;
    width: calc(22.8vw - 32px);
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000
  }
  .join-signup__hed, .vol-signup__hed {
    font-size: 2.375rem;
    text-align: left
  }
  .join-signup .email__form {
    position: relative;
    z-index: 2
  }
  .email-signup, .sms-signup {
    padding: 2.5rem;
    width: 42%;
    display: inline-block
  }
  .donate {
    width: 55%;
    display: inline-block
  }
  .donate__label {
    font-size: 1.8rem;
    padding: .625rem 1.875rem
  }
  .events {
    display: flex;
    min-height: 23.75rem
  }
  .events__hed {
    width: 63%;
    height: 633px
  }
  .events__hed--first, .events__hed--second, .events__hed--third {
    font-size: 4rem;
    line-height: 5.0625rem;
    margin-top: 4.6875rem;
    margin-left: 3.125rem
  }
  .events__hed--second {
    top: 90px;
    left: 160px
  }
  .events__hed--third {
    top: 184px;
    left: 70px
  }
  .events__form {
    width: 37%;
    height: 633px
  }
  .issues .kicker__link {
    padding: 1.0625rem 5.375rem 1.0625rem 1.0625rem
  }
  .issues .kicker__hed {
    font-size: 4rem
  }
  .videos {
    padding: 2rem 2rem 0
  }
  .videos__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .video--live~.video:nth-of-type(3n+3) {
    margin-right: 1.25rem
  }
  .video--live~.video:nth-of-type(3n+4) {
    margin-right: 0
  }
  .video {
    margin-right: 1.25rem;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    width: calc(33.3333% - 13.33px)
  }
  .video:nth-of-type(3n+3) {
    margin-right: 0
  }
  .video--live {
    width: 100%
  }
  .more-videos {
    margin: 1.25rem 0;
    padding: 1.8125rem 2.4375rem 2.4375rem;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    width: calc(33.3333% - 13.33px)
  }
  .more-videos__icon {
    margin-left: .625rem
  }
  .scoreboard__inner {
    display: flex;
    justify-content: space-between
  }
  .scoreboard__item--hed {
    margin-bottom: 0
  }
  .email-join{
    display:none!important;
  }
}

.remove-all-margin-padding{
  margin:0 ! important;
  padding:0 ! important;
}

@media screen and (min-width:980px) and (min-width:1320px) {
  .join-signup {
    left: 56px
  }
}
@media screen and (min-width:1050px) {
  .entry__body ol, .entry__body ul {
    margin: 1.5rem 0 1rem 3.5rem
  }
  .entry__body li {
    margin: .75em 0
  }
  .marquee__image:after {
    content: ''
  }
  .events__form--icon {
    height: 357px;
    width: 374px;
    margin-bottom: 2.875rem;
    margin-left: 3.125rem
  }
  .events__form--title {
    top: 144px;
    left: 120px
  }
}
@media screen and (min-width:1200px) {
  .header {
    padding: 2.5rem 2rem
  }
  .header--prefix {
    padding: .9375rem 2rem
  }
  .header__logo {
    margin: 0;
    width: 152px;
    height: 112px
  }
  .nav {
    margin-right: 3.375rem
  }
  .nav__item {
    margin: 0 2em 0 0
  }
  .nav__item:nth-child(odd) {
    width: auto;
    margin: 0 2em 0 0
  }
  .nav__item:last-child {
    margin-right: 0
  }
  .lang-nav, .sm-nav {
    top: 32px
  }
  .entry__container {
    padding: 4rem 2rem
  }
  .entry__body {
    font-size: 1.1875rem;
    padding: 2.1875rem 2rem 3.5rem
  }
  .entry__body .aligncenter.full, .entry__body .alignnone.full {
    margin-left: -102px;
    margin-right: -102px;
    width: calc(100% + 204px)
  }
  .entry__body .alignleft {
    margin-left: -102px
  }
  .entry__body .alignright {
    margin-right: -102px
  }
  .post-list__wrappper {
    padding: 0 3.5rem
  }
  .kicker__image {
    margin-right: 2.25rem
  }
  .marquee {
    margin-bottom: 5.25rem
  }
  .marquee__hed {
    font-size: 6rem;
    right: 20px
  }
  .marquee__hed .first-line:after {
    left: 36px;
    right: -25px
  }
  .marquee__hed .second-line:after {
    left: 30px;
    right: -19px
  }
  .marquee__hed .third-line:after {
  left: 30px;
  right: -19px
}
  .join-signup__hed, .vol-signup__hed {
    font-size: 3rem
  }
  .videos {
    padding: 2.5rem 2rem 0;
    margin-bottom: 3.125rem;
    margin-top: 1rem;
  }
  .videos__hed {
    margin-bottom: 2.75rem
  }
  .more-videos {
    padding: 2.4375rem 2.4375rem 3.0625rem
  }
  .more-videos__icon {
    margin-left: 2.5rem
  }
}

@media screen and (min-width:1320px) {
  .header {
    padding: 2.5rem 3.5rem
  }
  .header--prefix {
    padding: .9375rem 3.5rem
  }
  .nav {
    margin-right: 5rem
  }
  .sm-nav {
    right: 264px
  }
  .lang-nav {
    right: 56px
  }
  .entry__body {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem
  }
  .marquee {
    padding: 0 7.5rem 0 10%;
    margin-bottom: 5.625rem
  }
  .news-alert {
    margin: 0 3.5rem 2.8125rem
  }
  .home .news-alert {
    margin-bottom: 3.75rem
  }
  .join-signup::after {
    width: calc(22.8vw - 56px)
  }
  .join-signup__hed, .vol-signup__hed {
    font-size: 3.5rem
  }
}
@media screen and (max-width:690px) {
  .modal--fade .modal-inner, .modal--show .modal-inner {
    width: auto;
    left: 20px;
    right: 20px;
    margin-left: 0
  }
  .modal--fade .modal-close:after, .modal--show .modal-close:after {
    margin-right: 0!important;
    right: 20px
  }
}
@media screen and (max-width:30em) {
  .modal--fade, .modal--show {
    -webkit-transform: translate(0, 400px);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: opacity 1ms .25s;
    -moz-transition: opacity 1ms .25s;
    -o-transition: opacity 1ms .25s;
    -ms-transition: opacity 1ms .25s;
    transition: opacity 1ms .25s;
    display: block;
    right: auto;
    bottom: auto
  }
  .is-active.modal--fade, .is-active.modal--show, .modal--fade:target, .modal--show:target {
    width: 100%;
    height: 100%
  }
  .is-active.modal--fade .modal-close, .is-active.modal--show .modal-close, .modal--fade:target .modal-close, .modal--show:target .modal-close {
    display: block
  }
  .modal--fade .modal-inner, .modal--show .modal-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: auto
  }
  .modal--fade .modal-content, .modal--show .modal-content {
    max-height: none;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
  }
  .modal--fade .modal-close, .modal--show .modal-close {
    display: none;
    right: auto;
    text-decoration: none
  }
  .modal--fade .modal-close:before, .modal--show .modal-close:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    height: 3em;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .6);
    box-shadow: 0 0 5px rgba(0, 0, 0, .6);
    background: #FF3251
  }
  .is-stacked.modal--fade, .is-stacked.modal--show {
    -webkit-animation: scaleDown .7s ease both;
    -moz-animation: scaleDown .7s ease both;
    animation: scaleDown .7s ease both
  }
  .is-stacked.modal--fade .modal-inner, .is-stacked.modal--show .modal-inner {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none
  }
  .is-stacked.modal--fade .modal-close, .is-stacked.modal--show .modal-close {
    opacity: 1
  }
  .modal--fade .modal-inner, .modal--show .modal-inner {
    padding-top: 3em;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .modal--fade .modal-close:after, .modal--show .modal-close:after {
    top: 5px!important;
    right: 5px;
    left: auto;
    margin-left: 0;
    content: attr(data-close);
    font-size: 1em;
    padding: .5em 1em
  }
  .modal--fade.modal--portrait .modal-inner, .modal--fade.modal--square .modal-inner, .modal--show.modal--portrait .modal-inner, .modal--show.modal--square .modal-inner {
    margin-left: 0;
    width: auto
  }
}
@media print {
  blockquote, img, pre, tr {
    page-break-inside: avoid
  }
  * {
    background: 0 0!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important
  }
  a, a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " (" attr(href) ")"
  }
  abbr[title]:after {
    content: " (" attr(title) ")"
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""
  }
  blockquote, pre {
    border: 1px solid #999
  }
  thead {
    display: table-header-group
  }
  img {
    max-width: 100%!important
  }
  h2, h3, p {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
}
@media screen and (max-width:979px) {
  .marquee.desktop {
    display: none
  }
}
@media screen and (min-width:980px) {
  .marquee.mobile {
    display: none
  }
}
.vol__form input[type=zip] {
  width: 100%;
  max-width: 100%;
  padding: 1.4375rem .625rem .625rem;
  border: 1px solid #000;
  vertical-align: top;
  font-size: 1rem;
  margin-top: 1.9375rem;
  color: #000
}
.vol__form input[type=zip]::-webkit-input-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.vol__form input[type=zip]:-moz-placeholder, .vol__form input[type=zip]::-moz-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.vol__form input[type=zip]:-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.vol__form button {
  width: 100%;
  height: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  color: #fff;
  background-color: #ff4a39;
  border: none;
  margin-top: 1.25rem;
  transition: background-color .3s ease-in-out
}
.vol__form button:hover {
  background-color: #eb2643
}
.vol__form input {
  width: 100%;
  max-width: 100%;
  padding: 1.4375rem .625rem .625rem;
  border: 1px solid #000;
  vertical-align: top;
  font-size: 1rem;
  margin-top: 1.9375rem;
  color: #000
}
.vol__form input::-webkit-input-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.vol__form input:-moz-placeholder, .vol__form input[type=zip]::-moz-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.vol__form input:-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1
}
.vol__form button {
  width: 100%;
  height: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  color: #fff;
  background-color: #ff4a39;
  border: none;
  margin-top: 1.25rem;
  transition: background-color .3s ease-in-out
}
.vol__form button:hover {
  background-color: #eb2643
}
.vol__form label {
  position: relative;
  display: block
}
.vol__form--label {
  top: 40px
}
.vol__form--label, .vol__form--ziplabel {
  position: absolute;
  left: 10px;
  font-size: .75rem;
  line-height: 1.16
}
.vol__form button.vote {
  width: 100%;
  height: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  color: #fff;
  background-color: #3251FF;
  border: none;
  margin-top: 1.25rem;
  transition: background-color .3s ease-in-out
}
.vol__form button.vote:hover {
  background-color: #263fcc
}

.privacy-policy {
  padding: 0 2rem 0 2rem;
}

.privacy-policy h1 {
  font-size: 2rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000
}

.privacy-policy h2 {
  font-size: 1.2rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000
}

.home-issues.grid .issues-grid .single-issue .wrapper {
   bottom: 0;
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  transition: all .4s ease
}
.issues-page {
  float: left;
  width: 100%;
  background: #fff;
  padding: 0;
  /* padding-top: 4rem; */
}
.issues-page .container {
  padding: 0
}
.issues-page .full-content .container {
  padding: 0 20px
}

.in-progress {
  background: #959595!important;
  display: none!important;
}
@media (min-width:768px) {
  .issues-page .container {
    width: 1245px
  }
  .issues-page .full-content .container {
    padding: 0 40px;
    width: 1145px
  }
}
.issues-page .issues-grid {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px
}
@media (min-width:992px) {
  .issues-page .issues-grid {
    padding-left: 0;
    padding-top: 30px;
    padding-right: 0;
  }
}
.issues-grid {
  width: 100%;
  /* display: table; */
  padding: 10px 0 35px;
  font-size: 0;
}
@media (min-width:768px) {
  .issues-grid {
    padding: 10px 0 45px
  }
}
.issues-grid .single-issue {
  float: none;
  width: calc(100% - .5%);
  max-width: 100%;
  margin: 3.5% auto;
  background: #0d2c4c;
  border-radius: 0;
  -webkit-box-shadow: 8px 15px 18px rgba(0, 0, 0, .1);
  -moz-box-shadow: 8px 15px 18px rgba(0, 0, 0, .1);
  box-shadow: 8px 15px 18px rgba(0, 0, 0, .1);
  height: 350px;
  position: relative;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
   color: #fff!important; 
}
.issues-grid .single-issue:before {
  border-radius: inherit;
  background: -webkit-linear-gradient(135deg, #91b2f8 0, #5a5ebc 65%, #0d2c4c 100%);
  background: linear-gradient(135deg, #91b2f8 0, #5a5ebc 65%, #0d2c4c 100%);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -100;
  -webkit-transition: opacity .45s;
  -moz-transition: opacity .45s;
  -o-transition: opacity .45s;
  -ms-transition: opacity .45s;
  transition: opacity .45s;
}
.issues-grid .single-issue .arrow {
  position: absolute;
  fill: #FFF;
  top: 40px;
  right: 20px;
  width: 35px;
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  z-index: 99;
}
.issues-grid .single-issue .grid-image {
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  background-size: cover!important;
  background-position: 50% 50%!important;
  height: 100%;
  opacity: .3
}
@media (min-width:768px) {
  .issues-grid .single-issue {
    width: calc(50% - 5%);
    max-width: 425px;
    height: 380px;
    float: none;
    display: inline-block;
    margin: 2.5%
  }
}
@media (min-width:992px) {
  .issues-grid {
    padding: 10px 0 65px;
    text-align: center
  }
  .issues-grid .single-issue {
    max-width: 350px;
    width: calc(33.33% - 5.5%);
    margin: 2.5%
  }
}
.issues-grid .single-issue:hover {
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 8px 15px 18px rgba(0, 0, 0, .1);
  -moz-box-shadow: 8px 15px 18px rgba(0, 0, 0, .1);
  box-shadow: 8px 15px 18px rgba(0, 0, 0, .1)
}
.issues-grid .single-issue:hover:before {
  opacity: 1
}
.issues-grid .single-issue:hover .grid-image {
  opacity: .1
}
.issues-grid .single-issue.has-image {
  background: #0d2c4c
}
.issues-grid .single-issue.has-image:before {
  background: -webkit-linear-gradient(135deg, rgba(145, 178, 248, .75) 0, #5a5ebc 35%, #0d2c4c 100%);
  background: linear-gradient(135deg, rgba(145, 178, 248, .75) 0, #5a5ebc 35%, #0d2c4c 100%)
}
.home-issues h3, .home-issues p, .issues-grid .single-issue.has-image .wrapper h4, .issues-grid .single-issue.has-image .wrapper h5, .issues-grid .single-issue.has-image .wrapper p, .issues-grid .single-issue:hover .wrapper h4, .issues-grid .single-issue:hover .wrapper h5, .issues-grid .single-issue:hover .wrapper p, .module.block-quote p {
  color: #fff!important
}
.issues-grid .single-issue .image-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 70%;
  width: 100%;
  z-index: 1;
  background-position: 50% 0!important;
  background-size: cover!important;
  opacity: .65;
  filter: brightness(85%) grayscale(40%) contrast(170%)
}
.issues-grid .single-issue .wrapper {
  position: absolute;
  /* max-width: 183px; */
  bottom: 46px;
  color: #FFF;
  z-index: 98;
}
.issues-grid .single-issue .wrapper h4, .issues-grid .single-issue .wrapper h5 {
  color: #fff;
  padding: 0 45px;
  text-align: left;
  margin: 0;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
.issues-grid .single-issue .wrapper h5 {
  margin: 0 0 15px
}
.issues-grid .single-issue .wrapper p {
  color: #0d2c4c;
  padding: 0 45px;
  font-size: 17px;
  line-height: 160%;
  text-align: left;
  margin: 0;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s
}
.issues-grid .single-issue .wrapper .btn {
  min-width: 180px;
  max-width: 180px;
  padding: 12px;
  font-size: 14px;
  line-height: 14px;
  border: 2px solid #fff;
  color: #fff!important;
  margin: 45px 50px 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}
::-moz-selection {
  text-shadow: none;
  background: #36336c;
  color: #fff
}
::selection {
  text-shadow: none;
  background: #36336c;
  color: #fff
}

@media (max-width:993px) {
  .issues-grid .single-issue:hover {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.topper .read-more a svg {
    position: relative;
    width: 100%;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.issues-page-sub-title {
  font-size: 18px;
  font-family: font-family: 'proxima-nova-extra-condensed';
  font-weight: 700;
  color: #0d2c4c;
  margin: 0 0 .5em;
}


.issues-page-title {
  font-size: 4rem;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  color: #0d2c4c;
  margin: 0 0 .5em;
}

.deck {
  font-size: 1.1rem;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  color: #0d2c4c;
  line-height: 1.4rem;
}

.topper-image-container {
  width: 100%!important;
}

.topper.tall.has-image .topper-image-container {
  -webkit-filter: grayscale(100%) brightness(125%);
  filter: grayscale(100%) brightness(125%);
  display: none;
  background-size: cover!important
}

.overlay.purple {
  z-index: 9;
  opacity: 1!important;
  background: linear-gradient(rgba(90, 118, 223, .2) 0, #5a76df 65%, #5a76df 100%)
}
.overlay.purple-image {
  opacity: .4!important;
  background: #BDE1ED;
  height: 100vh;
}
@media (max-width:375px) {
  .overlay.purple-image {
    opacity: .4!important;
    background: #BDE1ED;
    height: 144%;
  }

  .new__fs__marquee__desktop {
    display: none;
  }


}
.overlay {
  position: absolute;
  top: 160px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #BDE1ED;
  opacity: .4;
}

.text-container {
  margin: 0 0 .5em;
  padding-left: 0;
  padding-right: 0;

}

.vertical-centered {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.read-more {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 40px;
}

.read-more a {
  padding: 5px;
  float: left;
  width: 100%;
  height: auto;
  fill: #0d2c4c;
}

.deck {
  margin-bottom: 40px;
}

.topper.tall.inner .vertical-centered {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

.issues-deck {
  padding-bottom: 140px!important;
  height: 100%;
  font-family: 'proxima-nova', sans-serif;
  font-style: italic;
}

.deck-spacer {
  padding-top: 5rem;
}

.topper .container .row {
    height: 100%;
    float: left;
    width: 100%;
    margin: 0;
}

.vertical-centered {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.horiz-centered {
}

.issue-topper {
  background-color: #0d2c4c!important;
}

.issue-topper h1 {
  font-size: 4rem;
}

.issue-topper h6 {
  font-size: 1.4rem;
}

.issue-topper h2 {
  font-size: 1.8rem;
}

.issues-grid-title {
  color: #FFF!important; 
  font-size: 1.6rem;
  font-family: 'proxima-nova-extra-condensed';
  font-weight: 900;
  /* background-color:  #FFF; */
}

.single-issue-page-sub-title {
  color: #FFF;
  font-family: 'proxima-nova-extra-condensed';
  font-weight: 900;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}

.single-issue-page-title {
  color: #FFF;
  font-family: 'proxima-nova';
  font-weight: 700;
}

.single-issue-page-under-title {
  color: #FFF;
  font-family: 'proxima-nova';
  font-style: italic;
}


@media (max-width:769px) {
  .home-issues.grid .issues-grid .single-issue .wrapper h4, .home-issues.grid .issues-grid .single-issue .wrapper p {
    padding: 0 40px
  }
  .home-issues.grid .issues-grid .single-issue .wrapper .btn {
    margin: 40px 40px -10px!important
  }
}
.home-issues.grid .issues-grid .single-issue:before {
  border-radius: inherit;
  background: -webkit-linear-gradient(rgba(90, 118, 223, .2) 0, #5A76DF 0, #5A76DF 100%);
  background: linear-gradient(rgba(90, 118, 223, .2) 0, #5A76DF 0, #5A76DF 100%);
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 9;
  -webkit-transition: opacity .45s;
  -moz-transition: opacity .45s;
  -o-transition: opacity .45s;
  -ms-transition: opacity .45s;
  transition: opacity .45s
}
.home-issues.grid .issues-grid .single-issue:nth-of-type(2) .overlay {
  background: linear-gradient(rgba(105, 138, 234, .2) 0, #698aea 70%, #698aea 100%)!important
}
.home-issues.grid .issues-grid .single-issue:nth-of-type(3) .overlay {
  background: linear-gradient(rgba(127, 166, 244, .2) 0, #7fa6f4 70%, #7fa6f4 100%)!important
}
.home-issues.grid .issues-grid .single-issue:hover .wrapper {
  -moz-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px)
}
.home-issues.grid .issues-grid .single-issue:hover .wrapper .btn {
  opacity: 1;
  position: relative;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.home-issues.grid .issues-grid .single-issue:hover:before {
  opacity: 1
}
@media (min-width:768px) {
  .home-issues.grid .issues-grid .single-issue {
    width: 50%
  }
  .home-issues.grid .issues-grid .single-issue:nth-of-type(3) {
    width: 100%
  }
}
@media (max-width:993px) {
  .home-issues.grid .issues-grid .single-issue:hover .wrapper, .home-issues.grid .issues-grid .single-issue:hover .wrapper .btn {
    transform: none
  }
  .home-issues.grid .issues-grid .single-issue .wrapper {
    bottom: 50px;
    transform: none
  }
  .home-issues.grid .issues-grid .single-issue .wrapper .btn {
    transform: none;
    position: relative;
    opacity: 1;
    margin: 40px 50px 0
  }
}
.home-issues .col-md-6 {
  float: right;
  margin: 0 auto;
  padding: 40px
}
@media (min-width:992px) {
  .home-issues.grid .issues-grid .single-issue {
    width: 33.33%!important;
    height: 490px
  }
  .home-issues.grid .issues-grid .single-issue:nth-of-type(2) {
    position: relative;
    top: -35px
  }
  .home-issues .col-md-6 {
    padding: 125px 120px
  }
  .home-issues .container {
    width: 100%
  }
  .home-issues .container.align {
    position: absolute;
    bottom: 0
  }
}
@media (max-width:993px) {
  .home-issues .col-md-6 {
    padding: 0 120px
  }
  .home-issues .container.align {
    top: 50%;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative
  }
}
@media (max-width:769px) {
  .home-issues .col-md-6 {
    padding: 0 40px
  }
}
.home-issues .container {
  padding: 0
}
.home-issues h3 {
  margin-bottom: 25px;
  margin-top: 0
}
.home-issues .description {
  margin-bottom: 20px;
  margin-top: 0
}
@media (min-width:768px) {
  .home-issues .description {
    margin-bottom: 40px
  }
}
.home-issues .read-more {
  float: left;
  width: 100%;
  padding-left: 0
}
.home-issues .read-more a {
  float: left;
  display: table;
  margin: 0 auto
}
@media (max-width:993px) {
  .home-issues .description p, .home-issues h3, .home-issues p {
    text-align: center
  }
  .home-issues .read-more {
    padding-right: 0
  }
  .home-issues .read-more a {
    float: none
  }
}
.top-introduction {
  float: left;
  width: 100%;
  background: #fff;
  padding: 40px 0
}

.issue-box {
  margin-top: 40px;
  padding: 2rem;
}

.issues-text {
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1.8rem
}

.issues-text h5 {
  font-size: 2rem;
}

.issues-text h4 {
  font-size: 2rem;
}

.issues-read-more {
  font-size: 2.4rem;
  color: #000!important;
  
}

.issues-read-more-link {
  text-decoration: underline;
  color: #000!important;
}

.issues-read-more:hover {
  color: #BDE1ED;
}

.upnext-text-head {
  font-size: 3.6rem;
  color: #0d2c4c;
}

.upnext-text {
  font-family: 'proxima-nova-extra-condensed';
  font-size: 1.4rem;
  color: #0d2c4c;
  font-weight: 900;
}

.upnext-arrow {
  fill: #0d2c4c;
}

.upnext {
  margin-top: 0!important;
  margin-bottom: 0;
  height: auto;
  position: relative;
  padding: 85px 0;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  float: left;
  width: 100%;
  background: #BDE1ED;
}
.upnext:hover {
  background: #BDE1ED;
}
.upnext:hover h2, .upnext:hover h6 {
  color: #6190f5
}
.upnext:hover .arrow svg .st0 {
  fill: #6190f5
}
.upnext h2 {
  text-align: center;
  margin: 0 auto;
  max-width: 650px;
  padding: 0 60px
}
.upnext h6 {
  text-align: center;
  margin-bottom: 10px
}
/* new iFrame email form wrapper */
.email-form-wrapper{
  margin-top: 12px;
  margin-bottom: 36px;
  padding:0!important;
  background: #0d2c4c!important;
  border: 1px solid #FFF;
}
.email-iframe-wrapper{

}
.email-iframe-wrapper-mobile {
  margin: 0 auto;
}
 
.update-contact-wrapper {
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}
.update-contact-wrapper iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
/*iPhone 5 is too small*/
@media only screen and (min-width: 300px) and (max-width: 374px){
  .email-iframe-wrapper-mobile {
    margin: 0 auto;
    transform: translateX(-20px);
  }
}

.new-fs-form-wrapper {
  margin-top: 0!important;
  margin-bottom: 0rem;
  height: auto;
  position: absolute;
  padding: 40px 0 0 0;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  float: left;
  width: 100%;
  background: #0d2c4c!important;
}
.new-fs-form-kickers {
  margin-top: 0!important;
  margin-bottom: 0!important;
  /* padding-left: 4rem; */
  height: auto;
  /* position: relative; */
  /* padding: 85px 0; */
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  /* float: left;*/
  width: 100%;
}

.new-fs-form-kickers-text-head {
  font-size: 4rem;
  color: #fff;
  font-family: 'proxima-nova';
  font-weight: 700;
}

.new-fs-form-kickers-text {
  font-family: 'proxima-nova-extra-condensed';
  font-size: 1.4rem;
  color: #fff;
  font-weight: 900;
  padding-left: .5rem;
}

.new-fs-fieldset-container {
  border: 1px solid #FFF;
  /*padding: 1.125rem 1rem 1rem;*/
  margin: 1rem 1rem 1rem 1rem;
  background-color: #0d2c4c;
  width: 100%;
}

.new-fs-form-submit-btn {
  padding-top: .7rem;
   padding-left: 1rem; 
}



@media (min-width: 992px) {
  .upnext {
    height: 380px;
    padding: 0;
  }
}

@media (min-width:768px) {
  .content .bottom-share .social ul li a i {
    font-size: 29px
  }
  .upnext {
    height: 320px;
    padding: 0;
  }
  .upnext h2, .upnext h6 {
    text-align: left
  }
  .upnext h2 {
    float: left;
    padding: 0 100px 0 0
  }
}
@media (min-width:992px) {
  .upnext {
    height: 450px;
    padding: 0
  }
}
.upnext a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
}
.upnext .container {
  max-width: 100%
}
@media (min-width:768px) {
  .upnext .container {
    max-width: 80%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
  }
}
@media (min-width:960px) {
  .upnext .container {
    max-width: 80%
  }
}
@media (min-width:1250px) {
  .upnext .container {
    max-width: 880px
  }
}
.upnext .arrow {
  width: 30px;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px
}
.upnext .arrow svg {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}


.issues-grid .single-issue a {
  position: absolute;
  top: -20px;
  left: 15px;
  width: 370%;
  height: 100%;
  z-index: 99;
  color: #FFF!important;
}

/*
no topper image on issues page mobile*/
@media (max-width:375px) {
  .topper-image-container {
    display: none!important;
  }
  .vertical-centered {
    top: 60%;
  }
  .overlay {
    height: 56vh;
  }

  .issue-box {
    margin-top: 4.4rem!important;
    padding: 2rem;
    padding-top: 20rem!important;
    border-radius: 0;
  }

  .read-more {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 40px;
  }

  .issue-topper h2 {
    font-size: 1.2rem
  }

  .topper .issue-topper {
    
  }
  
  .issue-topper h1 {
    font-size: 3rem;
  }
}

.endorsements-section h1 {
  font-size: 3.4rem;
  color: #0C2840;
  font-family: 'proxima-nova';
  font-weight: 700;
}

.endorsements-section {
  position: relative;
  z-index:0; 
  /*height:100vh;*/
  width: 100%;
  max-width: 100%;
  padding: 1.67em;
}

.endorsements-container {

}


.endorsements-container-header-wrap {
  color: #0C2840;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.125;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 1rem;
}
.endorsements-container-header-wrap:after {
  content: '';
  display: block;
  background-color: #0d2c4c;
  height: 5px;
  width: 360px;
  margin: 0 auto;
}

.endorsements-gallery {
  padding-top: 1.67rem;
  padding-left: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.electeds-gallery {
  padding-top: 1.67rem;
  padding-left: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.endorsement-logo-container {
  padding: .4rem;
  margin: 4px;
  flex: 0 1 calc(20% - 8px);
}

.endorsement-people-container {
  padding: .2rem;
  margin: 4px;
  flex: 0 1 calc(20% - 8px);
}

.endorsement-people-image {
    width: auto;
    max-height: 10em;
    max-width: 12em;
    filter: #808080;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: max-height .25s, max-width .25s;
    -webkit-transition: max-height .25s, max-width .25s;
}

.endorsement-people-image:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: max-height .25s, max-width .25s;
  -webkit-transition: max-height .25s,max-width .25s;
}



.endorsement-logo-image {
    width: auto;
    max-height: 7em;
    max-width: 12em;
    filter: #808080;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: max-height .25s, max-width .25s;
    -webkit-transition: max-height .25s, max-width .25s;
}

.endorsement-logo-image:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: max-height .25s, max-width .25s;
  -webkit-transition: max-height .25s,max-width .25s;
}

/* Mobilize desktop volunteer form */
@media only screen and (min-width: 667px) { 
  .mobilize-vol-form-mobile-wrapper {
    display: none;
  }
  .mobilize-vol-form-desktop-wrapper {
    position: relative;
    z-index: 0;
    background-color: #FFFFFF;
    width: 100%;
    max-width: 100%;
    padding: 2.67em;
    padding-left: 3.33rem;
  }
  .mobilize-vol-side-wrapper {
    background-color: #0C2840;
    padding: 1.67rem;
    margin-top: 1rem;
    margin-right: 1rem;
    height: 640px;
  }
  .mobilize-vol-form-text {
    color: #FFF;
    font-size: 1.2rem;
    padding-left: 1rem;
    padding-right: 2.8rem;
    line-height: 1.125;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .mobilize-vol-form-head {
    color: #0C2840;
    text-align: left;
    font-size: 3.2rem;
    line-height: 1.125;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 1rem;
  }
  .mobilize-vol-form-head:after {
    content: '';
    display: block;
    background-color: #0d2c4c;
    height: 5px;
    width: 194px;
    margin-top: .875rem;
    margin-bottom: 1.4375rem;
  }
  .mobilize-hot-leads-wrapper {
    margin-left: 3.3rem;
  }
  .mobilize-vol-svg-container {
    float: left;
    background-color: #0C2840;
    width: 40%;
  }
}
/* Mobilize mobile volunteer form */
@media only screen and (min-width: 300px) and (max-width: 667px) { 
  .mobilize-vol-svg-container {
    display: none;
  }
  .mobilize-vol-form-head {
    color: #0C2840;
    padding-left: 1.1rem;
    text-align: left;
    font-size: 1.67rem;
    line-height: 1.125;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 1rem;
  }
  .mobilize-vol-form-head:after {
    content: '';
    display: block;
    background-color: #0d2c4c;
    height: 5px;
    width: 194px;
    margin-top: .875rem;
    margin-bottom: 1.4375rem;
  }
  .mobilize-vol-form-text {
    color: #0C2840;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.125;
    font-family: proxima-nova, sans-serif;
   }
   .mobilize-hot-leads-wrapper {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  } 
}




@media (min-width:768px) {
  .text-container {
    max-width: 480px;
    padding-left: 20px;
    padding-right: 20px;
  }    
  .upnext {
    height: 310px;
    padding: 0;
  }
}

@media (min-width: 992px){
  .issues-grid .single-issue {
    max-width: 350px;
    width: calc(33.33% - 5.5%);
    margin: 2.5%;
  }
}

@media (min-width: 992px) {
  .topper.short {
    padding: 90px 0 80px;
    height: 420px;
    border-radius: 0;
  }
}


.resource-guide-btn {
  background-color:#ff4a39;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:18px;
  font-weight:bold;
  padding:22px 31px;
  text-decoration:none;
}
.resource-guide-btn:hover {
  background-color:#EB2643;
}
.resource-guide-btn:active {
  position:relative;
  top:1px;
}

.volFormTitle {
  padding-left: .8rem;
  font-weight: 800;
  font-family: 'proxima-nova', sans-serif;
  font-style: normal;
  color: #002740;
  font-size: 3.5rem;
  line-height: 1.125
}

.volFormHead {
  font-family: 'proxima-nova-extra-condensed', sans-serif;
  font-weight: 800
}

.volFormTitle:after {
  content: '';
  display: block;
  background-color: #0d2c4c;
  height: 5px;
  width: 194px;
  margin-top: .875rem;
  margin-bottom: 1.4375rem
}

.vol-form-title-wrapper {
  padding-left: 2rem;
}
.vol-form-text-wrapper {
  padding-left: 2.5rem;
}
.vol-form-text {
    color: #0d2c4c;
    font-size: 1.2rem;
    padding-left: 1rem;
    padding-right: 2.8rem;
    line-height: 1.125;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal
}
.volunteer-signup-form-wrapper {
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}
.volunteer-signup-form- iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.r2v-form-site-container {
  padding: 2rem;
}

.r2v-form-body {
  background-color: #0d2c4c!important;
}

.r2v-button {
  background: #ff4a39
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1rem 1.875rem;
  text-align: center;
}

#embed-body {
  background-color: #0d2c4c!important;
}

#embed-form .form {
  background-color: #0d2c4c!important;
}
