.small{
  font-size: small;
}

.large{
  font-size: large;
}

.x-large{
  font-size: x-large;
  line-height: 1.7em;
}

.medium{
  font-size: medium;
}

.module-small{
  font-size: small;
}

.no-border{
  border: none !important;
}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: inline-block;
  content: "";
  top: 1px;
  height: 1px;
  width: 10px;
  vertical-align: middle;
  /*text-align: center;*/
}

.slides .bg-img{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media(max-width: 480px){
  .slides .bg-img{
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 0 0;
  }
}

.titan-caption{
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.titan-caption a, .titan-caption a:hover, .titan-caption a:link, .titan-caption a:active, .titan-caption a:visited{
  color: #000;
}

.titan-caption a.btn{
  text-shadow: none;
}

.titan-caption a.btn, .titan-caption a.btn:link, .titan-caption a.btn:active, .titan-caption a.btn:visited{
  color: #fff;
}

.titan-caption a.btn:hover{
  color: #000;
}

#about{
  padding-top: 80px;
}

@media(max-width: 545px) {
  .slides{
    margin-top: 50px;
  }
}

.plan h4{
  padding-left: 30px;
}

/*forms*/

.contact-form{
  padding: 0;
}
iframe{
  width: 100%;
  margin-top: -420px;
  margin-bottom: -400px;
}

.step{
  display: block;
}

.plan{
  padding-top: 15px;
}

.landing-image-text h2{
  margin-top: 10px;
}

.ttl-inline-block{
  display: inline-block;
  width: 280px;
  text-align: center;
}

.privacy-policy > li{
  margin-bottom: 20px;
}

.family-content{
  padding-top: 100px;
}
