.icon-file:before{
  content:"\e925";
  font-family:brand;
}

.go-arrow{
  border-width:3px 3px 0 0;
  border-style:solid;
  box-sizing:border-box;
  color:inherit;
  display:inline-block;
  height:16px;
  margin:8px;
  position:relative;
  vertical-align:middle;
  width:16px;
}
.go-arrow:before{
  box-shadow:inset 0 0 0 32px;
  position:absolute;
  height:3px;
  right:0;
  top:-2px;
  transform:rotate(-45deg);
  transform-origin:right top;
  width:23px;
}
.go-arrow:after,.go-arrow:before{
  box-sizing:border-box;
  content:"";
}

.go-arrow-left{
  transform:rotate(45deg);
}

.go-arrow-up{
  transform:rotate(315deg);
}

.go-arrow-down{
  transform:rotate(135deg);
}

.white-box{
  box-shadow:0 1px 0 rgba(118, 119, 122, .25),0 0 8px rgba(118, 119, 122, .4);
  border-radius:20px;
  background-color:#fff;
  position:relative;
  padding:24px;
  width:100%;
  word-break:break-word;
}

.more-link{
  display:inline-block;
  position:relative;
  text-decoration:none;
  padding-bottom:15px;
}
.more-link:after{
  background-color:#000;
  content:"";
  display:inline-block;
  height:4px;
  left:0;
  position:absolute;
  top:calc(100% - 10px);
  transition:top .4s ease;
  width:100%;
}
.more-link:hover:after{
  top:calc(100% - 7px);
}

.component_location_bottom_content{
  padding:10em 3em;
  display:flex;
  justify-content:flex-end;
}
.component_location_bottom_content.content_left{
  justify-content:flex-start;
}
.component_location_bottom_content .mob_bc_image{
  display:none;
}
.component_location_bottom_content .content_box{
  background:hsla(0, 0%, 100%, .9);
  width:43%;
  padding:10em;
  margin-right:10em;
  border-top-left-radius:50% 60%;
  border-top-right-radius:64% 70%;
  border-bottom-right-radius:44% 45%;
  border-bottom-left-radius:69% 50%;
}
.component_location_bottom_content .content_box h2{
  color:#8b6e3c;
  font-size:4em;
  line-height:1.1em;
  margin-top:0;
}
.component_location_bottom_content .content_box h4{
  color:#444;
  font-weight:700;
  font-size:1.5em;
  margin-bottom:1em;
}
.component_location_bottom_content .content_box p{
  font-size:1.8em;
}
@media only screen and (max-width:970px){
  .component_location_bottom_content{
    padding:3em;
    display:block;
    background:none !important;
  }
  .component_location_bottom_content .mob_bc_image{
    display:block;
    width:100%;
    height:auto;
    margin-bottom:20px;
    border-bottom-left-radius:46%;
    border-bottom-right-radius:56%;
    border-top-left-radius:60%;
    border-top-right-radius:45%;
  }
  .component_location_bottom_content .content_box{
    width:100%;
    padding:3em;
    margin-right:0;
    border-radius:0;
  }
}
@media only screen and (max-width:500px){
  .component_location_bottom_content .content_box{
    padding:0;
  }
}
/*# sourceMappingURL=location_bottom_content.min.css.map */
