/* this is to style the link to return to the general incentives page */
.return-link {
	color: dodgerblue;
}

.header {
	text-align: left;
}

#page #offers .offer-block {
	margin: 10px 10px 20px 0;
	position: relative;
}

/* For pages without the #page styling */
#offers .offer-block {
	margin: 10px 10px 20px 0;
	position: relative;
}

#filters {
	margin-top: 18px;
}

#type-links {
	margin-top: 20px;
}

.page-scroll {
	color: dodgerblue;
}

.page-scroll:hover {
	color: steelblue;
}

.page-scroll h3 {
	font-size: 18px;
	margin-top: 8px;
}

.offer-type {
	margin-top: 50px;
}

.offer-block {
	background: #EFEDED;
	padding-top: 1px;
}

.offer-container {
	height: 220px;
}

.offer-program {
	font-style: italic;
}

.offer-dates {
	font-size: 12px;
}

.offer-container,
.disclaimer-container {
	margin: 10px;
}

.offer-block table {
	font-size: 13px;
}

.offer-container {
	position: relative;
}

.special-program-text-size {
	font-size: 12px;
	line-height: 12px;
}

/* Change modal header color */
.modal-header {
    background: #31B0D5;
    color: white;
}

#modal-offer-value {
	font-size: 24px;
	font-weight: bold;
}

#modal-offer-program {
	font-size: 12px;
}

#modal-image {
	max-width: 400px;
}

#modal-term-rates {
	font-size: 13px;
}

#modal-offer-dates {
	font-size: 12px;
	margin-top: 40px;
}

#modal-disclaimer {
	font-size: 12px;
	color: gray;
	margin-bottom: 25px;
}

.disclaimer-toggle {
	color: dodgerblue;
	text-decoration: underline;
}

.disclaimer-toggle:hover {
	color: steelblue;
}

.disclaimer-container {
	display: none;
}

.disclaimer {
	font-size: 12px;
	color: gray;
}

.float-down {
	position: absolute;
	bottom: 0;
}

#back-to-top{ display: none; font-weight: bold; cursor: pointer; position: fixed; bottom: 5.5%; right: .5%;}

/* Change gravity form styling */
#request-info-modal .gform_wrapper {
	margin: 0;
}

#request-info-modal .gform_body ul {
	padding: 0;
}

#request-info-modal .gform_title {
	margin: 0;
}

.gform_wrapper .ginput_complex span {
	float: none !important;
	width: 100% !important;
}

.gform_wrapper .ginput_complex input {
	float: none !important;
	width: 100% !important;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
	width: 100% !important;
}