
.landing-title h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #008CBA;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  font-weight: 300;
  background-color: transparent;
}

.landing-principal-image {
  clear: both;
  display: block;
  float: left;
  width: 500px;
  margin-right: 60px;
}

.landing-principal-image img {
  max-width: 500px;
}

.landing-page {
  border-top: 5px solid #008CBA;
  border-bottom: none;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

.landing-description p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  color: #7b8788;
}

.landing-button button {
  color: #ecf0f1;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  padding: 1em 2em;
  font-family: inherit;
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  -ms-transition: background-color 1s;
  transition: background-color 1s;
  display: inline-block;
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 1rem 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
}

.landing-button button:hover {
  background-color: #1abc9c;
}

#views-rotator-landing_pages_images_slideshow-block_1-views-rotator-prev {
  position: absolute;
  height: 30px;
  width: 30px;
  z-index: 10;
  margin: 10px 0px 0px 10px;
}

#views-rotator-landing_pages_images_slideshow-block_1-views-rotator-next {
  position: absolute;
  height: 30px;
  width: 30px;
  z-index: 10;
  margin: 10px 0px 0px 42px;
}

.landing-description > table {
    width: 30%;
}