/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2019 | 16:23:16 */
.nextSection{
        position: absolute;
        height: 100px;
        width: 1px;
        bottom: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        opacity: .7;
        z-index: 2;
    }
    
    .nextSection--fromOrange{
        background: #F38C0C;
    }

    .nextSection--toNewOrange {
        background: #F0A750;	
    }
    
    .nextSection--fromRed{
        background: #D94D15;
    }

    .nextSection--fromGreen{
        background: #4EAD68;
    }

    .nextSection--fromNewOrange{
        background: #F0A750;
    }

    .nextSection--fromWhite{
        background: white;
    }
    
    .nextSection--toOrange::after{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: #F38C0C;
        top: 100%;
        left: 0;
    }

    .nextSection--toNewOrange::after{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: #F0A750;
        top: 100%;
        left: 0;
    }

    .nextSection--toRed::after{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: #D94D15;
        top: 100%;
        left: 0;
    }
    .nextSection--toGreen::after{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: #4EAD68;
        top: 100%;
        left: 0;
    }
