.flo-homehero {
    margin-top: -1px;
    border-top: 5px solid #7f716b;
    position: relative;
}

.flo-homehero-content {
    position: relative;
    height: 244px;
}

.flo-homehero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #7f716b;
    text-transform: uppercase;
    color: #fdfcfc;
    z-index: 3;
}

.flo-homehero-overlay h3 {
    color: #fdfcfc;
    font-family: "Roboto Condensed", sans-serif;
    margin: 5px 10px 5px 10px;
    font-size: 12px; 
    font-weight: 700;
}

.flo-homehero-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: inherit;
    background-position: center;
    background-size: cover;
}

.flo-homehero-sidetop,
.flo-homehero-sidebottom {
    position: absolute;
    height: 122px;
    left: 70%;
    width: 30%;
    background-position: center;
    background-size: cover;
}

.flo-homehero-sidetop {
    top: 0;
}

.flo-homehero-sidebottom {
    top: 122px;
}

.flo-homehero-main-title h3 {
    line-height: 0.6 !important;
	margin-top: 5px;
}

.flo-homehero-main-title h3 a {
    color: #040404;
    font-family: "Roboto Condensed", sans-serif;
    margin: 14px 0 0 0;
    font-size: 15px; 
    font-weight: 700;
}

.flo-homehero-main-title h3 a span {
    color: #09781e;
}

.flo-homehero-sidetop > .flo-homehero-main-title,
.flo-homehero-sidebottom > .flo-homehero-main-title {
    width: 95%;
}

.flo-homehero-main-title {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 64px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.65);
    padding-left: 20px;
}

.flo-homehero-main > .flo-homehero-main-title {
    width: 75%;
}

/* --- */

.flo-homehero-under {
    margin-top: 15px;
    position: relative;
    height: 32px;
    overflow: hidden;
    border-top: 5px solid #4e6471;
}

.flo-homehero-under-overlay {
    position: absolute;
    top: -1px;
    left: 0;
    background: #4e6471;
    color: #fdfcfc;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    padding: 5px 10px 5px 10px;
    font-size: 12px; 
    font-weight: 700;
}

.flo-homehero-under-item {
    display: inline-block;
}

.flo-homehero-under-item a:hover {
    text-decoration: none;
}

.flo-homehero-under-item:nth-child(2) {
    margin-left: 150px;
}

.flo-homehero-under-item-text-more {
    color: #ff692f;
}

.flo-homehero-under-item-text {
    color: #040404;
    margin-right: 16px;
}

.flo-homehero-under-item-title {
    font-weight: bold;
    color: #040404;
    font-weight: 700;
}

.flo-homehero-under-item-title-mobile,
.flo-homehero-under-item-text-mobile {
    display: none;
}

.flo-homehero-under-item-title,
.flo-homehero-under-item-text {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px; 
    text-transform: uppercase;
}

/* --- */

.flo-home-main {
    margin-top: 15px;
}

.flo-home-main-date {
    text-transform: uppercase;
}

.flo-home-main-text {
    width: 50%;
}

.flo-home-main-image,
.flo-home-main-text {
    border-left: 4px solid #ff6b2e;
    box-sizing: border-box;
    background: #f1f1ef;
}

.flo-home-main-image.alt-bg,
.flo-home-main-text.alt-bg {
    background: #def1ef;
}

.flo-home-main-image {
    margin-bottom: 4px;
    position: relative;
}

.flo-home-main-image-content {
    padding-left: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.flo-home-main-image-content h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px; 
}

.flo-home-main-image-content h3 a,
.flo-home-main-image-content h5 a {
    color: #040404;
}

.flo-home-main-image-content h5 {
    margin-bottom: 0;
    padding-top: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px; 
    font-weight: 700;
    letter-spacing: normal;
}

.flo-home-main-image-content h5 span {
    color: #ff6b2e;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 8px; 
    position: relative;
    top: -2px;
}

.flo-home-main-image-content p {
    margin-bottom: 12px;
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px; 
}

.flo-home-main-image > .flo-home-main-image-content {
    width: 50%;
}

.flo-home-main-image-pic {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 55%;
    background-size: cover;
    background-position: center;
}

.flo-home-main-image-pic img {
    width: 100%;
    height: 100%;
}

.flo-home-main-text:nth-last-child(2) {
    margin-right: 8px;
}

.flo-home-main-text:last-of-type {
}

.flo-flex {
    display: flex;
}

/* --- */

.flo-home-latest {
    display: flex;
    justify-content: center;
}

.flo-home-latest-item {
    margin-right: 8px;
    text-align: center;
    width: 33%;
}

.flo-home-latest-item img {
    height: 112px;
}

.flo-home-latest-header {
    border-bottom: 5px solid #7f726c;
    text-transform: uppercase;
    color: #2d2e33;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px; 
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.flo-home-latest-header span {
    font-size: 10px; 
    letter-spacing: normal;
    position: relative;
    top: -1px;
}

.flo-home-latest-item a h5 {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px; 
    letter-spacing: normal;
    margin-top: 10px;
    padding-top: 0;
	text-align: left;
}

/* --- */

.flo-home-editorial {
    border-top: 5px solid #ff6b2f;
    position: relative;
}

.flo-home-editorial > h3 {
    position: absolute;
    top: -1px;
    left: 0;
    background: #ff6b2f;
    color: #fffdfc;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px; 
    letter-spacing: normal;
    padding: 5px 10px 5px 10px !important;
    font-weight: 700;
}

.flo-home-editorial-item {
    margin-top: 30px;
/*    display: flex;*/
}

.flo-home-editorial-item-text {
/*    width: 100%;*/
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px; 
    letter-spacing: normal;
    padding-left: 10px;
	margin-right: 10px;
}

.flo-clearfix {
    clear: both;
}

.flo-home-editorial-item-image {
    float: right;
    max-width: 30%;
}

.flo-home-editorial-item-text h4 {
    font-size: 15px;
    font-weight: 700;
}

.flo-home-editorial-item-text p {
    color: #3a3a3a
}

.flo-home-editorial .flo-home-editorial-item-text a span:last-child {
    color: #ff6b2f;
    font-size: 10px; 
    letter-spacing: normal;
    position: relative;
    top: -2px;
}

.flo-home-editorial .flo-home-editorial-item-text a:last-child {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px; 
    letter-spacing: normal;
}

@media screen and (max-width: 1100px) {
    .flo-homehero-under {
        padding-top: 30px;
        height: auto;
    }
    
    .flo-homehero-under-item:nth-child(2) {
        margin-left: 0;
    }
    
    .flo-homehero-under-item-title-mobile {
        font-weight: bold;
    }
    
    .flo-homehero-under-item-title-mobile,
    .flo-homehero-under-item-text-mobile {
        display: inline-block;
    }
    
    .flo-homehero-under-item-title,
    .flo-homehero-under-item-text {
        display: none;
    }
    
    .flo-homehero-under-item {
        margin-top: 10px;
        display: block;
    }
}