@charset "UTF-8";

/* import css files  here :*/
@import url("fonts.css");
@import url("shared.css");
@import url("components/footer.css");
@import url("components/navbar.css");
@import url("components/header.css");
@import url("components/blocks.css");
@import url("components/forms.css");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: "Neutraface2Book";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    background-color: #3C3C3C;
    height:100vh;
    min-height: 100%;
    display:flex;
    flex-direction:column;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

*, :after, :before {
    box-sizing: border-box
}

body, input {
    font-size: 14px
}

input {
    background-color: #d3d3d3;
    border: none;
    font-weight: 700;
    line-height: 38px;
    padding: 0 20px
}

img, input {
    display: block
}

img {
    max-width: 100%
}

a {
    color: inherit;
    text-decoration: none
}

h1 {
    font-size: 35px;
    line-height: 55px
}

h1, h2 {
    margin: 0
}

h2 {
    font-size: 24px;
    line-height: 38px
}

h3 {
    font-size: 20px;
    line-height: 32px
}

h3, h4 {
    margin: 0
}

h4 {
    font-size: 18px;
    line-height: 28px
}

h5 {
    font-size: 16px;
    line-height: 24px
}

h5, h6 {
    margin: 0
}

h6 {
    font-size: 14px;
    line-height: 22px
}

.container-background {
    background-color: #F4F4F4;
}

.container {
    padding: 7% 0;
    max-width: 1320px;
    margin: 0 60px
}

@media only screen and (max-width: 991px) {
    .container {
        margin-left: 40px;
        margin-right: 40px
    }
}

@media only screen and (max-width: 767px) {
    .container {
        margin-left: 30px;
        margin-right: 30px
    }
}

@media only screen and (min-width: 1500px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        padding: 4% 0;
    }
}

.container-wide {
    max-width: 1564px;
    margin: 0 60px
}

@media only screen and (max-width: 991px) {
    .container-wide {
        margin-left: 40px;
        margin-right: 40px
    }
}

@media only screen and (max-width: 767px) {
    .container-wide {
        margin-left: 30px;
        margin-right: 30px
    }
}

@media only screen and (min-width: 1684px) {
    .container-wide {
        margin-left: auto;
        margin-right: auto
    }
}

.container-left {
    padding-right: calc(41.66667% + 10px)
}

@media only screen and (max-width: 767px) {
    .container-left {
        padding-right: 0
    }
}

.container-right {
    padding-left: calc(41.66667% + 10px)
}

@media only screen and (max-width: 767px) {
    .container-right {
        padding-left: 0
    }
}

.container-big {
    margin: 0 auto;
    max-width: 960px
}

.container-medium {
    margin: 0 auto;
    max-width: 720px
}

.container-small {
    margin: 0 auto;
    max-width: 540px
}

.grid {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: -20px
}

.grid--middle {
    align-items: center
}

.grid--center {
    justify-content: center
}

.grid--reverse {
    flex-direction: row-reverse
}

.grid--stretch {
    align-items: stretch
}

@media only screen and (max-width: 1200px) {
    .grid--laptop-reverse {
        flex-direction: row-reverse
    }
}

@media only screen and (max-width: 991px) {
    .grid--tablet-reverse {
        flex-direction: row-reverse
    }
}

@media only screen and (max-width: 767px) {
    .grid--mobile-reverse {
        flex-direction: row-reverse
    }
}

.grid__item {
    flex: 1;
    padding: 20px;
    width: 100%
}

.grid__item--flex {
    display: flex
}

[class*=" width-"], [class^=width-] {
    flex: 0 0 auto
}

.width-1 {
    width: 8.33333%
}

.width-2 {
    width: 16.66667%
}

.width-3 {
    width: 25%
}

.width-4 {
    width: 33.33333%
}

.width-5 {
    width: 41.66667%
}

.width-6 {
    width: 50%
}

.width-7 {
    width: 58.33333%
}

.width-8 {
    width: 66.66667%
}

.width-9 {
    width: 75%
}

.width-10 {
    width: 83.33333%
}

.width-11 {
    width: 91.66667%
}

.width-12 {
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .width-laptop-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width: 991px) {
    .width-tablet-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width: 767px) {
    .width-mobile-1 {
        width: 8.33333%
    }
}

@media only screen and (max-width: 1200px) {
    .width-laptop-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width: 991px) {
    .width-tablet-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width: 767px) {
    .width-mobile-2 {
        width: 16.66667%
    }
}

@media only screen and (max-width: 1200px) {
    .width-laptop-3 {
        width: 25%
    }
}

@media only screen and (max-width: 991px) {
    .width-tablet-3 {
        width: 25%
    }
}

@media only screen and (max-width: 767px) {
    .width-mobile-3 {
        width: 25%
    }
}

@media only screen and (max-width: 1200px) {
    .width-laptop-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width: 991px) {
    .width-tablet-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width: 767px) {
    .width-mobile-4 {
        width: 33.33333%
    }
}

@media only screen and (max-width: 1200px) {
    .width-laptop-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width: 991px) {
    .width-tablet-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width: 767px) {
    .width-mobile-5 {
        width: 41.66667%
    }
}

@media only screen and (max-width: 1200px) {
    .width-laptop-6 {
        width: 50%
    }
}

@media only screen and (max-width: 991px) {
    .width-tablet-6 {
        width: 50%
    }
}

@media only screen and (max-width: 767px) {
    .width-mobile-6 {
        width: 50%
    }
}

@media only screen and (max-width: 1200px) {
    .width-laptop-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width: 991px) {
    .width-tablet-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width: 767px) {
    .width-mobile-7 {
        width: 58.33333%
    }
}

@media only screen and (max-width: 1200px) {
    .width-laptop-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width: 991px) {
    .width-tablet-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width: 767px) {
    .width-mobile-8 {
        width: 66.66667%
    }
}

@media only screen and (max-width: 1200px) {
    .width-laptop-9 {
        width: 75%
    }
}

@media only screen and (max-width: 991px) {
    .width-tablet-9 {
        width: 75%
    }
}

@media only screen and (max-width: 767px) {
    .width-mobile-9 {
        width: 75%
    }
}

@media only screen and (max-width: 1200px) {
    .width-laptop-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width: 991px) {
    .width-tablet-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width: 767px) {
    .width-mobile-10 {
        width: 83.33333%
    }
}

@media only screen and (max-width: 1200px) {
    .width-laptop-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width: 991px) {
    .width-tablet-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width: 767px) {
    .width-mobile-11 {
        width: 91.66667%
    }
}

@media only screen and (max-width: 1200px) {
    .width-laptop-12 {
        width: 100%
    }
}

@media only screen and (max-width: 991px) {
    .width-tablet-12 {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .width-mobile-12 {
        width: 100%
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}

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

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li, .slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.article-list__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.article-list__item:first-child ~ .article-list__item {
    margin-top: 50px
}

@media only screen and (min-width: 992px) {
    .article-list__item:first-child ~ .article-list__item {
        margin-top: 100px
    }
}

@media only screen and (max-width: 767px) {
    .article-list__item {
        flex-direction: column
    }
}

.article-list__item-image {
    flex: 1;
    width: 100%
}

.article-list__item-image img {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .article-list__item-image {
        margin-right: 50px;
        max-width: 400px
    }
}

@media only screen and (min-width: 992px) {
    .article-list__item-image {
        margin-right: 100px
    }
}

.article-list__item-content {
    flex: 1;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .article-list__item-content {
        padding: 10px
    }
}

.article-list__item-date {
    color: #999;
    font-size: .9em;
    margin: 0
}

.article-list__item-title {
    line-height: 1.2;
    margin: 6px 0
}

.article-list__item-button {
    display: block;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

@media only screen and (max-width: 767px) {
    .article-list__item-button {
        width: 100%
    }
}


.button {
    background: #7EAC55;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    height: 38px;
    letter-spacing: 2px;
    overflow: hidden;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 2px;
}

.button[disabled] {
    pointer-events: none
}

.button:focus, .button:hover {
    background: #7EAC55;
    color: #fff;
    text-decoration: none
}

.button--full {
    display: block;
    width: 100%
}

.button--small {
    font-weight: 400;
    height: 28px;
    padding: 3px 30px
}

.button--multiline {
    display: block;
    height: auto;
    line-height: inherit;
    overflow: inherit;
    padding-bottom: 10px;
    padding-top: 10px;
    text-overflow: inherit;
    white-space: inherit
}

.content {
    padding: 0;
}

.card {
    background-color: #fafafa;
    display: block
}

.card__body {
    padding: 20px
}

.card__image-holder {
    position: relative
}

.card__image-holder:before {
    align-items: center;
    background-color: #7EAC55;
    bottom: 0;
    left: 0;
    opacity: .5;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0
}

@media (hover: hover) {
    .card__image-holder:hover:before {
        content: ""
    }
}

.card__image {
    display: block;
    width: 100%
}

.card__image-overlay {
    align-items: center;
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0
}

.card__image-holder:hover > .card__image-overlay {
    display: flex
}

.card__image-title {
    color: #fff;
    font-family: Broken Wings, sans-serif;
    font-size: 64px;
    line-height: 64px;
    text-align: center
}

@media (hover: none) {
    .card__image-title {
        display: none
    }
}

.card__button {
    display: block;
    margin-top: 20px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

.posted-by {
    color: #999;
    font-size: .9em;
    margin: 0;
    padding-left: 24px;
    position: relative
}

.posted-by:before {
    background-color: #7EAC55;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 16px
}

.posted-by > span {
    color: #000;
    display: inline-block;
    font-weight: 700;
    margin-left: 6px
}

.teaser {
    background-color: #fafafa;
    display: block;
    height: 100%;
    margin-top: 20px
}

.teaser__image {
    display: block;
    width: 100%
}

.teaser__body {
    padding: 20px
}

@font-face {
    font-family: icomoon;
    src: url(/website/fonts/icomoon/fonts/icomoon.eot?hs2gjz);
    src: url(/website/fonts/icomoon/fonts/icomoon.eot?hs2gjz#iefix) format("embedded-opentype"), url(/website/fonts/icomoon/fonts/icomoon.ttf?hs2gjz) format("truetype"), url(/website/fonts/icomoon/fonts/icomoon.woff?hs2gjz) format("woff"), url(/website/fonts/icomoon/fonts/icomoon.svg?hs2gjz#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.icon {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon--menu:before {
    content: ""
}

/* ____________ ____________ Custom Styling ____________ ____________ */

.content-wrapper {
    margin-top: var(--navbar-height);       /* HEIGHT OF NAVBAR*/
    background-color: white;
    display: flex;
    flex: 1;
    flex-direction: column;
}

@media only screen and (max-width: 991px) {
    .content-wrapper {
        margin-top: var(--navbar-mobile-height);              /* HEIGHT OF NAVBAR */
    }
}
