.home .t3-sl-1 {
  padding: 0;
}
.home .t3-sl-1 .masthead {
  background: #f2f2f2;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.home .t3-sl-1 .masthead p {
  font-size: 32px;
}
.home .t3-sl-1 .masthead .btn-large {
  font-size: 28px;
  padding: 18px 0;
  width: 269px;
}
.home .t3-sl-1 .masthead .small {
  font-size: 16px;
  color: #999;
}
.home .t3-sl-1 .masthead-video {
  background: #07b;
  color: #bbe6ff;
  padding-top: 120px;
  padding-bottom: 120px;
}
.home .t3-sl-1 .masthead-video .welcome-msg {
  text-align: left;
  padding-right: 20px;
}
.home .t3-sl-1 .masthead-video .welcome-msg h1 {
  font-size: 88px;
  color: #fff;
  font-weight: 300;
}
.home .t3-sl-1 .masthead-video .welcome-msg p {
  margin-top: 20px;
  line-height: 1.5;
}
.home .t3-sl-1 .masthead-video .welcome-msg p strong {
  color: #fff;
}
.home .t3-sl-1 .masthead-video .welcome-msg .btn-large {
  font-size: 28px;
  border-radius: 30px;
  padding: 19px 60px 20px;
  margin-top: 20px;
  font-weight: 400;
}
.home .t3-sl-1 .masthead-video .welcome-msg .welcome-links {
  margin-top: 40px;
}
.home .t3-sl-1 .masthead-video .welcome-msg .welcome-links .small {
  font-size: 16px;
  margin: 0;
  color: #bbe6ff;
  margin-top: 10px;
}
.home .t3-sl-1 .masthead-video .welcome-msg .welcome-links a {
  color: #bbe6ff;
  border-bottom: 1px solid #bbe6ff;
}
.home .t3-sl-1 .masthead-video .welcome-msg .welcome-links a:hover,
.home .t3-sl-1 .masthead-video .welcome-msg .welcome-links a:active,
.home .t3-sl-1 .masthead-video .welcome-msg .welcome-links a:focus {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.home .t3-sl-1 .masthead-video .welcome-video {
  padding-left: 20px;
}
.home .t3-sl-2 {
  text-align: center;
}
.home .t3-sl-3 p img {
  margin-bottom: 20px;
}
.home .t3-sl-3,
.home .t3-sl-4 {
  border-top: 1px solid #eee;
  text-align: center;
}
.home .t3-sl-3 .jumbotron,
.home .t3-sl-4 .jumbotron {
  padding-top: 0;
}
.home .t3-sl-3 .jumbotron h2,
.home .t3-sl-4 .jumbotron h2 {
  margin-bottom: 10px;
  margin-top: 0;
}
.home .t3-sl-3 .jumbotron p,
.home .t3-sl-4 .jumbotron p {
  font-size: 24px;
  line-height: 1.275;
  color: #999;
}
.home .t3-sl-5 {
  background: #eee;
  padding: 0;
}
.home .t3-sl-5 .jumbotron .btn-large {
  font-size: 28px;
  padding: 18px 0;
  width: 269px;
}
.modal {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.modal .modal-header {
  border-bottom: none;
  padding: 0 40px;
}
.modal .modal-header h3 {
  display: none;
}
.modal .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #eee;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  z-index: 10;
}
.modal .modal-body {
  padding: 20px 40px 40px;
}
.modal .modal-body p,
.modal .modal-body input,
.modal .modal-body .add-on,
.modal .modal-body button {
  font-size: 18px;
}
.modal .modal-body p {
  line-height: 24px;
}
.modal-t3-signup .form-t3-signup {
  margin-top: 40px;
}
.modal-t3-signup .modal-body input {
  padding: 9px 25px 8px 15px;
}
.modal-t3-signup .modal-body .add-on {
  padding: 9px 9px 8px;
}
.modal-t3-signup .btn-large {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.15);
}
.modal-t3-demo h3 {
  line-height: normal;
}
.modal-t3-demo h3 strong {
  display: block;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
.modal-t3-demo .demo-section {
  width: 45%;
}
.modal-t3-demo .demo-section-btn {
  background: url(../../images/logo-j25.png) no-repeat center #eee;
  background-size: 140px 140px;
  width: 160px;
  height: 160px;
  display: inline-block;
  text-indent: -9999em;
  border-radius: 5px;
}
.modal-t3-demo .demo-j3 .demo-section-btn {
  background: url(../../images/logo-j30.png) no-repeat center #07b;
  background-size: 140px 140px;
}
.modal-t3-demo p.divider {
  color: #999;
  font-size: 12px;
  margin: 10px 0;
}
.modal-t3-demo small {
  display: block;
  color: #666;
  font-size: 14px;
}
.modal-t3-demo small a {
  color: #444;
  background: #eee;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 0;
  width: 160px;
}
.modal-t3-demo small a:hover {
  color: #eee;
  background: #07b;
  text-decoration: none;
}