@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
blockquote,
dfn {
    font-style: italic
}

hr,
img {
    border: 0
}

a,
a:focus,
a:hover {
    text-decoration: underline
}

.loading-inner,
.slick-loading .slick-list::after {
    -webkit-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite
}

.btn,
.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.alert:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dropdown-menu>li>a,
.dropdown-menu>li>span,
.inner-lg:after,
.inner-md:after,
.inner-sm:after,
.inner-xl:after,
.inner-xs:after,
.inner:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.row:after {
    clear: both
}

.slick-slider,
html {
    -webkit-tap-highlight-color: transparent
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    color: #25723f
}

a:active,
a:hover {
    outline: 0
}

b,
optgroup,
strong {
    font-weight: 700
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-size: 1rem
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.big,
.biggest,
.medium,
.small,
.smallest {
    font-weight: 400
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: .0625rem solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: .0625rem solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: .0625rem solid #ddd !important
    }
}

.img-thumbnail,
body {
    background-color: #fff
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 100%
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.42857;
    color: #333
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a:focus,
a:hover {
    color: #1D5632
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto .3125rem;
    outline-offset: -.125rem
}

figure {
    margin: 0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: .375rem
}

.img-thumbnail {
    padding: .25rem;
    line-height: .08929rem;
    border: .0625rem solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

hr {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
    border-top: .0625rem solid #929497
}

.hidden-compliance,
.sr-only {
    position: absolute;
    width: .0625rem;
    height: .0625rem;
    margin: -.0625rem;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.breadcrumb,
.pagination,
code {
    border-radius: .25rem
}

.hidden-compliance:focus {
    background-color: #F7A700;
    color: #fff;
    top: 1rem;
    left: .625rem;
    width: auto;
    height: auto;
    padding: 1.25rem;
    margin: 0;
    clip: auto;
    display: block;
    z-index: 1000000
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.smallest {
    font-size: .75rem
}

.small {
    font-size: .875rem
}

.medium {
    font-size: 1rem
}

.big {
    font-size: 1.125rem
}

.biggest {
    font-size: 1.25rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 700;
    margin: .625rem 0
}

dl,
ol,
ul {
    margin-top: 0
}

.lead,
address,
dl {
    margin-bottom: 1.375rem
}

.h1,
h1 {
    font-size: 1.625rem;
    line-height: 1.9375rem;
    color: #1D5632
}

.h2,
h2 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    color: #25723f
}

.h3,
h3 {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    color: #1D5632
}

.h4,
.h5,
h4,
h5 {
    font-size: 1.25rem;
    line-height: 1.5625rem
}

.h4,
h4 {
    color: #25723f
}

.h5,
h5 {
    color: #1D5632
}

.h6,
h6 {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    color: #25723f
}

.hero .h1,
.hero .h2,
.hero .h3,
.hero .h4,
.hero .h5,
.hero .h6,
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
    font-weight: 400
}

@media screen and (max-width:47.9375rem) {

    .hero .h1,
    .hero h1 {
        font-size: 2.8125rem;
        line-height: 3.125rem
    }

    .hero .h2,
    .hero h2 {
        font-size: 1.875rem;
        line-height: 2.1875rem
    }

    .hero .h3,
    .hero h3 {
        font-size: 1.5625rem;
        line-height: 1.875rem
    }

    .hero .h4,
    .hero .h5,
    .hero h4,
    .hero h5 {
        font-size: 1.25rem;
        line-height: 1.5625rem
    }

    .hero .h6,
    .hero h6 {
        font-size: 1.125rem;
        line-height: 1.4375rem
    }
}

@media screen and (min-width:48rem) and (max-width:61.9375rem) {

    .hero .h1,
    .hero h1 {
        font-size: 3.75rem;
        line-height: 4.0625rem
    }

    .hero .h2,
    .hero h2 {
        font-size: 2.8125rem;
        line-height: 3.125rem
    }

    .hero .h3,
    .hero h3 {
        font-size: 1.875rem;
        line-height: 2.1875rem
    }

    .hero .h4,
    .hero .h5,
    .hero h4,
    .hero h5 {
        font-size: 1.5625rem;
        line-height: 1.875rem
    }

    .hero .h6,
    .hero h6 {
        font-size: 1.25rem;
        line-height: 1.5625rem
    }
}

@media screen and (min-width:62rem) {

    .hero .h1,
    .hero h1 {
        font-size: 4.6875rem;
        line-height: 5rem
    }

    .hero .h2,
    .hero h2 {
        font-size: 3.75rem;
        line-height: 4.0625rem
    }

    .hero .h3,
    .hero h3 {
        font-size: 2.8125rem;
        line-height: 3.125rem
    }

    .hero .h4,
    .hero .h5,
    .hero h4,
    .hero h5 {
        font-size: 1.875rem;
        line-height: 2.1875rem
    }

    .hero .h6,
    .hero h6 {
        font-size: 1.5625rem;
        line-height: 1.875rem
    }
}

p {
    margin: 0 0 .6875rem
}

.lead {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.4
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

blockquote,
dt,
kbd kbd {
    font-weight: 700
}

@media (min-width:768px) {
    .lead {
        font-size: 1.5rem
    }
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-justify {
    text-align: justify
}

caption,
th {
    text-align: left
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #959595
}

.text-primary {
    color: #1D5632
}

a.text-primary:hover {
    color: #10301c
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #1D5632
}

a.bg-primary:hover {
    background-color: #10301c
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

pre code,
table {
    background-color: transparent
}

ol,
ul {
    margin-bottom: .6875rem
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

dd,
dt {
    line-height: 1.42857
}

dd {
    margin-left: 0
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: .0625rem dotted #959595
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: .6875rem 1.375rem;
    margin: 0 0 1.375rem;
    font-size: 1.875rem;
    border-left: .3125rem solid #1D5632;
    color: #25723f
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #959595
}

code,
kbd {
    padding: .125rem .25rem;
    font-size: 90%
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

address {
    font-style: normal;
    line-height: 1.42857
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: .1875rem;
    box-shadow: inset 0 -.0625rem 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none
}

pre {
    display: block;
    padding: .65625rem;
    margin: 0 0 .6875rem;
    font-size: .9375rem;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: .0625rem solid #ccc;
    border-radius: .25rem
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.container,
.container-fluid {
    padding-left: .9375rem;
    padding-right: .9375rem
}

.pre-scrollable {
    max-height: 21.25rem;
    overflow-y: scroll
}

@media (min-width:48rem) {
    .container {
        width: 46.875rem
    }
}

@media (min-width:62rem) {
    .container {
        width: 60.625rem
    }
}

@media (min-width:75rem) {
    .container {
        width: 73.125rem
    }
}

.row {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: .0625rem;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:48rem) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .table-disclaimer {
        display: none
    }
}

@media (min-width:62rem) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:75rem) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media (max-width:47.9375rem) {
    .table-wrapper {
        margin-top: .625rem;
        margin-bottom: 1.25rem;
        border: .0625rem solid #acacac;
        padding: 1.25rem;
        overflow-x: scroll
    }
}

.table,
legend {
    margin-bottom: 1.375rem
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.btn,
.label {
    text-align: center;
    white-space: nowrap
}

.table {
    width: 100%
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: .5rem;
    line-height: 1.42857;
    vertical-align: top;
    border-top: .0625rem solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: .125rem solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: .125rem solid #ddd
}

.table .table {
    background-color: #fff
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: .0625rem solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: .125rem
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e9e9ea
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.loading {
    padding: .625rem 0;
    display: none
}

.loading-inner {
    border: .3125rem solid #f3f3f3;
    border-top: .3125rem solid #333;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    animation: spin 1.5s linear infinite
}

fieldset,
legend {
    border: 0;
    padding: 0
}

.error {
    color: red;
    display: none
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: inherit;
    color: #333;
    border-bottom: .0625rem solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: .3125rem;
    font-weight: 400
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: .25rem 0 0;
    margin-top: .0625rem\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=range]::after,
input[type=range]::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto .3125rem;
    outline-offset: -.125rem
}

.parsley-errors-list {
    margin: 0;
    list-style: none;
    color: #db4442;
    padding: 0
}

.banno-location-proximity-container .banno-location-proximity,
.banno-location-search-fields .banno-location-search-input,
.form-control {
    display: block;
    width: 100%;
    height: 2.5625rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    color: #727070;
    background-color: #fff;
    background-image: none;
    border: .0625rem solid #E3E3E3;
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.banno-location-proximity-container .banno-location-proximity:focus,
.banno-location-search-fields .banno-location-search-input:focus,
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 .0625rem .0625rem rgba(0, 0, 0, .075), 0 0 .5rem rgba(102, 175, 233, .6);
    box-shadow: inset 0 .0625rem .0625rem rgba(0, 0, 0, .075), 0 0 .5rem rgba(102, 175, 233, .6)
}

.banno-location-proximity-container .banno-location-proximity::-moz-placeholder,
.banno-location-search-fields .banno-location-search-input::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #757575;
    opacity: 1
}

.banno-location-proximity-container .banno-location-proximity:-ms-input-placeholder,
.banno-location-search-fields .banno-location-search-input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #757575
}

.banno-location-proximity-container .banno-location-proximity::-webkit-input-placeholder,
.banno-location-search-fields .banno-location-search-input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #757575
}

.banno-location-proximity-container [disabled].banno-location-proximity,
.banno-location-proximity-container [readonly].banno-location-proximity,
.banno-location-proximity-container fieldset[disabled] .banno-location-proximity,
.banno-location-search-fields [disabled].banno-location-search-input,
.banno-location-search-fields [readonly].banno-location-search-input,
.banno-location-search-fields fieldset[disabled] .banno-location-search-input,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .banno-location-proximity-container .banno-location-proximity,
fieldset[disabled] .banno-location-search-fields .banno-location-search-input,
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

.banno-location-proximity-container textarea.banno-location-proximity,
.banno-location-search-fields textarea.banno-location-search-input,
textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date],
    input[type=time],
    input[type=datetime-local],
    input[type=month] {
        line-height: 2.5625rem
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 1.875rem
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 2.875rem
    }
}

.form-group {
    margin-bottom: 1.25rem
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: .625rem;
    margin-bottom: .625rem
}

.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox label,
.radio label {
    min-height: 1.375rem
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -1.25rem;
    margin-top: .25rem\9
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -.3125rem
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    vertical-align: middle
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: .625rem
}

.btn-block+.btn-block,
.help-block {
    margin-top: .3125rem
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.input-sm {
    height: 1.875rem;
    padding: .3125rem .625rem;
    font-size: .75rem;
    line-height: .09375rem;
    border-radius: .1875rem
}

select.input-sm {
    height: 1.875rem;
    line-height: 1.875rem
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.banno-location-proximity-container .form-group-sm .banno-location-proximity,
.banno-location-search-fields .form-group-sm .banno-location-search-input,
.form-group-sm .banno-location-proximity-container .banno-location-proximity,
.form-group-sm .banno-location-search-fields .banno-location-search-input,
.form-group-sm .form-control {
    height: 1.875rem;
    padding: .3125rem .625rem;
    font-size: .75rem;
    line-height: .09375rem;
    border-radius: .1875rem
}

.banno-location-proximity-container .form-group-sm select.banno-location-proximity,
.banno-location-search-fields .form-group-sm select.banno-location-search-input,
.form-group-sm .banno-location-proximity-container select.banno-location-proximity,
.form-group-sm .banno-location-search-fields select.banno-location-search-input,
.form-group-sm select.form-control {
    height: 1.875rem;
    line-height: 1.875rem
}

.banno-location-proximity-container .form-group-sm select[multiple].banno-location-proximity,
.banno-location-proximity-container .form-group-sm textarea.banno-location-proximity,
.banno-location-search-fields .form-group-sm select[multiple].banno-location-search-input,
.banno-location-search-fields .form-group-sm textarea.banno-location-search-input,
.form-group-sm .banno-location-proximity-container select[multiple].banno-location-proximity,
.form-group-sm .banno-location-proximity-container textarea.banno-location-proximity,
.form-group-sm .banno-location-search-fields select[multiple].banno-location-search-input,
.form-group-sm .banno-location-search-fields textarea.banno-location-search-input,
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 1.875rem;
    padding: .3125rem .625rem;
    font-size: .75rem;
    line-height: 1.5
}

.input-lg {
    height: 2.875rem;
    padding: .625rem 1rem;
    font-size: 1.125rem;
    line-height: .08333rem;
    border-radius: .375rem
}

select.input-lg {
    height: 2.875rem;
    line-height: 2.875rem
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.banno-location-proximity-container .form-group-lg .banno-location-proximity,
.banno-location-search-fields .form-group-lg .banno-location-search-input,
.form-group-lg .banno-location-proximity-container .banno-location-proximity,
.form-group-lg .banno-location-search-fields .banno-location-search-input,
.form-group-lg .form-control {
    height: 2.875rem;
    padding: .625rem 1rem;
    font-size: 1.125rem;
    line-height: .08333rem;
    border-radius: .375rem
}

.banno-location-proximity-container .form-group-lg select.banno-location-proximity,
.banno-location-search-fields .form-group-lg select.banno-location-search-input,
.form-group-lg .banno-location-proximity-container select.banno-location-proximity,
.form-group-lg .banno-location-search-fields select.banno-location-search-input,
.form-group-lg select.form-control {
    height: 2.875rem;
    line-height: 2.875rem
}

.banno-location-proximity-container .form-group-lg select[multiple].banno-location-proximity,
.banno-location-proximity-container .form-group-lg textarea.banno-location-proximity,
.banno-location-search-fields .form-group-lg select[multiple].banno-location-search-input,
.banno-location-search-fields .form-group-lg textarea.banno-location-search-input,
.form-group-lg .banno-location-proximity-container select[multiple].banno-location-proximity,
.form-group-lg .banno-location-proximity-container textarea.banno-location-proximity,
.form-group-lg .banno-location-search-fields select[multiple].banno-location-search-input,
.form-group-lg .banno-location-search-fields textarea.banno-location-search-input,
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 2.875rem;
    padding: .625rem 1rem;
    font-size: 1.125rem;
    line-height: .08333rem
}

.help-block {
    display: block;
    margin-bottom: .625rem;
    color: #737373
}

@media (min-width:768px) {

    .banno-location-search-form .form-group,
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .banno-location-proximity-container .banno-location-search-form .banno-location-proximity,
    .banno-location-proximity-container .form-inline .banno-location-proximity,
    .banno-location-search-fields .banno-location-search-form .banno-location-search-input,
    .banno-location-search-fields .form-inline .banno-location-search-input,
    .banno-location-search-form .banno-location-proximity-container .banno-location-proximity,
    .banno-location-search-form .banno-location-search-fields .banno-location-search-input,
    .banno-location-search-form .form-control,
    .form-inline .banno-location-proximity-container .banno-location-proximity,
    .form-inline .banno-location-search-fields .banno-location-search-input,
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .banno-location-search-form .form-control-static,
    .form-inline .form-control-static {
        display: inline-block
    }

    .banno-location-search-form .input-group,
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .banno-location-proximity-container .banno-location-search-form .input-group .banno-location-proximity,
    .banno-location-proximity-container .form-inline .input-group .banno-location-proximity,
    .banno-location-search-fields .banno-location-search-form .input-group .banno-location-search-input,
    .banno-location-search-fields .form-inline .input-group .banno-location-search-input,
    .banno-location-search-form .input-group .banno-location-proximity-container .banno-location-proximity,
    .banno-location-search-form .input-group .banno-location-search-fields .banno-location-search-input,
    .banno-location-search-form .input-group .form-control,
    .banno-location-search-form .input-group .input-group-addon,
    .banno-location-search-form .input-group .input-group-btn,
    .form-inline .input-group .banno-location-proximity-container .banno-location-proximity,
    .form-inline .input-group .banno-location-search-fields .banno-location-search-input,
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .banno-location-proximity-container .banno-location-search-form .input-group>.banno-location-proximity,
    .banno-location-proximity-container .form-inline .input-group>.banno-location-proximity,
    .banno-location-search-fields .banno-location-search-form .input-group>.banno-location-search-input,
    .banno-location-search-fields .form-inline .input-group>.banno-location-search-input,
    .banno-location-search-form .banno-location-proximity-container .input-group>.banno-location-proximity,
    .banno-location-search-form .banno-location-search-fields .input-group>.banno-location-search-input,
    .banno-location-search-form .input-group>.form-control,
    .form-inline .banno-location-proximity-container .input-group>.banno-location-proximity,
    .form-inline .banno-location-search-fields .input-group>.banno-location-search-input,
    .form-inline .input-group>.form-control {
        width: 100%
    }

    .banno-location-search-form .control-label,
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .banno-location-search-form .checkbox,
    .banno-location-search-form .radio,
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .banno-location-search-form .checkbox label,
    .banno-location-search-form .radio label,
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .banno-location-search-form .checkbox input[type=checkbox],
    .banno-location-search-form .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .banno-location-search-form .has-feedback .form-control-feedback,
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: .0625rem solid #F7A700;
    font-weight: 700;
    text-decoration: none;
    padding: .625rem 1.25rem;
    font-size: .875rem;
    line-height: 1.42857;
    border-radius: 2px;
    user-select: none;
    color: #222;
    background-color: #F7A700;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.btn.active,
.btn.focus,
.btn:active,
.btn:focus,
.btn:hover,
.open>.btn.dropdown-toggle {
    color: #222;
    background-color: #c48500;
    border-color: #ba7e00
}

.btn.active,
.btn:active,
.open>.btn.dropdown-toggle {
    background: #fff;
    color: #F7A700 !important;
    border-color: #F7A700
}

.btn.disabled,
.btn.disabled.active,
.btn.disabled.focus,
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled:hover,
.btn[disabled],
.btn[disabled].active,
.btn[disabled].focus,
.btn[disabled]:active,
.btn[disabled]:focus,
.btn[disabled]:hover,
fieldset[disabled] .btn,
fieldset[disabled] .btn.active,
fieldset[disabled] .btn.focus,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn:hover {
    background-color: #F7A700;
    border-color: #F7A700
}

.btn .badge {
    color: #F7A700;
    background-color: #222
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto .3125rem;
    outline-offset: -.125rem
}

#main,
.btn.active,
.btn:active,
.modal,
.modal-content,
.open>a,
.slick-dots li button,
.slick-list:focus {
    outline: 0
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #222;
    text-decoration: none;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.banno-location-search-fields #locationSearch,
.btn-default {
    color: #222;
    background-color: #F7A700;
    border-color: #F7A700
}

.banno-location-search-fields #locationSearch:active,
.banno-location-search-fields #locationSearch:focus,
.banno-location-search-fields #locationSearch:hover,
.banno-location-search-fields .active#locationSearch,
.banno-location-search-fields .focus#locationSearch,
.banno-location-search-fields .open>.dropdown-toggle#locationSearch,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color: #222;
    background-color: #c48500;
    border-color: #ba7e00
}

.banno-location-search-fields #locationSearch:active,
.banno-location-search-fields .active#locationSearch,
.banno-location-search-fields .open>.dropdown-toggle#locationSearch,
.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background: #fff;
    color: #F7A700 !important;
    border-color: #F7A700
}

.banno-location-search-fields .disabled#locationSearch,
.banno-location-search-fields .disabled#locationSearch:active,
.banno-location-search-fields .disabled#locationSearch:focus,
.banno-location-search-fields .disabled#locationSearch:hover,
.banno-location-search-fields .disabled.active#locationSearch,
.banno-location-search-fields .disabled.focus#locationSearch,
.banno-location-search-fields [disabled]#locationSearch,
.banno-location-search-fields [disabled]#locationSearch:active,
.banno-location-search-fields [disabled]#locationSearch:focus,
.banno-location-search-fields [disabled]#locationSearch:hover,
.banno-location-search-fields [disabled].active#locationSearch,
.banno-location-search-fields [disabled].focus#locationSearch,
.banno-location-search-fields fieldset[disabled] #locationSearch,
.banno-location-search-fields fieldset[disabled] #locationSearch:active,
.banno-location-search-fields fieldset[disabled] #locationSearch:focus,
.banno-location-search-fields fieldset[disabled] #locationSearch:hover,
.banno-location-search-fields fieldset[disabled] .active#locationSearch,
.banno-location-search-fields fieldset[disabled] .focus#locationSearch,
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .banno-location-search-fields #locationSearch,
fieldset[disabled] .banno-location-search-fields #locationSearch:active,
fieldset[disabled] .banno-location-search-fields #locationSearch:focus,
fieldset[disabled] .banno-location-search-fields #locationSearch:hover,
fieldset[disabled] .banno-location-search-fields .active#locationSearch,
fieldset[disabled] .banno-location-search-fields .focus#locationSearch,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #F7A700;
    border-color: #F7A700
}

.banno-location-search-fields #locationSearch .badge,
.btn-default .badge {
    color: #F7A700;
    background-color: #222
}

.btn-primary {
    color: #fff;
    background-color: #1D5632;
    border-color: #1D5632
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #10301c;
    border-color: #0e2817
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background: #fff;
    color: #1D5632 !important;
    border-color: #1D5632
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #1D5632;
    border-color: #1D5632
}

.btn-primary .badge {
    color: #1D5632;
    background-color: #fff
}

.btn-success {
    color: #222;
    background-color: #fff;
    border-color: #F7A700
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #222;
    background-color: #e6e6e6;
    border-color: #ba7e00
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background: #fff;
    color: #fff !important;
    border-color: #F7A700
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #fff;
    border-color: #F7A700
}

.btn-success .badge {
    color: #fff;
    background-color: #222
}

.btn-success:hover {
    background: #F7A700;
    color: #222;
    border-color: transparent
}

.btn-info {
    color: #fff;
    background-color: #545458;
    border-color: #545458
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #3b3b3e;
    border-color: #363639
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background: #fff;
    color: #545458 !important;
    border-color: #545458
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #545458;
    border-color: #545458
}

.btn-info .badge {
    color: #545458;
    background-color: #fff
}

.btn-warning {
    color: #1D5632;
    background-color: #fff;
    border-color: #1D5632
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #1D5632;
    background-color: #e6e6e6;
    border-color: #0e2817
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background: #fff;
    color: #fff !important;
    border-color: #1D5632
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #fff;
    border-color: #1D5632
}

.btn-warning .badge {
    color: #fff;
    background-color: #1D5632
}

.btn-warning:hover {
    background: #1D5632;
    color: #fff;
    border-color: transparent
}

.btn-danger {
    color: #545458;
    background-color: #fff;
    border-color: #545458
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #545458;
    background-color: #e6e6e6;
    border-color: #363639
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background: #fff;
    color: #fff !important;
    border-color: #545458
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #fff;
    border-color: #545458
}

.btn-danger .badge {
    color: #fff;
    background-color: #545458
}

.btn-danger:hover {
    background: #545458;
    color: #fff;
    border-color: transparent
}

.btn-inverse {
    color: #fff;
    background-color: #757575;
    border-color: #757575
}

.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open>.btn-inverse.dropdown-toggle {
    color: #fff;
    background-color: #5c5c5c;
    border-color: #565656
}

.btn-inverse.active,
.btn-inverse:active,
.open>.btn-inverse.dropdown-toggle {
    background: #fff;
    color: #757575 !important;
    border-color: #757575
}

.btn-inverse.disabled,
.btn-inverse.disabled.active,
.btn-inverse.disabled.focus,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:hover,
.btn-inverse[disabled],
.btn-inverse[disabled].active,
.btn-inverse[disabled].focus,
.btn-inverse[disabled]:active,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse.active,
fieldset[disabled] .btn-inverse.focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:hover {
    background-color: #757575;
    border-color: #757575
}

.btn-inverse .badge {
    color: #757575;
    background-color: #fff
}

.btn-large {
    padding: .75rem 2.375rem;
    font-size: 1.125rem;
    line-height: 1.33333;
    border-radius: .125rem
}

.btn-mini,
.btn-small {
    line-height: 1.5;
    border-radius: .125rem
}

.btn-small {
    padding: .4375rem 1.375rem;
    font-size: .875rem
}

.btn-mini {
    padding: .3125rem 1.125rem;
    font-size: .75rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .125rem;
    vertical-align: middle;
    border-top: .25rem solid;
    border-right: .25rem solid transparent;
    border-left: .25rem solid transparent
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1rem;
    text-align: left;
    background-color: #f1f1f1;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: .0625rem;
    margin: -.3125rem 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a,
.dropdown-menu>li>span {
    display: block;
    padding: .5625rem 1.25rem;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.42857;
    color: #1D5632;
    white-space: nowrap;
    border-top: .0625rem solid #bbbdbf
}

.dropdown-menu>li:first-child>a,
.dropdown-menu>li:first-child>span {
    border: none
}

.dropdown-menu .dropdown-menu {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    left: 100%;
    top: 0;
    margin: 0
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>span:focus,
.dropdown-menu>li>span:hover {
    text-decoration: none;
    color: #e6e6e6;
    background-color: #1D5632;
    cursor: pointer
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>span,
.dropdown-menu>.active>span:focus,
.dropdown-menu>.active>span:hover {
    color: #333;
    text-decoration: none;
    outline: 0;
    background-color: #1D5632
}

.open>.dropdown-menu {
    display: block
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after,
.nav:before {
    content: " ";
    display: table
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a,
.nav>li>div,
.nav>li>span {
    position: relative;
    display: block;
    padding: .625rem 1.25rem;
    cursor: pointer
}

.nav-wrapper .after-nav #btn-search,
.nav-wrapper form.banno-location-search-form,
.nav-wrapper form.form-inline {
    display: none
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav>li>div:focus,
.nav>li>div:hover,
.nav>li>span:focus,
.nav>li>span:hover {
    text-decoration: none;
    background-color: #eee
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav .open>div,
.nav .open>div:focus,
.nav .open>div:hover,
.nav .open>span,
.nav .open>span:focus,
.nav .open>span:hover {
    background-color: #eee;
    border-color: #25723f
}

.nav .nav-divider {
    height: .0625rem;
    margin: -.3125rem 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-wrapper {
    margin-top: 0px;
}

.nav-wrapper .after-nav .icon {
    font-size: 1.0625rem;
    vertical-align: middle;
    margin: 0 1.25rem 0 .9375rem;
    color: #1D5632
}

.nav-wrapper .after-nav .icon:before {
    position: relative;
    top: .25rem
}

.nav-wrapper .after-nav .icon:hover {
    color: #545458
}

.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

@media (min-width:62rem) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: .9375rem;
    padding-left: .9375rem;
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

.navbar-collapse .banno-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.navbar-collapse .banno-menu>li {
    position: relative;
    display: block
}

.navbar-collapse .banno-menu>li>a,
.navbar-collapse .banno-menu>li>span {
    position: relative;
    display: block;
    padding: .625rem 1.25rem;
    cursor: pointer;
    line-height: 1.375rem;
    color: #1D5632;
    font-size: 1.125rem
}

@media screen and (max-width:34.5rem) {
    .after-nav {
        padding: .625rem 0;
        /* change header color */
        background-color: #bcbec0;
        border-bottom: .0625rem solid #a7a9ac
    }

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

    .after-nav:after {
        clear: both
    }
}

@media screen and (min-width:34.5625rem) {
    .navbar {
        min-height: 6.5625rem;
        float: left
    }

    .navbar:after,
    .navbar:before {
        content: " ";
        display: table
    }

    .navbar:after {
        clear: both
    }

    .nav-wrapper {
        float: right
    }

    .nav-wrapper .after-nav {
        float: right;
        margin-top: 1.875rem
    }
}

@media screen and (max-width:74.875rem) {
    .navbar-collapse {
        position: absolute;
        background-color: #bcbec0;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1001;
        padding: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .navbar-collapse form.banno-location-search-form,
    .navbar-collapse form.form-inline {
        display: block;
        background: #fff;
        margin: 1.25rem .9375rem;
        border-radius: .25rem
    }

    .navbar-collapse form.banno-location-search-form .form-group,
    .navbar-collapse form.form-inline .form-group {
        display: inline-block;
        margin: 0
    }

    .navbar-collapse form.banno-location-search-form .form-group input,
    .navbar-collapse form.form-inline .form-group input {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        border: none
    }

    .navbar-collapse form.banno-location-search-form button,
    .navbar-collapse form.form-inline button {
        float: right;
        padding: .375rem .625rem;
        border: none;
        background: 0 0;
        font-size: 1.25rem;
        line-height: 1.75rem;
        vertical-align: middle;
        color: #F7A700
    }

    .navbar-toggle {
        position: relative;
        float: left;
        margin-right: .9375rem;
        padding: .4375rem .625rem;
        font-size: 1.125rem;
        cursor: pointer
    }

    .navbar-toggle:focus,
    .navbar-toggle:hover {
        background-color: transparent
    }

    .navbar-toggle:focus .icon-bar,
    .navbar-toggle:hover .icon-bar {
        background-color: #F7A700
    }

    .navbar-toggle.collapsed .navicon-button .navicon {
        background-color: #333
    }

    .navbar-toggle.collapsed .navicon-button .navicon:before {
        top: -.4375rem;
        width: 1.25rem;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    .navbar-toggle.collapsed .navicon-button .navicon:after {
        top: .4375rem;
        width: 1.25rem;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    .navbar-toggle .navicon-button {
        padding: 0 .5rem;
        transition: .3s;
        cursor: pointer;
        user-select: none;
        background: 0 0;
        float: left;
        margin: 0 .3125rem 0 0;
        line-height: .8
    }

    .navbar-toggle .navicon-button .navicon {
        display: inline-block;
        width: 1.25rem;
        height: .125rem;
        -webkit-user-select: none;
        transition: .3s;
        position: relative
    }

    .navbar-toggle .navicon-button .navicon:after,
    .navbar-toggle .navicon-button .navicon:before {
        content: '';
        display: inline-block;
        height: .125rem;
        -webkit-user-select: none;
        position: absolute;
        background-color: #333;
        color: #333;
        transform-origin: 50% 50%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .navbar-toggle .navicon-button .navicon:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
        width: 1.5625rem
    }

    .navbar-toggle .navicon-button .navicon:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        width: 1.5625rem
    }

    .navbar-collapse .banno-menu>li {
        border-bottom: .0625rem solid #a7a9ac
    }

    .navbar-collapse .banno-menu .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        box-shadow: none
    }

    .navbar-collapse .banno-menu .open .dropdown-menu>li>a,
    .navbar-collapse .banno-menu .open .dropdown-menu>li>span {
        line-height: 1.375rem;
        padding: .3125rem 1.5625rem .3125rem 2rem;
        border: none
    }

    .navbar-collapse .banno-menu .open .dropdown-menu>li>a:focus,
    .navbar-collapse .banno-menu .open .dropdown-menu>li>a:hover,
    .navbar-collapse .banno-menu .open .dropdown-menu>li>span:focus,
    .navbar-collapse .banno-menu .open .dropdown-menu>li>span:hover {
        background-image: none
    }

    .navbar-collapse .banno-menu .open .dropdown-menu.active {
        display: block;
        margin: 0 .9375rem
    }
}

@media screen and (min-width:74.9375rem) {

    .navbar-collapse .banno-menu>li,
    .navbar-header {
        float: left
    }

    .nav-wrapper .after-nav #btn-search {
        display: inline-block
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
        padding: 0
    }

    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-toggle {
        display: none
    }

    .navbar-collapse .banno-menu {
        margin: 0
    }

    .navbar-collapse .banno-menu>li>a,
    .navbar-collapse .banno-menu>li>span {
        padding-top: 2.59375rem;
        padding-bottom: 2.59375rem
    }

    .navbar-collapse .banno-menu>li>a:focus,
    .navbar-collapse .banno-menu>li>a:hover,
    .navbar-collapse .banno-menu>li>span:focus,
    .navbar-collapse .banno-menu>li>span:hover {
        background-color: transparent
    }

    .navbar-collapse .banno-menu>li:focus,
    .navbar-collapse .banno-menu>li:hover {
        position: relative
    }

    .navbar-collapse .banno-menu>li:focus>a:after,
    .navbar-collapse .banno-menu>li:focus>span:after,
    .navbar-collapse .banno-menu>li:hover>a:after,
    .navbar-collapse .banno-menu>li:hover>span:after {
        content: '';
        height: .1875rem;
        background: #F7A700;
        position: absolute;
        right: 1.25rem;
        left: 1.25rem;
        top: 70%;
        z-index: 10
    }
}

.flex-video,
.hero,
.loader,
.modal,
.modal-open,
.slick-list {
    overflow: hidden
}

.breadcrumb>li,
.pagination {
    display: inline-block
}

.breadcrumb {
    padding: .5rem .9375rem;
    margin-bottom: 1.375rem;
    list-style: none;
    background-color: #f5f5f5
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 .3125rem;
    color: #ccc
}

.breadcrumb>.active {
    color: #959595
}

.pagination {
    padding-left: 0;
    margin: 1.375rem 0
}

.pagination #page_navigation {
    margin: 0;
    padding: 0
}

.pagination li {
    display: inline
}

.pagination li>a,
.pagination li>span {
    position: relative;
    float: left;
    padding: .375rem .75rem;
    line-height: 1.42857;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: .0625rem solid #e9e9ea;
    margin-left: -.0625rem
}

.pagination li:first-child>a,
.pagination li:first-child>span {
    margin-left: 0;
    position: relative
}

.pagination li:first-child>a:before,
.pagination li:first-child>span:before {
    content: '';
    border-right: .375rem solid #6D6E71;
    border-top: .375rem solid transparent;
    border-bottom: .375rem solid transparent;
    position: absolute;
    display: block;
    top: 30%;
    left: 38%
}

.pagination li:last-child>a,
.pagination li:last-child>span {
    position: relative
}

.pagination li:last-child>a:after,
.pagination li:last-child>span:after {
    content: '';
    border-left: .375rem solid #6D6E71;
    border-top: .375rem solid transparent;
    border-bottom: .375rem solid transparent;
    position: absolute;
    display: block;
    top: 30%;
    left: 40%
}

.alert .container,
.btn .label {
    position: relative
}

.pagination li>a:focus,
.pagination li>a:hover,
.pagination li>span:focus,
.pagination li>span:hover {
    color: #1D5632;
    background-color: #eee;
    border-color: #ddd
}

.pagination li.active>a,
.pagination li.active>a:focus,
.pagination li.active>a:hover,
.pagination li.active>span,
.pagination li.active>span:focus,
.pagination li.active>span:hover {
    z-index: 2;
    color: #F7A700;
    background-color: #E8E9EA;
    border-color: #929497;
    cursor: default;
    font-weight: 700
}

.pagination .disabled>a,
.pagination .disabled>a:focus,
.pagination .disabled>a:hover,
.pagination .disabled>span,
.pagination .disabled>span:focus,
.pagination .disabled>span:hover {
    color: #959595;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination .next_link,
.pagination .previous_link {
    text-indent: -624.9375rem
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    top: -.0625rem
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #959595
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #7c7c7c
}

.label-primary {
    background-color: #1D5632
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #10301c
}

.label-success {
    background-color: #5abf90
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #40a677
}

.label-info {
    background-color: #2A7AB0
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #205d87
}

.label-warning {
    background-color: #f58837
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ed6c0c
}

.label-danger {
    background-color: #db4442
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c52825
}

.alert {
    padding: .9375rem;
    background-color: #1D5632;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.25rem
}

.alert:after,
.alert:before {
    content: " ";
    display: table
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: .3125rem
}

.alert .alert-body {
    margin-right: 1.25rem
}

.alert a#close-alert {
    margin-left: 2.25rem;
    cursor: pointer;
    position: absolute;
    right: 0;
    font-size: 1rem;
    text-decoration: none
}

.alert a#close-alert:active,
.alert a#close-alert:focus,
.alert a#close-alert:hover {
    text-decoration: none
}

.alert a#close-alert:active .icon-x,
.alert a#close-alert:focus .icon-x,
.alert a#close-alert:hover .icon-x {
    color: #BDBDBD
}

.alert .icon-x {
    color: #ebf0f4
}

.close {
    float: right;
    font-size: .8125rem;
    color: #fff
}

.close:focus,
.close:hover {
    color: #F7A700;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 1040;
    -webkit-overflow-scrolling: touch
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media (min-width:48rem) {

    .modal.olb-modal .modal-dialog,
    .modal.search-modal .modal-dialog {
        width: 18.75rem
    }
}

.modal.olb-modal .modal-content,
.modal.search-modal .modal-content {
    background: #45454A;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.modal.olb-modal .modal-content .modal-body,
.modal.search-modal .modal-content .modal-body {
    padding: 1.625rem
}

.modal.olb-modal .modal-content .modal-body h2,
.modal.search-modal .modal-content .modal-body h2 {
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: .625rem
}

.modal.olb-modal .modal-content .modal-body a,
.modal.search-modal .modal-content .modal-body a {
    color: #fff;
    font-size: .875rem
}

.modal.olb-modal .modal-content .modal-body .olb-links,
.modal.search-modal .modal-content .modal-body .olb-links {
    float: left;
    margin-top: 1.5625rem
}

.modal.olb-modal .modal-content .modal-body form:after,
.modal.olb-modal .modal-content .modal-body form:before,
.modal.search-modal .modal-content .modal-body form:after,
.modal.search-modal .modal-content .modal-body form:before {
    content: " ";
    display: table
}

.modal.olb-modal .modal-content .modal-body form:after,
.modal.search-modal .modal-content .modal-body form:after {
    clear: both
}

.modal.olb-modal .modal-content .modal-body form .form-group,
.modal.search-modal .modal-content .modal-body form .form-group {
    width: 100%;
    margin-bottom: 0;
    background: #e5e5e5;
    border: .0625rem solid #b2b2b2;
    margin-top: .625rem
}

.modal.olb-modal .modal-content .modal-body form .form-group .icon-user,
.modal.search-modal .modal-content .modal-body form .form-group .icon-user {
    color: #1D5632;
    font-size: 1.25rem;
    position: relative;
    top: .25rem;
    left: .3125rem
}

.modal.olb-modal .modal-content .modal-body form .select-container,
.modal.search-modal .modal-content .modal-body form .select-container {
    margin-bottom: .9375rem;
    position: relative
}

.modal.olb-modal .modal-content .modal-body form .select-container:after,
.modal.search-modal .modal-content .modal-body form .select-container:after {
    position: absolute;
    right: 5%;
    top: 45%;
    content: '';
    border-top: .375rem solid #1D5632;
    border-left: .375rem solid transparent;
    border-right: .375rem solid transparent;
    pointer-events: none
}

.modal.olb-modal .modal-content .modal-body form .select-container select,
.modal.search-modal .modal-content .modal-body form .select-container select {
    background: 0 0;
    -webkit-appearance: none;
    color: #757575
}

.modal.olb-modal .modal-content .modal-body form input[type=text],
.modal.search-modal .modal-content .modal-body form input[type=text] {
    background: 0 0;
    border: none;
    display: inline-block;
    width: 85% !important
}

.clearfix:after,
.clearfix:before,
.inner-lg:after,
.inner-lg:before,
.inner-md:after,
.inner-md:before,
.inner-sm:after,
.inner-sm:before,
.inner-xl:after,
.inner-xl:before,
.inner-xs:after,
.inner-xs:before,
.inner:after,
.inner:before,
.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal.olb-modal .modal-content .modal-body form button.btn-submit,
.modal.search-modal .modal-content .modal-body form button.btn-submit {
    float: right;
    background: 0 0;
    border: none;
    color: #1D5632;
    padding: .5625rem
}

.modal.olb-modal .modal-content .modal-body form button.btn-submit.olb-button,
.modal.search-modal .modal-content .modal-body form button.btn-submit.olb-button {
    margin-top: .625rem
}

.modal.olb-modal .modal-content .modal-body form input.olb-button,
.modal.search-modal .modal-content .modal-body form input.olb-button {
    float: right;
    margin-top: .9375rem;
    padding: .625rem
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .625rem
}

.modal-content {
    position: relative;
    background-color: #45454A;
    border: .0625rem solid #999;
    border: .0625rem solid rgba(0, 0, 0, .2);
    border-radius: .375rem;
    -webkit-box-shadow: 0 .1875rem .5625rem rgba(0, 0, 0, .5);
    box-shadow: 0 .1875rem .5625rem rgba(0, 0, 0, .5);
    background-clip: padding-box
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 1.5625rem;
    border-bottom: .0625rem solid #e5e5e5;
    min-height: 1.65179rem
}

.modal-header .close {
    margin-top: -.125rem
}

.modal-title {
    margin: 0;
    line-height: .08929rem
}

.modal-body {
    position: relative;
    padding: .9375rem
}

.modal-footer {
    padding: .9375rem;
    text-align: right;
    border-top: .0625rem solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: .3125rem;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -.0625rem
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media (min-width:48rem) {
    .modal-dialog {
        width: 23.125rem;
        margin: 1.875rem auto
    }

    .modal-content {
        -webkit-box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .5);
        box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 18.75rem
    }
}

@media (min-width:62rem) {
    .modal-lg {
        width: 56.25rem
    }
}

.inner-xs {
    padding: .3125rem
}

.inner-sm {
    padding: .625rem
}

.inner {
    padding: .9375rem
}

.inner-md {
    padding: 1.25rem
}

.inner-lg {
    padding: 1.875rem
}

.inner-xl {
    padding: 3.125rem
}

.padder-xs {
    padding: .3125rem
}

.padder-sm {
    padding: .625rem
}

.padder {
    padding: .9375rem
}

.padder-md {
    padding: 1.25rem
}

.padder-lg {
    padding: 1.875rem
}

.padder-xl {
    padding: 3.125rem
}

.padder-n,
.padder-none {
    padding: 0
}

.padder-v-xs {
    padding-top: .3125rem;
    padding-bottom: .3125rem
}

.padder-v-sm {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.padder-v {
    padding-top: .9375rem;
    padding-bottom: .9375rem
}

.padder-v-md {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.padder-v-lg {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
}

.padder-v-xl {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem
}

.no-gutter [class^=span-] {
    padding-left: 0;
    padding-right: 0
}

.m-xs {
    margin: .3125rem
}

.m-sm {
    margin: .625rem
}

.m {
    margin: .9375rem
}

.m-md {
    margin: 1.25rem
}

.m-lg {
    margin: 1.875rem
}

.m-xl {
    margin: 3.125rem
}

.m-n,
.m-none {
    margin: 0
}

.m-t-none {
    margin-top: 0
}

.m-t-xs {
    margin-top: .3125rem
}

.m-t-sm {
    margin-top: .625rem
}

.m-t {
    margin-top: .9375rem
}

.m-t-md {
    margin-top: 1.25rem
}

.m-t-lg {
    margin-top: 1.875rem
}

.m-t-xl {
    margin-top: 3.125rem
}

.m-b-none {
    margin-bottom: 0
}

.m-b-xs {
    margin-bottom: .3125rem
}

.m-b-sm {
    margin-bottom: .625rem
}

.m-b {
    margin-bottom: .9375rem
}

.m-b-md {
    margin-bottom: 1.25rem
}

.m-b-lg {
    margin-bottom: 1.875rem
}

.m-b-xl {
    margin-bottom: 3.125rem
}

.no-radius {
    border-radius: 0
}

.b {
    border: .0625rem solid #ebebeb
}

.bordered {
    border: .0625rem solid #d1d3d4
}

.img-circle {
    border-radius: 50%
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.bg-light {
    background-color: #f6f8f8
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hidden-alert,
.hidden-content {
    display: none
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

*,
.icon:before {
    -webkit-font-smoothing: antialiased
}

.hidden {
    visibility: hidden !important
}

.affix {
    position: fixed
}

.input-wrapper,
.loader,
.loader .loading,
.master-container {
    position: relative
}

@-ms-viewport {
    width: device-width
}

@media (max-width:47.9375rem) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:48rem) and (max-width:61.9375rem) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:62rem) and (max-width:74.9375rem) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:75rem) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (max-width:47.9375rem) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:48rem) and (max-width:61.9375rem) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:62rem) and (max-width:74.9375rem) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

.spacer-10,
.spacer-15,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80 {
    display: block;
    width: 100%;
    clear: both
}

@font-face {
    font-family: Icons;
    src: url(../font/Icons.eot);
    src: url(../font/Iconsd41dd41d.eot?#iefix) format("eot"), url(../font/Icons.woff2) format("woff2"), url(../font/Icons.woff) format("woff"), url(../font/Icons.ttf) format("truetype"), url(../font/Icons.html#Icons) format("svg")
}

.icon:before {
    font-family: Icons;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.icon-ehl:before {
    content: "\E001"
}

.icon-facebook:before {
    content: "\E002"
}

.icon-googleplus:before {
    content: "\E003"
}

.icon-instagram:before {
    content: "\E004"
}

.icon-linkedin:before {
    content: "\E005"
}

.icon-magnify:before {
    content: "\E006"
}

.icon-modal-x:before {
    content: "\E007"
}

.icon-top-arrow:before {
    content: "\E008"
}

.icon-twitter:before {
    content: "\E009"
}

.icon-user:before {
    content: "\E00A"
}

.icon-x:before {
    content: "\E00B"
}

.icon-youtube:before {
    content: "\E00C"
}

.spacer-10 {
    height: .625rem
}

.spacer-15 {
    height: .9375rem
}

.spacer-20 {
    height: 1.25rem
}

.spacer-30 {
    height: 1.875rem
}

.spacer-40 {
    font-size: .8125rem;
    height: 2.5rem
}

.spacer-50 {
    height: 3.125rem
}

.spacer-60 {
    height: 3.75rem
}

.spacer-70 {
    height: 4.375rem
}

.spacer-80 {
    height: 5rem
}

.loader {
    height: 27.5rem
}

.loader .loading {
    top: 50%;
    margin-top: -1.875rem
}

.loader .loading .loading-inner {
    margin: 0 auto
}

.loader .load-watch {
    opacity: 0
}

@media (min-width:48rem) {
    .loader {
        height: 27.5rem
    }
}

@media (min-width:62rem) {
    .loader {
        height: 80vh
    }

    .loader.smaller {
        height: 15rem
    }
}

.loader.grid-lines {
    background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1) .3125rem, rgba(114, 112, 112, .1) .3125rem, rgba(114, 112, 112, .1) .375rem);
    border-bottom: 1px solid rgba(114, 112, 112, .1);
    border-top: 1px solid rgba(114, 112, 112, .1)
}

.loader.smaller {
    height: 15rem
}

@media (min-width:48rem) {
    .loader.smaller {
        height: 15rem
    }
}

img {
    max-width: 100%
}

.master-container {
    overflow-x: hidden
}

.screener {
    content: "large";
    position: absolute;
    height: .0625rem;
    width: .0625rem
}

@media (min-width:62rem) and (max-width:74.9375rem) {
    .screener {
        content: "medium"
    }
}

@media (min-width:48rem) and (max-width:61.9375rem) {
    .screener {
        content: "small"
    }
}

@media (max-width:47.9375rem) {
    .screener {
        content: "xsmall"
    }
}

.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1rem
}

.flex-video.widescreen {
    padding-bottom: 57.25%
}

.flex-video.vimeo {
    padding-top: 0
}

.flex-video embed,
.flex-video iframe,
.flex-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-device-width:50rem),
only screen and (device-width:64rem) and (device-height:37.5rem),
only screen and (width:80rem) and (orientation:landscape),
only screen and (device-width:50rem),
only screen and (max-width:47.9375rem) {
    .flex-video {
        padding-top: 0
    }
}

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

.content:after {
    clear: both
}

.content img.pull-left {
    margin-bottom: .625rem;
    margin-right: .625rem
}

.content img.pull-right {
    margin-bottom: .625rem;
    margin-left: .625rem
}

.content a {
    font-weight: 700
}

span.loading,
span.loading span.loading-inner {
    display: block
}

div.mce-edit-focus {
    padding: .3125rem
}

header.header {
    background: #e6e6e6
}

header.header:after,
header.header:before {
    content: " ";
    display: table
}

header.header:after {
    clear: both
}

header.header a {
    text-decoration: none
}

.logo {
    display: block;
    padding: 0.2rem 0
}

.logotype img {
    width: 18.75rem;
    height: 6.625rem;
    margin: 0 auto
}

#btn-search:hover {
    text-decoration: none
}

#btn-search:visited {
    color: #F7A700
}

#search-wrapper {
    background: rgba(0, 0, 0, .4);
    padding: 1.25rem 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .3s, opacity .3s linear;
    -o-transition: visibility 0s linear .3s, opacity .3s linear;
    transition: visibility 0s linear .3s, opacity .3s linear
}

#search-wrapper.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

#search-wrapper input {
    background: 0 0;
    color: #fff;
    border: none;
    border-left: 2px solid #fff;
    border-radius: 0;
    font-size: 1.875rem;
    height: 2.5rem;
    width: 92%;
    font-weight: 300;
    display: inline-block
}

#search-wrapper input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

#search-wrapper input:-ms-input-placeholder {
    color: #fff
}

#search-wrapper input::-webkit-input-placeholder {
    color: #fff
}

#search-wrapper button {
    float: right;
    font-size: 1.5625rem;
    color: #fff;
    font-weight: 300
}

.login-phone {
    display: none;
    text-align: center
}

.login-phone a {
    font-size: 1rem;
    color: #fff;
    display: block;
    padding: .9375rem 0;
    background: #F7A700
}

.modal.olb-modal .modal-content .modal-body .olb-links a:hover {
    color: #D1D1D1
}

.modal.olb-modal h4 {
    color: #fff
}

@media screen and (max-width:34.5rem) {
    header.header .container {
        padding: 0
    }

    header.header .container .logotype {
        margin-left: 1.25rem
    }

    header.header .container .olb-btn {
        float: right;
        margin-right: 1rem
    }

    #search-wrapper {
        display: none !important
    }

    .login-phone {
        display: block
    }

    .logo_container {
        text-align: center;
        display: block;
        clear: both;
        width: 100%
    }
}

@media screen and (min-width:34.5625rem) {
    .logo {
        padding: 1.25rem 0;
        float: left;
    }
     .logo22 {
        padding: 1.25rem 0;
        float: left;
    }
}

@media screen and (max-width:74.875rem) {
    body.menu-open {
        overflow: hidden
    }

    body.menu-open .navbar {
        -webkit-transform: translate3d(260px, 0, 0);
        transform: translate3d(260px, 0, 0);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    body.menu-open .menu-backdrop {
        visibility: visible;
        opacity: .7
    }

    header.header {
        position: relative
    }
}

@media screen and (min-width:74.9375rem) {
    .header .container {
        padding-right: 0
    }
}

body.edit .hero .hero-txt {
    top: 25%;
    transform: translate(-50%, 0)
}

body.home #main {
    padding: 2.75rem 0
}

body.home #main .info {
    text-align: center
}

body.home #main .info a {
    text-decoration: none
}

body.home #main .info img {
    border-radius: 50%
}

.hero {
    position: relative;
    color: #1D5632
}

.hero .hero--gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    width: 70%;
    z-index: 1;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#00FFFFFF', GradientType=1)
}

.hero .hero-txt .h1,
.hero .hero-txt .h2,
.hero .hero-txt .h3,
.hero .hero-txt .h4,
.hero .hero-txt .h5,
.hero .hero-txt .h6,
.hero .hero-txt h1,
.hero .hero-txt h2,
.hero .hero-txt h3,
.hero .hero-txt h4,
.hero .hero-txt h5,
.hero .hero-txt h6 {
    font-weight: 400
}

.info-content,
.newsletter {
    background: #545458;
    padding: 1.25rem 0;
    margin-top: 2rem;
    color: #fff
}

.info-content form span,
.newsletter form span {
    font-size: 1.8125rem;
    color: #e6e6e6;
    margin-right: .9375rem;
    vertical-align: top;
    display: block;
    margin-top: .1875rem
}

.info-content form .inline,
.newsletter form .inline {
    display: inline-block;
    vertical-align: top
}

.info-content form input,
.newsletter form input {
    border-radius: -1.75rem;
    height: 2.375rem;
    margin: 0 .3125rem;
    border-color: #b2b2b2
}

.info-content form button,
.newsletter form button {
    padding: .5rem 1.875rem .5625rem;
    vertical-align: bottom
}

.newsletter .sr-only {
    color: #fff
}

@media screen and (max-width:29.9375rem) {
    .hero .slick-nav {
        display: none
    }
}

@media screen and (max-width:47.9375rem) {
    .hero .hero--gradient {
        display: none
    }

    .hero .hero-txt {
        text-align: center;
        padding: 1.25rem 1.25rem 1.875rem;
        background: #e7e7e7
    }

    .hero .hero-img img {
        max-width: 100%
    }

    .hero .slick-dots,
    .hero .slick-pauseplay {
        display: none !important
    }

    #main .info .col-sm-4 {
        margin-bottom: 1.875rem
    }

    .newsletter form .form-group {
        margin-bottom: 0
    }

    .newsletter form .inline {
        display: block
    }

    .newsletter form .inline input {
        width: 100% !important;
        margin-bottom: .9375rem
    }

    .newsletter form button {
        width: 100% !important
    }
}

@media screen and (min-width:48rem) {
    .hero .hero-img img {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .hero .slick-slide {
        min-height: 25rem
    }

    .hero .hero-txt {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1
    }

    .info .col-sm-4 .content {
        padding: 0 1.25rem
    }

    .newsletter .parsley-errors-list {
        position: absolute;
        font-size: .8125rem;
        margin-left: .625rem
    }
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

@media screen and (max-width:61.9375rem) {
    .newsletter form .form-group {
        margin-bottom: 0
    }

    .newsletter form .inline:first-child {
        display: block
    }

    .newsletter form .inline span {
        margin-bottom: .625rem;
        font-size: 1.5rem
    }

    .newsletter form .inline input {
        width: 17.5rem;
        margin-right: .625rem;
        margin-left: 0
    }
}

@media screen and (min-width:62rem) {
    .newsletter form .inline span {
        font-size: 1.125rem;
        margin-top: .5rem
    }

    .newsletter form .inline input {
        width: 16.5625rem !important
    }

    .newsletter form button {
        vertical-align: top
    }
}

@media screen and (min-width:75rem) {
    .newsletter form .inline input {
        width: 22.8125rem !important
    }
}

@media screen and (min-width:83.125rem) {
    .hero .hero-img img {
        width: 100%
    }
}

.slider {
    visibility: hidden;
    opacity: 0
}

.slick-slider {
    font-size: 0;
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-list {
    margin: 0;
    padding: 0;
    font-size: 16px
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -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 {
    left: 0;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: .0625rem;
    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-vertical .slick-slide {
    display: block;
    height: auto;
    border: .0625rem solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff
}

.slick-loading .slick-list::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border: .3125rem solid #f3f3f3;
    border-top: .3125rem solid #333;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: spin 1.5s linear infinite
}

@font-face {
    font-family: slick;
    src: url(../font/slick.eot);
    src: url(../font/slickd41dd41d.eot?#iefix) format("embedded-opentype"), url(../font/slick.woff) format("woff"), url(../font/slick.ttf) format("truetype"), url(../font/slick.html#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-dots {
    position: absolute;
    bottom: .625rem;
    right: 3.125rem;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    margin: 0 .1875rem;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    background: #BDBDBD;
    border: 1px solid #F7A700;
    border-radius: 50%;
    display: block;
    height: .9375rem;
    width: .9375rem;
    line-height: 0;
    font-size: 0;
    color: #000;
    padding: .3125rem;
    cursor: pointer
}

table.account-table tbody>tr>td,
table.account-table tfoot>tr>td {
    border-top: none
}

.search-form:after,
.search-form:before,
body.subpage #main:after,
body.subpage #main:before {
    display: table;
    content: " "
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li.slick-active button {
    background: #F7A700
}

body.subpage .hero {
    margin-bottom: 1.875rem
}

body.subpage .hero .hero-image {
    max-height: 15.625rem;
    overflow: hidden
}

body.subpage .hero .hero-image img {
    width: 100%
}

body.subpage .info {
    margin-bottom: 2.5rem;
    text-align: center
}

.page-title,
body.subpage #main {
    margin-bottom: 1.25rem
}

body.subpage .info a {
    text-decoration: none
}

body.subpage .info img {
    border-radius: 50%
}

body.subpage #main .container,
body.subpage #main:after {
    clear: both
}

#location_atms h1.page-title {
    margin-left: .9375rem
}

.main_container {
    padding-bottom: 3rem
}

.sidebar {
    margin-top: 1rem
}

.search-form:after {
    clear: both
}

.search-form .form-group {
    margin-bottom: 0
}

.search-form input {
    display: inline-block;
    float: left;
    margin-right: .25rem;
    margin-bottom: .625rem
}

.ajax-form-container,
.search-container .search-item {
    margin-bottom: 1.25rem
}

.search-form button {
    display: inline-block;
    float: left;
    line-height: 1.1875rem
}

.search-container {
    margin-top: 2.1875rem;
    clear: both
}

.search-container .search-item .search-link:hover {
    text-decoration: none
}

.search-container .search-item .search-link:hover .search-title {
    color: #333
}

.search-container .search-summary {
    border-bottom: .0625rem solid #ccc;
    padding-bottom: 1.25rem
}

table.account-table th {
    color: #25723f;
    border-bottom: none !important;
    font-size: 1.25rem
}

.rates td:first-child,
table.account-table td:first-child {
    font-size: 1.125rem;
    color: #25723f;
    font-weight: 700
}

table.account-table td,
table.account-table th {
    background: #f2f2f2;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    text-align: center
}

table.account-table td:first-child,
table.account-table th:first-child {
    background: 0 0
}

table.account-table td .btn {
    padding: .6875rem .5rem
}

table.account-table img[src$="-2x.png"] {
    width: 2.0625rem
}

.rates th {
    color: #25723f;
    font-size: 1.25rem
}

.rates td,
.rates th {
    text-align: center;
    border-bottom: none !important
}

caption {
    color: #1D5632;
    font-size: 1.375rem;
    font-weight: 700;
    padding-left: .625rem;
    background: #e6e6e6
}

.table-disclaimer {
    color: #333
}

ul#parsley-id-multiple-contactMethod.parsley-errors-list {
    margin-top: -2.25rem !important
}

.ajax-form-container label,
.ajax-form-container legend {
    color: #1D5632;
    width: 100%;
    display: block;
    clear: both;
    font-size: 18px;
    font-weight: 700
}

.ajax-form-container .success-container {
    display: none
}

.ajax-form-container fieldset {
    margin-bottom: 1rem
}

.ajax-form-container fieldset legend {
    display: inline-block;
    max-width: 100%;
    margin-bottom: .3125rem;
    font-weight: 400;
    border-bottom: none
}

.ajax-form-container .checkbox legend,
.ajax-form-container .radio legend {
    min-height: 1.375rem;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.ajax-form-container .checkbox-inline+.banno-location-search-form,
.ajax-form-container .checkbox-inline+.form-inline,
.ajax-form-container .radio-inline+.banno-location-search-form,
.ajax-form-container .radio-inline+.form-inline {
    float: right
}

.ajax-form-container .checkbox input[type=checkbox],
.ajax-form-container .checkbox-inline input[type=checkbox],
.ajax-form-container .radio input[type=radio],
.ajax-form-container .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -1.75rem;
    margin-top: -.5rem;
    width: 1.25rem
}

.ajax-form-container label.checkbox-inline,
.ajax-form-container label.radio-inline {
    padding-left: 2.75rem;
    font-weight: 400;
    color: #333;
    font-size: 16px
}

.ajax-form-container .margin-below {
    padding-bottom: 1.25rem
}

.ajax-form-container .submit-group {
    clear: both;
    margin: .625rem 0 1.875rem
}

form .form-group textarea {
    height: 6.25rem
}

form label.radio-inline>ul.parsley-errors-list.filled {
    position: absolute !important;
    padding-top: 3.125rem !important
}

@media screen and (max-width:47.9375rem) {
    .account-row {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:48rem) {
    .search-form input {
        width: 31.25rem !important
    }
}

.atm-heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 23px
}

.key div {
    display: inline-block;
    margin: 0 10px
}

[class*=branch-icon],
[class^=branch-icon] {
    background-image: url(../img/location-pins/branch.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    height: 30px;
    width: 20px;
    background-position: 0 0;
    display: inline-block;
    vertical-align: middle
}

[class*=atm-icon],
[class^=atm-icon] {
    background-image: url(../img/location-pins/atm.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    height: 30px;
    width: 20px;
    background-position: 0 0;
    display: inline-block;
    vertical-align: middle
}

body.no-fdic .ehl-fdic,
table#locationTable thead {
    display: none
}

.banno-location-example-container {
    margin: .3125rem 0 .625rem
}

.banno-location-proximity-container .banno-location-proximity,
.banno-location-search-fields,
.banno-location-search-fields .banno-location-search-input {
    margin-bottom: .625rem
}

@media screen and (min-width:48rem) {
    .banno-location-search-fields .banno-location-search-input {
        width: 70% !important
    }
}

.banno-location-search-fields #locationSearch {
    margin-bottom: .625rem;
    margin-top: .0625rem
}

.banno-location-toggles {
    margin-left: 1.25rem
}

.banno-location-results {
    margin: 1.25rem 0
}

table#locationTable,
table#locationTable thead>tr>th {
    border: none
}

table#locationTable tbody>tr {
    background: 0 0
}

table#locationTable tbody>tr>td {
    border: none;
    padding: 1.25rem;
    background: 0 0
}

table#locationTable tbody>tr td:first-child {
    text-align: center;
    width: 20%
}

#map_canvas {
    width: 100%;
    height: 23.75rem;
    margin-bottom: 1.25rem
}

.banno-location-img img {
    max-width: 25.25rem !important;
    width: 100%
}

#atmsToggleList label {
    margin-left: .9375rem
}

@media (max-width:47.9375rem) {
    #map_canvas {
        height: 17.5rem
    }
}

footer.footer {
    background: #e6e6e6;
    padding: 1.5625rem 0;
    color: #fff
}

footer.footer a {
    color: #545458;
    text-decoration: none;
    font-weight: 700
}

footer.footer a:hover {
    color: #25723f
}

footer.footer .social {
    font-size: 1.5625rem
}

footer.footer .copyright,
footer.footer .footer-menu {
    font-size: .8125rem;
    color: #545458
}

footer.footer .social a {
    margin: 0;
    color: #545458;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

footer.footer .social a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: #25723f
}

footer.footer .social a:first-child {
    margin-left: 0
}

footer.footer .footer-menu ul.banno-menu {
    margin-bottom: .625rem;
    color: #545458;
    list-style: none;
    padding: 0
}

footer.footer .footer-menu ul.banno-menu:after,
footer.footer .footer-menu ul.banno-menu:before {
    content: " ";
    display: table
}

footer.footer .footer-menu ul.banno-menu:after {
    clear: both
}

footer.footer .footer-menu ul.banno-menu li {
    margin-left: .5rem
}

footer.footer .footer-menu ul.banno-menu li a {
    text-decoration: none;
    padding: .3125rem 0;
    display: block;
    font-size: .8125rem
}

footer.footer .copyright {
    float: left
}

footer.footer .copyright .ehl-fdic {
    vertical-align: text-bottom
}

.KJECommandButton,
footer.footer .icon-ehl:before {
    vertical-align: middle
}

footer.footer a.btn-top {
    display: none;
    font-size: 2.8125rem;
    position: fixed;
    bottom: 6.5625rem;
    right: 1rem;
    z-index: 1;
    color: #25723f
}

footer.footer a.btn-top:hover {
    text-decoration: none;
    opacity: .8
}

footer.footer .footer-menu ul.banno-menu li.menu-group {
    font-size: .8125rem
}

@media screen and (max-width:42.5rem) {
    footer.footer .copyright .ehl {
        display: block
    }
}

@media screen and (max-width:61.9375rem) {
    footer .footer .social {
        float: none;
        display: block;
        clear: both
    }
}

@media screen and (min-width:62rem) {

    footer.footer .footer-menu ul.banno-menu li,
    footer.footer .social {
        float: left
    }

    footer.footer .footer-menu ul.banno-menu li a {
        display: inline-block !important
    }

    footer.footer .footer-menu ul.banno-menu li:before {
        content: '|';
        margin-right: .3125rem
    }

    footer.footer .copyright {
        padding: .625rem 0
    }
}

.sprite-after-facebook:after,
.sprite-before-facebook:before,
.sprite-facebook {
    background-image: url(../img/sprite.html);
    background-position: 0 0;
    width: 67px;
    height: 67px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {

    .sprite-after-facebook:after,
    .sprite-before-facebook:before,
    .sprite-facebook {
        background-image: url(../img/sprites-2x.html);
        background-size: 67px 67px
    }
}

.KJEWait {
    background-image: none !important;
    border: .3125rem solid #f3f3f3 !important;
    border-top: .3125rem solid #222 !important;
    border-radius: 50% !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    -webkit-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#KJESplash {
    display: none
}

#KJEAllContent {
    font-size: 1rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #333
}

.KJETitle {
    font-size: 1.3125rem;
    text-align: center;
    background-image: none
}

.KJECalculatorTable {
    background: 0 0;
    border: none;
    box-shadow: none;
    padding-top: 2rem
}

#KJEReport {
    padding-top: 2rem
}

.KJECalculator {
    margin-top: .5rem
}

.KJEInputContainer .KJEHelp:hover {
    color: #1D5632
}

.KJEDrop,
.KJEDroppee {
    background: 0 0 !important
}

.KJEReportTitle {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.KJEReportTitleBlock {
    text-align: center;
    padding: .625rem;
    margin: .625rem;
    border-width: .0625rem;
    border-style: solid;
    border-color: #000
}

.KJEWidthConstraint {
    max-width: 56.25rem;
    text-align: left;
    margin: auto;
    padding: .9375rem
}

.KJEWrapper .KJEWidthConstraint h1,
.KJEWrapper .KJEWidthConstraint>h1 {
    display: block !important
}

#KJEAllContent,
.KJEWrapper {
    background: 0 0
}

.KJEWrapper {
    padding: 0;
    margin: 0
}

button.KJECloseButton {
    background: #333
}

button.KJECloseButton:active,
button.KJECloseButton:focus,
button.KJECloseButton:hover,
button.KJEDefinitionIcon:active,
button.KJEDefinitionIcon:focus,
button.KJEDefinitionIcon:hover {
    color: #333
}

#KJEGuiDataPoint,
div.KJEGuiDefnPopup {
    border: .0625rem solid #222
}

div.KJEGuiDefnPopup:before {
    border-color: #222 transparent
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: .83125rem 0
}

.KJEInputContainer input[type=range]::-webkit-slider-thumb {
    height: .875rem;
    width: .875rem;
    border-left: .375rem solid transparent;
    border-right: .375rem solid transparent;
    border-bottom: .75rem solid #222;
    -webkit-box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -.65625rem
}

.KJEInputContainer input[type=range]:active::-webkit-slider-thumb {
    border-left: .375rem solid transparent;
    border-right: .375rem solid transparent;
    border-bottom: .75rem solid rgba(0, 0, 0, .8);
    -webkit-box-shadow: none
}

.KJEInputContainer input[type=range]::-moz-range-thumb {
    box-shadow: none;
    height: .875rem;
    width: .875rem;
    border-left: .375rem solid transparent;
    border-right: .375rem solid transparent;
    border-bottom: .75rem solid #222;
    cursor: pointer
}

.KJEInputContainer input[type=range]:active::-moz-range-thumb {
    border-left: .375rem solid transparent;
    border-right: .375rem solid transparent;
    border-bottom: .75rem solid rgba(0, 0, 0, .8);
    box-shadow: none
}

.KJEInputContainer input[type=range]::-ms-thumb {
    box-shadow: none;
    height: .125rem;
    width: .125rem;
    border-left: .375rem solid transparent;
    border-right: .375rem solid transparent;
    border-bottom: .75rem solid #222;
    border-top: 0;
    cursor: pointer
}

.KJEInputContainer input[type=range]:active::-ms-thumb {
    border-left: .375rem solid transparent;
    border-right: .375rem solid transparent;
    border-bottom: .75rem solid rgba(0, 0, 0, .8);
    box-shadow: none
}

#KJECommandButtons {
    z-index: 10;
    width: auto
}

.KJECommandButton {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: .0625rem solid #1D5632;
    white-space: nowrap;
    font-weight: 700;
    text-decoration: none;
    padding: .625em 1.25em;
    font-size: .875rem;
    line-height: .08929rem;
    border-radius: .125em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #1D5632;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.KJESubTitle,
.KJEToggleTitle {
    font-size: 1.25rem
}

.KJECommandButton.active,
.KJECommandButton.focus,
.KJECommandButton:active,
.KJECommandButton:focus,
.KJECommandButton:hover,
.open>.KJECommandButton.dropdown-toggle {
    color: #fff;
    background-color: #10301c;
    border-color: #0e2817
}

.KJECommandButton.active,
.KJECommandButton:active,
.open>.KJECommandButton.dropdown-toggle {
    background: #fff;
    color: #1D5632 !important;
    border-color: #1D5632
}

.KJECommandButton.disabled,
.KJECommandButton.disabled.active,
.KJECommandButton.disabled.focus,
.KJECommandButton.disabled:active,
.KJECommandButton.disabled:focus,
.KJECommandButton.disabled:hover,
.KJECommandButton[disabled],
.KJECommandButton[disabled].active,
.KJECommandButton[disabled].focus,
.KJECommandButton[disabled]:active,
.KJECommandButton[disabled]:focus,
.KJECommandButton[disabled]:hover,
fieldset[disabled] .KJECommandButton,
fieldset[disabled] .KJECommandButton.active,
fieldset[disabled] .KJECommandButton.focus,
fieldset[disabled] .KJECommandButton:active,
fieldset[disabled] .KJECommandButton:focus,
fieldset[disabled] .KJECommandButton:hover {
    background-color: #1D5632;
    border-color: #1D5632
}

.KJECommandButton .badge {
    color: #1D5632;
    background-color: #fff
}

.KJECommandButton.active.focus,
.KJECommandButton.active:focus,
.KJECommandButton.focus,
.KJECommandButton:active.focus,
.KJECommandButton:active:focus,
.KJECommandButton:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto .3125rem;
    outline-offset: -.125rem
}

.KJECommandButton.focus,
.KJECommandButton:focus,
.KJECommandButton:hover {
    color: #222;
    text-decoration: none;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.KJECommandButton.active,
.KJECommandButton:active {
    outline: 0
}

.KJECommandButton.disabled,
.KJECommandButton[disabled],
fieldset[disabled] .KJECommandButton {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

#KJECalculate {
    color: #fff;
    background-color: #1D5632;
    border-color: #1D5632
}

#KJECalculate.active,
#KJECalculate.focus,
#KJECalculate:active,
#KJECalculate:focus,
#KJECalculate:hover,
.open>#KJECalculate.dropdown-toggle {
    color: #fff;
    background-color: #10301c;
    border-color: #0e2817
}

#KJECalculate.active,
#KJECalculate:active,
.open>#KJECalculate.dropdown-toggle {
    background: #fff;
    color: #1D5632 !important;
    border-color: #1D5632
}

#KJECalculate.disabled,
#KJECalculate.disabled.active,
#KJECalculate.disabled.focus,
#KJECalculate.disabled:active,
#KJECalculate.disabled:focus,
#KJECalculate.disabled:hover,
#KJECalculate[disabled],
#KJECalculate[disabled].active,
#KJECalculate[disabled].focus,
#KJECalculate[disabled]:active,
#KJECalculate[disabled]:focus,
#KJECalculate[disabled]:hover,
fieldset[disabled] #KJECalculate,
fieldset[disabled] #KJECalculate.active,
fieldset[disabled] #KJECalculate.focus,
fieldset[disabled] #KJECalculate:active,
fieldset[disabled] #KJECalculate:focus,
fieldset[disabled] #KJECalculate:hover {
    background-color: #1D5632;
    border-color: #1D5632
}

#KJECalculate .badge {
    color: #1D5632;
    background-color: #fff
}

#KJEViewReport {
    color: #fff;
    background-color: #545458;
    border-color: #545458
}

#KJEViewReport.active,
#KJEViewReport.focus,
#KJEViewReport:active,
#KJEViewReport:focus,
#KJEViewReport:hover,
.open>#KJEViewReport.dropdown-toggle {
    color: #fff;
    background-color: #3b3b3e;
    border-color: #363639
}

#KJEViewReport.active,
#KJEViewReport:active,
.open>#KJEViewReport.dropdown-toggle {
    background: #fff;
    color: #545458 !important;
    border-color: #545458
}

#KJEViewReport.disabled,
#KJEViewReport.disabled.active,
#KJEViewReport.disabled.focus,
#KJEViewReport.disabled:active,
#KJEViewReport.disabled:focus,
#KJEViewReport.disabled:hover,
#KJEViewReport[disabled],
#KJEViewReport[disabled].active,
#KJEViewReport[disabled].focus,
#KJEViewReport[disabled]:active,
#KJEViewReport[disabled]:focus,
#KJEViewReport[disabled]:hover,
fieldset[disabled] #KJEViewReport,
fieldset[disabled] #KJEViewReport.active,
fieldset[disabled] #KJEViewReport.focus,
fieldset[disabled] #KJEViewReport:active,
fieldset[disabled] #KJEViewReport:focus,
fieldset[disabled] #KJEViewReport:hover {
    background-color: #545458;
    border-color: #545458
}

#KJEViewReport .badge {
    color: #545458;
    background-color: #fff
}

button.KJEDefinitionIcon {
    background: #1a456c
}

#KJE-D-INPUTS,
#KJE-E-INPUTS {
    background: 0 0 !important
}

.KJEGraphIcon,
.KJEInputIcon {
    background-repeat: no-repeat;
    background-position: top left
}

.KJEFontHeading {
    color: #333
}

.KJEError {
    color: #db4442
}

.KJESubTitle {
    font-weight: 700;
    line-height: normal
}

.KJETitle .KJEFooter {
    display: none
}

.KJEInputIcon {
    background-image: none
}

#KJE-E-INPUTS input {
    border-radius: .25rem;
    color: #333
}

.KJEInputContainer .KJEArrow {
    width: .625rem;
    height: .625rem;
    background: #222;
    border-radius: .25rem;
    top: .8125rem !important;
    border: none
}

.KJEInputContainer .KJEArrow.active {
    cursor: pointer;
    border: none
}

.KJEDropper:hover,
.KJEInputContainer:hover {
    background-color: #fff
}

.KJEGraphDropper:hover {
    background-color: #eee
}

.KJEInputContainer .help:hover {
    color: #333
}

.KJEDefinitions .KJEReportTableDiv,
.KJEReportTableDiv,
.KJEScheduleDiv {
    border: none;
    box-shadow: none
}

table.KJEReportTable,
table.KJEScheduleTable {
    background: 0 0
}

table.KJEReportTable tr.KJEHeaderRow {
    background: 0 0;
    text-align: center;
    border: none
}

table.KJEReportTable tr.KJEFooterRow {
    background-color: #ccc;
    text-align: right;
    border: none
}

table.KJEReportTable tr.KJEFooterRow:hover {
    background: 0 0;
    color: #333
}

table.KJEReportTable tr.KJEEvenRow {
    background-color: #eee;
    text-align: right
}

table.KJEReportTable tr.KJEEvenRow:hover {
    background-color: #eee;
    color: #333
}

table.KJEReportTable tr.KJEOddRow {
    background-color: #fff;
    text-align: right
}

table.KJEReportTable .KJELabel:hover,
table.KJEReportTable td.KJECell:hover,
table.KJEReportTable td.KJECellSpecial:hover,
table.KJEReportTable td.KJECellStrong:hover,
table.KJEReportTable tr.KJEOddRow:hover {
    color: #333;
    background: 0 0
}

table.KJEScheduleTable tr.KJEScheduleHeaderRow {
    background: 0 0;
    text-align: right;
    border: none
}

.KJEScehduleTable th {
    background-color: #ccc;
    border: none
}

table.KJEScheduleTable tr.KJEScheduleEvenRow {
    background-color: inherit;
    text-align: right;
    border: none
}

table.KJEScheduleTable tr.KJEScheduleEvenRow:hover {
    background-color: inherit
}

table.KJEScheduleTable tr.KJEScheduleOddRow {
    background-color: inherit;
    text-align: right
}

table.KJEScheduleTable tr.KJEScheduleOddRow:hover {
    background: 0 0
}

table.KJEScheduleTable td.KJEScheduleCell:hover {
    color: #333;
    background-color: inherit
}

body {
    margin: 0
}

#KJE-C-GRAPH1 .KJEGraphDropper:hover {
    background: #f7f7f7
}

.KJEToggleIcon {
    background: 0 0
}

.subpage>#main>.container .KJECommandButton.active,
.subpage>#main>.container .KJECommandButton.focus,
.subpage>#main>.container .KJECommandButton:active,
.subpage>#main>.container .KJECommandButton:focus,
.subpage>#main>.container .KJECommandButton:hover,
.subpage>#main>.container .open>.KJECommandButton.dropdown-toggle {
    background-color: #1D5632 !important
}