/*------------------------------------------------*/
/*  Custom Fonts
/*------------------------------------------------*/

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Book.eot');
    src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Avenir-Book.svg#Avenir-Book') format('svg'),
    url('../fonts/Avenir-Book.woff2') format('woff2'),
    url('../fonts/Avenir-Book.woff') format('woff'),
    url('../fonts/Avenir-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirBold';
    src: url('../fonts/Avenir-Heavy.eot');
    src: url('../fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg'),
    url('../fonts/Avenir-Heavy.woff2') format('woff2'),
    url('../fonts/Avenir-Heavy.woff') format('woff'),
    url('../fonts/Avenir-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNext-Regular.eot');
    src: url('../fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg'),
    url('../fonts/AvenirNext-Regular.woff2') format('woff2'),
    url('../fonts/AvenirNext-Regular.woff') format('woff'),
    url('../fonts/AvenirNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirBlack';
    src: url('../fonts/AvenirLTStd-Black.eot');
    src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg'),
    url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
    url('../fonts/AvenirLTStd-Black.woff') format('woff'),
    url('../fonts/AvenirLTStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirMedium';
    src: url('../fonts/Avenir-Medium.eot');
    src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Avenir-Medium.woff2') format('woff2'),
    url('../fonts/Avenir-Medium.woff') format('woff'),
    url('../fonts/Avenir-Medium.ttf') format('truetype'),
    url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

body {
    background: #f0f0f5;
    color: #14294a;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.divider {
    background: #CFD2D9;
    box-shadow: 0 1px 0 0 #FFFFFF;
    height: 1px;
    width: 100%;
    display: block;
}

input:focus, button:focus {
    outline: none;
}

a{
    color: #28b5e2;
}

a, a:hover{
    text-decoration: none;
}

.customBtn {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif;
    border-width: 2px;
}

.customBtn:hover, .customBtn:not(:disabled):not(.disabled):active, .customBtn:not(:disabled):not(.disabled).active,
.show > .customBtn.dropdown-toggle, .customBtn.focus, .customBtn:focus,
.btn-check:checked + .customBtn:focus, .btn-check:active + .customBtn:focus, .customBtn:active:focus,
.customBtn.active:focus, .customBtn.dropdown-toggle.show:focus{
    box-shadow: none;
}

.btn-outline-primary{
    border-color: #28b5e2;
    color: #28b5e2;
}

.btn-outline-primary:hover, .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active,
.btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-primary{
    background-color: #28b5e2;
    border-color: #28b5e2;
    color: #fff;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #28b5e2;
}

.btn-primary:hover{
    background-color: transparent;
    border-color: #28b5e2;
    color: #28b5e2;
}

.btn-secondary{
    background: #c7c8ca !important;
    color: #053160 !important;
}

.btn.btn-secondary:hover, .btn-secondary.active{
    background: #6c757d !important;
    color: #fff !important;
}

/*.btn-secondary a{
    color: #053160 !important;
}*/

.btn-darkBlue {
    background-color: #14294a;
    border-color: #14294a; /*#02315f;*/
    color: #fff;
    line-height: 24px;
}

.btn-darkBlue:hover{
    background-color: transparent;
    color: #02315f;
}

.btn-sm {
    padding: 6px 15px !important;
    font-size: 14px !important;
}

.btn-withInput{
    padding: 8px 15px !important;
}

.bold{
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif !important;
}

.boldBlack{
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif !important;
}

.links a{
    color: #053160;
    text-decoration: underline;
}

.links a:hover{
    text-decoration: none;
}

.form-check-input:checked {
    background-color: #28b5e2;
    border-color: #28b5e2;
}

.table-blue {
    --bs-table-bg: #14294a;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #14294a;
}


/*------------------------------------------------*/
/*  dataTable
/*------------------------------------------------*/

.page-link{
    color: #28b5e2;
}

.page-item.active .page-link{
    background-color: #28b5e2;
    border-color: #28b5e2;
}

.page-link:focus{
    box-shadow: none;
}

.my_table {

}

.my_table tr th:first-of-type {
    border-top-left-radius: 10px;
}

.my_table tr th:last-of-type {
    border-top-right-radius: 10px;
}




/*------------------------------------------------*/
/*  Header
/*------------------------------------------------*/

.headerBGPosition {
    position: relative;
    height: 900px;
}

.headerSeal {
    position: absolute;
    right: 7%;
    top: -12%;
    z-index: 2;
   /* opacity: 0.7;*/
    background: url("../images/seal-of-illinois.png") no-repeat bottom right;
    height: 100%;
    width: 100%;
}

header {
    position: relative;
    z-index: 5;
}

.newlogo {
    margin: 20px 0 0;
    padding: 20px 0;
    display: inline-block;
}

.newlogoImage {
    background: url("../images/logo.png") no-repeat;
    height: 71px;
    width: 379px;
    display: block;
}

.rightElements {
    float: right;
    margin: 50px 0 0; /*60px 0 0;*/
    padding: 0;
    text-align: right;
}

.rightIcons li {
    list-style-type: none;
    display: inline-block;
    line-height: 18px;
}

.rightIcons li.line {
    border-left: 1px solid #F0F0F5;
    border-right: 1px solid #F0F0F5;
    padding: 0 15px;
}

.rightIcons li, .rightIcons li a {
    color: #F0F0F5;
}

.rightIcons li a {
    padding: 10px;
    display: block;
}

.rightIcons li a:hover {
    color: #28b5e2;
}

.rightIcons li.line a {
    padding: 0;
}

.socialIcons {
    padding: 0;
}

.socialIcons li {
    margin: 0;
}

.socialIcons li a {
    padding: 5px 10px;
}

.welcomeSearch {
    position: absolute;
    top: 400px;
    z-index: 2;
}

.welcomeText {
    font-size: 42px;
    line-height: 44px;
}

.welcomeText span {
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
}

.searchKeywords {
    width: 640px;
    position: absolute;
    bottom: 220px;
    z-index: 2;
}

.searchBar {
    margin: 30px auto;
    position: relative;
    width: 90%;
}

.searchKeywordsHeader .searchBar {
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
    width: 100%;
}

.searchInput {
    background: #F0F0F5;
    background-image: linear-gradient(270deg, #ededf3 0%, #FFFFFF 99%);
    border: 1px solid rgba(255, 255, 255, 0.40);
    box-shadow: inset -5px -5px 10px 0 #FAFBFF, inset 5px 5px 10px 0 rgba(166, 171, 189, 0.30);
    border-radius: 50px;
    height: 60px;
    width: 100%;
    padding: 20px 160px 20px 20px;
    font-size: 18px;
}

.searchKeywordsHeader .searchInput {
    height: 50px;
    padding-right: 60px;
}

.searchBtn {
   /* background-image: linear-gradient(90deg, #51DBF3 0%, #28B5E2 100%);*/
    background: #51DBF3;
    border: 0;
    border-radius: 25px;
    color: #fff;
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 12px 20px;
    min-width: 140px;
}

.searchKeywordsHeader .searchBtn {
    background: #14294a;
    border-radius: 50px;
    right: 5px;
    top: 4px;
    padding: 9px 17px;
    min-width: auto;
    width: 42px;
    height: 42px;
}

.searchBtn:hover {
    background: #28B5E2;
}

.keywordsList {
    padding: 0;
    margin: 0;
}

.keywordsList li {
    display: inline-block;
    margin: 4px 6px;
    font-size: 14px;
}

.keywords {
    background: #f0f0f5;
    color: #28b5e2;
    border: 2px solid #28b5e2;
    border-radius: 25px;
    padding: 5px 15px;
    font-size: 14px;
}

.keywords:hover {
    background: #28b5e2;
    color: #fff;
}

.headerRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 850px;
    height: inherit;
    overflow: hidden;
    z-index: 1;
}

.rectangleShape {
    transform: rotate(-40deg);
    background: #14294a;
    /*box-shadow: -20px -20px 40px 0 #fafbff, 20px 20px 40px 0 #A6ABBD;*/
    box-shadow: 20px 20px 40px 0 #A6ABBD;
    border-radius: 80px;
    width: 880px;
    height: 880px;
    position: absolute;
    top: -160px;
    left: 150px;
    z-index: 2;
}

.profile {
    background: #F0F0F5;
    box-shadow: 10px 10px 20px 0 rgba(20, 41, 74, 0.15);
    border-radius: 20px;
    width: 380px;
    text-align: center;
    padding: 40px 20px;
    position: absolute;
    bottom: 130px;
    right: 130px;
    z-index: 3;
}

.profile img {
    border-radius: 20px;
    box-shadow: 10px 10px 20px 0 rgba(20, 41, 74, 0.15);
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 6px;
    background: #F0F0F5;
}

.ComptrollerDetails {
    margin: 150px 0 0;
}

.comptrollerName {
    font-size: 34px;
    line-height: 34px;
    color: #28b5e2;
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
    margin: 30px 0 10px;
}

.comptrollerDesc {
    font-size: 24px;
    margin: 0 0 50px 0;
}

.comptrollerBtn {
    background: #F0F0F3;
    background-image: linear-gradient(-42deg, #eaeaee 0%, #f5f5f7 100%);
    border: 2px solid rgba(255, 255, 255, 0.40);
    box-shadow: -10px -10px 20px 0 #FAFBFF, 10px 10px 20px 0 rgba(20, 41, 74, 0.25);
    border-radius: 80px;
    padding: 20px 40px;
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    width: 90%;
    position: relative;
    text-align: left;
    color: #14294a;
}

.comptrollerBtn i {
    position: absolute;
    top: 18px;
    right: 25px;
}

.comptrollerBtn:hover {
    color: #fff;
    background: #28b5e2;
}

/*------------------------------------------------*/
/*  Navigation
/*------------------------------------------------*/

.MainMenu {
    padding: 0;
}

.MainMenu .navbar-nav .nav-link {
    color: #14294a;
    font-size: 16px;
    padding: 10px 15px;
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif;
    border-radius: 22px;
}

.MainMenu .navbar-nav .nav-link:hover, .MainMenu .navbar-nav .nav-link:focus, .MainMenu .navbar-nav .nav-link:focus-visible, .dropdown.activecolor .nav-link {
    color: #fff; /* #14294a*/
    background: #28b5e2;
    outline-offset: 0;
}

.MainMenu .navbar-nav .nav-link[aria-expanded="true"]{
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff;
    color: #14294a;
}

.dropdown-toggle::after{
    display: none;
}

.dropdown-menu{
    border: 0;
    color: #14294a;
    font-size: 16px;
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif;
    padding: 4px;
    border-radius: 10px;
    border-top-left-radius: 0;
    /*box-shadow: -5px -5px 10px 0 #FAFBFF, 5px 5px 10px 0 rgba(20, 41, 74, 0.25);*/
}

.dropdown-menu[data-bs-popper]{
    margin-top: 0;
}

.dropdown-item{
    border-radius: 20px;
    margin: 5px 0;
    color: #14294a;
    position: relative;
}

.dropdown-toggle{
    padding-right: 30px;
}

.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #28b5e2;
}

.dropend .dropdown-toggle::after{
    position: absolute;
    right: 14px;
    top: 10px;
}

.dropdown-menu-end{
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
}

.dropdown-menu .submenu{
    display: none;
    left: 98%;
    top: 0;
    border-top-left-radius: 10px;
    background: none;
    padding: 0;
}

.dropdown-menu > li:hover > .submenu{
    display: block;
}

.dropend.show > li:hover > .dropdown-toggle{
    color: #fff;
    background-color: #28b5e2;
}

.dropend.show > li:hover > .dropdown-toggle:after{
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
    border-left: 0;
}

.dropdown-submenu{
    background: #fff;
    padding: 4px;
    margin-left: 12px;
    border-radius: 10px;
}

.dropdown-submenu li{
    list-style-type: none;
}

.dropstart  .dropdown-item {
    padding-left: 30px;
    padding-right: 1rem;
}

.dropstart .dropdown-toggle::before{
    position: absolute;
    left: 14px;
    top: 10px;
}

.dropstart .submenu{
    right: 98%;
    left: auto;
}

.dropstart .dropdown-submenu{
    margin-right: 12px;
}

.dropstart .dropdown-submenu .dropdown-item{
    padding-left: 1rem;
}

.dropstart.show > li:hover > .dropdown-toggle:before{
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

/*.navbar-nav .nav-item:hover .dropdown-menu{ display: block; }*/


/*------------------------------------------------*/
/*  How can we help you
/*------------------------------------------------*/
.help-section {
    background: #14294a;
    padding: 100px 0;
    margin: 120px 0;
}

.backgroundbg {
    margin-top: 40px;
    background-image: url("../images/ioc-bg.png"), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #d8d8d8 100%);
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.help-text {
    color: #fff;
    font-size: 36px;
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
    position: relative;
    display: inline-block;
    text-align: center;
}

.help-text:after {
    width: 100px;
    height: 4px;
    background: #28b5e2;
    content: "";
    position: absolute;
    left: calc(50% - 50px);
    bottom: -20px;
    text-align: center;
}

.diamond-wrap {
    position: relative;
    height: 550px;
    margin-left: 50px;
    overflow: hidden;
}

.diamond {
    background: #f0f0f5;
    width: 160px;
    height: 160px;
    border-radius: 11.86px;
    text-align: center;
    transform: rotate(45deg);
    transform-origin: 0 100%;
    position: absolute;
}

.diamond:hover {
    background: rgba(22, 65, 99, .5);
}

.diamond a {
    display: table-cell;
    vertical-align: middle;
    color: #14294a;
    width: inherit;
    height: inherit;
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    border-radius: inherit;
}

.iconAndName, .learnmore {
    transform: rotate(-45deg);
}

.iconAndName p {
    margin: 5px 18px 0;
}

.learnmore {
    display: none;
}

.diamond:hover .iconAndName {
    display: none;
}

.diamond:hover .learnmore {
    display: block;
    color: #fff;
    margin: 0;
}

.diamond:hover .learnmore i {
    margin-left: 10px;
    font-size: 16px;
}

.diamond1 {
    top: 0;
    left: -4px;
}

.diamond2 {
    top: 134px;
    left: 120px;
}

.diamond3 {
    top: 0;
    left: 245px;
}

.diamond4 {
    top: 89px;
    left: 412px;
}

.diamond5 {
    top: 224px;
    left: 290px;
}

.diamond6 {
    top: 268px;
    left: -4px;
}

/*------------------------------------------------*/
/*  Illinois Revenue Report
/*------------------------------------------------*/

.revenue-report {
    background: #F0F0F5;
    box-shadow: -30px -30px 60px 0 #FAFBFF, 30px 30px 60px 0 rgba(20, 41, 74, 0.15);
    border-radius: 10px;
    margin: 50px 0;
    padding: 100px;
    position: relative;
}

.sectionTitle {
    font-size: 36px;
    margin: 0 0 10px;
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
}

.sectionTitleWhite {
    color: #fff;
}

.sectionSubtitle {
    font-size: 24px;
    font-family: 'AvenirMedium', Helvetica, Arial, sans-serif;
}

.reportButtons {
    position: absolute;
    top: 90px;
    right: 50px;
}

.reportBTN {
    background: #F0F0F3;
    background-image: linear-gradient(-42deg, #eaeaee 0%, #f5f5f7 100%);
    border: 1px solid rgba(255, 255, 255, 0.40);
    box-shadow: -5px -5px 10px 0 #FAFBFF, 5px 5px 10px 0 rgba(20, 41, 74, 0.25);
    border-radius: 40px;
    padding: 15px 32px 15px 20px;
    color: #14294a;
    font-size: 18px;
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif;
    line-height: 18px;
    min-width: 250px;
    display: block;
    position: relative;
    text-align: left;
}

.reportBTN i {
    position: absolute;
    right: 15px;
    top: 35%; /*14px;*/
    font-size: 16px;
}

.reportBTN:hover {
    color: #fff;
    background: #28b5e2;
}

.reportButtons .reportBTN {
    margin-bottom: 30px;
}

.reportDiv {
    margin: 160px auto 0;
    position: relative;
    background: white;
}

.informationIcon{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.informationIcon i{
    font-size: 40px;
}

.tooltip-inner{
    max-width: none;
    font-size: 16px;
    margin: 0 80px;
    padding: 10px 20px;
    text-align: left;
    position: relative;    
}

.close-information{
    position: absolute;  
    right: 10px; 
    cursor: pointer;
}

.close-information i{
    font-size: 26px;
}

/*------------------------------------------------*/
/*  Backlog Voucher Report
/*------------------------------------------------*/

.backlogBG {
    background: #F0F0F5;
    border-radius: 10px;
    padding: 100px;
}

.Title-divider {
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    width: 360px;
    margin: 30px auto 50px;
}

.Title-divider::before, .Title-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #28b5e2;
}

.Title-divider::before {
    margin-right: 30px;
}

.Title-divider::after {
    margin-left: 30px;
}

.Title-diamond-border {
    position: relative;
    display: block;
    height: 116px;
    width: 120px;
    margin: 0 auto;
}

.Title-diamond {
    width: 88px;
    height: 88px;
    border-radius: 11.86px;
    text-align: center;
    transform: rotate(45deg);
    transform-origin: 0 100%;
    position: absolute;
    top: -30px;
    border: 1px solid #28b5e2;
}

.Title-diamond-inner {
    transform: rotate(-45deg);
    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle;
}

.pd-left0 {
    padding-left: 0;
}

.pd-right0 {
    padding-right: 0;
}

.voucher-dateDisplay {
    background: #14294a;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}

.voucher-estimated {
    background: #fff;
    border-radius: 8px;
    padding: 60px 40px;
    height: 100%;
    min-height: 330px;
    position: relative;
    -webkit-box-shadow: 10px 10px 6px -5px rgba(166, 171, 189, 0.27);
    -moz-box-shadow: 10px 10px 6px -5px rgba(166, 171, 189, 0.27);
    box-shadow: 10px 10px 6px -5px rgba(166, 171, 189, 0.27);
}

.voucher-time {
    color: #28b5e2;
    font-size: 18px;
}

.voucher-date {
    color: #f0f0f5;
    font-size: 24px;
    line-height: 30px;
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
}

.backlog-text1 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
    line-height: 28px;
    margin: 0 0 10px 0;
}

.backlog-text2 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.backlog-text3 {
    color: #28b5e2;
    font-size: 44px;
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
    line-height: 40px;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto
}

/*------------------------------------------------*/
/*  Watch Comptroller Mendoza's Latest Updates
/*------------------------------------------------*/

.video, .video-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.video{
    height: 84%;    
}

.video-overlay:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
    border-radius: 10px;
}

.video-image{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.playBtn {
    background: #28b5e2;
    border-radius: 25px;
    color: #fff;
    border: 0;
    padding: 8px 20px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 3;
    min-width: 150px;
    text-align: left;
    font-size: 18px;
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif;
}

.playBtn i {
    font-size: 28px;
    margin-left: 10px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.playBtn:hover {
    background: rgba(40, 181, 226, 0.9);
}

.video-title {
    font-size: 24px;
    line-height: 26px;
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.videoplay {
    position: relative;
    cursor: pointer;
    width: 175px;
    height: 110px;
}

.videoplay i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #28b5e2;
    border-radius: 50%;
}

.videoplay i:before{
    margin-left: 6px;
}

.videoplay .video-cover{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
}

.video-desc {
    margin: 26px 0 10px;
}

.video-time {
    color: #28b5e2;
    font-size: 14px;
    font-family: 'Avenir Next', Helvetica, Arial, sans-serif;
}

/*------------------------------------------------*/
/*  Latest News
/*------------------------------------------------*/

.newsCardsView {
    margin-right: -8px;
    margin-left: -8px;
}

.newsCardsView .col-md-3 {
    padding-right: 8px;
    padding-left: 8px;
}

.news-card {
    border-radius: 10px;
    border: 0;
}

.news-card .card-img-top{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.news-date {
    color: #28b5e2;
    font-size: 16px;
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif;
}

.news-card .card-body {
    position: relative;
    min-height: 400px;
}

.news-card .card-title {
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.news-card .card-text {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0 0;
    color: #27292D;
    font-family: 'Avenir Next', Helvetica, Arial, sans-serif;
}

.news-card .reportBTN {
    min-width: 160px;
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
}

.news-card .reportBTN i {
    top: 15px;
}

.readBtn {
    position: absolute;
    bottom: 25px;
    right: 20px;
}

/*------------------------------------------------*/
/*  Footer
/*------------------------------------------------*/
.footerBottom {
    border-bottom: 100px solid #14294a;
    padding: 0 0 80px;
}

.footerBottomInner{
    border-bottom-width: 60px;
}

.footerLogo {
    display: inline-block;
}

.footerMainMenu {
    margin: 40px 0 0;
    padding: 0;
}

.footerMainMenu li, .footerSubMenu li {
    display: inline-block;
}

.footerMainMenu li a {
    display: block;
    color: #14294a;
    padding: 15px;
    font-size: 18px;
}

.footerMainMenu li a:hover, .footerSubMenu li a:hover {
    color: #28b5e2;
}

.footerSubMenu {
    padding: 0;
}

.footerSubMenu li a {
    display: block;
    color: #14294a;
    padding: 15px 10px;
    font-size: 14px;
}

.footer-divider {
    width: 68%;
    margin: 15px auto;
}

.fCopyrights {
    font-size: 14px;
    margin: 30px 0 0;
}

.footerBG {
    background: #24313d;
}

.footerList {
    padding: 0;
    margin: 0;
}

.footerList li {
    display: inline-block;
}

.footerList li a {
    color: #fff;
    display: block;
    padding: 15px 20px;
    text-transform: uppercase;
}

.copy-text {
    color: #777;
}

.inloving a {
    color: #224976;
    font-weight: 700;
}

/*------------------------------------------------*/
/* Inner Pages
/*------------------------------------------------*/

.whitebg {
    background: #fff !important;
}

.bodyBG {
    background: #f0f0f5 !important;
}

.InnerHeaderBG{
    background: #f0f0f5;
    height: 200px;
    position: relative;
}

.InnerheaderSeal{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: url(../images/Inner-seal-of-illinois.png) no-repeat 60% 26%;
    height: 100%;
    width: 100%;
}

.InnerheaderRight{
    position: absolute;
    top: 0;
    right: 0;
    width: 800px;
    height: inherit;
    overflow: hidden;
    z-index: 1;
}

.InnerrectangleShape{
    transform: rotate(-40deg);
    background: #14294a;
    border-top-left-radius: 40px;
    width: 760px;
    height: 760px;
    position: absolute;
    top: -230px;
    left: 150px;
    z-index: 2;
}

.grayBG {
    background: #f0f0f5;
    padding: 80px 0;
}

.newPageTitle {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif;
}

.newPageTitle img{
    width: 51px;
    height: 51px;
}

.newPageTitle1{
    font-size: 34px;
}

.newPageAfter{
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}

.newPageAfter:after{
    border-bottom: 4px solid #28b5e2;
    content: '';
    position: absolute;
    bottom: 0;
    left: 25%;
    display: inline-block;
    width: 50%;
}

.stateLeft {
    background: #181818;
    padding: 40px 20px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.leftBreadcrumbs{
    padding: 0;
    margin: 0;
    position: relative;
}

.leftBreadcrumbs li{
    list-style-type: none;
    padding: 10px 0 10px 40px;
    position: relative;
}

.leftBreadcrumbs li, .leftBreadcrumbs li a{
    color: #fff;
}

.leftBreadcrumbs li:after{
    content: "";
    position: absolute;
    top: 20px;
    left: 13px;
    display: block;
    z-index: 1;
    width: 2px;
    background: #2faeff;
    height: 100%;
}

.leftBreadcrumbs li:last-child:after{
    height: auto;
}

.leftBreadcrumbs li:before{
    content: "";
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 4px solid #2faeff;
    background: #fff;
    position: absolute;
    left: 4px;
    top: 10px;
    z-index: 2;
}

.leftBreadcrumbs li:last-child:before{
    width: 30px;
    height: 30px;
    border: 6px solid #23638b;
    background: #2faeff;
    left: -2px;
}

.stateRight {
    border: 2px solid #d0d9e1;
    padding: 40px 30px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.newPageSubTitle {
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
    font-size: 22px;
}

.liketosee {
    background: #f4f7fa;
    padding: 40px;
    border-radius: 6px;
}

.liketosee h3 {
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.listofExpenditures, .listofSubPages {
    padding: 0;
    margin: 0;
    text-align: center;
}

.listofExpenditures li, .listofSubPages li {
    list-style-type: none;
    display: inline-block;
    width: 29%;
    margin: 10px;
    vertical-align: top;
}

.listofExpenditures li a, .listofSubPages li a {
    color: #14294a;
    padding: 40px 15px 20px 15px;
    display: block;
    text-align: center;
    font-weight: 700;
    background: #fff;
    border-radius: 6px;
    height: 200px;
    box-shadow: 0 0 9px -1px rgba(234, 237, 240, 1);
}

.listofExpenditures li a img, .listofSubPages li a img {
    margin-bottom: 20px;
}

.listofExpenditures li a p, .listofSubPages li a p {
    margin: 0;
}

.listofSubPages li {
    width: 14%; /*22%*/
    margin: 12px;
    border-radius: 8px;
    box-shadow: 0 0 9px -1px rgba(0, 0, 0, .1);
}

.listofSubPages li a {
    padding: 50px 15px;
}

.listofSubPages li img{
    width: 51px;
    height: 51px;
}

.listofExpenditures li a:hover, .listofSubPages li a:hover {
    background: #145089;
}

.listofExpenditures li a:hover p, .listofSubPages li a:hover p {
    color: #fff;
}

/*------------------------------------------------*/
/*  Contact Us
/*------------------------------------------------*/

.customPadding{
    padding: 40px 80px;
}

.customPadding40{
    padding: 40px !important;
}

.darkBlueBG{
    background: #14294a !important;
}

.boxShadow {
    box-shadow: 0 0 20px 2px #d4d4d7 !important;
}

.bannerImage{
    position: relative;
    padding: 160px 0;
    /*background: #14294a;*/
    background: rgba(20, 41, 74, 0.8);
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contactusBg{
    background-image: url("../images/contactus-bg.jpg"), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #d8d8d8 100%);
}

.accountingBg{
    background-image: url("../images/accounting-bg.jpg"), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #d8d8d8 100%);
}

.datasetsBg{
    background: rgba(20, 41, 74, 0.7);
    background-blend-mode: multiply;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/datasets-bg.jpg"), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #d8d8d8 100%);
}

.pageHeadingParent{
    display: table;
    height: 100%;
    margin: 0 auto;
    position: relative;
    bottom: 40px;
}

.pageHeading{
    color: #fff;
    font-size: 70px;
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
    display: table-cell;
    text-align: center;
    vertical-align: middle;

}

.pageHeading:after{
    border-bottom: 6px solid #28b5e2;
    content: '';
    position: absolute;
    bottom: -20px;
    left: 5%;
    display: inline-block;
    width: 90%;
}

.breadcrumbBG {
    background: #182948;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
}

.breadcrumbBG .breadcrumb{
    margin: 0;
}

.breadcrumbBG .breadcrumb li a{
    color: #fff;
}

.breadcrumbBG .breadcrumb li.active{
    color: #28b5e2;
}

.textareaNoresize{
    resize: none;
}

.textareaheight1{
    min-height: 204px !important;
}

.textareaheight2{
    min-height: 130px !important;
}

.sendusmessageForm .form-control, .sendusmessageForm .form-select{
    border-radius: 30px;
    margin-bottom: 15px;
    padding: 16px 20px;
    box-shadow: -2px 4px 20px -9px rgba(0,0,0,0.4) inset;
}

.requestDivider{
    background: #bebebf;
    box-shadow: 0 1px 0 0 #dfdfe2;
    height: 1px;
    width: 70%;
    margin: 0 auto;
}

.requestMessage{
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
    font-size: 24px;
}

/*Covid Information alert in Home Page*/
.containerPosition{
    position: relative;
    padding: 5px 0 24px;
}

.myalert{
    background-color: #28b5e2;
    text-align: center;
    position: absolute;
    width: 88%;
    left: 6%;
    border-radius: 30px;
    color: #14294a;
}

.myalertLink{
    color: #fff;
    text-decoration: underline;
}

/*------------------------------------------------*/
/*  Accounting Resources & Forms
/*------------------------------------------------*/
.paragraph{
    width: 75%;
    text-align: center;
    margin: 0 auto;
}

.keywordsListWhite .keywords{
    background: #fff;
}

.keywordsListWhite .keywords:hover{
    background: #28b5e2;
    color: #fff;
}

.blueTitle{
    color: #14294a;
    background: #28b5e2;
    border-radius: 10px;
    padding: 12px 20px;
    display: block;
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
}

.blueTitle a{
    color: #14294a;
}

.myaccordion .accordion-item{
    border-radius: 20px;
    margin-bottom: 10px;
    border: 0;
}

.myaccordion .accordion-item .accordion-button{
    border-radius: 20px !important;
    font-size: 20px;
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif;
    padding: 8px 20px 8px 36px;
    background-color: #f2f2f2;
    color: #14294a;
    position: relative;
}

.myaccordion .accordion-item .accordion-body .accordion-button{
    font-size: 16px;
}

.myaccordion .accordion-button:after{
    display: none;
}

.myaccordion .accordion-button:before{
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-right: 5px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform 0.2s ease-in-out;
    transform: rotate(-90deg);
    position: absolute;
    top: 12px;
    left: 15px;
}

.myaccordion .accordion-item .accordion-body .accordion-button:before{
    top: 10px;
}

.myaccordion  .accordion-button:not(.collapsed)::before {
    transform: rotate(-360deg);
}

.myaccordion a.accordion-button::after{
    background-image: none;
}

.myaccordion  .accordion-button:not(.collapsed) {
    color: #28b5e2;
    background-color: transparent;
    box-shadow: none;
}

.myaccordion a.accordion-button:hover{
    color: #28b5e2;
}

.myaccordion .accordion-body{
    padding-top: 0;
}

.myaccordionList{
    padding-left: 20px !important;
}

.myaccordion .accordion-body .myaccordionList{
    padding-left: 30px !important;
}

.myaccordionList li{
    margin: 3px 0;
}

.myaccordionList td{
    padding: 3px 8px;
}

.myaccordionList li a, .myaccordionList a{
    color: #14294a;
    /*display: flex !important;*/
}

.myaccordionList li a:hover, .myaccordionList a:hover{
    color: #28b5e2;
}

.myaccordionList, .formsList{
    padding: 0;
    margin: 0;
}

.formsList li{
    margin: 0 0 10px;
}

.formsList li a{
    display: block;
    padding: 5px 20px;
    text-decoration: underline;
    color: #14294a;
    background: #f2f2f2;
    border-radius: 20px;
}

.formsList li a:hover{
    text-decoration: none;
}

.scrollContainer{
    height: 640px /*550px*/;
}

.myScroll .mCSB_scrollTools{
    background: #f2f2f2;
    box-shadow: none;
}

.myScroll .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
    background: #fff;
    box-shadow: none;
}

.myScroll .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #28b5e2;
}

.myScroll .mCSB_scrollTools .mCSB_buttonUp,
.myScroll .mCSB_scrollTools .mCSB_buttonDown{
    border: solid #28b5e2;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    background-image: none;
    opacity: initial;
    width: auto;
    height: auto;
}

.myScroll .mCSB_scrollTools .mCSB_buttonUp{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin: 8px 4px 0;
}

.myScroll .mCSB_scrollTools .mCSB_buttonDown {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0 4px 8px;
}

/*.scrollBar {
    max-height: 500px;
    padding-right: 10px;
    overflow-y: auto;
    direction: ltr;
}

.scrollBar::-webkit-scrollbar {
    width: 14px;
}

.scrollBar::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.scrollBar::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 3px solid #fff;
    background-clip: content-box;
    background-color: #51DBF3;
}

.scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #28B5E2;
}*/

.allButtons .customBtn{
    white-space: normal;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.myForm .col-form-label{
    padding-top: 0;
    padding-bottom: 0;
}

.myForm .col-form-label span{
    display: block;
    text-align: center;
    padding: 8px;
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif;
    color: #14294a;
}

.myForm .form-label{
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif;
    color: #fff;
}

.myForm .col-form-label span, .myForm .form-control, .myForm .form-select{
    background-color: #f2f2f2 !important;
    border-radius: 20px;
}

.myForm input:-webkit-autofill,
.myForm input:-webkit-autofill:hover,
.myForm input:-webkit-autofill:focus,
.myForm input:-webkit-autofill:active{
    background-color: #f2f2f2 !important;
    -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
}

.needSomething{
    text-transform: uppercase;
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif;
}

.blueBox, .WhiteBox{
    background: #144f8b;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.WhiteBox{
    background: #fff;
    color: #14294a;
}

.darkblueBox{
    background: #14294a;
}

.blueBox .links a{
    color: #fff;
}

.btn-secondary .links a{
    color: #053160 !important;
}

.startBTN{
    min-width: 160px;
    box-shadow: 3px 4px 7px 0 rgba(0,0,0,0.75);
    margin: 0 auto;
    display: inline-block;
}

/*------------------------------------------------*/
/*  Financial Resources & Data
/*------------------------------------------------*/

.iocTabs .nav-item{
    margin: 0 5px;
}

.iocTabs .nav-item:first-child{
    margin-left: 0;
}

.iocTabs .nav-item:last-child{
    margin-right: 0;
}

.iocTabs .nav-link{
    background: #c1cbd7;
    color: #14294a;
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif;
    border-radius: 6px;
    border-top: 4px solid #c1cbd7;
    border-bottom: 4px solid #c1cbd7;
    font-size: 20px;
    padding: 4px 16px;
    white-space: nowrap;
}

.iocTabs .nav-link.active, .iocTabs .show > .nav-link{
    background-color: transparent;
    border-bottom-color:#28b5e2;
    border-radius: 0;
    border-top: 4px solid transparent;
}

.iocCard {
    border: 0;
    border-radius: 15px;
    box-shadow: 5px 5px 10px 0 rgba(20, 41, 74, 0.25);
}

.iocCard .card-img-top{
    border-top-left-radius:15px;
    border-top-right-radius: 15px;
    height: 207px;
}

.iocCard .card-body{
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
}

.iocCard .card-title{
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif;
}

.iocCard .startBTN{
    margin-top: auto;
    box-shadow: -5px -5px 10px 0 #FAFBFF, 5px 5px 10px 0 rgba(20, 41, 74, 0.25);
}

/*Scroll to Up*/
.scrollup {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 2;
    bottom: 120px;
    right: 80px;
    display: none;
    background-color: #14294a;
    border: 2px solid #28b5e2;
    border-radius: 50px;
    text-align: center;
    line-height: 66px;
    box-shadow: 5px 5px 10px 0 rgba(20, 41, 74, 0.25);
}

.scrollup i{
    color: #28b5e2;
    font-size: 36px;
}

/*------------------------------------------------*/
/*   Data Sets
/*------------------------------------------------*/
.darkgrayBG{
    background: #c7c8ca;
    border-radius: 10px;
}

.grayBG1{
    background: #f2f2f2;
}

/*------------------------------------------------*/
/*   GAAP & Bonds
/*------------------------------------------------*/
.blockTitle1{
    font-size: 24px;
    font-family: 'AvenirBold', Helvetica, Arial, sans-serif;;
    text-transform: uppercase;
}

.blockTitle2{
    font-size: 72px;
    line-height: 78px;
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
}

.blockTitle3{
    font-size: 24px;
}

.vcenter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/*------------------------------------------------*/
/*  Place
/*------------------------------------------------*/

.placecontactUs{
    font-family: 'AvenirBlack', Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: #28b5e2;
    text-transform: uppercase;
}

.placeEmail{
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    font-family: 'AvenirMedium', Helvetica, Arial, sans-serif;
}

/*------------------------------------------------*/
/*  Find Reports
/*------------------------------------------------*/
.vline-right{
    border-right: 4px solid #14294a;
    height: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
}

/*------------------------------------------------*/
/*  Vendor Services
/*------------------------------------------------*/
.diamond-shape {
    background: #144f8b;
    height: 280px;
    text-align: center;
    transform: rotate(45deg);
    width: 280px;
    margin: 60px auto;
    padding: 10px;
    box-shadow: 5px 5px 10px 0 rgba(20, 41, 74, 0.25);
}

.diamond-text {
    color: #fff;
    display: table-cell;
    height: 260px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 260px;
    font-size: 24px;
    line-height: 28px;
}

.diamondBigText{
    font-size: 30px;
}

.btnCenter{
    margin: 0 auto;
}

.myTabs{
    border-bottom: 0;
}

.myTabs .customBtn{
    width: 48%;
    margin:  0 auto;
}

/*------------------------------------------------*/
/*  About
/*------------------------------------------------*/
.tableaBg{
    background: #f9f2e6;
    min-height: 500px;
}

/*------------------------------------------------*/
/*  News Page
/*------------------------------------------------*/
.carousel-item .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}

#ff-carousel .carousel-item .card {
    box-shadow: none;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #14294a;
    border: 2px solid #28b5e2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev{
    left: -33px;
}

.carousel-control-next{
    right: -33px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-image: none;
}

.carousel-control-prev-icon i,
.carousel-control-next-icon i{
    color: #28b5e2;
    font-size: 28px;
    line-height: 32px;
}


@media (min-width: 768px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 25%;
        /*flex: 0 0 33.333333%;*/
        display: block;
    }

    #ff-carousel .carousel-item {
        flex: 0 0 33.333333%;
    }

    .carousel-inner {
        display: flex;
    }
}

.release-date{
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
}

.release-date span{
    color: #28b5e2;
}

.release-text{
    font-size: 20px;
}


/*------------------------------------------------*/
/*  Media Queries
/*------------------------------------------------*/

@media (max-width: 1840px) {
    .headerRight {
        width: 720px;
    }

    .InnerheaderRight{
        width: 740px;
    }
}


@media (max-width: 1610px) {
    .welcomeText {
        font-size: 40px;
    }

    .headerRight {
        width: 700px; /*740px;*/
    }

    .rectangleShape {
        width: 780px;
        height: 780px;
        top: -50px;
        left: 130px;
    }

    .profile {
        bottom: 150px;
        right: 40px; /*60px*/
    }

    .InnerheaderRight{
        width: 600px;
    }
}

@media (max-width: 1410px) {
    .headerBGPosition {
        height: 810px;
    }

    .welcomeText {
        font-size: 36px;
        line-height: 40px;
    }

    .searchKeywords {
        width: 580px;
        bottom: 140px;
    }

    .headerRight {
        width: 660px;
    }

    .rectangleShape {
        width: 700px;
        height: 700px;
        top: -40px;
        left: 112px;
    }

    .profile {
        width: 280px;
        bottom: 110px;
        right: 80px;
    }

    .profile img {
        width: 80%;
        top: -70px;
    }

    .comptrollerName {
        font-size: 25px;
        line-height: 28px;
    }

    .comptrollerDesc {
        font-size: 22px;
    }

    .comptrollerBtn {
        font-size: 16px;
        padding: 20px;
    }

    .comptrollerBtn i {
        top: 20px;
        right: 20px;
    }

    .InnerheaderRight{
        width: 540px;
    }

    .diamond-wrap {
        margin-left: 0;
    }

    .pageHeading{
        font-size: 45px;
    }
}

@media (max-width: 1409px) {
    .headerRight {
        width: 630px;
    }

    .profile {
        right: 60px;
    }

    .MainMenu .navbar-nav .nav-link {
        padding: 10px 8px;
    }

}

@media (max-width: 1350px) {
    .headerRight {
        width: 540px;
    }

    .profile {
        right: 30px;
    }

    .InnerheaderRight{
        width: 450px;
    }
}

@media (max-width: 1199.98px) {
    .headerBGPosition {
        height: 820px;
    }

    .headerSeal {
        right: 0;
    }

    .rightIcons li, .rightIcons li a{
        color: #14294a;
    }

    .rightIcons li.line{
        border-left-color: #14294a;
        border-right-color: #14294a;
    }

    .MainMenu .navbar-nav .nav-link {
        padding: 10px 12px;
    }

    .welcomeText {
        font-size: 34px;
        line-height: 36px;
    }

    .headerRight {
        width: 370px;
    }

    .rectangleShape {
        width: 530px;
        height: 530px;
        top: 170px;
        left: 76px;
    }

    .searchKeywords {
        width: 520px;
        bottom: 100px;
    }

    .keywords {
        padding: 5px 12px;
    }

    .profile {
        right: 30px;
        bottom: 80px;
    }

    .help-section {
        margin: 10px 0 60px 0;
        padding: 80px 0;
    }

    .help-text {
        font-size: 32px;
    }

    .diamond-wrap {
        height: 500px;
    }

    .diamond {
        width: 140px;
        height: 140px;
    }

    .diamond a {
        font-size: 16px;
        line-height: 18px;
    }

    .diamond img {
        width: 40%;
    }

    .diamond:hover .learnmore i {
        margin-left: 5px;
    }

    .diamond2 {
        top: 113px;
        left: 108px;
    }

    .diamond3 {
        left: 220px;
    }

    .diamond4 {
        top: 105px;
        left: 336px;
    }

    .diamond5 {
        top: 218px;
        left: 224px;
    }

    .diamond6 {
        top: 225px;
    }

    .revenue-report, .backlogBG {
        padding: 60px;
    }

    .sectionTitle {
        font-size: 30px;
    }

    .sectionSubtitle {
        font-size: 20px;
    }

    .reportButtons {
        position: static;
        margin: 50px auto;
        width: 260px;
    }

    .reportDiv {
        width: 100%;
        margin: 20px auto 0;
    }

    .voucher-date {
        font-size: 22px;
    }

    .backlog-text3 {
        font-size: 38px;
    }

    .news-card .card-title {
        font-size: 18px;
        line-height: 24px;
    }

    .news-card .card-body {
        min-height: 420px;
    }

    .InnerheaderSeal{
        background-position: 74% 26%;
    }

    .stateLeft {
        padding: 30px 10px;
    }

    .listofSubPages li {
        width: 16%;
    }

    .listofExpenditures li {
        width: 43%;
    }

    .InnerheaderRight{
        /*width: 460px;*/
        display: none;
    }

    .leftBreadcrumbs li{
        font-size: 14px;
        padding: 10px 0 10px 35px;
    }

    .customPadding {
        padding: 30px 50px;
    }


}

@media (max-width: 991.98px) {
    .headerBGPosition {
        height: 100%;
    }

    .MainMenu .navbar-brand {
        width: 76%;
        height: 71px;
       /* margin-left: 15px;*/
    }

    .homeMenu .newlogoImage {
        background: url("../images/whitelogo.png") no-repeat;
    }

    .MainMenu .newlogoImage {
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    .MainMenu .navbar-toggler {
        position: relative;
        z-index: 8;
    }

    .MainMenu .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }

    .MainMenu .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-collapse {
        background: #F0F0F5;
        padding: 20px 0;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        overflow-x: hidden;
    }

    .menuClose {
        border: 0;
        font-size: 30px;
        line-height: 20px;
        padding: 10px;
        float: right;
        margin: 0 20px 0 0;
        color: #14294a !important;
    }

    .navbar-nav {
        /*width: 140px;*/
        margin: 50px 30px 30px;
        text-align: center;
        padding-bottom: 50px;
    }

    .MainMenu .navbar-nav .nav-item {
        margin: 10px 0;
    }

    .MainMenu .navbar-nav .nav-link {
        color: #14294a;
    }

    .dropdown-menu{
        border-top-right-radius: 0;
    }

    .dropend .dropdown-toggle::after{
        top: 15px;
    }

    .dropstart .dropdown-toggle::before{
        right: 14px;
        top: 15px;
        left: auto;
    }

    .dropend .dropdown-toggle::after, .dropstart .dropdown-toggle::before {
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .dropdown-menu-end{
        border-top-left-radius: 0;
    }

    .dropstart  .dropdown-item {
        padding-right: 30px;
        padding-left: 1rem;
    }

    .dropstart .submenu{
        right: auto;
        left: 98%;
    }

    .dropstart .dropdown-submenu{
        margin-right: 12px;
    }

    .menu-divider {
        margin: 20px auto;
        width: 94%;
    }

    .mobileSocialPosition {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #F0F0F5;
        padding: 0 0 20px 0;
    }

    .navbar-collapse .rightIcons {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .navbar-collapse .rightIcons li, .navbar-collapse .rightIcons li a {
        color: #14294a;
    }

    .navbar-collapse .rightIcons li.line {
        border-left-color: #14294a;
        border-right-color: #14294a;
    }

    .welcomeSearch {
        top: 40px;
        position: relative;
        z-index: 2;
    }

    .welcomeText {
        font-size: 28px;
        line-height: 32px;
        color: #fff;
    }

    .searchKeywords {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 100px auto 0;
        width: 100%;
    }

    .headerRight {
        width: 100%;
        height: 780px;
    }

    .rectangleShape {
        width: 920px;
        height: 920px;
        top: -340px;
        left: 70px;
    }

    .profile {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 150px auto 0;
    }

    .ComptrollerDetails {
        margin: 130px 0 0;
    }

    .comptrollerName {
        margin: 10px 0 5px;
    }

    .comptrollerDesc {
        margin: 0 0 20px 0;
    }

    .help-text {
        font-size: 24px;
    }

    .diamond {
        width: 124px;
        height: 124px;
    }

    .diamond-wrap {
        height: 434px;
    }

    .diamond p {
        font-size: 14px;
    }

    .diamond:hover .learnmore i {
        margin-left: 2px;
    }

    .diamond2 {
        top: 98px;
        left: 88px;
    }

    .diamond3 {
        left: 181px;
    }

    .diamond4 {
        top: 90px;
        left: 279px;
    }

    .diamond5 {
        top: 190px;
        left: 186px;
    }

    .diamond6 {
        top: 194px;
    }

    .voucher-date {
        font-size: 18px;
        line-height: 22px;
    }

    .voucher-estimated {
        padding: 30px 20px;
        min-height: 300px;
    }

    .backlog-text1 {
        font-size: 22px;
    }

    .backlog-text3 {
        bottom: 40px;
        font-size: 28px;
    }

    .videoList .media {
        display: block;
    }

    .videoList .media img {
        width: 100%;
    }

    .video-desc {
        margin: 10px 0;
    }

    .newsCardsView {
        overflow-x: auto;
        white-space: nowrap;
        display: block;
        flex-wrap: nowrap;
    }

    .newsCardsView .col-md-3 {
        width: 300px;
        flex: none;
        display: inline-block;
    }

    .news-card {
        margin-bottom: 20px;
    }

    .news-card .card-body {
        white-space: normal;
        min-height: 340px;
    }

    .InnerheaderSeal{
        background-position: 90% 26%;
    }

    .stateLeft {
        padding: 20px 15px;
    }

    .stateRight{
        padding: 30px 30px 10px;
    }

    .listofSubPages li {
        /*float: left;*/
        margin: 10px;
        width: 21%;
    }

    .InnerHeaderBG {
        height: 120px;
    }

    .InnerheaderRight{
        width: 400px;
        display: block;
    }

    .InnerrectangleShape {
        width: 600px;
        height: 600px;
        top: -200px;
    }

    .iocTabs{
        overflow-x: auto;
        white-space: nowrap;
        display: block;
        flex-wrap: nowrap;
    }

    .iocTabs .nav-item{
        display: inline-block;
    }

    .grayBG {
        padding: 40px 0;
    }

    .paragraph{
        width: 100%;
    }

    .placecontactUs, .placeEmail{
        font-size: 32px;
        line-height: 36px;
    }

    .blockTitle2{
        font-size: 62px;
        line-height: 68px;
    }

    .blockTitle3{
        font-size: 20px;
    }

    .vendorDiv .h-100{
        height: auto !important;
    }

    .diamond-shape, .diamond-text{
        width: 220px;
        height: 220px;
    }

    .diamond-shape{
        margin: 46px auto;
    }

    .diamond-text{
        font-size: 18px;
        line-height: 22px;
    }

    .carousel-item {
        flex: 0 0 50%;
    }

}

@media (max-width: 767.98px) {
    h2 {
        font-size: 24px;
    }

    .pd-left0 {
        padding-left: 15px;
    }

    .pd-right0 {
        padding-right: 15px;
    }

    .rectangleShape {
        top: -350px;
        left: -50px;
    }

    .searchKeywords {
        margin: 80px auto 0;
    }

    .searchBar {
        width: 100%;
    }

    .searchInput {
        padding: 20px;
    }

    .searchBtn {
        position: relative;
        width: 100%;
    }

    .keywordsList {
        text-align: center;
    }

    .keywordsList li:first-child {
        display: block;
    }

    .help-section {
        margin: 50px 0;
        padding: 50px 0;
    }

    .help-text {
        display: block;
    }

    .help-text:after {
        bottom: -25px;
    }

    .diamond-wrap {
        width: 88%;
        margin: 0 auto;
    }

    .Title-divider {
        width: 120px;
        margin: 20px auto 40px;
    }

    .Title-divider::before, .Title-divider::after {
        border-bottom-width: 4px;
    }

    .Title-divider::before {
        margin-right: 0;
    }

    .Title-divider::after {
        margin-left: 0;
    }

    .Title-diamond-border {
        display: none;
    }

    .voucher-dateDisplay {
        padding-top: 0;
    }

    .voucher-time {
        font-size: 18px;
    }

    .voucher-date {
        font-size: 30px;
        line-height: 32px;
    }

    .voucher-estimated {
        min-height: 100px;
        height: auto;
        margin-bottom: 20px;
        box-shadow: none;
    }

    .backlog-text3 {
        position: static;
        margin: 30px 0 0;
        font-size: 38px;
    }

    .sectionTitle {
        font-size: 24px;
    }

    .revenue-report, .backlogBG {
        padding: 0;
        background: none;
        box-shadow: none;
    }

    .backlogBG .sectionTitle {
        color: #f0f0f5;
    }

    .footer-divider {
        width: 100%;
    }

    .InnerheaderSeal {
        background-position: 140% 26%;
    }

    .stateLeft {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .stateRight {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        margin-top: 20px;
    }

    .listofSubPages li {
        width: 28%;
    }

    .liketosee {
        padding: 40px 30px;
    }

    .InnerheaderRight {
        width: 240px;
    }

    .newPageTitle{
        font-size: 22px;
    }

    .customPadding{
        background: #F0F0F5;
        padding: 30px;
    }

    .row-eq-height{
        display: block;
    }

    .row-eq-height.row-flex{
        display: flex;
    }

    .scrollup{
        bottom: 60px;
        right: 50px;
    }

    .placecontactUs, .placeEmail{
        font-size: 28px;
        line-height: 32px;
    }

    .myForm .col-form-label{
        margin-bottom: 5px;
    }

    .diamond-shape{
        margin-bottom: 80px;
    }

    .carousel-item .news-card .card-body {
        min-height: 300px;
    }

    .release-text{
        font-size: 16px;
    }

    .video {
        height: 300px;
    }

    .videoplay{
        width: 100%;
        text-align: center;
    }

    .tooltip-inner {
        margin: 0 20px;
    }

}

@media (max-width: 575.98px) {
    .rectangleShape {
        top: -352px;
        left: -140px;
    }

    .backgroundbg {
        background-image: none;
    }

    .diamond-wrap {
        height: 694px;
        width: 260px;
        margin-top: 20px;
    }

    .diamond2 {
        top: auto;
        left: 88px;
        bottom: 90px;
    }

    .diamond3 {
        left: 88px;
        top: 98px;
    }

    .diamond4 {
        top: 290px;
        left: 88px;
    }

    .diamond5 {
        top: auto;
        left: -5px;
        bottom: 185px;
    }

    .diamond6 {
        top: 194px;
    }

    .diamond:hover .learnmore i {
        margin-left: 2px;
    }

    .backlog-text3 {
        font-size: 34px;
    }

    .video-title {
        font-size: 22px;
    }

    .footerLogo img {
        width: 90%;
    }

    .InnerheaderSeal {
        background-position: 160% 26%;
    }

    .listofExpenditures li {
        display: block;
        width: auto;
        height: auto;
    }

    .listofSubPages li {
        width: 44%;
    }

    .InnerheaderRight {
        width: 140px;
    }

}

@media (max-width: 574px) {
    .MainMenu .navbar-toggler {
        padding: 3px 6px;
    }

    .video-title {
        font-size: 18px;
    }

    /*.InnerheaderSeal {
        background-position: 440% 26%;
    }*/

    .InnerheaderRight {
        width: 130px;
    }
}