.wi_masterheader {
    width: 100%;
    height: 61px;
    margin: 0px;
    background: url(imagesV2/logo.png) 0px 0px;
    background-repeat:no-repeat;
    background-size:contain;
    margin-top: 5px;
    margin-bottom: 20px; /* Increase from 5px to 20px */
}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5C1600;
	padding-top: 20px; /* Add this line */
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5C1600; /* Changed from green to Shepley brown */
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5C1600; /* Changed from green to Shepley brown */
	padding-top: 3px;
	padding-bottom: 3px;
}
.wi_button {
	background: #5C1600; /* Changed from blue to Shepley brown */
	color: #fff;
	padding: 5px;
	border: none !important;
	border-radius: 5px;
	margin: 5px;
	min-width: 95px;
}
.wi_buttonlong {
	background: #5C1600; /* Changed from blue to Shepley brown */
	color: #fff;
	padding: 5px;
	border: none !important;
	border-radius: 5px;
	margin: 5px;
	min-width: 250px;
}
.wi_buttonmedium {
	background: #5C1600; /* Changed from blue to Shepley brown */
	color: #fff;
	padding: 5px;
	border: none !important;
	border-radius: 5px;
	margin: 5px;
	min-width: 140px;
	margin-bottom: 15px;
}
.top_orange {
	display: flex;
	padding: 5px;
	background: #5C1600; /* Changed from blue to Shepley brown */
}
.top_orange_left {
	margin-left: 0px;
	background: #5C1600; /* Changed from blue to Shepley brown */
	font-weight: bold;
	color: #fff;
}
.wi_pagetitles {
	font-weight: bold;
	color: #5C1600; /* Changed from green to Shepley brown */
	font-size: 13px;
	text-align: left;
	background-color: #fff;
	line-height: 35px;
}
.wi_formtableheader {
	font-weight: bold;
	color: #5C1600; /* Changed from green to Shepley brown */
	padding-left: 5px;
}
.wi_iccosigndocument_editfields_button {
	border-radius: 5px;
	border: 2px solid white;
	background-color: #5C1600; /* Changed from blue to Shepley brown */
	color: white;
	padding-left: 15px;
	padding-right: 15px;
}
.wi_browserwarning_header_row {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #5C1600; /* Changed from green to Shepley brown */
	margin-top: -5px;
}
a.wi_iccosign_continueurl:hover {
    color: white;
}
.wi_body_client_dynamicaccounts .table-striped tbody tr:nth-of-type(odd).wi_dynamic_accounts_closed_accounts {
	background-color: lightgray !important;
}

/* ======================================== */
/* ICCOSign Custom Font Declarations       */
/* ======================================== */

/* Register the custom fonts from /CUSTOM/fonts/ folder */
@font-face {
    font-family: 'CustomICCOSign1';
    src: url('fonts/ICCOSign01.ttf') format('truetype');
}

@font-face {
    font-family: 'CustomICCOSign2';
    src: url('fonts/ICCOSign02.ttf') format('truetype');
}

@font-face {
    font-family: 'CustomICCOSign3';
    src: url('fonts/ICCOSign03.ttf') format('truetype');
}

@font-face {
    font-family: 'CustomICCOSign4';
    src: url('fonts/ICCOSign04.ttf') format('truetype');
}

@font-face {
    font-family: 'CustomICCOSign5';
    src: url('fonts/ICCOSign05.ttf') format('truetype');
}

@font-face {
    font-family: 'CustomICCOSign6';
    src: url('fonts/ICCOSign06.ttf') format('truetype');
}

@font-face {
    font-family: 'CustomICCOSign7';
    src: url('fonts/ICCOSign07.ttf') format('truetype');
}

@font-face {
    font-family: 'CustomICCOSign8';
    src: url('fonts/ICCOSign08.ttf') format('truetype');
}

@font-face {
    font-family: 'CustomICCOSign9';
    src: url('fonts/ICCOSign09.ttf') format('truetype');
}

@font-face {
    font-family: 'CustomICCOSign10';
    src: url('fonts/ICCOSign10.ttf') format('truetype');
}

/* Apply custom fonts to signature styles */
.wi_iccosignstyle1 {
    font-family: 'CustomICCOSign1', cursive, serif;
}

.wi_iccosignstyle2 {
    font-family: 'CustomICCOSign2', cursive, serif;
}

.wi_iccosignstyle3 {
    font-family: 'CustomICCOSign3', cursive, serif;
}

.wi_iccosignstyle4 {
    font-family: 'CustomICCOSign4', cursive, serif;
}

.wi_iccosignstyle5 {
    font-family: 'CustomICCOSign5', cursive, serif;
}

.wi_iccosignstyle6 {
    font-family: 'CustomICCOSign6', cursive, serif;
}

.wi_iccosignstyle7 {
    font-family: 'CustomICCOSign7', cursive, serif;
}

.wi_iccosignstyle8 {
    font-family: 'CustomICCOSign8', cursive, serif;
}

.wi_iccosignstyle9 {
    font-family: 'CustomICCOSign9', cursive, serif;
}

.wi_iccosignstyle10 {
    font-family: 'CustomICCOSign10', cursive, serif;
}