﻿.Section-Background-Wrapper {
    position: relative;
    min-height: 300px;
}

.Section-Background,
.Section-Background-Image,
.Section-Data-Elements,
.Section-Data-Overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    min-height: 300px;
    background-color: transparent;
    opacity: 1;
}

.Section-Background {
}

.Section-Background-Image {
}

    .Section-Background-Image i {
        text-align: center;
        width: 100%;
        height: 100%;
        font-size: 10em;
        opacity: .2;
        margin: auto;
        padding-top: 20%;
        color: #fff;
    }

.Section-Data-Elements {
    padding: 1em !important;
    color: #fff;
}

.Section-Data-Elements h3 {
    color: #093E52;
}

.Section-Data-Elements [data-id="smallDescription"]
{
    font-size: .75em;
    text-transform: uppercase;
    color: #4b0952;
}

.Section-Data-Elements [data-id="description"]
{
    font-size: 1em;
    padding-top: 1em;
}

.Section-Data-Overlay {
}

.Section-Data {
}


.Auto-Gutters {
    margin: 0 auto !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1260px;
}
