.landing-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-right: 200px;
  padding-left: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.eddy-logos {
  width: 50%;
  margin-top: 25px;
  margin-bottom: 80px;
}

.text-1 {
  display: block;
  margin: 70px 32px 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.pressrelease_redirect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.press-release {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-equal-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 50%;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  text-decoration: none;
}

.split-equal-columns.left {
  border-right: 1px solid #cc8150;
  border-bottom: 2px solid #cc8150;
  border-left: 2px solid #cc8150;
  background-image: url('../images/eddy-press-release.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.split-equal-columns.left:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/eddy-press-release.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/eddy-press-release.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.split-equal-columns.right {
  border-right: 2px solid #845337;
  border-bottom: 2px solid #845337;
  border-left: 1px solid #845337;
  background-image: url('../images/Eddy-Alexander-Homepage.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.split-equal-columns.right:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Eddy-Alexander-Homepage.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Eddy-Alexander-Homepage.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.titles {
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #000;
  font-size: 2vw;
  line-height: 2vw;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
  background-image: url('../images/Long-Marble.jpg');
  background-position: 0px 0px;
  background-size: 720px;
}

.outer-border {
  width: 100%;
  padding: 2px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(0deg, #cc8150, #845337);
  background-image: linear-gradient(90deg, #cc8150, #845337);
}

.blue-texture {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url('../images/Blue-Texture.jpg');
  background-position: 0px 0px;
  background-size: 531px;
}

.line-connector {
  position: absolute;
  left: 49.5%;
  right: 0px;
  bottom: -7vh;
  z-index: 1;
  width: 2px;
  height: 15vh;
  background-image: -webkit-linear-gradient(270deg, #cc8150, #845337);
  background-image: linear-gradient(180deg, #cc8150, #845337);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 991px) {
  .landing-page {
    padding-right: 0px;
    padding-left: 0px;
  }
  .eddy-logos {
    width: 100%;
  }
  .pressrelease_redirect {
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .split-equal-columns {
    width: 100%;
  }
  .split-equal-columns.left {
    border-right: 2px solid #845337;
    border-bottom: 1px solid #cc8150;
    border-left: 2px solid #cc8150;
  }
  .split-equal-columns.right {
    border-style: solid;
    border-width: 1px 2px 2px;
    border-color: #845337 #845337 #845337 #cc8150;
  }
  .blue-texture {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .text-1 {
    font-size: 14px;
    line-height: 18px;
  }
  .split-equal-columns {
    padding: 0px;
  }
  .titles {
    font-size: 16px;
    line-height: 25px;
  }
  .blue-texture {
    height: 100px;
  }
}

@media (max-width: 479px) {
  .titles {
    font-size: 14px;
  }
}