:root {
  --primary-color: #98b3f3;
  --primary-text-color: #000;
  --secondary-color: #FFB371;
  --secondary-text-color: #000;
  --tertiary-color: #374140;
  --tertiary-text-color: #FFF;
  --accent-color: #203361;
  --accent-text-color: #F3F4F6;
  --dark-grey-01: $dg01;
  --dark-grey-02: $dg02;
  --dark-grey-03: $dg03;
  --dark-grey-04: $dg04;
  --dark-grey-05: $dg05;
  --dark-grey-06: $dg06;
  --dark-grey-07: $dg07;
  --dark-grey-08: $dg08;
  --dark-grey-09: $dg09;
  --light-grey-01: $lg01;
  --light-grey-02: $lg02;
  --light-grey-03: $lg03;
  --light-grey-04: $lg04;
  --light-grey-05: $lg05;
  --light-grey-06: $lg06;
  --lime-green: #66ff00;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  body {
    margin: 0 auto;
    max-width: 90%; }

  main {
    float: none !important; }

  a,
  a:visited {
    color: #520;
    background: transparent;
    text-decoration: underline; }

  article a[href]:after {
    content: " (" attr(href) ")"; }

  article a[href^="/"]:after {
    content: " (https://nyassembly.gov" attr(href) ") "; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  article a[href^="#"]:after,
  article a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .slider-wrapper,
  .vid-wrapper {
    display: none !important; }

  body > footer {
    display: none; } }
#main-menu a {
  text-decoration: none; }

#page-body-content {
  max-width: 70rem;
  width: 100%; }
  #page-body-content form {
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
    width: 100%; }
  #page-body-content select {
    max-width: 100%; }
    @media (max-width: 900px) {
      #page-body-content select {
        width: 100%; } }
  #page-body-content option {
    max-width: 100%;
    width: 100%; }
  @media (max-width: 900px) {
    #page-body-content {
      padding-right: 0;
      display: flex;
      flex-wrap: wrap; } }

#member-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  width: 100%; }

section.member-info {
  background-color: #e5e7eb;
  border-radius: .5rem;
  margin-bottom: 1rem;
  padding: .75rem;
  width: 45%; }
  section.member-info:nth-child(even) {
    margin-left: 1.5rem; }
  section.member-info img {
    float: left;
    margin-right: 1rem;
    margin-top: .75rem;
    margin-bottom: .75rem;
    width: 200px; }
  section.member-info h3 {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0px; }
  @media (max-width: 730px) {
    section.member-info {
      width: 100%; }
      section.member-info:nth-child(even) {
        margin-left: 0; } }

.bio {
  margin-top: .75rem; }
  .bio p:first-child {
    margin-top: 0; }

#home-slideshow {
  background-color: var(--primary-color);
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 2.0rem;
  justify-content: center;
  min-height: 200px;
  padding: 20px;
  text-align: center; }

/*#content-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
    width: 100%;
}

#content{
    width: 71%;
    @media(max-width: 730px){
                width: 100%;
            }
}

#social-feed-wrapper{
    width: 29%;
    @media(max-width: 730px){
                width: 100%;
            }
}*/
#twitter-feed, #facebook-feed {
  max-width: 100%;
  margin-bottom: 5px; }

#pg-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }

.social-icons-wrapper {
  align-items: center;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
  justify-content: flex-end;
  width: auto; }
  .social-icons-wrapper i {
    background-color: transparent;
    border-radius: 4px;
    color: lightgreen;
    cursor: pointer;
    height: 2.5rem;
    margin: .75rem;
    padding: 5px;
    transition: all .2s ease;
    width: auto; }
  .social-icons-wrapper a:hover i,
  .social-icons-wrapper a:focus i {
    background-color: #374140;
    color: #FFF; }
  .social-icons-wrapper i:hover,
  .social-icons-wrapper i:focus {
    background-color: #374140;
    color: #FFF; }

.watch-live {
  margin-left: .5rem; }
  .watch-live i {
    color: #000;
    font-size: 1.1rem;
    height: auto;
    margin: 0 0 0 0.25rem; }
  .watch-live:hover, .watch-live:focus {
    background-color: #374140;
    color: #FFF; }
    .watch-live:hover i, .watch-live:focus i {
      background-color: transparent;
      color: #000; }
  @media (min-width: 900px) {
    .watch-live {
      height: 3rem; } }
  @media (max-width: 900px) {
    .watch-live i {
      display: none; } }

#meeting-sched-list .watch-live {
  font-size: 1.1em;
  justify-content: center;
  margin-left: 0;
  margin-top: .5rem; }
  #meeting-sched-list .watch-live i {
    margin-left: .5rem; }
  @media (min-width: 900px) {
    #meeting-sched-list .watch-live {
      width: 75%; } }
@media (max-width: 900px) {
  #meeting-sched-list {
    padding-right: 0; } }
@media (max-width: 900px) {
  #meeting-sched-list li {
    padding-right: 0; } }

#twitter-feed, #facebook-feed {
  max-width: 100%; }

.ck-editor__editable_inline {
  min-height: 400px; }

h4 {
  font-size: 1.1rem;
  margin: 0px auto;
  margin-bottom: 0;
  margin-top: 2.0rem;
  max-width: 70rem;
  /*:first-child{
      margin-top: 0rem;
  }*/ }

h3 {
  margin: 0px auto;
  max-width: 70rem; }

h4 + p {
  margin-top: .75rem; }

.posts-list {
  display: flex;
  flex-wrap: wrap; }
  .posts-list article {
    padding: 1rem;
    width: 100%; }
    .posts-list article h3 {
      display: inline-block;
      margin-top: 0; }
    .posts-list article a {
      display: inline-block; }
    .posts-list article i {
      color: #374140;
      float: right;
      font-size: .8em;
      margin-top: 8px; }
    @media (min-width: 600px) {
      .posts-list article {
        margin-right: .5rem;
        width: calc(50% - .5rem); } }
    @media (min-width: 1000px) {
      .posts-list article {
        margin-right: .5rem;
        width: calc(33% - .5rem); } }

.post-date {
  font-size: .9em;
  font-style: italic; }

#post article {
  background-color: #FEFEFE;
  margin: 0 auto;
  max-width: 70rem;
  padding: 2rem; }
  #post article p {
    margin-left: 0;
    margin-right: 0; }

.dashboard-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 4rem;
  width: 80vw; }

.dashboard-section {
  padding-top: .5rem; }

.footnotes {
  margin: 0px auto;
  max-width: 70rem; }
  .footnotes hr {
    border: 1px solid #999999;
    margin: 2rem 0 auto;
    text-align: left;
    width: 50%; }
  .footnotes p {
    margin: .8rem auto; }

/*
    PUBLIC INPUT PAGE
 */
.public-input {
  background-color: #e5e7eb;
  border-radius: .5rem;
  margin-top: 1.5rem;
  padding: .75rem; }
  .public-input h2 {
    margin-top: 5px; }

.hra-module {
  background-color: #FFFFE0;
  padding: 1rem;
  margin: 2rem 0px 2rem 0px;
  border-radius: 1rem;
  width: 100%; }

/*# sourceMappingURL=kiro.css.map */
