/* ===============================================
   GLOBAL ELEMENTS
   =============================================== */
div.preview-notice {
  display: none;
}
body:after {
  display: none;
}
html {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background-color: #fff;
}
input,
textarea,
select,
button {
  font-size: inherit;
  font-family: inherit;
}
h1,
h2,
h3 {
  font-family: 'EB Garamond', serif;
  color: #2a3c15;
}
h4,
h5,
h6 {
  color: #2a3c15;
}
li {
  margin-bottom: 0.25rem;
}
a {
  color: #fe8f18;
}
span.req {
  color: #fe8f18;
}
#content form h2 {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid;
}
#content form button[type="submit"] {
  padding: 15px 30px;
  font-size: 125%;
}
/* ===============================================
   VANILLA THEME OVERRIDES
   =============================================== */
.addtocalendar {
  width: 100%;
}
.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus {
  padding: 5px 10px;
  border: 1px solid #fe8f18;
  background: #fe8f18;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: none;
}
.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
  margin: 0;
}
button,
a.button {
  background: #fe8f18;
  border-color: #fe8f18;
  color: #fff;
  border-radius: 3px;
  background-clip: padding-box;
}
button.white-tp,
a.button.white-tp {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
body.layout-show-button-amounts form#contribution-form .amounts {
  gap: 1rem;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount {
  flex: 0 0 20%;
  margin-bottom: 0;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount label,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount label {
  background: #76ab3a;
  color: #fff;
  font-size: 20px;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 0.5rem;
  width: 100%;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount input,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount input {
  position: absolute;
  left: -999rem;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount input[name="amount"]:checked ~ label,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount input[name="amount"]:checked ~ label {
  background: #fe8f18;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other .label-wrapper {
  flex-grow: 0;
}
body.layout-show-button-amounts form#contribution-form .amounts {
  display: flex;
  flex-flow: row wrap;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount-other,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount-other {
  flex: 0 0 100%;
  margin-top: 1rem;
}
.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 46%;
  left: 0;
  margin: 0;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 0;
  height: 2rem;
  width: 2rem;
  line-height: 2.2rem;
  padding: 0;
  text-align: center;
  color: #fff;
  background: #fe8f18;
  border-radius: 0;
}
.owl-carousel .owl-nav .owl-next:hover {
  color: #fe8f18;
  background: #fff;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  height: 2rem;
  width: 2rem;
  line-height: 2.2rem;
  padding: 0;
  text-align: center;
  color: #fff;
  background: #fe8f18;
  border-radius: 0;
}
.owl-carousel .owl-nav .owl-prev:hover {
  color: #fe8f18;
  background: #fff;
}
/* ===============================================
   MAIN STRUCTURE
   =============================================== */
.sizer {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}
.reused.links-signup .links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.5rem;
}
.reused.links-signup .links .social-icons {
  margin-right: 2rem;
}
.reused.links-signup .links .social-icons ul li {
  margin-bottom: 0;
}
.reused.links-signup .links .social-icons ul li a {
  color: #cfe5b5;
}
.reused.links-signup .links .user-login .nav-list {
  margin-bottom: 0;
  color: #fff;
}
.reused.links-signup .links .user-login .nav-list li {
  line-height: 2rem;
  font-weight: bold;
}
.reused.links-signup .links .user-login .nav-list li a {
  color: #fff;
}
.reused.links-signup .signup {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.reused.links-signup .signup span {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  color: #fff;
}
.reused.links-signup .signup input[name="email"] {
  width: 200px;
}
.reused.links-signup .signup input[name="zip"] {
  width: 120px;
}
#top {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #405a21;
}
#top .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 639px) {
  #top .container .logo {
    flex: 0 0 80%;
    max-width: 80%;
  }
  #top .container #menu-toggle {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: right;
  }
  #top .container #menu-toggle a {
    color: #76ab3a;
    font-size: 2rem;
  }
  #top .container .links-signup {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  #top .container .links-signup .signup span {
    display: none;
  }
  #top .container .links-signup .signup input[name="email"] {
    width: 140px;
  }
  #top .container .links-signup .signup input[name="zip"] {
    width: 100px;
  }
}
@media screen and (min-width: 640px) {
  #top .container .logo {
    flex: 0 0 auto;
  }
  #top .container .links-signup {
    flex: 1 0 auto;
  }
}
@media screen and (min-width: 640px) {
  #topnav {
    background: #76ab3a;
    padding: 10px 0;
  }
  #topnav > .sizer > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #topnav > .sizer > ul > li {
    position: relative;
    padding: 0;
    height: 2rem;
    border-right: 1px solid #fff;
  }
  #topnav > .sizer > ul > li:last-child {
    border: 0;
  }
  #topnav > .sizer > ul > li > a {
    display: block;
    padding: 0 20px;
    height: 2rem;
    line-height: 2rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  #topnav > .sizer .level2 {
    padding-top: 12px;
    width: 300px;
    position: absolute;
    top: 2rem;
    left: -9999rem;
    display: none;
    z-index: 99999;
  }
  #topnav > .sizer .level2 ul {
    background: #76ab3a;
    border: 1px solid #fff;
  }
  #topnav > .sizer .level2 ul li {
    border-bottom: 1px solid #fff;
  }
  #topnav > .sizer .level2 ul li:last-child {
    border: 0;
  }
  #topnav > .sizer .level2 ul li a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
  }
  #topnav > .sizer .level2 ul li a:hover {
    background: #fff;
    color: #76ab3a;
  }
  #topnav > .sizer > ul > li:hover .level2 {
    left: 0;
    display: block;
  }
}
@media screen and (max-width: 639px) {
  #topnav {
    background: #76ab3a;
  }
  #topnav > .sizer > ul {
    display: none;
  }
  #topnav > .sizer > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #topnav > .sizer > ul > li {
    float: none;
    margin: 0;
    border-top: 1px solid #fff;
  }
  #topnav > .sizer > ul > li:first-child {
    border-top: none;
  }
  #topnav > .sizer > ul > li > a {
    display: block;
    color: #fff;
    background: #76ab3a;
    line-height: 1;
    font-weight: bold;
    padding: 10px;
  }
  #topnav > .sizer > ul > li > a i {
    display: none;
  }
  #topnav > .sizer > ul > li > div.subnav {
    float: right;
    padding: 6px 10px;
    color: #fff;
    width: auto;
    background: none;
  }
  #topnav > .sizer > ul > li > div.subnav i {
    font-size: 16px;
  }
  #topnav > .sizer .level2 {
    display: none;
  }
  #topnav > .sizer .level2 > ul > li > a {
    display: block;
    line-height: 1;
    padding: 8px 10px 8px 25px;
    color: #fff;
    background: #76ab3a;
    border-top: 1px solid #fff;
    border-bottom: none;
    text-decoration: none;
  }
  #topnav > .sizer ul ul ul {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  #topnav {
    font-size: 14px;
  }
  #topnav > .sizer > ul > li > a {
    padding: 0 10px;
  }
}
#search {
  position: relative;
  z-index: 10;
  background: #76ab3a;
  padding: 10px 0;
  transition: all 500ms ease;
}
#search.reveal {
  display: block;
}
#search form input[name="keywords"] {
  height: 40px;
  width: 85%;
  max-width: none;
  margin-right: 3%;
}
#search form button {
  height: 40px;
  width: 12%;
  background-color: #405a21;
}
#banner {
  background-color: #e7e7e7;
}
@media screen and (max-width: 639px) {
  #banner {
    padding: 10px;
  }
  #banner h2.banner-title {
    font-size: 24px;
    margin: 0;
  }
}
@media screen and (min-width: 640px) {
  #banner {
    height: 160px;
    background: #e7e7e7 url(/images/bg_upper_banner_2020.jpg) top right no-repeat;
  }
  #banner .sizer {
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #banner .sizer h2.banner-title {
    font-size: 48px;
    margin: 0;
  }
}
#middle {
  padding: 30px 0;
}
#middle:after {
  content: "";
  display: table;
  clear: both;
}
body.is-story:not(.layout-no-sidebar) #content {
  float: left;
  width: 63%;
  margin-right: 7%;
}
body.is-story:not(.layout-no-sidebar) #sidebar {
  float: left;
  width: 30%;
}
@media screen and (max-width: 639px) {
  #middle {
    padding: 10px 0;
  }
  body.is-story:not(.layout-no-sidebar) #content {
    float: none;
    width: 100%;
    margin: 0;
  }
}
#sidebar h2 {
  color: #405a21;
}
#sidebar .featured-legislator .img {
  max-width: 40%;
}
#sidebar .featured-legislator img {
  width: 100%;
}
#bottom .footer-1 {
  background: #fe8f18;
}
#bottom .footer-2 {
  background: #405a21;
}
#bottom .footer-2 .sizer {
  display: flex;
  align-items: center;
}
#bottom .footer-2 .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#bottom .footer-2 .logo span {
  display: inline-block;
  margin-left: 30px;
  color: #fff;
  line-height: 1.2;
  font-size: 90%;
}
#bottom .footer-3 {
  background: #76ab3a;
  color: #fff;
}
#bottom .footer-3 .credits {
  text-align: center;
}
#bottom .footer-3 .credits p {
  margin-bottom: 0.75rem;
}
#bottom .footer-3 .credits p a {
  color: #fff;
}
#bottom .footer-3 .partners {
  text-align: center;
  margin-bottom: 1.5rem;
}
#bottom .footer-3 .partners p {
  margin-bottom: 0.25rem;
}
#bottom .footer-3 .partners .logos {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#bottom .footer-3 .partners .logos img {
  flex: 0 1 auto;
  padding: 0 20px;
}
@media screen and (max-width: 639px) {
  #bottom .footer-1 .listed-item {
    padding: 40px 20px;
    margin: 0;
  }
  #bottom .footer-1 .listed-item .img {
    display: none;
  }
  #bottom .footer-1 .listed-item .txt {
    color: #fff;
  }
  #bottom .footer-1 .listed-item .txt h3.title {
    font-size: 24px;
    color: #fff;
  }
  #bottom .footer-1 .listed-item .txt .readmore a {
    color: #fff;
    background: transparent;
    border-color: #fff;
  }
  #bottom .footer-2 {
    padding: 20px 0;
  }
  #bottom .footer-2 .sizer {
    display: block;
  }
  #bottom .footer-2 .logo {
    margin-bottom: 1.5rem;
    flex-direction: column;
  }
  #bottom .footer-2 .logo img {
    margin-bottom: 0.75rem;
  }
  #bottom .footer-2 .logo span {
    margin: 0;
  }
  #bottom .footer-2 .links-signup .links {
    flex-direction: column;
  }
  #bottom .footer-2 .links-signup .signup {
    display: block;
  }
  #bottom .footer-2 .links-signup .signup span {
    display: block;
    margin-bottom: 0.75rem;
  }
  #bottom .footer-2 .links-signup .signup input,
  #bottom .footer-2 .links-signup .signup button {
    width: 100%;
    max-width: none;
    margin-bottom: 0.75rem;
  }
  #bottom .footer-3 {
    padding: 20px 0;
  }
  #bottom .footer-3 .bottom-nav {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  #bottom .footer-1 .listed-item {
    margin: 0;
  }
  #bottom .footer-1 .listed-item .display-wrapper {
    align-items: center;
  }
  #bottom .footer-1 .listed-item .img img {
    display: block;
  }
  #bottom .footer-1 .listed-item .txt {
    color: #fff;
  }
  #bottom .footer-1 .listed-item .txt h3.title {
    font-size: 48px;
    color: #fff;
  }
  #bottom .footer-1 .listed-item .txt .readmore a {
    border-color: #fff;
    background: transparent;
    color: #fff;
  }
  #bottom .footer-2 {
    padding: 20px 0;
  }
  #bottom .footer-2 .logo {
    flex: 0 0 auto;
  }
  #bottom .footer-2 .links-signup {
    flex: 1 0 auto;
  }
  #bottom .footer-3 {
    padding: 20px 0;
  }
  #bottom .footer-3 .bottom-nav {
    margin-bottom: 1.5rem;
  }
  #bottom .footer-3 .bottom-nav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #bottom .footer-3 .bottom-nav > ul > li {
    position: relative;
    padding: 0;
    height: 2rem;
    border-right: 1px solid #fff;
  }
  #bottom .footer-3 .bottom-nav > ul > li:last-child {
    border: 0;
  }
  #bottom .footer-3 .bottom-nav > ul > li > a {
    display: block;
    padding: 0 20px;
    height: 2rem;
    line-height: 2rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  #bottom .footer-3 .bottom-nav .level2 {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  #bottom .footer-2 .logo {
    flex-direction: column;
  }
  #bottom .footer-2 .logo img {
    margin-bottom: 0.75rem;
  }
  #bottom .footer-2 .logo span {
    margin: 0;
  }
  #bottom .footer-2 .signup span {
    display: none;
  }
  #bottom .footer-3 .bottom-nav {
    font-size: 14px;
  }
  #bottom .footer-3 .bottom-nav > ul > li > a {
    padding: 0 10px;
  }
}
/* ===============================================
   HOMEPAGE
   =============================================== */
body.homepage #middle {
  padding-top: 0;
}
body.homepage #middle > .sizer {
  max-width: none;
  margin: 0;
  padding: 0;
}
body.homepage .story-content > div {
  margin-bottom: 1.5rem;
}
body.homepage .slideshow {
  margin-bottom: 0 !important;
}
body.homepage .slideshow .listed-item {
  margin-bottom: 0;
}
body.homepage .slideshow .listed-item .txt {
  padding: 10px 20px;
  background: rgba(99, 99, 99, 0.5);
  border-radius: 5px;
  background-clip: padding-box;
}
body.homepage .slideshow .listed-item .readmore a {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
body.homepage .register {
  background: #fe8f18;
}
body.homepage .subfeatures-1 .listed-item {
  background-color: #f2f8ee;
  text-align: center;
}
body.homepage .subfeatures-1 .listed-item .txt {
  padding: 5px 20px;
}
body.homepage .subfeatures-1 .listed-item h3.title {
  color: #76ab3a;
}
body.homepage .subfeatures-1 .listed-item .readmore a {
  font-weight: bold;
  color: #2a3c15;
}
body.homepage .subfeatures-2 .listed-item {
  text-align: center;
}
body.homepage .subfeatures-2 .listed-item .txt {
  padding: 5px 20px;
}
body.homepage .newsletter {
  background: #7b785a;
}
body.homepage .news .all-news {
  text-align: center;
}
body.homepage .partner {
  background-color: #4e658f;
  color: #fff;
}
body.homepage .partner h2 {
  text-align: left !important;
  color: #fff;
}
body.homepage .partner .img .txt {
  font-size: 1rem;
  text-align: center;
  margin-top: 1rem;
}
body.homepage .partner .img .txt span {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  body.homepage .story-content h2 {
    font-size: 48px;
    text-align: center;
  }
  body.homepage .slideshow .listed-item {
    background-size: cover;
    background-position: top center;
  }
  body.homepage .slideshow .listed-item.bg-link a.bg-link {
    display: block;
    height: 468px;
  }
  body.homepage .slideshow .listed-item.bg-link .txt {
    display: none;
  }
  body.homepage .slideshow .listed-item.img-only .bg-link {
    width: 100%;
    height: 100%;
  }
  body.homepage .slideshow .listed-item .display-wrapper {
    height: 468px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.homepage .slideshow .listed-item .display-wrapper .txt {
    width: 50%;
    color: #fff;
  }
  body.homepage .slideshow .listed-item .display-wrapper .txt h3.title {
    color: #fff;
    font-size: 48px;
  }
  body.homepage .register .sizer {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.homepage .register .blurb {
    margin-right: 30px;
  }
  body.homepage .register .blurb h4 {
    color: #fff;
    margin: 0;
    font-family: 'EB Garamond', serif;
  }
  body.homepage .register .blurb h4 span {
    font-size: 150%;
  }
  body.homepage .register form input {
    height: 40px;
    background: #fff;
    box-shadow: none;
    border: 0;
    margin-right: 10px;
    border-radius: 8px;
    background-clip: padding-box;
  }
  body.homepage .register form input[name="email"] {
    width: 200px;
  }
  body.homepage .register form input[name="first_name"] {
    width: 120px;
  }
  body.homepage .register form input[name="last_name"] {
    width: 120px;
  }
  body.homepage .register form button[type="submit"] {
    padding: 0 30px !important;
    height: 40px;
    border-color: #fff;
    background: transparent;
    color: #fff;
    border-radius: 8px;
    background-clip: padding-box;
  }
  body.homepage .policy {
    padding: 0 50px;
  }
  body.homepage .policy .listed-item {
    margin: 0;
    padding: 0 20px;
  }
  body.homepage .policy .listed-item .display-wrapper {
    flex-direction: column;
    background: #f2f8ee;
  }
  body.homepage .policy .listed-item .display-wrapper .img {
    margin: 0;
  }
  body.homepage .policy .listed-item .display-wrapper .txt {
    padding: 5px 20px;
    text-align: center;
  }
  body.homepage .policy .owl-carousel .owl-nav .owl-next {
    right: -40px;
  }
  body.homepage .policy .owl-carousel .owl-nav .owl-prev {
    left: -40px;
  }
  body.homepage .newsletter .listed-item {
    padding: 60px 0;
    background-size: 50%;
    background-position: right bottom;
  }
  body.homepage .newsletter .listed-item .txt {
    width: 50%;
    color: #fff;
  }
  body.homepage .newsletter .listed-item .txt h3.title {
    color: #fff;
    font-size: 48px;
  }
  body.homepage .numbers {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body.homepage .numbers .listed-item .display-wrapper {
    align-items: center;
  }
  body.homepage .numbers .listed-item .txt h3.title {
    font-size: 48px;
  }
  body.homepage .partner {
    padding: 60px 0;
  }
  body.homepage .scholarship .listed-item {
    background-size: cover;
  }
  body.homepage .scholarship .listed-item .display-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 80px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.homepage .scholarship .listed-item .display-wrapper .txt {
    width: 50%;
    color: #fff;
  }
  body.homepage .scholarship .listed-item .display-wrapper .txt h3.title {
    color: #fff;
    font-size: 48px;
  }
  body.homepage .scholarship .listed-item .display-wrapper .txt .readmore a {
    border-color: #fff;
    color: #fff;
    background: transparent;
  }
  body.homepage .sponsors {
    padding: 0 50px;
  }
  body.homepage .sponsors .listed-item {
    margin: 0;
    padding: 0 20px;
  }
  body.homepage .sponsors .owl-carousel .owl-nav .owl-next {
    right: -40px;
  }
  body.homepage .sponsors .owl-carousel .owl-nav .owl-prev {
    left: -40px;
  }
}
@media screen and (max-width: 639px) {
  body.homepage .story-content h2 {
    font-size: 24px;
    text-align: center;
  }
  body.homepage .story-content .listed-item .display-wrapper h3.title {
    font-size: 24px;
  }
  body.homepage .slideshow .listed-item {
    margin: 0;
    background-size: cover;
  }
  body.homepage .slideshow .listed-item .display-wrapper {
    padding: 80px 20px;
    color: #fff;
  }
  body.homepage .slideshow .listed-item h3.title {
    color: #fff;
  }
  body.homepage .register {
    padding: 20px  0;
  }
  body.homepage .register h4 {
    font-family: 'EB Garamond', serif;
    color: #fff;
    font-size: 1.5rem;
  }
  body.homepage .register input,
  body.homepage .register button {
    width: 100%;
    max-width: none;
    margin-bottom: 0.5rem;
  }
  body.homepage .register button {
    color: #fff;
    background: transparent;
    border-color: #fff;
  }
  body.homepage .subfeatures-2 .listed-item {
    background-color: #f2f8ee;
    margin-bottom: 1.5rem;
  }
  body.homepage .subfeatures-2 .listed-item h3.title {
    color: #76ab3a;
  }
  body.homepage .newsletter .listed-item {
    padding: 40px 10px;
    background-image: none !important;
  }
  body.homepage .newsletter .listed-item .txt {
    color: #fff;
  }
  body.homepage .newsletter .listed-item .txt h3.title {
    color: #fff;
    font-size: 24px;
  }
  body.homepage .numbers .listed-item .img {
    margin: 0;
  }
  body.homepage .numbers .listed-item .txt {
    margin-bottom: 0.75rem;
  }
  body.homepage .partner {
    padding: 30px 0;
  }
  body.homepage .scholarship .listed-item {
    padding: 40px 10px;
  }
  body.homepage .scholarship .listed-item .txt {
    color: #fff;
  }
  body.homepage .scholarship .listed-item .txt h3.title {
    color: #fff;
    font-size: 24px;
  }
  body.homepage .sponsors .listed-item {
    padding: 0 20px;
  }
  body.homepage .sponsors .owl-carousel .owl-nav {
    position: relative;
    text-align: center;
  }
  body.homepage .sponsors .owl-carousel .owl-nav .owl-next,
  body.homepage .sponsors .owl-carousel .owl-nav .owl-prev {
    position: static;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  body.homepage .scholarship .listed-item {
    background-position: center center;
  }
}
@media screen and (max-width: 1199px) {
  body.homepage .slideshow.owl-carousel .owl-nav {
    top: 90%;
  }
}
/* ===============================================
   LEGISLATIVE DIRECTORY
   =============================================== */
#story-81 .tmpl-directory-search-form form + h2 {
  padding-top: 1.5rem;
  border-top: 2px solid #808080;
}
#story-81 .tmpl-directory-search-form .entry-list td:first-child {
  padding: 10px;
}
#story-81 .tmpl-directory-search-form .entry-list td:first-child a {
  display: block;
  padding: 10px;
  color: #fff;
  background: #405a21;
  text-align: center;
  font-weight: bold;
}
#story-81 .tmpl-directory-entry h1.page-title {
  margin-bottom: 0.5rem;
}
#story-81 .tmpl-directory-entry h1.page-title + h3 {
  font-style: italic;
}
#story-81 .tmpl-directory-entry .bill-info tr th {
  white-space: nowrap;
  border-right: 1px solid #202020;
}
#story-81 .tmpl-directory-entry .bill-info tr td span:not(:last-of-type):after {
  content: ", ";
}
#story-81 .tmpl-directory-entry .ext-info h3 {
  margin-bottom: 0.5rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
/* ===============================================
   PHOTO GALLERY ARCHIVE
   =============================================== */
body#story-102 .archive-list .listed-item {
  text-align: center;
}
/* ===============================================
   EVENTS
   =============================================== */
body.event-listing .tmpl-event-search .search-results span {
  padding: 10px;
  background: #76ab3a;
  color: #fff;
  text-align: center;
}
body.event-listing .tmpl-event-details .column-1 .map-wrapper {
  margin: 1.5rem 0;
}
/* ===============================================
   MEMBERSHIP FORM
   =============================================== */
body.support-membership textarea#membership-background-experience {
  width: 100%;
  max-width: none;
}
/* ===============================================
   LEGISLATOR INFORMATION
   =============================================== */
body.leg-info .leg-info-wrapper .info-header {
  text-align: center;
  margin-bottom: 1rem;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .region-header {
  background-color: #00a2a7;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .region-total {
  border-bottom: 1px solid #00a2a7;
  padding: 10px 0;
  text-align: center;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .region-total span {
  font-weight: bold;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .total-by-party {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #00a2a7;
  font-weight: bold;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .total-by-party > div {
  flex: 0 0 33.3%;
  padding: 10px 0;
  text-align: center;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .total-by-party > div img {
  vertical-align: middle;
  margin-right: 10px;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .total-by-party > .dem,
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .total-by-party > .gop {
  border-right: 1px solid #00a2a7;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .total-by-gender {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #00a2a7;
  font-weight: bold;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .total-by-gender > div {
  flex: 0 0 50%;
  padding: 10px 0;
  text-align: center;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .total-by-gender .female {
  border-right: 1px solid #00a2a7;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .total-pop,
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .total-constituents {
  border-bottom: 1px solid #00a2a7;
  padding: 10px 0;
  text-align: center;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .total-pop span,
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .total-constituents span {
  font-weight: bold;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .state-info {
  margin-top: 2rem;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .state-info .state {
  margin-bottom: 1rem;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .state-info .state > div {
  margin-bottom: 0.5rem;
}
body.leg-info .leg-info-wrapper .region .region-details .region-state-info .state-info .state .state-name {
  font-size: 20px;
  color: #00a2a7;
}
body.leg-info .leg-info-wrapper .region#midwest .region-details .region-state-info .region-header {
  background-color: #dc9600;
}
body.leg-info .leg-info-wrapper .region#midwest .region-details .region-state-info .region-total {
  border-bottom: 1px solid #dc9600;
}
body.leg-info .leg-info-wrapper .region#midwest .region-details .region-state-info .total-by-party {
  border-bottom: 1px solid #dc9600;
}
body.leg-info .leg-info-wrapper .region#midwest .region-details .region-state-info .total-by-party > .dem {
  border-right: 1px solid #dc9600;
}
body.leg-info .leg-info-wrapper .region#midwest .region-details .region-state-info .total-pop,
body.leg-info .leg-info-wrapper .region#midwest .region-details .region-state-info .total-constituents {
  border-bottom: 1px solid #dc9600;
}
body.leg-info .leg-info-wrapper .region#midwest .region-details .region-state-info .state-info .state .state-name {
  color: #dc9600;
}
body.leg-info .leg-info-wrapper .region#northEast .region-details .region-state-info .region-header {
  background-color: #666e9d;
}
body.leg-info .leg-info-wrapper .region#northEast .region-details .region-state-info .region-total {
  border-bottom: 1px solid #666e9d;
}
body.leg-info .leg-info-wrapper .region#northEast .region-details .region-state-info .total-by-party {
  border-bottom: 1px solid #666e9d;
}
body.leg-info .leg-info-wrapper .region#northEast .region-details .region-state-info .total-by-party > .dem {
  border-right: 1px solid #666e9d;
}
body.leg-info .leg-info-wrapper .region#northEast .region-details .region-state-info .total-pop,
body.leg-info .leg-info-wrapper .region#northEast .region-details .region-state-info .total-constituents {
  border-bottom: 1px solid #666e9d;
}
body.leg-info .leg-info-wrapper .region#northEast .region-details .region-state-info .state-info .state .state-name {
  color: #666e9d;
}
body.leg-info .leg-info-wrapper .region#southEast .region-details .region-state-info .region-header {
  background-color: #9ebf66;
}
body.leg-info .leg-info-wrapper .region#southEast .region-details .region-state-info .region-total {
  border-bottom: 1px solid #9ebf66;
}
body.leg-info .leg-info-wrapper .region#southEast .region-details .region-state-info .total-by-party {
  border-bottom: 1px solid #9ebf66;
}
body.leg-info .leg-info-wrapper .region#southEast .region-details .region-state-info .total-by-party > .dem {
  border-right: 1px solid #9ebf66;
}
body.leg-info .leg-info-wrapper .region#southEast .region-details .region-state-info .total-pop,
body.leg-info .leg-info-wrapper .region#southEast .region-details .region-state-info .total-constituents {
  border-bottom: 1px solid #9ebf66;
}
body.leg-info .leg-info-wrapper .region#southEast .region-details .region-state-info .state-info .state .state-name {
  color: #9ebf66;
}
@media screen and (min-width: 640px) {
  body.leg-info .leg-info-wrapper .info-header-v2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border: 2px solid #000;
    margin-bottom: 1.5rem;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 > div {
    flex: 1 0 auto;
    border-left: 1px solid #000;
    padding: 5px 0;
    text-align: center;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 > div img {
    vertical-align: middle;
    margin-right: 10px;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 > div b {
    font-size: 1.25rem;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 > div:first-child {
    border: 0;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 .num-leg {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 .pop {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 .pop b {
    margin-right: 0.5rem;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 .demo b {
    margin-left: 0.5rem;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 .demo > div {
    display: flex;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 .demo > div > div {
    width: 50%;
    text-align: center;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 .demo .party {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #000;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 .total-dem,
  body.leg-info .leg-info-wrapper .info-header-v2 .total-gop {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.leg-info .leg-info-wrapper .us-map img {
    margin: 0 auto;
    display: block;
    width: 840px;
  }
  body.leg-info .leg-info-wrapper .region-details {
    display: flex;
    justify-content: space-between;
  }
  body.leg-info .leg-info-wrapper .region-details .region-map {
    flex: 0 0 45%;
  }
  body.leg-info .leg-info-wrapper .region-details .region-state-info {
    flex: 0 0 45%;
  }
  .more-info {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  body.leg-info .leg-info-wrapper .info-header-v2 {
    border: 2px solid #000;
    margin-bottom: 1.5rem;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 > div {
    border-top: 1px solid #000;
    text-align: center;
    padding: 10px 0;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 > div .party {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #000;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 > div img {
    vertical-align: middle;
  }
  body.leg-info .leg-info-wrapper .info-header-v2 > div:fist-child {
    border: 0;
  }
  body.leg-info .leg-info-wrapper .us-map {
    display: none;
  }
  body.leg-info .leg-info-wrapper .region {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  body.leg-info .leg-info-wrapper .region-details {
    flex-direction: column;
  }
}
/* ===============================================
   VIRTUAL SUMMIT 2020
   =============================================== */
/* ===== WRAPPER & OVERRIDES ====== */
body.summit2020 #middle {
  background-color: #f0f0f0;
  color: #1c2743;
}
body.summit2020 #content h1,
body.summit2020 #content h2,
body.summit2020 #content h3 {
  color: #1c2743;
  font-weight: 600;
}
body.summit2020 #content h1.page-title {
  font-size: 3rem;
}
body.summit2020 #content button,
body.summit2020 #content a.button {
  border-color: #76ab3a;
  background-color: #76ab3a;
  text-transform: uppercase;
  padding: 10px 15px;
}
body.summit2020 #content button.reverse,
body.summit2020 #content a.button.reverse {
  background-color: transparent;
  color: #76ab3a;
}
/* ===== LANDING PAGE ====== */
body.summit2020.landing #middle {
  padding: 0;
}
body.summit2020.landing #middle > .sizer {
  max-width: none;
  padding: 0;
}
body.summit2020.landing #content .hero {
  background-color: #1c2743;
  background-image: url(/images/bg_flag.jpg);
  background-position: center center;
  background-size: cover;
  color: #fff;
}
body.summit2020.landing #content .hero .sizer {
  max-width: 1320px;
}
body.summit2020.landing #content .hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.summit2020.landing #content .hero .teaser-image {
  margin-bottom: 0;
}
body.summit2020.landing #content .hero .teaser-image img {
  display: block;
}
body.summit2020.landing #content .hero .txt {
  margin-right: 5%;
}
body.summit2020.landing #content .hero h2 {
  color: #76ab3a;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
body.summit2020.landing #content .hero h3 {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
body.summit2020.landing #content .why-attend {
  padding: 80px 0;
}
body.summit2020.landing #content .why-attend .container {
  display: flex;
  justify-content: space-between;
}
body.summit2020.landing #content .why-attend .img {
  margin-bottom: 0;
  flex-shrink: 0;
}
body.summit2020.landing #content .why-attend .img img {
  display: block;
}
body.summit2020.landing #content .why-attend .txt {
  margin-right: 5%;
}
body.summit2020.landing #content .why-attend h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
body.summit2020.landing #content .why-attend .btns a {
  display: inline-block;
  margin-right: 2rem;
}
body.summit2020.landing #content .speaker-agenda {
  padding: 80px 0;
  background-color: #1c2743;
  color: #fff;
}
body.summit2020.landing #content .speaker-agenda .container {
  display: flex;
  justify-content: space-between;
}
body.summit2020.landing #content .speaker-agenda .featured-speaker {
  padding-right: 5%;
  border-right: 1px solid #3e558e;
  margin-right: 5%;
  width: 47.4%;
}
body.summit2020.landing #content .speaker-agenda .featured-speaker .fs-top {
  display: flex;
  justify-content: space-between;
}
body.summit2020.landing #content .speaker-agenda .featured-speaker .img {
  margin-right: 5%;
}
body.summit2020.landing #content .speaker-agenda .featured-speaker .txt {
  flex-grow: 1;
}
body.summit2020.landing #content .speaker-agenda .featured-speaker h4 {
  display: inline-block;
  padding: 3px 5px;
  background-color: #3e558e;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
body.summit2020.landing #content .speaker-agenda .featured-speaker h3 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
}
body.summit2020.landing #content .speaker-agenda .agenda {
  width: 47.4%;
}
body.summit2020.landing #content .speaker-agenda .agenda h2 {
  color: #fff;
  font-size: 2rem;
}
body.summit2020.landing #content .speaker-agenda .agenda .agenda-items .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
body.summit2020.landing #content .speaker-agenda .agenda .agenda-items .item .dt {
  margin-right: 5%;
  text-align: center;
}
body.summit2020.landing #content .speaker-agenda .agenda .agenda-items .item .dt .month {
  font-size: 0.8rem;
}
body.summit2020.landing #content .speaker-agenda .agenda .agenda-items .item .dt .day {
  font-size: 1.25rem;
}
body.summit2020.landing #content .speaker-agenda .agenda .agenda-items .item .title {
  flex-grow: 1;
  font-size: 1.25rem;
}
body.summit2020.landing #content .speaker-agenda a.readmore {
  color: #76ab3a;
}
body.summit2020.landing #content .president-msg {
  padding: 80px 0 0;
}
body.summit2020.landing #content .president-msg h2 {
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}
body.summit2020.landing #content .president-msg p:first-of-type {
  font-size: 1.25rem;
  color: #76ab3a;
}
body.summit2020.landing #content .president-msg .flex-block-grid {
  justify-content: flex-start;
  flex-wrap: nowrap;
}
body.summit2020.landing #content .president-msg .pm-img {
  width: auto;
  flex-shrink: 0;
  margin-right: 4rem;
}
body.summit2020.landing #content .president-msg .pm-txt {
  width: auto;
}
body.summit2020.landing #content .speakers {
  padding: 80px 0;
}
body.summit2020.landing #content .speakers h2 {
  font-size: 2.75rem;
  text-align: center;
  margin-bottom: 3rem;
}
body.summit2020.landing #content .speakers .listed-item h3.title {
  color: #76ab3a;
  font-family: 'Roboto', sans-serif;
}
body.summit2020.landing #content .sponsors {
  padding: 80px 0;
  background-color: #1c2743;
}
body.summit2020.landing #content .sponsors h2 {
  font-size: 2.75rem;
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
}
body.summit2020.landing #content .sponsors .flex-block-grid {
  justify-content: center;
}
body.summit2020.landing #content .sponsors .flex-block-grid .listed-item {
  padding: 0 1rem;
}
@media screen and (max-width: 639px) {
  body.summit2020.landing #content .why-attend,
  body.summit2020.landing #content .speaker-agenda,
  body.summit2020.landing #content .president-msg,
  body.summit2020.landing #content .speakers,
  body.summit2020.landing #content .sponsors {
    padding: 30px 0;
  }
  body.summit2020.landing #content .hero {
    padding: 30px 0;
  }
  body.summit2020.landing #content .hero .container {
    flex-direction: column-reverse;
  }
  body.summit2020.landing #content .hero .teaser-image {
    display: none;
  }
  body.summit2020.landing #content .why-attend .container {
    flex-direction: column-reverse;
  }
  body.summit2020.landing #content .why-attend .img {
    margin-bottom: 0.75rem;
  }
  body.summit2020.landing #content .why-attend .img img {
    width: 100%;
  }
  body.summit2020.landing #content .why-attend .btns a {
    margin-bottom: 1rem;
  }
  body.summit2020.landing #content .speaker-agenda .container {
    flex-direction: column;
  }
  body.summit2020.landing #content .speaker-agenda .container > div {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  body.summit2020.landing #content .speaker-agenda .container .featured-speaker {
    margin-bottom: 1rem;
    border-bottom: 1px solid #3e558e;
  }
  body.summit2020.landing #content .president-msg {
    padding-bottom: 0;
  }
  body.summit2020.landing #content .president-msg .pm-img {
    margin-right: 0;
  }
  body.summit2020.landing #content .speakers h2 {
    font-size: 2rem;
  }
  body.summit2020.landing #content .sponsors h2 {
    font-size: 2rem;
  }
}
/* ===============================================
   MOBILE ONLY
   =============================================== */
@media screen and (max-width: 639px) {
  .bc-wrapper,
  .pt-wrapper .email,
  .pt-wrapper .print,
  .pt-wrapper .share,
  .pt-wrapper .plusone,
  #sidebar {
    display: none;
  }
  .preview-notice {
    background: #c00;
    padding: 5px 10px;
    min-height: 0;
  }
  .preview-notice p {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  #content input.text,
  #content select,
  #content textarea {
    width: 175px;
  }
}
