﻿/*Site.Master mega menu*/
#hidden_ul {
    display: none;
}

#visible_ul:hover #hidden_ul {
    display: block;
    padding-left: 20px;
}

#visible_ul:after #hidden_ul {
    display: block;
    padding-left: 20px;
}

ul.addpad {
    padding-bottom: 50px;
}

.container {
    width: 100% !important;
}

.font16rembold {
    font-size: 1.6rem !important;
    font-weight: bold !important;
}

.font18rembold {
    font-size: 1.8rem !important;
    font-weight: bold !important;
}

/*.googlesearchbutton:focus {
    border: 1px dotted #007bff !important;
}*/

.font24rembold {
    font-size: 2.4rem !important;
}

.pagemargins {
    margin-left: 10rem;
    margin-right: 25rem;
}

@media (max-width: 768px) {
    .pagemargins {
        margin-left: 0;
        margin-right: 0;
    }
}

.leftmargin10rem {
    margin-left: 10rem;
}

.googleborder {
    border: 1px solid #002d52 !important;
}

.headerimagepadding {
    padding-left: 110px;
}

.headernavigatediv {
    padding-top: 30px;
    padding-right: 30px;
    text-align: right;
}

.transparencywidth {
    width: 18% !important;
}

.citizenswidth {
    width: 15%;
}

.localgovwidth {
    width: 20%;
}

.financialinstwidth {
    width: 18%;
}

.liftimage {
    display: inline-block;
    margin: 0 auto;
}

.noticeouter {
    border-color: #a55d35;
    border-width: 3px;
    border-style: solid;
    color: white;
    background-color: #a55d35;
}

.noticeheader {
    font-size: x-large;
    color: white;
    font-weight: bolder;
    text-align: center;
}

.noticeheadertext {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.noticetext {
    background-color: white;
    color: black;
    padding: 15px;
}

.fontsize14px {
    font-size: 1.4rem;
}

.skipnav {
    text-align: left;
    color: #002d52;
}

    .skipnav a {
        position: absolute;
        left: -10000px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

        .skipnav a:focus, .skipnav a:active {
            position: static;
            left: 0;
            width: auto;
            height: auto;
            overflow: visible;
            text-decoration: underline;
        }


.aboutwidth {
    width: 12% !important;
}

.ucpwidth {
    width: 22% !important;
}

.programswidth {
    width: 22% !important;
}

.investmentswidth {
    width: 17% !important;
}

.mediawidth {
    width: 13% !important;    
}

.contactwidth {
    width: 14% !important;
}

.container {
    width: 100% !important;
}

/*.googlesearchbutton:focus {
    border: 1px dotted #007bff !important;
}*/

.googleborder {
    border: 1px solid #002d52 !important;
}

.headerimagepadding {
    padding-left: 110px;
}

.headernavigatediv {
    padding-top: 30px;
    padding-right: 30px;
    text-align: right;
}

.marginleft0pximportant {
    margin-left: 0px !important;
}

.menuheaderpadding {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.menutext {
    text-align: center !important;
    font-size: 18px;
}

.ucpexpandedcolumnheader {
    font-size: large;
    color: #002d52 !important;
}

.ucpmediumheader {
    font-size: medium;
    font-weight: bold;
    color: #002d52 !important;
}



@media (max-width:1200px) {
    .headerimagepadding {
        padding-left: 80px;
    }

    .menutext {
        font-size: 16px;
    }
}

@media (max-width:1077px) {
    .headerimagepadding {
        padding-left: 10px;
    }

    .menuheaderpadding {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .menutext {
        font-size: 15px;
    }
}

@media (max-width:1040px) {
    .menutext {
        font-size: 14px;
    }
}

@media (max-width:992px) {
    .headerimagepadding {
        padding-left: 0px;
    }

    .menuheaderpadding {
        padding-left: 1.5% !important;
        padding-right: 1.5% !important;
    }

    .menutext {
        font-size: 14px;
    }

    div.menuheader {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

@media only screen and (max-width:767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

    .aboutwidth {
        width: 100% !important;
    }

    .investmentswidth {
        width: 100% !important;
    }

    .mediawidth {
        width: 100% !important;
    }

    .contactwidth {
        width: 100% !important;
    }

    .transparencywidth {
        width: 100% !important;
    }

    .localgovwidth {
        width: 100% !important;
    }

    .citizenswidth {
        width: 100% !important;
    }

    .financialinstwidth {
        width: 100% !important;
    }

    .menuheaderpadding {
        padding-left: 0% !important;
        padding-right: 0% !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .menutext {
        text-align: left;
        font-size: 18px;
    }

    .programswidth {
        width: 100% !important;
    }

    .ucpwidth {
        width: 100% !important;
    }
}
/**/
/*Site.Master UCP Search*/
.ucpsearchheader {
    background-color: #002d52 !important;
    line-height: .9;
}

.ucpsearchheaderbutton {
    top: 14px;
}

.ucpsearchheaderinput {
    border: none !important;
    height: 32px;
    width: 95% !important;
    border-radius: 23px;
}

.ucpsearchheaderlabel {
    top: 3px;
    position: relative;
}
/**/
/*Site.Master footer menu*/
.copyright-align {
    text-align: center;
    padding-top: 15px;
}

.footerbackground {
    background-color: #002d52;
    color: #ffffff;
    padding: 50px 10% 50px 10%
}

.footermenubackgroundcolordfdfdf {
    background-color: #dfdfdf;
}

.footermenuborder {
    border-top: 1px solid #dfdfdf;
}

.footermenufont {
    font-family: "Poppins", Helvetica, Arial, "Nimbus Sans L", sans-serif !important;
    color: #002d52 !important;
    font-size: large !important;
}

    .footermenufont:hover {
        text-decoration: underline !important;
        font-weight: bold !important;
    }

.footermenufontwhite {
    color: white !important;
}

    .footermenufontwhite:hover {
        text-decoration: underline !important;
        font-weight: bold !important;
    }

.footermenufontsmall {
    font-size: small !important;
}

.copyright-align {
    text-align: center;
    padding-top: 15px;
}

.footersearch {
    width: 100% !important;
}

@media (min-width:993px) {
    .donor-image {
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
}

@media (max-width:992px) {
    .donor-image {
        text-align: center;
        padding: 10px 0px 10px 0px;
    }

    .footersearchdiv {
        padding-left: 2vw;
    }
}
/**/

/*TreasurersWebsite default.aspx*/

.poppinsfont {
    font-family: "Poppins", Helvetica, Arial, "Nimbus Sans L", sans-serif !important;
}

h2.poppinsfont {
    font-family: "Poppins", Helvetica, Arial, "Nimbus Sans L", sans-serif !important;
}

.replaceh4 {
    font-size: 16pt !important;
    font-weight: bold !important;
}

.replaceh4with12pt {
    font-size: 12pt !important;
    font-weight: bold !important;
}

@media (max-width: 1400px) {
    .hideDiv {
        display: none;
    }
}

p.parahlink {
    margin: auto;
    width: 70%;
    text-align: center;
    background-color: #002d52;
    font-size: medium;
    font-weight: bold
}

p.paraimgbtn {
    text-align: center;
    margin-top: 1rem;
    background-color: #f9f9f9;
    height: 19.5rem;
    width: 26rem;
    align-content: center;
    margin: auto;
    border: #e3e3e3 1px solid;
}

.img75 {
    width: 75%;
    margin-top: 2.2rem;
}

.top7rem {
    margin-top: 7rem;
}

.faqlinktext {
    text-decoration: none;
    color: #ffffff !important;
}

.ffContainer {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    width: 100%;
    position: relative !important;
    background-color: #002d52;
    text-align: center !important;
}

.fftblnoborder table,
.fftblnoborder tr,
.fftblnoborder td {
    border: none !important;
}

.ffsmallparagraph {
    color: white; 
    font-size:1.6rem; 
    margin-top: -2rem;
}

.ffcolumnHeader {
    font-size: 20pt;
    font-family: Arial, Helvetica, sans-serif;
    top: 50% !important;
    color: white;
    text-align: center !important;
}

.homenewsvideospacer {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

div.newsandupdates {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*.newsAndUpdatesPara {
	box-sizing: border-box;
	float: left;
	width: 100%;
    margin-left: 5% !important;
    margin-right: 5% !important;
}*/

div.newsAndUpdatesPara {
    margin-left: auto;
    margin-right: auto;
    width: 55%
}

.newsAndUpdatesPara p {
    margin-bottom: 0px;
}

.newsAndUpdatesParaColumn {
    /*width: 30%;*/
    float: left;
    padding: 20px 0px 0px 12px;
}

    .newsAndUpdatesParaColumn span {
        font-size: 28px;
        /*padding-left: 5px;*/
        color: #4b5978;
    }

.newsAndUpdatesParaColumnRedLine {
    width: 100px;
    background-color: #2A56A5;
    height: 3px;
    /*margin-left: 5px;*/
    margin-bottom: 20px;
}

.newsAndUpdatesParaColumnUCPStats {
    width: 40%;
    float: left;
    padding: 20px 0px 0px 0px;
}

    .newsAndUpdatesParaColumnUCPStats span {
        font-size: 28px;
        padding-left: 5px;
        color: #4b5978;
    }

.newsAndUpdatesParaColumnUCPStatsRedLine {
    width: 100px;
    background-color: #2A56A5;
    height: 3px;
    margin-left: 5px;
    margin-bottom: 20px;
}
    .newsAndUpdatesParaColumnTwitter {
        width: 30%;
        float: left;
        padding: 20px 0px 0px 12px;
    }

    .newsAndUpdatesParaColumnTwitter span {
        font-size: 28px;
        padding-left: 5px;
        color: #4b5978;
    }

.newsAndUpdatesParaColumnTwitterRedLine {
    width: 100px;
    background-color: #2A56A5;
    height: 3px;
    margin-left: 5px;
    margin-bottom: 20px;
}

.newsAndUpdatesParaFBIframe {
    width: 100%;
    height: 500px;
    margin: 0px auto;
    border: medium;
    overflow: hidden;
    display: block;
}

.newsAndUpdatesParaFBIframeDiv {
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: auto !important;
    margin-right: auto !important;
}

/*.newsAndUpdatesParaSpacer {
	width: 11%;
	float: left;
	padding: 0px 0px 0px 0px;
}*/

.newsAndUpdatesParaSpacer {
    width: 20%;
    float: left;
    padding: 0px 0px 0px 0px;
}

@media (max-width: 1195px) {
    div.newsandupdates {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    div.FB_Resize {
        padding-left: 0%;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media (max-width: 768px) {
    .newsAndUpdatesParaColumn {
        width: 100%;
    }

    .newsAndUpdatesParaColumnTwitter {
        width: 100%;
    }
}

div.pandsActive {
    text-align: center;
    padding: 10px 10px 10px 10px;
}

div.padnsContainer {
    padding-left: 11%;
    padding-right: 11%;
}

@media (max-width: 767px) {
    div.padnsContainer {
        padding-left: 1%;
        padding-right: 1%;
    }

    .leftmargin10rem {
        margin-left: 0rem;
    }
}

@media (max-width: 550px) {
    div.FB_Resize {
        padding-left: 0px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .leftmargin10rem {
        margin-left: 0rem;
    }
}
/**/

/*TreasurersWebsite auction.aspx*/
#tblAuction table, tr, td {
    border: #FFFFFF 1px solid !important;
}

.tblcolumn1 {
    color: black;
    font-family: arial;
    font-size: 16px;
    vertical-align: top;
}

.tblcolumn2 {
    line-height: 150%;
    padding-left: 10px;
    font-family: arial;
    font-size: 14px;
}

    .tblcolumn2 span {
        font-family: arial;
        font-size: 16px;
        color: black;
    }

.auctionclear {
    clear: both
}

.auctionfloatright {
    float: right;
}

    .auctionfloatright a {
        border-width: 2px;
        color: #0000ff;
    }

    .auctionfloatright img {
        border: 0px solid #18284b;
    }

.auctionpara {
    line-height: 150%;
    padding-right: 10px;
    font-family: arial;
}

#gallery {
    position: relative;
    height: 600px
}

    #gallery a {
        float: left;
        position: absolute;
    }

        #gallery a img {
            border: none;
        }

        #gallery a.show {
            z-index: 500
        }
    /* #gallery .caption:hover   {visibility:hidden;}*/
    #gallery .caption {
        z-index: 600;
        background-color: #000;
        color: #ffffff;
        height: 50px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

        #gallery .caption .content {
            margin: 5px
        }

            #gallery .caption .content h3 {
                margin: 0;
                padding: 0;
                color: #1DCCEF;
            }
/**/

/**/

/*TreasurersWebsite proposed-rules.aspx*/
.prlist li {
    list-style-type: none;
}
/**/

/*TreasurersWebsite home/privacy-notice.aspx*/
.pndefault {
    line-height: 150%;
    /*font-size: 14px;*/ /*changed for accessibility*/
    font-size: 1.4rem !important;
}

.pnspan {
    font-family: Arial;
    font-size: 16px;
    color: black;
}

.pnspanbold {
    font-weight: bold;
    font-family: Arial;
    font-size: 16px;
}
/**/

/*TreasurersWebsite home/site-map.aspx*/
.smdefault {
    line-height: 150%;
    font-size: 14px;
}

.smspan {
    font-size: 12pt;
    font-weight: bold;
}

.smul {
    list-style-type: none;
}

    .smul li {
        float: left;
    }
/**/

/*TreasurersWebsite jobs/executive-assistant.aspx*/
.eaotherdutiesul {
    line-height: 150%;
    text-indent: -1em;
    font-family: Georgia;
    font-size: 14px !important;
    margin-left: 1.65em !important;
}

.smspan {
    font-size: 12pt;
    font-weight: bold;
}
/**/

/*TreasurersWebsite newsroom/media-toolkit.aspx*/
.mtkfloatright {
    float: right;
}

.mtktable {
    margin: 0px auto;
    float: right;
}

.mtkul {
    display: block;
}

/**/

/*TreasurersWebsite newsroom/news-and-events-item.aspx*/
.nandeilvhomenewscontrolcontent {
    font-size: 18px !important;
    line-height: 1.5;
}

    .nandeilvhomenewscontrolcontent p {
        line-height: 150%;
        /*font-size: 16px !important;*/
        /*Changed for accessibility*/
        font-size: 1.3rem !important;
    }

.nandeilvhomenewscontroldate {
    padding: 15px 0px 0px 2px;
    line-height: 150%;
    /*font-size: 16px !important;*/
    /*Changed for accessibility*/
    font-size: 1.3rem !important;
}

    .nandeilvhomenewscontroldate span {
        line-height: 150%;
        /*font-size: 16px !important;*/
        /*Changed for accessibility*/
        font-size: 1.3rem !important;
    }

.nandeimaindiv {
    padding-left: 17%;
    padding-right: 15%;
    padding-top: 1%;
}

.nandeprheader {
    font-size: 14px;
    line-height: 250%;
    padding-left: 0px !important;
}
/**/

/*TreasurersWebsite UserControls/HomePageReceiveUpdates.ascx*/
.uchomereceiveupdatesemail {
    width: 100%;
    color: #002d52 !important
}

.uchomereceiveupdatesfname {
    width: 100%;
    margin-right: 20px;
    color: #002d52 !important
}

.uchomereceiveupdatesrow {
    background-color: #002d52;
    padding: 20px;
    width: 100%;
    position: relative;
}
/**/

/*TreasurersWebsite UserControls/Sidebar.ascx*/
.ucsidebarFBIframe {
    border: currentColor;
    overflow: hidden;
    width: 340px;
}

.ucsidebarFBIframediv {
    padding-top: 50px;
    text-align: center;
}

.ucsidebartwitterdivinner {
    text-align: center;
    border: 1px solid #cacaca;
}

.ucsidebartwitterdivrow {
    width: 340px;
    margin: 0px auto;
}

.ucsidebarform {
    width: 340px;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}

.ucsidebarinputuputdiv {
    text-align: center;
    padding: 50px 50px 0px 50px;
    display: block;
}

.ucsidebarupdateinputsubmit {
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: currentColor currentcolor #a22226
}

.ucsidebarupdateinputtext {
    border: 1px solid #cacaca;
}

@media (max-width: 550px) {
    .ucsidebarinputuputdiv {
        padding-left: 2%;
    }

    .ucsidebartwitterdivrow {
        padding: 0 2% 0 2%;
    }

    .ucsidebarFBIframedivrow {
        padding: 0 2% 0 2%;
    }
}

@media (max-width: 324px) {
    .ucsidebarFBIframe {
        width: 100%;
    }

    .ucsidebarinputuputdiv {
        padding: 5px 5px 0px 5px;
    }

    .ucsidebartwitterdivrow {
        width: 100%;
    }

    .ucsidebarform {
        width: 100%;
        padding: 0 3% 0 3%;
    }
}
/**/

/*TreasurersWebsite UserControls/NewsContentBlockDouble.ascx*/
/*div.uchomenewscontroldouble {
    padding: 0px 20px 0px 0px;
    max-width: 500px;
    max-height: 500px;
    margin-top: 0px !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
}

div.uchomenewscontroldoubleinner {
    overflow-x: hidden;
    overflow-y: auto;
    height: 165px;
}

.uchomenewscontroldoubleouterdiv {
    width: 100px;
    background-color: #2A56A5;
    height: 3px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.uchomenewscontroldoublespan {
    font-size: 28px;
    padding: 10px 0px 0px 10px;
    color: #4b5978;
}*/

/*@media (max-width: 1195px) {
    div.uchomenewscontroldouble {*/
        /*padding: 20px 0px 0px 15%;*/
        /*padding: 0px 0px 0px 0%;
        width: 100%;
    }

    div.uchomenewscontroldoubleinner {
        height: auto;
        max-height: 250px;
    }
}

@media (max-width: 550px) {
    div.uchomenewscontroldouble {
        padding: 20px 0px 0px 0px;
        width: 100%;
    }
}*/
/**/

/*TreasurersWebsite UserControls/NewsAndEvents.ascx*/
.nandepanellable {
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 25px;
}

.naneouterdiv {
    padding-left: 17%;
    padding-right: 15%;
    padding-top: 1%;
}

.marginleft {
    Margin-left: 17%;
}

.lvhomenewscontrolheader {
    color: #264c7d !important;
    font-size: 15px !important;
    font-weight: 600;
    padding-bottom: 10px;
}

.lvhomenewscontroltitle {
    color: rgb(16, 92, 182);
    font-size: 24px !important;
    font-weight: bold;
    line-height: 1.2;
}

.nandelvhomenewscontrolcontent {
    font-size: 18px !important;
    line-height: 1.5;
}

    .nandelvhomenewscontrolcontent p {
        font-size: 18px !important;
        line-height: 1.5;
    }

.nandelvhomenewscontroldate {
    /*color: #bac4d9 !important;*/
    color: #4a5970 !important;
    line-height: 2;
    font-style: italic;
    /*font-size: 12px;*/
    /*Changed for accessibility*/
    font-size: 1rem;
    padding: 15px 0px 0px 0px;
}

.lvnumericpager {
    /*color: #6b80a1 !important;*/
    color: #404c60 !important;
    /*font-size: 24px !important;*/
    /*Changed for accessibility*/
    font-size: 2rem !important;
    font-weight: lighter !important;
    padding-left: 5px;
    padding-right: 5px;
}

.lvnumericpageractive {
    color: #264c7d !important;
    /*font-size: 24px !important;*/
    /*Changed for accessibility*/
    font-size: 2rem !important;
    font-weight: bolder;
    padding-left: 5px;
    padding-right: 5px;
}

.nandepanel2 {
    width: 98%;
    text-align: center;
}
/* HIDE ELLIPSIS THAT WOULD DISPLAY IF MORE PAGES EXIST*/
.lvnumericpagernextprev {
    display: none !important;
}

.lvhomenewscontrollink a {
    /*color: #a55d35 !important;*/
    color: #a55d35 !important;
    /*font-size: 15px;*/
    /*Changed for accessibility*/
    font-size: 1.25rem;
    font-weight: bold;
    /*padding-left:2px;*/
    line-height: 2.5;
    padding: 15px 0px 0px 2px;
}

    .lvhomenewscontrollink a:hover {
        color: #2A56A5 !important;
        text-decoration: none !important;
    }

div.homenewscontroldouble {
    padding: 0px 20px 20px 20px;
    max-width: 500px;
    height: 500px;
    margin-top: 0px !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
}

div.homenewscontroldoubleinner {
    overflow-x: hidden;
    overflow-y: auto;
    /*height: 250px;*/
    height: 165px;
}

li h2 {
    padding-left: 0px !important;
}

@media (max-width: 550px) {

    div.homenewscontroldouble {
        padding: 20px 20px 20px 20px;
        width: 100%;
    }
}
/**/

/*WebsiteContent about-the-office/open-meeting-notice.aspx*/
.lvOpenMeetingNone {
    font-size: 14px;
    padding: 20px 0px 20px 10px;
    margin: 0px 0px 0px 10px;
}

.lvOpenMeetingPDFLink {
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 10px;
}

    .lvOpenMeetingPDFLink a {
        font-size: 15px;
        font-weight: bold;
        line-height: 2.5;
    }

        .lvOpenMeetingPDFLink a:hover {
            text-decoration: none !important;
        }
/**/

/*SignUpForm.aspx*/
.btn-standard {
    width: 100%;
    color: #ffffff;
    background-color: #a55d35;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #a22226 !important;
}

    .btn-standard:hover,
    .btn-standard:focus,
    .btn-standard:active,
    .btn-standard.active {
        background-color: #2A56A5 !important;
        text-decoration: none !important;
    }

input[type=text].appinputtext {
    width: 90%;
    color: #002d52 !important;
    background-color: #efeeef !important;
    padding: 5px !important;
    border: 1px solid #cacaca !important;
    margin-bottom: 5px;
    /*height:48px;*/
}

select.appinputtext {
    width: 90%;
    color: #002d52 !important;
    background-color: #efeeef !important;
    padding: 6px !important;
    border: 1px solid #cacaca !important;
    margin-bottom: 5px;
    /*height:48px;*/
}

input[type=text].appinputtextsearch {
    width: 95%;
    color: #002d52 !important;
    background-color: #efeeef !important;
    padding: 5px !important;
    border: 1px solid #cacaca !important;
    margin-bottom: 5px;
    height: 48px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4285;
    vertical-align: middle;
    font-style: italic;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

input[type=submit].appinputtext {
    width: 90%;
    color: #002d52 !important;
    background-color: #efeeef !important;
    padding: 5px !important;
    border: 1px solid #cacaca !important;
    /*height: 48px;*/
}

input[type=password].appinputtext {
    width: 90%;
    color: #002d52 !important;
    background-color: #efeeef !important;
    padding: 5px !important;
    border: 1px solid #cacaca !important;
    /*height: 48px;*/
}

.radio {
    padding-left: 20px;
}

table.radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

.vert-radio.radio label {
    padding-left: 0px;
}

.horiz-radio.radio label {
    padding-left: 0px;
    margin-right: 35px;
}

input[type="radio"] {
    float: none !important;
}


.horiz-radio label {
    font-weight: normal;
}

.horiz-radio input + label + input {
    margin-left: 15px;
}

span.horiz-inline-radio {
    display: inline-block;
    padding-left: 20px;
    margin-right: 55px;
}

    span.horiz-inline-radio label {
        padding-left: 0px;
    }
/*------------------*/

/*Generic*/
.displaynone {
    display: none;
}

.fontsize11pt {
    font-size: 11pt;
}

.fontsize18pt {
    font-size: 18pt;
}

.height1px {
    height: 1px;
}

.height10px {
    height: 10px;
}

.height20px {
    height: 10px;
}

.height15px {
    height: 15px;
}

.marginbottom-1px {
    margin-bottom: -1px;
}

.paddingbottom5px {
    padding-bottom: 5px;
}

.paddingbottom20px {
    padding-bottom: 20px;
}

.paddingbottom30px {
    padding-bottom: 30px;
}

.paddingleft2pct {
    padding-left: 2%;
}

.paddingright20px {
    padding-right: 20px;
}

.paddingtop5px {
    padding-top: 5px;
}

.paddingtop10px {
    padding-top: 10px;
}

.paddingtop20px {
    padding-top: 20px;
}

.positionrelative {
    position: relative;
}

.textaligncenter {
    text-align: center;
}

.textalignright {
    text-align: right;
}

.width90pct {
    width: 90%;
}

.width100pctimportant {
    width: 100% !important;
}

.width300px {
    width: 300px;
}

/**/

/*News and Events Items*/
div.subtitleStyle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 18px;
}
/**/

/*COVID*/
.shownotes1 {
    display: none;
}

.shownotes2 {
    display: none;
}

.shownotes3 {
    display: none;
}

#checkbox1, #checkbox2, #checkbox3 {
    display: none;
}

#label1b, #label2b, #label3b {
    display: none;
}

#checkbox1:checked ~ .hidefirst {
    display: none;
}

#checkbox1:checked ~ .shownotes1 {
    display: block;
}

#checkbox1:checked ~ #label1b {
    display: block;
}

#checkbox1:checked ~ #label1a {
    display: none;
}

#checkbox2:checked ~ .shownotes2 {
    display: block;
}

#checkbox2:checked ~ #label2b {
    display: block;
}

#checkbox2:checked ~ #label2a {
    display: none;
}

#checkbox3:checked ~ .shownotes3 {
    display: block;
}

#checkbox3:checked ~ #label3b {
    display: block;
}

#checkbox3:checked ~ #label3a {
    display: none;
}

.cblabel {
    margin-bottom: 1%;
    padding-left: 5px;
}

.dashgraphtext {
    background-color: #e1e1e1;
    margin: 10px 10px 20px 10px;
    /*margin: 1% 1% 2% .5%;*/
    font-size: 1.2vw;
    color: #2C2C2C;
}

    .dashgraphtext ul {
        padding-left: 25px;
    }

p.italictype {
    font-style: italic !important;
}

ul.discbullet {
    list-style-type: disc;
    text-indent: 20px
}

.covidlink {
    color: white !important;
    font-weight: bold;
    text-decoration: underline !important;
}

.covidgray {
    background-color: lightgray !important;
}

.coviditalic {
    font-style: italic !important;
}

@media (max-width: 1024px) {
    .cblabel {
        margin-bottom: 2%;
        padding-left: 5px;
    }

    .notes {
        display: none;
    }
}
/**/

/*default.aspx*/

@media only screen and (max-width: 1400px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .width50pct-imp {
        width: 50% !important;
    }

    .mobileheader {
        font-size: 14px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px !important;
    }
}

@media only screen and (min-device-width: 1028px) and (max-device-width: 1400px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .parahlink {
        width: 50% !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .mobileimg {
        width: 75%;
    }

    .mobileheader {
        margin: auto;
        font-size: 14px !important;
        height: 44px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px !important;
    }

    div.padnsContainer {
        padding-left: 0%;
        padding-right: 0%;
    }
}
/**/

/*SignUpForm*/
span.padding-checkbox label {
    padding-left: 10px !important;
    font-weight: normal !important;
}
/**/

/*news-and-events*/
.EmailSignUp {
    padding-left: 17%;
    padding-right: 15%;
    padding-top: 1%;
}
/**/
