/* CSS Document */

/* CTA Dropdown Styles ++++++++++++++++++++++++++++++++++++++++*/
body {
	overflow: auto !important;
}
body.cta1 #content {
	/* To keep page in background from jumping when cta div opens and closes */
	margin-top: 47px;
}
body.cta1 div.cta.mailing,
div.cta-title {
    display: block;
}
div.cta.mailing,
body.cta1 div.cta-title {
    display: none; /* CHANGE TO NONE AFTER TESTING */
}
.cta-arrow {
	background: url(/assets/img/green-arrow.png) no-repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 5px;
	width: 85px;
	height: 22px;
	display: inline-block;
}
.cta-arrow:hover {
	color: #fff;
}
.cta {
	position: absolute;
	width: 100%;
	z-index: 10;
}
.cta a,
.cta-title,
.cta-close {
	cursor: pointer;
}



.cta-content {
	font-size: 14px;
	display: table; 
	width: 100%; 
	height: 280px
}
.cta-quote {
	background: #d5daed; 
	font-size: 14px; 
	padding: 10px; 
	border: solid 1px #fff; 
	color: #333; 
	border-radius: 3px; 
	box-shadow: 0 0 8px #999;
}
.cta-lt-col {
	display: table-cell; 
	background: #eef0f7; 
	padding: 20px; 
	width: 34%;
}
.cta-rt-col {
	display: table-cell; 
	padding: 0; 
	width: 66%;
}
a.cta-getquote {
	display: block;  
	color: #fff; 
	background: #e93e10; 
	border: solid 1px #fff; 
	position: absolute; 
	right: 0; 
	bottom: 0; 
	padding: 15px; 
	margin: 25px; 
	font-size: 24px; 
	text-decoration: none
}
a.cta-getquote:hover {
	background: #ae2c0a;
	color: #fff;
}
.cta-content h2 {
	margin: 0 0 10px;
}
.cta-content p {
	margin: 10px 0;
}

/* CTA Title/Header Styles ++++++++++++++++++++++++++++++++++++++++*/
.cta-title {
	background: #fef2a0;
	border-top: solid 1px #999;
	border-bottom: solid 2px #666;
}
.cta-title h2 {
	font-weight: normal;
	color: #606060;
	margin: 0 0 0 210px;
	padding: 10px 20px;
}
.cta-close {
	background-color: rgba(0, 0, 0, 0.75);
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}


/* Mailing specific CTA Dropdown Styles ++++++++++++++++++++++++++++++++++++++++*/
.cta.mailing {
	background-color: #999;
	box-shadow: 0 10px 10px #666;
	color: #fff;
}
.cta.mailing .container-page {
	background: url(/assets/img/bg-mailing-dropdown.jpg) top left no-repeat;
	max-width: 1000px;
}
.cta.mailing .three-col {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
}
.cta.mailing .col-one {
	vertical-align: bottom;
	padding-bottom: 0;
	width: 25%;
}
.cta.mailing .col-one img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.cta.mailing .col-two {
	width: 50%;
	background: rgba(38,38,38,0.4) 
}
.cta.mailing .col-two ul {
	list-style: square;
	padding-left: 20px;
}
.cta.mailing .col-two li {
	padding-bottom: 10px;
	line-height: 1.2em;
}
.cta.mailing .col-two li > p > strong {
	color: #fdb813;
}
.cta.mailing .col-two h2 {
	margin-bottom: 0;
	font-size: 24px;
}
.cta.mailing .col-two p {
	margin: 5px 0;
}
.cta.mailing .col-three {
	width: 25%;
}
.cta.mailing .three-col h2 {
	line-height: 1.3em;
	margin-top: 0;
}
.cta.mailing div.three-col.col-three {
    background: #424242 none repeat scroll 0% 0%;
    color: #FFF;
	padding: 0;
}

.cta.mailing #crmWebToEntityForm input[type=text] {
	width: 100%;
}
.cta.mailing #crmWebToEntityForm form table {
    margin: auto;
    min-width: 21em;
    padding: 1em 0 0 0.5em;
}
.cta.mailing #crmWebToEntityForm form table td > img {
	max-width: 100%;
	padding: 0.5em 0 1em;
}
.cta.mailing #crmWebToEntityForm td:nth-child(2) {
    padding-bottom: 10px;
}

/* "Not Large" screen styles - apply to view less than 767px */
 @media screen and (max-width: 766px) {
	.cta-title h2 {
		margin: 0;
	}
	.cta.mailing .three-col.col-one {
		display: none;
	}
	.cta.mailing .col-two {
		width: 60%;
	}
	.cta.mailing .col-three {
		width: 40%;
	}
	.cta.foiling .three-col.col-one {
		display: none;
	}
	.cta.foiling .col-two {
		width: 60%;
	}
	.cta.foiling .col-three {
		width: 40%;
	}
}


/* "Small" screen styles - apply to view less than 500px */
 @media screen and (max-width: 500px) {
	.cta.mailing .three-col.col-two,
	.cta.mailing .three-col.col-three {
		width: 100%;
		display: block;
	}
	.cta.mailing .container-page {
		background: url(/assets/img/bg-mailing-dropdown.jpg) top left no-repeat;
	}
	.cta.mailing #crmWebToEntityForm form table td > img {
		display: none;
	}
	.cta.foiling .three-col.col-two,
	.cta.foiling .three-col.col-three {
		width: 100%;
		display: block;
	}
	.cta.foiling .container-page {
		background: url(/assets/img/bg-mailing-dropdown.jpg) top left no-repeat;
	}
}

/* Mailing specific Emma Form Styles ++++++++++++++++++++++++++++++++++++++++*/
#emma-form-0115d5db1d9b9f5c145729845716c59e form {
	background: none !important;
	margin-top: 0 !important;
}
#emma-form-0115d5db1d9b9f5c145729845716c59e h1,
#emma-form-0115d5db1d9b9f5c145729845716c59e h2,
#emma-form-0115d5db1d9b9f5c145729845716c59e div {
	color: #fff !important;
}
#emma-form-0115d5db1d9b9f5c145729845716c59e h2 {
	font-size: 12px !important;
}
#emma-form-0115d5db1d9b9f5c145729845716c59e .fields>div {
	width: 100%;
	margin: 0 0 10px !important;
}
#emma-form-0115d5db1d9b9f5c145729845716c59e .fields input {
	width: 100% !important;
	border: solid 1px #333 !important;
	border-radius: 3px !important;
	padding: 5px !important;
	color: #666;
}
#emma-form-0115d5db1d9b9f5c145729845716c59e form button {
    background-color: #086c32 !important;
	color: #fff !important;
	width: 50% !important;
	box-shadow: none !important;
	margin-top: 0 !important;
	font-weight: 100;
	border: solid 1px #333;
	border-radius: 3px;
	padding: 5px;
	min-width: 95px;
	cursor: pointer;
}
#emma-form-0115d5db1d9b9f5c145729845716c59e .signup-form-error {
	color: #fdb813 !important;
}
#emma-form-0115d5db1d9b9f5c145729845716c59e {
    position: relative;
	opacity: 1;
    transition: opacity 0s ease-in 0s;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
	color: #FFF !important;
	background: #666 none repeat scroll 0% 0%;
}
#emma-form-0115d5db1d9b9f5c145729845716c59e form {
	width:100% !important;
	height:100% !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}
div#emma-form-0115d5db1d9b9f5c145729845716c59e {
	width:100% !important;
	height:100% !important;
}
#emma-form-0115d5db1d9b9f5c145729845716c59e svg, #emma-form-0115d5db1d9b9f5c145729845716c59e form img {
    display: none;
}


