﻿.biz .banner-bg {
	background: #0a1220 url(../images/mainmasthead-business.jpg?11202023) no-repeat top center;
	position: relative;
}
.biz .panel {
	border-color: gray;
	padding: 5px;
}
.biz .form-heading {
	/*color: #517DA6;*/
	border-bottom: solid 1px gray;
	padding-bottom: 2px;
}
.biz .form-footer {
    /*color: #A63D27;*/
	border-top: solid 1px gray;
	margin-top: 8px;
	padding-top:4px;
}
.biz .panel-heading {
	color: #fff;
	background: #517DA6;
}
.biz .tab-heading {
    color:#517da6;
}
.biz .left-col-list a:hover, .biz .left-col-list a:focus, .biz .left-col-list a:active {
    background: #517DA6;
}

.biz h3 {
    background: none repeat scroll 0 0 #517DA6;
    color: #FFFFFF;
    padding: 10px 15px;
}

.biz a, .biz a:visited  {
    
}


.panel-blue {
	border-color: #517DA6;
	padding: 5px;
}
.panel-blue > .panel-heading {
	color: #fff;
	background: #517DA6;
}
.panel-blue a {
	color: #333;
	text-decoration: none;
}

/* Report Fraud Pages Collapsible Section Markup */

/* Style the button that is used to open and close the collapsible content */
.collapse-uni-biz {
  padding: 14px 20px 14px 40px;
  background-color: #425D72 !important;
  color:#FAF8F6 !important;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font: 18px/18px 'Georgia';
  position: relative;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapse-uni-biz:hover {
  background-color: #384F61 !important;
}

.collapse-uni-biz:before {
  content: '\25B6'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #FAF8F6 !important;
  float: left;
  margin-right: 15px;  
  position: absolute;
  left: 15px;
}

.uni-bullet {
    line-height:1.4em;
  }

@media print {
  .content-uni {
    overflow: visible;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-bottom:15px;
    background-color: #ffffff;
    max-height:100%;
  }
  
  .collapse-uni-biz {
    background-color: #ffffff !important;
    color: #000000 !important;
    break-after: avoid-page;
  }

  .collapse-uni-biz:before, .collapse-uni:before {
    color: #000000 !important;
  }

  .box-shadow-btn {
    box-shadow: none;
  }

  .print-heading {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
    margin-top:5px;
    color: #000000 !important;
  }

  .print-heading-h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
    margin-top:5px;
    color: #000000 !important;
  }

  .print-hide {
    display:none;
  }

  .uni-bullet {
    padding-inline-start: 25px;
    line-height:1.4em;
  }
}

