@media print {
    *,
    :after,
    :before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

body {
    margin: 0;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

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

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0170bc;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #004986;
    text-decoration: none
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: HCo Gotham SSm, Verdana, Geneva, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #e4e4e4
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

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

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

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

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014   \A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 544px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 724px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 964px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1144px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

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

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8d7ec
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a4cce7
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-digital-black,
.table-digital-black>td,
.table-digital-black>th {
    background-color: #c6c6c6
}

.table-hover .table-digital-black:hover,
.table-hover .table-digital-black:hover>td,
.table-hover .table-digital-black:hover>th {
    background-color: #b9b9b9
}

.table-gray-60,
.table-gray-60>td,
.table-gray-60>th {
    background-color: #cecece
}

.table-hover .table-gray-60:hover,
.table-hover .table-gray-60:hover>td,
.table-hover .table-gray-60:hover>th {
    background-color: #c1c1c1
}

.table-gray-40,
.table-gray-40>td,
.table-gray-40>th {
    background-color: #e1e1e2
}

.table-hover .table-gray-40:hover,
.table-hover .table-gray-40:hover>td,
.table-hover .table-gray-40:hover>th {
    background-color: #d4d4d5
}

.table-gray-15,
.table-gray-15>td,
.table-gray-15>th {
    background-color: #f4f4f4
}

.table-hover .table-gray-15:hover,
.table-hover .table-gray-15:hover>td,
.table-hover .table-gray-15:hover>th {
    background-color: #e7e7e7
}

.table-gray-05,
.table-gray-05>td,
.table-gray-05>th {
    background-color: #f7f7f7
}

.table-hover .table-gray-05:hover,
.table-hover .table-gray-05:hover>td,
.table-hover .table-gray-05:hover>th {
    background-color: #eaeaea
}

.table-gray-01,
.table-gray-01>td,
.table-gray-01>th {
    background-color: #fdfdfd
}

.table-hover .table-gray-01:hover,
.table-hover .table-gray-01:hover>td,
.table-hover .table-gray-01:hover>th {
    background-color: #f0f0f0
}

.table-white,
.table-white>td,
.table-white>th {
    background-color: #fff
}

.table-hover .table-white:hover,
.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
    background-color: #f2f2f2
}

.table-digital-blue,
.table-digital-blue>td,
.table-digital-blue>th {
    background-color: #b8d7ec
}

.table-hover .table-digital-blue:hover,
.table-hover .table-digital-blue:hover>td,
.table-hover .table-digital-blue:hover>th {
    background-color: #a4cce7
}

.table-digital-blue-10,
.table-digital-blue-10>td,
.table-digital-blue-10>th {
    background-color: #f8fbfd
}

.table-hover .table-digital-blue-10:hover,
.table-hover .table-digital-blue-10:hover>td,
.table-hover .table-digital-blue-10:hover>th {
    background-color: #e4f0f7
}

.table-cigna-blue-dark,
.table-cigna-blue-dark>td,
.table-cigna-blue-dark>th {
    background-color: #b8ccdd
}

.table-hover .table-cigna-blue-dark:hover,
.table-hover .table-cigna-blue-dark:hover>td,
.table-hover .table-cigna-blue-dark:hover>th {
    background-color: #a7c0d5
}

.table-cigna-blue-light,
.table-cigna-blue-light>td,
.table-cigna-blue-light>th {
    background-color: #b8e7f6
}

.table-hover .table-cigna-blue-light:hover,
.table-hover .table-cigna-blue-light:hover>td,
.table-hover .table-cigna-blue-light:hover>th {
    background-color: #a1dff3
}

.table-digital-green,
.table-digital-green>td,
.table-digital-green>th {
    background-color: #bcddb8
}

.table-hover .table-digital-green:hover,
.table-hover .table-digital-green:hover>td,
.table-hover .table-digital-green:hover>th {
    background-color: #acd5a7
}

.table-digital-green-10,
.table-digital-green-10>td,
.table-digital-green-10>th {
    background-color: #f8fbf8
}

.table-hover .table-digital-green-10:hover,
.table-hover .table-digital-green-10:hover>td,
.table-hover .table-digital-green-10:hover>th {
    background-color: #e8f2e8
}

.table-cigna-orange-logo,
.table-cigna-orange-logo>td,
.table-cigna-orange-logo>th {
    background-color: #fcddc1
}

.table-hover .table-cigna-orange-logo:hover,
.table-hover .table-cigna-orange-logo:hover>td,
.table-hover .table-cigna-orange-logo:hover>th {
    background-color: #fbd0a9
}

.table-cigna-orange-dark,
.table-cigna-orange-dark>td,
.table-cigna-orange-dark>th {
    background-color: #f7cfb9
}

.table-hover .table-cigna-orange-dark:hover,
.table-hover .table-cigna-orange-dark:hover>td,
.table-hover .table-cigna-orange-dark:hover>th {
    background-color: #f4bfa2
}

.table-cigna-orange-light-20,
.table-cigna-orange-light-20>td,
.table-cigna-orange-light-20>th {
    background-color: #fefbf4
}

.table-hover .table-cigna-orange-light-20:hover,
.table-hover .table-cigna-orange-light-20:hover>td,
.table-hover .table-cigna-orange-light-20:hover>th {
    background-color: #fcf3dd
}

.table-digital-red,
.table-digital-red>td,
.table-digital-red>th {
    background-color: #f1b8b8
}

.table-hover .table-digital-red:hover,
.table-hover .table-digital-red:hover>td,
.table-hover .table-digital-red:hover>th {
    background-color: #eda3a3
}

.table-digital-red-10,
.table-digital-red-10>td,
.table-digital-red-10>th {
    background-color: #fff7f7
}

.table-hover .table-digital-red-10:hover,
.table-hover .table-digital-red-10:hover>td,
.table-hover .table-digital-red-10:hover>th {
    background-color: #ffdede
}

.table-digital-purple,
.table-digital-purple>td,
.table-digital-purple>th {
    background-color: #dbb8db
}

.table-hover .table-digital-purple:hover,
.table-hover .table-digital-purple:hover>td,
.table-hover .table-digital-purple:hover>th {
    background-color: #d2a7d2
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

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

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3fb0fe;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(1, 112, 188, .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #333;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

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

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label:after,
.was-validated .custom-file-input:valid~.custom-file-label:after {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label:after,
.was-validated .custom-file-input:invalid~.custom-file-label:after {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(1, 112, 188, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

/*
.btn-primary {
    border-color: #0170bc
}

.btn-primary:hover {
    background-color: #015996;
    border-color: #015289
}
*/

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 112, 188, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0170bc;
    border-color: #0170bc
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #015289;
    border-color: #014a7d
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 112, 188, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-digital-black {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-digital-black:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a
}

.btn-digital-black.focus,
.btn-digital-black:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-digital-black.disabled,
.btn-digital-black:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-digital-black:not(:disabled):not(.disabled).active,
.btn-digital-black:not(:disabled):not(.disabled):active,
.show>.btn-digital-black.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313
}

.btn-digital-black:not(:disabled):not(.disabled).active:focus,
.btn-digital-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-digital-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-gray-60 {
    color: #fff;
    background-color: #505050;
    border-color: #505050
}

.btn-gray-60:hover {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #373737
}

.btn-gray-60.focus,
.btn-gray-60:focus {
    box-shadow: 0 0 0 .2rem rgba(80, 80, 80, .5)
}

.btn-gray-60.disabled,
.btn-gray-60:disabled {
    color: #fff;
    background-color: #505050;
    border-color: #505050
}

.btn-gray-60:not(:disabled):not(.disabled).active,
.btn-gray-60:not(:disabled):not(.disabled):active,
.show>.btn-gray-60.dropdown-toggle {
    color: #fff;
    background-color: #373737;
    border-color: #303030
}

.btn-gray-60:not(:disabled):not(.disabled).active:focus,
.btn-gray-60:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-60.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(80, 80, 80, .5)
}

.btn-gray-40 {
    color: #fff;
    background-color: #939496;
    border-color: #939496
}

.btn-gray-40:hover {
    color: #fff;
    background-color: #808183;
    border-color: #797a7d
}

.btn-gray-40.focus,
.btn-gray-40:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 1%, 58%, .5)
}

.btn-gray-40.disabled,
.btn-gray-40:disabled {
    color: #fff;
    background-color: #939496;
    border-color: #939496
}

.btn-gray-40:not(:disabled):not(.disabled).active,
.btn-gray-40:not(:disabled):not(.disabled):active,
.show>.btn-gray-40.dropdown-toggle {
    color: #fff;
    background-color: #797a7d;
    border-color: #737476
}

.btn-gray-40:not(:disabled):not(.disabled).active:focus,
.btn-gray-40:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-40.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 1%, 58%, .5)
}

.btn-gray-15 {
    color: #212529;
    background-color: #d9d9d9;
    border-color: #d9d9d9
}

.btn-gray-15:hover {
    color: #212529;
    background-color: #c6c6c6;
    border-color: silver
}

.btn-gray-15.focus,
.btn-gray-15:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 85%, .5)
}

.btn-gray-15.disabled,
.btn-gray-15:disabled {
    color: #212529;
    background-color: #d9d9d9;
    border-color: #d9d9d9
}

.btn-gray-15:not(:disabled):not(.disabled).active,
.btn-gray-15:not(:disabled):not(.disabled):active,
.show>.btn-gray-15.dropdown-toggle {
    color: #212529;
    background-color: silver;
    border-color: #b9b9b9
}

.btn-gray-15:not(:disabled):not(.disabled).active:focus,
.btn-gray-15:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-15.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 85%, .5)
}

.btn-gray-05 {
    color: #212529;
    background-color: #e4e4e4;
    border-color: #e4e4e4
}

.btn-gray-05:hover {
    color: #212529;
    background-color: #d1d1d1;
    border-color: #cbcbcb
}

.btn-gray-05.focus,
.btn-gray-05:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 89%, .5)
}

.btn-gray-05.disabled,
.btn-gray-05:disabled {
    color: #212529;
    background-color: #e4e4e4;
    border-color: #e4e4e4
}

.btn-gray-05:not(:disabled):not(.disabled).active,
.btn-gray-05:not(:disabled):not(.disabled):active,
.show>.btn-gray-05.dropdown-toggle {
    color: #212529;
    background-color: #cbcbcb;
    border-color: #c4c4c4
}

.btn-gray-05:not(:disabled):not(.disabled).active:focus,
.btn-gray-05:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-05.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 89%, .5)
}

.btn-gray-01 {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8
}

.btn-gray-01:hover {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #dfdfdf
}

.btn-gray-01.focus,
.btn-gray-01:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 97%, .5)
}

.btn-gray-01.disabled,
.btn-gray-01:disabled {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8
}

.btn-gray-01:not(:disabled):not(.disabled).active,
.btn-gray-01:not(:disabled):not(.disabled):active,
.show>.btn-gray-01.dropdown-toggle {
    color: #212529;
    background-color: #dfdfdf;
    border-color: #d8d8d8
}

.btn-gray-01:not(:disabled):not(.disabled).active:focus,
.btn-gray-01:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray-01.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 97%, .5)
}

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white.focus,
.btn-white:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-white.disabled,
.btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-digital-blue {
    color: #fff;
    background-color: #0170bc;
    border-color: #0170bc
}

.btn-digital-blue:hover {
    color: #fff;
    background-color: #015996;
    border-color: #015289
}

.btn-digital-blue.focus,
.btn-digital-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 112, 188, .5)
}

.btn-digital-blue.disabled,
.btn-digital-blue:disabled {
    color: #fff;
    background-color: #0170bc;
    border-color: #0170bc
}

.btn-digital-blue:not(:disabled):not(.disabled).active,
.btn-digital-blue:not(:disabled):not(.disabled):active,
.show>.btn-digital-blue.dropdown-toggle {
    color: #fff;
    background-color: #015289;
    border-color: #014a7d
}

.btn-digital-blue:not(:disabled):not(.disabled).active:focus,
.btn-digital-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-digital-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 112, 188, .5)
}

.btn-digital-blue-10 {
    color: #212529;
    background-color: #e6f1f8;
    border-color: #e6f1f8
}

.btn-digital-blue-10:hover {
    color: #212529;
    background-color: #c8e0f0;
    border-color: #bedbed
}

.btn-digital-blue-10.focus,
.btn-digital-blue-10:focus {
    box-shadow: 0 0 0 .2rem rgba(230, 241, 248, .5)
}

.btn-digital-blue-10.disabled,
.btn-digital-blue-10:disabled {
    color: #212529;
    background-color: #e6f1f8;
    border-color: #e6f1f8
}

.btn-digital-blue-10:not(:disabled):not(.disabled).active,
.btn-digital-blue-10:not(:disabled):not(.disabled):active,
.show>.btn-digital-blue-10.dropdown-toggle {
    color: #212529;
    background-color: #bedbed;
    border-color: #b4d5ea
}

.btn-digital-blue-10:not(:disabled):not(.disabled).active:focus,
.btn-digital-blue-10:not(:disabled):not(.disabled):active:focus,
.show>.btn-digital-blue-10.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(230, 241, 248, .5)
}

.btn-cigna-blue-dark {
    color: #fff;
    background-color: #004986;
    border-color: #004986
}

.btn-cigna-blue-dark:hover {
    color: #fff;
    background-color: #003460;
    border-color: #002d53
}

.btn-cigna-blue-dark.focus,
.btn-cigna-blue-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 73, 134, .5)
}

.btn-cigna-blue-dark.disabled,
.btn-cigna-blue-dark:disabled {
    color: #fff;
    background-color: #004986;
    border-color: #004986
}

.btn-cigna-blue-dark:not(:disabled):not(.disabled).active,
.btn-cigna-blue-dark:not(:disabled):not(.disabled):active,
.show>.btn-cigna-blue-dark.dropdown-toggle {
    color: #fff;
    background-color: #002d53;
    border-color: #002646
}

.btn-cigna-blue-dark:not(:disabled):not(.disabled).active:focus,
.btn-cigna-blue-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-cigna-blue-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 73, 134, .5)
}

.btn-cigna-blue-light {
    color: #fff;
    background-color: #00a9e0;
    border-color: #00a9e0
}

.btn-cigna-blue-light:hover {
    color: #fff;
    background-color: #008cba;
    border-color: #0083ad
}

.btn-cigna-blue-light.focus,
.btn-cigna-blue-light:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 169, 224, .5)
}

.btn-cigna-blue-light.disabled,
.btn-cigna-blue-light:disabled {
    color: #fff;
    background-color: #00a9e0;
    border-color: #00a9e0
}

.btn-cigna-blue-light:not(:disabled):not(.disabled).active,
.btn-cigna-blue-light:not(:disabled):not(.disabled):active,
.show>.btn-cigna-blue-light.dropdown-toggle {
    color: #fff;
    background-color: #0083ad;
    border-color: #0079a0
}

.btn-cigna-blue-light:not(:disabled):not(.disabled).active:focus,
.btn-cigna-blue-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-cigna-blue-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 169, 224, .5)
}

.btn-digital-green {
    color: #fff;
    background-color: #118503;
    border-color: #118503
}

.btn-digital-green:hover {
    color: #fff;
    background-color: #0c6002;
    border-color: #0b5302
}

.btn-digital-green.focus,
.btn-digital-green:focus {
    box-shadow: 0 0 0 .2rem rgba(17, 133, 3, .5)
}

.btn-digital-green.disabled,
.btn-digital-green:disabled {
    color: #fff;
    background-color: #118503;
    border-color: #118503
}

.btn-digital-green:not(:disabled):not(.disabled).active,
.btn-digital-green:not(:disabled):not(.disabled):active,
.show>.btn-digital-green.dropdown-toggle {
    color: #fff;
    background-color: #0b5302;
    border-color: #094702
}

.btn-digital-green:not(:disabled):not(.disabled).active:focus,
.btn-digital-green:not(:disabled):not(.disabled):active:focus,
.show>.btn-digital-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(17, 133, 3, .5)
}

.btn-digital-green-10 {
    color: #212529;
    background-color: #e7f2e5;
    border-color: #e7f2e5
}

.btn-digital-green-10:hover {
    color: #212529;
    background-color: #cfe5cc;
    border-color: #c8e1c3
}

.btn-digital-green-10.focus,
.btn-digital-green-10:focus {
    box-shadow: 0 0 0 .2rem rgba(231, 242, 229, .5)
}

.btn-digital-green-10.disabled,
.btn-digital-green-10:disabled {
    color: #212529;
    background-color: #e7f2e5;
    border-color: #e7f2e5
}

.btn-digital-green-10:not(:disabled):not(.disabled).active,
.btn-digital-green-10:not(:disabled):not(.disabled):active,
.show>.btn-digital-green-10.dropdown-toggle {
    color: #212529;
    background-color: #c8e1c3;
    border-color: #c0ddbb
}

.btn-digital-green-10:not(:disabled):not(.disabled).active:focus,
.btn-digital-green-10:not(:disabled):not(.disabled):active:focus,
.show>.btn-digital-green-10.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(231, 242, 229, .5)
}

.btn-cigna-orange-logo {
    color: #212529;
    background-color: #f68621;
    border-color: #f68621
}

.btn-cigna-orange-logo:hover {
    color: #fff;
    background-color: #e77309;
    border-color: #db6d09
}

.btn-cigna-orange-logo.focus,
.btn-cigna-orange-logo:focus {
    box-shadow: 0 0 0 .2rem rgba(246, 134, 33, .5)
}

.btn-cigna-orange-logo.disabled,
.btn-cigna-orange-logo:disabled {
    color: #212529;
    background-color: #f68621;
    border-color: #f68621
}

.btn-cigna-orange-logo:not(:disabled):not(.disabled).active,
.btn-cigna-orange-logo:not(:disabled):not(.disabled):active,
.show>.btn-cigna-orange-logo.dropdown-toggle {
    color: #fff;
    background-color: #db6d09;
    border-color: #cf6708
}

.btn-cigna-orange-logo:not(:disabled):not(.disabled).active:focus,
.btn-cigna-orange-logo:not(:disabled):not(.disabled):active:focus,
.show>.btn-cigna-orange-logo.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(246, 134, 33, .5)
}

.btn-cigna-orange-dark {
    color: #fff;
    background-color: #e35205;
    border-color: #e35205
}

.btn-cigna-orange-dark:hover {
    color: #fff;
    background-color: #be4404;
    border-color: #b14004
}

.btn-cigna-orange-dark.focus,
.btn-cigna-orange-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(227, 82, 5, .5)
}

.btn-cigna-orange-dark.disabled,
.btn-cigna-orange-dark:disabled {
    color: #fff;
    background-color: #e35205;
    border-color: #e35205
}

.btn-cigna-orange-dark:not(:disabled):not(.disabled).active,
.btn-cigna-orange-dark:not(:disabled):not(.disabled):active,
.show>.btn-cigna-orange-dark.dropdown-toggle {
    color: #fff;
    background-color: #b14004;
    border-color: #a53b04
}

.btn-cigna-orange-dark:not(:disabled):not(.disabled).active:focus,
.btn-cigna-orange-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-cigna-orange-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(227, 82, 5, .5)
}

.btn-cigna-orange-light-20 {
    color: #212529;
    background-color: #fcf0d6;
    border-color: #fcf0d6
}

.btn-cigna-orange-light-20:hover {
    color: #212529;
    background-color: #f9e3b2;
    border-color: #f9dfa6
}

.btn-cigna-orange-light-20.focus,
.btn-cigna-orange-light-20:focus {
    box-shadow: 0 0 0 .2rem hsla(41, 86%, 91%, .5)
}

.btn-cigna-orange-light-20.disabled,
.btn-cigna-orange-light-20:disabled {
    color: #212529;
    background-color: #fcf0d6;
    border-color: #fcf0d6
}

.btn-cigna-orange-light-20:not(:disabled):not(.disabled).active,
.btn-cigna-orange-light-20:not(:disabled):not(.disabled):active,
.show>.btn-cigna-orange-light-20.dropdown-toggle {
    color: #212529;
    background-color: #f9dfa6;
    border-color: #f8da9b
}

.btn-cigna-orange-light-20:not(:disabled):not(.disabled).active:focus,
.btn-cigna-orange-light-20:not(:disabled):not(.disabled):active:focus,
.show>.btn-cigna-orange-light-20.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(41, 86%, 91%, .5)
}

.btn-digital-red {
    color: #fff;
    background-color: #c00;
    border-color: #c00
}

.btn-digital-red:hover {
    color: #fff;
    background-color: #a60000;
    border-color: #900
}

.btn-digital-red.focus,
.btn-digital-red:focus {
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .5)
}

.btn-digital-red.disabled,
.btn-digital-red:disabled {
    color: #fff;
    background-color: #c00;
    border-color: #c00
}

.btn-digital-red:not(:disabled):not(.disabled).active,
.btn-digital-red:not(:disabled):not(.disabled):active,
.show>.btn-digital-red.dropdown-toggle {
    color: #fff;
    background-color: #900;
    border-color: #8c0000
}

.btn-digital-red:not(:disabled):not(.disabled).active:focus,
.btn-digital-red:not(:disabled):not(.disabled):active:focus,
.show>.btn-digital-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .5)
}

.btn-digital-red-10 {
    color: #212529;
    background-color: #ffe3e2;
    border-color: #ffe3e2
}

.btn-digital-red-10:hover {
    color: #212529;
    background-color: #ffbebc;
    border-color: #ffb2af
}

.btn-digital-red-10.focus,
.btn-digital-red-10:focus {
    box-shadow: 0 0 0 .2rem hsla(2, 100%, 94%, .5)
}

.btn-digital-red-10.disabled,
.btn-digital-red-10:disabled {
    color: #212529;
    background-color: #ffe3e2;
    border-color: #ffe3e2
}

.btn-digital-red-10:not(:disabled):not(.disabled).active,
.btn-digital-red-10:not(:disabled):not(.disabled):active,
.show>.btn-digital-red-10.dropdown-toggle {
    color: #212529;
    background-color: #ffb2af;
    border-color: #ffa5a2
}

.btn-digital-red-10:not(:disabled):not(.disabled).active:focus,
.btn-digital-red-10:not(:disabled):not(.disabled):active:focus,
.show>.btn-digital-red-10.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(2, 100%, 94%, .5)
}

.btn-digital-purple {
    color: #fff;
    background-color: purple;
    border-color: purple
}

.btn-digital-purple:hover {
    color: #fff;
    background-color: #5a005a;
    border-color: #4d004d
}

.btn-digital-purple.focus,
.btn-digital-purple:focus {
    box-shadow: 0 0 0 .2rem rgba(128, 0, 128, .5)
}

.btn-digital-purple.disabled,
.btn-digital-purple:disabled {
    color: #fff;
    background-color: purple;
    border-color: purple
}

.btn-digital-purple:not(:disabled):not(.disabled).active,
.btn-digital-purple:not(:disabled):not(.disabled):active,
.show>.btn-digital-purple.dropdown-toggle {
    color: #fff;
    background-color: #4d004d;
    border-color: #400040
}

.btn-digital-purple:not(:disabled):not(.disabled).active:focus,
.btn-digital-purple:not(:disabled):not(.disabled):active:focus,
.show>.btn-digital-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(128, 0, 128, .5)
}

.btn-outline-primary {
    color: #0170bc;
    background-color: transparent;
    background-image: none;
    border-color: #0170bc
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0170bc;
    border-color: #0170bc
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 112, 188, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0170bc;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0170bc;
    border-color: #0170bc
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 112, 188, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-digital-black {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #333
}

.btn-outline-digital-black:hover {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-outline-digital-black.focus,
.btn-outline-digital-black:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-outline-digital-black.disabled,
.btn-outline-digital-black:disabled {
    color: #333;
    background-color: transparent
}

.btn-outline-digital-black:not(:disabled):not(.disabled).active,
.btn-outline-digital-black:not(:disabled):not(.disabled):active,
.show>.btn-outline-digital-black.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-outline-digital-black:not(:disabled):not(.disabled).active:focus,
.btn-outline-digital-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-digital-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-outline-gray-60 {
    color: #505050;
    background-color: transparent;
    background-image: none;
    border-color: #505050
}

.btn-outline-gray-60:hover {
    color: #fff;
    background-color: #505050;
    border-color: #505050
}

.btn-outline-gray-60.focus,
.btn-outline-gray-60:focus {
    box-shadow: 0 0 0 .2rem rgba(80, 80, 80, .5)
}

.btn-outline-gray-60.disabled,
.btn-outline-gray-60:disabled {
    color: #505050;
    background-color: transparent
}

.btn-outline-gray-60:not(:disabled):not(.disabled).active,
.btn-outline-gray-60:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-60.dropdown-toggle {
    color: #fff;
    background-color: #505050;
    border-color: #505050
}

.btn-outline-gray-60:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-60:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-60.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(80, 80, 80, .5)
}

.btn-outline-gray-40 {
    color: #939496;
    background-color: transparent;
    background-image: none;
    border-color: #939496
}

.btn-outline-gray-40:hover {
    color: #fff;
    background-color: #939496;
    border-color: #939496
}

.btn-outline-gray-40.focus,
.btn-outline-gray-40:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 1%, 58%, .5)
}

.btn-outline-gray-40.disabled,
.btn-outline-gray-40:disabled {
    color: #939496;
    background-color: transparent
}

.btn-outline-gray-40:not(:disabled):not(.disabled).active,
.btn-outline-gray-40:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-40.dropdown-toggle {
    color: #fff;
    background-color: #939496;
    border-color: #939496
}

.btn-outline-gray-40:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-40:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-40.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 1%, 58%, .5)
}

.btn-outline-gray-15 {
    color: #d9d9d9;
    background-color: transparent;
    background-image: none;
    border-color: #d9d9d9
}

.btn-outline-gray-15:hover {
    color: #212529;
    background-color: #d9d9d9;
    border-color: #d9d9d9
}

.btn-outline-gray-15.focus,
.btn-outline-gray-15:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 85%, .5)
}

.btn-outline-gray-15.disabled,
.btn-outline-gray-15:disabled {
    color: #d9d9d9;
    background-color: transparent
}

.btn-outline-gray-15:not(:disabled):not(.disabled).active,
.btn-outline-gray-15:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-15.dropdown-toggle {
    color: #212529;
    background-color: #d9d9d9;
    border-color: #d9d9d9
}

.btn-outline-gray-15:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-15:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-15.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 85%, .5)
}

.btn-outline-gray-05 {
    color: #e4e4e4;
    background-color: transparent;
    background-image: none;
    border-color: #e4e4e4
}

.btn-outline-gray-05:hover {
    color: #212529;
    background-color: #e4e4e4;
    border-color: #e4e4e4
}

.btn-outline-gray-05.focus,
.btn-outline-gray-05:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 89%, .5)
}

.btn-outline-gray-05.disabled,
.btn-outline-gray-05:disabled {
    color: #e4e4e4;
    background-color: transparent
}

.btn-outline-gray-05:not(:disabled):not(.disabled).active,
.btn-outline-gray-05:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-05.dropdown-toggle {
    color: #212529;
    background-color: #e4e4e4;
    border-color: #e4e4e4
}

.btn-outline-gray-05:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-05:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-05.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 89%, .5)
}

.btn-outline-gray-01 {
    color: #f8f8f8;
    background-color: transparent;
    background-image: none;
    border-color: #f8f8f8
}

.btn-outline-gray-01:hover {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8
}

.btn-outline-gray-01.focus,
.btn-outline-gray-01:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 97%, .5)
}

.btn-outline-gray-01.disabled,
.btn-outline-gray-01:disabled {
    color: #f8f8f8;
    background-color: transparent
}

.btn-outline-gray-01:not(:disabled):not(.disabled).active,
.btn-outline-gray-01:not(:disabled):not(.disabled):active,
.show>.btn-outline-gray-01.dropdown-toggle {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8
}

.btn-outline-gray-01:not(:disabled):not(.disabled).active:focus,
.btn-outline-gray-01:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-gray-01.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 97%, .5)
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white.focus,
.btn-outline-white:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show>.btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-digital-blue {
    color: #0170bc;
    background-color: transparent;
    background-image: none;
    border-color: #0170bc
}

.btn-outline-digital-blue:hover {
    color: #fff;
    background-color: #0170bc;
    border-color: #0170bc
}

.btn-outline-digital-blue.focus,
.btn-outline-digital-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 112, 188, .5)
}

.btn-outline-digital-blue.disabled,
.btn-outline-digital-blue:disabled {
    color: #0170bc;
    background-color: transparent
}

.btn-outline-digital-blue:not(:disabled):not(.disabled).active,
.btn-outline-digital-blue:not(:disabled):not(.disabled):active,
.show>.btn-outline-digital-blue.dropdown-toggle {
    color: #fff;
    background-color: #0170bc;
    border-color: #0170bc
}

.btn-outline-digital-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-digital-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-digital-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(1, 112, 188, .5)
}

.btn-outline-digital-blue-10 {
    color: #e6f1f8;
    background-color: transparent;
    background-image: none;
    border-color: #e6f1f8
}

.btn-outline-digital-blue-10:hover {
    color: #212529;
    background-color: #e6f1f8;
    border-color: #e6f1f8
}

.btn-outline-digital-blue-10.focus,
.btn-outline-digital-blue-10:focus {
    box-shadow: 0 0 0 .2rem rgba(230, 241, 248, .5)
}

.btn-outline-digital-blue-10.disabled,
.btn-outline-digital-blue-10:disabled {
    color: #e6f1f8;
    background-color: transparent
}

.btn-outline-digital-blue-10:not(:disabled):not(.disabled).active,
.btn-outline-digital-blue-10:not(:disabled):not(.disabled):active,
.show>.btn-outline-digital-blue-10.dropdown-toggle {
    color: #212529;
    background-color: #e6f1f8;
    border-color: #e6f1f8
}

.btn-outline-digital-blue-10:not(:disabled):not(.disabled).active:focus,
.btn-outline-digital-blue-10:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-digital-blue-10.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(230, 241, 248, .5)
}

.btn-outline-cigna-blue-dark {
    color: #004986;
    background-color: transparent;
    background-image: none;
    border-color: #004986
}

.btn-outline-cigna-blue-dark:hover {
    color: #fff;
    background-color: #004986;
    border-color: #004986
}

.btn-outline-cigna-blue-dark.focus,
.btn-outline-cigna-blue-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 73, 134, .5)
}

.btn-outline-cigna-blue-dark.disabled,
.btn-outline-cigna-blue-dark:disabled {
    color: #004986;
    background-color: transparent
}

.btn-outline-cigna-blue-dark:not(:disabled):not(.disabled).active,
.btn-outline-cigna-blue-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-cigna-blue-dark.dropdown-toggle {
    color: #fff;
    background-color: #004986;
    border-color: #004986
}

.btn-outline-cigna-blue-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-cigna-blue-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-cigna-blue-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 73, 134, .5)
}

.btn-outline-cigna-blue-light {
    color: #00a9e0;
    background-color: transparent;
    background-image: none;
    border-color: #00a9e0
}

.btn-outline-cigna-blue-light:hover {
    color: #fff;
    background-color: #00a9e0;
    border-color: #00a9e0
}

.btn-outline-cigna-blue-light.focus,
.btn-outline-cigna-blue-light:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 169, 224, .5)
}

.btn-outline-cigna-blue-light.disabled,
.btn-outline-cigna-blue-light:disabled {
    color: #00a9e0;
    background-color: transparent
}

.btn-outline-cigna-blue-light:not(:disabled):not(.disabled).active,
.btn-outline-cigna-blue-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-cigna-blue-light.dropdown-toggle {
    color: #fff;
    background-color: #00a9e0;
    border-color: #00a9e0
}

.btn-outline-cigna-blue-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-cigna-blue-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-cigna-blue-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 169, 224, .5)
}

.btn-outline-digital-green {
    color: #118503;
    background-color: transparent;
    background-image: none;
    border-color: #118503
}

.btn-outline-digital-green:hover {
    color: #fff;
    background-color: #118503;
    border-color: #118503
}

.btn-outline-digital-green.focus,
.btn-outline-digital-green:focus {
    box-shadow: 0 0 0 .2rem rgba(17, 133, 3, .5)
}

.btn-outline-digital-green.disabled,
.btn-outline-digital-green:disabled {
    color: #118503;
    background-color: transparent
}

.btn-outline-digital-green:not(:disabled):not(.disabled).active,
.btn-outline-digital-green:not(:disabled):not(.disabled):active,
.show>.btn-outline-digital-green.dropdown-toggle {
    color: #fff;
    background-color: #118503;
    border-color: #118503
}

.btn-outline-digital-green:not(:disabled):not(.disabled).active:focus,
.btn-outline-digital-green:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-digital-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(17, 133, 3, .5)
}

.btn-outline-digital-green-10 {
    color: #e7f2e5;
    background-color: transparent;
    background-image: none;
    border-color: #e7f2e5
}

.btn-outline-digital-green-10:hover {
    color: #212529;
    background-color: #e7f2e5;
    border-color: #e7f2e5
}

.btn-outline-digital-green-10.focus,
.btn-outline-digital-green-10:focus {
    box-shadow: 0 0 0 .2rem rgba(231, 242, 229, .5)
}

.btn-outline-digital-green-10.disabled,
.btn-outline-digital-green-10:disabled {
    color: #e7f2e5;
    background-color: transparent
}

.btn-outline-digital-green-10:not(:disabled):not(.disabled).active,
.btn-outline-digital-green-10:not(:disabled):not(.disabled):active,
.show>.btn-outline-digital-green-10.dropdown-toggle {
    color: #212529;
    background-color: #e7f2e5;
    border-color: #e7f2e5
}

.btn-outline-digital-green-10:not(:disabled):not(.disabled).active:focus,
.btn-outline-digital-green-10:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-digital-green-10.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(231, 242, 229, .5)
}

.btn-outline-cigna-orange-logo {
    color: #f68621;
    background-color: transparent;
    background-image: none;
    border-color: #f68621
}

.btn-outline-cigna-orange-logo:hover {
    color: #212529;
    background-color: #f68621;
    border-color: #f68621
}

.btn-outline-cigna-orange-logo.focus,
.btn-outline-cigna-orange-logo:focus {
    box-shadow: 0 0 0 .2rem rgba(246, 134, 33, .5)
}

.btn-outline-cigna-orange-logo.disabled,
.btn-outline-cigna-orange-logo:disabled {
    color: #f68621;
    background-color: transparent
}

.btn-outline-cigna-orange-logo:not(:disabled):not(.disabled).active,
.btn-outline-cigna-orange-logo:not(:disabled):not(.disabled):active,
.show>.btn-outline-cigna-orange-logo.dropdown-toggle {
    color: #212529;
    background-color: #f68621;
    border-color: #f68621
}

.btn-outline-cigna-orange-logo:not(:disabled):not(.disabled).active:focus,
.btn-outline-cigna-orange-logo:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-cigna-orange-logo.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(246, 134, 33, .5)
}

.btn-outline-cigna-orange-dark {
    color: #e35205;
    background-color: transparent;
    background-image: none;
    border-color: #e35205
}

.btn-outline-cigna-orange-dark:hover {
    color: #fff;
    background-color: #e35205;
    border-color: #e35205
}

.btn-outline-cigna-orange-dark.focus,
.btn-outline-cigna-orange-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(227, 82, 5, .5)
}

.btn-outline-cigna-orange-dark.disabled,
.btn-outline-cigna-orange-dark:disabled {
    color: #e35205;
    background-color: transparent
}

.btn-outline-cigna-orange-dark:not(:disabled):not(.disabled).active,
.btn-outline-cigna-orange-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-cigna-orange-dark.dropdown-toggle {
    color: #fff;
    background-color: #e35205;
    border-color: #e35205
}

.btn-outline-cigna-orange-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-cigna-orange-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-cigna-orange-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(227, 82, 5, .5)
}

.btn-outline-cigna-orange-light-20 {
    color: #fcf0d6;
    background-color: transparent;
    background-image: none;
    border-color: #fcf0d6
}

.btn-outline-cigna-orange-light-20:hover {
    color: #212529;
    background-color: #fcf0d6;
    border-color: #fcf0d6
}

.btn-outline-cigna-orange-light-20.focus,
.btn-outline-cigna-orange-light-20:focus {
    box-shadow: 0 0 0 .2rem hsla(41, 86%, 91%, .5)
}

.btn-outline-cigna-orange-light-20.disabled,
.btn-outline-cigna-orange-light-20:disabled {
    color: #fcf0d6;
    background-color: transparent
}

.btn-outline-cigna-orange-light-20:not(:disabled):not(.disabled).active,
.btn-outline-cigna-orange-light-20:not(:disabled):not(.disabled):active,
.show>.btn-outline-cigna-orange-light-20.dropdown-toggle {
    color: #212529;
    background-color: #fcf0d6;
    border-color: #fcf0d6
}

.btn-outline-cigna-orange-light-20:not(:disabled):not(.disabled).active:focus,
.btn-outline-cigna-orange-light-20:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-cigna-orange-light-20.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(41, 86%, 91%, .5)
}

.btn-outline-digital-red {
    color: #c00;
    background-color: transparent;
    background-image: none;
    border-color: #c00
}

.btn-outline-digital-red:hover {
    color: #fff;
    background-color: #c00;
    border-color: #c00
}

.btn-outline-digital-red.focus,
.btn-outline-digital-red:focus {
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .5)
}

.btn-outline-digital-red.disabled,
.btn-outline-digital-red:disabled {
    color: #c00;
    background-color: transparent
}

.btn-outline-digital-red:not(:disabled):not(.disabled).active,
.btn-outline-digital-red:not(:disabled):not(.disabled):active,
.show>.btn-outline-digital-red.dropdown-toggle {
    color: #fff;
    background-color: #c00;
    border-color: #c00
}

.btn-outline-digital-red:not(:disabled):not(.disabled).active:focus,
.btn-outline-digital-red:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-digital-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(204, 0, 0, .5)
}

.btn-outline-digital-red-10 {
    color: #ffe3e2;
    background-color: transparent;
    background-image: none;
    border-color: #ffe3e2
}

.btn-outline-digital-red-10:hover {
    color: #212529;
    background-color: #ffe3e2;
    border-color: #ffe3e2
}

.btn-outline-digital-red-10.focus,
.btn-outline-digital-red-10:focus {
    box-shadow: 0 0 0 .2rem hsla(2, 100%, 94%, .5)
}

.btn-outline-digital-red-10.disabled,
.btn-outline-digital-red-10:disabled {
    color: #ffe3e2;
    background-color: transparent
}

.btn-outline-digital-red-10:not(:disabled):not(.disabled).active,
.btn-outline-digital-red-10:not(:disabled):not(.disabled):active,
.show>.btn-outline-digital-red-10.dropdown-toggle {
    color: #212529;
    background-color: #ffe3e2;
    border-color: #ffe3e2
}

.btn-outline-digital-red-10:not(:disabled):not(.disabled).active:focus,
.btn-outline-digital-red-10:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-digital-red-10.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(2, 100%, 94%, .5)
}

.btn-outline-digital-purple {
    color: purple;
    background-color: transparent;
    background-image: none;
    border-color: purple
}

.btn-outline-digital-purple:hover {
    color: #fff;
    background-color: purple;
    border-color: purple
}

.btn-outline-digital-purple.focus,
.btn-outline-digital-purple:focus {
    box-shadow: 0 0 0 .2rem rgba(128, 0, 128, .5)
}

.btn-outline-digital-purple.disabled,
.btn-outline-digital-purple:disabled {
    color: purple;
    background-color: transparent
}

.btn-outline-digital-purple:not(:disabled):not(.disabled).active,
.btn-outline-digital-purple:not(:disabled):not(.disabled):active,
.show>.btn-outline-digital-purple.dropdown-toggle {
    color: #fff;
    background-color: purple;
    border-color: purple
}

.btn-outline-digital-purple:not(:disabled):not(.disabled).active:focus,
.btn-outline-digital-purple:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-digital-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(128, 0, 128, .5)
}

.btn-link {
    font-weight: 400;
    color: #0170bc;
    background-color: transparent
}

.btn-link:hover {
    color: #004986;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

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

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

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

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

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0170bc
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 0 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group,
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: .125rem solid #0170bc
}

.nav-tabs .nav-item {
    margin-bottom: -.125rem
}

.nav-tabs .nav-link {
    border: .125rem solid transparent;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #004986 #0170bc
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #004986;
    border-color: #004986
}

.nav-tabs .dropdown-menu {
    margin-top: -.125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0170bc
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 16px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -16px;
        margin-left: -16px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 16px;
        margin-bottom: 0;
        margin-left: 16px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 16px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #013a62;
    background-color: #cce2f2;
    border-color: #b8d7ec
}

.alert-primary hr {
    border-top-color: #a4cce7
}

.alert-primary .alert-link {
    color: #001c30
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.alert-digital-black {
    color: #1b1b1b;
    background-color: #d6d6d6;
    border-color: #c6c6c6
}

.alert-digital-black hr {
    border-top-color: #b9b9b9
}

.alert-digital-black .alert-link {
    color: #020202
}

.alert-gray-60 {
    color: #2a2a2a;
    background-color: #dcdcdc;
    border-color: #cecece
}

.alert-gray-60 hr {
    border-top-color: #c1c1c1
}

.alert-gray-60 .alert-link {
    color: #111
}

.alert-gray-40 {
    color: #4c4d4e;
    background-color: #e9eaea;
    border-color: #e1e1e2
}

.alert-gray-40 hr {
    border-top-color: #d4d4d5
}

.alert-gray-40 .alert-link {
    color: #333434
}

.alert-gray-15 {
    color: #717171;
    background-color: #f7f7f7;
    border-color: #f4f4f4
}

.alert-gray-15 hr {
    border-top-color: #e7e7e7
}

.alert-gray-15 .alert-link {
    color: #585858
}

.alert-gray-05 {
    color: #777;
    background-color: #fafafa;
    border-color: #f7f7f7
}

.alert-gray-05 hr {
    border-top-color: #eaeaea
}

.alert-gray-05 .alert-link {
    color: #5e5e5e
}

.alert-gray-01 {
    color: #818181;
    background-color: #fefefe;
    border-color: #fdfdfd
}

.alert-gray-01 hr {
    border-top-color: #f0f0f0
}

.alert-gray-01 .alert-link {
    color: #686868
}

.alert-white {
    color: #858585;
    background-color: #fff;
    border-color: #fff
}

.alert-white hr {
    border-top-color: #f2f2f2
}

.alert-white .alert-link {
    color: #6c6c6c
}

.alert-digital-blue {
    color: #013a62;
    background-color: #cce2f2;
    border-color: #b8d7ec
}

.alert-digital-blue hr {
    border-top-color: #a4cce7
}

.alert-digital-blue .alert-link {
    color: #001c30
}

.alert-digital-blue-10 {
    color: #787d81;
    background-color: #fafcfe;
    border-color: #f8fbfd
}

.alert-digital-blue-10 hr {
    border-top-color: #e4f0f7
}

.alert-digital-blue-10 .alert-link {
    color: #5f6367
}

.alert-cigna-blue-dark {
    color: #002646;
    background-color: #ccdbe7;
    border-color: #b8ccdd
}

.alert-cigna-blue-dark hr {
    border-top-color: #a7c0d5
}

.alert-cigna-blue-dark .alert-link {
    color: #000a13
}

.alert-cigna-blue-light {
    color: #005874;
    background-color: #cceef9;
    border-color: #b8e7f6
}

.alert-cigna-blue-light hr {
    border-top-color: #a1dff3
}

.alert-cigna-blue-light .alert-link {
    color: #003141
}

.alert-digital-green {
    color: #094502;
    background-color: #cfe7cd;
    border-color: #bcddb8
}

.alert-digital-green hr {
    border-top-color: #acd5a7
}

.alert-digital-green .alert-link {
    color: #031301
}

.alert-digital-green-10 {
    color: #787e77;
    background-color: #fafcfa;
    border-color: #f8fbf8
}

.alert-digital-green-10 hr {
    border-top-color: #e8f2e8
}

.alert-digital-green-10 .alert-link {
    color: #5f645e
}

.alert-cigna-orange-logo {
    color: #804611;
    background-color: #fde7d3;
    border-color: #fcddc1
}

.alert-cigna-orange-logo hr {
    border-top-color: #fbd0a9
}

.alert-cigna-orange-logo .alert-link {
    color: #532d0b
}

.alert-cigna-orange-dark {
    color: #762b03;
    background-color: #f9dccd;
    border-color: #f7cfb9
}

.alert-cigna-orange-dark hr {
    border-top-color: #f4bfa2
}

.alert-cigna-orange-dark .alert-link {
    color: #441902
}

.alert-cigna-orange-light-20 {
    color: #837d6f;
    background-color: #fefcf7;
    border-color: #fefbf4
}

.alert-cigna-orange-light-20 hr {
    border-top-color: #fcf3dd
}

.alert-cigna-orange-light-20 .alert-link {
    color: #676358
}

.alert-digital-red {
    color: #6a0000;
    background-color: #f5cccc;
    border-color: #f1b8b8
}

.alert-digital-red hr {
    border-top-color: #eda3a3
}

.alert-digital-red .alert-link {
    color: #370000
}

.alert-digital-red-10 {
    color: #857676;
    background-color: #fff9f9;
    border-color: #fff7f7
}

.alert-digital-red-10 hr {
    border-top-color: #ffdede
}

.alert-digital-red-10 .alert-link {
    color: #6a5e5e
}

.alert-digital-purple {
    color: #430043;
    background-color: #e6cce6;
    border-color: #dbb8db
}

.alert-digital-purple hr {
    border-top-color: #d2a7d2
}

.alert-digital-purple .alert-link {
    color: #100010
}

@keyframes a {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0170bc;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: a 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #333;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0170bc;
    border-color: #0170bc
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #013a62;
    background-color: #b8d7ec
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #013a62;
    background-color: #a4cce7
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #013a62;
    border-color: #013a62
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.list-group-item-digital-black {
    color: #1b1b1b;
    background-color: #c6c6c6
}

.list-group-item-digital-black.list-group-item-action:focus,
.list-group-item-digital-black.list-group-item-action:hover {
    color: #1b1b1b;
    background-color: #b9b9b9
}

.list-group-item-digital-black.list-group-item-action.active {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b
}

.list-group-item-gray-60 {
    color: #2a2a2a;
    background-color: #cecece
}

.list-group-item-gray-60.list-group-item-action:focus,
.list-group-item-gray-60.list-group-item-action:hover {
    color: #2a2a2a;
    background-color: #c1c1c1
}

.list-group-item-gray-60.list-group-item-action.active {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #2a2a2a
}

.list-group-item-gray-40 {
    color: #4c4d4e;
    background-color: #e1e1e2
}

.list-group-item-gray-40.list-group-item-action:focus,
.list-group-item-gray-40.list-group-item-action:hover {
    color: #4c4d4e;
    background-color: #d4d4d5
}

.list-group-item-gray-40.list-group-item-action.active {
    color: #fff;
    background-color: #4c4d4e;
    border-color: #4c4d4e
}

.list-group-item-gray-15 {
    color: #717171;
    background-color: #f4f4f4
}

.list-group-item-gray-15.list-group-item-action:focus,
.list-group-item-gray-15.list-group-item-action:hover {
    color: #717171;
    background-color: #e7e7e7
}

.list-group-item-gray-15.list-group-item-action.active {
    color: #fff;
    background-color: #717171;
    border-color: #717171
}

.list-group-item-gray-05 {
    color: #777;
    background-color: #f7f7f7
}

.list-group-item-gray-05.list-group-item-action:focus,
.list-group-item-gray-05.list-group-item-action:hover {
    color: #777;
    background-color: #eaeaea
}

.list-group-item-gray-05.list-group-item-action.active {
    color: #fff;
    background-color: #777;
    border-color: #777
}

.list-group-item-gray-01 {
    color: #818181;
    background-color: #fdfdfd
}

.list-group-item-gray-01.list-group-item-action:focus,
.list-group-item-gray-01.list-group-item-action:hover {
    color: #818181;
    background-color: #f0f0f0
}

.list-group-item-gray-01.list-group-item-action.active {
    color: #fff;
    background-color: #818181;
    border-color: #818181
}

.list-group-item-white {
    color: #858585;
    background-color: #fff
}

.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
    color: #858585;
    background-color: #f2f2f2
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.list-group-item-digital-blue {
    color: #013a62;
    background-color: #b8d7ec
}

.list-group-item-digital-blue.list-group-item-action:focus,
.list-group-item-digital-blue.list-group-item-action:hover {
    color: #013a62;
    background-color: #a4cce7
}

.list-group-item-digital-blue.list-group-item-action.active {
    color: #fff;
    background-color: #013a62;
    border-color: #013a62
}

.list-group-item-digital-blue-10 {
    color: #787d81;
    background-color: #f8fbfd
}

.list-group-item-digital-blue-10.list-group-item-action:focus,
.list-group-item-digital-blue-10.list-group-item-action:hover {
    color: #787d81;
    background-color: #e4f0f7
}

.list-group-item-digital-blue-10.list-group-item-action.active {
    color: #fff;
    background-color: #787d81;
    border-color: #787d81
}

.list-group-item-cigna-blue-dark {
    color: #002646;
    background-color: #b8ccdd
}

.list-group-item-cigna-blue-dark.list-group-item-action:focus,
.list-group-item-cigna-blue-dark.list-group-item-action:hover {
    color: #002646;
    background-color: #a7c0d5
}

.list-group-item-cigna-blue-dark.list-group-item-action.active {
    color: #fff;
    background-color: #002646;
    border-color: #002646
}

.list-group-item-cigna-blue-light {
    color: #005874;
    background-color: #b8e7f6
}

.list-group-item-cigna-blue-light.list-group-item-action:focus,
.list-group-item-cigna-blue-light.list-group-item-action:hover {
    color: #005874;
    background-color: #a1dff3
}

.list-group-item-cigna-blue-light.list-group-item-action.active {
    color: #fff;
    background-color: #005874;
    border-color: #005874
}

.list-group-item-digital-green {
    color: #094502;
    background-color: #bcddb8
}

.list-group-item-digital-green.list-group-item-action:focus,
.list-group-item-digital-green.list-group-item-action:hover {
    color: #094502;
    background-color: #acd5a7
}

.list-group-item-digital-green.list-group-item-action.active {
    color: #fff;
    background-color: #094502;
    border-color: #094502
}

.list-group-item-digital-green-10 {
    color: #787e77;
    background-color: #f8fbf8
}

.list-group-item-digital-green-10.list-group-item-action:focus,
.list-group-item-digital-green-10.list-group-item-action:hover {
    color: #787e77;
    background-color: #e8f2e8
}

.list-group-item-digital-green-10.list-group-item-action.active {
    color: #fff;
    background-color: #787e77;
    border-color: #787e77
}

.list-group-item-cigna-orange-logo {
    color: #804611;
    background-color: #fcddc1
}

.list-group-item-cigna-orange-logo.list-group-item-action:focus,
.list-group-item-cigna-orange-logo.list-group-item-action:hover {
    color: #804611;
    background-color: #fbd0a9
}

.list-group-item-cigna-orange-logo.list-group-item-action.active {
    color: #fff;
    background-color: #804611;
    border-color: #804611
}

.list-group-item-cigna-orange-dark {
    color: #762b03;
    background-color: #f7cfb9
}

.list-group-item-cigna-orange-dark.list-group-item-action:focus,
.list-group-item-cigna-orange-dark.list-group-item-action:hover {
    color: #762b03;
    background-color: #f4bfa2
}

.list-group-item-cigna-orange-dark.list-group-item-action.active {
    color: #fff;
    background-color: #762b03;
    border-color: #762b03
}

.list-group-item-cigna-orange-light-20 {
    color: #837d6f;
    background-color: #fefbf4
}

.list-group-item-cigna-orange-light-20.list-group-item-action:focus,
.list-group-item-cigna-orange-light-20.list-group-item-action:hover {
    color: #837d6f;
    background-color: #fcf3dd
}

.list-group-item-cigna-orange-light-20.list-group-item-action.active {
    color: #fff;
    background-color: #837d6f;
    border-color: #837d6f
}

.list-group-item-digital-red {
    color: #6a0000;
    background-color: #f1b8b8
}

.list-group-item-digital-red.list-group-item-action:focus,
.list-group-item-digital-red.list-group-item-action:hover {
    color: #6a0000;
    background-color: #eda3a3
}

.list-group-item-digital-red.list-group-item-action.active {
    color: #fff;
    background-color: #6a0000;
    border-color: #6a0000
}

.list-group-item-digital-red-10 {
    color: #857676;
    background-color: #fff7f7
}

.list-group-item-digital-red-10.list-group-item-action:focus,
.list-group-item-digital-red-10.list-group-item-action:hover {
    color: #857676;
    background-color: #ffdede
}

.list-group-item-digital-red-10.list-group-item-action.active {
    color: #fff;
    background-color: #857676;
    border-color: #857676
}

.list-group-item-digital-purple {
    color: #430043;
    background-color: #dbb8db
}

.list-group-item-digital-purple.list-group-item-action:focus,
.list-group-item-digital-purple.list-group-item-action:hover {
    color: #430043;
    background-color: #d2a7d2
}

.list-group-item-digital-purple.list-group-item-action.active {
    color: #fff;
    background-color: #430043;
    border-color: #430043
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

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

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

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

.modal-backdrop.fade {
    opacity: 0
}

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

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

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

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #333
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #0170bc!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #015289!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124!important
}

a.bg-digital-black:focus,
a.bg-digital-black:hover,
button.bg-digital-black:focus,
button.bg-digital-black:hover {
    background-color: #1a1a1a!important
}

a.bg-gray-60:focus,
a.bg-gray-60:hover,
button.bg-gray-60:focus,
button.bg-gray-60:hover {
    background-color: #373737!important
}

a.bg-gray-40:focus,
a.bg-gray-40:hover,
button.bg-gray-40:focus,
button.bg-gray-40:hover {
    background-color: #797a7d!important
}

a.bg-gray-15:focus,
a.bg-gray-15:hover,
button.bg-gray-15:focus,
button.bg-gray-15:hover {
    background-color: silver!important
}

a.bg-gray-05:focus,
a.bg-gray-05:hover,
button.bg-gray-05:focus,
button.bg-gray-05:hover {
    background-color: #cbcbcb!important
}

a.bg-gray-01:focus,
a.bg-gray-01:hover,
button.bg-gray-01:focus,
button.bg-gray-01:hover {
    background-color: #dfdfdf!important
}

a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
    background-color: #e6e6e6!important
}

a.bg-digital-blue:focus,
a.bg-digital-blue:hover,
button.bg-digital-blue:focus,
button.bg-digital-blue:hover {
    background-color: #015289!important
}

a.bg-digital-blue-10:focus,
a.bg-digital-blue-10:hover,
button.bg-digital-blue-10:focus,
button.bg-digital-blue-10:hover {
    background-color: #bedbed!important
}

a.bg-cigna-blue-dark:focus,
a.bg-cigna-blue-dark:hover,
button.bg-cigna-blue-dark:focus,
button.bg-cigna-blue-dark:hover {
    background-color: #002d53!important
}

a.bg-cigna-blue-light:focus,
a.bg-cigna-blue-light:hover,
button.bg-cigna-blue-light:focus,
button.bg-cigna-blue-light:hover {
    background-color: #0083ad!important
}

a.bg-digital-green:focus,
a.bg-digital-green:hover,
button.bg-digital-green:focus,
button.bg-digital-green:hover {
    background-color: #0b5302!important
}

a.bg-digital-green-10:focus,
a.bg-digital-green-10:hover,
button.bg-digital-green-10:focus,
button.bg-digital-green-10:hover {
    background-color: #c8e1c3!important
}

a.bg-cigna-orange-logo:focus,
a.bg-cigna-orange-logo:hover,
button.bg-cigna-orange-logo:focus,
button.bg-cigna-orange-logo:hover {
    background-color: #db6d09!important
}

a.bg-cigna-orange-dark:focus,
a.bg-cigna-orange-dark:hover,
button.bg-cigna-orange-dark:focus,
button.bg-cigna-orange-dark:hover {
    background-color: #b14004!important
}

a.bg-cigna-orange-light-20:focus,
a.bg-cigna-orange-light-20:hover,
button.bg-cigna-orange-light-20:focus,
button.bg-cigna-orange-light-20:hover {
    background-color: #f9dfa6!important
}

a.bg-digital-red:focus,
a.bg-digital-red:hover,
button.bg-digital-red:focus,
button.bg-digital-red:hover {
    background-color: #900!important
}

a.bg-digital-red-10:focus,
a.bg-digital-red-10:hover,
button.bg-digital-red-10:focus,
button.bg-digital-red-10:hover {
    background-color: #ffb2af!important
}

a.bg-digital-purple:focus,
a.bg-digital-purple:hover,
button.bg-digital-purple:focus,
button.bg-digital-purple:hover {
    background-color: #4d004d!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #0170bc!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-digital-black {
    border-color: #333!important
}

.border-gray-60 {
    border-color: #505050!important
}

.border-gray-40 {
    border-color: #939496!important
}

.border-gray-15 {
    border-color: #d9d9d9!important
}

.border-gray-05 {
    border-color: #e4e4e4!important
}

.border-gray-01 {
    border-color: #f8f8f8!important
}

.border-digital-blue {
    border-color: #0170bc!important
}

.border-digital-blue-10 {
    border-color: #e6f1f8!important
}

.border-cigna-blue-dark {
    border-color: #004986!important
}

.border-cigna-blue-light {
    border-color: #00a9e0!important
}

.border-digital-green {
    border-color: #118503!important
}

.border-digital-green-10 {
    border-color: #e7f2e5!important
}

.border-cigna-orange-logo {
    border-color: #f68621!important
}

.border-cigna-orange-dark {
    border-color: #e35205!important
}

.border-cigna-orange-light-20 {
    border-color: #fcf0d6!important
}

.border-digital-red {
    border-color: #c00!important
}

.border-digital-red-10 {
    border-color: #ffe3e2!important
}

.border-digital-purple {
    border-color: purple!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: flex!important
    }
    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: flex!important
    }
    .d-md-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: flex!important
    }
    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: flex!important
    }
    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: flex!important
    }
    .d-print-inline-flex {
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

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

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row!important
    }
    .flex-sm-column {
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        justify-content: center!important
    }
    .justify-content-sm-between {
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        justify-content: space-around!important
    }
    .align-items-sm-start {
        align-items: flex-start!important
    }
    .align-items-sm-end {
        align-items: flex-end!important
    }
    .align-items-sm-center {
        align-items: center!important
    }
    .align-items-sm-baseline {
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        align-items: stretch!important
    }
    .align-content-sm-start {
        align-content: flex-start!important
    }
    .align-content-sm-end {
        align-content: flex-end!important
    }
    .align-content-sm-center {
        align-content: center!important
    }
    .align-content-sm-between {
        align-content: space-between!important
    }
    .align-content-sm-around {
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        align-content: stretch!important
    }
    .align-self-sm-auto {
        align-self: auto!important
    }
    .align-self-sm-start {
        align-self: flex-start!important
    }
    .align-self-sm-end {
        align-self: flex-end!important
    }
    .align-self-sm-center {
        align-self: center!important
    }
    .align-self-sm-baseline {
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row!important
    }
    .flex-md-column {
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        justify-content: center!important
    }
    .justify-content-md-between {
        justify-content: space-between!important
    }
    .justify-content-md-around {
        justify-content: space-around!important
    }
    .align-items-md-start {
        align-items: flex-start!important
    }
    .align-items-md-end {
        align-items: flex-end!important
    }
    .align-items-md-center {
        align-items: center!important
    }
    .align-items-md-baseline {
        align-items: baseline!important
    }
    .align-items-md-stretch {
        align-items: stretch!important
    }
    .align-content-md-start {
        align-content: flex-start!important
    }
    .align-content-md-end {
        align-content: flex-end!important
    }
    .align-content-md-center {
        align-content: center!important
    }
    .align-content-md-between {
        align-content: space-between!important
    }
    .align-content-md-around {
        align-content: space-around!important
    }
    .align-content-md-stretch {
        align-content: stretch!important
    }
    .align-self-md-auto {
        align-self: auto!important
    }
    .align-self-md-start {
        align-self: flex-start!important
    }
    .align-self-md-end {
        align-self: flex-end!important
    }
    .align-self-md-center {
        align-self: center!important
    }
    .align-self-md-baseline {
        align-self: baseline!important
    }
    .align-self-md-stretch {
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row!important
    }
    .flex-lg-column {
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        justify-content: center!important
    }
    .justify-content-lg-between {
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        justify-content: space-around!important
    }
    .align-items-lg-start {
        align-items: flex-start!important
    }
    .align-items-lg-end {
        align-items: flex-end!important
    }
    .align-items-lg-center {
        align-items: center!important
    }
    .align-items-lg-baseline {
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        align-items: stretch!important
    }
    .align-content-lg-start {
        align-content: flex-start!important
    }
    .align-content-lg-end {
        align-content: flex-end!important
    }
    .align-content-lg-center {
        align-content: center!important
    }
    .align-content-lg-between {
        align-content: space-between!important
    }
    .align-content-lg-around {
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        align-content: stretch!important
    }
    .align-self-lg-auto {
        align-self: auto!important
    }
    .align-self-lg-start {
        align-self: flex-start!important
    }
    .align-self-lg-end {
        align-self: flex-end!important
    }
    .align-self-lg-center {
        align-self: center!important
    }
    .align-self-lg-baseline {
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row!important
    }
    .flex-xl-column {
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        justify-content: center!important
    }
    .justify-content-xl-between {
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        justify-content: space-around!important
    }
    .align-items-xl-start {
        align-items: flex-start!important
    }
    .align-items-xl-end {
        align-items: flex-end!important
    }
    .align-items-xl-center {
        align-items: center!important
    }
    .align-items-xl-baseline {
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        align-items: stretch!important
    }
    .align-content-xl-start {
        align-content: flex-start!important
    }
    .align-content-xl-end {
        align-content: flex-end!important
    }
    .align-content-xl-center {
        align-content: center!important
    }
    .align-content-xl-between {
        align-content: space-between!important
    }
    .align-content-xl-around {
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        align-content: stretch!important
    }
    .align-self-xl-auto {
        align-self: auto!important
    }
    .align-self-xl-start {
        align-self: flex-start!important
    }
    .align-self-xl-end {
        align-self: flex-end!important
    }
    .align-self-xl-center {
        align-self: center!important
    }
    .align-self-xl-baseline {
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

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

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.m-xs {
    margin: .25rem!important
}

.mt-xs,
.my-xs {
    margin-top: .25rem!important
}

.mr-xs,
.mx-xs {
    margin-right: .25rem!important
}

.mb-xs,
.my-xs {
    margin-bottom: .25rem!important
}

.ml-xs,
.mx-xs {
    margin-left: .25rem!important
}

.m-s {
    margin: .5rem!important
}

.mt-s,
.my-s {
    margin-top: .5rem!important
}

.mr-s,
.mx-s {
    margin-right: .5rem!important
}

.mb-s,
.my-s {
    margin-bottom: .5rem!important
}

.ml-s,
.mx-s {
    margin-left: .5rem!important
}

.m-m {
    margin: 1rem!important
}

.mt-m,
.my-m {
    margin-top: 1rem!important
}

.mr-m,
.mx-m {
    margin-right: 1rem!important
}

.mb-m,
.my-m {
    margin-bottom: 1rem!important
}

.ml-m,
.mx-m {
    margin-left: 1rem!important
}

.m-ml {
    margin: 1.5rem!important
}

.mt-ml,
.my-ml {
    margin-top: 1.5rem!important
}

.mr-ml,
.mx-ml {
    margin-right: 1.5rem!important
}

.mb-ml,
.my-ml {
    margin-bottom: 1.5rem!important
}

.ml-ml,
.mx-ml {
    margin-left: 1.5rem!important
}

.m-l {
    margin: 2rem!important
}

.mt-l,
.my-l {
    margin-top: 2rem!important
}

.mr-l,
.mx-l {
    margin-right: 2rem!important
}

.mb-l,
.my-l {
    margin-bottom: 2rem!important
}

.ml-l,
.mx-l {
    margin-left: 2rem!important
}

.m-xl {
    margin: 3rem!important
}

.mt-xl,
.my-xl {
    margin-top: 3rem!important
}

.mr-xl,
.mx-xl {
    margin-right: 3rem!important
}

.mb-xl,
.my-xl {
    margin-bottom: 3rem!important
}

.ml-xl,
.mx-xl {
    margin-left: 3rem!important
}

.m-xxl {
    margin: 4rem!important
}

.mt-xxl,
.my-xxl {
    margin-top: 4rem!important
}

.mr-xxl,
.mx-xxl {
    margin-right: 4rem!important
}

.mb-xxl,
.my-xxl {
    margin-bottom: 4rem!important
}

.ml-xxl,
.mx-xxl {
    margin-left: 4rem!important
}

.m-xxxl {
    margin: 4.5rem!important
}

.mt-xxxl,
.my-xxxl {
    margin-top: 4.5rem!important
}

.mr-xxxl,
.mx-xxxl {
    margin-right: 4.5rem!important
}

.mb-xxxl,
.my-xxxl {
    margin-bottom: 4.5rem!important
}

.ml-xxxl,
.mx-xxxl {
    margin-left: 4.5rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.p-xs {
    padding: .25rem!important
}

.pt-xs,
.py-xs {
    padding-top: .25rem!important
}

.pr-xs,
.px-xs {
    padding-right: .25rem!important
}

.pb-xs,
.py-xs {
    padding-bottom: .25rem!important
}

.pl-xs,
.px-xs {
    padding-left: .25rem!important
}

.p-s {
    padding: .5rem!important
}

.pt-s,
.py-s {
    padding-top: .5rem!important
}

.pr-s,
.px-s {
    padding-right: .5rem!important
}

.pb-s,
.py-s {
    padding-bottom: .5rem!important
}

.pl-s,
.px-s {
    padding-left: .5rem!important
}

.p-m {
    padding: 1rem!important
}

.pt-m,
.py-m {
    padding-top: 1rem!important
}

.pr-m,
.px-m {
    padding-right: 1rem!important
}

.pb-m,
.py-m {
    padding-bottom: 1rem!important
}

.pl-m,
.px-m {
    padding-left: 1rem!important
}

.p-ml {
    padding: 1.5rem!important
}

.pt-ml,
.py-ml {
    padding-top: 1.5rem!important
}

.pr-ml,
.px-ml {
    padding-right: 1.5rem!important
}

.pb-ml,
.py-ml {
    padding-bottom: 1.5rem!important
}

.pl-ml,
.px-ml {
    padding-left: 1.5rem!important
}

.p-l {
    padding: 2rem!important
}

.pt-l,
.py-l {
    padding-top: 2rem!important
}

.pr-l,
.px-l {
    padding-right: 2rem!important
}

.pb-l,
.py-l {
    padding-bottom: 2rem!important
}

.pl-l,
.px-l {
    padding-left: 2rem!important
}

.p-xl {
    padding: 3rem!important
}

.pt-xl,
.py-xl {
    padding-top: 3rem!important
}

.pr-xl,
.px-xl {
    padding-right: 3rem!important
}

.pb-xl,
.py-xl {
    padding-bottom: 3rem!important
}

.pl-xl,
.px-xl {
    padding-left: 3rem!important
}

.p-xxl {
    padding: 4rem!important
}

.pt-xxl,
.py-xxl {
    padding-top: 4rem!important
}

.pr-xxl,
.px-xxl {
    padding-right: 4rem!important
}

.pb-xxl,
.py-xxl {
    padding-bottom: 4rem!important
}

.pl-xxl,
.px-xxl {
    padding-left: 4rem!important
}

.p-xxxl {
    padding: 4.5rem!important
}

.pt-xxxl,
.py-xxxl {
    padding-top: 4.5rem!important
}

.pr-xxxl,
.px-xxxl {
    padding-right: 4.5rem!important
}

.pb-xxxl,
.py-xxxl {
    padding-bottom: 4.5rem!important
}

.pl-xxxl,
.px-xxxl {
    padding-left: 4.5rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .m-sm-xs {
        margin: .25rem!important
    }
    .mt-sm-xs,
    .my-sm-xs {
        margin-top: .25rem!important
    }
    .mr-sm-xs,
    .mx-sm-xs {
        margin-right: .25rem!important
    }
    .mb-sm-xs,
    .my-sm-xs {
        margin-bottom: .25rem!important
    }
    .ml-sm-xs,
    .mx-sm-xs {
        margin-left: .25rem!important
    }
    .m-sm-s {
        margin: .5rem!important
    }
    .mt-sm-s,
    .my-sm-s {
        margin-top: .5rem!important
    }
    .mr-sm-s,
    .mx-sm-s {
        margin-right: .5rem!important
    }
    .mb-sm-s,
    .my-sm-s {
        margin-bottom: .5rem!important
    }
    .ml-sm-s,
    .mx-sm-s {
        margin-left: .5rem!important
    }
    .m-sm-m {
        margin: 1rem!important
    }
    .mt-sm-m,
    .my-sm-m {
        margin-top: 1rem!important
    }
    .mr-sm-m,
    .mx-sm-m {
        margin-right: 1rem!important
    }
    .mb-sm-m,
    .my-sm-m {
        margin-bottom: 1rem!important
    }
    .ml-sm-m,
    .mx-sm-m {
        margin-left: 1rem!important
    }
    .m-sm-ml {
        margin: 1.5rem!important
    }
    .mt-sm-ml,
    .my-sm-ml {
        margin-top: 1.5rem!important
    }
    .mr-sm-ml,
    .mx-sm-ml {
        margin-right: 1.5rem!important
    }
    .mb-sm-ml,
    .my-sm-ml {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-ml,
    .mx-sm-ml {
        margin-left: 1.5rem!important
    }
    .m-sm-l {
        margin: 2rem!important
    }
    .mt-sm-l,
    .my-sm-l {
        margin-top: 2rem!important
    }
    .mr-sm-l,
    .mx-sm-l {
        margin-right: 2rem!important
    }
    .mb-sm-l,
    .my-sm-l {
        margin-bottom: 2rem!important
    }
    .ml-sm-l,
    .mx-sm-l {
        margin-left: 2rem!important
    }
    .m-sm-xl {
        margin: 3rem!important
    }
    .mt-sm-xl,
    .my-sm-xl {
        margin-top: 3rem!important
    }
    .mr-sm-xl,
    .mx-sm-xl {
        margin-right: 3rem!important
    }
    .mb-sm-xl,
    .my-sm-xl {
        margin-bottom: 3rem!important
    }
    .ml-sm-xl,
    .mx-sm-xl {
        margin-left: 3rem!important
    }
    .m-sm-xxl {
        margin: 4rem!important
    }
    .mt-sm-xxl,
    .my-sm-xxl {
        margin-top: 4rem!important
    }
    .mr-sm-xxl,
    .mx-sm-xxl {
        margin-right: 4rem!important
    }
    .mb-sm-xxl,
    .my-sm-xxl {
        margin-bottom: 4rem!important
    }
    .ml-sm-xxl,
    .mx-sm-xxl {
        margin-left: 4rem!important
    }
    .m-sm-xxxl {
        margin: 4.5rem!important
    }
    .mt-sm-xxxl,
    .my-sm-xxxl {
        margin-top: 4.5rem!important
    }
    .mr-sm-xxxl,
    .mx-sm-xxxl {
        margin-right: 4.5rem!important
    }
    .mb-sm-xxxl,
    .my-sm-xxxl {
        margin-bottom: 4.5rem!important
    }
    .ml-sm-xxxl,
    .mx-sm-xxxl {
        margin-left: 4.5rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .p-sm-xs {
        padding: .25rem!important
    }
    .pt-sm-xs,
    .py-sm-xs {
        padding-top: .25rem!important
    }
    .pr-sm-xs,
    .px-sm-xs {
        padding-right: .25rem!important
    }
    .pb-sm-xs,
    .py-sm-xs {
        padding-bottom: .25rem!important
    }
    .pl-sm-xs,
    .px-sm-xs {
        padding-left: .25rem!important
    }
    .p-sm-s {
        padding: .5rem!important
    }
    .pt-sm-s,
    .py-sm-s {
        padding-top: .5rem!important
    }
    .pr-sm-s,
    .px-sm-s {
        padding-right: .5rem!important
    }
    .pb-sm-s,
    .py-sm-s {
        padding-bottom: .5rem!important
    }
    .pl-sm-s,
    .px-sm-s {
        padding-left: .5rem!important
    }
    .p-sm-m {
        padding: 1rem!important
    }
    .pt-sm-m,
    .py-sm-m {
        padding-top: 1rem!important
    }
    .pr-sm-m,
    .px-sm-m {
        padding-right: 1rem!important
    }
    .pb-sm-m,
    .py-sm-m {
        padding-bottom: 1rem!important
    }
    .pl-sm-m,
    .px-sm-m {
        padding-left: 1rem!important
    }
    .p-sm-ml {
        padding: 1.5rem!important
    }
    .pt-sm-ml,
    .py-sm-ml {
        padding-top: 1.5rem!important
    }
    .pr-sm-ml,
    .px-sm-ml {
        padding-right: 1.5rem!important
    }
    .pb-sm-ml,
    .py-sm-ml {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-ml,
    .px-sm-ml {
        padding-left: 1.5rem!important
    }
    .p-sm-l {
        padding: 2rem!important
    }
    .pt-sm-l,
    .py-sm-l {
        padding-top: 2rem!important
    }
    .pr-sm-l,
    .px-sm-l {
        padding-right: 2rem!important
    }
    .pb-sm-l,
    .py-sm-l {
        padding-bottom: 2rem!important
    }
    .pl-sm-l,
    .px-sm-l {
        padding-left: 2rem!important
    }
    .p-sm-xl {
        padding: 3rem!important
    }
    .pt-sm-xl,
    .py-sm-xl {
        padding-top: 3rem!important
    }
    .pr-sm-xl,
    .px-sm-xl {
        padding-right: 3rem!important
    }
    .pb-sm-xl,
    .py-sm-xl {
        padding-bottom: 3rem!important
    }
    .pl-sm-xl,
    .px-sm-xl {
        padding-left: 3rem!important
    }
    .p-sm-xxl {
        padding: 4rem!important
    }
    .pt-sm-xxl,
    .py-sm-xxl {
        padding-top: 4rem!important
    }
    .pr-sm-xxl,
    .px-sm-xxl {
        padding-right: 4rem!important
    }
    .pb-sm-xxl,
    .py-sm-xxl {
        padding-bottom: 4rem!important
    }
    .pl-sm-xxl,
    .px-sm-xxl {
        padding-left: 4rem!important
    }
    .p-sm-xxxl {
        padding: 4.5rem!important
    }
    .pt-sm-xxxl,
    .py-sm-xxxl {
        padding-top: 4.5rem!important
    }
    .pr-sm-xxxl,
    .px-sm-xxxl {
        padding-right: 4.5rem!important
    }
    .pb-sm-xxxl,
    .py-sm-xxxl {
        padding-bottom: 4.5rem!important
    }
    .pl-sm-xxxl,
    .px-sm-xxxl {
        padding-left: 4.5rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .m-md-xs {
        margin: .25rem!important
    }
    .mt-md-xs,
    .my-md-xs {
        margin-top: .25rem!important
    }
    .mr-md-xs,
    .mx-md-xs {
        margin-right: .25rem!important
    }
    .mb-md-xs,
    .my-md-xs {
        margin-bottom: .25rem!important
    }
    .ml-md-xs,
    .mx-md-xs {
        margin-left: .25rem!important
    }
    .m-md-s {
        margin: .5rem!important
    }
    .mt-md-s,
    .my-md-s {
        margin-top: .5rem!important
    }
    .mr-md-s,
    .mx-md-s {
        margin-right: .5rem!important
    }
    .mb-md-s,
    .my-md-s {
        margin-bottom: .5rem!important
    }
    .ml-md-s,
    .mx-md-s {
        margin-left: .5rem!important
    }
    .m-md-m {
        margin: 1rem!important
    }
    .mt-md-m,
    .my-md-m {
        margin-top: 1rem!important
    }
    .mr-md-m,
    .mx-md-m {
        margin-right: 1rem!important
    }
    .mb-md-m,
    .my-md-m {
        margin-bottom: 1rem!important
    }
    .ml-md-m,
    .mx-md-m {
        margin-left: 1rem!important
    }
    .m-md-ml {
        margin: 1.5rem!important
    }
    .mt-md-ml,
    .my-md-ml {
        margin-top: 1.5rem!important
    }
    .mr-md-ml,
    .mx-md-ml {
        margin-right: 1.5rem!important
    }
    .mb-md-ml,
    .my-md-ml {
        margin-bottom: 1.5rem!important
    }
    .ml-md-ml,
    .mx-md-ml {
        margin-left: 1.5rem!important
    }
    .m-md-l {
        margin: 2rem!important
    }
    .mt-md-l,
    .my-md-l {
        margin-top: 2rem!important
    }
    .mr-md-l,
    .mx-md-l {
        margin-right: 2rem!important
    }
    .mb-md-l,
    .my-md-l {
        margin-bottom: 2rem!important
    }
    .ml-md-l,
    .mx-md-l {
        margin-left: 2rem!important
    }
    .m-md-xl {
        margin: 3rem!important
    }
    .mt-md-xl,
    .my-md-xl {
        margin-top: 3rem!important
    }
    .mr-md-xl,
    .mx-md-xl {
        margin-right: 3rem!important
    }
    .mb-md-xl,
    .my-md-xl {
        margin-bottom: 3rem!important
    }
    .ml-md-xl,
    .mx-md-xl {
        margin-left: 3rem!important
    }
    .m-md-xxl {
        margin: 4rem!important
    }
    .mt-md-xxl,
    .my-md-xxl {
        margin-top: 4rem!important
    }
    .mr-md-xxl,
    .mx-md-xxl {
        margin-right: 4rem!important
    }
    .mb-md-xxl,
    .my-md-xxl {
        margin-bottom: 4rem!important
    }
    .ml-md-xxl,
    .mx-md-xxl {
        margin-left: 4rem!important
    }
    .m-md-xxxl {
        margin: 4.5rem!important
    }
    .mt-md-xxxl,
    .my-md-xxxl {
        margin-top: 4.5rem!important
    }
    .mr-md-xxxl,
    .mx-md-xxxl {
        margin-right: 4.5rem!important
    }
    .mb-md-xxxl,
    .my-md-xxxl {
        margin-bottom: 4.5rem!important
    }
    .ml-md-xxxl,
    .mx-md-xxxl {
        margin-left: 4.5rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .p-md-xs {
        padding: .25rem!important
    }
    .pt-md-xs,
    .py-md-xs {
        padding-top: .25rem!important
    }
    .pr-md-xs,
    .px-md-xs {
        padding-right: .25rem!important
    }
    .pb-md-xs,
    .py-md-xs {
        padding-bottom: .25rem!important
    }
    .pl-md-xs,
    .px-md-xs {
        padding-left: .25rem!important
    }
    .p-md-s {
        padding: .5rem!important
    }
    .pt-md-s,
    .py-md-s {
        padding-top: .5rem!important
    }
    .pr-md-s,
    .px-md-s {
        padding-right: .5rem!important
    }
    .pb-md-s,
    .py-md-s {
        padding-bottom: .5rem!important
    }
    .pl-md-s,
    .px-md-s {
        padding-left: .5rem!important
    }
    .p-md-m {
        padding: 1rem!important
    }
    .pt-md-m,
    .py-md-m {
        padding-top: 1rem!important
    }
    .pr-md-m,
    .px-md-m {
        padding-right: 1rem!important
    }
    .pb-md-m,
    .py-md-m {
        padding-bottom: 1rem!important
    }
    .pl-md-m,
    .px-md-m {
        padding-left: 1rem!important
    }
    .p-md-ml {
        padding: 1.5rem!important
    }
    .pt-md-ml,
    .py-md-ml {
        padding-top: 1.5rem!important
    }
    .pr-md-ml,
    .px-md-ml {
        padding-right: 1.5rem!important
    }
    .pb-md-ml,
    .py-md-ml {
        padding-bottom: 1.5rem!important
    }
    .pl-md-ml,
    .px-md-ml {
        padding-left: 1.5rem!important
    }
    .p-md-l {
        padding: 2rem!important
    }
    .pt-md-l,
    .py-md-l {
        padding-top: 2rem!important
    }
    .pr-md-l,
    .px-md-l {
        padding-right: 2rem!important
    }
    .pb-md-l,
    .py-md-l {
        padding-bottom: 2rem!important
    }
    .pl-md-l,
    .px-md-l {
        padding-left: 2rem!important
    }
    .p-md-xl {
        padding: 3rem!important
    }
    .pt-md-xl,
    .py-md-xl {
        padding-top: 3rem!important
    }
    .pr-md-xl,
    .px-md-xl {
        padding-right: 3rem!important
    }
    .pb-md-xl,
    .py-md-xl {
        padding-bottom: 3rem!important
    }
    .pl-md-xl,
    .px-md-xl {
        padding-left: 3rem!important
    }
    .p-md-xxl {
        padding: 4rem!important
    }
    .pt-md-xxl,
    .py-md-xxl {
        padding-top: 4rem!important
    }
    .pr-md-xxl,
    .px-md-xxl {
        padding-right: 4rem!important
    }
    .pb-md-xxl,
    .py-md-xxl {
        padding-bottom: 4rem!important
    }
    .pl-md-xxl,
    .px-md-xxl {
        padding-left: 4rem!important
    }
    .p-md-xxxl {
        padding: 4.5rem!important
    }
    .pt-md-xxxl,
    .py-md-xxxl {
        padding-top: 4.5rem!important
    }
    .pr-md-xxxl,
    .px-md-xxxl {
        padding-right: 4.5rem!important
    }
    .pb-md-xxxl,
    .py-md-xxxl {
        padding-bottom: 4.5rem!important
    }
    .pl-md-xxxl,
    .px-md-xxxl {
        padding-left: 4.5rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .m-lg-xs {
        margin: .25rem!important
    }
    .mt-lg-xs,
    .my-lg-xs {
        margin-top: .25rem!important
    }
    .mr-lg-xs,
    .mx-lg-xs {
        margin-right: .25rem!important
    }
    .mb-lg-xs,
    .my-lg-xs {
        margin-bottom: .25rem!important
    }
    .ml-lg-xs,
    .mx-lg-xs {
        margin-left: .25rem!important
    }
    .m-lg-s {
        margin: .5rem!important
    }
    .mt-lg-s,
    .my-lg-s {
        margin-top: .5rem!important
    }
    .mr-lg-s,
    .mx-lg-s {
        margin-right: .5rem!important
    }
    .mb-lg-s,
    .my-lg-s {
        margin-bottom: .5rem!important
    }
    .ml-lg-s,
    .mx-lg-s {
        margin-left: .5rem!important
    }
    .m-lg-m {
        margin: 1rem!important
    }
    .mt-lg-m,
    .my-lg-m {
        margin-top: 1rem!important
    }
    .mr-lg-m,
    .mx-lg-m {
        margin-right: 1rem!important
    }
    .mb-lg-m,
    .my-lg-m {
        margin-bottom: 1rem!important
    }
    .ml-lg-m,
    .mx-lg-m {
        margin-left: 1rem!important
    }
    .m-lg-ml {
        margin: 1.5rem!important
    }
    .mt-lg-ml,
    .my-lg-ml {
        margin-top: 1.5rem!important
    }
    .mr-lg-ml,
    .mx-lg-ml {
        margin-right: 1.5rem!important
    }
    .mb-lg-ml,
    .my-lg-ml {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-ml,
    .mx-lg-ml {
        margin-left: 1.5rem!important
    }
    .m-lg-l {
        margin: 2rem!important
    }
    .mt-lg-l,
    .my-lg-l {
        margin-top: 2rem!important
    }
    .mr-lg-l,
    .mx-lg-l {
        margin-right: 2rem!important
    }
    .mb-lg-l,
    .my-lg-l {
        margin-bottom: 2rem!important
    }
    .ml-lg-l,
    .mx-lg-l {
        margin-left: 2rem!important
    }
    .m-lg-xl {
        margin: 3rem!important
    }
    .mt-lg-xl,
    .my-lg-xl {
        margin-top: 3rem!important
    }
    .mr-lg-xl,
    .mx-lg-xl {
        margin-right: 3rem!important
    }
    .mb-lg-xl,
    .my-lg-xl {
        margin-bottom: 3rem!important
    }
    .ml-lg-xl,
    .mx-lg-xl {
        margin-left: 3rem!important
    }
    .m-lg-xxl {
        margin: 4rem!important
    }
    .mt-lg-xxl,
    .my-lg-xxl {
        margin-top: 4rem!important
    }
    .mr-lg-xxl,
    .mx-lg-xxl {
        margin-right: 4rem!important
    }
    .mb-lg-xxl,
    .my-lg-xxl {
        margin-bottom: 4rem!important
    }
    .ml-lg-xxl,
    .mx-lg-xxl {
        margin-left: 4rem!important
    }
    .m-lg-xxxl {
        margin: 4.5rem!important
    }
    .mt-lg-xxxl,
    .my-lg-xxxl {
        margin-top: 4.5rem!important
    }
    .mr-lg-xxxl,
    .mx-lg-xxxl {
        margin-right: 4.5rem!important
    }
    .mb-lg-xxxl,
    .my-lg-xxxl {
        margin-bottom: 4.5rem!important
    }
    .ml-lg-xxxl,
    .mx-lg-xxxl {
        margin-left: 4.5rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .p-lg-xs {
        padding: .25rem!important
    }
    .pt-lg-xs,
    .py-lg-xs {
        padding-top: .25rem!important
    }
    .pr-lg-xs,
    .px-lg-xs {
        padding-right: .25rem!important
    }
    .pb-lg-xs,
    .py-lg-xs {
        padding-bottom: .25rem!important
    }
    .pl-lg-xs,
    .px-lg-xs {
        padding-left: .25rem!important
    }
    .p-lg-s {
        padding: .5rem!important
    }
    .pt-lg-s,
    .py-lg-s {
        padding-top: .5rem!important
    }
    .pr-lg-s,
    .px-lg-s {
        padding-right: .5rem!important
    }
    .pb-lg-s,
    .py-lg-s {
        padding-bottom: .5rem!important
    }
    .pl-lg-s,
    .px-lg-s {
        padding-left: .5rem!important
    }
    .p-lg-m {
        padding: 1rem!important
    }
    .pt-lg-m,
    .py-lg-m {
        padding-top: 1rem!important
    }
    .pr-lg-m,
    .px-lg-m {
        padding-right: 1rem!important
    }
    .pb-lg-m,
    .py-lg-m {
        padding-bottom: 1rem!important
    }
    .pl-lg-m,
    .px-lg-m {
        padding-left: 1rem!important
    }
    .p-lg-ml {
        padding: 1.5rem!important
    }
    .pt-lg-ml,
    .py-lg-ml {
        padding-top: 1.5rem!important
    }
    .pr-lg-ml,
    .px-lg-ml {
        padding-right: 1.5rem!important
    }
    .pb-lg-ml,
    .py-lg-ml {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-ml,
    .px-lg-ml {
        padding-left: 1.5rem!important
    }
    .p-lg-l {
        padding: 2rem!important
    }
    .pt-lg-l,
    .py-lg-l {
        padding-top: 2rem!important
    }
    .pr-lg-l,
    .px-lg-l {
        padding-right: 2rem!important
    }
    .pb-lg-l,
    .py-lg-l {
        padding-bottom: 2rem!important
    }
    .pl-lg-l,
    .px-lg-l {
        padding-left: 2rem!important
    }
    .p-lg-xl {
        padding: 3rem!important
    }
    .pt-lg-xl,
    .py-lg-xl {
        padding-top: 3rem!important
    }
    .pr-lg-xl,
    .px-lg-xl {
        padding-right: 3rem!important
    }
    .pb-lg-xl,
    .py-lg-xl {
        padding-bottom: 3rem!important
    }
    .pl-lg-xl,
    .px-lg-xl {
        padding-left: 3rem!important
    }
    .p-lg-xxl {
        padding: 4rem!important
    }
    .pt-lg-xxl,
    .py-lg-xxl {
        padding-top: 4rem!important
    }
    .pr-lg-xxl,
    .px-lg-xxl {
        padding-right: 4rem!important
    }
    .pb-lg-xxl,
    .py-lg-xxl {
        padding-bottom: 4rem!important
    }
    .pl-lg-xxl,
    .px-lg-xxl {
        padding-left: 4rem!important
    }
    .p-lg-xxxl {
        padding: 4.5rem!important
    }
    .pt-lg-xxxl,
    .py-lg-xxxl {
        padding-top: 4.5rem!important
    }
    .pr-lg-xxxl,
    .px-lg-xxxl {
        padding-right: 4.5rem!important
    }
    .pb-lg-xxxl,
    .py-lg-xxxl {
        padding-bottom: 4.5rem!important
    }
    .pl-lg-xxxl,
    .px-lg-xxxl {
        padding-left: 4.5rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .m-xl-xs {
        margin: .25rem!important
    }
    .mt-xl-xs,
    .my-xl-xs {
        margin-top: .25rem!important
    }
    .mr-xl-xs,
    .mx-xl-xs {
        margin-right: .25rem!important
    }
    .mb-xl-xs,
    .my-xl-xs {
        margin-bottom: .25rem!important
    }
    .ml-xl-xs,
    .mx-xl-xs {
        margin-left: .25rem!important
    }
    .m-xl-s {
        margin: .5rem!important
    }
    .mt-xl-s,
    .my-xl-s {
        margin-top: .5rem!important
    }
    .mr-xl-s,
    .mx-xl-s {
        margin-right: .5rem!important
    }
    .mb-xl-s,
    .my-xl-s {
        margin-bottom: .5rem!important
    }
    .ml-xl-s,
    .mx-xl-s {
        margin-left: .5rem!important
    }
    .m-xl-m {
        margin: 1rem!important
    }
    .mt-xl-m,
    .my-xl-m {
        margin-top: 1rem!important
    }
    .mr-xl-m,
    .mx-xl-m {
        margin-right: 1rem!important
    }
    .mb-xl-m,
    .my-xl-m {
        margin-bottom: 1rem!important
    }
    .ml-xl-m,
    .mx-xl-m {
        margin-left: 1rem!important
    }
    .m-xl-ml {
        margin: 1.5rem!important
    }
    .mt-xl-ml,
    .my-xl-ml {
        margin-top: 1.5rem!important
    }
    .mr-xl-ml,
    .mx-xl-ml {
        margin-right: 1.5rem!important
    }
    .mb-xl-ml,
    .my-xl-ml {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-ml,
    .mx-xl-ml {
        margin-left: 1.5rem!important
    }
    .m-xl-l {
        margin: 2rem!important
    }
    .mt-xl-l,
    .my-xl-l {
        margin-top: 2rem!important
    }
    .mr-xl-l,
    .mx-xl-l {
        margin-right: 2rem!important
    }
    .mb-xl-l,
    .my-xl-l {
        margin-bottom: 2rem!important
    }
    .ml-xl-l,
    .mx-xl-l {
        margin-left: 2rem!important
    }
    .m-xl-xl {
        margin: 3rem!important
    }
    .mt-xl-xl,
    .my-xl-xl {
        margin-top: 3rem!important
    }
    .mr-xl-xl,
    .mx-xl-xl {
        margin-right: 3rem!important
    }
    .mb-xl-xl,
    .my-xl-xl {
        margin-bottom: 3rem!important
    }
    .ml-xl-xl,
    .mx-xl-xl {
        margin-left: 3rem!important
    }
    .m-xl-xxl {
        margin: 4rem!important
    }
    .mt-xl-xxl,
    .my-xl-xxl {
        margin-top: 4rem!important
    }
    .mr-xl-xxl,
    .mx-xl-xxl {
        margin-right: 4rem!important
    }
    .mb-xl-xxl,
    .my-xl-xxl {
        margin-bottom: 4rem!important
    }
    .ml-xl-xxl,
    .mx-xl-xxl {
        margin-left: 4rem!important
    }
    .m-xl-xxxl {
        margin: 4.5rem!important
    }
    .mt-xl-xxxl,
    .my-xl-xxxl {
        margin-top: 4.5rem!important
    }
    .mr-xl-xxxl,
    .mx-xl-xxxl {
        margin-right: 4.5rem!important
    }
    .mb-xl-xxxl,
    .my-xl-xxxl {
        margin-bottom: 4.5rem!important
    }
    .ml-xl-xxxl,
    .mx-xl-xxxl {
        margin-left: 4.5rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .p-xl-xs {
        padding: .25rem!important
    }
    .pt-xl-xs,
    .py-xl-xs {
        padding-top: .25rem!important
    }
    .pr-xl-xs,
    .px-xl-xs {
        padding-right: .25rem!important
    }
    .pb-xl-xs,
    .py-xl-xs {
        padding-bottom: .25rem!important
    }
    .pl-xl-xs,
    .px-xl-xs {
        padding-left: .25rem!important
    }
    .p-xl-s {
        padding: .5rem!important
    }
    .pt-xl-s,
    .py-xl-s {
        padding-top: .5rem!important
    }
    .pr-xl-s,
    .px-xl-s {
        padding-right: .5rem!important
    }
    .pb-xl-s,
    .py-xl-s {
        padding-bottom: .5rem!important
    }
    .pl-xl-s,
    .px-xl-s {
        padding-left: .5rem!important
    }
    .p-xl-m {
        padding: 1rem!important
    }
    .pt-xl-m,
    .py-xl-m {
        padding-top: 1rem!important
    }
    .pr-xl-m,
    .px-xl-m {
        padding-right: 1rem!important
    }
    .pb-xl-m,
    .py-xl-m {
        padding-bottom: 1rem!important
    }
    .pl-xl-m,
    .px-xl-m {
        padding-left: 1rem!important
    }
    .p-xl-ml {
        padding: 1.5rem!important
    }
    .pt-xl-ml,
    .py-xl-ml {
        padding-top: 1.5rem!important
    }
    .pr-xl-ml,
    .px-xl-ml {
        padding-right: 1.5rem!important
    }
    .pb-xl-ml,
    .py-xl-ml {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-ml,
    .px-xl-ml {
        padding-left: 1.5rem!important
    }
    .p-xl-l {
        padding: 2rem!important
    }
    .pt-xl-l,
    .py-xl-l {
        padding-top: 2rem!important
    }
    .pr-xl-l,
    .px-xl-l {
        padding-right: 2rem!important
    }
    .pb-xl-l,
    .py-xl-l {
        padding-bottom: 2rem!important
    }
    .pl-xl-l,
    .px-xl-l {
        padding-left: 2rem!important
    }
    .p-xl-xl {
        padding: 3rem!important
    }
    .pt-xl-xl,
    .py-xl-xl {
        padding-top: 3rem!important
    }
    .pr-xl-xl,
    .px-xl-xl {
        padding-right: 3rem!important
    }
    .pb-xl-xl,
    .py-xl-xl {
        padding-bottom: 3rem!important
    }
    .pl-xl-xl,
    .px-xl-xl {
        padding-left: 3rem!important
    }
    .p-xl-xxl {
        padding: 4rem!important
    }
    .pt-xl-xxl,
    .py-xl-xxl {
        padding-top: 4rem!important
    }
    .pr-xl-xxl,
    .px-xl-xxl {
        padding-right: 4rem!important
    }
    .pb-xl-xxl,
    .py-xl-xxl {
        padding-bottom: 4rem!important
    }
    .pl-xl-xxl,
    .px-xl-xxl {
        padding-left: 4rem!important
    }
    .p-xl-xxxl {
        padding: 4.5rem!important
    }
    .pt-xl-xxxl,
    .py-xl-xxxl {
        padding-top: 4.5rem!important
    }
    .pr-xl-xxxl,
    .px-xl-xxxl {
        padding-right: 4.5rem!important
    }
    .pb-xl-xxxl,
    .py-xl-xxxl {
        padding-bottom: 4.5rem!important
    }
    .pl-xl-xxxl,
    .px-xl-xxxl {
        padding-left: 4.5rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-italic {
    font-style: italic!important
}

.text-primary {
    color: #0170bc!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #015289!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124!important
}

a.text-digital-black:focus,
a.text-digital-black:hover {
    color: #1a1a1a!important
}

a.text-gray-60:focus,
a.text-gray-60:hover {
    color: #373737!important
}

a.text-gray-40:focus,
a.text-gray-40:hover {
    color: #797a7d!important
}

a.text-gray-15:focus,
a.text-gray-15:hover {
    color: silver!important
}

a.text-gray-05:focus,
a.text-gray-05:hover {
    color: #cbcbcb!important
}

a.text-gray-01:focus,
a.text-gray-01:hover {
    color: #dfdfdf!important
}

a.text-white:focus,
a.text-white:hover {
    color: #e6e6e6!important
}

a.text-digital-blue:focus,
a.text-digital-blue:hover {
    color: #015289!important
}

a.text-digital-blue-10:focus,
a.text-digital-blue-10:hover {
    color: #bedbed!important
}

a.text-cigna-blue-dark:focus,
a.text-cigna-blue-dark:hover {
    color: #002d53!important
}

a.text-cigna-blue-light:focus,
a.text-cigna-blue-light:hover {
    color: #0083ad!important
}

a.text-digital-green:focus,
a.text-digital-green:hover {
    color: #0b5302!important
}

a.text-digital-green-10:focus,
a.text-digital-green-10:hover {
    color: #c8e1c3!important
}

a.text-cigna-orange-logo:focus,
a.text-cigna-orange-logo:hover {
    color: #db6d09!important
}

a.text-cigna-orange-dark:focus,
a.text-cigna-orange-dark:hover {
    color: #b14004!important
}

a.text-cigna-orange-light-20:focus,
a.text-cigna-orange-light-20:hover {
    color: #f9dfa6!important
}

a.text-digital-red:focus,
a.text-digital-red:hover {
    color: #900!important
}

a.text-digital-red-10:focus,
a.text-digital-red-10:hover {
    color: #ffb2af!important
}

a.text-digital-purple:focus,
a.text-digital-purple:hover {
    color: #4d004d!important
}

.text-body {
    color: #333!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5)!important
}

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

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

#javascript-required {
    margin-top: 4rem
}

.no-js body {
    background-color: #fff!important
}

.no-js body #browser-warning,
.no-js body #content-wrapper {
    display: none!important
}

.no-cookie #browser-warning,
.no-ctm #browser-warning {
    display: block!important
}

.no-cookie #browser-warning .bad-browser-message,
.no-ctm #browser-warning .bad-browser-message {
    display: block
}

.no-cookie #browser-warning .no-cookie-message,
.no-cookie:not(.no-ctm) #browser-warning .bad-browser-message,
.no-ctm #browser-warning .no-cookie-message {
    display: none
}

.no-cookie:not(.no-ctm) #browser-warning .no-cookie-message {
    display: block
}


/*! Copyright (C) 2011-2017 Hoefler & Co. This software is the property of Hoefler & Co. (H&Co). Your right to access and use this software is subject to the applicable License Agreement, or Terms of Service, that exists between you and H&Co. If no such agreement exists, you may not access or use this software for any purpose. This software may only be hosted at the locations specified in the applicable License Agreement or Terms of Service, and only for the purposes expressly set forth therein. You may not copy, modify, convert, create derivative works from or distribute this software in any way, or make it accessible to any third party, without first obtaining the written permission of H&Co. For more information, please visit us at http://typography.com. 53236-109108-20170615 */

@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: normal;
    font-weight: 400;
    src: url(/static/www-cigna-com/v1/fonts/7F9E03A0F57418CCA.woff2) format("woff2"), url(/static/www-cigna-com/v1/fonts/7F9E03A0F57418CCA.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: italic;
    font-weight: 400;
    src: url(/static/www-cigna-com/v1/fonts/4682495EFF42FECFA.woff2) format("woff2"), url(/static/www-cigna-com/v1/fonts/4682495EFF42FECFA.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: normal;
    font-weight: 500;
    src: url(/static/www-cigna-com/v1/fonts/B549DC717A82215E5.woff2) format("woff2"), url(/static/www-cigna-com/v1/fonts/B549DC717A82215E5.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: italic;
    font-weight: 500;
    src: url(/static/www-cigna-com/v1/fonts/8A759DCC601661D38.woff2) format("woff2"), url(/static/www-cigna-com/v1/fonts/8A759DCC601661D38.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: normal;
    font-weight: 700;
    src: url(/static/www-cigna-com/v1/fonts/CA3CAD619E0A246D7.woff2) format("woff2"), url(/static/www-cigna-com/v1/fonts/CA3CAD619E0A246D7.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: italic;
    font-weight: 700;
    src: url(/static/www-cigna-com/v1/fonts/BD64AA1D63D0D4DA1.woff2) format("woff2"), url(/static/www-cigna-com/v1/fonts/BD64AA1D63D0D4DA1.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: normal;
    font-weight: 800;
    src: url(/static/www-cigna-com/v1/fonts/2E7E8DF35E4DCF79F.woff2) format("woff2"), url(/static/www-cigna-com/v1/fonts/2E7E8DF35E4DCF79F.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: HCo Gotham SSm;
    font-style: normal;
    font-weight: 800;
    src: url(/static/www-cigna-com/v1/fonts/EE8C4CE5E730CFD28.woff2) format("woff2"), url(/static/www-cigna-com/v1/fonts/EE8C4CE5E730CFD28.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Merriweather;
    font-style: italic;
    font-weight: 400;
    src: url(/static/www-cigna-com/v1/fonts/merriweather-v19-latin-italic.woff2) format("woff2"), url(/static/www-cigna-com/v1/fonts/merriweather-v19-latin-italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: url(/static/www-cigna-com/v1/fonts/open-sans-v15-latin-regular.woff2) format("woff2"), url(/static/www-cigna-com/v1/fonts/open-sans-v15-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: url(/static/www-cigna-com/v1/fonts/open-sans-v15-latin-italic.woff2) format("woff2"), url(/static/www-cigna-com/v1/fonts/open-sans-v15-latin-italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: url(/static/www-cigna-com/v1/fonts/open-sans-v15-latin-600.woff2) format("woff2"), url(/static/www-cigna-com/v1/fonts/open-sans-v15-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 600;
    src: url(/static/www-cigna-com/v1/fonts/open-sans-v15-latin-600italic.woff2) format("woff2"), url(/static/www-cigna-com/v1/fonts/open-sans-v15-latin-600italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: url(/static/www-cigna-com/v1/fonts/open-sans-v15-latin-700.woff2) format("woff2"), url(/static/www-cigna-com/v1/fonts/open-sans-v15-latin-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 700;
    src: url(/static/www-cigna-com/v1/fonts/open-sans-v15-latin-700italic.woff2) format("woff2"), url(/static/www-cigna-com/v1/fonts/open-sans-v15-latin-700italic.woff) format("woff")
}

:focus:not(.focus-visible),
:focus:not(:focus-visible) {
    outline: none
}

.focus-visible {
    outline-color: #00a9e0
}

.display-desktop,
.display-mobile,
.subhead-1,
.subhead-2,
.subhead-3,
.subhead-4 {
    font-family: HCo Gotham SSm, Verdana, Geneva, sans-serif;
    font-weight: 500
}

.display,
.h1,
h1 {
    color: #118503;
    font-size: 2.25rem;
    letter-spacing: -.25px;
    line-height: 2.5
}

@media (min-width:576px) {
    .display,
    .h1,
    h1 {
        font-size: 2.875rem;
        line-height: 3
    }
}

.display-desktop,
.display-mobile {
    color: #118503;
    letter-spacing: -.25px
}

.display-desktop {
    font-size: 2.875rem;
    line-height: 1.2
}

.display-mobile {
    font-size: 2.25rem;
    line-height: 2.5
}

.h2,
.subhead-2,
h2 {
    font-size: 1.75rem;
    line-height: 2rem
}

.h3,
.subhead-3,
h3 {
    font-size: 1.375rem;
    line-height: 1.75rem
}

.h4,
.share-buttons-heading,
.subhead-4,
h4 {
    font-size: 1.125rem;
    line-height: 1.5rem
}

.h5,
.subhead-5,
h5 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem
}

.homepage-h1 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 2rem
}

@media (max-width:767.98px) {
    .homepage-h1 {
        font-size: 1.75rem
    }
}

.homepage-h2 {
    color: #118503;
    font-size: 2.25rem
}

@media (max-width:767.98px) {
    .homepage-h2 {
        font-size: 2rem
    }
}

.lead-paragraph {
    font-size: 1.125rem;
    line-height: 2rem
}

.body-text,
.h6,
h6 {
    font-size: 1rem;
    line-height: 1.5rem
}

.footer-text,
.site-navigation-level-2 .dropdown-item.link-lists a,
.site-navigation-level-2 .dropdown-item p,
.site-navigation-level-2 .link-action,
.small,
.small-text,
small {
    font-size: .875rem;
    line-height: 1.25rem
}

.footnotes,
.micro-text {
    color: #505050;
    font-size: .8125rem;
    line-height: 1rem
}

@media (max-width:767.98px) {
    .footnotes a,
    .micro-text a {
        word-wrap: break-word
    }
}

.accent-large,
.accent-medium,
.accent-small,
.accent-xlarge,
.quotation.blockquote .quote-text,
.quotation.side .quote-text {
    color: #333;
    font-family: Merriweather, serif;
    font-style: italic;
    font-weight: 400
}

.accent-small {
    color: #505050;
    font-size: .875rem;
    line-height: 1rem
}

.accent-medium {
    font-size: 1rem;
    line-height: 1.25rem
}

.accent-large,
.quotation.side .quote-text {
    font-size: 1.25rem;
    line-height: 2rem
}

.accent-xlarge,
.quotation.blockquote .quote-text {
    font-size: 1.75rem;
    line-height: 2.5rem
}

a,
a:not([href])[data-toggle=modal] {
    background-image: linear-gradient(rgba(51, 51, 51, .3), rgba(51, 51, 51, .3));
    background-position: 0 88%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #0170bc;
    cursor: pointer;
    font-weight: 600;
    padding-bottom: 4px
}

a:active,
a:hover,
a:not([href])[data-toggle=modal]:active,
a:not([href])[data-toggle=modal]:hover {
    background-image: linear-gradient(rgba(0, 73, 134, .3), rgba(0, 73, 134, .3));
    color: #004986;
    transition: color .2s
}

a:focus,
a:not([href])[data-toggle=modal]:focus {
    background-color: #fcf0d6
}

a:not(.btn):visited,
a:not([href])[data-toggle=modal]:not(.btn):visited {
    color: purple
}

.link-action .icon,
.link-external .icon,
.link-secure .icon {
    fill: currentColor;
    margin-bottom: 2px;
    margin-left: .25rem;
    vertical-align: text-bottom;
    width: 1.125rem;
    height: 1.125rem
}

.link-action .icon.action,
.link-external .icon.action,
.link-secure .icon.action {
    margin-left: .5rem
}

.small-text .link-action .icon,
.small-text .link-external .icon,
.small-text .link-secure .icon,
.small .link-action .icon,
.small .link-external .icon,
.small .link-secure .icon,
small .link-action .icon,
small .link-external .icon,
small .link-secure .icon {
    width: 1rem;
    height: 1rem
}

.link-action {
    background-image: none;
    background-position: inherit;
    background-repeat: inherit;
    background-size: inherit;
    color: #0170bc;
    margin-bottom: 3rem;
    padding-bottom: inherit
}

.small-text .link-action .icon.action,
.small .link-action .icon.action,
small .link-action .icon.action {
    margin-left: 6px
}

.link-action:active,
.link-action:hover {
    background-image: linear-gradient(rgba(0, 73, 134, .3), rgba(0, 73, 134, .3));
    background-position: 0 88%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #004986;
    padding-bottom: 4px;
    transition: color .2s
}

.action-link {
    margin-bottom: 3rem
}

.action-link.small,
.action-link.small-text {
    margin-bottom: 2rem
}

.strong {
    font-weight: 700
}

.break-word {
    word-break: break-word
}

.alert {
    border: 0;
    border-radius: .75rem;
    color: #333;
    margin-bottom: 3rem;
    padding: 0
}

.alert .a-message {
    display: inline-block;
    padding: 1rem 1.5rem 1.5rem
}

.alert .a-message .subhead-5 {
    margin-bottom: .5rem
}

.alert .a-message p:last-child {
    margin-bottom: 0
}

@media (min-width:576px) {
    .alert .a-message {
        display: table;
        padding: 1.5rem 3rem 1.5rem 1.5rem
    }
    .alert .a-message .subhead-5 {
        margin-bottom: 0
    }
}

.alert .alert-icon {
    display: inline-block;
    float: left;
    height: 44px;
    margin-left: 1.5rem;
    margin-top: 1.5rem;
    width: 44px
}

@media (min-width:576px) {
    .alert .alert-icon {
        display: table
    }
}

.alert .close {
    color: #333;
    cursor: pointer;
    height: 44px;
    opacity: 1;
    padding: 9px;
    text-align: center;
    width: 44px
}

.alert-warning {
    background-color: #fcf0d6
}

.alert-warning .alert-icon {
    fill: #e35205
}

.alert-info {
    background-color: #e6f1f8
}

.alert-info .alert-icon {
    fill: #004986
}

.alert-success {
    background-color: #e7f2e5
}

.alert-success .alert-icon {
    fill: #118503
}

.alert-danger {
    background-color: #ffe3e2
}

.alert-danger .alert-icon {
    fill: #c00
}

.alert-banner {
    background-color: #e6f1f8;
    margin-bottom: 0;
    padding: 1.5rem 1rem
}

@media (min-width:768px) {
    .alert-banner {
        padding-left: 0;
        padding-right: 0
    }
}

.alert-banner-body {
    font-size: .875rem;
    width: 100%
}

@media (min-width:576px) {
    .alert-banner-body {
        font-size: 1rem
    }
}

@media (min-width:768px) {
    .alert-banner-body {
        text-align: center;
        width: 83.33333%
    }
}

.alert-banner-body>:last-child {
    margin-bottom: 0
}

.hero {
    position: relative;
    z-index: 1
}

.hero p {
    margin-bottom: .75rem
}

.hero .lead-paragraph {
    line-height: 2rem;
    text-align: left
}

.hero h1 {
    line-height: 1.2;
    margin-bottom: 1rem
}

@media (max-width:991.98px) {
    .hero h1 {
        font-size: 2.25rem
    }
}

.hero h2 {
    line-height: 1.2;
    margin-bottom: 1rem
}

.hero-basic {
    padding-bottom: 2rem
}

@media (min-width:576px) {
    .hero-basic {
        padding-bottom: 3rem
    }
}

.hero-padding {
    padding-top: 2rem
}

@media (min-width:576px) {
    .hero-padding {
        padding-top: 3rem
    }
}

@media (min-width:768px) {
    .hero-gradient {
        background: linear-gradient(180deg, #fff, #fff 0, #efefef 100%, #efefef 0)
    }
}

.hero-gradient-all-sizes {
    background: linear-gradient(180deg, #fff, #fff 0, #efefef 100%, #efefef 0)
}

.hero-long-intro {
    margin-bottom: 3rem;
    min-height: 384px
}

@media (min-width:768px) {
    .hero-long-intro {
        padding-bottom: 4rem
    }
}

.hero-long-intro .lead-paragraph {
    padding: 0 16px
}

.hero-long-intro .long-intro-image {
    margin-top: 1.5rem
}

@media (min-width:576px) {
    .hero-long-intro .long-intro-image {
        margin-top: 2rem
    }
}

@media (min-width:768px) {
    .hero-long-intro .long-intro-image {
        margin-top: 0
    }
}

.hero-long-intro .long-intro-accent {
    margin-bottom: 1rem
}

.hero-long-intro p {
    margin-bottom: 0
}

.hero-floating-photo-cta {
    margin-bottom: 2rem;
    min-height: 350px
}

@media (min-width:576px) {
    .hero-floating-photo-cta {
        margin-bottom: 3rem
    }
}

@media (min-width:768px) {
    .hero-floating-photo-cta {
        margin-bottom: 4rem
    }
}

.hero-floating-photo-cta.without-cta {
    min-height: 300px
}

.hero-floating-photo-cta .hero-header {
    margin-top: 2rem
}

@media (min-width:768px) {
    .hero-floating-photo-cta .hero-header {
        margin-bottom: 3rem;
        margin-top: 0
    }
}

@media (min-width:992px) {
    .hero-floating-photo-cta .hero-header {
        margin-bottom: 4rem
    }
}

.hero-floating-photo-cta .a,
.hero-floating-photo-cta .b {
    flex: 0 0 100%
}

.hero-floating-photo-cta .a {
    order: 2
}

@media (min-width:768px) {
    .hero-floating-photo-cta .a {
        order: 1
    }
}

.hero-floating-photo-cta .b {
    order: 1
}

@media (min-width:768px) {
    .hero-floating-photo-cta .b {
        order: 2
    }
}

.hero-floating-photo-cta h1 {
    padding-top: 1.5rem
}

@media (min-width:768px) {
    .hero-floating-photo-cta h1 {
        padding-top: 0
    }
}

.floating-row {
    padding-bottom: 3rem
}

@media (min-width:768px) {
    .floating-row {
        padding-bottom: 3rem
    }
}

@media (min-width:992px) {
    .floating-row {
        padding-bottom: 4rem;
        position: relative
    }
}

@media (min-width:992px) {
    .hero-full-width-photo a {
        background: none
    }
}

.hero-full-width-photo .lead-photo {
    line-height: 24px
}

.hero-full-width-photo .lead-paragraph {
    font-size: 1.125rem;
    line-height: 2rem;
    padding: 0;
    text-align: left
}

@media (min-width:768px) {
    .hero-full-width-photo .lead-paragraph {
        margin-bottom: 1rem
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .hero-full-width-photo .lead-paragraph {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .hero-full-width-photo .lead-paragraph {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width:1200px) {
    .hero-full-width-photo .lead-paragraph {
        margin-bottom: 1.5rem
    }
}

@media (min-width:992px) {
    .hero-full-width-photo .full-width-container {
        position: absolute
    }
}

.hero-full-width-photo .full-width-row {
    margin: 0 auto;
    width: 100%
}

.hero-full-width-photo .hero-full-w-content {
    max-width: 100%
}

@media (min-width:768px) {
    .hero-full-width-photo .hero-full-w-content {
        position: absolute;
        right: 0;
        top: 0
    }
}

.hero-bg-holder {
    background: linear-gradient(180deg, #fff, #fff 0, #efefef 100%, #efefef 0);
    display: flex;
    justify-content: center;
    padding: 0
}

@media (min-width:576px) {
    .hero-cta {
        margin-top: 1rem
    }
}

.hero-cta .call-link,
.hero-cta button {
    display: block;
    line-height: 16px;
    margin-top: 1rem
}

@media (min-width:576px) {
    .hero-cta .call-link,
    .hero-cta button {
        display: inline-block;
        margin-top: 0
    }
}

@media (min-width:576px) {
    .hero-cta .call-link {
        margin-left: .5rem
    }
}

.call-us-cta {
    margin-top: 1rem
}

@media (min-width:768px) {
    .call-us-cta {
        margin-top: .5rem
    }
}

.call-us-cta a {
    background: none;
    color: #333;
    font-weight: 700;
    text-decoration: none
}

.hero-white-left-box {
    background: #fff;
    margin-top: 1.5rem
}

@media (min-width:768px) {
    .hero-white-left-box .hero-header {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .hero-white-left-box {
        border-radius: .75rem;
        box-shadow: 0 20px 36px -23px rgba(0, 0, 0, .65);
        margin-top: 0;
        min-height: 248px;
        padding: 1.5rem;
        position: absolute;
        top: 2rem;
        z-index: 2
    }
}

@media (min-width:992px) {
    .hero-white-left-box {
        min-height: 284px;
        padding: 2rem 1.5rem 2rem 2rem
    }
}

@media (min-width:1200px) {
    .hero-white-left-box {
        min-height: 328px;
        top: 3rem
    }
}

@media (max-width:767.98px) {
    .hero-white-left-box .full-width-link {
        margin-bottom: 3rem
    }
}

@media (min-width:768px) {
    .hero-white-left-box .full-width-border {
        display: none
    }
}

.hero-background-image {
    height: 144px;
    max-width: 576px;
    width: 100%
}

@media (min-width:576px) {
    .hero-background-image {
        height: 192px;
        max-width: 768px
    }
}

@media (min-width:768px) {
    .hero-background-image {
        height: calc(212px + 2rem);
        max-width: 992px
    }
}

@media (min-width:992px) {
    .hero-background-image {
        height: calc(272px + 2rem);
        max-width: 1200px
    }
}

@media (min-width:1200px) {
    .hero-background-image {
        height: calc(312px + 3rem);
        margin: 0 auto;
        max-width: 1440px
    }
}

.hero-bg {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1440px;
    width: 100%
}

.hero-image {
    border-radius: .75rem;
    box-shadow: 0 20px 36px -23px rgba(0, 0, 0, .65);
    width: 100%
}

@media (min-width:1200px) {
    .hero-floating-photo {
        bottom: -20px;
        position: absolute;
        right: 0
    }
}

.hero-plain {
    margin-bottom: 2rem;
    padding-bottom: 3rem
}

@media (min-width:576px) {
    .hero-plain {
        margin-bottom: 3rem
    }
}

@media (min-width:768px) {
    .hero-plain {
        margin-bottom: 4rem;
        padding-bottom: 4rem
    }
}

.hero-tel,
.tel-hidden {
    background: none;
    color: #0170bc;
    text-decoration: none
}

@media (min-width:768px) {
    .hero-tel,
    .tel-hidden {
        color: #333;
        cursor: default;
        pointer-events: none
    }
}

.hero-icon {
    margin-bottom: 3rem;
    padding-bottom: 3rem
}

@media (min-width:768px) {
    .hero-icon {
        margin-bottom: 4rem;
        padding-bottom: 4rem
    }
}

.hero-icon .hero-icon-sub-content {
    display: flex
}

.hero-icon .hero-icn {
    display: none
}

@media (min-width:768px) {
    .hero-icon .hero-icn {
        display: inline-flex;
        margin: 0 3rem 0 0;
        min-width: 144px
    }
}

.hero-icon .block-icn {
    display: none
}

@media (min-width:576px) {
    .hero-icon .block-icn {
        display: inline-flex;
        margin: 0 2rem 0 0;
        min-width: 88px
    }
}

@media (min-width:768px) {
    .hero-icon .block-icn {
        display: none
    }
}

.quotation.blockquote {
    border-left: 6px solid #f68621;
    margin: 2rem 0 3rem;
    padding-left: 2rem
}

.quotation.side {
    margin-bottom: 3rem
}

.quotation.side .quote-text:after {
    background-color: #f68621;
    content: " ";
    display: block;
    margin-top: 1rem;
    width: 56px;
    height: 6px
}

.quotation .quote-text {
    margin-bottom: 1rem
}

.quotation .quote-text p:last-child {
    margin-bottom: 0
}

.quotation .quote-attribution {
    color: #505050
}

.border-default {
    border-bottom: 2px solid #e4e4e4
}

.callout-block .subhead-3 {
    border-bottom: 4px solid #f68621;
    width: fit-content
}

@media (max-width:1199.98px) {
    .callout-block {
        margin-top: 3rem
    }
}

.callout-side .subhead-4 {
    border-bottom: 4px solid #f68621;
    width: fit-content
}

.action-link-blurb-body p:last-child,
.callout p:last-child,
.light-cta-body p:last-child {
    margin-bottom: 0
}


/* !important rule required to force stying over limelights*/

.vjs-control-bar {
    background-color: #0170bc!important
}

.limelight-player {
    height: 100%!important;
    width: 100%!important
}

.limelight-audio .video-js .vjs-control-bar {
    display: flex
}

.limelight-audio .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1
}

.limelight-audio .vjs-limelight-big-play:before {
    content: ""!important
}

.btn {
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-family: HCo Gotham SSm, Verdana, Geneva, sans-serif;
    transition: background-color .2s ease-in-out .1s;
    white-space: normal;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    line-height: 16px;
    border-radius: .5rem
}

.btn:hover {
    transition: background-color .2s ease-in-out
}

.btn:link:hover {
    background-image: none
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .5rem 1rem;
    font-size: 14px;
    line-height: 14px;
    border-radius: .5rem
}

.btn-primary {
    color: #fff;
    background-color: #0170bc;
    border-color: transparent;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .4)
}

.btn-primary:hover {
    color: #fff;
    background-color: #004986;
    border-color: #00a9e0
}

.btn-primary:hover .btn-icon {
    fill: #fff
}

.btn-primary.hover {
    color: #fff;
    background-color: #004986;
    border-color: #00a9e0
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #0170bc;
    box-shadow: 0 0 4px 1px #00a9e0
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #e4e4e4;
    border-color: transparent
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004986;
    border-color: transparent;
    box-shadow: 0 0 4px 1px #00a9e0
}

.btn-primary .btn-icon {
    fill: #fff
}

.btn-primary:link,
.btn-primary:visited {
    color: #fff
}

.btn-primary.disabled,
.btn-primary:disabled {
    box-shadow: none
}

.btn-load-more,
.btn-secondary {
    color: #0170bc;
    background-color: #f8f8f8;
    border-color: transparent;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2)
}

.btn-load-more:hover,
.btn-secondary:hover {
    color: #0170bc;
    background-color: #e6f1f8;
    border-color: transparent
}

.btn-load-more:hover .btn-icon,
.btn-secondary:hover .btn-icon {
    fill: #0170bc
}

.btn-load-more.hover,
.btn-secondary.hover {
    color: #0170bc;
    background-color: #e6f1f8;
    border-color: transparent
}

.btn-load-more.focus,
.btn-load-more:focus,
.btn-secondary.focus,
.btn-secondary:focus {
    background-color: #f8f8f8;
    box-shadow: 0 0 4px 1px #00a9e0
}

.btn-load-more.disabled,
.btn-load-more:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #e4e4e4;
    box-shadow: none;
    border-color: transparent
}

.btn-load-more:not([disabled]):not(.disabled).active,
.btn-load-more:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-load-more.dropdown-toggle,
.show>.btn-secondary.dropdown-toggle {
    color: #0170bc;
    background-color: #e6f1f8;
    border-color: transparent;
    box-shadow: 0 0 4px 1px #00a9e0
}

.btn-load-more .btn-icon,
.btn-secondary .btn-icon {
    fill: #0170bc
}

.btn-load-more:link,
.btn-load-more:visited,
.btn-secondary:link,
.btn-secondary:visited {
    color: #0170bc
}

.btn-load-more.disabled,
.btn-load-more:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff
}

.btn-tertiary {
    background-color: transparent;
    color: #0170bc
}

.btn-tertiary:link,
.btn-tertiary:visited {
    color: #0170bc
}

.btn-tertiary.hover,
.btn-tertiary:hover {
    background-color: transparent;
    border-color: transparent;
    color: #004986;
    text-decoration: underline
}

.btn-tertiary.focus,
.btn-tertiary:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 0 4px 1px #00a9e0
}

.btn-tertiary.disabled,
.btn-tertiary:disabled {
    color: #6c757d
}

.btn-tertiary:not([disabled]):not(.disabled).active,
.btn-tertiary:not([disabled]):not(.disabled):active {
    box-shadow: 0 0 4px 1px #00a9e0;
    text-decoration: underline
}

.btn-flat-secondary {
    color: #0170bc;
    background-color: #f8f8f8;
    border-color: transparent;
    box-shadow: none;
    transition: background-color .2s ease-in-out .1s, color .2s ease-in-out .1s
}

.btn-flat-secondary:hover {
    color: #fff;
    background-color: #0170bc;
    border-color: transparent
}

.btn-flat-secondary:hover .btn-icon {
    fill: #fff
}

.btn-flat-secondary.hover {
    color: #fff;
    background-color: #0170bc;
    border-color: transparent
}

.btn-flat-secondary.focus,
.btn-flat-secondary:focus {
    background-color: #f8f8f8;
    box-shadow: 0 0 4px 1px #00a9e0
}

.btn-flat-secondary.disabled,
.btn-flat-secondary:disabled {
    background-color: #e4e4e4;
    box-shadow: none;
    border-color: transparent
}

.btn-flat-secondary:not([disabled]):not(.disabled).active,
.btn-flat-secondary:not([disabled]):not(.disabled):active,
.show>.btn-flat-secondary.dropdown-toggle {
    color: #0170bc;
    background-color: #0170bc;
    border-color: transparent;
    box-shadow: 0 0 4px 1px #00a9e0
}

.btn-flat-secondary .btn-icon {
    fill: #0170bc
}

.btn-flat-secondary:hover {
    transition: background-color .2s ease-in-out, color .2s ease-in-out
}

.btn-flat-secondary.disabled,
.btn-flat-secondary:disabled,
.btn-flat-secondary:not([disabled]):not(.disabled).active,
.btn-flat-secondary:not([disabled]):not(.disabled):active,
.show>.btn-flat-secondary.dropdown-toggle {
    color: #fff
}

.btn-flat-secondary.focus:hover,
.btn-flat-secondary:focus:hover {
    color: #0170bc
}

.btn-load-more {
    max-width: 686px;
    text-align: center;
    width: 100%
}

.btn-icon {
    height: 1.2em;
    margin-right: .5rem;
    pointer-events: none;
    vertical-align: text-bottom;
    width: 1.2em
}

.share-buttons {
    flex-direction: row;
    will-change: left, opacity, position, top, transform
}

@media (min-width:1200px) and (max-width:1299.98px) {
    .share-buttons {
        position: relative
    }
}

@media (min-width:1300px) {
    .share-buttons {
        flex-direction: column;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transform: translate(-93px);
        width: 0
    }
}

.share-buttons-fixed {
    position: fixed
}

.share-buttons-set {
    opacity: 1
}

.share-buttons-heading {
    font-weight: 500;
    margin-right: 1rem
}

@media (min-width:1300px) {
    .share-buttons-heading {
        color: #505050;
        font-size: .8125rem;
        line-height: 1rem;
        font-weight: 700;
        margin-bottom: 1rem;
        margin-right: 0
    }
}

.btn-share {
    padding: .625rem;
    font-size: 14px;
    line-height: 14px;
    border-radius: .25rem;
    margin-right: .5rem
}

@media (min-width:1300px) {
    .btn-share {
        margin-right: 0
    }
}

.btn-share:hover {
    background-image: none
}

.btn-share:focus .btn-icon {
    fill: #0170bc
}

.btn-share:active .btn-icon {
    fill: #fff
}

.btn-share .btn-icon {
    width: 1.5em;
    height: 1.5em
}

.product-card {
    border-radius: .75rem
}

.product-card .product-card-body a {
    background: none
}

.product-card p {
    margin: 0
}

.product-card-drop-shadow {
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3)
}

.product-card-pricing .product-card-details {
    width: 380px
}

@media (min-width:768px) {
    .product-card-pricing .product-card-details {
        text-align: right
    }
}

@media (max-width:991.98px) {
    .product-card-pricing .product-card-details {
        width: 208px
    }
}

@media (max-width:767.98px) {
    .product-card-pricing .product-card-details {
        width: 100%
    }
}

.product-card-pricing .product-card-label {
    text-align: right
}

@media (max-width:767.98px) {
    .product-card-pricing .product-card-label {
        text-align: left
    }
}

.cta-box {
    margin: 0;
    overflow: auto
}

.attributes-box {
    background: #e6f1f8;
    border-radius: 0 0 .75rem .75rem;
    display: none;
    margin: 0
}

@media (min-width:768px) {
    .attributes-box {
        display: flex
    }
}

.attribute-box-item {
    border-left: 2px solid #fff;
    padding: 0 1.5rem
}

.attribute-box-item .tooltip-item {
    margin-bottom: .25rem;
    padding-bottom: .25rem
}

.attribute-box-item:first-child {
    border-left: 0
}

.attribute-box-item .tooltip-subtext {
    margin-bottom: 0
}

.product-card-cta .btn {
    white-space: pre
}

.heavy-accordion-holder {
    margin-bottom: 4rem
}

.heavy-accordion-holder .control-arrow {
    fill: #fff;
    height: 1rem;
    margin-right: .25rem;
    width: 1rem
}

.heavy-accordion-holder .accordion-title,
.heavy-accordion-holder .accordion-title-single {
    background: #0170bc;
    border-radius: .25rem;
    color: #fff;
    cursor: pointer;
    flex: 0 0 100%;
    margin-bottom: .25rem;
    max-width: 100%;
    padding: 1rem;
    align-items: center;
    display: flex
}

.heavy-accordion-holder .accordion-title-single header,
.heavy-accordion-holder .accordion-title header {
    color: #fff;
    display: inline-block
}

.heavy-accordion-holder .accordion-title-single.active,
.heavy-accordion-holder .accordion-title-single:hover,
.heavy-accordion-holder .accordion-title.active,
.heavy-accordion-holder .accordion-title:hover {
    background: #004986
}

.heavy-accordion-holder .accordion-content {
    padding: 1.5rem 1rem
}

.heavy-accordion-holder .accordion-content p:last-child {
    margin-bottom: 0
}

.light-accordion-holder {
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 4rem
}

.light-accordion-holder .control-arrow {
    fill: #0170bc;
    height: 1rem;
    margin-right: .25rem;
    width: 1rem
}

.light-accordion-holder .accordion-title,
.light-accordion-holder .accordion-title-single {
    background: transparent;
    border-radius: 0;
    color: #0170bc;
    cursor: pointer;
    flex: 0 0 100%;
    margin-bottom: 0;
    max-width: 100%;
    padding: 1rem 0;
    align-items: center;
    border-top: 2px solid #e4e4e4;
    display: flex
}

.light-accordion-holder .accordion-title-single header,
.light-accordion-holder .accordion-title header {
    color: #0170bc;
    display: inline-block
}

.light-accordion-holder .accordion-title-single.active,
.light-accordion-holder .accordion-title.active {
    color: #004986
}

.light-accordion-holder .accordion-content {
    padding: 1rem 0 2rem 1.5rem
}

.light-accordion-holder .accordion-content p:last-child {
    margin-bottom: 0
}

.individual-inline-accordion {
    margin-bottom: 4rem
}

.individual-inline-accordion .accordion-control-inline {
    padding: 1rem 0
}

.individual-inline-accordion .accordion-control-inline .control-arrow {
    cursor: pointer;
    fill: #0170bc;
    height: 1rem;
    margin-right: .25rem;
    width: 1rem
}

.individual-inline-accordion .accordion-control-inline a {
    color: #0170bc;
    cursor: pointer
}

.individual-inline-accordion .accordion-content {
    margin: 0 0 2rem 1.5rem
}

.individual-accordion {
    padding: 0 1rem
}

.control-arrow {
    flex-shrink: 0
}

.control-arrow.right {
    transform: rotate(0deg)
}

.control-arrow.down,
.control-arrow.right {
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.control-arrow.down {
    transform: rotate(90deg)
}

.control-arrow.up {
    transform: rotate(-90deg);
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.text-promo {
    background-color: #f8f8f8
}

.promo .promo-content-container-g .promo-content,
.promo .promo-content-container-w .promo-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.promo .promo-content-container-g .subhead-1,
.promo .promo-content-container-w .subhead-1 {
    font-size: 1.75rem;
    line-height: 2rem
}

@media (min-width:576px) {
    .promo .promo-content-container-g .subhead-1,
    .promo .promo-content-container-w .subhead-1 {
        font-size: 2rem;
        line-height: 2.25rem
    }
}

.promo .body-text {
    margin: 1rem 0 1.5rem
}

.promo-gray {
    background-color: #f8f8f8;
    border-radius: .75rem;
    margin-bottom: 3rem;
    padding: 2rem 0
}

@media (min-width:576px) {
    .promo-gray {
        padding: 3rem 0
    }
}

@media (min-width:768px) {
    .promo-gray {
        margin-bottom: 4rem;
        padding: 4rem 0
    }
}

@media (min-width:992px) {
    .promo-gray {
        margin-bottom: 4rem;
        padding: 4.5rem 0
    }
}

.promo-gray .promo-img-container-g {
    margin: 0 2rem 2rem;
    padding: 0
}

@media (min-width:576px) {
    .promo-gray .promo-img-container-g {
        margin: 0 8.33% 2rem
    }
}

@media (min-width:768px) {
    .promo-gray .promo-img-container-g {
        margin: 0 0 0 8.33%
    }
}

.promo-gray .promo-img-container-g img {
    border-radius: .75rem
}

.promo-gray .promo-content-container-g {
    margin: 0 2rem;
    padding: 0
}

@media (min-width:576px) {
    .promo-gray .promo-content-container-g {
        margin: 0 8.33% 2rem
    }
}

@media (min-width:768px) {
    .promo-gray .promo-content-container-g {
        margin: 0 8.33% 0 0;
        padding-left: 2rem
    }
}

.promo-white {
    background-color: #fff;
    margin-bottom: 3rem;
    padding: 2rem 0
}

@media (min-width:576px) {
    .promo-white {
        padding: 3rem 0
    }
}

@media (min-width:768px) {
    .promo-white {
        margin-bottom: 4rem;
        padding: 4rem 0
    }
}

@media (min-width:992px) {
    .promo-white {
        margin-bottom: 4rem;
        padding: 4.5rem 0
    }
}

.promo-white .promo-img-container-w {
    margin: 0 1rem 2rem;
    padding: 0
}

@media (min-width:576px) {
    .promo-white .promo-img-container-w {
        margin: 0 8.33% 2rem
    }
}

@media (min-width:768px) {
    .promo-white .promo-img-container-w {
        margin: 0 0 0 8.33%
    }
}

.promo-white .promo-img-container-w img {
    border-radius: .75rem
}

.promo-white .promo-content-container-w {
    margin: 0 1rem;
    padding: 0
}

@media (min-width:576px) {
    .promo-white .promo-content-container-w {
        margin: 0 8.33% 2rem
    }
}

@media (min-width:768px) {
    .promo-white .promo-content-container-w {
        margin: 0 8.33% 0 0;
        padding-left: 2rem
    }
}

.icon-block-container .icon-block-2 {
    margin-bottom: 3rem
}

.icon-block-container .icon-block-img-2 {
    margin-bottom: 1rem
}

@media (min-width:576px) {
    .icon-block-container .icon-block-img-2 {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: top
    }
}

@media (min-width:576px) {
    .icon-block-container .icon-block-content-2 {
        display: table-cell;
        padding-left: 2rem;
        vertical-align: middle
    }
}

.icon-block-container .icon-block-content-2 header {
    margin-bottom: 1rem
}

.icon-block-container .icon-block-3 {
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .icon-block-container .icon-block-3 {
        margin-bottom: 1rem
    }
}

.icon-block-container .icon-block-img-3 {
    margin-bottom: 1rem
}

@media (min-width:576px) {
    .icon-block-container .icon-block-img-3 {
        display: table-cell
    }
}

@media (min-width:768px) {
    .icon-block-container .icon-block-img-3 {
        display: block;
        margin-bottom: 1rem
    }
}

@media (min-width:576px) {
    .icon-block-container .icon-block-content-3 {
        display: table-cell;
        padding-left: 1.5rem;
        vertical-align: middle
    }
}

@media (min-width:768px) {
    .icon-block-container .icon-block-content-3 {
        display: block;
        padding-left: 0;
        padding-right: 1.5rem
    }
}

.icon-block-container .icon-block-content-3 header {
    margin-bottom: .5rem
}

.icon-block-container .icon-block-4 {
    margin-bottom: 3rem;
    margin-right: 8.33%
}

@media (min-width:768px) {
    .icon-block-container .icon-block-4 {
        margin-bottom: 2rem
    }
}

@media (min-width:992px) {
    .icon-block-container .icon-block-4 {
        margin-right: 0
    }
}

.icon-block-container .icon-block-img-4 {
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .icon-block-container .icon-block-img-4 {
        display: block;
        margin-bottom: 1rem
    }
}

@media (min-width:576px) {
    .icon-block-container .icon-block-content-4 {
        vertical-align: middle
    }
}

@media (min-width:768px) {
    .icon-block-container .icon-block-content-4 {
        display: block;
        padding-left: 0
    }
}

.icon-block-container .icon-block-content-4 header {
    margin-bottom: .5rem
}

.icn.icn-b.block-icn {
    margin: 0
}

.image-teaser {
    margin-bottom: 2rem
}

.image-teaser a {
    background-image: none;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.teaser-img {
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .teaser-img {
        margin-bottom: 0
    }
}

.teaser-img img {
    border-radius: .5rem
}

.teaser-meta {
    margin-bottom: .25rem
}

.teaser-title {
    margin-bottom: .5rem
}

.teaser-content>:last-child {
    margin-bottom: 0
}

.image-teaser-small {
    min-height: 100px
}

@media (min-width:576px) {
    .image-teaser-small {
        margin-bottom: 0
    }
}

@media (min-width:576px) {
    .image-teaser-small .teaser-img {
        flex: 0 0 120px;
        margin-bottom: 0;
        max-width: 120px
    }
}

@media (min-width:576px) {
    .image-teaser-small .teaser-content {
        flex-basis: calc(100% - 120px);
        flex-grow: 0;
        flex-shrink: 0;
        max-width: calc(100% - 120px)
    }
}

@media (min-width:576px) {
    .image-teaser-small .teaser-content .teaser-title {
        margin-bottom: 0
    }
}

.image-teaser-medium {
    margin-bottom: 2rem
}

@media (min-width:992px) {
    .image-teaser-medium .teaser-img {
        flex: 0 0 28.57143%;
        max-width: 28.57143%
    }
    .image-teaser-medium .teaser-content {
        flex: 0 0 71.42857%;
        max-width: 71.42857%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .image-teaser-large-2x .teaser-img {
        margin-bottom: 1rem
    }
}

@media (min-width:992px) {
    .image-teaser-large-3x .teaser-img {
        margin-bottom: 1rem
    }
}

lh {
    margin-left: -1rem
}

ol li,
ul li {
    list-style: none;
    padding: .25rem;
    position: relative
}

ol,
ul {
    counter-reset: a;
    margin-left: .5rem;
    padding-left: 0
}

@media (min-width:576px) {
    ol,
    ul {
        margin-left: 1.5rem
    }
}

li ol,
ol {
    margin-left: 1rem
}

li ul {
    margin-left: .25rem
}

ul>li:before {
    content: "\2022";
    counter-increment: a;
    font-weight: 700;
    left: -.25rem;
    position: absolute;
    text-align: left;
    top: .25rem;
    width: 1rem
}

ul>li {
    padding-left: 1rem
}

ol>li {
    padding-left: .5rem
}

ol>li:before {
    content: counter(a) ".";
    counter-increment: a;
    font-weight: 700;
    left: -2em;
    position: absolute;
    text-align: right;
    top: .25rem;
    width: 2rem
}

ol ol>li:before {
    content: counter(a, lower-alpha) "."
}

ol ol ol>li:before {
    content: counter(a, lower-roman) "."
}

.upper-alpha li:before {
    content: counter(a, upper-alpha) "."
}

.lower-alpha li:before {
    content: counter(a, lower-alpha) "."
}

.lower-roman li:before {
    content: counter(a, lower-roman) "."
}

.upper-roman li:before {
    content: counter(a, upper-roman) "."
}

.decimal li:before {
    content: counter(a, decimal) "."
}

.decimal-zero li:before {
    content: counter(a, decimal-leading-zero) "."
}

.lower-greek li:before {
    content: counter(a, lower-greek) "."
}

.list-style-none li:before {
    content: "";
    display: none
}

.list-style-none {
    list-style: none
}

ul li table {
    margin-top: 1rem
}

ol.list-no-indent,
ol.list-no-indent lh,
ol.list-no-indent li {
    margin-left: -.5rem;
    padding-left: .5rem
}

@media (min-width:576px) {
    ol.list-no-indent,
    ol.list-no-indent lh,
    ol.list-no-indent li {
        margin-left: -.5rem;
        padding-left: .5rem
    }
}

ul.list-no-indent,
ul.list-no-indent>li,
ul.list-no-indent lh {
    margin-left: -1rem;
    padding-left: 1rem
}

@media (min-width:576px) {
    ul.list-no-indent,
    ul.list-no-indent>li,
    ul.list-no-indent lh {
        margin-left: -1rem;
        padding-left: 1rem
    }
}

.list-no-indent ol li:before,
.list-no-indent ul li:before {
    left: auto;
    position: relative;
    top: auto
}

.table td,
.table th {
    padding: inherit
}

.table tr {
    padding: 1rem 0 1rem .5rem
}

.table thead {
    background-color: #e6f1f8
}

.table thead th:first-child {
    border-radius: .3rem 0 0
}

.table thead th:last-child {
    border-radius: 0 .3rem 0 0
}

.table thead th {
    border-top: inherit
}

.table tbody th {
    background-color: #f8f8f8
}

.table tbody td p:last-child {
    margin-bottom: 0
}

.table-default thead {
    background-color: #f8f8f8
}

.table-default tr td {
    border-top: 2px solid #e4e4e4
}

.table-default tr:last-child td {
    border-bottom: 2px solid #e4e4e4
}

.table-row-stacker thead {
    background-color: #f8f8f8
}

.table-row-stacker tbody th {
    background: none
}

@media (max-width:991.98px) {
    .table-row-stacker tbody th {
        background-color: #f8f8f8
    }
}

.table-row-stacker tr {
    padding: 1rem
}

@media (max-width:991.98px) {
    .table-row-stacker {
        display: none
    }
}

.table-column-stacked thead th {
    vertical-align: middle
}

.table-column-stacked th {
    background-color: #f8f8f8;
    padding-left: 1rem
}

.table-column-stacked td,
.table-column-stacked th {
    border-bottom: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4
}

.table-column-stacked td:last-child,
.table-column-stacked th:last-child {
    border-right: 0
}

@media (max-width:575.98px) {
    .table-column-stacked {
        display: none
    }
}

.table-column-stacked-mobile .col-12 {
    display: flex;
    flex-direction: column
}

.table-column-stacked-mobile .table-content {
    flex-grow: 1;
    padding-left: 1rem;
    padding-top: 1rem
}

.table-column-stacked-mobile .table-header {
    background-color: #f8f8f8;
    border-bottom: 2px solid #e4e4e4;
    font-weight: bolder;
    padding: 1rem;
    vertical-align: middle
}

@media (min-width:576px) {
    .table-column-stacked-mobile {
        display: none
    }
}

.table-column-stacked-mobile .col:first-child .table-header {
    border-radius: .3rem 0 0
}

.table-column-stacked-mobile .col:last-child .table-header {
    border-radius: 0 .3rem 0 0;
    border-right: 0
}

.table-column-stacked-mobile .col:last-child .table-content {
    border-right: 0
}

.table-accordion-m .accordion-content {
    padding: 1rem 0 1rem 1.5rem
}

.table-layout-fixed {
    table-layout: fixed
}

.table-layout-fixed a {
    word-break: break-all
}

.ls-canvas {
    padding-top: 54px
}

@media (min-width:576px) {
    .ls-canvas {
        padding-top: 72px
    }
}

@media (min-width:992px) {
    .ls-canvas {
        padding-top: 0
    }
}

.overflow-hidden {
    overflow: hidden
}

.global-nav {
    background: #fff
}

@media (max-width:991.98px) {
    .global-nav {
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2)
    }
}

@media (min-width:992px) {
    .global-nav {
        padding-bottom: 0
    }
}

.global-nav ul {
    margin: 0
}

.global-nav ul li {
    padding: 0
}

.global-nav ul li:before {
    content: none
}

.global-nav a {
    background-image: none
}

.global-nav a:not(.btn):focus {
    background-color: transparent
}

.global-nav .nav .nav-link,
.global-nav .navbar-nav .nav-link {
    font-weight: 400
}

.global-nav .navbar-nav .nav-link {
    background-image: none
}

.global-nav .input-group {
    background-color: #f8f8f8;
    width: 170px
}

@media (min-width:992px) {
    .global-nav .input-group {
        width: auto
    }
}

.global-nav .input-group-search {
    border-radius: .5rem;
    box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, .1)
}

@media (min-width:992px) {
    .global-nav .input-group-btn {
        padding-right: .5rem
    }
}

.global-nav .input-group-btn:not(:first-child)>.btn-group:first-child,
.global-nav .input-group-btn:not(:first-child)>.btn:first-child {
    background-color: transparent;
    padding-left: .5rem;
    padding-right: .25rem
}

.global-nav input[type=search] {
    background-color: transparent;
    border: 0;
    color: #505050
}

@media (min-width:992px) {
    .global-nav input[type=search] {
        padding: .5rem 1.5rem
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .global-nav input[type=search] {
        font-size: 16px
    }
}

.global-nav .accordion ul {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0
}

.global-nav .accordion li {
    margin-bottom: 1rem
}

.global-nav .accordion li:last-child {
    margin-bottom: 2rem
}

.global-nav .accordion a {
    background-image: none;
    font-weight: 400;
    padding-bottom: 0
}

.global-nav .accordion .card-title {
    font-family: HCo Gotham SSm, Verdana, Geneva, sans-serif;
    font-weight: 500;
    margin-left: .5rem
}

.global-nav .card-header {
    padding: 1rem 0
}

.global-nav .card-header:before {
    width: .5rem;
    height: .5rem;
    content: "";
    display: block;
    float: left
}

.global-nav .card-header.second-level {
    border-bottom: 0
}

.global-nav .card-header.second-level:before {
    transform: rotate(90deg) translateY(50%);
    transform-origin: center bottom;
    transition: transform .2s ease-in-out
}

.global-nav .card-header.collapsed {
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.global-nav .card-header.collapsed:before {
    transform: rotate(0deg) translateY(50%);
    transform-origin: center bottom;
    transition: transform .2s ease-in-out
}

.global-nav .card-header.collapsed:before,
.global-nav .card-header.second-level:before {
    width: 0;
    height: 0;
    border-bottom: .35rem solid transparent;
    border-left: .5rem solid #0170bc;
    border-top: .35rem solid transparent;
    content: " ";
    display: inline-block
}

.global-nav .navbar-brand {
    padding-bottom: 0;
    padding-top: 0
}

.global-nav .navbar-brand>svg {
    max-height: 38px;
    max-width: 111px
}

@media (min-width:576px) {
    .global-nav .navbar-brand>svg {
        max-height: 56px;
        max-width: 163px
    }
}

@media (min-width:992px) {
    .global-nav .navbar-brand>svg {
        max-height: 66px;
        max-width: 192px
    }
}

@media (max-width:1199.98px) {
    .global-nav .navbar-collapse {
        background-image: linear-gradient(-155deg, #fff 3%, #efefef);
        bottom: 0;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
        padding: 1rem 1rem 2rem;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 2
    }
}

@media (max-width:1199.98px) {
    .global-nav .navbar-collapse.collapsing {
        height: auto;
        right: -100%;
        transition: right .3s;
        width: 320px
    }
}

@media (max-width:1199.98px) {
    .global-nav .navbar-collapse.show {
        overflow-y: scroll;
        right: 0;
        transition: right .3s;
        width: 320px
    }
}

.global-nav .navbar-collapse .btn-icon {
    margin-right: .3rem
}

.global-nav .card-block a:visited {
    color: #0170bc
}

@media (min-width:992px) {
    .universal-navigation {
        border-bottom: 1px solid #e4e4e4
    }
}

.universal-navigation .nav-item:not(:last-child) {
    margin-bottom: 1rem
}

.universal-navigation .nav-item .nav-link {
    padding-bottom: 0;
    padding-top: 0
}

@media (min-width:992px) {
    .universal-navigation .nav-item .nav-link {
        padding-bottom: .25rem;
        padding-top: .25rem
    }
}

.universal-navigation .nav-link:visited {
    color: #0170bc
}

.universal-navigation-buttons .nav-item:not(:last-child) {
    padding-right: 1.5rem
}

@media (min-width:992px) {
    .universal-navigation-buttons .nav-item:not(: last-child) {
        margin-bottom: 0
    }
}

.universal-navigation-buttons .nav-item .nav-link {
    color: #505050;
    padding-left: 0;
    padding-right: 0
}

.universal-navigation-buttons .nav-item .nav-link:hover {
    background-image: linear-gradient(#333, #333)
}

.universal-navigation-buttons.list-inline-item:not(:last-child) {
    padding-right: .5rem
}

.utility-buttons>li {
    text-indent: 0!important
}

.site-navigation-level-1 {
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .1);
    font-family: HCo Gotham SSm, Verdana, Geneva, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    position: relative;
    z-index: 2
}

.site-navigation-level-1 .nav-item {
    margin: 0 2rem .7rem 0;
    position: relative
}

.site-navigation-level-1 .nav-item .nav-link {
    color: #333;
    opacity: .75;
    padding-bottom: 2px;
    padding-top: 0
}

.site-navigation-level-1 .nav-item.active:after {
    width: 1rem;
    height: 1rem;
    background-color: #f8f8f8;
    border-color: transparent transparent #f8f8f8 #f8f8f8;
    bottom: 0;
    box-shadow: inset 4px 4px 6px -2px #d9d9d9;
    box-sizing: border-box;
    content: "";
    left: calc(50% - .7rem);
    padding: 0;
    position: absolute;
    top: calc(50% + 1.4rem);
    transform: rotate(45deg);
    transform-origin: center;
    z-index: -10
}

.site-navigation-level-1 .nav-item.active .nav-link {
    color: #333;
    opacity: 1
}

.site-navigation-level-1 .nav-link {
    color: #939496;
    padding-left: 0;
    padding-right: 0
}

.site-navigation-level-1 .nav-link:hover {
    background-image: linear-gradient(#333, #333);
    color: #333;
    opacity: 1
}

.site-navigation-level-2 {
    background: #f8f8f8;
    border-bottom: 1px solid #e4e4e4;
    font-family: HCo Gotham SSm, Verdana, Geneva, sans-serif;
    font-size: 1rem;
    letter-spacing: .25px;
    line-height: 1.5
}

.site-navigation-level-2>li:not(:last-child) {
    padding-right: 3rem
}

.site-navigation-level-2 .nav-item {
    margin-right: 1rem;
    padding: 1rem 0 .5rem
}

.site-navigation-level-2 .nav-item:after {
    border-bottom: 4px solid transparent;
    bottom: 0;
    content: " ";
    display: block;
    margin: 0 1.5rem;
    margin-left: 0;
    position: absolute;
    width: 100%
}

.site-navigation-level-2 .nav-item:hover {
    border-bottom-width: 0
}

.site-navigation-level-2 .nav-item:hover:after {
    border-bottom: 4px solid #f68621;
    bottom: 0;
    content: " ";
    display: block;
    margin: 0 1rem;
    margin-left: 0;
    position: absolute;
    width: 100%
}

.site-navigation-level-2 .nav-item.active {
    position: relative
}

.site-navigation-level-2 .nav-item.active:after {
    border-bottom: 4px solid #f68621;
    content: " ";
    display: block;
    margin-left: 0;
    margin-right: 1rem
}

.site-navigation-level-2 .nav-item.active:first-child:after {
    margin-left: 0
}

.site-navigation-level-2 .nav-item.active .nav-link {
    color: #333;
    opacity: 1
}

.site-navigation-level-2 .nav-item .nav-link {
    color: #333;
    display: flex;
    line-height: inherit;
    opacity: .75;
    padding: 0
}

.site-navigation-level-2 .nav-item .nav-link:first-child {
    padding-left: 0
}

.site-navigation-level-2 .nav-item .nav-link.dropdown-toggle:after {
    border: 0 none transparent;
    margin-left: 0
}

.site-navigation-level-2 .nav-item .nav-link:hover {
    color: #333
}

.site-navigation-level-2 .dropdown-menu {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    margin: 0;
    min-width: 200px;
    padding: 2rem .5rem
}

.site-navigation-level-2 .dropdown-menu [class*=col-] {
    padding: .5rem 2rem
}

.site-navigation-level-2 .dropdown-menu.columns-4 {
    min-width: 350px
}

.site-navigation-level-2 .dropdown-menu.columns-6 {
    min-width: 550px
}

.site-navigation-level-2 .dropdown-menu.columns-8 {
    min-width: 750px
}

.site-navigation-level-2 .dropdown-menu.columns-9 {
    min-width: 850px
}

.site-navigation-level-2 .dropdown-menu.columns-10 {
    min-width: 950px
}

.site-navigation-level-2 .dropdown-menu.columns-12 {
    min-width: 992px
}

@media (min-width:1200px) {
    .site-navigation-level-2 .dropdown-menu.columns-12 {
        min-width: 1150px
    }
}

.site-navigation-level-2 .dropdown-menu .dropdown-header {
    color: #333
}

.site-navigation-level-2 .dropdown-menu .dropdown-item {
    color: #0170bc;
    white-space: normal
}

.site-navigation-level-2 .dropdown-menu .dropdown-header {
    margin-bottom: 1rem;
    padding: 0
}

.site-navigation-level-2 .dropdown-menu-with-dividers [class*=col-]:not(:last-child) {
    border-right: 2px solid #d9d9d9
}

.site-navigation-level-2 .dropdown-item {
    background-color: transparent;
    margin-bottom: .875rem;
    padding: 0
}

.site-navigation-level-2 .dropdown-item p {
    clear: both;
    color: #505050;
    display: block;
    white-space: normal
}

.site-navigation-level-2 .dropdown-item.link-lists a {
    font-weight: 400
}

.site-navigation-level-2 .link-action svg {
    margin-left: .5rem
}

@media (max-width:1199.98px) {
    .global-nav .nav-menu {
        background-image: linear-gradient(-155deg, #fff 3%, #efefef);
        bottom: 0;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
        display: block;
        padding: 1rem 1rem 2rem;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(320px);
        transition: transform .2s ease-in-out;
        width: 320px;
        z-index: 2
    }
}

@media (max-width:1199.98px) {
    .global-nav .nav-menu.open {
        height: auto;
        overflow-y: scroll;
        transform: translateX(0);
        transition: transform .2s ease-in-out .1s
    }
}

.navbar-collapse-shade {
    background: #000;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .2s ease-in-out;
    width: 0
}

.navbar-collapse-shade.open {
    opacity: .1;
    transition: opacity .2s ease-in-out .1s;
    width: 100vw;
    z-index: 1
}

.link-lists {
    margin-bottom: 1rem;
    padding-left: 0
}

.link-lists li {
    padding-bottom: 1rem;
    text-indent: 0
}

.link-lists li:before {
    content: none
}

.link-lists a {
    background-image: none;
    line-height: 1.25
}

.link-lists a:active,
.link-lists a:hover {
    background-image: linear-gradient(#004986, #004986)
}

.featured-link-and-more .accentheader {
    border-bottom: 4px solid #f68621;
    width: fit-content
}

.featured-link-and-more .h2 a,
.featured-link-and-more h3 a {
    font-weight: 500
}

.featured-link {
    margin-bottom: 2rem
}

@media (max-width:575.98px) {
    .featured-link:last-child {
        margin-bottom: 3rem
    }
}

.featured-link p:last-child {
    margin-bottom: 0
}

.featured-link a {
    background-image: none
}

.content-box {
    background-color: #f8f8f8;
    border-radius: .75rem;
    margin: 3rem 0;
    padding: 4rem
}

@media (min-width:768px) {
    .content-box {
        margin: 4rem 0;
        padding: 4.5rem
    }
}

.content-box p:last-child {
    margin-bottom: 0
}

.ol-headings {
    margin-top: 5rem
}

@media (min-width:576px) {
    .ol-headings {
        margin-left: 0;
        margin-top: 2rem
    }
}

.ol-headings ol {
    counter-reset: b;
    margin-left: 0;
    padding-left: 0
}

.ol-headings ol>li {
    list-style: none;
    margin: 0 0 0 4rem;
    padding-bottom: 3rem;
    position: relative
}

@media (max-width:767.98px) {
    .ol-headings ol>li {
        margin-bottom: 4rem;
        padding-left: .25rem
    }
}

@media (max-width:575.98px) {
    .ol-headings ol>li {
        margin-left: 0
    }
}

.ol-headings .description {
    display: inline;
    text-indent: 0
}

.ol-headings .subhead-3 {
    display: block;
    text-indent: 0
}

.ol-headings ol>li:before {
    background: #118503;
    border-radius: 50%;
    color: #fff;
    content: counter(b);
    counter-increment: b;
    font-size: 22px;
    font-weight: 400;
    left: 0;
    margin-right: 1.5rem;
    padding: .5rem;
    position: absolute;
    text-align: center;
    top: -4rem;
    width: 3rem
}

@media (min-width:576px) {
    .ol-headings ol>li:before {
        left: -4rem;
        top: -.45rem
    }
}

.ol-headings ol>li:after {
    margin-right: 1rem
}

.icn {
    align-content: center;
    align-items: center;
    display: inline-flex
}

.icn svg {
    margin: 0 auto
}

.hero-icn {
    border-radius: 72px;
    height: 144px;
    margin: 1.5rem;
    width: 144px
}

.hero-icn svg {
    height: 112px;
    width: 112px
}

.block-icn {
    border-radius: 44px;
    height: 88px;
    margin: 1rem;
    width: 88px
}

.block-icn svg {
    height: 72px;
    width: 72px
}

.teaser-icn,
.teaser-icn svg {
    height: 64px;
    width: 64px
}

.xl-icn,
.xl-icn svg {
    height: 44px;
    width: 44px
}

.ml-icn,
.ml-icn svg {
    height: 24px;
    width: 24px
}

.m-icn,
.m-icn svg {
    height: 16px;
    width: 16px
}

.xs-icn,
.xs-icn svg {
    height: 14px;
    width: 14px
}

.white-icn svg {
    fill: #fff
}

.digital-blue-icn svg {
    fill: #0170bc
}

.social-media-icn {
    border-radius: .25rem;
    height: 2rem;
    margin-right: .25rem;
    width: 2rem
}

.social-media-icn svg {
    height: 1.75rem;
    width: 1.75rem
}

.bg-brand-facebook svg {
    left: 5px;
    position: relative;
    top: 4px
}

.bg-brand-youtube svg {
    position: relative;
    top: -1px;
    width: 24px
}

.top-footer-nav-heading {
    font-weight: 700;
    margin-bottom: 1.5rem
}

.top-footer-nav-item {
    margin-bottom: .75rem
}

.top-footer-nav-item:last-child {
    margin-bottom: -.25rem
}

.top-footer-nav-link {
    background-image: none;
    color: #0170bc;
    padding: 0 0 .25rem
}

.top-footer-nav-link:hover {
    background-image: linear-gradient(rgba(1, 112, 188, .6), rgba(1, 112, 188, .6))
}

.top-footer-nav-link:focus {
    background-color: transparent
}

.top-footer-nav-link:active {
    color: #015893
}

.social-media-group {
    margin: 0;
    margin-top: 3rem;
    padding: 0
}

.social-media-group .top-footer-nav-link,
.social-media-link {
    background-image: none;
    line-height: 1;
    margin-right: .5rem;
    padding-bottom: 0
}

.social-media-group .top-footer-nav-link:link,
.social-media-group .top-footer-nav-link:visited,
.social-media-link:link,
.social-media-link:visited {
    text-decoration: none
}

.social-media-link:hover {
    background-image: none
}

.social-media-links-header {
    color: #333;
    font-size: .875rem;
    margin: 0;
    margin-bottom: 1rem
}

.bottom-footer-nav-item {
    margin-bottom: .75rem
}

.bottom-footer-nav-item:last-child {
    margin-bottom: -.25rem
}

.bottom-footer-nav-link {
    background-image: none;
    color: #d9d9d9;
    display: inline-block;
    padding: 0 0 .25rem
}

.bottom-footer-nav-link:hover {
    background-image: linear-gradient(hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .6));
    color: #fff
}

.bottom-footer-nav-link:focus {
    background-color: transparent
}

.bottom-footer-nav-link:active {
    color: #ebebeb
}

.bottom-footer .bottom-footer-nav-link:visited {
    color: #fff
}

.bottom-footer hr {
    border-color: #505050
}

.bottom-footer .bottom-footer-external-link,
.bottom-footer p a {
    background-image: linear-gradient(hsla(0, 0%, 85%, .3), hsla(0, 0%, 85%, .3));
    background-position: 0 88%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #d9d9d9;
    cursor: pointer;
    font-weight: inherit;
    padding-bottom: 4px
}

.bottom-footer .bottom-footer-external-link:hover,
.bottom-footer p a:hover {
    background-image: linear-gradient(hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .3));
    color: #fff
}

.bottom-footer .bottom-footer-external-link:visited,
.bottom-footer p a:visited {
    color: #fff
}

.bottom-footer .bottom-footer-external-link:focus,
.bottom-footer p a:focus {
    background-color: transparent
}

.file-table {
    margin-bottom: 3rem
}

.file-table td {
    display: flex;
    padding: 1.5rem 0
}

.file-table .row-title {
    font-weight: 600
}

.file-table .file-table-icon {
    height: 30px;
    margin: 0 1rem;
    min-width: 30px;
    width: 30px
}

.file-table .t-row-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.file-table .t-row-content .small-text,
.file-table .t-row-content p:last-child {
    margin-bottom: 0
}

.file-table .bi-lingual-docs {
    display: flex
}

.file-table .bi-lingual-docs p {
    margin: 0 1.5rem 0 0
}

.file-table a {
    background-image: none
}

.file-table-default thead,
.file-table-default thead th {
    background-color: #f8f8f8
}

.file-table-sidebar thead {
    background-color: transparent
}

.file-table-sidebar thead th {
    border-bottom: .25rem solid #f68621
}

.shadow-box {
    border-radius: 15px;
    height: 80px;
    margin: 10px;
    width: 100px
}

.shadow-inset-20 {
    box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, .2)
}

.shadow-low-40 {
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .4)
}

.shadow-low-30 {
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3)
}

.shadow-low-20 {
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2)
}

.shadow-high-20 {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2)
}

.shadow-high-10 {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1)
}

.shadow-floating-30 {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, .3)
}

.tooltip {
    border-radius: .75rem;
    filter: alpha(opacity=100)!important;
    opacity: 1!important
}

.tooltip-item {
    border-bottom: 2px dotted #0170bc;
    color: #0170bc;
    cursor: pointer;
    display: inline-block;
    font-weight: 600
}

@media (min-width:768px) {
    .tooltip-item {
        cursor: auto
    }
}

.tooltip-item:hover {
    border-bottom-style: solid
}

.tooltip-inner {
    background-color: #fff;
    border-radius: .75rem;
    box-shadow: 0 2px 10px -3px #000;
    color: #333;
    filter: alpha(opacity=100)!important;
    min-width: 260px;
    opacity: 1!important;
    padding: 1rem;
    text-align: left
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #fff
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow:after,
.tooltip.bs-tooltip-top .arrow:after {
    background-color: #fff;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .2);
    content: "";
    height: 10px;
    left: 2px;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    width: 11px
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
    border-top-color: #fff
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow:after,
.tooltip.bs-tooltip-bottom .arrow:after {
    background-color: #fff;
    box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, .3);
    content: "";
    height: 10px;
    left: 2px;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 11px
}

.tooltip.show {
    z-index: 1073
}

.featured-topic .background-block,
.featured-topic .no-icon-spacing {
    background-color: #f8f8f8;
    border-radius: .5rem;
    height: 100%;
    width: 100%
}

.featured-topic .background-block svg,
.featured-topic .no-icon-spacing svg {
    height: 64px;
    margin: .5rem 12px .5rem .5rem;
    width: 64px
}

.featured-topic .background-block .subhead-4,
.featured-topic .no-icon-spacing .subhead-4 {
    margin: 0 .5rem 0 0
}

.featured-topic .background-block:active,
.featured-topic .background-block:hover,
.featured-topic .no-icon-spacing:active,
.featured-topic .no-icon-spacing:hover {
    background-color: #0170bc;
    color: #fff
}

.featured-topic .background-block:active svg,
.featured-topic .background-block:hover svg,
.featured-topic .no-icon-spacing:active svg,
.featured-topic .no-icon-spacing:hover svg {
    fill: #fff
}

.featured-topic .no-icon-spacing {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: center;
    text-align: center
}

.show-more-link .control-arrow {
    fill: #0170bc;
    height: 1rem;
    width: 1rem
}

.show-more-link a {
    background: none
}

.show-more-link span {
    background-image: linear-gradient(rgba(51, 51, 51, .3), rgba(51, 51, 51, .3));
    background-position: 0 88%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    padding-bottom: 4px
}

.crumbs {
    align-items: center;
    margin: 0;
    padding: 1.5rem 0 0;
    position: relative;
    top: 0;
    z-index: 1
}

.crumbs .crumb-nav {
    align-items: center;
    display: inline-flex
}

.crumbs .crumb-nav .crumb-link {
    background-image: none;
    padding: 0;
    white-space: nowrap
}

.crumbs .crumb-nav svg {
    padding: 0 .25rem
}

.crumbs .crumb-nav:last-child {
    cursor: default;
    white-space: normal
}

.r-five-six .spacer {
    border-top: 2px solid #e4e4e4;
    margin: 0 auto 3rem
}

@media (max-width:991.98px) {
    .r-five-six .spacer {
        max-width: calc(100% - 30px)
    }
}

@media (min-width:768px) {
    .r-five-six .spacer {
        border-right: 2px solid #e4e4e4;
        border-top: 0;
        margin: 0 4.16667% 4rem 0;
        max-width: 4.16667%;
        padding: 0
    }
}

.r-four-seven .spacer {
    border-top: 2px solid #e4e4e4;
    margin: 0 auto 3rem
}

@media (max-width:991.98px) {
    .r-four-seven .spacer {
        max-width: calc(100% - 30px)
    }
}

@media (min-width:768px) {
    .r-four-seven .spacer {
        border-left: 2px solid #e4e4e4;
        border-top: 0;
        margin: 0 0 4rem 4.16667%;
        max-width: 4.16667%;
        padding: 0
    }
}

.related-links .image-teaser {
    align-items: center
}

.single-r-link {
    margin-bottom: 3rem
}

@media (min-width:768px) {
    .single-r-link {
        margin-bottom: 4rem
    }
}

.form-drop,
.input-holder,
.input-holder-r {
    margin-bottom: 2rem;
    position: relative
}

.main-input {
    position: relative
}

.basic-input {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: .5rem;
    box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, .2);
    padding: .5rem
}

.basic-input:focus {
    border: 1px solid #00a9e0;
    box-shadow: inset 1px 1px 4px 0 rgba(0, 169, 224, .6)
}

.basic-input::placeholder {
    color: #d9d9d9
}

.input-holder-r.input-error .basic-input,
.input-holder-r.input-error .custom-select,
.input-holder.input-error .basic-input,
.input-holder.input-error .custom-select {
    border: 2px solid #c00;
    box-shadow: inset 1px 1px 4px 0 rgba(204, 0, 0, .6)
}

.input-holder-r.input-error .error-feedback,
.input-holder.input-error .error-feedback {
    align-items: center;
    color: #c00;
    display: inline-flex;
    margin-top: .5rem
}

.input-holder-r.input-error .error-feedback p,
.input-holder.input-error .error-feedback p {
    margin: 0
}

.input-holder-r.input-error .feedback-icn,
.input-holder.input-error .feedback-icn {
    fill: #c00;
    margin-right: .5rem
}

.input-holder-r.input-success .validation-icn,
.input-holder.input-success .validation-icn {
    display: block;
    fill: #118503;
    margin-top: -12px;
    position: absolute;
    right: .5rem;
    top: 50%
}

.form-drop .dropdown-toggle:after,
.input-holder-r.input-success.form-drop .validation-icn,
.input-holder.input-success.form-drop .validation-icn {
    display: none
}

.form-drop .drop-arrow {
    margin-top: -8px;
    pointer-events: none;
    position: absolute;
    right: .5rem;
    top: 50%
}

.form-drop .dropdown-menu,
.form-drop option {
    border: 1px solid #e4e4e4;
    border-radius: .5rem;
    padding: .5rem;
    width: 100%
}

.form-drop .dropdown-menu .dropdown-item,
.form-drop option .dropdown-item {
    background-image: none;
    color: #333
}

.form-drop .dropdown-menu .dropdown-item:focus,
.form-drop .dropdown-menu .dropdown-item:hover,
.form-drop option .dropdown-item:focus,
.form-drop option .dropdown-item:hover {
    background-color: #e6f1f8
}

.input-holder-r .important-label,
.input-optional .optional-label {
    color: #505050;
    margin-bottom: 0;
    margin-left: .5rem
}

.error-feedback,
.validation-icn {
    display: none
}

.error-feedback,
.input-label {
    font-weight: 600
}

.input-label {
    display: inline-flex
}

.checkbox-holder,
.radio-holder {
    margin-bottom: 1rem
}

.checkbox-label,
.radio-label {
    display: block;
    margin-bottom: 0;
    padding-left: 26px;
    position: relative;
    user-select: none
}

.checkbox-label input,
.radio-label input {
    opacity: 0;
    position: absolute
}

.custom-checkbox {
    background-color: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-radius: .25rem;
    cursor: pointer;
    height: 16px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px
}

.checkbox-label input:checked~.custom-checkbox {
    background-color: #0170bc;
    border: 1px solid #0170bc
}

.custom-checkbox:after,
.custom-radio:after {
    content: "";
    display: none;
    position: absolute
}

.checkbox-label input:checked~.custom-checkbox:after,
.radio-label input:checked~.custom-radio:after {
    display: block
}

.checkbox-label .custom-checkbox:after {
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1792 1792" fill="#fff"><path d="M1550 232q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136L28 662Q0 634 0 594t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"/></svg>');
    height: 12px;
    left: 2px;
    position: absolute;
    top: -3px;
    width: 12px
}

.radio-label .custom-radio:after {
    background: #0170bc;
    border-radius: 50%;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px
}

.custom-radio {
    background-color: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-radius: 100%;
    cursor: pointer;
    height: 16px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px
}

.search-filter-form::-ms-clear {
    display: none
}

.input-holder.search {
    position: relative
}

.input-holder.search .input-group-addon {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    right: 1rem;
    top: 0
}

.input-holder.date {
    position: relative
}

.input-holder.date .input-group-addon {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    right: 1rem;
    top: 0
}

.datepicker.dropdown-menu {
    border: 0;
    border-radius: .5rem;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3);
    padding: 1rem
}

.datepicker.dropdown-menu th.dow {
    color: #d9d9d9;
    padding: 1rem .5rem .5rem
}

.datepicker.dropdown-menu th.dow:last-child {
    padding: 1rem 0 .5rem .5rem
}

.datepicker.dropdown-menu th.dow:first-child {
    padding: 1rem .5rem .5rem 0
}

.datepicker.dropdown-menu th.datepicker-switch,
.datepicker.dropdown-menu th.next,
.datepicker.dropdown-menu th.prev {
    padding: 0 0 1rem
}

.datepicker.dropdown-menu td.day {
    padding: 0
}

.datepicker.dropdown-menu th.prev {
    transform: scaleX(-1)
}

.datepicker.dropdown-menu td.new.day,
.datepicker.dropdown-menu td.old.day {
    color: #d9d9d9
}

.datepicker.dropdown-menu td.active.day {
    border-radius: 100%
}

.datepicker.dropdown-menu .table-condensed {
    height: 100%;
    width: 100%
}

.calendar-dropdown .dropdown-menu,
.input-daterange .datepicker.datepicker-dropdown.dropdown-menu {
    border-radius: .5rem;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3)
}

.calendar-dropdown .dropdown-menu {
    padding: 1.5rem 1rem 1rem
}

@media (min-width:768px) {
    .calendar-dropdown .dropdown-menu {
        min-height: calc(455px + 3rem);
        min-width: calc(512px + 4rem)
    }
}

.calendar-dropdown .dropdown-menu .input-range {
    width: 100%
}

@media (min-width:768px) {
    .calendar-dropdown .dropdown-menu .input-range {
        height: auto
    }
}

.calendar-dropdown .dropdown-menu .range-addon {
    margin: 0;
    max-width: 0;
    min-width: 0;
    padding: 0
}

.calendar-dropdown .done-button-row {
    bottom: 1rem;
    position: absolute;
    width: 100%
}

.calendar-dropdown .done-button-row .btn {
    float: right
}

.calendar-dropdown .arrow-pos-input {
    position: relative
}

.calendar-dropdown .range-icn {
    margin-top: -8px;
    position: absolute;
    right: 1rem;
    stroke: #0170bc;
    top: 50%
}

.calendar-icn {
    cursor: pointer
}

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

.date-nav li:first-child {
    margin-top: 0
}

.date-nav li:last-child {
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .date-nav li:last-child {
        margin-bottom: 0
    }
}

.date-nav li {
    margin: 1rem 0;
    padding: 0
}

.date-nav li a {
    background-image: none
}

.custom-select,
.select-input {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath fill='%230170bc' d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19L403 749q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right .5rem center;
    background-size: 14px 16px;
    border: 1px solid #e4e4e4;
    box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, .2);
    color: #333;
    display: inline-block;
    height: 2.625rem;
    line-height: 1.5;
    padding: .5rem 1.5rem .5rem .5rem;
    vertical-align: middle;
    width: 100%;
    border-radius: .5rem
}

.custom-select:focus,
.select-input:focus {
    border-color: #00a9e0;
    box-shadow: inset 1px 1px 4px 0 rgba(0, 169, 224, .6)
}

.custom-select:focus::-ms-value,
.select-input:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]),
.select-input[multiple],
.select-input[size]:not([size="1"]) {
    background-image: none;
    height: auto;
    padding-right: .5rem
}

.custom-select:disabled,
.select-input:disabled {
    background-color: #e9ecef;
    color: #6c757d
}

.custom-select::-ms-expand,
.select-input::-ms-expand {
    opacity: 0
}

@media (min-width:768px) {
    .modal-dialog {
        max-width: 750px
    }
}

.modal-dialog .modal-content {
    border: 0;
    border-radius: .5rem;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3);
    overflow: hidden
}

.modal-dialog .modal-content .modal-header {
    border-bottom: 0;
    padding: 3rem 2rem 0
}

.modal-dialog .modal-content .modal-body {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2rem 2rem 3rem
}

.modal-dialog .modal-content .modal-body:last-child {
    margin-bottom: 0
}

.modal-dialog .modal-content button.close {
    height: 48px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 48px;
    z-index: 10
}

.modal-backdrop.show {
    opacity: .1
}

.modal {
    z-index: 1072
}

.modal.w-footer .modal-header {
    border-bottom: 2px solid #e4e4e4;
    padding: 3rem 2rem 1.5rem
}

.modal.w-footer .modal-body {
    padding: 2rem 2rem 0
}

.modal-footer {
    border-top: 2px solid #e4e4e4;
    justify-content: flex-start;
    padding: 2rem
}

.modal.full-width .modal-dialog {
    height: 100%;
    margin: 0;
    max-width: 100%
}

.modal.full-width .modal-content {
    border-radius: 0;
    height: 100%;
    overflow: hidden;
    padding: 1rem 0 3rem
}

@media (min-width:576px) {
    .modal.full-width .modal-content {
        padding: 4rem 0
    }
}

@media (min-width:992px) {
    .modal.full-width .modal-content {
        padding: 4.5rem 0
    }
}

.modal.full-width .modal-content .full-w-modal-content {
    margin: 0 auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.modal.full-width .modal-content .modal-header {
    border-bottom: 0;
    margin-bottom: 2rem;
    padding: 0
}

.modal.full-width .modal-content .modal-body {
    max-height: inherit;
    padding: 0
}

.modal.full-width .modal-content button.close {
    height: 48px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: .5rem;
    top: .5rem;
    width: 48px;
    z-index: 10
}

@media (min-width:576px) {
    .modal.full-width .modal-content button.close {
        right: 2rem;
        top: 2rem
    }
}

@media (min-width:992px) {
    .modal.full-width .modal-content button.close {
        right: 3rem;
        top: 3rem
    }
}

@keyframes b {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.loading-spinner {
    width: 4rem;
    height: 4rem;
    animation: b 1.7s infinite linear;
    border: .25rem solid rgba(227, 82, 5, .7);
    border-left-color: #f8f8f8;
    border-radius: 50%
}

@media (min-width:576px) {
    .tabs-heavy {
        display: none
    }
}

.tabs-heavy .nav-link {
    background-image: none;
    background-position: inherit;
    background-repeat: inherit;
    background-size: inherit;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-family: HCo Gotham SSm, Verdana, Geneva, sans-serif;
    font-weight: 500;
    background-color: #0170bc;
    color: #fff;
    padding: .75rem 1.25rem
}

.tabs-heavy .nav-link:visited {
    color: #fff
}

.tabs-heavy .nav-link:hover {
    background-color: #004986
}

.tabs-heavy .nav-link:active,
.tabs-heavy .nav-link:focus,
.tabs-heavy .nav-link:hover {
    color: #fff
}

.bio-block-container {
    background: #f8f8f8;
    border-radius: .75rem;
    padding: 2rem 1.5rem
}

@media (min-width:576px) {
    .bio-block-container {
        padding: 2rem 0
    }
}

@media (min-width:768px) {
    .bio-block-container {
        padding: 4rem 0
    }
}

@media (min-width:992px) {
    .bio-block-container {
        padding: 4.5rem 0
    }
}

.bio-block-container .bio-block-image {
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .bio-block-container .bio-block-image {
        display: table-cell;
        width: 128px
    }
}

.bio-block-container .bio-block-image img {
    border-radius: .5rem;
    height: 128px;
    width: 128px
}

@media (min-width:768px) {
    .bio-block-container .bio-block-content {
        display: table-cell;
        padding-left: 2rem;
        vertical-align: middle
    }
}

@media (min-width:992px) {
    .bio-block-container .bio-block-content {
        padding-left: 4rem
    }
}

.headshot-img {
    height: 92px;
    margin: 0 25px 0 0;
    width: 92px
}

@media (min-width:576px) {
    .headshot-img {
        margin: 9px 25px 9px 8px
    }
}

.content-block-section p {
    margin-bottom: 1.5rem
}

.content-block-section h2,
.content-block-section h3 {
    margin-top: 3rem
}

@media (min-width:768px) {
    .content-block-section h2,
    .content-block-section h3 {
        margin-top: 4rem
    }
}

.content-block-section h4 {
    margin-top: 2rem
}

.content-block-section>:first-child {
    margin-top: 0
}

.content-block-section ol,
.content-block-section ul {
    margin-bottom: 2rem
}

.content-block-section ol>li,
.content-block-section ul>li {
    margin-bottom: 1.5rem
}

.content-block-section ol>li:first-child,
.content-block-section ul>li:first-child {
    margin-top: 1.5rem
}

.content-block-section ol ol,
.content-block-section ol ol>li:last-child,
.content-block-section ol ul,
.content-block-section ol ul>li:last-child,
.content-block-section ul ol,
.content-block-section ul ol>li:last-child,
.content-block-section ul ul,
.content-block-section ul ul>li:last-child {
    margin-bottom: 0
}

.content-block-section .link-lists>li {
    margin-bottom: 0;
    margin-top: 0
}

.five-six-content-block .spacer {
    border-top: 2px solid #e4e4e4;
    margin: 0 auto 3rem
}

@media (max-width:1199.98px) {
    .five-six-content-block .spacer {
        max-width: calc(100% - 30px)
    }
}

@media (min-width:992px) {
    .five-six-content-block .spacer {
        border-right: 2px solid #e4e4e4;
        border-top: 0;
        margin: 0 4.16667% 4rem 0;
        max-width: 4.16667%;
        padding: 0
    }
}

.content-block-section-image {
    z-index: 100
}

.content-block-section-image-shadow {
    background-color: transparent;
    bottom: 0;
    box-shadow: 0 .75rem 2.5rem 0 rgba(0, 0, 0, .3);
    height: 4rem;
    left: 2rem;
    opacity: 0;
    right: 2rem;
    z-index: 0
}

.icon-teaser-container .icon-teaser-img {
    display: table-cell;
    vertical-align: top
}

.icon-teaser-container .icon-teaser-content {
    display: table-cell;
    padding-left: 1rem;
    vertical-align: middle
}

.icon-teaser-container .icon-teaser-content .link-heading,
.icon-teaser-container .icon-teaser-content a {
    width: fit-content
}

@media (max-width:575.98px) {
    .icon-teaser-container .icon-teaser-content .link-heading,
    .icon-teaser-container .icon-teaser-content a {
        background: 0
    }
}

.icon-teaser-container .icn a {
    background: 0;
    padding: 0
}

.icon-teaser-container .icn:active svg,
.icon-teaser-container .icn:hover svg {
    fill: #004986
}

.icon-teaser-3x .icon-teaser-img {
    display: block;
    vertical-align: top
}

.icon-teaser-3x .icon-teaser-content {
    display: block;
    padding-left: 0;
    vertical-align: top
}

.icon-teaser-3x .icon-teaser-content .link-heading,
.icon-teaser-3x .icon-teaser-content a {
    width: fit-content
}

.content-block-section .icon-teaser-container h3,
.content-block-section .icon-teaser-container h4 {
    margin: auto
}

.search-filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.search-filter-wrapper .btn-load-more {
    margin-bottom: 4rem
}

@media (min-width:992px) {
    .search-filter-wrapper .btn-load-more {
        margin-bottom: 0
    }
}

.search-filter-callout,
.search-filter-container:not(.row) {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px
}

@media (min-width:992px) {
    .search-filter-container:not(.row) {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
}

@media (min-width:992px) {
    .search-filter-callout {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-left: 8.33333%
    }
}

body:before {
    content: "xs";
    display: none
}

@media (min-width:576px) {
    body:before {
        content: "sm"
    }
}

@media (min-width:768px) {
    body:before {
        content: "md"
    }
}

@media (min-width:992px) {
    body:before {
        content: "lg"
    }
}

@media (min-width:1200px) {
    body:before {
        content: "xl"
    }
}

body:after {
    display: none
}

@media screen and (orientation:portrait) {
    body:after {
        content: "portrait"
    }
}

@media screen and (orientation:landscape) {
    body:after {
        content: "landscape"
    }
}

.text-digital-black {
    color: #333!important
}

.text-gray-60 {
    color: #505050!important
}

.text-gray-40 {
    color: #939496!important
}

.text-gray-15 {
    color: #d9d9d9!important
}

.text-gray-05 {
    color: #e4e4e4!important
}

.text-gray-01 {
    color: #f8f8f8!important
}

.text-white {
    color: #fff!important
}

.text-digital-blue {
    color: #0170bc!important
}

.text-digital-blue-10 {
    color: #e6f1f8!important
}

.text-cigna-blue-dark {
    color: #004986!important
}

.text-cigna-blue-light {
    color: #00a9e0!important
}

.text-digital-green {
    color: #118503!important
}

.text-digital-green-10 {
    color: #e7f2e5!important
}

.text-cigna-orange-logo {
    color: #f68621!important
}

.text-cigna-orange-dark {
    color: #e35205!important
}

.text-cigna-orange-light-20 {
    color: #fcf0d6!important
}

.text-digital-red {
    color: #c00!important
}

.text-digital-red-10 {
    color: #ffe3e2!important
}

.text-digital-purple {
    color: purple!important
}

.bg-digital-black {
    background-color: #333!important
}

.bg-gray-60 {
    background-color: #505050!important
}

.bg-gray-40 {
    background-color: #939496!important
}

.bg-gray-15 {
    background-color: #d9d9d9!important
}

.bg-gray-05 {
    background-color: #e4e4e4!important
}

.bg-gray-01 {
    background-color: #f8f8f8!important
}

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

.bg-digital-blue {
    background-color: #0170bc!important
}

.bg-digital-blue-10 {
    background-color: #e6f1f8!important
}

.bg-cigna-blue-dark {
    background-color: #004986!important
}

.bg-cigna-blue-light {
    background-color: #00a9e0!important
}

.bg-digital-green {
    background-color: #118503!important
}

.bg-digital-green-10 {
    background-color: #e7f2e5!important
}

.bg-cigna-orange-logo {
    background-color: #f68621!important
}

.bg-cigna-orange-dark {
    background-color: #e35205!important
}

.bg-cigna-orange-light-20 {
    background-color: #fcf0d6!important
}

.bg-digital-red {
    background-color: #c00!important
}

.bg-digital-red-10 {
    background-color: #ffe3e2!important
}

.bg-digital-purple {
    background-color: purple!important
}

.icon-digital-black {
    fill: #333!important
}

.icon-gray-60 {
    fill: #505050!important
}

.icon-gray-40 {
    fill: #939496!important
}

.icon-gray-15 {
    fill: #d9d9d9!important
}

.icon-gray-05 {
    fill: #e4e4e4!important
}

.icon-gray-01 {
    fill: #f8f8f8!important
}

.icon-white {
    fill: #fff!important
}

.icon-digital-blue {
    fill: #0170bc!important
}

.icon-digital-blue-10 {
    fill: #e6f1f8!important
}

.icon-cigna-blue-dark {
    fill: #004986!important
}

.icon-cigna-blue-light {
    fill: #00a9e0!important
}

.icon-digital-green {
    fill: #118503!important
}

.icon-digital-green-10 {
    fill: #e7f2e5!important
}

.icon-cigna-orange-logo {
    fill: #f68621!important
}

.icon-cigna-orange-dark {
    fill: #e35205!important
}

.icon-cigna-orange-light-20 {
    fill: #fcf0d6!important
}

.icon-digital-red {
    fill: #c00!important
}

.icon-digital-red-10 {
    fill: #ffe3e2!important
}

.icon-digital-purple {
    fill: purple!important
}

.text-brand-facebook {
    color: #3b5998!important
}

.text-brand-twitter {
    color: #55acee!important
}

.text-brand-linkedin {
    color: #0077b5!important
}

.text-brand-youtube {
    color: red!important
}

.bg-brand-facebook {
    background-color: #3b5998!important
}

.bg-brand-twitter {
    background-color: #55acee!important
}

.bg-brand-linkedin {
    background-color: #0077b5!important
}

.bg-brand-youtube {
    background-color: red!important
}

.icon-brand-facebook {
    fill: #3b5998!important
}

.icon-brand-twitter {
    fill: #55acee!important
}

.icon-brand-linkedin {
    fill: #0077b5!important
}

.icon-brand-youtube {
    fill: red!important
}

.rounded-xs {
    border-radius: .125rem!important
}

.rounded-top-xs {
    border-top-left-radius: .125rem!important
}

.rounded-right-xs,
.rounded-top-xs {
    border-top-right-radius: .125rem!important
}

.rounded-bottom-xs,
.rounded-right-xs {
    border-bottom-right-radius: .125rem!important
}

.rounded-bottom-xs,
.rounded-left-xs {
    border-bottom-left-radius: .125rem!important
}

.rounded-left-xs {
    border-top-left-radius: .125rem!important
}

.rounded-s {
    border-radius: .25rem!important
}

.rounded-top-s {
    border-top-left-radius: .25rem!important
}

.rounded-right-s,
.rounded-top-s {
    border-top-right-radius: .25rem!important
}

.rounded-bottom-s,
.rounded-right-s {
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom-s,
.rounded-left-s {
    border-bottom-left-radius: .25rem!important
}

.rounded-left-s {
    border-top-left-radius: .25rem!important
}

.rounded-m {
    border-radius: .5rem!important
}

.rounded-top-m {
    border-top-left-radius: .5rem!important
}

.rounded-right-m,
.rounded-top-m {
    border-top-right-radius: .5rem!important
}

.rounded-bottom-m,
.rounded-right-m {
    border-bottom-right-radius: .5rem!important
}

.rounded-bottom-m,
.rounded-left-m {
    border-bottom-left-radius: .5rem!important
}

.rounded-left-m {
    border-top-left-radius: .5rem!important
}

.rounded-l {
    border-radius: .75rem!important
}

.rounded-top-l {
    border-top-left-radius: .75rem!important
}

.rounded-right-l,
.rounded-top-l {
    border-top-right-radius: .75rem!important
}

.rounded-bottom-l,
.rounded-right-l {
    border-bottom-right-radius: .75rem!important
}

.rounded-bottom-l,
.rounded-left-l {
    border-bottom-left-radius: .75rem!important
}

.rounded-left-l {
    border-top-left-radius: .75rem!important
}

@media (min-width:576px) {
    .text-sm-nowrap {
        white-space: nowrap!important
    }
}

@media (min-width:768px) {
    .text-md-nowrap {
        white-space: nowrap!important
    }
}

@media (min-width:992px) {
    .text-lg-nowrap {
        white-space: nowrap!important
    }
}

@media (min-width:1200px) {
    .text-xl-nowrap {
        white-space: nowrap!important
    }
}

.datepicker {
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px
}

.datepicker-dropdown:after,
.datepicker-dropdown:before {
    display: none
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, .15)
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #777
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #e6f1f8;
    cursor: pointer
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #777;
    cursor: default
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0
}

.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2
}

.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb
}

.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted:active:hover {
    color: #000;
    background-color: #91cbe8;
    border-color: #298fc2
}

.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled].focus,
.datepicker table tr td.highlighted[disabled]:focus,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
fieldset[disabled] .datepicker table tr td.highlighted:hover {
    background-color: #d9edf7;
    border-color: #85c5e5
}

.datepicker table tr td.highlighted.focused {
    background: #afd9ee
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #777
}

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400
}

.datepicker table tr td.today.active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00
}

.datepicker table tr td.today.active.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:active:hover {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400
}

.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover {
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today.focused {
    background: #ffc966
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #777
}

.datepicker table tr td.range {
    border-radius: 0
}

.datepicker table tr td.range,
.datepicker table tr td.range.active,
.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range.focus,
.datepicker table tr td.range:active,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range:focus,
.datepicker table tr td.range:hover {
    color: #000;
    background-color: #e7f2e5;
    border-color: #e7f2e5
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover {
    background-color: #e7f2e5;
    border-color: #e7f2e5
}

.datepicker table tr td.range:last-child {
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%
}

.datepicker table tr td.range:first-child {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%
}

fieldset[disabled] .datepicker table tr td.range:hover {
    background-color: #e6f1f8;
    border-color: #bbb
}

.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled].focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.focus,
fieldset[disabled] .datepicker table tr td.range:focus {
    background-color: #eee;
    border-color: #bbb
}

.datepicker table tr td.range.focused {
    background: #d5d5d5
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
    background: #eee;
    color: #777
}

.datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0
}

.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted:active:hover {
    color: #000;
    background-color: #a8c8d8;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled].focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #777
}

.datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c
}

.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:active:hover {
    color: #000;
    background-color: #f2aa25;
    border-color: #815608
}

.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover {
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777
}

.datepicker table tr td.selected {
    border-radius: 100%
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #118503;
    border-color: #118503;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #161616
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737
}

.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #161616
}

.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected.highlighted[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:hover,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover {
    background-color: #777;
    border-color: #555
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover {
    color: #fff;
    background-color: #118503;
    border-color: #118503
}

.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active.highlighted[disabled].focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:hover,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #e6f1f8
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #777;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:focus {
    color: #fff;
    background-color: #118503;
    border-color: #118503
}

.datepicker table tr td span.active.disabled:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td span.active.disabled:hover.active.focus {
    color: #fff;
    background-color: #118503;
    border-color: #118503
}

.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #777
}

.datepicker .datepicker-switch {
    width: 145px;
    cursor: pointer
}

.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker tfoot tr th:hover {
    background: #e6f1f8
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.input-daterange {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-daterange input {
    text-align: left;
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 0
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    text-shadow: 0 1px 0 #fff;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    color: #333;
    font-size: 13px;
    line-height: 1.42857143;
    transform: translate3d(0, .5rem, 0)
}

.datepicker-centuries,
.datepicker-decades,
.datepicker-months,
.datepicker-years {
    width: 256px
}

#ca-drop {
    transform: translate3d(0, 45px, 0)!important
}

.noUi-target {
    position: relative;
    direction: ltr;
    background: #d9d9d9;
    border-radius: .25rem
}

.noUi-target,
.noUi-target * {
    touch-action: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative
}

.noUi-connects {
    overflow: hidden;
    border-radius: 3px
}

.noUi-connect {
    background: #118503
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: 0 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
    top: 17px
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-vertical .noUi-tooltip {
    transform: translateY(-50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal {
    height: 8px
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    left: -17px;
    top: -10px
}

.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%);
    left: 50%;
    bottom: 140%
}

.noUi-handle {
    position: absolute;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    background: #f8f8f8;
    cursor: default;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3)
}

.noUi-handle:before {
    content: "";
    background: #e4e4e4;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    margin-left: -6px;
    margin-top: -6px
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit!important
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips {
    position: absolute;
    color: #505050
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    font-size: 11px;
    font-weight: 700
}

@media (min-width:768px) {
    .noUi-value {
        font-size: 14px
    }
}

.noUi-value-sub {
    color: #505050;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #fff
}

.noUi-marker-normal {
    display: none
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%)
}

.noUi-rtl .noUi-value-vertical {
    transform: translateY(50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 8px;
    top: -8px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    transform: translateY(-50%);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #e4e4e4;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border-radius: .75rem;
    box-shadow: 0 2px 10px -3px #000;
    color: #333;
    padding: 1rem
}

.noUi-tooltip .slide-tooltip-day,
.noUi-tooltip .slide-tooltip-dollar,
.noUi-tooltip .slide-tooltip-mile-num {
    font-size: 20px;
    font-weight: 700
}

.noUi-tooltip .slide-tooltip-mile,
.noUi-tooltip .slide-tooltip-month {
    font-size: 16px
}

.noUi-tooltip:after {
    background-color: #fff;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    transform: rotate(45deg);
    width: 11px;
    bottom: -5px;
    margin-left: -5.5px
}

.slider-holder {
    margin: calc(90px + 2rem) 1rem 0;
    height: calc(80px + 2rem)
}

@media (min-width:768px) {
    .slider-holder {
        margin: calc(90px + 2rem) 3rem 0
    }
}

.js-filter a {
    background-image: none
}

.js-filter a:visited {
    color: inherit
}

.js-filter a:hover {
    background-color: #004986;
    color: #fff
}

.js-filter a.active:visited {
    color: #fff
}

.js-filter .list-group-item {
    border-radius: .25rem;
    margin-bottom: .25rem
}

.ifp-dropdown-holder {
    width: 100%
}

.ifp-dropdown-holder .dropdown-title {
    font-size: large;
    font-weight: 700;
    padding: 0;
    text-align: center
}

@media (min-width:768px) {
    .ifp-dropdown-holder .dropdown-title {
        text-align: left
    }
}

.ifp-dropdown-holder .dropdown {
    margin: 2rem auto;
    max-width: 300px;
    padding: 0;
    width: 100%
}

@media (min-width:992px) {
    .ifp-dropdown-holder .dropdown {
        display: inline-block;
        margin: .5rem;
        margin-left: 0
    }
}

.ifp-dropdown-holder .dropdown label {
    font-weight: 700
}

.ifp-dropdown-holder.landing-page .offer-btn {
    display: inline-flex;
    justify-content: center;
    padding: 0
}

.ifp-dropdown-holder.landing-page .offer-btn .search-offers {
    border-radius: .5rem;
    color: #fff;
    display: inline-block;
    height: 2.625rem;
    max-width: 300px;
    padding: .5rem 1rem;
    width: 100%
}

.ifp-dropdown-holder.landing-page .offer-btn .search-offers.disabled {
    pointer-events: none
}

.ifp-table .file-table-icon {
    height: 35px;
    left: 0;
    margin: 0;
    margin-left: 0;
    position: absolute;
    top: .8rem;
    width: 35px
}

.ifp-table .t-row-content {
    display: inline-block;
    vertical-align: middle
}

.ifp-table .t-row-content.plan-name {
    display: inline-block;
    margin-left: 37px
}

.ifp-table .t-row-content.plan-name p {
    margin-top: 0
}

.ifp-table .row-title {
    display: inline-block;
    font-weight: 500;
    margin: 0 .5rem 1rem
}

.ifp-table td {
    display: table-cell;
    padding: 1rem .2rem;
    position: relative;
    vertical-align: top
}

@media (min-width:768px) {
    .ifp-table td {
        padding: 1rem 0
    }
}

.ifp-table thead .plan-table-header {
    background-color: #e4e4e4;
    border-radius: 0;
    font-size: medium;
    text-transform: capitalize
}

@media (max-width:767.98px) {
    .ifp-table thead .plan-table-header {
        text-align: center
    }
}

.ifp-table thead th {
    padding: 1rem
}

.ifp-table .ooc-link {
    text-align: center;
    width: 35%
}

.ifp-table .ooc-link .row-title {
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.promo-box {
    margin-bottom: 4rem;
    padding: 2rem
}

@media (max-width:991.98px) {
    .promo-box {
        padding: 3rem;
        text-align: left
    }
}

@media (min-width:1200px) {
    .promo-box {
        margin-bottom: 0;
        padding: 2rem
    }
}

.promo-box .promo-lead-in {
    border-bottom: 2px solid #505050;
    margin-bottom: 2rem;
    padding-bottom: 2rem
}

.promo-box .promo-no-bottom {
    text-align: left
}

.promo-box .promo-no-bottom p:last-child {
    margin-bottom: 0
}

.promo-box .btn a {
    color: #fff;
    font-weight: 400
}

.promo-box a {
    background-image: none
}

.promo-box a.promo-phone {
    color: #000
}

.promo-box .promo-phone {
    align-items: center;
    display: flex
}

.promo-box p {
    margin-bottom: 1.5rem
}

.promo-box .a-in-btn {
    padding: 1rem
}

.promo-box .btn.btn-primary.btn-w-a {
    padding: 1rem .5rem
}

.paper-application-info,
.pick-plan-info,
.plan-info-links {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.paper-application-info a,
.pick-plan-info a,
.plan-info-links a {
    background-image: none
}

.pick-plan-info {
    margin-bottom: 4rem;
    padding: 2rem
}

@media (min-width:1200px) {
    .pick-plan-info {
        margin: 1rem 0;
        margin-bottom: 0;
        padding: 2rem
    }
}

.pick-plan-landing {
    background: #f8f8f8;
    border-radius: 1rem;
    margin-bottom: 4rem;
    padding: 3rem
}

@media (min-width:1200px) {
    .pick-plan-landing {
        margin: 1rem 0;
        margin-bottom: 0
    }
}

.pick-plan-landing h4 {
    font-weight: 400;
    margin-bottom: 1rem
}

.pick-plan-landing .btn a {
    color: #fff
}

.pick-plan-landing a {
    background-image: none
}

.paper-application-info {
    border-bottom: 1px solid #939496;
    margin: 2rem 0;
    min-height: 200px;
    padding: 1rem 0 2rem
}

.paper-application-info.policies {
    border-bottom: 0
}

.plan-info-links {
    flex-direction: row;
    min-width: 100%;
    padding: 0
}

.ifp-plans-spinner {
    align-items: center;
    display: flex;
    flex-direction: column
}

.plans-table {
    margin-bottom: 4.5rem
}

@media (min-width:768px) {
    .plans-table {
        margin-bottom: 4rem
    }
}

.plans-table .ifp-error-link {
    white-space: pre
}

@media (min-width:992px) {
    .modal-dialog.ifp-modal {
        max-width: 850px
    }
}

@media (min-width:1200px) {
    .modal-dialog.ifp-modal {
        max-width: 950px
    }
}

.modal-dialog.ifp-modal .modal-content .modal-body {
    padding-top: 1rem;
    max-height: 70vh
}

.plan-preinfo {
    margin-bottom: 4.5rem
}

@media (min-width:992px) {
    .oral-health-quizzes {
        margin-bottom: 4.5rem
    }
}

@media (min-width:576px) {
    .oral-health-quizzes {
        margin-bottom: 4rem
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    backface-visibility: hidden;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateZ(0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-right,
    .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-left,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        transform: translateZ(0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, .5)
}

.carousel-indicators li:before {
    top: -10px
}

.carousel-indicators li:after,
.carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.quiz-slide.active {
    min-height: 450px
}

@media (min-width:768px) {
    .quiz-slide.active {
        min-height: 400px
    }
}

.quiz-step {
    width: 44px;
    height: 44px
}

.site-navigation-level-1 .nav-item:nth-child(4) {
    border-left: 3px solid #e4e4e4;
    padding-left: 2rem
}

.site-navigation-level-1 .nav-item.active:after {
    left: 50%
}


/*# sourceMappingURL=app.d17a8ef3.css.map */