#flags
{
    object-position: 0 -110px;
}

#mic
{
    object-position: 0 -110px;
}

#orange-blue
{
    object-position: 0 -45px;
}

#stu1
{
    object-position: 0 -255px;
}

#stu2
{
    object-position: 0 -110px;
}

.sig
{
    height: 80px;
}

.tri-image
{
    height: 700px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.dual-image
{
    height: 1170px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.top-image
{
    height: 50%;
    width: 100%;
    object-fit: cover;
    margin: 0;
}

.bottom-image
{
    height: 50%;
    width: 100%;
    object-fit: cover;
    margin: 0;
}


.bl-image
{
    height: 50%;
    width: 50%;
    object-fit: cover;
    margin: 0;
    display: inline-block;
    float: left;
}
.br-image
{
    height: 50%;
    width: 50%;
    object-fit: cover;
    margin: 0;
    display: inline-block;
    float: right;
}

.two-col
{
    column-count: 3;
    margin-top: 20px;
}

.two-col p, #covid p
{
    margin: 0;
    
}

h6.tc-header
{
    
    color:#7b4174;
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
}

h6.covid-header, .pic-header
{
    color:#7b4174;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.list-header
{
    color:#7b4174;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

ul
{
    margin: 5px;
}

img
{
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

#covid
{
    background-color:#d8e4ec;
    padding: 20px;
    margin-top: 15px;
}

.news-body
{
    background-color: #d8e4ec;
    padding: 20px;
}

.caption
{
    font-style: italic;
    margin-top: 5px;
    font-size: 14px;
}

span.purple-start
{
    color:#7b4174;
    font-weight: bold;
}

#shred
{
    /*background-image: url("../Links/Shredded_Paper_187752563.png");*/
    font-weight: bold;
}

#shred-bg
{
    width: 100%;
    z-index: -10;
    margin-bottom: -132px;
    filter:opacity(25%);
}

#shred b
{
    font-weight: bolder;
    font-style: normal;
}

#top
{
    color:#7b4174;
    font-style: italic;
    filter:opacity(100%);
    margin-left: 20px;
}

#top #blue
{
    color:#00577b;
}

#bottom
{
    color:#00577b;
    font-size: 14px;
    filter:opacity(100%);
    margin-left: 20px;
}

#QR
{
    float: right;
    filter: opacity(100%);
    margin-top: -112px;
    margin-right: 3%;
    width: 10%;

}

#senior-bus
{
    background-color: #e0e4ec;
    width: 55%;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    vertical-align: top;
    
}

#fs-container
{
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#flu-shots p, #flu-shots p b
{
    margin: 0;
}

.purple-header
{
    font-size: 24px;
    color:#7b4174;
    font-weight: bold;
    margin-bottom: 10px;
}

.purple-subheader
{
    font-size: 20px;
    color:#7b4174;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

@media(max-width: 960px)
{
    /*#top
    {
        font-size: 2vw;
    }
    #bottom
    {
        font-size: 1.5vw;
    }
    #shred-bg
    {
        margin-top: -10vw;
    }*/

    #QR
    {
        float:none;
        margin-top: 30px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 33%;
    }

    #shred-bg
    {
        height: 138.625px;
    }
}

html {
    background: #fff;
    font-family: arial;
    font: 16px/26px;
    height: 100%;
    padding: 10px
}

body {
    background: #fff;
    height: 100%;
    width: 100%;
    margin: auto;
    max-width: 1060px;
    min-width: 650px
}

#hdr_box {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    z-index: 2
}

@media(max-width: 960px) {
    #hdr_box {
        display: block
    }
}

.hs_box {
    width: 17%;
    margin-right: 1%
}

@media(max-width: 960px) {
    .hs_box {
        margin-right: 2%;
        width: 25%
    }
    .hs_box img {
        align-self: center;
        width: 100%
    }
}

.hdr_txt {
    width: 100%
}

@media(max-width: 960px) {
    .hdr_txt {
        width: 99%
    }
}

.hdr_txt .special {
    width: 100%;
    background: #6d6f71;
    padding: 5px
}

.hdr_txt .whtitle {
    margin-left: 10px;
    text-align: left
}

.hdr_txt .blue {
    color: #b8cbda
}

.hdr_txt .date {
    background: #00577b;
    color: #fff;
    float: right;
    font-size: 1.2em;
    margin-right: -10px;
    padding: 5px;
    text-align: center;
    width: 13%
}

.hdr_txt .member_name {
    display: flex;
    flex-direction: column
}

.hdr_txt .assemblywoman {
    color: #7b4174;
    font-size: 2em;
    font-weight: bold;
    align-self: baseline
}

.hdr_txt .name {
    color: #00577b;
    font-size: 2.75em;
    font-weight: bold
}

.special {
    background: #6d6f71;
    padding: 5px
}

@media(max-width: 960px) {
    .special {
        width: 99%
    }
}

.whtitle {
    color: #fff;
    font-size: 2em;
    text-align: center;
    font-weight: bold;
}

.ltr_box {
    background: #e8e0ea;
    font-size: 1em;
    padding: 10px;
    font-style: italic
}

.ltr_box .sig {
    width: 50%;
    margin-left: 50%;
    background: url("/postings/2020/20201211_0094601/images/sig.png") no-repeat
}

@media(max-width: 360px) {
    .ltr_box .sig {
        width: 100%;
        margin-left: 40%
    }
}

.ltr_box .sig img {
    width: 5%;
    display: none;
}

.sig_sincerely {
    width: 50%;
    margin-left: 50%
}

.navy {
    color: #00577b;
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
    font-style: normal
}

.ltblue {
    color: #b8cbda;
    font-weight: bold;
    text-align: center;
    font-style: normal
}

.border_box {
    border: #00577b 2px solid;
    padding: 10px;
    background: #b8cbda
}

.border_box_purple {
    border: #7b4174 2px solid;
    padding: 10px;
    background: #b8cbda
}

.purpletitle {
    color: #7b4174;
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
    font-style: normal
}

.purpletitlemd {
    color: #7b4174;
    font-size: 1.25em;
    font-weight: bold;
    font-style: normal
}

.title_box {
    background: #7b4174;
    padding: 10px
}

.photo_sidecapt {
    width: 48%;
    float: right;
    padding: 10px;
    margin-top: 10%;
    background: #e8e0ea
}

@media(max-width: 360px) {
    .photo_sidecapt {
        flex-direction: column
    }
}

.photo_sidecaptlt {
    width: 48%;
    float: left;
    padding: 10px;
    margin-top: 10%;
    background: #e8e0ea
}

@media(max-width: 360px) {
    .photo_sidecaptlt {
        flex-direction: column
    }
}

.photo_img {
    width: 48%
}

@media(max-width: 960px) {
    .photo_img {
        width: 100%
    }
    .photo_img img {
        width: 100%
    }
}

@media(max-width: 360px) {
    .photo_img {
        width: 100%
    }
    .photo_img img {
        width: 100%
    }
}

.photo_capt {
    width: 52%;
    display: block;
    padding: 10px;
    font-size: .9em;
    font-style: italic;
    align-self: center
}

@media(max-width: 360px) {
    .photo_capt {
        width: 100%
    }
}

.capt_title {
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    font-style: normal;
    color: #7b4174
}

.capt_titlebg {
    text-align: center;
    font-size: 1.85em;
    font-weight: bold;
    font-style: normal;
    color: #7b4174
}

.purple_txt {
    text-align: center;
    font-size: 1.35em;
    font-weight: bold;
    color: #7b4174
}

.purple_txt a {
    text-decoration: underline;
    color: #7b4174
}

.purple_txt a:hover {
    text-decoration: none
}

.purple_txtsm {
    font-weight: bold;
    color: #7b4174
}

.navy_hereforyou {
    background: #00577b;
    padding: 5px;
    font-size: .9em;
    font-weight: bold
}

.story_box {
    width: 100%;
    display: flex
}

@media(max-width: 360px) {
    .story_box {
        width: 100%;
        flex-direction: column
    }
}

.story_box .story_left {
    width: 49%;
    margin-right: 1%
}

.story_box .story_left img {
    width: 100%
}

@media(max-width: 360px) {
    .story_box .story_left {
        width: 100%
    }
    .story_box .story_left img {
        width: 100%
    }
}

.story_box .story_right {
    width: 49%;
    margin-left: 1%
}

.story_box .story_right img {
    width: 100%
}

@media(max-width: 360px) {
    .story_box .story_right {
        width: 100%
    }
    .story_box .story_right img {
        width: 100%
    }
}

.story_box1 {
    width: 100%;
    display: flex;
    flex-direction: column
}

.story_box1 .capt {
    text-align: center;
    width: 48%;
    margin-right: 2%
}

@media(max-width: 360px) {
    .story_box1 {
        width: 100%
    }
    .story_box1 img {
        width: 100%
    }
}

.storybg {
    background: #e8e0ea;
    padding: 10px
}

.storybglp {
    background: #e8e0ea;
    padding: 10px
}

.storybggrey {
    background: #ddd;
    padding: 10px
}

.capt {
    font-size: .9em;
    font-style: italic
}

.mdtitle {
    color: #00577b;
    font-weight: bold;
    font-size: 1.75em
}

.greentxt {
    color: #7b4174;
    font-size: 1.35em
}

.navytxt {
    color: #00577b;
    font-weight: bold;
    font-size: 1em
}

.contact_box {
    background: #7b4174;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.25em
}

.contact_box a {
    color: #fff
}

.languages {
    width: 100%;
    display: flex;
    flex-direction: row
}

.left {
    width: 49%
}

.right {
    width: 49%
}

.greybg {
    background: #ccc;
    padding: 10px
}

.twitter {
    float: left;
    margin-right: 5px;
    width: 16px
}

.float_right {
    float: right;
    width: 50%
}

.single_photo {
    width: 100%;
    margin-left: 2.5%
}

.metro_card_box {
    background: #e8e0ea;
    display: flex;
    flex-wrap: nowrap;
    padding: 10px
}

.metro_card_text {
    font-size: 1.25em;
    text-align: center;
    width: 60%
}

.metro_card_box_photo {
    width: 40%
}

.shred_box {
    background-image: url("/postings/2022/20220524_0102054/images/shred_bg.jpg");
    width: 100%
}

.shred_box_txt {
    padding: 10px;
    text-align: center
}

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