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; }

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

img {
  max-width: 100%; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

button, input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  opacity: 1; }

blockquote, q {
  quotes: none; }

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

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

ul, li {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

/*
body.admin-bar {
  padding-top: 32px;

  @media only screen and (max-width: 782px) {
    padding-top: 46px;
  }
}
*/
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.aligncenter .wp-block-embed__wrapper {
  text-align: center; }

hr.wp-block-separator {
  width: 100px; }
  hr.wp-block-separator.is-style-wide {
    width: 100%; }
  hr.wp-block-separator.is-style-dots::before {
    padding-left: initial; }

/* responsive youtube video  */
.wp-block-embed-youtube {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .wp-block-embed-youtube iframe, .wp-block-embed-youtube .wp-block-embed__wrapper {
    left: 0;
    top: 0;
    height: 500px;
    width: 100%;
    position: absolute; }

/* Vendor */
.vgt-table.striped tbody tr:nth-of-type(odd) {
  background-color: rgba(51, 68, 109, 0.03); }

/* Utility styles
************************************************/
.vgt-right-align {
  text-align: right; }

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

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

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

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

.vgt-clearfix::after {
  display: block;
  content: "";
  clear: both; }

.vgt-responsive {
  width: 100%;
  overflow-x: auto;
  position: relative; }

.vgt-text-disabled {
  color: #909399; }

.vgt-wrap {
  position: relative; }

.vgt-fixed-header {
  position: absolute;
  z-index: 10;
  width: 100%;
  overflow-x: auto; }

table.vgt-table {
  font-size: 16px;
  border-collapse: collapse;
  background-color: white;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border: 1px solid #DCDFE6; }
  table.vgt-table td {
    padding: .75em .75em .75em .75em;
    vertical-align: top;
    border-bottom: 1px solid #DCDFE6;
    color: #606266; }
  table.vgt-table tr.clickable {
    cursor: pointer; }
    table.vgt-table tr.clickable:hover {
      background-color: #F1F5FD; }

.vgt-table th {
  padding: .75em 1.5em .75em .75em;
  vertical-align: middle;
  position: relative; }
  .vgt-table th.sortable {
    cursor: pointer; }
    .vgt-table th.sortable:after {
      content: '';
      position: absolute;
      height: 0px;
      width: 0px;
      right: 6px;
      top: 50%;
      margin-top: -7px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #cfd3e0; }
    .vgt-table th.sortable:before {
      content: '';
      position: absolute;
      height: 0px;
      width: 0px;
      right: 6px;
      top: 50%;
      margin-bottom: -7px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #cfd3e0; }

.vgt-table th.line-numbers, .vgt-table th.vgt-checkbox-col {
  padding: 0 .75em 0 .75em;
  color: #606266;
  border-right: 1px solid #DCDFE6;
  word-wrap: break-word;
  width: 25px;
  text-align: center;
  background: linear-gradient(#F4F5F8, #F1F3F6); }

.vgt-table th.filter-th {
  padding: .75em .75em .75em .75em; }

.vgt-table th.vgt-row-header {
  border-bottom: 2px solid #DCDFE6;
  border-top: 2px solid #DCDFE6;
  background-color: #fafafb; }
  .vgt-table th.vgt-row-header .triangle {
    width: 24px;
    height: 24px;
    border-radius: 15%;
    position: relative;
    margin: 0px 8px; }
    .vgt-table th.vgt-row-header .triangle:after {
      content: '';
      position: absolute;
      display: block;
      left: 50%;
      top: 50%;
      margin-top: -6px;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #606266;
      margin-left: -3px;
      transition: 0.3s ease transform; }
    .vgt-table th.vgt-row-header .triangle.expand:after {
      transform: rotate(90deg); }

.vgt-table thead th {
  color: #606266;
  vertical-align: bottom;
  border-bottom: 1px solid #DCDFE6;
  padding-right: 1.5em;
  background: linear-gradient(#F4F5F8, #F1F3F6); }
  .vgt-table thead th.vgt-checkbox-col {
    vertical-align: middle; }
  .vgt-table thead th.sorting-asc:after {
    border-bottom: 5px solid #409eff; }
  .vgt-table thead th.sorting-desc:before {
    border-top: 5px solid #409eff; }

.vgt-input, .vgt-select {
  width: 100%;
  height: 32px;
  line-height: 1;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 12px;
  color: #606266;
  border-radius: 4px;
  box-sizing: border-box;
  background-image: none;
  background-color: #fff;
  border: 1px solid #DCDFE6;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .vgt-input::placeholder, .vgt-select::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #606266;
    opacity: 0.3;
    /* Firefox */ }
  .vgt-input:focus, .vgt-select:focus {
    outline: none;
    border-color: #409eff; }

.vgt-loading {
  position: absolute;
  width: 100%;
  z-index: 10;
  margin-top: 117px; }
  .vgt-loading__content {
    background-color: #c0dfff;
    color: #409eff;
    padding: 7px 30px;
    border-radius: 3px; }

.vgt-inner-wrap.is-loading {
  opacity: 0.5;
  pointer-events: none; }

.vgt-table.bordered td, .vgt-table.bordered th {
  border: 1px solid #DCDFE6; }

.vgt-table.bordered th.vgt-row-header {
  border-bottom: 3px solid #DCDFE6; }

.vgt-wrap.rtl {
  direction: rtl; }
  .vgt-wrap.rtl .vgt-table thead th, .vgt-wrap.rtl .vgt-table.condensed thead th {
    padding-left: 1.5em;
    padding-right: .75em; }
  .vgt-wrap.rtl .vgt-table th.sorting:after,
  .vgt-wrap.rtl .vgt-table th.sorting-asc:after {
    margin-right: 5px;
    margin-left: 0px; }
  .vgt-wrap.rtl .vgt-table th.sortable:after,
  .vgt-wrap.rtl .vgt-table th.sortable:before {
    right: inherit;
    left: 6px; }

.vgt-table.condensed td, .vgt-table.condensed th.vgt-row-header {
  padding: .4em .4em .4em .4em; }

/*responsive compactMode*/
@media (max-width: 576px) {
  .vgt-compact * {
    box-sizing: border-box; }
  .vgt-compact tbody,
  .vgt-compact tr,
  .vgt-compact td {
    display: block;
    width: 100%; }
  .vgt-compact thead {
    display: none; }
  .vgt-compact tr {
    margin-bottom: 15px; }
  .vgt-compact td {
    text-align: right;
    position: relative; }
    .vgt-compact td:before {
      content: attr(data-label);
      position: relative;
      float: left;
      left: 0;
      width: 40%;
      padding-left: 10px;
      font-weight: bold;
      text-align: left; }
  .vgt-compact th.line-numbers {
    width: 100% !important;
    display: block;
    padding: 0.3em 1em !important; } }

.vgt-global-search {
  padding: 5px 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border: 1px solid #DCDFE6;
  border-bottom: 0px;
  background: linear-gradient(#F4F5F8, #F1F3F6); }

.vgt-global-search__input {
  position: relative;
  padding-left: 40px;
  flex-grow: 1; }
  .vgt-global-search__input .input__icon {
    position: absolute;
    left: 0px;
    max-width: 32px; }
    .vgt-global-search__input .input__icon .magnifying-glass {
      margin-top: 3px;
      margin-left: 8px;
      display: block;
      width: 16px;
      height: 16px;
      border: 2px solid #d6dae2;
      position: relative;
      border-radius: 50%; }
      .vgt-global-search__input .input__icon .magnifying-glass:before {
        content: "";
        display: block;
        position: absolute;
        right: -7px;
        bottom: -5px;
        background: #d6dae2;
        width: 8px;
        height: 4px;
        border-radius: 2px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); }

.vgt-global-search__actions {
  margin-left: 10px; }

.vgt-selection-info-row {
  background: #fdf9e8;
  padding: 5px 16px;
  font-size: 13px;
  border-top: 1px solid #DCDFE6;
  border-left: 1px solid #DCDFE6;
  border-right: 1px solid #DCDFE6;
  color: #d3aa3b;
  font-weight: bold; }
  .vgt-selection-info-row a {
    font-weight: bold;
    display: inline-block;
    margin-left: 10px; }

.vgt-wrap__actions-footer {
  border: 1px solid #DCDFE6; }

.vgt-wrap__footer {
  color: #606266;
  padding: 1em;
  border: 1px solid #DCDFE6;
  background: linear-gradient(#F4F5F8, #F1F3F6); }
  .vgt-wrap__footer .footer__row-count__label, .vgt-wrap__footer .footer__row-count__select {
    display: inline-block;
    vertical-align: middle; }
  .vgt-wrap__footer .footer__row-count__label {
    font-size: 14px;
    color: #909399; }
  .vgt-wrap__footer .footer__row-count__select {
    background-color: transparent;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: auto;
    font-size: 14px;
    margin-left: 8px;
    color: #606266;
    font-weight: bold; }
    .vgt-wrap__footer .footer__row-count__select:focus {
      outline: none;
      border-color: #409eff; }
  .vgt-wrap__footer .footer__navigation {
    font-size: 14px; }
    .vgt-wrap__footer .footer__navigation__page-btn, .vgt-wrap__footer .footer__navigation__info, .vgt-wrap__footer .footer__navigation__page-info {
      display: inline-block;
      vertical-align: middle; }
    .vgt-wrap__footer .footer__navigation__page-btn {
      text-decoration: none;
      color: #606266;
      font-weight: bold;
      white-space: nowrap; }
      .vgt-wrap__footer .footer__navigation__page-btn:focus {
        outline: none;
        border: 0; }
      .vgt-wrap__footer .footer__navigation__page-btn.disabled, .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover {
        opacity: 0.5;
        cursor: not-allowed; }
        .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after, .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after {
          border-right-color: #606266; }
        .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after, .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after {
          border-left-color: #606266; }
      .vgt-wrap__footer .footer__navigation__page-btn .chevron {
        width: 24px;
        height: 24px;
        border-radius: 15%;
        position: relative;
        margin: 0px 8px; }
        .vgt-wrap__footer .footer__navigation__page-btn .chevron:after {
          content: '';
          position: absolute;
          display: block;
          left: 50%;
          top: 50%;
          margin-top: -6px;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent; }
        .vgt-wrap__footer .footer__navigation__page-btn .chevron.left::after {
          border-right: 6px solid #409eff;
          margin-left: -3px; }
        .vgt-wrap__footer .footer__navigation__page-btn .chevron.right::after {
          border-left: 6px solid #409eff;
          margin-left: -3px; }
    .vgt-wrap__footer .footer__navigation__info, .vgt-wrap__footer .footer__navigation__page-info {
      display: inline-block;
      color: #909399;
      margin: 0px 16px; }
    .vgt-wrap__footer .footer__navigation__page-info__current-entry {
      width: 30px;
      text-align: center;
      display: inline-block;
      margin: 0px 10px;
      font-weight: bold; }

@media only screen and (max-width: 750px) {
  /* on small screens hide the info */
  .vgt-wrap__footer .footer__navigation__info {
    display: none; }
  .vgt-wrap__footer .footer__navigation__page-btn {
    margin-left: 16px; } }

.vgt-table.nocturnal {
  border: 1px solid #435169;
  background-color: #324057; }
  .vgt-table.nocturnal tr.clickable:hover {
    background-color: #445168; }
  .vgt-table.nocturnal td {
    border-bottom: 1px solid #435169;
    color: #C7CED8; }
  .vgt-table.nocturnal th.line-numbers, .vgt-table.nocturnal th.vgt-checkbox-col {
    color: #C7CED8;
    border-right: 1px solid #435169;
    background: linear-gradient(#2C394F, #2C394F); }
  .vgt-table.nocturnal thead th {
    color: #C7CED8;
    border-bottom: 1px solid #435169;
    background: linear-gradient(#2C394F, #2C394F); }
    .vgt-table.nocturnal thead th.sortable:before {
      border-top-color: #3e5170; }
    .vgt-table.nocturnal thead th.sortable:after {
      border-bottom-color: #3e5170; }
    .vgt-table.nocturnal thead th.sortable.sorting-asc {
      color: white; }
      .vgt-table.nocturnal thead th.sortable.sorting-asc:after {
        border-bottom-color: #409eff; }
    .vgt-table.nocturnal thead th.sortable.sorting-desc {
      color: white; }
      .vgt-table.nocturnal thead th.sortable.sorting-desc:before {
        border-top-color: #409eff; }
  .vgt-table.nocturnal.bordered td, .vgt-table.nocturnal.bordered th {
    border: 1px solid #435169; }
  .vgt-table.nocturnal .vgt-input, .vgt-table.nocturnal .vgt-select {
    color: #C7CED8;
    background-color: #232d3f;
    border: 1px solid #435169; }
    .vgt-table.nocturnal .vgt-input::placeholder, .vgt-table.nocturnal .vgt-select::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #C7CED8;
      opacity: 0.3;
      /* Firefox */ }

.vgt-wrap.nocturnal .vgt-wrap__footer {
  color: #C7CED8;
  border: 1px solid #435169;
  background: linear-gradient(#2C394F, #2C394F); }
  .vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__label {
    color: #8290A7; }
  .vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__select {
    color: #C7CED8; }
    .vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__select:focus {
      border-color: #409eff; }
  .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn {
    color: #C7CED8; }
    .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after, .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after {
      border-right-color: #C7CED8; }
    .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after, .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after {
      border-left-color: #C7CED8; }
  .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__info, .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-info {
    color: #8290A7; }

.vgt-wrap.nocturnal .vgt-global-search {
  border: 1px solid #435169;
  background: linear-gradient(#2C394F, #2C394F); }

.vgt-wrap.nocturnal .vgt-global-search__input .input__icon .magnifying-glass {
  border: 2px solid #3f4c63; }
  .vgt-wrap.nocturnal .vgt-global-search__input .input__icon .magnifying-glass:before {
    background: #3f4c63; }

.vgt-wrap.nocturnal .vgt-global-search__input .vgt-input, .vgt-wrap.nocturnal .vgt-global-search__input .vgt-select {
  color: #C7CED8;
  background-color: #232d3f;
  border: 1px solid #435169; }
  .vgt-wrap.nocturnal .vgt-global-search__input .vgt-input::placeholder, .vgt-wrap.nocturnal .vgt-global-search__input .vgt-select::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C7CED8;
    opacity: 0.3;
    /* Firefox */ }

.vgt-table.black-rhino {
  border: 1px solid #435169;
  background-color: #dfe5ee; }
  .vgt-table.black-rhino tr.clickable:hover {
    background-color: #fff; }
  .vgt-table.black-rhino td {
    border-bottom: 1px solid #bbc5d6;
    color: #49515e; }
  .vgt-table.black-rhino th.line-numbers, .vgt-table.black-rhino th.vgt-checkbox-col {
    color: #dae2f0;
    border-right: 1px solid #435169;
    background: linear-gradient(#4c5c79, #4e5d7c); }
  .vgt-table.black-rhino thead th {
    color: #dae2f0;
    text-shadow: 1px 1px #3e5170;
    border-bottom: 1px solid #435169;
    background: linear-gradient(#4c5c79, #4e5d7c); }
    .vgt-table.black-rhino thead th.sortable:before {
      border-top-color: #607498; }
    .vgt-table.black-rhino thead th.sortable:after {
      border-bottom-color: #607498; }
    .vgt-table.black-rhino thead th.sortable.sorting-asc {
      color: white; }
      .vgt-table.black-rhino thead th.sortable.sorting-asc:after {
        border-bottom-color: #409eff; }
    .vgt-table.black-rhino thead th.sortable.sorting-desc:before {
      border-top-color: #409eff; }
  .vgt-table.black-rhino.bordered td {
    border: 1px solid #bbc5d6; }
  .vgt-table.black-rhino.bordered th {
    border: 1px solid #435169; }
  .vgt-table.black-rhino .vgt-input, .vgt-table.black-rhino .vgt-select {
    color: #dae2f0;
    background-color: #34445f;
    border: 1px solid transparent; }
    .vgt-table.black-rhino .vgt-input::placeholder, .vgt-table.black-rhino .vgt-select::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #dae2f0;
      opacity: 0.3;
      /* Firefox */ }

.vgt-wrap.black-rhino .vgt-wrap__footer {
  color: #dae2f0;
  border: 1px solid #435169;
  background: linear-gradient(#4c5c79, #4e5d7c); }
  .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count {
    position: relative;
    padding-right: 3px; }
    .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__label {
      color: #98a5b9; }
    .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select {
      color: #49515e;
      background: #dfe5ee;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-right: 15px;
      padding-left: 5px;
      border-radius: 3px; }
      .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select::-ms-expand {
        display: none; }
      .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select:focus {
        border-color: #409eff; }
    .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count::after {
      content: '';
      display: block;
      position: absolute;
      height: 0px;
      width: 0px;
      right: 6px;
      top: 50%;
      margin-top: -1px;
      border-top: 6px solid #49515e;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: none;
      pointer-events: none; }
  .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn {
    color: #dae2f0; }
    .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after, .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after {
      border-right-color: #dae2f0; }
    .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after, .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after {
      border-left-color: #dae2f0; }
  .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__info, .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-info {
    color: #dae2f0; }

.vgt-wrap.black-rhino .vgt-global-search {
  border: 1px solid #435169;
  background: linear-gradient(#4c5c79, #4e5d7c); }

.vgt-wrap.black-rhino .vgt-global-search__input .input__icon .magnifying-glass {
  border: 2px solid #3f4c63; }
  .vgt-wrap.black-rhino .vgt-global-search__input .input__icon .magnifying-glass:before {
    background: #3f4c63; }

.vgt-wrap.black-rhino .vgt-global-search__input .vgt-input, .vgt-wrap.black-rhino .vgt-global-search__input .vgt-select {
  color: #dae2f0;
  background-color: #44516c;
  border: 1px solid transparent; }
  .vgt-wrap.black-rhino .vgt-global-search__input .vgt-input::placeholder, .vgt-wrap.black-rhino .vgt-global-search__input .vgt-select::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dae2f0;
    opacity: 0.3;
    /* Firefox */ }

/* Globals */
/* Base Components */
.btn-primary {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  padding: 17px 24px;
  background: #1C75BC; }
  .btn-primary:hover {
    background: #B61C2B; }
  .btn-primary.is-red {
    background: #B61C2B; }
    .btn-primary.is-red:hover {
      background: white;
      color: #B61C2B; }

/* Labels */
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #626366; }

/* Text boxes */
input[type=text] {
  padding: 16px 24px !important;
  background: #FFFFFF;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 30px;
  color: #626366;
  border: 1px solid #B2BBCE;
  box-sizing: border-box; }
  input[type=text]:focus {
    box-shadow: 0px 0px 20px 2px rgba(28, 117, 188, 0.4); }

/* Submit btn */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  padding: 17px 24px !important;
  background: #1C75BC;
  cursor: pointer;
  border: none; }
  .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type="submit"]:hover {
    background: #B61C2B; }

/* Custom column sizes */
#gform_fields_1 {
  display: flex !important;
  flex-wrap: wrap; }
  #gform_fields_1 #field_1_1 {
    width: 100%; }

.gform_wrapper .col-email {
  width: 50%; }
  .gform_wrapper .col-email input {
    width: 100% !important; }

.gform_wrapper .col-zip {
  width: 25%; }
  .gform_wrapper .col-zip input {
    width: 100% !important; }

.gform_wrapper .col-phone {
  width: 25%; }
  .gform_wrapper .col-phone input {
    width: 100% !important; }

@media only screen and (max-width: 760px) {
  .gform_wrapper .col-email {
    width: 100%; }
    .gform_wrapper .col-email input {
      width: 100% !important; }
  .gform_wrapper .col-zip {
    width: 100%; }
    .gform_wrapper .col-zip input {
      width: 100% !important; }
  .gform_wrapper .col-phone {
    width: 100%; }
    .gform_wrapper .col-phone input {
      width: 100% !important; } }

.wysiwyg {
  /* Dont do a double margin; cancel top margin on first child */ }
  .wysiwyg > :first-child {
    margin-top: 0; }
  .wysiwyg > :first-child h1 {
    margin-top: 0; }
  .wysiwyg p,
  .wysiwyg ol,
  .wysiwyg ul,
  .wysiwyg li {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    color: #626366; }
  .wysiwyg p,
  .wysiwyg ol,
  .wysiwyg ul,
  .wysiwyg img,
  .wysiwyg blockquote {
    margin: 0 0 25px 0;
    max-width: 100%; }
  .wysiwyg a {
    color: #1C75BC; }
  .wysiwyg a:hover {
    color: #B61C2B; }
  .wysiwyg ul,
  .wysiwyg ol {
    padding-left: 50px;
    max-width: 840px;
    box-sizing: border-box; }
  .wysiwyg li {
    font-size: 16px;
    line-height: 22px; }
  .wysiwyg ol li,
  .wysiwyg ul li {
    margin-bottom: 30px; }
    .wysiwyg ol li ul, .wysiwyg ol li ol,
    .wysiwyg ul li ul,
    .wysiwyg ul li ol {
      margin-top: 10px; }
  .wysiwyg ol li {
    list-style-type: decimal; }
  .wysiwyg ul li {
    list-style-type: none;
    position: relative; }
    .wysiwyg ul li::after {
      content: "\F111";
      -moz-osx-font-smoothing: grayscale;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-family: "Font Awesome 5 Pro";
      font-size: 5px;
      display: block;
      font-weight: bold;
      position: absolute;
      left: -40px;
      top: 45%; }
  .wysiwyg ul li, .wysiwyg ol li {
    font-size: 20px;
    line-height: 30px; }
  .wysiwyg img {
    height: auto; }
  .wysiwyg h1,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4 {
    color: #1C75BC;
    margin: 50px 0 20px 0;
    font-family: futura-pt-condensed, sans-serif; }
    .wysiwyg h1 strong,
    .wysiwyg h2 strong,
    .wysiwyg h3 strong,
    .wysiwyg h4 strong {
      color: inherit; }
  .wysiwyg h1 {
    font-weight: 500;
    font-size: 64px;
    line-height: 82px; }
  .wysiwyg h2 {
    font-style: normal;
    font-size: 55px;
    line-height: 66px; }
  .wysiwyg h3 {
    font-weight: bold;
    font-size: 32px;
    line-height: 36px; }
  .wysiwyg h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px; }
  .wysiwyg h5 {
    font-style: normal;
    font-size: 19px;
    line-height: 23px; }
  .wysiwyg h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px; }
  .wysiwyg h1 + *,
  .wysiwyg h2 + *,
  .wysiwyg h3 + *,
  .wysiwyg h4 + * {
    margin-top: 0; }
  .wysiwyg strong,
  .wysiwyg b {
    font-weight: bold;
    color: #292f36; }
  .wysiwyg em,
  .wysiwyg i {
    font-style: italic; }
  .wysiwyg ol,
  .wysiwyg ul {
    list-style-type: disc;
    overflow: hidden; }
  .wysiwyg .wp-block-button a {
    color: white;
    background: #1C75BC; }
  .wysiwyg ul li.gfield {
    margin-top: 0 !important; }
  @media screen and (max-width: 600px) {
    .wysiwyg p {
      font-size: 21px;
      line-height: 35px; } }

/* Components */
.component-sticky-pledge-form {
  position: fixed;
  bottom: 0;
  background: #ffffff;
  box-shadow: 0px -10px 40px rgba(0, 0, 0, 0.2);
  width: 100vw;
  padding: 30px 0;
  max-height: 60vh;
  /* Hide extra gforms labels */
  /* Form field widths/margins */ }
  .component-sticky-pledge-form .container {
    position: relative; }
  .component-sticky-pledge-form .btn-close-form {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    color: #1c75bc;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 1000; }
    .component-sticky-pledge-form .btn-close-form .fa {
      pointer-events: none; }
  .component-sticky-pledge-form .component-form {
    position: relative; }
    .component-sticky-pledge-form .component-form:after {
      content: "";
      width: 4px;
      height: 100%;
      background: #b61c2b;
      left: -55px;
      top: 6px;
      position: absolute; }
    .component-sticky-pledge-form .component-form .title {
      font-family: futura-pt-condensed, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 36px;
      line-height: 46px;
      color: #1c75bc;
      z-index: -1; }
  .component-sticky-pledge-form .ginput_complex label {
    display: none; }
  .component-sticky-pledge-form .gform_confirmation_wrapper {
    display: none; }
  .component-sticky-pledge-form .gform_wrapper {
    margin: 0;
    /* Validation messages */
    /* Gform layout */ }
    .component-sticky-pledge-form .gform_wrapper .gform_ajax_spinner {
      display: none !important; }
    .component-sticky-pledge-form .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
      margin-top: 0; }
    .component-sticky-pledge-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
      max-width: 100% !important; }
      .component-sticky-pledge-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).col-email {
        width: 400px;
        max-width: 48% !important;
        margin: 0; }
      .component-sticky-pledge-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).col-zip {
        width: 166px;
        max-width: 20% !important;
        margin: 0 3% !important; }
      .component-sticky-pledge-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).col-phone {
        width: 210px;
        max-width: 26% !important; }
    .component-sticky-pledge-form .gform_wrapper form {
      display: flex; }
    .component-sticky-pledge-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
      display: none; }
    .component-sticky-pledge-form .gform_wrapper div.validation_error {
      display: none; }
    .component-sticky-pledge-form .gform_wrapper .instruction.validation_message {
      display: none; }
    .component-sticky-pledge-form .gform_wrapper li.gfield.gfield_error {
      background: white;
      padding: 0;
      border: 0;
      margin: 0; }
    .component-sticky-pledge-form .gform_wrapper .gform_body {
      width: 825px;
      flex: 1;
      max-width: 100%; }
      .component-sticky-pledge-form .gform_wrapper .gform_body .gf_name_has_2 {
        display: flex;
        justify-content: space-between;
        width: 100% !important; }
        .component-sticky-pledge-form .gform_wrapper .gform_body .gf_name_has_2 label {
          display: none !important; }
        .component-sticky-pledge-form .gform_wrapper .gform_body .gf_name_has_2 span {
          width: 47%;
          padding: 0;
          margin: 0 !important; }
          .component-sticky-pledge-form .gform_wrapper .gform_body .gf_name_has_2 span input {
            width: 100%; }
      .component-sticky-pledge-form .gform_wrapper .gform_body .gfield {
        margin: 0;
        padding: 0; }
      .component-sticky-pledge-form .gform_wrapper .gform_body .col-email {
        width: 400px;
        max-width: 48% !important;
        margin: 0; }
      .component-sticky-pledge-form .gform_wrapper .gform_body .col-zip {
        width: 166px;
        max-width: 20% !important;
        margin: 0 3% !important; }
      .component-sticky-pledge-form .gform_wrapper .gform_body .col-phone {
        width: 210px;
        max-width: 26% !important; }
    .component-sticky-pledge-form .gform_wrapper .gform_footer {
      padding: 0;
      width: 270px;
      margin: 0 0 0 60px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .component-sticky-pledge-form .gform_wrapper .gform_footer .gform_button {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 21px; }
  @media screen and (max-width: 850px) {
    .component-sticky-pledge-form .gform_wrapper form {
      flex-wrap: wrap; }
    .component-sticky-pledge-form .gform_wrapper .gform_body {
      width: 100%; }
    .component-sticky-pledge-form .gform_wrapper .gform_footer {
      width: 100%;
      flex-direction: row;
      justify-content: center;
      margin: 25px 0 0 0; } }
  @media screen and (max-width: 600px) {
    .component-sticky-pledge-form {
      max-height: 80vh; }
      .component-sticky-pledge-form form {
        padding: 2px 0; }
      .component-sticky-pledge-form .gform_wrapper .gform_body .col-zip {
        width: 48%;
        max-width: 48% !important;
        margin: 0 0 0 2% !important; }
      .component-sticky-pledge-form .gform_wrapper .gform_body .col-email {
        width: 50%;
        max-width: 50% !important;
        margin: 0; }
      .component-sticky-pledge-form .gform_wrapper .gform_body .gf_name_has_2 span.name_first {
        width: 50%;
        padding: 0;
        margin: 0 !important; }
      .component-sticky-pledge-form .gform_wrapper .gform_body .gf_name_has_2 span.name_last {
        width: 48%;
        padding: 0;
        margin: 0 0 0 2% !important; }
      .component-sticky-pledge-form .gform_wrapper .gform_body .col-phone {
        width: 100%;
        max-width: 100% !important; } }

/**
 * Show/Hide variation states
 * Shows or hides the CTA/Form based on viewport or toggles
 */
.component-sticky-pledge-form .show-form {
  display: block; }

.component-sticky-pledge-form .show-collapsed-cta {
  display: none; }

/* State: Collapsed */
.component-sticky-pledge-form.is-collapsed .show-form {
  display: none; }

.component-sticky-pledge-form.is-collapsed .show-collapsed-cta {
  display: flex; }

/**
 * Variation: Collapsed view
 */
.component-sticky-pledge-form.is-collapsed {
  background: #b61c2b;
  padding: 0; }
  .component-sticky-pledge-form.is-collapsed .container {
    display: flex;
    align-items: center;
    justify-content: center; }
  .component-sticky-pledge-form.is-collapsed .btn-show-pledge {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
    padding: 17px 24px;
    border: none;
    cursor: pointer; }
    .component-sticky-pledge-form.is-collapsed .btn-show-pledge:hover {
      color: #b61c2b;
      background: white; }

.hide-row {
  display: none !important;
  border: none !important;
  padding: 0 !important; }

.vgt-left-align {
  display: flex;
  justify-content: center; }
  .vgt-left-align:first-child {
    text-align: left;
    justify-content: start; }

.mail-lookup {
  margin-top: 75px;
  text-align: center; }
  .mail-lookup a {
    font-weight: 500;
    color: #1c75bc;
    text-decoration: underline; }

/* Pages */
body.home header.page-header .logo {
  width: 155px; }
  body.home header.page-header .logo img {
    max-width: 100%; }

body.page, body.single-post, body.error404, body.archive, body.category {
  /* Section: Header */
  /* Section: Article */
  /* Mobile menu specific styles */
  /* Responsive behavior */ }
  body.page header.page-header, body.single-post header.page-header, body.error404 header.page-header, body.archive header.page-header, body.category header.page-header {
    height: 150px;
    background: #51698F;
    padding: 0;
    display: flex;
    margin: 0 0 80px 0; }
    body.page header.page-header > .container, body.single-post header.page-header > .container, body.error404 header.page-header > .container, body.archive header.page-header > .container, body.category header.page-header > .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    body.page header.page-header .mobile-toggle, body.single-post header.page-header .mobile-toggle, body.error404 header.page-header .mobile-toggle, body.archive header.page-header .mobile-toggle, body.category header.page-header .mobile-toggle {
      display: none;
      color: white;
      font-size: 24px;
      padding: 0 40px 0 0;
      cursor: pointer;
      width: 25px;
      height: 25px;
      position: relative; }
      body.page header.page-header .mobile-toggle:before, body.single-post header.page-header .mobile-toggle:before, body.error404 header.page-header .mobile-toggle:before, body.archive header.page-header .mobile-toggle:before, body.category header.page-header .mobile-toggle:before {
        content: '\F0C9';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        top: 0;
        left: 0; }
    body.page header.page-header .link-logo, body.single-post header.page-header .link-logo, body.error404 header.page-header .link-logo, body.archive header.page-header .link-logo, body.category header.page-header .link-logo {
      width: 160px; }
    body.page header.page-header .menu, body.single-post header.page-header .menu, body.error404 header.page-header .menu, body.archive header.page-header .menu, body.category header.page-header .menu {
      flex: 1;
      justify-content: flex-end;
      display: flex;
      align-items: center; }
      body.page header.page-header .menu .menu-items, body.single-post header.page-header .menu .menu-items, body.error404 header.page-header .menu .menu-items, body.archive header.page-header .menu .menu-items, body.category header.page-header .menu .menu-items {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 55px; }
      body.page header.page-header .menu .menu-item, body.single-post header.page-header .menu .menu-item, body.error404 header.page-header .menu .menu-item, body.archive header.page-header .menu .menu-item, body.category header.page-header .menu .menu-item {
        font-family: futura-pt, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 31px;
        color: #FFFFFF;
        padding: 0 7px;
        margin: 0 20px 0 0; }
        body.page header.page-header .menu .menu-item:hover, body.single-post header.page-header .menu .menu-item:hover, body.error404 header.page-header .menu .menu-item:hover, body.archive header.page-header .menu .menu-item:hover, body.category header.page-header .menu .menu-item:hover {
          text-decoration: underline; }
      body.page header.page-header .menu .bnt-take-pledge, body.single-post header.page-header .menu .bnt-take-pledge, body.error404 header.page-header .menu .bnt-take-pledge, body.archive header.page-header .menu .bnt-take-pledge, body.category header.page-header .menu .bnt-take-pledge {
        font-family: futura-pt-condensed, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 21px;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
        background: #B61C2B;
        width: 172px; }
        body.page header.page-header .menu .bnt-take-pledge:hover, body.single-post header.page-header .menu .bnt-take-pledge:hover, body.error404 header.page-header .menu .bnt-take-pledge:hover, body.archive header.page-header .menu .bnt-take-pledge:hover, body.category header.page-header .menu .bnt-take-pledge:hover {
          color: white;
          background: #B61C2B; }
    body.page header.page-header .social-share, body.single-post header.page-header .social-share, body.error404 header.page-header .social-share, body.archive header.page-header .social-share, body.category header.page-header .social-share {
      display: flex;
      color: white;
      align-items: center;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      color: white; }
      body.page header.page-header .social-share .label, body.single-post header.page-header .social-share .label, body.error404 header.page-header .social-share .label, body.archive header.page-header .social-share .label, body.category header.page-header .social-share .label {
        margin: 0 24px 0 0; }
      body.page header.page-header .social-share .social-share-button, body.single-post header.page-header .social-share .social-share-button, body.error404 header.page-header .social-share .social-share-button, body.archive header.page-header .social-share .social-share-button, body.category header.page-header .social-share .social-share-button {
        text-align: center;
        display: inline-block;
        width: 24px;
        font-size: 24px;
        line-height: 1.66667;
        font-family: "Font Awesome 5 Brands";
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        color: #1C75BC;
        background: white;
        border-radius: 50% 50%;
        padding: 4px; }
        body.page header.page-header .social-share .social-share-button + .social-share-button, body.single-post header.page-header .social-share .social-share-button + .social-share-button, body.error404 header.page-header .social-share .social-share-button + .social-share-button, body.archive header.page-header .social-share .social-share-button + .social-share-button, body.category header.page-header .social-share .social-share-button + .social-share-button {
          margin-left: 10px; }
        body.page header.page-header .social-share .social-share-button:hover, body.single-post header.page-header .social-share .social-share-button:hover, body.error404 header.page-header .social-share .social-share-button:hover, body.archive header.page-header .social-share .social-share-button:hover, body.category header.page-header .social-share .social-share-button:hover {
          color: white;
          background: #B61C2B; }
  body.page section.page-title, body.single-post section.page-title, body.error404 section.page-title, body.archive section.page-title, body.category section.page-title {
    font-family: futura-pt-condensed, sans-serif;
    font-style: normal;
    color: #002057;
    border-bottom: 1px solid #B2BBCE;
    padding: 0 0 16px 0;
    margin: 0 0 40px 0; }
    body.page section.page-title .title, body.single-post section.page-title .title, body.error404 section.page-title .title, body.archive section.page-title .title, body.category section.page-title .title {
      font-size: 64px;
      line-height: 67px;
      font-weight: bold; }
    body.page section.page-title .meta, body.single-post section.page-title .meta, body.error404 section.page-title .meta, body.archive section.page-title .meta, body.category section.page-title .meta {
      display: flex;
      align-items: center;
      margin: 17px 0 0 0; }
      body.page section.page-title .meta .meta-item, body.single-post section.page-title .meta .meta-item, body.error404 section.page-title .meta .meta-item, body.archive section.page-title .meta .meta-item, body.category section.page-title .meta .meta-item {
        font-family: futura-pt-condensed, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 30px; }
      body.page section.page-title .meta .spacer, body.single-post section.page-title .meta .spacer, body.error404 section.page-title .meta .spacer, body.archive section.page-title .meta .spacer, body.category section.page-title .meta .spacer {
        padding: 0 8px;
        font-size: 16px; }
  body.page h1.page-title, body.single-post h1.page-title, body.error404 h1.page-title, body.archive h1.page-title, body.category h1.page-title {
    font-family: futura-pt-condensed, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 82px;
    color: #1C75BC;
    border-bottom: 1px solid #B2BBCE;
    width: 100%;
    display: inline-block;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0; }
  body.page .social-share-horizontal, body.single-post .social-share-horizontal, body.error404 .social-share-horizontal, body.archive .social-share-horizontal, body.category .social-share-horizontal {
    margin: 65px 0 0 0;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #626366; }
    body.page .social-share-horizontal .label, body.single-post .social-share-horizontal .label, body.error404 .social-share-horizontal .label, body.archive .social-share-horizontal .label, body.category .social-share-horizontal .label {
      margin: 0 24px 0 0; }
    body.page .social-share-horizontal .social-share-button, body.single-post .social-share-horizontal .social-share-button, body.error404 .social-share-horizontal .social-share-button, body.archive .social-share-horizontal .social-share-button, body.category .social-share-horizontal .social-share-button {
      text-align: center;
      display: inline-block;
      width: 24px;
      font-size: 24px;
      line-height: 1.66667;
      font-family: "Font Awesome 5 Brands";
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 21px;
      color: white;
      background: #1C75BC;
      border-radius: 50% 50%;
      padding: 7px; }
      body.page .social-share-horizontal .social-share-button + .social-share-button, body.single-post .social-share-horizontal .social-share-button + .social-share-button, body.error404 .social-share-horizontal .social-share-button + .social-share-button, body.archive .social-share-horizontal .social-share-button + .social-share-button, body.category .social-share-horizontal .social-share-button + .social-share-button {
        margin-left: 10px; }
      body.page .social-share-horizontal .social-share-button:hover, body.single-post .social-share-horizontal .social-share-button:hover, body.error404 .social-share-horizontal .social-share-button:hover, body.archive .social-share-horizontal .social-share-button:hover, body.category .social-share-horizontal .social-share-button:hover {
        color: white;
        background: #B61C2B; }
  body.page.mobile-menu-is-active, body.single-post.mobile-menu-is-active, body.error404.mobile-menu-is-active, body.archive.mobile-menu-is-active, body.category.mobile-menu-is-active {
    position: fixed;
    overflow: hidden; }
    body.page.mobile-menu-is-active header.page-header, body.page.mobile-menu-is-active section.header, body.single-post.mobile-menu-is-active header.page-header, body.single-post.mobile-menu-is-active section.header, body.error404.mobile-menu-is-active header.page-header, body.error404.mobile-menu-is-active section.header, body.archive.mobile-menu-is-active header.page-header, body.archive.mobile-menu-is-active section.header, body.category.mobile-menu-is-active header.page-header, body.category.mobile-menu-is-active section.header {
      width: 100vw;
      height: 100vh;
      background: #002057; }
      body.page.mobile-menu-is-active header.page-header .container.container-1100, body.page.mobile-menu-is-active section.header .container.container-1100, body.single-post.mobile-menu-is-active header.page-header .container.container-1100, body.single-post.mobile-menu-is-active section.header .container.container-1100, body.error404.mobile-menu-is-active header.page-header .container.container-1100, body.error404.mobile-menu-is-active section.header .container.container-1100, body.archive.mobile-menu-is-active header.page-header .container.container-1100, body.archive.mobile-menu-is-active section.header .container.container-1100, body.category.mobile-menu-is-active header.page-header .container.container-1100, body.category.mobile-menu-is-active section.header .container.container-1100 {
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column; }
      body.page.mobile-menu-is-active header.page-header .mobile-toggle, body.page.mobile-menu-is-active section.header .mobile-toggle, body.single-post.mobile-menu-is-active header.page-header .mobile-toggle, body.single-post.mobile-menu-is-active section.header .mobile-toggle, body.error404.mobile-menu-is-active header.page-header .mobile-toggle, body.error404.mobile-menu-is-active section.header .mobile-toggle, body.archive.mobile-menu-is-active header.page-header .mobile-toggle, body.archive.mobile-menu-is-active section.header .mobile-toggle, body.category.mobile-menu-is-active header.page-header .mobile-toggle, body.category.mobile-menu-is-active section.header .mobile-toggle {
        position: absolute;
        right: 25px;
        top: 25px;
        font-family: 'Font Awesome 5 Pro'; }
        body.page.mobile-menu-is-active header.page-header .mobile-toggle:before, body.page.mobile-menu-is-active section.header .mobile-toggle:before, body.single-post.mobile-menu-is-active header.page-header .mobile-toggle:before, body.single-post.mobile-menu-is-active section.header .mobile-toggle:before, body.error404.mobile-menu-is-active header.page-header .mobile-toggle:before, body.error404.mobile-menu-is-active section.header .mobile-toggle:before, body.archive.mobile-menu-is-active header.page-header .mobile-toggle:before, body.archive.mobile-menu-is-active section.header .mobile-toggle:before, body.category.mobile-menu-is-active header.page-header .mobile-toggle:before, body.category.mobile-menu-is-active section.header .mobile-toggle:before {
          content: '\F00D'; }
      body.page.mobile-menu-is-active header.page-header .link-logo, body.page.mobile-menu-is-active section.header .link-logo, body.single-post.mobile-menu-is-active header.page-header .link-logo, body.single-post.mobile-menu-is-active section.header .link-logo, body.error404.mobile-menu-is-active header.page-header .link-logo, body.error404.mobile-menu-is-active section.header .link-logo, body.archive.mobile-menu-is-active header.page-header .link-logo, body.archive.mobile-menu-is-active section.header .link-logo, body.category.mobile-menu-is-active header.page-header .link-logo, body.category.mobile-menu-is-active section.header .link-logo {
        max-width: 95%;
        width: 95%; }
      body.page.mobile-menu-is-active header.page-header .mobile-toggle, body.page.mobile-menu-is-active section.header .mobile-toggle, body.single-post.mobile-menu-is-active header.page-header .mobile-toggle, body.single-post.mobile-menu-is-active section.header .mobile-toggle, body.error404.mobile-menu-is-active header.page-header .mobile-toggle, body.error404.mobile-menu-is-active section.header .mobile-toggle, body.archive.mobile-menu-is-active header.page-header .mobile-toggle, body.archive.mobile-menu-is-active section.header .mobile-toggle, body.category.mobile-menu-is-active header.page-header .mobile-toggle, body.category.mobile-menu-is-active section.header .mobile-toggle {
        width: 25px;
        font-size: 32px;
        display: block;
        margin: 25px 0 0 0; }
      body.page.mobile-menu-is-active header.page-header .menu, body.page.mobile-menu-is-active section.header .menu, body.single-post.mobile-menu-is-active header.page-header .menu, body.single-post.mobile-menu-is-active section.header .menu, body.error404.mobile-menu-is-active header.page-header .menu, body.error404.mobile-menu-is-active section.header .menu, body.archive.mobile-menu-is-active header.page-header .menu, body.archive.mobile-menu-is-active section.header .menu, body.category.mobile-menu-is-active header.page-header .menu, body.category.mobile-menu-is-active section.header .menu {
        display: flex;
        flex-wrap: wrap;
        flex: none;
        width: 100%;
        padding: 50px 0 0 0; }
        body.page.mobile-menu-is-active header.page-header .menu .menu-items, body.page.mobile-menu-is-active section.header .menu .menu-items, body.single-post.mobile-menu-is-active header.page-header .menu .menu-items, body.single-post.mobile-menu-is-active section.header .menu .menu-items, body.error404.mobile-menu-is-active header.page-header .menu .menu-items, body.error404.mobile-menu-is-active section.header .menu .menu-items, body.archive.mobile-menu-is-active header.page-header .menu .menu-items, body.archive.mobile-menu-is-active section.header .menu .menu-items, body.category.mobile-menu-is-active header.page-header .menu .menu-items, body.category.mobile-menu-is-active section.header .menu .menu-items {
          width: 100%;
          display: flex;
          flex-wrap: wrap; }
          body.page.mobile-menu-is-active header.page-header .menu .menu-items .menu-item, body.page.mobile-menu-is-active section.header .menu .menu-items .menu-item, body.single-post.mobile-menu-is-active header.page-header .menu .menu-items .menu-item, body.single-post.mobile-menu-is-active section.header .menu .menu-items .menu-item, body.error404.mobile-menu-is-active header.page-header .menu .menu-items .menu-item, body.error404.mobile-menu-is-active section.header .menu .menu-items .menu-item, body.archive.mobile-menu-is-active header.page-header .menu .menu-items .menu-item, body.archive.mobile-menu-is-active section.header .menu .menu-items .menu-item, body.category.mobile-menu-is-active header.page-header .menu .menu-items .menu-item, body.category.mobile-menu-is-active section.header .menu .menu-items .menu-item {
            width: 100%;
            text-align: center;
            padding: 15px 0;
            font-style: normal;
            font-weight: bold;
            font-size: 24px;
            line-height: 31px;
            text-align: center;
            color: #FFFFFF; }
          body.page.mobile-menu-is-active header.page-header .menu .menu-items .btn-primary, body.page.mobile-menu-is-active section.header .menu .menu-items .btn-primary, body.single-post.mobile-menu-is-active header.page-header .menu .menu-items .btn-primary, body.single-post.mobile-menu-is-active section.header .menu .menu-items .btn-primary, body.error404.mobile-menu-is-active header.page-header .menu .menu-items .btn-primary, body.error404.mobile-menu-is-active section.header .menu .menu-items .btn-primary, body.archive.mobile-menu-is-active header.page-header .menu .menu-items .btn-primary, body.archive.mobile-menu-is-active section.header .menu .menu-items .btn-primary, body.category.mobile-menu-is-active header.page-header .menu .menu-items .btn-primary, body.category.mobile-menu-is-active section.header .menu .menu-items .btn-primary {
            margin: 35px auto 0 auto; }
      body.page.mobile-menu-is-active header.page-header .social-share, body.page.mobile-menu-is-active section.header .social-share, body.single-post.mobile-menu-is-active header.page-header .social-share, body.single-post.mobile-menu-is-active section.header .social-share, body.error404.mobile-menu-is-active header.page-header .social-share, body.error404.mobile-menu-is-active section.header .social-share, body.archive.mobile-menu-is-active header.page-header .social-share, body.archive.mobile-menu-is-active section.header .social-share, body.category.mobile-menu-is-active header.page-header .social-share, body.category.mobile-menu-is-active section.header .social-share {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center; }
        body.page.mobile-menu-is-active header.page-header .social-share span.label, body.page.mobile-menu-is-active section.header .social-share span.label, body.single-post.mobile-menu-is-active header.page-header .social-share span.label, body.single-post.mobile-menu-is-active section.header .social-share span.label, body.error404.mobile-menu-is-active header.page-header .social-share span.label, body.error404.mobile-menu-is-active section.header .social-share span.label, body.archive.mobile-menu-is-active header.page-header .social-share span.label, body.archive.mobile-menu-is-active section.header .social-share span.label, body.category.mobile-menu-is-active header.page-header .social-share span.label, body.category.mobile-menu-is-active section.header .social-share span.label {
          width: 100%;
          text-align: center;
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 23px;
          color: #FFFFFF;
          padding: 35px 0 20px 0;
          margin: 0; }
          body.page.mobile-menu-is-active header.page-header .social-share span.label:after, body.page.mobile-menu-is-active section.header .social-share span.label:after, body.single-post.mobile-menu-is-active header.page-header .social-share span.label:after, body.single-post.mobile-menu-is-active section.header .social-share span.label:after, body.error404.mobile-menu-is-active header.page-header .social-share span.label:after, body.error404.mobile-menu-is-active section.header .social-share span.label:after, body.archive.mobile-menu-is-active header.page-header .social-share span.label:after, body.archive.mobile-menu-is-active section.header .social-share span.label:after, body.category.mobile-menu-is-active header.page-header .social-share span.label:after, body.category.mobile-menu-is-active section.header .social-share span.label:after {
            content: '';
            width: 20%; }
  @media screen and (max-width: 1170px) {
    body.page header.page-header, body.single-post header.page-header, body.error404 header.page-header, body.archive header.page-header, body.category header.page-header {
      height: 100px; }
      body.page header.page-header .link-logo, body.single-post header.page-header .link-logo, body.error404 header.page-header .link-logo, body.archive header.page-header .link-logo, body.category header.page-header .link-logo {
        width: 95px; }
      body.page header.page-header .social-share, body.single-post header.page-header .social-share, body.error404 header.page-header .social-share, body.archive header.page-header .social-share, body.category header.page-header .social-share {
        display: none; }
      body.page header.page-header .menu .menu-items, body.single-post header.page-header .menu .menu-items, body.error404 header.page-header .menu .menu-items, body.archive header.page-header .menu .menu-items, body.category header.page-header .menu .menu-items {
        padding: 0; } }
  @media screen and (max-width: 990px) {
    body.page section.page-title .title, body.single-post section.page-title .title, body.error404 section.page-title .title, body.archive section.page-title .title, body.category section.page-title .title {
      font-size: 42px;
      line-height: 50px; }
    body.page section.page-title .meta, body.single-post section.page-title .meta, body.error404 section.page-title .meta, body.archive section.page-title .meta, body.category section.page-title .meta {
      margin: 0; } }
  @media screen and (max-width: 850px) {
    body.page header.page-header .mobile-toggle, body.single-post header.page-header .mobile-toggle, body.error404 header.page-header .mobile-toggle, body.archive header.page-header .mobile-toggle, body.category header.page-header .mobile-toggle {
      display: block; }
    body.page header.page-header .menu, body.single-post header.page-header .menu, body.error404 header.page-header .menu, body.archive header.page-header .menu, body.category header.page-header .menu {
      display: none; } }
  @media screen and (max-width: 600px) {
    body.page section.page-header, body.single-post section.page-header, body.error404 section.page-header, body.archive section.page-header, body.category section.page-header {
      margin: 0 0 40px 0; }
    body.page section.page-title .title, body.single-post section.page-title .title, body.error404 section.page-title .title, body.archive section.page-title .title, body.category section.page-title .title {
      font-size: 32px;
      line-height: 40px; } }
  @media screen and (max-width: 400px) {
    body.page section.page-title .title, body.single-post section.page-title .title, body.error404 section.page-title .title, body.archive section.page-title .title, body.category section.page-title .title {
      font-size: 28px;
      line-height: 35px; } }

body.home {
  /* Section: Header */
  /* Section: Sign */
  /* Section: Form */
  /* Section: About */ }
  body.home header.page-header.page-header-default {
    background: none; }
  body.home section.header {
    background-image: url("/wp-content/themes/pledge/assets/images/home-banner.jpg");
    height: 650px;
    width: 100%;
    background-size: cover;
    padding: 52px 0 100px 0;
    background-position: 42% 0; }
    body.home section.header h1 {
      font-style: normal;
      font-weight: bold;
      font-size: 64px;
      line-height: 64px;
      color: #ffffff;
      margin: 66px 0 47px 0;
      max-width: 1100px; }
    body.home section.header .divider {
      display: flex;
      justify-content: flex-start;
      position: relative; }
      body.home section.header .divider hr {
        background: white;
        border: none;
        height: 2px;
        opacity: 0.3;
        width: 250px;
        position: absolute;
        left: 0;
        top: -30px; }
    body.home section.header .subtext-1 {
      color: white;
      font-weight: 500;
      line-height: 35px;
      font-size: 32px;
      margin-bottom: 10px; }
    body.home section.header .subtext-2 {
      color: white;
      font-weight: 500;
      line-height: 35px;
      font-size: 18px;
      margin-bottom: 25px; }
  body.home section.voice {
    border: 5px solid #b61c2b;
    text-align: center;
    padding: 20px 10px;
    margin-top: 80px; }
    body.home section.voice h1 {
      font-family: futura-pt-condensed, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 64px;
      line-height: 62px;
      color: #1c75bc; }
    body.home section.voice .signers {
      color: #b61c2b;
      font-size: 118px;
      text-transform: uppercase;
      font-weight: 900;
      line-height: 130px; }
      @media only screen and (max-width: 500px) {
        body.home section.voice .signers {
          font-size: 72px;
          line-height: 90px; } }
  body.home section.sign {
    text-align: center; }
    body.home section.sign h1 {
      font-family: futura-pt-condensed, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 64px;
      line-height: 82px;
      color: #1c75bc;
      position: relative;
      margin: 80px 0 100px 0; }
      body.home section.sign h1:after {
        content: "";
        width: 80px;
        height: 4px;
        bottom: -12px;
        position: absolute;
        background: #b61c2b;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    body.home section.sign .sign-types {
      display: flex;
      justify-content: space-between; }
      body.home section.sign .sign-types .img-container {
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0; }
      body.home section.sign .sign-types .sign-constituent {
        margin-right: 3px; }
      body.home section.sign .sign-types .sign-official {
        margin-left: 3px; }
      body.home section.sign .sign-types img {
        opacity: 1;
        transition: 0.2s ease;
        margin: 0;
        padding: 0;
        border-bottom: 8px solid #b61c2b;
        width: 100%; }
        body.home section.sign .sign-types img:hover {
          opacity: 0.9;
          transform: scale(1.02);
          transition: 0.2s ease; }
  body.home section.form {
    margin: 100px auto;
    /* Confirmation styles */ }
    body.home section.form .section-heading {
      font-family: futura-pt-condensed, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 48px;
      line-height: 62px;
      color: #1c75bc;
      position: relative; }
      body.home section.form .section-heading:before {
        content: "";
        height: 4px;
        width: 48px;
        background: #b61c2b;
        top: -16px;
        left: 0;
        position: absolute; }
    body.home section.form .section-subheading {
      font-family: futura-pt-condensed, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 36px;
      line-height: 46px;
      color: #1c75bc;
      margin: 33px 0 16px 0; }
    body.home section.form p {
      margin: 0 0 30px 0; }
    body.home section.form #gform_confirmation_wrapper_1 h1 {
      font-family: futura-pt-condensed, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 48px;
      line-height: 62px;
      text-align: center;
      color: #000000;
      position: relative;
      background: white; }
    body.home section.form #gform_confirmation_wrapper_1 h2 {
      font-family: futura-pt-condensed, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 36px;
      line-height: 46px;
      color: #1c75bc; }
    body.home section.form #gform_confirmation_wrapper_1 p {
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
      line-height: 40px;
      color: #626366; }
    body.home section.form .social-share {
      margin: 65px 0 0 0;
      display: flex;
      align-items: center;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 23px;
      color: #626366; }
      body.home section.form .social-share .label {
        margin: 0 24px 0 0; }
      body.home section.form .social-share .social-share-button {
        text-align: center;
        display: inline-block;
        width: 24px;
        font-size: 24px;
        line-height: 1.66667;
        font-family: "Font Awesome 5 Brands";
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        color: white;
        background: #1c75bc;
        border-radius: 50% 50%;
        padding: 7px; }
        body.home section.form .social-share .social-share-button + .social-share-button {
          margin-left: 10px; }
        body.home section.form .social-share .social-share-button:hover {
          color: white;
          background: #b61c2b; }
  body.home section.about .section-heading {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 64px;
    line-height: 82px;
    color: #1c75bc;
    position: relative;
    margin: 80px 0 100px 0;
    text-align: center; }
    body.home section.about .section-heading:after {
      content: "";
      width: 80px;
      height: 4px;
      bottom: -12px;
      position: absolute;
      background: #b61c2b;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  body.home section.about .section-subheading {
    font-weight: 500;
    font-size: 48px;
    line-height: 62px;
    color: #1c75bc;
    position: relative;
    margin: 90px auto;
    font-family: futura-pt-condensed, sans-serif; }
    body.home section.about .section-subheading:after {
      content: "";
      width: 80px;
      height: 4px;
      bottom: -12px;
      position: absolute;
      background: #b61c2b;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  body.home section.about p {
    margin: 0 0 30px 0; }
  body.home section.about .logos {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px; }
    body.home section.about .logos a {
      display: inline-block; }
      body.home section.about .logos a:hover {
        opacity: 0.7;
        transform: scale(1.02);
        transition: 0.2s ease; }
    body.home section.about .logos img {
      max-width: 275px; }
    body.home section.about .logos .row-iwv,
    body.home section.about .logos .row-cosponsors {
      width: 100%; }
    body.home section.about .logos .row-iwv img {
      max-width: 325px; }
    body.home section.about .logos .row-cosponsors {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      body.home section.about .logos .row-cosponsors h2 {
        width: 100%; }
      body.home section.about .logos .row-cosponsors .cosponsors {
        width: 690px;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        body.home section.about .logos .row-cosponsors .cosponsors .cosponsor-1 {
          width: 309px; }
        body.home section.about .logos .row-cosponsors .cosponsors .cosponsor-2 {
          width: 282px; }
      body.home section.about .logos .row-cosponsors .friends {
        width: 690px;
        max-width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap; }
        body.home section.about .logos .row-cosponsors .friends .cosponsor-3,
        body.home section.about .logos .row-cosponsors .friends .cosponsor-4 {
          max-width: 150px; }
        body.home section.about .logos .row-cosponsors .friends img {
          max-width: 150px; }

/* Responsive */
@media only screen and (max-width: 800px) {
  body.home section.header {
    height: 400px;
    padding-top: 30px; }
    body.home section.header header.page-header-default {
      margin: 0 0 25px 0; }
    body.home section.header .social-share {
      display: none; }
    body.home section.header .logo {
      display: flex;
      align-items: center;
      justify-content: center; }
    body.home section.header .cta {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      body.home section.header .cta h1 {
        width: 100%;
        min-width: 100%;
        max-width: initial;
        text-align: center;
        margin: 20px 0 20px 0;
        font-size: 32px;
        line-height: 40px;
        justify-content: center; }
    body.home section.header .divider {
      display: none; }
    body.home section.header .subtext-1 {
      width: 100%;
      text-align: center;
      margin: 0 0 10px 0;
      font-size: 28px; }
    body.home section.header .subtext-2 {
      width: 100%;
      text-align: center;
      font-size: 18px;
      margin: 0 0 25px 0; } }

@media only screen and (max-width: 675px) {
  body.home section.about .logos .row-cosponsors .friends,
  body.home section.about .logos .row-cosponsors .cosponsors {
    flex-wrap: wrap; }
    body.home section.about .logos .row-cosponsors .friends .cosponsor-1,
    body.home section.about .logos .row-cosponsors .friends .cosponsor-2,
    body.home section.about .logos .row-cosponsors .friends .cosponsor-3,
    body.home section.about .logos .row-cosponsors .friends .cosponsor-4,
    body.home section.about .logos .row-cosponsors .cosponsors .cosponsor-1,
    body.home section.about .logos .row-cosponsors .cosponsors .cosponsor-2,
    body.home section.about .logos .row-cosponsors .cosponsors .cosponsor-3,
    body.home section.about .logos .row-cosponsors .cosponsors .cosponsor-4 {
      width: 100%;
      max-width: 100%; }
    body.home section.about .logos .row-cosponsors .friends .cosponsor-1,
    body.home section.about .logos .row-cosponsors .cosponsors .cosponsor-1 {
      margin: 0 0 25px 0; }
    body.home section.about .logos .row-cosponsors .friends .cosponsor-4,
    body.home section.about .logos .row-cosponsors .cosponsors .cosponsor-4 {
      margin-top: 55px; }
    body.home section.about .logos .row-cosponsors .friends .section-subheading-friends,
    body.home section.about .logos .row-cosponsors .cosponsors .section-subheading-friends {
      margin-bottom: 35px; }
  body.home section.about .logos .row-cosponsors .friends {
    margin-top: 0; } }

@media only screen and (max-width: 600px) {
  body.home section.sign .sign-types {
    flex-wrap: wrap; }
    body.home section.sign .sign-types .img-container {
      width: 100%;
      margin-right: 0;
      margin-left: 0; } }

@media only screen and (max-width: 575px) {
  body.home section.header {
    height: 530px !important; }
    body.home section.header .cta h1 {
      font-style: normal;
      font-weight: bold;
      font-size: 28px;
      line-height: 28px;
      color: #ffffff;
      margin: 30px 0 25px 0;
      text-align: center;
      width: 100%; } }

@media only screen and (max-width: 500px) {
  body.home section.header .cta h1 {
    margin-top: 25px; }
  body.home section.header .subtext-1 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 25px; }
  body.home section.header .subtext-2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px; } }

@media only screen and (max-width: 400px) {
  body.home section.header .subtext-1 {
    font-size: 24px; } }

@use '../theme';
body.archive {
  /* Responsive Breakpoints */ }
  body.archive section.page-title {
    border: none; }
    body.archive section.page-title h1.title {
      font-family: futura-pt-condensed, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 64px;
      line-height: 82px;
      color: #1C75BC; }
  body.archive .posts-grid-list {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between; }
    body.archive .posts-grid-list:after {
      content: '';
      flex: auto;
      width: 445px;
      max-width: 445px; }
    body.archive .posts-grid-list .post-grid-item {
      display: flex;
      flex-wrap: wrap;
      width: 445px;
      min-height: 170px;
      margin: 0 0 80px 0;
      padding: 0;
      text-decoration: none;
      flex-direction: column;
      max-width: 48%; }
      body.archive .posts-grid-list .post-grid-item .row-image {
        width: 100%;
        margin: 0 0 16px 0; }
        body.archive .posts-grid-list .post-grid-item .row-image .thumbnail {
          width: 100%;
          background-size: cover;
          background-position: center center;
          height: 250px; }
          body.archive .posts-grid-list .post-grid-item .row-image .thumbnail.is-empty {
            background-image: url("/wp-content/themes/pledge/assets/images/patient-protection-pledge-logo.svg");
            background-position: center center;
            background-size: auto;
            background-repeat: no-repeat;
            background-color: #002057;
            border-radius: 3px; }
      body.archive .posts-grid-list .post-grid-item .row-content {
        width: 100%; }
        body.archive .posts-grid-list .post-grid-item .row-content .post-title {
          font-family: futura-pt-condensed, sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 36px;
          line-height: 40px;
          color: #002057;
          margin: 0 0 9px 0;
          display: inline-block; }
        body.archive .posts-grid-list .post-grid-item .row-content .post-excerpt {
          font-family: futura-pt, sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 30px;
          color: #626366; }
        body.archive .posts-grid-list .post-grid-item .row-content .read-more {
          font-family: futura-pt, sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 21px;
          text-decoration-line: underline;
          color: #1C75BC; }
      body.archive .posts-grid-list .post-grid-item .row-image:hover + .row-content .post-title,
      body.archive .posts-grid-list .post-grid-item .post-title:hover {
        color: #B61C2B; }
      body.archive .posts-grid-list .post-grid-item .row-image:hover .thumbnail {
        transition: 0.3s all ease-in-out;
        transform: scale(1.01); }
  @media only screen and (max-width: 905px) {
    body.archive section.posts-grid .posts-grid-list {
      max-width: 80%;
      margin: 0 auto;
      justify-content: space-between; } }
  @media only screen and (max-width: 760px) {
    body.archive section.posts-grid .posts-grid-list {
      max-width: 100%;
      margin: 0 auto;
      justify-content: space-between; } }
  @media only screen and (max-width: 610px) {
    body.archive section.posts-grid .posts-grid-list .post-grid-item {
      width: 100%;
      margin: 0 auto 40px auto;
      padding: 0;
      max-width: 100%; }
    body.archive section.posts-grid .posts-grid-list .post-grid-item .row-image .thumbnail.is-empty {
      background-size: auto; }
    body.archive section.posts-grid .posts-grid-list .post-grid-item .row-content {
      text-align: center; } }
  @media only screen and (max-width: 905px) {
    body.archive section.page-title {
      text-align: center; } }

footer.page-footer {
  background: #002057;
  color: white;
  padding: 64px 0 44px 0;
  margin: 150px 0 0 0;
  display: flex;
  flex-wrap: wrap; }
  footer.page-footer .row-logo {
    display: flex;
    justify-content: space-between;
    position: relative; }
    footer.page-footer .row-logo .logo {
      width: 600px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      footer.page-footer .row-logo .logo .image {
        width: 165px; }
      footer.page-footer .row-logo .logo .about {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #FFFFFF;
        margin: 0 0 0 75px;
        max-width: 366px; }
    footer.page-footer .row-logo .social-share {
      display: flex;
      flex-wrap: wrap;
      color: white;
      align-items: center;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      color: white;
      position: relative; }
      footer.page-footer .row-logo .social-share .label {
        margin: 0 0 10px 0;
        width: 100%;
        position: absolute;
        top: 10px;
        left: 0;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 31px;
        color: #FFFFFF; }
      footer.page-footer .row-logo .social-share .social-share-button {
        text-align: center;
        display: inline-block;
        width: 24px;
        font-size: 24px;
        line-height: 1.66667;
        font-family: "Font Awesome 5 Brands";
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        color: #1C75BC;
        background: white;
        border-radius: 50% 50%;
        padding: 4px; }
        footer.page-footer .row-logo .social-share .social-share-button + .social-share-button {
          margin-left: 10px; }
        footer.page-footer .row-logo .social-share .social-share-button:hover {
          color: white;
          background: #B61C2B; }
  footer.page-footer .row-meta {
    display: flex;
    flex-wrap: wrap;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    justify-content: space-between;
    margin: 50px 0 0 0; }
    footer.page-footer .row-meta a {
      border-bottom: 2px solid #B61C2B; }
      footer.page-footer .row-meta a:hover {
        color: #ddd; }
    footer.page-footer .row-meta .copyright {
      width: 525px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    footer.page-footer .row-meta .links {
      display: flex;
      justify-content: space-evenly; }
      footer.page-footer .row-meta .links .divider {
        padding: 0 5px; }

/* Breakpoints */
@media only screen and (max-width: 850px) {
  footer.page-footer .row-logo {
    flex-wrap: wrap;
    padding: 0 25px; }
    footer.page-footer .row-logo .logo {
      width: 100%;
      justify-content: flex-start; }
    footer.page-footer .row-logo .social-share {
      width: 100%;
      flex-wrap: wrap;
      padding: 0;
      justify-content: center;
      height: 50px; }
      footer.page-footer .row-logo .social-share .label {
        position: relative;
        width: auto;
        margin: 0 25px 0 0;
        top: initial; }
  footer.page-footer .row-meta {
    margin: 20px auto; }
    footer.page-footer .row-meta .copyright {
      width: 100%;
      justify-content: center;
      margin: 0 0 15px 0; }
      footer.page-footer .row-meta .copyright .text {
        width: 100%;
        margin: 0 0 10px 0;
        text-align: center; }
    footer.page-footer .row-meta .links {
      width: 100%;
      justify-content: center; } }

@media only screen and (max-width: 650px) {
  footer.page-footer {
    margin-top: 70px; } }

@media only screen and (max-width: 550px) {
  footer.page-footer .row-logo {
    flex-wrap: wrap; }
    footer.page-footer .row-logo .logo {
      flex-wrap: wrap;
      width: 100%;
      justify-content: center; }
      footer.page-footer .row-logo .logo .about {
        text-align: center;
        margin: 0 0 20px 0;
        padding: 0; }
    footer.page-footer .row-logo .image {
      width: 100%;
      text-align: center; } }

article.page-legislator-lookup section.page-title {
  border: none; }
  article.page-legislator-lookup section.page-title .title {
    font-family: futura-pt-condensed, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 82px;
    color: #1c75bc; }
  article.page-legislator-lookup section.page-title .description {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #626366; }
    article.page-legislator-lookup section.page-title .description p {
      padding: 12px 0; }
    article.page-legislator-lookup section.page-title .description a {
      font-weight: 500;
      color: #1c75bc;
      text-decoration: underline; }

article.page-legislator-lookup .table-datagrid .vgt-responsive {
  overflow: visible; }

article.page-legislator-lookup .table-datagrid #legislator_datagrid {
  scroll-margin: 60px 0 0 0;
  /* Responsive design */ }
  article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table {
    border: none;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    color: #626366; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table .mobile-label {
      display: none; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody {
      width: 100%; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead {
      display: flex;
      width: 1240px;
      max-width: 100%;
      flex-wrap: wrap;
      flex-basis: revert;
      flex-flow: column-reverse;
      padding: 0;
      margin: 0;
      border-collapse: initial;
      position: relative; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr {
        width: 100%;
        min-width: 100%;
        display: flex;
        /* Clear padding for table labels, not filter labels */ }
        article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type {
          padding-bottom: 10px;
          border-bottom: 2px solid #e7e9ec;
          margin-bottom: 25px; }
          article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th {
            padding: 0; }
        article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:last-of-type {
          padding-bottom: 50px; }
        article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th div {
          position: relative; }
        article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th:first-of-type {
          padding-left: 0; }
        article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th {
          /* Column 1: Name */
          /* Column 2: State */
          /* Column 3: Office */
          /* Column 4: District */
          /* Hacky workaround to get selectbox dropdowns without the ability to edit markup in vuejs package */ }
          article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(1) {
            width: 250px; }
            article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(1) div:before {
              pointer-events: none;
              content: "Name:";
              position: absolute;
              left: 0;
              top: -37px;
              font-style: normal;
              font-weight: bold;
              font-size: 18px;
              line-height: 30px;
              color: #000000; }
          article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(2) {
            width: 150px; }
            article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(2) div:before {
              pointer-events: none;
              content: "State:";
              position: absolute;
              left: 0;
              top: -37px;
              font-style: normal;
              font-weight: bold;
              font-size: 18px;
              line-height: 30px;
              color: #000000; }
          article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(3) {
            width: 215px; }
            article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(3) div:before {
              pointer-events: none;
              content: "Office:";
              position: absolute;
              left: 0;
              top: -37px;
              font-style: normal;
              font-weight: bold;
              font-size: 18px;
              line-height: 30px;
              color: #000000; }
          article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(4) {
            width: 150px; }
            article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(4) div:before {
              pointer-events: none;
              content: "District:";
              position: absolute;
              left: 0;
              top: -37px;
              font-style: normal;
              font-weight: bold;
              font-size: 18px;
              line-height: 30px;
              color: #000000; }
          article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(2) div, article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(3) div {
            position: relative; }
            article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(2) div:after, article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(3) div:after {
              pointer-events: none;
              content: "\F078";
              font-family: "Font Awesome 5 Pro";
              color: #2c3e5c;
              top: 14px;
              font-size: 18px;
              position: absolute;
              font-weight: bold;
              right: 15px; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr {
      display: flex;
      padding: 20px 0 10px 0; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td {
        width: 20% !important;
        padding: 0; }
        article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td .not-signed {
          font-style: normal;
          font-weight: bold;
          font-size: 24px;
          line-height: 40px;
          text-align: center;
          color: #b61c2b; }
        article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td .is-signed {
          font-style: normal;
          font-weight: bold;
          font-size: 24px;
          line-height: 40px;
          text-align: center;
          color: #1c75bc; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table th input[type="text"],
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table th .vgt-select {
      border: 2px solid #1c75bc;
      box-sizing: border-box;
      border-radius: 2px;
      font-family: futura-pt, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 18px !important;
      line-height: 30px;
      color: #1c75bc;
      height: auto;
      padding: 12px 18px !important; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table th .vgt-select {
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: "";
      position: relative;
      cursor: pointer; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table th .vgt-select:hover {
        box-shadow: 0px 0px 20px 2px rgba(28, 117, 188, 0.4); }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table th span {
      font-family: futura-pt, sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 31px;
      color: #002057; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr {
      border-bottom: 2px solid #e7e9ec; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th,
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td {
      /* Name */
      /* State */
      /* District */
      /* Office */
      /* Pledged? */
      /* Make your voice heard? */ }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(1),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(1) {
        width: 25% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(2),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(2) {
        width: 10% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(4),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(4) {
        width: 10% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(3),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(3) {
        width: 15% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(5),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(5) {
        width: 15% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(6),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(6) {
        width: 25% !important; }
  article.page-legislator-lookup .table-datagrid #legislator_datagrid .contact-icons {
    display: flex; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid .contact-icons a {
      margin: 0 5px; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid .contact-icons .icon-twitter {
      color: #1c75bc; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid .contact-icons .icon-facebook {
      color: #1c75bc; }
  article.page-legislator-lookup .table-datagrid #legislator_datagrid .footer__row-count.vgt-pull-left {
    display: none; }
  article.page-legislator-lookup .table-datagrid #legislator_datagrid .vgt-wrap__footer {
    background: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid .vgt-wrap__footer .footer__navigation__page-info {
      font-size: 16px;
      color: #002057; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid .vgt-wrap__footer .footer__navigation__page-btn {
      background: #1c75bc;
      border: none;
      padding: 0 5px;
      height: 30px; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid .vgt-wrap__footer .footer__navigation__page-info__current-entry {
      height: 30px !important;
      border: 1px solid #d9d9d9;
      padding: 0 9px !important;
      width: 40px; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid .vgt-wrap__footer .footer__navigation__page-btn .chevron.right::after {
      border-left: 6px solid white;
      margin-top: -10px; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid .vgt-wrap__footer .footer__navigation__page-btn .chevron.left::after {
      border-right: 6px solid white;
      margin-top: -10px; }
  article.page-legislator-lookup .table-datagrid #legislator_datagrid .vgt-table.bordered td,
  article.page-legislator-lookup .table-datagrid #legislator_datagrid .vgt-table.bordered th {
    background: none;
    border: none; }
  @media screen and (max-width: 980px) {
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table th span {
      font-size: 20px; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th,
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td {
      /* Name */
      /* State */
      /* District */
      /* Office */
      /* Pledged? */
      /* Make your voice heard? */ }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(1),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(1) {
        width: 25% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(2),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(2) {
        width: 10% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(4),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(4) {
        width: 10% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(3),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(3) {
        width: 10% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(5),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(5) {
        width: 15% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(6),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(6) {
        width: 30% !important; } }
  @media screen and (max-width: 820px) {
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table th span {
      font-size: 20px; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th,
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td {
      /* Name */
      /* State */
      /* District */
      /* Office */
      /* Pledged? */
      /* Make your voice heard? */ }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(1),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(1) {
        width: 30% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(2),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(2) {
        width: 15% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(4),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(4) {
        display: none;
        width: 0 !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(3),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(3) {
        width: 15% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(5),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(5) {
        width: 13% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(6),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(6) {
        width: 27% !important; } }
  @media screen and (max-width: 760px) {
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table th span {
      font-size: 20px; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th,
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td {
      /* Name */
      /* State */
      /* District */
      /* Office */
      /* Pledged? */
      /* Make your voice heard? */ }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(1),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(1) {
        width: 30% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(2),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(2) {
        width: 20% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(4),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(4) {
        display: none;
        width: 0 !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(3),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(3) {
        display: none;
        width: 0 !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(5),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(5) {
        width: 20% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(6),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(6) {
        width: 30% !important; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(4) {
      display: none; } }
  @media screen and (max-width: 575px) {
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table th span {
      font-size: 18px; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th,
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td {
      /* Name */
      /* State */
      /* District */
      /* Office */
      /* Pledged? */
      /* Make your voice heard? */ }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(1),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(1) {
        width: 40% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(2),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(2) {
        display: none;
        width: 0 !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(4),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(4) {
        display: none;
        width: 0 !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(3),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(3) {
        display: none;
        width: 0 !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(5),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(5) {
        width: 20% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(6),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(6) {
        width: 40% !important; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(1) {
      padding: 0;
      width: 100%;
      min-width: 100%; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(2),
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr th.filter-th:nth-of-type(3) {
      display: none; } }
  @media screen and (max-width: 500px) {
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type {
      display: none; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:last-of-type {
      padding-bottom: 15px; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr {
      flex-wrap: wrap;
      padding: 20px 0; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td.vgt-left-align {
        width: 100% !important; }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td .td-signed {
        display: flex;
        align-items: center; }
        article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td .td-signed .mobile-label {
          padding: 0 17px 0 0; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table .mobile-label {
      display: block; }
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th,
    article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td {
      /* Name */ }
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table thead tr:first-of-type th:nth-of-type(1),
      article.page-legislator-lookup .table-datagrid #legislator_datagrid table.vgt-table tbody tr td:nth-of-type(1) {
        font-size: 23px; } }

.vgt-table {
  scroll-margin: -90px 0 0 0; }

.move-btn {
  border: none;
  margin: 10px 20px 10px 0;
  cursor: pointer; }

.filter-disabled {
  pointer-events: none;
  opacity: 0.5; }

body {
  padding: 0;
  margin: 0;
  width: 100%;
  color: white;
  overflow-x: hidden;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  color: #626366;
  position: relative; }

html {
  height: 100%;
  margin-top: 0 !important; }

.container {
  max-width: 95%;
  width: 950px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 550px) {
    .container {
      max-width: 90%; } }

/* Primary Font */
html, body, h1, h2, h3, h4, h5, button, a, p {
  font-family: futura-pt, sans-serif; }

/* Containers */
.container {
  position: relative;
  margin: 0 auto;
  max-width: 95%; }
  @media only screen and (max-width: 550px) {
    .container {
      max-width: 90%; } }

.container-920 {
  width: 920px; }

.container-1100 {
  width: 1100px; }

.container-1240 {
  width: 1240px; }

/* Update margins when wp admin bar is showing */
body.admin-bar {
  padding-top: 30px; }
  @media screen and (max-width: 782px) {
    body.admin-bar {
      padding-top: 45px; } }

/* Utils */
.hide-row {
  display: none !important;
  border: none !important;
  padding: 0 !important; }

.no-br {
  white-space: nowrap; }
