@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

div, p, span, ul, li, a, h1, h2, h3, h4, h5, h6, table, tr, td
{
font-family: 'Open Sans',sans-serif !important;
}

/* added 5/20/2024 for header social media icons to display */
.top-nav-social a {font-family: 'FontAwesome' !important;}

p
{
    font-size: 18px;
}
ul li span.pubDate {
    font-weight: 800;
    padding-left: 10px;
    color: #93fdf9;
    display: inline-block;
    /* padding-right: 30px; */
    min-width: 90px;
}
.clearBoth
{
    clear:both;
    height: 0px;
}
#bs-example-navbar-collapse-2 {
    background: #32302f;
    padding-top: 20px;
    padding-bottom: 20px;
}

#mcgmaincontent {
    background-color: #fff;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
        margin-bottom: 100px;
}
.ombHomeBackground {
    margin-top: -25px;
    padding: 25px 0;
    background-position: center center;
    background-image: url("https://montgomerycountymd.gov/OMB/Resources/Images/ombBanner3.jpg");
}
.ombHomeBackgroundText {
    font-weight: 100;
    color: #fff;
    font-size: 50px;
    text-shadow: 1px 1px 50px #021a40;
    overflow: hidden !important;
    background-color: rgba(51, 51, 51, .2);
    padding: 40px;
    padding-right: 10px;
    text-align: left;
    margin-top: 12%;
    display: inline-block;
    text-shadow: 10px 10px 60px #000;
    border-top-right-radius: 560px;
    border-bottom-right-radius: 560px;
}
.ombHomeBackgroundLargeText {
    font-weight: 900;
    color: #fff;
    text-transform: lowercase;
    margin-bottom: 30px;
    line-height: 110%;
}
.ombHomeBackgroundSmallText p {
    line-height: 110%;
    color: #fff !important;
    max-width: 30em;
    font-weight: 500 !important;
     text-shadow: -10px -10px 40px #000;
}
.ombHomeBackground100 {
    font-weight: 300;
        color: #ccc;
}
.ombHomeBackgroundTextMobile {
    font-weight: 100;
    color: #fff;
    font-size: 32px;
    background-color: #32302f;
    padding: 20px;
    text-align: left;
    display: inline-block;
}
.ombHomeBackgroundLargeTextMobile {
    font-weight: 900;
    color: #fff;
    text-transform: lowercase;
    margin-bottom: 30px;
    line-height: 110%;
}
.ombHomeBackgroundSmallTextMobile p {
    line-height: 130%;
    color: #fff !important;
    max-width: 30em;
    font-weight: 500 !important;
}
.ombHomeBackground100Mobile {
    font-weight: 100;
        color: #ccc;
}
.openBudget p {
    line-height: 2;
}

.ombOpenBudgetBackground {
    margin-top: -25px;
    padding: 25px 0;
    background-position: center center;
    background-image: url("https://montgomerycountymd.gov/OMB/Resources/Images/openBannerCompass5.jpg");
}
.ombOpenBudgetBackgroundText {
    font-weight: 100;
    color: #fff;
    font-size: 50px;
    text-shadow: 1px 1px 50px #021a40;
    overflow: hidden !important;
    background-color: rgba(51, 51, 51, 0);
    padding: 40px;
    padding-right: 10px;
    text-align: left;
    margin-top: 12%;
    display: inline-block;
    text-shadow: 10px 10px 60px #000;
    border-top-right-radius: 560px;
    border-bottom-right-radius: 560px;
}
.ombOpenBudgetBackgroundLargeText {
    font-weight: 900;
    color: #fff;
    text-transform: lowercase;
    margin-bottom: 30px;
    line-height: 110%;
}
.ombOpenBudgetBackgroundSmallText p {
    line-height: 110%;
    color: #fff !important;
    max-width: 30em;
    font-weight: 500 !important;
     text-shadow: -10px -10px 40px #000;
}
.ombOpenBudgetBackground100 {
    font-weight: 300;
        color: #7df0f7;
}
.ombOpenBudgetBackgroundTextMobile {
    font-weight: 100;
    color: #fff;
    font-size: 32px;
    background-color: #293340;
    padding: 20px;
    text-align: left;
    display: inline-block;
        margin-top: -25px;
}
.ombOpenBudgetBackgroundLargeTextMobile {
    font-weight: 900;
    color: #fff;
    text-transform: lowercase;
    margin-bottom: 30px;
    line-height: 110%;
}
.ombOpenBudgetBackgroundSmallTextMobile p {
    line-height: 110%;
    color: #fff !important;
    max-width: 30em;
    font-weight: 500 !important;
}
.ombOpenBudgetBackground100Mobile {
    font-weight: 100;
        color: #7df0f7;
}



.openBudget {
    background-color: #32302f;
    color: #fff;
}
.openBudget .btn-default {
   color: #fff !important;
    background-color: transparent !important;
    border-color: #ccc !important;
    font-weight: 900 !important;
    padding: 3px !important;
    margin: 10px !important;
    display: block !important;
    width: 250px !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.operatingBudget:hover .btn-default {
 color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    font-weight: 900 !important;
    padding: 20px !important;
    margin: 10px !important;
    display: block !important;
    width: 100% !important;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    font-size: 20px !important;
    margin-top: 30px !important;
}
.operatingBudget:hover .btn-default:hover {
    color: #fff !important;
    background-color: #1b3c71 !important;
}
.openBudgetText {
    text-align: center;
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.openBudgetText1 {
   text-transform: lowercase;
    font-weight: 100;
    word-spacing: 0em;
    letter-spacing: -0.05em;
    padding-right: 0px;
}
.openBudgetText2 {
    text-transform: lowercase;
    font-weight: 900;
    color: #eac56e;
    letter-spacing: -0.05em;
    word-spacing: -.1em;
}
.operatingBudget {
        overflow:hidden;
    background-color: transparent !important;
    font-size: 40px;
    height: 700px;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    box-shadow: inset 0 0 0 0px #2456a6;
    background-position: bottom center !important;
    background-size: cover !important;
    background-image: url("https://montgomerycountymd.gov/OMB/Resources/Images/rockvilleCORE.jpg") !important;
}
.operatingBudgetMain {
    background: rgba(36, 86, 166, .75);
    min-height: 100%;
    padding: 50px;
    padding-top: 25%;
}
.operatingBudget:hover {
      background-color: #28426d;
    cursor: pointer;
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-image: none !important;  
}
.capitalBudget {
        overflow:hidden;
  background-color: transparent !important;
    font-size: 40px;
    height: 700px;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    box-shadow: inset 0 0 0 0px #2456a6;
    background-position: bottom center !important;
    background-size: cover !important;
    background-image: url("https://montgomerycountymd.gov/OMB/Resources/Images/SSLib.jpg") !important;
}
.capitalBudgetMain {
    background: rgba(45, 121, 75, .75);
        min-height: 100%;
    padding: 50px;
    padding-top: 25%;
}
.capitalBudget:hover {
   background-color: #2d794b;
    cursor: pointer;
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-image: none !important;  
}
.capitalBudget:hover .btn-default {
 color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    font-weight: 900 !important;
    padding: 20px !important;
    margin: 10px !important;
    display: block !important;
    width: 100% !important;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    font-size: 20px !important;
    margin-top: 30px !important;
}
.capitalBudget:hover .btn-default:hover {
    color: #fff !important;
    background-color: #215838 !important;
}
.performance {
        overflow:hidden;
  background-color: transparent !important;
    font-size: 40px;
    height: 700px;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    box-shadow: inset 0 0 0 0px #2456a6;
    background-position: bottom center !important;
    background-size: cover !important;
    background-image: url("https://montgomerycountymd.gov/OMB/Resources/Images/performance.jpg") !important;
}
.performanceMain {
       background: rgba(197, 156, 57, .85);
        min-height: 100%;
    padding: 50px;
    padding-top: 25%;
}
.performance:hover {
   background-color: #2d794b;
    cursor: pointer;
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-image: none !important;  
}
.performance:hover .btn-default {
 color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    font-weight: 900 !important;
    padding: 20px !important;
    margin: 10px !important;
    display: block !important;
    width: 100% !important;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    font-size: 20px !important;
    margin-top: 30px !important;
}
.performance:hover .btn-default:hover {
    color: #fff !important;
    background-color: #7b5f1b !important;
}

.spending {
        overflow:hidden;
  background-color: transparent !important;
    font-size: 40px;
    height: 700px;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    box-shadow: inset 0 0 0 0px #2456a6;
    background-position: bottom center !important;
    background-size: cover !important;
    background-image: url("https://montgomerycountymd.gov/OMB/Resources/Images/finance.jpg") !important;
}
.spendingMain {
       background: rgba(70, 48, 14, .8);
        min-height: 100%;
    padding: 50px;
    padding-top: 25%;
}
.spending:hover {
   background-color: #2d794b;
    cursor: pointer;
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-image: none !important;  
}
.spending:hover .btn-default {
 color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    font-weight: 900 !important;
    padding: 20px !important;
    margin: 10px !important;
    display: block !important;
    width: 100% !important;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    font-size: 20px !important;
    margin-top: 30px !important;
}
.spending:hover .btn-default:hover {
    color: #fff !important;
    background-color: #734711 !important;
}


.fiscalPlan {
        overflow:hidden;
  background-color: transparent !important;
    font-size: 40px;
    height: 700px;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    box-shadow: inset 0 0 0 0px #2456a6;
    background-position: bottom center !important;
    background-size: cover !important;
    background-image: url("https://montgomerycountymd.gov/OMB/Resources/Images/spending.jpg") !important;
}
.fiscalPlanMain {
           background: rgba(119, 119, 119, .9);
        min-height: 100%;
    padding: 50px;
    padding-top: 25%;
}
.fiscalPlan:hover {
   background-color: #2d794b;
    cursor: pointer;
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-image: none !important;  
}
.fiscalPlan:hover .btn-default {
 color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    font-weight: 900 !important;
    padding: 20px !important;
    margin: 10px !important;
    display: block !important;
    width: 100% !important;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    font-size: 20px !important;
    margin-top: 30px !important;
}
.fiscalPlan:hover .btn-default:hover {
    color: #fff !important;
    background-color: #555  !important;
}


.dataMontgomery {
    overflow:hidden;
  background-color: transparent !important;
    font-size: 40px;
    height: 700px;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    box-shadow: inset 0 0 0 0px #2456a6;
    background-position: bottom center !important;
    background-size: cover !important;
    background-image: url("https://montgomerycountymd.gov/OMB/Resources/Images/dataM.jpg") !important;
}
.dataMontgomeryMain {
           background: rgba(57, 164, 197, 0.8);
        min-height: 100%;
    padding: 50px;
    padding-top: 25%;
}
.dataMontgomery:hover {
   background-color: #2d794b;
    cursor: pointer;
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-image: none !important;  
}
.dataMontgomery:hover .btn-default {
 color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    font-weight: 900 !important;
    padding: 20px !important;
    margin: 10px !important;
    display: block !important;
    width: 100% !important;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    font-size: 20px !important;
    margin-top: 30px !important;
}
.dataMontgomery:hover .btn-default:hover {
    color: #fff !important;
    background-color: #2b6879 !important;
}


.openBudget h3 {
    font-size: 50px;
    color: #fff !important;
    text-shadow: none !important;
    font-weight: 900 !important;
    text-align: left !important;
    padding-bottom: 30px;
    margin:0px !important;
}
.openBudgetDesc {
    color: #fff !important;
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size:18px;
}
.noPadding {
    padding-right: 0px;
    padding-left: 0px;
}
.openBudgetList li:nth-child(odd) {
       padding-left: 15px;
    margin: 0px;
    padding-top: 0px;
    font-size: 18px !important;
    margin-left: 20px;
    padding-left: 15px !important;
    font-weight: 400;
    background-color: transparent !important;
    padding: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-left: 4px solid #b7d2ff !important;
    border-bottom: none !important;
    font-weight: 900 !important;
    text-align: left;
}
.openBudgetList li:nth-child(even) {
    padding-left: 15px;
    margin: 0px;
    padding-top: 0px;
    font-size: 18px !important;
    margin-left: 20px;
    padding-left: 15px !important;
    font-weight: 400;
    background-color: transparent !important;
    padding: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-left: 4px solid #9AEB5f !important;
    border-bottom: none !important;
    font-weight: 900 !important;
    text-align: left;
}
.ombWhatsNew {
    margin-top: -25px;
    padding: 0px;
    margin-top: -25px;
    background-color: transparent !important;
    font-size: 40px;
    transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    box-shadow: inset 0 0 0 0px #2456a6;
    background-position: bottom center !important;
    background-size: cover !important;
    /*background-image: url("https://montgomerycountymd.gov/OMB/Resources/Images/silverSpring4.jpg") !important;*/
    padding:40px;
}
.ombWhatsNewMain {
    background: rgba(50, 48, 47, .8);
    min-height: 100%;
    padding: 50px;
}
.ombWhatsNew h3 {
    font-size: 50px;
    color: #fff !important;
    text-shadow: none !important;
    font-weight: 900 !important;
    text-align: left !important;
    padding-bottom: 30px;
    margin:0px !important;
}
.ombWhatsNewList {
    list-style: none !important;
}


.ombWhatsNewList li   
{
 line-height: 1.5;
    text-indent: -2em;
    background-color: transparent !important;
    margin-bottom: 5px !important;
    padding-left: 20px !important;
    border-left: none !important;
    border-bottom: none !important;
    font-weight: 700 !important;
    font-size: 18px;
}
.ombWhatsNewList li:before {
    content: "\f200";
    font-family: FontAwesome;
    color: #d9534f;
    padding-right: 10px;
    border: 1px solid transparent;
        font-size: 20px;
}
.ombWhatsNewList li a {
   color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.ombWhatsNewList li a:after {
    content: "\f14c";
    font-family: FontAwesome;
    color: #fff;
    padding-left: 10px;
    border: 1px solid transparent;
        font-size: 20px;
}
.ombWhatsNewList li a.ombPDF:after {
    content: "\f1c1";
    font-family: FontAwesome;
    color: #f39e9e;
    padding-left: 10px;
    border: 1px solid transparent;
        font-size: 20px;
} 
/*   RM SEP2020
.ombWhatsNewList li:hover a {

    background-color: #3d77d2;
    color: #fff;
    padding: 5px;

    text-decoration: none;
    border-radius: 5px;
}
*/

.contactList {
    list-style: none !important;
}
.contactList li   
{
 line-height: 1.5;
    text-indent: -2em;
    background-color: transparent !important;
    margin-bottom: 5px !important;
    padding-left: 20px !important;
    border-left: none !important;
    border-bottom: none !important;
    font-weight: 500 !important;
    font-size: 18px;
}
.contactList li span  
{
    font-weight: 900 !important;
    font-size: 18px;
}

.contactList li a {
   color: #355997;
    font-size: 18px;
    font-weight: 700;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.contactList li:hover a {
    font-size: 16px;
    background-color: #355997;
    color: #fff;
    padding: 5px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
}
.contactList li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #355997;
    padding-right: 10px;
    border: 1px solid transparent;
        font-size: 20px;
}
.contactList li.ombBoss:before {
    content: "\f007";
    font-family: FontAwesome;
    color: #355997;
    padding-right: 10px;
    border: 1px solid transparent;
        font-size: 20px;
}
.contactList li.ombPhone:before {
    content: "\f098";
    font-family: FontAwesome;
    color: #355997;
    padding-right: 10px;
    border: 1px solid transparent;
        font-size: 20px;
}
.contactList li.ombFax:before {
    content: "\f1ac";
    font-family: FontAwesome;
    color: #355997;
    padding-right: 10px;
    border: 1px solid transparent;
        font-size: 20px;
}
.contactList li.ombAddress:before {
    content: "\f041";
    font-family: FontAwesome;
    color: #355997;
    padding-right: 10px;
    border: 1px solid transparent;
        font-size: 20px;
}
.contactList li.ombEmail:before {
    content: "\f0e0";
    font-family: FontAwesome;
    color: #355997;
    padding-right: 10px;
    border: 1px solid transparent;
        font-size: 20px;
}

.ombAbout
 {
    background-color: #fff;
    padding: 20px;
        margin-top: -25px;
}
.ombAbout p {
    max-width: 45em;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
}
.ombAbout .aboutUs {
    background-image: url("https://montgomerycountymd.gov/OMB/Resources/Images/home/OMBDirector.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: top center !important;
    width: 300px !important;
    height: 300px !important;
    margin: auto !important;
    margin-bottom: 15px !important;
    border: 10px solid #ccc !important;
    border-radius: 500px !important;
}
.ombAboutDirector {
    background-color: #F2F2F2;
    padding: 20px;
}
.ombDirectorTitle {
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    color: #333;
}
.ombContact table {
    width: auto !important;
}
.ombContact table tr td {
    font-weight: 500 !important;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size:18px;
}
.ombContact table tr th {
    font-weight: 800 !important;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
        font-size:18px;
}
.ombContact {
    padding: 20px;
}
.ombPublications
{
    background-color: #173756;
}

.FY {
    font-weight: 800;
    font-size: 60px;
    display: block;
    padding-bottom: 20px;
}
.pubYear {
    color: #fff;
    font-size: 16px;
    text-align: right;
}


.ombListPub {
    list-style: none !important;
}

.pubYearSection {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1x solid #e8e8e8;
}
.ombListPub li {
    line-height: 1.8;
    text-indent: -2em;
    background-color: transparent !important;
    margin-bottom: 10px !important;
    padding-left: 20px !important;
    border-left: none !important;
    border-bottom: none !important;
    font-weight: 700 !important;
    color: #ddf04e;
}.ombListPub  li a:after {
    content: "\f019";
    font-family: FontAwesome;
    color: #fff;
    padding-left: 15px;
    border: 1px solid transparent;
    font-size: 22px;
}
.ombListPub  li a.ombPDF:after {
    content: "\f1c1";
    font-family: FontAwesome;
    color: #f39e9e;
    padding-left: 15px;
    border: 1px solid transparent;
    font-size: 22px;
}
.ombListPub li a.ombWeb:after {
    content: "\f14c";
    font-family: FontAwesome;
    color: #fff;
    padding-left: 15px;
    border: 1px solid transparent;
    font-size: 22px;
}
.ombListPub li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.ombListPub  li:hover a {
    background-color: #3d77d2;
    color: #fff;
    padding: 5px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
}
.ombH3 {
    color: #444;
    font-size: 50px;
    color: #32302f !important;
    text-shadow: none !important;
    font-weight: 900 !important;
    text-align: left !important;
    padding-bottom: 10px;
    margin: 0px !important;
    border-bottom: 1px solid #f0ad4e;
    margin-bottom: 20px !important;
        margin-top: 20px !important;
}
.ombList {
    list-style: none !important;
}
.ombList li   
{
 line-height: 1.8;
    text-indent: -2em;
    background-color: transparent !important;
    margin-bottom: 10px !important;
    padding-left: 20px !important;
    border-left: none !important;
    border-bottom: none !important;
    font-weight: 700 !important;
    font-size:16px;
}
.ombList li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #d9b00b;
    padding-right: 8px;
    border: 1px solid transparent;
        font-size: 16px;
}
.ombList li a {
   color: #3d77d2;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
/*  RM SEP2020
.ombList li:hover a {
    background-color: #3d77d2;
    color: #fff;
    padding: 5px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
}
*/
#bs-example-navbar-collapse-2 ul li a {
    color: #fff;
    text-decoration: none;
    text-shadow: -1px -1px #21385f;
    display: block;
    padding: 5px 15px 5px 15px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-left: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: 900;
}
#bs-example-navbar-collapse-2 ul li a.selected {
    color: #eac56e;
}
#bs-example-navbar-collapse-2 ul {
    list-style: none;
    max-width: 950px;
    margin: auto;
    float: none;
    display: block;
    padding-left: 0px !important;
    text-align: left !important;
}
#bs-example-navbar-collapse-2 ul li a:hover {
    background: #fff !important;
    font-weight: 900 !important;
    color: #32302f;
    text-shadow: none !important;
    border-radius: 5px;
}
.mobileMenuTop {
    background-color: #32302f;
    background-image: url("https://montgomerycountymd.gov/OMB/Resources/Images/ombLogo2018.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 20px !important;
}
.toggle-left {
    float: none;
    color: #fff;
    border-radius: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 25px;
}
@media (max-width: 1200px) 
{
    .pubYear {
    text-align: left;
}
ul li span.pubDate {
    padding-left: 0px;
    display: block;
}
.ombListPub li {
    margin-bottom: 20px !important;
}
}
@media (max-width: 650px) 
{
 .ombWhatsNewMain
 {
     padding:0px !important;
}
.ombWhatsNew {
    padding: 20px !important;
}
    .operatingBudget:hover .btn-default {
 color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    font-weight: 900 !important;
    padding: 10px !important;
    margin: 10px !important;
    display: block !important;
    width: 100% !important;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    font-size: 15px !important;
    margin-top: 30px !important;
}
.capitalBudget:hover .btn-default {
 color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    font-weight: 900 !important;
    padding: 10px !important;
    margin: 10px !important;
    display: block !important;
    width: 100% !important;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    font-size: 15px !important;
    margin-top: 30px !important;
}
}
@media (max-width: 480px) 
{
.openBudget .btn-default {
    font-size: 18px;
    width: 100% !important;
    margin: 0px !important;
    margin-top: 30px !important;
}
.ombAbout {
    padding: 0px;
    padding-top:20px;
}
.ombWhatsNew {
    padding-bottom: 20px;
}
.ombAbout .aboutUs {
    width: 200px !important;
    height: 200px !important;
}
}