.contactrow {
    width: 100%;
    height: 209px;
    margin-bottom: 35px;
}
.contactsection {
    float:left;
    clear: none;
    width: 275px;
    height: 209px;
    margin-right: 35px;
    position: relative;
}
.contactsection.last {
    margin-right: 0;
}
.contactsection img {
    width: 275px;
    height: 209px;
}
.textboxoutlined {
    padding-top: 30px;
    padding-left: 15px;
    height: 169px;
/*    border: 5px solid #113250; */
}
.textboxoutlined.centered {
    padding-right: 15px;
}
.goldoutline {
    background: transparent url('../images/contact/gold_frame.png') no-repeat scroll center top;
    height: 179px;
}
.centered {
    text-align: center;
}
.textboxoutlined p {
    color: #113250;
}
.textboxfilledin {
    padding-top: 40px;
    height: 164px;
    background-color: #113250;
}
.textboxfilledin p {
    text-align: center;
    color: #FFF;
    font-size: 20px;
    line-height: 22px;
}
.textboxbluebar {
    padding-top: 30px;
    border-top: 25px solid #113250;
    height: 164px;
    padding-left: 15px;
}

p.name {
    font-family: "FrutigerMedium";
}
p.address {
    margin-top: 10px;
}
p.email {
    margin-top: 20px;
    color: #7F7F7F;
}
p.email a {
    color: #7F7F7F;
}
p.email a:hover {
    color: #113250;
}

.emailiconlarge {
    display: block;
}
.emailiconlarge img {
    width: 80px;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 20px;
}
.emailicon {
    position: absolute;
    right:15px;
    bottom: 20px;
}
.emailicon img {
    width: 50px;
    height: 50px;

}
.textboxoutlined p.phone {
    margin-top: 20px;
}




