/* Slideshow */
.home.page .fx-slideshow .fx-slides .fx-main .fx-copy {
    color: #666666;
    background-color: #FFFFFF;
    min-height: 150px;
}
.home.page .fx-slide-controls li {
    margin-left: 5px;
}

/*fixing a weird issue with spacing */
.fx-slide-controls li:first-of-type {
    margin-left:0px;
}

/* icons */
.about-home-icon-row {
    float: left;
    width: 20%;
}

.about-home-icon {
    float: left;
}

.fx-copy .about-home-icon-row p {
    font-size: 0.75em;
}
.fx-copy .about-home-icon-row h4 {
    font-size: 0.938em;
    margin-top: 5px;
    font-weight: bolder;
    margin: 0px 0px 5px 0px;
}

.about-home-icon-text {
    display: block;
    margin-left: 60px;
    margin-right: 10px;
}

.about-blog-block.about-homepage-block div.fx-copy p {
    font-style: italic;
    /* font-weight: bold;  /*Too bold*/
    font-size: 0.75em;
}
.about-blog-block.about-homepage-block div.fx-copy h5 {
    display: none;
}

@media screen and (max-width: 801px) {
    .about-home-icon-row{
        width: 33%;
        min-height: 90px;
    }
}

@media screen and (max-width: 599px) {
    #about-home-iconbar {
        display: none;
    }
}
/* end of line */
