#splash-modal {
  padding: 10px;
}
#splash-modal,
.overlays {
  font: 12px/1.2 Arial,Helvetica,san-serif;
  background: #fff !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #000;
}

#splash-modal,
.overlays a,
#splash-modal,
.overlays a:hover,
#splash-modal,
.overlays a:visited {
  text-decoration:none;
}

.splash-modal__title {
  color:#2C2D31;
  font-size:2em;
  font-weight:700;
  margin:0 0 5px;
  text-align: left !important;
}

.splash-modal__intro {
  text-align: left;
  font-size: 1.5em;
  line-height: 1.5;
}

.splash-modal__image {
  display: block;
  margin: 1em auto 0 auto;
  /*float: right;*/
  /*margin-left: 1em;*/
}

.splash-modal__button-wrap {
  margin: 1em 0;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5;
}

.splash-modal__button {
  display: block;
  padding: 0.25em 0.5em;
  background-color: #39c;
  color: #fff !important;
  font-weight: bold;
  border-radius: 10px;
  border-bottom: 3px solid #006;
  border-right: 3px solid #006;
  text-decoration: none;
}

.splash-modal__button:hover, .splash-modal__button:focus {
  box-shadow: 0 0 5px 2px rgba(190, 190, 255, 0.75);
  text-decoration: none;
}

.splash-modal__button:active {
  box-shadow: none;
  color: #fff;
  background-color: #39c;
  border-bottom: none;
  border-right: none;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.splash-modal__footer {
  font-size: 1.1em;
  text-align: left;
  line-height: 1.3;
  text-align: center;
}

.splash-modal__footer a {
  text-decoration: underline;
}
