html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.cf:before,.cf:after {content: " ";display: table;}
.cf:after {clear: both;}
.cf {*zoom: 1;}

body,
html,
a {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Libre Franklin", Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #134768;
  margin: 0;
  padding: 20px 0;
  font-weight: 100;
}

p {
  font-size: 1.5em;
  margin: 0;
  padding: 20px 0;
}

.small-text {
  font-size: 12px;
}

.text-center {
  text-align: center;
}

.no-pad-top {
  padding-top: 0!important;
  margin-top: 0!important;
}

.no-pad-bottom {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}

.separator {
  background: #eaeaea;
  width: 90%;
  margin: 20px auto;
  padding: 0;
  border: none;
  height: 1px;
}

.separator.no-bottom-pad {
  margin-bottom: 0;
}

.separator.no-top-pad {
  margin-top: 0;
}

.row {
  margin: 0;
}

b.medium {
  font-weight: 400;
}

.btn {
  cursor: pointer;
  border: none;
  background-color: #225378;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 0.85em;
  line-height: 1.76923;
  letter-spacing: 0.1em;
  color: white;
  text-align: center;
  box-shadow: none;
  display: inline-block;
  border-radius: 3px;
  padding: 1em 2em;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  box-shadow: 0 2px 0 1px #14344c;
  text-decoration: none;
}

.btn:hover {
  background: #3378ad;
}

.callout {
  padding: 40px 20px;
  text-align: center;
  color: white;
  background: #555;
  font-size: 20px;
  font-style: italic;
}

.callout a {
  color: white;
}

.main-nav {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  z-index: 5;
}

.main-nav-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: none;
}

.main-nav-links li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  font-weight: 100;
  width: 100%;
}

.main-nav-links a {
  font-size: .875em;
  display: block;
  float: left;
  padding: 10px 10px;
  text-decoration: none;
  color: white;
  cursor: pointer;
  width: 100%;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}

.main-nav-links a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.main-nav .what,
.main-nav .who,
.main-nav .why,
.main-nav .how {
  display: none;
}

.contact a {
  background: #71B12C;
}

.contact a:hover {
  background-color: #8ce817;
}

.logo {
  float: left;
  padding: 10px;
  font-weight: 700;
  font-size: 1.875em;
}

.logo a {
  color: white;
  text-decoration: none;
  font-weight: 700;
  display: block;
  float: left;
  width: 100px;
  padding-top: 1px;
}

.hero {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  min-height: 600px;
  position: relative;
}

.black-bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.hero h1,
.hero h2 {
  color: white;
  text-align: center;
}

.hero-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero .title {
  font-size: 2.375em;
  text-shadow: 0 0 25px #000000;
  margin: 0;
  padding-top: 0;
}

.hero .sub-title {
  font-size: 1.875em;
  margin: 0 auto;
  text-shadow: 0 0 25px #000000;
  max-width: 400px;
  padding: 0 10px;
}

.dwellwell-intro-glass {
  width: 100px;
  margin-top: 40px;
  text-shadow: 0 0 25px #000000;
}

.inner-wrapper {
  max-width: 1200px;
}


.box {
  padding: 70px;
}

section {
  padding: 40px 0 50px;
}

section.no-pad {
  padding: 0;
}

section.no-pad-bottom {
  padding-bottom: 0;
}

section.no-pad-top {
  padding-top: 0;
}

section h3 {
  font-weight: 100;
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 10px 0;
  margin-bottom: 30px;
  display: inline-block;
  border-bottom: 1px solid #134768;
}

.what-is-it {
  color: #33332D;
}

.what-is-it .has-bg {
  min-height: 500px;
}

.who h3 {
  text-align: center;
}

.who .box {
  padding-top: 0;
}

.who b {
  display: block;
  font-size: .85em;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
}

.how-it-works {
  text-align: center;
  color: white;
  background: #ABC8E2;
}

.how-it-works .box {
  padding-top: 0;
}

.icon img {
  width: 120px;
  height: 120px;
  margin-bottom: 1.5em;
}

.icon-head {
  font-size: 2em;
  margin-bottom: .5em;
  font-weight: 100;
}

.icon-text {
  font-size: 1.25em;
  font-weight: 100;
}

.why .has-bg {
  min-height: 500px;
}

.contact-us {
  background: #eee;
}

.contact-us h3 {
  text-align: center;
}

.contact-us .box {
  padding-top: 0;
}

.contact-us .has-bg {
  min-height: 700px;
}

footer {
  text-align: left;
  background: #333;
  color: white;
  padding: 20px 10px;
  font-size: .625em;
}

footer .box {
  padding: 20px;
}

footer a,
footer a:active,
footer a:visited,
footer a:hover {
  color: white;
  text-decoration: none;
}

.tos-area {
  float: right;
}

@media only screen and (min-width: 48em) {
  .col-sm-4,
  .col-sm-6 {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .col-sm-4,
  .col-sm-6 {
    width: 100%;
  }
}

@media only screen and (min-width: 610px) {
  .main-nav-links a {
    padding: 20px 15px;
    font-size: 1em;
  }
  
  .hero .title {
    font-size: 4.375em;
  }
  
  .main-nav-links {
    float: right;
  }
  
  .main-nav-links li {
    width: inherit;
  }
  
  .main-nav-links a {
    width: inherit;
  }
  
  .main-nav .what,
  .main-nav .who,
  .main-nav .why,
  .main-nav .how {
    display: block;
  }
  
  .dwellwell-intro-glass {
    width: 150px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .callout {
    margin-bottom: 20px;
  }
}

/* Responsive images */

@media only screen and (max-width: 48em) {
  .hero {
    background: white url(../images/girl-dog-sm.jpg) center center / cover no-repeat;
  }
  
  .airbnb .hero {
    background: white url(../images/couch-sm.jpg) center center / cover no-repeat;
  }
  
  .what-is-it .has-bg {
    background: transparent url(../images/boy-father-sm.jpg) bottom center / cover no-repeat;
  }
  
  .why .has-bg {
    background: transparent url(../images/family-window-sm.jpg) top center / cover no-repeat;
  }
  
  .contact-us .has-bg {
    background: transparent url(../images/couple-sm.jpg) top center / cover no-repeat;
  }

  .airbnb .contact-us .has-bg {
    background: transparent url(../images/couple-2-sm.jpg) top center / cover no-repeat;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hero {
    background: white url(../images/girl-dog-md.jpg) center center / cover no-repeat;
  }

  .airbnb .hero {
    background: white url(../images/couch-md.jpg) center center / cover no-repeat;
  }
    
  .what-is-it .has-bg {
    background: transparent url(../images/boy-father-md.jpg) bottom center / cover no-repeat;
  }

  .why .has-bg {
    background: transparent url(../images/family-window-md.jpg) top center / cover no-repeat;
  }

  .contact-us .has-bg {
    background: transparent url(../images/couple-md.jpg) top center / cover no-repeat;
  }
  
  .airbnb .contact-us .has-bg {
    background: transparent url(../images/couple-2-md.jpg) top center / cover no-repeat;
  }
}

@media only screen and (min-width: 64.1em) {
  .hero {
    background: white url(../images/girl-dog.jpg) center center / cover no-repeat;
  }
  
  .airbnb .hero {
    background: white url(../images/couch.jpg) center center / cover no-repeat;
  }

  .what-is-it .has-bg {
    background: transparent url(../images/boy-father.jpg) bottom center / cover no-repeat;
  }
  
  .why .has-bg {
    background: transparent url(../images/family-window.jpg) top center / cover no-repeat;
  }
  
  .contact-us .has-bg {
    background: transparent url(../images/couple.jpg) top center / cover no-repeat;
  }
  
  .airbnb .contact-us .has-bg {
    background: transparent url(../images/couple-2.jpg) top center / cover no-repeat;
  }
}


/*
 * Pricing Tables
 */
.cd-pricing-container {
  margin: 0 auto;
  max-width: 800px;
  color: black;
}

.cd-header {
  position: relative;
  height: 160px;
  line-height: 280px;
}

.cd-header h1 {
  text-align: center;
  color: #FFFFFF;
  font-size: 2.2rem;
}

.cd-pricing-features .empty {
  display: none;
}

@media only screen and (min-width: 768px) {
  .cd-header h1 {
    font-size: 3.6rem;
    font-weight: 300;
  }
  
  .cd-pricing-features .empty {
    display: block;
  }
}

.cd-pricing-list li:first-child header {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.cd-pricing-list li:first-child .cd-pricing-body {
  border-left: 1px solid #ddd;
}

.cd-pricing-list {
  margin: 0 10px;
  padding: 0;
}

.cd-pricing-list > li {
  position: relative;
  list-style-type: none;
  margin-bottom: 1em;
  background-color: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}

.cd-pricing-list > li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
}

.cd-pricing-list > li.is-ended::after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .cd-pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-pricing-list > li {
    width: 50%;
    float: left;
  }
  .cd-pricing-list > li::before {
    /* separator between pricing tables - visible when number of tables > 3 */
    content: '';
    position: absolute;
    z-index: 4;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
  }
  .cd-pricing-list > li::after {
    /* hide gradient layer */
    display: none;
  }
  .cd-pricing-list > li.cd-popular {
    box-shadow: inset 0 0 0 3px #71B12C;
  }
  .cd-pricing-list > li.cd-popular::before {
    /* hide table separator for .cd-popular table */
    display: none;
  }
  .cd-pricing-list > li.cd-popular + li::before {
    /* hide table separator for tables following .cd-popular table */
    display: none;
  }
  .cd-has-margins .cd-pricing-list > li, .cd-has-margins .cd-pricing-list > li.cd-popular {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .cd-secondary-theme .cd-pricing-list > li {
    background: #3aa0d1;
    background: -webkit-linear-gradient( bottom , #3aa0d1, #3ad2d1);
    background: linear-gradient(to top, #3aa0d1, #3ad2d1);
  }
  .cd-secondary-theme .cd-pricing-list > li.cd-popular {
    background: #e97d68;
    background: -webkit-linear-gradient( bottom , #e97d68, #e99b68);
    background: linear-gradient(to top, #e97d68, #e99b68);
    box-shadow: none;
  }
  .cd-pricing-list:nth-of-type(1)::before {
    /* hide table separator for the first table */
    display: none;
  }
  .cd-has-margins .cd-pricing-list > li {
    width: 50%;
    float: left;
    margin-right: 1.5%;
    border-radius: 4px 4px 6px 6px;
  }
  .cd-has-margins .cd-pricing-list > li:last-of-type {
    margin-right: 0;
  }
  .cd-has-margins .cd-pricing-list > li::before {
    display: none;
  }
}
.cd-pricing-header {
  height: auto;
  padding: 0 0.9em 1.6em;
  pointer-events: auto;
  text-align: center;
  color: #173d50;
  background-color: transparent;
}
.cd-pricing-header h2 {
  margin-bottom: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
.cd-popular .cd-pricing-header {
  background-color: #71B12C;
  color: white;
}
.cd-popular .cd-pricing-header h2 {
  color: white;
}

@media only screen and (min-width: 768px) {
  .cd-popular .cd-pricing-header {
    color: #71B12C;
    background-color: transparent;
  }
  .cd-popular .cd-pricing-header h2 {
    color: #71B12C;
  }
  .cd-secondary-theme .cd-pricing-header {
    color: #FFFFFF;
  }
  .cd-pricing-header h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

.cd-currency, .cd-value {
  font-size: 3rem;
  font-weight: 300;
}

.cd-duration {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.cd-popular .cd-duration {
  color: white;
}
.cd-duration::before {
  content: '/';
  margin-right: 2px;
}

@media only screen and (min-width: 768px) {
  .cd-value {
    font-size: 50px;
    font-weight: 300;
  }

  .cd-currency, .cd-duration {
    color: rgba(23, 61, 80, 0.4);
  }
  .cd-popular .cd-currency, .cd-popular .cd-duration {
    color: #71B12C;
  }
  .cd-secondary-theme .cd-currency, .cd-secondary-theme .cd-duration {
    color: #2e80a7;
  }
  .cd-secondary-theme .cd-popular .cd-currency, .cd-secondary-theme .cd-popular .cd-duration {
    color: #ba6453;
  }

  .cd-currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
  }
}
.cd-pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-body {
    overflow-x: visible;
  }
}

.cd-pricing-features {
  margin: 0;
  padding: 0;
  width: 100%;
}
.cd-pricing-features:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pricing-features li {
  width: 100%;
  float: left;
  padding: 10px;
  font-size: 1.4rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cd-pricing-features em {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.cd-pricing-features li:nth-of-type(2n+1) {
  background-color: rgba(23, 61, 80, 0.06);
}
@media only screen and (min-width: 768px) {
  .cd-pricing-features {
    width: auto;
  }
  .cd-pricing-features li {
    float: none;
    width: auto;
    padding: 1em;
  }
  .cd-popular .cd-pricing-features li {
    margin: 0 3px;
  }
  .cd-pricing-features em {
    display: inline-block;
    margin-bottom: 0;
  }
  .cd-has-margins .cd-popular .cd-pricing-features li, .cd-secondary-theme .cd-popular .cd-pricing-features li {
    margin: 0;
  }
  .cd-secondary-theme .cd-pricing-features li {
    color: #FFFFFF;
  }
  .cd-secondary-theme .cd-pricing-features li:nth-of-type(2n+1) {
    background-color: transparent;
  }
}

.cd-pricing-footer {
  position: relative;
  height: auto;
  padding: 1.8em 0;
  text-align: center;
}
.cd-has-margins .cd-pricing-footer {
  padding-bottom: 0;
}

.cd-select {
  position: static;
  display: inline-block;
  height: auto;
  padding: 1.3em 3em;
  color: #FFFFFF;
  border-radius: 2px;
  background-color: #0c1f28;
  font-size: 1.4rem;
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
}
.cd-select:hover,
.cd-popular .cd-select:hover {
  background-color: #89df1b;
}
.cd-popular .cd-select {
  background-color: #71B12C;
}
.cd-has-margins .cd-select {
  display: block;
  padding: 1.7em 0;
  border-radius: 0 0 4px 4px;
}

/*
 * Registration
 */

.security-container {
  background: #ddd;
  padding: 5px;
}

.security-container {
  text-align: right;
}

.registration .logo {
  float: none;
  width: 100%;
}

.registration .logo a {
  float: none;
  display: block;
  width: inherit;
  margin: 0 auto;
}

.registration .logo a img {
  height: 50px;
  margin-left: -20px;
}

.register-form {
  max-width: 450px;
  margin: 0 auto 40px;
  position: relative;
}

.registration-area {
  margin-left: -225px;
}

.confirmation .registration-area {
  margin-left: 0;
}

.register-form h1 {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 400;
  font-size: 26px;
}

.register-inner {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.register-content-inner {
  padding: 18px;
}

.registration .field-group input, 
.registration .field-group select, 
.registration .field-group textarea {
  border: 1px solid #a6a6a6;
  width: 100%;
}

.registration .field-group {
  width: 100%;
}

.registration label {
  width: 100%;
  distplay: block;
}

.register-btn {
  cursor: pointer;
  font-size: 14px;
  text-transform: none;
  border: 1px solid #444;
  box-shadow: none;
  text-shadow: none;
  background: #cdeb8e;
  background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
  background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
  background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
}

.register-btn:hover {
  background: #a5c956;
}

.register-steps {
  font-style: italic;
  font-size: 12px;
  text-align: center;
  margin: 0 0 10px;
}

.registration .small-text {
  padding-bottom: 0;
}

.registration h3 {
  margin: 0;
  padding: 0;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
  font-size: 20px!important;
}

.registration .label {
  display: block;
}

.card-exp-row {
  width: 60%;
  float: left;
}

.card-cvc-row {
  width: 40%;
  float: left;
}

.exp-separator {
  float: left;
  display: block;
  padding-top: 10px;
}

.registration .field-group.card-month-group,
.registration .field-group.card-year-group {
  width: 50px;
  float: left;
}

.register-breadcrumb span {
  background: #444;
  color: white;
  display: block;
  float: left;
  font-size: 12px;
	padding: 10px 10px 10px 30px;
	position: relative; 
}

.register-breadcrumb span:first-child {
  padding-left: 10px;
}

.register-breadcrumb span:after { 
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 15px solid #444;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 100%;
  z-index: 2;
}

.register-breadcrumb span.current-breadcrumb {
  background: #111;
}

.register-breadcrumb span.current-breadcrumb:after {
  border-left-color: #111;
}

.register-lock {
  padding: 4px 0 0 0;
  height: 30px;
}

.order-details-area {
  width: 200px;
  position: absolute;
  top: 0;
  right: -210px;
  color: #666;
}

.order-details-area p {
  font-size: 12px;
  padding-top: 5px;
}

.checkout-item {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
}

.checkout-item-title {
  font-weight: bold;
}

.checkout-item-price {
  float: right;
  display: block;
  font-style: italic;
}

.checkout-item-features,
.checkout-item-features li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.checkout-item-features li:before {
  content:"\2713\0020";
}

.card-wrapper {
  position: absolute;
  top: 388px;
  right: -285px;
}

.security-note {
  width: 155px;
  margin: 0 auto;
}

.security-note p {
  font-size: 12px;
  float: left;
  padding: 10px 0 0 0;
}

.security-note .register-lock {
  float: left;
  display: block;
}

.security-badges {
  width: 100%;
  text-align: center;
}

.security-badges img {
  padding: 20px 10px 10px 10px;
  width: 150px;
}

.review-info h4 {
  margin: 0;
  padding: 0;
}

.review-info p {
  padding-top: 5px;
  padding-bottom: 30px;
}

.confirm-pic {
  width: 100%;
  border-radius: 0 0 4px 4px;
  margin-bottom: -4px;
  margin-top: -20px
}