@charset "UTF-8";
/* @import url(//hello.myfonts.net/count/3539e5); */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #0074d9;
    --danger: #ff4136;
    --DarkBlue: #112b39;
    --LightBlue: #2e578e;
    --LightGreen: #0fae97;
    --MedGreen: #0D9783;
    --LightSkyBlue: #64c2cf;
    --DarkYellow: #f1b832;
    --LightGray: #eff0f2;
    --LightRed: #DF4F46;
    --breakpoint-xxs: 0;
    --breakpoint-xs: 320px;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

@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
    }
    body {
        min-width: 992px!important
    }
    .container {
        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: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    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;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

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: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

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: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:320px) {
    .container {
        max-width: 272px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px
}

.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-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-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:320px) {
    .col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xs-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xs-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xs-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xs-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xs-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xs-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xs-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xs-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xs-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xs-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xs-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xs-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xs-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xs-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xs-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xs-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xs-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xs-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xs-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xs-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xs-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xs-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xs-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xs-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xs-0 {
        margin-left: 0
    }
    .offset-xs-1 {
        margin-left: 8.33333%
    }
    .offset-xs-2 {
        margin-left: 16.66667%
    }
    .offset-xs-3 {
        margin-left: 25%
    }
    .offset-xs-4 {
        margin-left: 33.33333%
    }
    .offset-xs-5 {
        margin-left: 41.66667%
    }
    .offset-xs-6 {
        margin-left: 50%
    }
    .offset-xs-7 {
        margin-left: 58.33333%
    }
    .offset-xs-8 {
        margin-left: 66.66667%
    }
    .offset-xs-9 {
        margin-left: 75%
    }
    .offset-xs-10 {
        margin-left: 83.33333%
    }
    .offset-xs-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 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;
    color: #212529
}

.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-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.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 {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8d8f4
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7ab7eb
}

.table-hover .table-primary:hover {
    background-color: #a2ccf1
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a2ccf1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #ffcac7
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ff9c96
}

.table-hover .table-danger:hover {
    background-color: #ffb2ae
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ffb2ae
}

.table-DarkBlue,
.table-DarkBlue>td,
.table-DarkBlue>th {
    background-color: #bcc4c8
}

.table-DarkBlue tbody+tbody,
.table-DarkBlue td,
.table-DarkBlue th,
.table-DarkBlue thead th {
    border-color: #839198
}

.table-hover .table-DarkBlue:hover {
    background-color: #aeb8bd
}

.table-hover .table-DarkBlue:hover>td,
.table-hover .table-DarkBlue:hover>th {
    background-color: #aeb8bd
}

.table-LightBlue,
.table-LightBlue>td,
.table-LightBlue>th {
    background-color: #c4d0df
}

.table-LightBlue tbody+tbody,
.table-LightBlue td,
.table-LightBlue th,
.table-LightBlue thead th {
    border-color: #92a8c4
}

.table-hover .table-LightBlue:hover {
    background-color: #b3c3d6
}

.table-hover .table-LightBlue:hover>td,
.table-hover .table-LightBlue:hover>th {
    background-color: #b3c3d6
}

.table-LightGreen,
.table-LightGreen>td,
.table-LightGreen>th {
    background-color: #bce8e2
}

.table-LightGreen tbody+tbody,
.table-LightGreen td,
.table-LightGreen th,
.table-LightGreen thead th {
    border-color: #82d5c9
}

.table-hover .table-LightGreen:hover {
    background-color: #a9e1da
}

.table-hover .table-LightGreen:hover>td,
.table-hover .table-LightGreen:hover>th {
    background-color: #a9e1da
}

.table-MedGreen,
.table-MedGreen>td,
.table-MedGreen>th {
    background-color: #bbe2dc
}

.table-MedGreen tbody+tbody,
.table-MedGreen td,
.table-MedGreen th,
.table-MedGreen thead th {
    border-color: #81c9bf
}

.table-hover .table-MedGreen:hover {
    background-color: #a9dad3
}

.table-hover .table-MedGreen:hover>td,
.table-hover .table-MedGreen:hover>th {
    background-color: #a9dad3
}

.table-LightSkyBlue,
.table-LightSkyBlue>td,
.table-LightSkyBlue>th {
    background-color: #d4eef2
}

.table-LightSkyBlue tbody+tbody,
.table-LightSkyBlue td,
.table-LightSkyBlue th,
.table-LightSkyBlue thead th {
    border-color: #aedfe6
}

.table-hover .table-LightSkyBlue:hover {
    background-color: #c0e6ec
}

.table-hover .table-LightSkyBlue:hover>td,
.table-hover .table-LightSkyBlue:hover>th {
    background-color: #c0e6ec
}

.table-DarkYellow,
.table-DarkYellow>td,
.table-DarkYellow>th {
    background-color: #fbebc6
}

.table-DarkYellow tbody+tbody,
.table-DarkYellow td,
.table-DarkYellow th,
.table-DarkYellow thead th {
    border-color: #f8da94
}

.table-hover .table-DarkYellow:hover {
    background-color: #f9e3ae
}

.table-hover .table-DarkYellow:hover>td,
.table-hover .table-DarkYellow:hover>th {
    background-color: #f9e3ae
}

.table-LightGray,
.table-LightGray>td,
.table-LightGray>th {
    background-color: #fbfbfb
}

.table-LightGray tbody+tbody,
.table-LightGray td,
.table-LightGray th,
.table-LightGray thead th {
    border-color: #f7f7f8
}

.table-hover .table-LightGray:hover {
    background-color: #eee
}

.table-hover .table-LightGray:hover>td,
.table-hover .table-LightGray:hover>th {
    background-color: #eee
}

.table-LightRed,
.table-LightRed>td,
.table-LightRed>th {
    background-color: #f6cecb
}

.table-LightRed tbody+tbody,
.table-LightRed td,
.table-LightRed th,
.table-LightRed thead th {
    border-color: #eea39f
}

.table-hover .table-LightRed:hover {
    background-color: #f2bab5
}

.table-hover .table-LightRed:hover>td,
.table-hover .table-LightRed:hover>th {
    background-color: #f2bab5
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.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: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:319.98px) {
    .table-responsive-xs {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xs>.table-bordered {
        border: 0
    }
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .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
    }
    .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
    }
    .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
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (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: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.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: #212529;
    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.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    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)
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select: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,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file: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 {
    border-color: #28a745
}

.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 {
    border-color: #34ce57;
    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 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.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~.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 {
    border-color: #28a745;
    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)
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select: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,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file: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 {
    border-color: #dc3545
}

.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 {
    border-color: #e4606d;
    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 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.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~.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 {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .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: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.fade {
    transition: opacity .15s linear
}

@media (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 (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.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: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:320px) {
    .dropdown-menu-xs-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xs-right {
        right: 0;
        left: auto
    }
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.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::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: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    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
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent
}

.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: #003c71;
    background-color: #cce3f7;
    border-color: #b8d8f4
}

.alert-primary hr {
    border-top-color: #a2ccf1
}

.alert-primary .alert-link {
    color: #00213e
}

.alert-danger {
    color: #85221c;
    background-color: #ffd9d7;
    border-color: #ffcac7
}

.alert-danger hr {
    border-top-color: #ffb2ae
}

.alert-danger .alert-link {
    color: #5b1713
}

.alert-DarkBlue {
    color: #09161e;
    background-color: #cfd5d7;
    border-color: #bcc4c8
}

.alert-DarkBlue hr {
    border-top-color: #aeb8bd
}

.alert-DarkBlue .alert-link {
    color: #000
}

.alert-LightBlue {
    color: #182d4a;
    background-color: #d5dde8;
    border-color: #c4d0df
}

.alert-LightBlue hr {
    border-top-color: #b3c3d6
}

.alert-LightBlue .alert-link {
    color: #0c1623
}

.alert-LightGreen {
    color: #085a4f;
    background-color: #cfefea;
    border-color: #bce8e2
}

.alert-LightGreen hr {
    border-top-color: #a9e1da
}

.alert-LightGreen .alert-link {
    color: #042b26
}

.alert-MedGreen {
    color: #074f44;
    background-color: #cfeae6;
    border-color: #bbe2dc
}

.alert-MedGreen hr {
    border-top-color: #a9dad3
}

.alert-MedGreen .alert-link {
    color: #03201c
}

.alert-LightSkyBlue {
    color: #34656c;
    background-color: #e0f3f5;
    border-color: #d4eef2
}

.alert-LightSkyBlue hr {
    border-top-color: #c0e6ec
}

.alert-LightSkyBlue .alert-link {
    color: #23454a
}

.alert-DarkYellow {
    color: #7d601a;
    background-color: #fcf1d6;
    border-color: #fbebc6
}

.alert-DarkYellow hr {
    border-top-color: #f9e3ae
}

.alert-DarkYellow .alert-link {
    color: #534011
}

.alert-LightGray {
    color: #7c7d7e;
    background-color: #fcfcfc;
    border-color: #fbfbfb
}

.alert-LightGray hr {
    border-top-color: #eee
}

.alert-LightGray .alert-link {
    color: #636464
}

.alert-LightRed {
    color: #742924;
    background-color: #f9dcda;
    border-color: #f6cecb
}

.alert-LightRed hr {
    border-top-color: #f2bab5
}

.alert-LightRed .alert-link {
    color: #4d1b18
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.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: #0074d9!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0059a6!important
}

.bg-danger {
    background-color: #ff4136!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #ff1103!important
}

.bg-DarkBlue {
    background-color: #112b39!important
}

a.bg-DarkBlue:focus,
a.bg-DarkBlue:hover,
button.bg-DarkBlue:focus,
button.bg-DarkBlue:hover {
    background-color: #050d12!important
}

.bg-LightBlue {
    background-color: #2e578e!important
}

a.bg-LightBlue:focus,
a.bg-LightBlue:hover,
button.bg-LightBlue:focus,
button.bg-LightBlue:hover {
    background-color: #223f67!important
}

.bg-LightGreen {
    background-color: #0fae97!important
}

a.bg-LightGreen:focus,
a.bg-LightGreen:hover,
button.bg-LightGreen:focus,
button.bg-LightGreen:hover {
    background-color: #0b7f6e!important
}

.bg-MedGreen {
    background-color: #0d9783!important
}

a.bg-MedGreen:focus,
a.bg-MedGreen:hover,
button.bg-MedGreen:focus,
button.bg-MedGreen:hover {
    background-color: #09685a!important
}

.bg-LightSkyBlue {
    background-color: #64c2cf!important
}

a.bg-LightSkyBlue:focus,
a.bg-LightSkyBlue:hover,
button.bg-LightSkyBlue:focus,
button.bg-LightSkyBlue:hover {
    background-color: #3db3c3!important
}

.bg-DarkYellow {
    background-color: #f1b832!important
}

a.bg-DarkYellow:focus,
a.bg-DarkYellow:hover,
button.bg-DarkYellow:focus,
button.bg-DarkYellow:hover {
    background-color: #e1a20f!important
}

.bg-LightGray {
    background-color: #eff0f2!important
}

a.bg-LightGray:focus,
a.bg-LightGray:hover,
button.bg-LightGray:focus,
button.bg-LightGray:hover {
    background-color: #d3d6db!important
}

.bg-LightRed {
    background-color: #df4f46!important
}

a.bg-LightRed:focus,
a.bg-LightRed:hover,
button.bg-LightRed:focus,
button.bg-LightRed:hover {
    background-color: #ce2e24!important
}

.bg-white {
    background-color: #fff!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: #0074d9!important
}

.border-danger {
    border-color: #ff4136!important
}

.border-DarkBlue {
    border-color: #112b39!important
}

.border-LightBlue {
    border-color: #2e578e!important
}

.border-LightGreen {
    border-color: #0fae97!important
}

.border-MedGreen {
    border-color: #0d9783!important
}

.border-LightSkyBlue {
    border-color: #64c2cf!important
}

.border-DarkYellow {
    border-color: #f1b832!important
}

.border-LightGray {
    border-color: #eff0f2!important
}

.border-LightRed {
    border-color: #df4f46!important
}

.border-white {
    border-color: #fff!important
}

.rounded-sm {
    border-radius: .2rem!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-lg {
    border-radius: .3rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!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: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width:320px) {
    .d-xs-none {
        display: none!important
    }
    .d-xs-inline {
        display: inline!important
    }
    .d-xs-inline-block {
        display: inline-block!important
    }
    .d-xs-block {
        display: block!important
    }
    .d-xs-table {
        display: table!important
    }
    .d-xs-table-row {
        display: table-row!important
    }
    .d-xs-table-cell {
        display: table-cell!important
    }
    .d-xs-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xs-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        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 {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width:320px) {
    .flex-xs-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xs-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xs-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xs-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xs-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xs-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xs-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xs-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xs-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xs-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xs-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xs-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xs-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xs-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xs-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xs-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xs-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xs-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xs-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xs-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xs-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xs-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xs-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xs-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xs-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xs-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xs-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xs-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xs-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xs-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xs-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xs-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xs-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xs-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:320px) {
    .float-xs-left {
        float: left!important
    }
    .float-xs-right {
        float: right!important
    }
    .float-xs-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
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        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
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.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
}

.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
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem!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:320px) {
    .m-xs-0 {
        margin: 0!important
    }
    .mt-xs-0,
    .my-xs-0 {
        margin-top: 0!important
    }
    .mr-xs-0,
    .mx-xs-0 {
        margin-right: 0!important
    }
    .mb-xs-0,
    .my-xs-0 {
        margin-bottom: 0!important
    }
    .ml-xs-0,
    .mx-xs-0 {
        margin-left: 0!important
    }
    .m-xs-1 {
        margin: .25rem!important
    }
    .mt-xs-1,
    .my-xs-1 {
        margin-top: .25rem!important
    }
    .mr-xs-1,
    .mx-xs-1 {
        margin-right: .25rem!important
    }
    .mb-xs-1,
    .my-xs-1 {
        margin-bottom: .25rem!important
    }
    .ml-xs-1,
    .mx-xs-1 {
        margin-left: .25rem!important
    }
    .m-xs-2 {
        margin: .5rem!important
    }
    .mt-xs-2,
    .my-xs-2 {
        margin-top: .5rem!important
    }
    .mr-xs-2,
    .mx-xs-2 {
        margin-right: .5rem!important
    }
    .mb-xs-2,
    .my-xs-2 {
        margin-bottom: .5rem!important
    }
    .ml-xs-2,
    .mx-xs-2 {
        margin-left: .5rem!important
    }
    .m-xs-3 {
        margin: 1rem!important
    }
    .mt-xs-3,
    .my-xs-3 {
        margin-top: 1rem!important
    }
    .mr-xs-3,
    .mx-xs-3 {
        margin-right: 1rem!important
    }
    .mb-xs-3,
    .my-xs-3 {
        margin-bottom: 1rem!important
    }
    .ml-xs-3,
    .mx-xs-3 {
        margin-left: 1rem!important
    }
    .m-xs-4 {
        margin: 1.5rem!important
    }
    .mt-xs-4,
    .my-xs-4 {
        margin-top: 1.5rem!important
    }
    .mr-xs-4,
    .mx-xs-4 {
        margin-right: 1.5rem!important
    }
    .mb-xs-4,
    .my-xs-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xs-4,
    .mx-xs-4 {
        margin-left: 1.5rem!important
    }
    .m-xs-5 {
        margin: 3rem!important
    }
    .mt-xs-5,
    .my-xs-5 {
        margin-top: 3rem!important
    }
    .mr-xs-5,
    .mx-xs-5 {
        margin-right: 3rem!important
    }
    .mb-xs-5,
    .my-xs-5 {
        margin-bottom: 3rem!important
    }
    .ml-xs-5,
    .mx-xs-5 {
        margin-left: 3rem!important
    }
    .p-xs-0 {
        padding: 0!important
    }
    .pt-xs-0,
    .py-xs-0 {
        padding-top: 0!important
    }
    .pr-xs-0,
    .px-xs-0 {
        padding-right: 0!important
    }
    .pb-xs-0,
    .py-xs-0 {
        padding-bottom: 0!important
    }
    .pl-xs-0,
    .px-xs-0 {
        padding-left: 0!important
    }
    .p-xs-1 {
        padding: .25rem!important
    }
    .pt-xs-1,
    .py-xs-1 {
        padding-top: .25rem!important
    }
    .pr-xs-1,
    .px-xs-1 {
        padding-right: .25rem!important
    }
    .pb-xs-1,
    .py-xs-1 {
        padding-bottom: .25rem!important
    }
    .pl-xs-1,
    .px-xs-1 {
        padding-left: .25rem!important
    }
    .p-xs-2 {
        padding: .5rem!important
    }
    .pt-xs-2,
    .py-xs-2 {
        padding-top: .5rem!important
    }
    .pr-xs-2,
    .px-xs-2 {
        padding-right: .5rem!important
    }
    .pb-xs-2,
    .py-xs-2 {
        padding-bottom: .5rem!important
    }
    .pl-xs-2,
    .px-xs-2 {
        padding-left: .5rem!important
    }
    .p-xs-3 {
        padding: 1rem!important
    }
    .pt-xs-3,
    .py-xs-3 {
        padding-top: 1rem!important
    }
    .pr-xs-3,
    .px-xs-3 {
        padding-right: 1rem!important
    }
    .pb-xs-3,
    .py-xs-3 {
        padding-bottom: 1rem!important
    }
    .pl-xs-3,
    .px-xs-3 {
        padding-left: 1rem!important
    }
    .p-xs-4 {
        padding: 1.5rem!important
    }
    .pt-xs-4,
    .py-xs-4 {
        padding-top: 1.5rem!important
    }
    .pr-xs-4,
    .px-xs-4 {
        padding-right: 1.5rem!important
    }
    .pb-xs-4,
    .py-xs-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xs-4,
    .px-xs-4 {
        padding-left: 1.5rem!important
    }
    .p-xs-5 {
        padding: 3rem!important
    }
    .pt-xs-5,
    .py-xs-5 {
        padding-top: 3rem!important
    }
    .pr-xs-5,
    .px-xs-5 {
        padding-right: 3rem!important
    }
    .pb-xs-5,
    .py-xs-5 {
        padding-bottom: 3rem!important
    }
    .pl-xs-5,
    .px-xs-5 {
        padding-left: 3rem!important
    }
    .m-xs-n1 {
        margin: -.25rem!important
    }
    .mt-xs-n1,
    .my-xs-n1 {
        margin-top: -.25rem!important
    }
    .mr-xs-n1,
    .mx-xs-n1 {
        margin-right: -.25rem!important
    }
    .mb-xs-n1,
    .my-xs-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xs-n1,
    .mx-xs-n1 {
        margin-left: -.25rem!important
    }
    .m-xs-n2 {
        margin: -.5rem!important
    }
    .mt-xs-n2,
    .my-xs-n2 {
        margin-top: -.5rem!important
    }
    .mr-xs-n2,
    .mx-xs-n2 {
        margin-right: -.5rem!important
    }
    .mb-xs-n2,
    .my-xs-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xs-n2,
    .mx-xs-n2 {
        margin-left: -.5rem!important
    }
    .m-xs-n3 {
        margin: -1rem!important
    }
    .mt-xs-n3,
    .my-xs-n3 {
        margin-top: -1rem!important
    }
    .mr-xs-n3,
    .mx-xs-n3 {
        margin-right: -1rem!important
    }
    .mb-xs-n3,
    .my-xs-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xs-n3,
    .mx-xs-n3 {
        margin-left: -1rem!important
    }
    .m-xs-n4 {
        margin: -1.5rem!important
    }
    .mt-xs-n4,
    .my-xs-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xs-n4,
    .mx-xs-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xs-n4,
    .my-xs-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xs-n4,
    .mx-xs-n4 {
        margin-left: -1.5rem!important
    }
    .m-xs-n5 {
        margin: -3rem!important
    }
    .mt-xs-n5,
    .my-xs-n5 {
        margin-top: -3rem!important
    }
    .mr-xs-n5,
    .mx-xs-n5 {
        margin-right: -3rem!important
    }
    .mb-xs-n5,
    .my-xs-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xs-n5,
    .mx-xs-n5 {
        margin-left: -3rem!important
    }
    .m-xs-auto {
        margin: auto!important
    }
    .mt-xs-auto,
    .my-xs-auto {
        margin-top: auto!important
    }
    .mr-xs-auto,
    .mx-xs-auto {
        margin-right: auto!important
    }
    .mb-xs-auto,
    .my-xs-auto {
        margin-bottom: auto!important
    }
    .ml-xs-auto,
    .mx-xs-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
    }
    .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
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!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
    }
    .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
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -3rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem!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
    }
    .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
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem!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
    }
    .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
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -3rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem!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!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!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:320px) {
    .text-xs-left {
        text-align: left!important
    }
    .text-xs-right {
        text-align: right!important
    }
    .text-xs-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-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #0074d9!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #004b8d!important
}

.text-danger {
    color: #ff4136!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #e90d00!important
}

.text-DarkBlue {
    color: #112b39!important
}

a.text-DarkBlue:focus,
a.text-DarkBlue:hover {
    color: #000!important
}

.text-LightBlue {
    color: #2e578e!important
}

a.text-LightBlue:focus,
a.text-LightBlue:hover {
    color: #1b3454!important
}

.text-LightGreen {
    color: #0fae97!important
}

a.text-LightGreen:focus,
a.text-LightGreen:hover {
    color: #09685a!important
}

.text-MedGreen {
    color: #0d9783!important
}

a.text-MedGreen:focus,
a.text-MedGreen:hover {
    color: #075146!important
}

.text-LightSkyBlue {
    color: #64c2cf!important
}

a.text-LightSkyBlue:focus,
a.text-LightSkyBlue:hover {
    color: #37a1b0!important
}

.text-DarkYellow {
    color: #f1b832!important
}

a.text-DarkYellow:focus,
a.text-DarkYellow:hover {
    color: #c9910e!important
}

.text-LightGray {
    color: #eff0f2!important
}

a.text-LightGray:focus,
a.text-LightGray:hover {
    color: #c5c8d0!important
}

.text-LightRed {
    color: #df4f46!important
}

a.text-LightRed:focus,
a.text-LightRed:hover {
    color: #b92920!important
}

.text-body {
    color: #000!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
    max-width: 1440px
}

.container-lg {
    max-width: 1200px
}

.container-md {
    max-width: 1040px
}

.container-sm {
    max-width: 930px
}

@media only screen and (max-width:81.1875em) {
    .container-sidesDs {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width:61.9375em) {
    .container-sidesTp {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width:47.9375em) {
    .container-sidesMb {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media only screen and (max-width:47.9375em) {
    .container-sidesMbXs {
        padding-left: 12px;
        padding-right: 12px
    }
}

@font-face {
    font-family: phc-private-clinic-icons;
    src: url(../fonts/phc-private-clinic-icons.eot);
    src: url(../fonts/phc-private-clinic-icons.eot?#iefix) format("eot"), url(../fonts/phc-private-clinic-icons.woff) format("woff"), url(../fonts/phc-private-clinic-icons.ttf) format("truetype")
}

.icon-calendar:before,
.icon-close:before,
.icon-dollar:before,
.icon-email:before,
.icon-facebook:before,
.icon-linked-in:before,
.icon-map-marker:before,
.icon-play:before,
.icon-share:before,
.icon-twitter:before {
    font-family: phc-private-clinic-icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    display: block;
    font-size: .8125rem
}

.icon-calendar:before,
.icon-close:before,
.icon-dollar:before,
.icon-email:before,
.icon-facebook:before,
.icon-linked-in:before,
.icon-map-marker:before,
.icon-play:before,
.icon-share:before,
.icon-twitter:before {
    display: block;
    font-size: inherit
}

.icon-calendar:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-dollar:before {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-linked-in:before {
    content: ""
}

.icon-map-marker:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-share:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

body {
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400
}

.u-rel {
    position: relative
}

.u-highZ10 {
    z-index: 10;
    position: relative
}

.u-highZ20 {
    z-index: 20;
    position: relative
}

.u-highZ30 {
    z-index: 30;
    position: relative
}

.u-highZ40 {
    z-index: 40;
    position: relative
}

.u-highZ50 {
    z-index: 50;
    position: relative
}

.u-floatLeft {
    float: left;
    max-width: 100%
}

@media only screen and (min-width:22.5em) {
    .u-floatLeft--mp {
        float: left;
        max-width: 100%
    }
}

@media only screen and (min-width:30em) {
    .u-floatLeft--ml {
        float: left;
        max-width: 100%
    }
}

@media only screen and (min-width:48em) {
    .u-floatLeft--tp {
        float: left;
        max-width: 100%
    }
}

@media only screen and (min-width:62em) {
    .u-floatLeft--ds {
        float: left;
        max-width: 100%
    }
}

@media only screen and (min-width:81.25em) {
    .u-floatLeft--dm {
        float: left;
        max-width: 100%
    }
}

@media only screen and (min-width:100em) {
    .u-floatLeft--dl {
        float: left;
        max-width: 100%
    }
}

.u-floatRight {
    float: right;
    max-width: 100%
}

@media only screen and (min-width:22.5em) {
    .u-floatRight--mp {
        float: right;
        max-width: 100%
    }
}

@media only screen and (min-width:30em) {
    .u-floatRight--ml {
        float: right;
        max-width: 100%
    }
}

@media only screen and (min-width:48em) {
    .u-floatRight--tp {
        float: right;
        max-width: 100%
    }
}

@media only screen and (min-width:62em) {
    .u-floatRight--ds {
        float: right;
        max-width: 100%
    }
}

@media only screen and (min-width:81.25em) {
    .u-floatRight--dm {
        float: right;
        max-width: 100%
    }
}

@media only screen and (min-width:100em) {
    .u-floatRight--dl {
        float: right;
        max-width: 100%
    }
}

.u-pad {
    padding: 0!important
}

.u-pad--xs {
    padding: .3125rem!important
}

.u-pad--sm {
    padding: .6875rem!important
}

.u-pad--md {
    padding: 1.125rem!important
}

.u-pad--lg {
    padding: 1.75rem!important
}

.u-pad--xl {
    padding: 2.5rem!important
}

.u-pad--xxl {
    padding: 3.25rem!important
}

.u-pad--xxxl {
    padding: 6.25rem!important
}

@media only screen and (max-width:47.9375em) {
    .u-pad--mbXs {
        padding: .3125rem!important
    }
    .u-pad--mbSm {
        padding: .625rem!important
    }
    .u-pad--mbMd {
        padding: .9375rem!important
    }
    .u-pad--mbLg {
        padding: 1.5625rem!important
    }
    .u-pad--mbXl {
        padding: 2.5rem!important
    }
    .u-pad--mbXxl {
        padding: 3.25rem!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-pad--noMb {
        padding: 0!important
    }
}

@media only screen and (min-width:48em) {
    .u-pad--noDt {
        padding: 0!important
    }
}

.u-padTop {
    padding-top: 0!important
}

.u-padTop--xs {
    padding-top: .3125rem!important
}

.u-padTop--sm {
    padding-top: .625rem!important
}

.u-padTop--md {
    padding-top: .9375rem!important
}

.u-padTop--lg {
    padding-top: 1.5625rem!important
}

.u-padTop--xl {
    padding-top: 2.5rem!important
}

.u-padTop--xxl {
    padding-top: 3.25rem!important
}

.u-padTop--xxxl {
    padding-top: 6.25rem!important
}

@media only screen and (max-width:47.9375em) {
    .u-padTop--mbXs {
        padding-top: .3125rem!important
    }
    .u-padTop--mbSm {
        padding-top: .625rem!important
    }
    .u-padTop--mbMd {
        padding-top: .9375rem!important
    }
    .u-padTop--mbLg {
        padding-top: 1.5625rem!important
    }
    .u-padTop--mbXl {
        padding-top: 2.5rem!important
    }
    .u-padTop--mbXxl {
        padding-top: 3.25rem!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-padTop--noMb {
        padding-top: 0!important
    }
}

@media only screen and (min-width:48em) {
    .u-padTop--noDt {
        padding-top: 0!important
    }
}

.u-padBot {
    padding-bottom: 0!important
}

.u-padBot--xs {
    padding-bottom: .3125rem!important
}

.u-padBot--sm {
    padding-bottom: .625rem!important
}

.u-padBot--md {
    padding-bottom: .9375rem!important
}

.u-padBot--lg {
    padding-bottom: 1.5625rem!important
}

.u-padBot--xl {
    padding-bottom: 2.5rem!important
}

.u-padBot--xxl {
    padding-bottom: 3.25rem!important
}

.u-padBot--xxxl {
    padding-bottom: 6.25rem!important
}

@media only screen and (max-width:47.9375em) {
    .u-padBot--mbXs {
        padding-bottom: .3125rem!important
    }
    .u-padBot--mbSm {
        padding-bottom: .625rem!important
    }
    .u-padBot--mbMd {
        padding-bottom: .9375rem!important
    }
    .u-padBot--mbLg {
        padding-bottom: 1.5625rem!important
    }
    .u-padBot--mbXl {
        padding-bottom: 2.5rem!important
    }
    .u-padBot--mbXxl {
        padding-bottom: 3.25rem!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-padBot--noMb {
        padding-bottom: 0!important
    }
}

@media only screen and (min-width:48em) {
    .u-padBot--noDt {
        padding-bottom: 0!important
    }
}

.u-padLeft {
    padding-left: 0!important
}

.u-padLeft--xs {
    padding-left: .3125rem!important
}

.u-padLeft--sm {
    padding-left: .625rem!important
}

.u-padLeft--md {
    padding-left: .9375rem!important
}

.u-padLeft--lg {
    padding-left: 1.5625rem!important
}

.u-padLeft--xl {
    padding-left: 2.5rem!important
}

.u-padLeft--xxl {
    padding-left: 3.25rem!important
}

.u-padLeft--xxxl {
    padding-left: 6.25rem!important
}

@media only screen and (max-width:47.9375em) {
    .u-padLeft--mbXs {
        padding-left: .3125rem!important
    }
    .u-padLeft--mbSm {
        padding-left: .625rem!important
    }
    .u-padLeft--mbMd {
        padding-left: .9375rem!important
    }
    .u-padLeft--mbLg {
        padding-left: 1.5625rem!important
    }
    .u-padLeft--mbXl {
        padding-left: 2.5rem!important
    }
    .u-padLeft--mbXxl {
        padding-left: 3.25rem!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-padLeft--noMb {
        padding-left: 0!important
    }
}

@media only screen and (min-width:48em) {
    .u-padLeft--noDt {
        padding-left: 0!important
    }
}

.u-padRight {
    padding-right: 0!important
}

.u-padRight--xs {
    padding-right: .3125rem!important
}

.u-padRight--sm {
    padding-right: .625rem!important
}

.u-padRight--md {
    padding-right: .9375rem!important
}

.u-padRight--lg {
    padding-right: 1.5625rem!important
}

.u-padRight--xl {
    padding-right: 2.5rem!important
}

.u-padRight--xxl {
    padding-right: 3.25rem!important
}

.u-padRight--xxxl {
    padding-right: 6.25rem!important
}

@media only screen and (max-width:47.9375em) {
    .u-padRight--mbXs {
        padding-right: .3125rem!important
    }
    .u-padRight--mbSm {
        padding-right: .625rem!important
    }
    .u-padRight--mbMd {
        padding-right: .9375rem!important
    }
    .u-padRight--mbLg {
        padding-right: 1.5625rem!important
    }
    .u-padRight--mbXl {
        padding-right: 2.5rem!important
    }
    .u-padRight--mbXxl {
        padding-right: 3.25rem!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-padRight--noMb {
        padding-right: 0!important
    }
}

@media only screen and (min-width:48em) {
    .u-padRight--noDt {
        padding-right: 0!important
    }
}

.u-padSide {
    padding-right: 0!important;
    padding-left: 0!important
}

.u-padSide--xs {
    padding-right: .3125rem!important
}

.u-padSide--sm {
    padding-right: .625rem!important
}

.u-padSide--md {
    padding-right: .9375rem!important
}

.u-padSide--lg {
    padding-right: 1.5625rem!important
}

.u-padSide--xl {
    padding-right: 2.5rem!important
}

.u-padSide--xxl {
    padding-right: 3.25rem!important
}

.u-padSide--xxxl {
    padding-right: 6.25rem!important
}

@media only screen and (max-width:47.9375em) {
    .u-padSide--mbXs {
        padding-right: .3125rem!important
    }
    .u-padSide--mbSm {
        padding-right: .625rem!important
    }
    .u-padSide--mbMd {
        padding-right: .9375rem!important
    }
    .u-padSide--mbLg {
        padding-right: 1.5625rem!important
    }
    .u-padSide--mbXl {
        padding-right: 2.5rem!important
    }
    .u-padSide--mbXxl {
        padding-right: 3.25rem!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-padSide--noMb {
        padding-right: 0!important
    }
}

@media only screen and (min-width:48em) {
    .u-padSide--noDt {
        padding-right: 0!important
    }
}

.u-padSide--xs {
    padding-left: .3125rem!important
}

.u-padSide--sm {
    padding-left: .625rem!important
}

.u-padSide--md {
    padding-left: .9375rem!important
}

.u-padSide--lg {
    padding-left: 1.5625rem!important
}

.u-padSide--xl {
    padding-left: 2.5rem!important
}

.u-padSide--xxl {
    padding-left: 3.25rem!important
}

.u-padSide--xxxl {
    padding-left: 6.25rem!important
}

@media only screen and (max-width:47.9375em) {
    .u-padSide--mbXs {
        padding-left: .3125rem!important
    }
    .u-padSide--mbSm {
        padding-left: .625rem!important
    }
    .u-padSide--mbMd {
        padding-left: .9375rem!important
    }
    .u-padSide--mbLg {
        padding-left: 1.5625rem!important
    }
    .u-padSide--mbXl {
        padding-left: 2.5rem!important
    }
    .u-padSide--mbXxl {
        padding-left: 3.25rem!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-padSide--noMb {
        padding-left: 0!important
    }
}

@media only screen and (min-width:48em) {
    .u-padSide--noDt {
        padding-left: 0!important
    }
}

.u-marg {
    margin: 0!important
}

.u-marg--xs {
    margin: .3125rem!important
}

.u-marg--sm {
    margin: .6875rem!important
}

.u-marg--md {
    margin: 1.125rem!important
}

.u-marg--lg {
    margin: 1.75rem!important
}

.u-marg--xl {
    margin: 2.5rem!important
}

.u-marg--xxl {
    margin: 3.25rem!important
}

.u-marg--xxxl {
    margin: 6.25rem!important
}

@media only screen and (max-width:47.9375em) {
    .u-marg--mbXs {
        margin: .3125rem!important
    }
    .u-marg--mbSm {
        margin: .625rem!important
    }
    .u-marg--mbMd {
        margin: .9375rem!important
    }
    .u-marg--mbLg {
        margin: 1.5625rem!important
    }
    .u-marg--mbXl {
        margin: 2.5rem!important
    }
    .u-marg--mbXxl {
        margin: 3.25rem!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-marg--noMb {
        margin: 0!important
    }
}

@media only screen and (min-width:48em) {
    .u-marg--noDt {
        margin: 0!important
    }
}

.u-margTop {
    margin-top: 0!important
}

.u-margTop--xs {
    margin-top: .3125rem!important
}

.u-margTop--sm {
    margin-top: .625rem!important
}

.u-margTop--md {
    margin-top: .9375rem!important
}

.u-margTop--lg {
    margin-top: 1.5625rem!important
}

.u-margTop--xl {
    margin-top: 2.5rem!important
}

.u-margTop--xxl {
    margin-top: 3.25rem!important
}

.u-margTop--xxxl {
    margin-top: 6.25rem!important
}

.u-margTop--xsNeg {
    margin-top: -.3125rem!important
}

.u-margTop--smNeg {
    margin-top: -.625rem!important
}

.u-margTop--mdNeg {
    margin-top: -.9375rem!important
}

.u-margTop--lgNeg {
    margin-top: -1.5625rem!important
}

.u-margTop--xlNeg {
    margin-top: -2.5rem!important
}

.u-margTop--xxlNeg {
    margin-top: -3.25rem!important
}

.u-margTop--xxxlNeg {
    margin-top: -6.25rem!important
}

@media only screen and (max-width:47.9375em) {
    .u-margTop--mbXs {
        margin-top: .3125rem!important
    }
    .u-margTop--mbSm {
        margin-top: .625rem!important
    }
    .u-margTop--mbMd {
        margin-top: .9375rem!important
    }
    .u-margTop--mbLg {
        margin-top: 1.5625rem!important
    }
    .u-margTop--mbXl {
        margin-top: 2.5rem!important
    }
    .u-margTop--mbXxl {
        margin-top: 3.25rem!important
    }
    .u-margTop--mbXsNeg {
        margin-top: -.3125rem!important
    }
    .u-margTop--mbSmNeg {
        margin-top: -.625rem!important
    }
    .u-margTop--mbMdNeg {
        margin-top: -.9375rem!important
    }
    .u-margTop--mbLgNeg {
        margin-top: -1.5625rem!important
    }
    .u-margTop--mbXlNeg {
        margin-top: -2.5rem!important
    }
    .u-margTop--mbXxlNeg {
        margin-top: -3.25rem!important
    }
    .u-margTop--mbXxxlNeg {
        margin-top: -6.25rem!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-margTop--noMb {
        margin-top: 0!important
    }
}

@media only screen and (min-width:48em) {
    .u-margTop--noDt {
        margin-top: 0!important
    }
}

.u-margBot {
    margin-bottom: 0!important
}

.u-margBot--xs {
    margin-bottom: .3125rem!important
}

.u-margBot--sm {
    margin-bottom: .625rem!important
}

.u-margBot--md {
    margin-bottom: .9375rem!important
}

.u-margBot--lg {
    margin-bottom: 1.5625rem!important
}

.u-margBot--xl {
    margin-bottom: 2.5rem!important
}

.u-margBot--xxl {
    margin-bottom: 3.25rem!important
}

.u-margBot--xxxl {
    margin-bottom: 6.25rem!important
}

@media only screen and (max-width:47.9375em) {
    .u-margBot--mbXs {
        margin-bottom: .3125rem!important
    }
    .u-margBot--mbSm {
        margin-bottom: .625rem!important
    }
    .u-margBot--mbMd {
        margin-bottom: .9375rem!important
    }
    .u-margBot--mbLg {
        margin-bottom: 1.5625rem!important
    }
    .u-margBot--mbXl {
        margin-bottom: 2.5rem!important
    }
    .u-margBot--mbXxl {
        margin-bottom: 3.25rem!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-margBot--noMb {
        margin-bottom: 0!important
    }
}

@media only screen and (min-width:48em) {
    .u-margBot--noDt {
        margin-bottom: 0!important
    }
}

.u-margLeft {
    margin-left: 0!important
}

.u-margLeft--xs {
    margin-left: .3125rem!important
}

.u-margLeft--sm {
    margin-left: .625rem!important
}

.u-margLeft--md {
    margin-left: .9375rem!important
}

.u-margLeft--lg {
    margin-left: 1.5625rem!important
}

.u-margLeft--xl {
    margin-left: 2.5rem!important
}

.u-margLeft--xxl {
    margin-left: 3.25rem!important
}

.u-margLeft--xxxl {
    margin-left: 6.25rem!important
}

@media only screen and (max-width:47.9375em) {
    .u-margLeft--mbXs {
        margin-left: .3125rem!important
    }
    .u-margLeft--mbSm {
        margin-left: .625rem!important
    }
    .u-margLeft--mbMd {
        margin-left: .9375rem!important
    }
    .u-margLeft--mbLg {
        margin-left: 1.5625rem!important
    }
    .u-margLeft--mbXl {
        margin-left: 2.5rem!important
    }
    .u-margLeft--mbXxl {
        margin-left: 3.25rem!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-margLeft--noMb {
        margin-left: 0!important
    }
}

@media only screen and (min-width:48em) {
    .u-margLeft--noDt {
        margin-left: 0!important
    }
}

.u-margRight {
    margin-right: 0!important
}

.u-margRight--xs {
    margin-right: .3125rem!important
}

.u-margRight--sm {
    margin-right: .625rem!important
}

.u-margRight--md {
    margin-right: .9375rem!important
}

.u-margRight--lg {
    margin-right: 1.5625rem!important
}

.u-margRight--xl {
    margin-right: 2.5rem!important
}

.u-margRight--xxl {
    margin-right: 3.25rem!important
}

.u-margRight--xxxl {
    margin-right: 6.25rem!important
}

@media only screen and (max-width:47.9375em) {
    .u-margRight--mbXs {
        margin-right: .3125rem!important
    }
    .u-margRight--mbSm {
        margin-right: .625rem!important
    }
    .u-margRight--mbMd {
        margin-right: .9375rem!important
    }
    .u-margRight--mbLg {
        margin-right: 1.5625rem!important
    }
    .u-margRight--mbXl {
        margin-right: 2.5rem!important
    }
    .u-margRight--mbXxl {
        margin-right: 3.25rem!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-margRight--noMb {
        margin-right: 0!important
    }
}

@media only screen and (min-width:48em) {
    .u-margRight--noDt {
        margin-right: 0!important
    }
}

.u-margSide {
    margin-left: 0!important;
    margin-right: 0!important
}

.u-margSide--xs {
    margin-left: .3125rem!important
}

.u-margSide--sm {
    margin-left: .625rem!important
}

.u-margSide--md {
    margin-left: .9375rem!important
}

.u-margSide--lg {
    margin-left: 1.5625rem!important
}

.u-margSide--xl {
    margin-left: 2.5rem!important
}

.u-margSide--xxl {
    margin-left: 3.25rem!important
}

.u-margSide--xxxl {
    margin-left: 6.25rem!important
}

@media only screen and (max-width:47.9375em) {
    .u-margSide--mbXs {
        margin-left: .3125rem!important
    }
    .u-margSide--mbSm {
        margin-left: .625rem!important
    }
    .u-margSide--mbMd {
        margin-left: .9375rem!important
    }
    .u-margSide--mbLg {
        margin-left: 1.5625rem!important
    }
    .u-margSide--mbXl {
        margin-left: 2.5rem!important
    }
    .u-margSide--mbXxl {
        margin-left: 3.25rem!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-margSide--noMb {
        margin-left: 0!important
    }
}

@media only screen and (min-width:48em) {
    .u-margSide--noDt {
        margin-left: 0!important
    }
}

.u-margSide--xs {
    margin-right: .3125rem!important
}

.u-margSide--sm {
    margin-right: .625rem!important
}

.u-margSide--md {
    margin-right: .9375rem!important
}

.u-margSide--lg {
    margin-right: 1.5625rem!important
}

.u-margSide--xl {
    margin-right: 2.5rem!important
}

.u-margSide--xxl {
    margin-right: 3.25rem!important
}

.u-margSide--xxxl {
    margin-right: 6.25rem!important
}

@media only screen and (max-width:47.9375em) {
    .u-margSide--mbXs {
        margin-right: .3125rem!important
    }
    .u-margSide--mbSm {
        margin-right: .625rem!important
    }
    .u-margSide--mbMd {
        margin-right: .9375rem!important
    }
    .u-margSide--mbLg {
        margin-right: 1.5625rem!important
    }
    .u-margSide--mbXl {
        margin-right: 2.5rem!important
    }
    .u-margSide--mbXxl {
        margin-right: 3.25rem!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-margSide--noMb {
        margin-right: 0!important
    }
}

@media only screen and (min-width:48em) {
    .u-margSide--noDt {
        margin-right: 0!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-margSide--mbXsNeg {
        margin-left: -5px!important;
        margin-right: -5px!important
    }
    .u-margSide--mbSmNeg {
        margin-left: -10px!important;
        margin-right: -10px!important
    }
    .u-margSide--mbMdNeg {
        margin-left: -15px!important;
        margin-right: -15px!important
    }
}

.u-textShadow {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.is-appHeaderMobileMenuShown .appContent {
    position: absolute;
    overflow-y: hidden;
    width: 100%;
    top: 60px;
    bottom: 0
}

@media print {
    .no-print {
        display: none!important
    }
}

.u-blockCenter {
    margin-left: auto!important;
    margin-right: auto!important;
    display: block!important
}

@media only screen and (min-width:48em) {
    .u-blockCenter--dt {
        margin-left: auto!important;
        margin-right: auto!important;
        display: block!important
    }
}

@media only screen and (max-width:47.9375em) {
    .u-blockCenter--mb {
        margin-left: auto!important;
        margin-right: auto!important;
        display: block!important
    }
}

.u-frame {
    border: 1px solid #ced4da
}

.u-frame--bot {
    border: none;
    border-bottom: 1px solid #ced4da
}

@font-face {
    font-family: KefaIIPro-Bold;
    src: url(../fonts/3539E5_0_0.eot);
    src: url(../fonts/3539E5_0_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3539E5_0_0.woff2) format("woff2"), url(../fonts/3539E5_0_0.woff) format("woff"), url(../fonts/3539E5_0_0.ttf) format("truetype"), url(../fonts/3539E5_0_0.svg#wf) format("svg")
}

@font-face {
    font-family: KefaIIPro-Regular;
    src: url(../fonts/3539E5_1_0.eot);
    src: url(../fonts/3539E5_1_0.eot?#iefix) format("embedded-opentype"), url(../fonts/3539E5_1_0.woff2) format("woff2"), url(../fonts/3539E5_1_0.woff) format("woff"), url(../fonts/3539E5_1_0.ttf) format("truetype"), url(../fonts/3539E5_1_0.svg#wf) format("svg")
}

@font-face {
    font-family: apercu-regular-pro;
    src: url(../fonts/apercu-regular-pro.eot);
    src: url(../fonts/apercu-regular-pro.eot?#iefix) format("embedded-opentype"), url(../fonts/apercu-regular-pro.woff) format("woff"), url(../fonts/apercu-regular-pro.woff2) format("woff2"), url(../fonts/apercu-regular-pro.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: apercu-bold-pro;
    src: url(../fonts/apercu-bold-pro.eot);
    src: url(../fonts/apercu-bold-pro.eot?#iefix) format("embedded-opentype"), url(../fonts/apercu-bold-pro.woff) format("woff"), url(../fonts/apercu-bold-pro.woff2) format("woff2"), url(../fonts/apercu-bold-pro.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.u-clr--gray100 {
    color: #f8f9fa
}

.u-clr--gray200 {
    color: #e9ecef
}

.u-clr--gray300 {
    color: #dee2e6
}

.u-clr--gray400 {
    color: #ced4da
}

.u-clr--gray500 {
    color: #adb5bd
}

.u-clr--gray600 {
    color: #6c757d
}

.u-clr--gray700 {
    color: #495057
}

.u-clr--gray800 {
    color: #343a40
}

.u-clr--gray900 {
    color: #212529
}

.u-clr--white {
    color: #fff
}

.u-clr--black {
    color: #000
}

.u-clr--darkBlue {
    color: #112b39
}

.u-clr--lightBlue {
    color: #2e578e
}

.u-clr--lightGreen {
    color: #0fae97
}

.u-clr--lightSkyBlue {
    color: #64c2cf
}

.u-clr--darkYellow {
    color: #f1b832
}

.u-clr--lightGray {
    color: #eff0f2
}

.u-clr--lightRed {
    color: #df4f46
}

.u-clrBg--gray100 {
    background-color: #f8f9fa
}

.u-clrBg--gray200 {
    background-color: #e9ecef
}

.u-clrBg--gray300 {
    background-color: #dee2e6
}

.u-clrBg--gray400 {
    background-color: #ced4da
}

.u-clrBg--gray500 {
    background-color: #adb5bd
}

.u-clrBg--gray600 {
    background-color: #6c757d
}

.u-clrBg--gray700 {
    background-color: #495057
}

.u-clrBg--gray800 {
    background-color: #343a40
}

.u-clrBg--gray900 {
    background-color: #212529
}

.u-clrBg--darkBlue {
    background-color: #112b39
}

.u-clrBg--white {
    background-color: #fff
}

.u-clrBg--black {
    background-color: #000
}

.u-clrBg--lightBlue {
    background-color: #2e578e
}

.u-clrBg--lightGreen {
    background-color: #0fae97
}

.u-clrBg--lightSkyBlue {
    background-color: #64c2cf
}

.u-clrBg--darkYellow {
    background-color: #f1b832
}

.u-clrBg--lightGray {
    background-color: #eff0f2
}

.u-btnBoxy,
.u-wysiwygArea>a,
.u-wysiwygArea>button {
    -webkit-appearance: none;
    overflow: visible;
    font: inherit;
    font-size: 1rem;
    text-transform: none;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .15s linear;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5rem;
    min-height: 1.5rem;
    text-decoration: none;
    text-align: center;
    cursor: default;
    border-radius: 0;
    border: 1px solid transparent;
    -webkit-hyphens: manual!important;
    -ms-hyphens: manual!important;
    hyphens: manual!important;
    color: #fff;
    background-color: #0fae97;
    font-size: .9375rem;
    position: relative;
    padding: 1.6875rem 3.875rem 1.6875rem
}

.u-btnBoxy::-moz-focus-inner,
.u-wysiwygArea>a::-moz-focus-inner,
.u-wysiwygArea>button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ie-msie9 .u-btnBoxy,
.ie-msie9 .u-wysiwygArea>a,
.ie-msie9 .u-wysiwygArea>button {
    word-break: break-all
}

.u-btnBoxy:not([disabled]):not(.no-btn),
.u-wysiwygArea>a:not([disabled]):not(.no-btn),
.u-wysiwygArea>button:not([disabled]):not(.no-btn) {
    cursor: pointer
}

.u-btnBoxy[disabled],
.u-wysiwygArea>a[disabled],
.u-wysiwygArea>button[disabled] {
    pointer-events: none
}

.u-btnBoxy.is-processing,
.u-wysiwygArea>a.is-processing,
.u-wysiwygArea>button.is-processing {
    cursor: not-allowed!important;
    opacity: .6!important
}

.u-btnBoxy.no-click,
.u-wysiwygArea>a.no-click,
.u-wysiwygArea>button.no-click {
    cursor: not-allowed!important;
    pointer-events: none!important
}

.is-mouseuser .u-btnBoxy:hover:not([disabled]),
.is-mouseuser .u-wysiwygArea>a:hover:not([disabled]),
.is-mouseuser .u-wysiwygArea>button:hover:not([disabled]) {
    background-color: #0d9783;
    color: #fff!important
}

.is-mouseuser .u-btnBoxy:focus:not([disabled]),
.is-mouseuser .u-wysiwygArea>a:focus:not([disabled]),
.is-mouseuser .u-wysiwygArea>button:focus:not([disabled]),
.is-touchuser .u-btnBoxy:focus:not([disabled]),
.is-touchuser .u-wysiwygArea>a:focus:not([disabled]),
.is-touchuser .u-wysiwygArea>button:focus:not([disabled]) {
    outline: 0;
    background-color: #0d9783;
    color: #fff!important
}

.is-mouseuser .u-btnBoxy:focus:not([disabled]),
.is-mouseuser .u-wysiwygArea>a:focus:not([disabled]),
.is-mouseuser .u-wysiwygArea>button:focus:not([disabled]),
.is-touchuser .u-btnBoxy:focus:not([disabled]),
.is-touchuser .u-wysiwygArea>a:focus:not([disabled]),
.is-touchuser .u-wysiwygArea>button:focus:not([disabled]) {
    outline: 0;
    text-decoration: underline
}

.is-touchuser .u-btnBoxy:active:not([disabled]),
.is-touchuser .u-wysiwygArea>a:active:not([disabled]),
.is-touchuser .u-wysiwygArea>button:active:not([disabled]) {
    background-color: #0d9783;
    color: #fff!important
}

.u-btnBoxy--iconRight:not(.u-btnBoxy--inlineIcon) {
    padding-right: 5.5rem
}

.u-btnBoxy--fullWidth {
    width: 100%
}

.u-btnBoxy--sm,
.u-wysiwygArea>a,
.u-wysiwygArea>button {
    padding: 1.0625rem 2rem 1.125rem
}

.u-btnBoxy--md {
    padding: 1.375rem 2.5rem 1.4375rem
}

.u-btnBoxy--md.u-btnBoxy--iconRight:not(.u-btnBoxy--inlineIcon) {
    padding-right: 3.75rem
}

.u-btnBoxy-iconWrap {
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    right: 3.125rem
}

.u-btnBoxy--md .u-btnBoxy-iconWrap {
    right: 2.3125rem
}

.u-btnBoxy--inlineIcon .u-btnBoxy-iconWrap {
    position: static;
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
    line-height: 14px;
    height: 11px
}

.u-btnBoxy-icon1,
.u-btnBoxy-icon2 {
    font-size: .625rem;
    float: left
}

.u-btnBoxy-icon2 {
    margin-left: 3px
}

.u-btnPill {
    -webkit-appearance: none;
    overflow: visible;
    font: inherit;
    font-size: 1rem;
    text-transform: none;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .15s linear;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5rem;
    min-height: 1.5rem;
    text-decoration: none;
    text-align: center;
    cursor: default;
    border-radius: 0;
    border: 1px solid transparent;
    color: #0fae97;
    background-color: transparent;
    -webkit-hyphens: manual!important;
    -ms-hyphens: manual!important;
    hyphens: manual!important;
    padding: .75rem 2.5rem;
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    font-family: apercu-bold-pro, sans-serif;
    line-height: 1;
    font-size: .875rem;
    position: relative;
    border-color: #0fae97;
    border-radius: 100px
}

.u-btnPill::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ie-msie9 .u-btnPill {
    word-break: break-all
}

.u-btnPill:not([disabled]):not(.no-btn) {
    cursor: pointer
}

.u-btnPill[disabled] {
    pointer-events: none
}

.u-btnPill.is-processing {
    cursor: not-allowed!important;
    opacity: .6!important
}

.u-btnPill.no-click {
    cursor: not-allowed!important;
    pointer-events: none!important
}

.is-mouseuser .u-btnPill:hover:not([disabled]) {
    background-color: #fff;
    color: #0fae97
}

.is-mouseuser .u-btnPill:focus:not([disabled]),
.is-touchuser .u-btnPill:focus:not([disabled]) {
    outline: 0;
    background-color: #fff;
    color: #0fae97
}

.is-touchuser .u-btnPill:active:not([disabled]) {
    background-color: #fff;
    color: #0fae97
}

.u-btnPill--selected {
    background-color: #0d9783;
    color: #fff
}

.u-btnPill--solid {
    background-color: #0fae97;
    color: #fff
}

.u-btnPill--solid.u-btnPill--iconRight {
    padding-right: 3.75rem
}

.u-btnPill--solid .u-btnPill-icon {
    position: absolute;
    right: 2.75rem;
    top: 50%;
    margin-top: -.375rem;
    font-size: .625rem
}

.u-btnPill--dark {
    color: #fff;
    background-color: #112b39;
    border-color: #0d9783
}

.is-mouseuser .u-btnPill--dark:hover:not([disabled]) {
    background-color: #000;
    color: #fff
}

.is-mouseuser .u-btnPill--dark:focus:not([disabled]),
.is-touchuser .u-btnPill--dark:focus:not([disabled]) {
    outline: 0;
    background-color: #000;
    color: #fff
}

.is-touchuser .u-btnPill--dark:active:not([disabled]) {
    background-color: #000;
    color: #fff
}

.u-btnPill--dark.u-btnPill--selected {
    background-color: #000;
    color: #fff
}

.u-btnPill--minW {
    min-width: 10.625rem
}

@media only screen and (max-width:47.9375em) {
    .u-btnPill--mbCompact {
        padding-top: .4375rem;
        padding-bottom: .4375rem
    }
}

@media only screen and (max-width:22.4375em) {
    .u-btnPill--xsNarrow {
        padding: .75rem 1.875rem
    }
    .u-btnPill--xsNarrow.u-btnPill--iconRight {
        padding-right: 3.125rem
    }
    .u-btnPill--xsNarrow .u-btnPill-icon {
        right: 1.75rem
    }
}

.u-link,
.u-wysiwygArea li a,
.u-wysiwygArea li button,
.u-wysiwygArea p a,
.u-wysiwygArea p button {
    -webkit-appearance: none;
    overflow: visible;
    font: inherit;
    font-size: 1rem;
    text-transform: none;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .15s linear;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5rem;
    min-height: 1.5rem;
    text-decoration: none;
    text-align: center;
    cursor: default;
    border-radius: 0;
    border: 1px solid transparent;
    text-decoration: underline;
    padding-left: 0;
    padding-right: 0;
    font-style: normal;
    font-family: KefaIIPro-Regular, serif;
    font-weight: 400;
    font-family: KefaIIPro-Bold, serif;
    font-size: 1rem;
    color: #112b39
}

.u-link::-moz-focus-inner,
.u-wysiwygArea li a::-moz-focus-inner,
.u-wysiwygArea li button::-moz-focus-inner,
.u-wysiwygArea p a::-moz-focus-inner,
.u-wysiwygArea p button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ie-msie9 .u-link,
.ie-msie9 .u-wysiwygArea li a,
.ie-msie9 .u-wysiwygArea li button,
.ie-msie9 .u-wysiwygArea p a,
.ie-msie9 .u-wysiwygArea p button,
.u-wysiwygArea li .ie-msie9 a,
.u-wysiwygArea li .ie-msie9 button,
.u-wysiwygArea p .ie-msie9 a,
.u-wysiwygArea p .ie-msie9 button {
    word-break: break-all
}

.u-link:not([disabled]):not(.no-btn),
.u-wysiwygArea li a:not([disabled]):not(.no-btn),
.u-wysiwygArea li button:not([disabled]):not(.no-btn),
.u-wysiwygArea p a:not([disabled]):not(.no-btn),
.u-wysiwygArea p button:not([disabled]):not(.no-btn) {
    cursor: pointer
}

.u-link[disabled],
.u-wysiwygArea li a[disabled],
.u-wysiwygArea li button[disabled],
.u-wysiwygArea p a[disabled],
.u-wysiwygArea p button[disabled] {
    pointer-events: none
}

.u-link.is-processing,
.u-wysiwygArea li a.is-processing,
.u-wysiwygArea li button.is-processing,
.u-wysiwygArea p a.is-processing,
.u-wysiwygArea p button.is-processing {
    cursor: not-allowed!important;
    opacity: .6!important
}

.u-link.no-click,
.u-wysiwygArea li a.no-click,
.u-wysiwygArea li button.no-click,
.u-wysiwygArea p a.no-click,
.u-wysiwygArea p button.no-click {
    cursor: not-allowed!important;
    pointer-events: none!important
}

.is-mouseuser .u-link:hover:not([disabled]),
.is-mouseuser .u-wysiwygArea li a:hover:not([disabled]),
.is-mouseuser .u-wysiwygArea li button:hover:not([disabled]),
.is-mouseuser .u-wysiwygArea p a:hover:not([disabled]),
.is-mouseuser .u-wysiwygArea p button:hover:not([disabled]),
.u-wysiwygArea li .is-mouseuser a:hover:not([disabled]),
.u-wysiwygArea li .is-mouseuser button:hover:not([disabled]),
.u-wysiwygArea p .is-mouseuser a:hover:not([disabled]),
.u-wysiwygArea p .is-mouseuser button:hover:not([disabled]) {
    text-decoration: none;
    color: #112b39
}

.is-mouseuser .u-link:focus:not([disabled]),
.is-mouseuser .u-wysiwygArea li a:focus:not([disabled]),
.is-mouseuser .u-wysiwygArea li button:focus:not([disabled]),
.is-mouseuser .u-wysiwygArea p a:focus:not([disabled]),
.is-mouseuser .u-wysiwygArea p button:focus:not([disabled]),
.is-touchuser .u-link:focus:not([disabled]),
.is-touchuser .u-wysiwygArea li a:focus:not([disabled]),
.is-touchuser .u-wysiwygArea li button:focus:not([disabled]),
.is-touchuser .u-wysiwygArea p a:focus:not([disabled]),
.is-touchuser .u-wysiwygArea p button:focus:not([disabled]),
.u-wysiwygArea li .is-mouseuser a:focus:not([disabled]),
.u-wysiwygArea li .is-mouseuser button:focus:not([disabled]),
.u-wysiwygArea li .is-touchuser a:focus:not([disabled]),
.u-wysiwygArea li .is-touchuser button:focus:not([disabled]),
.u-wysiwygArea p .is-mouseuser a:focus:not([disabled]),
.u-wysiwygArea p .is-mouseuser button:focus:not([disabled]),
.u-wysiwygArea p .is-touchuser a:focus:not([disabled]),
.u-wysiwygArea p .is-touchuser button:focus:not([disabled]) {
    outline: 0;
    text-decoration: none;
    color: #112b39
}

.is-touchuser .u-link:active:not([disabled]),
.is-touchuser .u-wysiwygArea li a:active:not([disabled]),
.is-touchuser .u-wysiwygArea li button:active:not([disabled]),
.is-touchuser .u-wysiwygArea p a:active:not([disabled]),
.is-touchuser .u-wysiwygArea p button:active:not([disabled]),
.u-wysiwygArea li .is-touchuser a:active:not([disabled]),
.u-wysiwygArea li .is-touchuser button:active:not([disabled]),
.u-wysiwygArea p .is-touchuser a:active:not([disabled]),
.u-wysiwygArea p .is-touchuser button:active:not([disabled]) {
    text-decoration: none;
    color: #112b39
}

.u-link--clrInherit {
    -webkit-appearance: none;
    overflow: visible;
    font: inherit;
    font-size: 1rem;
    text-transform: none;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .15s linear;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5rem;
    min-height: 1.5rem;
    text-decoration: none;
    text-align: center;
    cursor: default;
    border-radius: 0;
    border: 1px solid transparent;
    text-decoration: underline;
    color: inherit;
    padding-left: 0;
    padding-right: 0
}

.u-link--clrInherit::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ie-msie9 .u-link--clrInherit {
    word-break: break-all
}

.u-link--clrInherit:not([disabled]):not(.no-btn) {
    cursor: pointer
}

.u-link--clrInherit[disabled] {
    pointer-events: none
}

.u-link--clrInherit.is-processing {
    cursor: not-allowed!important;
    opacity: .6!important
}

.u-link--clrInherit.no-click {
    cursor: not-allowed!important;
    pointer-events: none!important
}

.is-mouseuser .u-link--clrInherit:hover:not([disabled]) {
    text-decoration: none;
    color: inherit
}

.is-mouseuser .u-link--clrInherit:focus:not([disabled]),
.is-touchuser .u-link--clrInherit:focus:not([disabled]) {
    outline: 0;
    text-decoration: none;
    color: inherit
}

.is-touchuser .u-link--clrInherit:active:not([disabled]) {
    text-decoration: none;
    color: inherit
}

.u-breadcrumbMenu {
    display: inline-block;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    text-transform: capitalize;
    color: #fff;
    overflow-x: auto;
    white-space: nowrap
}

.u-breadcrumb--dark .u-breadcrumbMenu {
    color: #112b39
}

.u-breadcrumbMenu .breadcrumb-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 5px;
    padding-left: 10px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

@media (max-width:567px) {
    .u-breadcrumbMenu {
        padding: 0
    }
}

.u-breadcrumbMenu .breadcrumb-icon {
    padding: 0 10px
}

.u-beadcrumbList {
    padding: 18px 18px 18px 0
}

.u-beadcrumbList:last-child .breadcrumb-icon {
    display: none
}

.u-beadcrumbList:last-child .u-breadcrumbLink {
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    cursor: default;
    pointer-events: none
}

.u-breadcrumbLink {
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    font-family: apercu-bold-pro, sans-serif;
    font-size: .8125rem;
    color: #fff!important
}

.is-mouseuser .u-breadcrumbLink:hover:not([disabled]) {
    text-decoration: underline
}

.is-mouseuser .u-breadcrumbLink:focus:not([disabled]),
.is-touchuser .u-breadcrumbLink:focus:not([disabled]) {
    outline: 0;
    text-decoration: underline
}

.is-touchuser .u-breadcrumbLink:active:not([disabled]) {
    text-decoration: underline
}

.u-breadcrumb--dark .u-breadcrumbLink {
    color: #112b39!important
}

.u-breadcrumb--dark .u-breadcrumbLink.u-textShadow {
    text-shadow: 1px 1px 2px #fff
}

.u-dotBtn {
    -webkit-appearance: none;
    overflow: visible;
    font: inherit;
    font-size: 1rem;
    text-transform: none;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .15s linear;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5rem;
    min-height: 1.5rem;
    text-decoration: none;
    text-align: center;
    cursor: default;
    border-radius: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    color: transparent;
    background-color: transparent;
    position: relative;
    margin: 0 5px;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
    -webkit-transform-origin: center;
    transform-origin: center
}

.u-dotBtn::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ie-msie9 .u-dotBtn {
    word-break: break-all
}

.u-dotBtn:not([disabled]):not(.no-btn) {
    cursor: pointer
}

.u-dotBtn[disabled] {
    pointer-events: none
}

.u-dotBtn.is-processing {
    cursor: not-allowed!important;
    opacity: .6!important
}

.u-dotBtn.no-click {
    cursor: not-allowed!important;
    pointer-events: none!important
}

.is-mouseuser .u-dotBtn:hover:not([disabled]) .u-dotCirc {
    background-color: rgba(255, 255, 255, .1)
}

.is-mouseuser .u-dotBtn:hover:not([disabled]) .u-dotAni {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg)
}

.is-mouseuser .u-dotBtn:focus:not([disabled]),
.is-touchuser .u-dotBtn:focus:not([disabled]) {
    outline: 0
}

.is-mouseuser .u-dotBtn:focus:not([disabled]) .u-dotCirc,
.is-touchuser .u-dotBtn:focus:not([disabled]) .u-dotCirc {
    background-color: rgba(255, 255, 255, .1)
}

.is-mouseuser .u-dotBtn:focus:not([disabled]) .u-dotAni,
.is-touchuser .u-dotBtn:focus:not([disabled]) .u-dotAni {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg)
}

.is-touchuser .u-dotBtn:active:not([disabled]) .u-dotCirc {
    background-color: rgba(255, 255, 255, .1)
}

.is-touchuser .u-dotBtn:active:not([disabled]) .u-dotAni {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg)
}

.slick-active .u-dotBtn,
.u-dotBtn.is-active {
    -webkit-transform: scale(1.5) rotateZ(-45deg);
    transform: scale(1.5) rotateZ(-45deg)
}

.u-dotBtn:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -2px;
    background-color: #000
}

.u-dotBtn--light:after {
    background-color: #fff
}

.is-mouseuser li:not(.slick-active)>.u-dotBtn:hover:not([disabled]) {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.is-mouseuser li:not(.slick-active)>.u-dotBtn:focus:not([disabled]),
.is-touchuser li:not(.slick-active)>.u-dotBtn:focus:not([disabled]) {
    outline: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.is-touchuser li:not(.slick-active)>.u-dotBtn:active:not([disabled]) {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.u-dotAni,
.u-dotCirc {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 50%
}

.u-dotCirc {
    transition: background-color .2s linear;
    background-color: transparent;
    z-index: 10;
    border: 1px solid #ced4da
}

.u-dotBtn--light .u-dotCirc {
    border-color: #adb5bd
}

.is-active .u-dotCirc,
.slick-active .u-dotCirc {
    border-left-color: #0d9783;
    border-top-color: #0d9783
}

.u-dotAni {
    z-index: 20;
    border: 1px solid transparent;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    border-left-color: #0d9783;
    border-top-color: #0d9783;
    display: none
}

.is-active .u-dotAni,
.slick-active .u-dotAni {
    display: block
}

.no-btn .u-dotAni {
    display: none
}

.u-noIOSPhone {
    color: inherit!important
}

.u-noIOSPhone>a {
    color: inherit!important;
    text-decoration: none!important;
    font-size: inherit!important;
    font-family: inherit!important;
    font-weight: inherit!important;
    line-height: inherit!important;
    pointer-events: none!important
}

.u-noIOSPhone--allLinks a {
    color: inherit!important;
    text-decoration: none!important;
    font-size: inherit!important;
    font-family: inherit!important;
    font-weight: inherit!important;
    line-height: inherit!important;
    pointer-events: none!important
}

.u-hit {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    border: none;
    cursor: pointer;
    background-color: rgba(255, 0, 0, .3);
    opacity: 0
}

.u-flush {
    position: absolute!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

.u-flush--fixed {
    position: fixed!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

.u-blockPad {
    width: 100%;
    display: block;
    height: 1.875rem
}

.u-blockPad--none {
    display: none
}

@media only screen and (min-width:48em) {
    .u-blockPad--noneDt {
        display: none
    }
}

.u-blockPad--xs {
    height: .625rem
}

.u-blockPad--sm {
    height: 1.25rem
}

.u-blockPad--lg {
    height: 2.8125rem
}

.u-blockPad--xl {
    height: 3.75rem
}

.u-blockPad--xxl {
    height: 5rem
}

.u-blockPad--xxxl {
    height: 7.5rem
}

@media only screen and (max-width:47.9375em) {
    .u-blockPad--noneMb {
        display: none
    }
}

@media only screen and (max-width:47.9375em) {
    .u-blockPad--xsMb {
        height: .625rem
    }
}

@media only screen and (max-width:47.9375em) {
    .u-blockPad--smMb {
        height: 1.25rem
    }
}

@media only screen and (max-width:47.9375em) {
    .u-blockPad--mdMb {
        height: 1.875rem
    }
}

@media only screen and (max-width:47.9375em) {
    .u-blockPad--lgMb {
        height: 2.8125rem
    }
}

@media only screen and (max-width:47.9375em) {
    .u-blockPad--xlMb {
        height: 3.75rem
    }
}

@media only screen and (max-width:47.9375em) {
    .u-blockPad--xxlMb {
        height: 5rem
    }
}

@media only screen and (max-width:47.9375em) {
    .u-blockPad--xxxlMb {
        height: 7.5rem
    }
}

.u-pLg,
.u-pMd,
.u-pSm,
.u-pXl,
.u-pXs,
.u-pXxl {
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400
}

.u-pXxs {
    font-size: .8125rem;
    margin: 0;
    padding-top: 0;
    padding-bottom: .5rem;
    line-height: 1.5
}

.u-pXs {
    font-size: .9375rem;
    line-height: 1.5;
    margin: 0;
    padding-top: 0;
    padding-bottom: 1.125rem
}

.u-pSm {
    font-size: 1rem;
    margin: 0;
    padding-top: 0;
    padding-bottom: 1.75rem;
    line-height: 1.5
}

.u-pMd {
    font-size: 1.25rem;
    margin: 0;
    padding-top: 0;
    padding-bottom: 2rem;
    line-height: 1.5
}

.u-pLg {
    font-size: 1.5rem;
    margin: 0;
    padding-top: .375rem;
    padding-bottom: 2.25rem;
    line-height: 1.5
}

.u-pXl {
    font-size: 1.875rem;
    margin: 0;
    padding-top: .5rem;
    padding-bottom: 2.5rem;
    line-height: 1.5
}

.u-hLg,
.u-hMd,
.u-hSm,
.u-hXl,
.u-hXs,
.u-hXxl {
    font-style: normal;
    font-family: KefaIIPro-Regular, serif;
    font-weight: 400;
    font-family: KefaIIPro-Bold, serif
}

.u-hLg--alt,
.u-hMd--alt,
.u-hSm--alt,
.u-hXl--alt,
.u-hXs--alt,
.u-hXxl--alt {
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    font-family: apercu-bold-pro, sans-serif
}

.u-hXs {
    font-size: .9375rem;
    margin: 0;
    padding-top: .125rem;
    padding-bottom: 1.5rem;
    line-height: 1.1875;
    -webkit-hyphens: manual!important;
    -ms-hyphens: manual!important;
    hyphens: manual!important
}

.u-hSm {
    font-size: 1rem;
    margin: 0;
    padding-top: .25rem;
    padding-bottom: 1.875rem;
    line-height: 1.1875;
    -webkit-hyphens: manual!important;
    -ms-hyphens: manual!important;
    hyphens: manual!important
}

.u-hMd {
    font-size: 1.25rem;
    margin: 0;
    padding-top: .375rem;
    padding-bottom: 2.25rem;
    line-height: 1.1875;
    -webkit-hyphens: manual!important;
    -ms-hyphens: manual!important;
    hyphens: manual!important
}

.u-hLg {
    font-size: 1.5rem;
    margin: 0;
    padding-top: .5rem;
    padding-bottom: 2.5rem;
    line-height: 1.1875;
    -webkit-hyphens: manual!important;
    -ms-hyphens: manual!important;
    hyphens: manual!important
}

.u-hXl {
    font-size: 1.875rem;
    margin: 0;
    padding-top: .625rem;
    padding-bottom: 3rem;
    line-height: 1.1875;
    -webkit-hyphens: manual!important;
    -ms-hyphens: manual!important;
    hyphens: manual!important
}

.u-hXxl {
    font-size: 3rem;
    margin: 0;
    padding-top: .625rem;
    padding-bottom: 3rem;
    line-height: 1.1875;
    -webkit-hyphens: manual!important;
    -ms-hyphens: manual!important;
    hyphens: manual!important
}

@media only screen and (max-width:47.9375em) {
    .u-hXs--mb {
        font-size: .9375rem;
        margin: 0;
        padding-top: .125rem;
        padding-bottom: 1.5rem;
        line-height: 1.1875;
        -webkit-hyphens: manual!important;
        -ms-hyphens: manual!important;
        hyphens: manual!important
    }
    .u-hSm--mb {
        font-size: 1rem;
        margin: 0;
        padding-top: .25rem;
        padding-bottom: 1.875rem;
        line-height: 1.1875;
        -webkit-hyphens: manual!important;
        -ms-hyphens: manual!important;
        hyphens: manual!important
    }
    .u-hMd--mb {
        font-size: 1.25rem;
        margin: 0;
        padding-top: .375rem;
        padding-bottom: 2.25rem;
        line-height: 1.1875;
        -webkit-hyphens: manual!important;
        -ms-hyphens: manual!important;
        hyphens: manual!important
    }
    .u-hLg--mb {
        font-size: 1.5rem;
        margin: 0;
        padding-top: .5rem;
        padding-bottom: 2.5rem;
        line-height: 1.1875;
        -webkit-hyphens: manual!important;
        -ms-hyphens: manual!important;
        hyphens: manual!important
    }
    .u-hXl--mb {
        font-size: 1.875rem;
        margin: 0;
        padding-top: .625rem;
        padding-bottom: 3rem;
        line-height: 1.1875;
        -webkit-hyphens: manual!important;
        -ms-hyphens: manual!important;
        hyphens: manual!important
    }
    .u-hXxl--mb {
        font-size: 3rem;
        margin: 0;
        padding-top: .625rem;
        padding-bottom: 3rem;
        line-height: 1.1875;
        -webkit-hyphens: manual!important;
        -ms-hyphens: manual!important;
        hyphens: manual!important
    }
}

.u-noBold {
    font-style: normal;
    font-weight: 400
}

.u-noBold--sans {
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400
}

.u-noBold--serif {
    font-style: normal;
    font-family: KefaIIPro-Regular, serif;
    font-weight: 400
}

.u-bold {
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    font-family: apercu-bold-pro, sans-serif
}

.u-bold--serif {
    font-style: normal;
    font-family: KefaIIPro-Regular, serif;
    font-weight: 400;
    font-family: KefaIIPro-Bold, serif
}

.u-wysiwygArea h1 {
    color: #112b39;
    font-size: 1.875rem;
    margin: 0;
    padding-top: .625rem;
    padding-bottom: 3rem;
    line-height: 1.1875;
    -webkit-hyphens: manual!important;
    -ms-hyphens: manual!important;
    hyphens: manual!important;
    padding-bottom: .9375rem;
    display: block
}

.u-wysiwygArea--clrInherit.u-wysiwygArea h1 {
    color: inherit
}

@media only screen and (min-width:48em) {
    .u-wysiwygArea h1 {
        font-size: 3rem;
        margin: 0;
        padding-top: .625rem;
        padding-bottom: 3rem;
        line-height: 1.1875;
        -webkit-hyphens: manual!important;
        -ms-hyphens: manual!important;
        hyphens: manual!important;
        padding-bottom: .9375rem;
        display: block
    }
}

.u-wysiwygArea h1,
.u-wysiwygArea h2,
.u-wysiwygArea h3,
.u-wysiwygArea h4,
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
    font-style: normal;
    font-family: KefaIIPro-Regular, serif;
    font-weight: 400;
    font-family: KefaIIPro-Bold, serif
}

.u-wysiwygArea--serifRegHeaders h1,
.u-wysiwygArea--serifRegHeaders h2,
.u-wysiwygArea--serifRegHeaders h3,
.u-wysiwygArea--serifRegHeaders h4,
.u-wysiwygArea--serifRegHeaders h5,
.u-wysiwygArea--serifRegHeaders h6 {
    font-style: normal;
    font-family: KefaIIPro-Regular, serif;
    font-weight: 400
}

.u-wysiwygArea--sansHeaders h1,
.u-wysiwygArea--sansHeaders h2,
.u-wysiwygArea--sansHeaders h3,
.u-wysiwygArea--sansHeaders h4,
.u-wysiwygArea--sansHeaders h5,
.u-wysiwygArea--sansHeaders h6 {
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    font-family: apercu-bold-pro, sans-serif
}

.u-wysiwygArea--sansRegHeaders h1,
.u-wysiwygArea--sansRegHeaders h2,
.u-wysiwygArea--sansRegHeaders h3,
.u-wysiwygArea--sansRegHeaders h4,
.u-wysiwygArea--sansRegHeaders h5,
.u-wysiwygArea--sansRegHeaders h6 {
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400
}

.u-wysiwygArea h2 {
    color: #112b39;
    font-size: 1.5rem;
    margin: 0;
    padding-top: .5rem;
    padding-bottom: 2.5rem;
    line-height: 1.1875;
    -webkit-hyphens: manual!important;
    -ms-hyphens: manual!important;
    hyphens: manual!important;
    font-size: 1.25rem;
    padding-bottom: .9375rem;
    display: block
}

.u-wysiwygArea--clrInherit.u-wysiwygArea h2 {
    color: inherit
}

@media only screen and (min-width:48em) {
    .u-wysiwygArea h2 {
        font-size: 1.875rem;
        margin: 0;
        padding-top: .625rem;
        padding-bottom: 3rem;
        line-height: 1.1875;
        -webkit-hyphens: manual!important;
        -ms-hyphens: manual!important;
        hyphens: manual!important;
        font-size: 1.5rem;
        padding-bottom: .9375rem;
        display: block
    }
}

.u-wysiwygArea h3 {
    color: #112b39;
    font-size: 1.25rem;
    margin: 0;
    padding-top: .375rem;
    padding-bottom: 2.25rem;
    line-height: 1.1875;
    -webkit-hyphens: manual!important;
    -ms-hyphens: manual!important;
    hyphens: manual!important;
    font-size: 1rem;
    padding-bottom: .5rem
}

.u-wysiwygArea--clrInherit.u-wysiwygArea h3 {
    color: inherit
}

@media only screen and (min-width:48em) {
    .u-wysiwygArea h3 {
        font-size: 1.5rem;
        margin: 0;
        padding-top: .5rem;
        padding-bottom: 2.5rem;
        line-height: 1.1875;
        -webkit-hyphens: manual!important;
        -ms-hyphens: manual!important;
        hyphens: manual!important;
        font-size: 1.25rem;
        padding-bottom: .3125rem
    }
}

.u-wysiwygArea h4 {
    color: #000
}

.u-wysiwygArea--clrInherit.u-wysiwygArea h4 {
    color: inherit
}

.u-wysiwygArea h4,
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
    font-size: 1rem;
    margin: 0;
    padding-top: .25rem;
    padding-bottom: 1.875rem;
    line-height: 1.1875;
    -webkit-hyphens: manual!important;
    -ms-hyphens: manual!important;
    hyphens: manual!important;
    font-size: .9375rem;
    padding-bottom: 0;
    color: #495057
}

@media only screen and (min-width:48em) {
    .u-wysiwygArea h4,
    .u-wysiwygArea h5,
    .u-wysiwygArea h6 {
        font-size: 1.25rem;
        margin: 0;
        padding-top: .375rem;
        padding-bottom: 2.25rem;
        line-height: 1.1875;
        -webkit-hyphens: manual!important;
        -ms-hyphens: manual!important;
        hyphens: manual!important;
        font-size: 1rem;
        padding-bottom: 0
    }
}

.u-wysiwygArea h5,
.u-wysiwygArea h6,
.u-wysiwygArea--clrInherit.u-wysiwygArea h4 {
    color: inherit
}

.u-wysiwygArea h5 {
    font-style: normal;
    font-family: KefaIIPro-Regular, serif;
    font-weight: 400;
    font-style: italic;
    color: #6c757d
}

.u-wysiwygArea h6 {
    font-style: normal;
    font-family: KefaIIPro-Regular, serif;
    font-weight: 400;
    font-style: italic;
    color: #adb5bd
}

.u-wysiwygArea>:first-child {
    margin-top: 0;
    padding-top: 0
}

.u-wysiwygArea>:last-child:not(a) {
    padding-bottom: 0
}

.u-wysiwygArea dl+h1,
.u-wysiwygArea dl+h2,
.u-wysiwygArea dl+h3,
.u-wysiwygArea ol+h1,
.u-wysiwygArea ol+h2,
.u-wysiwygArea ol+h3,
.u-wysiwygArea p+h1,
.u-wysiwygArea p+h2,
.u-wysiwygArea p+h3,
.u-wysiwygArea ul+h1,
.u-wysiwygArea ul+h2,
.u-wysiwygArea ul+h3 {
    padding-top: 1.5625rem
}

.u-wysiwygArea dl+h3,
.u-wysiwygArea ol+h3,
.u-wysiwygArea p+h3,
.u-wysiwygArea ul+h3 {
    padding-top: 1.125rem
}

.u-wysiwygArea h3+dt,
.u-wysiwygArea h3+ol,
.u-wysiwygArea h3+ul {
    padding-top: .4375rem
}

.u-wysiwygArea img {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    max-width: 100%
}

.u-wysiwygArea p {
    font-size: .9375rem;
    line-height: 1.5;
    margin: 0;
    padding-top: 0;
    padding-bottom: 1.125rem;
    display: block
}

@media only screen and (min-width:48em) {
    .u-wysiwygArea p {
        font-size: 1.25rem;
        margin: 0;
        padding-top: 0;
        padding-bottom: 2rem;
        line-height: 1.5
    }
}

.u-wysiwygArea--paraSm p {
    font-size: .9375rem;
    line-height: 1.5;
    margin: 0;
    padding-top: 0;
    padding-bottom: 1.125rem
}

@media only screen and (min-width:48em) {
    .u-wysiwygArea--paraSm p {
        font-size: 1rem;
        margin: 0;
        padding-top: 0;
        padding-bottom: 1.75rem;
        line-height: 1.5
    }
}

.u-wysiwygArea--paraXs p {
    font-size: .8125rem;
    margin: 0;
    padding-top: 0;
    padding-bottom: .5rem;
    line-height: 1.5
}

@media only screen and (min-width:48em) {
    .u-wysiwygArea--paraXs p {
        font-size: .8125rem;
        margin: 0;
        padding-top: 0;
        padding-bottom: .5rem;
        line-height: 1.5
    }
}

.u-wysiwygArea p {
    color: #112b39;
    padding-top: .3125rem;
    padding-bottom: .9375rem
}

.u-wysiwygArea--clrInherit.u-wysiwygArea p {
    color: inherit
}

.u-wysiwygArea p img {
    margin: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 8px
}

@media only screen and (max-width:61.9375em) {
    .u-wysiwygArea p img {
        max-width: 100%;
        height: auto;
        margin-left: 0;
        margin-right: 0
    }
}

.u-wysiwygArea p+dl,
.u-wysiwygArea p+ol,
.u-wysiwygArea p+ul {
    margin-top: -4px!important
}

.u-wysiwygArea a b,
.u-wysiwygArea a strong,
.u-wysiwygArea li b,
.u-wysiwygArea li strong,
.u-wysiwygArea p b,
.u-wysiwygArea p strong {
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    font-family: apercu-bold-pro, sans-serif
}

.u-wysiwygArea li>a {
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    font-family: apercu-bold-pro, sans-serif
}

.u-wysiwygArea b a,
.u-wysiwygArea strong a {
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    font-family: apercu-bold-pro, sans-serif
}

.u-wysiwygArea li a,
.u-wysiwygArea li button,
.u-wysiwygArea p a,
.u-wysiwygArea p button {
    font-size: inherit;
    text-align: inherit
}

.u-wysiwygArea li a,
.u-wysiwygArea li button,
.u-wysiwygArea p button,
.u-wysiwygArea--clrInherit.u-wysiwygArea p a {
    color: inherit!important
}

.u-wysiwygArea blockquote {
    font-style: normal;
    font-family: KefaIIPro-Regular, serif;
    font-weight: 400;
    font-family: KefaIIPro-Bold, serif;
    font-style: normal!important;
    padding: 1.8125rem 0;
    border-left: 0;
    border-right: 0;
    border-top: 2px solid #112b39;
    border-bottom: 2px solid #112b39;
    margin-top: 1.5625rem;
    margin-bottom: 1.75rem;
    color: #112b39
}

.u-wysiwygArea blockquote p {
    padding: 0
}

.u-wysiwygArea hr {
    border-color: #dee2e6;
    margin: 40px 0
}

.u-wysiwygArea dl+hr,
.u-wysiwygArea h3+hr,
.u-wysiwygArea ol+hr,
.u-wysiwygArea p+hr,
.u-wysiwygArea ul+hr {
    margin-top: 30px
}

.u-wysiwygArea h2+hr {
    margin-top: 10px
}

.u-wysiwygArea dl,
.u-wysiwygArea li,
.u-wysiwygArea ol,
.u-wysiwygArea ul {
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    color: #112b39!important
}

.u-wysiwygArea dl,
.u-wysiwygArea li,
.u-wysiwygArea ol,
.u-wysiwygArea--clrInherit.u-wysiwygArea ul {
    color: inherit!important
}

.u-wysiwygArea ul {
    padding-left: 1.6875rem;
    list-style-type: none;
    width: 100%;
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    color: inherit
}

.u-wysiwygArea ul>li {
    padding-left: 0;
    line-height: 1.6;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative
}

.u-wysiwygArea ul>li:before {
    content: '• ';
    font-size: 19px;
    position: absolute;
    margin-left: -20px
}

.u-wysiwygArea ul>li>dl,
.u-wysiwygArea ul>li>ol,
.u-wysiwygArea ul>li>ul {
    margin-left: -.1875rem
}

@media only screen and (max-width:47.9375em) {
    .u-wysiwygArea ul>li:before {
        margin-top: -4px
    }
}

.u-wysiwygArea ol {
    padding-left: 1.6875rem;
    width: 100%;
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    color: inherit
}

.u-wysiwygArea ol>li {
    padding-left: .1875rem;
    line-height: 1.6;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative
}

.u-wysiwygArea ol>li>dl,
.u-wysiwygArea ol>li>ol,
.u-wysiwygArea ol>li>ul {
    margin-left: -.1875rem
}

.u-wysiwygArea>ul {
    padding-left: 1.875rem
}

@media only screen and (min-width:48em) {
    .u-wysiwygArea>ul {
        padding-left: 2.3125rem
    }
}

.u-wysiwygArea>ol {
    padding-left: 2.3125rem
}

.u-wysiwygArea ol[type="i"] {
    padding-left: 3rem;
    width: 100%;
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    color: inherit
}

.u-wysiwygArea ol[type="i"]>li {
    padding-left: .1875rem;
    line-height: 1.6;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative
}

.u-wysiwygArea ol[type="i"]>li>dl,
.u-wysiwygArea ol[type="i"]>li>ol,
.u-wysiwygArea ol[type="i"]>li>ul {
    margin-left: -.1875rem
}

.u-wysiwygArea ol[type="a"] {
    padding-left: 1.4375rem;
    width: 100%;
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    color: inherit
}

.u-wysiwygArea ol[type="a"]>li {
    padding-left: .1875rem;
    line-height: 1.6;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative
}

.u-wysiwygArea ol[type="a"]>li>dl,
.u-wysiwygArea ol[type="a"]>li>ol,
.u-wysiwygArea ol[type="a"]>li>ul {
    margin-left: -.1875rem
}

.u-wysiwygArea ol[type="a"]>li:before {
    margin-top: -3px
}

.u-wysiwygArea ol>li,
.u-wysiwygArea ol[type="a"]>li,
.u-wysiwygArea ol[type="i"]>li,
.u-wysiwygArea ul>li {
    font-size: .9375rem
}

@media only screen and (min-width:48em) {
    .u-wysiwygArea ol>li,
    .u-wysiwygArea ol[type="a"]>li,
    .u-wysiwygArea ol[type="i"]>li,
    .u-wysiwygArea ul>li {
        font-size: 1.25rem
    }
}

.u-wysiwygArea--paraSm ol>li,
.u-wysiwygArea--paraSm ol[type="a"]>li,
.u-wysiwygArea--paraSm ol[type="i"]>li,
.u-wysiwygArea--paraSm ul>li {
    font-size: .9375rem
}

@media only screen and (min-width:48em) {
    .u-wysiwygArea--paraSm ol>li,
    .u-wysiwygArea--paraSm ol[type="a"]>li,
    .u-wysiwygArea--paraSm ol[type="i"]>li,
    .u-wysiwygArea--paraSm ul>li {
        font-size: 1rem
    }
}

.u-wysiwygArea table {
    border: 1px solid #dee2e6;
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px
}

.u-wysiwygArea table *+.u-wysiwygArea table {
    margin-top: 15px
}

.u-wysiwygArea table td,
.u-wysiwygArea table th {
    padding: 20px 8px
}

.u-wysiwygArea table th {
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400
}

.u-wysiwygArea table th {
    text-align: left
}

.u-wysiwygArea table td {
    vertical-align: top
}

.u-wysiwygArea table th {
    vertical-align: bottom
}

.u-wysiwygArea table caption,
.u-wysiwygArea table tfoot {
    font-style: normal
}

.u-wysiwygArea table caption {
    text-align: left;
    background-color: #dee2e6;
    font-size: .8125rem;
    padding: .625rem .75rem;
    text-align: left;
    color: #112b39;
    margin-bottom: 0;
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    font-family: apercu-bold-pro, sans-serif
}

.u-wysiwygArea table tbody tr,
.u-wysiwygArea table thead tr {
    background-color: #fff
}

.u-wysiwygArea table tbody td,
.u-wysiwygArea table th {
    border-bottom: 1px solid #e3e3e3;
    padding: 1.25rem .75rem;
    text-align: center
}

.u-wysiwygArea table tbody td:first-child,
.u-wysiwygArea table tbody td:last-child,
.u-wysiwygArea table th:first-child,
.u-wysiwygArea table th:last-child {
    position: relative
}

.u-wysiwygArea table tbody td:first-child:before,
.u-wysiwygArea table tbody td:last-child:before,
.u-wysiwygArea table th:first-child:before,
.u-wysiwygArea table th:last-child:before {
    content: "";
    position: absolute;
    top: 1px;
    width: .75rem;
    height: 100%;
    background-color: #fff
}

.u-wysiwygArea table tbody td:last-child,
.u-wysiwygArea table th:last-child {
    text-align: right
}

.u-wysiwygArea table tbody td:last-child:before,
.u-wysiwygArea table th:last-child:before {
    right: 0
}

.u-wysiwygArea table tbody td:first-child,
.u-wysiwygArea table th:first-child {
    text-align: left
}

.u-wysiwygArea table tbody td:first-child:before,
.u-wysiwygArea table th:first-child:before {
    left: 0
}

.u-wysiwygArea table tr:last-child td:before {
    display: none
}

.brwSpt {
    width: 100%;
    padding: 20px;
    background-color: #000;
    color: #fff;
    text-align: center;
    display: none
}

.has-oldbrowser .brwSpt {
    display: block
}

#appWrap:not(.has-screenReader) [tabindex="0"] {
    outline: 0
}

.apHd.is-mbMenuOnScreen {
    height: 100%;
    position: absolute;
    z-index: 1000;
    width: 100%;
    overflow-y: auto
}

@media only screen and (max-width:64.3125rem) {
    .apHd-dt {
        display: none
    }
}

@media only screen and (min-width:64.375rem) {
    .apHd-mb {
        display: none
    }
}

@media print {
    .apHd {
        display: none
    }
}

.apHd-dt {
    max-width: 1920px
}

@media only screen and (min-width:48em) {
    .apHd-dt {
        padding-right: 0
    }
}

@media only screen and (min-width:100em) {
    .apHd-dt {
        padding-left: 35px
    }
}

.apHd-dtLogoImg {
    max-width: 160px;
    width: 15.75rem
}

@media only screen and (min-width:1130px) {
    .apHd-dtLogoImg {
        max-width: 200px
    }
}

@media only screen and (min-width:81.25em) {
    .apHd-dtLogoImg {
        max-width: 100%
    }
}

.apHd-dtLogoLink {
    padding: 6px 0
}

.apHd-dtLogoLink:focus {
    outline: 0
}

.apHd-dtLinkList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    padding-left: 0;
    padding-right: .9375rem;
    margin: 0
}

.apHd-dtLinkList a {
    color: #112b39;
    text-decoration: none
}

@media only screen and (max-width:99.9375em) {
    .apHd-dtLeft {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
        padding-left: 12px
    }
}

@media only screen and (max-width:81.1875em) {
    .apHd-dtLeft {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        padding-left: 4px
    }
}

.apHd-dtLink {
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    -webkit-appearance: none;
    overflow: visible;
    font: inherit;
    font-size: 1rem;
    text-transform: none;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .15s linear;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5rem;
    min-height: 1.5rem;
    text-decoration: none;
    text-align: center;
    cursor: default;
    border-radius: 0;
    border: 1px solid transparent;
    color: #112b39;
    display: block;
    font-size: .9375rem;
    line-height: 1.25;
    padding: 0 10px
}

.apHd-dtLink::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ie-msie9 .apHd-dtLink {
    word-break: break-all
}

.apHd-dtLink:not([disabled]):not(.no-btn) {
    cursor: pointer
}

.apHd-dtLink[disabled] {
    pointer-events: none
}

.apHd-dtLink.is-processing {
    cursor: not-allowed!important;
    opacity: .6!important
}

.apHd-dtLink.no-click {
    cursor: not-allowed!important;
    pointer-events: none!important
}

.is-mouseuser .apHd-dtLink:hover:not([disabled]) {
    color: #112b39;
    text-decoration: underline
}

.is-mouseuser .apHd-dtLink:focus:not([disabled]),
.is-touchuser .apHd-dtLink:focus:not([disabled]) {
    outline: 0;
    color: #112b39;
    text-decoration: underline
}

.is-mouseuser .apHd-dtLink:focus:not([disabled]),
.is-touchuser .apHd-dtLink:focus:not([disabled]) {
    outline: 0;
    text-decoration: underline
}

.is-touchuser .apHd-dtLink:active:not([disabled]) {
    color: #112b39;
    text-decoration: underline
}

.is-selected .apHd-dtLink {
    text-decoration: underline
}

@media only screen and (min-width:100em) {
    .apHd-dtLink {
        padding: 0 30px
    }
}

@media only screen and (min-width:81.25em) {
    .apHd-dtLink {
        padding: 0 15px
    }
}

.ie-msie10 .apHd-dtLink,
.ie-msie11 .apHd-dtLink {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.apHd-dtWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.apHd-dtMiddle {
    margin-left: auto;
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.ie-msie9 .apHd-dtMiddle {
    max-width: 700px;
    left: 270px!important
}

.ie-msie9 .apHd-dtRight {
    right: -200px;
    left: auto!important
}

@media only screen and (min-width:100em) {
    .apHd-dtRight {
        min-width: 19.375rem
    }
}

.apHd-dtBoxyBtn {
    white-space: nowrap
}

.ie-msie9 .apHd-dtBoxyBtn {
    max-width: 250px
}

@media only screen and (max-width:81.1875em) {
    .apHd-dtBoxyBtn {
        padding: 1.25rem 4.0625rem 1.25rem 2.5rem!important
    }
}

@media only screen and (max-width:99.9375em) {
    .apHd-dtBoxyIcons {
        right: 2.125rem
    }
}

@media only screen and (max-width:81.1875em) {
    .apHd-dtBoxyIcons {
        right: 1.125rem
    }
}

.is-mbMenuOnScreen .apHd-mb {
    height: 100%
}

.is-mbMenuOnScreen .apHd-mbWrap {
    height: 100%
}

.apHd-mbTop {
    height: 60px;
    background-color: #fff
}

.is-mbMenuOnScreen .apHd-mbTop {
    position: fixed;
    width: 100%;
    z-index: 120
}

.apHd-mbLogoLink {
    position: absolute;
    height: 100%
}

.apHd-mbLogoLink img {
    border-bottom: 1px solid transparent
}

.apHd-mbLogoLink:focus {
    outline: 0
}

.apHd-mbLogoLink:focus img {
    border-bottom-color: #112b39
}

.apHd-mbLogoImg {
    margin-left: 12px;
    width: auto;
    max-height: 100%;
    padding: .3125rem 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 12.75rem
}

@media only screen and (min-width:48em) {
    .apHd-mbLogoImg {
        margin-left: 17px;
        max-width: 15.75rem
    }
}

.apHd-mbBg {
    position: fixed;
    transition: opacity .3s linear;
    background-color: rgba(255, 255, 255, .4);
    display: none;
    opacity: 0
}

@media only screen and (max-width:22.4375em) {
    .apHd-mbBg {
        background-color: #fff
    }
}

.is-mbMenuShownPre .apHd-mbBg {
    display: block
}

.is-mbMenuShown .apHd-mbBg {
    opacity: 1
}

.is-mbMenuOnScreen .apHd-mbBg {
    display: block
}

.apHd-mbLinkList {
    list-style-type: none;
    padding-left: 0;
    padding-top: 30px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, .9);
    -ms-flex-positive: 1;
    flex-grow: 1
}

.apHd-mbLink {
    -webkit-appearance: none;
    overflow: visible;
    font: inherit;
    font-size: 1rem;
    text-transform: none;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .15s linear;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5rem;
    min-height: 1.5rem;
    text-decoration: none;
    text-align: center;
    cursor: default;
    border-radius: 0;
    border: 1px solid transparent;
    color: #112b39!important;
    font-size: 1.125rem;
    display: block;
    text-align: left;
    padding: 0
}

.apHd-mbLink::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ie-msie9 .apHd-mbLink {
    word-break: break-all
}

.apHd-mbLink:not([disabled]):not(.no-btn) {
    cursor: pointer
}

.apHd-mbLink[disabled] {
    pointer-events: none
}

.apHd-mbLink.is-processing {
    cursor: not-allowed!important;
    opacity: .6!important
}

.apHd-mbLink.no-click {
    cursor: not-allowed!important;
    pointer-events: none!important
}

.is-mouseuser .apHd-mbLink:hover:not([disabled]) {
    text-decoration: underline
}

.is-mouseuser .apHd-mbLink:focus:not([disabled]),
.is-touchuser .apHd-mbLink:focus:not([disabled]) {
    outline: 0;
    text-decoration: underline
}

.is-mouseuser .apHd-mbLink:focus:not([disabled]),
.is-touchuser .apHd-mbLink:focus:not([disabled]) {
    outline: 0;
    text-decoration: underline
}

.is-touchuser .apHd-mbLink:active:not([disabled]) {
    text-decoration: underline
}

.apHd-mbHamburgerMenuList {
    position: relative;
    z-index: 110;
    position: absolute;
    top: 60px;
    left: 0;
    min-height: calc(100% - 60px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 60px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media only screen and (max-width:22.4375em) {
    .apHd-mbHamburgerMenuList {
        width: 100%
    }
}

.apHd:not(.is-initializing) .apHd-mbHamburgerMenuList {
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.is-initializing .apHd-mbHamburgerMenuList {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.is-mbMenuShown .apHd-mbHamburgerMenuList {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.apHd-mbHamburgerMenuList ul li {
    padding: 20px;
    text-decoration: none
}

.apHd-mbHamBurger {
    -webkit-appearance: none;
    overflow: visible;
    font: inherit;
    font-size: 1rem;
    text-transform: none;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .15s linear;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5rem;
    min-height: 1.5rem;
    text-decoration: none;
    text-align: center;
    cursor: default;
    border-radius: 0;
    border: 1px solid transparent;
    background-color: transparent;
    float: right;
    padding: 17px 14px 20px 0;
    text-align: -webkit-right;
    display: block
}

.apHd-mbHamBurger::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ie-msie9 .apHd-mbHamBurger {
    word-break: break-all
}

.apHd-mbHamBurger:not([disabled]):not(.no-btn) {
    cursor: pointer
}

.apHd-mbHamBurger[disabled] {
    pointer-events: none
}

.apHd-mbHamBurger.is-processing {
    cursor: not-allowed!important;
    opacity: .6!important
}

.apHd-mbHamBurger.no-click {
    cursor: not-allowed!important;
    pointer-events: none!important
}

.is-mouseuser .apHd-mbHamBurger:focus:not([disabled]),
.is-touchuser .apHd-mbHamBurger:focus:not([disabled]) {
    outline: 0
}

.is-mouseuser .apHd-mbHamBurger:focus:not([disabled]),
.is-touchuser .apHd-mbHamBurger:focus:not([disabled]) {
    outline: 0;
    text-decoration: underline
}

.apHd-mbHamBurger .u-bar {
    width: 2.1875rem;
    height: .1875rem;
    background-color: #112b39;
    margin: 4px 0
}

.apHd-mbHamBurger .u-bar:nth-child(2) {
    width: 1.25rem
}

.is-mbMenuShown .apHd-mbHamBurger {
    display: none
}

.apHd-mbCloseBtn,
.apHd-mbHamBurger {
    position: absolute;
    right: 0
}

.apHd-mbCloseBtn {
    -webkit-appearance: none;
    overflow: visible;
    font: inherit;
    font-size: 1rem;
    text-transform: none;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .15s linear;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5rem;
    min-height: 1.5rem;
    text-decoration: none;
    text-align: center;
    cursor: default;
    border-radius: 0;
    border: 1px solid transparent;
    background-color: transparent;
    color: #112b39;
    float: right;
    padding: 17px 14px 15px 0;
    display: none
}

.apHd-mbCloseBtn::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ie-msie9 .apHd-mbCloseBtn {
    word-break: break-all
}

.apHd-mbCloseBtn:not([disabled]):not(.no-btn) {
    cursor: pointer
}

.apHd-mbCloseBtn[disabled] {
    pointer-events: none
}

.apHd-mbCloseBtn.is-processing {
    cursor: not-allowed!important;
    opacity: .6!important
}

.apHd-mbCloseBtn.no-click {
    cursor: not-allowed!important;
    pointer-events: none!important
}

.is-mouseuser .apHd-mbCloseBtn:hover:not([disabled]) {
    text-decoration: none
}

.is-mouseuser .apHd-mbCloseBtn:focus:not([disabled]),
.is-touchuser .apHd-mbCloseBtn:focus:not([disabled]) {
    outline: 0;
    text-decoration: none
}

.is-touchuser .apHd-mbCloseBtn:active:not([disabled]) {
    text-decoration: none
}

.is-mbMenuShown .apHd-mbCloseBtn {
    display: block
}

.apHd-mbCloseText {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.apHd-mbCloseIcon {
    font-size: 20px
}

.apHd-skipMain {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999
}

.apHd-skipMain:active,
.apHd-skipMain:focus {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid #ff0;
    text-align: center;
    font-size: 1.2em;
    z-index: 999
}

.apFt-BgWrap {
    background-color: #112b39
}

.apFt-TopContent {
    padding: 45px 0 40px 0
}

@media only screen and (min-width:48em) {
    .apFt-TopContent {
        padding: 60px 0 50px 0
    }
}

@media only screen and (min-width:62em) {
    .apFt-TopContent {
        padding: 80px 0 60px 0
    }
}

.apFt-MiddleContent {
    border-top: 2px solid rgba(255, 255, 255, .1);
    border-bottom: 2px solid rgba(255, 255, 255, .1);
    list-style-type: none;
    padding: 35px 0
}

@media only screen and (min-width:48em) {
    .apFt-MiddleContent {
        padding: 13px 0
    }
}

.apFt-LinkList {
    padding: 0;
    margin: 0;
    list-style-type: none
}

@media only screen and (max-width:47.9375em) {
    .apFt-LinkList {
        -webkit-columns: 2;
        columns: 2;
        margin-top: -18px
    }
}

@media only screen and (max-width:22.4375em) {
    .apFt-LinkList {
        -webkit-columns: 1;
        columns: 1;
        margin-top: 0
    }
}

@media only screen and (min-width:81.25em) {
    .apFt-LinkList {
        padding-right: 230px
    }
}

@media only screen and (min-width:48em) {
    .apFt-LinkList::after {
        display: block;
        clear: both;
        content: ""
    }
}

.apFt-link {
    display: block;
    color: #fff!important
}

.apFt-LinkItem {
    list-style-type: none;
    padding: 0 0 1.125rem 0
}

@media only screen and (max-width:47.9375em) {
    .apFt-LinkItem:first-child {
        padding-top: 18px
    }
    .apFt-LinkItem:last-child {
        padding-bottom: 0
    }
}

@media only screen and (max-width:22.4375em) {
    .apFt-LinkItem {
        padding-bottom: .625rem
    }
    .apFt-LinkItem:first-child {
        padding-top: 18px
    }
}

@media only screen and (min-width:48em) {
    .apFt-LinkItem {
        display: inline-block;
        width: 13.75rem;
        padding: 10px 20px 10px 0
    }
    .apFt-LinkItem:first-child {
        padding-left: 0
    }
}

@media only screen and (min-width:48em) {
    .has-linkRowA2 .apFt-LinkItemA .has-linkRowA3 .apFt-LinkItemA,
    .has-linkRowA4 .apFt-LinkItemA,
    .has-linkRowA5 .apFt-LinkItemA {
        display: block;
        float: left
    }
    .has-linkRowA2 .apFt-LinkItemA {
        width: 50%
    }
    .has-linkRowA3 .apFt-LinkItemA {
        width: 33%
    }
    .has-linkRowA4 .apFt-LinkItemA {
        width: 25%
    }
    .has-linkRowA5 .apFt-LinkItemA {
        width: 20%
    }
}

@media only screen and (max-width:61.9375em) and (min-width:48em) {
    .has-linkRowA5 .apFt-LinkItemA {
        width: 25%
    }
}

.apFtlink {
    font-size: 1rem
}

.apFt-BottomContent {
    padding: 20px 0 30px 0
}

@media only screen and (min-width:48em) {
    .apFt-BottomContent {
        padding: 20px 0 40px 0
    }
}

@media only screen and (min-width:62em) {
    .apFt-BottomContent {
        padding: 20px 0 70px 0
    }
}

.apFt-BottomList {
    padding: 0;
    margin: 0;
    display: block
}

.apFt-BottomListItem {
    list-style-type: none;
    float: left;
    display: block
}

.apFt-BottomListLink {
    -webkit-appearance: none;
    overflow: visible;
    font: inherit;
    font-size: 1rem;
    text-transform: none;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .15s linear;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5rem;
    min-height: 1.5rem;
    text-decoration: none;
    text-align: center;
    cursor: default;
    border-radius: 0;
    border: 1px solid transparent;
    min-height: 0;
    font-size: .8125rem;
    line-height: 1.2;
    color: #fff;
    padding: 0 .9375rem;
    border-left: 1px solid #fff
}

.apFt-BottomListLink::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ie-msie9 .apFt-BottomListLink {
    word-break: break-all
}

.apFt-BottomListLink:not([disabled]):not(.no-btn) {
    cursor: pointer
}

.apFt-BottomListLink[disabled] {
    pointer-events: none
}

.apFt-BottomListLink.is-processing {
    cursor: not-allowed!important;
    opacity: .6!important
}

.apFt-BottomListLink.no-click {
    cursor: not-allowed!important;
    pointer-events: none!important
}

.is-mouseuser .apFt-BottomListLink:hover:not([disabled]) {
    color: #fff;
    text-decoration: underline
}

.is-mouseuser .apFt-BottomListLink:focus:not([disabled]),
.is-touchuser .apFt-BottomListLink:focus:not([disabled]) {
    outline: 0;
    color: #fff;
    text-decoration: underline
}

.is-touchuser .apFt-BottomListLink:active:not([disabled]) {
    color: #fff;
    text-decoration: underline
}

.apFt-BottomListItem:first-child .apFt-BottomListLink {
    padding-left: 0;
    border-left: none
}

.apFt-BottomPara {
    clear: left;
    display: block;
    float: left;
    margin-bottom: 0;
    font-size: .8125rem;
    padding: 10px 0 0 0
}

.apFt-BottomPara a {
    color: #fff!important
}

.is-mouseuser .apFt-BottomPara a:hover:not([disabled]) {
    text-decoration: underline
}

.is-mouseuser .apFt-BottomPara a:focus:not([disabled]),
.is-touchuser .apFt-BottomPara a:focus:not([disabled]) {
    outline: 0;
    text-decoration: underline
}

.is-touchuser .apFt-BottomPara a:active:not([disabled]) {
    text-decoration: underline
}

@media only screen and (max-width:47.9375em) {
    .apFt-Left {
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:48em) {
    .apFt-Right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.apFt-RightPara {
    display: block;
    margin-bottom: 8px
}

@media only screen and (max-width:61.9375em) and (min-width:48em) {
    .apFt-RightPara {
        max-width: 200px
    }
}

@media only screen and (min-width:48em) {
    .apFt-RightPara {
        font-size: .8125rem;
        padding-right: 20px;
        padding-top: 5px;
        display: inline-block
    }
}

.apFt-RightList {
    margin: 0 0 80px 0;
    padding: 0;
    display: block
}

@media only screen and (min-width:48em) {
    .apFt-RightList {
        margin: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        display: inline-block
    }
}

.apFt-RightLinkItem {
    display: inline-block;
    margin-right: 15px;
    border-radius: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.apFt-RightLinkItem:last-child {
    margin-right: 0
}

.apFt-RightLink {
    display: block;
    font-size: 32px;
    text-align: center;
    transition: color .2s linear
}

.is-mouseuser .apFt-RightLink:hover:not([disabled]) {
    text-decoration: none;
    color: #64c2cf
}

.is-mouseuser .apFt-RightLink:focus:not([disabled]),
.is-touchuser .apFt-RightLink:focus:not([disabled]) {
    outline: 0;
    text-decoration: none;
    color: #64c2cf
}

.is-touchuser .apFt-RightLink:active:not([disabled]) {
    text-decoration: none;
    color: #64c2cf
}

.apFt-FooterWrap {
    padding-left: 25px;
    padding-right: 25px
}

@media only screen and (min-width:48em) {
    .apFt-FooterWrap {
        padding-left: 30px;
        padding-right: 30px
    }
}

.tbh {
    position: relative
}

.tbh-bgImg {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #dee2e6;
    height: 16.25rem
}

@media only screen and (min-width:48em) {
    .tbh-bgImg {
        height: 24.0625rem
    }
}

@media only screen and (max-width:47.9375em) {
    .tbh-infoCont {
        position: relative;
        top: -30px
    }
}

.tbh:not(.tbh--dates).tbh--noInfoBox .tbh-infoCont {
    display: none
}

.tbh-bc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 12px;
    padding-right: 12px
}

.tbh-infoBox {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #233a48;
    background-image: url(../images/top-banner-hero-info-box-bg-plain.jpg);
    position: relative;
    min-height: 300px;
    padding: 25px
}

.tbh--quote .tbh-infoBox {
    background: url(../images/top-banner-hero-info-box-bg-top.png) top left, url(../images/top-banner-hero-info-box-bg-bot.png) bottom right, url(../images/top-banner-hero-info-box-bg-plain.jpg) #233a48;
    background-size: 127px 92px, 144px 127px, cover;
    background-repeat: no-repeat, no-repeat, no-repeat
}

@media only screen and (min-width:48em) {
    .tbh-infoBox {
        padding: 40px;
        min-height: 365px;
        margin-top: -220px
    }
    .tbh--quote .tbh-infoBox {
        padding: 40px 40px 30px 40px
    }
}

.tbh-textContent {
    padding: 3.125rem 3.125rem 0 4.375rem
}

.tbh-infoHeading {
    padding-bottom: .625rem;
    margin-bottom: 1.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.tbh-paraText h1,
.tbh-paraText h2 {
    font-size: 1.5rem;
    line-height: 1.2
}

@media only screen and (min-width:48em) {
    .tbh-paraText h1,
    .tbh-paraText h2 {
        font-size: 2rem;
        line-height: 1.333
    }
}

.tbh--quote .tbh-paraText h1 {
    text-indent: 18px;
    position: relative;
    font-size: 1.875rem
}

@media only screen and (max-width:47.9375em) {
    .tbh--quote .tbh-paraText h1 {
        font-size: 1.6875rem
    }
}

@media only screen and (max-width:22.4375em) {
    .tbh--quote .tbh-paraText h1 {
        font-size: 1.5rem
    }
}

.tbh--quote .tbh-paraText h1::before {
    content: "“";
    font-family: KefaIIPro-Regular, serif;
    font-size: 1.2em;
    padding: 10px 0;
    margin: 0 4px 0 0;
    position: absolute;
    left: -20px;
    margin-top: -16px
}

.tbh--quote .tbh-paraText h1::after {
    content: "”";
    font-family: KefaIIPro-Regular, serif;
    font-size: 1.2em;
    position: absolute;
    margin-top: -3px;
    margin-left: -19px
}

.tbh-btnLink--bold {
    color: #fff
}

.tbh-dateTitle {
    padding-bottom: 8px;
    border-bottom: 1px solid #ced4da;
    margin-bottom: 18px
}

@media only screen and (max-width:47.9375em) {
    .tbh-datesCol {
        padding-left: none;
        padding-right: none
    }
}

.tbh-dateInfoBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.tbh-dateInfoCol {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px
}

@media only screen and (max-width:47.9375em) {
    .tbh-dateInfoCol:first-child {
        padding-left: 0
    }
    .tbh-dateInfoCol:last-child {
        padding-right: 0
    }
}

@media only screen and (max-width:61.9375em) and (min-width:48em) {
    .tbh-dateInfoCol {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
    .tbh-dateInfoCol:first-child {
        padding-left: 0
    }
    .tbh-dateInfoCol:last-child {
        padding-right: 0
    }
}

@media only screen and (min-width:62em) {
    .tbh-dateInfoCol {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media only screen and (min-width:81.25em) {
    .tbh-dateInfoCol {
        padding-left: 50px;
        padding-right: 50px
    }
}

.tbh-shareIcon {
    position: absolute;
    bottom: -25px;
    font-size: 40px;
    color: #112b39
}

.tbh-authorImg {
    border-radius: 50%;
    margin-right: 20px
}

.tbh-authorName {
    font-style: normal;
    font-family: KefaIIPro-Regular, serif;
    font-weight: 400;
    font-family: KefaIIPro-Bold, serif;
    font-size: 1rem;
    margin: 0
}

.tbh-quoteFooter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
}

.tba {
    position: relative;
    border-top: 1px solid #e9ecef
}

.tba-bc {
    padding-left: 8px;
    padding-right: 18px
}

@media only screen and (min-width:48em) {
    .tba-bc {
        padding-left: 18px;
        padding-right: 18px
    }
}

@media only screen and (min-width:81.25em) {
    .tba-bc {
        padding-left: 0;
        padding-right: 0
    }
}

.tba-authorImg {
    height: 100px;
    border-radius: 50%;
    margin-right: 20px
}

.tba-authorName {
    font-style: normal;
    font-family: KefaIIPro-Regular, serif;
    font-weight: 400;
    font-family: KefaIIPro-Bold, serif;
    font-size: 1.25rem;
    margin: 0;
    padding-top: .375rem;
    padding-bottom: 2.25rem;
    line-height: 1.1875;
    -webkit-hyphens: manual!important;
    -ms-hyphens: manual!important;
    hyphens: manual!important;
    padding-bottom: .3125rem
}

@media only screen and (min-width:48em) {
    .tba-authorName {
        font-size: 1.5rem;
        margin: 0;
        padding-top: .5rem;
        padding-bottom: 2.5rem;
        line-height: 1.1875;
        -webkit-hyphens: manual!important;
        -ms-hyphens: manual!important;
        hyphens: manual!important;
        padding-bottom: .3125rem
    }
}

.tba-authorDesc {
    font-style: normal;
    font-family: apercu-regular-pro, sans-serif;
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.5;
    margin: 0;
    padding-top: 0;
    padding-bottom: 1.125rem;
    padding: 0
}

@media only screen and (min-width:48em) {
    .tba-authorDesc {
        font-size: 1rem;
        margin: 0;
        padding-top: 0;
        padding-bottom: 1.75rem;
        line-height: 1.5;
        padding: 0
    }
}

.tba-authorInfo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 35px
}

.mpBn {
    position: relative
}

@media only screen and (min-width:48em) {
    .mpBn {
        height: 500px
    }
}

@media only screen and (min-width:48em) {
    .mpBn--infoOverlay {
        height: 360px
    }
}

@media only screen and (max-width:47.9375em) {
    .mpBn-cont1Outer {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width:48em) {
    .mpBn:not(.mpBn--infoOverlay) .mpBn-cont1Outer {
        position: relative;
        height: 100%
    }
}

.mpBn-cont1 {
    padding: 50px 25px;
    position: relative
}

.mpBn:not(.mpBn--infoOverlay) .mpBn-cont1 {
    background-color: #fff
}

@media only screen and (min-width:48em) {
    .mpBn:not(.mpBn--infoOverlay) .mpBn-cont1 {
        width: 400px;
        float: left;
        height: 100%;
        z-index: 20
    }
}

@media only screen and (max-width:47.9375em) {
    .mpBn-cont1 {
        background-color: #fff
    }
}

.mpBn-bc {
    top: 10px;
    position: absolute;
    z-index: 10;
    left: 10px;
    right: 10px
}

@media only screen and (min-width:48em) {
    .mpBn-bc {
        left: 18px;
        right: 18px
    }
}

@media only screen and (min-width:81.25em) {
    .mpBn-bc {
        left: 90px;
        right: 30px
    }
}

.mpBn-bc .u-beadcrumbList {
    padding-top: 0
}

.mpBn-timingBox {
    margin-top: 15px;
    color: #112b39
}

.mpBn-timingBox h2,
.mpBn-timingBox h3,
.mpBn-timingBox h4 {
    font-style: normal;
    font-family: KefaIIPro-Regular, serif;
    font-weight: 400;
    font-family: KefaIIPro-Bold, serif
}

.mpBn--infoOverlay .mpBn-timingBox {
    display: none
}

.mpBn-timingText {
    max-width: 400px;
    display: -ms-flexbox;
    display: flex
}

.mpBn-timingText>* {
    margin-left: 20px
}

.mpBn-timingText>:first-child {
    margin-left: 0
}

.mpBn-mapIcon {
    font-size: 42px
}

.mpBn-cont2 {
    height: 420px;
    position: relative
}

@media only screen and (min-width:48em) {
    .mpBn-cont2 {
        height: 100%;
        position: absolute;
        top: 0;
        left: 400px;
        right: 0;
        width: auto;
        z-index: 10
    }
}

@media only screen and (min-width:48em) {
    .mpBn--infoOverlay .mpBn-cont2 {
        left: 0;
        max-width: none;
        width: 100%
    }
}

.mpBn--infoOverlay .mpBn-infoBox {
    padding-bottom: 30px
}

@media only screen and (min-width:48em) {
    .mpBn--infoOverlay .mpBn-infoBox {
        position: absolute;
        min-height: 250px;
        padding: 50px;
        background-color: #fff;
        width: 450px;
        right: 0;
        top: 50px;
        z-index: 20;
        display: none
    }
}

@media only screen and (max-width:61.9375em) and (min-width:48em) {
    .mpBn--infoOverlay .mpBn-infoBox {
        right: 15px;
        padding: 15px 25px 25px 25px;
        min-height: 180px
    }
}

.mpBn-infoTitle {
    padding-bottom: 0;
    width: 350px;
    text-align: left
}

.mpBn-infoBody {
    color: #112b39;
    padding-top: 1.25rem;
    padding-bottom: 0
}

.mpBn-emailWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 7px;
    border-bottom: 1px solid #112b39
}

[data-name^=blk-] {
    transition: opacity .2s .3s linear
}

[data-block-load-status=is-initializing] [data-name^=blk-] {
    opacity: 0
}

.full-width-no-container {
    -ms-flex: none!important;
    flex: none!important;
    max-width: none!important;
    padding-left: 0!important;
    padding-right: 0!important;
    position: static!important;
    width: auto!important
}

.mpBn.mapcontent
{
	height:auto !important;
}
.mpBn.mapcontent .mpBn-cont1
{
	float:none !important;
}