.icon-box-container {

    margin: 20px 0;
}
.homeblock {
    background-color: #F4F2EE;
}
.hb-content ul li a {
    display: block;
}
.kids {
    background: url("/sites/default/files/homepage/home-kids.png") no-repeat scroll center 10px #f4f2ee;
    background: url("/sites/default/files/homepage/home-kids.png") no-repeat scroll center 10px,
       url("/sites/default/files/homepage/block-corner-left.png") no-repeat scroll left top,
       url("/sites/default/files/homepage/block-corner-right.png") no-repeat scroll right top #f4f2ee;
}
.kids a, .kids a:visited {
    color: #EEA71B;
}
.parents {
    background: url("/sites/default/files/homepage/home-parents.png") no-repeat scroll center 10px #f4f2ee;
    background: url("/sites/default/files/homepage/home-parents.png") no-repeat scroll center 10px, 
       url("/sites/default/files/homepage/block-corner-left.png") no-repeat scroll left top, 
       url("/sites/default/files/homepage/block-corner-right.png") no-repeat scroll right top #f4f2ee;
}
.parents a, .parents a:visited {
    color: #58AFE5;
}
.teachers {
    background: url("/sites/default/files/homepage/home-teachers.png") no-repeat scroll center 10px #f4f2ee;
    background: url("/sites/default/files/homepage/home-teachers.png") no-repeat scroll center 10px, url("/sites/default/files/homepage/block-corner-left.png") no-repeat scroll left top, url("/sites/default/files/homepage/block-corner-right.png") no-repeat scroll right top #f4f2ee;
}
.teachers a, .teachers a:visited {
    color: #68b215;
}
.hb-footer {
    color: #989795;
    padding: 10px 20px;
}
.hb-header {
    border-top: 1px solid #e8e8e8;
    width: 214px;
    margin-left: 42px;
    height: 49px;
    background: none;
}
.hb-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    height: 220px;
    margin-top: 160px;
}
.hb-content ul li {
background-color: #FFFFFF;
border: 1px solid #E8E8E8;
font-family: Arial;
font-size: 20px;
font-style: italic;
font-weight: bold;
letter-spacing: -1px;
line-height: 40px;
margin: 10px 0;
padding-left: 10px;
}
.hb-content ul {
  margin: 10px 20px;
}
.adopt {
    background-image: url("/sites/default/files/homepage/adoption-center-full.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 135px;
    width: 100%;
    margin: 0 0 40px;
    z-index: 1;
}
.adoptLabel {
    background: none;
    height: 135px;
    width: 100%;
    z-index: 10;
    display: none;
}

.adopt-cta {
    left: 760px;
    position: relative;
    top: 60px;
}
@media only screen and (max-width: 1019px) {
.adopt {
    background-image: url("/sites/default/files/homepage/adoption-center-tablet.png");
    background-position: right top;
    background-repeat: no-repeat;
    height: 135px;
    width: 760px;
    margin: 0 0 40px;
    z-index: 1;
}
.adoptLabel {
    background: none;
    height: 135px;
    width: 100%;
    z-index: 10;
}

.adopt-cta {
    left: 580px;
    position: relative;
    top: 60px;
}
 .container .icon-box-container .one-third.column {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 759px) {
 .adopt {
   background-size: contain;
  }
  .adopt {
   background-image: url("/sites/default/files/homepage/adoption-center-mobile.jpg");
   background-position: center center;
   height: 268px;
   width: 100%;
  }
  .adoptLabel {
    background: none;
  }
  .adopt-cta {
    display: none;
  }
}