/*
    default styling
*/
@media screen {
    /* =GLOBAL ---------------------------------------------------------------------------------------------------------------------------------------------- */
    * {
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
    }
    html.no-js, html.js {
        overflow-y: scroll;
        background: #f0f0f0;
        font-size: 100.01%;
    }
    body {
        height: 100%;
        background: #fff;
        color: #464646;
        letter-spacing: 1px;
        font: 400 16px/1.6 'Open Sans',Helvetica,Arial,sans-serif;
    }
    main, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, hr {
        display: block;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    td, th {
        border: 1px solid #e1e1e1;
        vertical-align: top;
        text-align: center;
    }
    img {
        max-width: 100%;
        height: auto;
        image-rendering: optimizeQuality;
        vertical-align: middle;
    }
    #googlemaps img, .google-maps img {
        max-width: none !important;
    }
    small, sup, sub {
        font-size: 75%;
    }
    sub, sup {
        position: relative;
        vertical-align: baseline;
        line-height: 0;
    }
    sup {
        top: -0.5em;
    }
    sub {
        bottom: -0.25em;
    }
    a {
        color: #48b100;
        text-decoration: none;
        -ms-touch-action: none !important;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
           -moz-tap-highlight-color: rgba(0,0,0,0);
                tap-highlight-color: rgba(0,0,0,0);
    }
    a:hover, a:active {
        color: #007B00;
        outline: 0;
    }
    a:focus {
        outline: thin dotted #444;
        outline: 4px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }
        a * {
            cursor: pointer !important;
        }

    /* =LAYOUT ---------------------------------------------------------------------------------------------------------------------------------------------- */
    .top-module {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 39px;
        border-bottom: 1px solid #c1dd92;
        background: #48B100;
        color: #fff;
    }
        .top-module a {
            color: #fff;
        }
        .nav-module {
            position: absolute;
            top: 39px;
            left: 0;
            width: 100%;
        }
    .content-module {
        padding: 75px 0 35px;
    }
        .txt-area,
        .sidebar {
            padding: 15px 0;
            border-top: 1px solid #d7d7d7;
        }
        .txt-area {
            float: right;
            width: 630px;
            padding-top: 9px;
        }
        .sidebar {
            float: left;
            width: 280px;
        }
        .mobile-nav {
            display: none;
        }
    .footer-module {
        padding: 25px 0;
        background: #f0f0f0;
        color: #969696;
    }

    .wrapper {
        width: 958px;
        margin: 0 auto;
    }
    #footer .wrapper {
        width: 908;
    }
    .top-module > .wrapper {
        width: 258px;
        padding-left: 700px;
    }
    .nav-module > .wrapper {
        width: 480px;
    }

    .branding,
    .intro-area {
        padding-bottom: 35px;
    }
    .branding {
        overflow: hidden;
        clear: both;
        width: 100%;
    }

    .listed-entry {
        overflow: hidden;
        padding: 5px 0 40px;
    }
        .listed-entry .image {
            width: 126px;
        }
            .listed-entry .image img {
                display: block;
                max-width: 124px;
                border: 1px solid #d7d7d7;
            }
        .listed-entry .description {
            width: 486px;
        }

    .news-area {
        position: relative;
    }
        .content-slider {
            clear: both;
            overflow: hidden;
            width: 958px;
            margin-bottom: 30px;
        }

    .foo-menu {
        width: 370px;
    }
    .foo-form {
        width: 310px;
        text-align: right;
    }


    /* =HEADERS & PARAGRAPHS -------------------------------------------------------------------------------------------------------------------------------- */
    h1, h2, h3, h4, h5, h6 {
        font-weight: 700;
        line-height: 1.3;
    }
    h1 {
        letter-spacing: 0;
		word-wrap:break-word;
		hyphens: auto;
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-after: 4;
		-webkit-hyphenate-limit-before: 4;
		-moz-hyphens:auto;
    }

    p.logo {
        font-size: 18px;
        line-height: 1.2;
    }
    .ie8 p.logo,
    .ie9 p.logo {
        text-indent: -9999px;
    }
        p.logo a {
            overflow: hidden;
            display: block;
            width: 182px;
            height: 60px;
        }
            p.logo a:after {
                top: 0;
                left: 0;
                width: 182px;
                height: 60px;
                background-color: #fff;
                background-position: -118px 0;
            }
    h1.mission {
        width: 60%;
        padding-top: 35px;
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 16px;
    }

    .intro-area h2 {
        margin-bottom: 10px;
        letter-spacing: 0;
        font-size: 32px;
    }
    .intro-area p {
        margin-bottom: 10px;
        font-weight: 300;
        font-size: 22px;
        line-height: 28px;
    }
    .intro-area p.banner {
        overflow: hidden;
        min-height: 380px;
    }
    .intro-area .txt-block p {
        padding-right: 50px;
    }

    .news-area h1 {
        float: left;
        margin-bottom: 12px;
        font-size: 32px;
    }

    .listed-entry h2 {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 15px;
    }
        .listed-entry h2 a {
            display: block;
            color: #464646;
        }
        .listed-entry h2 a.pdf {
            padding-left: 23px;
        }
            .listed-entry h2 a.pdf:before {
                top: 4px;
                left: 0;
                width: 15px;
                height: 12px;
                background-image: url('../img/pdf.gif');
                background-position: 0 0;
                background-size: 100% 100%;
            }
    .listed-entry p.meta {
        overflow: hidden;
        margin: -5px 0 5px;
        font-size: 13px;
    }
        .listed-entry p.meta span {
            float: left;
            margin-right: 15px;
        }

    .txt-area > h1,
    .txt-area section > h1,
    .txt-area section > p.banner {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .txt-area section > p.banner {
        padding-top: 5px;
    }
        .txt-area p.banner img {
            display: block;
            max-width: 628px;
            border: 1px solid #d7d7d7;
        }
    .txt-area .excerpt > p {
        margin-bottom: 30px;
        font-weight: 300;
        font-size: 22px;
        line-height: 28px;
    }

    .txt-area .txt-block h1,
    .txt-area .txt-block h2,
    .txt-area .txt-block h3,
    .txt-area .txt-block h4,
    .txt-area .txt-block h5,
    .txt-area .txt-block h6,
    .txt-area .txt-block p {
        margin-bottom: 15px;
    }
    .txt-area .txt-block p.featured-image + h1,
    .txt-area .txt-block p.featured-image + h2,
    .txt-area .txt-block p.featured-image + h3,
    .txt-area .txt-block p.featured-image + h4,
    .txt-area .txt-block p.featured-image + h5,
    .txt-area .txt-block p.featured-image + h6,
    .txt-area .txt-block h2 + h3 + p,
    .txt-area p.entry-nav {
        clear: both;
        width: 100%;
        padding-top: 15px;
    }
    .txt-area .txt-block h1 {
        font-size: 32px;
    }
    .txt-area .txt-block h2 {
        text-transform: uppercase;
        font-size: 16px;
    }
    .txt-area .txt-block h3,
    .txt-area .txt-block h4,
    .txt-area .txt-block h5,
    .txt-area .txt-block h6 {
        font-weight: 600;
        font-size: 16px;
    }
        .txt-area .txt-block img.alignright,
        .txt-area .txt-block p.featured-image img {
            display: block;
            height: auto;
            margin: 5px 0 10px 20px;
            border: 1px solid #d7d7d7;
        }
        /* on single large image, no margin on left */
        .single .txt-area .txt-block p.featured-image img {
            margin-left: 0;
        }
        .txt-area .txt-block img.alignright {
            float: right;
            margin-left: 20px;
        }
        .txt-area .txt-block p > span {
           font-size: 16px !important;
        }

    .sidebar h1.parent-item {
        padding: 0 6px 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 15px;
    }

    p.lang-switch {
        font-weight: 600;
        font-size: 13px;
        line-height: 37px;
    }
        p.lang-switch a {
            display: block;
            height: 39px;
            padding: 0 22px 0 16px;
            border-left: 1px solid #fff;
        }
        p.lang-switch a:hover,
        p.lang-switch a:active {
            text-decoration: underline;
        }
    p.menu-trigger {
        text-transform: uppercase;
        font-weight: 700;
        line-height: 37px;
    }
        p.menu-trigger a {
            display: block;
            height: 39px;
            padding: 0 35px;
        }
        .js p.menu-trigger a {
            outline: 0;
        }
            p.menu-trigger a:before {
                top: 50%;
                left: 20px;
                width: 5px;
                height: 9px;
                margin-top: -5px;
                background-position: -70px 0;
            }
    p.archives {
        overflow: hidden;
    }
        p.archives a {
            float: right;
            padding-left: 10px;
        }
            p.archives a:before {
                top: 50%;
                left: 0;
                width: 5px;
                height: 9px;
                margin-top: -3px;
                background-position: -40px 0;
            }
    p.copyright {
        clear: both;
        width: 100%;
        font-size: 13px;
    }
        p.copyright strong {
            font-weight: normal;
        }


    /* =LISTS ----------------------------------------------------------------------------------------------------------------------------------------------- */
    ol, ul {
        list-style: none;
    }

    .txt-area .txt-block ol,
    .txt-area .txt-block ul {
        clear: both;
        width: 100%;
        margin-bottom: 20px;
    }
    .txt-area .txt-block ol {
        list-style: decimal;
        padding-left: 22px;
    }
        .txt-area .txt-block ul li {
            position: relative;
            padding-left: 15px;
        }
            .txt-area .txt-block ul li:before {
                position: absolute;
                top: 11px;
                left: 1px;
                display: block;
                content: "";
                width: 5px;
                height: 5px;
                background-repeat: no-repeat;
                background-position: -112px -6px;
            }
            .svg > .handheld .txt-area .txt-block ul li:before {
                background-image: url('../img/sprite.svg');
                background-size: 300px 60px;
            }
            .svg > .handheld .en .txt-area .txt-block ul li:before {
                background-image: url('../img/sprite_en.svg');
            }
            .svg > .desktop .txt-area .txt-block ul li:before,
            .no-svg .txt-area .txt-block ul li:before {
                background-image: url('../img/sprite.png');
            }
            .svg > .desktop .en .txt-area .txt-block ul li:before,
            .no-svg .en .txt-area .txt-block ul li:before {
                background-image: url('../img/sprite_en.png');
            }
        .txt-area .txt-block ul + h1,
        .txt-area .txt-block ul + h2,
        .txt-area .txt-block ul + h3,
        .txt-area .txt-block ul + h4,
        .txt-area .txt-block ul + h5,
        .txt-area .txt-block ul + h6 {
            padding-top: 15px;
        }

    .top-module ul.menu {
        width: 700px;
        margin: -39px 0 0 -239px;
    }
        .top-module ul.menu > li {
            float: left;
            padding-left: 4px;
            font-weight: 600;
            font-size: 15px;
            line-height: 39px;
        }
        .top-module ul.menu > li:first-child {
            padding-left: 0;
        }
        .top-module ul.menu > li.single-col {
            position: relative;
        }
            .top-module ul.menu a {
                display: block;
                color: #fff;
                cursor: default;
            }
            .js .top-module ul.menu a {
                outline: 0;
            }
            .top-module ul.menu > li > a {
                position: relative;
                padding: 0 12px;
                text-transform: uppercase;
            }
            .top-module ul.menu > li.has-children > a {
                padding-right: 26px;
            }
            .top-module ul.menu > li > a:hover,
            .top-module ul.menu > li:hover > a {
                background: #34A000;
            }
                .top-module ul.menu > li.has-children > a:after {
                    position: absolute;
                    top: 50%;
                    right: 12px;
                    display: block;
                    content: "";
                    width: 8px;
                    height: 5px;
                    margin-top: -2px;
                    background-repeat: no-repeat;
                    background-position: -21px 0;
                }
                .top-module ul.menu > li.has-children > a:hover:after {
                    background-position: -21px -6px;
                }
                .svg > .handheld .top-module ul.menu > li.has-children > a:after {
                    background-image: url('../img/sprite.svg');
                    background-size: 300px 60px;
                }
                .svg > .handheld .en .top-module ul.menu > li.has-children > a:after {
                    background-image: url('../img/sprite_en.svg');
                }
                .svg > .desktop .top-module ul.menu > li.has-children > a:after,
                .no-svg .top-module ul.menu > li.has-children > a:after {
                    background-image: url('../img/sprite.png');
                }
                .svg > .desktop .en .top-module ul.menu > li.has-children > a:after,
                .no-svg .en .top-module ul.menu > li.has-children > a:after {
                    background-image: url('../img/sprite_en.png');
                }
                .top-module ul.menu > li > .sub-wrapper {
                    position: absolute;
                    top: -9999px;
                    left: 0;
                    width: 100%;
                    padding: 25px 0 5px;
                    background: #34A000;
                    opacity: 0;
                    -webkit-transition: opacity 0.2s ease 0.1s;
                       -moz-transition: opacity 0.2s ease 0.1s;
                        -ms-transition: opacity 0.2s ease 0.1s;
                         -o-transition: opacity 0.2s ease 0.1s;
                            transition: opacity 0.2s ease 0.1s;
                }
                .top-module ul.menu > li.single-col > .sub-wrapper {
                    width: 240px;
                    padding: 0;
                }
                .top-module ul.menu > li:hover > .sub-wrapper {
                    top: -1px;
                    opacity: 1;
                }
                .top-module ul.menu > li.single-col:hover > .sub-wrapper {
                    top: 39px;
                }
                    .top-module ul.menu > li > .sub-wrapper > ul {
                        overflow: hidden;
                        width: 958px;
                        margin: 0 auto;
                    }
                    .top-module ul.menu > li.single-col > .sub-wrapper > ul {
                        width: 100%;
                        margin: 0;
                    }
                        .top-module ul.menu > li > .sub-wrapper > ul > li {
                            float: left;
                            width: 224px;
                            padding-right: 14px;
                            margin-bottom: 20px;
                            border-left: 1px solid #8bbb33;
                            font-weight: 400;
                            font-size: 16px;
                            line-height: 22px;
                        }
                        .ie8 .top-module ul.menu > li > .sub-wrapper > ul > li {
                            font-size: 15px;
                            line-height: 19px;
                        }
                        .top-module ul.menu > li.single-col > .sub-wrapper > ul > li {
                            float: none;
                            width: 100%;
                            padding: 0;
                            margin: 0;
                            border: 0;
                        }
                            .top-module ul.menu > li > .sub-wrapper > ul > li a {
                                padding: 0 24px 0 14px;
                            }
                            .top-module ul.menu > li > .sub-wrapper > ul > li > a {
                                color: #c3dd94;
                            }
                            .top-module ul.menu > li.single-col > .sub-wrapper > ul > li > a {
                                display: block;
                                padding: 10px 12px;
                                color: #fff;
                                cursor: pointer;
                            }
                            .top-module ul.menu > li.single-col > .sub-wrapper > ul > li.current-menu-item > a {
                                background: #209300;
                            }
                            .top-module ul.menu > li.single-col > .sub-wrapper > ul > li > a:hover {
                                background: #007B00;
                            }
                            .top-module ul.menu ul ul {
                                padding: 15px 0 5px;
                            }
                                .top-module ul.menu ul ul li {
                                    font-weight: 400;
                                    font-size: 13px;
                                }
                                    .top-module ul.menu ul ul a:hover {
                                        cursor: pointer;
                                    }
                                    .top-module ul.menu ul ul li.current-menu-item a,
                                    .top-module ul.menu ul ul a:hover {
                                        background: #007B00;
                                    }

    .foo-menu ul {
        overflow: hidden;
        width: 360px;
        padding-bottom: 30px;
    }
        .foo-menu ul li {
            float: left;
            width: 160px;
            padding: 0 20px 2px 0;
        }
            .js .foo-menu ul li.to-top a {
                outline: 0;
            }

    ul.home-list {
        overflow: hidden;
        margin-bottom: 20px;
    }
        ul.home-list li {
            float: left;
            /*width: 306px;*/
            width: 224px;
            padding-left: 20px;
            text-align: center;
            font-weight: 600;
            font-size: 22px;
            line-height: 28px;
       }
            ul.home-list li:first-child {
                padding-left: 0;
            }
            ul.home-list a {
                display: block;
                padding-bottom: 10px;
                border-bottom: 1px solid #48b100;
                white-space: nowrap;
                overflow: hidden;
                text-overflow:ellipsis;
            }
            ul.home-list a:hover, ul.home-list a:active {
                border-color: #007B00;
            }

    ul.aside-list {
        clear: both;
        width: 100%;
        line-height: 1.2;
    }
        ul.aside-list li {
		}
        ul.aside-list > li {
            padding: 8px 6px;
            border-bottom: 1px solid #e1e1e1;
            color: #464646;
        }
            ul.aside-list a {
                display: block;
                width: 100%;
            }
            ul.aside-list li.has-children .trigger {
                display: block;
                padding-right: 30px;
                color: #48b100;
                cursor: pointer;
            }
            ul.aside-list li.has-children .trigger:hover,
            ul.aside-list li.has-children .trigger:active {
                color: #007B00;
                outline: 0;
            }
            ul.aside-list li.has-children.active .trigger,
            ul.aside-list li.current_page_item > a,
            ul.aside-list li.current-page > a,
            ul.aside-list li.current-cat > a {
                color: #464646;
            }
                ul.aside-list li.has-children .trigger:after {
                    top: 8px;
                    right: 0;
                    width: 8px;
                    height: 5px;
                    background-position: -101px 0;
                }
                ul.aside-list li.has-children.active .trigger:after {
                    background-position: -101px -6px;
                }
                .js ul.aside-list ul {
                    overflow: hidden;
                    max-height: 0;
                    -webkit-transition: max-height 0.4s cubic-bezier(0.42, 0, 1, 1);
                       -moz-transition: max-height 0.4s cubic-bezier(0.42, 0, 1, 1);
                        -ms-transition: max-height 0.4s cubic-bezier(0.42, 0, 1, 1);
                         -o-transition: max-height 0.4s cubic-bezier(0.42, 0, 1, 1);
                            transition: max-height 0.4s cubic-bezier(0.42, 0, 1, 1);
                    -webkit-backface-visibility: hidden;
                       -moz-backface-visibility: hidden;
                        -ms-backface-visibility: hidden;
                         -o-backface-visibility: hidden;
                            backface-visibility: hidden;
                    -webkit-transform: translatez(0);
                       -moz-transform: translatez(0);
                        -ms-transform: translatez(0);
                         -o-transform: translatez(0);
                            transform: translatez(0);
                    -webkit-perspective: 1000;
                       -moz-perspective: 1000;
                        -ms-perspective: 1000;
                         -o-perspective: 1000;
                            perspective: 1000;
                }
                .js ul.aside-list li.active ul {
                    max-height: 999px;
                    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
                       -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
                        -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
                         -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
                            transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
                }
                    ul.aside-list ul > li {
                        padding: 6px 0 2px 20px;
                        font-size: 13px;
                    }
                    ul.aside-list ul > li:first-child {
                        padding-top: 8px;
                    }
                    ul.aside-list ul > li:last-child {
                        padding-bottom: 4px;
                    }

    ul.post-list {
        clear: both;
        width: 100%;
    }
    .js ul.post-list {
        overflow: hidden;
        margin-left: -20px;
    }
        .js ul.post-list li {
            float: left;
            width: 325px;
        }
            ul.post-list .entry-inner {
               margin-left: 20px;
            }
                ul.post-list h3 {
                    margin-bottom: 10px;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    font-size: 15px;
                }
                    ul.post-list h3 a {
                        color: #464646;
                    }
                ul.post-list p.image {
                    overflow: hidden;
                    height: 153px;
                    margin-bottom: 15px;
                    font-size: 15px;
                }
                    ul.post-list p.image img {
                        display: block;
                        width: 731px;
                    }
                ul.post-list p.meta {
                    overflow: hidden;
                    margin-bottom: 5px;
                    font-size: 13px;
                }
                    ul.post-list p.meta span {
                        float: left;
                        margin-right: 15px;
                    }

    .pag-nav {
        position: absolute;
        top: 22px;
        left: 50%;
        width: 204px;
        height: 13px;
        margin-left: -102px;
        text-align: center;
    }
        .pag-nav li {
            display: inline;
            margin: 0 2px;
            text-indent: -9999px;
        }
            .pag-nav a {
                display: inline-block;
                width: 13px;
                height: 13px;
                outline: 0;
            }
            .pag-nav a:active,
            .pag-nav a:focus {
                background-color: transparent;
            }
                .pag-nav a:after {
                    top: 1px;
                    left: 1px;
                    width: 9px;
                    height: 10px;
                    background-position: -30px 0;
                }
                /*.pag-nav a:hover:after,*/
                .pag-nav li.current a:after {
                    background-position: -30px -10px;
                }

    .dir-nav {
        position: absolute;
        top: 5px;
        right: 0;
        width: 85px;
        height: 36px;
    }
        .dir-nav li {
            float: left;
            width: 36px;
            text-indent: -9999px;
        }
        .dir-nav li.next {
            float: right;
        }
            .dir-nav a {
                display: block;
                border: 1px solid #48b100;
                color: #48b100;
                -webkit-border-radius: 17px;
                   -moz-border-radius: 17px;
                        border-radius: 17px;
                width: 34px;
                height: 34px;
                outline: 0;
            }
            .dir-nav a:hover,
            .dir-nav a:active {
                border-color: #007B00;
                color: #007B00;
            }
            .dir-nav a:active,
            .dir-nav a:focus {
                background-color: transparent;
            }
            .dir-nav li.disabled a {
                border-color: #daefcc;
                color: #daefcc;
                cursor: default;
            }
            .ie8 .dir-nav a {
                border-color: #fff !important;
            }
                .dir-nav a:after {
                    top: 50%;
                    left: 50%;
                    width: 11px;
                    height: 19px;
                    margin: -9px 0 0 -6px;
                }
                .dir-nav li.prev a:after {
                    background-position: -46px -20px;
                }
                .dir-nav li.prev a:hover:after,
                .dir-nav li.prev a:active:after {
                    background-position: -46px -40px;
                }
                .dir-nav li.prev.disabled a:after {
                    background-position: -46px 0;
                }
                .dir-nav li.next a:after {
                    margin-left: -5px;
                    background-position: -58px -20px;
                }
                .dir-nav li.next a:hover:after,
                .dir-nav li.next a:active:after {
                    background-position: -58px -40px;
                }
                .dir-nav li.next.disabled a:after {
                    background-position: -58px 0;
                }

    ul.pagination-list {
        margin-bottom: 10px;
        text-align: center;
    }
        ul.pagination-list li {
            display: inline;
            margin: 0 1px;
            font-size: 15px;
            line-height: 25px;
        }
        ul.pagination-list li.prev {
            padding-right: 3px;
        }
        ul.pagination-list li.next {
            padding-left: 3px;
        }
            ul.pagination-list a, ul.pagination-list span {
                display: inline-block;
                height: 25px;
                padding: 0 9px;
                border: 1px solid #fff;
            }
            .ie7 ul.pagination-list a, .ie7 ul.pagination-list span {
                display: inline;
                zoom: 1;
            }
            ul.pagination-list a:hover, ul.pagination-list span.current {
                border-color: #dbdbdb;
                color: #464646;
            }
            ul.pagination-list li.prev a:hover, ul.pagination-list li.next a:hover {
                border-color: #fff;
            }

    #content ul#menu-main-navigation-english-1 > li {
        padding-left: 0;
        font-weight: bold;
    }
        #content ul#menu-main-navigation-english-1 > li:before {
            display: none;
        }
        #content ul#menu-main-navigation-english-1 > li > ul,
        #content ul#menu-main-navigation-english-1 > li li {
            padding-left: 15px;
        }
            #content ul#menu-main-navigation-english-1 > li li {
                font-weight: normal;
            }
                #content ul#menu-main-navigation-english-1 > li li:before {
                    display: block;
                }
            #content ul#menu-main-navigation-english-1 li.has-children > a {
                color: #464646;
                text-decoration: none;
                cursor: default;
            }


    /* =FORMS ---------------------------------------------------------------------------------------------------------------------------------------------- */
    legend {
        display: none;
    }
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    input[type="password"],
    textarea,
    select,
    button {
        padding: 7px 10px 6px;
        border: 1px solid #e0e0e0;
        background-color: #fff;
        color: #969696;
        font-size: 13px;
        line-height: normal;
        font-family: inherit;
        outline: 0;
    }
    input,
    textarea,
    select,
    button {
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
           -moz-tap-highlight-color: rgba(0, 0, 0, 0);
                tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }
    input,
    textarea{
	border: none;
	border-radius: 0; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	-moz-box-shadow: inset 0 1px 0 #e5e5e5; /* inner shadow */
	-webkit-box-shadow: inset 0 1px 0 #e5e5e5; /* inner shadow */
	box-shadow: inset 0 1px 0 #e5e5e5; /* inner shadow */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyYjJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, #e5e5e5 0%, #e5e5e5 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #e5e5e5 0%, #e5e5e5 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #e5e5e5 0%, #e5e5e5 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #e5e5e5 0%, #e5e5e5 100%); /* gradient overlay */
	text-decoration: none;
	padding: 8px 20px;
	font-size: 1.1em;
	color: #464646; /* text color */
	/*text-shadow: 0 -1px 1px rgba(140,140,140,.6); /* drop shadow */
	margin-bottom:10px;
	margin-top:0px;
	margin-left:15px;}
    button {
        -webkit-appearance: button;
           -moz-appearance: button;
                appearance: button;
        -ms-touch-action: none !important;
		
	

    }
    textarea,
    button {
        overflow: auto;
        vertical-align: top;
    }
    textarea {
        max-height: 0;
        resize: vertical;
    }
    button {
        max-height: 33px;
        padding: 6px 18px 7px;
        border-color: #82c26e;
        background-color: #48b100;
        color: #fff;
        -webkit-appearance: button;
           -moz-appearance: button;
                appearance: button;
        text-align: center;
        cursor: pointer;
    }
    button:hover, button:active {
        background-color: #34A000;
    }
    .valid .req {
        border-color: #4f8a10;
    }
    .error .req {
        border-color: #d00000;
    }
    ::-webkit-input-placeholder {
        color: #969696;
    }
    :-moz-placeholder {
        color: #969696;
    }
    ::-moz-placeholder {
        color: #969696;
    }
    :-ms-input-placeholder {
        color: #969696;
    }

    .search-form {
        width: 54px;
        height: 39px;
        border-right: 1px solid #fff;
        border-left: 2px solid #b8dbae;
    }
        .search-form .trigger {
            text-indent: -9999px;
        }
            .search-form .trigger a {
                display: block;
                width: 54px;
                height: 39px;
                padding: 0;
                border: 0;
            }
            .js .search-form .trigger a {
                outline: 0;
            }
                .search-form .trigger a:after {
                    top: 9px;
                    left: 18px;
                    width: 19px;
                    height: 20px;
                    background-position: 0 0;
                }
                .search-form .trigger.active a:after {
                    background-position: 0 -20px;
                }
        .search-form .search-field {
            position: fixed;
            top: 39px;
            left: 0;
            overflow: hidden;
            width: 100%;
            height: 75px;
            max-height: 0;
            background: #468500;
            -webkit-transition: max-height 0.2s cubic-bezier(0.42, 0, 1, 1);
               -moz-transition: max-height 0.2s cubic-bezier(0.42, 0, 1, 1);
                -ms-transition: max-height 0.2s cubic-bezier(0.42, 0, 1, 1);
                 -o-transition: max-height 0.2s cubic-bezier(0.42, 0, 1, 1);
                    transition: max-height 0.2s cubic-bezier(0.42, 0, 1, 1);
            -webkit-backface-visibility: hidden;
               -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                 -o-backface-visibility: hidden;
                    backface-visibility: hidden;
            -webkit-transform: translatez(0);
               -moz-transform: translatez(0);
                -ms-transform: translatez(0);
                 -o-transform: translatez(0);
                    transform: translatez(0);
            -webkit-perspective: 1000;
               -moz-perspective: 1000;
                -ms-perspective: 1000;
                 -o-perspective: 1000;
                    perspective: 1000;
        }
        .search-form .search-field.visible {
            max-height: 75px;
            -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
               -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
                -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
                 -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
                    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
        }
        .search-form input {
            position: absolute;
            top: 0;
            left: 50%;
            width: 958px;
            height: auto;
            max-height: 75px;
            margin-left: -479px;
            padding: 15px 0;
            border: 0;
            background: #468500;
            color: #aac592;
            font-weight: 300;
            font-size: 32px;
        }
        .search-form input::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }
        .search-form input::-ms-clear {
            display: none;
        }
        .search-form ::-webkit-input-placeholder {
            color: #7eba00;
        }
        .search-form :-moz-placeholder {
            color: #7eba00;
        }
        .search-form ::-moz-placeholder {
            color: #7eba00;
        }
        .search-form :-ms-input-placeholder {
            color: #7eba00;
        }

	/* probably not needed anymore, no newsletter signup like this anymore */ 
    .newsletter-form {
        clear: both;
        padding-bottom: 30px;
    }
        .newsletter-form p.response.error {
            color: red;
        }
            .newsletter-form p.response small {
                display: block;
            }
        .newsletter-form p.fields {
            -webkit-transition: opacity 0.3s ease;
               -moz-transition: opacity 0.3s ease;
                -ms-transition: opacity 0.3s ease;
                 -o-transition: opacity 0.3s ease;
                    transition: opacity 0.3s ease;
        }
            .newsletter-form label {
                display: block;
                padding-bottom: 10px;
            }
            .newsletter-form input {
                width: 160px;
                margin-right: 4px;
            }
            .newsletter-form input.error {
                border-color: red;
            }
            .newsletter-form input.success {
                border-color: #007B00;
            }
            .newsletter-form button {
                letter-spacing: 1px;
            }

    /* mailchimp form on own page */
    /* mc_signup for german, mc_embed_signup for english */
    .mc_interests_header, .mc-field-group {
	    padding-top: 10px;
    }
    
    #mc_signup label, #mc_embed_signup label {
			display: block;
			font-weight: bold;
    }
    #mc_signup input, #mc_embed_signup input {
	    width: 50%;
    }
    #mc_signup .mc_merge_var {
	    padding-top: 10px;
    }
    #mc_signup br, #mc_embed_signup br {
		display:none;
    }
    #mc_signup select, #mc_embed_signup select {
	    color: #000;
    }
    #mc_signup .mc_interest label, #mc_embed_signup .input-group label {
	    font-weight: normal;
	    display:inline;
    }
    #mc_embed_signup .input-group label {
	    border-left: 10px solid #FFF;
    }
    #mc_signup .mc_interest, #mc_embed_signup .input-group {
	    line-height: 2em;
    }
    #mc_signup .mc_interest br, #mc_embed_signup .input-group br {
	     display: inherit;
    }
    #mc_signup .mc_interest input, #mc_embed_signup .input-group input {
	    border: 1px solid #007B00;
	    width: auto;
	    -webkit-appearance: checkbox;
           -moz-appearance: checkbox;
                appearance: checkbox;
          -ms-touch-action: checkbox !important;

    }
    #mc_signup .button,
    #mc_embed_signup .button,
    .post-password-form input[type="submit"] {
	    max-height: 33px;
        padding: 7px 18px 8px;
        border: 0;
        background-color: #48b100;
        color: #000;
        -webkit-appearance: button;
           -moz-appearance: button;
                appearance: button;
        text-align: center;
        cursor: pointer;
        width: auto;
    }
    .post-password-form input[type="submit"] {
        margin: -1px 0 0 11px;
    }
    #mc_signup .button:hover,
    #mc_embed_signup .button:hover,
    .post-password-form input[type="submit"]:hover {
        background-color: #34A000;
    }
    .mc-subscribe-container {
	    padding-top: 10px;
	    text-align: center;
    }

    /* =HELPERS ---------------------------------------------------------------------------------------------------------------------------------------------- */
    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
    }
    .clearfix:after {
        clear: both;
    }
    .hd, [hidden] {
        display: none;
    }
    .ir {
        overflow: hidden;
        text-indent: 9999px;
        white-space: nowrap;
    }
    .fl {
        float: left;
    }
    .fr {
        float: right;
    }
    .ac {
        text-align: center;
    }
    .ar {
        text-align: right;
    }
    .gc {
        position: relative;
    }
    .gc:before,
    .gc:after {
        position: absolute;
        display: block;
        content: "";
        background-repeat: no-repeat;
    }
    .svg > .handheld .gc:before,
    .svg > .handheld .gc:after {
        background-image: url('../img/sprite.svg');
        background-size: 300px 60px;
    }
    /* english sprite */
    .svg > .handheld .en .gc:before,
    .svg > .handheld .en .gc:after {
        background-image: url('../img/sprite_en.svg');
    }
    .svg > .desktop .gc:before,
    .no-svg .gc:before,
    .svg > .desktop .gc:after,
    .no-svg .gc:after {
        background-image: url('../img/sprite.png');
    }
    /* english sprite - png fallback */
    .svg > .desktop .en .gc:before,
    .no-svg .en .gc:before,
    .svg > .desktop .en .gc:after,
    .no-svg .en .gc:after {
        background-image: url('../img/sprite_en.png');
    }

    /* booking form */
    .em-booking-form-details {
        padding: 0 !important;
    }
    .em-booking-form-details select {
        max-height: none !important;
    }
    .em-booking-form-details input.input, .em-booking-form-details textarea {
        width: 80% !important;
    }
    .em-booking-form-details textarea {
        max-height: 50px;
    }
        
    .em-booking-form-details .em-booking-submit {
        max-height: 33px;
        padding: 6px 18px 7px;
        border-color: #82c26e;
        background-color: #48b100;
        color: #000;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        text-align: center;
        cursor: pointer;
        width: auto;
        font-size: 1em;
    }
    .em-booking-form label {
        font-weight: bold;
    }

    .event-list-container {
        border-bottom: 1px solid #d7d7d7;
        padding-top: 10px;
    }
    .event-detail-basic-info {
        border-top: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7;
        padding-top: 15px;
    }
}



/*
    mobile styling
*/
@media only screen and (max-width: 980px) {
    /* =GLOBAL ---------------------------------------------------------------------------------------------------------------------------------------------- */
    * {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    html.no-js, html.js {
        overflow: auto;
        -webkit-text-size-adjust: none;
           -moz-text-size-adjust: none;
            -ms-text-size-adjust: none;
             -o-text-size-adjust: none;
                text-size-adjust: none;
    }
    body {
        -webkit-touch-callout: none;
    }
    img {
        max-width: 100% !important;
        height: auto;
    }


    /* =LAYOUT ---------------------------------------------------------------------------------------------------------------------------------------------- */
    .container {
        position: relative;
        overflow: hidden;
        min-width: 320px;
        -webkit-transform: translatez(0);
           -moz-transform: translatez(0);
            -ms-transform: translatez(0);
             -o-transform: translatez(0);
                transform: translatez(0);
        -webkit-perspective: 1000;
           -moz-perspective: 1000;
            -ms-perspective: 1000;
             -o-perspective: 1000;
                perspective: 1000;
    }
    .js .off-canvas {
        position: relative;
        width: 100%;
        padding-left: 270px;
        -webkit-box-sizing: content-box;
           -moz-box-sizing: content-box;
                box-sizing: content-box;
        -webkit-transition-duration: 0.3s;
           -moz-transition-duration: 0.3s;
             -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
        -webkit-transition-timing-function: ease;
           -moz-transition-timing-function: ease;
             -o-transition-timing-function: ease;
                transition-timing-function: ease;
    }
    .js.opera-mini .off-canvas {
        position: static;
        padding: 0;
    }
    /* default */
    .js.no-csstransforms.no-csstransforms3d .off-canvas {
        left: -270px;
        -webkit-transition-property: left;
           -moz-transition-property: left;
             -o-transition-property: left;
                transition-property: left;
    }
    .js.no-csstransforms.no-csstransforms3d .nav-visible .off-canvas {
        left: 0;
    }
    /* 2d transform */
    .js.csstransforms.no-csstransforms3d .off-canvas {
        -webkit-transform: translate(-270px, 0);
           -moz-transform: translate(-270px, 0);
            -ms-transform: translate(-270px, 0);
             -o-transform: translate(-270px, 0);
                transform: translate(-270px, 0);
        -webkit-transition-property: -webkit-transform;
           -moz-transition-property: -moz-transform;
             -o-transition-property: transform;
                transition-property: transform;
    }
    .js.csstransforms.no-csstransforms3d .nav-visible .off-canvas {
        -webkit-transform: translate(0, 0);
           -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
             -o-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    /* 3d transform */
    .js.csstransforms.csstransforms3d .off-canvas {
        -webkit-transform: translate3d(-270px, 0, 0);
           -moz-transform: translate3d(-270px, 0, 0);
            -ms-transform: translate3d(-270px, 0, 0);
             -o-transform: translate3d(-270px, 0, 0);
                transform: translate3d(-270px, 0, 0);
        -webkit-backface-visibility: hidden;
           -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
             -o-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
           -moz-transform-style: preserve-3d;
             -o-transform-style: preserve-3d;
                transform-style: preserve-3d;
    }
    .js.csstransforms.csstransforms3d .nav-visible .off-canvas {
        -webkit-transform: translate3d(0, 0, 0);
           -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
             -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    .top-module,
    .content-module,
    .footer-module {
        clear: both;
        width: 100%;
        padding: 0 20px;
    }
    .top-module {
        position: relative;
        padding: 0;
    }
        .nav-module {
            display: none;
        }
    .content-module,
    .footer-module > .wrapper {
        max-width: 768px;
        margin: 0 auto;
    }
    .footer-module > .wrapper {
    	max-width: 728px;
    }
    .content-module {
        padding: 35px 0;
    }
        .branding,
        .news-area,
        .intro-area,
        .txt-area,
        .sidebar {
            padding-left: 20px;
            padding-right: 20px;
        }
        .txt-area,
        .sidebar {
            float: none;
            width: 100%;
            padding-top: 0;
            border: 0;
        }
        .desktop.page .sidebar {
            display: none;
        }
    .mobile-nav {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 270px;
        min-height: 100%;
        padding: 1px;
        background: #007b00;
        color: #fff;
    }
    .opera-mini .mobile-nav {
        position: relative;
        clear: both;
        width: auto;
        min-height: 0;
        padding: 10px;
    }
        .mobile-nav a {
            display: block;
            padding: 8px 30px 8px 10px;
            color: #fff;
        }
    .footer-module {
        padding: 25px 20px;
    }

    .wrapper,
    .top-module > .wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .content-slider,
    .listed-entry .image,
    .listed-entry .description {
        width: 100%;
    }
    .listed-entry .image {
        margin-bottom: 15px;
    }


    /* =HEADERS & PARAGRAPHS -------------------------------------------------------------------------------------------------------------------------------- */
    .sidebar h1.parent-item {
        display: none;
    }

    .top-module p.menu-trigger {
        display: block;
    }

    .mobile-nav p.home {
        border-bottom: 1px solid #298700;
        text-transform: uppercase;
    }
        .mobile-nav p.home a:hover,
        .mobile-nav p.home a:active {
            background: #34a000;
            color: #fff;
        }

    .intro-area p.banner {
        min-height: 0;
    }
    .txt-area section > p.banner,
    .txt-area section > p.banner img {
        width: 100%;
    }

    .txt-area .txt-block p.featured-image {
        max-width: 100%;
    }


    /* =LISTS -------------------------------------------------------------------------------------------------------------------------------- */
    .mobile-nav ul.menu {
        width: 100%;
    }
        .mobile-nav ul.menu li {
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
        }
            .mobile-nav ul.menu a {
                border-bottom: 1px solid #298700;
            }
            .js .mobile-nav ul.menu .sub-wrapper {
                overflow: hidden;
                max-height: 0;
                -webkit-backface-visibility: hidden;
                   -moz-backface-visibility: hidden;
                    -ms-backface-visibility: hidden;
                     -o-backface-visibility: hidden;
                        backface-visibility: hidden;
                -webkit-transform: translatez(0);
                   -moz-transform: translatez(0);
                    -ms-transform: translatez(0);
                     -o-transform: translatez(0);
                        transform: translatez(0);
                -webkit-perspective: 1000;
                   -moz-perspective: 1000;
                    -ms-perspective: 1000;
                     -o-perspective: 1000;
                        perspective: 1000;
                -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 1, 1);
                   -moz-transition: all 0.4s cubic-bezier(0.42, 0, 1, 1);
                    -ms-transition: all 0.4s cubic-bezier(0.42, 0, 1, 1);
                     -o-transition: all 0.4s cubic-bezier(0.42, 0, 1, 1);
                        transition: all 0.4s cubic-bezier(0.42, 0, 1, 1);
            }
            .js.opera-classic .mobile-nav ul.menu .sub-wrapper,
            .js.opera-mini .mobile-nav ul.menu .sub-wrapper {
                display: none;
            }
            .mobile-nav ul.menu a:hover,
            .mobile-nav ul.menu a:active {
                background: #fff;
                color: #48b100;
            }
            .mobile-nav ul.menu li.has-children > a {
                position: relative;
                cursor: default;
            }
                .mobile-nav ul.menu li.has-children > a:after {
                    position: absolute;
                    top: 50%;
                    right: 10px;
                    display: block;
                    content: "";
                    width: 7px;
                    height: 7px;
                    margin-top: -3px;
                    background-position: -84px 0;
                }
                .mobile-nav ul.menu li.has-children > a:hover:after,
                .mobile-nav ul.menu li.has-children > a:active:after {
                    background-position: -84px -8px;
                }
                .mobile-nav ul.menu li.collapsed > a:after {
                    background-position: -92px 0;
                }
                .mobile-nav ul.menu li.collapsed > a:hover:after,
                .mobile-nav ul.menu li.collapsed > a:active:after {
                    background-position: -92px -8px;
                }
                .svg > .handheld .mobile-nav ul.menu li.has-children > a:after {
                    background-image: url('../img/sprite.svg');
                    background-size: 300px 60px;
                }
                .svg > .handheld .en .mobile-nav ul.menu li.has-children > a:after {
                    background-image: url('../img/sprite_en.svg');
                }
                .svg > .desktop .mobile-nav ul.menu li.has-children > a:after,
                .no-svg .mobile-nav ul.menu li.has-children > a:after {
                    background-image: url('../img/sprite.png');
                }
                .svg > .desktop .en .mobile-nav ul.menu li.has-children > a:after,
                .no-svg .en .mobile-nav ul.menu li.has-children > a:after {
                    background-image: url('../img/sprite_en.png');
                }
                .js .mobile-nav ul.menu li.collapsed > .sub-wrapper {
                    max-height: 999px;
                    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
                       -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
                        -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
                         -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
                            transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
                }
                .js.opera-classic .mobile-nav ul.menu li.collapsed > .sub-wrapper,
                .js.opera-mini .mobile-nav ul.menu li.collapsed > .sub-wrapper {
                    display: block;
                }
                    .mobile-nav ul.menu > li.has-children > .sub-wrapper > ul > li {
                        font-size: 15px;
                    }
                        .mobile-nav ul.menu > li.has-children > .sub-wrapper > ul > li > a {
                            padding-left: 22px;
                            border-color: #298700;
                            background: #209300;
                        }
                        .mobile-nav ul.menu > li.single-col > .sub-wrapper > ul > li.current-menu-item > a,
                        .mobile-nav ul.menu > li.has-children > .sub-wrapper > ul > li > a:hover,
                        .mobile-nav ul.menu > li.has-children > .sub-wrapper > ul > li > a:active {
                            background: #fff;
                            color: #48b100;
                        }
                            .mobile-nav ul.menu ul ul li {
                                font-weight: 400;
                                font-size: 13px;
                            }
                                .mobile-nav ul.menu ul ul a {
                                    padding-left: 34px;
                                    border-color: #319000;
                                    background: #34a000;
                                }
                                .mobile-nav ul.menu ul ul li.current-menu-item a,
                                .mobile-nav ul.menu ul ul a:hover,
                                .mobile-nav ul.menu ul ul a:active {
                                    background: #fff;
                                    color: #48b100;
                                }

    ul.home-list li {
        float: none;
        width: 100%;
        padding: 0;
        text-align: left;
    }
        ul.home-list a {
            position: relative;
            display: block;
            padding: 10px 30px 10px 0;
        }
            ul.home-list a:after {
                position: absolute;
                top: 50%;
                right: 7px;
                display: block;
                content: "";
                width: 8px;
                height: 13px;
                margin-top: -3px;
                background-position: -76px 0;
            }
            .svg > .handheld ul.home-list a:after {
                background-image: url('../img/sprite.svg');
                background-size: 300px 60px;
            }
            .svg > .handheld .en ul.home-list a:after {
                background-image: url('../img/sprite_en.svg');
            }
            .svg > .desktop ul.home-list a:after,
            .no-svg ul.home-list a:after {
                background-image: url('../img/sprite.png');
            }
            .svg > .desktop .en ul.home-list a:after,
            .no-svg .en ul.home-list a:after {
                background-image: url('../img/sprite_en.png');
            }

    ul.aside-list {
        border-top: 1px solid #e1e1e1;
    }

    .js ul.post-list li {
        width: 374px;
    }
        ul.post-list p.image {
            height: 177px;
        }

    .pag-nav {
        top: 18px;
    }
    .dir-nav {
        right: 20px;
    }


    /* =FORMS -------------------------------------------------------------------------------------------------------------------------------- */
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    input[type="password"],
    textarea,
    select {
        max-height: 33px;
    }

    .search-form {
        border-right: 0;
    }
        .search-form .search-field {
            position: absolute;
            z-index: 9999;
        }
        .search-form input {
            position: relative;
            left: 0;
            width: 100%;
            max-height: 75px;
            margin: 0;
            padding: 15px;
        }
}
@media only screen and (max-width: 767px) {
    @-ms-viewport {
        width: device-width;
    }

	#mc_signup input, #mc_embed_signup input {
	    width: 100%;
    }

    .content-module,
    .footer-module > .wrapper {
        max-width: 480px;
    }
    .footer-module > .wrapper {
        max-width: 440px;
    }

    p.anniversary{
		top: 35px;
    }

    h1.mission {
        clear: both;
        width: 100%;
        text-align: left;
    }
    .intro-area h2 {
        padding-right: 70px;
    }
    .news-area h1 {
        margin-bottom: 50px;
    }
    .js ul.post-list li {
        width: 100%;
    }
        ul.post-list p.image {
            height: 220px;
        }
    .pag-nav {
        top: 60px;
    }
    .dir-nav {
        display: none;
    }
    .foo-menu, .foo-form {
        float: none;
        width: 100%;
        text-align: left;
    }
}
@media only screen and (max-width: 479px) {
    .content-module,
    .footer-module > .wrapper {
        max-width: 100%;
        margin: 0;
    }
    h1.mission {
        display: none;
    }
    .intro-area h2,
    .news-area h1,
    .txt-area > h1,
    .txt-area section > h1,
    .txt-area section > p.banner,
    .txt-area .txt-block h1 {
        font-size: 30px;
        line-height: 37px;
    }
    .intro-area h2 {
        padding-right: 0;
    }
    .intro-area p,
    .txt-area .excerpt > p,
    ul.home-list li {
        font-size: 18px;
        line-height: 26px;
    }
    .intro-area p,
    .txt-area .excerpt > p {
        font-weight: 400;
    }
    .txt-area section > p.banner {
        width: 110%;
        width: -webkit-calc(100% + 40px);
        width:    -moz-calc(100% + 40px);
        width:         calc(100% + 40px);
        margin-left: -20px;
    }
    ul.post-list p.image {
        height: auto;
    }
    p.copyright strong {
        display: block;
    }
}
@media only screen and (max-width: 320px) {
    .foo-menu ul {
        width: 280px;
    }
        .foo-menu ul li {
            width: 140px;
        }
}



/*
    print styling
*/
@media print {
    /* =GLOBAL ---------------------------------------------------------------------------------------------------------------------------------------------- */
    * {
        background: #fff !important;
        color: #000 !important;
        text-shadow: none !important;
        box-shadow: none !important;
        filter: none !important;
    }
    html {
        font-size: 100.01%;
    }
    body {
        font: 62.5%/1.5 Calibri,'Lucida Grande','Helvetica Neue',Helvetica,Arial,sans-serif;
    }
    div, header, hgroup, nav, article, section, aside, footer, hr, ul, ol, p, h1, h2, h3 {
        display: block;
        margin: 0 0 15px;
    }
    li, dt, dd, p, figure, th, td, caption, pre {
        font-size: 15px;
    }
    img {
        display: block;
        max-width: 600px;
        page-break-inside: avoid;
    }
    a, a:visited {
        text-decoration: underline;
    }


    /* =LAYOUT ---------------------------------------------------------------------------------------------------------------------------------------------- */
    #content {
        clear: both;
        padding: 15px 0;
    }
    #footer {
        padding: 15px 0 0;
        border-top: 2px solid #ccc;
    }
    #top, #nav, .news-area, aside, form {
        display: none;
    }
    .listed-entry {
        padding-top: 25px;
    }


    /* =HEADERS & PARAGRAPHS -------------------------------------------------------------------------------------------------------------------------------- */
    h1, h2, h3, h4, h5, h6 {
        margin: 20px 0 10px;
        page-break-after: avoid;
        font-family: Cambria,Georgia,serif;
        line-height: 1.1;
        orphans: 3;
        widows: 3;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 19px;
		margin-top:20px;
    }
    h5 {
        font-size: 17px;
    }
    h6 {
        font-size: 15px;
    }
    h4, h5, h6 {
        text-transform: uppercase;
    }
    .branding h1 {
        margin-top: 0;
        font-size: 35px;
    }
    .branding h2 {
        font-weight: 400;
        font-size: 19px;
    }
    .listed-entry h2 {
        margin-top: 0;
    }
    p.meta {
        margin: 0;
        font-size: 13px;
    }
    p.menu, p.lang, p.archive, p.entry-nav {
        display: none;
    }
    #footer p {
        font-size: 13px;
    }


    /* =LISTS ---------------------------------------------------------------------------------------------------------------------------------------------- */
    ul, ol {
        padding-left: 30px;
    }
    ul ul, ol ol, ul ol, ol ul {
        margin-bottom: 0 !important;
    }
    nav, .foo-menu ul, .home-list, .pagination-list {
        display: none;
    }

    /* =HELPERS ---------------------------------------------------------------------------------------------------------------------------------------------- */
    .hd {
        display: none;
    }
    :last-child {
        margin-bottom: 0 !important;
    }
    @page {
        margin: 0.5cm;
    }
}
.anniversary {
    float: right;
    width: 135px;
}