
p,ul,ol {
    line-height: 1.5em;
}
p {
    padding-bottom: 20px;
}

.budget-page-header-wrapper
{
    background-image: url(../img/budget2022-header-backgroundpng.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1em;
    position: relative;
}
.budget-content-container
{
    padding-bottom: 4em;
}
.budget-page-header-container 
{
    padding: 1em;
    padding-top: 17%;
    padding-bottom: 10%;
    z-index: 1;
    position: relative;
    
}

.pie-chart-imag-restrict
{
    max-width: 50%;
    margin: auto;
}
.h1b-with-h1c-subhead
{
    margin-top: 2em;
}
.h1c-green-subhead-in-h1b
{
    color:#067e3d;
    font-weight: 700;
}
.mb-bullet-glyph
{
    float: left;
}
.bullet-new-program-MB-icon
{
    clear: both;
}
.budget-page-header-container.budget-landing-header
{
    padding-top: 4%;
    padding-bottom: 7%;
}
.toggle-sub-nav-btn
{
    background-image: url('../img/arrow-up.svg');
    background-size: contain;
    width: 16px;
    background-repeat: no-repeat;
    height: 12px;
    position: absolute;
    left: -16px;
    top: 18px;
}
.toggle-sub-nav-btn.exp {
    background-image: url('../img/arrow-down.svg');

}

.active-budget-link
{
    font-weight: 700;
}
.table-text-align-right-override .table-1.cell-1-left p {
    text-align: right!important;
}
.table-text-align-right-override .table-1.cell-1-left p.table-text-align-left-override,
.table-text-align-left-override,
p.table-text-align-left-override
{
    text-align: left!important;
}
#main-content .budget-sub-nav.hide-sub-nav {
    display: none;
}
.has-white-text-color {
    color: white;
}

.budget-button
{
    display: inline-block;
    background-color: black;
    font-size: 1.0em;
}

.highlights-of-budget-table ul li
{
text-align: left;
}

.fiscally-responsible-header-container
{
    padding-top: 17%;
    padding-bottom: 3%;
}
.budget-button a {
    color:white;
    padding: 1em;

    display: inline-block;
    font-weight: normal;
    text-decoration: none;
}

.budget-estimates-header-landing
{
    font-size: 1.15em;
}
.budget-header-overlay
{
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    z-index: 0;
    -webkit-filter: opacity(100%);
    filter: opacity(100%);


    opacity: 0.69;
background-image: linear-gradient(180deg, #ffffff 40%, #000000 100%);
mix-blend-mode: multiply;
}

h1.budget-landing-header-h1
{
    font-size: 3.6em;
    padding-bottom: 0px;
    color:white;
}

h2.budget-landing-header-h2
{
    font-size: 2.6em;
    color:#97c8d6;
    font-weight: 700;
}

h3.h3 {
    font-size: 1.0em;
  }

h3.budget-landing-header-h3 {
    color: white;
    font-size: 2em;

}
.budget-side-col-wrapper
{
    display: flex;
    margin-top: 2em;
}
.as-light-blue-text-color
{
    color:#95c1c8;
}
.budget-side-menu
{
    flex: 0 1 20%;
}
.budget-content-wrapper
{
    flex: 0 1 80%;
    padding-left: 1em;
}

#main-content nav.budget-side-nav ul{
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
margin-right: 1em;
}


.budget-content-wrapper table {
    margin-bottom: 1em;
}

#main-content nav.budget-side-nav ul li
{
    border-bottom: 1px solid black;
    position:relative;
    
}
#main-content nav.budget-side-nav ul li ul.budget-sub-nav
{
    margin-top: 0px;
}
#main-content nav.budget-side-nav ul li ul.budget-sub-nav li:last-child
{
    border-bottom: none;
    padding-bottom: 0px;
}
#main-content nav.budget-side-nav ul li ul.budget-sub-nav{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 1em;
    }
#main-content nav.budget-side-nav ul li ul.budget-sub-nav li a {
    padding-top: 0px;
    padding-bottom: 0px;
}


.active-fix {
    position: fixed !important;
    top: 0;
    /* max-width: 200px; */
    }

#main-content nav.budget-side-nav ul a{
text-decoration: none;
display: inline-block;
padding-top: 0.5em;
padding-bottom: 0.25em;

}

.fixed-in-page-menu-toggle
{
border: none;
background-color: white;
}
.fixed-in-page-menu-toggle svg
{
    fill: black;
    pointer-events:none;
    display: block;
    width: 24px;
    height: 25px;
}

.fixed-in-page-menu-toggle 
{
	display: none;
	width: 100%;
	background: white;
	padding:0.25em;
}


.budget-landing-4-col-container
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    margin-top: 2.5em;
}
.budget-landing-4-col-single
{
    flex:1;
    width: 0;
    display: flex;
    flex-direction: column;
    z-index: 1;
    padding: 1em;
}
#main-content .budget-landing-4-col-single h3
{
    padding-top: 0.5em;
}

#main-content .budget-landing-4-col-single img
{
    padding: 0px;
}
.budget-hr 
{
    border-bottom: none;
    background-color: black;
height: 2px;
}
.budget-landing-4-col-single:first-child{
    padding-left: 0px;
}
.budget-landing-4-col-single:last-child
{
    padding-right: 0px;
}

.budget-landing-4-col-single .budget-button{
    text-align: center;
}


.budget-landing-2-col-container
{
    display: flex;
    flex-wrap:nowrap;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    padding-top: 2em;

}

.budget-landing-video-col-single
{
    flex: 2;
    flex-basis: 30px;
    display: flex;
    font-weight: normal;
    flex-direction: column;
    padding-right: 3em;


}
#main-content .budget-landing-other-links-single ul
{
    font-weight: normal;
    padding-left: 1em;
    
}

.budget-landing-other-links-single
{
    padding-left: 1em;
 flex: 1;
display: flex;
flex-direction: column;

}

.budget-side-nav {
    max-height: 85vh;
    overflow-y: auto;
  
}



h1.h1b
{
    margin-top: 2em;
}
.budget-content-container h1.h1b:first-child
{
    margin-top: 0px;
}

h2.h2
{
    color:#1f388d;
    font-size: 1.2em;
}

h2.h2.top-spacing
{
    margin-top: 2em;
}


tr.rule-line-row  {
    border-top:2px solid #1f388d;
}

.bold-entire-table-row td p,
.bold-entire-table-row  {
    font-weight: bold;
}

.low-income-year-padding-override 
{
    padding-top: 4.3em!important;
}
p.summary-budget-listing
{
    padding-bottom: 0px;
}
p.summary-budget-entities-subhead
{
    padding-top: 1.5em;
    padding-bottom: 0.5em;
}

.h1C-subsection-intro-para-green-subhead
{
    font-size: 1.2em;
    color: #067e3d;
    font-weight: bold;
}

blockquote.Pull-Quote 
{
    color:#067e3d;
    border-top: 2px solid #067e3d;
}
blockquote.Pull-Quote.pull-quote-no-top-line
{
    border-top: 0px;
}

.h2-span 
{
    color: #1f388d;
    font-size: 1.3em;

}
.budget-content-container mark.subsection-intro-para-green
{
    margin-top: 0px;
}
.graph-image-medium 
{
    margin:auto;
    max-width: 500px;
text-align: center;
}
#main-content .graph-image-medium img {
max-width: 500px;
}
.tax-paper-tax-credit-for-renters-table td
{
    border: none;
}
.tax-paper-tax-credit-for-renters-table thead tr
{
    border-bottom:2px solid #1f388d;

} 
.tax-paper-tax-credit-for-renters-table tr 
{
    border-bottom:1px solid #1f388d;
}

.rating-province-p-tag
{
    padding-top: 2.55em!important;
}
.total-rule-cell-thick {
    border-top:3px solid #1f388d;
    border-bottom:3px solid #1f388d;
}
.total-rule-cell-white {
border:1px solid white!important;
}
.total-rule-cell-bottom-black
{
    border-bottom: 1px solid black;
}

.total-rule-cell-top-black
{
    border-top: 1px solid black;
}


.total-rule-cell-black
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}


p.para-no-padding-bottom
{
    padding-bottom: 0px;
}
.h2-after-h1 {
color: #1f388d;
font-size: 1.1em;
padding-bottom: 0.25em;
}

.h3-after-h2
{
    font-size: 0.9em;
    color:#1f388d;
    font-style: italic;
}
.indent-sub-cat
{
    padding-left: 1em;
}
.force-remove-row-background-color
{
    background: none!important;
    border-bottom:0px!important;
}
.table-row-alternate-color-even tr.total-rule-cell-thick-bottom-with-top,
.total-rule-cell-thick-bottom-with-top {
    border-top:2px solid #1f388d;
    border-bottom:3px solid #1f388d;
}
.total-rule-cell-thick-bottom {
    border-bottom:3px solid #1f388d;
}
.total-rule-cell {
    border-top:2px solid #1f388d;
    border-bottom:2px solid #1f388d;
}
.total-rule-cell-top-sub-total {
    border-top:1px solid #1f388d;
    border-bottom:2px solid #1f388d;
}
.total-rule-cell-sub-total {
    border-top:1px solid #1f388d;
    border-bottom:1px solid #1f388d;
}


.table-right {
    padding-bottom: 0;
  }

.total-rule-cell-top 
{
    border-top:2px solid #1f388d;
 
}
.total-rule-cell-bottom 
{
    border-bottom:2px solid #1f388d;
 
}
.no-first-row-border-bottom tr:nth-child(1)
{
    border-bottom: 0px!important;
}
.total-rule-cell-bottom-thin 
{
    border-bottom:1px solid #1f388d;
 
}
.total-rule-cell-thin 
{
    border-bottom:1px solid #1f388d;
    border-top:1px solid #1f388d;
 
}

.table-cell-shade-blue
{
    background-color: #ddeaef;
}

.table-row-alternate-color-even tr:nth-child(odd)
{
    background:#ddeaef;
    border-bottom: 1px solid #1f388d;
}

.table-heading-bold-left p{
    text-align: left;
    font-weight:bold;
}
.fiscal-strategy-table-body tr:nth-child(even),
.tr-highlight-row 
{
background:#ddeaef;
}
.fiscal-strategy-table-body tr:nth-child(1)
{
    border-bottom: 2px solid #1f388d;
}

.table-column-head-left,
.table-1 p,
table p
{
    padding-bottom: 5px;
    padding-top: 5px;
}
.table-centre.center-text
{
    padding-bottom: 5px;
    padding-top: 5px;
}
.table-column-head-left,
.cell-1-left-condensed,
.cell-1-left
{
    text-align:right;
}
p.table-left.ParaOverride-3
{
    text-align:right!important;
}
.cell-1-right-rule-below.cell-1-left
{
text-align: left;
}

.cell-1-left p.table-left
{
text-align: left;
}
.center-text
{
    text-align: center!important;
}
.left-aligned-text
{
    text-align: left;
}


.budget-content-container mark {
    background: none;
    color:#067e3d;
    font-size: 1.25em;
    line-height: 1.3em;
    margin-bottom: 2em;
    display: block;
    margin-top: 1em;
}

.table-title {
    text-transform: uppercase;
    color:#1f388d;
    font-weight: 700;
}
.center-entire-table-text,
.center-entire-table-text p

{
    text-align: center!important;
}

.table-1-no-fills-with-strokes
{
    border-bottom: 2px solid black;
}

.budget-page-header-wrapper.froegs-header-bg
{
    background-image: url('../img/FROEGS-header-bg.jpg');
}
.budget-page-header-wrapper.manitoba-poverty-header-bg
{
    background-image: url('../img/manitoba-poverty-header-bg.jpg');
}

.budget-page-header-wrapper.summary-budget-header-bg
{
    background-image: url('../img/summary-budget-header-bg.jpg');
}

.budget-page-header-wrapper.tax-and-fee-header-bg
{
    background-image: url('../img/tax-and-fee-header-bg.jpg');

}

.budget-page-header-wrapper.manitoba-poverty-header-bg h1,
.budget-page-header-wrapper.summary-budget-header-bg h1,
.budget-page-header-wrapper.tax-and-fee-header-bg h1
{
    max-width: 44%;

}


#main-content nav.page-prev-next-nav ul
{
    list-style-type: none;
    display: flex;
    padding-left:0px;
}
#main-content nav.page-prev-next-nav ul li{
    flex:2;

}
#main-content nav.page-prev-next-nav ul li.page-nav-prev-page{
    text-align: left;

}
#main-content nav.page-prev-next-nav ul li.page-nav-next-page{
    text-align: right;

}


@media ( max-width:800px)
{



    .budget-content-wrapper{
        /* padding-left: 0px; */

    }
    .budget-side-col-wrapper
    {
        display: block;
    }

    .budget-side-menu {
        position: relative;
    }
    .table-overflow-wrapper
    {
        max-width: 90vw;
        overflow: auto;
    }
    .pie-chart-imag-restrict
    {
        max-width: 100%;
        margin: auto;
    }
    .budget-content-container {
        overflow-x: scroll;width: 90vw;
    }
    .budget-landing-video-col-single
    {
        flex:100%;
    }
    .budget-landing-2-col-container
    {
        flex-wrap: wrap;
    }
    .budget-landing-4-col-container
    {
        flex-wrap: wrap;
    }
    .budget-landing-4-col-single
    {
        flex:50%;
    }

    .budget-side-nav {
        max-height: 80vh;
overflow-y: auto;
    }
    .budget-landing-4-col-single.budget-landing-4-col-single:nth-child(2n+1)
    {
        padding-left: 0px;

    }

    .budget-landing-4-col-single.budget-landing-4-col-single:nth-child(2n)
    {
        padding-right: 0px;
    }
    .budget-landing-4-col-single.budget-landing-4-col-single h3

    {
        min-height: 4em;
display: inline-block;
    }
	
	.active-fix{
		top:0px; 
		max-width: 100%;
	}
	.fixed-in-page-menu nav
	{
        display: none;
    }
	.fixed-in-page-menu.mobile-active
	{
        display: block;
        position: fixed;
        top:0;
		width: 100%;
				background: white;
                z-index: 2;
	}
    .fixed-in-page-menu.mobile-active nav
    {
        display: block;
    }


	.fixed-in-page-menu-toggle 
	{
		display: block!important;
	}
	.fixed-in-page-menu .wp-block-navigation__container {
		display: none!important;
	}
	.fixed-in-page-menu ul.wp-block-navigation__container.active-menu {
	display: block!important;
	
	
	}

}

@media ( max-width:600px)
{
    .budget-page-header-wrapper{
        background-image: none;
        background-color: #1f388e;
    }

    .budget-page-header-wrapper.manitoba-poverty-header-bg,
    .budget-page-header-wrapper.summary-budget-header-bg,
    .budget-page-header-wrapper.tax-and-fee-header-bg 

    {
        max-width: 100%;
        background-image: none;
    }
    .budget-page-header-wrapper.manitoba-poverty-header-bg h1,
    .budget-page-header-wrapper.summary-budget-header-bg h1,
    .budget-page-header-wrapper.tax-and-fee-header-bg h1

    {
        max-width: 100%;
    }
}