.dhsv_vc_textwithline {
  position: relative;
  margin-top: 300px;
}
.dhsv_vc_textwithline .aniline {
  z-index: 1;
  position: absolute;
  bottom: calc(100% + 60px);
  left: 45px;
  width: 2px;
  height: 500px;
  background-color: #a6c6d4;
}
.dhsv_vc_textwithline .aniline div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #025e87;
}
.dhsv_vc_textwithline .skewform {
  position: absolute;
  bottom: calc(100% - 120px);
  right: calc(100% - 90px);
  width: 360px;
  height: 240px;
  background-color: #e1e1dc;
  -webkit-transform: skew(-25deg) rotate(-25deg);
      -ms-transform: skew(-25deg) rotate(-25deg);
       -o-transform: skew(-25deg) rotate(-25deg);
          transform: skew(-25deg) rotate(-25deg);
}
.dhsv_vc_textwithline .textbox {
  position: relative;
  margin-bottom: 15px;
}
.dhsv_vc_textwithline .textbox p {
  margin-top: 30px;
}
.dhsv_vc_textwithline .textbox p.h1 {
  margin-top: 0;
  margin-bottom: 80px;
  color: #053c57;
}
@media (max-width: 480px) {
  .dhsv_vc_textwithline .textbox p.h1 {
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
.dhsv_vc_textwithline .textbox a {
  position: relative;
  z-index: 3;
  text-decoration: underline;
}
.dhsv_vc_textwithline .expand {
  display: block;
  margin: 60px auto 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid currentColor;
  position: relative;
  cursor: pointer;
}
.dhsv_vc_textwithline .expand:after {
  content: '\F01B';
  font-family: 'Black Tie', sans-serif;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.dhsv_vc_textwithline .link {
  display: inline-block;
  margin-top: 20px;
}
.dhsv_vc_textwithline.expandcontent .textbox {
  overflow: hidden;
  height: 450px;
}
.dhsv_vc_textwithline.expandcontent .textbox:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0.001)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.001) 50%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.001) 50%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.001) 50%, #ffffff 100%);
  opacity: 1;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}
.dhsv_vc_textwithline.open .textbox:after {
  opacity: 0;
}
.dhsv_vc_textwithline.open .expand:after {
  content: '\F021';
}
.dhsv_vc_textwithline.alt {
  margin-top: 400px;
}
.dhsv_vc_textwithline.shortline {
  margin-top: 400px;
}
.dhsv_vc_textwithline.shortline .aniline {
  height: 300px;
}
.dhsv_vc_textwithline.shortline_alt {
  margin-top: 300px;
}
.dhsv_vc_textwithline.shortline_alt .aniline {
  height: 300px;
}
@media screen and (max-width: 991px) {
  .dhsv_vc_textwithline:not(.shortline) .aniline {
    display: none;
  }
}
.dhsv_vc_textwithline.moremargin {
  margin-top: 430px;
}
