.vert-offset-top-12{
    margin-top: 12em !important;
}
.vert-offset-top-11{
    margin-top: 11em !important;
}
.vert-offset-top-10{
    margin-top: 10em !important;
}
.vert-offset-top-9{
    margin-top: 9em !important;
}
.vert-offset-top-8{
    margin-top: 8em !important;
}
.vert-offset-top-7 {
    margin-top: 7em !important;
}
.vert-offset-top-6{
    margin-top: 6em !important;
}
.vert-offset-top-5{
    margin-top: 5em !important;
}
.vert-offset-top-4{
    margin-top: 4em !important;
}
.vert-offset-top-3{
    margin-top: 3em !important;
}
.vert-offset-top-2{
    margin-top: 2em !important;
}
.vert-offset-top-1{
    margin-top: 1em !important;
}

.vert-offset-top-half
{
    margin-top: 0.5em !important;
}
.vert-offset-top-0{
    margin-top: 0 !important;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12{
    margin-bottom: 12em !important;
}
.vert-offset-bottom-11{
    margin-bottom: 11em !important;
}
.vert-offset-bottom-10{
    margin-bottom: 10em !important;
}
.vert-offset-bottom-9{
    margin-bottom: 9em !important;
}
.vert-offset-bottom-8{
    margin-bottom: 8em !important;
}
.vert-offset-bottom-7{
    margin-bottom: 7em !important;
}
.vert-offset-bottom-6{
    margin-bottom: 6em !important;
}
.vert-offset-bottom-5{
    margin-bottom: 5em !important;
}
.vert-offset-bottom-4{
    margin-bottom: 4em !important;
}
.vert-offset-bottom-3{
    margin-bottom: 3em !important;
}
.vert-offset-bottom-2{
    margin-bottom: 2em !important;
}
.vert-offset-bottom-1{
    margin-bottom: 1em !important;
}

.vert-offset-bottom-half{
    margin-bottom: 0.5em !important;
}

.vert-offset-bottom-0{
    margin-bottom: 0 !important;
}