/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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
}

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

abbr[title] {
    border-bottom: .0625rem dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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 {
    border: 0
}

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

figure {
    margin: 1em 2.5rem
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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

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 {
    line-height: normal
}

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-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: .0625rem solid silver;
    margin: 0 .125rem;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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 {

    *,
    :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;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

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

    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,
    .edit .blog--cms-dialog #load-related-categories>.caret,
    .edit .blog--cms-dialog .blog--cms-dialog--buttons .dropup>button.blog--cms-dialog-btn>.caret,
    .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn>.caret,
    .edit .blog--cms-dialog .dropup>#load-related-categories>.caret,
    .edit .related-article--controls #load-related-categories>.caret,
    .edit .related-article--controls .blog--cms-dialog--buttons .dropup>button.blog--cms-dialog-btn>.caret,
    .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn>.caret,
    .edit .related-article--controls .dropup>#load-related-categories>.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
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

html {
    font-size: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.42857;
    color: #444;
    background-color: #fff
}

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

a {
    color: #0073ab;
    text-decoration: underline
}

a:focus,
a:hover {
    color: #006292;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

.img-rounded {
    border-radius: 4px
}

.img-thumbnail {
    padding: .25rem;
    line-height: 1.42857;
    background-color: #fff;
    border: .0625rem solid #ddd;
    border-radius: .1875rem;
    -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
}

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

hr {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 0;
    border-top: .0625rem solid #eee
}

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

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

#acrobatNotice.focused,
#acrobatNotice:focus,
#complianceMenu.focused,
#complianceMenu:focus {
    display: block;
    opacity: 1;
    min-width: 200px;
    height: auto;
    width: auto;
    clip: auto;
    overflow: visible;
    padding: 1.25rem;
    margin: 0;
    top: 1rem;
    left: 1rem;
    z-index: 99999;
    background: #75716d
}

#acrobatNotice.focused a,
#acrobatNotice:focus a,
#complianceMenu.focused a,
#complianceMenu:focus a {
    color: #fff;
    text-decoration: underline
}

#acrobatNotice.focused a:focus,
#acrobatNotice.focused a:hover,
#acrobatNotice:focus a:focus,
#acrobatNotice:focus a:hover,
#complianceMenu.focused a:focus,
#complianceMenu.focused a:hover,
#complianceMenu:focus a:focus,
#complianceMenu:focus a:hover {
    text-decoration: none
}

.smallest {
    font-size: .75rem;
    font-weight: 400
}

.small {
    font-size: .8125rem;
    font-weight: 400
}

.medium {
    font-size: .875rem;
    font-weight: 400
}

.big {
    font-size: .9375rem;
    font-weight: 400
}

.biggest {
    font-size: 1rem;
    font-weight: 400
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: #007eb4;
    margin: 0
}

.h1,
h1 {
    font-size: 3.625rem;
    line-height: 3.75rem;
    color: #fff;
    font-weight: 500;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif
}

.h2,
h2 {
    font-size: 1.5625rem;
    line-height: 1.9375rem;
    color: #444;
    font-weight: 400;
    font-family: "Sentinel Book", Georgia, "Times New Roman", Times, serif
}

.h3,
h3 {
    font-size: 1.3125rem;
    line-height: 1.875rem;
    color: #005587;
    font-weight: 400;
    font-family: "Sentinel Book", Georgia, "Times New Roman", Times, serif
}

.h4,
h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #444;
    font-weight: 400;
    font-family: "Sentinel Book", Georgia, "Times New Roman", Times, serif
}

.h5,
h5 {
    font-size: 1.1875rem;
    line-height: 1.25rem;
    color: #444;
    font-weight: 400;
    font-family: "Sentinel Book", Georgia, "Times New Roman", Times, serif
}

.h6,
h6 {
    font-size: 1.125rem;
    line-height: 1rem;
    color: #444;
    font-weight: 400;
    font-family: "Sentinel Book", Georgia, "Times New Roman", Times, serif
}

.blue-hero-bar .h1,
.blue-hero-bar .h1 a,
.blue-hero-bar .h2,
.blue-hero-bar .h2 a,
.blue-hero-bar .h3,
.blue-hero-bar .h3 a,
.blue-hero-bar .h4,
.blue-hero-bar .h4 a,
.blue-hero-bar .h5,
.blue-hero-bar .h5 a,
.blue-hero-bar .h6,
.blue-hero-bar .h6 a,
.blue-hero-bar a .h1,
.blue-hero-bar a .h2,
.blue-hero-bar a .h3,
.blue-hero-bar a .h4,
.blue-hero-bar a .h5,
.blue-hero-bar a .h6,
.blue-hero-bar a h1,
.blue-hero-bar a h2,
.blue-hero-bar a h3,
.blue-hero-bar a h4,
.blue-hero-bar a h5,
.blue-hero-bar a h6,
.blue-hero-bar a:not(.btn),
.blue-hero-bar h1,
.blue-hero-bar h1 a,
.blue-hero-bar h2,
.blue-hero-bar h2 a,
.blue-hero-bar h3,
.blue-hero-bar h3 a,
.blue-hero-bar h4,
.blue-hero-bar h4 a,
.blue-hero-bar h5,
.blue-hero-bar h5 a,
.blue-hero-bar h6,
.blue-hero-bar h6 a {
    color: #fff
}

.blue-hero-bar .h2,
.blue-hero-bar h2 {
    font-size: 3rem;
    line-height: 3.25rem;
    color: #fff;
    font-family: "Sentinel Book", Georgia, "Times New Roman", Times, serif;
    font-weight: 500
}

.blue-hero-bar .h3,
.blue-hero-bar h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #fff;
    font-family: "Sentinel Book", Georgia, "Times New Roman", Times, serif;
    font-weight: 400
}

.blue-hero-bar .h4,
.blue-hero-bar h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #fff;
    font-family: "Sentinel Book", Georgia, "Times New Roman", Times, serif;
    font-weight: 400
}

.blue-hero-bar .h5,
.blue-hero-bar h5 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #fff;
    font-family: "Sentinel Book", Georgia, "Times New Roman", Times, serif;
    font-weight: 400
}

.blue-hero-bar .h6,
.blue-hero-bar h6 {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #fff;
    font-family: "Sentinel Book", Georgia, "Times New Roman", Times, serif;
    font-weight: 400
}

.sub-section-headings .h1,
.sub-section-headings .h1 a,
.sub-section-headings .h2,
.sub-section-headings .h2 a,
.sub-section-headings .h3,
.sub-section-headings .h3 a,
.sub-section-headings .h4,
.sub-section-headings .h4 a,
.sub-section-headings .h5,
.sub-section-headings .h5 a,
.sub-section-headings .h6,
.sub-section-headings .h6 a,
.sub-section-headings a .h1,
.sub-section-headings a .h2,
.sub-section-headings a .h3,
.sub-section-headings a .h4,
.sub-section-headings a .h5,
.sub-section-headings a .h6,
.sub-section-headings a h1,
.sub-section-headings a h2,
.sub-section-headings a h3,
.sub-section-headings a h4,
.sub-section-headings a h5,
.sub-section-headings a h6,
.sub-section-headings a:not(.btn),
.sub-section-headings h1,
.sub-section-headings h1 a,
.sub-section-headings h2,
.sub-section-headings h2 a,
.sub-section-headings h3,
.sub-section-headings h3 a,
.sub-section-headings h4,
.sub-section-headings h4 a,
.sub-section-headings h5,
.sub-section-headings h5 a,
.sub-section-headings h6,
.sub-section-headings h6 a {
    color: #fff
}

.sub-section-headings .h2,
.sub-section-headings h2 {
    font-size: 1.5rem;
    line-height: 1.6875rem;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 .0625rem .0625rem rgba(0, 0, 0, .35);
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif
}

.sub-section-headings .h3,
.sub-section-headings h3 {
    font-size: 1.4375rem;
    line-height: 1.625rem;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 .0625rem .0625rem rgba(0, 0, 0, .35);
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif
}

.sub-section-headings .h4,
.sub-section-headings h4 {
    font-size: 1.375rem;
    line-height: 1.5625rem;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 .0625rem .0625rem rgba(0, 0, 0, .35);
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif
}

.sub-section-headings .h5,
.sub-section-headings h5 {
    font-size: 1.3125rem;
    line-height: 1.5rem;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 .0625rem .0625rem rgba(0, 0, 0, .35);
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif
}

.sub-section-headings .h6,
.sub-section-headings h6 {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 .0625rem .0625rem rgba(0, 0, 0, .35);
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif
}

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

    .blue-hero-bar .h2,
    .blue-hero-bar h2 {
        font-size: 2rem;
        line-height: 2.375rem
    }
}

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

    .blue-hero-bar .h2,
    .blue-hero-bar h2 {
        font-size: 1.375rem;
        line-height: 2.375rem
    }

    .sub-section-headings .h2,
    .sub-section-headings h2 {
        font-size: 1.25rem;
        line-height: 1.5625rem
    }

    .sub-section-headings .h3,
    .sub-section-headings h3 {
        font-size: 1.1875rem;
        line-height: 1.5rem
    }

    .sub-section-headings .h4,
    .sub-section-headings h4 {
        font-size: 1.125rem;
        line-height: 1.4375rem
    }

    .sub-section-headings .h5,
    .sub-section-headings h5 {
        font-size: 1.0625rem;
        line-height: 1.375rem
    }

    .sub-section-headings .h6,
    .sub-section-headings h6 {
        font-size: 1rem;
        line-height: 1.3125rem
    }
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:48rem) {
    .lead {
        font-size: 1.3125rem
    }
}

.small,
small {
    font-size: 85%
}

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #d1cfce
}

.text-primary {
    color: #005587
}

a.text-primary:hover {
    color: #003554
}

.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
}

.bg-primary {
    background-color: #005587
}

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

.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
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

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

dl {
    margin-top: 0;
    margin-bottom: 1.25rem
}

dd,
dt {
    line-height: .08929rem
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

blockquote {
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif;
    margin: 0 0 20px;
    font-size: 1.625rem;
    line-height: 1.875rem;
    color: #007eb4
}

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

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

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

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

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

.container:after {
    clear: both
}

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

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

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

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

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

.container-fluid:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

.blog--content,
.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
}

.blog--content,
.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%
}

.blog--content,
.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) {

    .blog--content,
    .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%
    }

    .blog--content,
    .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%
    }
}

@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) {

    .blog--content,
    .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%
    }

    .blog--content,
    .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%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: .875rem;
    padding-bottom: .875rem;
    color: #d1cfce;
    text-align: left
}

th {
    text-align: left
}

.table.rates>thead>tr>th {
    color: #007eb4;
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center
}

.table.rates>tbody>tr>td {
    text-align: center
}

.table {
    width: 100%;
    min-width: 48rem;
    max-width: 100%;
    margin-bottom: 20px
}

.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: .875rem;
    line-height: 1.42857;
    vertical-align: top;
    border-top: .0625rem solid #fff
}

.table>thead>tr>th {
    vertical-align: bottom
}

.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 #fff
}

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

.table-bordered {
    border: .0625rem solid #fff
}

.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 #fff
}

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

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

.table-hover>tbody>tr:hover {
    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>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-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
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: .875rem;
    line-height: inherit;
    color: #444;
    border: 0
}

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

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

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

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

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

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

.banno-location-search-fields .banno-location-search-input,
.form-container .b-captcha-answer .b-captcha-answer-input,
.form-control {
    display: block;
    width: 100%;
    height: 3.0625rem;
    padding: .5625rem .625rem;
    font-size: .875rem;
    line-height: 1.42857;
    color: #7a7571;
    background-color: #fff;
    background-image: none;
    border: .0625rem solid #ccc;
    border-radius: .1875rem
}

.banno-location-search-fields .banno-location-search-input:focus,
.form-container .b-captcha-answer .b-captcha-answer-input:focus,
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.banno-location-search-fields .banno-location-search-input::-moz-placeholder,
.form-container .b-captcha-answer .b-captcha-answer-input::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.banno-location-search-fields .banno-location-search-input:-ms-input-placeholder,
.form-container .b-captcha-answer .b-captcha-answer-input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #999
}

.banno-location-search-fields .banno-location-search-input::-webkit-input-placeholder,
.form-container .b-captcha-answer .b-captcha-answer-input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #999
}

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

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

input[type=search] {
    -webkit-appearance: none
}

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

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

    .banno-location-search-fields .input-group-sm>input.banno-location-search-input[type=date],
    .banno-location-search-fields .input-group-sm>input.banno-location-search-input[type=datetime-local],
    .banno-location-search-fields .input-group-sm>input.banno-location-search-input[type=month],
    .banno-location-search-fields .input-group-sm>input.banno-location-search-input[type=time],
    .edit .blog--cms-dialog .input-group-sm>.input-group-btn>input#load-related-categories[type=date],
    .edit .blog--cms-dialog .input-group-sm>.input-group-btn>input#load-related-categories[type=datetime-local],
    .edit .blog--cms-dialog .input-group-sm>.input-group-btn>input#load-related-categories[type=month],
    .edit .blog--cms-dialog .input-group-sm>.input-group-btn>input#load-related-categories[type=time],
    .edit .related-article--controls .input-group-sm>.input-group-btn>input#load-related-categories[type=date],
    .edit .related-article--controls .input-group-sm>.input-group-btn>input#load-related-categories[type=datetime-local],
    .edit .related-article--controls .input-group-sm>.input-group-btn>input#load-related-categories[type=month],
    .edit .related-article--controls .input-group-sm>.input-group-btn>input#load-related-categories[type=time],
    .form-container .b-captcha-answer .input-group-sm>input.b-captcha-answer-input[type=date],
    .form-container .b-captcha-answer .input-group-sm>input.b-captcha-answer-input[type=datetime-local],
    .form-container .b-captcha-answer .input-group-sm>input.b-captcha-answer-input[type=month],
    .form-container .b-captcha-answer .input-group-sm>input.b-captcha-answer-input[type=time],
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    .input-group-sm>.input-group-btn>input.btn[type=date],
    .input-group-sm>.input-group-btn>input.btn[type=datetime-local],
    .input-group-sm>.input-group-btn>input.btn[type=month],
    .input-group-sm>.input-group-btn>input.btn[type=time],
    .input-group-sm>input.form-control[type=date],
    .input-group-sm>input.form-control[type=datetime-local],
    .input-group-sm>input.form-control[type=month],
    .input-group-sm>input.form-control[type=time],
    .input-group-sm>input.input-group-addon[type=date],
    .input-group-sm>input.input-group-addon[type=datetime-local],
    .input-group-sm>input.input-group-addon[type=month],
    .input-group-sm>input.input-group-addon[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 50px
    }

    .banno-location-search-fields .input-group-lg>input.banno-location-search-input[type=date],
    .banno-location-search-fields .input-group-lg>input.banno-location-search-input[type=datetime-local],
    .banno-location-search-fields .input-group-lg>input.banno-location-search-input[type=month],
    .banno-location-search-fields .input-group-lg>input.banno-location-search-input[type=time],
    .edit .blog--cms-dialog .input-group-lg>.input-group-btn>input#load-related-categories[type=date],
    .edit .blog--cms-dialog .input-group-lg>.input-group-btn>input#load-related-categories[type=datetime-local],
    .edit .blog--cms-dialog .input-group-lg>.input-group-btn>input#load-related-categories[type=month],
    .edit .blog--cms-dialog .input-group-lg>.input-group-btn>input#load-related-categories[type=time],
    .edit .related-article--controls .input-group-lg>.input-group-btn>input#load-related-categories[type=date],
    .edit .related-article--controls .input-group-lg>.input-group-btn>input#load-related-categories[type=datetime-local],
    .edit .related-article--controls .input-group-lg>.input-group-btn>input#load-related-categories[type=month],
    .edit .related-article--controls .input-group-lg>.input-group-btn>input#load-related-categories[type=time],
    .form-container .b-captcha-answer .input-group-lg>input.b-captcha-answer-input[type=date],
    .form-container .b-captcha-answer .input-group-lg>input.b-captcha-answer-input[type=datetime-local],
    .form-container .b-captcha-answer .input-group-lg>input.b-captcha-answer-input[type=month],
    .form-container .b-captcha-answer .input-group-lg>input.b-captcha-answer-input[type=time],
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    .input-group-lg>.input-group-btn>input.btn[type=date],
    .input-group-lg>.input-group-btn>input.btn[type=datetime-local],
    .input-group-lg>.input-group-btn>input.btn[type=month],
    .input-group-lg>.input-group-btn>input.btn[type=time],
    .input-group-lg>input.form-control[type=date],
    .input-group-lg>input.form-control[type=datetime-local],
    .input-group-lg>input.form-control[type=month],
    .input-group-lg>input.form-control[type=time],
    .input-group-lg>input.input-group-addon[type=date],
    .input-group-lg>input.input-group-addon[type=datetime-local],
    .input-group-lg>input.input-group-addon[type=month],
    .input-group-lg>input.input-group-addon[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 66px
    }
}

.edit .article--controls--group,
.edit .related-article--controls .blog--cms-dialog--buttons,
.form-group {
    margin-bottom: .9375rem
}

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

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

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

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

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

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

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
}

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

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

.banno-location-search-fields .input-group-sm>.banno-location-search-input,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-sm>.input-group-btn>button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .input-group-sm>.input-group-btn>#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-sm>.input-group-btn>button.blog--cms-dialog-btn,
.edit .related-article--controls .input-group-sm>.input-group-btn>#load-related-categories,
.form-container .b-captcha-answer .input-group-sm>.b-captcha-answer-input,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 3.125rem;
    padding: .9375rem 2rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.banno-location-search-fields .input-group-sm>select.banno-location-search-input,
.edit .blog--cms-dialog .input-group-sm>.input-group-btn>select#load-related-categories,
.edit .related-article--controls .input-group-sm>.input-group-btn>select#load-related-categories,
.form-container .b-captcha-answer .input-group-sm>select.b-captcha-answer-input,
.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 3.125rem;
    line-height: 3.125rem
}

.banno-location-search-fields .input-group-sm>select.banno-location-search-input[multiple],
.banno-location-search-fields .input-group-sm>textarea.banno-location-search-input,
.edit .blog--cms-dialog .input-group-sm>.input-group-btn>select#load-related-categories[multiple],
.edit .blog--cms-dialog .input-group-sm>.input-group-btn>textarea#load-related-categories,
.edit .related-article--controls .input-group-sm>.input-group-btn>select#load-related-categories[multiple],
.edit .related-article--controls .input-group-sm>.input-group-btn>textarea#load-related-categories,
.form-container .b-captcha-answer .input-group-sm>select.b-captcha-answer-input[multiple],
.form-container .b-captcha-answer .input-group-sm>textarea.b-captcha-answer-input,
.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.banno-location-search-fields .form-group-sm .banno-location-search-input,
.form-container .b-captcha-answer .form-group-sm .b-captcha-answer-input,
.form-group-sm .banno-location-search-fields .banno-location-search-input,
.form-group-sm .form-container .b-captcha-answer .b-captcha-answer-input,
.form-group-sm .form-control {
    height: 3.125rem;
    padding: .9375rem 2rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.banno-location-search-fields .form-group-sm select.banno-location-search-input,
.form-container .b-captcha-answer .form-group-sm select.b-captcha-answer-input,
.form-group-sm .banno-location-search-fields select.banno-location-search-input,
.form-group-sm .form-container .b-captcha-answer select.b-captcha-answer-input,
.form-group-sm select.form-control {
    height: 3.125rem;
    line-height: 3.125rem
}

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

.form-group-sm .form-control-static {
    height: 3.125rem;
    padding: .9375rem 2rem;
    font-size: .75rem;
    line-height: 1.5
}

.banno-location-search-fields .input-group-lg>.banno-location-search-input,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-lg>.input-group-btn>button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .input-group-lg>.input-group-btn>#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-lg>.input-group-btn>button.blog--cms-dialog-btn,
.edit .related-article--controls .input-group-lg>.input-group-btn>#load-related-categories,
.form-container .b-captcha-answer .input-group-lg>.b-captcha-answer-input,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 4.125rem;
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    line-height: 1.33333;
    border-radius: .25rem
}

.banno-location-search-fields .input-group-lg>select.banno-location-search-input,
.edit .blog--cms-dialog .input-group-lg>.input-group-btn>select#load-related-categories,
.edit .related-article--controls .input-group-lg>.input-group-btn>select#load-related-categories,
.form-container .b-captcha-answer .input-group-lg>select.b-captcha-answer-input,
.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
    height: 4.125rem;
    line-height: 4.125rem
}

.banno-location-search-fields .input-group-lg>select.banno-location-search-input[multiple],
.banno-location-search-fields .input-group-lg>textarea.banno-location-search-input,
.edit .blog--cms-dialog .input-group-lg>.input-group-btn>select#load-related-categories[multiple],
.edit .blog--cms-dialog .input-group-lg>.input-group-btn>textarea#load-related-categories,
.edit .related-article--controls .input-group-lg>.input-group-btn>select#load-related-categories[multiple],
.edit .related-article--controls .input-group-lg>.input-group-btn>textarea#load-related-categories,
.form-container .b-captcha-answer .input-group-lg>select.b-captcha-answer-input[multiple],
.form-container .b-captcha-answer .input-group-lg>textarea.b-captcha-answer-input,
.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.banno-location-search-fields .form-group-lg .banno-location-search-input,
.form-container .b-captcha-answer .form-group-lg .b-captcha-answer-input,
.form-group-lg .banno-location-search-fields .banno-location-search-input,
.form-group-lg .form-container .b-captcha-answer .b-captcha-answer-input,
.form-group-lg .form-control {
    height: 4.125rem;
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    line-height: 1.33333;
    border-radius: .25rem
}

.banno-location-search-fields .form-group-lg select.banno-location-search-input,
.form-container .b-captcha-answer .form-group-lg select.b-captcha-answer-input,
.form-group-lg .banno-location-search-fields select.banno-location-search-input,
.form-group-lg .form-container .b-captcha-answer select.b-captcha-answer-input,
.form-group-lg select.form-control {
    height: 4.125rem;
    line-height: 4.125rem
}

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

.form-group-lg .form-control-static {
    height: 4.125rem;
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    line-height: 1.33333
}

.help-block {
    display: block;
    margin-top: .3125rem;
    margin-bottom: .625rem;
    color: #848484
}

@media (min-width:48rem) {

    .banno-location-search-form .edit .article--controls--group,
    .banno-location-search-form .edit .related-article--controls .blog--cms-dialog--buttons,
    .banno-location-search-form .form-group,
    .edit .banno-location-search-form .article--controls--group,
    .edit .form-inline .article--controls--group,
    .edit .related-article--controls .banno-location-search-form .blog--cms-dialog--buttons,
    .edit .related-article--controls .form-inline .blog--cms-dialog--buttons,
    .edit .related-article--controls .search-form .blog--cms-dialog--buttons,
    .edit .search-form .article--controls--group,
    .form-inline .edit .article--controls--group,
    .form-inline .edit .related-article--controls .blog--cms-dialog--buttons,
    .form-inline .form-group,
    .search-form .edit .article--controls--group,
    .search-form .edit .related-article--controls .blog--cms-dialog--buttons,
    .search-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .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-fields .search-form .banno-location-search-input,
    .banno-location-search-form .banno-location-search-fields .banno-location-search-input,
    .banno-location-search-form .form-container .b-captcha-answer .b-captcha-answer-input,
    .banno-location-search-form .form-control,
    .form-container .b-captcha-answer .banno-location-search-form .b-captcha-answer-input,
    .form-container .b-captcha-answer .form-inline .b-captcha-answer-input,
    .form-container .b-captcha-answer .search-form .b-captcha-answer-input,
    .form-inline .banno-location-search-fields .banno-location-search-input,
    .form-inline .form-container .b-captcha-answer .b-captcha-answer-input,
    .form-inline .form-control,
    .search-form .banno-location-search-fields .banno-location-search-input,
    .search-form .form-container .b-captcha-answer .b-captcha-answer-input,
    .search-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

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

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

    .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-fields .search-form .input-group .banno-location-search-input,
    .banno-location-search-form .input-group .banno-location-search-fields .banno-location-search-input,
    .banno-location-search-form .input-group .form-container .b-captcha-answer .b-captcha-answer-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-container .b-captcha-answer .banno-location-search-form .input-group .b-captcha-answer-input,
    .form-container .b-captcha-answer .form-inline .input-group .b-captcha-answer-input,
    .form-container .b-captcha-answer .search-form .input-group .b-captcha-answer-input,
    .form-inline .input-group .banno-location-search-fields .banno-location-search-input,
    .form-inline .input-group .form-container .b-captcha-answer .b-captcha-answer-input,
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .search-form .input-group .banno-location-search-fields .banno-location-search-input,
    .search-form .input-group .form-container .b-captcha-answer .b-captcha-answer-input,
    .search-form .input-group .form-control,
    .search-form .input-group .input-group-addon,
    .search-form .input-group .input-group-btn {
        width: auto
    }

    .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-fields .search-form .input-group>.banno-location-search-input,
    .banno-location-search-form .banno-location-search-fields .input-group>.banno-location-search-input,
    .banno-location-search-form .form-container .b-captcha-answer .input-group>.b-captcha-answer-input,
    .banno-location-search-form .input-group>.form-control,
    .form-container .b-captcha-answer .banno-location-search-form .input-group>.b-captcha-answer-input,
    .form-container .b-captcha-answer .form-inline .input-group>.b-captcha-answer-input,
    .form-container .b-captcha-answer .search-form .input-group>.b-captcha-answer-input,
    .form-inline .banno-location-search-fields .input-group>.banno-location-search-input,
    .form-inline .form-container .b-captcha-answer .input-group>.b-captcha-answer-input,
    .form-inline .input-group>.form-control,
    .search-form .banno-location-search-fields .input-group>.banno-location-search-input,
    .search-form .form-container .b-captcha-answer .input-group>.b-captcha-answer-input,
    .search-form .input-group>.form-control {
        width: 100%
    }

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

    .banno-location-search-form .checkbox,
    .banno-location-search-form .radio,
    .form-inline .checkbox,
    .form-inline .radio,
    .search-form .checkbox,
    .search-form .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,
    .search-form .checkbox label,
    .search-form .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],
    .search-form .checkbox input[type=checkbox],
    .search-form .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,
    .search-form .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn,
.edit .blog--cms-dialog #load-related-categories,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
.edit .related-article--controls #load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: .0625rem solid transparent;
    white-space: nowrap;
    box-shadow: .0625rem .0625rem .3125rem 0 rgba(0, 0, 0, .2);
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: .875rem 2.1875rem;
    font-size: .875rem;
    line-height: 1.42857;
    border-radius: .1875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #007eb4;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn.focus,
.btn:focus,
.btn:hover,
.edit .blog--cms-dialog #load-related-categories:focus,
.edit .blog--cms-dialog #load-related-categories:hover,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .open>button.dropdown-toggle.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn:focus,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn:hover,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.focus.blog--cms-dialog-btn,
.edit .blog--cms-dialog .focus#load-related-categories,
.edit .blog--cms-dialog .open>.dropdown-toggle#load-related-categories,
.edit .related-article--controls #load-related-categories:focus,
.edit .related-article--controls #load-related-categories:hover,
.edit .related-article--controls .blog--cms-dialog--buttons .open>button.dropdown-toggle.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn:focus,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn:hover,
.edit .related-article--controls .blog--cms-dialog--buttons button.focus.blog--cms-dialog-btn,
.edit .related-article--controls .focus#load-related-categories,
.edit .related-article--controls .open>.dropdown-toggle#load-related-categories,
.open>.btn.dropdown-toggle {
    color: #fff;
    background-color: #006c9b
}

.btn.active,
.btn:active,
.edit .blog--cms-dialog #load-related-categories:active,
.edit .blog--cms-dialog .active#load-related-categories,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .open>button.dropdown-toggle.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.active.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn:active,
.edit .blog--cms-dialog .open>.dropdown-toggle#load-related-categories,
.edit .related-article--controls #load-related-categories:active,
.edit .related-article--controls .active#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .open>button.dropdown-toggle.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons button.active.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn:active,
.edit .related-article--controls .open>.dropdown-toggle#load-related-categories,
.open>.btn.dropdown-toggle {
    background-image: none;
    background-color: #006c9b
}

.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,
.edit .blog--cms-dialog #load-related-categories[disabled],
.edit .blog--cms-dialog #load-related-categories[disabled].active,
.edit .blog--cms-dialog #load-related-categories[disabled].focus,
.edit .blog--cms-dialog #load-related-categories[disabled]:active,
.edit .blog--cms-dialog #load-related-categories[disabled]:focus,
.edit .blog--cms-dialog #load-related-categories[disabled]:hover,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn[disabled],
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn[disabled].active,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn[disabled].focus,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn[disabled]:active,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn[disabled]:focus,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn[disabled]:hover,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.disabled.active.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.disabled.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.disabled.blog--cms-dialog-btn:active,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.disabled.blog--cms-dialog-btn:focus,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.disabled.blog--cms-dialog-btn:hover,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.disabled.focus.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons fieldset[disabled] button.active.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons fieldset[disabled] button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons fieldset[disabled] button.blog--cms-dialog-btn:active,
.edit .blog--cms-dialog .blog--cms-dialog--buttons fieldset[disabled] button.blog--cms-dialog-btn:focus,
.edit .blog--cms-dialog .blog--cms-dialog--buttons fieldset[disabled] button.blog--cms-dialog-btn:hover,
.edit .blog--cms-dialog .blog--cms-dialog--buttons fieldset[disabled] button.focus.blog--cms-dialog-btn,
.edit .blog--cms-dialog .disabled#load-related-categories,
.edit .blog--cms-dialog .disabled#load-related-categories:active,
.edit .blog--cms-dialog .disabled#load-related-categories:focus,
.edit .blog--cms-dialog .disabled#load-related-categories:hover,
.edit .blog--cms-dialog .disabled.active#load-related-categories,
.edit .blog--cms-dialog .disabled.focus#load-related-categories,
.edit .blog--cms-dialog fieldset[disabled] #load-related-categories,
.edit .blog--cms-dialog fieldset[disabled] #load-related-categories:active,
.edit .blog--cms-dialog fieldset[disabled] #load-related-categories:focus,
.edit .blog--cms-dialog fieldset[disabled] #load-related-categories:hover,
.edit .blog--cms-dialog fieldset[disabled] .active#load-related-categories,
.edit .blog--cms-dialog fieldset[disabled] .focus#load-related-categories,
.edit .related-article--controls #load-related-categories[disabled],
.edit .related-article--controls #load-related-categories[disabled].active,
.edit .related-article--controls #load-related-categories[disabled].focus,
.edit .related-article--controls #load-related-categories[disabled]:active,
.edit .related-article--controls #load-related-categories[disabled]:focus,
.edit .related-article--controls #load-related-categories[disabled]:hover,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn[disabled],
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn[disabled].active,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn[disabled].focus,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn[disabled]:active,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn[disabled]:focus,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn[disabled]:hover,
.edit .related-article--controls .blog--cms-dialog--buttons button.disabled.active.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons button.disabled.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons button.disabled.blog--cms-dialog-btn:active,
.edit .related-article--controls .blog--cms-dialog--buttons button.disabled.blog--cms-dialog-btn:focus,
.edit .related-article--controls .blog--cms-dialog--buttons button.disabled.blog--cms-dialog-btn:hover,
.edit .related-article--controls .blog--cms-dialog--buttons button.disabled.focus.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons fieldset[disabled] button.active.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons fieldset[disabled] button.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons fieldset[disabled] button.blog--cms-dialog-btn:active,
.edit .related-article--controls .blog--cms-dialog--buttons fieldset[disabled] button.blog--cms-dialog-btn:focus,
.edit .related-article--controls .blog--cms-dialog--buttons fieldset[disabled] button.blog--cms-dialog-btn:hover,
.edit .related-article--controls .blog--cms-dialog--buttons fieldset[disabled] button.focus.blog--cms-dialog-btn,
.edit .related-article--controls .disabled#load-related-categories,
.edit .related-article--controls .disabled#load-related-categories:active,
.edit .related-article--controls .disabled#load-related-categories:focus,
.edit .related-article--controls .disabled#load-related-categories:hover,
.edit .related-article--controls .disabled.active#load-related-categories,
.edit .related-article--controls .disabled.focus#load-related-categories,
.edit .related-article--controls fieldset[disabled] #load-related-categories,
.edit .related-article--controls fieldset[disabled] #load-related-categories:active,
.edit .related-article--controls fieldset[disabled] #load-related-categories:focus,
.edit .related-article--controls fieldset[disabled] #load-related-categories:hover,
.edit .related-article--controls fieldset[disabled] .active#load-related-categories,
.edit .related-article--controls fieldset[disabled] .focus#load-related-categories,
fieldset[disabled] .btn,
fieldset[disabled] .btn.active,
fieldset[disabled] .btn.focus,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn:hover,
fieldset[disabled] .edit .blog--cms-dialog #load-related-categories,
fieldset[disabled] .edit .blog--cms-dialog #load-related-categories:active,
fieldset[disabled] .edit .blog--cms-dialog #load-related-categories:focus,
fieldset[disabled] .edit .blog--cms-dialog #load-related-categories:hover,
fieldset[disabled] .edit .blog--cms-dialog .active#load-related-categories,
fieldset[disabled] .edit .blog--cms-dialog .blog--cms-dialog--buttons button.active.blog--cms-dialog-btn,
fieldset[disabled] .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
fieldset[disabled] .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn:active,
fieldset[disabled] .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn:focus,
fieldset[disabled] .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn:hover,
fieldset[disabled] .edit .blog--cms-dialog .blog--cms-dialog--buttons button.focus.blog--cms-dialog-btn,
fieldset[disabled] .edit .blog--cms-dialog .focus#load-related-categories,
fieldset[disabled] .edit .related-article--controls #load-related-categories,
fieldset[disabled] .edit .related-article--controls #load-related-categories:active,
fieldset[disabled] .edit .related-article--controls #load-related-categories:focus,
fieldset[disabled] .edit .related-article--controls #load-related-categories:hover,
fieldset[disabled] .edit .related-article--controls .active#load-related-categories,
fieldset[disabled] .edit .related-article--controls .blog--cms-dialog--buttons button.active.blog--cms-dialog-btn,
fieldset[disabled] .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
fieldset[disabled] .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn:active,
fieldset[disabled] .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn:focus,
fieldset[disabled] .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn:hover,
fieldset[disabled] .edit .related-article--controls .blog--cms-dialog--buttons button.focus.blog--cms-dialog-btn,
fieldset[disabled] .edit .related-article--controls .focus#load-related-categories {
    background-color: #007eb4;
    border-color: transparent
}

.btn .badge,
.edit .blog--cms-dialog #load-related-categories .badge,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn .badge,
.edit .related-article--controls #load-related-categories .badge,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn .badge {
    color: #007eb4;
    background-color: #fff
}

.btn.active,
.btn:active,
.edit .blog--cms-dialog #load-related-categories:active,
.edit .blog--cms-dialog .active#load-related-categories,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.active.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn:active,
.edit .related-article--controls #load-related-categories:active,
.edit .related-article--controls .active#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons button.active.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn:active {
    outline: 0;
    background-image: none
}

.btn.disabled,
.btn[disabled],
.edit .blog--cms-dialog #load-related-categories[disabled],
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn[disabled],
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.disabled.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons fieldset[disabled] button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .disabled#load-related-categories,
.edit .blog--cms-dialog fieldset[disabled] #load-related-categories,
.edit .related-article--controls #load-related-categories[disabled],
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn[disabled],
.edit .related-article--controls .blog--cms-dialog--buttons button.disabled.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons fieldset[disabled] button.blog--cms-dialog-btn,
.edit .related-article--controls .disabled#load-related-categories,
.edit .related-article--controls fieldset[disabled] #load-related-categories,
fieldset[disabled] .btn,
fieldset[disabled] .edit .blog--cms-dialog #load-related-categories,
fieldset[disabled] .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
fieldset[disabled] .edit .related-article--controls #load-related-categories,
fieldset[disabled] .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons .no-touch button.blog--cms-dialog-btn:focus,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .no-touch button.blog--cms-dialog-btn:hover,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .no-touch button.focus.blog--cms-dialog-btn,
.edit .blog--cms-dialog .no-touch #load-related-categories:focus,
.edit .blog--cms-dialog .no-touch #load-related-categories:hover,
.edit .blog--cms-dialog .no-touch .focus#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .no-touch button.blog--cms-dialog-btn:focus,
.edit .related-article--controls .blog--cms-dialog--buttons .no-touch button.blog--cms-dialog-btn:hover,
.edit .related-article--controls .blog--cms-dialog--buttons .no-touch button.focus.blog--cms-dialog-btn,
.edit .related-article--controls .no-touch #load-related-categories:focus,
.edit .related-article--controls .no-touch #load-related-categories:hover,
.edit .related-article--controls .no-touch .focus#load-related-categories,
.no-touch .btn.focus,
.no-touch .btn:focus,
.no-touch .btn:hover,
.no-touch .edit .blog--cms-dialog #load-related-categories:focus,
.no-touch .edit .blog--cms-dialog #load-related-categories:hover,
.no-touch .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn:focus,
.no-touch .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn:hover,
.no-touch .edit .blog--cms-dialog .blog--cms-dialog--buttons button.focus.blog--cms-dialog-btn,
.no-touch .edit .blog--cms-dialog .focus#load-related-categories,
.no-touch .edit .related-article--controls #load-related-categories:focus,
.no-touch .edit .related-article--controls #load-related-categories:hover,
.no-touch .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn:focus,
.no-touch .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn:hover,
.no-touch .edit .related-article--controls .blog--cms-dialog--buttons button.focus.blog--cms-dialog-btn,
.no-touch .edit .related-article--controls .focus#load-related-categories {
    color: #fff;
    text-decoration: none;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1
}

.banno-location-search-fields #locationSearch,
.btn-default {
    color: #fff;
    background-color: #007eb4;
    border: 1px solid transparent
}

.banno-location-search-fields #locationSearch:focus,
.banno-location-search-fields #locationSearch:hover,
.banno-location-search-fields .focus#locationSearch,
.banno-location-search-fields .open>.dropdown-toggle#locationSearch,
.btn-default.focus,
.btn-default:focus,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color: #fff;
    background-color: #006c9b
}

.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-image: none;
    background-color: #006c9b
}

.banno-location-search-fields #locationSearch[disabled],
.banno-location-search-fields #locationSearch[disabled].active,
.banno-location-search-fields #locationSearch[disabled].focus,
.banno-location-search-fields #locationSearch[disabled]:active,
.banno-location-search-fields #locationSearch[disabled]:focus,
.banno-location-search-fields #locationSearch[disabled]:hover,
.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: #007eb4;
    border-color: transparent
}

.banno-location-search-fields #locationSearch .badge,
.btn-default .badge {
    color: #007eb4;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #005587;
    border: 1px solid transparent
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00456e
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
    background-color: #00456e
}

.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: #005587;
    border-color: transparent
}

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

.btn-success {
    color: #fff;
    background-color: #005587;
    border: 1px solid transparent;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg, #005587, #007eb4);
    background-image: -o-linear-gradient(90deg, #005587, #007eb4);
    background-image: linear-gradient(90deg, #005587, #007eb4)
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005587
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
    background-color: #005587
}

.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: #005587;
    border-color: transparent
}

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

.btn-success:focus,
.btn-success:hover {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg, #00456e, #006c9b);
    background-image: -o-linear-gradient(90deg, #00456e, #006c9b);
    background-image: linear-gradient(90deg, #00456e, #006c9b)
}

.btn-info {
    color: #fff;
    background-color: #004065;
    border: 1px solid transparent
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #00304c
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
    background-color: #00304c
}

.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: #004065;
    border-color: transparent
}

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

.btn-warning {
    color: #007eb4;
    background-color: #fff;
    border: 1px solid #007eb4
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #007eb4;
    background-color: #fff
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none;
    background-color: #fff
}

.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: #007eb4
}

.btn-warning .badge {
    color: #fff;
    background-color: #007eb4
}

.btn-danger {
    color: #005587;
    background-color: #fff;
    border: 1px solid #005587
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #005587;
    background-color: #fff
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none;
    background-color: #fff
}

.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: #005587
}

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

.btn-inverse {
    color: #007eb4;
    background-color: #fff;
    border: 1px solid transparent
}

.btn-inverse.focus,
.btn-inverse:focus,
.btn-inverse:hover,
.open>.btn-inverse.dropdown-toggle {
    color: #007eb4;
    background-color: #fff
}

.btn-inverse.active,
.btn-inverse:active,
.open>.btn-inverse.dropdown-toggle {
    background-image: none;
    background-color: #fff
}

.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: #fff;
    border-color: transparent
}

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

.btn-grey {
    color: #fff;
    background-color: #222;
    border: 1px solid #005587
}

.btn-grey.focus,
.btn-grey:focus,
.btn-grey:hover,
.open>.btn-grey.dropdown-toggle {
    color: #fff;
    background-color: #005587
}

.btn-grey.active,
.btn-grey:active,
.open>.btn-grey.dropdown-toggle {
    background-image: none;
    background-color: #005587
}

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

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

.btn-large {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    line-height: 1.33333;
    border-radius: .25rem
}

.btn-small {
    padding: .9375rem 2rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.btn-mini {
    padding: .875rem 1.875rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .1875rem
}

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

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 {
    position: relative;
    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
}

.dropdown-toggle:focus {
    outline: 0
}

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

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

.dropdown-menu>li>a,
.dropdown-menu>li>span {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>span:focus,
.dropdown-menu>li>span:hover {
    text-decoration: none;
    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 {
    text-decoration: none;
    outline: 0
}

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

.open>a {
    outline: 0
}

.nav-promo {
    width: 190px
}

.nav-promo img {
    width: 100%;
    height: auto
}

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

    .nav-promo,
    .nav-promos-edit {
        display: none
    }
}

@media screen and (min-width:62rem) {
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>ul {
        background: #eee;
        width: 100%;
        padding-top: 25px
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>ul>li {
        display: block;
        padding-right: 45px;
        float: left
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>ul>li>span {
        color: #222;
        font-size: 1rem;
        margin-bottom: 15px;
        padding-bottom: 5px;
        border-bottom: 1px solid #d1cfce;
        font-weight: 600
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>ul>li.nav-promo-li {
        padding-right: 0
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>ul>li:nth-child(-n+3) {
        width: 24%
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>ul>li:last-child {
        width: 28%
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>ul>li>ul {
        position: static;
        display: block;
        float: none
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>ul>li a:not(.btn) {
        color: #005587;
        display: inline-block;
        margin-bottom: 8px
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>ul>li a:not(.btn):hover {
        text-decoration: underline;
        color: #222
    }
}

@media screen and (min-width:62rem) and (max-width:74.9375rem) {
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>ul {
        height: 420px;
        padding-left: 100px;
        padding-right: 96px
    }
}

@media screen and (min-width:75rem) {
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>ul {
        height: 325px;
        padding-left: 333px;
        padding-right: 96px
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.banno-location-search-fields .input-group .banno-location-search-input,
.form-container .b-captcha-answer .input-group .b-captcha-answer-input,
.input-group .banno-location-search-fields .banno-location-search-input,
.input-group .form-container .b-captcha-answer .b-captcha-answer-input,
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.banno-location-search-fields .input-group .banno-location-search-input,
.form-container .b-captcha-answer .input-group .b-captcha-answer-input,
.input-group .banno-location-search-fields .banno-location-search-input,
.input-group .form-container .b-captcha-answer .b-captcha-answer-input,
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.banno-location-search-fields .input-group .banno-location-search-input:not(:first-child):not(:last-child),
.form-container .b-captcha-answer .input-group .b-captcha-answer-input:not(:first-child):not(:last-child),
.input-group .banno-location-search-fields .banno-location-search-input:not(:first-child):not(:last-child),
.input-group .form-container .b-captcha-answer .b-captcha-answer-input:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 1.0625rem 2.1875rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    color: #7a7571;
    text-align: center;
    background-color: #eee;
    border: .0625rem solid #ccc;
    border-radius: .1875rem
}

.banno-location-search-fields .input-group-sm>.input-group-addon.banno-location-search-input,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-sm>.input-group-btn>button.input-group-addon.blog--cms-dialog-btn,
.edit .blog--cms-dialog .input-group-sm>.input-group-btn>.input-group-addon#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-sm>.input-group-btn>button.input-group-addon.blog--cms-dialog-btn,
.edit .related-article--controls .input-group-sm>.input-group-btn>.input-group-addon#load-related-categories,
.form-container .b-captcha-answer .input-group-sm>.input-group-addon.b-captcha-answer-input,
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: .9375rem 2rem;
    font-size: .75rem;
    border-radius: .1875rem
}

.banno-location-search-fields .input-group-lg>.input-group-addon.banno-location-search-input,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-lg>.input-group-btn>button.input-group-addon.blog--cms-dialog-btn,
.edit .blog--cms-dialog .input-group-lg>.input-group-btn>.input-group-addon#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-lg>.input-group-btn>button.input-group-addon.blog--cms-dialog-btn,
.edit .related-article--controls .input-group-lg>.input-group-btn>.input-group-addon#load-related-categories,
.form-container .b-captcha-answer .input-group-lg>.input-group-addon.b-captcha-answer-input,
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
    border-radius: .25rem
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.banno-location-search-fields .input-group .banno-location-search-input:first-child,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn:first-child>.btn-group>button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn:first-child>button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn:last-child>.btn-group:not(:last-child)>button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn:last-child>button.blog--cms-dialog-btn:not(:last-child):not(.dropdown-toggle),
.edit .blog--cms-dialog .input-group-btn:first-child>#load-related-categories,
.edit .blog--cms-dialog .input-group-btn:first-child>.btn-group>#load-related-categories,
.edit .blog--cms-dialog .input-group-btn:last-child>#load-related-categories:not(:last-child):not(.dropdown-toggle),
.edit .blog--cms-dialog .input-group-btn:last-child>.btn-group:not(:last-child)>#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn:first-child>.btn-group>button.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn:first-child>button.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn:last-child>.btn-group:not(:last-child)>button.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn:last-child>button.blog--cms-dialog-btn:not(:last-child):not(.dropdown-toggle),
.edit .related-article--controls .input-group-btn:first-child>#load-related-categories,
.edit .related-article--controls .input-group-btn:first-child>.btn-group>#load-related-categories,
.edit .related-article--controls .input-group-btn:last-child>#load-related-categories:not(:last-child):not(.dropdown-toggle),
.edit .related-article--controls .input-group-btn:last-child>.btn-group:not(:last-child)>#load-related-categories,
.form-container .b-captcha-answer .input-group .b-captcha-answer-input:first-child,
.input-group .banno-location-search-fields .banno-location-search-input:first-child,
.input-group .form-container .b-captcha-answer .b-captcha-answer-input:first-child,
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.banno-location-search-fields .input-group .banno-location-search-input:last-child,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn:first-child>.btn-group:not(:first-child)>button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn:first-child>button.blog--cms-dialog-btn:not(:first-child),
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn:last-child>.btn-group>button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn:last-child>button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .input-group-btn:first-child>#load-related-categories:not(:first-child),
.edit .blog--cms-dialog .input-group-btn:first-child>.btn-group:not(:first-child)>#load-related-categories,
.edit .blog--cms-dialog .input-group-btn:last-child>#load-related-categories,
.edit .blog--cms-dialog .input-group-btn:last-child>.btn-group>#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn:first-child>.btn-group:not(:first-child)>button.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn:first-child>button.blog--cms-dialog-btn:not(:first-child),
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn:last-child>.btn-group>button.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn:last-child>button.blog--cms-dialog-btn,
.edit .related-article--controls .input-group-btn:first-child>#load-related-categories:not(:first-child),
.edit .related-article--controls .input-group-btn:first-child>.btn-group:not(:first-child)>#load-related-categories,
.edit .related-article--controls .input-group-btn:last-child>#load-related-categories,
.edit .related-article--controls .input-group-btn:last-child>.btn-group>#load-related-categories,
.form-container .b-captcha-answer .input-group .b-captcha-answer-input:last-child,
.input-group .banno-location-search-fields .banno-location-search-input:last-child,
.input-group .form-container .b-captcha-answer .b-captcha-answer-input:last-child,
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn>button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .input-group-btn>#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn>button.blog--cms-dialog-btn,
.edit .related-article--controls .input-group-btn>#load-related-categories,
.input-group-btn>.btn {
    position: relative
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn>#load-related-categories+button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn>.btn+button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn>button.blog--cms-dialog-btn+#load-related-categories,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn>button.blog--cms-dialog-btn+.btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn>button.blog--cms-dialog-btn+button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .related-article--controls .input-group-btn>#load-related-categories+button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .related-article--controls .input-group-btn>button.blog--cms-dialog-btn+#load-related-categories,
.edit .blog--cms-dialog .input-group-btn>#load-related-categories+#load-related-categories,
.edit .blog--cms-dialog .input-group-btn>#load-related-categories+.btn,
.edit .blog--cms-dialog .input-group-btn>.btn+#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .blog--cms-dialog .input-group-btn>#load-related-categories+button.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons .blog--cms-dialog .input-group-btn>button.blog--cms-dialog-btn+#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn>#load-related-categories+button.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn>.btn+button.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn>button.blog--cms-dialog-btn+#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn>button.blog--cms-dialog-btn+.btn,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn>button.blog--cms-dialog-btn+button.blog--cms-dialog-btn,
.edit .related-article--controls .input-group-btn>#load-related-categories+#load-related-categories,
.edit .related-article--controls .input-group-btn>#load-related-categories+.btn,
.edit .related-article--controls .input-group-btn>.btn+#load-related-categories,
.input-group-btn>.btn+.btn {
    margin-left: -.0625rem
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn>button.blog--cms-dialog-btn:active,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn>button.blog--cms-dialog-btn:focus,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn>button.blog--cms-dialog-btn:hover,
.edit .blog--cms-dialog .input-group-btn>#load-related-categories:active,
.edit .blog--cms-dialog .input-group-btn>#load-related-categories:focus,
.edit .blog--cms-dialog .input-group-btn>#load-related-categories:hover,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn>button.blog--cms-dialog-btn:active,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn>button.blog--cms-dialog-btn:focus,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn>button.blog--cms-dialog-btn:hover,
.edit .related-article--controls .input-group-btn>#load-related-categories:active,
.edit .related-article--controls .input-group-btn>#load-related-categories:focus,
.edit .related-article--controls .input-group-btn>#load-related-categories:hover,
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn:first-child>button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .input-group-btn:first-child>#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn:first-child>button.blog--cms-dialog-btn,
.edit .related-article--controls .input-group-btn:first-child>#load-related-categories,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -.0625rem
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons .input-group-btn:last-child>button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .input-group-btn:last-child>#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .input-group-btn:last-child>button.blog--cms-dialog-btn,
.edit .related-article--controls .input-group-btn:last-child>#load-related-categories,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -.0625rem
}

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

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

.nav:after {
    clear: both
}

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

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

.nav>li>a:focus,
.nav>li>a:hover,
.nav>li>span:focus,
.nav>li>span:hover {
    text-decoration: none
}

.nav.section-links>li>a:after {
    content: '';
    position: absolute;
    bottom: -.125rem;
    left: 0;
    right: 100%;
    height: .1875rem;
    background: #a4d65e;
    transition: all .2s ease-in-out
}

.nav.section-links>li.active>a {
    position: relative
}

.nav.section-links>li.active>a:after {
    right: 0;
    transition: all .2s ease-in-out
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav .open>span,
.nav .open>span:focus,
.nav .open>span:hover {
    background-color: #eee;
    border-color: #0073ab
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

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

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.navbar {
    display: inline-block;
    vertical-align: middle
}

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

.navbar:after {
    clear: both
}

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

.navbar-header:after {
    clear: both
}

.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;
    border-top: .0625rem solid transparent;
    box-shadow: inset 0 .0625rem 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

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

.navbar-collapse:after {
    clear: both
}

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

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

.navbar-collapse .banno-menu>li {
    display: block;
    list-style-type: none
}

.navbar-collapse .banno-menu>li>a,
.navbar-collapse .banno-menu>li>span {
    position: relative;
    display: block;
    cursor: pointer;
    line-height: 1.25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.navbar-collapse .banno-menu>li>a:focus,
.navbar-collapse .banno-menu>li>span:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

@media screen and (min-width:48rem) and (max-width:61.9375rem) {
    button.navbar-toggle {
        border: 0;
        background-color: transparent;
        padding: 0
    }

    #navbar-collapse {
        max-width: 320px;
        right: 0
    }
}

@media screen and (max-width:47.9375rem) {
    #navbar-collapse {
        top: -51px !important
    }
}

@media screen and (max-width:61.9375rem) {
    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 1.375rem;
        height: .125rem;
        border-radius: .0625rem;
        background-color: #888
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: .25rem
    }

    .navbar-desktop {
        display: none
    }

    .navbar {
        position: absolute;
        width: 100%
    }

    #navbar-collapse {
        position: absolute;
        background: #fff;
        width: 100%;
        z-index: 1000;
        top: 100%;
        border-top: 0;
        overflow: visible;
        padding: 10px
    }

    #navbar-collapse.collapsing ul.banno-menu {
        opacity: 0
    }

    #navbar-collapse .close-mobile-nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        padding-right: 5px
    }

    #navbar-collapse .close-mobile-nav button {
        background: 0 0;
        border: 0;
        padding: 0;
        color: #005587
    }

    #navbar-collapse ul.banno-menu {
        margin: 0;
        padding: 15px 15px 0 15px;
        -webkit-transition: opacity .1s ease-in-out;
        -o-transition: opacity .1s ease-in-out;
        transition: opacity .1s ease-in-out
    }

    #navbar-collapse ul.banno-menu .dropdown-menu {
        position: relative;
        float: none
    }

    #navbar-collapse ul.banno-menu>li {
        margin-bottom: 15px
    }

    #navbar-collapse ul.banno-menu>li>span {
        background: #eee;
        margin-bottom: 15px;
        padding: 10px 0 10px 15px;
        font-size: .9375rem;
        position: relative
    }

    #navbar-collapse ul.banno-menu>li>span:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        width: 5px;
        background: #a4d65e;
        opacity: 0
    }

    #navbar-collapse ul.banno-menu>li.open>span:after {
        opacity: 1
    }

    #navbar-collapse ul.banno-menu>li:last-child {
        margin-bottom: 0
    }

    #navbar-collapse ul.banno-menu>li a {
        display: inline-block;
        color: #222
    }

    #navbar-collapse ul.banno-menu>li>ul {
        padding-left: 25px;
        padding-right: 25px
    }

    #navbar-collapse ul.banno-menu>li>ul>li {
        margin-bottom: 10px
    }

    #navbar-collapse ul.banno-menu>li>ul>li.nav-landing-page a {
        color: #005587;
        font-weight: 600
    }

    #navbar-collapse ul.banno-menu>li>ul>li:last-child {
        margin-bottom: 0
    }

    .page-top.sticky #navbar-collapse {
        background-color: rgba(255, 255, 255, .95)
    }
}

@media screen and (min-width:62rem) {
    .navbar-mobile {
        display: none
    }

    .hdr-link-menu {
        display: none
    }

    .hdr-nav .navbar {
        width: 100%
    }

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

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

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

    .navbar-collapse#navbar-collapse-desktop {
        height: 96px
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu {
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>a,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>span {
        color: #005587;
        height: 100%;
        display: block;
        font-weight: 600;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        position: relative;
        text-decoration: none
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>a:focus,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>a:hover,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>span:focus,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>span:hover {
        background: #eee
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>a:focus:after,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>a:hover:after,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>span:focus:after,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>span:hover:after {
        opacity: 1
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>a:after,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>span:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        content: '';
        background: #a4d65e;
        height: 5px;
        opacity: 0
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li span {
        cursor: default
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.active>a,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.active>span,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.highlighted>a,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.highlighted>span,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.open.active>a,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.open.active>span,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.open>a,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.open>span {
        background: #eee
    }

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.active>a:after,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.active>span:after,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.highlighted>a:after,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.highlighted>span:after,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.open.active>a:after,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.open.active>span:after,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.open>a:after,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li.open>span:after {
        opacity: 1
    }

    .home-2023 #navbar-collapse-desktop.navbar-collapse .banno-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }
}

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

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>a,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>span {
        font-size: .9375rem;
        padding-left: 14px;
        padding-right: 14px
    }
}

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

    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>a,
    #navbar-collapse-desktop.navbar-collapse .banno-menu>li>span {
        font-size: 1.0625rem;
        padding-left: 25px;
        padding-right: 25px
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 1.25rem 0;
    float: right
}

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

.pagination li {
    display: inline
}

.pagination li>a,
.pagination li>span {
    position: relative;
    float: left;
    padding: .625rem .9375rem;
    line-height: 1.42857;
    text-decoration: none;
    color: grey;
    background-color: #fff;
    border-bottom: .0625rem solid #ddd;
    margin-left: -.0625rem
}

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

.pagination li>a:focus,
.pagination li>a:hover,
.pagination li>span:focus,
.pagination li>span:hover {
    color: #006292;
    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: grey;
    cursor: default
}

.pagination li.active>a:after,
.pagination li.active>a:focus:after,
.pagination li.active>a:hover:after,
.pagination li.active>span:after,
.pagination li.active>span:focus:after,
.pagination li.active>span:hover:after {
    content: '';
    position: absolute;
    bottom: -.0625rem;
    left: 0;
    right: 0;
    height: .125rem;
    background: #a4d65e
}

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

.pagination .previous_link {
    text-indent: -624.9375rem;
    display: none
}

.pagination .next_link {
    text-indent: -624.9375rem;
    display: none
}

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

.label:empty {
    display: none
}

.btn .label,
.edit .blog--cms-dialog #load-related-categories .label,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn .label,
.edit .related-article--controls #load-related-categories .label,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn .label {
    position: relative;
    top: -.0625rem
}

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

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

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

.label-primary {
    background-color: #005587
}

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

.label-success {
    background-color: #005587
}

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

.label-info {
    background-color: #004065
}

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

.label-warning {
    background-color: #007eb4
}

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

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

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

.alert {
    padding: .9375rem;
    background: #841422;
    color: #fff;
    width: 100%;
    z-index: 5;
    font-size: .875rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.alert .flex-alert-wrap {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.alert .flex-alert-wrap .flex-alert {
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.alert .flex-alert-wrap .flex-alert:first-child,
.alert .flex-alert-wrap .flex-alert:last-child {
    max-width: 2.5rem;
    text-align: center
}

.alert a {
    color: #fff;
    font-weight: 700
}

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

.alert span.icon-exclamation {
    font-size: 1.375rem
}

.alert button {
    font-size: .5625rem;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.alert button:focus,
.alert button:hover {
    opacity: .7;
    color: #fff
}

.alert .alert-body {
    margin: .3125rem 0 0 1.25rem
}

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

.alert .alert-link {
    font-weight: 700
}

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

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

.alert button.close:focus,
.alert button.close:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

@media screen and (max-width:47.9375rem) {
    .alert {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 2
    }
}

@media screen and (min-width:48rem) {
    .alert {
        position: absolute;
        top: 20px;
        right: 0;
        max-width: 28.125rem;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px
    }

    .home-2023 .alert {
        background: #79141f;
        top: 0;
        left: 0;
        right: unset;
        max-width: unset;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .home-2023 .alert button.close {
        float: unset
    }

    .home-2023 .alert .flex-alert-wrap .flex-alert:first-child,
    .home-2023 .alert .flex-alert-wrap .flex-alert:last-child {
        max-width: 3.125rem
    }
}

.panel {
    margin-bottom: 1.25rem;
    border-radius: .1875rem
}

.panel-body {
    padding: 1.25rem 0 3.125rem
}

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

.panel-body:after {
    clear: both
}

.panel-heading {
    border-bottom: .0625rem solid transparent;
    text-align: center
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.25rem;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit;
    display: block
}

.panel-title>a {
    position: relative;
    padding: 1rem .9375rem;
    border-top-right-radius: .125rem;
    border-top-left-radius: .125rem;
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem
}

.panel-title>a.collapsed:after {
    content: '+';
    position: absolute;
    right: .9375rem;
    top: 1rem;
    color: #a4d65e;
    font-size: 1.5rem
}

.panel-title>a:after {
    content: '-';
    position: absolute;
    right: .9375rem;
    top: 1rem;
    color: #a4d65e;
    font-size: 1.5rem
}

.panel-footer {
    padding: 1rem .9375rem;
    background-color: #f5f5f5;
    border-top: .0625rem solid #ddd;
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: .0625rem 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: .125rem;
    border-top-left-radius: .125rem
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 1.25rem 0 3.125rem;
    padding-right: 1.25rem 0 3.125rem
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-right-radius: .125rem;
    border-top-left-radius: .125rem
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: .125rem
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: .125rem
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: .125rem;
    border-bottom-right-radius: .125rem
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: .125rem
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: .125rem
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: .0625rem solid #fff
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

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

.panel-group .panel {
    margin-bottom: 0;
    border-radius: .1875rem
}

.panel-group .panel+.panel {
    margin-top: .3125rem
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: .0625rem solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: .0625rem solid #ddd
}

.panel-default .panel-body {
    border-bottom: .0625rem solid #f3f3f3
}

.panel-primary>.panel-heading a {
    background: #fff !important;
    border: .0625rem solid #007eb4 !important;
    color: #007eb4
}

.panel-primary>.panel-heading a.collapsed {
    background-color: #007eb4 !important;
    color: #fff !important
}

.panel-primary .panel-body {
    padding: 1.25rem 1.25rem 3.125rem
}

.hidden-panel {
    display: none
}

.panel-info>.panel-heading {
    text-align: left
}

.panel-info>.panel-heading .panel-title>a {
    padding: .3125rem 1.25rem;
    color: grey;
    text-transform: uppercase
}

.panel-info>.panel-heading .panel-title>a:before {
    content: '-';
    position: absolute;
    left: 0;
    top: .3125rem;
    color: #a4d65e;
    font-size: 1.5rem
}

.panel-info>.panel-heading .panel-title>a.collapsed:before {
    content: '+';
    position: absolute;
    left: 0;
    top: .3125rem;
    color: #a4d65e;
    font-size: 1.5rem
}

.panel-info>.panel-heading .panel-title>a:after {
    display: none
}

.panel-info .panel-body {
    padding: 1.25rem 0 3.125rem 2.5rem
}

.panel-info .panel-body ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.panel-info .panel-body ul>li.active>a {
    color: #a4d65e
}

.panel-info .panel-body ul>li.active>a:after {
    content: '';
    height: 100%;
    width: .1875rem;
    background: #a4d65e;
    position: absolute;
    right: -.125rem;
    top: 0
}

.panel-info .panel-body ul>li>a {
    padding: .375rem 0;
    display: block;
    color: grey;
    position: relative
}

.panel-info .panel-body ul>li>a:hover {
    color: #a4d65e
}

.panel-info .panel-body ul>li>a:hover:after {
    content: '';
    height: 100%;
    width: .1875rem;
    background: #a4d65e;
    position: absolute;
    right: -.125rem;
    top: 0
}

.panel-default {
    border-color: transparent
}

.panel-default>.panel-heading {
    color: #fff
}

.panel-default>.panel-heading a {
    background-color: #007eb4;
    border-color: transparent
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent
}

.panel-default>.panel-heading .badge {
    color: #007eb4;
    background-color: #fff
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: transparent
}

.panel-primary {
    border-color: transparent
}

.panel-primary>.panel-heading {
    color: #fff
}

.panel-primary>.panel-heading a {
    background-color: #007eb4;
    border-color: transparent
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent
}

.panel-primary>.panel-heading .badge {
    color: #007eb4;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: transparent
}

.panel-info {
    border-color: transparent
}

.panel-info>.panel-heading {
    color: #31708f
}

.panel-info>.panel-heading a {
    background-color: transparent;
    border-color: transparent
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent
}

.panel-info>.panel-heading .badge {
    color: transparent;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: transparent
}

.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin-top: .4375rem
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .8
}

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

.modal-open {
    overflow: hidden
}

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

.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)
}

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

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

.modal-content {
    position: relative;
    background-color: #fff;
    border: .0625rem solid #999;
    border: .0625rem solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    -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;
    outline: 0
}

.app-modal .modal-content {
    background: #eee;
    text-align: center
}

.app-modal .modal-content ul {
    padding-left: 28px
}

.app-modal .modal-content ul li {
    text-align: left
}

.app-modal .close-modal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 10px
}

.app-modal .close-modal button {
    background-color: transparent;
    border: 0;
    padding: 0
}

.app-modal .close-modal button .icon {
    font-size: .9375rem;
    color: #005587
}

.app-modal .modal-header {
    border-bottom: 0;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif
}

.app-modal .modal-header .h2,
.app-modal .modal-header .h3,
.app-modal .modal-header .h4,
.app-modal .modal-header .h5,
.app-modal .modal-header .h6,
.app-modal .modal-header h2,
.app-modal .modal-header h3,
.app-modal .modal-header h4,
.app-modal .modal-header h5,
.app-modal .modal-header h6 {
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif !important
}

.app-modal .btn,
.app-modal .edit .blog--cms-dialog #load-related-categories,
.app-modal .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
.app-modal .edit .related-article--controls #load-related-categories,
.app-modal .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .app-modal #load-related-categories,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .app-modal button.blog--cms-dialog-btn,
.edit .related-article--controls .app-modal #load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .app-modal button.blog--cms-dialog-btn {
    font-size: .9375rem;
    display: table;
    margin: 0 auto 10px auto;
    box-shadow: none;
    width: 205px;
    padding-left: 0;
    padding-right: 0
}

.app-modal .btn-special {
    border: 2px solid #222;
    box-shadow: none;
    background: #fff;
    color: #222
}

.app-modal .btn-special:active,
.app-modal .btn-special:focus,
.app-modal .btn-special:hover {
    background: #222;
    color: #fff
}

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

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

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

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

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

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

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

.modal-footer:after {
    clear: both
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons .modal-footer #load-related-categories+button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .modal-footer .btn+button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .modal-footer .related-article--controls button.blog--cms-dialog-btn+#load-related-categories,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .modal-footer button.blog--cms-dialog-btn+#load-related-categories,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .modal-footer button.blog--cms-dialog-btn+.btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .modal-footer button.blog--cms-dialog-btn+button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .modal-footer #load-related-categories+#load-related-categories,
.edit .blog--cms-dialog .modal-footer #load-related-categories+.btn,
.edit .blog--cms-dialog .modal-footer .blog--cms-dialog--buttons #load-related-categories+button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .modal-footer .btn+#load-related-categories,
.edit .blog--cms-dialog .modal-footer .related-article--controls #load-related-categories+#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .modal-footer #load-related-categories+button.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons .modal-footer .blog--cms-dialog button.blog--cms-dialog-btn+#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .modal-footer .btn+button.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons .modal-footer button.blog--cms-dialog-btn+#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .modal-footer button.blog--cms-dialog-btn+.btn,
.edit .related-article--controls .blog--cms-dialog--buttons .modal-footer button.blog--cms-dialog-btn+button.blog--cms-dialog-btn,
.edit .related-article--controls .modal-footer #load-related-categories+#load-related-categories,
.edit .related-article--controls .modal-footer #load-related-categories+.btn,
.edit .related-article--controls .modal-footer .blog--cms-dialog #load-related-categories+#load-related-categories,
.edit .related-article--controls .modal-footer .blog--cms-dialog--buttons #load-related-categories+button.blog--cms-dialog-btn,
.edit .related-article--controls .modal-footer .btn+#load-related-categories,
.modal-footer .btn+.btn,
.modal-footer .edit .blog--cms-dialog #load-related-categories+#load-related-categories,
.modal-footer .edit .blog--cms-dialog #load-related-categories+.btn,
.modal-footer .edit .blog--cms-dialog .blog--cms-dialog--buttons #load-related-categories+button.blog--cms-dialog-btn,
.modal-footer .edit .blog--cms-dialog .blog--cms-dialog--buttons .btn+button.blog--cms-dialog-btn,
.modal-footer .edit .blog--cms-dialog .blog--cms-dialog--buttons .related-article--controls #load-related-categories+button.blog--cms-dialog-btn,
.modal-footer .edit .blog--cms-dialog .blog--cms-dialog--buttons .related-article--controls button.blog--cms-dialog-btn+#load-related-categories,
.modal-footer .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn+#load-related-categories,
.modal-footer .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn+.btn,
.modal-footer .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn+button.blog--cms-dialog-btn,
.modal-footer .edit .blog--cms-dialog .btn+#load-related-categories,
.modal-footer .edit .related-article--controls #load-related-categories+#load-related-categories,
.modal-footer .edit .related-article--controls #load-related-categories+.btn,
.modal-footer .edit .related-article--controls .blog--cms-dialog--buttons #load-related-categories+button.blog--cms-dialog-btn,
.modal-footer .edit .related-article--controls .blog--cms-dialog--buttons .blog--cms-dialog #load-related-categories+button.blog--cms-dialog-btn,
.modal-footer .edit .related-article--controls .blog--cms-dialog--buttons .blog--cms-dialog button.blog--cms-dialog-btn+#load-related-categories,
.modal-footer .edit .related-article--controls .blog--cms-dialog--buttons .btn+button.blog--cms-dialog-btn,
.modal-footer .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn+#load-related-categories,
.modal-footer .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn+.btn,
.modal-footer .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn+button.blog--cms-dialog-btn,
.modal-footer .edit .related-article--controls .btn+#load-related-categories {
    margin-left: .3125rem;
    margin-bottom: 0
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons .modal-footer .btn-group #load-related-categories+button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .modal-footer .btn-group .btn+button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .modal-footer .btn-group .related-article--controls button.blog--cms-dialog-btn+#load-related-categories,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .modal-footer .btn-group button.blog--cms-dialog-btn+#load-related-categories,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .modal-footer .btn-group button.blog--cms-dialog-btn+.btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .modal-footer .btn-group button.blog--cms-dialog-btn+button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .modal-footer .btn-group #load-related-categories+#load-related-categories,
.edit .blog--cms-dialog .modal-footer .btn-group #load-related-categories+.btn,
.edit .blog--cms-dialog .modal-footer .btn-group .blog--cms-dialog--buttons #load-related-categories+button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .modal-footer .btn-group .btn+#load-related-categories,
.edit .blog--cms-dialog .modal-footer .btn-group .related-article--controls #load-related-categories+#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .modal-footer .btn-group #load-related-categories+button.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons .modal-footer .btn-group .blog--cms-dialog button.blog--cms-dialog-btn+#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .modal-footer .btn-group .btn+button.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons .modal-footer .btn-group button.blog--cms-dialog-btn+#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .modal-footer .btn-group button.blog--cms-dialog-btn+.btn,
.edit .related-article--controls .blog--cms-dialog--buttons .modal-footer .btn-group button.blog--cms-dialog-btn+button.blog--cms-dialog-btn,
.edit .related-article--controls .modal-footer .btn-group #load-related-categories+#load-related-categories,
.edit .related-article--controls .modal-footer .btn-group #load-related-categories+.btn,
.edit .related-article--controls .modal-footer .btn-group .blog--cms-dialog #load-related-categories+#load-related-categories,
.edit .related-article--controls .modal-footer .btn-group .blog--cms-dialog--buttons #load-related-categories+button.blog--cms-dialog-btn,
.edit .related-article--controls .modal-footer .btn-group .btn+#load-related-categories,
.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .edit .blog--cms-dialog #load-related-categories+#load-related-categories,
.modal-footer .btn-group .edit .blog--cms-dialog #load-related-categories+.btn,
.modal-footer .btn-group .edit .blog--cms-dialog .blog--cms-dialog--buttons #load-related-categories+button.blog--cms-dialog-btn,
.modal-footer .btn-group .edit .blog--cms-dialog .blog--cms-dialog--buttons .btn+button.blog--cms-dialog-btn,
.modal-footer .btn-group .edit .blog--cms-dialog .blog--cms-dialog--buttons .related-article--controls #load-related-categories+button.blog--cms-dialog-btn,
.modal-footer .btn-group .edit .blog--cms-dialog .blog--cms-dialog--buttons .related-article--controls button.blog--cms-dialog-btn+#load-related-categories,
.modal-footer .btn-group .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn+#load-related-categories,
.modal-footer .btn-group .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn+.btn,
.modal-footer .btn-group .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn+button.blog--cms-dialog-btn,
.modal-footer .btn-group .edit .blog--cms-dialog .btn+#load-related-categories,
.modal-footer .btn-group .edit .related-article--controls #load-related-categories+#load-related-categories,
.modal-footer .btn-group .edit .related-article--controls #load-related-categories+.btn,
.modal-footer .btn-group .edit .related-article--controls .blog--cms-dialog--buttons #load-related-categories+button.blog--cms-dialog-btn,
.modal-footer .btn-group .edit .related-article--controls .blog--cms-dialog--buttons .blog--cms-dialog #load-related-categories+button.blog--cms-dialog-btn,
.modal-footer .btn-group .edit .related-article--controls .blog--cms-dialog--buttons .blog--cms-dialog button.blog--cms-dialog-btn+#load-related-categories,
.modal-footer .btn-group .edit .related-article--controls .blog--cms-dialog--buttons .btn+button.blog--cms-dialog-btn,
.modal-footer .btn-group .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn+#load-related-categories,
.modal-footer .btn-group .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn+.btn,
.modal-footer .btn-group .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn+button.blog--cms-dialog-btn,
.modal-footer .btn-group .edit .related-article--controls .btn+#load-related-categories {
    margin-left: -.0625rem
}

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

@media (min-width:48rem) {
    .modal-dialog {
        width: 37.5rem;
        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: 300px
    }
}

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

.inner-xs {
    padding: .3125rem
}

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

.inner-xs:after {
    clear: both
}

.inner-sm {
    padding: .625rem
}

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

.inner-sm:after {
    clear: both
}

.inner {
    padding: .9375rem
}

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

.inner:after {
    clear: both
}

.inner-md {
    padding: 1.25rem
}

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

.inner-md:after {
    clear: both
}

.inner-lg {
    padding: 1.875rem
}

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

.inner-lg:after {
    clear: both
}

.inner-xl {
    padding: 3.125rem
}

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

.inner-xl:after {
    clear: both
}

.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.75rem
}

.m-t-xxl {
    margin-top: 5.625rem
}

.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.75rem
}

.m-b-xxl {
    margin-bottom: 5.625rem
}

.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
}

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

.inline {
    display: inline;
    vertical-align: middle
}

.clearfix:after,
.clearfix:before,
.grid-container .column_container .column-body p:after,
.grid-container .column_container .column-body p:before {
    content: " ";
    display: table
}

.clearfix:after,
.grid-container .column_container .column-body p:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.flex-child {
    -webkit-flex: 0 1 auto;
    -webkit-box-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.split-container .container-left-inner,
.split-container .container-right-inner {
    padding: 0 .9375rem
}

@media (min-width:48rem) {

    .split-container .container-left-inner,
    .split-container .container-right-inner {
        width: 23.4375rem
    }
}

@media (min-width:62rem) {

    .split-container .container-left-inner,
    .split-container .container-right-inner {
        width: 30.3125rem
    }
}

@media (min-width:75rem) {

    .split-container .container-left-inner,
    .split-container .container-right-inner {
        width: 36.5625rem
    }
}

.split-container .container-image {
    padding: 0
}

@media screen and (min-width:48rem) {
    .split-container {
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        -ms-flex-align-content: center;
        -webkit-align-content: center;
        align-content: center;
        -ms-flex-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .split-container .container-left,
    .split-container .container-right {
        width: 50%
    }

    .split-container .container-left .container-left-inner {
        margin-left: auto
    }

    .split-container .container-right .container-right-inner {
        margin-right: auto
    }

    .home-2023 .split-container {
        display: block
    }
}

@media screen and (min-width:62rem) {
    .home-2023 .split-container {
        padding: 3.125rem;
        gap: 3.125rem;
        row-gap: 3.125rem;
        column-gap: 3.125rem;
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align-content: center;
        -webkit-align-content: center;
        align-content: center;
        -ms-flex-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .home-2023 .split-container .container-image,
    .home-2023 .split-container .container-text {
        -webkit-flex: 0 1 auto;
        -webkit-box-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .home-2023 .split-container .container-image {
        width: auto;
        max-width: 27.375rem
    }

    .home-2023 .split-container .container-image img {
        max-height: 18rem
    }

    .home-2023 .split-container .container-text {
        width: auto
    }

    .home-2023 .split-container-50 {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        gap: 1.875rem;
        column-gap: 1.875rem
    }

    .home-2023 .split-container-50 .container-image,
    .home-2023 .split-container-50 .container-text {
        width: auto
    }

    .home-2023 .split-container-50 .container-image {
        text-align: center;
        max-width: 34.6875rem
    }

    .home-2023 .split-container-reverse .container-image {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .home-2023 .split-container-reverse .container-text {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }
}

@media screen and (min-width:75rem) {
    .home-2023 .split-container {
        padding: 3.125rem 6.25rem;
        gap: 3.125rem 6.25rem;
        column-gap: 6.25rem
    }

    .home-2023 .split-container .container-text {
        max-width: 34.6875rem
    }

    .home-2023 .split-container-50 {
        gap: 1.875rem;
        column-gap: 1.875rem
    }

    .home-2023 .split-container-50 .container-text {
        max-width: 33.125rem
    }
}

@media screen and (min-width:83.125rem) {
    .home-2023 .split-container .container-text {
        max-width: 34.6875rem
    }

    .home-2023 .split-container-50 .container-text {
        max-width: 31.875rem
    }
}

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

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

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

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

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

@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
    }
}

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

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

@media (max-width:47.9375rem) {
    .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
    }
}

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

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

@media (min-width:48rem) and (max-width:61.9375rem) {
    .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
    }
}

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

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

@media (min-width:62rem) and (max-width:74.9375rem) {
    .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
    }
}

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

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

@media (min-width:75rem) {
    .visible-lg-inline-block {
        display: inline-block !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
    }
}

@media (min-width:75rem) {
    .hidden-lg {
        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
    }
}

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

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

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

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

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

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

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

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

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

.icon-leftarrow:before {
    content: "\E007"
}

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

.icon-location-pin:before {
    content: "\E009"
}

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

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

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

.icon-rightarrow:before {
    content: "\E00D"
}

.icon-search-glass:before {
    content: "\E00E"
}

.icon-search:before {
    content: "\E00F"
}

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

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

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

body,
html {
    height: 100%
}

* {
    -webkit-font-smoothing: antialiased
}

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

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

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

a.sr-only.sr-only-focusable:focus {
    color: #fff;
    background-color: #005587;
    text-decoration: none;
    opacity: 1;
    padding: .4375rem .625rem;
    outline: 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
}

i {
    display: inline-block;
    vertical-align: top
}

.page-top {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #fff
}

.page-top.sticky {
    position: fixed;
    -webkit-box-shadow: 0 .0625rem .1875rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 .0625rem .1875rem 0 rgba(0, 0, 0, .2);
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .95);
    z-index: 1030
}

.page-top.sticky .header .logo {
    width: 2.125rem;
    height: 2.3125rem;
    overflow: hidden
}

.page-top.sticky .header .logotype {
    width: 10.25rem;
    height: 5.375rem;
    margin-left: -8.0625rem
}

.logo {
    display: block;
    border-bottom: 0
}

.logo:focus,
.logo:hover {
    border-bottom: 0
}

.logotype {
    width: 8.125rem;
    height: 4.25rem;
    display: block;
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.hdr-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.hdr-link {
    position: relative
}

.hdr-link:first-child {
    margin-left: 0
}

.hdr-link a {
    font-size: .8125rem;
    display: block;
    font-weight: 600;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.hdr-link a:not(.btn) {
    color: #005587
}

.hdr-link .icon {
    color: #005587;
    font-size: 1.125rem;
    display: block;
    margin-right: 5px
}

.hdr-link .hdr-link-label {
    width: 0;
    overflow: hidden;
    display: block;
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
    white-space: nowrap;
    opacity: 0
}

.hdr-link.hdr-link-search {
    cursor: pointer
}

.hdr-link.hdr-link-search .icon {
    margin-right: 0
}

.hdr-link .btn-olb-toggle {
    font-size: 1.3125rem;
    padding: .5625rem 1.6875rem
}

.hdr-link-olb {
    display: none
}

.hdr-link-olb button {
    border: 0;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    background: 0 0
}

.no-touch .hdr-link:hover .icon,
.no-touch .hdr-link:hover a:not(.btn) {
    color: #004065
}

.no-touch .hdr-link:hover .hdr-link-label {
    overflow: visible;
    opacity: 1
}

.no-touch .hdr-link:hover.hdr-link-contact .hdr-link-label {
    width: 69px
}

.no-touch .hdr-link:hover.hdr-link-locations .hdr-link-label {
    width: 62px
}

.no-touch .hdr-link:hover.hdr-link-appts .hdr-link-label {
    width: 88px
}

.header-search form {
    width: 100%
}

@media screen and (min-width:48rem) and (max-width:74.9375rem) {
    .hdr-nav {
        height: 96px
    }
}

@media screen and (max-width:47.9375rem) {
    header.header {
        padding-top: 25px;
        padding-bottom: 15px
    }

    .hdr-logo {
        text-align: center;
        margin-bottom: 25px
    }

    .hdr-logo a {
        display: inline-block
    }

    .hdr-nav {
        display: none
    }

    .hdr-link.hdr-link-menu {
        display: none
    }

    .hdr-links {
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        padding: 0 35px
    }

    .hdr-link-desktop {
        display: none !important
    }

    .header-search {
        position: absolute;
        background: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        opacity: 0;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        -webkit-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        transition: opacity .2s linear;
        padding: 11px 20px;
        width: 100%;
        z-index: 1000;
        left: 0;
        top: 160px
    }

    .header-search.active {
        opacity: 1;
        visibility: visible;
        height: auto;
        overflow: visible
    }

    #search-desktop {
        background: #eee;
        border: 0;
        height: 30px;
        line-height: 30px;
        border-radius: 0;
        color: #000;
        -webkit-box-flex: auto;
        -moz-box-flex: auto;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        max-width: none
    }

    #search-desktop::-webkit-input-placeholder {
        color: #666;
        font-style: normal
    }

    #search-desktop:-moz-placeholder {
        color: #666;
        font-style: normal;
        opacity: 1
    }

    #search-desktop::-moz-placeholder {
        color: #666;
        font-style: normal;
        opacity: 1
    }

    #search-desktop:-ms-input-placeholder {
        color: #666;
        font-style: normal
    }

    #search-desktop::-ms-input-placeholder {
        color: #666;
        font-style: normal
    }

    #search-desktop::placeholder {
        color: #666;
        font-style: normal
    }

    .header-search-close button {
        border: 0;
        height: 30px;
        line-height: 30px;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-flex: none;
        -moz-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        background: #fff;
        margin-left: 5px
    }

    .header-search-close button .icon {
        margin-right: 0;
        font-size: .8125rem
    }

    .mobile-toggle-olb-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .mobile-toggle-olb-menu button {
        border-radius: 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .mobile-toggle-olb-menu button .icon {
        margin-left: 5px;
        position: relative;
        top: 2px
    }
}

@media screen and (min-width:48rem) {
    .page-top {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 100
    }

    .page-top.no-nav .header .container {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    .mobile-toggle-olb-menu {
        display: none
    }

    header.header .container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        height: 96px;
        width: 100%;
        padding: 0 1.875rem
    }

    header.header .hdr-logo {
        -webkit-box-flex: none;
        -moz-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 130px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    header.header .hdr-nav {
        -webkit-box-flex: auto;
        -moz-box-flex: auto;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -moz-align-content: stretch;
        -ms-align-content: stretch;
        align-content: stretch;
        padding-left: 1.25rem;
        padding-right: 0
    }

    header.header .hdr-links {
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-flex: none;
        -moz-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

    header.header .hdr-links .hdr-link {
        margin-left: 20px
    }

    .hdr-nav .navbar>ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .hdr-link-mobile {
        display: none !important
    }

    .hdr-link.hdr-login-home {
        height: 6rem
    }

    .hdr-link.hdr-login-home a {
        font-weight: 400;
        display: inline
    }

    .hdr-login-home>button {
        margin: 1.25rem 0 0
    }

    .header-search {
        position: absolute;
        background: #eee;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        opacity: 0;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        -webkit-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        transition: opacity .2s linear;
        top: 66px;
        z-index: 1000
    }

    .header-search.active {
        opacity: 1;
        visibility: visible;
        height: 30px;
        overflow: visible
    }

    #search-desktop {
        background: #eee;
        border: 0;
        height: 30px;
        line-height: 30px;
        width: 206px;
        border-radius: 0;
        color: #000
    }

    #search-desktop::-webkit-input-placeholder {
        color: #666;
        font-style: normal
    }

    #search-desktop:-moz-placeholder {
        color: #666;
        font-style: normal;
        opacity: 1
    }

    #search-desktop::-moz-placeholder {
        color: #666;
        font-style: normal;
        opacity: 1
    }

    #search-desktop:-ms-input-placeholder {
        color: #666;
        font-style: normal
    }

    #search-desktop::-ms-input-placeholder {
        color: #666;
        font-style: normal
    }

    #search-desktop::placeholder {
        color: #666;
        font-style: normal
    }

    .header-search-close button {
        border: 0;
        height: 30px;
        line-height: 30px;
        padding-top: 0;
        padding-bottom: 0
    }

    .header-search-close button .icon {
        margin-right: 0;
        font-size: .8125rem
    }
}

.buorg {
    border-bottom: .0625rem solid red !important;
    background-color: #f9f9f9 !important
}

.buorg>div {
    color: #75716d
}

.buorg>div a {
    padding: .4375rem .625rem
}

.buorg>div p {
    margin-bottom: 0;
    line-height: 150%;
    width: 95%;
    color: grey
}

.buorg>div strong {
    color: red
}

.buorg>div span {
    display: inline-block
}

.buorg>div #buorgig {
    margin-bottom: .9375rem
}

.header_olb {
    position: absolute;
    top: 20px;
    z-index: 4;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header_olb button.close {
    opacity: 1;
    background: #fff;
    color: #004b7c;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: .625rem;
    padding: .4375rem .4375rem .375rem .5rem;
    margin: 0;
    position: relative;
    left: 2px
}

.header_olb button.close:focus,
.header_olb button.close:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    color: #222
}

.header_olb_container {
    background: #fff;
    width: 28.125rem;
    padding: 1.25rem 3.125rem;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 0 .1875rem 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 .1875rem 0 rgba(0, 0, 0, .17)
}

.header_olb_container_top {
    padding: .9375rem 1.5625rem
}

.header_olb_container_main {
    padding: 0 1.5625rem .9375rem 1.5625rem
}

.header_olb .desktop-olb-welcome {
    font-size: 1rem;
    color: #75716d
}

.header_olb form {
    margin: .625rem 0;
    display: inline
}

.edit .header_olb form .article--controls--group,
.edit .related-article--controls .header_olb form .blog--cms-dialog--buttons,
.header_olb form .edit .article--controls--group,
.header_olb form .edit .related-article--controls .blog--cms-dialog--buttons,
.header_olb form .form-group {
    margin-bottom: .3125rem
}

.header_olb form input[type=password],
.header_olb form input[type=text] {
    color: #222;
    font-size: .875rem;
    line-height: normal;
    width: 100%;
    border: none;
    border: .0625rem solid #938e89;
    border-radius: 6px;
    padding: 1rem 1.25rem
}

.header_olb form input[type=password]::-moz-placeholder,
.header_olb form input[type=text]::-moz-placeholder {
    color: #75716d;
    opacity: 1
}

.header_olb form input[type=password]:-ms-input-placeholder,
.header_olb form input[type=text]:-ms-input-placeholder {
    color: #75716d
}

.header_olb form input[type=password]::-webkit-input-placeholder,
.header_olb form input[type=text]::-webkit-input-placeholder {
    color: #75716d
}

.header_olb form input[type=text] {
    margin-bottom: 8px
}

.header_olb form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    color: #222;
    font-size: .875rem;
    font-weight: 500;
    border: .0625rem solid #938e89;
    padding: .5rem 2.5rem .5rem 1.25rem;
    background: rgba(255, 255, 255, .6) url(/assets/img/sprites/selectarrow.png) no-repeat 91% center;
    background-size: .6875rem .375rem;
    border-radius: 0
}

.edit .blog--cms-dialog .header_olb form a#load-related-categories,
.edit .related-article--controls .header_olb form a#load-related-categories,
.header_olb form .edit .blog--cms-dialog a#load-related-categories,
.header_olb form .edit .related-article--controls a#load-related-categories,
.header_olb form a.btn,
.header_olb form button {
    width: auto;
    padding: .625rem 2.5rem;
    font-size: .875rem;
    border-radius: 6px;
    line-height: 30px;
    box-shadow: none;
    margin-bottom: 20px;
    max-width: 320px;
    display: table
}

.header_olb .checkbox {
    color: #005587;
    font-size: .875rem
}

.header_olb .checkbox input[type=checkbox] {
    margin-top: .125rem
}

.header_olb .checkbox a {
    color: #005587
}

.header_olb .forgot-password a {
    color: #005587;
    margin-right: 10px
}

.header_olb .forgot-password ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start
}

.header_olb .forgot-password ul li {
    position: relative;
    list-style-type: none;
    display: block;
    margin: 0;
    padding-left: 12px
}

.header_olb .forgot-password ul li:before {
    content: '';
    background-color: #444;
    width: .0625rem;
    height: .75rem;
    opacity: .3;
    text-decoration: none;
    pointer-events: none;
    position: absolute;
    display: block;
    top: 3px;
    left: 6px
}

.header_olb .forgot-password ul li:first-child {
    padding-left: 0
}

.header_olb .forgot-password ul li:first-child:before {
    display: none
}

.header_olb .forgot-password p {
    margin: 0 0 6px
}

.header_olb .forgot-password strong {
    margin-right: 6px
}

.hdr-link .header_olb .forgot-password a {
    text-decoration: underline
}

#device-error {
    display: none
}

#edit-app-modal {
    padding: 30px 0;
    text-align: center;
    display: none
}

.edit #edit-app-modal {
    display: block
}

.edit .olb-app-btns .sbdroid {
    pointer-events: none
}

.edit .olb-app-btns .sbapple {
    display: none
}

@media (max-width:30rem) {

    .header_olb input[type=password],
    .header_olb input[type=text] {
        -webkit-appearance: none;
        border-radius: 0
    }

    section.section .section_title {
        padding: 1.25rem !important
    }
}

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

    .desktop-olb-title,
    .desktop-olb-welcome {
        display: none
    }

    .header_olb {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        vertical-align: top;
        max-height: 100vh;
        overflow: auto
    }

    .header_olb.collapse {
        height: 0;
        opacity: 0;
        -webkit-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out
    }

    .header_olb.collapse.in {
        height: 490px;
        opacity: 100
    }

    .header_olb_container {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 100vw;
        max-height: 100vh;
        z-index: 1000
    }

    .header_olb_container.open {
        display: block
    }

    .header_olb_container .mobile-close-login {
        padding: 1.25rem 1.5625rem
    }

    .header_olb .container {
        padding: 0
    }

    .header_olb .mobile-olb-toggle {
        width: 100%;
        border-radius: 0
    }

    .header_olb .faux-container {
        padding-left: .9375rem;
        padding-right: .9375rem;
        margin: 0 auto
    }

    .header_olb .faux-container .col {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .olb-text .content {
        margin-bottom: 10px
    }

    .olb-text .content [data-editable=editable] {
        margin-bottom: 10px
    }

    .olb-text .content [data-editable=editable] .biggest {
        color: #005587;
        font-size: 1.25rem;
        font-weight: 500
    }

    .edit .blog--cms-dialog .blog--cms-dialog--buttons .olb-text .content button.blog--cms-dialog-btn,
    .edit .blog--cms-dialog .olb-text .content #load-related-categories,
    .edit .related-article--controls .blog--cms-dialog--buttons .olb-text .content button.blog--cms-dialog-btn,
    .edit .related-article--controls .olb-text .content #load-related-categories,
    .olb-text .content .btn,
    .olb-text .content .edit .blog--cms-dialog #load-related-categories,
    .olb-text .content .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
    .olb-text .content .edit .related-article--controls #load-related-categories,
    .olb-text .content .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn {
        padding-top: 8px;
        padding-bottom: 8px;
        box-shadow: none
    }

    .olb-app-btns {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }
}

@media screen and (min-width:48rem) {
    .header_olb {
        top: 6rem;
        left: unset;
        right: 0
    }

    .olb-text .content {
        display: none
    }

    .edit .olb-text .content {
        display: block
    }

    .desktop-olb-title {
        font-size: 1.125rem;
        font-weight: 700;
        color: #005587
    }
}

.hero-container {
    position: relative
}

.hero {
    position: relative
}

.hero .slider-img {
    display: none;
    min-height: 21.25rem;
    position: relative
}

.hero .slider-img.slick-initialized {
    display: block
}

.hero .slider-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    content: '';
    background-color: rgba(0, 0, 0, .1)
}

.hero .slider-img img {
    width: auto;
    max-width: none
}

.LPMcontainer.LPMoverlay {
    z-index: 3 !important
}

.home-section-2 {
    padding: 4.6875rem 0;
    position: relative
}

.home-section-2 .col-sm-8 {
    position: inherit !important
}

.home-section-2 .slider-icons {
    display: none;
    position: inherit !important
}

.home-section-2 .slider-icons.slick-initialized {
    display: block
}

.home-section-2 .slider-icons .slide {
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
    font-size: .875rem
}

.home-section-2 .slider-icons .slide img {
    display: block;
    margin: 0 auto;
    padding-bottom: 1.5625rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.home-section-2 .slider-icons .slide img[src$='-2x.png'] {
    width: 2.5rem
}

.home-section-2 .slider-icons .slide a {
    font-weight: 500
}

.home-section-2 .slider-icons .slide:focus img,
.home-section-2 .slider-icons .slide:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.home-section-3 .slider-image {
    display: none
}

.home-section-3 .slider-image.slick-initialized {
    display: block
}

.home-section-3 .slider-image .slide {
    border-radius: .75rem;
    color: #fff;
    background-color: #005587;
    position: relative;
    font-size: .875rem;
    border: .125rem solid #fff;
    border-bottom: 0
}

.home-section-3 .slider-image .slide-image img {
    width: 100%;
    max-width: 100%;
    border-radius: .375rem
}

.home-section-3 .slider-image .slide-overlay {
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: .375rem;
    opacity: 1
}

.home-section-3 .slider-image .slide-overlay-gradient {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(120deg, #005587, #007eb4);
    background-image: -o-linear-gradient(120deg, #005587, #007eb4);
    background-image: linear-gradient(120deg, #005587, #007eb4);
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: .375rem
}

.home-section-3 .slider-image .slide-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
    padding: 1.25rem 2.5rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.home-section-3 .slider-image .slide-text-hover {
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute
}

.home-section-3 .slider-image .slide-text-hover .content {
    height: 0;
    visibility: hidden;
    opacity: 0
}

.home-section-3 .slider-image .slide-text-hover .content div {
    height: 0;
    visibility: hidden;
    opacity: 0
}

.home-section-3 .slider-image .slide:focus .slide-overlay,
.home-section-3 .slider-image .slide:hover .slide-overlay {
    opacity: 0
}

.home-section-3 .slider-image .slide:focus .slide-overlay-gradient,
.home-section-3 .slider-image .slide:hover .slide-overlay-gradient {
    opacity: .85
}

.home-section-3 .slider-image .slide:focus .slide-text-hover,
.home-section-3 .slider-image .slide:hover .slide-text-hover {
    visibility: visible;
    height: auto;
    opacity: 1;
    position: relative
}

.home-section-3 .slider-image .slide:focus .slide-text-hover .content,
.home-section-3 .slider-image .slide:hover .slide-text-hover .content {
    height: auto;
    visibility: visible;
    opacity: 1
}

.home-section-3 .slider-image .slide:focus .slide-text-hover .content div,
.home-section-3 .slider-image .slide:hover .slide-text-hover .content div {
    height: auto;
    visibility: visible;
    opacity: 1
}

.home-section-5 {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg, #005587, #007eb4);
    background-image: -o-linear-gradient(90deg, #005587, #007eb4);
    background-image: linear-gradient(90deg, #005587, #007eb4);
    color: #fff;
    position: relative;
    min-height: 22.5rem;
    overflow: hidden
}

.home-section-5:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -6.5625rem;
    content: url(/assets/img/anchor-watermark.png);
    opacity: .08
}

.home-section-5_inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    left: 0;
    width: 100%
}

.article-cards {
    padding: 4.6875rem 1.5rem 0;
    position: relative
}

.article-cards .col-md-10 {
    position: inherit !important
}

.article-cards .slider-articles {
    display: none;
    position: inherit !important
}

.article-cards .slider-articles.slick-initialized {
    display: block
}

.article-cards .row,
.article-cards .slider-articles {
    text-align: center
}

.article-cards .slide-inner {
    margin: 1.25rem .625rem
}

.article-cards .card,
.article-cards .slide {
    font-size: .875rem;
    font-size: .875rem;
    max-width: 25rem;
    text-align: left;
    margin: 0 auto 1.5rem
}

.article-cards .card-inner,
.article-cards .slide-inner {
    -webkit-box-shadow: 0 0 .1875rem 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 .1875rem 0 rgba(0, 0, 0, .17)
}

.article-cards .card-inner,
.article-cards .card-inner-img img,
.article-cards .slide-inner,
.article-cards .slide-inner-img img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.article-cards .card-inner-img img,
.article-cards .slide-inner-img img {
    width: 100%;
    max-width: 100%
}

.article-cards .card-inner-text,
.article-cards .slide-inner-text {
    border-top: .25rem solid #a4d65e;
    padding: .9375rem 1.25rem
}

.slider {
    display: none
}

.slick-slider {
    position: relative;
    display: block !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slider-img .slick-list {
    height: 100% !important
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) center center no-repeat
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.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 {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

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

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.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-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: .0625rem solid transparent
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background-color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-slider {
    margin-bottom: 0
}

.slick-dots {
    position: absolute;
    bottom: -3.4375rem;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: .75rem;
    width: .75rem;
    margin: 0 .3125rem;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    border: .0625rem solid #fff;
    border-color: #fff
}

.slick-dots li:hover {
    background: #fff
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    font-size: 0;
    color: transparent;
    cursor: pointer
}

.slick-dots li.slick-active {
    background: #fff
}

@media screen and (max-width:29.9375rem) {
    .hero .slider-img img {
        max-width: 30rem
    }
}

@media screen and (min-width:48rem) {
    .hero-container {
        margin-top: 96px
    }

    .blue-hero-bar {
        position: relative;
        background-color: #005587;
        color: #fff;
        height: 7.5rem;
        pointer-events: none;
        overflow: hidden
    }

    .blue-hero-bar .container {
        position: relative;
        pointer-events: none
    }

    .blue-hero-bar .slider-text {
        height: 7.5rem;
        display: none;
        font-size: .875rem
    }

    .blue-hero-bar .slider-text.slick-initialized {
        display: block
    }

    .blue-hero-bar .slick-dots {
        margin: 2rem 0 0 0;
        left: 0;
        top: 0;
        bottom: 0;
        width: auto;
        pointer-events: all
    }

    .blue-hero-bar .slick-dots li {
        display: block;
        border: 0;
        margin: 0 0 .625rem
    }

    .blue-hero-bar .slick-dots li:last-child {
        margin-bottom: 0
    }

    .blue-hero-bar .hero-text-curve:before {
        content: '';
        pointer-events: none;
        border-top-left-radius: 6.75rem;
        background-image: -webkit-linear-gradient(left, #007eb4 0, #0096d6 100%);
        background-image: -o-linear-gradient(left, #007eb4 0, #0096d6 100%);
        background-image: linear-gradient(to right, #007eb4 0, #0096d6 100%);
        background-repeat: repeat-x;
        width: calc(300px + 1000%);
        height: 7.5rem;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .blue-hero-bar .content {
        margin: 1.625rem 0;
        pointer-events: all
    }

    .blue-hero-bar .content.blue-curve {
        margin: 0;
        position: relative;
        color: #fff;
        height: 100%;
        min-height: 7.5rem;
        padding: 1.625rem 0
    }

    .blue-hero-bar .content.blue-curve .btn,
    .blue-hero-bar .content.blue-curve .edit .blog--cms-dialog #load-related-categories,
    .blue-hero-bar .content.blue-curve .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
    .blue-hero-bar .content.blue-curve .edit .related-article--controls #load-related-categories,
    .blue-hero-bar .content.blue-curve .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
    .edit .blog--cms-dialog .blog--cms-dialog--buttons .blue-hero-bar .content.blue-curve button.blog--cms-dialog-btn,
    .edit .blog--cms-dialog .blue-hero-bar .content.blue-curve #load-related-categories,
    .edit .related-article--controls .blog--cms-dialog--buttons .blue-hero-bar .content.blue-curve button.blog--cms-dialog-btn,
    .edit .related-article--controls .blue-hero-bar .content.blue-curve #load-related-categories {
        width: 100%;
        white-space: normal
    }

    .home-section-4 .split-container .container-left {
        position: relative
    }

    .home-section-4 .split-container .container-left-inner {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 0
    }
}

@media screen and (min-width:30rem) and (max-width:47.9375rem) {
    .hero .slider-img img {
        max-width: 47.9375rem
    }
}

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

    .hero,
    .hero-container {
        position: initial
    }

    .hero .slider-img {
        min-height: 0
    }

    .blue-hero-bar {
        background-color: #005587;
        color: #fff;
        padding: 1.875rem .9375rem;
        position: relative;
        overflow: hidden
    }

    .blue-hero-bar a:not(.btn) {
        color: #fff
    }

    .home-section-2 .container {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }

    .home-section-4 .split-container .container-left {
        padding: 1.875rem .9375rem
    }

    .home-section-5_inner {
        padding: 0 1.875rem
    }
}

@media (max-width:61.9375rem) {

    .blue-hero-bar .h2,
    .blue-hero-bar h2 {
        font-size: 1.375rem;
        line-height: 1.875rem
    }

    .blue-hero-bar .h3,
    .blue-hero-bar h3 {
        font-size: 1rem;
        line-height: 1.625rem
    }

    .home-section-3 .slider-image .slide {
        pointer-events: auto;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .home-section-3 .slider-image .slide.slick-current {
        pointer-events: all
    }

    .home-section-3 .slide-overlay:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .6);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .home-section-3 .slick-current .slide-overlay:before {
        display: none
    }
}

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

    .blue-hero-bar .h2,
    .blue-hero-bar h2 {
        font-size: 1.5rem;
        line-height: 1.875rem
    }

    .blue-hero-bar .h3,
    .blue-hero-bar h3 {
        font-size: 1rem;
        line-height: 1.625rem
    }

    .slider-image .slick-track .slide:first-child {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .slider-image .slick-track .slide:first-child .slide-image img {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .slider-image .slick-track .slide:first-child .slide-overlay,
    .slider-image .slick-track .slide:first-child .slide-overlay-gradient {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .slider-image .slick-track .slide:last-child {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .slider-image .slick-track .slide:last-child .slide-image img {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .slider-image .slick-track .slide:last-child .slide-overlay,
    .slider-image .slick-track .slide:last-child .slide-overlay-gradient {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }
}

@media (min-width:83.125rem) {
    .hero .slider-img img {
        width: 100%;
        max-width: 100%
    }
}

.hero-container {
    position: relative
}

body.home-2023,
body.sub-2023 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}

.home-2023 .bg-blue-dark,
.sub-2023 .bg-blue-dark {
    background: #004b7c
}

.home-2023 .bg-gray-mid,
.sub-2023 .bg-gray-mid {
    background: #f0f0f0
}

.home-2023 .color-white,
.sub-2023 .color-white {
    color: #fff
}

.home-2023 .color-white .h1,
.home-2023 .color-white .h2,
.home-2023 .color-white .h3,
.home-2023 .color-white .h4,
.home-2023 .color-white .h5,
.home-2023 .color-white .h6,
.home-2023 .color-white h1,
.home-2023 .color-white h2,
.home-2023 .color-white h3,
.home-2023 .color-white h4,
.home-2023 .color-white h5,
.home-2023 .color-white h6,
.sub-2023 .color-white .h1,
.sub-2023 .color-white .h2,
.sub-2023 .color-white .h3,
.sub-2023 .color-white .h4,
.sub-2023 .color-white .h5,
.sub-2023 .color-white .h6,
.sub-2023 .color-white h1,
.sub-2023 .color-white h2,
.sub-2023 .color-white h3,
.sub-2023 .color-white h4,
.sub-2023 .color-white h5,
.sub-2023 .color-white h6 {
    color: #fff
}

.home-2023 .h1,
.home-2023 .h2,
.home-2023 .h3,
.home-2023 h1,
.home-2023 h2,
.home-2023 h3,
.sub-2023 .h1,
.sub-2023 .h2,
.sub-2023 .h3,
.sub-2023 h1,
.sub-2023 h2,
.sub-2023 h3 {
    color: #0073ab;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600
}

.home-2023 .h1,
.home-2023 h1,
.sub-2023 .h1,
.sub-2023 h1 {
    font-size: 40px;
    line-height: 50px
}

.home-2023 .h2,
.home-2023 h2,
.sub-2023 .h2,
.sub-2023 h2 {
    font-size: 32px;
    line-height: 36px
}

.home-2023 .h3,
.home-2023 h3,
.sub-2023 .h3,
.sub-2023 h3 {
    font-size: 21px;
    line-height: 30px
}

.home-2023 .hero,
.sub-2023 .hero {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    height: auto;
    min-height: 15.1875rem
}

.home-2023 .hero-img,
.sub-2023 .hero-img {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    position: relative;
    width: 100%;
    height: 15.1875rem;
    text-align: right
}

.home-2023 .hero-img_container,
.sub-2023 .hero-img_container {
    height: 15.1875rem
}

.home-2023 .hero-img_image,
.home-2023 .hero-img_underlay,
.sub-2023 .hero-img_image,
.sub-2023 .hero-img_underlay {
    position: absolute;
    top: 0;
    right: 0
}

.home-2023 .hero-img_underlay,
.sub-2023 .hero-img_underlay {
    background: #0095db;
    margin: .875rem 0;
    height: 15.1875rem;
    width: 27.5rem;
    border-bottom-left-radius: 121px;
    border-top-left-radius: 121px
}

.home-2023 .hero-img_image,
.sub-2023 .hero-img_image {
    top: 1.125rem
}

.home-2023 .hero-img img,
.sub-2023 .hero-img img {
    margin-top: .625rem;
    width: auto;
    max-width: none;
    max-height: 13.4375rem;
    border-bottom-left-radius: 107px;
    border-top-left-radius: 107px
}

.home-2023 .hero-text,
.sub-2023 .hero-text {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%
}

.home-2023 .hero-text_container,
.sub-2023 .hero-text_container {
    margin: 50px auto 20px;
    width: 86%
}

.home-2023 .hero-text div,
.sub-2023 .hero-text div {
    text-align: center
}

.home-2023 .hero h2,
.sub-2023 .hero h2 {
    color: #004b7c;
    margin-bottom: .625rem
}

.home-2023 .hero h3,
.sub-2023 .hero h3 {
    margin-bottom: 1rem
}

.home-2023 .hero p,
.sub-2023 .hero p {
    color: #0073ab
}

.home-2023 .home-section-2,
.sub-2023 .home-section-2 {
    position: relative;
    padding: 0 1.875rem
}

.home-2023 .home-section-3 .container-image img,
.sub-2023 .home-section-3 .container-image img {
    border-radius: 10px;
    max-height: 23.5rem
}

.home-2023 .home-section-3 .container-text .h2,
.home-2023 .home-section-3 .container-text h2,
.sub-2023 .home-section-3 .container-text .h2,
.sub-2023 .home-section-3 .container-text h2 {
    margin-bottom: 1.25rem
}

.home-2023 .home-section-3 .container-text .h3,
.home-2023 .home-section-3 .container-text h3,
.sub-2023 .home-section-3 .container-text .h3,
.sub-2023 .home-section-3 .container-text h3 {
    margin-bottom: 1.25rem
}

.home-2023 .home-section-3 .container-text p,
.sub-2023 .home-section-3 .container-text p {
    margin-bottom: 1.25rem
}

.home-2023 .article-cards .slick-next,
.home-2023 .article-cards .slick-prev,
.sub-2023 .article-cards .slick-next,
.sub-2023 .article-cards .slick-prev {
    background-color: #0073ab;
    color: #fff
}

.home-2023 .hero {
    background: #f0f0f0
}

.home-2023 .cards {
    padding-left: 0;
    padding-right: 0
}

.home-2023 .card-top {
    height: 6.25rem
}

.home-2023 .card-bottom {
    padding-top: 0
}

.home-section-5 {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg, #005587, #007eb4);
    background-image: -o-linear-gradient(90deg, #005587, #007eb4);
    background-image: linear-gradient(90deg, #005587, #007eb4);
    color: #fff;
    position: relative;
    min-height: 22.5rem;
    overflow: hidden
}

.home-section-5:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -6.5625rem;
    content: url(/assets/img/anchor-watermark.png);
    opacity: .08
}

.home-section-5_inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    left: 0;
    width: 100%
}

.article-cards {
    padding: 4.6875rem 1.5rem 0;
    position: relative
}

.article-cards .h2,
.article-cards h2 {
    color: #000
}

.article-cards .h6,
.article-cards h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}

.article-cards .col-md-10 {
    position: inherit !important
}

.article-cards .slider-articles {
    display: none;
    position: inherit !important
}

.article-cards .slider-articles.slick-initialized {
    display: block
}

.article-cards .row,
.article-cards .slider-articles {
    text-align: center
}

.article-cards .slide-inner {
    margin: 1.25rem .625rem
}

.article-cards .card,
.article-cards .slide {
    font-size: .875rem;
    font-size: .875rem;
    max-width: 25rem;
    text-align: left;
    margin: 0 auto 1.5rem
}

.article-cards .card-inner,
.article-cards .slide-inner {
    -webkit-box-shadow: 0 0 .1875rem 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 .1875rem 0 rgba(0, 0, 0, .17)
}

.article-cards .card-inner,
.article-cards .card-inner-img img,
.article-cards .slide-inner,
.article-cards .slide-inner-img img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.article-cards .card-inner-img img,
.article-cards .slide-inner-img img {
    width: 100%;
    max-width: 100%
}

.article-cards .card-inner-text,
.article-cards .slide-inner-text {
    border-top: .25rem solid #a4d65e;
    padding: .9375rem 1.25rem
}

.slider {
    display: none
}

.slick-slider {
    position: relative;
    display: block !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slider-img .slick-list {
    height: 100% !important
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) center center no-repeat
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.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 {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

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

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.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-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: .0625rem solid transparent
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background-color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-slider {
    margin-bottom: 0
}

.slick-dots {
    position: absolute;
    bottom: -3.4375rem;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: .75rem;
    width: .75rem;
    margin: 0 .3125rem;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    border: .0625rem solid #fff;
    border-color: #fff
}

.slick-dots li:hover {
    background: #fff
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    font-size: 0;
    color: transparent;
    cursor: pointer
}

.slick-dots li.slick-active {
    background: #fff
}

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

    .home-2023 .hero .hero-img_image,
    .sub-2023 .hero .hero-img_image {
        width: 97%;
        overflow-x: hidden
    }

    .home-2023 .hero .hero-img_underlay,
    .sub-2023 .hero .hero-img_underlay {
        width: 87%
    }
}

@media screen and (min-width:48rem) {
    .hero-container {
        margin-top: 96px
    }

    .home-2023 .hero,
    .sub-2023 .hero {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 16.4375rem
    }

    .home-2023 .hero .hero-img,
    .sub-2023 .hero .hero-img {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        -webkit-box-flex: auto;
        -moz-box-flex: auto;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        width: 40%
    }

    .home-2023 .hero .hero-img_underlay,
    .sub-2023 .hero .hero-img_underlay {
        margin: .625rem 0
    }

    .home-2023 .hero .hero-img_image,
    .sub-2023 .hero .hero-img_image {
        top: .875rem
    }

    .home-2023 .hero .hero-text,
    .sub-2023 .hero .hero-text {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        -webkit-box-flex: auto;
        -moz-box-flex: auto;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        width: 60%
    }

    .home-2023 .hero .hero-text_container,
    .sub-2023 .hero .hero-text_container {
        text-align: left;
        vertical-align: middle;
        margin: 0 auto;
        width: 80%
    }

    .home-2023 .hero .hero-text div,
    .sub-2023 .hero .hero-text div {
        text-align: left
    }
}

@media screen and (max-width:47.9375rem) {
    .home-2023 .home-section-2 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .home-2023 .home-section-3 .split-container {
        padding: 3.125rem 1.25rem
    }

    .home-2023 .home-section-3 .container-image img {
        max-height: 18rem;
        max-width: 100%
    }

    .home-2023 .card-bottom {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .home-section-5_inner {
        padding: 0 1.875rem
    }
}

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

    .home-2023 .hero .hero-img_container,
    .sub-2023 .hero .hero-img_container {
        height: 26.5625rem;
        max-width: 566px
    }

    .home-2023 .hero .hero-img_underlay,
    .sub-2023 .hero .hero-img_underlay {
        width: 21.25rem
    }

    .home-2023 .hero .hero-img_image,
    .sub-2023 .hero .hero-img_image {
        overflow-x: hidden
    }

    .home-2023 .hero .hero-img img,
    .sub-2023 .hero .hero-img img {
        margin-right: -6.25rem
    }

    .home-2023 .home-section-3 .split-container,
    .sub-2023 .home-section-3 .split-container {
        padding: 3.125rem 5rem
    }

    .home-2023 .home-section-3 .split-container .container-text,
    .sub-2023 .home-section-3 .split-container .container-text {
        width: 36.375rem;
        margin: 0 auto
    }
}

@media screen and (max-width:61.9375rem) {
    .home-2023 .home-section-3 .container-image {
        text-align: center
    }

    .home-2023 .home-section-3 .container-image img {
        margin-bottom: 1.875rem
    }

    .home-2023 .home-section-3 .container-text {
        text-align: center
    }
}

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

    .home-2023 .hero,
    .sub-2023 .hero {
        height: 26.5625rem
    }

    .home-2023 .hero .hero-img,
    .sub-2023 .hero .hero-img {
        height: 26.5625rem
    }

    .home-2023 .hero .hero-img_container,
    .sub-2023 .hero .hero-img_container {
        height: 26.5625rem;
        max-width: 566px
    }

    .home-2023 .hero .hero-img_underlay,
    .sub-2023 .hero .hero-img_underlay {
        margin: 0;
        width: 31.25rem;
        height: 26.5625rem;
        border-bottom-left-radius: 212px;
        border-top-left-radius: 212px
    }

    .home-2023 .hero .hero-img_image,
    .sub-2023 .hero .hero-img_image {
        overflow-x: hidden
    }

    .home-2023 .hero .hero-img img,
    .sub-2023 .hero .hero-img img {
        max-height: 23.5rem;
        border-bottom-left-radius: 188px;
        border-top-left-radius: 188px;
        margin-right: -17.8125rem
    }

    .home-2023 .hero .h2,
    .home-2023 .hero h2,
    .sub-2023 .hero .h2,
    .sub-2023 .hero h2 {
        font-size: 48px;
        line-height: 52px
    }

    .home-2023 .hero .h3,
    .home-2023 .hero h3,
    .sub-2023 .hero .h3,
    .sub-2023 .hero h3 {
        font-size: 24px;
        line-height: 28px
    }
}

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

    .home-2023 .hero .hero-img,
    .sub-2023 .hero .hero-img {
        width: 51%
    }

    .home-2023 .hero .hero-text,
    .sub-2023 .hero .hero-text {
        width: 49%
    }
}

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

    .home-2023 .hero .hero-img,
    .sub-2023 .hero .hero-img {
        width: 40%
    }

    .home-2023 .hero .hero-text,
    .sub-2023 .hero .hero-text {
        width: 60%
    }

    .home-2023 .hero .hero-text_container,
    .sub-2023 .hero .hero-text_container {
        width: 76%
    }
}

.cards {
    position: relative;
    width: 100%;
    font-size: 1rem;
    padding: 0 .75rem
}

.cards_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    gap: 1.25rem;
    row-gap: 1.25rem;
    column-gap: 1.25rem;
    width: 100%
}

.card {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    background: #f0f0f0;
    max-width: 23%;
    min-height: 34.375rem;
    padding: 3.125rem 1.25rem;
    border-radius: 4px
}

.card-bottom,
.card-middle,
.card-top {
    text-align: center;
    height: auto
}

.card-top {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 9rem
}

.card-top img {
    max-width: 6.25rem
}

.card-middle {
    -webkit-box-flex: 2 0 auto;
    -moz-box-flex: 2 0 auto;
    -webkit-flex: 2 0 auto;
    -ms-flex: 2 0 auto;
    flex: 2 0 auto;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
}

.card-bottom {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-height: 5.625rem;
    padding-top: 3.125rem;
    padding-bottom: 3.75rem
}

.card .h3,
.card h3 {
    margin-bottom: 1.5rem
}

.card .btn,
.card .edit .blog--cms-dialog #load-related-categories,
.card .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
.card .edit .related-article--controls #load-related-categories,
.card .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .card button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .card #load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .card button.blog--cms-dialog-btn,
.edit .related-article--controls .card #load-related-categories {
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
    width: 100%;
    max-width: 12.5rem;
    white-space: normal
}

.card ul[style="list-style-type: circle;"],
.card ul[style="list-style-type:circle;"],
.card ul[type=circle] {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style-type: none !important
}

.card ul[style="list-style-type: circle;"] li,
.card ul[style="list-style-type:circle;"] li,
.card ul[type=circle] li {
    background: url(/assets/img/list-check.png) 0 2px no-repeat;
    background-size: 16px 12px;
    padding-left: 1.875rem;
    margin-top: 1.5rem
}

.card ul[style="list-style-type: circle;"] li.x,
.card ul[style="list-style-type:circle;"] li.x,
.card ul[type=circle] li.x {
    background: url(/assets/img/list-x.png) -1px -2px no-repeat;
    background-size: 23px
}

.card ul+ul[style="list-style-type: circle;"] li,
.card ul+ul[style="list-style-type:circle;"] li,
.card ul+ul[type=circle] li {
    background: url(/assets/img/list-x.png) -1px -2px no-repeat;
    background-size: 23px
}

.card ul+ul[style="list-style-type: circle;"] li.check,
.card ul+ul[style="list-style-type:circle;"] li.check,
.card ul+ul[type=circle] li.check {
    background: url(/assets/img/list-check.png) 0 2px no-repeat;
    background-size: 16px 12px
}

@media screen and (max-width:47.9375rem) {
    .cards {
        padding: 0 1.25rem
    }

    .cards_container {
        gap: 1.25rem 0;
        column-gap: 0
    }

    .card {
        max-width: unset;
        min-height: unset
    }

    .card .h3,
    .card h3 {
        margin-bottom: 1.25rem
    }

    .card ol[style="list-style-type:circle;"] li,
    .card ol[type=circle] li,
    .card ul[style="list-style-type:circle;"] li,
    .card ul[type=circle] li {
        margin-top: 0;
        margin-bottom: 1.5rem
    }

    .card-top {
        height: unset
    }

    .card-middle {
        -webkit-box-flex: 1 0 auto;
        -moz-box-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .card-bottom {
        padding-top: 1.25rem;
        padding-bottom: .625rem
    }
}

@media screen and (min-width:48rem) and (max-width:61.9375rem) {
    .card {
        max-width: 48%;
        min-height: unset
    }

    .card-top {
        height: 7rem
    }
}

@media screen and (min-width:75rem) {
    .cards {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .card-top {
        height: 7rem
    }
}

@media (min-width:83.125rem) {

    .card .btn,
    .card .edit .blog--cms-dialog #load-related-categories,
    .card .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
    .card .edit .related-article--controls #load-related-categories,
    .card .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
    .edit .blog--cms-dialog .blog--cms-dialog--buttons .card button.blog--cms-dialog-btn,
    .edit .blog--cms-dialog .card #load-related-categories,
    .edit .related-article--controls .blog--cms-dialog--buttons .card button.blog--cms-dialog-btn,
    .edit .related-article--controls .card #load-related-categories {
        max-width: 80%
    }
}

.bg-lt-grey {
    background-color: #f9f9f9;
    padding: 2.8125rem 0
}

.bg-lt-grey .slick-arrow {
    background-color: #fff;
    border: 1px solid #e2e2e2
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto
}

.subpage-hero {
    background-color: #005587;
    min-height: 23.75rem;
    overflow: hidden
}

.subpage-hero a:not(.btn) {
    color: #fff
}

.subpage-hero .col-sm-8>.content {
    margin-bottom: 1.875rem
}

.subpage aside {
    max-width: 31.25rem
}

.subpage aside .content img {
    width: 100%;
    max-width: 18.75rem;
    margin: 0 auto
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons .subpage aside .content button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .subpage aside .content #load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .subpage aside .content button.blog--cms-dialog-btn,
.edit .related-article--controls .subpage aside .content #load-related-categories,
.subpage aside .content .btn,
.subpage aside .content .edit .blog--cms-dialog #load-related-categories,
.subpage aside .content .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
.subpage aside .content .edit .related-article--controls #load-related-categories,
.subpage aside .content .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn {
    margin-bottom: 1.25rem;
    white-space: inherit
}

.subpage .quote {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg, #005587, #007eb4);
    background-image: -o-linear-gradient(90deg, #005587, #007eb4);
    background-image: linear-gradient(90deg, #005587, #007eb4);
    color: #fff;
    position: relative;
    min-height: 22.5rem;
    overflow: hidden
}

.subpage .quote:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -6.5625rem;
    content: url(/assets/img/anchor-watermark.png);
    opacity: .08
}

.subpage .quote .quote-text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.subpage .quote .quote-text h1,
.subpage .quote .quote-text h2,
.subpage .quote .quote-text h3,
.subpage .quote .quote-text h4,
.subpage .quote .quote-text h5,
.subpage .quote .quote-text h6 {
    text-shadow: none;
    color: #fff
}

.subpage .quote .quote-text blockquote {
    color: #fff
}

.subpage .product-container {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.subpage .product-container .product-img img {
    width: 300%;
    margin-left: -100%
}

.subpage .product-container .product-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: #fff
}

.subpage .product-container .product-text a,
.subpage .product-container .product-text a:hover {
    color: #fff;
    text-decoration: none
}

.subpage .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.subpage .atm .content img {
    max-width: 100%
}

.subpage .search-results form input[type=search] {
    width: 100% !important;
    margin-right: 0
}

.subpage .search-results form button {
    width: auto
}

.sub-2023 .hero {
    background: #004b7c url(/assets/img/waves.svg) repeat-x center left;
    color: #fff
}

.sub-2023 .hero .h1,
.sub-2023 .hero .h2,
.sub-2023 .hero .h3,
.sub-2023 .hero .h4,
.sub-2023 .hero .h5,
.sub-2023 .hero .h6,
.sub-2023 .hero .title,
.sub-2023 .hero h1,
.sub-2023 .hero h2,
.sub-2023 .hero h3,
.sub-2023 .hero h4,
.sub-2023 .hero h5,
.sub-2023 .hero h6,
.sub-2023 .hero p {
    color: #fff
}

.sub-2023.phase2-hero .hero-text {
    width: 100%;
    display: block;
    padding: 0 1.25rem 1.25rem 1.25rem
}

.sub-2023.phase2-hero .hero-text_container {
    width: 100%
}

.subpage-with-hero .quote {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg, #005587, #007eb4);
    background-image: -o-linear-gradient(90deg, #005587, #007eb4);
    background-image: linear-gradient(90deg, #005587, #007eb4);
    color: #fff;
    position: relative;
    min-height: 22.5rem;
    overflow: hidden
}

.subpage-with-hero .quote:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -6.5625rem;
    content: url(/assets/img/anchor-watermark.png);
    opacity: .08
}

.subpage-with-hero .subpage-hero img {
    width: 100%
}

.subpage-with-hero .subpage-hero img[src*="-2x"] {
    width: 3.125rem
}

.subpage-with-hero .subpage-hero_altered {
    color: #fff
}

.subpage-with-hero .subpage-hero_altered .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.subpage-no-hero .hero {
    display: block;
    height: 14.75rem
}

.subpage-no-hero .hero-title {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.subpage-no-hero .hero-title div {
    text-align: center;
    padding: 1.25rem
}

.subpage-hero {
    position: relative
}

.subpage-hero .content,
.subpage-hero .h2,
.subpage-hero h2 {
    color: #fff
}

.subpage-hero>.container {
    margin-top: 2rem
}

.slick-next,
.slick-prev {
    background-color: #f2f2f2;
    color: #444;
    font-size: .875rem;
    border: 0;
    padding: 1.625rem 1.25rem 1.4375rem 1.25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: #d9d9d9
}

.slick-next {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    right: 0
}

.slick-next:focus,
.slick-next:hover {
    padding: 1.625rem .9375rem 1.4375rem 1.5625rem
}

.slick-prev {
    border-bottom-right-radius: .375rem;
    border-top-right-radius: .375rem;
    left: 0
}

.slick-prev:focus,
.slick-prev:hover {
    padding: 1.625rem 1.5625rem 1.4375rem .9375rem
}

.slider-3x3 {
    display: none;
    margin: .1875rem 0 3.75rem
}

.slider-3x3.slick-initialized {
    display: block
}

.slider-3x3+.slider-3x3 {
    margin-top: -.1875rem
}

.slider-3x3 .slide {
    color: #fff;
    background-color: #005587;
    position: relative;
    font-size: .875rem;
    border: .125rem solid #fff;
    border-bottom: 0
}

.edit .slider-3x3 .slide-image {
    min-height: 12.5rem
}

.slider-3x3 .slide,
.slider-3x3 .slide-image,
.slider-3x3 .slide-image img,
.slider-3x3 .slide-overlay,
.slider-3x3 .slide-overlay-gradient {
    border-radius: 0
}

.slider-3x3 .slide-image img {
    width: 100%;
    max-width: 100%
}

.slider-3x3 .slide-overlay {
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1
}

.slider-3x3 .slide-overlay-gradient {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(120deg, #005587, #007eb4);
    background-image: -o-linear-gradient(120deg, #005587, #007eb4);
    background-image: linear-gradient(120deg, #005587, #007eb4);
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.slider-3x3 .slide-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
    padding: 1.25rem 2.5rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.slider-3x3 .slide-text-hover {
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute
}

.slider-3x3 .slide-text-hover .content {
    height: 0;
    visibility: hidden;
    opacity: 0
}

.slider-3x3 .slide-text-hover .content div {
    height: 0;
    visibility: hidden;
    opacity: 0
}

.edit .slider-3x3 .slide-text-hover,
.edit .slider-3x3 .slide-text-hover .content,
.edit .slider-3x3 .slide-text-hover .content div {
    height: auto;
    visibility: visible;
    opacity: 1;
    position: relative
}

.slider-3x3 .slide:focus .slide-overlay,
.slider-3x3 .slide:hover .slide-overlay {
    opacity: 0
}

.slider-3x3 .slide:focus .slide-overlay-gradient,
.slider-3x3 .slide:hover .slide-overlay-gradient {
    opacity: .85
}

.slider-3x3 .slide:focus .slide-text-hover,
.slider-3x3 .slide:hover .slide-text-hover {
    visibility: visible;
    height: auto;
    opacity: 1;
    position: relative
}

.slider-3x3 .slide:focus .slide-text-hover .content,
.slider-3x3 .slide:hover .slide-text-hover .content {
    height: auto;
    visibility: visible;
    opacity: 1
}

.slider-3x3 .slide:focus .slide-text-hover .content div,
.slider-3x3 .slide:hover .slide-text-hover .content div {
    height: auto;
    visibility: visible;
    opacity: 1
}

.phase2-ad {
    position: relative;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem
}

.phase2-ad:first-child {
    margin-top: 1.25rem
}

.phase2-ad-img,
.phase2-ad:last-child {
    margin-bottom: 1.25rem
}

.phase2-ad img {
    width: 100%
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons .phase2-ad button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .phase2-ad #load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .phase2-ad button.blog--cms-dialog-btn,
.edit .related-article--controls .phase2-ad #load-related-categories,
.phase2-ad .btn,
.phase2-ad .edit .blog--cms-dialog #load-related-categories,
.phase2-ad .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
.phase2-ad .edit .related-article--controls #load-related-categories,
.phase2-ad .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn {
    border: 1px solid #005587;
    box-shadow: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons .phase2-ad button.blog--cms-dialog-btn:focus,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .phase2-ad button.blog--cms-dialog-btn:hover,
.edit .blog--cms-dialog .phase2-ad #load-related-categories:focus,
.edit .blog--cms-dialog .phase2-ad #load-related-categories:hover,
.edit .related-article--controls .blog--cms-dialog--buttons .phase2-ad button.blog--cms-dialog-btn:focus,
.edit .related-article--controls .blog--cms-dialog--buttons .phase2-ad button.blog--cms-dialog-btn:hover,
.edit .related-article--controls .phase2-ad #load-related-categories:focus,
.edit .related-article--controls .phase2-ad #load-related-categories:hover,
.phase2-ad .btn:focus,
.phase2-ad .btn:hover,
.phase2-ad .edit .blog--cms-dialog #load-related-categories:focus,
.phase2-ad .edit .blog--cms-dialog #load-related-categories:hover,
.phase2-ad .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn:focus,
.phase2-ad .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn:hover,
.phase2-ad .edit .related-article--controls #load-related-categories:focus,
.phase2-ad .edit .related-article--controls #load-related-categories:hover,
.phase2-ad .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn:focus,
.phase2-ad .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn:hover {
    background-color: #007eb4;
    color: #fff
}

@media only screen and (max-width:767px) {
    .phase2-ad {
        max-width: 30rem;
        margin: 0 auto 2rem
    }
}

@media only screen and (min-width:768px) {
    .phase2-ad-img {
        padding: 0;
        margin-bottom: 0
    }

    .phase2-ad-text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .phase2-ad:nth-child(odd) .phase2-ad-text {
        left: 0;
        padding-right: 5%
    }

    .phase2-ad:nth-child(even) .phase2-ad-text {
        right: 0;
        padding-left: 5%
    }
}

.testimonials .content {
    max-width: 37.5rem;
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    .testimonials .content {
        padding: 0 4.375rem
    }
}

.testimonials img {
    border-radius: 50%;
    margin: 0 auto;
    max-width: 5.625rem;
    width: 100%
}

.testimonials img[src*=stars] {
    border-radius: 0;
    max-width: 4.375rem
}

.testimonials h3,
.testimonials img,
.testimonials p {
    margin-bottom: .625rem
}

.phase2-icons {
    background-color: #005587;
    position: relative;
    padding: 4.375rem 0 2.5rem;
    overflow: hidden;
    text-align: center
}

.phase2-icons a:not(.btn) {
    text-decoration: underline
}

.phase2-icons a:not(.btn):hover {
    text-decoration: none
}

.phase2-icons-content {
    position: relative;
    z-index: 10
}

.phase2-icons-content>div {
    margin-bottom: 2rem
}

.phase2-icons-bg-img {
    width: 100%;
    z-index: 1
}

.phase2-icons-bg-img,
.phase2-icons-bg-img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%
}

.phase2-icons-bg-img img {
    opacity: .1;
    width: auto
}

@media only screen and (min-width:93.75rem) {
    .phase2-icons-bg-img img {
        width: 100%;
        height: auto
    }
}

.phase2-icons,
.phase2-icons a:not(.btn),
.phase2-icons div,
.phase2-icons h2,
.phase2-icons h3,
.phase2-icons h4,
.phase2-icons h5,
.phase2-icons h6,
.phase2-icons li,
.phase2-icons p {
    color: #fff
}

.phase2-icons .icons-row {
    max-width: 75rem;
    margin: 0 auto 2rem
}

.phase2-icons .slick-slide {
    padding: 0 5rem
}

.phase2-icons .slick-slide .big,
.phase2-icons .slick-slide img {
    margin-bottom: 1rem
}

.phase2-icons .slick-slide img {
    display: inline-block
}

.phase2-icons .slick-slide .big {
    display: block;
    font-size: 1rem
}

.phase2-icons .slick-arrow {
    padding: .875rem .625rem .875rem 1rem
}

.phase2-icons .slick-prev {
    padding-left: .625rem;
    padding-right: 1rem
}

@media only screen and (min-width:40rem) {
    .phase2-icons .slick-list {
        padding: 0 2.5rem
    }

    .phase2-icons .slick-slide {
        padding: 0 2.375rem
    }
}

.phase2-table .table>tbody>tr td {
    border-color: #d1cfce
}

.phase2-table .table>tbody>tr td img {
    max-width: 1.25rem
}

.phase2-callout {
    background: url(../img/watermark.svg) no-repeat -3.125rem center #005587;
    background-size: auto 125%;
    padding: 2.5rem .9375rem 1.875rem
}

.phase2-callout,
.phase2-callout div,
.phase2-callout h2,
.phase2-callout h3,
.phase2-callout h4,
.phase2-callout h5,
.phase2-callout h6,
.phase2-callout li,
.phase2-callout p {
    color: #fff
}

.phase2-faq-header h2 {
    line-height: 1
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons .phase2-faq-header button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .phase2-faq-header #load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .phase2-faq-header button.blog--cms-dialog-btn,
.edit .related-article--controls .phase2-faq-header #load-related-categories,
.phase2-faq-header .btn,
.phase2-faq-header .edit .blog--cms-dialog #load-related-categories,
.phase2-faq-header .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
.phase2-faq-header .edit .related-article--controls #load-related-categories,
.phase2-faq-header .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn {
    margin-top: 1.5rem
}

.phase2-faq .panel-group {
    margin: 2.5rem auto
}

.phase2-faq .panel {
    margin-bottom: 1rem
}

.phase2-faq .panel-title>a {
    background: 0 0;
    color: #005587;
    text-align: left;
    border-bottom: 1px solid rgba(0, 85, 135, .2);
    padding-left: 3rem;
    text-decoration: none
}

.phase2-faq .panel-title>a:focus,
.phase2-faq .panel-title>a:hover {
    text-decoration: underline
}

.phase2-faq .panel-title>a.collapsed:after {
    content: '\002b'
}

.phase2-faq .panel-title>a:after {
    content: '\2013';
    color: #005587;
    right: auto;
    left: 1rem
}

.phase2-faq .panel-collapse {
    width: 84%;
    margin: 1.5rem auto 0
}

.phase2-faq .panel-collapse .content {
    margin-bottom: 1rem
}

#faqs {
    display: none
}

.edit #faqs {
    display: block
}

.form-container {
    margin: 1.25rem 0 3.125rem
}

.form-container h5 {
    color: #005587;
    margin-bottom: .625rem
}

.banno-location-search-fields .form-container input.banno-location-search-input,
.banno-location-search-fields .form-container select.banno-location-search-input,
.banno-location-search-fields .form-container textarea.banno-location-search-input,
.form-container .b-captcha-answer input.b-captcha-answer-input,
.form-container .b-captcha-answer select.b-captcha-answer-input,
.form-container .b-captcha-answer textarea.b-captcha-answer-input,
.form-container .banno-location-search-fields input.banno-location-search-input,
.form-container .banno-location-search-fields select.banno-location-search-input,
.form-container .banno-location-search-fields textarea.banno-location-search-input,
.form-container input.form-control,
.form-container select.form-control,
.form-container textarea.form-control {
    margin-bottom: 2.5rem
}

.form-container .b-captcha-answer .b-captcha-answer-input {
    margin-bottom: 2.5rem
}

.form-container button[type=submit] {
    margin-bottom: .625rem;
    min-width: 12.5rem
}

.form-container .checkbox-group {
    padding: 1.25rem
}

.form-container .required-fields {
    color: #a4d65e;
    font-size: .875rem
}

.edit .article--controls--group,
.edit .related-article--controls .blog--cms-dialog--buttons,
.form-group {
    position: relative
}

.edit .article--controls--group .required-asterik,
.edit .related-article--controls .blog--cms-dialog--buttons .required-asterik,
.form-group .required-asterik {
    position: absolute;
    top: 1.0625rem;
    right: 1.25rem;
    color: #a4d65e
}

.faq-container {
    border-right: .0625rem solid rgba(117, 113, 109, .25)
}

.account-finder .question-container {
    padding: 4.375rem 0 1.875rem;
    background-color: #f9f9f9
}

.account-finder .progress {
    text-align: center
}

.account-finder .progress i {
    vertical-align: middle
}

.account-finder .progress span {
    color: #b1b1b1
}

.account-finder .checkbox-1,
.account-finder .checkbox-2,
.account-finder .checkbox-3,
.account-finder .directDeposit,
.account-finder .recommendation {
    display: none
}

.account-finder .accountDisclosure {
    font-style: italic
}

.account-finder .directDeposit,
.account-finder .question-1 {
    text-align: center
}

.account-finder .directDeposit button,
.account-finder .question-1 button {
    width: 100%;
    margin-bottom: .625rem;
    white-space: normal
}

.account-finder .checkbox-1 h5,
.account-finder .checkbox-1 p,
.account-finder .checkbox-2 h5,
.account-finder .checkbox-2 p,
.account-finder .checkbox-3 h5,
.account-finder .checkbox-3 p {
    text-align: center
}

.account-finder .checkbox-1 label.checkbox,
.account-finder .checkbox-2 label.checkbox,
.account-finder .checkbox-3 label.checkbox {
    margin-top: 0;
    font-weight: 400;
    padding-left: 1.25rem
}

.account-finder .checkbox-1 label.checkbox input[type=checkbox],
.account-finder .checkbox-2 label.checkbox input[type=checkbox],
.account-finder .checkbox-3 label.checkbox input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

.account-finder .checkbox-1 label.checkbox input[type=checkbox]::before,
.account-finder .checkbox-2 label.checkbox input[type=checkbox]::before,
.account-finder .checkbox-3 label.checkbox input[type=checkbox]::before {
    content: '';
    background-image: url(/assets/img/sprites/checkbox-empty.png);
    width: 1.0625rem;
    height: 1.0625rem;
    display: inline-block
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .account-finder .checkbox-1 label.checkbox input[type=checkbox]::before,
    .account-finder .checkbox-2 label.checkbox input[type=checkbox]::before,
    .account-finder .checkbox-3 label.checkbox input[type=checkbox]::before {
        background-image: url(/assets/img/sprites/checkbox-empty.png);
        background-size: 1.0625rem 1.0625rem
    }
}

.account-finder .checkbox-1 label.checkbox input[type=checkbox]:checked::before,
.account-finder .checkbox-2 label.checkbox input[type=checkbox]:checked::before,
.account-finder .checkbox-3 label.checkbox input[type=checkbox]:checked::before {
    background-image: url(/assets/img/sprites/checkbox-filled.png);
    width: 1.0625rem;
    height: 1.0625rem;
    display: inline-block
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .account-finder .checkbox-1 label.checkbox input[type=checkbox]:checked::before,
    .account-finder .checkbox-2 label.checkbox input[type=checkbox]:checked::before,
    .account-finder .checkbox-3 label.checkbox input[type=checkbox]:checked::before {
        background-image: url(/assets/img/sprites/checkbox-filled.png);
        background-size: 1.0625rem 1.0625rem
    }
}

.account-finder .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
.account-finder .edit .blog--cms-dialog button#load-related-categories,
.account-finder .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
.account-finder .edit .related-article--controls button#load-related-categories,
.account-finder button.btn,
.account-finder h5,
.edit .blog--cms-dialog .account-finder button#load-related-categories,
.edit .blog--cms-dialog .blog--cms-dialog--buttons .account-finder button.blog--cms-dialog-btn,
.edit .related-article--controls .account-finder button#load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .account-finder button.blog--cms-dialog-btn {
    font-weight: 700
}

.grid-container {
    text-align: center
}

.grid-container .column {
    display: none;
    border-top-right-radius: .125rem;
    border-top-left-radius: .125rem;
    border-bottom-left-radius: 1.875rem;
    border-bottom-right-radius: .125rem;
    -webkit-box-shadow: 0 .0625rem .1875rem rgba(0, 0, 0, .2);
    box-shadow: 0 .0625rem .1875rem rgba(0, 0, 0, .2);
    margin-bottom: 1.25rem;
    vertical-align: top
}

.grid-container .column.col-1,
.grid-container .column.col-2,
.grid-container .column.col-3,
.grid-container .column.col-4 {
    width: 100%;
    margin-left: 0
}

.grid-container .column:first-child {
    margin-left: 0 !important
}

.grid-container .column_header {
    background: #4d4d4d;
    color: #fff;
    font-size: 1.9375rem;
    line-height: 2.1875rem;
    padding: 1.875rem 0;
    margin-bottom: .125rem;
    border-top-right-radius: .125rem;
    border-top-left-radius: .125rem
}

.grid-container .column_header .small {
    font-size: 1.125rem;
    line-height: 1.3125rem
}

.grid-container .column_container {
    background: #f9f9f9;
    position: relative
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons .grid-container .column_container .column-btn button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .grid-container .column_container .column-btn #load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .grid-container .column_container .column-btn button.blog--cms-dialog-btn,
.edit .related-article--controls .grid-container .column_container .column-btn #load-related-categories,
.grid-container .column_container .column-btn .btn,
.grid-container .column_container .column-btn .edit .blog--cms-dialog #load-related-categories,
.grid-container .column_container .column-btn .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
.grid-container .column_container .column-btn .edit .related-article--controls #load-related-categories,
.grid-container .column_container .column-btn .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn {
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.grid-container .column_container .column-body {
    padding: 2.1875rem 2.1875rem 3.75rem;
    text-align: left;
    min-height: 18.75rem
}

.grid-container .column_container .column-body img {
    margin-right: .9375rem;
    float: left;
    margin-bottom: .625rem
}

.grid-container .column_container .column-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 3.125rem
}

.grid-container .column_footer {
    background: #f9f9f9;
    height: 2.5rem;
    border-bottom-left-radius: 1.875rem;
    border-bottom-right-radius: .125rem
}

.include-text {
    margin-bottom: 1.875rem;
    display: block;
    font-style: italic
}

.b-captcha .b-captcha-controls {
    float: right;
    margin-top: 1.25rem
}

.b-captcha .b-captcha-controls #newImageCaptcha,
.b-captcha .b-captcha-controls #showAudioCaptcha {
    clip: rect(0, 0, 0, 0);
    font-size: 0;
    text-indent: -624.9375rem;
    background-image: url(/assets/img/captcha-sprite.png);
    background-size: 5rem auto;
    float: right;
    margin-left: 1.25rem
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {

    .b-captcha .b-captcha-controls #newImageCaptcha,
    .b-captcha .b-captcha-controls #showAudioCaptcha {
        background-image: url(/assets/img/captcha-sprite@2x.png)
    }
}

.b-captcha .b-captcha-controls .b-captcha-refresh,
.b-captcha .b-captcha-controls .b-captcha-switch {
    min-height: .625rem
}

.b-captcha .b-captcha-controls #showAudioCaptcha {
    background-position: -2.6875rem -.125rem;
    width: 2.125rem;
    height: 1.3125rem
}

.b-captcha .b-captcha-controls #newImageCaptcha {
    background-position: -.25rem -.1875rem;
    width: 1.4375rem;
    height: 1.1875rem
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons .search-form button.blog--cms-dialog-btn,
.edit .blog--cms-dialog .search-form #load-related-categories,
.edit .related-article--controls .blog--cms-dialog--buttons .search-form button.blog--cms-dialog-btn,
.edit .related-article--controls .search-form #load-related-categories,
.search-form .btn,
.search-form .edit .blog--cms-dialog #load-related-categories,
.search-form .edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
.search-form .edit .related-article--controls #load-related-categories,
.search-form .edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
.search-form input {
    margin-bottom: .625rem
}

.search-form .required-asterik {
    display: none
}

.search-container {
    margin-top: 1.25rem
}

.search-container .search-item {
    margin-bottom: 1.25rem
}

.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
}

@media (max-width:30rem) {
    .subpage .tab-content div.pull-right {
        float: none !important
    }

    .subpage .faq-container {
        border-right: none
    }

    .subpage .panel-info .panel-body ul>li>a:hover:after {
        display: none
    }

    .grid-container .column_container .column-body {
        height: auto !important
    }
}

@media (min-width:30rem) and (max-width:47.9375rem) {
    .subpage .product-container .product-img img {
        width: 200%;
        margin-left: -50%
    }

    .grid-container .column.col-1,
    .grid-container .column.col-2,
    .grid-container .column.col-3,
    .grid-container .column.col-4 {
        width: 48%;
        margin-left: 1%
    }
}

@media (min-width:48rem) {
    .subpage article .title {
        font-size: 2.375rem;
        line-height: 2.625rem
    }

    .subpage #main aside .content {
        margin-right: 1.25rem
    }

    .subpage .product-container .product-img img {
        width: 100%;
        margin-left: 0
    }

    .subpage .search-results form input[type=search] {
        width: 60% !important;
        margin-right: 2%
    }

    .subpage .search-results form button {
        width: 30%
    }

    .subpage-with-hero .subpage-hero {
        position: relative;
        min-height: 14.375rem
    }

    .subpage-with-hero .faq-routing {
        position: relative;
        top: -.0625rem
    }

    .subpage-with-hero #main aside {
        margin-top: 0
    }

    .subpage-with-hero #main aside .content {
        margin-right: 0
    }

    .subpage-no-hero .hero-title div {
        padding: 0
    }

    .sub-2023.phase2-hero .hero-img {
        width: 50%
    }

    .sub-2023.phase2-hero .hero-text {
        width: 50%;
        height: 16.4375rem;
        -webkit-box-flex: auto;
        -moz-box-flex: auto;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        gap: 1rem;
        row-gap: 1rem;
        column-gap: 1rem;
        padding: 0 1rem
    }

    .sub-2023.phase2-hero .hero-text_container {
        width: 100%
    }

    .sub-2023.phase2-hero .hero-text_container div {
        text-align: center
    }

    .sub-2023.phase2-hero .hero-text_container_columns div {
        text-align: center
    }
}

@media (max-width:47.9375rem) {
    .subpage-with-hero .subpage-hero {
        min-height: 0
    }

    .subpage-with-hero .subpage-hero-img img {
        display: none
    }

    .subpage-with-hero .subpage-hero .h1,
    .subpage-with-hero .subpage-hero .h2,
    .subpage-with-hero .subpage-hero .h3,
    .subpage-with-hero .subpage-hero .h4,
    .subpage-with-hero .subpage-hero .h5,
    .subpage-with-hero .subpage-hero .h6,
    .subpage-with-hero .subpage-hero h1,
    .subpage-with-hero .subpage-hero h2,
    .subpage-with-hero .subpage-hero h3,
    .subpage-with-hero .subpage-hero h4,
    .subpage-with-hero .subpage-hero h5,
    .subpage-with-hero .subpage-hero h6 {
        color: #fff;
        text-shadow: none
    }

    .subpage aside .faq-routing,
    .subpage aside a {
        display: block
    }

    .subpage aside .m-b.pull-right {
        float: left !important
    }
}

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

    .grid-container .column.col-1,
    .grid-container .column.col-2,
    .grid-container .column.col-3,
    .grid-container .column.col-4 {
        width: 48%;
        margin-left: 1%
    }
}

@media (max-width:61.9375rem) {
    .slider-3x3 .slide {
        pointer-events: auto;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .slider-3x3 .slide,
    .slider-3x3 .slide-image,
    .slider-3x3 .slide-image img,
    .slider-3x3 .slide-overlay,
    .slider-3x3 .slide-overlay-gradient {
        border-radius: .625rem
    }

    .slider-3x3 .slide.slick-current {
        pointer-events: all
    }

    .slider-3x3 .slide.slick-current .slide-overlay:before {
        display: none;
        content: ''
    }

    .slider-3x3 .slide-overlay:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .6);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .slider-3x3 .slick-current .slide-overlay:before {
        display: none
    }

    .table-wrapper {
        margin-top: .625rem;
        margin-bottom: 1.25rem;
        border: .0625rem solid #ccc;
        padding: 1.25rem;
        overflow-x: scroll
    }

    .table-wrapper h5 {
        display: block !important
    }

    .table-wrapper .table {
        width: 100%;
        margin-bottom: 1.125rem
    }
}

@media (min-width:62rem) {
    .slider-3x3 .slick-track {
        width: 100% !important;
        padding: .125rem
    }

    .slider-3x3 .slick-slide {
        margin-top: -.1875rem
    }

    .edit .slider-3x3 .slick-slide {
        width: 33.333333% !important
    }

    .slider-3x3.slides-3 .slick-slide,
    .slider-3x3.slides-6 .slick-slide {
        width: 33.333333% !important
    }

    .slider-3x3.slides-1 .slick-slide {
        margin-left: 25%
    }

    .slider-3x3.slides-1 .slick-slide,
    .slider-3x3.slides-2 .slick-slide,
    .slider-3x3.slides-4 .slick-slide {
        width: 50% !important
    }

    .slider-3x3.slides-5 .slick-slide {
        width: 33.3333333% !important
    }

    .slider-3x3.slides-5 .slick-slide:nth-child(n+4) {
        width: 50% !important
    }

    .grid-container .column.col-4 {
        width: 22%;
        margin-left: 2.33333%
    }

    .grid-container .column.col-3 {
        width: 26%;
        margin-left: 4%
    }

    .grid-container .column.col-2 {
        width: 33%;
        margin-left: 7%
    }

    .grid-container .column.col-1 {
        width: 40%;
        margin-left: 0
    }

    .sub-2023.phase2-hero .hero-text {
        -ms-flex-pack: space-around;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around;
        height: 26.5625rem;
        gap: 1.5rem;
        row-gap: 1.5rem;
        column-gap: 1.5rem;
        padding: 0 5rem 0 1.5rem
    }

    .sub-2023.phase2-hero .hero-text_leftCol,
    .sub-2023.phase2-hero .hero-text_rightCol {
        width: 50%
    }

    .sub-2023.phase2-hero .hero-text_container_columns {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: space-around;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around;
        gap: 1.5rem;
        row-gap: 1.5rem;
        column-gap: 1.5rem
    }
}

@media (min-width:75rem) {
    .grid-container .column.col-4 {
        width: 23%;
        margin-left: 2.33333%
    }

    .grid-container .column.col-3 {
        width: 26%;
        margin-left: 4%
    }

    .grid-container .column.col-2 {
        width: 33%;
        margin-left: 7%
    }

    .grid-container .column.col-1 {
        width: 40%;
        margin-left: 0
    }

    .sub-2023.phase2-hero .hero-text {
        padding: 0 0 0 3.125rem
    }
}

@media (min-width:83.125rem) {
    .sub-2023.phase2-hero .hero-img {
        width: 42%
    }

    .sub-2023.phase2-hero .hero-text {
        width: 58%
    }
}

.banno-location-example-container {
    margin: .3125rem 0 .625rem;
    font-size: .875rem;
    line-height: 1.25rem
}

.banno-location-example-heading {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-weight: 400
}

.banno-location-search-fields {
    margin-bottom: .625rem
}

.banno-location-search-fields .banno-location-search-input {
    margin-bottom: .625rem;
    width: 100% !important;
    margin-right: 0;
    font-size: 1.125rem;
    font-style: italic
}

.banno-location-search-fields #locationSearch {
    margin-bottom: .625rem;
    width: auto
}

.banno-location-results {
    margin: .625rem 0
}

.map {
    position: relative
}

.map .icon {
    position: absolute;
    top: 50%;
    z-index: 10000;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.browse-map {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    z-index: 1002;
    padding: .875rem 4.625rem
}

.map-overlay {
    background: 0 0;
    z-index: 1000;
    cursor: pointer
}

.banno-location-collapse-trigger {
    font-size: 1rem
}

#refineSearch {
    margin-top: .625rem;
    font-size: 1rem
}

.banno-location-atms-list {
    display: none
}

.banno-location-results {
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #007eb4;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif
}

.banno-location-results strong {
    font-weight: 400
}

.banno-location-proximity {
    min-height: 1.125rem;
    box-sizing: border-box;
    padding: .3125rem;
    line-height: 1.125rem;
    background: #fff
}

.banno-location-list-container {
    position: relative
}

.banno-location-list-container:after {
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .25) 0, #fff 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .25) 0, #fff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .25) 0, #fff 100%);
    background-repeat: repeat-x;
    height: 5rem;
    width: 100%;
    bottom: 0
}

table#locationTable {
    border: none;
    height: 49.375rem;
    overflow: scroll;
    display: block !important
}

table#locationTable thead {
    display: none
}

table#locationTable tr {
    background: 0 0 !important
}

table#locationTable tr td {
    border: none;
    border-bottom: .0625rem solid #f3f3f3;
    padding: 1.875rem 0
}

table#locationTable tr td address strong {
    color: #005587;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif;
    font-weight: 400
}

table#locationTable tr td .banno-location-description b {
    color: #005587;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Helvetica, Arial, sans-serif;
    font-weight: 400
}

table#locationTable tr td .banno-location-travel-info {
    margin-top: 2.5rem
}

table#locationTable tr td:first-child {
    text-align: center
}

#map_canvas {
    width: 100%;
    height: 54rem;
    margin-bottom: 1.25rem
}

@media (max-width:47.9375rem) {
    #map_canvas {
        height: 17.5rem
    }
}

@media (max-width:48rem) {
    .banno-location-toggles {
        margin-left: 1.25rem
    }

    table#locationTable tr td .banno-location-description,
    table#locationTable tr td .banno-location-travel-info {
        float: none
    }

    table#locationTable tr td address {
        float: none;
        width: auto
    }

    table#locationTable {
        height: auto
    }
}

@media (min-width:48rem) {
    .banno-location-search-fields .banno-location-search-input {
        width: 60% !important;
        margin-right: 2%
    }

    .banno-location-search-fields #locationSearch {
        width: 30%
    }
}

footer.footer {
    background: #fff;
    padding-top: 3.125rem
}

footer.footer a {
    color: #75716d
}

footer.footer .logotype {
    margin: 0 auto 2.5rem;
    display: block
}

footer.footer .logo {
    width: 9.375rem;
    height: 4.875rem;
    margin: 0 auto
}

footer.footer span.tagline {
    display: block;
    clear: both;
    width: 100%;
    font-weight: 500;
    padding-top: .625rem
}

footer.footer span.tel {
    font-size: .9375rem
}

footer.footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer.footer ul>li {
    display: inline-block
}

footer.footer ul.social-icons {
    margin: 2.5rem 0 1.25rem
}

footer.footer ul.social-icons>li>a {
    display: block;
    margin: 0 .625rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 2rem;
    color: #007eb4;
    text-decoration: none
}

footer.footer ul.social-icons>li>a:hover {
    color: #005587;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

footer.footer ul.banno-menu>li>a {
    display: block;
    padding: .3125rem .625rem;
    color: #75716d
}

footer.footer .copyright {
    padding: 1.875rem 0;
    margin-top: 1.875rem
}

footer.footer .fdic {
    padding: 0 1.25rem
}

footer.footer .ehl-image {
    margin-top: -.125rem
}

.menu-backdrop {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(73, 71, 70, .95);
    z-index: 99
}

.nav-promos-edit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden
}

.nav-promos-edit .nav-promo-edit {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.nav-promos-edit .nav-promo-edit .nav-promo {
    margin: 0 auto;
    outline: 1px solid #d1cfce
}

.edit .nav-promos-edit {
    padding: 25px 0;
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: auto
}

.darken {
    background: #938e89;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    opacity: .6;
    display: none
}

@media (max-width:30rem) {
    footer.footer ul.social-icons>li>a {
        padding: 0 .3125rem
    }

    footer.footer ul.banno-menu>li {
        display: block;
        text-align: center
    }

    footer.footer .copyright {
        padding-bottom: 0
    }

    footer.footer .copyright .copytext {
        display: block
    }

    footer.footer .copyright #scrollTop {
        display: block;
        position: relative !important;
        width: 100%;
        margin-top: 1.25rem;
        background: #005587;
        padding: 1.1875rem 0;
        min-height: 2.9375rem;
        text-align: center
    }

    footer.footer .copyright #scrollTop .scrolltop-arrow {
        margin: 0 auto;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 .375rem .3125rem .375rem;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    footer.footer .copyright #scrollTop:focus,
    footer.footer .copyright #scrollTop:hover {
        background: #00253b
    }
}

@media (min-width:61.9375rem) {
    footer.footer .copyright {
        border-top: .0625rem solid #dcdbda
    }

    footer.footer .copyright #scrollTop {
        display: none
    }
}

@media (max-width:61.9375rem) {
    footer.footer ul.banno-menu>li>a {
        padding: .3125rem;
        font-size: .75rem
    }

    footer.footer .copyright {
        position: relative;
        font-size: 10px;
        border-top: .0625rem solid rgba(117, 113, 109, .25)
    }

    footer.footer .copyright #scrollTop {
        cursor: pointer
    }
}

body.edit .slider-image .slide-overlay {
    display: none
}

body.edit .slider-image .slide-text {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

body.edit .slider-image .slide-text-hover {
    display: block
}

body.edit .home-section-4 .split-container .container-left-inner,
body.edit .home-section-5_inner {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

body.edit .slider.slider-img.slick-initialized.slick-slider img {
    width: 100%
}

body.edit .hero .slider-text .slick-list {
    min-height: 3.125rem
}

body.edit.home-2023 .split-container [data-editable=editable],
body.edit.sub-2023 .split-container [data-editable=editable] {
    min-width: 300px
}

body.edit.home-2023 [data-editable=editable].hero-img_image,
body.edit.sub-2023 [data-editable=editable].hero-img_image {
    min-width: 31.25rem;
    min-height: 23.5rem
}

body.edit.home-2023 .card,
body.edit.sub-2023 .card {
    min-width: 14.375rem
}

body.edit section.section .section-info_about .section-info_about_container {
    min-height: 12.5rem
}

body.edit section.section .section-info_about .section-info_about_container .section-info_about_text .hidden-text {
    opacity: 1
}

body.edit.subpage-no-hero .hero-title,
body.edit.subpage-with-hero .hero-title {
    top: 80%
}

body.edit.subpage .product-container .product-text {
    top: 75%
}

.article--category-ui {
    display: inline-block;
    font-size: .75rem;
    font-weight: 600;
    padding: 4px 15px 6px 15px;
    background-color: #0073ab;
    color: #fff;
    border-radius: 50px
}

.article--date-ui {
    font-size: 10px
}

.article--published-ui {
    text-transform: capitalize
}

@media screen and (max-width:47.9375rem) {
    .article--image {
        margin-bottom: 40px
    }
}

.article--image img {
    border-radius: 20px;
    width: 100%;
    height: auto
}

.article--byline {
    background-color: #000;
    color: #fff;
    padding: 45px 60px
}

.article--byline img {
    margin-bottom: 20px
}

@media screen and (min-width:576px) {
    .article--byline img {
        margin-bottom: 0
    }
}

@media screen and (max-width:575px) {
    .article--byline {
        padding: 25px 40px;
        text-align: center
    }
}

.blogContainer-wrapper {
    padding-top: 60px
}

.blog-sorting {
    margin-top: 30px
}

@media screen and (min-width:48rem) {
    .blog-sorting {
        top: 100%;
        left: 0;
        width: 100%;
        margin-top: 0
    }
}

.blog-sorting__inner {
    background: rgba(240, 240, 240, .6);
    border-radius: 10px;
    color: #444;
    max-width: 434px;
    margin: 0 auto;
    padding: 28px 50px
}

@media screen and (min-width:48rem) {
    .blog-sorting__inner {
        padding: 38px 56px 50px 56px
    }
}

.blog-sorting__inner #blogSearch {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    height: 0
}

.blog-sorting__inner label {
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px
}

.blog-sorting__inner .edit .article--controls--group,
.blog-sorting__inner .edit .related-article--controls .blog--cms-dialog--buttons,
.blog-sorting__inner .form-group,
.edit .blog-sorting__inner .article--controls--group,
.edit .related-article--controls .blog-sorting__inner .blog--cms-dialog--buttons {
    margin: 0
}

.blog-sorting__inner input {
    padding-right: 60px
}

.blog-sorting__inner button[type=submit] {
    position: absolute;
    top: 50%;
    right: 15px;
    background-color: transparent;
    border: 0;
    line-height: 1;
    padding: 5px;
    transform: translateY(-50%);
    font-size: 0;
    transition: all .3s ease-in-out
}

.blog-sorting__inner button[type=submit] svg {
    width: 16px;
    height: 16px
}

.blog-sorting__inner button[type=submit]:focus,
.blog-sorting__inner button[type=submit]:hover {
    transform: translateY(-50%) scale(1.1)
}

.blog-sorting__inner #resetSearch {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: 0;
    font-size: 10px
}

.blog-sorting__inner #resetSearch svg {
    width: 16px;
    height: 16px;
    margin-top: -4px;
    margin-right: 5px
}

.banno-location-search-fields .blog-sorting__inner .banno-location-search-input,
.blog-sorting__inner .banno-location-search-fields .banno-location-search-input,
.blog-sorting__inner .form-container .b-captcha-answer .b-captcha-answer-input,
.blog-sorting__inner .form-control,
.form-container .b-captcha-answer .blog-sorting__inner .b-captcha-answer-input {
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 500;
    border-color: #474747
}

.banno-location-search-fields .blog-sorting__inner .banno-location-search-input:placeholder,
.blog-sorting__inner .banno-location-search-fields .banno-location-search-input:placeholder,
.blog-sorting__inner .form-container .b-captcha-answer .b-captcha-answer-input:placeholder,
.blog-sorting__inner .form-control:placeholder,
.form-container .b-captcha-answer .blog-sorting__inner .b-captcha-answer-input:placeholder {
    color: #444
}

.blog-sorting__inner .styled-select select option {
    color: #000
}

.blog-sorting__inner .styled-select:after {
    border-top-color: #fff
}

.blog--content {
    display: none;
    position: relative;
    margin-bottom: 40px
}

.blog--content.blog--initial {
    display: block
}

.blog--content:focus .blog--image:after,
.blog--content:hover .blog--image:after {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 20px
}

.blog--featured-container .blog--content {
    display: block
}

.blog .sub-blog {
    border-radius: 20px
}

@media screen and (max-width:47.9375rem) {
    .blog .sub-blog {
        max-width: 390px;
        position: relative;
        margin-left: auto;
        margin-right: auto
    }
}

.blog--image {
    position: relative;
    display: block;
    border-radius: 20px
}

.blog--image img {
    width: 100%;
    aspect-ratio: 35/47;
    object-fit: cover;
    border-radius: 20px
}

.blog--image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    transition: all .3s ease-in-out;
    background-color: rgba(0, 0, 0, 0)
}

.blog--text {
    position: absolute;
    bottom: 15px;
    left: 27px;
    right: 27px;
    padding: 30px 15px 20px 15px;
    background-color: #f0f0f0;
    z-index: 2;
    border-radius: 20px;
    min-height: 175px
}

.blog--text a {
    font-size: .875rem;
    color: #444
}

.blog--title {
    font-size: 1.3125rem !important;
    font-weight: 700 !important;
    color: #005587 !important
}

.blog--category {
    position: absolute;
    top: 0;
    left: 15px;
    border-radius: 50px;
    transform: translateY(-50%);
    font-size: .75rem;
    font-weight: 600;
    padding: 4px 15px 6px 15px;
    background-color: #0073ab;
    color: #fff
}

.blog--date {
    display: none
}

.blog--excerpt {
    font-size: .875rem
}

.cms-only {
    display: none
}

.edit .blog--initial {
    display: block
}

.edit .cms-only {
    display: block
}

.edit.article [data-editable=editable].article--body,
.edit.article [data-editable=editable].article--excerpt {
    padding: 10px
}

.edit .article--image {
    position: relative
}

.edit .article--controls--dialog {
    padding: 40px;
    position: relative;
    overflow: hidden;
    border: 2px solid #79141f
}

.edit .article--controls--dialog .big,
.edit .article--controls--dialog .h4,
.edit .article--controls--dialog svg {
    color: #79141f
}

.edit .article--controls--header {
    display: flex;
    padding-bottom: 20px;
    width: 100%
}

.edit .article--controls--header .h4 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0
}

.edit .article--controls--header svg {
    width: 20px;
    height: 20px
}

.edit .article--controls--group {
    border-right: 1px solid #eee
}

.edit .article--controls--group:last-child {
    border-right: 0
}

.edit .article--controls--group.unavailable {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden
}

.edit .article--controls--loading {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #79141f;
    color: #fff;
    top: 0;
    right: 0;
    left: 0;
    transition: all .2s
}

.edit .article--controls--loading svg {
    color: #fff;
    width: 40px;
    height: 40px;
    animation-name: loading;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.edit .article--controls--loading.loaded {
    opacity: 0;
    height: 0 !important;
    transition: all .2s
}

.edit .article--controls--loading.loaded svg {
    animation-name: loading;
    animation-duration: 0s;
    animation-iteration-count: 0;
    animation-timing-function: linear
}

@keyframes loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.edit .blog--cms-tip {
    border: 2px solid #79141f
}

.edit .blog--cms-tip:before,
.edit .blog--cms-tip:focus:before {
    display: block;
    width: 100%;
    text-align: left;
    position: unset !important;
    top: -26px;
    left: 0;
    color: #fff;
    padding: 3px 9px;
    background-color: #79141f;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: auto;
    text-transform: none;
    height: auto;
    opacity: 1;
    margin-bottom: 10px;
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important
}

.edit .blog--cms-tip.blog--container::before {
    content: 'GENERATED BLOG CONTENT | Any content placed here will be overwritten when loading articles.'
}

.edit .blog--cms-tip.blog--featured-container::before {
    content: 'GENERATED FEATURED BLOG CONTENT | Any content placed here will be overwritten when loading articles.'
}

.edit .blog--cms-tip.blog--sidebar::before {
    content: 'GENERATED BLOG CATEGORIES'
}

.edit .blog--cms-tip.blog--archived::before {
    content: 'GENERATED BLOG ARCHIVE CONTENT | Any content placed here will be overwritten when loading articles.'
}

.edit .blog--cms-tip.article--image::before {
    content: 'IMAGE | Required for Blog Previews. Recommended dimensions: 317x424'
}

.edit .blog--cms-tip.article--category::before {
    content: 'CATEGORY | Required for Blog Previews and Sorting'
}

.edit .blog--cms-tip.article--date::before {
    content: 'DATE | Required for Blog Previews and Sorting. MM/DD/YYYY Format Required'
}

.edit .blog--cms-tip.article--read-time::before {
    content: 'READ TIME | Optional for Blog Previews. Include unit of time (Example: 3 Minutes)'
}

.edit .blog--cms-tip.article--excerpt::before {
    content: 'EXCERPT | Required for Blog Previews. Limited to 85 characters.'
}

.edit .blog--cms-tip.article--body::before {
    content: 'BODY | Article body.'
}

.edit .blog--cms-tip.article--author--name::before {
    content: 'AUTHOR NAME | Optional. Can show in Blog Previews.'
}

.edit .blog--cms-tip.article--author--bio::before {
    content: 'BYLINE | Optional'
}

.edit .blog--cms-tip.article--author--image::before {
    content: 'AUTHOR IMAGE | Optional'
}

.edit .blog--cms-tip.blog--related-articles-container {
    margin-top: 90px
}

.edit .blog--cms-tip.blog--related-articles-container::before {
    content: 'GENERATED BLOG CONTENT'
}

.edit .blog--cms-dialog,
.edit .related-article--controls {
    width: 100%;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px
}

.edit .blog--cms-dialog--icon svg,
.edit .related-article--controls--icon svg {
    width: 20px;
    height: 20px
}

.edit .blog--cms-dialog .blog--cms-dialog--helper-text .red,
.edit .blog--cms-dialog .related-article--cms-dialog--helper-text .red,
.edit .related-article--controls .blog--cms-dialog--helper-text .red,
.edit .related-article--controls .related-article--cms-dialog--helper-text .red {
    color: #841422;
    padding-bottom: 40px
}

.edit .blog--cms-dialog .blog--cms-dialog--helper-text .green,
.edit .blog--cms-dialog .related-article--cms-dialog--helper-text .green,
.edit .related-article--controls .blog--cms-dialog--helper-text .green,
.edit .related-article--controls .related-article--cms-dialog--helper-text .green {
    color: #425d18;
    padding-bottom: 40px
}

.edit .blog--cms-dialog .blog--cms-dialog--top,
.edit .related-article--controls .blog--cms-dialog--top {
    display: flex;
    align-items: center
}

.edit .blog--cms-dialog .article--controls--header,
.edit .blog--cms-dialog .blog--cms-dialog--header,
.edit .blog--cms-dialog .blog--cms-dialog--icon,
.edit .related-article--controls .article--controls--header,
.edit .related-article--controls .blog--cms-dialog--header,
.edit .related-article--controls .blog--cms-dialog--icon {
    color: #79141f;
    margin-right: 5px;
    font-weight: 700
}

.edit .blog--cms-dialog .article--controls--header p,
.edit .blog--cms-dialog .blog--cms-dialog--header p,
.edit .blog--cms-dialog .blog--cms-dialog--icon p,
.edit .related-article--controls .article--controls--header p,
.edit .related-article--controls .blog--cms-dialog--header p,
.edit .related-article--controls .blog--cms-dialog--icon p {
    margin-bottom: 0
}

.edit .blog--cms-dialog fieldset,
.edit .related-article--controls fieldset {
    border: 0;
    padding-left: 20px !important
}

.edit .blog--cms-dialog fieldset legend,
.edit .related-article--controls fieldset legend {
    color: #79141f;
    padding-left: 0
}

.edit .blog--cms-dialog #load-related-categories,
.edit .related-article--controls #load-related-categories {
    padding: 1px 8px !important;
    border-radius: 50px !important;
    background-color: #fff !important;
    border: 2px solid #79141f !important;
    color: #79141f !important;
    box-shadow: none
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons,
.edit .related-article--controls .blog--cms-dialog--buttons {
    width: 100%
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn {
    padding: 10px 20px;
    border-radius: 50px !important
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn svg,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn svg {
    color: #fff
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn#load-articles,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn#load-articles:focus,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn#load-articles:hover,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn#load-related-articles,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn#load-related-articles:focus,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn#load-related-articles:hover,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn#load-articles,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn#load-articles:focus,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn#load-articles:hover,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn#load-related-articles,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn#load-related-articles:focus,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn#load-related-articles:hover {
    background-color: #79141f;
    border: 2px solid #79141f;
    color: #fff;
    box-shadow: none;
    margin-right: 10px
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn#load-related-articles,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn#load-related-articles {
    margin-left: 20px
}

.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn#close-load-articles,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn#close-load-articles:focus,
.edit .blog--cms-dialog .blog--cms-dialog--buttons button.blog--cms-dialog-btn#close-load-articles:hover,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn#close-load-articles,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn#close-load-articles:focus,
.edit .related-article--controls .blog--cms-dialog--buttons button.blog--cms-dialog-btn#close-load-articles:hover {
    background-color: #fff;
    border: 2px solid #79141f;
    color: #79141f;
    box-shadow: none
}

.edit .related-article--alert {
    padding-bottom: 0 !important
}

.edit .related-article--controls .article--controls--dialog {
    position: relative;
    overflow: hidden;
    border: 0;
    padding: 0
}

.edit .related-article--controls .blog--cms-dialog--buttons {
    padding-top: 13px
}

@media screen and (min-width:62rem) {
    .edit .related-article--controls .blog--cms-dialog--buttons {
        flex: 1
    }
}

.w-100 {
    width: 100%
}

.text-center {
    text-align: center
}

.pt-8 {
    padding-top: 80px
}

.py-4 {
    padding-top: 40px;
    padding-bottom: 40px
}

.pb-4 {
    padding-bottom: 40px
}

.mb-0 {
    margin-bottom: 0
}

.mb-2 {
    margin-bottom: 20px
}

.mt-1 {
    margin-top: 10px
}

@media screen and (min-width:62rem) {
    .mb-md-0 {
        margin-bottom: 0
    }
}

.d-none {
    display: none
}

.blog-article-hero h1.title,
.blog-hero h1.title {
    line-height: 130%
}

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

    .blog-article-hero h1.title,
    .blog-hero h1.title {
        font-size: 2.625rem
    }
}

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

    .blog-article-hero h1.title,
    .blog-hero h1.title {
        font-size: 2rem
    }
}

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

    .blog-article-hero h1.title,
    .blog-hero h1.title {
        font-size: 2.625rem
    }
}

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

    .blog-article-hero h1.title,
    .blog-hero h1.title {
        font-size: 3rem
    }
}

.blog-hero .hero-text {
    flex-direction: column
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .blog-hero .hero-text {
        width: 45% !important
    }
}

.blog-hero .hero-text .content {
    font-weight: 500
}

@media screen and (max-width:47.9375rem) {
    .blog-hero .hero-text .content {
        font-size: 1.25rem
    }

    .blog-hero .hero-text .content div,
    .blog-hero .hero-text .content p {
        font-size: 1.25rem
    }
}

@media screen and (min-width:48rem) and (max-width:61.9375rem) {
    .blog-hero .hero-text .content {
        font-size: 1.125rem
    }

    .blog-hero .hero-text .content div,
    .blog-hero .hero-text .content p {
        font-size: 1.125rem
    }
}

@media screen and (min-width:62rem) and (max-width:74.9375rem) {
    .blog-hero .hero-text .content {
        font-size: 1.25rem
    }

    .blog-hero .hero-text .content div,
    .blog-hero .hero-text .content p {
        font-size: 1.25rem
    }
}

@media screen and (min-width:75rem) {
    .blog-hero .hero-text .content {
        font-size: 1.5rem
    }

    .blog-hero .hero-text .content div,
    .blog-hero .hero-text .content p {
        font-size: 1.5rem
    }
}

.blog-article-hero .hero {
    height: auto;
    min-height: 0;
    display: block;
    position: static
}

.blog-article-hero .hero>.container {
    padding-top: 80px;
    padding-bottom: 80px
}

@media screen and (min-width:30rem) {
    .blog-article-hero .hero>.container>.row {
        display: flex;
        align-content: stretch;
        flex-wrap: wrap
    }
}

.blog-article-hero .hero .hero-text {
    width: auto;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.manual-eq-height {
    display: flex;
    align-content: stretch;
    flex-wrap: wrap
}

.sprite-account-finderone,
.sprite-after-account-finderone:after,
.sprite-before-account-finderone:before {
    background-image: url(../img/sprite.png);
    background-position: 0 0;
    width: 121px;
    height: 4px
}

.sprite-account-finderthree,
.sprite-after-account-finderthree:after,
.sprite-before-account-finderthree:before {
    background-image: url(../img/sprite.png);
    background-position: 0 -6px;
    width: 121px;
    height: 4px
}

.sprite-account-findertwo,
.sprite-after-account-findertwo:after,
.sprite-before-account-findertwo:before {
    background-image: url(../img/sprite.png);
    background-position: 0 -12px;
    width: 121px;
    height: 4px
}

.sprite-after-checkbox-empty:after,
.sprite-before-checkbox-empty:before,
.sprite-checkbox-empty {
    background-image: url(../img/sprite.png);
    background-position: -50px -18px;
    width: 17px;
    height: 17px
}

.sprite-after-checkbox-filled:after,
.sprite-before-checkbox-filled:before,
.sprite-checkbox-filled {
    background-image: url(../img/sprite.png);
    background-position: -69px -18px;
    width: 17px;
    height: 17px
}

.sprite-after-envelope:after,
.sprite-before-envelope:before,
.sprite-envelope {
    background-image: url(../img/sprite.png);
    background-position: -24px -18px;
    width: 24px;
    height: 17px
}

.sprite-after-phone:after,
.sprite-before-phone:before,
.sprite-phone {
    background-image: url(../img/sprite.png);
    background-position: 0 -18px;
    width: 22px;
    height: 22px
}

.sprite-after-search:after,
.sprite-before-search:before,
.sprite-search {
    background-image: url(../img/sprite.png);
    background-position: -88px -18px;
    width: 13px;
    height: 13px
}

.sprite-after-searchgrey:after,
.sprite-before-searchgrey:before,
.sprite-searchgrey {
    background-image: url(../img/sprite.png);
    background-position: -103px -18px;
    width: 13px;
    height: 13px
}

.sprite-after-selectarrow:after,
.sprite-before-selectarrow:before,
.sprite-selectarrow {
    background-image: url(../img/sprite.png);
    background-position: 0 -42px;
    width: 11px;
    height: 6px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {

    .sprite-account-finderone,
    .sprite-after-account-finderone:after,
    .sprite-before-account-finderone:before {
        background-image: url(../img/sprites-2x.png);
        background-size: 121px 48px
    }

    .sprite-account-finderthree,
    .sprite-after-account-finderthree:after,
    .sprite-before-account-finderthree:before {
        background-image: url(../img/sprites-2x.png);
        background-size: 121px 48px
    }

    .sprite-account-findertwo,
    .sprite-after-account-findertwo:after,
    .sprite-before-account-findertwo:before {
        background-image: url(../img/sprites-2x.png);
        background-size: 121px 48px
    }

    .sprite-after-checkbox-empty:after,
    .sprite-before-checkbox-empty:before,
    .sprite-checkbox-empty {
        background-image: url(../img/sprites-2x.png);
        background-size: 121px 48px
    }

    .sprite-after-checkbox-filled:after,
    .sprite-before-checkbox-filled:before,
    .sprite-checkbox-filled {
        background-image: url(../img/sprites-2x.png);
        background-size: 121px 48px
    }

    .sprite-after-envelope:after,
    .sprite-before-envelope:before,
    .sprite-envelope {
        background-image: url(../img/sprites-2x.png);
        background-size: 121px 48px
    }

    .sprite-after-phone:after,
    .sprite-before-phone:before,
    .sprite-phone {
        background-image: url(../img/sprites-2x.png);
        background-size: 121px 48px
    }

    .sprite-after-search:after,
    .sprite-before-search:before,
    .sprite-search {
        background-image: url(../img/sprites-2x.png);
        background-size: 121px 48px
    }

    .sprite-after-searchgrey:after,
    .sprite-before-searchgrey:before,
    .sprite-searchgrey {
        background-image: url(../img/sprites-2x.png);
        background-size: 121px 48px
    }

    .sprite-after-selectarrow:after,
    .sprite-before-selectarrow:before,
    .sprite-selectarrow {
        background-image: url(../img/sprites-2x.png);
        background-size: 121px 48px
    }
}

.accessibility .accessibility-link {
    color: #4d4d4d;
    font-size: .625rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: .75rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.accessibility .accessibility-link::after,
.accessibility .accessibility-link::before {
    content: '';
    position: absolute;
    top: 50%;
    background-size: 2.9375rem auto;
    width: 2.9375rem;
    height: 2.0625rem;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.accessibility .accessibility-link::before {
    background-image: url(/assets/img/ada-static.svg);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.accessibility .accessibility-link::after {
    background-image: url(/assets/img/ada-hover.svg);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.accessibility .accessibility-link:hover::before {
    opacity: 0;
    visibility: hidden
}

.accessibility .accessibility-link:hover::after {
    opacity: 1;
    visibility: visible
}

.accessibility .accessibility-link:hover .accessibility-text {
    text-decoration: underline
}

.accessibility.footer {
    width: 100%;
    background-color: #eee;
    border-top: .0625rem solid #75716d;
    padding: .5rem 0
}

.accessibility.footer .accessibility-link {
    position: relative;
    color: #4d4d4d;
    padding-left: 4.0625rem;
    display: inline-block
}

.accessibility.footer .accessibility-link::after,
.accessibility.footer .accessibility-link::before {
    left: 0
}

.accessibility.footer .accessibility-link .accessibility-text {
    display: inline-block;
    line-height: 1.25rem
}

.accessibility.footer .accessibility-link:hover {
    padding-left: 4.375rem;
    -webkit-transition: padding-left .3s ease-in-out;
    -o-transition: padding-left .3s ease-in-out;
    transition: padding-left .3s ease-in-out
}

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

.hidden-compliance {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.hidden-compliance:focus {
    background-color: #007eb4;
    color: #fff;
    top: 16px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 20px;
    margin: 0;
    clip: auto;
    display: block;
    z-index: 1000000
}

.hidden-compliance:focus a {
    color: #fff
}

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