/*##############*/
/* Start Colors */
/*##############*/
body {
  color: #333;
}
a {
  color: #393;
}
a:hover {
  color: #363;
}
.ad-notice span {
  background: #ccc;
  color: #fff;
}
.page-header {
  border-bottom-color: #393;
}
.page-header .subline {
  color: #999;
}
.date {
  background: #393;
  color: #fff;
}
.leader {
  border-bottom-color: #ccc;
}
.leader h2 span {
  background: #393;
  color: #fff;
}
.drop {
  color: #999;
}
.quote {
  border-bottom-color: #393;
  border-top-color: #393;
}
.media-wrapper.full-width {
  border-bottom-color: #ccc;
  border-top-color: #ccc;
}
.media-wrapper.pull-right,
.media-wrapper.pull-left {
  border-bottom-color: #ccc;
  border-top-color: #ccc;
}
@media (min-width: 680px) {
  .media-wrapper.pull-right {
    border-left-color: #ccc;
  }
  .media-wrapper.pull-left {
    border-right-color: #ccc;
  }
}
.footer {
  border-top-color: #393;
  color: #666;
}
.footer .disclaimer {
  color: #999;
}
/*##############*/
/*  End Colors  */
/*##############*/


/*###########################*/
/* Start Bootstrap Overrides */
/*###########################*/
body {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
}
@media (min-width: 480px) {
  body {
    font-size: 18px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
  line-height: 1.4;
}
p {
  margin: 0 0 16px 0;
}
a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 750px;
  }
}
/*###########################*/
/*  End Bootstrap Overrides  */
/*###########################*/


/*########################*/
/* Start Custom Theme CSS */
/*########################*/
.ad-notice {
  font-size: 10px;
  text-align: center;
}
@media (min-width: 480px) {
  .ad-notice {
    font-size: 12px;
  }
}
.ad-notice span {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  padding: 4px 8px;
}
.page-header {
  border-bottom-style: double;
  border-bottom-width: 3px;
  margin:0;
  padding-bottom: 29px;
}
@media (min-width: 992px) {
  .page-header {
    margin: 40px 0 0 0;
  }
}
.page-header h1 {
  float: left;
  font-size: 38px;
  font-weight: 100;
  line-height: 38px;
  margin: 0;
}
@media (min-width: 480px) {
  .page-header h1 {
    font-size: 52px;
    line-height: 52px;
  }
}
.page-header .subline {
  float: left;
  font-size: 18px;
  font-weight: 400;
  height: 18px;
  margin: 0 0 10px 0;
}
@media (min-width: 992px) {
  .page-header .subline {
    float: right;
    height: 24px;
    margin: 20px 0 0 0;
  }
}
@media (min-width: 480px) {
  .page-header .subline {
    font-size: 24px;
  }
}
.date {
  display: inline-block;
  float: right;
  font-size: 12px;
  padding: 4px;
}
@media (min-width: 480px) {
  .date {
    font-size: 15px;
    padding: 8px;
  }
}
.leader {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 0 0 10px 0;
  padding: 0 15px 15px 15px;
  text-align: center;
}
@media (min-width: 480px) {
  .leader {
    margin: 0 0 20px 0;
    padding: 0 15px 15px 15px;
  }
}
@media (min-width: 680px) {
  .leader {
    margin: 0 0 50px 0;
    padding: 0 15px 15px 15px;
  }
}
@media (min-width: 992px) {
  .leader {
    padding: 0 15px 15px 15px;
  }
}
.leader h2 {
  font-size: 28px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .leader h2 {
    font-size: 38px;
  }
}
.leader h2 span {
  padding: 0 8px;
  font-weight: 700;
}
.leader h3 {
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 480px) {
  .leader h3 {
    font-size: 28px;
  }
}
.content {
  font-weight: 400;
  line-height: 1.5;
}
.lead {
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 480px) {
  .lead {
    font-size: 24px;
  }
}
.drop {
  float: left;
  font-size: 300%;
  font-weight: bold;
  line-height: 90%;
  padding: 0 10px 0 0;
}
ul,
ol {
  margin: 25px 0;
}
ul li,
ol li {
  margin-bottom: 10px;
}
.btn {
  border-radius: 0;
  font-size: 18px;
  text-decoration: none;
}
@media (min-width: 480px) {
  .btn {
    font-size: 24px;
  }
}
.quote {
  border-bottom-style: double;
  border-bottom-width: 3px;
  border-top-style: double;
  border-top-width: 3px;
  font-size: 20px;
  font-weight: 100;
  margin: 10px 0 20px 0;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 480px) {
  .quote {
    font-size: 30px;
    margin: 20px 0 30px 0;
    padding: 20px 0;
  }
}
@media (min-width: 680px) {
  .quote {
    width: 50%;
  }
}
.quote.full-width {
  width: 100%;
}
.quote.pull-left {
  margin-right: 30px;
}
.quote.pull-right {
  margin-left: 30px;
}
.media-wrapper {
  width: 100%;
}
@media (min-width: 680px) {
  .media-wrapper {
    width: 50%;
  }
}
.media-wrapper.first {
  border-top: none !important;
}
.media-wrapper.full-width {
  border: none;
  margin: 10px 0 20px 0;
  padding: 0;
  width: 100%;
}
.media-wrapper.pull-right,
.media-wrapper.pull-left {
  border: none;
  margin: 10px 0 20px 0;
  padding: 0;
}
@media (min-width: 680px) {
  .media-wrapper.pull-right {
    border: none;
    margin: 20px 0 20px 30px;
    padding: 0;
  }
  .media-wrapper.pull-left {
    border: none;
    margin: 20px 30px 20px 0;
    padding: 0;
  }
}
.media-wrapper .video {
  position: relative;
  padding: 0 0 56.25% 0; /*16:9*/
  height: 0;
  width: 100%;
}
.media-wrapper .video.fourthree {
  padding: 0 0 75% 0; /*4:3*/
}
.media-wrapper .image img {
  height: auto;
  width: 100%;
}
.media-wrapper iframe,
.media-wrapper object,
.media-wrapper embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.footer {
  border-top-style: double;
  border-top-width: 3px;
  margin: 30px 0 0 0;
  padding: 40px 0;
  font-size: 10px !important;
  line-height: 11px !important;
}
.footer .disclaimer {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px !important;
  line-height: 11px !important;
  margin-top: 30px;
}
/*########################*/
/*  End Custom Theme CSS  */
/*########################*/

/*########################*/
/*  Start Form CSS  */
/*########################*/

 .inputs, .textbox  { 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
-ms-border-radius: 3px; 
-o-border-radius: 3px; 
border-radius: 3px; 
-webkit-box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset; 
-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset; 
-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset; 
-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset; 
box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset; 
-webkit-transition: all 0.5s ease; 
-moz-transition: all 0.5s ease; 
-ms-transition: all 0.5s ease; 
-o-transition: all 0.5s ease; 
transition: all 0.5s ease; 
background: #EAE7E7 ; 
border: 1px solid #C8C8C8; 
color: #777; 
font: 13px Helvetica, Arial, sans-serif;
margin: 0 0 10px; 
padding: 15px 10px 15px 40px; 
width:270px; 
} 
 
.inputs:focus { 
-webkit-box-shadow: 0 0 2px #ED1C24 inset; 
-moz-box-shadow: 0 0 2px #ed1c24 inset; 
-ms-box-shadow: 0 0 2px #ed1c24 inset; 
-o-box-shadow: 0 0 2px #ed1c24 inset; 
box-shadow: 0 0 2px #ED1C24 inset; 
background-color: #FFF; 
border: 1px solid #ED1C24; 
outline: none; 
} 

.get-started11, .btn, .btn-primary {-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #054380) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #054380 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#054380');
	background-color:#79bbff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:38px;
	width:167px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
	cursor: pointer;
	margin-left:15px;
}



/*########################*/
/*  End Form CSS  */
/*########################*/
