/*
	Starburst Boilerplate scss file.
	This gets compiled into style.css which lives in the root of the Wordpress theme.
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
	Commonly used SCSS variables
	used throughout the site.
*/
/*
 *
 *  colors
 *  names via http://chir.ag/projects/name-that-color/
 *
 *  note: For reference when adding names, please add a short description of
 *  where they're commonly being used
 *
*/
/*
 *
 *  Dealer / Builder landing page
 *
*/
.db-landing {
  float: left;
  width: 100%;
  min-height: calc(100vh - 38px);
  background-color: #D1FFFF;
  background-image: url("_images/dist/banners/db_landing_1280.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
@media (max-width: 960px) {
  .db-landing {
    background-image: url("_images/dist/banners/db_landing_960.jpg");
  }
}
@media (max-width: 768px) {
  .db-landing {
    background-image: url("_images/dist/banners/db_landing_768.jpg");
  }
}
@media (max-width: 640px) {
  .db-landing {
    background-image: url("_images/dist/banners/db_landing_640.jpg");
  }
}
@media (max-width: 480px) {
  .db-landing {
    background-image: url("_images/dist/banners/db_landing_480.jpg");
  }
}
.db-landing .primary-nav.interior {
  background-color: transparent;
}
.db-landing .inside-body {
  background-image: none;
  padding-bottom: 130px;
}

.db-header {
  font-size: 60px;
  font-size: 3.75rem;
  color: #000;
  line-height: 1;
  padding-bottom: 70px;
}
@media (max-width: 640px) {
  .db-header {
    font-size: 40px;
    font-size: 2.5rem;
    padding-bottom: 20px;
  }
}

.btn-db-landing {
  color: #0043F0;
  background-color: #B7E5FA;
  clear: both;
  float: left;
  height: 50px;
  width: 100%;
  max-width: 350px;
  padding: 13px 15px 0;
  margin-bottom: 10px;
  font-size: 17px;
  font-size: 1.0625rem;
  display: inline-block;
  color: #10499E;
  background-size: 6px 10px;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-image: url("_images/src/arrows/arrow-blue-right.png");
}

.footer-primary {
  margin-top: 0;
}

@media (max-width: 640px) {
  .db-rwd-break {
    display: none;
  }
}

/**
 * Testimonial styling
 **/
.testimonials {
  margin-bottom: 5rem;
}

.testimonials .testimonial {
  list-style: none;
}

.testimonials .testimonial-group {
  position: relative;
}

.testimonials .controls {
  position: absolute;
  top: 45%;
  width: 100%;
}

.testimonials .controls a {
  background: url('_images/dist/icons/icon-testimonials-nav.png') no-repeat;
  height: 11px;
  width: 6px;
  text-indent: -9999px;
}

.testimonials .controls a.disabled {
  opacity: 0.3;
}

.testimonials .controls .left {
  float: left;
  background-position: 0 0;
}

.testimonials .controls .right {
  float: right;
  background-position: -6px 0;
}

.testimonials li {
  display: inline;
  margin: 0px !important;
}

.testimonials li p {
  padding: 20px;
  margin: 0 30px;
  font-style: italic;
  display: inline-block;
  background: #f5f5f5;
}

.radio-spots,
.book-consultation,
.what-we-do {
  margin-bottom: 2rem;
  float: left;
}

.radio-spots .sidebar-header,
.book-consultation .sidebar-header {
  background: #f5f5f5;
  padding: 40px 20px 20px !important;
}

.radio-spots .sidebar-body,
.book-consultation .sidebar-body {
  background: #f5f5f5;
  color: #10499E;
}

.radio-spots .sidebar-header h3,
.radio-spots a {
  color: #10499E;
}

.radio-spots p {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.radio-spots .radio-group {
  float: left;
  width: 100%;
  margin: 1rem 0 0.4rem 0;
}

.radio-spots .radio-group .icon {
  width: 57px;
  float: left;
  margin-right: 1.1rem;
}

.radio-spots .radio-group .copy {
  float: left;
  width: 60%;
  font-weight: bold;
  font-size: 0.8em;
}

.radio-spots .controls a {
  height: 10px;
  width: 10px;
  display: inline-block;
  float: left;
}

.radio-spots .radio-group .copy a:hover {
  text-decoration: underline;
}

.radio-spots .radio-group:nth-child(3) .copy,
.radio-spots .radio-group:nth-child(4) .copy {
  margin-top: 8px;
}

.book-consultation .sidebar-header,
.book-consultation .sidebar-body {
  background: #10499E;
  color: #f5f5f5;
}

.book-consultation .sidebar-header h3 {
  color: #f5f5f5;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.book-consultation .sidebar-body a.btn {
  background-color: #10499e;
  border: 1px solid white;
  cursor: pointer;
  padding: 11px 53px 11px 11px !important;
  color: #fff;
  text-transform: uppercase;
  background-image: url("_images/dist/arrows/submit-bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 0.70rem;
  font-weight: 600;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
}

.book-consultation .sidebar-body a.btn:hover {
  background-color: white;
  color: #10499e;
}

@media(max-width: 1135px){
  .book-consultation .sidebar-body a.btn {
    padding: 4px 53px 4px 11px !important;
  }
}

@media(max-width: 1000px){
  .book-consultation .sidebar-header h3 {
    width: 100%;
  }
}

@media(min-width: 376px) and (max-width: 768px){
  .page-sidebar div:not(.what-we-do) .sidebar-header {
    padding: 2rem 0.9rem 0.9rem !important;
  }

  .page-sidebar .sidebar-header h3 {
    font-size: 1.45rem;
  }

  .radio-spots .radio-group .icon {
    width: 35px;
    margin-right: 0.6rem;
  }

  .radio-spots .radio-group .copy {
    margin-top: 0px !important;
  }
}

@media(max-width: 667px) and (orientation: landscape){
  .book-consultation .sidebar-body a.btn {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}

@media(max-width: 767px){
  .radio-spots .radio-group .icon {
    width: 57px;
  }

  .radio-spots .radio-group .copy {
    margin-top: 8px !important;
  }

  .book-consultation .sidebar-body a.btn {
    padding: 15px 53px 15px 15px !important;
  }
}

@media(max-width: 375px){
  .radio-spots .sidebar-body {
    padding: 7px 20px;
  }
}

@media(min-width: 1035px){
  .testimonials p {
    min-width: 92%;
  }
}


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