@import 'https://fonts.googleapis.com/css?family=Montserrat:700';

.checkedup-program {
  /* position: relative; */
  width: 300px;
  height: 300px;
  display: inline-block;
  position: relative;
  font-family: 'Montserrat', Verdana;
  /* letter-spacing: 1px; */
  background-color: #2883b9;
  cursor: pointer;
  border-radius: 4px;

  /* background: #2883b9; /* For browsers that do not support gradients */ */
  /* background: -webkit-radial-gradient(circle, red 60%, yellow 30%); /* Safari 5.1 to 6.0 */ */
  /* background: -o-radial-gradient(circle, red 60%, yellow 30%); /* For Opera 11.6 to 12.0 */ */
  /* background: -moz-radial-gradient(circle, red 60%, yellow 30%); /* For Firefox 3.6 to 15 */ */
  /* background: radial-gradient(circle, red 60%, yellow 30%); /* Standard syntax */ */
}

.checkedup-program button {
  /* position: absolute; */
  /* cursor: pointer !important; */
  /* z-index: 100; */
  color: #FFF;
  background-color: #2db276;
  border-radius: 4px;
  border-width: 0;
  padding: 0.6em 1em;
  font-size: 1.4em;
  -webkit-box-shadow: 2px 4px 4px 0px rgba(8, 38, 71, 0.2); /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
  box-shadow: 2px 4px 4px 0px rgba(8, 38, 71, 0.2);
  /* text-transform: uppercase; */
  /* top: 60%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* letter-spacing: 1px; */
}

.checkedup-card-content {
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translateY(-50%) */
  zoom: 0.5;
  -moz-transform: scale(0.5);
  text-align: center;
  margin: auto 10%;
}

.checkedup-program-image {
  width: 65%;
  margin-bottom: 0.25em;
  margin-top: 2em;
}

.checkedup-program button:hover {
  background-color: #2aa86f;
}

.checkedup-program img {
  /* float: left; */
}

.checkedup-program .checkedup-title {
  font-size: 2.2em;
  font-weight: bold;
  /* z-index: 100; */
  /* position: absolute; */
  /* width: 100%; */
  margin: 0.25em 0 1.0em 0;
  /* text-align: center; */
  color: #fff;
  /* top: 40%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
}

.checkedup-takeover {
  overflow: hidden;
}

.checkedup-close-btn {
  position: absolute;
  margin-top: -15px;
  margin-right: -15px;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 12000;
  cursor: pointer;
  /* -webkit-box-shadow: -14px 18px 20px -11px rgba(0,0,0,0.52); */
  /* -moz-box-shadow: -14px 18px 20px -11px rgba(0,0,0,0.52); */
  /* box-shadow: -14px 18px 20px -11px rgba(0,0,0,0.52); */
  /* background: none; */
}

.checkedup-overlay{
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10500;
}

.checkedup-app {
  background-clip: padding-box;
  position: relative;
  display: none;
  width: 90%;
  height: 90%;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11000;
}

.checkedup-app-mobile {
  width: 100%;
  height: 100%;
}

.checkedup-app iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

