.wrapper{
    width: 100%;
}

.signuplogo{
    border-bottom: 1px solid lightgray;
}
.slogo{
    font-size: 2.5em;
    height: 25%;
    width: 25%;
    color: gray;
}
.leftCol{
    background: #ddeaff;
    padding: 0;
    border-right: 1px solid lightgray;
}
.mh500{
    min-height: 550px;
}
.extraInfo{
    margin-top: 20px;
    border-top: 1px solid lightgray;

}
.extraInfo p{
    text-align: center;
    padding: 15px 5px;
    font-size: 0.9em;
}
.extraInfo h3{
    text-align: center;
    padding: 15px 0;
}
.extraInfo ul{
    padding: 20px 0;
}

@media (max-width:1175px) {
    .mh500{
        min-height: auto;
    }
    .wrapper{
        width: 100%;
        margin-top: 0;
    }
}

figure img {
      width: 100% !important;
	  height: 100% !important;
}