@media only screen and (max-width: 767px){
#oskam-globalfooter .oskam-gf-directory-column-section .oskam-gf-directory-column-section-label {
    display: block;
}
}

    /* HEADER */

#section-hero {
    /*padding: 3.438rem 0 4.688rem 0;*/
    padding: 3.438rem 0 6.25rem 0;
}

@media (max-width: 767px){
#section-hero {
    /*padding: 1.563rem 0 4.688rem 0;*/
    padding: 1.563rem 0 7.501rem 0;
}
}

/*
.video-content {
    padding: 80px 0 45px;
}

.video-content {
    padding-top: 55px;
}

@media (max-width: 767px){
.video-content {
    padding-top: 25px;
}
}
*/

/*
#section-hero {
    padding: 1.875rem 0 3.125rem 0;
}
*/

.video-section {
    display: block;
    position: relative;
    overflow: hidden;
}

.video-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: -1;
}

.background-transparent {
    background: none;
}

/*
.background-hero-blend.background-transparent, .primary-color-hero-blend .background-primary.background-transparent {
    background: linear-gradient(45deg, rgba(1,145,70,0.99) 15%, rgba(35,31,32, 0.85)) !important;
}
*/

.background-hero-blend.background-transparent, .primary-color-hero-blend .background-primary.background-transparent {
    background: linear-gradient(45deg, rgba(0,0,0,0.50) 15%, rgba(0,0,0, 0.20)) !important;
}

video {
    display: block;
}

video {
    width: 100%;
}

video.video {
    position: absolute;
    right: 0px;
    /*top: 0;*/
    top: -250px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    /* Padding to stop space at bottom of header */
    padding-bottom:1%;
}

@media (max-width: 1024px){
video.video {
    right: -100px;
    top: -250px;
}
}

@media (max-width: 991px){
video.video {
    right: -300px;
    top: -250px;
}
}

@media (max-width: 767px){
video.video {
    right: -400px;
    top: -250px;
}
}

@media (max-width: 576px){
video.video {
    right: -400px;
    top: -250px;
}
}

@media (max-width: 415px){
video.video {
    right: -600px;
    top: -250px;
}
}

#section-hero .eyebrow, #section-hero .headline, #section-hero .headline span  {
    color: #fff;
    text-align: center;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}


.eyebrow {
    font-size: 4em;
    font-weight: lighter;
    margin-bottom: 25px;
}

.eyebrow {
    font-size: 1.2em;
    font-weight: 200;
    letter-spacing: 10px;
    text-transform: uppercase;
}

@media (max-width: 767px){
.eyebrow {
    font-size: 1em;
    letter-spacing: 6px;
    margin-top: 25px;
}
}

@media (max-width: 576px){
.eyebrow {
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 30px;
}
}

.headline {
    font-size: 3.2em;
    font-weight: 200;
    text-transform: normal;
}

@media (max-width: 767px){
.headline {
    font-size: 3em;
}
}

@media (max-width: 576px){
.headline {
    font-size: 2em;
}
}

.headline span {
    display: block;
    font-size: 135%;
    font-weight: 700;
}

p {
    margin: 0 0 10px;
}

#section-hero header p {
    line-height: 1.6em;
}

@media (max-width: 767px){
#section-hero header p {
    font-size: .8em;
}
}

@media (max-width: 576px){
#section-hero header p {
    font-size: .7em;
}
}

.eco {
    /*background: hsla(0,0%,100%,.15);*/
    background: hsla(150, 58%, 91%,.15);
    border-radius: 3px;
    display: inline-block;
    font-size: 125%;
    /*font-weight: 700;*/
    font-weight: 700;
    margin-top: 15px;
    /*padding: 5px 50px;*/
    padding: 5px 20px;
    color: #fff;
}

@media (max-width: 767px){
.eco {
    font-size: 100%;
}
}

.eco span {
    color: cyan;
    /*color: #30cf88;*/
    color: lightgreen;
}

.arrow-object {
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
}