/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*updating file*/
/***********side_menu2 remove background-color***********/
.side_menu2{
	background-color:white !important;
}

/***********Global Table***********/
/*****table - no text-align; width: 100% annual_resale_certificate_sut.txt; 
cst.txt; discretionary.txt; e911.txt; pollutants.txt; rt_return_pay.txt*****/
.tableBorder {
	margin:0px auto;
	width: 100%;
	}
.tableBorder,
.tableBorder td,
.tableBorder th {
	border:1px solid black;
	padding: 5px;
	}

/*****table - text-align: center; width: 90% film_in_florida.txt; fuel.txt; 
govt_leasehold.txt; severance.txt; tax_interest_rates.txt*****/
.tableBorderCenter {
	margin:0px auto;
	width: 90%;
	}
.tableBorderCenter,
.tableBorderCenter td,
.tableBorderCenter th {
	border:1px solid black;
	padding: 5px;
	text-align: center;
	}

/*****table - text-align: left; width: 90% reemployment.txt; 
rt_return_pay.txt; sales_tax.txt; tax_interest_rates.txt*****/
.tableBorderLeft {
	margin:0px auto;
	width: 90%;
	}
.tableBorderLeft,
.tableBorderLeft td,
.tableBorderLeft th {
	border:1px solid black;
	padding: 5px;
	text-align: left;
	}

/*****table th, td padding tax_incentives.txt*****/
.tablePadding  th,
.tablePadding  td {
	padding: 5px;
	}

/*****table - override nth-child row shading*****/
tr.selected {
	background-color: #ffffff !important;
}

/***************Promoted Links /taxes/SiteAssets/content.txt******************/

/***********Display rows of 2 items************/
.ms-promlink-root {
	width: 320px;
	margin: auto;
}

.ms-promlink-body {
	width: 320px;
}

.ms-promlink-header {
	display:none;
}

/***********Align Text Top************/
.ms-tileview-tile-titleMedium{
	vertical-align:top !important;
}


/***********Style for larger screens***********/

/***********Display rows of 4 items************/
@media screen and (min-width: 540px) {
	.ms-promlink-root {
		width: 480px;
		margin: auto;
	}

	.ms-promlink-body {
	  width: 480px;
	}
}

@media screen and (min-width: 880px) {
	.ms-promlink-root {
		width: 640px;
		margin: auto;
	}

	.ms-promlink-body {
	  width: 640px;
	}
}
.ms-tileview-tile-detailsListMedium {
	height: 150px;
	overflow: hidden;
	padding: 10px;
	padding-top: 6px;
	padding-right: 6px;
	margin: 0px;
}

/**********Decrease Tile 5 Text Width**********/
#Tile_WPQ5_5_5 .ms-tileview-tile-titleTextMediumCollapsed,
#Tile_WPQ5_5_5 .ms-tileview-tile-titleTextMediumExpanded
 {
	width: 100px;
}

/************Print Accordion Webpages************/
@media print {
	#accordion_forms > * {
	display:block !important;
	}
}

/***********Expand/Collapse*****************/
#list span,
  #list .hide,
  #list:target .show {
    display:none;
  }
  #list .show,
  #list:target span,
  #list:target .hide{
    display:inline;
 }  
   @media print { .hide, .show { display: none; } }

/*********accordion_forms Link Color*********/
#accordion_forms a:link {
    color: #207fa9;
    text-decoration: none;
}
#accordion_forms a:visited {
        text-decoration: none;
color: #551A8B;

}
#accordion_forms a:hover {
text-decoration: underline;
color: #000;

}

/*********btn_eServices*********/

.btn_eServices {
	-moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	box-shadow: inset 0px 1px 0px 0px #bee2f9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9fb7f9), color-stop(1, #6e93f7));
	background: -moz-linear-gradient(top, #9fb7f9 5%, #6e93f7 100%);
	background: -webkit-linear-gradient(top, #9fb7f9 5%, #6e93f7 100%);
	background: -o-linear-gradient(top, #9fb7f9 5%, #6e93f7 100%);
	background: -ms-linear-gradient(top, #9fb7f9 5%, #6e93f7 100%);
	background: linear-gradient(to bottom, #9fb7f9 5%, #6e93f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fb7f9', endColorstr='#6e93f7',GradientType=0);
	background-color: #9fb7f9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #6e93f7;
	display: inline-block;
	cursor: pointer;
	color:#051a54;
	font-family: Helvetica, "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #7cacde;
	text-align: center;
	vertical-align: middle;
	width: 250px;
}

.btn_eServices:visited {
	color:#051a54;
} 

.btn_eServices:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6e93f7), color-stop(1, #9fb7f9));
	background: -moz-linear-gradient(top, #6e93f7 5%, #9fb7f9 100%);
	background: -webkit-linear-gradient(top, #6e93f7 5%, #9fb7f9 100%);
	background: -o-linear-gradient(top, #6e93f7 5%, #9fb7f9 100%);
	background: -ms-linear-gradient(top, #6e93f7 5%, #9fb7f9 100%);
	background: linear-gradient(to bottom, #6e93f7 5%, #9fb7f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e93f7', endColorstr='#9fb7f9',GradientType=0);
	text-decoration: none;
	color: #cccccc;
}
.btn_eServices:active {
	position: relative;
	top:1px ;
}

/******NoticeBox - spec.aspx*******/
.noticebox {
         background-color: #cccccc;
	}

/******2 columns filepay.txt*****/
.filepay {
    float:left;
    width:47%;
}
.clearfix:after {
content:"";
/*visibility:;*/
display:block;
height:0;
clear:both;
}
.filepay h3 {
color: #003366 !important;
/* font-weight: 900; */
font-size: 1.2em;
}

/* TIPS */ 

 h2 {padding-bottom:20px;}
 td.p_bottom {padding-bottom:50px;}
 th.sub_heading {background-color:#dbe3eb; width:75%; text-align:left;}

/* li line-height */
li.height {
	line-height: 150%;
}

/* Taxes defualt webpage /taxes/SiteAssets/content.txt */
#calloutWrap {
	/* float:left;  */
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#calloutWrap span {display:block;
}

#calloutWrap .title {color:#051a54; 
	font-size: 1.2em; 
	margin:0 0 15px 55px;} /* 14x1.28=18px; */

#calloutWrap .linkBox {
	/*display:block;
	float:left;  */
	width:190px; 
	height: 40px; /*124px*/
	color:#444;
	padding: 15px 8px 15px 20px;
	border: 1px solid #009999; 
 	margin: 0 15px 20px 0px;  
  	line-height:1.3em;
}

#calloutWrap a.linkBox, #calloutWrap a.linkBox:visited {
	/* float:left;  */
    background-color: transparent; 
    display: block; 
    text-decoration:none;
}

#calloutWrap a.linkBox:hover {background-color: #e9f2f7;}

.tir {background: #fafafa url("/taxes/SiteAssets/images/calculator.png") no-repeat 10px 10px;} /*Tax and Interest Rates*/
.nb {background: #fafafa url("/taxes/SiteAssets/images/clipboard.png") no-repeat 10px 10px;} /*New Business Start-up Kit*/
.tip {background: #fafafa url("/taxes/SiteAssets/images/tips.png") no-repeat 10px 10px;} /*Tax Information Publications*/
.te {background: #fafafa url("/taxes/SiteAssets/images/grad_cap.png") no-repeat 10px 10px;} /*Taxpayer Education*/
.so {background: #fafafa url("/taxes/SiteAssets/images/shopping_cart.png") no-repeat 10px 10px;} /*Shopping Online*/
.tv {background: #fafafa url("/taxes/SiteAssets/images/gavel.png") no-repeat 10px 10px;} /*Tax Violations*/
.vd {background: #fafafa url("/taxes/SiteAssets/images/dollar_sign.png") no-repeat 10px 10px;} /*Voluntary Disclosure*/
.cu {background: #fafafa url("/taxes/SiteAssets/images/callout.png") no-repeat 10px 10px;} /*Contact Us*/
.sc {background: #fafafa url("/taxes/SiteAssets/images/location_pins.png") no-repeat 10px 10px;} /*Taxpayer Service Centers*/
.boxRight {
	/* margin-right:0px !important; */
}

@media screen and (max-width:480px) {
	.linkBox {width:100%!important; height:100%!important; 
	}
}


.tir {
	background-size: 50px;
}
	
.nb {
	background-size: 50px;
}

.tip {
	background-size: 50px;
}
	
.te {
	background-size: 55px;
}

.so {
	background-size: 50px;
}
	
.tv {
	background-size: 55px;
}
	
.vd {
	background-size: 50px;
}
	
.cu {
	background-size: 50px;
}
	
.sc {
	background-size: 50px;
}

/***FLEX top row boxes /taxes/SiteAssets/content.txt****/
.flex-container {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    background-color: #fff;
    max-width: 750px;
}

.flex-container ul {
    border: 1px solid #009999;
		padding-left: 30px;
		flex-grow: 1;
}

.flex-container li {
    padding: 0px 10px 10px 10px;
}

.flex-container li:first-child {
    padding-top: 10px;
}
.flex-container .item-container:last-child {
    margin-right: 0px !important;
} 
.item-container {
	display: flex;
	width: 223px;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	flex-direction: column;
	flex-grow: 1;
}

.item-header p {
    display: block;
    font-size: 16px;
    min-height: 50px;
    margin: auto;
}

.item-header img {
    height: 40px;
    margin: 0px 25px 0px 0px;
}

.item-header {
    display: flex;
    background: #051a54;
    padding: 5px 15px;
    color: white;
    min-height: 50px;
		align-items: center;
		border-bottom: 3px solid #009999;
}

.item-title {
    font-size: 1.28em;
    padding: 5px;
}

@media (orientation: portrait) {
	.flex-container {flex-direction: column;
	}
	/* .item-container { width: 90% !important;} */
	.item-container { width: 100% !important;}
	/* #calloutWrap .linkBox { width: 80% !important; } */
	#calloutWrap .linkBox { width: 200px !important; }
}

/***Bold all GTA links with content class****/
.content a {
			font-weight: 600 !important;
			font-size: 14px !important;
}

/* End Taxes defualt webpage /taxes/Pages/default.aspx */


/* Temp code for GTA h2s in .content_box */
.content_box>div>h2 {
	font-weight: bold;
	margin: 0 0 0px 0;
	line-height: 1.4;
	color: #008078;
	font-size: 1.2rem;
	padding-bottom: 0 !important;
}

.filepay>h2 {
	font-weight: bold !important;
	margin: 0 0 0px 0;
	line-height: 1.4;
	color: #008078 !important;
	font-size: 1.2rem !important;
	padding-bottom: 0;
}


/* Fix for smaller screen h2 background */
.content_box h2 {
    background-color: #fff !important;
}

/* fix smaller screen side nav h2 overrun and 100 width*/
.side_menu1 h2, .side_menu1_alt h2, .side_menu2 h2, .side_menu3 h2, .side_menu4 h2 {
    width: initial !important;
}

.left_column {
    display: initial !important;
}

@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), (min-resolution: 192dpi) and (max-width: 1024px) {
	.left_column {
    display: initial;
	}
}

/* @media (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), (min-resolution: 192dpi) and (max-width: 1024px) {
.eServices_table h2, .news_box h2, .content_box h2, .side_menu1 h2, .side_menu1_alt h2, .side_menu2 h2, .side_menu2_alt h2, .side_menu3 h2, .side_menu4 h2 {
	margin-top: 1em !important;
	}	
} */


/* the sidemenu link items were disappearing due to style_tablet css */
@media screen and (min-width: 718px) and (max-width: 1016px) {
	nav li {
		display: initial !important;
	}
}

@media screen and (min-width: 718px) and (max-width: 1016px) {
	nav ul {
		position: initial !important;
		background: #fff !important;
		border: 0px !important;
		box-shadow: initial !important;
	}
	nav a {
		padding: 0 15px !important;
	}
}

/* footer not aligned in tablet mode  it is set to float right */
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), (min-resolution: 192dpi) and (max-width: 1024px) {
	.footer_menu {
		float: none !important;
	}
}

/* override padding and margin for accordion */
.content_box .eqd-accordion {
	padding: 0em !important;
}

/* margin set to 0 for accordion */
.content_box .eqd-accordion__heading {
	margin: 0em !important;
}

/* override margin-top for small screens for accordion header */
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), (min-resolution: 192dpi) and (max-width: 1024px) {
	.content_box .eqd-accordion__heading {
    margin-top: 0 !important;
}
}

/* override h3 on small screens */
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), (min-resolution: 192dpi) and (max-width: 1024px) {
	.content_box h3 {
		padding: initial !important;
		text-align: initial !important;
		background-color: initial !important;
	}
	.content_box h3 {
		font-weight: bold !important;
		font-family: "Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif !important;
		margin: 0 0 10px 0 !important;
		line-height: 1.4 !important;
		color: #008078 !important;
		font-size: 1.15em !important;
	}
}

/* override side menu size because of clipping on smaller screen sizes */
@media screen and (min-width: 718px) and (max-width: 1016px) {
	nav ul {
    width: 200px !important;
}
	nav li a {
		text-shadow: initial !important;
		text-align: left;
	}
}

/* main menu overrides */
/* @media screen and (max-width: 718px) {
	.main_menu ul {
		width: 100%;
		display: flex;
	}
	.main_menu li a {
		font-size: 9px !important;
	}
	.main_menu li:first-child {
		width: 50% !important;
	}
} */

@media screen and (min-width: 0px) {
	/* .main_menu ul {
		width: 100% !important;
		display: flex !important;
		justify-content: space-around !important;
	} */
	body {
		font-family: "Segoe UI Semilight", "Open Sans", Helvetica, sans-serif !important;
	}
	.side_menu1_alt, .side_menu2_alt, .side_menu2, .side_menu3, .side_menu4 {
		width: 224px;
	}
}

/* footer overrides */
.youtube {
	margin-top: -45px !important;
	margin-left: 10px !important;
}

@media only screen and (max-width: 718px) {
	.youtube {
		margin-top: -45px !important;
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}

.youtube_ofmb {
	margin-left: 5px !important;
}

/* GTA homepage grid menu responsive size*/
@media screen and (min-width: 718px) and (max-width: 1016px) {
	.linkBox {
		font-size: 12px;
		width:180px;
	}
	#calloutWrap,
	/* .flex-container {
		flex-direction: column;
	} */
}

@media only screen and (max-width: 768px) {
	#calloutWrap {
		flex-direction: column;
		justify-content: left;
	}
}