@charset "utf-8";
/* CSS Document */

/* Homepage Styles */

.homepage-boxes {
    text-align: justify;
}

.box {
    display: inline-block;
    width: 215px;
	vertical-align:top;
	margin-top:35px;
}
 
.homepage-boxes:after{
  content: "";
  width: 100%;
  display: inline-block;
 
  zoom: 1;
  *display: inline;
}

.image {
    height: 160px;
    overflow: hidden;
    text-align: center;
    width: 160px;
	display:block;
	border-radius:50%;
	border:7px solid #eeeeee;
	margin: 0 auto;
}

.image img {
	display:none;
}

.btn-one.rowOne .image {
    background: url("/graphics/img1.jpg") no-repeat center center transparent;
}
.btn-two.rowOne .image {
    background: url("/graphics/img2.jpg") no-repeat center center transparent;
}
.btn-three.rowOne .image {
    background: url("/graphics/img3.jpg") no-repeat center center transparent;
}
.btn-one.rowTwo .image {
    background: url("/graphics/img4.jpg") no-repeat center center transparent;
}
.btn-two.rowTwo .image {
  background: url("/graphics/img5.jpg") no-repeat center center transparent;
  background-size: 206px;
  background-position: -14px -14px;
}
.btn-three.rowTwo .image {
    background: url("/graphics/img6.jpg") no-repeat center center transparent;
}

.description h2 {
    color: #001f48;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	margin: 20px 0 0px;
}

.description > p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.larger {
	font-size:18px;
	line-height:22px;
}

#hp-left p {
	margin-bottom:25px;
}

.homepage-btns {
    text-align: justify;
}

.homepage-btns:after{
  content: "";
  width: 100%;
  display: inline-block;
 
  zoom: 1;
  *display: inline;
}

.cstm-btn {
    display: inline-block;
    width: 30%;
    text-align: center;
    padding: 20px 0;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;

	-webkit-transition: 200ms linear;
	-moz-transition: 200ms linear;
	-o-transition: 200ms linear;
	-ms-transition: 200ms linear;
	transition: 200ms linear;
}

.cstm-btn:hover {
	background:#001f48;
	color:#fff;
}

.cstm-btn .fa {
    margin-left: 10px;
}


