@import url('https://fonts.googleapis.com/css?family=Raleway:400,200');

.transition { transition: .3s cubic-bezier(.3, 0, 0, 1.3) }
.card {
    background-color: #fff;
    bottom: 0;
/*    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3); */
    height: 150px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
}
.card:hover {
    height: 215px;
    width: 150px;
}
.card:hover .cta-container {
    display: block;
    margin-top: 148px;
}
.card:hover .card_circle {
    background-size: 150px 150px;
	background-position: center 60px;
    border-radius: 0;
    margin-top: -62px;
}
.card:hover h2 {
    background: #c51315;
    color: #fff;
    margin-top: 67px;
    padding: 5px;
}
.card:hover h2 small { color: #fff }
.card:hover p { margin-top: 150px }
.card_circle {
    background: url('pei.png') no-repeat center 101%;
    background-color: #c51315;
    background-size: 68px 68px;
    border-radius: 50%;
    height: 206px;
    margin-left: -37px;
    margin-top: -135px;
    position: absolute;
    width: 225px;
}
h2 {
    color: #c51315;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 200;
    margin-top: 75px;
    position: absolute;
    text-align: center;
    width: 96%;
    z-index: 9999;
}
p {
    color: rgba(0,0,0,.6);
    font-family: 'Raleway', sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin-top: 133px;
    position: absolute;
    text-align: center;
    z-index: 9999;
}
.cta-container {
    display: none;
    margin-top: 213px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.cta {
    -moz-border-radius: 2px;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -webkit-border-radius: 2px;
    -webkit-transition: 0.2s ease-out;
    background-clip: padding-box;
    border: 2px solid #c51315;
    border-radius: 2px;
    color: #c51315;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    height: 24px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0 2rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s ease-out;
}
.cta:hover {
    background-color: #c51315;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}