/* CSS Document   TEXT CONTENT - HYPERLINK ROLLOVERS - STANDARD  */

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 5 versions,>0.05%,not dead
* Date: 2024-12-19
*/
p.bold,
li.bold,
span.bold{
	font-weight: bold;
}

p.noTopMargin{margin-top: 0}
p.noBottomMargin{margin-bottom: 0}

.italic{
	font-style: italic;
}

.alcohol{
	font-weight:bold;
	color:#71041d;
	text-decoration:underline;
}

.error{
	color: #ff0000;
}

p.error{
	color: #ff0000;
	font-size: 14px;
	padding: 10px 0;
}

.error.small{font-size: 13px}

p.error a{
	color: #ff0000;
	text-decoration: underline;
}

.font-mdLg{font-size: 18px}
.font-large{font-size: 22px}

.inputError,
.inputError:focus{
	border-color: #f66 !important;
}

.padTop-15{padding-top: 15px}

.req{color:#71041d}

.text-center{text-align: center}


.active{
	color:#1B4A14;
}
.inactive{
	color:#71041d;
}
.miniLabel{
	display: inline-block;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	position: relative;
}

label .miniLabel{
	display: block;
}

.addCoverage{
	background-color: #6ebd43;
	border-radius: 50%;
	color: #6ebd43;
	display: inline-block;
	height: 22px;
	overflow: hidden;
	position: relative;
	text-indent: -500px;
	top: 3px;
	width: 22px;
}

.addCoverage:after{
	color: #fff;
	content: '?';
	height: 22px;
	font-weight: bold;
	left: 0;
	line-height: 22px;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 0;
	width: 22px;
}

.addCoverage.paymentInfo{
	top: -7px;
}

.footFont{
	color:#569833;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}

.footFont:hover{
	color:#6ebd43;
	font-size:10px;
	text-decoration:underline;
	font-weight:normal;
}

.footFont2{
	color:#cccccc;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}

.footFont2:hover{
	color:#ffffff;
	font-size:10px;
	text-decoration:underline;
	font-weight:normal;
}

.footGreen{
	color:#2d5625;
	font-weight:bold;
}

.quoteLeft{ padding-left:25px; }

.quoteBorder{ border-top:1px solid #226587;}
.quoteBorderB{ border-top:1px solid #71041D; }

.quoteTable,
.quoteTableB{
	border-radius: 2px;
	margin: 20px 0;
	padding-bottom: 20px;
	overflow: hidden;
}

.quoteTable.paymentInfo{
	margin: 0;
}

.quoteTable.paymentInfo.span_60{
	margin: 40px auto 20px;
	width: 60%;
}

.quoteTable.paymentInfo.marginTop_20{
	margin-top: 20px;
}

.quoteTable h2,
.quoteTableB h2{
	margin: 10px 0;
}

.quoteTable  .premium h2,
.quoteTableB .premium h2,
.quoteTable  .premiumLabel h2,
.quoteTableB .premiumLabel h2{
	margin-bottom: 0;
}

.quoteTable  div.column,
.quoteTableB div.column{
	overflow: visible;
}

.quoteTable hr,
.quoteTableB hr{
	left: -10px;
	position: relative;
	width: calc(100% + 20px);
}

.quoteTable  hr{ border-color: #226587; }
.quoteTableB hr{ border-color: #71041D; }

.quoteTable{ border:1px solid #226587;}

.quoteTableB{border:1px solid #71041D;}

.quoteTable .premiumLabel,
.quoteTableB .premiumLabel{
	width: 100px;
}

.quoteTable .premium,
.quoteTableB .premium{
	width: calc(100% - 100px);
}

.quoteTableCont{
	border-left:1px solid #226587;
	border-right:1px solid #226587;
	border-bottom:1px solid #226587;

}

.quoteTableContB{
	border-left:1px solid #71041D;
	border-right:1px solid #71041D;
	border-bottom:1px solid #71041D;
}

.quoteApp{
	padding:4px 4px 4px 4px;
}

.quoteAppB{
	padding:4px 4px 4px 4px;
	font-weight:bold;
}

.rowhead{
	background-color: #569833;
	color: #fff;
	padding: 5px 10px;
}

.paymentInfo .rowhead{
	margin-bottom: 10px;
}

.rowhead.broker{
	background-color: #71041d;
}

.rowhead h3{
	color: #fff;
	padding: 0;
}

/*Reflect Changes in quote/dsp_emailAutoRefer.cfm and quote/emailUnderReview.cfm please */
.referTR1{
	background-color:#ffffff;
}
.referTR2{
	background-color:#D8D7DB;
}

.quoteConfirmTR{
	background-color:#D8D7DB;
}

.red{
	color:#FF0000;
}

.appLabel{
	color: #999;
	padding: 0;
	padding-right:10px;
	vertical-align: top;
}

.appLabel_tall{
	color: #999;
	padding: 0;
	padding-right:10px;
	vertical-align:top;
	padding-bottom: 10px;
}

.appLabelRight{
	color: #999;
	padding: 0;
	padding-right:10px;
	text-align: right;
	vertical-align: top;
}

.labelPad{
	padding-left:30px;
}

.goldText{
	color: #569833;
}

.emphasis{
	color:#71041d; /* dark red */
	font-weight: bold;
	font-size: 12px;
}

.winPop{
	font-size:12px;
}

.click{
	color:#215518;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}

.click a{
	color:#215518;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

.logFont{
	color:#000000;
	font-weight:bold;
	font-size:12px;
}

.logFont2 a{
	color:#608808;
	font-weight:bold;
	font-size:14px;
}

.Iba{
	color:#8E7915;
	font-weight:bold;
	font-size:16px;
}

p.failure,
span.failure{
	color: #71041d;
}

p.failure{
	font-weight: normal;
}

input.failure,
select.failure,
textarea.failure{
	border: 1px solid #71041d;
}

hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #666;
	margin: 1em 0;
	padding: 0;
}

ul.small{
	font-size: 9px;
}

span.aboutName{
	color: #226587;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

/**************************************************************************
Tablet-specific Styles
**************************************************************************/
@media only screen and (max-width: 1024px){
	.quoteTable.paymentInfo.span_60{
		width: 80%;
	}
}

/**************************************************************************
Wireless-specific Styles
**************************************************************************/
@media only screen and ( max-width: 568px ){
	.quoteTable.paymentInfo.span_60{
		width: 100%;
	}

	.quoteTable.paymentInfo.span_60 div.readonlyL.pct_60{
		text-align: right;

		width: 60%;
		width: calc(60% - 20px);
	}

	.quoteTable.paymentInfo.span_60 div.readonlyR{
		padding-left: 60%;
	}

	.quoteTable  .premiumLabel,
	.quoteTableB .premiumLabel,
	.quoteTable  .premium,
	.quoteTableB .premium{
		border: 0;
		width: 100%;
	}

	.quoteTable  .padleft_20,
	.quoteTableB .padleft_20{
		padding-left: 0;
	}

	.quoteTable  ul,
	.quoteTableB ul{
		padding-left: 15px;
	}

	.quoteTable.paymentInfo.cc,
	.quoteTable.paymentInfo.bank{
		margin-top: 20px;
	}

	.addCoverage {
		top: 5px;
	}

	div.right .addCoverage{
		top: 9px;
	}
}

@media only screen and ( max-width: 300px ){
	.quoteTable.paymentInfo.span_60 div.readonlyL.pct_60{
		padding-right: 0;
		text-align: left;
		width: 100%;
	}

	.quoteTable.paymentInfo.span_60 div.readonlyR{
		padding-left: 0;
	}
}