﻿body {
    margin: 0;
    padding: 0;
    font-family: 'Neo Sans';
}


@font-face {
    font-family: 'Neo Sans';
    src: url('../_font/neo sans std light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Neo Sans';
    src: url('../_font/neo sans std regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Neo Sans';
    src: url('../_font/neo sans std bold.otf') format('opentype');
    font-weight: 700;
}

p {
    font-weight: 300;
}

.headerInner {
    background-size: cover;
}

    .headerInner img {
        /*    margin-top: 8%;*/
        margin-bottom: -8px;
        position: relative;
        z-index: 3;
    }

.navigation li .submenu > li > a, .navigation li.active .submenu > li a {
    border-top: none;
    background-color: #ebebeb;
    color: #141414;
    height: 61px;
    padding: 20px 40px;
    white-space: nowrap;
}

.headerElementsRow img {
    max-width: 100%;
}

.headerElementsRow {
    max-height: 190px;
    padding: 20px;
    overflow: hidden;
    /*    position: absolute;
    top: 0;*/
}

.headerInner {
    overflow: hidden;
    z-index: 3;
    position: relative;
}

.outerParallax {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 200px;
}


.navigationOuter {
    background-color: #5a798c;
    height: 70px;
    font-weight: 300;
    position: relative;
    padding-left: 0;
    z-index: 4;
}


.innerPageContent {
    /*    min-height: 2500px;*/
    background-image: url('/_img/bgimages/bgjkwebsmaller.jpg');
    padding: 50px 0;
}

.navigation li {
    list-style: none;
    float: left;
}

.navigation a {
    background-color: #ebebeb;
    display: inline-block;
    padding: 33px 40px;
    text-decoration: none;
    color: #141414;
    height: 94px;
    border-top: 4px solid #ebebeb;
    /*    transition: all ease .35s;*/
    transition: background-color ease .35s, border ease .35s, color ease .35s;
}

.navigation > li > a {
    z-index: 3;
    position: relative;
}

.navigationOuter > .navigation {
    background-color: transparent;
    transition: all ease .35s;
}

.scrolled .navigationOuter > .navigation {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    background-color: #5a798c;
    height: 70px;
}

.navigation a:hover, .navigation .active a {
    background-color: #163040;
    border-color: #3f8cb9;
    color: white;
    position: relative;
}

.scrolled .navigationOuter > .navigation, .menuOpen .navigationOuter > .navigation {
    position: fixed;
    width: 100%;
    top: 0;
}

.menuOpen .navigationOuter {
    background-color: transparent;
}

    .menuOpen .navigationOuter > .navigation {
        background-color: #5a798c;
        height: 70px;
    }



.contentBottom {
    position: absolute;
    height: 47px;
    width: 100%;
    bottom: 0;
    background-repeat: repeat-x;
    background-size: cover;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: bottom;
}

.innerPageContent {
    position: relative;
}

.panel {
    background-color: white;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    position: relative;
}


h2 {
    padding-left: 15px;
    border-left: 4px solid #ffffff;
    color: white;
    font-size: calc(1.225rem + .9vw);
}

.panel h2 {
    border-left: 4px solid #141414;
    color: #141414;
}

.panel h3 {
    font-size: 20px;
}

.bgBlue h2 {
    color: white;
    border-color: white;
}

.bgBlue {
    background-color: #163040;
    color: white;
}

footer {
    padding-top: 50px;
    background-color: #ebebeb;
}

.topFooter {
    min-height: 200px;
}

.bottomFooter {
    background-color: #fff;
    padding: 10px 0;
}

#slogan {
    display: none;
}


/*body {
    align-items: center;
    background: #3f5ed0;
    display: flex;
    height: 100vh;
    justify-content: center;
    margin: 0;
}*/

.menuContainer {
    cursor: pointer;
    display: flex;
    float: right;
    margin-top: -42px;
    position: relative;
    z-index: 1;
}

    .menuContainer svg {
        transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .menuContainer.active svg {
        transform: scale(0.55);
    }

    .menuContainer .active svg {
        transform: rotate(90deg);
    }

    .menuContainer path {
        transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
    }

        .menuContainer path:nth-child(1) {
            transform-origin: 36% 40%;
        }

        .menuContainer path:nth-child(2) {
            stroke-dasharray: 29 299;
        }

        .menuContainer path:nth-child(3) {
            transform-origin: 35% 63%;
        }

        .menuContainer path:nth-child(4) {
            stroke-dasharray: 29 299;
        }

        .menuContainer path:nth-child(5) {
            transform-origin: 61% 52%;
        }

        .menuContainer path:nth-child(6) {
            transform-origin: 62% 52%;
        }

    .menuContainer.active path:nth-child(1) {
        transform: translateX(9px) translateY(1px) rotate(45deg);
    }

    .menuContainer.active path:nth-child(2) {
        stroke-dasharray: 225 299;
        stroke-dashoffset: -72px;
    }

    .menuContainer.active path:nth-child(3) {
        transform: translateX(9px) translateY(1px) rotate(-45deg);
    }

    .menuContainer.active path:nth-child(4) {
        stroke-dasharray: 225 299;
        stroke-dashoffset: -72px;
    }

    .menuContainer.active path:nth-child(5) {
        transform: translateX(9px) translateY(1px) rotate(-45deg);
    }

    .menuContainer.active path:nth-child(6) {
        transform: translateX(9px) translateY(1px) rotate(45deg);
    }

body.menuOpen {
    overflow: hidden;
}

.scrolled .navigation a {
    padding: 19px 40px;
    height: 70px;
}

ul.navigation {
    padding-left: 0;
}


    ul.navigation > li .submenu {
        position: absolute;
        top: -100%;
        opacity: 0;
        background-color: #ebebeb;
        transition: top ease .35s, opacity ease .35s, z-index ease .02s;
        z-index: 2;
        border: none;
    }

.navigation > li {
    position: relative;
    z-index: 3;
}

ul.navigation > li:hover .submenu {
    top: 100%;
    opacity: 1;
    transition: top ease .35s, opacity ease .35s, z-index ease .35s .35s;
    z-index: 2;
}

.navigation .submenu {
    padding-left: 0;
}

.submenu a:hover {
    color: #3f8cb9 !important;
}

.outerMobileNav {
    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
    top: -100%;
    background-color: #163040;
    z-index: 4;
    transition: all ease .35s;
    padding-top: 100px;
    padding-bottom: 30px;
    border-top: 15px solid #5a798c;
}

.menuOpen .outerMobileNav {
    top: 0;
}

.outerMobileNav li {
    list-style: none;
}

    .outerMobileNav li a {
        color: white;
        text-decoration: none;
        display: inline-block;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 25px;
    }


.paddingTopMedium {
    padding-top: 50px;
}

.paddingTopBig {
    padding-top: 90px;
}

.smallButton {
    background-color: #5a798c;
    padding: 6px 12px;
    font-size: 10px;
    display: inline-block;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    border: 2px solid #5a798c;
    transition: all ease .35s;
}

.mediumButton {
    background-color: #5a798c;
    padding: 17px;
    display: inline-block;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    border: 2px solid #5a798c;
    transition: all ease .35s;
}

    .mediumButton:hover, .smallButton:hover {
        color: white;
        background-color: transparent;
    }

.eventLink {
    font-size: 12px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
}

    .eventLink:hover {
        color: #3f8cb9;
        border-color: #3f8cb9;
    }

.bottomFooter, .topFooter {
    font-weight: 300;
}

    p a, .bottomFooter a, .topFooter a, .memberWrap a {
        color: #3f8cb9;
        text-decoration: none;
        border-bottom: 1px solid #3f8cb9;
    }

.smallIcon {
    width: 18px;
    max-height: 25px;
}

.innerThumb {
    border-radius: 8px;
    overflow: hidden;
}

.myThumbnail {
    margin-bottom: 20px;
}

.thumbWrapper a {
    display: inline-block;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #3f8cb9;
    border-width: 3px;
}

.card_btn {
    cursor: pointer;
}

.panel .compRow {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px;
}

    .panel .compRow:last-child {
        padding: 0;
        border: none;
    }

.compRow h3 {
    font-size: 25px;
    font-weight: 600;
}


.iframewrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
    overflow: hidden;
}

    .iframewrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

a.logoLink {
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    height: unset !important;
    float: right;
}


@media screen and (min-width:560px) {
    .headerElementsRow img {
        max-height: 75%;
    }

    .innerPageContent {
        padding: 60px 0;
    }
}



@media screen and (min-width:992px) {
    .headerElementsRow img {
        max-height: 50%;
    }

    .contentBottom {
        background-size: 60%;
    }

    .navigationOuter {
        height: 94px;
        z-index: 2;
    }
}


@media screen and (min-width:1350px) {
    #slogan {
        display: block;
    }

    .contentBottom {
        background-size: 33%;
    }

    .innerPageContent {
        padding: 100px 0;
    }
}


@media screen and (min-width:1400px) {
    .navigation a {
        padding: 33px 42px;
    }

    .scrolled .navigation a {
        padding: 19px 42px;
    }

    .scrolled .navigation li:last-child a {
        padding-right: 43px;
    }
}
