: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;
}

.t600, .lay-copy-home-democratic .home-section-social-twitter .twitter-inc, .lay-copy-home-democratic .home-section-feature .item .content {
  min-height: 216px;
}
@media (min-width: 768px) {
  .t600, .lay-copy-home-democratic .home-section-social-twitter .twitter-inc, .lay-copy-home-democratic .home-section-feature .item .content {
    min-height: 280px;
  }
}
@media (min-width: 992px) {
  .t600, .lay-copy-home-democratic .home-section-social-twitter .twitter-inc, .lay-copy-home-democratic .home-section-feature .item .content {
    min-height: 384px;
  }
}
@media (min-width: 1200px) {
  .t600, .lay-copy-home-democratic .home-section-social-twitter .twitter-inc, .lay-copy-home-democratic .home-section-feature .item .content {
    min-height: 440px;
  }
}
@media (min-width: 1580px) {
  .t600, .lay-copy-home-democratic .home-section-social-twitter .twitter-inc, .lay-copy-home-democratic .home-section-feature .item .content {
    min-height: 600px;
  }
}

.page-democrats {
  background-color: #17305c;
}
.page-democrats .root-body {
  position: relative;
  flex-grow: 1;
}
.page-democrats .root-body > * {
  position: relative;
}

.lay-copy-home-democratic {
  /* HOME-SECTION */
  /* CAROUSEL */
  /* HOME-SECTION */
  /* NEWS */
  /* HOME-SECTION */
  /* SOCIAL */
  /* HOME-SECTION */
  /* MEMBER PANELS */
  /* HOME-SECTION */
  /* SUBSCRIBE */
}
.lay-copy-home-democratic:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-blend-mode: multiply;
  background-blend-mode: color-burn;
  background-color: #1e4485;
  background-image: url(../images/bg-democrats-committee-members.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1971px;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic:before {
    height: 1314px;
  }
}
.lay-copy-home-democratic .copy-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .copy-body {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .lay-copy-home-democratic .copy-body {
    padding-bottom: 4.5rem;
  }
}
.lay-copy-home-democratic .copy-body:before {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  display: block;
  background-image: url(../images/bg-democrats-latest-news.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 925px;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .copy-body:before {
    top: 144px;
    height: 1060px;
  }
}
@media (min-width: 992px) {
  .lay-copy-home-democratic .copy-body:before {
    top: 180px;
    height: 1200px;
  }
}
@media (min-width: 1200px) {
  .lay-copy-home-democratic .copy-body:before {
    top: 220px;
    height: 1250px;
  }
}
@media (min-width: 1580px) {
  .lay-copy-home-democratic .copy-body:before {
    top: 285px;
    height: 1400px;
  }
}
.lay-copy-home-democratic .copy-body .lay-row {
  position: relative;
}
.lay-copy-home-democratic .btn {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.15rem;
  color: #1b252f;
  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;
}
.lay-copy-home-democratic .btn:hover, .lay-copy-home-democratic .btn:focus {
  background-color: #1b252f;
  color: #ffffff;
}
.lay-copy-home-democratic .btn span {
  padding-top: 0.25rem;
}
.lay-copy-home-democratic .btn span + svg, .lay-copy-home-democratic .btn svg + span {
  margin-left: 0.5rem;
}
.lay-copy-home-democratic .home-section-feature .lay-col {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.25));
}
.lay-copy-home-democratic .home-section-feature .item.post {
  position: relative;
}
.lay-copy-home-democratic .home-section-feature .item {
  color: #ffffff;
}
.lay-copy-home-democratic .home-section-feature .item .media {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 33%;
  background-image: url(../images/featured-image-default.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.lay-copy-home-democratic .home-section-feature .item .media .mfp-video-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url("../images/trans-3by2-play.png");
  background-repeat: no-repeat;
  background-size: 6rem 4rem;
  background-position: 102% 97%;
  cursor: pointer;
  display: block;
  opacity: 0.65;
}
.lay-copy-home-democratic .home-section-feature .item .media .mfp-video-btn:hover {
  opacity: 0.9;
}
.lay-copy-home-democratic .home-section-feature .item .media .mfp-video-btn img {
  height: auto;
  max-width: 100%;
}
.lay-copy-home-democratic .home-section-feature .item .content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  background-blend-mode: hard-light;
  background-image: linear-gradient(90deg, #1e4485 50%, transparent 99%);
  padding-right: 3rem;
  padding-left: 3rem;
  outline: 1px solid rgba(255, 255, 255, 0.25);
  outline-offset: -1px;
}
@media (min-width: 992px) {
  .lay-copy-home-democratic .home-section-feature .item .content {
    background-image: linear-gradient(90deg, #1e4485 33%, transparent 66%);
    padding-right: 44%;
  }
}
@media (min-width: 1580px) {
  .lay-copy-home-democratic .home-section-feature .item .content {
    padding-left: 4rem;
  }
}
.lay-copy-home-democratic .home-section-feature .item .content .section-type {
  display: none;
  color: #6ED4FF;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .home-section-feature .item .content .section-type {
    display: block;
  }
}
@media (min-width: 1200px) {
  .lay-copy-home-democratic .home-section-feature .item .content .section-type {
    font-size: 2rem;
  }
}
.lay-copy-home-democratic .home-section-feature .item .content .title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .lay-copy-home-democratic .home-section-feature .item .content .title {
    font-size: 2rem;
  }
}
.lay-copy-home-democratic .home-section-feature .item .content .title a {
  display: block;
  color: inherit;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.lay-copy-home-democratic .home-section-feature .item .content .body {
  display: none;
}
@media (min-width: 992px) {
  .lay-copy-home-democratic .home-section-feature .item .content .body {
    display: block;
    display: -webkit-box;
    line-height: 1.25em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.lay-copy-home-democratic .home-section-feature .item .content .footer {
  align-self: flex-start;
  display: none;
  z-index: 1;
}
@media (min-width: 992px) {
  .lay-copy-home-democratic .home-section-feature .item .content .footer {
    display: block;
  }
}
.lay-copy-home-democratic .home-section-feature .item .content .footer .btn-read-more {
  background-color: #27aae1;
  color: #ffffff;
}
.lay-copy-home-democratic .home-section-feature .item .content .footer .btn-read-more:hover, .lay-copy-home-democratic .home-section-feature .item .content .footer .btn-read-more:focus {
  background-color: #ffffff;
  color: #27aae1;
}
.lay-copy-home-democratic .home-section-feature .item .content:hover, .lay-copy-home-democratic .home-section-feature .item .content:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.lay-copy-home-democratic .home-section-feature .tns-nav {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 200px;
  z-index: 1;
}
.lay-copy-home-democratic .home-section-feature .tns-nav button {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 1rem;
  border-width: 0px;
  display: inline-block;
  margin: 0.5rem;
  height: 0.75rem;
  width: 0.75rem;
}
@media (min-width: 992px) {
  .lay-copy-home-democratic .home-section-feature .tns-nav button {
    height: 1rem;
    width: 1rem;
  }
}
.lay-copy-home-democratic .home-section-feature .tns-nav button.tns-nav-active {
  background-color: rgba(255, 255, 255, 0.95);
}
.lay-copy-home-democratic .home-section-feature .tns-controls button {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px 94px;
  border-width: 0px;
  height: 150px;
  margin: auto 0;
  text-indent: -9999px;
  width: 3rem;
  z-index: 1;
}
.lay-copy-home-democratic .home-section-feature .tns-controls button[data-controls=next] {
  right: 0;
  background-image: url(../images/_svgs/arrow-carousel-right-white.svg);
}
.lay-copy-home-democratic .home-section-feature .tns-controls button[data-controls=prev] {
  left: 0;
  background-image: url(../images/_svgs/arrow-carousel-left-white.svg);
}
.lay-copy-home-democratic .home-section-feature .tns-controls button:hover {
  opacity: 0.75;
}
.lay-copy-home-democratic .home-section-feature .tns-controls button[disabled] {
  cursor: auto;
  opacity: 0;
}
@media (min-width: 1580px) {
  .lay-copy-home-democratic .home-section-feature .tns-controls button {
    width: 4rem;
  }
}
.lay-copy-home-democratic .news-democratic {
  color: #ffffff;
  padding: 2rem;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .news-democratic {
    padding: 4rem;
    padding-right: 0px;
    text-align: right;
  }
}
.lay-copy-home-democratic .news-democratic .section-title {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .news-democratic .section-title {
    font-size: 2rem;
  }
}
.lay-copy-home-democratic .news-democratic .section-subtitle {
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .news-democratic .section-subtitle {
    font-size: 1.5rem;
  }
}
.lay-copy-home-democratic .news-democratic .section-items {
  list-style: none;
  margin: 0;
  margin-top: 1.5rem;
  padding: 0;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .news-democratic .section-items {
    margin-left: 40%;
  }
}
@media (min-width: 992px) {
  .lay-copy-home-democratic .news-democratic .section-items {
    margin-left: 55%;
  }
}
.lay-copy-home-democratic .news-democratic .section-items li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.5rem 0px;
}
.lay-copy-home-democratic .news-democratic .section-items li:hover, .lay-copy-home-democratic .news-democratic .section-items li:focus {
  background-color: rgba(255, 255, 255, 0.05);
}
.lay-copy-home-democratic .news-democratic .section-items li a {
  display: block;
  color: inherit;
  font-size: 1.1rem;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .lay-copy-home-democratic .news-democratic .section-items li a {
    font-size: 1.5rem;
  }
}
.lay-copy-home-democratic .home-section-social-twitter .lay-col {
  background-color: #ffffff;
  background-image: url(../images/bg-democrats-follow.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.25));
}
.lay-copy-home-democratic .home-section-social-twitter .twitter-inc {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(90deg, #FFFFFF 20%, #FFFFFF00 100%);
  color: #1e4485;
  padding: 1rem 2rem;
}
@media (max-width: 767.98px) {
  .lay-copy-home-democratic .home-section-social-twitter .twitter-inc {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.75);
  }
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .home-section-social-twitter .twitter-inc {
    padding: 2rem 4rem;
  }
}
.lay-copy-home-democratic .home-section-social-twitter .twitter-inc .head h1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .home-section-social-twitter .twitter-inc .head h1 {
    font-size: 2rem;
  }
}
.lay-copy-home-democratic .home-section-social-twitter .twitter-inc .head h1 svg {
  flex-shrink: 0;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .home-section-social-twitter .twitter-inc .head h1 svg {
    margin-bottom: 15px;
  }
}
.lay-copy-home-democratic .home-section-social-twitter .twitter-inc .head h1 span {
  margin-left: 1rem;
}
.lay-copy-home-democratic .home-section-social-twitter .twitter-inc article.item {
  position: relative;
}
.lay-copy-home-democratic .home-section-social-twitter .twitter-inc article.item header h3 {
  margin: 0px;
}
.lay-copy-home-democratic .home-section-social-twitter .twitter-inc article.item header h3 a {
  color: inherit;
  font-size: 1.5rem;
}
.lay-copy-home-democratic .home-section-social-twitter .twitter-inc article.item header h3 a:hover, .lay-copy-home-democratic .home-section-social-twitter .twitter-inc article.item header h3 a:focus {
  color: #27aae1;
}
.lay-copy-home-democratic .home-section-social-twitter .twitter-inc article.item .body {
  line-height: 1.1em;
  padding: 1rem 0px;
}
@media (min-width: 992px) {
  .lay-copy-home-democratic .home-section-social-twitter .twitter-inc article.item .body {
    padding-right: 50%;
  }
}
.lay-copy-home-democratic .home-section-social-twitter .twitter-inc article.item .body a {
  color: #27aae1;
  font-weight: 500;
}
.lay-copy-home-democratic .home-section-social-twitter .twitter-inc article.item .body a:hover, .lay-copy-home-democratic .home-section-social-twitter .twitter-inc article.item .body a:focus {
  color: #17305c;
}
.lay-copy-home-democratic .home-section-social-twitter .twitter-inc .foot .social-links {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.lay-copy-home-democratic .home-section-social-twitter .twitter-inc .foot .social-links li a {
  display: block;
  color: rgba(30, 68, 133, 0.5);
  line-height: 20px;
  padding: 0.5rem;
}
.lay-copy-home-democratic .home-section-social-twitter .twitter-inc .foot .social-links li a:hover, .lay-copy-home-democratic .home-section-social-twitter .twitter-inc .foot .social-links li a:focus {
  color: #1e4485;
}
.lay-copy-home-democratic .home-section-social-twitter .twitter-inc .foot .social-links li:first-child a {
  padding-left: 0px;
}
.lay-copy-home-democratic .home-section-member-panels {
  color: #ffffff;
}
.lay-copy-home-democratic .home-section-member-panels .panel-container {
  display: flex;
  flex-direction: column;
  background-color: #17305c;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .home-section-member-panels .panel-container {
    flex-direction: row;
  }
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .head, .lay-copy-home-democratic .home-section-member-panels .panel-container .body {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .head {
  display: flex;
  background-image: url(../images/panel--title.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 5px solid #ffffff;
  min-height: 300px;
}
@media (min-width: 576px) {
  .lay-copy-home-democratic .home-section-member-panels .panel-container .head {
    min-height: 365px;
  }
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .home-section-member-panels .panel-container .head {
    min-height: 635px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .lay-copy-home-democratic .home-section-member-panels .panel-container .head {
    min-height: 565px;
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .lay-copy-home-democratic .home-section-member-panels .panel-container .head {
    min-height: 504px;
    width: 25%;
  }
}
@media (min-width: 1580px) {
  .lay-copy-home-democratic .home-section-member-panels .panel-container .head {
    min-height: 530px;
    width: 20%;
  }
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .head h1 {
  flex-grow: 1;
  margin: 0px;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .home-section-member-panels .panel-container .head h1 {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .body {
  position: relative;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .home-section-member-panels .panel-container .body {
    border-top: 5px solid #27aae1;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .lay-copy-home-democratic .home-section-member-panels .panel-container .body {
    width: 66.66%;
  }
}
@media (min-width: 1200px) {
  .lay-copy-home-democratic .home-section-member-panels .panel-container .body {
    width: 75%;
  }
}
@media (min-width: 1580px) {
  .lay-copy-home-democratic .home-section-member-panels .panel-container .body {
    width: 80%;
  }
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .body .panel-items .item {
  background-color: #56585c;
  background-position: center;
  background-size: cover;
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .body .panel-items .item article {
  position: relative;
  height: 100%;
  padding-top: 175%;
  width: 100%;
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .body .panel-items .item article .inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: linear-gradient(180deg, #222C3680 0%, #222C361A 17%, #222C361A 73%, #222C36 100%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .home-section-member-panels .panel-container .body .panel-items .item article .inner {
    border-width: 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .body .panel-items .item article .inner h1, .lay-copy-home-democratic .home-section-member-panels .panel-container .body .panel-items .item article .inner h2, .lay-copy-home-democratic .home-section-member-panels .panel-container .body .panel-items .item article .inner .state {
  line-height: 1em;
  margin: 0px;
  margin-bottom: 0.25rem;
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .body .panel-items .item article .inner h1 {
  font-size: 1.5rem;
  font-weight: 900;
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .body .panel-items .item article .inner h2 {
  font-size: 1.1rem;
  font-weight: 500;
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .body .panel-items .item article .inner .state {
  font-family: "Lato", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .body .panel-items .item.is-chair article h2 {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .home-section-member-panels .panel-container .body .panel-items .item:last-child article {
    border-width: 0px;
  }
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .body .tns-controls button {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px 94px;
  border-width: 0px;
  height: 150px;
  margin: auto 0;
  opacity: 0.25;
  text-indent: -9999px;
  width: 50px;
  z-index: 1;
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .body .tns-controls button[data-controls=next] {
  right: 0;
  background-image: url(../images/_svgs/arrow-carousel-right.svg);
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .body .tns-controls button[data-controls=prev] {
  left: 0;
  background-image: url(../images/_svgs/arrow-carousel-left.svg);
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .body .tns-controls button:hover {
  opacity: 0.5;
}
.lay-copy-home-democratic .home-section-member-panels .panel-container .body .tns-controls button[disabled] {
  cursor: auto;
  opacity: 0;
}
.lay-copy-home-democratic .home-section-subscribe {
  color: #ffffff;
}
.lay-copy-home-democratic .home-section-subscribe .home-subscribe-form {
  margin: 0px auto;
  max-width: 80%;
  padding: 2rem 0px;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .home-section-subscribe .home-subscribe-form {
    max-width: 540px;
    padding: 4rem 0px;
  }
}
@media (min-width: 992px) {
  .lay-copy-home-democratic .home-section-subscribe .home-subscribe-form {
    max-width: 650px;
  }
}
@media (min-width: 1200px) {
  .lay-copy-home-democratic .home-section-subscribe .home-subscribe-form {
    max-width: 750px;
  }
}
.lay-copy-home-democratic .home-section-subscribe .head .title, .lay-copy-home-democratic .home-section-subscribe .head .subtitle {
  font-size: 1.1rem;
  line-height: 1.15em;
  margin: 0px;
  text-align: center;
}
.lay-copy-home-democratic .home-section-subscribe .head .title {
  font-style: italic;
  font-weight: 500;
}
.lay-copy-home-democratic .home-section-subscribe .head .subtitle {
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .home-section-subscribe .head .title, .lay-copy-home-democratic .home-section-subscribe .head .subtitle {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .lay-copy-home-democratic .home-section-subscribe .head .title, .lay-copy-home-democratic .home-section-subscribe .head .subtitle {
    font-size: 2rem;
  }
}
.lay-copy-home-democratic .home-section-subscribe .body {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.lay-copy-home-democratic .home-section-subscribe .body .form-control {
  border-radius: 0.15rem;
  border-width: 0px;
}
.lay-copy-home-democratic .home-section-subscribe .body .btn {
  display: flex;
  justify-content: center;
  background-color: #27aae1;
  color: #ffffff;
  margin-top: 0.5rem;
}
.lay-copy-home-democratic .home-section-subscribe .body .btn:hover, .lay-copy-home-democratic .home-section-subscribe .body .btn:focus {
  background-color: #ffffff;
  color: #27aae1;
}
@media (min-width: 768px) {
  .lay-copy-home-democratic .home-section-subscribe .body {
    flex-direction: row;
  }
  .lay-copy-home-democratic .home-section-subscribe .body .form-control {
    height: 60px;
    line-height: 60px;
  }
  .lay-copy-home-democratic .home-section-subscribe .body .btn {
    display: inline-flex;
    margin: 0px;
    margin-left: 0.5rem;
  }
}

/*# sourceMappingURL=landing.css.map */
