﻿div .contentTitleCentered{
    background-color: #f6f7f8;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    /*margin-bottom: 50px;*/
    font-size: 32px;
    font-weight: bolder;
    color: #172b4d;
}

.mainbody {
    margin-left: 15%;
    margin-right: 15%;
}

.marginleftpercent {
    margin-left: 15%;
}

.marginrightpercent {
    margin-right: 15%;
}

.width60percent {
    width: 60%;
    margin:auto;
    align-items:center;
}

.margintop4percent {
    margin-top: 4%;
}

.margintop50px {
    margin-top: 50px;
}

.paddingtop25px {
    padding-top:25px !important;
}

.paradefault {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.6rem;
}

.centerdiv {
    text-align: center;
    font-size: large;
}

p.parapaddingbottom {
    padding-bottom: 30px;
}

img.pagebanner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width: 45%;
}

.padding18px {
    padding: 18px !important;
}

div.mainwatermark {
    background-image: url("../Images/5Pct-BlueTreasurerseal.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.center14pxfont {
    text-align:center;
    font-size:14px;
}

.breadcrumbdisabled:hover {
    text-decoration: none !important;
}

.breadcrumblink {
    color: #767775 !important;
}
@media only screen and (min-width:960px) {
    .stickyposition {
        position: sticky;
        top: 0px;
    }

    .centertable {
        width: 50%;
        margin: auto;
        align-items: center
    }
}

@media only screen and (max-width:1024px) {
    .centertable {
        width: 90%;
        margin: auto;
        align-items: center;
    }

    .table-responsive > .table-none > thead > tr > th,
    .table-responsive > .table-none > tbody > tr > th,
    .table-responsive > .table-none > tfoot > tr > th,
    .table-responsive > .table-none > thead > tr > td,
    .table-responsive > .table-none > tbody > tr > td,
    .table-responsive > .table-none > tfoot > tr > td {
        white-space: normal;
    }
}

@media (max-width:767px)
{
	.table-responsive > .table-none > thead > tr > th,
	.table-responsive > .table-none > tbody > tr > th,
	.table-responsive > .table-none > tfoot > tr > th,
	.table-responsive > .table-none > thead > tr > td,
	.table-responsive > .table-none > tbody > tr > td,
	.table-responsive > .table-none > tfoot > tr > td {
		white-space: normal;
	}
}
