.w-600 {font-weight: 600}
		.white {color:#fff}
		.caption-title {font-weight:600; font-size: 14px; line-height: 1.2em; margin-bottom: 4px}
		.link {text-decoration: none; color:#fff}
		#ihead .heading-decorated::after {
	content: '';
	position: relative;
	display: block;
	height: 2px;
	width: 45px;
	margin-top: 12px;
	background: #fff;
	will-change: transform, opacity;
}
.wedgeblue {background-color: #066390; position: relative}		
 	
.wedgelightblue {background-color: #DFE8F2; position: relative}		
	
.wedgeblack {background-color: #000; position: relative}		
	
	
.accordion-item {border-color: #fff!important}
.accordion-button {background-color: #DFE8F2;font-weight: 600;padding:8px; font-size: 13px}
.accordion-body {background-color: #f5f5f5}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed) {
    background-color: #000;
	color:#fff;
}		

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
	
.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path 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'/></svg>") !important;
}	

.lead {font-size: 18px; font-weight: 400; line-height: 1.5em}


