.card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.box {
  background-color: #f3f3f3;
  width: 400px;
  height: 235px;
  border-radius: 5px;
}
.box h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18pt;
  padding-left: 25px;
  padding-top: 20px;
  color:#3399ff;
}
.box p {
  font-family: 'Lato', sans-serif;
  padding-left: 25px;
  padding-right: 40px;
  color: black;
}

.tri {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid f3f3f3;
  margin-left: 45px;
  margin-bottom: -20px;
}

#back {
  width: 60px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#back p {
  text-align: center;
  color: #3399ff;
  font-family: sans-serif;
}

#next {
  display: inline-block;
  float: right;
  background: #3399ff;
  height: 40px;
  width: 75px;
  cursor: pointer;
  border-radius: 0 0 5px;
}
#next p {
  margin-left: -3px;
  color: white;
  text-align: center;
  font-family: sans-serif;
}

#progress {
  display: inline-block;
  width: 168px;
  margin-left: 45px;
}

.bubble {
  width: 10px;
  height: 10px;
  background-color: #DAECF9;
  display: inline-block;
  border-radius: 12.5px;
  position: absolute;
}

.connector {
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #DAECF9;
  vertical-align: middle;
  margin-right: -0.25em;
  margin-top: -6px;
  margin-left: 6px;
}

.bubble-fill {
  background-color: #3399ff;
}

.tap {
  margin-left: 1.5px;
}

.bottom-element {
  height: 40px;
  width: 400px;
  position: absolute;
  bottom: 0;
}


p {
  color: #2C6A9A;
}

.textparagraph {
font-size:1.2em; 
float:left; 
width:50%;
color:#666666;
}

.guidebox{
width:45%; 
float:right;
}

.guidebox h2{
padding-top:0px; 
margin-top:0px;
}

@media only screen and (max-width: 1200px) {



.textparagraph {
font-size:1.2em; 
float:none; 
width:100%;
}

.guidebox{
width:100%; 
float:none;
}
}