/*
#436739
#E7ECE6

#4A6C49

#355B2C

#407048
*/

.flo-home-latest-header {
    margin-bottom: 0;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-top: 5px !important;
    border-bottom: 0;
    text-align: center;
    background: #E7ECE6;
    color: #436739;
}

.flo-home-latest {
    background: #E7ECE6;
    justify-content: space-between;
}

.flo-home-latest-item {
    margin-right: 0;
    width: 33%;
}

.flo-home-latest-item img {
    width: 100%;
    height: auto;
}

.flo-home-latest-header.flo-home-latest-header-cia {
    border-bottom: 3px solid #4A6C49;
    background: #FFF;
    color: #4A6C49;
    text-align: left;
	font-size: 20px;

}

.flo-home-main {
    margin-top: 0;
}

.flo-home-main-image {
    padding: 10px;
    border-left: 0;
    border-bottom: 1px solid #dcdcdc;
    background: #FFF;
}

.flo-home-main-image-pic {
    top: 10px;
    left: 55%;
    right: 10px;
    bottom: 10px;
} 

.flo-home-main-image-content h5 a {
    color: #4A6C49;
    text-transform: lowercase;
}

.flo-home-editorial {
    border-top: 0;
}

.flo-home-editorial-item.flo-home-editorial-item-cia h3 {
    padding: 5px 0;
    border-bottom: 3px solid #4A6C49;
    text-transform: uppercase;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    background: #FFF;
	font-size: 20px;
}

.flo-home-editorial-item.flo-home-editorial-item-cia {
    background: #E7ECE6;
}

.flo-home-remote-bottom p a {
    padding: 8px 0;
    width: 100%;
    height: 100%;
    background: #407048;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    display: block;
}

.flo-home-remote-bottom p a span {
    font-size: 12px;
}

.flo-home-remote-press-content .flo-home-editorial-item-image {
    margin-bottom: 5px;
	margin-left: 5px;
}

.flo-loading {
    border: 9px solid #f3f3f3; /* Light grey */
    border-top: 9px solid #407048; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: flo-spin 2s linear infinite;
    margin: 0 auto 5px auto;
}

@keyframes flo-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}