body {
  padding-top: 0px;
}
.login-div {
  margin-top: 50px;
}
.navbar-default {
  background-color: transparent;
}
@media (max-width: 768px) {
  .navbar-default {
    background-color: #a5adb0;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url(/images/stock_photo_experimental.jpg);
  text-align: center;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(162, 214, 139, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
#contact {
  padding-bottom: 0px;
}
.jumbotron {
  padding: 30px;
}
.panel-info {
  border-color: #002244;
}
.panel-info h3 {
  margin-top: 0px;
}
.panel-info h4 {
  margin-bottom: 0px;
}
.panel-info .panel-heading {
  color: white;
  background-color: #002244;
}
.panel-info .panel-body {
  height: 150px;
}
.panel-info .center {
  text-align: center;
}
.panel-info .btn {
  background-color: #002244;
}
.panel-info .strike {
  text-decoration: line-through;
}
.panel-info .savings {
  color: red;
}
.panel-info .panel-list {
  min-height: 650px;
  padding: 10px 15px;
  border-top: 1px solid #ddd;
}
.panel-info .panel-list hr {
  max-width: 60%;
}
.outline {
  color: black;
  font-weight: bold;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.right {
  float: right;
}

#registerSection .container { padding-left: 12em; padding-right: 12em; }
@media (max-width: 768px) {
	#registerSection .container { padding-left: 1em; padding-right: 1em; }
}
#registerSection h2 { font-weight: bold; color: #131b2d; border-bottom: 0.1em solid #131b2d; margin-bottom: 1em; padding: 0.25em 0; margin-top: 0; }
#registerSection ul { list-style-type: none; padding-left: 0; }
#registerSection li { color: #131b2d; font-size: 18pt; font-family: 'Open Sans'; font-weight: lighter; padding-bottom: 1em; }
#registerSection li:before { content: ''; display: inline-block; background-image: url(/images/check.png); background-size: contain; background-repeat: no-repeat;  width: 26px; height: 26px; vertical-align: middle; margin-right: 0.5em; }

#registerSection .register-button { background-color: #64c140; color: #131b2d; font-size: 35pt; font-weight: lighter; display: flex; align-items: center; border-radius: 0.3em; }
#registerSection .register-button > span:first-of-type { flex-grow: 1; font-style: italic; }
#registerSection .register-button .register-price { font-weight: bold; }
#registerSection .register-button .register-percent { font-size: 28pt; line-height: 1; }
#registerSection .register-button .register-button-aside { font-weight: bold; width: 25%; font-size: 14pt; }

.register-button-note { font-style: italic; text-align: center; font-size: 18pt; }

.register-top-note { color: #64c140; font-style: italic; font-size: 14pt; white-space: nowrap; margin-bottom: 0; }
@media (max-width: 768px) {
	.register-top-note { white-space: pre-wrap; }
}


/*# sourceMappingURL=home.css.map */
