﻿@-ms-viewport{
  width: device-width;
}
/*--FONTS--*/

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('MinionPro-Regular.woff2') format('woff2'),
        url('MinionPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






.homeGovernorComments {
    background-color:#FFFFFF;
    
    -webkit-box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);
  box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75); 
}

 .list {
     list-style-type:disc; 
     display:list-item; 
    margin: 4px 0 4px 0;
    margin-left: 3em;
    margin-right: 5em;
     
     
     }
 .bubblelist {
     list-style-type:circle; 
     display:list-item; 
    margin: 4px 0 4px 0;
    margin-left: 3em;
    margin-right: 5em;
     
     
     }
     
     .bubble {
     list-style-type:circle; 
     display:list-item; 
     margin: 4px 0 4px 0;
         margin-left:30px;
     
     }
        .bubbleindent 
       {
     list-style-type:circle; 
     display:list-item; 
   margin: 4px 0 4px 0;
    margin-left: 5em;
    margin-right: 5em;    
     
     }
       .indent 
       {
     list-style-type:circle; 
     display:list-item; 
   margin: 4px 0 4px 0;
    margin-left: 10em;
    margin-right: 5em;    
     
     }
     
 .number {
     list-style-type:decimal;
     display:list-item; 
     margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 8em;
    margin-right: 5em;
     
     }
   

/*-----BODY -----*/

html
{
  margin: 0;
  padding: 0;
  height: 100%;
  background-color:#B42033;
 
}

h1 { 
    display: block;
    font-size: 1em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;   
    margin-left:2em;
    font-weight: bold;
   
}

h2 {
    
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h3 { 
     display:block;
    font-size: 2.0em;
 padding-top:50px;
    margin-bottom: 1em;
     margin: 0 auto;
    margin-right: 0;
    font-weight: bold;
    text-align:center;
   
    
    
    
}

h4 { 
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h5 { 
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h6 { 
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
/*h7 is the same as h2, with left justification*/
.h7 {
    display: block;
    font-size: 1.5em;
    /*margin-top: 0.83em;
    margin-bottom: 0.83em;*/
    margin-left: 28px;
    margin-right: 0px;
    font-weight:  bold;
}
p {
    font-family:'Roboto Condensed';
    display: block;
    font-size: 1.2em;
    margin-top: .5em;
    margin-bottom: 1em;
    margin-left:3em;
    margin-right: 5em;
   
}

h2.subtitle {
     display: block;
    font-size: 1em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;   
    margin-left:2em;
    font-weight: bold;
    /*border: 1px solid red;*/
}

/*-----WRAPPER -----*/

#wrapper 
{
  margin:0 auto;  
  
 
  
}

/*-----IMAGES -----*/

figure.w100 
{
  width:100%;
}

figure img 
{
  width:100%;
}

.imgoverview
{
  
  height:400px;
  width:500px;
  margin: 0 auto;
  background-image:url(../../content/Current/images/tech.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size: contain;
  border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
}

.contentImage 
{
  height:200px; 
  width:250px;
  float:right; 
  padding:10px;
  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;
}

p img
{
  height:200px; 
  width:250px;
  float:right;
  padding:10px;
  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;
    display: inline-block;
margin-top:-25px;

}


#contentImage {
    height: 550px;
    width:750px;   
    margin: 0 auto;
       margin-bottom: 10px;
    margin-top: 50px;
}

#contentImage img{
    height: 500px;
    width:750px;   
    margin: 0 auto;   
}


/*-----CONTAINER -----*/

#container-fluid 
{
  margin: 0 auto;
  position:relative;
  z-index:5;
  width:60%;
  height:100%;
  top:340px;
 /*background: rgb(109,17,17);*/
/*background: linear-gradient(180deg, rgba(109,17,17,1) 0%, rgba(109,17,17,1) 4%, rgba(29,35,51,1) 13%);*/
/*border:1px solid red;*/
 
  

}


	
/*------BANNER-------*/
/*Copy .bodybanner to layout*/

/*Change the background color of the Page here NEW- CAH */
.bodybanner 
{
   
    /*background-color:#FFFFFF;*/
  /*background-image:url(/App_Themes/ThemeFY22/assets/images/background.png);*/
  background-repeat:repeat-x;
  position:fixed;
  width:100%; 
  height:43.9%;
 /*border-bottom: 3px solid #1d2333;*/

  

 
  /*border:1px solid red;*/
  /*background: rgb(109,17,17);
background: linear-gradient(180deg, rgba(109,17,17,1) 0%, rgba(109,17,17,1) 4%, rgba(29,35,51,1) 13%);*/
 
}


hr.solid {
  border-top: 3px solid #1d2333;
  top:389px;
  position:absolute;
  width:100%;
  z-index:1;
}
/*Change the background color of the Page here NEW- CAH */
.banner 
{
    
     background-image:url(/App_Themes/ThemeFY23/assets/images/Logo_BannersmlOLD.png);  
   background-color:#B42033;
   background-repeat:no-repeat;
  background-position:center;   
  position: absolute;
     top:-10px;
  margin:0 auto;       
  background-size:contain;
  /*border:1px solid red;*/
  width:50%; 
  height:380px;   
  display:block; 
  float:left;
  margin-left:25%;
    /*background-color:#6C1112;*/
  z-index:4 !important;
  
  /*border:1px solid red;*/
}

.social 
{  
  position:absolute;
  margin-top:50px;
  display:block;
  float:left;
  width:100%;
  height:100%;
  margin-left:-15px;
  margin-right:80px;
 /*border:1px solid red;*/
 z-index:999;
}

.social ul
{
  background-color: transparent;
  list-style-type:none;
  margin-left: 110px;
  width: 200px;
  padding-bottom:20px;
  margin-top:10px;
}

.social ul li 
{
  display:block;
  height: 45px;
  width: 45px;
  
  padding:5px;
}

.social ul li a
{
  display:inline-block;
  float:left;
}


.social 
{
  display:inline-block;
  position:relative;
  float:right;
  width:270px;
  height:200px;
  margin-top:50px;
  
  


}





/*-----NAVIGATION -----*/

/*Change the NAVBAR color here NEW-CAH*/
.navbar {
   width:100%;
  height: 70px;  
  top:-5px;
  
  background-color:#6C2134;
  font-family: 'Montserrat', sans-serif;
  font-size:1.2em;
  position:absolute !important;
  z-index:9;
 
}

ul.navbar-nav {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    /*background-color:#1D2333;*/
    margin: 0;
    padding: 0;
}
/*Change the navbar button colors here NEW-CAH*/
.navbar ul li{
    color:white;
    /*border:1px solid white;*/
     background-color:#1D2333;
    padding:10px;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 3px;
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
    /*border:2px solid #6d1111;*/
   -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

   
}



/*.flSealLogo {
    height:200px;
    width:200px;
   border: 1px solid red;
    position:relative;
  border-style:none;
    float:left;
    background:url(/App_Themes/ThemeFY23/assets/images/SealofFlorida.png);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    z-index:4 !important;
    margin-left:10%;
    top:100px;
    
}*/

/*.bannerbackground {
    height:400px;
    width:100%;
   
    position:absolute;
  border-style:none;
    float:left;
    background:url(/App_Themes/ThemeFY23/assets/images/Capitol.jpg);
    background-size:cover;
    background-position:center right;
    background-repeat:no-repeat;
    z-index:1 !important;
    
    

}*/

.btn.btn-sm {
    
    margin-right:2px;
    border:1px solid black;
    font-size:.8em
}



.pnlContent{
    background-color:#FFFFFF;
}


/*-----CONTENT -----*/
/*Search Bill Divs*/
.contentSearch
 {
    margin:25px auto;
       /* border:1px solid red;*/
        width:100%;
        margin-right: 20px;
        padding-left:30px;
        font-family: 'Montserrat', sans-serif;
      
            }







/*-----CONTENT -----*/
.content 
{
  font-family: 'Montserrat', sans-serif; 
  position:relative;
 background-color:#FFF;
  /*background-color: #B42033;*/
  /*-webkit-box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);
  box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);*/  
 /*border: .1px solid transparent;*/
 top:70px;
 /*border:1px solid red;*/
}



.lblSectTitle {
    font-size:13px;
}

contentSearchword {
   font-family: 'Montserrat', sans-serif;
  position:relative;
  z-index:2;
  background-color: #FFF;
  -webkit-box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);
  box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);  
 border: .1px solid transparent;
 top:70px;
 /*border:1px solid red;*/
 
}

.bgNavlinks {
    font-size: 10pt;
}



#content 
{
  min-height: 5em;
  margin-top:10px; 
  position:relative;
  z-index:2;
  background-color: #FFF;
  padding: 0 80px;
  
}

.slider 
{
  position:relative;
  top:-100px;
 
/*
  -webkit-box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);
  box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);	
*/
  margin:0 auto;
 background-color: white;  

}

.signature 
{
 display:block;
 margin-left: 5em;
 float:left; 
}

.firstforJobsicon 
{
 background-image:url();
 background-position:center;
 background-repeat:no-repeat; 
 height:169px;
 width:155px;
 position:relative;
 margin-right: 5em;
 float:right; 
}

.highlight 
{
  font-family: 'Montserrat', sans-serif;
  height:90px;
  width: 830px;
  margin-left: 90px;	
}

.highlight h1
{
  float:left;
  margin:0;
  padding:0;
  padding-top: 5px;
  padding-left: 10px;
}

.highlightdesc 
{
  font-size:25px;
  text-align:left;	
  display:block;
  line-height: 25px;
  width:550px;
  color:#8da5c1;
  margin:0;
  padding:0;
}


.highlightgrp 
{
  float: left;
  width: 100%;
  height:auto;	
  margin: 0 auto;
}


.highlightlogo 
{
  background-image: url(images/bullet.png);
  background-repeat: no-repeat;
  background-position:center;
  background-size:contain;
  float:left;	
  height:40px;
  width:40px;	
}

.headlinelogo 
{	
  height:200px;
  width:200px;
  background-image:url(images/1stforjobsstamplrg.png);
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
  float:left;
  margin-top:10px;
  margin-left:20px;	
}


/*
.slider 
{
  position:relative;
  -webkit-box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);
  box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);	
  margin:0 auto;
  top:30px;
}
*/

.signature 
{
 display:block;
 margin-left: 5em;
 float:left; 
}

.icon 
{
 background-image:url('/App_Themes/ThemeFY22/assets/images/Circle_Logo-01.png');
 background-position:center;
    background-size: contain;
 background-repeat:no-repeat; 
 height:199px;
 width:185px;
 position:relative;
 margin-right: 5em;
 float:right;
    clear: right;

 
 
}

.highlight {
	/*font-family: "Bebas Neue Bold", Arial, Sans-Serif;*/
     font-family: 'Montserrat', sans-serif;
	height:90px;
	width: 630px;
	margin-left: 90px;
	
	
	
	
	
}

.highlight h1{
	float:left;
	margin:0;
	padding:0;
	padding-top: 5px;
	padding-left: 10px;
}

.highlightdesc {
	font-size:25px;
	text-align:left;	
	display:block;
	line-height: 25px;
	width:550px;
	color:#8da5c1;
	margin:0;
	padding:0;
}


.highlightgrp {
	float: left;
	width: 100%;
	height:auto;	
	margin: 0 auto;
}


.highlightlogo {
background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
	float:left;
	
	height:40px;
	width:40px;	
}

.headlinelogo {	
height:200px;
width:200px;
	background-image:url(images/1stforjobsstamplrg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	float:left;
	margin-top:10px;
	margin-left:20px;
	
	
	
}




/*
.slider 
{
  position:relative;
  -webkit-box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);
  box-shadow: -1px 3px 53px 6px rgba(0,0,0,0.75);	
  margin:0 auto;
  width:100%;
}
*/


/*----- FOOTER -----*/

.footermainPan
{
    
   
   background-color:#B42033;
    background-image:url("/App_Themes/ThemeFY23/assets/images/budgetFooter.png");
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
  height:100px; 
  width:60%; 
  text-align:center;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; 	 
  margin:0 auto;
  margin-top:500px;
 /*border:1px solid red;*/
  bottom:0px;
  
  
  padding: 4px 0px 4px 0px;
 
  text-align:center;
 
}
.rptfootermainPan
{
    
   
   background-color:#B42033;
    background-image:url("/App_Themes/ThemeFY23/assets/images/budgetFooter.png");
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
  height:100px; 
  width:100%; 
  text-align:center;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; 	 
  margin:0 auto;
  margin-top:500px;
 /*border:1px solid red;*/
  bottom:0px;
  
  
  padding: 4px 0px 4px 0px;
 
  text-align:center;
 
}

.bdata {
    width:100%;
    border-width:1px darkgray;
    border-collapse:collapse;
    table-layout:fixed;
}



.footermainPanASPX {
     display:flex;
   background-color:#B42033;
    background-image:url("/App_Themes/ThemeFY23/assets/images/budgetFooter.png");
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
  height:80px; 
  width:100%; 
  text-align:center;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; 	 
  margin:0 auto;
  margin-top:500px;
 /*border:1px solid red;*/
  bottom:0px;
  
  
  padding: 4px 0px 4px 0px;
 
  text-align:center;
 
}

.Doclinks{   
    /*Change the footer doc links "Property of the State of Florida text here NEW- CAH */
    /*border:1px solid red;*/
    position:relative;
   top:80px;
    font-family: 'Montserrat', sans-serif;
    color:#FFFFFF;
}

.Doclinks a {
    color:#FFFFFF;
    padding-left: 20px;
        padding-right:20px;
}


.BudDoclinks{   
    /*Change the footer doc links "Property of the State of Florida text here NEW- CAH */
    /*border:1px solid red;*/
    position:relative;
   font-size:12px;
    font-family: 'Montserrat', sans-serif;
    color:#FFFFFF;
}

.BudDoclinks a {
    color:#FFFFFF;
    padding-left: 20px;
        padding-right:20px;
}


#wrapper #container .content .homeGovBg .headline 
{
  font-family: 'Montserrat', sans-serif;
  padding-right: 40px;
  padding-top: 20px;
  float: left;
  font-size:36px;
  width: 700px;
}

#wrapper #container .content .homeGovBg .headline h1
{
  margin:0;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 25px;
  letter-spacing: 2px;
}

span.searchword
{
    background-color: yellow;
}


/*-----Prevents iPhone from resizing in landscape mode -----*/
html {-webkit-text-size-adjust: none; }

/*----------- apply a natural box layout model to all elements --------------*/
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*-----BODY -----*/
html,
body
{
  margin: 0;
  padding: 0;
  height: 100%;
  /*background-color:#6D1111;*/
  background-color:#B42033;
}

/*-----WRAPPER -----*/

#wrapper 
{
  width:100%;
  margin:0 auto;
 background-color:#B42033;

}



/*-----IMAGES -----*/

figure.w100 
{
  width:100%;
  
}

figure img 
{
  width:100%;
}

/*----- FOOTER -----*/

footer 
{
  clear: both;
  text-align: center;
 
}

/*----- OTHER -----*/

.keepOpen
{
  clear:both;
}

.smlArrow {
   
    /* border: 1px solid red; */
    background-image: url(../images/SmallArrow.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 0px;
    top: 5px;
    width: 0px;
    padding: 3px 3px 3px 3px;
    margin-left: 2px;
    margin-bottom: 1px;
    position: relative;
    
   
} 
	
	
/*@import url("../../webfonts/Bebas_Neue_Bold/stylesheet.css");*/
@media only screen and (min-width: 1px) {

    /*--FONTS--*/


    /*@font-face {
font-family: 'BebasNeueBold';
src: url('BebasNeueBold.eot');
src: url('BebasNeueBold.eot?#iefix') format('embedded-opentype'),
url('BebasNeueBold.svg#BebasNeueBold') format('svg'),
url('BebasNeueBold.woff') format('woff'),
url('BebasNeueBold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
  font-family: 'BebasNeueLight';
  src: url('BebasNeueLight.eot');
  src: url('BebasNeueLight.eot?#iefix') format('embedded-opentype'),
       url('BebasNeueLight.woff2') format('woff2'),
       url('BebasNeueLight.woff') format('woff'),
       url('BebasNeueLight.ttf') format('truetype'),
       url('BebasNeueLight.svg#BebasNeueLight') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

    i {
        font-style: italic;
    }

    strong {
        font-weight: bold;
    }

    blue {
        color: blue;
    }



    /*-----BODY -----*/

    html {
        margin: 0;
        padding: 0;
        height: 100%;
    }



    h1 {
        display: block;
        font-size: 2em;
        margin-top: 0.27em;
        margin-bottom: 0.2em;
        margin-left: 2em;
        margin-right: 0;
        font-weight: bold;
    }

    h2 {
        display: block;
        font-size: 1.5em;
        margin-top: 0.83em;
        margin-bottom: 0.83em;
        margin-left: 55px;
        font-weight: bold;
    }

    .subtitle {
        font-size: large;
    }


    h4 {
        display: block;
        margin-top: 1.33em;
        margin-bottom: 1.33em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
    }

    h5 {
        display: block;
        font-size: .83em;
        margin-top: 1.67em;
        margin-bottom: 1.67em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
    }

    h6 {
        display: block;
        font-size: .67em;
        margin-top: 2.33em;
        margin-bottom: 2.33em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
    }
    /*copy of h2 with no indent*/
    h7 {
        display: block;
        font-size: 1.5em;
        margin-top: 0.83em;
        margin-bottom: 0.83em;
        margin-left: 0px;
        margin-right: 0;
        font-weight: bold;
        margin: 0 auto;
        text-align: center;
    }

    stronger {
        font-size: 25px;
        font-weight: bold;
        display: list-item;
        margin: 4px 0 4px 0;
        margin-left: 5em;
        margin-right: 5em;
    }

    .indentedP {
        display: block;
        font-size: 1.3em;
        margin-bottom: 1em;
        margin-left: 6em;
        margin-right: 5em;
    }

    .extraindent {
        display: block;
        margin-left: 50px;
    }

    em {
        font-style: normal; /* Removes italics */
        text-decoration: underline; /* Makes underline */
    }

    /*-----WRAPPER -----*/

    #wrapper {
        margin: 0 auto;
    }

    /*-----CONTAINER -----*/

    #container {
        margin: 0 auto;
        position: relative;
        z-index: 5;
        width: 100%;
        background-color: transparent;
    }







    /* style sub level links */
    #cssmenu li li a {
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        font-weight: normal;
        padding: 5px 2px 5px 3px;
        color: Black;
        width: 260px;
        height: 50px;
        text-align: left;
        text-transform: uppercase;
        line-height: 20px;
    }

    #cssmenu li.lrglink li ul a {
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        font-weight: normal;
        padding: 10px 2px 3px 3px;
        color: Black;
        width: 280px;
        height: 50px;
        line-height: 40px;
        text-align: center;
    }

    #cssmenu li li ul {
        font-size: 1em;
        height: 50px;
        padding: 0px;
        margin: 0px;
        width: 280px;
        position: relative;
        z-index: 2000;
    }

    #cssmenu li.lrglink li a {
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        font-weight: normal;
        padding: 10px 2px 3px 3px;
        color: Black;
        width: 260px;
        height: 50px;
        text-align: left;
    }

    #cssmenu li li:last-child a {
        border-bottom: none;
        width: 260px;
        height: 50px;
    }

    /* show arrows for dropdowns */
    #cssmenu li.dropdown > a {
        background-image: url('/css/FY18Home/images/arrow-down.png');
        background-position: right 18px;
        padding-right: 5px;
        background-repeat: no-repeat;
        width: 115px;
    }

    #cssmenu li li.dropdown > a {
        background-image: url('/css/FY18Home/images/arrow-right.png');
        background-position: right 10px;
        background-position: center right;
        background-repeat: no-repeat;
        padding-right: 10px;
        width: 180px;
    }



    /* hide sub menu links */
    ul.sub-menu {
        display: none;
        height: 30px;
    }

    #cssmenu li li a:hover {
        color: White;
        background-color: #01569A;
    }

    #cssmenu li.lrglink li a {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2em;
        color: Black;
        margin-left: -38px;
    }

    #cssmenu li li a {
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        color: Black;
        margin-left: -42px;
    }



    #cssmenu li.lrglink li a:hover {
        color: White;
        background-color: #01569A;
        margin-left: -40px;
    }





    /*----- FOOTER -----*/



    #wrapper #container .content .homeGovBg .headline {
        /*font-family: "Bebas Neue Bold", Arial, Sans-Serif;*/
        font-family: 'Montserrat', sans-serif;
        padding-right: 40px;
        padding-top: 20px;
        float: left;
        font-size: 36px;
        width: 700px;
    }

        #wrapper #container .content .homeGovBg .headline h1 {
            margin: 0;
            padding-top: 20px;
            padding-left: 10px;
            padding-right: 25px;
            letter-spacing: 2px;
        }

    .homeGovBg {
        background-color: #B42033;
        border-style: none;
        border: none;
    }


    #EduHistoryTable tr th {
        padding: 4px;
        border: 1px solid black;
    }

    #EduHistoryTable tr td {
        padding: 4px;
        border: 1px solid black;
    }

    #EduTable {
        width: 450px;
        margin: 0 auto;
    }

        #EduTable tr th {
            padding: 4px;
            border: 1px solid black;
        }

        #EduTable tr td {
            padding: 2px;
            border: 1px solid black;
            padding: 2px;
        }

    .table-bordered {
        border: 1px solid black;
    }

    u {
        text-decoration: none;
    }

    .pdfBullet {
        background-image: url("../images/pdf.png");
        position: absolute;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 20px;
        height: 20px;
        width: 20px;
        background-position: center;
        /*border:1px solid red;*/
    }

    .arrowBullet {
        background: transparent url("../images/SmallArrow.jpg") 0 0 no-repeat;
        position: absolute;
        background-position: center;
        height: 20px;
        width: 30px;
        left: 30px;
        /*border:1px solid red;*/
    }

    .slider {
        margin-top: 200px;
    }

    .jssora22r {
        top: -120px;
    }

    #billText {
        /*border:1px solid red;*/
        margin-top: 30px;
    }

   

    .ag_TitleCell img {
        border: none;
        line-height: 9px;
        position: relative;
    }

    .govSignature {
        height: 65px;
        width: 201px;
    }

    .pdf-js-viewer {
        position: relative;
        width: 100%;
    }

    a.dropdown-item {
        background-color: #1d2333;
        line-height: 2.5;
        color: #FFFFFF;
        padding: 5px;
    }

        a.dropdown-item:hover {
            background-color: #FFFFFF;
            color: #1d2333;
        }


        @supports (-webkit-touch-callout: none) {
  #container-fluid {
      top:100px;
  }
}



    @media (max-width:1552px) {

        .navbartop {
            /*border:1px solid red;*/
            width: 100%;
        }



        .budgetbanner {
            background-size: cover;
            /*border:1px solid green;*/
            position: absolute;
            top: 0px;
            right: 0px;
        }

        .footermainPan {
            display: flex;
            flex: 1;
            flex-shrink: 0;
            background-color: #B42033;
            background-image: url("/App_Themes/ThemeFY23/assets/images/budgetFooter.png");
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            height: 100px;
            width: 100%;
            text-align: center;
            font-family: 'Montserrat', sans-serif;
            font-size: 12px;
            margin: 0 auto;
            margin-top: 500px;
            /*border:1px solid red;*/
            bottom: 0px;
            padding: 4px 0px 4px 0px;
            text-align: center;
        }

        .navbar ul {
            padding: 0px;
            line-height: 1;
            font-size: .8em;
        }
        /*Container placement can be modified up and down using the "TOP" attribute- CAH*/

        #container-fluid {
            margin: 0 auto;
            position: relative;
            z-index: 5;
            width: 100%;
            height: 100%;
            top: 300px;
            background-color: #B42033;
        }

        .banner {
            background-image: url(/App_Themes/ThemeFY23/assets/images/Logo_BannersmlOLD.png);
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            z-index: 1;
            margin: 0 auto;
            background-size: contain;
            /*border:1px solid green;*/
            width: 100%;
            height: 35%;
            display: block;
            float: left;
            background-color: transparent;
            z-index: 1;
            /*border:1px solid red;*/
        }

        .bdata td{
            /*border:1px solid red;*/
            font-size:4pt;
        }

       

        .bdata th{
            /*border:1px solid red;*/
            font-size:5pt;
        }
    }


    @media (min-width:974px) {

       

        .navbartop {
            /*border:1px solid red;*/
            width: 100%;
        }

        .navbar ul {
            padding: 8px 0px 0px 0px;
            line-height: 1;
            font-size: .8em;
        }

        .nav-item {
            line-height: 1;
            margin-left: 3px;
            height: 50px;
            margin-bottom: 5px;
        }

            .nav-item a {
                padding: 5px 2px 15px 3px;
                font-weight: bold;
                font-size: 1em;
                color: white;
            }

        .navbar-dark .navbar-nav .nav-link {
            color: #FFFFFF !important;
        }

        a.dropdown-item:hover {
            background-color: #FFFFFF;
            color: #1d2333;
        }

        .dropdown-item {
            background-color: #1d2333;
            color: white;
        }

        .dropdown-menu a {
            font-size: 1em;
        }

        .dropdown-menu, .dropdown-menu.show {
            background-color: #1d2333;
        }

        .budgetbanner {
            /*border:1px solid red;*/
            position: absolute;
            width: 100%;
            top: -10px;
            right: 10px;
        }
    }

  @media (max-width:700px) {
      #container-fluid {
          border: 1px solid blue;
         top: 200px;
      }
  }
  


 
