@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,700");
.btn-primary-gradient {
  background: #ad3727;
  background-image: -webkit-linear-gradient(top, #ad3727, #d14836);
  background-image: -moz-linear-gradient(top, #ad3727, #d14836);
  background-image: -ms-linear-gradient(top, #ad3727, #d14836);
  background-image: -o-linear-gradient(top, #ad3727, #d14836);
  background-image: linear-gradient(to bottom, #ad3727, #d14836);
  color: white; }

.btn-gray-gradient {
  background: #121619;
  background-image: -webkit-linear-gradient(top, #121619, #282F36);
  background-image: -moz-linear-gradient(top, #121619, #282F36);
  background-image: -ms-linear-gradient(top, #121619, #282F36);
  background-image: -o-linear-gradient(top, #121619, #282F36);
  background-image: linear-gradient(to bottom, #121619, #282F36);
  color: white; }
  .btn-gray-gradient:hover {
    background: black;
    color: white; }

.footer-color {
  background: rgba(191, 63, 63, 0.25); }

a.btn-gray-gradient:hover {
  color: white; }

.concrete {
  color: #95a5a6; }

.concrete-bg {
  background: #95a5a6 !important; }

.concrete-light-bg {
  background: #b1bdbd !important; }

.concrete-btn {
  background: #95a5a6 !important;
  color: white; }
  .concrete-btn:hover {
    background: #798d8f !important;
    color: white; }

.gray {
  color: gray; }

.gray-bg {
  background: gray !important; }

.gray-light-bg {
  background: #9a9a9a !important; }

.gray-btn {
  background: gray !important;
  color: white; }
  .gray-btn:hover {
    background: #676767 !important;
    color: white; }

.light-gray {
  color: #EEE; }

.light-gray-bg {
  background: #EEE !important; }

.light-gray-light-bg {
  background: white !important; }

.light-gray-btn {
  background: #EEE !important;
  color: white; }
  .light-gray-btn:hover {
    background: #d5d5d5 !important;
    color: white; }

.medium-gray {
  color: #d8d8d8; }

.medium-gray-bg {
  background: #d8d8d8 !important; }

.medium-gray-light-bg {
  background: #f2f2f2 !important; }

.medium-gray-btn {
  background: #d8d8d8 !important;
  color: white; }
  .medium-gray-btn:hover {
    background: #bfbfbf !important;
    color: white; }

.emerald {
  color: #2ecc71; }

.emerald-bg {
  background: #2ecc71 !important; }

.emerald-light-bg {
  background: #54d98c !important; }

.emerald-btn {
  background: #2ecc71 !important;
  color: white; }
  .emerald-btn:hover {
    background: #25a25a !important;
    color: white; }

.white {
  color: white; }

.white-bg {
  background: white !important; }

.white-light-bg {
  background: white !important; }

.white-btn {
  background: white !important;
  color: white; }
  .white-btn:hover {
    background: #e6e6e6 !important;
    color: white; }

.silver {
  color: #bdc3c7; }

.silver-bg {
  background: #bdc3c7 !important; }

.silver-light-bg {
  background: #d9dcde !important; }

.silver-btn {
  background: #bdc3c7 !important;
  color: white; }
  .silver-btn:hover {
    background: #a1aab0 !important;
    color: white; }

.clouds {
  color: #ecf0f1; }

.clouds-bg {
  background: #ecf0f1 !important; }

.clouds-light-bg {
  background: white !important; }

.clouds-btn {
  background: #ecf0f1 !important;
  color: white; }
  .clouds-btn:hover {
    background: #cfd9db !important;
    color: white; }

.dark-clouds {
  color: #E3E7E8; }

.dark-clouds-bg {
  background: #E3E7E8 !important; }

.dark-clouds-light-bg {
  background: white !important; }

.dark-clouds-btn {
  background: #E3E7E8 !important;
  color: white; }
  .dark-clouds-btn:hover {
    background: #c7cfd1 !important;
    color: white; }

.darker-gray {
  color: #282F36; }

.darker-gray-bg {
  background: #282F36 !important; }

.darker-gray-light-bg {
  background: #3e4953 !important; }

.darker-gray-btn {
  background: #282F36 !important;
  color: white; }
  .darker-gray-btn:hover {
    background: #121619 !important;
    color: white; }

.primary {
  color: #d14836; }

.primary-bg {
  background: #d14836 !important; }

.primary-light-bg {
  background: #da6e60 !important; }

.primary-btn {
  background: #d14836 !important;
  color: white; }
  .primary-btn:hover {
    background: #ad3727 !important;
    color: white; }

.black {
  color: black; }

.black-bg {
  background: black !important; }

.black-light-bg {
  background: #1a1a1a !important; }

.black-btn {
  background: black !important;
  color: white; }
  .black-btn:hover {
    background: black !important;
    color: white; }

.relative-position {
  position: relative; }

.no-overflow {
  overflow: hidden; }

.btn {
  text-transform: uppercase;
  font-weight: 300; }
  .btn:hover {
    cursor: pointer; }

body {
  font-family: 'Roboto', sans-serif; }

span:hover {
  pointer: default; }

.btn {
  border-radius: 0; }

.extra-thin-text {
  font-weight: 100; }

.thin-text {
  font-weight: 300; }

.thick-text {
  font-weight: 600; }

.ion-4x {
  font-size: 100px;
  line-height: 1rem; }

.ion-3x {
  font-size: 30px;
  line-height: 1rem; }

nav.navbar {
  z-index: 100;
  padding: 20px; }
  nav.navbar #logo {
    height: 50px;
    width: auto; }
  nav.navbar .nav-item.active a {
    font-weight: bold; }
  nav.navbar .nav-item {
    text-transform: uppercase; }
    nav.navbar .nav-item a:hover {
      color: black; }
  nav.navbar button, nav.navbar .btn {
    font-size: 14px;
    line-height: inherit; }

.pre-content-video, .feature-box {
  padding: 50px 20px; }

.footer {
  padding: 50px 30px; }
  .footer .footer-logo img {
    width: 150px;
    padding: 0 0 20px 0; }

#headline-picture {
  background: rgba(238, 238, 238, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0; }

.headline-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.background-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.headline {
  height: calc(100vh - 185px);
  padding: 0 20px; }
  .headline h1 {
    font-weight: 700; }

.pre-content-video iframe {
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
  max-width: 80vw; }

.call-to-action {
  padding: 50px; }

.media-container {
  background: white;
  border: 1px solid #bdc3c7;
  border-radius: 10px;
  height: 420px;
  margin: 0 0 20px 0;
  padding: 10px;
  width: 100%;
  max-widt: 80vw; }
  .media-container .media-object {
    background: white;
    background-size: cover;
    border: 1px solid #bdc3c7;
    border-radius: 10px;
    width: 100%;
    height: 100%; }
    .media-container .media-object img {
      width: 80%;
      padding: 10px; }

.video-object {
  margin: 0 0 20px 0;
  position: relative;
  width: 400px;
  height: 300px;
  max-width: 80vw; }
  .video-object iframe {
    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.description {
  font-size: 14px; }

.testimonial-box .content, .testimonial-box .author, .testimonial-box .author-title {
  margin: 0 0 0 120px; }

.testimonial-box .picture {
  background: white;
  border: 1px solid #bdc3c7;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: cover; }

.map-picture {
  background: url(/assets/livingston-map-image-384eb15759b1ee2e1bc546b9d7c45e5a5199867c495383a680c443bfae164f67.png);
  width: 400px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 80vw; }

#pricing {
  text-align: center; }

.pricing-box {
  display: flex;
  flex-direction: column;
  background: #EEE;
  border: 1px solid #d8d8d8;
  padding: 20px;
  margin: 50px 10px;
  position: relative; }
  .pricing-box .title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase; }
  .pricing-box .price {
    font-size: 43px;
    font-weight: 300;
    color: #3498d8; }
  .pricing-box .key-features {
    background-color: #3498d8;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin-bottom: 10px; }
  .pricing-box ul {
    margin: 92px 0 60px 0;
    text-align: left; }
    .pricing-box ul li {
      margin: 10px 0;
      font-size: 16px; }
  .pricing-box .btn-get-started {
    padding: 12px 50px;
    background: #3498d8;
    color: white; }
  @media screen and (min-width: 768px) {
    .pricing-box {
      min-height: 880px; } }
  @media screen and (min-width: 992px) {
    .pricing-box {
      min-height: 760px; } }
.pricing-box.too-short ul {
  margin-bottom: 114px; }

.pricing-box.recommended {
  background: #d9ebff;
  margin: 10px; }
  .pricing-box.recommended ul {
    margin-bottom: 120px; }
    .pricing-box.recommended ul li {
      font-size: 18px; }
  .pricing-box.recommended p.recommended {
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase; }

@media (min-width: 576px) {
  nav.navbar {
    padding: 45px 50px 80px 50px; }
  .pre-content-video, .feature-box {
    padding: 120px 50px; }
  .headline {
    padding: 70px 50px 200px 50px; }
  .footer {
    padding: 50px 50px; } }

.curtain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh; }

.curtain-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.curtain-panel {
  background: rgba(209, 72, 54, 0.9);
  width: 50%;
  height: 100vh;
  float: left;
  position: relative;
  z-index: 1000;
  transition: all 1s ease-out 1s; }

.curtain-panel-left {
  transform: translateX(-100%); }

.curtain-panel-right {
  transform: translateX(100%); }

.curtain-panel-left.closed {
  transform: translateX(0); }

.curtain-panel-right.closed {
  transform: translateX(0); }

.pad-bottom-50 {
  padding-bottom: 50px; }

.pad-bottom-10 {
  padding-bottom: 10px; }

.registration-input {
  width: 100%;
  padding: 10px;
  margin: 10px 0 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box; }
