/* landing page */
h1 {
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
}
h2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.4;
}
#date {
  float: right;
  margin-top: 20px;
}
.date {
  font-size: 13px;
}
body {
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #date {
    float: none;
    text-align: center;
  }
  .logo-link {
    display: block;
    text-align: center;
  }
  .logo {
    margin: 0 auto;
  }
  .site-header {
    position: relative;
  }
  body {
    padding-top: 0;
  }
}

/* overlay */
#overlay {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0.25;
	background-color: #3a4657;
  display: none;
}
#lead-form-overlay {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -200px;
  padding-bottom: 1em;
	width: 400px;
	height: 450px;
	z-index: 10000;
	background-color: #d9edf7;
  border: solid 1px #01357E;
  box-shadow: 0px 2px 8px #666;
}
#lead-form-overlay h2 {
  margin-top: .5em;
	padding: 10px 20px;
  font-size: 22px;
	font-weight: bold;
  text-align: center;
}
#lead-form-overlay p {
	margin: 15px;
}
p.form-copy {
  padding: 0 1em;
  font-size: 15px;
}
#lead-form-overlay form {
	margin: 15px 15px 0;
  padding: 0 20px;
}
#lead-form-overlay p {
  text-align: center;
}
.privacy-link {
  text-align: center;
}
.privacy-link a {
  font-size: 12px;
  text-decoration: underline;
}
#lead-form-overlay input {
  font-size: 16px;
}
#lead-form-overlay input.btn {
	margin-top: 10px;
  margin-bottom: .5em;
	padding: .75em 1.25em;
	color: #333;
	font-weight: bold;
	font-size: 18px;
  text-transform: none;
  /*border: none;*/
	/*background-color: #ffa331;*/
	/*transition: background-color 0.2s ease;*/
  background-color: #f7ab05 !important;
  border-color: #eba205 !important;
  transition: all .2s ease;
}
#lead-form-overlay input.btn:hover,
#lead-form-overlay input.btn:focus {
  background-color: #ffb005 !important;
}
#lead-form-overlay input.btn:focus,
#lead-form-overlay input.btn:hover {
	background-color: #ff9717;
}
/*error message*/
.error {
	color: red;
}
/*table*/
tr, .symbolrow {
    font-size: 0.85em;
}
.up{
	color: #339933;
}
td, .nc{
	color: #000;
}
.dwn{
	color: #CC3333;
}
td a,
td a:link, td a:hover, td a:active, td a:visited {
	color: #10488c;
}
/*signal button*/
a.entry-signal {
	white-space: nowrap;
	text-decoration: none;
	padding: 0.2em 0.5em;
	background-color: #e0a22d;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	border-radius: 4px;
	box-shadow: 1px 1px 1px #666;
	transition: background-color 0.2s ease;
}
a.entry-signal:link,
a.entry-signal:active,
a.entry-signal:visited,
a.entry-signal:hover {
	color: #fff;
}
a.entry-signal:focus,
a.entry-signal:hover {
	background-color: #06b128;
}
/* special offer */
.ts-offer {
  margin-bottom: 5px;
  padding: 5px 7px;
  /*color: #fff;*/
  /*background-color: #517BCD;*/
  border-radius: 5px;
}
.ts-offer h5 {
  font-weight: bold;
}
.ts-offer a {
  color: #fff;
  text-decoration: underline;
}
.ts-offer .button {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 6px 12px;
  color: #fff;
  background-color: #e0a22d;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.ts-offer .button:focus,
.ts-offer .button:hover {
  background-color: #e3ac43;
  text-decoration: none;
}
.bottom-mssg {
  margin: 30px 0;
}
.bottom-mssg h2 {
  font-size: 22px;
  font-weight: bold;
}
.bottom-mssg p {
  font-size: 18px;
  line-height: 1.4;
}
.bottom-mssg a {
  text-decoration: underline;
}
@media screen and (min-height: 875px) {
  #lead-form-overlay {
    margin-top: -180px;
  }
}
@media screen and (max-width: 450px) {
  #lead-form-overlay {
    position: relative;
    top: 20%;
    left: 0;
    margin: 0;
    width: 100%;
    height: auto;
    padding-bottom: 2em;
    border: none;
    box-shadow: none;
  }
  #lead-form-overlay form {
    margin-top: 0 !important;
  }
  #lead-form-overlay h2 {
    font-size: 18px;
  }
  .blur-img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  h2.blur-title {
    padding: 0 10%;
  }
}