/*form h4{
 font-family: 'proxima_nova_rgbold', Calibri, Arial, sans-serif;
	font-size:20px;
	color:#0f0f0f;
	margin-bottom:10px;
}

form h4 span{
	font-family: 'proxima_novasemibold', Calibri, Arial, sans-serif;
	font-size:18px;
	color:#555555;
}
*/

body {
	padding-bottom: 20px;
}

.tabs {
	margin-top: 30px;
}

.brochure {
	/*border:1px solid #EFEFEF;
	box-shadow: 1px 1px;*/
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(to right, #848484, #AAAAAA);
	border-image-slice: 2;
	margin-bottom:10px;
	position:relative;
}

input[type=submit], input[type=button] {
	background:#E7E7E7;
	border-radius:5px;
	-moz-border-radius:5px;
	color:#333333;
	font-weight: bold;
	font-size: 1em;
}

.flex-container {
	display: flex;
	justify-content: center;
	border-right: 1px solid #DBDBDB;
}

.brochure-column {
	float:left;
	width:400px;
	min-height: 500px;
}

.brochure-column .inner {
	margin:15px;
}

#left-column .inner>div {
	padding:10px;
}

.brochure-column h2 {
	background-color: #666666;
	color:white;
	margin:0;
	padding:10px;
}

#middle-column h3, #right-column h3, .heading {
	color: #656565;
}

.brochure-column h4, .brochure-column h5 {
	color:#FF9900;
}

.brochure-column h5 {
	background-color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	padding:5px;
}

.brochure-column ul {
	padding-left:0;
}

#middle-column li, #right-column li {
	list-style:none;
}

.brochure a, .brochure a:visited {
	color:#FF9900;
}

.brochure a {
	text-decoration: none;
}

.brochure a:hover {
	text-decoration: underline;
}

#left-column {
	color:#AAAAAA;
	background-color:#333333;
}

#left-column ul {
	list-style: disc;
}

#middle-column, #right-column {
	border-left: 1px dotted #DADADA;
	/* Created with https://www.css-gradient.com */
	background: #DADADA;
	background: -webkit-linear-gradient(top left, #DADADA, #FFFFFF);
	background: -moz-linear-gradient(top left, #DADADA, #FFFFFF);
	background: linear-gradient(to bottom right, #DADADA, #FFFFFF);
}

#calculate-mls-container {
	margin:20px;
}

.brochure-step {
	min-height: 100px;
}

.premium-container {
	margin: 20px 0;
	padding:10px;
	position: relative;
}

.premium-container .heading {
	font-size: 1.2em;
	font-weight: bold;
}

.premium-container .text {
	display: inline-block;
	position: absolute;
	right:20px;
	top:5px;
	width: 180px;
	padding:5px;
	background-color: white;
	text-align: center;
}

.premium-container .period {
	margin-left:5px;
}

#premium.premium-container {
	background-color: #b4d6f7;
}
#subsidy.premium-container {
	background-color: #ffc158;
}
#discount.premium-container {
	background-color: #7bb252;
}
#you-pay.premium-container {
	background-color: #5089b6;
}
#tax.premium-container {
	background-color: #fdbb97;
}
#you-save.premium-container {
	background-color: #90d48f;
}

.premium-disclaimer {
	margin:10px;
	font-size:14px;
	line-height: 1.6em;
}

#specials-container {
	margin:20px 0;
}

.special .details {
	font-size: 14px;
}

#application-options {
	display: none;
}

#application-options p {
	font-weight: bold;
}

.brochure-bottom {
	font-size: 0.8em;
	/* allow footer to overlap logo */
	position: relative;
	z-index: 2;
	width:950px;
	min-height:100px;
}

.brochure-bottom p {
	margin:10px;
}

.brochure-bottom a {
	font-weight: bold;
}

.brochure .logo {
	position: absolute;
	right:0;
	bottom:0;
	height:120px;
	/* allow logo to appear in front of column background */
	z-index: 1;
}

#logo-wrapper {
	background: white;
	text-align: center;
}

#right-column {
	/* allow space for top of logo */
	padding-bottom: 60px;
}

#right-column h2 {
	/* pull one pixel to the right to enhance the shadow effect */
	margin-right: -1px;
}

.cover-level {
	color: #666666;
	clear: both;
}

.cover-level span {
	float: left;
	margin-left: 5px;
}

.cover-level .filled {
	color: #FF9900;
}

a.question-mark {
	height: 16px;
	width: 16px;
	background-size: 16px;
	margin-top: -2px;
}

.premium-panel a.question-mark {
	float: right;
}

.footer-links {
	text-align: right;
	color: black;
}

#footer {
	font-size: 10px;
	padding: 3px 8px;
}

#footer .design-by {
	float:left;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.fine-print {
	font-style: italic;
	color: #333333;
}

.fine-print-heading {
	font-weight: bold;
	font-style: italic;
}

.fine-print-accountants {
	padding: 5px 15px 10px 15px;
	background-color: white;
}