.block-homepage-hero {
  background-size: cover;
  background-position: center;
  padding-top: 300px;
  padding-bottom: 175px;
}

.block-homepage-hero h2 {
  color: white;
  font-size: 55px;
  line-height: 49px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: -4px;
}

.block-homepage-hero p {
  color: white;
  font-size: 20px;
  line-height: 25px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.block-homepage-hero .button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  border: 0;
  outline: 0;
  background-image: none;
  padding: 12px 33px;
  background-color: #1a6696;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

.block-homepage-hero .button:hover {
  background-color: #fff;
  color: #1a6696;
}

.block-homepage-hero .button:hover::after {
  color: #1a6696;
  border-color: #1a6696;
}

.column-left .block-homepage-hero,
.column-right .block-homepage-hero {
  margin-bottom: 7px;
  overflow: hidden;
  padding: 0;
}

.column-left .block-homepage-hero h2,
.column-right .block-homepage-hero h2 {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0;
}

.column-left .block-homepage-hero h3,
.column-right .block-homepage-hero h3 {
  color: white;
  font-size: 22px;
  line-height: 27px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  letter-spacing: 0;
}

.column-left .block-homepage-hero .button,
.column-right .block-homepage-hero .button {
  padding-left: 46px;
  padding-right: 20px;
  position: relative;
}

.column-left .block-homepage-hero .button:after,
.column-right .block-homepage-hero .button:after {
  -webkit-transition: all 0.15s ease 0.05s;
  transition: all 0.15s ease 0.05s;
  display: block;
  content: "+";
  font-weight: 400;
  color: #fff;
  font-size: 22.47px;
  line-height: 25px;
  height: 25px;
  width: 25px;
  border: 1px solid white;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
}

.column-left .block-homepage-hero .button:hover::after,
.column-right .block-homepage-hero .button:hover::after {
  color: #1a6696;
  border-color: #1a6696;
}

.column-left.column-left .block-homepage-hero,
.column-right.column-left .block-homepage-hero {
  height: 500px;
  background-position: right center;
}

@media (min-width: 777px) {
  .column-left.column-left .block-homepage-hero h2,
  .column-right.column-left .block-homepage-hero h2 {
    max-width: 300px;
  }
}

.column-left.column-left .block-homepage-hero p,
.column-right.column-left .block-homepage-hero p {
  color: white;
  font-size: 17px;
  line-height: 22px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.column-left.column-right .block-homepage-hero,
.column-right.column-right .block-homepage-hero {
  height: 250px;
  background-position: right center;
}

.column-left.column-right .block-homepage-hero h2,
.column-right.column-right .block-homepage-hero h2 {
  color: black;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 777px) {
  .column-left.column-right .block-homepage-hero h2 h2,
  .column-right.column-right .block-homepage-hero h2 h2 {
    max-width: 300px;
  }
}

.column-left.column-right .block-homepage-hero p,
.column-right.column-right .block-homepage-hero p {
  color: black;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.column-left.column-right .block-homepage-hero .button,
.column-right.column-right .block-homepage-hero .button {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: transparent;
  color: #1a6696;
  text-shadow: 0 0 2px #6799b7;
}

.column-left.column-right .block-homepage-hero .button:after,
.column-right.column-right .block-homepage-hero .button:after {
  color: #1a6696;
  border-color: #1a6696;
  box-shadow: 0 0 2px #6799b7;
}

.column-left.column-right .block-homepage-hero .button:hover,
.column-right.column-right .block-homepage-hero .button:hover {
  background-color: transparent;
  color: #6799b7;
}

.column-left.column-right .block-homepage-hero .button:hover:after,
.column-right.column-right .block-homepage-hero .button:hover:after {
  color: #6799b7;
  border-color: #6799b7;
}

.column-left.column-right .block-homepage-hero:first-child,
.column-right.column-right .block-homepage-hero:first-child {
  height: 243px;
}

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