@charset "UTF-8";
/* =======================================================================
Project - NParks - Skyrise Greenery

DEPENDENCIES
--------------------------------------------------------------------------
Normalize CSS

TABLE OF CONTENT
--------------------------------------------------------------------------
01 Global
02 Layout
03 Components
04 Media Queries (For miscellaneous styles)
========================================================================== */
/**
 * Responsive utilities from bootstrap 3
 */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600italic,700,700italic,800,600,300italic,800italic);

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1195px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media only screen and (min-width: 1196px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
/**
 * Buttons
 */
[class^=btn-], [class*=" btn-"], .btn {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-size: 0.8571428571em;
    color: #fff;
    padding: 8px 16px;
    background-color: #7e858a;
    margin: 5px 0;
    letter-spacing: 0.06em;
}

    [class^=btn-]:hover, [class^=btn-]:focus, [class*=" btn-"]:hover, [class*=" btn-"]:focus, .btn:hover, .btn:focus {
        background: #666;
    }

.btn-green {
    background-color: #78a22f;
}

.btn-dark-green {
    background-color: #016231;
}

.module__links {
    margin-top: 50px;
    text-align: center;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?6ov0w");
    src: url("../fonts/icomoon.eot?6ov0w#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?6ov0w") format("truetype"), url("../fonts/icomoon.woff?6ov0w") format("woff"), url("../fonts/icomoon.svg?6ov0w#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^=icon-],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-link:before {
    content: "";
}

.icon-angle-left:before {
    content: "";
}

.icon-angle-right:before {
    content: "";
}

.icon-angle-up:before {
    content: "";
}

.icon-angle-down:before {
    content: "";
}

.icon-chevron-thin-down:before {
    content: "";
}

.icon-chevron-thin-left:before {
    content: "";
}

.icon-chevron-thin-right:before {
    content: "";
}

.icon-chevron-thin-up:before {
    content: "";
}

.icon-circle-with-cross:before {
    content: "";
}

.icon-circle-with-plus:before {
    content: "";
}

.icon-menu::before {
    content: "";
}

.icon-close:before {
    content: "";
}

.icon-search:before {
    content: "";
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type=checkbox],
    input[type=radio] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
    input[type=search] {
        -webkit-appearance: textfield;
        /* 1 */
        box-sizing: content-box;
        /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type=search]::-webkit-search-cancel-button,
        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        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;
}

@-ms-viewport {
    width: device-width;
}
/* =======================================================================
01 Global
========================================================================== */
html {
    font-size: 0.875em;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.5;
    color: #363636;
    background: transparent;
    -webkit-animation: load 0.5s;
    -moz-animation: load 0.5s;
    animation: load 0.5s;
    font-size: 1em;
    padding: 0;
    margin: 0;
    min-width: 300px;
}

img {
    border: 0;
}

@-webkit-keyframes load {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }
}

@-moz-keyframes load {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }
}

@-o-keyframes load {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }
}

@keyframes load {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }
}
/**
 * Sass extensions
 */
.footer:before, .article:before, .awards-module__award .desc:before, .project-module:before, .home-fast-links:before, .stats > .wingspan:before, .landing-page-tabs:before, .header > .wingspan:before, .footer:after, .article:after, .awards-module__award .desc:after, .project-module:after, .home-fast-links:after, .stats > .wingspan:after, .landing-page-tabs:after, .header > .wingspan:after {
    content: "";
    display: table;
}

.footer:after, .article:after, .awards-module__award .desc:after, .project-module:after, .home-fast-links:after, .stats > .wingspan:after, .landing-page-tabs:after, .header > .wingspan:after {
    clear: both;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.page-intro h1, .article h1, .awards-module h1, .awards-module .module-title, .project-module h1 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.7142857143em;
    line-height: 1.2;
    word-spacing: 999px;
    margin-bottom: 0;
}

    .page-intro h1:after, .article h1:after, .awards-module h1:after, .awards-module .module-title:after, .project-module h1:after {
        display: block;
        content: "";
        height: 6px;
        width: 80px;
        margin-top: 20px;
        background: #78a22f;
    }

a {
    transition-duration: 200ms;
    transition-timing-function: linear;
    /* Webkit */
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    -webkit-backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

*, *:before, *:after {
    box-sizing: inherit;
}

/* =======================================================================
02 Layout
========================================================================== */
.wingspan {
    margin: auto;
    padding: 0 20px;
    max-width: 1024px;
    box-sizing: border-box;
}

.page-wrapper {
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    /* Webkit */
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 200ms;
    -webkit-backface-visibility: hidden;
    position: relative;
    left: 0;
    z-index: 2;
    background: #fff;
}

.mobile-menu {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 95px;
    right: 0;
    z-index: 999;
    overflow: auto;
    background-color: #fff;
    color: #363636;
}

.menu-open .mobile-menu {
    display: block;
    -webkit-overflow-scrolling: touch;
}

.fancybox-overlay .project-details {
    text-align: center;
}

    .fancybox-overlay .project-details dl {
        margin: 20px;
    }

    .fancybox-overlay .project-details dt {
        font-weight: bold;
    }

    .fancybox-overlay .project-details dd {
        font-weight: normal;
        margin: 0 0 15px;
    }

.main-content.has-background {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

    .main-content.has-background:before {
        content: "";
        background: transparent url("../images/gradient-mask.png") repeat-x;
        background-size: auto 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

.main-content-body {
    position: relative;
}

.backstretch {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* =======================================================================
03 Components
========================================================================== */
.header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 101;
    background-color: #fff;
}

.main_header {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
}

.site-logo {
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    /* Webkit */
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 200ms;
    -webkit-backface-visibility: hidden;
    max-width: 215px;
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
}

    .site-logo a {
        margin: 0;
        display: inline-block;
    }

    .site-logo .greenery_logo {
        margin-top: 0.75rem;
        width: 114px;
        height: auto;
    }

    .site-logo .nparks_logo {
        width: auto;
        height: 76px;
    }

.main-navigation {
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    /* Webkit */
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 200ms;
    -webkit-backface-visibility: hidden;
    position: relative;
    float: right;
    z-index: 25;
}

    .main-navigation .main_menu {
        padding-top: 10px;
    }

    .main-navigation li {
        position: relative;
        display: inline-block;
        margin-right: 20px;
    }

        .main-navigation li:last-child {
            margin-right: 0;
        }

    .main-navigation .active > a {
        color: #78a22f;
        border-bottom: 2px solid #78a22f;
        padding: 6px 0;
    }

    .main-navigation a {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        display: inline-block;
        text-transform: none;
        text-decoration: none;
        color: #363636;
        font-weight: bold;
        font-size: 1.1428571429em;
        padding: 6px 0;
    }

        .main-navigation a:hover, .main-navigation a:focus {
            color: #78a22f;
        }

    .main-navigation .children {
        position: absolute;
        min-width: 150px;
        display: none;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
        background-color: #ffffff;
    }

        .main-navigation .children li {
            display: block;
            margin: 0;
            border-bottom: 1px solid #cccccc;
            background: #ffffff;
            color: #363636;
        }

            .main-navigation .children li:hover {
                background-color: #006224;
            }

                .main-navigation .children li:hover a {
                    color: #fff;
                }

            .main-navigation .children li:last-child {
                border-bottom: 0;
            }

        .main-navigation .children a {
            display: block;
            padding: 17px 13px;
            font-weight: normal;
            text-transform: none;
        }

            .main-navigation .children a:active, .main-navigation .children a:visited {
                color: #02763a;
            }

    .main-navigation .search_icon {
        color: #333;
        transition: color 0.4s;
        font-size: 16px;
        cursor: pointer;
    }

.landing-page-tabs {
    position: relative;
    background-color: #016231;
}

    .landing-page-tabs li {
        float: left;
        width: 33.3333333333%;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }

        .landing-page-tabs li:last-child {
            border-right: 1px solid rgba(255, 255, 255, 0.5);
        }

        .landing-page-tabs li.active a {
            background: #78a22f;
        }

    .landing-page-tabs a {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        display: block;
        text-decoration: none;
        color: #fff;
        background: #016231;
        text-align: center;
        text-transform: uppercase;
        padding: 20px 5px;
    }

        .landing-page-tabs a:hover {
            background: #78a22f;
        }

.mobile-nav-controls {
    position: absolute;
    right: 20px;
    margin-top: -9px;
}

    .mobile-nav-controls .menu-toggle {
        text-decoration: none;
        color: #363636;
    }

        .mobile-nav-controls .menu-toggle #toggleMenu {
            vertical-align: bottom;
            font-weight: bold;
            font-size: 18px;
            position: absolute;
            right: 0;
            top: -4px;
        }

.persona-navigation-mobile {
    padding: 10px 20px;
    background-color: #5b7a24;
}

    .persona-navigation-mobile li {
        position: relative;
    }

        .persona-navigation-mobile li:last-child a {
            border-bottom: 0;
        }

    .persona-navigation-mobile a {
        display: block;
        font-size: 0.8571428571em;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #698e29;
        padding: 7px 0;
    }

.main-navigation-mobile {
    padding: 10px 20px 140px 20px;
}

    .main-navigation-mobile .parent {
        position: relative;
    }

    .main-navigation-mobile .toggle-icon {
        position: absolute;
        right: 3px;
        font-size: 24px;
        color: #363636;
        z-index: 10;
        padding: 5px;
    }

    .main-navigation-mobile a {
        display: block;
        font-size: 0.8571428571em;
        color: #363636;
        text-decoration: none;
        border-bottom: 1px solid #cccccc;
        padding: 7px 0;
    }

    .main-navigation-mobile .children a {
        padding-left: 25px;
    }

.top_header_gov {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    font-size: 14px;
    background-color: #f0f0f0;
    font-weight: 400;
    line-height: 16px;
    z-index: 101;
}

    .top_header_gov .top_nav {
        display: flex;
        align-items: center;
    }

    .top_header_gov img {
        width: 12px;
        object-fit: contain;
        margin-right: 13px;
    }

    .top_header_gov a {
        color: #333;
        text-decoration: none;
        cursor: pointer;
        font-size: 0.75rem;
    }

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.search_bar {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

    .search_bar .search_icon {
        color: #333;
        font-size: 21px;
        margin-right: 13px;
    }

    .search_bar .input_container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .search_bar .search_input {
        background-color: transparent;
        border: none;
        color: #333;
        font-size: 16px;
        font-family: inherit;
        outline: 0;
        padding: 12px 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .search_bar .search_button {
        color: #fff;
        background-color: #006224;
        font-size: 15px;
        letter-spacing: 0.5px;
        padding: 11px 15px;
        font-family: inherit;
        font-weight: normal;
        box-shadow: none;
        border: none;
        text-shadow: none;
    }

    .search_bar ::placeholder {
        color: #767676;
        font-style: italic;
    }

.mobile-menu .search_bar .search_button {
    color: #016231;
    background-color: #fff;
    padding: 7px 8px;
    font-size: 15px;
    letter-spacing: normal;
    font-family: inherit;
    font-weight: 700;
    box-shadow: none;
    border: none;
    text-shadow: none;
}

.mobile-menu .search_bar .search_input {
    font-size: 14px;
}

.header_announcement {
    color: #333;
    background-color: #ffce00;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0;
    display: flex;
    align-items: center;
}

    .header_announcement .wingspan {
        display: flex;
        align-items: center;
    }

    .header_announcement .content {
        position: relative;
        width: calc(100% - 25px);
        float: left;
    }

        .header_announcement .content a {
            color: #000 !important;
            cursor: pointer;
            text-decoration: none;
        }

    .header_announcement .text {
        font-size: 14px;
        margin: 0;
        font-weight: 400;
        padding-right: 70px;
        box-sizing: border-box;
        width: 100%;
    }

    .header_announcement .announcement-prev {
        position: absolute;
        z-index: 11;
        right: 53px;
        font-size: 24px;
        top: calc(50% - 0.5em);
        line-height: 1em;
        outline-color: #fff;
    }

    .header_announcement .announcement-next {
        position: absolute;
        right: 15px;
        z-index: 11;
        top: calc(50% - 0.5em);
        line-height: 1em;
        font-size: 24px;
        outline-color: #fff;
    }

    .header_announcement .custom_paging {
        position: absolute;
        right: 28px;
        font-size: 14px;
        line-height: 1em;
        top: calc(50% - 0.5em);
        font-weight: 400;
    }

        .header_announcement .custom_paging :not(.slick-active) {
            display: none;
        }

    .header_announcement .close {
        font-size: 20px;
        cursor: pointer;
        outline-color: #fff;
    }

    .header_announcement .link {
        font-weight: bold;
        color: #016231;
    }

.resize-text {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

    .resize-text button {
        background: #f0f0f0;
        margin-right: 0 !important;
        border: 0;
        padding: 4px 12px;
        color: #b0b0b0;
        font-weight: normal;
        font-size: 16px;
    }

.font-resizer .js-resizer.is-active {
    color: #5f5f5f;
    font-weight: 600;
}

.menu_text {
    position: absolute;
    right: 64px;
}

body.font-reset {
    font-size: 1em;
}

body.font-big {
    font-size: 1.25rem;
}

body.font-small {
    font-size: 0.875rem;
}

@media only screen and (max-width: 1320px) {
    .main-navigation li:last-child .children {
        left: auto;
        right: -20px;
    }
}

@media only screen and (min-width: 1024px) {
    .header {
        padding: 0;
    }

        .header.sticky {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
        }

    .main-navigation li {
        margin-right: 13px;
    }
}

@media only screen and (min-width: 1196px) {
    .main-navigation li {
        margin-right: 20px;
    }

        .main-navigation li:last-child {
            margin-right: 0;
        }
}

@media only screen and (max-width: 1023px) {
    .top_header_gov a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {
    .main_header {
        display: flex;
        align-items: center;
    }

    .site-logo {
        padding-top: 0;
    }

        .site-logo .nparks_logo {
            width: 39px;
            height: auto;
        }

        .site-logo .site-logo .nparks_logo {
            width: 80px;
            height: auto;
        }
}

@media only screen and (max-width: 768px) {
    .header_announcement {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .header_announcement {
        display: block;
    }
}

.home-banner {
    position: relative;
    min-height: 350px;
    padding: 30px 0;
}

    .home-banner .image {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-position: left center;
        background-size: cover;
    }

        .home-banner .image img {
            display: block;
            width: 100%;
        }

    .home-banner .introduction {
        position: relative;
        margin: 25px auto;
        color: #fff;
    }

        .home-banner .introduction h1, .home-banner .introduction .banner-title {
            font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 3.9507142857em;
            font-weight: normal;
            line-height: 0.875;
            text-transform: uppercase;
            margin-bottom: 0;
            text-shadow: -1px 1px 2px #000;
        }

        .home-banner .introduction p {
            font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 400;
            margin-top: 5px;
            font-size: 1.0714285714em;
            text-shadow: -1px 1px 2px #000;
        }

        .home-banner .introduction a {
            font-size: 1.2142857143em;
            letter-spacing: 0.14em;
            padding: 15px 20px;
        }

@media only screen and (min-width: 400px) {
    .home-banner .introduction h1, .home-banner .introduction .banner-title {
        letter-spacing: 0.06em;
    }
}

@media only screen and (min-width: 1024px) {
    .home-banner {
        min-height: 430px;
        margin-bottom: -40px;
    }

        .home-banner .introduction {
            margin-top: 150px;
        }

            .home-banner .introduction h1, .home-banner .introduction .banner-title {
                font-size: 5.1428571429em;
                letter-spacing: 0.12em;
            }

            .home-banner .introduction p {
                font-size: 1.2857142857em;
            }

        .home-banner .introduction-content {
            width: 50%;
        }
}

.stats {
    position: relative;
    padding: 30px 0;
    text-align: center;
    background-size: cover;
    background-align: center center;
}

    .stats:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.9);
        z-index: 0;
    }

.stats__stat-block {
    position: relative;
}

    .stats__stat-block .chart-label {
        padding: 0 20px;
        font-size: 0.9285714286em;
    }

.figure-stats {
    position: relative;
    height: 100px;
    padding-top: 10px;
}

    .figure-stats .figure {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #78a22f;
        font-size: 3.4285714286em;
    }

    .figure-stats .denominator {
        position: absolute;
        font-size: 1.1428571429em;
        top: 60px;
        right: 50%;
        margin-right: -58px;
    }

.donut-chart {
    position: relative;
    width: 90px;
    height: 100px;
    margin: auto;
}

    .donut-chart .value {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -28px;
        font-size: 2.2857142857em;
    }

        .donut-chart .value i {
            font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 0.5714285714em;
            font-weight: bold;
        }

    .donut-chart circle {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        cx: 45px;
        cy: 45px;
        r: 40px;
        stroke: #016231;
        stroke-dashoffset: 252px;
        stroke-width: 8px;
        stroke-dasharray: 252px, 252px;
        transform-origin: 45px 45px;
        fill: none;
    }

@media only screen and (max-width: 479px) {
    .stats__stat-block {
        max-width: 300px;
        margin: 15px auto;
    }
}

@media only screen and (min-width: 480px) {
    .stats__stat-block {
        width: 33.3333333333%;
        float: left;
    }
}

@media only screen and (min-width: 768px) {
    .figure-stats {
        height: 140px;
        padding-top: 20px;
    }

        .figure-stats .figure {
            font-size: 4.8571428571em;
        }

        .figure-stats .denominator {
            font-size: 1.7142857143em;
            top: 90px;
            right: 50%;
            margin-right: -80px;
        }

    .donut-chart {
        width: 140px;
        height: 140px;
    }

        .donut-chart .value {
            margin-top: -35px;
            font-size: 3.4285714286em;
        }

            .donut-chart .value i {
                font-size: 0.5em;
            }

        .donut-chart circle {
            cx: 70px;
            cy: 70px;
            r: 60px;
            stroke-width: 13px;
            stroke-dashoffset: 378px;
            stroke-dasharray: 378px, 378px;
            transform-origin: 70px 70px;
        }
}

.home-fast-links a {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    position: relative;
    display: block;
    text-align: center;
    padding: 25px 50px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 2px 2px #666;
    font-size: 1.1428571429em;
    overflow: hidden;
    background: #78a22f;
}

    .home-fast-links a:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 0;
        margin-left: -3px;
    }

    .home-fast-links a span {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 98%;
    }

.home-fast-links .thumbnail {
    transition-duration: 200ms;
    transition-timing-function: linear;
    /* Webkit */
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    opacity: 0.2;
}

    .home-fast-links .thumbnail img {
        width: 100%;
    }

.home-fast-links li:nth-child(even) a {
    background: #016231;
}

@media only screen and (min-width: 768px) {
    .home-fast-links li {
        width: 33.3333333333%;
        float: left;
    }

    .home-fast-links a {
        height: 185px;
        padding: 0 20px;
        font-size: 1.5714285714em;
    }
}

@media only screen and (min-width: 1024px) {
    .home-fast-links a:hover .thumbnail, .home-fast-links a:focus .thumbnail {
        opacity: 0.2;
    }

    .home-fast-links .thumbnail {
        opacity: 0;
    }
}

.project-module {
    padding: 25px 0;
}

    .project-module h1 {
        font-size: 1.9285714286em;
    }

    .project-module .slick-dots {
        display: block;
        text-align: center;
        margin-top: 15px;
    }

        .project-module .slick-dots li {
            display: inline-block;
            margin: 0 10px;
        }

        .project-module .slick-dots .slick-active button {
            background: #78a22f;
        }

        .project-module .slick-dots button {
            display: block;
            background: #c7c6c2;
            border: 0;
            overflow: hidden;
            text-indent: -9999px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            padding: 0;
            outline: 0;
        }

.project-module__carousel-block {
    margin-top: 25px;
}

.project-module__carousel-dots {
    margin: 20px auto 15px;
}

.project-module__project {
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    /* Webkit */
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 200ms;
    -webkit-backface-visibility: hidden;
    position: relative;
    opacity: 0.4;
}

    .project-module__project.slick-active {
        opacity: 1;
    }

    .project-module__project .project-details {
        transition-duration: 500ms;
        transition-timing-function: linear;
        /* Webkit */
        -webkit-transition-timing-function: linear;
        -webkit-transition-duration: 500ms;
        -webkit-backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        text-align: center;
        color: #fff;
        opacity: 0;
        background: rgba(0, 0, 0, 0.6);
    }

        .project-module__project .project-details:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 100%;
        }

        .project-module__project .project-details dt {
            font-weight: bold;
        }

        .project-module__project .project-details dd {
            margin: 0 0 15px;
            font-size: 0.9285714286em;
        }

        .project-module__project .project-details dl, .project-module__project .project-details p {
            transition: inherit;
        }

    .project-module__project .thumbnail img {
        width: 100%;
    }

    .project-module__project .more-details {
        position: absolute;
        padding: 5px 10px;
        bottom: 10px;
        background: #016231;
        left: 10px;
        color: #fff;
        text-shadow: 1px 1px #666;
        z-index: 21;
    }

        .project-module__project .more-details i {
            margin-right: 5px;
        }

    .project-module__project .cta {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 20;
    }

        .project-module__project .cta h2 {
            margin: 0;
            font-size: 0.9285714286em;
            font-weight: normal;
        }

            .project-module__project .cta h2 .icon-link {
                position: relative;
                font-size: 16px;
                top: 2px;
                font-weight: bold;
            }

        .project-module__project .cta a {
            color: #7e858a;
            display: block;
            text-decoration: none;
            background: #d9d3d1;
            padding: 10px 20px;
            text-transform: uppercase;
        }

            .project-module__project .cta a:hover, .project-module__project .cta a:focus {
                background: #ab9e99;
                color: #fff;
            }

.project-module__description-block .module__links {
    margin-top: 0;
}

    .project-module__description-block .module__links a {
        padding: 6px 9px;
    }

.project-module__description {
    color: #7e858a;
    font-size: 0.8571428571em;
}

@media only screen and (min-width: 1024px) {
    .project-module {
        position: relative;
        min-height: 500px;
    }

        .project-module h1 {
            width: 16.3%;
        }

        .project-module .slick-list {
            overflow: visible;
            max-width: 680px;
            min-height: 475px;
        }

        .project-module .slick-slide {
            width: 650px;
            margin-right: 8px;
        }

        .project-module .slick-arrow {
            transition-duration: 200ms;
            transition-timing-function: linear;
            /* Webkit */
            -webkit-transition-timing-function: linear;
            -webkit-transition-duration: 200ms;
            -webkit-backface-visibility: hidden;
            position: absolute;
            left: 672px;
            z-index: 1;
            top: 50%;
            width: 35px;
            height: 62px;
            background: #78a22f;
            border: 0;
            color: #fff;
        }

            .project-module .slick-arrow:hover {
                width: 42px;
            }

                .project-module .slick-arrow:hover .line {
                    width: 18px;
                    height: 2px;
                }

                .project-module .slick-arrow:hover .icon-chevron-thin-right, .project-module .slick-arrow:hover .icon-chevron-thin-left {
                    font-weight: 900;
                }

            .project-module .slick-arrow i {
                display: inline-block;
                vertical-align: middle;
            }

            .project-module .slick-arrow .icon-chevron-thin-right {
                font-size: 16px;
                margin-left: -9px;
            }

            .project-module .slick-arrow .icon-chevron-thin-left {
                margin-right: -9px;
            }

            .project-module .slick-arrow .line {
                transition-duration: 200ms;
                transition-timing-function: linear;
                /* Webkit */
                -webkit-transition-timing-function: linear;
                -webkit-transition-duration: 200ms;
                -webkit-backface-visibility: hidden;
                height: 1px;
                width: 11px;
                background: #fff;
                right: 0;
                top: 50%;
                margin-top: -1px;
            }

        .project-module .slick-prev {
            margin-top: 64px;
        }

        .project-module .slick-next {
            margin-top: 0;
        }

        .project-module .slick-disabled {
            opacity: 0;
        }

    .project-module__description-block {
        width: 16.3%;
        padding-right: 20px;
    }

        .project-module__description-block .project-module__description {
            font-size: 0.9285714286em;
            margin: 30px 0;
        }

        .project-module__description-block .module__links .btn-green {
            width: 100%;
        }

    .project-module__carousel-block {
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

    .project-module__project .project-details {
        text-transform: uppercase;
    }

        .project-module__project .project-details dl, .project-module__project .project-details p {
            opacity: 0;
        }

    .project-module__project:hover .project-details {
        display: block;
        opacity: 1;
    }

    .project-module__project:hover .centralised {
        display: inline-block;
        vertical-align: middle;
    }

    .project-module__project .more-details {
        display: none;
    }

    .project-module__project.slick-current:hover .project-details dl, .project-module__project.slick-current:hover .project-details p {
        opacity: 1;
    }
}

@media only screen and (max-width: 768px) {
    .project-module__project .thumbnail img {
        height: 280px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 768px) {
    .project-module__project .thumbnail img {
        height: 500px;
        object-fit: cover;
    }
}

.awards-module {
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 40px 0;
}

    .awards-module:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.9);
        z-index: 0;
    }

    .awards-module h1, .awards-module .module-title {
        margin-bottom: 30px;
    }

    .awards-module .wingspan {
        position: relative;
    }

    .awards-module .slick-slide {
        outline: 0;
    }

    .awards-module .slick-dots {
        display: block;
        text-align: center;
        margin-top: 15px;
    }

        .awards-module .slick-dots li {
            display: inline-block;
            margin: 0 10px;
        }

        .awards-module .slick-dots .slick-active button {
            background: #78a22f;
        }

        .awards-module .slick-dots button {
            display: block;
            background: #c7c6c2;
            border: 0;
            overflow: hidden;
            text-indent: -9999px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            padding: 0;
            outline: 0;
        }

.awards-module__award {
    position: relative;
    min-height: 320px;
}

    .awards-module__award h2 {
        font-weight: 400;
        font-size: 1.7142857143em;
        text-transform: uppercase;
        padding-right: 80px;
        line-height: 1.3;
        margin-bottom: 10px;
        letter-spacing: 0.06em;
    }

    .awards-module__award .thumbnail {
        position: absolute;
        top: 85px;
        right: 0;
        max-width: 240px;
        width: 60%;
    }

        .awards-module__award .thumbnail img {
            width: 100%;
            border-radius: 50%;
        }

    .awards-module__award .desc {
        font-size: 0.9285714286em;
    }

        .awards-module__award .desc p {
            margin-top: 15px;
            color: #7e858a;
            float: left;
            width: 40%;
        }

@media only screen and (min-width: 580px) {
    .awards-module__award {
        min-height: 250px;
    }
}

@media only screen and (min-width: 768px) {
    .awards-module .slick-slide {
        margin-right: 30px;
    }

    .awards-module .module__links {
        position: absolute;
        right: 10px;
        top: 0;
        margin-top: 0;
    }

    .awards-module__award {
        min-height: 280px;
    }
}

@media only screen and (min-width: 1024px) {
    .awards-module .slick-dots button {
        width: 13px;
        height: 13px;
    }

    .awards-module__award {
        min-height: 310px;
    }

        .awards-module__award .thumbnail {
            width: 65%;
        }

        .awards-module__award .desc p {
            width: 35%;
        }
}

.article {
    padding: 50px 0;
}

    .article h1 {
        line-height: 1.2;
        word-spacing: inherit;
        font-weight: bold;
        margin: 0 0 30px;
    }

    .article p {
        line-height: 1.8;
    }

    .article h2,
    .article h3,
    .article h4,
    .article h5,
    .article h6 {
        color: #78a22f;
    }

    .article h2 {
        font-size: 1.1428571429em;
        margin: 1.5em 0 0;
    }

    .article figure {
        display: inline-block;
        position: relative;
        margin: 0 0 15px;
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center center;
    }

    .article figcaption {
        position: absolute;
        background: rgba(1, 100, 50, 0.8);
        width: 100%;
        left: 0;
        bottom: 0;
        color: #fff;
        padding: 5px 10px;
    }

    .article img {
        max-width: 100%;
        height: auto;
    }

    .article .print-image {
        display: none;
    }

.breadcrumb {
    background-color: #295f36;
    padding: 17px 0;
    color: #fff;
}

    .breadcrumb ul {
        list-style: none;
        background-color: transparent;
    }

        .breadcrumb ul li {
            display: inline;
            font-size: 16px;
            font-weight: normal;
        }

            .breadcrumb ul li a {
                color: #fff;
                text-decoration: underline;
                white-space: nowrap;
            }

            .breadcrumb ul li li a:hover {
                text-decoration: underline;
            }

        .breadcrumb ul .icon {
            display: inline-block;
            font-size: 12px;
            vertical-align: middle;
            position: relative;
            margin-left: 5px;
        }

@media only screen and (min-width: 1024px) {
    .article {
        width: 80%;
        margin: auto;
        padding-top: 80px;
    }

        .article .align-left {
            float: left;
            margin: 0 15px 15px 0;
            clear: left;
        }

        .article .align-right {
            float: right;
            margin: 0 0 15px 15px;
            clear: right;
        }

        .article .align-center {
            text-align: center;
        }

    figure.align-left, figure .align-right, figure .align-center {
        width: 50%;
    }
}

.page-intro {
    margin-bottom: 20px;
}

    .page-intro h1 {
        font-weight: bold;
        margin-bottom: 30px;
    }

.landing__list-wrapper:before, .landing__list-wrapper:after {
    content: "";
    display: table;
}

.landing__list-wrapper:after {
    clear: both;
}

.landing__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .landing__list li {
        float: left;
        width: 100%;
        height: 250px;
        position: relative;
        margin-bottom: 10px;
    }

        .landing__list li:before {
            content: "";
            background-color: rgba(255, 255, 255, 0.4);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

        .landing__list li img {
            width: 100%;
        }

    .landing__list a {
        background-color: rgba(120, 162, 47, 0.8);
        text-decoration: none;
        width: 60%;
        height: 50%;
        padding: 15px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .landing__list a:hover {
            background-color: #78a22f;
        }

        .landing__list a h4 {
            font-size: 1.7857142857em;
            color: #fff;
            margin: 0;
        }

        .landing__list a p {
            color: #fff;
            margin: 0;
        }

@media only screen and (min-width: 768px) {
    .landing__list li {
        width: 49%;
        margin-left: 2%;
    }

        .landing__list li:nth-child(odd) {
            margin-left: 0;
        }
}

@media only screen and (min-width: 1024px) {
    .inner-wrapper {
        width: 80%;
        margin: auto;
    }

    .page-intro {
        padding-top: 80px;
    }
}

.gallery-container {
    position: relative;
}

    .gallery-container:before {
        display: table;
        content: "";
    }

    .gallery-container:after {
        display: table;
        content: "";
        clear: both;
    }

    .gallery-container .btn-slide-toggle {
        display: none;
    }

.gallery__intro {
    background-color: #000;
    width: 100%;
    height: 40%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

    .gallery__intro * {
        color: #fff;
    }

    .gallery__intro p {
        color: #989898;
    }

    .gallery__intro h3 {
        font-size: 1.42857em;
    }

    .gallery__intro a {
        color: #78a22f;
        font-weight: 500;
        text-decoration: none;
    }

        .gallery__intro a:hover {
            text-decoration: underline;
        }

.gallery-intro__content {
    height: 100%;
    position: relative;
}

    .gallery-intro__content .gallery-intro-list {
        margin: 0;
        padding: 0;
        list-style-type: none;
        height: 100%;
    }

        .gallery-intro__content .gallery-intro-list li {
            height: 100%;
            display: none;
            position: relative;
        }

.projects .gallery-intro__content {
    padding: 40px 20px 20px;
}

.gallery__viewport {
    width: 100%;
    height: 55%;
    position: relative;
}

    .gallery__viewport .bx-wrapper {
        height: 100% !important;
    }

    .gallery__viewport .bx-viewport {
        height: 100% !important;
    }

    .gallery__viewport .bx-controls {
        width: 100%;
        position: absolute;
    }

    .gallery__viewport .bx-controls-direction {
        height: 100%;
    }

    .gallery__viewport .bx-prev {
        height: 100%;
        background-color: #016231;
        text-decoration: none;
        text-align: center;
        color: #fff;
        display: inline-block;
        width: 50%;
        border: 0;
        right: 0;
        border-right: 1 px solid #666;
    }

        .gallery__viewport .bx-prev:before {
            content: "";
            width: 0;
            height: 100%;
            display: inline-block;
            vertical-align: middle;
        }

        .gallery__viewport .bx-prev i {
            vertical-align: middle;
        }

        .gallery__viewport .bx-prev span {
            vertical-align: middle;
        }

        .gallery__viewport .bx-prev:hover {
            background-color: #02944a;
        }

    .gallery__viewport .bx-next {
        height: 100%;
        background-color: #016231;
        text-decoration: none;
        text-align: center;
        color: #fff;
        display: inline-block;
        width: 50%;
        border: 0;
        left: 0;
    }

        .gallery__viewport .bx-next:before {
            content: "";
            width: 0;
            height: 100%;
            display: inline-block;
            vertical-align: middle;
        }

        .gallery__viewport .bx-next i {
            vertical-align: middle;
        }

        .gallery__viewport .bx-next span {
            vertical-align: middle;
        }

        .gallery__viewport .bx-next:hover {
            background-color: #02944a;
        }

    .gallery__viewport .bx-prev.slide-disabled {
        background-color: #666;
        color: #7e858a;
    }

    .gallery__viewport .bx-next.slide-disabled {
        background-color: #666;
        color: #7e858a;
    }

.gallery__master-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
    position: relative;
}

    .gallery__master-list .gallery__master-item {
        border: 0;
        position: relative;
        height: 100%;
    }

    .gallery__master-list .dynamic-load {
        display: none;
    }

    .gallery__master-list .fancy-init {
        display: block;
        height: 100%;
        width: 100%;
    }

.gallery__images {
    height: 100%;
}

    .gallery__images .gallery__images-list {
        margin: 0;
        padding: 0;
        list-style-type: none;
        height: 100%;
    }

        .gallery__images .gallery__images-list:before {
            display: table;
            content: "";
        }

        .gallery__images .gallery__images-list:after {
            display: table;
            content: "";
            clear: both;
        }

        .gallery__images .gallery__images-list li {
            height: 100%;
            position: relative;
        }

    .gallery__images .slick-list {
        height: 100%;
    }

    .gallery__images .slick-track {
        height: 100%;
    }

    .gallery__images .slick-prev {
        background: none;
        padding: 0;
        border: 0;
        color: #fff;
        font-size: 3em;
        outline: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 5;
        left: 0;
    }

        .gallery__images .slick-prev:hover {
            color: #78a22f;
        }

    .gallery__images .slick-next {
        background: none;
        padding: 0;
        border: 0;
        color: #fff;
        font-size: 3em;
        outline: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: 5;
        right: 0;
    }

        .gallery__images .slick-next:hover {
            color: #78a22f;
        }

    .gallery__images .slick-prev.slick-disabled {
        visibility: hidden;
    }

    .gallery__images .slick-next.slick-disabled {
        visibility: hidden;
    }

.ad-icon-plus {
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
}

    .ad-icon-plus:before {
        content: "";
        width: 10px;
        height: 2px;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 4px;
    }

    .ad-icon-plus:after {
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-backface-visibility: hidden;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        content: "";
        width: 2px;
        height: 10px;
        background-color: #fff;
        display: block;
        position: absolute;
        left: 4px;
    }

    .ad-icon-plus.ad-icon-switched:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.accordion .accordion-content {
    display: none;
}

.projects {
    overflow: hidden;
}

    .projects .main-content {
        border-top: 0;
    }

.projects-filter-container {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-backface-visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

    .projects-filter-container .btn-float-circle {
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-backface-visibility: hidden;
        background-color: #016231;
        position: absolute;
        top: 10px;
        right: 0;
        margin-right: -60px;
        z-index: 3;
    }

        .projects-filter-container .btn-float-circle i {
            font-size: 1.3em;
            position: relative;
            top: 1px;
        }

    .projects-filter-container.faded-in {
        height: 100%;
        width: 100%;
    }

        .projects-filter-container.faded-in .btn-float-circle {
            background-color: #78a22f;
            margin-right: 10px;
        }

.projects-filter {
    background-color: #666;
    height: 100%;
    padding: 20px;
    width: 100%;
    display: none;
    top: 0;
    left: 0;
    overflow: hidden;
}

    .projects-filter h3 {
        color: #fff;
    }

    .projects-filter .js-filter-categories legend {
        margin-bottom: 10px;
        color: #fff;
        text-transform: uppercase;
        font-size: 0.92857em;
    }

    .projects-filter .js-filter-categories label {
        text-transform: uppercase;
        font-weight: bold;
    }

    .projects-filter .filter-group {
        color: #fff;
    }

        .projects-filter .filter-group input[type=checkbox] {
            display: none;
        }

            .projects-filter .filter-group input[type=checkbox] + label {
                font-size: 0.92857em;
                color: #fff;
                display: block;
                position: relative;
                cursor: pointer;
                margin-bottom: 10px;
            }

                .projects-filter .filter-group input[type=checkbox] + label:before {
                    content: "";
                    width: 10px;
                    height: 10px;
                    background-color: transparent;
                    border: 1px solid #fff;
                    display: inline-block;
                    margin-right: 5px;
                }

                .projects-filter .filter-group input[type=checkbox] + label:after {
                    -webkit-transition-timing-function: ease-in-out;
                    transition-timing-function: ease-in-out;
                    -webkit-transition-duration: 0.25s;
                    transition-duration: 0.25s;
                    -webkit-transition-property: all;
                    transition-property: all;
                    -webkit-backface-visibility: hidden;
                    -webkit-transform: scale(2);
                    -moz-transform: scale(2);
                    -ms-transform: scale(2);
                    -o-transform: scale(2);
                    transform: scale(2);
                    content: "";
                    width: 10px;
                    height: 10px;
                    background-color: #fff;
                    opacity: 0;
                    display: block;
                    position: absolute;
                    top: 4px;
                    left: 0;
                }

            .projects-filter .filter-group input[type=checkbox]:checked + label:after {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                opacity: 1;
            }

        .projects-filter .filter-group .text-field {
            padding: 2px 5px;
            width: 60px;
            border: 1px solid #fff;
            background-color: transparent;
            color: #fff;
            text-align: center;
        }

        .projects-filter .filter-group .error-msg {
            color: #ff0;
            font-size: 0.85714em;
            margin: 5px 0 10px;
            display: block;
        }

    .projects-filter .filter-title {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 10px 20px 10px 0;
        position: relative;
    }

        .projects-filter .filter-title a {
            color: #fff;
            text-decoration: none;
            font-size: 0.92857em;
        }

        .projects-filter .filter-title i {
            position: absolute;
            top: 15px;
            right: 0;
        }

    .projects-filter .filter-choices:before {
        display: table;
        content: "";
    }

    .projects-filter .filter-choices:after {
        display: table;
        content: "";
        clear: both;
    }

    .projects-filter .filter-submit {
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-backface-visibility: hidden;
        border: 0;
        background-color: #fff;
        padding: 10px 40px;
        margin-top: 20px;
    }

        .projects-filter .filter-submit:hover {
            background-color: #e6e6e6;
        }

.projects__gallery {
    height: 100%;
    width: 100%;
    float: left;
    position: relative;
}

    .projects__gallery .pager {
        color: #fff;
        font-size: 1.28571em;
        position: absolute;
        z-index: 2;
    }

.project-desc {
    float: left;
    padding: 0 10px;
}

    .project-desc .project-desc__item {
        margin-bottom: 20px;
    }

    .project-desc h3 {
        font-size: 1.28571em;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .project-desc address {
        font-size: 0.85714em;
        color: #fff;
        margin-bottom: 5px;
    }

    .project-desc p {
        font-size: 0.85714em;
        margin-bottom: 5px;
    }

    .project-desc span {
        display: block;
    }

    .project-desc .subject {
        font-size: 0.85714em;
        color: #666;
        text-transform: uppercase;
    }

    .project-desc .value {
        font-size: 0.85714em;
        color: #fff;
    }

.projects__no-results {
    padding: 50px;
    height: 100%;
    background-color: #000;
}

    .projects__no-results p {
        font-weight: bold;
        color: #fff;
    }

.features {
    overflow: hidden;
}

    .features .main-content {
        border-top: 0;
    }

    .features .congrat-message {
        background-color: #78a22f;
        width: 100%;
        padding: 5px 20px;
    }

        .features .congrat-message:before {
            display: table;
            content: "";
        }

        .features .congrat-message:after {
            display: table;
            content: "";
            clear: both;
        }

        .features .congrat-message h2 {
            color: #fff;
            width: 25%;
            text-transform: uppercase;
            float: left;
            margin: 0;
        }

        .features .congrat-message p {
            font-size: 1.14286em;
            color: #fff;
            width: 100%;
            float: left;
            text-align: center;
            margin: 0;
        }

    .features .award-header {
        padding: 20px;
        background-color: #3a3a3a;
        z-index: 3;
    }

        .features .award-header h2 {
            color: #fff;
            margin: 0;
            font-weight: bold;
            font-size: 1.21429em;
        }

        .features .award-header a {
            color: #fff;
            text-decoration: none;
            position: relative;
        }

            .features .award-header a i {
                -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
                -webkit-transition-duration: 0.25s;
                transition-duration: 0.25s;
                -webkit-transition-property: all;
                transition-property: all;
                -webkit-backface-visibility: hidden;
                font-size: 1.5em;
                position: absolute;
                top: -2px;
                left: 5px;
            }

            .features .award-header a span {
                padding-left: 25px;
                display: block;
            }

            .features .award-header a:hover i {
                left: 0;
            }

    .features .btn-download {
        width: 100%;
        padding: 10px 10px 10px 20px;
        color: #fff;
        text-transform: none;
        display: block;
        position: absolute;
        top: 0;
        margin: 0;
        z-index: 1;
        text-align: left;
    }

        .features .btn-download i {
            font-size: 1.4em;
            vertical-align: middle;
            margin-right: 5px;
        }

    .features .photo-credit {
        padding-right: 20px;
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        text-align: right;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

        .features .photo-credit p {
            color: #fff;
            margin: 0;
        }

.award-badge {
    position: absolute;
    top: auto;
    bottom: 25px;
    right: 25px;
    z-index: 4;
}

    .award-badge img {
        width: 100%;
    }

.special-badge .label {
    position: absolute;
    font-weight: bold;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 68%;
}

    .special-badge .label .line {
        position: relative;
        display: block;
    }

        .special-badge .label .line:nth-child(2) {
            top: -2px;
        }

    .special-badge .label.one-line .line {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50%;
        margin: auto;
        margin-top: 3px;
    }

.award-intro-list .award-desc-container {
    height: 100%;
    overflow: hidden;
}

.backstretch {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#projectFilter {
    box-sizing: border-box;
}

.project-intro-list.gallery-intro-list {
    box-sizing: border-box;
}

.project-desc {
    padding: 10px;
}

.icon-ad-filter:before {
    content: "";
}

.btn-fade-toggle.btn-float-circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-slide-toggle {
    box-sizing: border-box;
}

body.projects {
    overflow: auto;
}

.projects .main-container.main-content {
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    .gallery__intro {
        height: 80%;
        display: none;
        border: 1px solid rgba(255, 255, 255, 0.1);
        position: absolute;
        top: 0;
        z-index: 4;
    }

    .gallery-intro__content {
        height: 100%;
        overflow-y: auto;
    }

        .gallery-intro__content .award-relationship {
            padding-bottom: 10px;
        }

    .gallery__viewport {
        height: 80%;
    }

        .gallery__viewport .bx-controls {
            height: 12.5%;
            bottom: -25%;
        }

        .gallery__viewport .bx-next {
            vertical-align: middle;
            font-size: 1.8em;
            line-height: 0.5;
        }

            .gallery__viewport .bx-next i {
                display: none;
            }

            .gallery__viewport .bx-next .mobile-only {
                font-size: 0.54em;
                text-transform: uppercase;
            }

        .gallery__viewport .bx-prev {
            vertical-align: middle;
            font-size: 1.8em;
            line-height: 0.5;
        }

            .gallery__viewport .bx-prev i {
                display: none;
            }

            .gallery__viewport .bx-prev .mobile-only {
                font-size: 0.54em;
                text-transform: uppercase;
            }

    .gallery__images .photo-credit {
        font-size: 0.85714em;
        text-align: center;
        padding: 10px;
    }

    .gallery-container .btn-slide-toggle {
        font-size: 0.85714em;
        text-transform: none;
        width: 100%;
        height: 10%;
        border: 0;
        padding: 0;
        background-color: #000;
        display: block;
        position: relative;
        margin: 0;
        text-overflow: ellipsis;
        z-index: 1;
    }

        .gallery-container .btn-slide-toggle:focus {
            outline: 0;
            background-color: #000;
        }

        .gallery-container .btn-slide-toggle span {
            width: 100%;
            padding: 8px 20px;
            display: block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .gallery-container .btn-slide-toggle i {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 10px;
            margin: auto;
        }
}

@media only screen and (min-width: 768px) {
    .gallery__viewport .bx-controls {
        min-height: 9.09091%;
        bottom: -81.81818%;
    }

        .gallery__viewport .bx-controls .bx-controls-direction {
            height: 100%;
        }

    .gallery__viewport .bx-next {
        font-size: 2em;
    }

        .gallery__viewport .bx-next .mobile-only {
            display: none;
        }

    .gallery__viewport .bx-prev {
        font-size: 2em;
    }

        .gallery__viewport .bx-prev .mobile-only {
            display: none;
        }
}

@media only screen and (min-width: 1024px) {
    .features .gallery__intro {
        width: 25%;
        height: 100%;
        float: left;
    }

    .features .gallery__viewport {
        height: 100%;
        width: 75%;
        float: right;
    }

        .features .gallery__viewport .bx-controls {
            min-height: 3%;
            position: fixed;
            left: 20px;
            bottom: 54px;
            z-index: 5;
        }

        .features .gallery__viewport .bx-prev {
            font-size: 1.42857em;
            width: 60px;
            border: 0;
        }

        .features .gallery__viewport .bx-next {
            font-size: 1.42857em;
            width: 60px;
            border: 0;
        }

    .projects .gallery__intro {
        height: 35%;
        width: 100%;
    }

    .projects .gallery__viewport {
        height: 65%;
        width: 100%;
    }

        .projects .gallery__viewport .bx-controls {
            width: auto;
            height: auto;
            position: absolute;
            right: 20px;
            bottom: auto;
            z-index: 5;
        }

        .projects .gallery__viewport .bx-prev {
            font-size: 1.42857em;
            width: 50px;
            border: 0;
        }

        .projects .gallery__viewport .bx-next {
            font-size: 1.42857em;
            width: 50px;
            border: 0;
        }
}

@media only screen and (min-width: 1024px) and (max-height: 767px) {
    .projects .gallery__viewport {
        height: 100%;
        width: 100%;
    }

        .projects .gallery__viewport .bx-controls {
            min-height: 5%;
            width: auto;
            position: absolute;
            right: 20px;
            bottom: 0;
            z-index: 5;
        }

        .projects .gallery__viewport .bx-prev {
            font-size: 1.42857em;
            width: 50px;
            border: 0;
        }

        .projects .gallery__viewport .bx-next {
            font-size: 1.42857em;
            width: 50px;
            border: 0;
        }

    .projects .gallery__intro {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .projects .gallery-container .btn-slide-toggle {
        font-size: 1em;
        text-transform: none;
        min-height: 5%;
        border: 0;
        background-color: #000;
        display: inline-block;
        position: absolute;
        bottom: 0;
        margin: 0;
        z-index: 5;
        padding: 5px 20px;
    }

        .projects .gallery-container .btn-slide-toggle:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 100%;
            width: 0;
            margin-left: -3px;
        }

        .projects .gallery-container .btn-slide-toggle:focus {
            outline: 0;
            background-color: #000;
        }

        .projects .gallery-container .btn-slide-toggle i {
            margin-left: 10px;
        }
}

@media only screen and (max-width: 767px) {
    .projects-filter .filter-choices--multi-cols label {
        float: left;
        width: 25%;
    }

    .projects__gallery .pager {
        display: none;
    }

    .project-desc:last-child {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .projects__gallery .pager {
        right: 20px;
        bottom: 10%;
    }

    .projects-filter .filter-choices--multi-cols label {
        float: left;
        width: 16.66667%;
    }

    .project-desc {
        width: 50%;
    }

        .project-desc .project-desc__item:last-child {
            margin-bottom: 0;
        }

    .project-desc--wider {
        width: 100%;
    }

        .project-desc--wider .project-desc__item {
            width: 33.33333%;
            float: left;
        }
}

@media only screen and (min-width: 1024px) {
    .projects-filter-container {
        width: 20%;
        height: 100%;
        position: relative;
        float: left;
    }

        .projects-filter-container .btn-float-circle {
            display: none;
        }

    .projects-filter {
        display: block;
    }

        .projects-filter .filter-choices--multi-cols label {
            float: left;
            width: 50%;
        }

        .projects-filter .inner-scroll {
            max-height: 170px;
            overflow: hidden;
        }

    .projects__gallery {
        width: 80%;
        float: left;
    }

        .projects__gallery .pager {
            right: 20px;
            bottom: 40px;
        }

    .project-intro-list {
        width: 95%;
        float: left;
    }

    .project-desc {
        width: 32%;
    }

    .project-desc--wider {
        width: 36%;
    }

        .project-desc--wider .project-desc__item {
            width: auto;
            float: none;
            margin-bottom: 5px;
        }

            .project-desc--wider .project-desc__item span {
                display: inline-block;
            }

    .projects__no-results {
        padding: 10px;
    }
}

.events__listing-container:before {
    display: table;
    content: "";
}

.events__listing-container:after {
    display: table;
    content: "";
    clear: both;
}

@media only screen and (max-width: 767px) {
    .features .congrat-message {
        height: 0;
        padding: 0;
        display: none;
    }

    .award-badge {
        width: 100px;
        top: 20px;
        right: 20px;
        bottom: auto;
    }

    .special-badge .label {
        font-size: 0.5em;
        height: 20px;
    }

    .award-intro-list .award-desc-container {
        padding: 60px 15px 15px;
    }
}

@media only screen and (min-width: 768px) {
    .gallery-intro__content .award-desc {
        height: 50%;
    }

    .gallery-intro__content .award-relationship:before {
        display: table;
        content: "";
    }

    .gallery-intro__content .award-relationship:after {
        display: table;
        content: "";
        clear: both;
    }

    .gallery-intro__content .award-relationship .relation {
        padding: 0 5px;
        width: 25%;
        float: left;
    }

    .award-intro-list .award-desc-container {
        padding: 50px 20px 20px;
    }

    .award-badge {
        width: 120px;
    }

    .special-badge .label {
        font-size: 0.65em;
        height: 21px;
    }

        .special-badge .label .line:nth-child(2) {
            top: -4px;
        }

        .special-badge .label.one-line .line {
            margin-top: 2px;
        }
}

@media only screen and (min-width: 1024px) {
    .award-header {
        position: absolute;
        left: 0;
        top: 0;
        width: 25%;
    }

    .gallery-intro__content .award-relationship {
        position: relative;
    }

        .gallery-intro__content .award-relationship .relation {
            width: 50%;
        }

    .award-intro-list .award-desc-container {
        padding: 60px 20px;
    }

    .award-badge {
        width: 200px;
    }

    .special-badge .label {
        font-size: 1em;
        height: 40px;
    }

        .special-badge .label.one-line .line {
            margin-top: 8px;
        }
}

.footer {
    background: #1b5633;
    padding: 34px 0;
    color: #fff;
}

    .footer h2 {
        font-size: 1.7142857143em;
        font-weight: bold;
        color: #fff;
        margin-bottom: 30px;
    }

    .footer a {
        color: #fff;
        text-decoration: none;
        text-transform: none;
        font-size: 1.1428571429em;
        font-weight: normal;
    }

        .footer a:hover {
            color: #78a22f;
        }

    .footer .mainLinks1 {
        width: 75%;
        float: left;
    }

    .footer .mainLinks2 {
        width: 25%;
        float: right;
        text-align: right;
    }

        .footer .mainLinks2 ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .footer .mainLinks2 ul li {
                display: inline-block;
                margin-left: 30px;
            }

                .footer .mainLinks2 ul li:first-child {
                    margin-left: 0;
                }

    .footer .footer_links {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 12px;
    }

        .footer .footer_links li {
            display: inline-block;
            margin-left: -3px;
            border-right: 1px solid #fff;
            padding: 0 10px;
        }

            .footer .footer_links li:first-child {
                margin-left: 0;
                padding-left: 0;
            }

            .footer .footer_links li:last-child {
                border: 0;
            }

    .footer .footer_disclaimer {
        width: 100%;
        display: inline-block;
    }

        .footer .footer_disclaimer .disclaimer {
            text-align: left;
        }

        .footer .footer_disclaimer .update {
            text-align: right;
            float: right;
        }

@media only screen and (max-width: 1023px) {
    .footer .mobile_menu {
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .footer .mainLinks1 {
        width: 100%;
        order: 2;
    }

    .footer .mainLinks2 {
        width: 100%;
        float: left;
        text-align: left;
        order: 1;
    }

    .footer .footer_disclaimer {
        width: 100%;
        display: inline-block;
        order: 3;
    }

        .footer .footer_disclaimer .disclaimer {
            display: block;
            margin-bottom: 20px;
        }

        .footer .footer_disclaimer .update {
            display: block;
            text-align: left;
            float: left;
        }
}

@media only screen and (max-width: 1023px) {
    .footer h2 {
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
    }

    .footer .mainLinks1 .footer_links li {
        display: block;
        padding: 10px 0;
        border: 0;
        margin: 0;
    }

        .footer .mainLinks1 .footer_links li:first-child {
            padding-top: 20px;
            border-top: 1px solid #fff;
        }

        .footer .mainLinks1 .footer_links li:last-child {
            padding-bottom: 20px;
            border-bottom: 1px solid #fff;
        }

    .footer .mainLinks2 .contact_links li {
        display: block;
        margin-left: 0;
        padding-bottom: 20px;
    }
}
/* =======================================================================
04 Media Queries (For miscellaneous styles)
========================================================================== */
@media only screen and (max-width: 380px) {
    .module__links a {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .main-content {
        border-top: 1px solid #016231;
    }
}

@media only screen and (min-width: 1196px) {
    .wingspan {
        max-width: 1196px;
    }
}

/*# sourceMappingURL=skyrise.css.map */
