html {
  background: #ffffff;
  font-family: arial;
  height: 100%;
  padding: 10px; }
  html body {
    background: #ffffff;
    height: 100%;
    width: 100%;
    margin: auto;
    max-width: 1060px;
    min-width: 650px;
    font: 16px/26px; }
    html body #hdr_box {
      display: flex;
      z-index: 2; }
      @media (max-width: 960px) {
        html body #hdr_box {
          display: block; } }
    html body .hs_box {
      width: 17%;
      margin-right: 1%; }
      @media (max-width: 960px) {
        html body .hs_box {
          margin-right: 2%;
          width: 100%; }
          html body .hs_box img {
            align-self: center; } }
    html body .hdr_txt {
      width: 100%; }
      html body .hdr_txt .special {
        width: 100%;
        background: #6d6f71;
        padding: 5px; }
      html body .hdr_txt .whtitle {
        margin-left: 10px;
        text-align: left; }
      html body .hdr_txt .date {
        background: #00577b;
        color: #ffffff;
        float: right;
        font-size: 1.2em;
        margin-right: -10px;
        padding: 5px;
        text-align: center;
        width: 13%; }
      html body .hdr_txt .member_name {
        display: flex;
        flex-direction: column; }
      html body .hdr_txt .assemblywoman {
        color: #7b4174;
        font-size: 2em;
        font-weight: bold;
        align-self: baseline; }
      html body .hdr_txt .name {
        color: #00577b;
        font-size: 3em;
        font-weight: bold; }
    html body .special {
      background: #6d6f71;
      padding: 5px; }
    html body .whtitle {
      color: #ffffff;
      font-size: 2em;
      text-align: center; }
    html body .ltr_box {
      background: #e8e0ea;
      font-size: 1.4em;
      padding: 10px;
      font-style: italic; }
      html body .ltr_box .sig {
        width: 50%;
        margin-left: 50%;
        background: url("/postings/2020/20201211_0094601/images/sig.png") no-repeat; }
        @media (max-width: 360px) {
          html body .ltr_box .sig {
            width: 100%;
            margin-left: 40%; } }
        html body .ltr_box .sig img {
          width: 5%; }
    html body .sig_sincerely {
      width: 50%;
      margin-left: 50%; }
    html body .navy {
      color: #00577b;
      font-size: 1.75em;
      font-weight: bold;
      text-align: center;
      font-style: normal; }
    html body .yellow {
      color: #fff8a6;
      font-weight: bold;
      text-align: center;
      font-style: normal; }
    html body .border_box {
      border: #00577b 2px solid;
      padding: 10px;
      background: #e7ecf2; }
    html body .border_box_purple {
      border: #7b4174 2px solid;
      padding: 10px;
      background: #e7ecf2; }
    html body .purpletitle {
      color: #7b4174;
      font-size: 1.75em;
      font-weight: bold;
      text-align: center;
      font-style: normal; }
    html body .purpletitlemd {
      color: #7b4174;
      font-size: 1.25em;
      font-weight: bold;
      font-style: normal; }
    html body .title_box {
      background: #7b4174;
      padding: 10px; }
    html body .photo_sidecapt {
      width: 48%;
      float: right;
      padding: 10px;
      margin-top: 10%;
      background: #e8e0ea; }
      @media (max-width: 360px) {
        html body .photo_sidecapt {
          flex-direction: column; } }
    html body .photo_sidecaptlt {
      width: 48%;
      float: left;
      padding: 10px;
      margin-top: 10%;
      background: #e8e0ea; }
      @media (max-width: 360px) {
        html body .photo_sidecaptlt {
          flex-direction: column; } }
    html body .photo_img {
      width: 48%; }
      @media (max-width: 960px) {
        html body .photo_img {
          width: 100%; }
          html body .photo_img img {
            width: 100%; } }
      @media (max-width: 360px) {
        html body .photo_img {
          width: 100%; }
          html body .photo_img img {
            width: 100%; } }
    html body .photo_capt {
      width: 52%;
      display: block;
      padding: 10px;
      font-size: .9em;
      font-style: italic;
      align-self: center; }
      @media (max-width: 360px) {
        html body .photo_capt {
          width: 100%; } }
    html body .capt_title {
      text-align: center;
      font-size: 1.25em;
      font-weight: bold;
      font-style: normal;
      color: #7b4174; }
    html body .capt_titlebg {
      text-align: center;
      font-size: 1.85em;
      font-weight: bold;
      font-style: normal;
      color: #7b4174; }
    html body .purple_txt {
      text-align: center;
      font-size: 1.35em;
      font-weight: bold;
      color: #7b4174; }
      html body .purple_txt a {
        text-decoration: underline;
        color: #7b4174; }
      html body .purple_txt a:hover {
        text-decoration: none; }
    html body .navy_hereforyou {
      background: #00577b;
      padding: 5px;
      font-size: .9em;
      font-weight: bold; }
    html body .story_box {
      width: 100%;
      display: flex; }
      @media (max-width: 360px) {
        html body .story_box {
          width: 100%;
          flex-direction: column; } }
      html body .story_box .story_left {
        width: 49%;
        margin-right: 1%; }
        html body .story_box .story_left img {
          width: 100%; }
        @media (max-width: 360px) {
          html body .story_box .story_left {
            width: 100%; }
            html body .story_box .story_left img {
              width: 100%; } }
      html body .story_box .story_right {
        width: 49%;
        margin-left: 1%; }
        html body .story_box .story_right img {
          width: 100%; }
        @media (max-width: 360px) {
          html body .story_box .story_right {
            width: 100%; }
            html body .story_box .story_right img {
              width: 100%; } }
    html body .story_box1 {
      width: 100%;
      display: flex;
      flex-direction: column; }
      html body .story_box1 .capt {
        text-align: center;
        width: 48%;
        margin-right: 2%; }
      @media (max-width: 360px) {
        html body .story_box1 {
          width: 100%; }
          html body .story_box1 img {
            width: 100%; } }
    html body .storybg {
      background: #e7ecf2;
      padding: 10px; }
    html body .capt {
      font-size: .9em;
      font-style: italic; }
    html body .mdtitle {
      color: #00577b;
      font-weight: bold;
      font-size: 1.75em; }
    html body .greentxt {
      color: #7b4174;
      font-size: 1.35em; }
    html body .navytxt {
      color: #00577b;
      font-weight: bold;
      font-size: 1em; }
    html body .contact_box {
      background: #00577b;
      padding: 10px;
      color: #ffffff;
      text-align: center;
      font-weight: bold;
      font-size: 1.25em; }
      html body .contact_box a {
        color: #ffffff; }
    html body .languages {
      width: 100%;
      display: flex;
      flex-direction: row; }
    html body .left {
      width: 49%; }
    html body .right {
      width: 49%; }
    html body .greybg {
      background: #cccccc;
      padding: 10px; }
    html body .twitter {
      float: left;
      margin-right: 5px;
      width: 16px; }
    html body .float_right {
      float: right;
      width: 50%; }

/*# sourceMappingURL=weinstein_winter_2020.css.map */
