body,
html {
  width: 100%;
  height: 100%;
  min-width: 320px;
}
.loading.wrapper.loaded {
  background: white;
  z-index: 9999999;
}
body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-size: 100%;
  color: #345268;
  position: relative;
  overflow: hidden;
}
.donate-about {
  display: none;
}
body.donate .wrapper.donate-about {
  display: block;
}
body.donate .wrapper.donate-about .about-container {
  padding-top: 8vh;
  height: 100vh;
  z-index: 99999;
}
@media (max-width:  767px ) {
  body.donate .wrapper.donate-about .about-container {
    padding-top: 2vh;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[role="button"] {
  cursor: pointer;
}
/*grid*/
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.loading {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}
.loading #loading {
  background: #ffffff;
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  color: #345268;
  font-size: 16px;
  text-transform: uppercase;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading #loading .loading-text {
  text-align: center;
  margin-top: -17px;
  display: block;
}
.intro {
  z-index: 499;
}
.build-tools {
  z-index: 500;
}
@media (max-width:  767px ) {
  .build-tools .container {
    padding: 0 10px;
  }
  .build-tools #directions .container {
    max-width: 460px;
  }
}
body.loading .menu-wrap {
  display: none;
}
.wrapper.unloaded {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.wrapper.unloaded * {
  pointer-events: none !important;
}
.wrapper.loaded {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  display: block;
}
.wrapper {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper .home-buttons,
.wrapper .mh-logo {
  pointer-events: all;
}
.wrapper.build-tools .sectionOne,
.wrapper.view-share .sectionOne,
.wrapper.explore .sectionOne {
  background: none;
}
.wrapper.view-share .sectionOne {
  z-index: 999;
}
.section {
  width: 100vw;
  height: 100vh;
  position: relative;
}
a {
  text-decoration: none;
}
.green {
  background: #77b642;
}
.orange {
  background: #e3842d;
}
.blue {
  background: #438db9;
}
.btn {
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
  border: none;
  padding: 15px 30px;
  color: white;
  font-weight: bold;
  font-size: 4vh;
}
.sectionOne {
  background: #ffffff url('../assets/homepage.jpg') center right;
  background-size: cover;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  991px ) {
  .sectionOne {
    background: url('../assets/homepage_mobile_plus_100.jpg') center bottom;
    background-size: cover;
  }
}
.sectionOne.about-wrap {
  background: none;
}
/*.box {
    position: relative;
    top: 17%;
    color: @brand-color-1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/
::-moz-selection {
  background-color: #7f8c8d;
  color: #ffffff;
}
::selection {
  background-color: #7f8c8d;
  color: #ffffff;
}
/*.one {
    margin: 0 auto;
    padding: 15px 25px;
    width: 80vw;
}*/
h1,
h2 {
  margin: 0;
  font-weight: bold;
}
.home-content {
  pointer-events: all;
}
.home-content .menu {
  padding: 0;
}
.home-content .menu__link {
  min-width: 234px;
}
.home-content h1 {
  font-size: 41px;
}
.home-content p {
  font-size: 24px;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .home-content h1 {
    font-size: 25px;
    line-height: 29px;
  }
  .home-content p {
    font-size: 15px;
  }
}
@media (max-width:  767px ) {
  .home-content h1 {
    font-size: 25px;
    line-height: 29px;
  }
  .home-content p {
    font-size: 15px;
  }
}
h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
}
h2 {
  font-size: 40px;
}
p {
  font-size: 14px;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  991px ) {
  h1 {
    font-size: 24px;
    line-height: 21px;
  }
  h2 {
    font-size: 5vw;
  }
  p {
    font-size: 15px;
  }
  /*.box {
        width: 90vw;
    }*/
}
.left {
  float: left;
}
.right {
  float: right;
}
.info {
  position: absolute;
  right: 40px;
  top: 42px;
}
.info .fas {
  font-size: 30px;
  color: #345268;
}
.trash {
  position: absolute;
  right: 42px;
  top: 34vh;
  font-size: 25px;
  cursor: pointer;
}
.logo {
  z-index: 9;
  position: absolute;
  top: 32px;
  right: 15px;
  cursor: pointer;
  pointer-events: all;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .logo {
    right: 15px;
    top: 30px;
  }
}
@media (max-width:  767px ) {
  .logo {
    top: 18px;
    right: 25px;
  }
}
.logo img {
  max-width: 135px;
}
/*hamburger menu*/
.hamburger-menu {
  z-index: 99999;
  position: absolute;
  top: 16px;
  left: 15px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  pointer-events: all;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .hamburger-menu {
    left: 15px;
  }
}
@media (max-width:  767px ) {
  .hamburger-menu {
    top: -1px;
    left: 25px;
    width: 25px;
  }
}
body.intro #hamburger-menu,
body.intro .logo {
  display: none;
}
.bar,
.bar:after,
.bar:before {
  width: 40px;
  height: 4px;
}
@media (max-width:  767px ) {
  .bar,
  .bar:after,
  .bar:before {
    height: 2px;
    width: 25px;
  }
}
.bar {
  position: relative;
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  background: #345268;
  -moz-transition: all 0ms 300ms;
  -o-transition: all 0ms 300ms;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
}
.bar.animate {
  background: rgba(255, 255, 255, 0);
}
.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 11px;
  background: #345268;
  -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width:  767px ) {
  .bar:before {
    bottom: 6px;
  }
}
.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  background: #345268;
  -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width:  767px ) {
  .bar:after {
    top: 6px;
  }
}
.bar.animate:after {
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: white;
}
.bar.animate:before {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: white;
}
/*nav menu*/
.show {
  right: 0%;
  opacity: 1;
}
.hide {
  opacity: 0;
  right: 100%;
}
.menu-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
}
.mobile-nav {
  background: rgba(52, 82, 104, 0.9);
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  text-align: left;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -moz-transition-timing-function: cubic-bezier(0, 0.76, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0, 0.76, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 0.76, 0.07, 1);
  transition-timing-function: cubic-bezier(0, 0.76, 0.07, 1);
  z-index: 9999;
  pointer-events: all;
}
.mobile-nav ul {
  position: relative;
  top: 260px;
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  list-style: none;
  padding-left: 0;
}
@media (max-width:  767px ) {
  .mobile-nav ul {
    padding-left: 5px;
    top: 220px;
  }
}
.mobile-nav ul li {
  margin-bottom: 25px;
}
.mobile-nav a,
.mobile-nav span.share-text {
  color: #ffffff;
  opacity: 0;
  -moz-transition: opacity 0.9s ease-in-out;
  -o-transition: opacity 0.9s ease-in-out;
  -webkit-transition: opacity 0.9s ease-in-out;
  transition: opacity 0.9s ease-in-out;
  font-size: 50px;
  font-weight: bold;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .mobile-nav a,
  .mobile-nav span.share-text {
    font-size: 45px;
  }
}
@media (max-width:  767px ) {
  .mobile-nav a,
  .mobile-nav span.share-text {
    font-size: 32px;
  }
}
.mobile-nav.show a {
  color: #ffffff;
  opacity: 1;
  position: relative;
}
.mobile-nav.show a:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid #e3842d;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}
.mobile-nav.show a:hover {
  color: #e3842d;
}
.mobile-nav.show a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mobile-nav.show span.share-text {
  color: #ccc;
  opacity: 1;
  font-weight: bold;
  font-size: 50px;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .mobile-nav.show span.share-text {
    font-size: 45px;
  }
}
@media (max-width:  767px ) {
  .mobile-nav.show span.share-text {
    font-size: 32px;
  }
}
.menu-share {
  max-width: 320px;
  float: left;
}
.menu-share .child {
  max-width: none;
}
.menu-share .child .create-item {
  background: none;
  border: none;
  margin-left: 0;
}
.menu-share .child .create-item:hover {
  border: none;
  opacity: 0.5;
}
.menu-share .child .create-item a {
  font-size: 16px;
}
.menu-share .child .create-item a:hover {
  color: white;
}
.menu-share .child .create-item a:hover:after {
  display: none;
}
.menu-share .child .facebook {
  color: white;
}
.menu-share .child .twitter {
  color: white;
}
.menu-share .child .email {
  color: white;
}
.share-line {
  margin-bottom: 0 !important;
}
/* Menu link item */
.menu__link {
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid #ccc;
  color: #1f4058;
  pointer-events: auto;
  line-height: 40px;
  position: relative;
  /*padding: 0 30px;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 5px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 205px;
  background: white;
}
.menu__link.disabled {
  pointer-events: none;
  border-bottom: none;
  background-color: lightgray;
  color: darkgray;
}
.menu__link.left {
  margin-left: 0;
  /*@media @bp-sm {
            margin-left: 10px;
        }*/
}
.menu__link.right {
  margin-right: 0;
  /*@media @bp-sm {
            margin-right: 30px;
        }*/
}
@media (max-width:  767px ) {
  .menu__link {
    padding: 4px 10px;
    min-width: 155px;
    line-height: 26px;
  }
}
.menu__link::before {
  content: attr(data-hover);
  background-color: #345268;
  color: white;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  -moz-transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
  -o-transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
  -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
  transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
  right: 0;
  line-height: 39px;
}
@media (max-width:  767px ) {
  .menu__link::before {
    line-height: 35px;
  }
}
.menu__link:hover::before {
  top: 0;
}
.primary_btn {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
/*Buttons*/
.button_base {
  margin: 0;
  border: 0;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  height: 77px;
  clear: both;
}
@media (max-width:  767px ) {
  .button_base {
    margin-bottom: 0;
    height: 70px;
  }
}
.button_base div.second-arrow {
  opacity: 0;
}
.button_base:hover div.second-arrow {
  opacity: 1;
}
.button_base:hover {
  cursor: pointer;
}
.b08_3d_pushback {
  -ms-perspective: 500px;
  perspective: 500px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  color: white;
}
.b08_3d_pushback div {
  position: absolute;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  font-size: 25px;
  padding: 33px 0 0 35px;
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  991px ) {
  .b08_3d_pushback div {
    right: 0;
  }
}
@media (max-width:  767px ) {
  .b08_3d_pushback div {
    padding-top: 26px;
    font-size: 19px;
  }
}
.b08_3d_pushback div.red-arrow {
  padding: 33px 0 0 14px;
}
.b08_3d_pushback div.red-arrow.first-arrow {
  background: url('../images/green-arrow.svg') no-repeat 1px top;
  background-size: 100%;
  height: 96px;
  /*background-color: #ade6dd;*/
}
@media (max-width:  767px ) {
  .b08_3d_pushback div.red-arrow.first-arrow {
    /*background-color: #d1d1d1;*/
    height: 70px;
    background: url('../images/green-arrow.svg') no-repeat 1px 7px;
    background-size: 100%;
  }
}
.b08_3d_pushback div.green-arrow.first-arrow {
  background: url('../images/green-arrow.svg') no-repeat left top;
  background-size: 100%;
  height: 96px;
  /*background-color: #ade6dd;*/
}
@media (max-width:  767px ) {
  .b08_3d_pushback div.green-arrow.first-arrow {
    /*background-color: #d1d1d1;*/
    height: 70px;
  }
}
.b08_3d_pushback div.orange-arrow {
  padding: 39px 0 0 40px;
}
@media (max-width:  767px ) {
  .b08_3d_pushback div.orange-arrow {
    padding-top: 30px;
  }
}
.b08_3d_pushback div.orange-arrow.first-arrow {
  background: url('../images/orange-arrow.svg') no-repeat left top;
  background-size: 100%;
  height: 96px;
  /*background-color: #ade6dd;*/
}
@media (max-width:  767px ) {
  .b08_3d_pushback div.orange-arrow.first-arrow {
    /*background-color: #d1d1d1;*/
    height: 70px;
    /*background-position: left -119px;
                background-size: 100%;*/
  }
}
.b08_3d_pushback div.blue-arrow {
  padding: 33px 0 0 14px;
}
@media (max-width:  767px ) {
  .b08_3d_pushback div.blue-arrow {
    padding-top: 25px;
  }
}
.b08_3d_pushback div.blue-arrow.first-arrow {
  background: url('../images/blue-arrow.svg') no-repeat 1px top;
  background-size: 100%;
  height: 96px;
  /*background-color: #ade6dd;*/
}
@media (max-width:  767px ) {
  .b08_3d_pushback div.blue-arrow.first-arrow {
    /*background-color: #d1d1d1;*/
    height: 70px;
  }
}
.b08_3d_pushback div.first-arrow {
  -ms-transform: rotateX(0deg) translateZ(0px);
  -o-transform: rotateX(0deg) translateZ(0px);
  transform: rotateX(0deg) translateZ(0px);
  -webkit-transform: rotateX(0deg) translateZ(0px);
  -moz-transform: rotateX(0deg) translateZ(0px);
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  height: 96px;
  width: 260px;
}
@media (max-width:  767px ) {
  .b08_3d_pushback div.first-arrow {
    width: 212px;
    height: 70px;
  }
}
.b08_3d_pushback div.second-arrow.red-arrow {
  background: url('../images/green-arrow.svg') no-repeat left -124px;
  background-size: 100%;
}
@media (max-width:  767px ) {
  .b08_3d_pushback div.second-arrow.red-arrow {
    /*background-color: #d1d1d1;*/
    height: 70px;
    background-position: left -127px;
    background-size: 100%;
    background: url('../images/green-arrow.svg') no-repeat 1px -94px;
  }
}
.b08_3d_pushback div.second-arrow.green-arrow {
  background: url('../images/green-arrow.svg') no-repeat left -124px;
  background-size: 100%;
}
@media (max-width:  767px ) {
  .b08_3d_pushback div.second-arrow.green-arrow {
    /*background-color: #d1d1d1;*/
    height: 70px;
    background-position: left -102px;
    background-size: 100%;
  }
}
.b08_3d_pushback div.second-arrow.orange-arrow {
  background: url('../images/orange-arrow.svg') no-repeat left -117px;
  background-size: 100%;
}
@media (max-width:  767px ) {
  .b08_3d_pushback div.second-arrow.orange-arrow {
    height: 70px;
    background-position: left -96px;
    background-size: 100%;
  }
}
.b08_3d_pushback div.second-arrow.blue-arrow {
  background: url('../images/blue-arrow.svg') no-repeat left -126px;
  background-size: 100%;
}
@media (max-width:  767px ) {
  .b08_3d_pushback div.second-arrow.blue-arrow {
    height: 70px;
    background: url('../images/blue-arrow.svg') no-repeat left -102px;
    background-position: left -102px;
    background-size: 100%;
  }
}
.b08_3d_pushback div.second-arrow {
  color: #ffffff;
  height: 96px;
  width: 260px;
  -ms-transform: rotateX(-179.5deg) translateZ(1px);
  -o-transform: rotateX(-179.5deg) translateZ(1px);
  transform: rotateX(-179.5deg) translateZ(1px);
  -webkit-transform: rotateX(-179.5deg) translateZ(1px);
  -moz-transform: rotateX(-179.5deg) translateZ(1px);
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
@media (max-width:  767px ) {
  .b08_3d_pushback div.second-arrow {
    width: 212px;
    height: 70px;
  }
}
.b08_3d_pushback.first-arrow {
  color: white;
  -ms-transform: rotateX(0deg) translateZ(0px);
  -o-transform: rotateX(0deg) translateZ(0px);
  transform: rotateX(0deg) translateZ(0px);
  -webkit-transform: rotateX(0deg) translateZ(0px);
  -moz-transform: rotateX(0deg) translateZ(0px);
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.b08_3d_pushback.second-arrow {
  color: #ffffff;
  -ms-transform: rotateX(-179.5deg) translateZ(1px);
  -o-transform: rotateX(-179.5deg) translateZ(1px);
  transform: rotateX(-179.5deg) translateZ(1px);
  -webkit-transform: rotateX(-179.5deg) translateZ(1px);
  -moz-transform: rotateX(-179.5deg) translateZ(1px);
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.b08_3d_pushback:hover div.first-arrow {
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transform: rotateX(179.5deg);
  -o-transform: rotateX(179.5deg);
  transform: rotateX(179.5deg);
  -webkit-transform: rotateX(179.5deg);
  -moz-transform: rotateX(179.5deg);
  opacity: 0;
}
.b08_3d_pushback:hover div.second-arrow {
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transform: rotateX(0deg) rotateY(0deg) translateZ(1px);
  -o-transform: rotateX(0deg) rotateY(0deg) translateZ(1px);
  transform: rotateX(0deg) rotateY(0deg) translateZ(1px);
  -webkit-transform: rotateX(0deg) rotateY(0deg) translateZ(1px);
  -moz-transform: rotateX(0deg) rotateY(0deg) translateZ(1px);
  opacity: 1;
}
/*Panels animations*/
.share-buttons .button_base {
  height: 63px;
}
.share-buttons .b08_3d_pushback div {
  padding-top: 26px;
  font-size: 19px;
}
.share-buttons .b08_3d_pushback div.red-arrow.first-arrow {
  background: url('../images/green-arrow.svg') no-repeat 1px top;
  height: 96px;
  /*background-color: #ade6dd;*/
  height: 70px;
  background: url('../images/green-arrow.svg') no-repeat 1px 3px;
  background-size: 100%;
}
.share-buttons .b08_3d_pushback div.green-arrow.first-arrow {
  background: url('../images/green-arrow.svg') no-repeat left top;
  background-size: 100%;
  height: 96px;
  /*background-color: #ade6dd;*/
  /*background-color: #d1d1d1;*/
  height: 70px;
}
.share-buttons .b08_3d_pushback div.orange-arrow {
  padding: 39px 0 0 40px;
  padding-top: 30px;
}
.share-buttons .b08_3d_pushback div.orange-arrow.first-arrow {
  background: url('../images/orange-arrow.svg') no-repeat left top;
  background-size: 100%;
  height: 96px;
  /*background-color: #ade6dd;*/
  /*background-color: #d1d1d1;*/
  height: 70px;
  /*background-position: left -119px;
                background-size: 100%;*/
}
.share-buttons .b08_3d_pushback div.blue-arrow {
  padding: 33px 0 0 14px;
  padding-top: 25px;
}
.share-buttons .b08_3d_pushback div.blue-arrow.first-arrow {
  background: url('../images/blue-arrow.svg') no-repeat 1px top;
  background-size: 100%;
  height: 96px;
  /*background-color: #ade6dd;*/
  /*background-color: #d1d1d1;*/
  height: 70px;
}
.share-buttons .b08_3d_pushback div.first-arrow {
  width: 212px;
  height: 70px;
}
.share-buttons .b08_3d_pushback div.second-arrow.red-arrow {
  background: url('../images/green-arrow.svg') no-repeat 1px -94px;
  /*background-color: #d1d1d1;*/
  height: 70px;
  background-position: left -100px;
  background-size: 100%;
}
.share-buttons .b08_3d_pushback div.second-arrow.green-arrow {
  background: url('../images/green-arrow.svg') no-repeat left -124px;
  /*background-color: #d1d1d1;*/
  height: 70px;
  background-position: left -102px;
  background-size: 100%;
}
.share-buttons .b08_3d_pushback div.second-arrow.orange-arrow {
  background: url('../images/orange-arrow.svg') no-repeat left -117px;
  height: 70px;
  background-position: left -96px;
  background-size: 100%;
}
.share-buttons .b08_3d_pushback div.second-arrow.blue-arrow {
  background: url('../images/blue-arrow.svg') no-repeat left -102px;
  background-size: 100%;
  height: 70px;
}
.share-buttons .b08_3d_pushback div.second-arrow {
  width: 212px;
  height: 70px;
}
/* Common panel style */
.directions-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}
.directions-wrap .directions-image img {
  width: 100%;
  height: auto;
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ) {
  .directions-wrap .directions-image img {
    max-width: 82px;
  }
}
.directions-wrap .directions-content {
  text-align: left;
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ) {
  .directions-wrap .directions-content {
    margin-bottom: 38px;
  }
}
@media (max-width:  767px ) {
  .directions-wrap .directions-content {
    padding-left: 0;
    font-size: 14px;
    margin-bottom: 7px;
  }
}
.directions-wrap .directions-content h1 {
  font-size: 30px;
  text-align: left;
}
@media (min-width:  992px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  991px ) {
  .directions-wrap .directions-content h1 {
    font-size: 24px;
  }
}
@media (max-width:  767px ) {
  .directions-wrap .directions-content h1 {
    font-size: 18px;
  }
}
.panel {
  pointer-events: initial;
  width: 100%;
  /*min-height: 100%;*/
  position: absolute;
  box-shadow: 4px -4px 4px rgba(0, 0, 0, 0.2);
  margin-left: -102%;
  z-index: 2;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.panel h1 {
  color: #345268;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width:  767px ) {
  .panel h1 {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
  }
}
.panel p {
  color: #345268;
  margin-top: 4px;
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width:  767px ) {
  .panel p {
    margin-top: 2px;
    margin-bottom: 4px;
  }
}
#home h1 {
  margin-bottom: 10px;
}
.panel:target {
  margin-left: 0%;
  /*background-color: #005CBF;*/
}
.menu {
  /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
  /*background: @brand-color-2;*/
  position: relative;
  padding: 5px 20px;
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ) {
  .menu {
    padding: 20px 0 0 0;
  }
}
@media (max-width:  767px ) {
  .menu {
    position: relative;
    padding: 5px 0;
  }
}
@media (max-width:  767px ) {
  .menu .container {
    padding: 0;
  }
}
.center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.panel {
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 65vh;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ededed;
}
@media (min-width: 992px) and (max-width: 1367px) {
  .panel {
    top: 54vh;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .panel {
    top: 63vh;
  }
}
@media (max-width:  767px ) {
  .panel {
    top: 53vh;
    padding-bottom: 0;
    padding-right: 0;
  }
  html.iphone .panel {
    top: 46vh;
  }
}
/* panel content (only for animation delay after open) */
.panel-content {
  opacity: 0;
  will-change: margin-top;
  -moz-transition: all 700ms;
  -o-transition: all 700ms;
  -webkit-transition: all 700ms;
  transition: all 700ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
  padding: 20px;
  margin-top: -5%;
}
/* Panel content animation after open */
.panel:target .panel-content {
  opacity: 1;
  margin-top: 0;
}
/*  Specific "Home "panel */
/* •••••••••••••••••••••••••••••••• */
.panel#home {
  z-index: 1;
}
.panel#home canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
/*  Specific panel "Fade" effect */
/* •••••••••••••••••••••••••••••••• */
.panel#fade {
  background-color: #00C853;
  opacity: 0;
  -moz-transition: all 800ms;
  -o-transition: all 800ms;
  -webkit-transition: all 800ms;
  transition: all 800ms;
  pointer-events: none;
}
.panel#fade:target {
  opacity: 1;
  pointer-events: auto;
}
/*Explore info panel*/
@media (max-width:  767px ) {
  .panel#explore-panel {
    top: 40vh;
  }
}
.explore-info {
  position: absolute;
  right: 35px;
  bottom: 35px;
  font-size: 40px;
  pointer-events: all;
}
@media (max-width:  767px ) {
  .explore-info {
    bottom: 125px;
  }
}
.explore-info a {
  color: #345268;
}
.explore-info a:hover {
  color: #dd453e;
}
.show-explore-info {
  margin-left: 0px;
}
/*  Specific "Share" panel  */
/*  **********************  */
.panel#share {
  margin-left: -150%;
  top: 59vh;
  bottom: 0;
  text-align: center;
}
.panel#share .share-link {
  /*background-color: none;
        border: none;
        border-radius: 5px;
        margin: 4px 10px;
        text-align: center;*/
  /*i {
            margin-left: 0.5rem;
            margin-right: 0.5rem;
        }*/
  /*font-size: x-large;
        @media @bp-xs {
            font-size: initial;
        }*/
}
.panel#share .container .menu {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width:  767px ) {
  .panel#share .container .menu {
    right: 10px;
    bottom: -20px;
  }
}
.panel#share:target {
  margin-left: 0%;
}
.panel#share p.share {
  color: #345268;
  background: white;
  padding: 7px 20px;
  display: inline-block;
  border: solid 1px #ccc;
  border-radius: 4px;
}
.panel#share p.share .fas {
  color: #345268;
}
.panel#share .parent {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ) {
  .panel#share .parent {
    max-width: 272px;
  }
}
.panel#share .parent .child .facebook {
  color: #4267b2;
}
.panel#share .parent .child .twitter {
  color: #1da1f2;
}
.panel#share .parent .child .email {
  color: #dd453e;
}
.panel#share .parent .child .create-item {
  border: none;
  background: none;
  margin: 0;
}
.panel#share .parent .child .create-item:hover {
  opacity: 0.5;
}
/*  Specific "Donate" panel  */
/*  **********************  */
.panel#donate {
  margin-left: -150%;
  top: 3vh;
  bottom: 3vh;
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ) {
  .panel#donate {
    top: 3vh;
    bottom: 3vh;
    z-index: 999999;
  }
}
@media (max-width:  767px ) {
  .panel#donate {
    top: 1vh;
    bottom: 1vh;
  }
}
.panel#donate:target {
  margin-left: 0%;
}
.panel#donate p {
  text-align: left;
}
/*Styling create page items*/
.parent {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width:  767px ) {
  .parent {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.parent.house-type .child .create-item {
  border: none;
  max-width: 340px;
  max-height: 12vh;
  overflow: hidden;
  border: solid 1px #ededed;
  background: none;
  padding: 0;
}
.parent.house-type .child .create-item:hover {
  background: none;
  border: 1px solid darkslateblue;
}
.parent.house-type .child .create-item img {
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
  max-width: none;
  max-height: none;
}
.child {
  margin: 15px auto;
}
@media (min-width:  992px ) and (max-width:  1199px ), (min-width:  1200px ) {
  .child {
    -ms-flex: 1 0 10%;
    -webkit-flex: 1 0 10%;
    flex: 1 0 10%;
    max-width: 30%;
  }
}
@media (min-width:  768px ) and (max-width:  991px ), (max-width:  767px ) {
  .child {
    -ms-flex: 1 1 30%;
    -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
  }
}
.child .create-item {
  margin: 2px auto;
  border-radius: 5px;
  padding: 2px;
  border: solid 1px #ededed;
  border-bottom: 2px solid #ccc;
  display: block;
  text-align: center;
  margin: 4px 20px;
  background: white;
}
.child .create-item:hover {
  border: 1px solid darkslateblue;
}
@media (max-width:  767px ) {
  .child .create-item {
    margin: 3px;
    padding: 5px;
  }
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ) {
  .child .create-item {
    height: auto;
  }
  .child .create-item img {
    width: auto;
    max-height: 100%;
  }
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ) {
  .child .create-item img {
    max-height: 11vh;
  }
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  991px ) {
  .child .create-item img {
    max-width: 45px;
  }
}
.child.message-type {
  border: solid 2px #eeeeee;
  border-radius: 5px;
  color: white;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 16px;
}
@media (min-width:  992px ) and (max-width:  1199px ), (min-width:  1200px ) {
  .child.message-type {
    display: flex;
    justify-content: center;
    font-size: 19px;
    align-items: center;
    margin: 4px;
  }
}
@media (min-width:  992px ) and (max-width:  1199px ) {
  .child.message-type {
    -ms-flex: 1 0 10%;
    -webkit-flex: 1 0 10%;
    flex: 1 0 10%;
    max-width: 30%;
    flex-basis: auto;
  }
}
@media (max-width:  767px ) {
  .child.message-type {
    max-width: 33%;
  }
}
.child.message-type:nth-child(1) {
  background: #629537;
}
.child.message-type:nth-child(1):hover,
.child.message-type:nth-child(1).active {
  background: white;
  color: #629537;
  border: solid 2px #629537;
}
.child.message-type:nth-child(2) {
  background: #ade6dd;
  color: black;
}
.child.message-type:nth-child(2):hover,
.child.message-type:nth-child(2).active {
  background: white;
  color: #ade6dd;
  border: solid 2px #ade6dd;
}
.child.message-type:nth-child(3) {
  background: #dd453e;
}
.child.message-type:nth-child(3):hover,
.child.message-type:nth-child(3).active {
  background: white;
  color: #dd453e;
  border: solid 2px #dd453e;
}
.child.message-type:nth-child(4) {
  background: #438db9;
}
@media (min-width:  992px ) and (max-width:  1199px ) {
  .child.message-type:nth-child(4) {
    margin-left: 0;
  }
}
.child.message-type:nth-child(4):hover,
.child.message-type:nth-child(4).active {
  background: white;
  color: #438db9;
  border: solid 2px #438db9;
}
.child.message-type:nth-child(5) {
  background: #e3842d;
}
.child.message-type:nth-child(5):hover,
.child.message-type:nth-child(5).active {
  background: white;
  color: #e3842d;
  border: solid 2px #e3842d;
}
.child.message-type:nth-child(6) {
  background: #1f4058;
}
.child.message-type:nth-child(6):hover,
.child.message-type:nth-child(6).active {
  background: white;
  color: #1f4058;
  border: solid 2px #1f4058;
}
.child.message-type .create-item {
  padding: 15px;
  font-weight: bold;
  border: none;
  max-width: none;
  background: none;
  margin-left: 20px;
  margin-right: 20px !important;
}
@media (min-width:  992px ) and (max-width:  1199px ) {
  .child.message-type .create-item {
    padding: 6px;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .child.message-type .create-item {
    padding: 5px;
  }
}
@media (max-width:  767px ) {
  .child.message-type .create-item {
    padding: 5px;
    margin: 2px 0 !important;
    font-size: 15px;
  }
}
.child.message-type .create-item:hover {
  background: none;
  /*color: white;*/
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width:  767px ) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
    min-width: 320px;
  }
}
/*create buttons*/
.button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  margin: 0 auto;
}
.button.active span {
  background-color: white;
  border: 1px solid darkslateblue;
}
@media (min-width:  768px ) and (max-width:  991px ), (min-width:  992px ) and (max-width:  1199px ), (min-width:  1200px ) {
  .button:first-child {
    margin-left: 0;
  }
}
@media (min-width:  1200px ) {
  .button:first-child .create-item {
    margin-left: 0;
  }
}
.button.message-type:first-child .create-item {
  margin-left: 20px;
}
@media (min-width:  768px ) and (max-width:  991px ), (min-width:  992px ) and (max-width:  1199px ), (min-width:  1200px ) {
  .button:last-child {
    margin-right: 0;
  }
}
@media (min-width:  1200px ) {
  .button:last-child .create-item {
    margin-right: 0;
  }
}
.button:focus {
  outline: 0;
  color: #fff;
}
.button:focus:before {
  -moz-animation: effect_dylan 0.8s ease-out;
  -o-animation: effect_dylan 0.8s ease-out;
  -webkit-animation: effect_dylan 0.8s ease-out;
  animation: effect_dylan 0.8s ease-out;
}
.button.house-type.active span.create-item {
  border: 1px solid darkslateblue;
  /*img {
                box-shadow: 0px 0px 0px 8px rgba(119,182,66,1);
                -webkit-box-shadow: 0px 0px 0px 8px rgba(119,182,66,1);
                -moz-box-shadow: 0px 0px 0px 8px rgba(119,182,66,1);

                @media @bp-xs {
                    box-shadow: 0px 0px 0px 4px rgba(119,182,66,1);
                    -webkit-box-shadow: 0px 0px 0px 4px rgba(119,182,66,1);
                    -moz-box-shadow: 0px 0px 0px 4px rgba(119,182,66,1);
                }
            }*/
}
@keyframes effect_dylan {
  50% {
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    -moz-transform: scale(0.001, 0.001);
    -ms-transform: scale(0.001, 0.001);
    -o-transform: scale(0.001, 0.001);
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(0.001, 0.001);
    -ms-transform: scale(0.001, 0.001);
    -o-transform: scale(0.001, 0.001);
    -webkit-transform: scale(0.001, 0.001);
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
/*lightbox*/
.info {
  cursor: pointer;
}
.lightbox,
.lightbox * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lightbox {
  position: fixed;
  z-index: 99999;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  text-align: center;
  visibility: hidden;
}
.lightbox:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.lightbox .lightbox-info {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*-webkit-box-shadow: 0px 0px 20px black;
    box-shadow: 0px 0px 20px black;
    border: 5px solid white;*/
  /*max-width: 100%;
    max-height: 100%;*/
}
/*.lightbox:target {
    visibility: visible;
}

.lightbox:target:before {
    background-color: rgba(255, 255, 255, 0.85);
}

.lightbox:target:before {
    background-color: rgba(255, 255, 255, 0.85);
}*/
.lightbox.active {
  visibility: visible;
}
.lightbox.active:before {
  background-color: rgba(255, 255, 255, 0.85);
}
.lightbox.active:before {
  background-color: rgba(255, 255, 255, 0.85);
}
.lightbox .close {
  display: block;
  position: absolute;
  right: 70px;
  top: 40px;
  width: 32px;
  height: 32px;
  /*background: black;*/
  color: white;
  /*-webkit-box-shadow: 0px 0px 5px white;
    box-shadow: 0px 0px 5px white;*/
  cursor: pointer;
}
@media (max-width:  767px ) {
  .lightbox .close {
    right: 37px;
  }
}
.lightbox .close:before,
.lightbox .close:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  width: 32px;
  height: 0;
  border-top: 4px solid white;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.lightbox .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lightbox .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lightbox.slide-up .lightbox-info,
.lightbox.slide-down .lightbox-info,
.lightbox.slide-left .lightbox-info,
.lightbox.slide-right .lightbox-info {
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.lightbox.slide-down .lightbox-info {
  top: -50%;
  width: 100vw;
  height: 100vh;
}
.lightbox.slide-up:target .lightbox-info,
.lightbox.slide-down:target .lightbox-info,
.lightbox.slide-down.active .lightbox-info {
  top: 50%;
  width: 100vw;
  height: 100vh;
  background: rgba(47, 122, 199, 0.75);
  padding: 22vh 50px 0 50px;
  color: white;
}
.lightbox.slide-up:target .lightbox-info p,
.lightbox.slide-down:target .lightbox-info p,
.lightbox.slide-down.active .lightbox-info p {
  font-size: 21px;
  font-weight: bold;
}
.relative {
  position: relative;
}
/*home styles*/
.home {
  padding-top: 8vh;
  height: 100vh;
}
@media (max-width:  767px ) {
  .home {
    padding-top: 8vh;
  }
}
.home .home-content {
  color: white;
}
.home .home-content h1 {
  text-shadow: 0px 5px 5px rgba(52, 82, 104, 0.55);
}
@media (min-width:  1200px ) {
  .home .home-content {
    padding-right: 100px;
  }
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  991px ) {
  .home .home-buttons {
    margin-top: 20px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 21px;
  }
}
@media (max-width:  767px ) {
  .home .home-buttons {
    width: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1367px) {
  .home .home-buttons {
    margin-top: 20px;
  }
}
/*internal page styles*/
.internal {
  text-align: center;
}
.internal .hab-logo {
  display: block;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:  767px ) {
  .internal .hab-logo {
    max-width: 250px;
  }
}
.internal .about {
  text-align: left;
  padding-top: 8vh;
  background-color: #ADE6DD;
  border: solid 2px white;
}
@media (max-width:  767px ) {
  .internal .about {
    padding-top: 4vh;
  }
}
@media (min-width:  768px ) and (max-width:  991px ), (min-width:  992px ) and (max-width:  1199px ), (min-width:  1200px ) {
  .internal .about {
    padding-left: 12vw;
    padding-right: 12vw;
    padding-bottom: 12vh;
    padding-top: 12vh;
  }
}
.internal .about .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  pointer-events: all;
  cursor: pointer;
}
.internal .about .close a {
  color: white;
}
.internal .about p {
  font-size: 20px;
  /*padding: 20px;*/
}
@media (max-width:  767px ) {
  .internal .about p {
    font-size: 16px;
  }
}
.internal .internal-buttons div {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
.internal .finish-buttons {
  margin-left: auto;
  margin-right: auto;
  pointer-events: all;
}
@media (max-width:  767px ) {
  .internal .finish-buttons {
    padding-bottom: 20px;
  }
}
.internal .finish-buttons.bottom {
  margin-top: 47vh;
  width: 300px;
}
@media (max-width:  767px ) {
  .internal .finish-buttons.bottom {
    margin-top: 42vh;
  }
}
.internal .finish-buttons a.new-house {
  color: #dd453e;
  font-weight: bold;
}
.internal .finish-buttons a.new-house:hover {
  text-decoration: underline;
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  991px ) {
  .mh-logo {
    position: absolute;
    bottom: 5vh;
    right: 0;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .mh-logo {
    right: 20px;
  }
}
@media (max-width:  767px ) {
  .mh-logo {
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 0;
    left: 0;
  }
}
@media (max-width:  767px ) {
  .mh-logo a {
    display: inline-block;
  }
}
.mh-logo a img {
  max-width: 400px;
  float: left;
}
@media (max-width:  767px ) {
  .mh-logo a img.mhimage {
    max-width: 145px;
  }
  .mh-logo a img.habimage {
    max-width: 128px;
  }
}
/*final page fade input buttons*/
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  -o-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.fade-in.one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.fade-in.two {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.fade-in.four {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
/* Buttons for build screens */
.build-tools .interact-buttons {
  position: absolute;
  top: 65vh;
  width: 100%;
}
.build-tools .interact-buttons div {
  position: absolute;
  pointer-events: initial;
}
.build-tools .interact-buttons .delete {
  top: -16vh;
  right: 4vw;
  display: block;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  background-size: 100%;
  cursor: pointer;
}
.build-tools .interact-buttons .delete img {
  width: 45px;
  height: 45px;
}
@media (max-width:  767px ) {
  .build-tools .interact-buttons .delete img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width:  767px ) {
  .build-tools .interact-buttons .delete {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1367px) {
  .build-tools .interact-buttons .delete {
    top: -19vh;
    right: 9vw;
  }
}
.build-tools .interact-buttons .rotate-left {
  top: -32vh;
  left: 4vh;
  cursor: pointer;
}
.build-tools .interact-buttons .rotate-left img {
  width: 55px;
  height: auto;
}
@media (max-width:  767px ) {
  .build-tools .interact-buttons .rotate-left img {
    width: 40px;
  }
}
.build-tools .interact-buttons .rotate-right {
  top: -32vh;
  right: 4vh;
  cursor: pointer;
}
.build-tools .interact-buttons .rotate-right img {
  width: 55px;
  height: auto;
}
@media (max-width:  767px ) {
  .build-tools .interact-buttons .rotate-right img {
    width: 40px;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .build-tools .interact-buttons {
    top: 63vh;
  }
  .build-tools .interact-buttons .rotate-left {
    left: 2vh;
  }
  .build-tools .interact-buttons .rotate-right {
    right: 2vh;
  }
}
@media (max-width:  767px ) {
  .build-tools .interact-buttons {
    top: 53vh;
  }
  .build-tools .interact-buttons .rotate-left {
    left: 1vh;
  }
  .build-tools .interact-buttons .rotate-right {
    right: 1vh;
  }
}
.white-out {
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99999;
  opacity: 1;
}
.fade-out {
  opacity: 1;
  -webkit-animation: fadeOut ease-in 1;
  -moz-animation: fadeOut ease-in 1;
  animation: fadeOut ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .parent.house-type {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    /* IE11 */
  }
  .parent.house-type .child {
    max-width: none;
  }
  .parent.house-type .child .create-item {
    max-width: none;
  }
  .directions-image {
    max-height: 80px;
    overflow: hidden;
  }
  .child {
    max-width: none !important;
  }
  .child img {
    max-width: 93px;
    height: auto;
  }
  .menu-share .child {
    float: left;
    display: inline-block;
    flex: none;
  }
  #directions .container {
    width: 80%;
    max-width: 1170px;
  }
  .build-tools .child img {
    /*max-width: 70px;*/
    /*height: auto;*/
  }
}
