.jump-to-content {
  position: absolute;
  bottom: -25px;
  padding: 10px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  display: block;
  -webkit-transition: 0.15s;
  -khtml-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  -webkit-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.5);
  z-index: 1; }
  .jump-to-content img {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    display: block; }
  .jump-to-content:after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.75s;
    -khtml-transition: 0.75s;
    -moz-transition: 0.75s;
    -ms-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    color: transparent; }
  .jump-to-content:hover {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
    .jump-to-content:hover img {
      height: 0px; }
    .jump-to-content:hover:after {
      content: "\f107";
      font-size: 30px;
      font-size: 1.875em;
      font-size: 1.875rem;
      font-family: "Font Awesome 5 Free", "FontAwesome";
      font-weight: 900;
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  @media only screen and (max-width: 599px) {
    .jump-to-content {
      bottom: -25px; } }
  .jump-to-content.white {
    display: inline-block;
    line-height: 50px;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px; }
    .jump-to-content.white img {
      height: 30px;
      margin: -1px 0 0 1px; }
    .jump-to-content.white:hover {
      display: inline-block;
      line-height: 50px;
      width: 50px;
      height: 50px;
      background: #00853e;
      -webkit-border-radius: 25px;
      -khtml-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      border-radius: 25px; }
      .jump-to-content.white:hover:after {
        color: rgba(255, 255, 255, 0.881); }
  .jump-to-content.green {
    display: inline-block;
    line-height: 50px;
    width: 50px;
    height: 50px;
    background: #00853e;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: solid 2px #fff; }
    .jump-to-content.green img {
      height: 28px;
      margin: -2px 0 0 1px; }
    .jump-to-content.green:hover {
      display: inline-block;
      line-height: 50px;
      width: 50px;
      height: 50px;
      background: #fff;
      -webkit-border-radius: 25px;
      -khtml-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      border-radius: 25px; }
      .jump-to-content.green:hover:after {
        color: rgba(0, 106, 49, 0.881); }

.main.columns section.block-bean .midpage .jump-to-content {
  display: none; }

#hero-feature {
  position: relative; }

.hero-feature {
  width: 100%;
  height: calc(100vw * 0.5625);
  display: block;
  background-size: cover;
  position: relative; }
  .hero-feature.short {
    max-height: calc(57.5vh - 120px); }
  .hero-feature.normal {
    max-height: calc(75vh - 120px); }
  .hero-feature.widescreen {
    max-height: calc(88.1vh - 120px); }
  .hero-feature.full {
    height: 100vh;
    max-height: calc(100vh - 119.25px); }
  .hero-feature .text-left .btn.inline a {
    margin: 0 5px 0 0; }
  .hero-feature .text-center .btn.inline a {
    margin: 0 2.5px; }
  .hero-feature .text-right .btn.inline a {
    margin: 0 0 0 5px; }
  .hero-feature .btn.inline {
    margin-bottom: 5px; }

.hero-wrapper {
  width: 100%;
  height: 100%; }
  .hero-wrapper.widescreen {
    max-height: 88.1vh; }
  @media only screen and (max-width: 599px) {
    .hero-wrapper {
      height: auto;
      overflow: hidden; }
      .hero-wrapper.widescreen {
        max-height: inherit; } }
.hero-container {
  height: 100%;
  margin: 0 auto;
  max-width: 1800px;
  position: relative; }
  @media only screen and (min-width: 600px) {
    .hero-container {
      width: 96%;
      min-width: 600px; } }
  @media only screen and (min-width: 900px) {
    .hero-container {
      width: 90%;
      min-width: 900px; } }
  @media only screen and (min-width: 1200px) {
    .hero-container {
      width: 90%;
      min-width: 1200px; } }
  @media only screen and (min-width: 1600px) {
    .hero-container {
      width: 87.5%;
      min-width: 1600px; } }
.hero-overlay {
  overflow: hidden;
  display: block;
  color: #fff;
  position: absolute; }
  @media only screen and (min-width: 600px) {
    .hero-overlay {
      padding: 1.5rem; } }
  @media only screen and (max-width: 599px) {
    .hero-overlay {
      padding: 1rem 1rem 2rem 1rem; } }
  .hero-overlay .hero-content *, .hero-overlay .hero-content p, .hero-overlay .hero-content li, .hero-overlay .hero-content blockquote, .hero-overlay .hero-content h1, .hero-overlay .hero-content h2, .hero-overlay .hero-content h3, .hero-overlay .hero-content h4, .hero-overlay .hero-content h5, .hero-overlay .hero-content h6 {
    color: #fff; }
  .hero-overlay .hero-content a, .hero-overlay .hero-content a:link, .hero-overlay .hero-content a:active, .hero-overlay .hero-content a:visited {
    color: #efefef; }
  .hero-overlay .hero-content a:hover, .hero-overlay .hero-content a:focus {
    color: #fff; }
  .hero-overlay .hero-content h2 {
    line-height: 1.15em;
    margin: -0.3rem 0 0.5rem 0; }
    @media only screen and (min-width: 600px) {
      .hero-overlay .hero-content h2 {
        font-size: 26px; } }
    @media only screen and (min-width: 900px) {
      .hero-overlay .hero-content h2 {
        font-size: 32px; } }
    @media only screen and (min-width: 1200px) {
      .hero-overlay .hero-content h2 {
        font-size: 38px; } }
  @media only screen and (min-width: 600px) {
    .hero-overlay .hero-content p {
      font-size: 14px; } }
  @media only screen and (min-width: 900px) {
    .hero-overlay .hero-content p {
      font-size: 15px; } }
  @media only screen and (min-width: 1200px) {
    .hero-overlay .hero-content p {
      font-size: 16px; } }
  .hero-overlay .hero-content p:last-child {
    margin-bottom: 0; }
  .hero-overlay .hero-content .overlay-links {
    margin-top: 1.15rem; }
  @media only screen and (min-width: 600px) and (max-width: 899px) {
    .hero-overlay .overlay-links {
      margin-top: 0.85rem; } }
  .hero-overlay.no-background {
    background: transparent; }
  .hero-overlay.BGbox {
    background: rgba(0, 0, 0, 0.75); }
    .hero-overlay.BGbox .hero-content h2 {
      font-weight: 300; }
  .hero-overlay.no-BGbox {
    background: transparent; }
    .hero-overlay.no-BGbox .hero-content {
      padding: 0; }
      .hero-overlay.no-BGbox .hero-content h2 {
        font-weight: 400; }
      .hero-overlay.no-BGbox .hero-content *, .hero-overlay.no-BGbox .hero-content p, .hero-overlay.no-BGbox .hero-content li, .hero-overlay.no-BGbox .hero-content blockquote, .hero-overlay.no-BGbox .hero-content h1, .hero-overlay.no-BGbox .hero-content h2, .hero-overlay.no-BGbox .hero-content h3, .hero-overlay.no-BGbox .hero-content h4, .hero-overlay.no-BGbox .hero-content h5, .hero-overlay.no-BGbox .hero-content h6 {
        color: #181818; }
  .hero-overlay.over-top.left, .hero-overlay.top-left {
    top: 1rem;
    right: auto;
    bottom: auto;
    left: 0; }
  .hero-overlay.over-top.centered, .hero-overlay.top-center {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 1rem; }
  .hero-overlay.over-top.right, .hero-overlay.top-right {
    top: 1rem;
    right: 0;
    bottom: auto;
    left: auto; }
  .hero-overlay.over-middle.left, .hero-overlay.mid-left {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: auto; }
  .hero-overlay.over-middle.centered, .hero-overlay.mid-center {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .hero-overlay.over-middle.right, .hero-overlay.mid-right {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 0; }
  .hero-overlay.over-bottom.left, .hero-overlay.bottom.left {
    top: auto;
    right: auto;
    bottom: 1rem;
    left: 0; }
  .hero-overlay.over-bottom.centered, .hero-overlay.bottom.center {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 1rem; }
  .hero-overlay.over-bottom.right, .hero-overlay.bottom.right {
    top: auto;
    right: 0;
    bottom: 1rem;
    left: auto; }

.hero-overlay.has-features {
  width: 100%;
  top: auto !important;
  right: 0 !important;
  bottom: 1rem !important;
  left: 0 !important;
  transform: none !important;
  display: flex; }
  .hero-overlay.has-features.content-left, .hero-overlay.has-features.left-copy {
    flex-direction: row; }
    .hero-overlay.has-features.content-left .hero-content, .hero-overlay.has-features.left-copy .hero-content {
      padding-right: 2rem;
      text-align: left; }
    .hero-overlay.has-features.content-left .hero-inset-features .features-wrapper, .hero-overlay.has-features.left-copy .hero-inset-features .features-wrapper {
      justify-content: flex-end; }
      @media only screen and (max-width: 899px) {
        .hero-overlay.has-features.content-left .hero-inset-features .features-wrapper, .hero-overlay.has-features.left-copy .hero-inset-features .features-wrapper {
          justify-content: flex-start; } }
  .hero-overlay.has-features.content-right, .hero-overlay.has-features.right-copy {
    flex-direction: row-reverse; }
    .hero-overlay.has-features.content-right .hero-content, .hero-overlay.has-features.right-copy .hero-content {
      padding-left: 2rem;
      text-align: right; }
    @media only screen and (max-width: 899px) {
      .hero-overlay.has-features.content-right, .hero-overlay.has-features.right-copy {
        flex-direction: row; }
        .hero-overlay.has-features.content-right .hero-content, .hero-overlay.has-features.right-copy .hero-content {
          padding: 0;
          text-align: left; } }
  .hero-overlay.has-features.center {
    flex-direction: column; }
    @media only screen and (min-width: 600px) {
      .hero-overlay.has-features.center .hero-content, .hero-overlay.has-features.center .hero-content.text-left, .hero-overlay.has-features.center .hero-content.text-right {
        padding-bottom: 1rem;
        text-align: center !important; } }
    @media only screen and (min-width: 600px) {
      .hero-overlay.has-features.center .hero-content, .hero-overlay.has-features.center .hero-content.text-left, .hero-overlay.has-features.center .hero-content.text-right {
        padding-bottom: 0;
        margin-bottom: 1rem; } }
    @media only screen and (min-width: 600px) {
      .hero-overlay.has-features.center .hero-inset-features {
        text-align: center !important;
        align-self: center !important; } }
    @media only screen and (min-width: 600px) {
      .hero-overlay.has-features.center .hero-inset-features .features-wrapper {
        display: block !important; }
        .hero-overlay.has-features.center .hero-inset-features .features-wrapper a {
          display: inline-block; } }
  @media only screen and (max-width: 899px) {
    .hero-overlay.has-features {
      display: block; }
      .hero-overlay.has-features .hero-content {
        margin: 0 0 2rem 0; } }
  .hero-overlay.has-features .hero-inset-features {
    align-self: flex-end;
    flex: 1; }
    .hero-overlay.has-features .hero-inset-features .features-wrapper {
      width: 100%;
      display: flex; }
      .hero-overlay.has-features .hero-inset-features .features-wrapper a {
        display: block; }
        .hero-overlay.has-features .hero-inset-features .features-wrapper a:first-child {
          margin-right: 1rem; }
        @media only screen and (min-width: 600px) {
          .hero-overlay.has-features .hero-inset-features .features-wrapper a {
            width: 190px;
            height: calc(190px * 0.5625); } }
        @media only screen and (min-width: 900px) {
          .hero-overlay.has-features .hero-inset-features .features-wrapper a {
            width: 180px;
            height: calc(180px * 0.75); } }
        @media only screen and (min-width: 1200px) {
          .hero-overlay.has-features .hero-inset-features .features-wrapper a {
            width: 225px;
            height: calc(225px * 0.65); } }
        @media only screen and (min-width: 1600px) {
          .hero-overlay.has-features .hero-inset-features .features-wrapper a {
            width: 280px;
            height: calc(280px * 0.5625); } }
        @media only screen and (min-width: 1800px) {
          .hero-overlay.has-features .hero-inset-features .features-wrapper a {
            width: 300px;
            height: calc(300px * 0.5625); } }
      .hero-overlay.has-features .hero-inset-features .features-wrapper > div {
        flex: 1;
        max-width: 50%;
        padding-left: 0.5rem; }
  .hero-overlay.has-features.content-left-stacked, .hero-overlay.has-features.left-stacked, .hero-overlay.has-features.content-right-stacked, .hero-overlay.has-features.right-stacked {
    display: block;
    flex-direction: none; }
    .hero-overlay.has-features.content-left-stacked > div, .hero-overlay.has-features.left-stacked > div, .hero-overlay.has-features.content-right-stacked > div, .hero-overlay.has-features.right-stacked > div {
      display: block;
      flex: none; }
      @media only screen and (min-width: 600px) {
        .hero-overlay.has-features.content-left-stacked > div, .hero-overlay.has-features.left-stacked > div, .hero-overlay.has-features.content-right-stacked > div, .hero-overlay.has-features.right-stacked > div {
          padding: 0; } }
    .hero-overlay.has-features.content-left-stacked .hero-content, .hero-overlay.has-features.left-stacked .hero-content, .hero-overlay.has-features.content-right-stacked .hero-content, .hero-overlay.has-features.right-stacked .hero-content {
      margin: 0 0 1rem 0; }
    .hero-overlay.has-features.content-left-stacked .features-wrapper, .hero-overlay.has-features.left-stacked .features-wrapper, .hero-overlay.has-features.content-right-stacked .features-wrapper, .hero-overlay.has-features.right-stacked .features-wrapper {
      display: block !important; }
      .hero-overlay.has-features.content-left-stacked .features-wrapper a, .hero-overlay.has-features.left-stacked .features-wrapper a, .hero-overlay.has-features.content-right-stacked .features-wrapper a, .hero-overlay.has-features.right-stacked .features-wrapper a {
        display: inline-block; }
  .hero-overlay.has-features.content-left-stacked, .hero-overlay.has-features.left-stacked {
    left: 0;
    right: auto !important; }
    .hero-overlay.has-features.content-left-stacked > div, .hero-overlay.has-features.left-stacked > div {
      text-align: left !important; }
  .hero-overlay.has-features.content-right-stacked, .hero-overlay.has-features.right-stacked {
    left: auto;
    right: 0; }
    @media only screen and (min-width: 600px) {
      .hero-overlay.has-features.content-right-stacked > div, .hero-overlay.has-features.right-stacked > div {
        text-align: right !important; } }
    .hero-overlay.has-features.content-right-stacked .text-left .btn.inline a, .hero-overlay.has-features.right-stacked .text-left .btn.inline a {
      margin: 0 0 0 5px; }
  .hero-overlay.has-features > div {
    flex: 1; }

@media only screen and (max-width: 599px) {
  .parallax-mirror {
    display: none; }
  .hero-feature {
    height: auto;
    background: transparent; }
    .hero-feature.short, .hero-feature.normal, .hero-feature.widescreen, .hero-feature.full {
      height: auto;
      max-height: inherit; }
      .hero-feature.short .hero-container, .hero-feature.normal .hero-container, .hero-feature.widescreen .hero-container, .hero-feature.full .hero-container {
        overflow: hidden; }
      .hero-feature.short .hero-overlay, .hero-feature.normal .hero-overlay, .hero-feature.widescreen .hero-overlay, .hero-feature.full .hero-overlay {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        transform: none;
        background: #333; }
        .hero-feature.short .hero-overlay .hero-content h2, .hero-feature.normal .hero-overlay .hero-content h2, .hero-feature.widescreen .hero-overlay .hero-content h2, .hero-feature.full .hero-overlay .hero-content h2 {
          margin-bottom: 0.5rem; }
        .hero-feature.short .hero-overlay .overlay-links, .hero-feature.normal .hero-overlay .overlay-links, .hero-feature.widescreen .hero-overlay .overlay-links, .hero-feature.full .hero-overlay .overlay-links {
          margin-top: 0.75rem; }
        .hero-feature.short .hero-overlay .features-wrapper .add-feature, .hero-feature.normal .hero-overlay .features-wrapper .add-feature, .hero-feature.widescreen .hero-overlay .features-wrapper .add-feature, .hero-feature.full .hero-overlay .features-wrapper .add-feature {
          display: inline-block;
          margin: 0 0.5rem 0 0;
          width: calc(50% - 0.5rem);
          height: calc(100vw * 0.265);
          max-height: 135px; }
          .hero-feature.short .hero-overlay .features-wrapper .add-feature:last-child, .hero-feature.normal .hero-overlay .features-wrapper .add-feature:last-child, .hero-feature.widescreen .hero-overlay .features-wrapper .add-feature:last-child, .hero-feature.full .hero-overlay .features-wrapper .add-feature:last-child {
            margin: 0; }
      .hero-feature.short .hero-content p:last-child, .hero-feature.normal .hero-content p:last-child, .hero-feature.widescreen .hero-content p:last-child, .hero-feature.full .hero-content p:last-child {
        margin-bottom: 0.5rem; }
    .hero-feature .hero-overlay.has-features {
      display: block;
      bottom: 0 !important; }
      .hero-feature .hero-overlay.has-features > div {
        flex: none; }
    .hero-feature .hero-content {
      padding: 0 !important;
      margin: 0 0 1.5rem 0 !important; } }

.add-feature {
  position: relative;
  text-decoration: none !important;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: inset 0 0 9999px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: inset 0 0 9999px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 9999px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 9999px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 0 9999px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 9999px rgba(0, 0, 0, 0.15);
  cursor: pointer; }
  .add-feature .add-feature-overlay {
    color: #fff;
    font-family: "Open Sans", Verdana, sans-serif;
    font-size: .75em;
    line-height: 1em;
    padding: 0.4rem 0.5rem 0.45rem 0.5rem;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  .add-feature:hover {
    -webkit-box-shadow: inset 0 0 9999px rgba(0, 0, 0, 0.85);
    -khtml-box-shadow: inset 0 0 9999px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: inset 0 0 9999px rgba(0, 0, 0, 0.85);
    -ms-box-shadow: inset 0 0 9999px rgba(0, 0, 0, 0.85);
    -o-box-shadow: inset 0 0 9999px rgba(0, 0, 0, 0.85);
    box-shadow: inset 0 0 9999px rgba(0, 0, 0, 0.85); }
    .add-feature:hover .add-feature-overlay {
      background: transparent;
      text-decoration: underline !important; }

@media only screen and (min-width: 600px) {
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; } }

@media only screen and (max-width: 899px) {
  .hero-feature .btn a {
    font-size: 11px;
    padding: 8px 13px 8px 13px; } }

@media only screen and (min-width: 900px) {
  .hero-feature .btn a {
    font-size: 12px;
    padding: 9px 14px 9px 14px; } }

@media only screen and (min-width: 1200px) {
  .hero-feature .btn a {
    font-size: 13px; } }

.hero-feature .btn.btn-group a {
  margin: 0 4px 4px 0; }
