/* All coding, design, ideas, fantastical inventions, etc. etc. copyright 2014 Kyle Conrad */
/* Contact: kyle@kyleconrad.com */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

 @import url('https://fonts.googleapis.com/css?family=Montserrat');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

  :root {
    --darkblue: #11497C;
    --lightblue: #4c9dcd;
    --lighterblue: #8ABEDC;
    --green: #19A759;
    --text: #212529;
    --theyellow: #f8de2b;
  }
  

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* MIX-INS */
/* ADDITIONAL RESET */
html {
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: none; }

body {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  *:focus {
    outline: none; }

/* CLEAR & FLOATS */
.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:after {
  clear: both;
  display: table;
  content: ''; }

@media only screen and (max-width: 641px) {
  .nomobile {
    display: none; } }

.hidden {
  display: none; }

/* INCLUDED */
/* VARIABLES */
/* GRID */
body.mobile-nav-open {
  overflow: hidden; }

nav,
div,
article,
section,
main,
footer,
header {
  display: block;
  position: relative; }

nav,
header,
footer,
.module {
  font-size: 1rem; }
  @media only screen and (min-width: 1401px) {
    nav,
    header,
    footer,
    .module {
      font-size: 1.1rem; } }
  @media only screen and (min-width: 802px) and (max-width: 1025px) {
    nav,
    header,
    footer,
    .module {
      font-size: 0.85rem; } }
  @media only screen and (min-width: 642px) and (max-width: 801px) {
    nav,
    header,
    footer,
    .module {
      font-size: 0.7rem; } }
  @media only screen and (max-width: 641px) {
    nav,
    header,
    footer,
    .module {
      font-size: 0.75rem; } }

.module {
  padding: 3em 5em;
  background: white; }
  @media only screen and (max-width: 641px) {
    .module {
      padding: 2.5em; } }

.module-head {
  padding: 2em 3.75em 0.5em; }
  @media only screen and (max-width: 641px) {
    .module-head {
      padding: 2em 2.5em 1.5em;
      margin-bottom: -3em; } }

.module-header {
  padding: none;
  background: none; }
  .module-header .block-table-third:first-child {
    padding-right: 2em; }
  .module-header .block-table-third:nth-child(2) {
    padding: 0 2em; }
  .module-header .block-table-third:last-child {
    padding-left: 2em; }

.block-half {
  float: left;
  width: 47%;
  margin-right: 6%; }
  .block-half:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 641px) {
    .block-half {
      float: none;
      width: 100%;
      margin-right: 0; } }

.block-third {
  float: left;
  width: 30%;
  margin-right: 5%; }
  .block-third:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 641px) {
    .block-third {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 2em; }
      .block-third:last-child {
        margin-bottom: 0; } }

.table-row {
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row; }
  .table-row.reduce-margin-top {
    margin-top: -2.5em; }
  .table-row.no-margin-top {
    margin-top: -3.25em; }
    @media only screen and (max-width: 641px) {
      .table-row.no-margin-top {
        margin-top: 0; } }
  .table-row.table-table {
    display: table; }
    @media only screen and (max-width: 641px) {
      .table-row.table-table {
        display: block; }
        header .table-row.table-table {
          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-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column; } }
  @media only screen and (max-width: 641px) {
    .table-row {
      display: block; } }

.block-table-half {
  width: 50%;
  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; }
  @media only screen and (max-width: 641px) {
    .block-table-half {
      width: 100%;
      display: block; } }

.block-table-third {
  width: 33%;
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  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; }
  @media only screen and (max-width: 641px) {
    .block-table-third {
      width: 100%;
      display: block; } }

.news-listing,
.news-sidebar {
  float: left; }
  @media only screen and (max-width: 641px) {
    .news-listing,
    .news-sidebar {
      float: none; } }

.news-listing {
  width: 66%;
  width: -moz-calc((100% / 3) * 2);
  width: -o-calc((100% / 3) * 2);
  width: -webkit-calc((100% / 3) * 2);
  width: calc((100% / 3) * 2);
  padding-right: 1em; }
  @media only screen and (max-width: 641px) {
    .news-listing {
      width: 100%;
      padding-right: 0;
      padding-bottom: 3.5em; } }

.news-sidebar {
  width: 33%;
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  padding-left: 1.5em; }
  @media only screen and (max-width: 641px) {
    .news-sidebar {
      width: 100%;
      padding-left: 0; } }

.padding-block {
  padding: 3em 3.75em; }
  @media only screen and (min-width: 642px) and (max-width: 801px) {
    .padding-block {
      padding: 2em 2.5em; } }
  @media only screen and (max-width: 641px) {
    .padding-block {
      padding: 2em 2.5em; } }

.padding-top {
  padding-top: 4em; }

.padding-bottom {
  padding-bottom: 4em; }

.padding-none {
  padding: 0; }

.padding-top-none {
  padding-top: 0; }

.padding-bottom-none {
  padding-bottom: 0; }

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

.margin-top-1 {
  margin-top: 1em; }

.margin-top-2 {
  margin-top: 2em; }

.margin-top-half {
  margin-top: 0.5em; }

.margin-right-1 {
  margin-right: 1em; }

.margin-bottom-1 {
  margin-bottom: 1em; }

.margin-bottom-2 {
  margin-bottom: 2em; }

.cta-row {
  width: 100%;
  text-align: center; }
  .cta-row.left-align {
    text-align: left; }
  .cta-row:first-child {
    margin-right: 1.5em; }
  .cta-row:only-child {
    margin-right: 0; }

.row-takeaction {
  margin-bottom: 1em;
  padding-left: 3.25em; }
  .row-takeaction img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 2em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .row-takeaction:last-of-type {
    margin-bottom: 1.5em; }
  .row-takeaction:after {
    clear: both;
    display: table;
    content: ''; }

.lawmaker-slideshow {
  width: 100%; }

.row-lawmaker {
  width: 100%; }
  .row-lawmaker:after {
    clear: both;
    display: table;
    content: ''; }
  .row-lawmaker .block-single-lawmaker {
    margin-top: 2em;
    margin-right: 6%;
    width: 47%;
    float: left;
    position: relative; }
    @media only screen and (max-width: 641px) {
      .row-lawmaker .block-single-lawmaker {
        margin-right: 0;
        width: 100%;
        float: none;
        margin-top: 1em;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); } }
    .row-lawmaker .block-single-lawmaker:last-child {
      margin-right: 0; }
      @media only screen and (max-width: 641px) {
        .row-lawmaker .block-single-lawmaker:last-child {
          margin-top: 1.5em;
          padding-bottom: 1.5em;
          border-bottom: 0; } }
    .row-lawmaker .block-single-lawmaker img {
      float: left;
      margin-right: 2em;
      width: 10em;
      border: 3px solid rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 641px) {
        .row-lawmaker .block-single-lawmaker img {
          width: 7em;
          float: right;
          margin-right: 0;
          margin-left: 2em;
          margin-bottom: 0.5em; } }

article {
  padding-top: 3em;
  padding-bottom: 5em;
  width: 55%;
  margin: 0 auto; }
  @media only screen and (min-width: 802px) and (max-width: 1025px) {
    article {
      width: 60%; } }
  @media only screen and (min-width: 642px) and (max-width: 801px) {
    article {
      width: 70%; } }
  @media only screen and (max-width: 641px) {
    article {
      padding-top: 2em;
      width: 90%; } }

/* Z-INDEX & LAYERS */
nav {
  z-index: 10; }

.button-mobile-menu {
  z-index: 15; }

.nav-header,
.nav-menu {
  z-index: 10; }

#mobile-nav-menu {
  z-index: 5; }

.search-dropdown {
  z-index: 5; }

/* TEXT SETTINGS */
h1,
h2,
h3,
h4,
h5,
h6,
.block-quote span,
.block-quote-photo span,
.block-video span {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  margin-bottom: 0.25em;
  position: relative;
  font-size: 2em;
  line-height: 1.1;
  color: white; }
  .page-landing h1 {
    display: block;
    padding-bottom: 0.5em;
    padding-left: 0.1em;
    margin-bottom: 1em;
    font-size: 1.5em;
    text-align: center;
    color: white;
    border-bottom: 2px solid rgba(96, 168, 211, 0.35); }
  h1.h1-video-landing {
    display: block;
    padding-bottom: 1em;
    margin-bottom: 1em;
    font-size: 1.25em;
    color: #60a8d3;
    border-bottom: 2px solid rgba(96, 168, 211, 0.35); }
  .get-help h1 {
    color: #333333;
    border-bottom-color: rgba(51, 51, 51, 0.15); }
  h1.padded-border {
    margin: 0 auto 0.75em;
    width: 90%;
    width: -moz-calc(100% - 3.5em);
    width: -o-calc(100% - 3.5em);
    width: -webkit-calc(100% - 3.5em);
    width: calc(100% - 3.5em);
    padding-top: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgba(17, 73, 124, 0.5); }
  h1.module-guide-header {
    display: block;
    background: black;
    color: white;
    padding: 20px;
    font-size: 1.25em;
    margin: 0; }

h2 {
  margin-bottom: 0.15em;
  font-size: 1.75em;
  line-height: 1.2; }
  h2 a {
    text-decoration: none; }
  h2.underline {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid rgba(51, 51, 51, 0.15); }
  h2.no-margin {
    margin-bottom: 0; }

h3 {
  margin-bottom: 0.5em;
  font-size: 1em; }

h4 {
  margin-bottom: 0.75em;
  padding-bottom: 0.85em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15); }
  h4 a {
    text-decoration: none; }
  article h4 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0.5em; }

h5 {
  margin-bottom: 0.25em;
  font-size: 1.2em;
  line-height: 1.3; }
  h5 a {
    color: #11497c;
    text-decoration: none; }
    h5 a:hover, h5 a:active, h5 a:focus {
      text-decoration: underline; }
  .article-sidebar h5 {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

h6 {
  margin-bottom: 0.5em;
  font-size: 1.25em; }
  .block-subscribe h6 {
    margin-bottom: 1.25em; }

p,
td {
  margin-bottom: 1em;
  font-size: 1em;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333333; }
  p em,
  td em {
    font-style: italic; }
  p strong,
  td strong {
    font-weight: 700; }
  thead p, thead
  td {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.75em;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  p:last-child,
  td:last-child {
    margin-bottom: 0; }
  p.larger,
  td.larger {
    font-size: 1.15em;
    margin-bottom: 2em; }
  p.smaller,
  td.smaller {
    font-size: 0.75em; }
  p.justify,
  td.justify {
    text-align: justify; }
  p.no-margin,
  td.no-margin {
    margin-bottom: 0; }
  p.text-margin,
  td.text-margin {
    margin-bottom: 1.5em; }
  p a,
  td a {
    text-decoration: underline;
    font-weight: 700;
    color: #11497c; }
    p a:hover, p a:active, p a:focus,
    td a:hover,
    td a:active,
    td a:focus {
      opacity: 1;
      color: #11497c; }
      footer p a:hover, footer p a:active, footer p a:focus, footer
      td a:hover, footer
      td a:active, footer
      td a:focus {
        color: #60a8d3; }
    header p a, header
    td a {
      color: #60a8d3; }
      header p a:hover, header p a:active, header p a:focus, header
      td a:hover, header
      td a:active, header
      td a:focus {
        opacity: 1;
        color: #60a8d3; }
    .header-hotline-callout p a, .header-hotline-callout
    td a {
      color: white; }
      .header-hotline-callout p a:hover, .header-hotline-callout p a:active, .header-hotline-callout p a:focus, .header-hotline-callout
      td a:hover, .header-hotline-callout
      td a:active, .header-hotline-callout
      td a:focus {
        opacity: 1;
        color: #11497c; }

.article-list {
  display: block;
  list-style-type: disc;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.925em;
  color: #333333;
  margin-bottom: 1.5em;
  padding-left: 2em; }
  .article-list.larger {
    font-size: 1em;
    padding-left: 1.25em;
    margin-bottom: 2.5em; }
    .article-list.larger li {
      margin-bottom: 0.75em; }
    .article-list.larger:last-child {
      margin-bottom: 0; }
  .article-list.sublist {
    list-style-type: circle;
    margin-bottom: 0; }
    td .article-list.sublist {
      padding-left: 1.5em; }
  td .article-list {
    padding-left: 1em; }
  .article-list li {
    margin-bottom: 0.25em; }
    .article-list li strong {
      font-weight: 600; }
    .article-list li a {
      text-decoration: underline;
      font-weight: 700;
      color: #11497c; }
      .article-list li a:hover, .article-list li a:active, .article-list li a:focus {
        opacity: 1;
        color: #11497c; }
    td .article-list li:last-child {
      margin-bottom: 0; }
  td .article-list:last-of-type {
    margin-bottom: 0; }

.article-olist {
  display: block;
  list-style-type: decimal;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.925em;
  color: #333333;
  margin-bottom: 1.5em;
  padding-left: 2em; }
  .article-olist li {
    margin-bottom: 0.25em; }
    .article-olist li strong {
      font-weight: 600; }
    .article-olist li a {
      text-decoration: underline;
      font-weight: 700;
      color: #11497c; }
      .article-olist li a:hover, .article-olist li a:active, .article-olist li a:focus {
        opacity: 1;
        color: #11497c; }
    .article-olist li > li {
      color: blue; }
    td .article-olist li:last-child {
      margin-bottom: 0; }
  .article-footer .article-olist {
    font-size: 0.75em; }
  td .article-olist:last-of-type {
    margin-bottom: 0; }

.link-readmore {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #60a8d3; }
  .link-readmore a {
    color: #60a8d3; }

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

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

.color-white {
  color: white; }
  .color-white a {
    color: white; }

.color-blue {
  color: #11497c; }
  .color-blue a {
    color: #11497c; }

.color-blue-light {
  color: #60a8d3; }
  .color-blue-light a {
    color: #60a8d3; }

.color-blue-lightest {
  color: #d7e5f0; }
  .color-blue-lightest a {
    color: #d7e5f0; }

.color-yellow {
  color: #f8de2a; }
  .color-yellow a {
    color: #f8de2a; }

.color-gray-dark {
  color: #333333; }
  .color-gray-dark a {
    color: #333333; }

.color-gray-light {
  color: #e9e9e9; }
  .color-gray-light a {
    color: #e9e9e9; }

.icon-link {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
  line-height: 1.3;
  color: #d7e5f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-align: center; }
  .on-light .icon-link {
    color: #60a8d3; }

.nav-header-section,
.nav-header-links,
.mobile-language {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #333333; }
  .nav-header-section a,
  .nav-header-links a,
  .mobile-language a {
    text-decoration: none;
    color: #333333;
    opacity: 0.5;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    transition: opacity 0.1s; }
    .nav-header-section a:hover, .nav-header-section a:active, .nav-header-section a:focus,
    .nav-header-links a:hover,
    .nav-header-links a:active,
    .nav-header-links a:focus,
    .mobile-language a:hover,
    .mobile-language a:active,
    .mobile-language a:focus {
      opacity: 0.9; }
    .nav-header-section a.nav-header-gethelp,
    .nav-header-links a.nav-header-gethelp,
    .mobile-language a.nav-header-gethelp {
      padding: 0.5em 1em;
      margin-right: 1px;
      color: #534903;
      background: rgba(248, 222, 42, 0.6);
      opacity: 1; }
      .nav-header-section a.nav-header-gethelp.left-radius,
      .nav-header-links a.nav-header-gethelp.left-radius,
      .mobile-language a.nav-header-gethelp.left-radius {
        border-radius: 0.5em 0 0 0.5em; }
        @media only screen and (max-width: 641px) {
          .nav-header-section a.nav-header-gethelp.left-radius,
          .nav-header-links a.nav-header-gethelp.left-radius,
          .mobile-language a.nav-header-gethelp.left-radius {
            border-radius: 0;
            border-top: 1px solid #cfb507; } }
      .nav-header-section a.nav-header-gethelp.right-radius,
      .nav-header-links a.nav-header-gethelp.right-radius,
      .mobile-language a.nav-header-gethelp.right-radius {
        border-radius: 0 0.5em 0.5em 0; }
        @media only screen and (max-width: 641px) {
          .nav-header-section a.nav-header-gethelp.right-radius,
          .nav-header-links a.nav-header-gethelp.right-radius,
          .mobile-language a.nav-header-gethelp.right-radius {
            border-radius: 0;
            border-top: 1px solid #cfb507;
            border-bottom: 1px solid #cfb507; } }
      .nav-header-section a.nav-header-gethelp.right-border,
      .nav-header-links a.nav-header-gethelp.right-border,
      .mobile-language a.nav-header-gethelp.right-border {
        border-right: 1px solid rgba(0, 0, 0, 0.075); }
        @media only screen and (max-width: 641px) {
          .nav-header-section a.nav-header-gethelp.right-border,
          .nav-header-links a.nav-header-gethelp.right-border,
          .mobile-language a.nav-header-gethelp.right-border {
            border-right: 0; } }
      .nav-header-section a.nav-header-gethelp:hover, .nav-header-section a.nav-header-gethelp:active, .nav-header-section a.nav-header-gethelp:focus,
      .nav-header-links a.nav-header-gethelp:hover,
      .nav-header-links a.nav-header-gethelp:active,
      .nav-header-links a.nav-header-gethelp:focus,
      .mobile-language a.nav-header-gethelp:hover,
      .mobile-language a.nav-header-gethelp:active,
      .mobile-language a.nav-header-gethelp:focus {
        background: #f8de2a; }
      @media only screen and (max-width: 641px) {
        .nav-header-section a.nav-header-gethelp,
        .nav-header-links a.nav-header-gethelp,
        .mobile-language a.nav-header-gethelp {
          padding: 1.25em;
          margin-right: 0;
          background: #f8de2a; } }
    .nav-header-section a.button-nav-header,
    .nav-header-links a.button-nav-header,
    .mobile-language a.button-nav-header {
      color: #11497c; }
    @media only screen and (max-width: 641px) {
      .nav-header-section a,
      .nav-header-links a,
      .mobile-language a {
        display: block;
        opacity: 1; } }

@media only screen and (max-width: 641px) {
  .nav-header-links,
  .mobile-language {
    text-align: center;
    font-size: 1.1em; } }

.nav-menu a {
  display: block;
  padding: 1em 1.75em 0.85em;
  height: 3em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.815em;
  text-align: center;
  text-decoration: none;
  color: #333333;
  background: transparent;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s; }
  .nav-menu a:hover, .nav-menu a:focus {
    background: rgba(17, 73, 124, 0.1); }
  .nav-menu a:active {
    background: rgba(17, 73, 124, 0.2); }
  .nav-menu a.active {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #11497c; }
  .nav-menu a.nav-link-search:hover, .nav-menu a.nav-link-search:focus {
    background: rgba(96, 168, 211, 0.1); }
  .nav-menu a.nav-link-search:active {
    background: rgba(96, 168, 211, 0.2); }
  .nav-menu a.nav-link-search.active {
    background: #60a8d3; }
  .nav-menu a.nav-menu-calltoaction-yellow {
    color: #534903;
    background: rgba(248, 222, 42, 0.65); }
    .nav-menu a.nav-menu-calltoaction-yellow:hover, .nav-menu a.nav-menu-calltoaction-yellow:active, .nav-menu a.nav-menu-calltoaction-yellow:focus {
      background: #f8de2a; }
    .nav-menu a.nav-menu-calltoaction-yellow.active {
      color: white;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #11497c; }
  .nav-menu a.nav-menu-calltoaction-green {
    color: #052212;
    background: rgba(28, 189, 101, 0.65); }
    .nav-menu a.nav-menu-calltoaction-green:hover, .nav-menu a.nav-menu-calltoaction-green:active, .nav-menu a.nav-menu-calltoaction-green:focus {
      background: #1cbd65; }
  @media only screen and (max-width: 1260px) {
    .nav-menu a {
      padding: 1em 1em 0.85em; } }
  @media only screen and (min-width: 642px) and (max-width: 801px) {
    .nav-menu a {
      padding: 1em 0.75em 0.85em; } }
  @media only screen and (max-width: 641px) {
    .nav-menu a {
      font-size: 1.1em;
      padding: 1.25em 0;
      height: auto;
      border-bottom: 1px solid #bfbfbf;
      background: rgba(17, 73, 124, 0.05); } }

.block-quote .quote-text,
.block-quote .quote-cite,
.block-quote-photo .quote-text,
.block-quote-photo .quote-cite {
  position: relative;
  display: block;
  z-index: 5;
  position: relative; }

.block-quote .quote-text,
.block-quote-photo .quote-text {
  margin-bottom: 0.5em;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1.2;
  color: white; }
  .block-quote .quote-text:before,
  .block-quote-photo .quote-text:before {
    margin-left: -0.5em;
    padding-right: 0.1em;
    content: '\201C'; }
  .block-quote .quote-text:after,
  .block-quote-photo .quote-text:after {
    content: '\201D'; }

.block-quote .quote-cite,
.block-quote-photo .quote-cite {
  margin-left: 0.1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  color: #11497c;
  opacity: 0.85; }

.block-quote.smaller .quote-text,
.block-quote-photo.smaller .quote-text {
  font-size: 1.675em;
  line-height: 1.3; }

.block-quote.smaller .quote-cite,
.block-quote-photo.smaller .quote-cite {
  position: relative;
  left: auto;
  bottom: auto;
  font-size: 0.875em; }

.block-quote:hover .quote-cite, .block-quote:active .quote-cite,
.block-quote-photo:hover .quote-cite,
.block-quote-photo:active .quote-cite {
  opacity: 1; }

.block-quote-photo {
  text-decoration: none; }
  .block-quote-photo .quote-text {
    font-size: 1.5em;
    line-height: 1.3; }
  .block-quote-photo .quote-cite {
    font-size: 0.875em;
    color: #60a8d3; }

.quote-lawmaker {
  display: block;
  margin-bottom: 0.5em;
  padding-top: 0.2em;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  font-size: 1.65em;
  line-height: 1.35; }
  .quote-lawmaker:before {
    margin-left: -0.5em;
    padding-right: 0.1em;
    content: '\201C'; }
  .quote-lawmaker:after {
    content: '\201D'; }

.cite-lawmaker {
  display: block;
  text-align: right;
  margin-bottom: 2em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase; }
  @media only screen and (max-width: 641px) {
    .cite-lawmaker {
      text-align: left; } }

.block-fundraiser h2,
.block-stats h2 {
  margin-bottom: 1em; }
  .block-fundraiser h2 + p,
  .block-stats h2 + p {
    margin-top: -1.6em; }

.block-stats .link-readmore {
  color: #11497c;
  opacity: 0.75; }
  .block-stats .link-readmore:hover, .block-stats .link-readmore:active, .block-stats .link-readmore:focus {
    opacity: 1; }

.block-video {
  text-decoration: none; }
  .block-video span {
    display: block;
    z-index: 5;
    position: relative;
    margin-top: 1em;
    font-size: 2em;
    text-decoration: none;
    text-align: center;
    color: white; }
    @media only screen and (max-width: 641px) {
      .block-video span {
        margin-top: 0; } }

.footer-sitemap {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  font-size: 0.875em;
  color: #d7e5f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .footer-sitemap a {
    color: #d7e5f0;
    opacity: 0.75; }
    .footer-sitemap a:hover, .footer-sitemap a:active, .footer-sitemap a:focus {
      opacity: 1; }

.footer-bottom {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 0.85em;
  text-transform: uppercase;
  color: #d7e5f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .footer-bottom a {
    color: #d7e5f0;
    opacity: 0.75; }
    .footer-bottom a:hover, .footer-bottom a:active, .footer-bottom a:focus {
      opacity: 1; }

.header-landing-infographic-data {
  display: block;
  width: 100%;
  margin-top: 1em;
  padding: 0.75em 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  text-align: right; }
  .header-landing-infographic .header-landing-infographic-data {
    background: #11497c;
    color: #60a8d3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .block-table-half .header-landing-infographic-data {
    background: #d7e5f0;
    color: #11497c; }

.action-center-list {
  margin-bottom: 1.5em; }
  .action-center-list li {
    margin-bottom: 0.75em;
    padding-left: 2em;
    position: relative;
    color: #11497c;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5; }
    .action-center-list li strong {
      font-weight: 700; }
    header .action-center-list li {
      color: #d7e5f0; }
    @media only screen and (max-width: 641px) {
      .action-center-list li {
        padding-left: 3em;
        font-size: 1.1em; } }

figcaption {
  display: block;
  padding-top: 0.75em;
  font-size: 0.875em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: #bfbfbf; }
  .image-left figcaption,
  .image-right figcaption {
    font-size: 0.75em; }
  figcaption.share-caption {
    text-align: right;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase; }
    figcaption.share-caption a {
      display: inline-block;
      margin-left: 1em;
      color: #60a8d3;
      opacity: 0.75;
      -webkit-transition: 0.15s;
      -moz-transition: 0.15s;
      transition: 0.15s; }
      figcaption.share-caption a:hover, figcaption.share-caption a:active {
        opacity: 1; }

.article-date {
  display: inline-block;
  float: right;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #bfbfbf;
  font-size: 1em;
  line-height: 1.9em; }
  .article-date a {
    color: #bfbfbf;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s; }
    .article-date a:hover, .article-date a:active {
      color: #60a8d3; }
  @media only screen and (max-width: 641px) {
    .article-date {
      display: block;
      width: 100%;
      float: none; } }

.article-share-text {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #bfbfbf;
  font-size: 1em;
  line-height: 1.9em; }
  header .article-share-text {
    color: #60a8d3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.article-sidebar ul {
  list-style-type: disc;
  padding-left: 1.1em; }

.article-sidebar li {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: white; }
  .article-sidebar li:last-child {
    margin-bottom: 0; }
  .article-sidebar li a {
    color: white; }
    .article-sidebar li a:hover, .article-sidebar li a:active {
      color: #d7e5f0; }

blockquote p {
  font-family: 'Libre Baskerville', serif;
  font-weight: 600;
  font-size: 2.25em;
  line-height: 1.3;
  margin-bottom: 0.35em;
  color: #11497c; }
  blockquote p:before {
    margin-left: -0.5em;
    padding-right: 0.1em;
    content: '\201C'; }
  blockquote p:after {
    content: '\201D'; }

blockquote cite {
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  color: #11497c;
  opacity: 0.75; }
  blockquote cite a {
    color: #60a8d3;
    opacity: 0.75;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s; }
    blockquote cite a:hover, blockquote cite a:active {
      opacity: 1; }
  @media only screen and (max-width: 641px) {
    blockquote cite {
      float: none;
      width: 100%; } }

blockquote .blockquote-share-text {
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase; }
  blockquote .blockquote-share-text a {
    color: #60a8d3;
    opacity: 0.75;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s; }
    blockquote .blockquote-share-text a:hover, blockquote .blockquote-share-text a:active {
      opacity: 1; }

.filter-list {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 3em; }
  .filter-list.bottom-list {
    padding-top: 3em;
    padding-bottom: 0; }
  .filter-list li {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    display: inline-block;
    margin-right: 1.5em; }
    .filter-list li:last-child {
      margin-right: 0; }
    .filter-list li a {
      color: #bfbfbf;
      text-decoration: none; }
      .filter-list li a:hover, .filter-list li a:active {
        color: #60a8d3;
        text-decoration: underline; }
      .filter-list li a.active {
        color: #60a8d3;
        text-decoration: underline; }
  @media only screen and (max-width: 641px) {
    .filter-list:not(.bottom-list) li {
      display: block;
      margin-right: 0;
      width: 100%;
      margin-bottom: 0.5em; } }

.news-category {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 0.75em; }
  header .news-category {
    margin-bottom: 0.5em;
    font-size: 1em;
    color: #60a8d3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .news-block .news-category {
    margin-bottom: 0.5em; }

/* IMAGES */
img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }
  img.news-photo {
    margin-bottom: 0.5em; }

.video {
  width: 100%; }

.button-social img {
  height: 40%;
  width: auto;
  max-width: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.85;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.block-stats img {
  margin-bottom: 1.5em; }

figure.image-center {
  width: 110%;
  margin-left: -5%;
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

figure.image-left {
  float: left;
  width: 45%;
  margin-left: -5%;
  margin-right: 2em;
  margin-bottom: 1em; }

figure.image-right {
  float: right;
  width: 45%;
  margin-right: -5%;
  margin-left: 2em;
  margin-bottom: 1em; }

@media only screen and (max-width: 641px) {
  figure.image-center, figure.image-left, figure.image-right {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0; } }

.header-landing-infographic .st0,
.block-table-half .st0 {
  opacity: 0.25;
  fill: #60a8d3; }
  .header-landing-infographic .st0.visible,
  .block-table-half .st0.visible {
    opacity: 1; }

#map-laws .st0 {
  fill: rgba(96, 168, 211, 0.2);
  stroke: rgba(96, 168, 211, 0.85);
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s; }
  #map-laws .st0:hover {
    cursor: pointer;
    fill: #60a8d3;
    stroke: rgba(17, 73, 124, 0.5); }

@media only screen and (max-width: 641px) {
  #map-laws {
    display: none; } }

/* GLYPHS */
.icon-inline {
  display: inline-block;
  height: 1em;
  width: auto;
  margin-right: 0.5em;
  vertical-align: -0.15em; }

.icon-nav-menu {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1.25em;
  width: auto;
  -webkit-transform: translate3d(-45%, -45%, 0);
  -moz-transform: translate3d(-45%, -45%, 0);
  -ms-transform: translate3d(-45%, -45%, 0);
  -o-transform: translate3d(-45%, -45%, 0);
  transform: translate3d(-45%, -45%, 0);
  fill: #404040; }
  .active .icon-nav-menu {
    fill: white; }

.slider-bullets {
  position: absolute;
  bottom: 4.15em;
  right: 3.75em; }
  .slider-bullets li,
  .slider-bullets span {
    color: transparent;
    float: left;
    margin-left: 0.5em;
    cursor: pointer;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    border: 2px solid #60a8d3;
    opacity: 0.5;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    transition: 0.1s; }
    .slider-bullets li.active, .slider-bullets li.cycle-pager-active,
    .slider-bullets span.active,
    .slider-bullets span.cycle-pager-active {
      opacity: 0.75;
      background: #60a8d3; }
      .slider-bullets li.active:hover, .slider-bullets li.active:active, .slider-bullets li.cycle-pager-active:hover, .slider-bullets li.cycle-pager-active:active,
      .slider-bullets span.active:hover,
      .slider-bullets span.active:active,
      .slider-bullets span.cycle-pager-active:hover,
      .slider-bullets span.cycle-pager-active:active {
        opacity: 1; }
    .slider-bullets li:hover, .slider-bullets li:active,
    .slider-bullets span:hover,
    .slider-bullets span:active {
      opacity: 1; }

.button-social-share {
  display: block;
  width: 2em;
  height: 2em;
  position: relative;
  background: #bfbfbf;
  border-radius: 5px;
  opacity: 0.85;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  transition: 0.15s; }
  .button-social-share:hover, .button-social-share:active {
    background: #60a8d3;
    opacity: 1; }
  .button-social-share img {
    height: 45%;
    width: auto;
    max-width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  header .button-social-share {
    background: rgba(96, 168, 211, 0.5); }

.glyph-contact-inline {
  display: inline-block;
  height: 0.85em;
  width: auto;
  margin-right: 0.5em;
  vertical-align: baseline; }

/* BUTTONS */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
  background: none;
  cursor: pointer; }

.button-mobile-menu {
  display: none;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 3em;
  height: 3em;
  border-radius: 0.5em;
  border: 2px solid #11497c;
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .button-mobile-menu:before, .button-mobile-menu:after {
    position: absolute;
    display: block;
    content: ''; }
  .button-mobile-menu:before {
    width: 1.85em;
    height: 1.7em;
    left: 50%;
    top: 50%;
    border-top: 4px solid #11497c;
    border-bottom: 4px solid #11497c;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .button-mobile-menu:after {
    width: 1.85em;
    height: 4px;
    background: #11497c;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .mobile-nav-open .button-mobile-menu:before, .mobile-nav-open .button-mobile-menu:after {
    width: 1.85em;
    height: 4px;
    background: #11497c;
    top: 50%;
    left: 50%;
    border: 0; }
  .mobile-nav-open .button-mobile-menu:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg); }
  .mobile-nav-open .button-mobile-menu:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
  @media only screen and (max-width: 641px) {
    .button-mobile-menu {
      display: block; } }

.button-cta {
  display: inline-block;
  padding: 1em 1.25em;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  text-align: center;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0.25em;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  transition: 0.15s; }
  @media only screen and (max-width: 641px) {
    .button-cta {
      width: 100%; } }
  .button-cta.cta-large {
    padding: 1em;
    font-size: 1.25em; }
  .button-cta.full-width {
    min-width: 30.25em;
    max-width: 100%; }
    @media only screen and (max-width: 641px) {
      .button-cta.full-width {
        min-width: 0;
        width: 100%; } }
  .button-cta.width-100 {
    width: 100%; }
  .button-cta.cta-block {
    float: left;
    width: 50%;
    padding: 1.5em 0;
    font-size: 1.25em;
    text-decoration: underline;
    border-radius: 0; }
  .button-cta.blue-border {
    color: #11497c;
    border: 2px solid #11497c; }
    .button-cta.blue-border:hover, .button-cta.blue-border:active, .button-cta.blue-border:focus {
      color: #60a8d3;
      border-color: #60a8d3; }
  .button-cta.blue-light-border {
    color: #60a8d3;
    border: 2px solid #60a8d3; }
    .button-cta.blue-light-border:hover, .button-cta.blue-light-border:active, .button-cta.blue-light-border:focus {
      color: #d7e5f0;
      border-color: #d7e5f0; }
    .button-cta.blue-light-border.on-light {
      color: #4c9dcd;
      border: 2px solid #4c9dcd; }
      .button-cta.blue-light-border.on-light:hover, .button-cta.blue-light-border.on-light:active, .button-cta.blue-light-border.on-light:focus {
        color: #60a8d3;
        border-color: #60a8d3; }
  .button-cta.white-border {
    color: rgba(255, 255, 255, 0.875);
    border: 2px solid rgba(255, 255, 255, 0.65); }
    .button-cta.white-border:hover, .button-cta.white-border:active, .button-cta.white-border:focus {
      color: white;
      border-color: white; }
  .button-cta.blue-light-fill {
    background: #4c9dcd;
    border: 2px solid #4c9dcd; }
    .button-cta.blue-light-fill:hover, .button-cta.blue-light-fill:active, .button-cta.blue-light-fill:focus {
      background: #60a8d3;
      border-color: #60a8d3; }
  .button-cta.green-fill {
    background: #19a759;
    border: 2px solid #19a759; }
    .button-cta.green-fill:hover, .button-cta.green-fill:active, .button-cta.green-fill:focus {
      background: #1cbd65;
      border-color: #1cbd65; }
  .button-cta.yellow-on-yellow {
    color: #534903;
    border: 2px solid #cfb507; }
    .button-cta.yellow-on-yellow:hover, .button-cta.yellow-on-yellow:active, .button-cta.yellow-on-yellow:focus {
      background: #f9e44f;
      border-color: #b6a006; }
  .button-cta.yellow-fill {
    color: #534903;
    background: #f1d408;
    border: 2px solid #f1d408; }
    .button-cta.yellow-fill:hover, .button-cta.yellow-fill:active, .button-cta.yellow-fill:focus {
      background: #f8de2a;
      border-color: #f8de2a; }
  .button-cta.yellow-dark-fill {
    color: #333333;
    background: #e7cb08;
    border: 2px solid #e7cb08; }
    .button-cta.yellow-dark-fill:hover, .button-cta.yellow-dark-fill:active, .button-cta.yellow-dark-fill:focus {
      background: #f4d608;
      border-color: #f4d608; }

.button-nav-header {
  display: inline-block;
  margin-right: -4px;
  margin-left: 2em;
  padding: 0.5em 0.75em;
  border: 2px solid #11497c;
  border-radius: 0.5em;
  color: #11497c; }
  @media only screen and (max-width: 641px) {
    .button-nav-header {
      display: block;
      margin-right: 0;
      margin-left: 0;
      width: 100%;
      padding: 1em 0; } }

.button-email-submit {
  float: left;
  width: 30%;
  padding: 0;
  height: 2.5em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #60a8d3;
  border-radius: 0 0.35em 0.35em 0;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s; }
  .button-email-submit:hover, .button-email-submit:active, .button-email-submit:focus {
    background: #74b3d9; }
  .button-email-submit.button-large {
    margin-bottom: 0;
    width: 35%;
    height: 3.5em;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media only screen and (max-width: 641px) {
      .button-email-submit.button-large {
        width: 100%; } }
  .button-email-submit.button-larger {
    margin-bottom: 0;
    width: 40%;
    height: 3.5em;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media only screen and (max-width: 641px) {
      .button-email-submit.button-larger {
        width: 100%; } }
  @media only screen and (max-width: 641px) {
    .button-email-submit {
      float: none;
      width: 100%;
      border-radius: 0.35em; } }

.button-zipcode-submit,
.button-zipcode-tweet,
.button-zipcode-email {
  float: left;
  width: 40%;
  padding: 0;
  height: 3.5em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #60a8d3;
  border-radius: 0 0.35em 0.35em 0;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s; }
  .button-zipcode-submit:hover, .button-zipcode-submit:active, .button-zipcode-submit:focus,
  .button-zipcode-tweet:hover,
  .button-zipcode-tweet:active,
  .button-zipcode-tweet:focus,
  .button-zipcode-email:hover,
  .button-zipcode-email:active,
  .button-zipcode-email:focus {
    background: #74b3d9; }
  @media only screen and (max-width: 641px) {
    .button-zipcode-submit,
    .button-zipcode-tweet,
    .button-zipcode-email {
      float: none;
      width: 100%;
      border-radius: 0.35em; } }

.button-zipcode-tweet,
.button-zipcode-email {
  width: 31.5%;
  font-size: 0.9em;
  height: 3.9em; }
  @media only screen and (max-width: 641px) {
    .button-zipcode-tweet,
    .button-zipcode-email {
      width: 100%;
      font-size: 1em; } }

.button-zipcode-tweet {
  border-radius: 0;
  border-right: 2px solid rgba(17, 73, 124, 0.35); }
  @media only screen and (max-width: 641px) {
    .button-zipcode-tweet {
      border-radius: 0.35em;
      border-right: 0;
      margin-bottom: 0.5em; } }

.button-social {
  display: inline-block;
  height: 3em;
  width: 3em;
  height: -moz-calc(3em + 4px);
  height: -o-calc(3em + 4px);
  height: -webkit-calc(3em + 4px);
  height: calc(3em + 4px);
  width: -moz-calc(3em + 4px);
  width: -o-calc(3em + 4px);
  width: -webkit-calc(3em + 4px);
  width: calc(3em + 4px);
  position: relative;
  vertical-align: -1.3em;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.35em;
  opacity: 0.85;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s; }
  .button-social:hover, .button-social:active, .button-social:focus {
    border-color: white;
    background: #11497c;
    opacity: 1; }

/* FORMS & INPUTS */
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border: 0; }

textarea {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding: 0.5em 0.75em;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #333333;
  border: 1px solid #60a8d3;
  border-radius: 0.35em;
  resize: none; }
  textarea.textarea-email {
    height: 10em; }
  textarea.textarea-tweet {
    height: 5em; }

.input-email {
  float: left;
  width: 55%;
  padding: 0 0.75em;
  height: 2.5em;
  margin-bottom: 1.5em;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #333333;
  background: white;
  border: 1px solid #60a8d3;
  border-right: 0;
  border-radius: 0.35em 0 0 0.35em; }
  .input-email:focus {
    border-color: #74b3d9; }
  .input-email:-webkit-autofill, .input-email:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset; }
  .input-email.input-large {
    width: 65%;
    margin-bottom: 0;
    padding: 0 1em;
    height: 3.5em; }
    @media only screen and (max-width: 641px) {
      .input-email.input-large {
        float: none;
        width: 100%;
        border-radius: 0.35em;
        border-right: 1px solid #60a8d3;
        margin-bottom: 0.5em; } }
  @media only screen and (max-width: 641px) {
    .input-email {
      float: none;
      width: 100%;
      border-radius: 0.35em;
      border-right: 1px solid #60a8d3;
      margin-bottom: 0.5em; } }

.input-select {
  width: 100%;
  padding: 0 1.5em;
  height: 3.5em;
  margin-bottom: 1em;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #60a8d3;
  background: white;
  border: 1px solid #60a8d3;
  border-radius: 0.35em 0 0 0.35em; }

.input-zipcode,
.input-zipcode-small {
  float: left;
  width: 60%;
  padding: 0 1em;
  height: 3.5em;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #333333;
  background: white;
  border: 1px solid #60a8d3;
  border-right: 0;
  border-radius: 0.35em 0 0 0.35em; }
  .input-zipcode:focus,
  .input-zipcode-small:focus {
    border-color: #74b3d9; }
  .input-zipcode:-webkit-autofill, .input-zipcode:-webkit-autofill:focus,
  .input-zipcode-small:-webkit-autofill,
  .input-zipcode-small:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset; }
  @media only screen and (max-width: 641px) {
    .input-zipcode,
    .input-zipcode-small {
      float: none;
      width: 100%;
      border-radius: 0.35em;
      border-right: 1px solid #60a8d3;
      margin-bottom: 0.5em; } }

.input-zipcode-small {
  width: 37%; }
  @media only screen and (max-width: 641px) {
    .input-zipcode-small {
      width: 100%; } }

.input-search {
  width: 100%;
  padding: 0 1em;
  height: 2.5em;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #333333;
  background: white;
  border: 1px solid #60a8d3;
  border-radius: 0.35em; }

.subscribe-name,
.subscribe-email {
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0 1em;
  height: 2.5em;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #333333;
  background: white;
  border: 1px solid #60a8d3;
  border-radius: 0.35em; }
  .subscribe-name:focus,
  .subscribe-email:focus {
    border-color: #74b3d9; }
  .subscribe-name:-webkit-autofill, .subscribe-name:-webkit-autofill:focus,
  .subscribe-email:-webkit-autofill,
  .subscribe-email:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset; }
  .subscribe-name:last-of-type,
  .subscribe-email:last-of-type {
    margin-bottom: 1.25em; }

.action-checkbox {
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.25em;
  height: 1.25em;
  background: none;
  border: 2px solid #60a8d3;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  transition: 0.15s; }
  .action-checkbox.checked {
    background: #11497c;
    border-color: #11497c; }
    header .action-checkbox.checked {
      background: #60a8d3;
      border-color: #60a8d3; }
  @media only screen and (max-width: 641px) {
    .action-checkbox {
      top: 0;
      width: 2em;
      height: 2em; } }

/* NAV BAR */
nav {
  background: white; }

.nav-header {
  position: relative;
  background: white;
  display: table;
  width: 100%;
  padding: 1em; }
  .nav-header .nav-header-section {
    display: table-cell;
    vertical-align: middle;
    width: 25%; }
    .nav-header .nav-header-section:nth-child(2) {
      width: 50%;
      text-align: center; }
      @media only screen and (max-width: 641px) {
        .nav-header .nav-header-section:nth-child(2) {
          display: none; } }
    .nav-header .nav-header-section:last-child {
      width: 25%;
      text-align: right; }
      @media only screen and (max-width: 641px) {
        .nav-header .nav-header-section:last-child {
          display: none; } }
  @media only screen and (max-width: 641px) {
    .nav-header {
      display: block;
      border-bottom: 3px solid #e9e9e9; } }

.nav-header-homelink {
  outline: none; }
  .nav-header-homelink img {
    height: 3em;
    width: auto; }
  .nav-header-homelink:focus img {
    opacity: 0.5; }
    @media only screen and (max-width: 641px) {
      .nav-header-homelink:focus img {
        opacity: 1; } }

.nav-header-links {
  display: inline-block; }
  .nav-header-links li {
    display: inline-block;
    margin-right: -4px;
    padding: 0.25em 1em 0.35em; }
    .nav-header-links li.nav-header-links-rightborder {
      border-right: 1px solid #e9e9e9; }
    .nav-header-links li.padding-none {
      padding: 0; }
    @media only screen and (min-width: 802px) and (max-width: 1025px) {
      .nav-header-links li {
        margin-right: -6px; } }
    @media only screen and (min-width: 642px) and (max-width: 801px) {
      .nav-header-links li {
        margin-right: -6px; } }
    @media only screen and (max-width: 641px) {
      .nav-header-links li {
        display: block;
        width: 100%;
        margin-right: 0;
        text-align: center;
        padding: 0.75em 0;
        background: #f7f7f7; } }
  @media only screen and (max-width: 641px) {
    .nav-header-links {
      display: block; } }

.nav-menu {
  margin-bottom: 0;
  position: relative;
  background: #e9e9e9; }
  .nav-menu:after {
    clear: both;
    display: table;
    content: ''; }
  .nav-menu li {
    display: block;
    float: left;
    position: relative; }
    .nav-menu li:first-child {
      width: 3em; }
      @media only screen and (max-width: 641px) {
        .nav-menu li:first-child {
          width: 100%; } }
    .nav-menu li:nth-last-child(2), .nav-menu li:last-child {
      float: right; }
      @media only screen and (max-width: 641px) {
        .nav-menu li:nth-last-child(2), .nav-menu li:last-child {
          float: none; } }
    @media only screen and (max-width: 641px) {
      .nav-menu li {
        display: block;
        float: none;
        width: 100%; } }
  @media only screen and (max-width: 641px) {
    .nav-menu {
      display: none; } }
  @media only screen and (max-width: 641px) {
    .nav-menu.mobile-nav {
      display: block; } }

.search-dropdown {
  background: #60a8d3;
  padding: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
  .search-dropdown.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media only screen and (max-width: 641px) {
    .search-dropdown {
      display: none; } }

@media only screen and (max-width: 991px) {
  /* line 151, ../sass/base/_nav.scss */
  .search-dropdown {
    display: block !important;
    position: relative;
    left: -16px;
    right: -16px;
    width: calc(100% + 32px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#mobile-nav-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background: white;
  padding-top: 4.875em;
  overflow-y: scroll; }
  .mobile-nav-open #mobile-nav-menu {
    display: block; }

.mobile-nav-search {
  background: #11497c;
  padding: 5px; }

.mobile-language {
  padding: 10px 15px 15px 15px;
  background: #f7f7f7; }

/* HEADER */
header {
  background-color: #11497c;
  background: -webkit-linear-gradient( bottom , #0e3c66 0%, #11497c 100%);
  background: linear-gradient(to top, #0e3c66 0%, #11497c 100%);
  border-bottom: 1px solid #0b2f4f; }
  header * {
    z-index: 3; }
  header.page-home-video {
    height: 68vh;
    background: #02070c;
    border: 0; }
    header.page-home-video:before {
      display: none; }
    header.page-home-video:after {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      display: block;
      z-index: 3;
      background: rgba(0, 0, 0, 0.2);
      content: ''; }
    @media only screen and (min-width: 802px) and (max-width: 1025px) {
      header.page-home-video {
        height: 70vh; } }
    @media only screen and (min-width: 642px) and (max-width: 801px) {
      header.page-home-video {
        height: 50vh; } }
    @media only screen and (max-width: 641px) {
      header.page-home-video {
        height: auto; } }
  header.page-simple {
    padding: 1.875em 3.5em 1.5em; }
  header.page-landing {
    width: 100%;
    padding: 2em 3.5em; }
    @media only screen and (min-width: 642px) and (max-width: 801px) {
      header.page-landing {
        padding: 2.5em 2.5em; } }
    @media only screen and (max-width: 641px) {
      header.page-landing {
        padding: 2.5em 2.5em; } }
  header.get-help {
    background-color: #f8de2a;
    background: -webkit-linear-gradient( bottom , #dec207 0%, #f8de2a 100%);
    background: linear-gradient(to top, #dec207 0%, #f8de2a 100%);
    border-bottom: 1px solid #b6a006; }

.header-video-text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30em;
  padding-right: 3em;
  padding-bottom: 3em;
  z-index: 5; }
  .header-video-text p {
    margin-bottom: 2em; }
    .header-video-text p:last-child {
      margin-bottom: 0; }
  .header-video-text .button-cta {
    width: 47.5%;
    margin-right: 4%; }
    .header-video-text .button-cta:only-of-type {
      width: 100%;
      margin-right: 0; }
    .header-video-text .button-cta:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 641px) {
      .header-video-text .button-cta {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5em; } }
  @media only screen and (max-width: 641px) {
    .header-video-text {
      position: relative;
      right: auto;
      bottom: auto;
      width: 100%;
      padding: 1.5em 2.5em 1.5em 2.5em; } }

.header-video-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: auto;
  display: block; }
  .header-video-image img {
    height: 100%;
    width: auto; }
    @media only screen and (max-width: 641px) {
      .header-video-image img {
        width: 100%;
        height: auto; } }
  .header-video-image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    background: -webkit-linear-gradient( left , transparent 5%, rgba(2, 7, 12, 0.5) 65%, #02070c 100%);
    background: linear-gradient(to right, transparent 5%, rgba(2, 7, 12, 0.5) 65%, #02070c 100%);
    content: ''; }
    @media only screen and (max-width: 641px) {
      .header-video-image:before {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 35%;
        background: -webkit-linear-gradient( top , transparent 5%, rgba(2, 7, 12, 0.5) 65%, #02070c 100%);
        background: linear-gradient(to bottom, transparent 5%, rgba(2, 7, 12, 0.5) 65%, #02070c 100%); } }
  .header-video-image:after {
    position: absolute;
    left: 50%;
    top: 60%;
    display: block;
    z-index: 3;
    width: 6em;
    height: 6em;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s;
    content: url("../img/icon_play.svg"); }
    @media only screen and (max-width: 641px) {
      .header-video-image:after {
        top: 50%; } }
  .header-video-image:hover:after, .header-video-image:active:after {
    opacity: 1; }
  @media only screen and (min-width: 802px) and (max-width: 1025px) {
    .header-video-image {
      left: -15%; } }
  @media only screen and (min-width: 642px) and (max-width: 801px) {
    .header-video-image {
      left: -30%; } }
  @media only screen and (max-width: 641px) {
    .header-video-image {
      position: relative;
      left: auto;
      top: auto;
      width: 100%; } }

.header-landing-text,
.header-landing-infographic,
.header-landing-video {
  display: table-cell;
  vertical-align: middle; }
  @media only screen and (max-width: 641px) {
    .header-landing-text,
    .header-landing-infographic,
    .header-landing-video {
      display: block; } }

.header-landing-text {
  width: 50%; }
  .header-landing-text .cta-large {
    min-width: 12em; }
    @media only screen and (max-width: 641px) {
      .header-landing-text .cta-large {
        min-width: auto;
        width: 100%;
        margin-bottom: 0.5em; }
        .header-landing-text .cta-large:only-child, .header-landing-text .cta-large:only-of-type, .header-landing-text .cta-large:last-child {
          margin-bottom: 0; } }
  @media only screen and (max-width: 641px) {
    .header-landing-text {
      width: 100%;
      -webkit-order: 2;
      -moz-order: 2;
      order: 2; } }

.header-landing-infographic {
  width: 50%;
  padding-left: 10%; }
  @media only screen and (max-width: 641px) {
    .header-landing-infographic {
      width: 100%;
      padding-left: 0;
      padding-bottom: 2.5em;
      -webkit-order: 1;
      -moz-order: 1;
      order: 1; } }

.header-landing-video {
  width: 50%;
  padding-left: 3em; }
  @media only screen and (max-width: 641px) {
    .header-landing-video {
      width: 100%;
      padding-left: 0;
      padding-bottom: 1.5em;
      -webkit-order: 1;
      -moz-order: 1;
      order: 1; } }

.donation-header {
  background: #02070c none repeat scroll 0 0;
  display: flex;
  }
  @media only screen and (max-width: 641px) {
    .donation-header {
      display: block; } }
  .donation-header .checkbox input[type=radio] {
    -webkit-appearance: checkbox; }
  .donation-header .checkbox input[type=checkbox] {
    -webkit-appearance: checkbox; }
  .donation-header .survivor-image {
    flex-grow: 1;
    display: flex;
    overflow: hidden; }
    @media only screen and (max-width: 641px) {
      .donation-header .survivor-image {
        display: none; } }
    .donation-header .survivor-image img {
      position: absolute;
      width: auto;
      min-width: 100%;
      min-height: auto; }
    .donation-header .survivor-image:after {
      background: transparent linear-gradient(to right, transparent 5%, rgba(2, 7, 12, 0.5) 65%, #02070c 100%) repeat scroll 0 0;
      bottom: 0;
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 30%;
      z-index: 9; }
  .donation-header .header-donation-errors {
    position: absolute;
    top: 200px;
    right: 415px;
    border-width: 2px;
    border-style: solid;
    padding: 15px 25px 15px 15px;
    z-index: 50;
    width: 350px; }
    @media only screen and (max-width: 641px) {
      .donation-header .header-donation-errors {
        position: relative;
        width: 100%;
        top: 0;
        left: 0; } }
    @media only screen and (min-width: 642px) and (max-width: 801px) {
      .donation-header .header-donation-errors {
        width: 32%; } }
    .donation-header .header-donation-errors .close-message {
      font-family: Arial;
      font-size: 22px;
      position: absolute;
      right: 5px;
      top: 5px;
      z-index: 9;
      cursor: pointer; }
    .donation-header .header-donation-errors p {
      margin-bottom: 7px; }
      .donation-header .header-donation-errors p:last-child {
        margin-bottom: 0; }
    .donation-header .header-donation-errors.arrow-right {
      background: #fcf8e3;
      border: 2px solid #faebcc; }
    .donation-header .header-donation-errors.arrow-right:after, .donation-header .header-donation-errors .arrow-right:before {
      left: 100%;
      top: 30px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
      @media only screen and (max-width: 641px) {
        .donation-header .header-donation-errors.arrow-right:after, .donation-header .header-donation-errors .arrow-right:before {
          display: none; } }
    .donation-header .header-donation-errors.arrow-right:after {
      border-color: rgba(252, 248, 227, 0);
      border-left-color: #fcf8e3;
      border-width: 20px;
      margin-top: -20px; }
    .donation-header .header-donation-errors.arrow-right:before {
      border-color: rgba(250, 174, 188, 0);
      border-left-color: #faebcc;
      border-width: 23px;
      margin-top: -23px; }
    .donation-header .header-donation-errors.alert-warning {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
  .donation-header .header-donation-form {
    display: flex;
    float: left;
    font-family: Montserrat;
    font-size: 15px;
    height: 660px;
    width: 425px;
    background: #000; }
    @media only screen and (min-width: 802px) and (max-width: 1025px) {
      .donation-header .header-donation-form {
        width: 425px; } }
    @media only screen and (min-width: 642px) and (max-width: 801px) {
      .donation-header .header-donation-form {
        width: 425px; } }
    @media only screen and (max-width: 641px) {
      .donation-header .header-donation-form {
        min-width: 400px;
        width: 100%; } }
    .donation-header .header-donation-form img {
      width: auto; }
    .donation-header .header-donation-form a {
      color: #aaa; }
    .donation-header .header-donation-form .donation-form {
      min-height:625px;
      width: 100%;
      margin: 2em;
      background: #fff;
      position: relative; }
    .donation-header .header-donation-form .contact-information {
      color: #999;
      float: left;
      padding: 15px 15px 30px;
      width: 100%; }
    .donation-header .header-donation-form .confirmation-title {
      width: 100%;
      padding: 5px 0;
      font-size: 14px; }
      .donation-header .header-donation-form .confirmation-title .step-title {
        color: #11497c;
        display: inline; }
      .donation-header .header-donation-form .confirmation-title a {
        float: right; }
    .donation-header .header-donation-form .confirmation-review {
      padding: 15px 30px;
      font-size: 13px;
      line-height: 20px; }
      .donation-header .header-donation-form .confirmation-review .info-line .info-label {
        width: 60%;
        display: inline-block; }
      .donation-header .header-donation-form .confirmation-review .info-line .info-details {
        color: #1cbd65;
        display: inline-block; }
    .donation-header .header-donation-form .field-label {
      display: inline;
      margin-right: 10px; }
    .donation-header .header-donation-form .field-item {
      float: left;
      margin: 5px 1%;
      position: relative;
      width: 48%; }
      .donation-header .header-donation-form .field-item .field-desc {
        color: #bbb;
        font-size: 12px;
        line-height: 19px;
        padding: 11px; }
      .donation-header .header-donation-form .field-item input, .donation-header .header-donation-form .field-item textarea {
        border: 1px solid #eee;
        box-shadow: 0 0 2px #ddd;
        font-size: 14px;
        left: 0;
        padding: 10px;
        position: relative;
        top: 0;
        width: 100%; }
      .donation-header .header-donation-form .field-item select {
        width: 100%;
        color: #aba9a9;
        font-size: 14px;
        font-weight: bold;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: #f1f1f1 url("../img/drop-down.svg") no-repeat;
        background-position: 99% 50%;
        background-color: white;
        padding: 10px;
        padding-left: 1em;
        padding-right: 1.5em;
        background-size: 20%;
        border: 1px solid #eee;
        box-shadow: 0 0 2px #ddd;
        /*text-indent: 0.01px;*/
        text-overflow: ""; }
      .donation-header .header-donation-form .field-item.with-fieldlabel {
        width: 100%; }
        .donation-header .header-donation-form .field-item.with-fieldlabel input {
          display: inline;
          width: 125px; }
		  
		.donation-header .header-donation-form .field-item.nameOnAccount {
         width: 98%; }
		  .donation-header .header-donation-form .field-item.bankName {
         width: 48%; }
		 .donation-header .header-donation-form .field-item.accountType {
         width: 48%; }
		 .donation-header .header-donation-form .field-item.routing {
         width: 48%; }
		 .donation-header .header-donation-form .field-item.accountNum {
         width: 48%; }
		 
		 
        .donation-header .header-donation-form .field-item.address {
        width: 98%; }	  
      .donation-header .header-donation-form .field-item.country {
        width: calc(94% - 200px); }
      .donation-header .header-donation-form .field-item.state {
        width: 80px; }
      .donation-header .header-donation-form .field-item.zip-code {
        width: 120px; }
      .donation-header .header-donation-form .field-item.security-code {
        width: 39%; }
      .donation-header .header-donation-form .field-item.expiration-month {
        width: 24%; }
      .donation-header .header-donation-form .field-item.expiration-year {
        width: 31%; }
      .donation-header .header-donation-form .field-item.checkbox {
        font-size: 11px;
        margin: 0;
        padding: 10px 0;
        width: 100%;
        color: #aaa; }
        .donation-header .header-donation-form .field-item.checkbox input {
          width: auto; }
        .donation-header .header-donation-form .field-item.checkbox.payment-checkbox input {
          float: left; }
        .donation-header .header-donation-form .field-item.checkbox img {
          float: left;
          margin-left: 10px;
          margin-top: -4px; }
        .donation-header .header-donation-form .field-item.checkbox a {
          color: #aaa;
          float: right;
          font-size: 11px;
          line-height: 18px; }
      .donation-header .header-donation-form .field-item.currency span {
        position: absolute;
        top: 49%;
        transform: translate(0, -50%);
        z-index: 10;
        margin-left: .5em; }
      .donation-header .header-donation-form .field-item.currency input {
        text-indent: .8em; }
    .donation-header .header-donation-form label.in-field {
      color: #aaa;
      font-size: 14px;
      font-weight: 300;
      left: 0;
      padding: 13px 10px;
      position: absolute;
      top: 0;
      z-index: 9; }
    .donation-header .header-donation-form .message-container {
      position: absolute;
      top: 0;
      display: none; }
      .donation-header .header-donation-form .message-container.active {
        display: block; }
    .donation-header .header-donation-form .one-time-message {
      background: #eafff5 none repeat scroll 0 0;
      border: 2px solid #1cbd65;
      bottom: 0px;
      color: #666;
      font-weight: normal;
      height: calc(100% - 25px);
      line-height: 19px;
      margin-left: -15px;
      padding: 50px 30px 0px; }
      .donation-header .header-donation-form .one-time-message p {
        padding: 30px 0;
        margin: 0; }
    .donation-header .header-donation-form .close-message {
      color: #1cbd65;
      font-family: Arial;
      font-size: 22px;
      position: absolute;
      right: 15px;
      top: 15px;
      z-index: 9;
      cursor: pointer; }
    .donation-header .header-donation-form .arrow-down {
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 22px solid #1cbd65;
      bottom: -20px;
      height: 0;
      left: 46px;
      width: 0;
      position: absolute; }
    .donation-header .header-donation-form .arrow-down-2 {
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 22px solid #eafff5;
      bottom: -17px;
      height: 0;
      left: 46px;
      width: 0;
      position: absolute; }
    .donation-header .header-donation-form .checkboxes {
      color: #777;
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      width: 250px;
      position: absolute;
      bottom: 90px;
      left: 0;
      right: 0; }
      .donation-header .header-donation-form .checkboxes:after {
        content: "";
        display: table;
        clear: both; }
    .donation-header .header-donation-form .checkbox {
      float: left;
      margin: 0 15px; }
      .donation-header .header-donation-form .checkbox input {
        -webkit-appearance: checkbox;
        -moz-appearance: checkbox;
        appearance: checkbox; }
    .donation-header .header-donation-form .button {
      background: #60a8d3 none repeat scroll 0 0;
      border-radius: 5px;
      bottom: 14px;
      color: #fff;
      font-size: 20px;
      left: 6%;
      margin: 0 auto;
      padding: 12px 12px 16px;
      position: absolute;
      text-align: center;
      width: 88%;
      cursor: pointer; }
      .donation-header .header-donation-form .button:hover, .donation-header .header-donation-form .button:focus {
        opacity: 0.9; }
    .donation-header .header-donation-form .next-arrow {
      bottom: 18px;
      color: #fff;
      font-size: 40px;
      position: absolute;
      right: 10%; }
    .donation-header .header-donation-form .donation-form-container h3 {
      background: #11497c;
      color: #fff;
      text-align: center;
      padding: 20px;
      margin: 0;
      font-size: 18px; }
      @media only screen and (min-width: 642px) and (max-width: 801px) {
        .donation-header .header-donation-form .donation-form-container h3 {
          font-size: 13px; } }
    .donation-header .header-donation-form .donation-form-container .thank-you {
      background: #e6fdf1 none repeat scroll 0 0;
      color: #1cbd65;
      display: table;
      float: left;
      font-size: 24px;
      padding: 30px;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
    .donation-header .header-donation-form .donation-form-container .confirmation {
      color: #aaa;
      float: left;
      line-height: 20px;
      padding: 30px;
      text-align: center;
      width: 100%; }
      .donation-header .header-donation-form .donation-form-container .confirmation img {
        display: inline; }
      .donation-header .header-donation-form .donation-form-container .confirmation .success-text {
        color: #1cbd65;
        display: inline-block;
        font-size: 25px;
        padding: 20px 0; }
      .donation-header .header-donation-form .donation-form-container .confirmation .social-media {
        display: inline-block;
        padding: 20px 0; }
        .donation-header .header-donation-form .donation-form-container .confirmation .social-media .field-label {
          float: left;
          margin-top: 6px;
          color: #11497c; }
        .donation-header .header-donation-form .donation-form-container .confirmation .social-media img {
          display: inline-block; }
    .donation-header .header-donation-form .donation-form-container .wizard {
      background: #ddd none repeat scroll 0 0;
      display: table;
      padding: 15px;
      width: 100%; }
      .donation-header .header-donation-form .donation-form-container .wizard:after {
        content: "";
        display: table;
        clear: both; }
      .donation-header .header-donation-form .donation-form-container .wizard .wizard-step {
        float: left;
        font-family: calibriweb,tahoma;
        font-size: 20px;
        text-align: center;
        width: 60px; }
        .donation-header .header-donation-form .donation-form-container .wizard .wizard-step a {
          text-decoration: none; }
      .donation-header .header-donation-form .donation-form-container .wizard .step-number {
        background: #fff none repeat scroll 0 0;
        border: 4px solid #ccc;
        border-radius: 50%;
        color: #888;
        display: flex;
        font-family: Montserrat;
       /*  height: 45px;
        padding: 9px;
        position: relative;
        width: 45px;*/
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 50px;
      } 
      .donation-header .header-donation-form .donation-form-container .wizard .step-number.done {
        background: #1cbd65;
        color: #fff; }
      .donation-header .header-donation-form .donation-form-container .wizard .step-name {
        color: #555;
        display: block;
        font-size: 12px;
        font-weight: bold;
        padding-bottom: 8px;
        text-transform: uppercase; }
      .donation-header .header-donation-form .donation-form-container .wizard .line {
        border-top: 1px solid #fff;
        float: left;
        margin: 43px -8px 0;
        width: calc((100% - 150px) / 2); }
      .donation-header .header-donation-form .donation-form-container .wizard .line.done {
        border-top: 1px dashed #77c4e9; }
    .donation-header .header-donation-form .donation-form-container .donation-amount {
      width: 100%;
      padding: 15px 15px 30px;
      color: #999;
      text-align: center; }
      .donation-header .header-donation-form .donation-form-container .donation-amount .amount-title {
        padding: 20px 0; }
      .donation-header .header-donation-form .donation-form-container .donation-amount .amount-values {
        text-align: center;
        color: #999; }
        .donation-header .header-donation-form .donation-form-container .donation-amount .amount-values .amount-value a {
          background: #ccc none repeat scroll 0 0;
          border-radius: 5px;
          color: #fff;
          float: left;
          font-size: 18px;
          margin: 2%;
          padding: 20px;
          text-align: center;
          width: 29%;
          text-decoration: none; }
          .donation-header .header-donation-form .donation-form-container .donation-amount .amount-values .amount-value a.active, .donation-header .header-donation-form .donation-form-container .donation-amount .amount-values .amount-value a:hover {
            background: #1cbd65; }
      .donation-header .header-donation-form .donation-form-container .donation-amount .amount-other {
        display: none; }
        .donation-header .header-donation-form .donation-form-container .donation-amount .amount-other .field-item {
          float: none;
          margin: 0 auto; }
    .donation-header .header-donation-form .donation-form-container .monthly-upsell .amount-title {
      font-size: 1.2em;
      line-height: 1.4em;
      margin-bottom: 30px; }
    .donation-header .header-donation-form .donation-form-container .monthly-upsell .one-time, .donation-header .header-donation-form .donation-form-container .monthly-upsell .monthly {
      display: block;
      float: none;
      margin: 0 auto 15px auto;
      width: 220px;
      text-align: left; }
  .donation-header .header-video-image:after {
    height: auto; }
  .donation-header .block-quote-header {
    bottom: 3em;
    left: 5em;
    position: absolute;
    width: 60%;
    z-index: 9; }
    .donation-header .block-quote-header .quote-text {
      color: white;
      font-family: "Libre Baskerville",serif;
      font-size: 1.7em;
      line-height: 1.3;
      font-weight: 400;
      margin-bottom: 0.5em; }
    .donation-header .block-quote-header .quote-cite {
      color: #60a8d3;
      font-size: 1em;
      line-height: 2em; }

.header-hotline-callout {
  background-color: #60a8d3;
  background-size: cover;
  background-position: center center;
  padding: 2.5em;
  border-radius: 0.35em;
  overflow: hidden; }
  .header-hotline-callout img {
    float: right;
    width: 5em;
    margin-left: 1em;
    margin-bottom: 0.5em; }
  .header-hotline-callout * {
    position: relative;
    z-index: 3; }
  .header-hotline-callout:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 2;
    opacity: 0.8;
    background: #60a8d3;
    content: ''; }
  @media only screen and (max-width: 641px) {
    .header-hotline-callout {
      margin-top: 3em; } }

.nav-header.ohl-nav-header .nav-header-section {
  width: auto; }
  .nav-header.ohl-nav-header .nav-header-section .nav-header-links {
    font-size: 20px; }
    .nav-header.ohl-nav-header .nav-header-section .nav-header-links li {
      text-transform: none;
      font-family: 'Noto Sans', sans-serif;
      color: #777;
      font-weight: 300; }
      .nav-header.ohl-nav-header .nav-header-section .nav-header-links li:nth-child(2) {
        color: #60a8d3;
        border-left: 3px solid #ccc; }

.nav-header.ohl-nav-header .nav-header-section:nth-child(2) {
  width: auto;
  text-align: left; }

.ohl-header-module em {
  font-style: italic; }

.ohl-header-module h1 p {
  font-size: 20px; }

.ohl-header-module .chat-now {
  margin-top: 30px; }

.ohl-header-module .accept-terms {
  display: inline-block;
  margin-right: 20px; }
  .ohl-header-module .accept-terms span {
    font-family: 'Noto Sans', sans-serif; }

.ohl-header-module input {
  border: 2px solid #d7e5f0;
  -webkit-appearance: checkbox; }

.ohl-nav-header2 li {
  font-family: 'Noto Sans', sans-serif;
  color: #bbb;
  text-transform: none;
  font-size: 20px;
  font-weight: 300; }

.ohl-nav-header2 .ohl-logo {
  color: #1cbd65;
  text-transform: none;
  opacity: 1;
  font-family: 'Noto Sans', sans-serif;
  font-size: 22px;
  font-weight: 300; }

.ohl-header2-module {
  background: #eee;
  border: none;
  min-height: 300px;
  font-family: 'Noto Sans', sans-serif; }
  .ohl-header2-module .header-landing-text {
    vertical-align: top; }
    .ohl-header2-module .header-landing-text .block-fundraiser {
      padding: 10px 20px;
      color: #fff;
      font-size: 15px;
      text-align: center;
      display: inline-block; }
      @media only screen and (max-width: 641px) {
        .ohl-header2-module .header-landing-text .block-fundraiser {
          display: block;
          margin-top: 20px; } }
      .ohl-header2-module .header-landing-text .block-fundraiser .button-cta {
        padding: 10px 25px;
        text-transform: uppercase;
        margin-left: 10px;
        margin-top: 5px; }
        @media only screen and (min-width: 642px) and (max-width: 801px) {
          .ohl-header2-module .header-landing-text .block-fundraiser .button-cta {
            margin-top: 10px; } }
        @media only screen and (max-width: 641px) {
          .ohl-header2-module .header-landing-text .block-fundraiser .button-cta {
            margin: 10px 0 0; } }
  .ohl-header2-module .waiting-message {
    width: 75%; }
    .ohl-header2-module .waiting-message.waiting-3 {
      display: inherit;
      margin: 0 auto;
      width: 50%; }
      @media only screen and (min-width: 642px) and (max-width: 801px) {
        .ohl-header2-module .waiting-message.waiting-3 {
          width: 100%; } }
      @media only screen and (max-width: 641px) {
        .ohl-header2-module .waiting-message.waiting-3 {
          width: 100%; } }
      .ohl-header2-module .waiting-message.waiting-3 .message-block.dragdrop-window {
        margin: 60px auto -100px; }
    @media only screen and (max-width: 641px) {
      .ohl-header2-module .waiting-message {
        width: 100%; } }
    .ohl-header2-module .waiting-message h2 {
      color: #1cbd65;
      font-size: 24px;
      padding-bottom: 10px; }
    .ohl-header2-module .waiting-message p {
      font-size: 14px;
      color: #aaa; }
    .ohl-header2-module .waiting-message .message-block {
      background: #f7f7f7;
      border-top: 4px solid #1cbd65;
      width: 59%;
      float: right;
      margin-right: 4em;
      border-radius: 7px; }
      .ohl-header2-module .waiting-message .message-block.dragdrop-window {
        cursor: move;
        float: none;
        margin-bottom: -100px;
        margin-top: 60px;
        width: 100%;
        margin: 0 auto;
        background: url(../img/dragdrop.jpg) no-repeat white 5px 5px; }
        .ohl-header2-module .waiting-message .message-block.dragdrop-window .padding-30 {
          padding: 50px; }
        .ohl-header2-module .waiting-message .message-block.dragdrop-window .chat-group {
          margin-bottom: 20px; }
          .ohl-header2-module .waiting-message .message-block.dragdrop-window .chat-group p {
            font-size: 13px;
            color: #999;
            display: block; }
          .ohl-header2-module .waiting-message .message-block.dragdrop-window .chat-group .chat-message {
            background: #d7e5f0;
            padding: 10px;
            display: block;
            border-radius: 5px; }
        .ohl-header2-module .waiting-message .message-block.dragdrop-window .ohl-visitor {
          text-align: right; }
          .ohl-header2-module .waiting-message .message-block.dragdrop-window .ohl-visitor .chat-message {
            background: #D1EDFF; }
      @media only screen and (min-width: 642px) and (max-width: 801px) {
        .ohl-header2-module .waiting-message .message-block {
          width: 98%;
          margin: 0 1%; } }
      @media only screen and (max-width: 641px) {
        .ohl-header2-module .waiting-message .message-block {
          width: 98%;
          margin: 0 1%; } }
    .ohl-header2-module .waiting-message .padding-30 {
      padding: 30px; }
    .ohl-header2-module .waiting-message .explore {
      background: #fff;
      border-radius: 0 0 5px 5px;
      border-top: 2px solid #ddd; }
      .ohl-header2-module .waiting-message .explore label {
        color: #aaa;
        font-size: 14px;
        font-weight: 300;
        left: 0;
        padding: 25px 30px;
        position: absolute;
        top: 0;
        z-index: 9; }
      .ohl-header2-module .waiting-message .explore input {
        background: #f7f7f7;
        padding: 20px 30px;
        color: #555;
        width: 100%;
        font-size: 16px;
        border-bottom: 2px solid #ddd; }
      .ohl-header2-module .waiting-message .explore p {
        color: #ccc;
        padding: 20px 30px;
        font-size: 16px; }
    .ohl-header2-module .waiting-message .end-chat {
      background: #999;
      color: #fff;
      padding: 15px 25px;
      font-size: 16px;
      text-transform: uppercase;
      border-radius: 0 0 0 5px; }
    .ohl-header2-module .waiting-message .send-btn {
      background: #1cbd65;
      color: #fff;
      padding: 15px 25px;
      font-size: 16px;
      border-radius: 0 0 5px 0;
      float: right; }
    .ohl-header2-module .waiting-message .mute {
      background: url(img/mute.jpg) no-repeat; }

.ohl-header4-module * {
  z-index: inherit; }

.ohl-header4-module p {
  color: #fff;
  font-size: 16px; }

.ohl-header4-module h1 {
  background: url(../img/60_seconds.jpg) no-repeat;
  padding-left: 36px;
  text-align: left; }
  .ohl-header4-module h1 .color-blue-light {
    border-left: 2px solid;
    padding-left: 30px;
    margin-left: 30px; }

.ohl-header4-module .header-landing-video {
  width: 30%;
  vertical-align: top; }
  @media only screen and (min-width: 802px) and (max-width: 1025px) {
    .ohl-header4-module .header-landing-video {
      width: 100%;
      display: block;
      padding-left: 0;
      margin-top: 30px; } }
  @media only screen and (min-width: 642px) and (max-width: 801px) {
    .ohl-header4-module .header-landing-video {
      width: 100%;
      display: block;
      padding-left: 0;
      margin-top: 30px; } }
  @media only screen and (max-width: 641px) {
    .ohl-header4-module .header-landing-video {
      width: 100%;
      display: block;
      padding-left: 0;
      margin-top: 30px;
      order: 2; } }

@media only screen and (min-width: 802px) and (max-width: 1025px) {
  .ohl-header4-module .header-landing-text {
    width: 100%;
    display: block; } }

@media only screen and (min-width: 642px) and (max-width: 801px) {
  .ohl-header4-module .header-landing-text {
    width: 100%;
    display: block; } }

@media only screen and (max-width: 641px) {
  .ohl-header4-module .header-landing-text {
    width: 100%;
    display: block; } }

.ohl-header4-module .block-table-half:nth-child(1) {
  width: 70%;
  padding-right: 20px; }
  @media only screen and (min-width: 802px) and (max-width: 1025px) {
    .ohl-header4-module .block-table-half:nth-child(1) {
      width: 100%;
      display: block; } }
  @media only screen and (min-width: 642px) and (max-width: 801px) {
    .ohl-header4-module .block-table-half:nth-child(1) {
      width: 100%;
      display: block; } }
  @media only screen and (max-width: 641px) {
    .ohl-header4-module .block-table-half:nth-child(1) {
      width: 100%;
      display: block; } }

.ohl-header4-module .block-table-half {
  margin-bottom: 10px; }
  @media only screen and (min-width: 802px) and (max-width: 1025px) {
    .ohl-header4-module .block-table-half {
      width: 100%;
      display: block; } }
  @media only screen and (min-width: 642px) and (max-width: 801px) {
    .ohl-header4-module .block-table-half {
      width: 100%;
      display: block; } }
  @media only screen and (max-width: 641px) {
    .ohl-header4-module .block-table-half {
      width: 100%;
      display: block; } }

.ohl-header4-module .table-row {
  margin-bottom: 40px; }
  @media only screen and (min-width: 802px) and (max-width: 1025px) {
    .ohl-header4-module .table-row {
      width: 100%;
      display: block; } }
  @media only screen and (min-width: 642px) and (max-width: 801px) {
    .ohl-header4-module .table-row {
      width: 100%;
      display: block; } }
  @media only screen and (max-width: 641px) {
    .ohl-header4-module .table-row {
      width: 100%;
      display: block; } }

.ohl-header4-module h3 {
  color: #fff;
  border-bottom: 2px solid #11497c;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  font-size: 20px; }

.ohl-header4-module .comment-textarea {
  width: 70%; }
  @media only screen and (min-width: 802px) and (max-width: 1025px) {
    .ohl-header4-module .comment-textarea {
      width: 100%; } }
  @media only screen and (min-width: 642px) and (max-width: 801px) {
    .ohl-header4-module .comment-textarea {
      width: 100%; } }
  @media only screen and (max-width: 641px) {
    .ohl-header4-module .comment-textarea {
      width: 100%; } }

.ohl-header4-module .comment-btn {
  background: #60a8d3;
  padding: 15px 50px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  font-family: 'Noto Sans', sans-serif; }

.ohl-header4-module .recommended {
  background: #fff;
  color: #11497c;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  padding-bottom: 40px;
  font-size: 14px; }
  .ohl-header4-module .recommended p {
    color: #11497c; }
  .ohl-header4-module .recommended .recommended-title {
    background: #60a8d3;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif; }
  .ohl-header4-module .recommended .recommended-row {
    padding: 10px 30px; }
  .ohl-header4-module .recommended .recommended-type {
    padding: 20px; }
  .ohl-header4-module .recommended .recommended-resource {
    border-radius: 5px;
    border-left: 3px solid #11497c;
    padding: 15px 45px;
    box-shadow: 0 2px 4px #ccc;
    background: url(../img/link_icon.jpg) no-repeat 20px 18px #f4f4f4; }
  .ohl-header4-module .recommended a {
    color: #11497c;
    text-decoration: none;
    line-height: 20px; }

.dropbtn {
  color: #888;
  padding: 10px 15px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  width: 290px;
  display: block;
  text-align: left;
  background: url(../img/dropdown_arrows.jpg) no-repeat white right center; }

/* Dropdown button on hover & focus */
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 290px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: 2px;
  z-index: 9; }

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1; }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block; }

/* MAIN AREAS */
.block-largetext {
  width: 42em;
  margin: 0 auto; }
  .block-largetext .cta-large {
    min-width: 12em; }
    @media only screen and (max-width: 641px) {
      .block-largetext .cta-large {
        width: 100%;
        margin-bottom: 0.5em; }
        .block-largetext .cta-large:last-child {
          margin-bottom: 0; } }
  .block-largetext.margin-bottom {
    margin-bottom: 2em; }
  header .block-largetext {
    margin-top: -0.5em; }
  @media only screen and (max-width: 641px) {
    .block-largetext {
      width: 100%; } }

.icon-row {
  padding: 2em 0 3em;
  margin: 0 auto;
  max-width: 60em; }
  .icon-row:first-of-type {
    padding-bottom: 0.5em; }

.icon-single {
  width: 25%;
  float: left;
  padding: 0 2em; }
  .icon-single:hover .icon-icon, .icon-single:active .icon-icon {
    opacity: 1; }
  @media only screen and (max-width: 641px) {
    .icon-single {
      width: 50%;
      padding: 0 1.25em; }
      .icon-single:first-child, .icon-single:nth-child(2) {
        margin-bottom: 2em; } }

.three-icons .icon-single {
  width: 33%;
  padding: 1em 3.5em; }
  @media only screen and (min-width: 642px) and (max-width: 801px) {
    .three-icons .icon-single {
      padding: 1em 1.5em; } }
  @media only screen and (max-width: 641px) {
    .three-icons .icon-single {
      width: 50%;
      padding: 1em; } }

.donation-two-columns .block-table-half {
  width: 49%;
  margin: 0 0.5%; }
  @media only screen and (max-width: 641px) {
    .donation-two-columns .block-table-half {
      width: 100%;
      margin: 0; } }

.donation-two-columns .cta-single-gray {
  background: #eee; }

.donation-icons .icon-link {
  color: #000; }

.icon-icon {
  display: block;
  width: 70%;
  margin: 0 auto 1em auto;
  opacity: 0.85;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.ohl-three-columns {
  background: #eee;
  padding-bottom: 2em; }
  .ohl-three-columns .table-row {
    padding: 2em 4em 0; }
    @media only screen and (max-width: 641px) {
      .ohl-three-columns .table-row {
        padding: 0; } }
    .ohl-three-columns .table-row .button-cta {
      width: calc(100% - 7.5em); }
      @media only screen and (max-width: 641px) {
        .ohl-three-columns .table-row .button-cta {
          width: 100%; } }
    .ohl-three-columns .table-row .blue-bg-button {
      background: #11497c;
      color: #fff; }
  .ohl-three-columns .block-text {
    background: #fff;
    margin: 1.5em 0.5em; }
    @media only screen and (max-width: 641px) {
      .ohl-three-columns .block-text {
        margin: 1.5em 0; } }
  .ohl-three-columns h2 {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .ohl-three-columns .block-largetext {
    width: 100%;
    padding: 0 4.5em; }
    .ohl-three-columns .block-largetext a {
      font-family: 'Noto Sans', sans-serif;
      width: 100%;
      font-weight: 300; }
      .ohl-three-columns .block-largetext a strong {
        font-weight: bold; }

.ohl-main-wrapper {
  background: url("../img/pentagon.png");
  padding: 4em 7em;
  min-height: 400px; }
  @media only screen and (min-width: 642px) and (max-width: 801px) {
    .ohl-main-wrapper {
      padding: 0; } }
  @media only screen and (max-width: 641px) {
    .ohl-main-wrapper {
      padding: 0; } }
  .ohl-main-wrapper h2 {
    color: #60a8d3; }
    @media only screen and (min-width: 642px) and (max-width: 801px) {
      .ohl-main-wrapper h2 {
        padding-left: 1em; } }
    @media only screen and (max-width: 641px) {
      .ohl-main-wrapper h2 {
        padding-left: 1em; } }
  .ohl-main-wrapper .table-row {
    background: none; }
  .ohl-main-wrapper .left-sidebar {
    width: 25%;
    margin-right: 2%; }
    @media only screen and (min-width: 642px) and (max-width: 801px) {
      .ohl-main-wrapper .left-sidebar {
        padding: 0 2em; } }
    @media only screen and (max-width: 641px) {
      .ohl-main-wrapper .left-sidebar {
        width: 100%;
        margin: 0 0 20px;
        padding: 2em; } }
  .ohl-main-wrapper .block-main {
    width: 73%;
    background: #fff;
    padding: 3em;
    font-size: 15px;
    color: #aaa;
    display: block;
    height: 700px;
    overflow: scroll;
    margin-bottom: 7em; }
    @media only screen and (max-width: 641px) {
      .ohl-main-wrapper .block-main {
        width: 100%;
        padding: 2em;
        height: auto; } }
    @media only screen and (max-width: 641px) {
      .ohl-main-wrapper .block-main h2 {
        padding-left: 0em; } }
    .ohl-main-wrapper .block-main p {
      color: #aaa; }
  .ohl-main-wrapper li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc; }
    .ohl-main-wrapper li a {
      color: #4c9dcd;
      font-size: 16px;
      font-family: "Montserrat",sans-serif;
      font-style: none;
      text-decoration: none;
      line-height: 22px; }

.module .block-quote, .module
.block-quote-photo, .module
.block-stats, .module
.block-fundraiser, .module
.block-info, .module
.block-text, .module
.block-news, .module
.block-subscribe, .module
.block-lawmakers {
  width: 100%;
  padding: 3em 3.75em;
  position: relative; }
  .module .block-quote.smaller, .module
  .block-quote-photo.smaller, .module
  .block-stats.smaller, .module
  .block-fundraiser.smaller, .module
  .block-info.smaller, .module
  .block-text.smaller, .module
  .block-news.smaller, .module
  .block-subscribe.smaller, .module
  .block-lawmakers.smaller {
    padding: 2em 2.5em;
    min-height: 10em; }
  @media only screen and (min-width: 642px) and (max-width: 801px) {
    .module .block-quote, .module
    .block-quote-photo, .module
    .block-stats, .module
    .block-fundraiser, .module
    .block-info, .module
    .block-text, .module
    .block-news, .module
    .block-subscribe, .module
    .block-lawmakers {
      padding: 2em 2.5em; } }
  @media only screen and (max-width: 641px) {
    .module .block-quote, .module
    .block-quote-photo, .module
    .block-stats, .module
    .block-fundraiser, .module
    .block-info, .module
    .block-text, .module
    .block-news, .module
    .block-subscribe, .module
    .block-lawmakers {
      padding: 2em 2.5em; } }

.module-header .block-quote, .module-header
.block-quote-photo, .module-header
.block-stats, .module-header
.block-fundraiser, .module-header
.block-info, .module-header
.block-text, .module-header
.block-news, .module-header
.block-subscribe, .module-header
.block-lawmakers {
  padding-top: 1em;
  position: relative; }

.block-quote.cta-readmore-bottom,
.block-quote-photo.cta-readmore-bottom,
.block-stats.cta-readmore-bottom,
.block-fundraiser.cta-readmore-bottom,
.block-info.cta-readmore-bottom,
.block-text.cta-readmore-bottom,
.block-news.cta-readmore-bottom,
.block-subscribe.cta-readmore-bottom,
.block-lawmakers.cta-readmore-bottom {
  padding-bottom: 3.5em; }
  .block-quote.cta-readmore-bottom .link-readmore,
  .block-quote-photo.cta-readmore-bottom .link-readmore,
  .block-stats.cta-readmore-bottom .link-readmore,
  .block-fundraiser.cta-readmore-bottom .link-readmore,
  .block-info.cta-readmore-bottom .link-readmore,
  .block-text.cta-readmore-bottom .link-readmore,
  .block-news.cta-readmore-bottom .link-readmore,
  .block-subscribe.cta-readmore-bottom .link-readmore,
  .block-lawmakers.cta-readmore-bottom .link-readmore {
    position: absolute;
    left: 4.25em;
    bottom: 3em; }
    @media only screen and (min-width: 642px) and (max-width: 801px) {
      .block-quote.cta-readmore-bottom .link-readmore,
      .block-quote-photo.cta-readmore-bottom .link-readmore,
      .block-stats.cta-readmore-bottom .link-readmore,
      .block-fundraiser.cta-readmore-bottom .link-readmore,
      .block-info.cta-readmore-bottom .link-readmore,
      .block-text.cta-readmore-bottom .link-readmore,
      .block-news.cta-readmore-bottom .link-readmore,
      .block-subscribe.cta-readmore-bottom .link-readmore,
      .block-lawmakers.cta-readmore-bottom .link-readmore {
        left: 2.5em;
        bottom: 2em; } }

.block-quote.cta-row-bottom,
.block-quote-photo.cta-row-bottom,
.block-stats.cta-row-bottom,
.block-fundraiser.cta-row-bottom,
.block-info.cta-row-bottom,
.block-text.cta-row-bottom,
.block-news.cta-row-bottom,
.block-subscribe.cta-row-bottom,
.block-lawmakers.cta-row-bottom {
  padding-bottom: 6.25em; }
  .block-quote.cta-row-bottom .cta-row,
  .block-quote-photo.cta-row-bottom .cta-row,
  .block-stats.cta-row-bottom .cta-row,
  .block-fundraiser.cta-row-bottom .cta-row,
  .block-info.cta-row-bottom .cta-row,
  .block-text.cta-row-bottom .cta-row,
  .block-news.cta-row-bottom .cta-row,
  .block-subscribe.cta-row-bottom .cta-row,
  .block-lawmakers.cta-row-bottom .cta-row {
    width: -moz-calc(100% - 7.5em);
    width: -o-calc(100% - 7.5em);
    width: -webkit-calc(100% - 7.5em);
    width: calc(100% - 7.5em);
    position: absolute;
    left: 3.75em;
    bottom: 3em; }
    @media only screen and (min-width: 642px) and (max-width: 801px) {
      .block-quote.cta-row-bottom .cta-row,
      .block-quote-photo.cta-row-bottom .cta-row,
      .block-stats.cta-row-bottom .cta-row,
      .block-fundraiser.cta-row-bottom .cta-row,
      .block-info.cta-row-bottom .cta-row,
      .block-text.cta-row-bottom .cta-row,
      .block-news.cta-row-bottom .cta-row,
      .block-subscribe.cta-row-bottom .cta-row,
      .block-lawmakers.cta-row-bottom .cta-row {
        left: 2.5em;
        bottom: 2em; } }
    @media only screen and (max-width: 641px) {
      .block-quote.cta-row-bottom .cta-row,
      .block-quote-photo.cta-row-bottom .cta-row,
      .block-stats.cta-row-bottom .cta-row,
      .block-fundraiser.cta-row-bottom .cta-row,
      .block-info.cta-row-bottom .cta-row,
      .block-text.cta-row-bottom .cta-row,
      .block-news.cta-row-bottom .cta-row,
      .block-subscribe.cta-row-bottom .cta-row,
      .block-lawmakers.cta-row-bottom .cta-row {
        width: 100%;
        left: auto;
        bottom: auto;
        position: relative; }
        .block-quote.cta-row-bottom .cta-row .button-cta,
        .block-quote-photo.cta-row-bottom .cta-row .button-cta,
        .block-stats.cta-row-bottom .cta-row .button-cta,
        .block-fundraiser.cta-row-bottom .cta-row .button-cta,
        .block-info.cta-row-bottom .cta-row .button-cta,
        .block-text.cta-row-bottom .cta-row .button-cta,
        .block-news.cta-row-bottom .cta-row .button-cta,
        .block-subscribe.cta-row-bottom .cta-row .button-cta,
        .block-lawmakers.cta-row-bottom .cta-row .button-cta {
          width: 100%; }
          .block-quote.cta-row-bottom .cta-row .button-cta:first-child,
          .block-quote-photo.cta-row-bottom .cta-row .button-cta:first-child,
          .block-stats.cta-row-bottom .cta-row .button-cta:first-child,
          .block-fundraiser.cta-row-bottom .cta-row .button-cta:first-child,
          .block-info.cta-row-bottom .cta-row .button-cta:first-child,
          .block-text.cta-row-bottom .cta-row .button-cta:first-child,
          .block-news.cta-row-bottom .cta-row .button-cta:first-child,
          .block-subscribe.cta-row-bottom .cta-row .button-cta:first-child,
          .block-lawmakers.cta-row-bottom .cta-row .button-cta:first-child {
            margin-bottom: 0.5em; } }
  @media only screen and (max-width: 641px) {
    .block-quote.cta-row-bottom,
    .block-quote-photo.cta-row-bottom,
    .block-stats.cta-row-bottom,
    .block-fundraiser.cta-row-bottom,
    .block-info.cta-row-bottom,
    .block-text.cta-row-bottom,
    .block-news.cta-row-bottom,
    .block-subscribe.cta-row-bottom,
    .block-lawmakers.cta-row-bottom {
      padding-bottom: 2em; } }

.block-quote.cta-row-large-bottom,
.block-quote-photo.cta-row-large-bottom,
.block-stats.cta-row-large-bottom,
.block-fundraiser.cta-row-large-bottom,
.block-info.cta-row-large-bottom,
.block-text.cta-row-large-bottom,
.block-news.cta-row-large-bottom,
.block-subscribe.cta-row-large-bottom,
.block-lawmakers.cta-row-large-bottom {
  padding-bottom: 8.5em; }
  .block-quote.cta-row-large-bottom .cta-row-large,
  .block-quote-photo.cta-row-large-bottom .cta-row-large,
  .block-stats.cta-row-large-bottom .cta-row-large,
  .block-fundraiser.cta-row-large-bottom .cta-row-large,
  .block-info.cta-row-large-bottom .cta-row-large,
  .block-text.cta-row-large-bottom .cta-row-large,
  .block-news.cta-row-large-bottom .cta-row-large,
  .block-subscribe.cta-row-large-bottom .cta-row-large,
  .block-lawmakers.cta-row-large-bottom .cta-row-large {
    width: -moz-calc(100% - 7.5em);
    width: -o-calc(100% - 7.5em);
    width: -webkit-calc(100% - 7.5em);
    width: calc(100% - 7.5em);
    position: absolute;
    left: 3.75em;
    bottom: 3em; }
    @media only screen and (min-width: 642px) and (max-width: 801px) {
      .block-quote.cta-row-large-bottom .cta-row-large,
      .block-quote-photo.cta-row-large-bottom .cta-row-large,
      .block-stats.cta-row-large-bottom .cta-row-large,
      .block-fundraiser.cta-row-large-bottom .cta-row-large,
      .block-info.cta-row-large-bottom .cta-row-large,
      .block-text.cta-row-large-bottom .cta-row-large,
      .block-news.cta-row-large-bottom .cta-row-large,
      .block-subscribe.cta-row-large-bottom .cta-row-large,
      .block-lawmakers.cta-row-large-bottom .cta-row-large {
        left: 2.5em;
        bottom: 2em; } }
    @media only screen and (max-width: 641px) {
      .block-quote.cta-row-large-bottom .cta-row-large,
      .block-quote-photo.cta-row-large-bottom .cta-row-large,
      .block-stats.cta-row-large-bottom .cta-row-large,
      .block-fundraiser.cta-row-large-bottom .cta-row-large,
      .block-info.cta-row-large-bottom .cta-row-large,
      .block-text.cta-row-large-bottom .cta-row-large,
      .block-news.cta-row-large-bottom .cta-row-large,
      .block-subscribe.cta-row-large-bottom .cta-row-large,
      .block-lawmakers.cta-row-large-bottom .cta-row-large {
        width: 100%;
        left: auto;
        bottom: auto;
        position: relative; }
        .block-quote.cta-row-large-bottom .cta-row-large .button-cta,
        .block-quote-photo.cta-row-large-bottom .cta-row-large .button-cta,
        .block-stats.cta-row-large-bottom .cta-row-large .button-cta,
        .block-fundraiser.cta-row-large-bottom .cta-row-large .button-cta,
        .block-info.cta-row-large-bottom .cta-row-large .button-cta,
        .block-text.cta-row-large-bottom .cta-row-large .button-cta,
        .block-news.cta-row-large-bottom .cta-row-large .button-cta,
        .block-subscribe.cta-row-large-bottom .cta-row-large .button-cta,
        .block-lawmakers.cta-row-large-bottom .cta-row-large .button-cta {
          width: 100%; }
          .block-quote.cta-row-large-bottom .cta-row-large .button-cta:first-child,
          .block-quote-photo.cta-row-large-bottom .cta-row-large .button-cta:first-child,
          .block-stats.cta-row-large-bottom .cta-row-large .button-cta:first-child,
          .block-fundraiser.cta-row-large-bottom .cta-row-large .button-cta:first-child,
          .block-info.cta-row-large-bottom .cta-row-large .button-cta:first-child,
          .block-text.cta-row-large-bottom .cta-row-large .button-cta:first-child,
          .block-news.cta-row-large-bottom .cta-row-large .button-cta:first-child,
          .block-subscribe.cta-row-large-bottom .cta-row-large .button-cta:first-child,
          .block-lawmakers.cta-row-large-bottom .cta-row-large .button-cta:first-child {
            margin-bottom: 0.5em; } }
  @media only screen and (max-width: 641px) {
    .block-quote.cta-row-large-bottom,
    .block-quote-photo.cta-row-large-bottom,
    .block-stats.cta-row-large-bottom,
    .block-fundraiser.cta-row-large-bottom,
    .block-info.cta-row-large-bottom,
    .block-text.cta-row-large-bottom,
    .block-news.cta-row-large-bottom,
    .block-subscribe.cta-row-large-bottom,
    .block-lawmakers.cta-row-large-bottom {
      padding-bottom: 2em; } }

.block-quote.cta-single-bottom,
.block-quote-photo.cta-single-bottom,
.block-stats.cta-single-bottom,
.block-fundraiser.cta-single-bottom,
.block-info.cta-single-bottom,
.block-text.cta-single-bottom,
.block-news.cta-single-bottom,
.block-subscribe.cta-single-bottom,
.block-lawmakers.cta-single-bottom {
  padding-bottom: 6.25em; }
  .block-quote.cta-single-bottom .button-cta,
  .block-quote-photo.cta-single-bottom .button-cta,
  .block-stats.cta-single-bottom .button-cta,
  .block-fundraiser.cta-single-bottom .button-cta,
  .block-info.cta-single-bottom .button-cta,
  .block-text.cta-single-bottom .button-cta,
  .block-news.cta-single-bottom .button-cta,
  .block-subscribe.cta-single-bottom .button-cta,
  .block-lawmakers.cta-single-bottom .button-cta {
    position: absolute;
    left: 3.75em;
    bottom: 3em; }
    .module-header .block-quote.cta-single-bottom .button-cta, .module-header
    .block-quote-photo.cta-single-bottom .button-cta, .module-header
    .block-stats.cta-single-bottom .button-cta, .module-header
    .block-fundraiser.cta-single-bottom .button-cta, .module-header
    .block-info.cta-single-bottom .button-cta, .module-header
    .block-text.cta-single-bottom .button-cta, .module-header
    .block-news.cta-single-bottom .button-cta, .module-header
    .block-subscribe.cta-single-bottom .button-cta, .module-header
    .block-lawmakers.cta-single-bottom .button-cta {
      left: 0; }
    @media only screen and (min-width: 642px) and (max-width: 801px) {
      .block-quote.cta-single-bottom .button-cta,
      .block-quote-photo.cta-single-bottom .button-cta,
      .block-stats.cta-single-bottom .button-cta,
      .block-fundraiser.cta-single-bottom .button-cta,
      .block-info.cta-single-bottom .button-cta,
      .block-text.cta-single-bottom .button-cta,
      .block-news.cta-single-bottom .button-cta,
      .block-subscribe.cta-single-bottom .button-cta,
      .block-lawmakers.cta-single-bottom .button-cta {
        left: 2.5em;
        bottom: 2em; } }
    @media only screen and (max-width: 641px) {
      .block-quote.cta-single-bottom .button-cta,
      .block-quote-photo.cta-single-bottom .button-cta,
      .block-stats.cta-single-bottom .button-cta,
      .block-fundraiser.cta-single-bottom .button-cta,
      .block-info.cta-single-bottom .button-cta,
      .block-text.cta-single-bottom .button-cta,
      .block-news.cta-single-bottom .button-cta,
      .block-subscribe.cta-single-bottom .button-cta,
      .block-lawmakers.cta-single-bottom .button-cta {
        left: auto;
        bottom: auto;
        position: relative; } }
  @media only screen and (max-width: 641px) {
    .block-quote.cta-single-bottom,
    .block-quote-photo.cta-single-bottom,
    .block-stats.cta-single-bottom,
    .block-fundraiser.cta-single-bottom,
    .block-info.cta-single-bottom,
    .block-text.cta-single-bottom,
    .block-news.cta-single-bottom,
    .block-subscribe.cta-single-bottom,
    .block-lawmakers.cta-single-bottom {
      padding-bottom: 2em; } }

.block-news {
  display: block;
  background-color: #e9e9e9;
  background: -webkit-linear-gradient( bottom , #d0d0d0 0%, #e9e9e9 100%);
  background: linear-gradient(to top, #d0d0d0 0%, #e9e9e9 100%); }

.block-subscribe {
  background-color: #11497c;
  background: -webkit-linear-gradient( bottom , #0e3c66 0%, #11497c 100%);
  background: linear-gradient(to top, #0e3c66 0%, #11497c 100%); }

.block-lawmakers {
  background: #e9e9e9;
  background-image: url("../img/texture_gray-lightest_halftone.png");
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .padding-none .block-lawmakers {
    border-left: 0;
    border-right: 0; }

.block-quote {
  display: block;
  background-color: #60a8d3;
  background-image: url("../img/texture_blue-light_paint.png");
  background-size: 300px auto;
  overflow: hidden;
  text-decoration: none; }

.block-info {
  background-color: #11497c; }

.block-stats {
  background-color: #d7e5f0;
  background-image: url("../img/texture_blue-lightest_halftone.png");
  background-size: 200px auto; }

.block-fundraiser {
  background-color: #1cbd65;
  /* background: url("../img/texture_green_pixels.png"); */
  background-size: 160px auto; }

.block-quote-photo {
  display: block;
  overflow: hidden;
  background-color: #11497c;
  background-size: cover;
  background-position: center top; }
  .module .block-quote-photo {
    padding-top: 15em; }
  .block-quote-photo * {
    z-index: 5; }
  .block-quote-photo:after {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient( top , rgba(17, 73, 124, 0.25) 0%, rgba(17, 73, 124, 0.75) 65%, #11497c 100%);
    background: linear-gradient(to bottom, rgba(17, 73, 124, 0.25) 0%, rgba(17, 73, 124, 0.75) 65%, #11497c 100%);
    content: '';
    opacity: 0.875;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s; }
  .block-quote-photo.block-quote-video:before {
    position: absolute;
    left: 50%;
    top: 7.25em;
    display: block;
    z-index: 3;
    width: 6em;
    height: 6em;
    opacity: 0.65;
    -webkit-transform: translate3d(-50%, -25%, 0);
    -moz-transform: translate3d(-50%, -25%, 0);
    -ms-transform: translate3d(-50%, -25%, 0);
    -o-transform: translate3d(-50%, -25%, 0);
    transform: translate3d(-50%, -25%, 0);
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s;
    content: url("../img/icon_play.svg"); }
  .block-quote-photo.block-quote-video:after {
    background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.75) 70%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.75) 70%, black 100%); }
  .block-quote-photo:hover:before, .block-quote-photo:active:before {
    opacity: 1; }
  .block-quote-photo:hover:after, .block-quote-photo:active:after {
    opacity: 1; }

.block-video {
  width: 100%;
  padding: 3em 3.75em;
  position: relative;
  display: block;
  border: 1px solid transparent;
  background-size: cover;
  background-position: center center;
  overflow: visible !important; }
  @media only screen and (max-width: 641px) {
    .block-video {
      padding-bottom: 13em; } }
  .block-video:before {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    display: block;
    z-index: 2;
    border: 1px solid transparent;
    opacity: 0.75;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s;
    content: ''; }
  .block-video:after {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    z-index: 3;
    width: 6em;
    height: 6em;
    opacity: 0.65;
    -webkit-transform: translate3d(-50%, -25%, 0);
    -moz-transform: translate3d(-50%, -25%, 0);
    -ms-transform: translate3d(-50%, -25%, 0);
    -o-transform: translate3d(-50%, -25%, 0);
    transform: translate3d(-50%, -25%, 0);
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s;
    content: url("../img/icon_play.svg"); }
    @media only screen and (max-width: 641px) {
      .block-video:after {
        top: 57%; } }
  .block-video:hover:before, .block-video:active:before {
    opacity: 0.65; }
  .block-video:hover:after, .block-video:active:after {
    opacity: 1; }
  .block-video.video-green {
    background-color: #1cbd65; }
    .block-video.video-green:before {
      background: #1cbd65; }

.news-block {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #bfbfbf; }
  .news-block:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.sidebar-block {
  display: block;
  width: 100%;
  margin-bottom: 1.5em; }

.module-image-header {
  margin-bottom: -1em; }
  .module-image-header h1,
  .module-image-header h2 {
    margin-top: -1.5em;
    margin-bottom: 1em; }
    @media only screen and (max-width: 641px) {
      .module-image-header h1,
      .module-image-header h2 {
        margin-top: -0.25em;
        margin-bottom: 0.5em; } }
  .module-image-header * {
    z-index: 5; }

.image-header-image {
  z-index: 1; }
  .image-header-image:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40%;
    background: -webkit-linear-gradient( top , rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, white 100%);
    content: ''; }

hr {
  width: 100%;
  height: 1px;
  display: block;
  margin: 2em 0;
  position: relative;
  background: #bfbfbf;
  border: 0; }
  hr.full-width {
    margin: 0 auto;
    width: 90%;
    width: -moz-calc(100% - 7em);
    width: -o-calc(100% - 7em);
    width: -webkit-calc(100% - 7em);
    width: calc(100% - 7em); }
    @media only screen and (min-width: 642px) and (max-width: 801px) {
      hr.full-width {
        width: -moz-calc(100% - 5em);
        width: -o-calc(100% - 5em);
        width: -webkit-calc(100% - 5em);
        width: calc(100% - 5em); } }
    @media only screen and (max-width: 641px) {
      hr.full-width {
        width: -moz-calc(100% - 5em);
        width: -o-calc(100% - 5em);
        width: -webkit-calc(100% - 5em);
        width: calc(100% - 5em); } }
  hr.gray-light {
    background: #e9e9e9; }
  hr.on-dark {
    background: rgba(255, 255, 255, 0.35); }

.article-header {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  border-top: 1px solid rgba(51, 51, 51, 0.15); }
  .article-header:after {
    clear: both;
    display: table;
    content: ''; }

.article-footer {
  clear: both;
  margin-top: 2.5em;
  padding-top: 2em;
  border-top: 1px solid rgba(51, 51, 51, 0.15); }

.article-share {
  display: block;
  float: left; }
  .article-share li {
    float: left;
    margin-left: 0.5em; }
    .article-share li:first-child {
      margin-right: 0.5em;
      margin-left: 0; }
  @media only screen and (max-width: 641px) {
    .article-share {
      display: none; } }

.article-sidebar {
  width: 40%;
  background: #11497c;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.35em;
  padding: 1em 1.5em 1.5em;
  margin-bottom: 1em; }
  .article-sidebar.align-right {
    float: right;
    margin-right: -5%;
    margin-left: 2em; }
  .article-sidebar.align-left {
    float: left;
    margin-left: -5%;
    margin-right: 2em; }
  @media only screen and (max-width: 641px) {
    .article-sidebar {
      width: 100%; }
      .article-sidebar.align-right, .article-sidebar.align-left {
        float: none;
        margin-left: 0;
        margin-right: 0; } }

blockquote {
  display: block;
  width: 110%;
  margin-left: -5%;
  padding-top: 1em;
  margin-bottom: 2.5em; }
  @media only screen and (max-width: 641px) {
    blockquote {
      width: 90%;
      margin-left: 5%; } }

.blockquote-row .blockquote-share-text {
  float: right; }
  .blockquote-row .blockquote-share-text li {
    float: left;
    margin-left: 1em; }
    @media only screen and (max-width: 641px) {
      .blockquote-row .blockquote-share-text li {
        margin-left: 0;
        margin-right: 1em; } }
  @media only screen and (max-width: 641px) {
    .blockquote-row .blockquote-share-text {
      float: none;
      margin-top: 0.5em; } }

.blockquote-row:after {
  clear: both;
  display: table;
  content: ''; }

.article-disclaimer {
  width: 110%;
  margin-left: -5%;
  background: #f7f7f7;
  border: 1px solid #bfbfbf;
  border-radius: 0.35em;
  padding: 2em;
  margin-top: 2.5em;
  margin-bottom: 2.5em; }
  @media only screen and (max-width: 641px) {
    .article-disclaimer {
      width: 100%;
      margin-left: 0; } }

.list-picker-header {
  min-height: 3.1em; }
  @media only screen and (max-width: 641px) {
    .list-picker-header {
      min-height: 0; } }

.list-picker-block {
  width: 100%;
  height: 20em;
  padding: 1em;
  padding-bottom: 0;
  border: 1px solid #bfbfbf;
  border-radius: 0.35em;
  background: white;
  margin-top: 0.5em;
  margin-bottom: 2em;
  overflow-y: scroll; }

table {
  width: 110%;
  margin-left: -5%;
  table-layout: fixed;
  border: 1px solid #0b2f4f;
  border-collapse: collapse; }
  table thead {
    background: #11497c; }
  table td {
    padding: 1em;
    border-right: 1px solid #0b2f4f;
    border-bottom: 1px solid #0b2f4f; }
    table td:first-of-type {
      width: 25%; }
    @media only screen and (max-width: 641px) {
      table td {
        padding: 0.5em; } }
  @media only screen and (max-width: 641px) {
    table {
      width: 100%;
      margin-left: 0; } }

.bkg-yellow {
  background: #f8de2a; }

.bkg-blue {
  background: #11497c; }

.bkg-blue-light {
  background: #60a8d3; }

.bkg-gray-dark {
  background: #333333; }

.bkg-gray-light {
  background: #e9e9e9; }

.bkg-gray-lightest {
  background: #f7f7f7; }

.border-gray {
  border: 1px solid #bfbfbf; }

.border-gray-dark {
  border: 1px solid #333333; }

.border-gray-light {
  border: 1px solid #e9e9e9; }

.border-darkgray-top {
  border-top: 1px solid rgba(51, 51, 51, 0.2); }

/* MODULE - GET HELP */
/* MODULE - GET HELP */
/* MODULE - GET HELP */
/* MODULE - CTAs */
.module-ctas {
  padding: 1.5em 3em; }
  @media only screen and (min-width: 642px) and (max-width: 801px) {
    .module-ctas {
      padding: 1.5em 2.5em; } }
  @media only screen and (max-width: 641px) {
    .module-ctas {
      padding: 1.5em 2.5em 0; } }

.module-cta-block {
  display: table-cell;
  vertical-align: middle;
  width: 27.5%;
  padding-left: 2em; }
  .module-cta-block:first-child {
    width: 45%;
    padding-left: 0; }
    @media only screen and (min-width: 642px) and (max-width: 801px) {
      .module-cta-block:first-child {
        width: 42%; } }
    @media only screen and (max-width: 641px) {
      .module-cta-block:first-child {
        width: 100%; } }
  .module-cta-block h2 {
    margin-bottom: 0; }
    @media only screen and (max-width: 641px) {
      .module-cta-block h2 {
        text-align: center; } }
  .module-cta-block .cta-large {
    width: 100%; }
  @media only screen and (min-width: 642px) and (max-width: 801px) {
    .module-cta-block {
      width: 29%;
      padding-left: 1em; } }
  @media only screen and (max-width: 641px) {
    .module-cta-block {
      display: block;
      width: 100%;
      padding: 0 0 1.5em 0; } }

/* MODULE - NEWS */
/* MODULE - LAWS */
.module-infographic {
  background: #f7f7f7;
  border-top: 1px solid rgba(51, 51, 51, 0.15);
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  display: table; }

.module-infographic-image,
.module-infographic-text {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }
  @media only screen and (max-width: 641px) {
    .module-infographic-image,
    .module-infographic-text {
      display: block; } }

.module-infographic-image {
  width: 60%;
  padding-right: 5%; }
  header .module-infographic-image {
    padding-right: 0;
    padding-left: 5%; }
  @media only screen and (max-width: 641px) {
    .module-infographic-image img,
    .module-infographic-image .video {
      margin-bottom: 1em; } }
  @media only screen and (max-width: 641px) {
    .module-infographic-image {
      width: 100%;
      padding-right: 0; } }

.module-infographic-text {
  width: 40%; }
  @media only screen and (max-width: 641px) {
    .module-infographic-text {
      width: 100%; } }

.module-laws-zipcode {
  width: 100%; }
  .module-laws-zipcode:after {
    clear: both;
    display: table;
    content: ''; }

/* MODULE - SECURITY */
.module-security .block-largetext {
  padding-left: 4em; }

.module-security .icon-lock {
  position: absolute;
  left: 0;
  top: 50%;
  height: 2.5em;
  width: 2.5em;
  border-radius: 100%;
  border: 2px solid #11497c;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.module-security img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60%;
  width: auto;
  -webkit-transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  -o-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%); }

/* MODULE - NEWS */
.module-survivor {
  background: #11497c;
  padding-top: 5em;
  padding-bottom: 5em; }

.module-survivor-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2; }
  .module-survivor-image img {
    height: 100%;
    width: auto; }
  .module-survivor-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: green;
    background: -webkit-linear-gradient( left , rgba(17, 73, 124, 0.35) 0%, rgba(17, 73, 124, 0.75) 75%, #11497c 100%);
    background: linear-gradient(to right, rgba(17, 73, 124, 0.35) 0%, rgba(17, 73, 124, 0.75) 75%, #11497c 100%);
    content: ''; }

.module-survivor-text {
  z-index: 5;
  padding-left: 45%; }

/* FOOTER */
footer {
  background: #0b2f4f; }

.footer-top {
  padding: 1.5em 2em;
  border-top: 1px solid #0b2f4f; }
  .footer-top p {
    padding-bottom: 1.25em;
    margin-bottom: 1em;
    border-bottom: 1px solid #092844; }

.footer-signup {
  float: left;
  display: block;
  width: 50%; }
  @media only screen and (max-width: 641px) {
    .footer-signup {
      float: none;
      width: 100%; } }

.footer-sitemap {
  float: right;
  display: block;
  width: 40%;
  padding-top: 0.5em; }
  .footer-sitemap li {
    float: left;
    width: 33%;
    margin-bottom: 0.75em; }
    @media only screen and (max-width: 641px) {
      .footer-sitemap li {
        width: 50%;
        text-align: center; } }
  @media only screen and (max-width: 641px) {
    .footer-sitemap {
      float: none;
      clear: both;
      width: 100%;
      padding-bottom: 0em;
      padding-top: 2.5em; }
      .footer-sitemap:after {
        clear: both;
        display: table;
        content: ''; } }

.footer-social {
  clear: both;
  width: 100%;
  padding-top: 1.25em;
  margin-top: 1.25em;
  text-align: center;
  border-top: 1px solid #092844; }
  .footer-social li {
    display: inline-block;
    padding: 0 0.5em; }
    @media only screen and (max-width: 641px) {
      .footer-social li:last-child {
        margin-top: 1.5em; } }

.footer-bottom {
  padding: 1em 2em;
  background: #092844;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center; 
}

.footer-bottom li {
    display: inline-block;
    padding: 0.5em 1.5em;
}

#dev-team-section {
  background-color: var(--darkblue);
  border-bottom: #19A759 10px solid;
  color: white;
  padding: 70px 0;
}
  
#dev-team-section .card {
      color: #212529;
      height: 100%;
}
  
#dev-team-section>div:first-child .card {
  border-left: yellow solid 10px;
  border-radius: unset;
}


  
#dev-team-section .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.dk-blue-bg {
    background-color: var(--darkblue) !important;
}


.text-white {
    color: white;
}


.navbar-brand img {
  height: 70px;
}


#top-bar {
  background-color: var(--darkblue);
  height: 40px;
  display: flex;
  align-items: center;
  padding:0 76px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 100;
  width: 100%;
  top:0;
}


#top-bar span {
  background-color: var(--theyellow);
  height: 100%;
  display:flex;
  align-items: center;
}


#top-bar * {
  text-decoration: none;
  display: flex;
  align-items: center;
}


#top-bar a:not(.text-white) {
  color: black;
  padding: 0 35px;
}

.dropdown a::after {
  display: none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
 }


 

 @media screen and (max-width:991px) {
   nav button:not(.navbar-toggler) {
     width: 100%;
   }
   .navbar a:not(.dropdown-item) {
    text-align: center;
  }
   #top-bar {
     display: none;
   }  
 }

 nav * {
   font-size: 16px;
   font-family: montserrat;
 }

 @media screen and (min-width:991px) {
 .top-bar-mobile {
   display: none;
 }

 nav {
  margin-top: 40px;
  position: relative;
  z-index: 99;
}
}

 .top-bar-mobile {
  background-color: var(--theyellow);
}

@media screen and (max-width: 768px) {
  #dev-team-section>div:last-child .card {
    margin-top:50px;
  }
}

#fundraiser-four-col .smaller {
  padding: 35px;
  height: 100%;
}

.lighterblue-background {
  background-color: var(--lighterblue) !important;
}

.lightblue-background {
  background-color: var(--lightblue) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: black !important;
}

@media screen and (max-width: 1425px) and (min-width: 992px) {
    .icon-anim-component h3 {
        font-size: 1.25rem;
    }
    .icon-anim-component p {
        font-size: 0.8em;
    }
}

.dropdown-menu {
    top: 96% !important;
    margin-top: 0 !important;
}

.navbar-nav li {
    line-height: 20px;
}

body *:not(p) {
  font-family: 'Montserrat', sans-serif;
}

.nav-item, .dropdown, .dropdown-item {
    font-size: 13px !important;
    font-weight: 700 !important;
}

h1, h2, h3, h4, h5 {
    font-weight: 700 !important;
}

#top-bar * {
    font-weight: 700;
}