@font-face {
    font-family: "foundation-icons";
    src: url("./icons/foundation-icons.eot");
    src: url("./icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("./icons/foundation-icons.woff") format("woff"), url("./icons/foundation-icons.ttf") format("truetype"), url("./icons/foundation-icons.svg#fontcustom") format("svg");
    font-weight: normal;
    font-style: normal;
}

.grid-y.grid-frame {
    overflow: visible;
}

.cell.no-shrink {
    flex-shrink: 0;
}

.cell.grow {
    flex: 1 0 auto;
}

.main-content {
    padding: 1em 0;
}

.fi-web:before,
.fi-calendar:before,
.fi-arrow-up:before,
.fi-arrow-right:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-alert:before,
.fi-mail:before,
.fi-social-facebook:before,
.fi-social-google-plus:before {
    font-family: "foundation-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
}

.fi-web:before {
    content: "\f212";
}

.fi-calendar:before {
    content: "\f124";
}

.fi-arrow-up:before {
    content: "\f10c";
}

.fi-arrow-right:before {
    content: "\f10b";
}

.fi-arrows-expand:before {
    content: "\f10e";
}

.fi-arrows-compress:before {
    content: "\f10d";
}

.fi-alert:before {
    content: "\f101";
}

.fi-mail:before {
    content: "\f16d";
}

.fi-social-facebook:before {
    content: "\f1c4";
}

.fi-social-google-plus:before {
    content: "\f1ca";
}

.size-icon-sm {
    font-size: 140%;
}

.size-icon-lg {
    font-size: 200%;
}

.headline {
    background:linear-gradient(to bottom, #ffffff 0, #ffffff 33%, #1AAC37 33%, #1AAC37 66%, #ff0000 66%, #ff0000 100%);
    box-shadow: 0 0 2px 2px #c1bfbf;
    /* width: 100%; */
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: none;
    color: #FFD700;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-style: solid;
    border-color: #999999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1em;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 0.4;
}

.scroll-top-wrapper i.fi {
    line-height: inherit;
}


/* Accordion */

.accordion-title {
    font-size: 1.25rem;
}
