.top-bar {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    position: relative;
    background: #75c048;
    margin-bottom: 0
}

.top-bar ul {
    margin-bottom: 0;
    list-style: none
}

.top-bar .row {
    max-width: none
}

.top-bar form,.top-bar input {
    margin-bottom: 0
}

.top-bar input {
    height: 2.45em
}

.top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0
}

.top-bar .title-area {
    position: relative;
    margin: 0
}

.top-bar .name {
    height: 40px;
    margin: 0;
    font-size: 14px
}

.top-bar .name h1 {
    line-height: 40px;
    font-size: 1.21429em;
    margin: 0
}

.top-bar .name h1 a {
    font-weight: bold;
    color: #fff;
    width: 50%;
    display: block;
    padding: 0 13.33333px
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0
}

.top-bar .toggle-topbar a {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.92857em;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 13.33333px;
    height: 40px;
    line-height: 40px
}

.top-bar .toggle-topbar.menu-icon {
    right: 13.33333px;
    top: 50%;
    margin-top: -16px;
    padding-left: 40px
}

.top-bar .toggle-topbar.menu-icon a {
    text-indent: -48px;
    width: 34px;
    height: 34px;
    line-height: 33px;
    padding: 0;
    color: #fff
}

.top-bar .toggle-topbar.menu-icon a span {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 0;
    -webkit-box-shadow: 0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff;
    box-shadow: 0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff
}

.top-bar.expanded {
    height: auto;
    background: transparent
}

.top-bar.expanded .title-area {
    background: #75c048
}

.top-bar.expanded .toggle-topbar a {
    color: #ccc
}

.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #ccc,0 16px 0 1px #ccc,0 22px 0 1px #ccc;
    box-shadow: 0 10px 0 1px #ccc,0 16px 0 1px #ccc,0 22px 0 1px #ccc
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms ease-out;
    -moz-transition: left 300ms ease-out;
    transition: left 300ms ease-out
}

.top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #75c048;
    font-size: 14px;
    margin: 0
}

.top-bar-section .divider,.top-bar-section [role="separator"] {
    border-bottom: solid 1px #92cd6e;
    border-top: solid 1px #5e9e37;
    clear: both;
    height: 1px;
    width: 100%
}

.top-bar-section ul li>a {
    display: block;
    width: 100%;
    color: #fff;
    padding-left: 13.33333px;
    font-size: 0.92857em;
    font-weight: bold;
    background: #75c048
}

.top-bar-section ul li>a.button {
    background: #75c048;
    font-size: 0.92857em;
    padding-right: 13.33333px;
    padding-left: 13.33333px
}

.top-bar-section ul li>a.button:hover {
    background: #5e9e37
}

.top-bar-section ul li>a.button.secondary {
    background: #333
}

.top-bar-section ul li>a.button.secondary:hover {
    background: #1a1a1a
}

.top-bar-section ul li>a.button.success {
    background: #5da423
}

.top-bar-section ul li>a.button.success:hover {
    background: #457a1a
}

.top-bar-section ul li>a.button.alert {
    background: #c60f13
}

.top-bar-section ul li>a.button.alert:hover {
    background: #970b0e
}

.top-bar-section ul li:hover>a {
    background: #75c048;
    color: #fff
}

.top-bar-section ul li.active>a {
    background: #000;
    color: #fff
}

.top-bar-section .has-form {
    padding: 13.33333px
}

.top-bar-section .has-dropdown {
    position: relative
}

.top-bar-section .has-dropdown>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(255,255,255,0.5);
    border-left-style: solid;
    margin-right: 13.33333px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0
}

.top-bar-section .has-dropdown.moved {
    position: static
}

.top-bar-section .has-dropdown.moved>.dropdown {
    display: block
}

.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99
}

.top-bar-section .dropdown li {
    width: 100%;
    height: auto
}

.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 13.33333px
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: bold
}

.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0
}

.top-bar-section .dropdown li.title h5 a {
    color: #fff;
    line-height: 20px;
    display: block
}

.top-bar-section .dropdown label {
    padding: 8px 13.33333px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #555;
    font-weight: bold;
    font-size: 0.71429em
}

.top-bar-js-breakpoint {
    width: 940px !important;
    visibility: hidden
}

.js-generated {
    display: block
}

@media only screen and (min-width: 940px) {
    .top-bar {
        background:#75c048;
        *zoom:1;overflow: visible
    }

    .top-bar:before,.top-bar:after {
        content: " ";
        display: table
    }

    .top-bar:after {
        clear: both
    }

    .top-bar .toggle-topbar {
        display: none
    }

    .top-bar .title-area {
        float: left
    }

    .top-bar .name h1 a {
        width: auto
    }

    .top-bar input,.top-bar .button {
        line-height: 2em;
        font-size: 1em;
        height: 2em;
        padding: 0 10px;
        position: relative;
        top: 8px
    }

    .top-bar.expanded {
        background: #75c048
    }

    .contain-to-grid .top-bar {
        max-width: 70em;
        margin: 0 auto;
        margin-bottom: 0
    }

    .top-bar-section {
        -webkit-transition: none 0 0;
        -moz-transition: none 0 0;
        transition: none 0 0;
        left: 0 !important
    }

    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline
    }

    .top-bar-section ul li {
        float: left
    }

    .top-bar-section ul li .js-generated {
        display: none
    }

    .top-bar-section li.hover>a:not(.button) {
        background: #75c048;
        color: #fff
    }

    .top-bar-section li a:not(.button) {
        line-height: 40px;
        background: #75c048
    }

    .top-bar-section li a:not(.button):hover {
        background: #75c048
    }

    .top-bar-section .has-dropdown>a {
        padding-right: 33.33333px !important
    }

    .top-bar-section .has-dropdown>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255,255,255,0.5) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 20px
    }

    .top-bar-section .has-dropdown.moved {
        position: relative
    }

    .top-bar-section .has-dropdown.moved>.dropdown {
        display: none
    }

    .top-bar-section .has-dropdown.hover>.dropdown,.top-bar-section .has-dropdown.not-click:hover>.dropdown {
        display: block
    }

    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        border: none;
        content: "\00bb";
        top: 1em;
        margin-top: -7px;
        right: 5px
    }

    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: transparent;
        min-width: 100%
    }

    .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 13.33333px;
        background: #75c048
    }

    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #1e1e1e
    }

    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0
    }

    .top-bar-section>ul>.divider,.top-bar-section>ul>[role="separator"] {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #92cd6e;
        border-left: solid 1px #5e9e37;
        clear: none;
        height: 40px;
        width: 0
    }

    .top-bar-section .has-form {
        background: #75c048;
        padding: 0 13.33333px;
        height: 40px
    }

    .top-bar-section ul.right li .dropdown {
        left: auto;
        right: 0
    }

    .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%
    }

    .no-js .top-bar-section ul li:hover>a {
        background: #75c048;
        color: #fff
    }

    .no-js .top-bar-section ul li:active>a {
        background: #000;
        color: #fff
    }

    .no-js .top-bar-section .has-dropdown:hover>.dropdown {
        display: block
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.slideshow-wrapper {
    position: relative
}

.slideshow-wrapper ul {
    list-style-type: none;
    margin: 0
}

.slideshow-wrapper ul li,.slideshow-wrapper ul li .orbit-caption {
    display: none
}

.slideshow-wrapper ul li:first-child {
    display: block
}

.slideshow-wrapper .orbit-container {
    background-color: transparent
}

.slideshow-wrapper .orbit-container li {
    display: block
}

.top-bar-section li {padding: 0 13.33333px;}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
