body,
html {
  height: 100%;
}

body {
  text-align: center;
  background: #FFF url(../images/enter-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/*---------------------------------
  Hide Structure
---------------------------------*/
.outer__wrapper {
  border: none;
}

#cd-menu-trigger {
  display: none;
}

.wrapper,
.cd-main-content,
.body_content {
  background: none;
  padding: 0;
}

.header,
.footer_container,
.hmp__members {
  display: none;
}

.header_container {
  height: 0;
}

@media (min-width: 768px) {
  .header_container {
    height: 0;
  }
}

/*---------------------------------
  Begin Landing
---------------------------------*/
.enter__heading {
  width: 100%;
  margin: auto;
  margin-bottom: 3rem;
  color: #FFF;
  font-size: 1.75rem;
  text-shadow: 1px 1px 5px black;
}

@media (min-width: 768px) {
  .enter__heading {
    font-size: 2.75rem;
  }
}

/* Enter Container */
.enter {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .enter {
    position: absolute;
    margin: -250px 0 0 -350px;
    width: 700px;
    height: 500px;
    top: 50%;
    left: 50%;
  }
}

/* Enter Left Side */
.enter_left {
  text-align: center;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .enter_left {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
    text-align: right;
  }
}

/* Enter Right Side */
.enter_right {
  text-align: center;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .enter_right {
    width: 48.57143%;
    float: right;
    margin-right: 0;
    text-align: left;
  }
}

/* Enter Contents */
.enter_contents {
  margin: auto;
  position: relative;
  width: 290px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .enter_contents {
    width: 330px;
  }
}

/* HMP Logo Side */
.hmp_logo {
  float: left;
  position: relative;
  background: white;
  margin-bottom: 2rem;
  padding: 1rem;
  -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
  transition: 0.25s ease;
}

.hmp_logo img {
  height: 160px;
  width: 160px;
  margin: 0 0 .5rem 0;
}

@media (min-width: 768px) {
  .hmp_logo {
    width: 275px;
    float: right;
    margin-right: 0;
    text-align: center;
    height: 360px;
  }
}

.hmp_logo:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  transition: 1s ease;
  background: #7ac795;
}

.hmp_logo:hover .hmp_enter_button {
  background: #1e4f87;
  color: #FFF;
  /*float: left;
      width: 275px;*/
}

/* iHMP Logo Side */
.ihmp_logo {
  float: left;
  position: relative;
  background: white;
  padding: 1rem;
  -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
  transition: 0.25s ease;
}

.ihmp_logo img {
  height: 160px;
  width: 160px;
  margin: 0 0 .5rem 0;
}

@media (min-width: 768px) {
  .ihmp_logo {
    width: 275px;
    float: left;
    margin-right: 2.85714%;
    text-align: center;
    height: 360px;
  }
}

.ihmp_logo:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  transition: 0.5s ease;
  background: #def28e;
}

.ihmp_logo:hover .ihmp_enter_button {
  background: #1e4f87;
  color: #FFF;
  /*float: left;
      width: 275px;*/
}

/* Enter Text Description */
.enter__description {
  font-size: 0.9rem;
  text-align: left;
  line-height: 18px;
  font-family: 'Raleway-Regular';
  font-weight: 700;
  color: #333;
}

/* Buttons */
.hmp_enter_button {
  padding: 1rem;
  text-align: center;
  transition: 0.25s ease;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .hmp_enter_button {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 275px;
  }
}

.ihmp_enter_button {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  text-align: center;
  transition: 0.25s ease;
}

@media (min-width: 768px) {
  .ihmp_enter_button {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 275px;
  }
}

/* Colors and treatements for Buttons */
.hmp_color {
  background: #7ac795;
  color: #FFF;
  font-family: 'Raleway-Bold';
}

.ihmp_color {
  background: #def28e;
  color: #1e4f87;
  font-family: 'Raleway-Bold';
}

.enter-integrated-portal-btn {
  display: inline-block;
  margin: 30px auto 20px auto;
  position: relative;
  width: 290px;
  height: 65px;
  line-height: 50px;
  background: white;
  -moz-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
  transition: 0.25s ease;
}

.enter-integrated-portal-btn:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  transition: 0.5s ease;
}

@media (min-width: 768px) {
  .enter-integrated-portal-btn {
    width: 580px;
    margin: 0;
  }
}

.enter-integrated-portal-btn p {
  font-size: 16px;
  font-family: 'Raleway-Bold';
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 4;
}

@media (min-width: 768px) {
  .enter-integrated-portal-btn p {
    font-size: 26px;
  }
}

.enter-integrated-portal-btn p a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}

.enter-integrated-portal-btn .banding {
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 100%;
}

.enter-integrated-portal-btn .banding:nth-of-type(1) {
  bottom: 10px;
}

.enter-integrated-portal-btn .green {
  background: #7ac795;
  z-index: 2;
}

.enter-integrated-portal-btn .yellow-green {
  background: #def28e;
  z-index: 3;
}

.enter-integrated-portal-btn .portal-btn-pie {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 65px;
  z-index: 1;
  opacity: .4;
}

.enter-integrated-portal-btn .portal-btn-pie img {
  width: 70px;
  height: 65px;
}

@media (min-width: 768px) {
  .enter-integrated-portal-btn .portal-btn-pie {
    opacity: 1;
  }
}
