.gs-home-body-container {
    width: 100%;
    /*margin-top: 7.25vh;*/
}
.gs-ticker-section-container {
    display: block;
    margin: auto;
    width: 80%;
    padding: 2em 0;
}
.gs-ticker-table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.gs-ticker-table td {
    padding: 0 2em;
    width: 33%;
    vertical-align: top;
}
.gs-ticker-section-container h3 {
    font-family: OpenSans-Bold, helvetica, arial, sans-serif;
    font-size: 48px;
    display: inline;
}
.gs-ticker-section-container p {
    font-family: OpenSans-Semibold, helvetica, arial, sans-serif;
    font-size: 16px;
}
.gs-ticker-middle-column {
    border-left: solid 0px white;
    border-right: solid 2px white;
}
.gs-icon-section-container {
    background: #494A4D;
    padding: 2em 10%;
}
.gs-icon-table-left, .gs-icon-table-right {
    vertical-align: top;
    width: 49.5%;
    display: inline-block;
    color: #fff;
}
.gs-icon-table-left td, .gs-icon-table-right td {
    width: 50%;
}
.gs-icon-section-container td {
    vertical-align: top;
    padding: .5em;
    text-align: center;
}
.gs-icon-section-container h3 {
    font-family: OpenSans-Bold, helvetica, arial, sans-serif;
    font-size: 16px;
}
.gs-icon-section-container p {
    font-family: OpenSans-Regular, helvetica, arial, sans-serif;
    font-size: 12px;
}
.lity {
    z-index: 999999 !important;
}
@media screen and (max-width: 45em) {
    .gs-ticker-section-container {
        width: 100%;
    }
    .gs-ticker-table td {
        padding: 0;
        width: 30%;
    }
    .gs-ticker-table h3 {
        font-size: 24px;
    }
    .gs-ticker-table p {
        font-size: 12px;
    }
    .gs-ticker-middle-column {
        width: 40% !important;
    }
    .gs-icon-section-container {
        padding: 2em 0;
    }
    .gs-icon-table-left, .gs-icon-table-right {
        padding: 0;
        width: 100%;
        display: block;
    }
    .gs-icon-table-left {
        padding-bottom: 2em;
    }
    .gs-icon-section-container td {
        padding: .5em 1em;
    }
}