.text-to-crop-1-5::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.5) * 0.5em)
}

.text-to-crop-1-2::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.2) * 0.5em)
}

.form-control-focus,
.form-control:focus {
    outline: 1px solid #004669;
    outline-offset: -1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(135, 155, 170, 0.2)
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active {
    outline: 0
}

a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

html {
    box-sizing: border-box
}

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

html {
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    background-color: #fff;
    color: #2d373C;
    font-family: "SiemensSans", "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

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

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

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #ccc
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

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

dt {
    font-weight: bold
}

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

blockquote {
    margin: 0 0 1rem
}

a {
    color: #3394b0;
    text-decoration: none
}

a:focus,
a:focus-within {
    color: #226275
}

@media (hover: hover) {
    a:hover {
        color: #226275
    }
}

a:focus {
    outline: thin dotted;
    outline: 2px auto #0099cb;
    outline-offset: -2px
}

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

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role="button"] {
    cursor: pointer
}

table {
    background-color: rgba(0, 0, 0, 0)
}

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

th {
    text-align: left
}

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

input,
button,
select,
textarea {
    line-height: inherit;
    margin: 0
}

textarea {
    resize: vertical
}

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

legend {
    border: 0;
    display: block;
    line-height: inherit;
    margin-bottom: .35rem;
    padding: 0;
    position: relative;
    width: 100%
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: height;
    transition-property: height
}

.card {
    background: #fff;
    margin-bottom: 1.875rem;
    position: relative;
    text-decoration: none
}

.card-highlight {
    background-color: #f6f6f6
}

.card-shadow,
.card-raised {
    border: none;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)
}

.card-stack {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #eee, 0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #eee, 0 20px 1px -9px rgba(0, 0, 0, 0.15)
}

.flex-block>.card {
    -webkit-box-flex: 1;
    flex: 1;
    width: 100%
}

.card-block {
    padding: 1.25rem 1.25rem
}

.card-block-reset {
    box-sizing: content-box;
    margin: -1.25rem -1.25rem;
    margin-bottom: -1.25rem !important;
    border-radius: 0 0 .2rem .2rem;
    padding: 0
}

.card-title {
    font-size: 1.35rem;
    margin-top: 0;
    margin-bottom: 1.25rem
}

.card-header .card-title {
    margin-bottom: 0
}

.card-subtitle {
    margin-top: -.625rem;
    margin-bottom: 0
}

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

@media (hover: hover) {
    .card-link:hover {
        text-decoration: none
    }
}

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

.card-header {
    padding: .625rem 1.25rem;
    background-color: #f5f5f5
}

.card-header.card-page-title {
    padding: 1.25rem 1.25rem
}

.card-footer {
    padding: 1.25rem 1.25rem;
    margin-top: auto
}

.card-footer-offset {
    margin-top: -2.5rem
}

.card-header-backdrop {
    height: 50px
}

.card-top-offset {
    position: relative;
    top: -1.25rem
}

.card-top-offset-img {
    margin-top: -2rem
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-bottom: 0.075rem solid rgba(255, 255, 255, 0.2)
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote,
.card-inverse .card-block {
    color: #fff
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote>footer,
.card-inverse .card-block>footer {
    color: rgba(255, 255, 255, 0.65)
}

.card-inverse .card-link:focus,
.card-inverse .card-link:focus-within {
    color: #fff
}

@media (hover: hover) {
    .card-inverse .card-link:hover {
        color: #fff
    }
}

.card-img-hover .card-img {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.card-img-hover .card-img img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform
}

@media (hover: hover) {
    .card-img-hover:hover .card-img img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

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

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.card-columns .card {
    display: inline-block;
    width: 100%
}

.card-sm .card-header,
.card-sm .card-footer {
    padding: .416875rem .83375rem
}

.card-sm .card-block,
.card-sm.card-block {
    padding: .625rem .83375rem
}

.card-border-top {
    border-top: none
}

.card-border-top:before {
    background: #555F69;
    content: '';
    display: block;
    height: 5px;
    border-radius: .2rem .2rem 0 0
}

.card-border-left:after {
    background: #555F69;
    content: '';
    display: block;
    height: 100%;
    left: -1px;
    top: 0;
    position: absolute;
    width: 5px;
    border-radius: .2rem 0 0 .2rem
}

.card-border-black:before,
.card-border-black:after {
    background: #2d373C
}

.card-border-primary:before,
.card-border-primary:after {
    background: #41aac8
}

.card-border-secondary:before,
.card-border-secondary:after {
    background: #00557d
}

.card-border-success:before,
.card-border-success:after {
    background: #3eaf6a
}

.card-border-info:before,
.card-border-info:after {
    background: #0099cb
}

.card-border-warning:before,
.card-border-warning:after {
    background: #f0ad4e
}

.card-border-danger:before,
.card-border-danger:after {
    background: #dc0000
}

.card-icon-absolute {
    position: absolute !important;
    left: -.5rem;
    top: -.5rem
}

.card-icon-absolute-right {
    left: auto;
    right: -.5rem
}

.card-icon-absolute-bottom {
    top: auto;
    bottom: -.5rem
}

.flag-primary,
.card-flag-primary {
    background: #41aac8
}

.flag-info,
.card-flag-info {
    background: #0099cb
}

.flag-secondary,
.card-flag-secondary {
    background: #00557d
}

.flag-success,
.card-flag-success {
    background: #3eaf6a
}

.flag-warning,
.card-flag-warning {
    background: #f0ad4e
}

.flag-danger,
.card-flag-danger {
    background: #dc0000
}

.card-block .card-flag {
    margin-left: -1.25rem
}

.card-sm .card-block .card-flag {
    margin-left: -.83375rem
}

.card-ribbon {
    color: #fff;
    height: 75px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 75px;
    white-space: nowrap;
    z-index: 1
}

.card-ribbon span {
    background: #555F69;
    box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.4);
    display: block;
    font-size: .65rem;
    font-family: "SiemensSans", "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
    font-weight: bold;
    line-height: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    text-align: center;
    top: 14px;
    right: -26px;
    width: 100px
}

.card-ribbon-sm {
    height: 63px;
    width: 63px
}

.card-ribbon-sm span {
    font-size: .55rem;
    line-height: 20px;
    right: -18px;
    top: 11px;
    width: 77px
}

.card-ribbon-primary span {
    background: #41aac8
}

.card-ribbon-secondary span {
    background: #00557d
}

.card-ribbon-success span {
    background: #3eaf6a
}

.card-ribbon-info span {
    background: #0099cb
}

.card-ribbon-warning span {
    background: #f0ad4e
}

.card-ribbon-danger span {
    background: #dc0000
}

.card-ribbon-left {
    left: 0
}

.card-ribbon-left span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -26px;
    right: auto
}

.card-backface {
    background: rgba(0, 153, 203, 0.9);
    box-shadow: 0 0 0 1px #0099cb;
    color: #fff;
    border-radius: .2rem;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    opacity: 0;
    padding: 1rem 1rem;
    position: absolute;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    top: 0;
    width: 100%
}

.card-hover:hover .card-backface {
    opacity: 1
}

.card-titlebar {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(85%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 85%, rgba(0, 0, 0, 0.9) 100%);
    color: #fff;
    font-family: "SiemensSans", "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
    position: absolute;
    padding: 2rem .75rem .5rem .75rem;
    border: none;
    bottom: 0;
    left: 0;
    margin: 0;
    right: 0;
    z-index: 2;
    text-align: left
}

.card-titlebar .card-titlebar-title {
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
    margin: 0;
    padding: 0
}

.card-titlebar .card-titlebar-title a,
.card-titlebar .card-titlebar-title a:hover {
    color: #fff;
    text-decoration: none
}

.card-titlebar p {
    color: rgba(255, 255, 255, 0.95)
}

.card-titlebar p a,
.card-titlebar p a:hover {
    color: #ddd;
    display: block;
    text-decoration: none
}

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

code {
    padding: .2rem .4rem;
    font-size: .8rem !important;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: .2rem
}

.text-inverse code {
    background: none;
    color: #f6fcff
}

.code-block {
    display: block;
    margin-bottom: 1.5rem
}

.code-block p {
    margin-bottom: 0
}

.code-block p+p {
    margin-top: 1.5rem
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    line-height: 1.5;
    color: #555F69
}

pre code {
    padding: 0;
    font-size: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.form-control {
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    box-shadow: inset 0 1px 0 #879baa, inset 0 0 0 1px #cdd9e1;
    border: none;
    display: block;
    color: #2d373C;
    font-size: 1rem;
    line-height: 1.5;
    padding: .375rem .75rem;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
    -webkit-appearance: none
}

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

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #999;
    opacity: 1
}

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

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

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

.form-control-search {
    box-shadow: inset 0 0 0 1px #becdd7
}

.form-control-reset {
    box-shadow: none
}

_:-ms-fullscreen,
:root .form-control-search {
    min-height: 28px
}

.form-control-file,
.form-control-range {
    display: block
}

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

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 2.375rem
    }

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

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

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: .25rem .75rem;
    font-size: .9rem;
    line-height: 1.5
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: .75rem 1.25rem;
    font-size: 1.2rem;
    line-height: 1.3333333333
}

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

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

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

.radio label input:only-child,
.checkbox label input:only-child {
    position: static
}

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

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

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

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

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

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

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

.input-group+.button-group {
    margin-top: 7px
}

.form-footer {
    border: .0625rem solid #ccc;
    border-top: none;
    border-radius: 0 0 .2rem .2rem;
    background: #eee;
    padding: 1.25rem 1.25rem
}

.form-group-search-typehead {
    position: relative
}

.form-control-pill {
    border-radius: 2.25rem
}

label.required:after,
.label-required:after {
    content: '';
    background: #dc0000;
    border-radius: 50%;
    display: inline-block;
    margin-left: .3rem;
    height: .5rem;
    width: .5rem
}

.form-control-success {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%3Cpath%20fill%3D%22%235cb85c%22%20d%3D%22M6.21%2014.339l-6.217-6.119%203.084-3.035%203.133%203.083%206.713-6.607%203.084%203.035-9.797%209.643zM1.686%208.22l4.524%204.453%208.104-7.976-1.391-1.369-6.713%206.607-3.133-3.083-1.391%201.369z%22%3E%3C/path%3E%0A%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 99% 50%
}

::-ms-clear {
    display: none
}

.form-control-underline.form-control-support-top-search+.form-control,
.form-control-transparent,
.form-control-underline {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #3c464b;
    display: block;
    font-weight: 600;
    padding: .5rem 0;
    -webkit-transition: .35s;
    transition: .35s
}

.form-control-underline.form-control-support-top-search+.form-control,
.form-control-underline {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #697882
}

.form-control-underline.form-control-support-top-search+.form-control:focus,
.form-control-underline.form-control-support-top-search+.form-control:active,
.form-control-underline:focus,
.form-control-underline:active {
    border-color: #41aac8;
    box-shadow: none !important;
    outline: none
}

.form-focus-within .form-group {
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.form-focus-within .form-group:focus-within {
    background-color: var(--form-focus-within-bg);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2)
}

.form-group-error-msg {
    background-color: #dc0000;
    color: #fff;
    display: none;
    padding: .25em .75em;
    margin-bottom: .25rem;
    margin-top: 0;
    position: relative;
    z-index: 1
}

.has-error:focus,
.has-error:focus-within {
    background: #fef2f2
}

.has-error>label {
    color: #dc0000;
    font-weight: 600
}

.has-error .form-control,
.has-error .form-select {
    outline: 1px solid #dc0000;
    outline-offset: -1px
}

.has-error .form-control:focus,
.has-error .form-control:focus-within,
.has-error .form-select:focus,
.has-error .form-select:focus-within {
    outline: 2px solid #dc0000;
    outline-offset: -2px
}

.has-error .form-group-error-msg {
    display: block
}

img {
    max-width: 100%
}

.img-no-max {
    max-width: none
}

@media (max-width: 47.9em) {
    .modal-body img {
        max-width: 300px
    }
}

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

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

.img-thumbnail {
    padding: .5rem;
    background-color: #fff;
    border: 1px solid #dfe6ed;
    border-radius: .2rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

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

.img-bio-shadow {
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #eee
}

.img-bio {
    width: 3rem;
    height: 3rem
}

.img-bio-sm {
    width: 2rem;
    height: 2rem
}

.img-bio-lg {
    width: 3.6rem;
    height: 3.6rem
}

.img-bio-xl {
    width: 5rem;
    height: 5rem
}

.aspect-ratio-box {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative
}

.aspect-ratio-box-4by3 {
    padding-top: 75%
}

.aspect-ratio-box-2by1 {
    padding-top: 50%
}

.aspect-ratio-box-3by1 {
    padding-top: 33.3333%
}

.aspect-ratio-box-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%
}

.img-cover-flex {
    display: block;
    overflow: hidden;
    position: relative
}

.img-cover-flex a {
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none !important;
    top: -100%;
    width: 100%
}

.img-cover-flex:before {
    content: "";
    display: block;
    width: 100%
}

.img-cover-flex-3by1:before {
    padding-bottom: 33.33333%
}

.img-cover-flex-2by1:before {
    padding-bottom: 50%
}

.img-cover-flex-16by9:before {
    padding-bottom: 56.25%
}

.img-cover-flex-4by3:before {
    padding-bottom: 75%
}

.img-cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    max-height: 960px;
    max-width: 960px
}

.avatar-group {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    padding-left: 10px
}

.avatar-group .avatar {
    margin-left: -10px;
    position: relative;
    -webkit-transition: border-color .35s, opacity .35s;
    transition: border-color .35s, opacity .35s;
    z-index: 1
}

.avatar-group:hover .avatar {
    opacity: .5
}

.avatar-group:hover .avatar:hover {
    border-color: #32a0a0;
    opacity: 1;
    z-index: 2
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

ul,
ol {
    margin-bottom: 1.5em;
    margin-left: 0;
    padding-left: 1.25rem
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 1rem;
    margin-top: .55rem
}

li ul,
li ol {
    margin-bottom: 1rem;
    margin-top: .55rem
}

.list-normal li,
.list-unstyled li {
    margin-bottom: 0
}

.list-normal li+li,
.list-unstyled li+li {
    margin-top: .5rem
}

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

.list-unstyled li {
    margin: 0
}

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

.list-resources strong {
    font-weight: 600
}

.list-resources li {
    font-size: .85rem;
    margin-bottom: 0
}

.list-resources li+li {
    margin-top: .5rem
}

.list-resources+.list-resources {
    margin-top: .5rem
}

@media (min-width: 48em) {
    .list-resources.item-flex li+li {
        margin-top: 0;
        margin-left: 1rem
    }
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.dl-horizontal {
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

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

.dl-horizontal:after {
    clear: both
}

.list-items {
    margin: 0 0 1.5rem;
    list-style: none;
    padding-left: 0
}

.list-items>li+li {
    margin: 0
}

.list-items>li,
.list-item {
    border-bottom: 1px solid #dfe6ed;
    margin: 0;
    padding-bottom: .6rem;
    padding-top: .6rem
}

.list-items>li.list-item-shaded,
.list-item.list-item-shaded {
    background-color: #f9f9f9
}

.list-items>li:last-child {
    border-bottom: none
}

.text-inverse .list-items,
.text-inverse .list-item {
    border-color: rgba(255, 255, 255, 0.1)
}

.list-items-card,
.has-list-items-card .list-items {
    margin-bottom: 0
}

.list-items-card:first-child,
.has-list-items-card .list-items:first-child,
.card-header+.list-items-card,
.has-list-items-card .card-header+.list-items {
    border: none
}

.list-items-card>.list-item,
.has-list-items-card .list-items>.list-item,
.list-items-card>li,
.has-list-items-card .list-items>li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: .7rem;
    padding-top: .7rem
}

.list-items-card>.list-item:nth-last-of-type(1),
.has-list-items-card .list-items>.list-item:nth-last-of-type(1),
.list-items-card>li:nth-last-of-type(1),
.has-list-items-card .list-items>li:nth-last-of-type(1) {
    border: none;
    padding-bottom: .7rem
}

.list-items-sm li,
.list-items-sm .list-item {
    padding-bottom: .3rem;
    padding-top: .3rem
}

.list-items-md>li,
.list-items-md>.list-item {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.list-items-md.list-items-card>.list-item:nth-last-of-type(1),
.has-list-items-card .list-items-md.list-items>.list-item:nth-last-of-type(1),
.list-items-md.list-items-card>li:nth-last-of-type(1),
.has-list-items-card .list-items-md.list-items>li:nth-last-of-type(1) {
    padding-bottom: 1rem
}

.has-list-items-card .card-block {
    padding: 0
}

.card-sm .list-items-card>.list-item,
.card-sm .has-list-items-card .list-items>.list-item,
.has-list-items-card .card-sm .list-items>.list-item,
.card-sm .list-items-card>li,
.card-sm .has-list-items-card .list-items>li,
.has-list-items-card .card-sm .list-items>li {
    padding-bottom: .6rem;
    padding-top: .6rem
}

.list-striped {
    border: none
}

.list-striped>li:nth-of-type(odd) {
    background-color: #f9f9f9
}

.list-items-horizontal {
    list-style: none
}

@media (min-width: 48em) {
    .list-items-horizontal {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        margin: 0;
        padding: 0
    }

    .list-items-horizontal>li {
        -webkit-box-flex: 1;
        flex: 1;
        margin: 0;
        padding: 0 1rem
    }

    .list-items-horizontal>li+li {
        margin: 0
    }

    .list-items-horizontal>.list-item {
        border-bottom: none;
        border-right: 1px solid #dfe6ed
    }

    .list-items-horizontal>.list-item:last-child {
        border-right: none
    }
}

li.checkbox:first-child {
    margin-top: 0
}

li.checkbox:last-child {
    margin-bottom: 0
}

.list-icon,
.has-icon {
    list-style: none;
    margin-left: 0;
    position: relative;
    padding-left: 1.6rem !important
}

.list-icon>.icon,
.list-icon>a>.icon,
.has-icon>.icon,
.has-icon>a>.icon {
    color: #555F69;
    position: absolute;
    left: 0
}

.list-icon.list-item>.icon,
.list-icon.list-item>a>.icon,
.has-icon.list-item>.icon,
.has-icon.list-item>a>.icon {
    margin-top: 2px
}

.list-icon>.icon {
    margin-top: .1rem
}

.list-items-card .list-icon,
.has-list-items-card .list-items .list-icon {
    padding-left: 3rem !important
}

.list-items-card .list-icon>.icon,
.has-list-items-card .list-items .list-icon>.icon,
.list-items-card .list-icon>a>.icon,
.has-list-items-card .list-items .list-icon>a>.icon {
    left: 1.25rem;
    margin-top: .2rem
}

.card-sm .list-items-card .list-icon,
.card-sm .has-list-items-card .list-items .list-icon,
.has-list-items-card .card-sm .list-items .list-icon {
    padding-left: 2.5rem !important
}

.card-sm .list-items-card .list-icon>.icon,
.card-sm .has-list-items-card .list-items .list-icon>.icon,
.has-list-items-card .card-sm .list-items .list-icon>.icon,
.card-sm .list-items-card .list-icon>a>.icon,
.card-sm .has-list-items-card .list-items .list-icon>a>.icon,
.has-list-items-card .card-sm .list-items .list-icon>a>.icon {
    left: .8rem
}

.list-item.active:after,
.list-items-hover>li:after,
.list-item-hover:after,
.table-hover tr td:first-child:after {
    background: #0099cb;
    content: '';
    display: block;
    height: 100%;
    left: -1px;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    will-change: opacity;
    width: 3px
}

.list-item.active {
    background: #ebf0f5;
    position: relative
}

.list-item.active:after {
    background: #00557d;
    opacity: 1
}

@media (any-pointer: fine) {

    .list-items-hover>li:hover,
    .list-item-hover:hover {
        background: #f6fcff !important
    }

    .list-items-hover>li,
    .list-item-hover,
    .table-hover tr td:first-child {
        position: relative;
        -webkit-transition: background .25s;
        transition: background .25s
    }

    .list-items-hover>li:hover:after,
    .list-item-hover:hover:after,
    .table-hover tr:hover td:first-child:after {
        opacity: 1
    }
}

.list-check {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0
}

.list-check li {
    margin-bottom: 0;
    padding-left: 30px;
    position: relative
}

.list-check li+li {
    margin-top: .75rem
}

.list-check.list-items li+li {
    margin-top: 0
}

.list-check>li:after {
    position: absolute;
    left: 0;
    top: .1em
}

.list-check.text-lg>li:after,
.list-check.text-xl>li:after {
    top: .25em
}

.list-check.list-items>li:after {
    top: .6em
}

.item-check:before,
.list-check>li:after {
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDE2IDE2Jz48cGF0aCBmaWxsPScjZmZmZmZmJyBkPSdNMTQgMi41bC04LjUgOC41LTMuNS0zLjUtMS41IDEuNSA1IDUgMTAtMTB6Jz48L3BhdGg+PC9zdmc+");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 60% 60%;
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    width: 20px
}

.item-check:before {
    display: inline-block;
    margin-right: 4px;
    height: 1em;
    width: 1em
}

.item-check.item-check-success:before {
    background-color: #3eaf6a
}

.list-items-arrow li {
    position: relative;
    -webkit-transition: all .15s;
    transition: all .15s
}

.list-items-arrow li:after {
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    -webkit-transition: all .15s;
    transition: all .15s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 2px;
    top: calc(50% - 4px);
    z-index: 1
}

.list-items-arrow li:hover {
    background: #e5f4f9
}

.list-items-arrow li:hover:after {
    right: .5rem
}

.list-items-arrow li:hover a {
    text-decoration: none
}

.list-number {
    counter-reset: ordered-list-counter;
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0
}

.list-number li,
.list-number .list-number-item,
.list-number .dropdown-item {
    padding-left: 30px;
    position: relative
}

.list-number li+li {
    margin-top: .5rem
}

.list-number>li:before,
.list-number>.list-number-item:before,
.list-number>.dropdown-item:before {
    position: absolute;
    left: 0;
    top: 0
}

.list-number>.dropdown-item:before {
    left: 7px;
    top: 3px
}

.list-number>li:before,
.list-number>.list-number-item:before,
.list-number>.dropdown-item:before {
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 50%;
    content: counter(ordered-list-counter);
    color: #fff;
    counter-increment: ordered-list-counter;
    display: block;
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center
}

.list-items.list-number>li:before {
    margin-top: .6rem
}

.text-inverse .list-number>li:before,
.text-inverse.list-number>li:before {
    background-color: rgba(255, 255, 255, 0.25)
}

.table {
    max-width: 100%;
    margin-bottom: 1rem;
    width: 100%
}

.table th,
.table td {
    padding: .75rem;
    line-height: 1.5;
    vertical-align: top
}

.table tbody th,
.table td {
    border-top: 1px solid #e1e1e1
}

.table td {
    font-variant-numeric: tabular-nums
}

.table.table-no-border td {
    border: none
}

@media (min-width: 62em) {
    .table.table-breathe th {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .table.table-breathe td {
        padding: 1.5rem
    }
}

.table thead th {
    vertical-align: bottom
}

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

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

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

.table-bordered {
    border: 1px solid #e1e1e1
}

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

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

@media (hover: hover) {
    .table-hover tbody tr:hover {
        background-color: #f6fcff;
        cursor: pointer
    }
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: #e5f4f9
}

@media (hover: hover) {
    .table-hover .table-active:hover {
        background-color: #d0ebf4
    }

    .table-hover .table-active:hover>td,
    .table-hover .table-active:hover>th {
        background-color: #d0ebf4
    }
}

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

@media (hover: hover) {
    .table-hover .table-success:hover {
        background-color: #d1f4d1
    }

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

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

@media (hover: hover) {
    .table-hover .table-info:hover {
        background-color: #b7e1ef
    }

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

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

@media (hover: hover) {
    .table-hover .table-warning:hover {
        background-color: #ffedc5
    }

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

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

@media (hover: hover) {
    .table-hover .table-danger:hover {
        background-color: #fcdada
    }

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

@media (max-width: 61.9em) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto
    }
}

.thead-inverse th {
    color: #fff;
    background-color: #2d373C
}

.thead-default th {
    color: #555F69;
    background-color: #eee
}

.table-inverse {
    color: #eee;
    background-color: #555F69
}

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

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #999
}

.table-middle>thead>tr>th,
.table-middle>thead>tr>td,
.table-middle>tbody>tr>th,
.table-middle>tbody>tr>td,
.table-middle>tfoot>tr>th,
.table-middle>tfoot>tr>td {
    vertical-align: middle
}

.table-select tbody tr {
    cursor: pointer
}

.table-select tbody tr:active,
.table-select tbody tr:focus,
.table-select tbody tr:focus-within {
    background-color: #f7f9fb;
    outline: 1px solid #879baa;
    outline-offset: -1px
}

.table-resource-list .resource-title {
    color: #2d373C;
    display: block;
    font-weight: bold;
    margin-bottom: 1px
}

.table-resource-list .resource-title+.media {
    margin-top: 5px
}

.table-resource-list-master {
    background: #fff;
    border-radius: .25rem
}

.table-card td:first-child,
.table-card th:first-child {
    padding-left: 1.25rem
}

.table-card td:last-child,
.table-card th:last-child {
    padding-right: 1.25rem
}

.table-layout-fixed {
    table-layout: fixed
}

.table-scroll tbody {
    display: block;
    overflow: auto
}

.table-scroll thead {
    display: block;
    position: relative
}

.table-scroll thead,
.table-scroll tbody tr {
    display: table;
    table-layout: fixed;
    width: 100%
}

.table-sticky-head thead th {
    position: relative
}

.bg-td-highlight {
    background-color: #f7f9fb
}

@media (hover: hover) {
    .table-hover tbody tr:hover .bg-td-highlight {
        background-color: #ebf0f5
    }
}

.alert {
    background: #fff;
    font-size: .9rem;
    position: relative;
    margin-bottom: 1.875rem;
    min-height: 1.5rem;
    padding: 15px
}

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

.alert>p+p {
    margin-top: 5px
}

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

.alert-link {
    font-weight: bold
}

.alert-success {
    background-color: #e6f9e6;
    border-color: #b5edb5;
    color: rgba(0, 0, 0, 0.75)
}

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

.alert-success .alert-link {
    color: #318953
}

.alert-primary {
    background-color: #cceaf4;
    border-color: #afdeee;
    color: rgba(0, 0, 0, 0.75)
}

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

.alert-primary .alert-link {
    color: #308ca6
}

.alert-info {
    background-color: #cceaf4;
    border-color: #a6daec;
    color: rgba(0, 0, 0, 0.75)
}

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

.alert-info .alert-link {
    color: #007398
}

.alert-warning {
    background-color: #fff5de;
    border-color: #ffdf97;
    color: rgba(0, 0, 0, 0.75)
}

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

.alert-warning .alert-link {
    color: #ec971f
}

.alert-danger {
    background-color: #fef2f2;
    border-color: #fbcccc;
    color: rgba(0, 0, 0, 0.75)
}

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

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

.alert-growl {
    display: none;
    position: fixed;
    right: 1.5rem;
    top: 4rem;
    z-index: 1050
}

.alert-growl .alert-growl-card {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 2px 2px rgba(0, 0, 0, 0.07), 0 4px 4px rgba(0, 0, 0, 0.07), 0 8px 8px rgba(0, 0, 0, 0.07), 0 16px 16px rgba(0, 0, 0, 0.07);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    opacity: 0;
    -webkit-transition: opacity .75s, -webkit-transform ease-in-out .35s;
    transition: opacity .75s, -webkit-transform ease-in-out .35s;
    transition: transform ease-in-out .35s, opacity .75s;
    transition: transform ease-in-out .35s, opacity .75s, -webkit-transform ease-in-out .35s;
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    will-change: opacity, transform
}

.alert-growl .alert-growl-card+.alert-growl-card {
    margin-top: 1rem
}

.alert-growl .alert-growl-card.in {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.alert-growl.in .alert-growl-card {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.alert-growl .alert-growl-addon,
.alert-growl .alert-growl-main {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 1rem 1rem
}

.alert-growl .alert-growl-main {
    max-width: 250px
}

.alert-growl-bottom {
    bottom: 1.5rem;
    top: auto
}

.alert-growl-bottom .alert-growl-card {
    -webkit-transform: translate(0, 300px);
    transform: translate(0, 300px)
}

.alert-growl-bottom .alert-growl-main {
    max-width: 350px
}

.alert-growl-bottom.in {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.breadcrumb {
    font-size: .8rem
}

.breadcrumb a {
    color: #697882;
    text-decoration: none
}

.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus {
    color: #0a1419;
    text-decoration: none
}

.breadcrumb-separator {
    margin: 0 .5rem
}

.btn-group {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex
}

.btn-group>.btn {
    position: relative
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
    z-index: 2
}

@media (hover: hover) {
    .btn-group>.btn:hover {
        z-index: 2
    }
}

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

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

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>li:not(:first-child):not(:last-child)>.btn:not(.dropdown-toggle) {
    border-radius: 0
}

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

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

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-right: 16px;
    padding-left: 12px
}

.btn-group-justified {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    float: none
}

.btn-group-justified>.btn {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    float: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 61.9em) {
    .btn-group-responsive>.btn {
        font-size: .8rem !important
    }

    .btn-group-responsive-justified {
        float: none;
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .btn-group-responsive-justified>.btn {
        display: table-cell;
        float: none
    }

    .btn-group-responsive-justified>.btn+.btn {
        border-left: none
    }

    .btn-group-responsive-overflow {
        max-width: 100%;
        -webkit-overflow-scrolling: touch
    }

    .btn-group-responsive-overflow>.btn-group {
        flex-wrap: nowrap;
        padding-bottom: 0;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        max-width: 100%
    }

    .btn-group-responsive-overflow>.btn-group>.btn {
        float: none;
        -webkit-box-flex: 1 !important;
        flex: 1 0 auto !important
    }

    .btn-group-responsive-overflow>.btn-group>.btn+.btn {
        margin-left: -6px !important
    }
}

.circle,
.circle-outline {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 1rem;
    line-height: 1;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%
}

button.circle,
button.circle-outline {
    display: inline-block;
    line-height: 1.8rem
}

.circle-outline {
    border: .0625rem solid currentColor
}

.circle-xxs,
.circle-outline-xxs {
    width: 8px;
    height: 8px
}

.circle-xs,
.circle-outline-xs {
    font-size: 10px;
    width: 1rem;
    height: 1rem
}

button.circle-xs,
button.circle-outline-xs {
    line-height: 1rem
}

.circle-sm,
.circle-outline-sm {
    font-size: .75rem;
    width: 1.25rem;
    height: 1.25rem
}

button.circle-sm,
button.circle-outline-sm {
    line-height: 1.25rem
}

.circle-md,
.circle-outline-md {
    font-size: 1.3rem;
    width: 2.75rem;
    height: 2.75rem
}

button.circle-md,
button.circle-outline-md {
    line-height: 2.75rem
}

.circle-lg,
.circle-outline-lg {
    font-size: 1.6rem;
    width: 3.6rem;
    height: 3.6rem
}

button.circle-lg,
button.circle-outline-lg {
    line-height: 3.6rem
}

.circle-xl,
.circle-outline-xl {
    font-size: 2.5rem;
    width: 5rem;
    height: 5rem
}

button.circle-xl,
button.circle-outline-xl {
    line-height: 5rem
}

.circle-xxl,
.circle-outline-xxl {
    font-size: 3.65rem;
    width: 5.9rem;
    height: 5.9rem
}

button.circle-xxl,
button.circle-outline-xxl {
    line-height: 5.9rem
}

.close-circle {
    margin-right: -.5em;
    margin-left: .4em
}

.circle-notification {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    border: 2px solid #fff;
    z-index: 2
}

.header-inverse .circle-notification {
    border: 2px solid rgba(0, 0, 0, 0.75)
}

.close {
    float: right;
    font-size: 1.6em;
    font-weight: 300;
    line-height: .85;
    color: #000;
    outline: none;
    opacity: .75
}

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

@media (hover: hover) {
    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5
    }
}

.text-inverse .close {
    color: rgba(255, 255, 255, 0.9);
    opacity: 1
}

.text-inverse .close:hover {
    color: rgba(255, 255, 255, 0.65)
}

.card-header .close {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

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

.btn-close,
.close-modal {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiICB2aWV3Qm94PSIwIDAgMTcgMTciID48cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNOS4yMDcgOC41bDYuNjQ2IDYuNjQ2LTAuNzA3IDAuNzA3LTYuNjQ2LTYuNjQ2LTYuNjQ2IDYuNjQ2LTAuNzA3LTAuNzA3IDYuNjQ2LTYuNjQ2LTYuNjQ3LTYuNjQ2IDAuNzA3LTAuNzA3IDYuNjQ3IDYuNjQ2IDYuNjQ2LTYuNjQ2IDAuNzA3IDAuNzA3LTYuNjQ2IDYuNjQ2eiI+PC9wYXRoPjwvc3ZnPg==);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    height: 24px;
    margin-left: auto;
    padding: 0;
    width: 24px
}

.btn-close.text-inverse,
.text-inverse .btn-close,
.close-modal.text-inverse,
.text-inverse .close-modal {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiICB2aWV3Qm94PSIwIDAgMTcgMTciID48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNOS4yMDcgOC41bDYuNjQ2IDYuNjQ2LTAuNzA3IDAuNzA3LTYuNjQ2LTYuNjQ2LTYuNjQ2IDYuNjQ2LTAuNzA3LTAuNzA3IDYuNjQ2LTYuNjQ2LTYuNjQ3LTYuNjQ2IDAuNzA3LTAuNzA3IDYuNjQ3IDYuNjQ2IDYuNjQ2LTYuNjQ2IDAuNzA3IDAuNzA3LTYuNjQ2IDYuNjQ2eiI+PC9wYXRoPjwvc3ZnPg==)
}

.btn-close-sm,
.close-modal-sm {
    height: 16px;
    width: 16px
}

.form-checkbox {
    position: absolute;
    cursor: pointer;
    top: 0;
    visibility: hidden
}

.form-checkbox-label {
    display: -webkit-inline-box;
    display: inline-flex;
    cursor: pointer;
    margin: 0;
    padding-right: .3em;
    position: relative
}

.form-checkbox+.form-checkbox-label:before {
    content: '';
    background-color: #fff;
    border: 1px solid #879baa;
    flex-shrink: 0;
    margin-right: .6em;
    text-align: center;
    -webkit-transition: background-color .25s, border-color .25s;
    transition: background-color .25s, border-color .25s;
    width: 24px;
    height: 24px
}

.form-checkbox:hover+.form-checkbox-label:before {
    background: #ebf0f5;
    border-color: #004669
}

.form-checkbox[type=radio]+.form-checkbox-label:before {
    border-radius: 50%
}

.form-checkbox-sm+.form-checkbox-label:before {
    height: 20px;
    width: 20px
}

.form-checkbox-lg+.form-checkbox-label:before {
    height: 32px;
    width: 32px
}

.form-checkbox:checked+.form-checkbox-label:before {
    border-color: #004669;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNTU3OCIgZD0iTTE0IDIuNWwtOC41IDguNS0zLjUtMy41LTEuNSAxLjUgNSA1IDEwLTEweiI+PC9wYXRoPjwvc3ZnPg==);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 70% 70%
}

.form-checkbox[type=radio]:checked+.form-checkbox-label:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNTU3OCIgZD0iTTAgOGMwLTQuNDE4IDMuNTgyLTggOC04czggMy41ODIgOCA4YzAgNC40MTgtMy41ODIgOC04IDhzLTgtMy41ODItOC04eiI+PC9wYXRoPjwvc3ZnPg==)
}

.form-checkbox:active+.form-checkbox-label,
.form-checkbox:focus-within+.form-checkbox-label,
.form-checkbox:focus+.form-checkbox-label {
    color: #2d373c;
    outline: 1px solid #004669;
    outline-offset: 1px
}

.form-checkbox-box+.form-checkbox-label {
    border-radius: .2rem;
    border: 1px solid transparent
}

.form-checkbox-box+.form-checkbox-label:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.15)
}

.form-checkbox-box:checked+.form-checkbox-label {
    background-color: #ebf0f5;
    border-color: rgba(0, 85, 125, 0.2)
}

.form-checkbox-box:active+.form-checkbox-label,
.form-checkbox-box:focus-within+.form-checkbox-label,
.form-checkbox-box:focus+.form-checkbox-label {
    box-shadow: 0 0 0 7px rgba(0, 85, 125, 0.9);
    color: #2d373c;
    outline: 1px solid #004669;
    outline-offset: 1px
}

.form-checkbox-only+.form-checkbox-label:before {
    margin-right: 0
}

.form-checkbox-only+.form-checkbox-label {
    padding-right: 0
}

.form-select {
    background-color: #fff;
    box-shadow: inset 0 1px 0 #879baa, inset 0 0 0 1px #cdd9e1;
    display: inline-block;
    position: relative
}

.form-select select optgroup,
.form-select select option {
    background: #fff !important
}

.form-select-alt {
    background: #becdd7;
    border-radius: .2rem;
    box-shadow: none;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
    font-weight: 600
}

.form-select.disabled {
    color: #aaa;
    border-color: rgba(0, 0, 0, 0.15);
    cursor: text
}

.form-select.disabled select {
    cursor: text
}

.form-select:not(.disabled):hover {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25), 0 0 2px 1px rgba(0, 0, 0, 0.15)
}

.form-select-alt:not(.disabled):hover {
    background: #b1c3cf;
    box-shadow: none
}

.form-select select::-ms-expand {
    display: none
}

.form-select::before,
.btn-ripple-circle.dropdown-toggle:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjx0aXRsZT5hcnJvdy1zbWFsbC1kb3duPC90aXRsZT48cGF0aCBmaWxsPSIjNjk3ODgyIiBkPSJNMjMuNSAxMy45NjlsLTEuNDM4LTEuNDM4LTYuMDYzIDQuNTYzLTYuMDYzLTQuNTYzLTEuNDM4IDEuNDM4IDcuNSA3LjV6Ij48L3BhdGg+PC9zdmc+);
    background-size: 24px 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    right: 7px;
    display: block;
    width: 14px;
    height: 14px;
    pointer-events: none;
    z-index: 2
}

@media all and (-ms-high-contrast: none) {
    .btn-ripple-circle.dropdown-toggle:after {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.form-select::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-select.disabled:before {
    opacity: .15
}

@media (min-width: 62em) {
    .form-select-lg::before {
        background-size: cover;
        height: 24px;
        right: 10px;
        width: 24px
    }

    .form-select-xl::before {
        background-size: cover;
        height: 36px;
        right: 10px;
        width: 36px
    }
}

.form-select.text-inverse::before,
.text-inverse .form-select::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjx0aXRsZT5hcnJvdy1zbWFsbC1kb3duPC90aXRsZT48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMjMuNSAxMy45NjlsLTEuNDM4LTEuNDM4LTYuMDYzIDQuNTYzLTYuMDYzLTQuNTYzLTEuNDM4IDEuNDM4IDcuNSA3LjV6Ij48L3BhdGg+PC9zdmc+)
}

.form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 1rem;
    outline: none;
    padding-left: .625rem;
    padding-bottom: .375rem;
    padding-top: .375rem;
    padding-right: 1.45rem;
    width: 100%
}

.form-select select:focus {
    outline: 1px solid #004669;
    outline-offset: 0;
    box-shadow: none
}

.form-select-alt select:focus {
    background: #b1c3cf;
    color: #000;
    outline: 1px solid #879baa;
    outline-offset: 1px
}

.form-select select option,
.form-select select optgroup[label] {
    color: #0a1419 !important
}

@media (min-width: 62em) {
    .form-select-lg select {
        font-size: 1.2rem;
        line-height: 1.3333333333;
        padding-bottom: .75rem;
        padding-left: 1.25rem;
        padding-top: .75rem;
        padding-right: 2.25rem
    }

    .form-select-xl select {
        font-size: 1.5rem;
        line-height: 1.3333333333;
        padding-bottom: .75rem;
        padding-left: 1.25rem;
        padding-top: .75rem;
        padding-right: 2.25rem
    }
}

.form-select-sm select,
.form-select-xs select {
    font-size: .9rem;
    padding-bottom: .25rem;
    padding-top: .25rem
}

.form-select-xs select {
    font-size: .65rem
}

.form-select.input-group-addon {
    padding: 0;
    min-width: 125px
}

.form-select.input-group-addon select {
    height: 100%;
    padding-left: .75rem
}

.form-select select::-ms-expand {
    display: none
}

.form-select-line {
    border: none;
    font-size: inherit;
    font-weight: 600;
    padding-left: .25rem;
    padding-right: .25rem;
    position: relative;
    -webkit-transition: all .15s;
    transition: all .15s
}

.form-select-line select {
    font-size: inherit;
    padding-left: 0
}

.form-select-line::after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 100%;
    background: currentColor;
    -webkit-transition: all .15s;
    transition: all .15s
}

.form-select-line:hover,
.form-select-line:focus,
.form-select-line:active {
    background-color: #f3f3f3
}

.form-select-line:hover::after,
.form-select-line:focus::after,
.form-select-line:active::after {
    -webkit-transform: scale(1.05) scaleY(1.35) translateY(-1px);
    transform: scale(1.05) scaleY(1.35) translateY(-1px)
}

.form-select-line::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyB2aWV3Qm94PScwIDAgMTYgMTYnPjxwYXRoIGZpbGw9JyMwMDAnIGQ9J00xNiA1LjVsLTEuNS0xLjUtNi41IDYuNS02LjUtNi41LTEuNSAxLjUgOCA4IDgtOHonPjwvcGF0aD48L3N2Zz4=");
    right: .15rem
}

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

.input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin-bottom: 0
}

.input-group .form-control:focus {
    outline-offset: -1px
}

@media all and (-ms-high-contrast: none) {
    .input-group .form-control {
        min-height: 36px
    }
}

.input-group-addon {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    margin-bottom: 0
}

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

.input-group .twitter-typeahead {
    display: -webkit-box !important;
    display: flex !important;
    width: 100%
}

.input-group .twitter-typeahead span {
    -webkit-box-flex: 1;
    flex: 1 1 100%
}

.input-group-addon {
    padding: .375rem .75rem;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: .25rem .75rem;
    font-size: .9rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 1.25rem 1.25rem;
    font-size: 1.2rem;
    border-radius: .4rem
}

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

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

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

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

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

@media (hover: hover) {
    .input-group-btn>.btn:hover {
        z-index: 2
    }
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-typehead-filter {
    border-bottom: 2px solid rgba(0, 0, 0, 0.4)
}

.input-group-stack {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative
}

.input-group-stack .input-group-stack-input {
    z-index: 1
}

.input-group-stack .input-group-stack-input.has-first-icon-sm {
    padding-left: 2rem
}

.input-group-stack .input-group-stack-input.has-first-icon-normal {
    padding-left: 2.6rem
}

.input-group-stack .input-group-stack-input .has-last-icon-xs {
    padding-right: 1.5rem
}

.input-group-stack .input-group-stack-first,
.input-group-stack .input-group-stack-last {
    position: absolute;
    z-index: 2
}

.input-group-stack .input-group-stack-first {
    top: calc(50% - 10px)
}

.input-group-stack .input-group-stack-first.icon-normal {
    top: calc(50% - 12px)
}

.input-group-stack .input-group-stack-first {
    left: .4em
}

.input-group-stack .input-group-stack-last {
    right: .4em
}

.input-group-stack-first-border:after {
    background: #dfe6ed;
    content: '';
    display: block;
    position: absolute;
    bottom: .5rem;
    top: .5rem;
    left: calc(.4em + 1.75rem);
    width: 1px;
    z-index: 2
}

.label {
    border-radius: 0;
    display: inline-block;
    padding: .25rem .4rem;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

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

@media (hover: hover) {
    a.label:hover {
        color: #fff;
        text-decoration: none;
        cursor: pointer
    }
}

.label-white {
    background-color: #fff;
    color: #999;
    box-shadow: inset 0 0 0 1px #ccc
}

.label-white[href]:focus,
.label-white[href]:focus-within {
    background-color: #e6e6e6
}

@media (hover: hover) {
    .label-white[href]:hover {
        background-color: #e6e6e6
    }
}

.active>.label-white {
    box-shadow: inset 0 0 0 1px #0a1419;
    color: #0a1419
}

.label-gray {
    color: #66727e;
    background-color: #eee;
    box-shadow: inset 0 0 1px #ccc
}

.label-gray[href]:focus,
.label-gray[href]:focus-within {
    background-color: #d5d5d5
}

@media (hover: hover) {
    .label-gray[href]:hover {
        background-color: #d5d5d5
    }
}

.label-gray-dark {
    background-color: #555F69
}

.label-gray-dark[href]:focus,
.label-gray-dark[href]:focus-within {
    background-color: #3e464d
}

@media (hover: hover) {
    .label-gray-dark[href]:hover {
        background-color: #3e464d
    }
}

a.label-white:hover,
a.label-gray:hover {
    color: #3c464b
}

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

.label-default[href]:focus,
.label-default[href]:focus-within {
    background-color: #525e66
}

@media (hover: hover) {
    .label-default[href]:hover {
        background-color: #525e66
    }
}

.label-primary {
    background-color: #41aac8
}

.label-primary[href]:focus,
.label-primary[href]:focus-within {
    background-color: #308ca6
}

@media (hover: hover) {
    .label-primary[href]:hover {
        background-color: #308ca6
    }
}

.label-secondary {
    background-color: #00557d
}

.label-secondary[href]:focus,
.label-secondary[href]:focus-within {
    background-color: #00324a
}

@media (hover: hover) {
    .label-secondary[href]:hover {
        background-color: #00324a
    }
}

.label-success {
    background-color: #3eaf6a
}

.label-success[href]:focus,
.label-success[href]:focus-within {
    background-color: #318953
}

@media (hover: hover) {
    .label-success[href]:hover {
        background-color: #318953
    }
}

.label-info {
    background-color: #0099cb
}

.label-info[href]:focus,
.label-info[href]:focus-within {
    background-color: #007398
}

@media (hover: hover) {
    .label-info[href]:hover {
        background-color: #007398
    }
}

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

.label-warning[href]:focus,
.label-warning[href]:focus-within {
    background-color: #ec971f
}

@media (hover: hover) {
    .label-warning[href]:hover {
        background-color: #ec971f
    }
}

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

.label-danger[href]:focus,
.label-danger[href]:focus-within {
    background-color: #a90000
}

@media (hover: hover) {
    .label-danger[href]:hover {
        background-color: #a90000
    }
}

.label-stone {
    background-color: #879baa
}

.label-stone[href]:focus,
.label-stone[href]:focus-within {
    background-color: #698295
}

@media (hover: hover) {
    .label-stone[href]:hover {
        background-color: #698295
    }
}

.label-yellow {
    background-color: #faa50a
}

.label-yellow[href]:focus,
.label-yellow[href]:focus-within {
    background-color: #cd8604
}

@media (hover: hover) {
    .label-yellow[href]:hover {
        background-color: #cd8604
    }
}

.label-yellow-dark {
    background-color: #eb780a
}

.label-yellow-dark[href]:focus,
.label-yellow-dark[href]:focus-within {
    background-color: #ba5f08
}

@media (hover: hover) {
    .label-yellow-dark[href]:hover {
        background-color: #ba5f08
    }
}

.label-transparent-dark,
.label-opaque-dark {
    background: rgba(0, 0, 0, 0.3)
}

.label-transparent-light,
.label-opaque-light,
.label-opaque-white {
    background: rgba(255, 255, 255, 0.3)
}

.label-outline {
    background: transparent;
    border-color: currentColor;
    color: currentColor;
    border-radius: 0;
    border-width: .0625rem;
    border-style: solid;
    line-height: 1
}

.label-inverse-outline {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.label-inverse-outline[href]:focus,
.label-inverse-outline[href]:focus-within {
    background-color: #fff;
    border-color: #e6e6e6;
    color: #fff
}

@media (hover: hover) {
    .label-inverse-outline[href]:hover {
        background-color: #fff;
        border-color: #e6e6e6;
        color: #fff
    }
}

.label-outline-muted,
.label-outline-gray,
.label-gray-outline {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc;
    color: #555F69
}

.label-outline-muted[href]:focus,
.label-outline-muted[href]:focus-within,
.label-outline-gray[href]:focus,
.label-outline-gray[href]:focus-within,
.label-gray-outline[href]:focus,
.label-gray-outline[href]:focus-within {
    background-color: #ccc;
    border-color: #b3b3b3;
    color: #fff
}

@media (hover: hover) {

    .label-outline-muted[href]:hover,
    .label-outline-gray[href]:hover,
    .label-gray-outline[href]:hover {
        background-color: #ccc;
        border-color: #b3b3b3;
        color: #fff
    }
}

.label-outline-primary,
.label-primary-outline {
    background-color: transparent;
    border: 1px solid #41aac8;
    color: #41aac8
}

.label-outline-primary[href]:focus,
.label-outline-primary[href]:focus-within,
.label-primary-outline[href]:focus,
.label-primary-outline[href]:focus-within {
    background-color: #41aac8;
    border-color: #308ca6;
    color: #fff
}

@media (hover: hover) {

    .label-outline-primary[href]:hover,
    .label-primary-outline[href]:hover {
        background-color: #41aac8;
        border-color: #308ca6;
        color: #fff
    }
}

.label-outline-secondary,
.label-secondary-outline {
    background-color: transparent;
    border: 1px solid #00557d;
    color: #00557d
}

.label-outline-secondary[href]:focus,
.label-outline-secondary[href]:focus-within,
.label-secondary-outline[href]:focus,
.label-secondary-outline[href]:focus-within {
    background-color: #00557d;
    border-color: #00324a;
    color: #fff
}

@media (hover: hover) {

    .label-outline-secondary[href]:hover,
    .label-secondary-outline[href]:hover {
        background-color: #00557d;
        border-color: #00324a;
        color: #fff
    }
}

.label-outline-success,
.label-success-outline {
    background-color: transparent;
    border: 1px solid #3eaf6a;
    color: #3eaf6a
}

.label-outline-success[href]:focus,
.label-outline-success[href]:focus-within,
.label-success-outline[href]:focus,
.label-success-outline[href]:focus-within {
    background-color: #3eaf6a;
    border-color: #318953;
    color: #fff
}

@media (hover: hover) {

    .label-outline-success[href]:hover,
    .label-success-outline[href]:hover {
        background-color: #3eaf6a;
        border-color: #318953;
        color: #fff
    }
}

.label-outline-info,
.label-info-outline {
    background-color: transparent;
    border: 1px solid #0099cb;
    color: #0099cb
}

.label-outline-info[href]:focus,
.label-outline-info[href]:focus-within,
.label-info-outline[href]:focus,
.label-info-outline[href]:focus-within {
    background-color: #0099cb;
    border-color: #007398;
    color: #fff
}

@media (hover: hover) {

    .label-outline-info[href]:hover,
    .label-info-outline[href]:hover {
        background-color: #0099cb;
        border-color: #007398;
        color: #fff
    }
}

.label-outline-warning,
.label-warning-outline {
    background-color: transparent;
    border: 1px solid #f0ad4e;
    color: #f0ad4e
}

.label-outline-warning[href]:focus,
.label-outline-warning[href]:focus-within,
.label-warning-outline[href]:focus,
.label-warning-outline[href]:focus-within {
    background-color: #f0ad4e;
    border-color: #ec971f;
    color: #fff
}

@media (hover: hover) {

    .label-outline-warning[href]:hover,
    .label-warning-outline[href]:hover {
        background-color: #f0ad4e;
        border-color: #ec971f;
        color: #fff
    }
}

.label-outline-stone,
.label-stone-outline {
    background-color: transparent;
    border: 1px solid #879baa;
    color: #879baa
}

.label-outline-stone[href]:focus,
.label-outline-stone[href]:focus-within,
.label-stone-outline[href]:focus,
.label-stone-outline[href]:focus-within {
    background-color: #879baa;
    border-color: #698295;
    color: #fff
}

@media (hover: hover) {

    .label-outline-stone[href]:hover,
    .label-stone-outline[href]:hover {
        background-color: #879baa;
        border-color: #698295;
        color: #fff
    }
}

.label-outline-danger,
.label-danger-outline {
    background-color: transparent;
    border: 1px solid #dc0000;
    color: #dc0000
}

.label-outline-danger[href]:focus,
.label-outline-danger[href]:focus-within,
.label-danger-outline[href]:focus,
.label-danger-outline[href]:focus-within {
    background-color: #dc0000;
    border-color: #a90000;
    color: #fff
}

@media (hover: hover) {

    .label-outline-danger[href]:hover,
    .label-danger-outline[href]:hover {
        background-color: #dc0000;
        border-color: #a90000;
        color: #fff
    }
}

.label-outline-yellow,
.label-yellow-outline {
    background-color: transparent;
    border: 1px solid #faa50a;
    color: #faa50a
}

.label-outline-yellow[href]:focus,
.label-outline-yellow[href]:focus-within,
.label-yellow-outline[href]:focus,
.label-yellow-outline[href]:focus-within {
    background-color: #faa50a;
    border-color: #cd8604;
    color: #fff
}

@media (hover: hover) {

    .label-outline-yellow[href]:hover,
    .label-yellow-outline[href]:hover {
        background-color: #faa50a;
        border-color: #cd8604;
        color: #fff
    }
}

.label-outline-yellow-dark,
.label-yellow-dark-outline {
    background-color: transparent;
    border: 1px solid #eb780a;
    color: #eb780a
}

.label-outline-yellow-dark[href]:focus,
.label-outline-yellow-dark[href]:focus-within,
.label-yellow-dark-outline[href]:focus,
.label-yellow-dark-outline[href]:focus-within {
    background-color: #eb780a;
    border-color: #ba5f08;
    color: #fff
}

@media (hover: hover) {

    .label-outline-yellow-dark[href]:hover,
    .label-yellow-dark-outline[href]:hover {
        background-color: #eb780a;
        border-color: #ba5f08;
        color: #fff
    }
}

.label-pill {
    padding-left: .6em;
    padding-right: .6em;
    border-radius: 1rem
}

.label-notification-count {
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 9px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    height: 16px;
    width: 16px;
    margin-right: -15px;
    position: relative;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    z-index: 2
}

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

.list-group-item {
    background-color: #fff;
    border: 0.0625rem solid rgba(0, 0, 0, 0);
    display: block;
    padding: .5rem 1rem;
    position: relative
}

.list-group-item:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 153, 203, 0.55);
    outline: none
}

a.list-group-item,
button.list-group-item {
    width: 100%;
    text-align: inherit;
    color: #3c464b
}

a.list-group-item .list-group-item-header,
button.list-group-item .list-group-item-header {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:focus-within,
button.list-group-item:focus,
button.list-group-item:focus-within {
    border-color: #0099cb;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    z-index: 3
}

@media (hover: hover) {

    a.list-group-item:hover,
    button.list-group-item:hover {
        border-color: #0099cb;
        color: #333;
        text-decoration: none;
        background-color: #fff;
        z-index: 3
    }
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:focus-within {
    color: #ccc;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-header,
.list-group-item.disabled:focus .list-group-item-header,
.list-group-item.disabled:focus-within .list-group-item-header {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:focus-within .list-group-item-text {
    color: #ccc
}

@media (hover: hover) {
    .list-group-item.disabled:hover {
        color: #ccc;
        cursor: not-allowed;
        background-color: #eee
    }

    .list-group-item.disabled:hover .list-group-item-header {
        color: inherit
    }

    .list-group-item.disabled:hover .list-group-item-text {
        color: #ccc
    }
}

.list-group-item.active,
.list-group-item.active:hover {
    background-color: #f6fcff;
    border-color: #ccc;
    color: #000;
    font-weight: 600;
    z-index: 2
}

.list-group-active-border .active,
.list-group-active-border .active-parent {
    position: relative
}

.list-group-active-border .active:after,
.list-group-active-border .active-parent:after {
    background: #0099cb;
    content: '';
    display: block;
    height: calc(100% + 2px);
    left: -1px;
    position: absolute;
    top: -1px;
    width: .2rem
}

.list-group>.list-group-item-nav:hover {
    border-color: #0099cb;
    z-index: 3
}

.list-group-item-nav .list-group-item-nav:hover {
    background: #f6fcff
}

.list-group .list-group {
    display: none
}

.active>.list-group,
.active-parent>.list-group {
    display: block
}

body {
    opacity: 1;
    -webkit-transition: .65s opacity;
    transition: .65s opacity
}

.fade-out {
    opacity: 0
}

.loader-container {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIgc3R5bGU9ImZpbGw6IzA5OSIvPjxwYXRoIGQ9Ik0yOSw3OFY2Ni41YTU3LjEsNTcuMSwwLDAsMCwxNy4zLDMuMWM2LjksMCwxMC4zLTEuOCwxMC4zLTUuNWEzLjksMy45LDAsMCwwLTEuNS0zLjRjLTEtMS0zLjYtMi40LTcuOS00LjEtNy43LTMuMS0xMi42LTUuOC0xNC45LThhMTUsMTUsMCwwLDEtNC42LTExLjFjMC01LjcsMi4yLTEwLjEsNi42LTEzLjFzOS45LTQuNSwxNi45LTQuNUE5My44LDkzLjgsMCwwLDEsNjcuNywyMlYzM2E0MS4xLDQxLjEsMCwwLDAtMTUtMy4xYy02LjUsMC05LjcsMS43LTkuNyw1LjNhMy45LDMuOSwwLDAsMCwyLDMuM2MxLjEuNyw0LjEsMi4xLDksNC4zLDcuMSwzLjEsMTEuOCw1LjksMTQuMSw4LjJhMTQuNCwxNC40LDAsMCwxLDQuMiwxMC43LDE1LjgsMTUuOCwwLDAsMS04LjIsMTQuNGMtNC41LDIuNy0xMC4yLDQtMTcuMiw0QTc5LjQsNzkuNCwwLDAsMSwyOSw3OFoiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20% 20%;
    padding: 1rem;
    -webkit-animation: spin-staggered 3s ease-out infinite;
    animation: spin-staggered 3s ease-out infinite
}

.loader-temp {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 50vh
}

.loader-overlay,
.card-loader-overlay {
    background: rgba(255, 255, 255, 0.925);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.loader-wrapper {
    background: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1000
}

.loader {
    display: block;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #32a0a0;
    -webkit-animation: spin 1.8s ease-out infinite;
    animation: spin 1.8s ease-out infinite;
    z-index: 1001
}

.loader-sm {
    border-width: 2px;
    width: 75px;
    height: 75px
}

.loader-xs {
    border-width: 1px;
    width: 45px;
    height: 45px
}

.loader:after,
.loader:before {
    content: "";
    position: absolute;
    border-radius: 50%
}

.loader:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
    border-top-color: #00557d;
    -webkit-animation: spin-opacity-reversed 1.5s linear infinite;
    animation: spin-opacity-reversed 1.5s linear infinite
}

.loader:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
    border-top-color: #eb780a;
    -webkit-animation: spin-opacity 2s linear infinite;
    animation: spin-opacity 2s linear infinite
}

.loader-sm:before,
.loader-sm:after {
    border-width: 2px
}

.loader-xs:before,
.loader-xs:after {
    border-width: 1px
}

.loader-xs:after {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin-staggered {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    40% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin-staggered {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    40% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin-opacity {
    0% {
        opacity: .3;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    40% {
        opacity: .5;
        -webkit-transform: rotate(210deg);
        transform: rotate(210deg)
    }

    100% {
        opacity: .35;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin-opacity {
    0% {
        opacity: .3;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    40% {
        opacity: .5;
        -webkit-transform: rotate(210deg);
        transform: rotate(210deg)
    }

    100% {
        opacity: .35;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin-opacity-reversed {
    0% {
        opacity: .3;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    40% {
        opacity: .5;
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }

    100% {
        opacity: .35;
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes spin-opacity-reversed {
    0% {
        opacity: .3;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    40% {
        opacity: .5;
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }

    100% {
        opacity: .35;
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.loaded .loader-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s 1s ease-out;
    transition: opacity 1s 1s ease-out
}

.logo {
    background-image: url(https://images.sw.siemens-cdn.com/siemens/sie-logo-petrol-rgb.svg);
    background-size: 120px 19px;
    display: block;
    height: 19px;
    width: 120px
}

.header-inverse .logo {
    background-image: url(https://images.sw.siemens-cdn.com/siemens/sie-logo-white-rgb.svg)
}

.logo-claim {
    background-image: url(https://images.sw.siemens-cdn.com/siemens/sie-claim-black-rgb.svg);
    background-size: 129px 22px;
    display: block;
    height: 22px;
    margin: 8px 0 0 22px;
    width: 129px
}

.header-inverse .logo-claim {
    background-image: url(https://images.sw.siemens-cdn.com/siemens/sie-claim-white-rgb.svg)
}

@media (min-width: 48em) {
    .header-support .logo {
        -webkit-transition: -webkit-transform .15s;
        transition: -webkit-transform .15s;
        transition: transform .15s;
        transition: transform .15s, -webkit-transform .15s;
        will-change: transform
    }

    .body-onScroll .header-support .logo {
        -webkit-transform: translateY(16px);
        transform: translateY(16px)
    }

    .header-support .logo-claim {
        -webkit-transition: opacity .15s;
        transition: opacity .15s;
        will-change: opacity
    }

    .body-onScroll .header-support .logo-claim {
        opacity: 0
    }
}

.media {
    display: -webkit-box;
    display: flex
}

.media .media-body {
    flex-shrink: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: auto
}

.media .media-left,
.media .media-right {
    flex-shrink: 0
}

.media-middle {
    -webkit-box-align: center;
    align-items: center
}

.media .media-middle {
    align-self: center
}

.media-bottom {
    -webkit-box-align: end;
    align-items: flex-end
}

.media .media-bottom {
    align-self: flex-end
}

.media+.media {
    margin-top: 1em
}

.media-right {
    padding-left: .85rem
}

.media-left {
    padding-right: .85rem
}

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

@media (max-width: 61.9em) {
    .media.media-responsive {
        display: block
    }

    .media.media-responsive>.media-right,
    .media.media-responsive>.media-left {
        display: block;
        padding-left: 0;
        padding-right: 0
    }

    .media.media-responsive .media-body {
        display: block;
        padding-left: 0;
        padding-right: 0
    }
}

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

.nav * {
    list-style: none
}

.nav-link {
    display: inline-block
}

@media (hover: hover) {
    .nav-link:hover {
        text-decoration: none
    }
}

.nav-link.disabled {
    color: #ccc
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:focus-within {
    color: #ccc;
    cursor: not-allowed;
    background-color: transparent
}

@media (hover: hover) {
    .nav-link.disabled:hover {
        color: #ccc;
        cursor: not-allowed;
        background-color: transparent
    }
}

.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
    margin-left: 1rem
}

.nav-inline .nav-link {
    border-bottom: 3px solid transparent;
    padding-bottom: 3px
}

.nav-inline .nav-link:hover {
    border-color: #faa50a
}

.nav-inline .nav-link.active {
    border-color: #41aac8;
    color: #00557d;
    font-weight: 700
}

.nav-tabs {
    border-bottom: 1px solid #ccc
}

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

.nav-tabs:after {
    clear: both
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    color: #555F69;
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-radius: .25rem .25rem 0 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:focus-within {
    border-color: #ddd #ddd #ccc
}

@media (hover: hover) {
    .nav-tabs .nav-link:hover {
        border-color: #ddd #ddd #ccc
    }
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:focus-within {
    color: #ccc;
    background-color: transparent;
    border-color: transparent
}

@media (hover: hover) {
    .nav-tabs .nav-link.disabled:hover {
        color: #ccc;
        background-color: transparent;
        border-color: transparent
    }
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:focus-within,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:focus-within,
.nav-tabs .nav-item.active .nav-link,
.nav-tabs .nav-item.active .nav-link:focus,
.nav-tabs .nav-item.active .nav-link:focus-within {
    color: #2d373C;
    background-color: #fff;
    border-color: #b3b3b3 #ccc transparent #ccc;
    position: relative
}

.nav-tabs .nav-link.active:after,
.nav-tabs .nav-link.active:focus:after,
.nav-tabs .nav-link.active:focus-within:after,
.nav-tabs .nav-item.open .nav-link:after,
.nav-tabs .nav-item.open .nav-link:focus:after,
.nav-tabs .nav-item.open .nav-link:focus-within:after,
.nav-tabs .nav-item.active .nav-link:after,
.nav-tabs .nav-item.active .nav-link:focus:after,
.nav-tabs .nav-item.active .nav-link:focus-within:after {
    content: '';
    box-shadow: inset 2px 0 0 2px #bfbfbf;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

@media (hover: hover) {

    .nav-tabs .nav-link.active:hover,
    .nav-tabs .nav-item.open .nav-link:hover,
    .nav-tabs .nav-item.active .nav-link:hover {
        color: #2d373C;
        background-color: #fff;
        border-color: #b3b3b3 #ccc transparent #ccc;
        position: relative
    }

    .nav-tabs .nav-link.active:hover:after,
    .nav-tabs .nav-item.open .nav-link:hover:after,
    .nav-tabs .nav-item.active .nav-link:hover:after {
        content: '';
        box-shadow: inset 2px 0 0 2px #bfbfbf;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px
    }
}

.nav-tabs:not(.btn-group) .nav-item+.nav-item {
    margin-left: .2rem
}

.nav-stacked .nav-item {
    display: block;
    float: none;
    font-weight: 600
}

.nav-stacked .nav-item+.nav-item {
    margin-top: .2rem;
    margin-left: 0
}

.nav-stacked .active,
.nav-stacked .active a {
    color: #2d373c;
    font-weight: 700
}

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

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

.tab-pane-border {
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 1rem 1rem
}

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

@media (max-width: 47.9em) {
    .nav-tabs .nav-item+.nav-item {
        margin-bottom: .35rem
    }
}

.card .nav-tabs .nav-link.active,
.card .nav-tabs .nav-item.open .nav-link {
    background: #fff
}

.nav-horizontal {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    list-style: none
}

.nav-horizontal>li {
    margin: 0;
    padding: 0
}

.nav-horizontal>li>a,
.nav-horizontal>li>span {
    display: block;
    text-decoration: none
}

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

@media (hover: hover) {

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

.nav-lines {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    list-style: none
}

.nav-lines>.nav-item,
.nav-lines>li {
    background: none;
    border: none;
    color: #41aac8;
    display: inline-block;
    margin: 0 .5rem;
    padding: 0;
    position: relative
}

.nav-lines>.nav-item:first-child,
.nav-lines>li:first-child {
    margin-left: 0
}

.nav-lines>.nav-item:last-child,
.nav-lines>li:last-child {
    margin-right: 0
}

.nav-lines>.nav-item:after,
.nav-lines>li:after {
    content: '';
    display: block;
    position: absolute;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    right: 50%;
    left: 50%;
    bottom: 0;
    top: auto;
    height: 3px;
    background: #41aac8;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.nav-lines>.nav-item:hover,
.nav-lines>li:hover {
    text-decoration: none
}

.nav-lines>.nav-item:hover:after,
.nav-lines>li:hover:after {
    opacity: 1;
    right: 0;
    left: 0
}

.nav-lines .nav-link,
.nav-lines>li>a,
.nav-lines>li>span {
    border-bottom: 1px solid transparent;
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: .5rem 0;
    position: relative
}

.nav-lines .nav-link:active,
.nav-lines>li>a:active,
.nav-lines>li>span:active {
    border: none
}

.nav-lines .nav-link:active,
.nav-lines .nav-link:focus,
.nav-lines>li>a:active,
.nav-lines>li>a:focus,
.nav-lines>li>span:active,
.nav-lines>li>span:focus {
    color: #41aac8
}

.nav-lines .active,
.nav-lines li.active a {
    text-decoration: none
}

.text-inverse .nav-lines .active,
.text-inverse .nav-lines li.active a {
    border-color: #fff;
    color: #fff
}

.nav-lines .active:after,
.nav-lines li.active a:after {
    background-color: #41aac8;
    content: '';
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -1px
}

.text-inverse .nav-lines .active:after,
.text-inverse .nav-lines li.active a:after {
    background-color: #fff
}

.icon-link>span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.nav-text-responsive {
    font-size: 1.1rem
}

@media (max-width: 47.9em) {
    .nav-text-responsive {
        font-size: .8rem
    }

    .nav-line>li {
        margin-left: .25rem;
        margin-right: .25rem
    }

    .nav-responsive>li {
        float: none;
        display: inline-block
    }
}

@media (max-width: 47.9em) {
    .nav-overflow-container {
        position: relative
    }

    .nav-overflow-container .nav-lines {
        background-image: -webkit-gradient(linear, left top, right top, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
        background-position: left center, right center, left center, right center;
        background-repeat: no-repeat;
        background-size: 1rem 100%, 1rem 100%, 1rem 100%, 1rem 100%;
        background-attachment: local, local, scroll, scroll;
        padding-left: .5rem;
        padding-right: .5rem;
        -webkit-box-pack: start;
        justify-content: flex-start;
        flex-wrap: nowrap;
        max-width: 100%;
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .nav-overflow-container .nav-lines a {
        text-align: center;
        vertical-align: middle;
        white-space: nowrap
    }
}

.pagination {
    display: inline-block;
    font-family: "SiemensSans", "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.pagination>li {
    display: inline
}

.pagination>li>button,
.pagination>li>a,
.pagination>li>span {
    float: left;
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #2d373c;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid transparent
}

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

@media (hover: hover) {

    .pagination>li>button:hover,
    .pagination>li>a:hover,
    .pagination>li>span:hover {
        color: #004669;
        background-color: rgba(255, 255, 255, 0.7);
        border-color: #004669
    }
}

.pagination>.active>button,
.pagination>.active>a,
.pagination>.active>span {
    border-radius: 0;
    background-color: #004669;
    border-color: #004669;
    color: #fff;
    cursor: default;
    z-index: 2
}

.pagination>.disabled>button,
.pagination>.disabled>button:focus,
.pagination>.disabled>button:focus-within,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:focus-within,
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:focus-within {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #999;
    cursor: not-allowed
}

@media (hover: hover) {

    .pagination>.disabled>button:hover,
    .pagination>.disabled>span:hover,
    .pagination>.disabled>a:hover {
        background-color: rgba(0, 0, 0, 0);
        border-color: rgba(0, 0, 0, 0);
        color: #999;
        cursor: not-allowed
    }
}

.pagination-lg>li>button,
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: .75rem 1.5rem;
    font-size: 1.2rem;
    line-height: 1.3333333333
}

.pagination-sm>li>button,
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: .275rem .75rem;
    font-size: .9rem;
    line-height: 1.5
}

.pagination-xs>li>button,
.pagination-xs>li>a,
.pagination-xs>li>span {
    padding: .25rem .55rem;
    font-size: .8rem;
    line-height: 1.5
}

.pager {
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    list-style: none
}

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

.pager:after {
    clear: both
}

.pager a {
    display: block
}

.pager-middle {
    float: left;
    text-align: center;
    width: 10%;
    white-space: nowrap
}

.pager-next,
.pager-prev {
    position: relative;
    width: 45%
}

.pager-next {
    float: right;
    text-align: right
}

.pager-prev {
    float: left
}

.item-flex-pager {
    -webkit-box-align: stretch !important;
    align-items: stretch !important
}

.item-flex-pager>:first-child,
.item-flex-pager>:last-child {
    flex-basis: 25%
}

.item-flex-pager>.item-flex-main {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 50%
}

.item-flex-pager>.item-flex-main .dropdown-menu {
    width: 100%
}

.table-sticky-head thead th,
.sticky-parent {
    position: -webkit-sticky;
    position: sticky;
    z-index: 980
}

.pos-r,
.position-relative {
    position: relative
}

.pos-a,
.position-absolute {
    position: absolute
}

.pos-f,
.position-fixed {
    position: fixed;
    z-index: 1030
}

.pos-s {
    position: static
}

.pos-f-t,
.position-fixed-top,
.pos-f-b,
.position-fixed-bottom {
    position: fixed;
    z-index: 1030
}

.pos-sticky {
    position: -webkit-sticky;
    position: sticky
}

.pos-left {
    left: 0
}

.pos-right {
    right: 0
}

.pos-center {
    left: 50%
}

.pos-middle {
    top: 50%
}

.pos-bottom {
    bottom: 0
}

.pos-top {
    top: 0
}

.pos-bottom-right,
.position-absolute-br {
    bottom: 0;
    right: 0
}

.pos-bottom-left,
.position-absolute-bl {
    bottom: 0;
    left: 0
}

.pos-top-left,
.position-absolute-tl {
    top: 0;
    left: 0
}

.pos-top-right,
.position-absolute-tr {
    top: 0;
    right: 0
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.embed-responsive-21by9 {
    padding-bottom: 42.8571428571%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-2by1 {
    padding-bottom: 50%
}

.embed-responsive-3by1 {
    padding-bottom: 33.3333333333%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.siemens-tabs {
    align-content: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0 0 1.875rem;
    padding: 0
}

.siemens-tabs .siemens-tabs-tab-item,
.siemens-tabs>li {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    margin: 0 !important;
    padding: 0
}

.siemens-tabs .siemens-tabs-tab,
.siemens-tabs>li>a,
.siemens-tabs>li>span,
.siemens-tabs>li>button {
    background-color: #ebf0f5;
    border-bottom: 1px solid #879baa;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    color: #3394b0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-size: 1rem;
    padding: .75rem .75rem 1.5rem;
    text-align: left;
    text-decoration: none;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    width: 100%
}

.siemens-tabs .siemens-tabs-tab:hover,
.siemens-tabs>li>a:hover,
.siemens-tabs>li>span:hover,
.siemens-tabs>li>button:hover {
    background-color: #dfe6ed;
    color: #3c464b
}

.siemens-tabs .is-active,
.siemens-tabs .active {
    background-color: #fff;
    border-bottom-color: #fff;
    border-top-color: #879baa;
    border-right-color: #879baa;
    border-left-color: #879baa;
    color: #2d373c;
    margin-bottom: -1px
}

.siemens-tabs .is-active:hover,
.siemens-tabs .active:hover {
    background-color: #fff
}

.siemens-tabs-alt .siemens-tabs-tab,
.siemens-tabs-alt>li>a,
.siemens-tabs-alt>li>span,
.siemens-tabs-alt>li>button {
    background-color: #cdd9e1
}

.siemens-tabs-alt .siemens-tabs-tab:hover,
.siemens-tabs-alt>li>a:hover,
.siemens-tabs-alt>li>span:hover,
.siemens-tabs-alt>li>button:hover {
    background-color: #becdd7;
    color: #3c464b
}

.siemens-tabs-alt .is-active,
.siemens-tabs-alt .active {
    background-color: #dfe6ed;
    border-bottom-color: #dfe6ed;
    color: #2d373c
}

.siemens-tabs-alt .is-active:hover,
.siemens-tabs-alt .active:hover {
    background-color: #dfe6ed
}

.resource-video {
    position: relative;
    overflow: hidden
}

.resource-video .resource-video-play {
    background: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 4em;
    width: 4em;
    top: 50%;
    left: 50%;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 0.25s cubic-bezier(0.34, 1.61, 0.7, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 1
}

.resource-video .resource-video-play:after {
    border-top: 1em solid transparent;
    border-left: 1.5em solid rgba(65, 170, 200, 0.65);
    border-bottom: 1em solid transparent;
    content: '';
    display: block;
    height: 2em;
    width: 1.5em;
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.resource-video:hover .resource-video-play {
    background: rgba(0, 0, 0, 0.65);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.resource-video:hover .resource-video-play:after {
    border-left: 24px solid rgba(65, 170, 200, 0.9)
}

.btn {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    padding: .375rem 1rem;
    font-size: 1rem;
    line-height: 1.5
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 2px auto #0099cb;
    outline-offset: -2px
}

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

@media (hover: hover) {
    .btn:hover {
        text-decoration: none
    }
}

.btn.focus {
    text-decoration: none
}

.btn.active {
    outline: 0
}

.btn.disabled,
.btn:disabled,
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65
}

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

.item-flex-addon .btn {
    white-space: nowrap
}

.btn-default {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f3f3f3));
    background-image: linear-gradient(to bottom, #f6f6f6 0%, #f3f3f3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6F6F6', endColorstr='#FFF3F3F3', GradientType=0);
    background-repeat: repeat-x;
    box-shadow: inset 0 0 0 1px #ccc;
    color: #555F69;
    text-shadow: none
}

.btn-default:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#dcdcdc));
    background-image: linear-gradient(to bottom, #eee 0%, #dcdcdc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFDCDCDC', GradientType=0)
}

.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#f6f6f6));
    background-image: linear-gradient(to bottom, #ccc 0%, #f6f6f6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCCCCCC', endColorstr='#FFF6F6F6', GradientType=0);
    color: #000;
    outline: 1px solid #999 !important;
    outline-offset: -1px !important
}

.btn-default:disabled,
.btn-default[disabled] {
    background: #f3f3f3 !important;
    border-color: #eee !important;
    color: #999 !important;
    text-shadow: none !important
}

.btn-primary {
    background-color: #41aac8;
    color: #fff
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-color: #308ca6;
    color: #fff
}

.text-inverse .btn-primary:focus,
.text-inverse .btn-primary.focus,
.text-inverse .btn-primary:active,
.text-inverse .btn-primary.active,
.text-inverse .open>.btn-primary.dropdown-toggle {
    color: #fff !important
}

@media (hover: hover) {
    .btn-primary:hover {
        color: #fff;
        background-color: #308ca6
    }
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #41aac8
}

@media (hover: hover) {

    .btn-primary.disabled:hover,
    .btn-primary:disabled:hover,
    fieldset[disabled] .btn-primary:hover {
        background-color: #41aac8
    }
}

.btn-secondary {
    background-color: #00557d;
    color: #fff
}

.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open>.btn-secondary.dropdown-toggle {
    background-color: #308ca6;
    color: #fff
}

.text-inverse .btn-secondary:focus,
.text-inverse .btn-secondary.focus,
.text-inverse .btn-secondary:active,
.text-inverse .btn-secondary.active,
.text-inverse .open>.btn-secondary.dropdown-toggle {
    color: #fff !important
}

@media (hover: hover) {
    .btn-secondary:hover {
        color: #fff;
        background-color: #308ca6
    }
}

.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
    background-color: #00557d
}

@media (hover: hover) {

    .btn-secondary.disabled:hover,
    .btn-secondary:disabled:hover,
    fieldset[disabled] .btn-secondary:hover {
        background-color: #00557d
    }
}

.btn-info {
    background-color: #0099cb;
    color: #fff
}

.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-color: #308ca6;
    color: #fff
}

.text-inverse .btn-info:focus,
.text-inverse .btn-info.focus,
.text-inverse .btn-info:active,
.text-inverse .btn-info.active,
.text-inverse .open>.btn-info.dropdown-toggle {
    color: #fff !important
}

@media (hover: hover) {
    .btn-info:hover {
        color: #fff;
        background-color: #308ca6
    }
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #0099cb
}

@media (hover: hover) {

    .btn-info.disabled:hover,
    .btn-info:disabled:hover,
    fieldset[disabled] .btn-info:hover {
        background-color: #0099cb
    }
}

.btn-teal {
    background-color: #32a0a0;
    color: #fff
}

.btn-teal:focus,
.btn-teal.focus,
.btn-teal:active,
.btn-teal.active,
.open>.btn-teal.dropdown-toggle {
    background-color: #267979;
    color: #fff
}

.text-inverse .btn-teal:focus,
.text-inverse .btn-teal.focus,
.text-inverse .btn-teal:active,
.text-inverse .btn-teal.active,
.text-inverse .open>.btn-teal.dropdown-toggle {
    color: #fff !important
}

@media (hover: hover) {
    .btn-teal:hover {
        color: #fff;
        background-color: #267979
    }
}

.btn-teal.disabled:focus,
.btn-teal.disabled.focus,
.btn-teal:disabled:focus,
.btn-teal:disabled.focus,
fieldset[disabled] .btn-teal:focus,
fieldset[disabled] .btn-teal.focus {
    background-color: #32a0a0
}

@media (hover: hover) {

    .btn-teal.disabled:hover,
    .btn-teal:disabled:hover,
    fieldset[disabled] .btn-teal:hover {
        background-color: #32a0a0
    }
}

.btn-white {
    background-color: #fff;
    color: #3c464b;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2)
}

.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open>.btn-white.dropdown-toggle {
    background-color: #eee;
    color: #2d373c
}

.text-inverse .btn-white:focus,
.text-inverse .btn-white.focus,
.text-inverse .btn-white:active,
.text-inverse .btn-white.active,
.text-inverse .open>.btn-white.dropdown-toggle {
    color: #fff !important
}

@media (hover: hover) {
    .btn-white:hover {
        color: #38444b;
        background-color: #eee
    }
}

.btn-white.disabled:focus,
.btn-white.disabled.focus,
.btn-white:disabled:focus,
.btn-white:disabled.focus,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white.focus {
    background-color: #fff
}

@media (hover: hover) {

    .btn-white.disabled:hover,
    .btn-white:disabled:hover,
    fieldset[disabled] .btn-white:hover {
        background-color: #fff
    }
}

.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open>.btn-white.dropdown-toggle {
    box-shadow: inset 0 0 0px 1px #999
}

@media (hover: hover) {
    .btn-white:hover {
        box-shadow: inset 0 0 0px 1px #999
    }
}

.btn-success {
    background-color: #3eaf6a;
    color: #fff
}

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

.text-inverse .btn-success:focus,
.text-inverse .btn-success.focus,
.text-inverse .btn-success:active,
.text-inverse .btn-success.active,
.text-inverse .open>.btn-success.dropdown-toggle {
    color: #fff !important
}

@media (hover: hover) {
    .btn-success:hover {
        color: #fff;
        background-color: #318953
    }
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #3eaf6a
}

@media (hover: hover) {

    .btn-success.disabled:hover,
    .btn-success:disabled:hover,
    fieldset[disabled] .btn-success:hover {
        background-color: #3eaf6a
    }
}

.btn-warning {
    background-color: #f0ad4e;
    color: #fff
}

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

.text-inverse .btn-warning:focus,
.text-inverse .btn-warning.focus,
.text-inverse .btn-warning:active,
.text-inverse .btn-warning.active,
.text-inverse .open>.btn-warning.dropdown-toggle {
    color: #fff !important
}

@media (hover: hover) {
    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f
    }
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e
}

@media (hover: hover) {

    .btn-warning.disabled:hover,
    .btn-warning:disabled:hover,
    fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e
    }
}

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

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

.text-inverse .btn-danger:focus,
.text-inverse .btn-danger.focus,
.text-inverse .btn-danger:active,
.text-inverse .btn-danger.active,
.text-inverse .open>.btn-danger.dropdown-toggle {
    color: #fff !important
}

@media (hover: hover) {
    .btn-danger:hover {
        color: #fff;
        background-color: #a90000
    }
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #dc0000
}

@media (hover: hover) {

    .btn-danger.disabled:hover,
    .btn-danger:disabled:hover,
    fieldset[disabled] .btn-danger:hover {
        background-color: #dc0000
    }
}

.btn-main,
.btn-yellow {
    background-color: #faa50a;
    color: #fff
}

.btn-main:focus,
.btn-main.focus,
.btn-main:active,
.btn-main.active,
.open>.btn-main.dropdown-toggle,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active,
.open>.btn-yellow.dropdown-toggle {
    background-color: #eb780a;
    color: #fff
}

.text-inverse .btn-main:focus,
.text-inverse .btn-main.focus,
.text-inverse .btn-main:active,
.text-inverse .btn-main.active,
.text-inverse .open>.btn-main.dropdown-toggle,
.text-inverse .btn-yellow:focus,
.text-inverse .btn-yellow.focus,
.text-inverse .btn-yellow:active,
.text-inverse .btn-yellow.active,
.text-inverse .open>.btn-yellow.dropdown-toggle {
    color: #fff !important
}

@media (hover: hover) {

    .btn-main:hover,
    .btn-yellow:hover {
        color: #fff;
        background-color: #eb780a
    }
}

.btn-main.disabled:focus,
.btn-main.disabled.focus,
.btn-main:disabled:focus,
.btn-main:disabled.focus,
fieldset[disabled] .btn-main:focus,
fieldset[disabled] .btn-main.focus,
.btn-yellow.disabled:focus,
.btn-yellow.disabled.focus,
.btn-yellow:disabled:focus,
.btn-yellow:disabled.focus,
fieldset[disabled] .btn-yellow:focus,
fieldset[disabled] .btn-yellow.focus {
    background-color: #faa50a
}

@media (hover: hover) {

    .btn-main.disabled:hover,
    .btn-main:disabled:hover,
    fieldset[disabled] .btn-main:hover,
    .btn-yellow.disabled:hover,
    .btn-yellow:disabled:hover,
    fieldset[disabled] .btn-yellow:hover {
        background-color: #faa50a
    }
}

.btn-yellow-dark {
    background-color: #eb780a;
    color: #fff
}

.btn-yellow-dark:focus,
.btn-yellow-dark.focus,
.btn-yellow-dark:active,
.btn-yellow-dark.active,
.open>.btn-yellow-dark.dropdown-toggle {
    background-color: #ba5f08;
    color: #fff
}

.text-inverse .btn-yellow-dark:focus,
.text-inverse .btn-yellow-dark.focus,
.text-inverse .btn-yellow-dark:active,
.text-inverse .btn-yellow-dark.active,
.text-inverse .open>.btn-yellow-dark.dropdown-toggle {
    color: #fff !important
}

@media (hover: hover) {
    .btn-yellow-dark:hover {
        color: #fff;
        background-color: #ba5f08
    }
}

.btn-yellow-dark.disabled:focus,
.btn-yellow-dark.disabled.focus,
.btn-yellow-dark:disabled:focus,
.btn-yellow-dark:disabled.focus,
fieldset[disabled] .btn-yellow-dark:focus,
fieldset[disabled] .btn-yellow-dark.focus {
    background-color: #eb780a
}

@media (hover: hover) {

    .btn-yellow-dark.disabled:hover,
    .btn-yellow-dark:disabled:hover,
    fieldset[disabled] .btn-yellow-dark:hover {
        background-color: #eb780a
    }
}

.btn-stone {
    background-color: #879baa;
    color: #fff
}

.btn-stone:focus,
.btn-stone.focus,
.btn-stone:active,
.btn-stone.active,
.open>.btn-stone.dropdown-toggle {
    background-color: #698295;
    color: #fff
}

.text-inverse .btn-stone:focus,
.text-inverse .btn-stone.focus,
.text-inverse .btn-stone:active,
.text-inverse .btn-stone.active,
.text-inverse .open>.btn-stone.dropdown-toggle {
    color: #fff !important
}

@media (hover: hover) {
    .btn-stone:hover {
        color: #fff;
        background-color: #698295
    }
}

.btn-stone.disabled:focus,
.btn-stone.disabled.focus,
.btn-stone:disabled:focus,
.btn-stone:disabled.focus,
fieldset[disabled] .btn-stone:focus,
fieldset[disabled] .btn-stone.focus {
    background-color: #879baa
}

@media (hover: hover) {

    .btn-stone.disabled:hover,
    .btn-stone:disabled:hover,
    fieldset[disabled] .btn-stone:hover {
        background-color: #879baa
    }
}

.btn-stone-light {
    background-color: #cdd9e1;
    color: #2d373c
}

.btn-stone-light:focus,
.btn-stone-light.focus,
.btn-stone-light:active,
.btn-stone-light.active,
.open>.btn-stone-light.dropdown-toggle {
    background-color: #adc1ce;
    color: #fff
}

.text-inverse .btn-stone-light:focus,
.text-inverse .btn-stone-light.focus,
.text-inverse .btn-stone-light:active,
.text-inverse .btn-stone-light.active,
.text-inverse .open>.btn-stone-light.dropdown-toggle {
    color: #fff !important
}

@media (hover: hover) {
    .btn-stone-light:hover {
        color: #fff;
        background-color: #adc1ce
    }
}

.btn-stone-light.disabled:focus,
.btn-stone-light.disabled.focus,
.btn-stone-light:disabled:focus,
.btn-stone-light:disabled.focus,
fieldset[disabled] .btn-stone-light:focus,
fieldset[disabled] .btn-stone-light.focus {
    background-color: #cdd9e1
}

@media (hover: hover) {

    .btn-stone-light.disabled:hover,
    .btn-stone-light:disabled:hover,
    fieldset[disabled] .btn-stone-light:hover {
        background-color: #cdd9e1
    }
}

.btn-stone-lighter {
    background-color: #dfe6ed;
    color: #2d373c
}

.btn-stone-lighter:focus,
.btn-stone-lighter.focus,
.btn-stone-lighter:active,
.btn-stone-lighter.active,
.open>.btn-stone-lighter.dropdown-toggle {
    background-color: #becddb;
    color: #fff
}

.text-inverse .btn-stone-lighter:focus,
.text-inverse .btn-stone-lighter.focus,
.text-inverse .btn-stone-lighter:active,
.text-inverse .btn-stone-lighter.active,
.text-inverse .open>.btn-stone-lighter.dropdown-toggle {
    color: #fff !important
}

@media (hover: hover) {
    .btn-stone-lighter:hover {
        color: #fff;
        background-color: #becddb
    }
}

.btn-stone-lighter.disabled:focus,
.btn-stone-lighter.disabled.focus,
.btn-stone-lighter:disabled:focus,
.btn-stone-lighter:disabled.focus,
fieldset[disabled] .btn-stone-lighter:focus,
fieldset[disabled] .btn-stone-lighter.focus {
    background-color: #dfe6ed
}

@media (hover: hover) {

    .btn-stone-lighter.disabled:hover,
    .btn-stone-lighter:disabled:hover,
    fieldset[disabled] .btn-stone-lighter:hover {
        background-color: #dfe6ed
    }
}

.btn-opaque-light,
.btn-transparent-light {
    background: rgba(255, 255, 255, 0.18)
}

.btn-opaque-light:hover,
.btn-transparent-light:hover {
    background: rgba(0, 0, 0, 0.35)
}

.btn-opaque-dark,
.btn-transparent-dark {
    background: rgba(0, 0, 0, 0.18)
}

.btn-opaque-dark:hover,
.btn-transparent-dark:hover {
    background: rgba(0, 0, 0, 0.35)
}

.btn-reset,
.btn-clear {
    background: none;
    border: none;
    line-height: 1;
    padding: 0;
    text-align: left
}

.btn-reset:focus,
.btn-clear:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 153, 203, 0.55);
    outline: none
}

.btn-reset:active,
.btn-clear:active {
    box-shadow: none;
    outline: none
}

.btn-link {
    font-weight: normal;
    color: #3394b0;
    border-radius: 0;
    line-height: 1
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled,
fieldset[disabled] .btn-link {
    background-color: transparent
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:focus,
.btn-link:focus-within {
    color: #226275;
    border-color: transparent;
    background-color: transparent
}

@media (hover: hover) {
    .btn-link:hover {
        color: #226275;
        border-color: transparent;
        background-color: transparent
    }
}

.btn-link:disabled,
fieldset[disabled] .btn-link {
    color: #ccc
}

.btn-link:disabled:focus,
.btn-link:disabled:focus-within,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:focus-within {
    color: #ccc;
    text-decoration: none
}

@media (hover: hover) {

    .btn-link:disabled:hover,
    fieldset[disabled] .btn-link:hover {
        color: #ccc;
        text-decoration: none
    }
}

.text-inverse .btn-link,
.btn-link.text-inverse {
    color: #fff
}

.text-inverse .btn-link:hover,
.btn-link.text-inverse:hover {
    color: rgba(255, 255, 255, 0.5)
}

.btn-link.active {
    color: #000;
    font-weight: bold
}

.btn-outline {
    color: #5e6b74;
    background-image: none;
    background-color: transparent;
    border-color: #697882;
    box-shadow: inset 0 0 0 2px #697882
}

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

@media (hover: hover) {
    .btn-outline:hover {
        color: #fff !important;
        background-color: #697882;
        border-color: #697882
    }
}

.btn-outline.disabled:focus,
.btn-outline.disabled.focus,
.btn-outline:disabled:focus,
.btn-outline:disabled.focus,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] .btn-outline.focus {
    border-color: #9faab2
}

@media (hover: hover) {

    .btn-outline.disabled:hover,
    .btn-outline:disabled:hover,
    fieldset[disabled] .btn-outline:hover {
        border-color: #9faab2
    }
}

.btn-inverse-outline,
.btn-white-outline {
    color: #f2f2f2;
    background-image: none;
    background-color: transparent;
    border-color: #fff;
    box-shadow: inset 0 0 0 2px #fff
}

.btn-inverse-outline:focus,
.btn-inverse-outline.focus,
.btn-inverse-outline:active,
.btn-inverse-outline.active,
.open>.btn-inverse-outline.dropdown-toggle,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline:active,
.btn-white-outline.active,
.open>.btn-white-outline.dropdown-toggle {
    color: #2d373c !important;
    background-color: #fff;
    border-color: #fff
}

@media (hover: hover) {

    .btn-inverse-outline:hover,
    .btn-white-outline:hover {
        color: #2d373c !important;
        background-color: #fff;
        border-color: #fff
    }
}

.btn-inverse-outline.disabled:focus,
.btn-inverse-outline.disabled.focus,
.btn-inverse-outline:disabled:focus,
.btn-inverse-outline:disabled.focus,
fieldset[disabled] .btn-inverse-outline:focus,
fieldset[disabled] .btn-inverse-outline.focus,
.btn-white-outline.disabled:focus,
.btn-white-outline.disabled.focus,
.btn-white-outline:disabled:focus,
.btn-white-outline:disabled.focus,
fieldset[disabled] .btn-white-outline:focus,
fieldset[disabled] .btn-white-outline.focus {
    border-color: #fff
}

@media (hover: hover) {

    .btn-inverse-outline.disabled:hover,
    .btn-inverse-outline:disabled:hover,
    fieldset[disabled] .btn-inverse-outline:hover,
    .btn-white-outline.disabled:hover,
    .btn-white-outline:disabled:hover,
    fieldset[disabled] .btn-white-outline:hover {
        border-color: #fff
    }
}

.btn-primary-outline {
    color: #369cba;
    background-image: none;
    background-color: transparent;
    border-color: #41aac8;
    box-shadow: inset 0 0 0 2px #41aac8
}

.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active,
.open>.btn-primary-outline.dropdown-toggle {
    color: #fff !important;
    background-color: #41aac8;
    border-color: #41aac8
}

@media (hover: hover) {
    .btn-primary-outline:hover {
        color: #fff !important;
        background-color: #41aac8;
        border-color: #41aac8
    }
}

.btn-primary-outline.disabled:focus,
.btn-primary-outline.disabled.focus,
.btn-primary-outline:disabled:focus,
.btn-primary-outline:disabled.focus,
fieldset[disabled] .btn-primary-outline:focus,
fieldset[disabled] .btn-primary-outline.focus {
    border-color: #90cddf
}

@media (hover: hover) {

    .btn-primary-outline.disabled:hover,
    .btn-primary-outline:disabled:hover,
    fieldset[disabled] .btn-primary-outline:hover {
        border-color: #90cddf
    }
}

.btn-secondary-outline {
    color: #004464;
    background-image: none;
    background-color: transparent;
    border-color: #00557d;
    box-shadow: inset 0 0 0 2px #00557d
}

.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active,
.open>.btn-secondary-outline.dropdown-toggle {
    color: #fff !important;
    background-color: #00557d;
    border-color: #00557d
}

@media (hover: hover) {
    .btn-secondary-outline:hover {
        color: #fff !important;
        background-color: #00557d;
        border-color: #00557d
    }
}

.btn-secondary-outline.disabled:focus,
.btn-secondary-outline.disabled.focus,
.btn-secondary-outline:disabled:focus,
.btn-secondary-outline:disabled.focus,
fieldset[disabled] .btn-secondary-outline:focus,
fieldset[disabled] .btn-secondary-outline.focus {
    border-color: #009ae3
}

@media (hover: hover) {

    .btn-secondary-outline.disabled:hover,
    .btn-secondary-outline:disabled:hover,
    fieldset[disabled] .btn-secondary-outline:hover {
        border-color: #009ae3
    }
}

.btn-secondary-dark-outline {
    color: #003550;
    background-image: none;
    background-color: transparent;
    border-color: #004669;
    box-shadow: inset 0 0 0 2px #004669
}

.btn-secondary-dark-outline:focus,
.btn-secondary-dark-outline.focus,
.btn-secondary-dark-outline:active,
.btn-secondary-dark-outline.active,
.open>.btn-secondary-dark-outline.dropdown-toggle {
    color: #fff !important;
    background-color: #004669;
    border-color: #004669
}

@media (hover: hover) {
    .btn-secondary-dark-outline:hover {
        color: #fff !important;
        background-color: #004669;
        border-color: #004669
    }
}

.btn-secondary-dark-outline.disabled:focus,
.btn-secondary-dark-outline.disabled.focus,
.btn-secondary-dark-outline:disabled:focus,
.btn-secondary-dark-outline:disabled.focus,
fieldset[disabled] .btn-secondary-dark-outline:focus,
fieldset[disabled] .btn-secondary-dark-outline.focus {
    border-color: #008acf
}

@media (hover: hover) {

    .btn-secondary-dark-outline.disabled:hover,
    .btn-secondary-dark-outline:disabled:hover,
    fieldset[disabled] .btn-secondary-dark-outline:hover {
        border-color: #008acf
    }
}

.btn-info-outline {
    color: #0086b2;
    background-image: none;
    background-color: transparent;
    border-color: #0099cb;
    box-shadow: inset 0 0 0 2px #0099cb
}

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

@media (hover: hover) {
    .btn-info-outline:hover {
        color: #fff !important;
        background-color: #0099cb;
        border-color: #0099cb
    }
}

.btn-info-outline.disabled:focus,
.btn-info-outline.disabled.focus,
.btn-info-outline:disabled:focus,
.btn-info-outline:disabled.focus,
fieldset[disabled] .btn-info-outline:focus,
fieldset[disabled] .btn-info-outline.focus {
    border-color: #32cdff
}

@media (hover: hover) {

    .btn-info-outline.disabled:hover,
    .btn-info-outline:disabled:hover,
    fieldset[disabled] .btn-info-outline:hover {
        border-color: #32cdff
    }
}

.btn-success-outline {
    color: #379c5f;
    background-image: none;
    background-color: transparent;
    border-color: #3eaf6a;
    box-shadow: inset 0 0 0 2px #3eaf6a
}

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

@media (hover: hover) {
    .btn-success-outline:hover {
        color: #fff !important;
        background-color: #3eaf6a;
        border-color: #3eaf6a
    }
}

.btn-success-outline.disabled:focus,
.btn-success-outline.disabled.focus,
.btn-success-outline:disabled:focus,
.btn-success-outline:disabled.focus,
fieldset[disabled] .btn-success-outline:focus,
fieldset[disabled] .btn-success-outline.focus {
    border-color: #81d2a0
}

@media (hover: hover) {

    .btn-success-outline.disabled:hover,
    .btn-success-outline:disabled:hover,
    fieldset[disabled] .btn-success-outline:hover {
        border-color: #81d2a0
    }
}

.btn-warning-outline {
    color: #eea236;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e;
    box-shadow: inset 0 0 0 2px #f0ad4e
}

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

@media (hover: hover) {
    .btn-warning-outline:hover {
        color: #fff !important;
        background-color: #f0ad4e;
        border-color: #f0ad4e
    }
}

.btn-warning-outline.disabled:focus,
.btn-warning-outline.disabled.focus,
.btn-warning-outline:disabled:focus,
.btn-warning-outline:disabled.focus,
fieldset[disabled] .btn-warning-outline:focus,
fieldset[disabled] .btn-warning-outline.focus {
    border-color: #f8d9ac
}

@media (hover: hover) {

    .btn-warning-outline.disabled:hover,
    .btn-warning-outline:disabled:hover,
    fieldset[disabled] .btn-warning-outline:hover {
        border-color: #f8d9ac
    }
}

.btn-danger-outline {
    color: #c30000;
    background-image: none;
    background-color: transparent;
    border-color: #dc0000;
    box-shadow: inset 0 0 0 2px #dc0000
}

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

@media (hover: hover) {
    .btn-danger-outline:hover {
        color: #fff !important;
        background-color: #dc0000;
        border-color: #dc0000
    }
}

.btn-danger-outline.disabled:focus,
.btn-danger-outline.disabled.focus,
.btn-danger-outline:disabled:focus,
.btn-danger-outline:disabled.focus,
fieldset[disabled] .btn-danger-outline:focus,
fieldset[disabled] .btn-danger-outline.focus {
    border-color: #ff4343
}

@media (hover: hover) {

    .btn-danger-outline.disabled:hover,
    .btn-danger-outline:disabled:hover,
    fieldset[disabled] .btn-danger-outline:hover {
        border-color: #ff4343
    }
}

.btn-yellow-outline,
.btn-main-outline {
    color: #e69605;
    background-image: none;
    background-color: transparent;
    border-color: #faa50a;
    box-shadow: inset 0 0 0 2px #faa50a
}

.btn-yellow-outline:focus,
.btn-yellow-outline.focus,
.btn-yellow-outline:active,
.btn-yellow-outline.active,
.open>.btn-yellow-outline.dropdown-toggle,
.btn-main-outline:focus,
.btn-main-outline.focus,
.btn-main-outline:active,
.btn-main-outline.active,
.open>.btn-main-outline.dropdown-toggle {
    color: #fff !important;
    background-color: #faa50a;
    border-color: #faa50a
}

@media (hover: hover) {

    .btn-yellow-outline:hover,
    .btn-main-outline:hover {
        color: #fff !important;
        background-color: #faa50a;
        border-color: #faa50a
    }
}

.btn-yellow-outline.disabled:focus,
.btn-yellow-outline.disabled.focus,
.btn-yellow-outline:disabled:focus,
.btn-yellow-outline:disabled.focus,
fieldset[disabled] .btn-yellow-outline:focus,
fieldset[disabled] .btn-yellow-outline.focus,
.btn-main-outline.disabled:focus,
.btn-main-outline.disabled.focus,
.btn-main-outline:disabled:focus,
.btn-main-outline:disabled.focus,
fieldset[disabled] .btn-main-outline:focus,
fieldset[disabled] .btn-main-outline.focus {
    border-color: #fcca6e
}

@media (hover: hover) {

    .btn-yellow-outline.disabled:hover,
    .btn-yellow-outline:disabled:hover,
    fieldset[disabled] .btn-yellow-outline:hover,
    .btn-main-outline.disabled:hover,
    .btn-main-outline:disabled:hover,
    fieldset[disabled] .btn-main-outline:hover {
        border-color: #fcca6e
    }
}

.btn-yellow-dark-outline {
    color: #d36c09;
    background-image: none;
    background-color: transparent;
    border-color: #eb780a;
    box-shadow: inset 0 0 0 2px #eb780a
}

.btn-yellow-dark-outline:focus,
.btn-yellow-dark-outline.focus,
.btn-yellow-dark-outline:active,
.btn-yellow-dark-outline.active,
.open>.btn-yellow-dark-outline.dropdown-toggle {
    color: #fff !important;
    background-color: #eb780a;
    border-color: #eb780a
}

@media (hover: hover) {
    .btn-yellow-dark-outline:hover {
        color: #fff !important;
        background-color: #eb780a;
        border-color: #eb780a
    }
}

.btn-yellow-dark-outline.disabled:focus,
.btn-yellow-dark-outline.disabled.focus,
.btn-yellow-dark-outline:disabled:focus,
.btn-yellow-dark-outline:disabled.focus,
fieldset[disabled] .btn-yellow-dark-outline:focus,
fieldset[disabled] .btn-yellow-dark-outline.focus {
    border-color: #f8ac63
}

@media (hover: hover) {

    .btn-yellow-dark-outline.disabled:hover,
    .btn-yellow-dark-outline:disabled:hover,
    fieldset[disabled] .btn-yellow-dark-outline:hover {
        border-color: #f8ac63
    }
}

.btn-xl {
    padding: .9375rem 1.5625rem;
    font-size: 1.5rem;
    line-height: 1.6666666667;
    font-weight: 400
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .75rem 1.25rem;
    font-size: 1.2rem;
    line-height: 1.3333333333;
    font-weight: 400
}

.btn-md {
    padding: .6rem 1.05rem;
    font-size: 1.1rem;
    line-height: 1.5
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .75rem;
    font-size: .9rem;
    line-height: 1.5
}

.btn-xs {
    padding: .2rem .6rem;
    font-size: .72rem;
    line-height: 1.5;
    font-weight: 600
}

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

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

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

.btn-pill {
    border-radius: 1.3em
}

.btn.disabled,
.btn:disabled,
.btn[disabled] {
    background: #f3f3f3 !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: #999 !important;
    text-shadow: none !important
}

.btn-group .btn-link {
    background-color: rgba(0, 0, 0, 0);
    color: #2d373c;
    padding: .5rem .75rem;
    text-decoration: none
}

.btn-group .btn-link.active {
    border: 1px solid #004669;
    color: #fff;
    cursor: default;
    background-color: #004669;
    border-color: #004669
}

.text-inverse .btn:active,
.text-inverse .btn:focus,
.text-inverse .btn-link:active,
.text-inverse .btn-link:focus,
.outline-inverse:active,
.outline-inverse:focus {
    outline: 1px dotted rgba(255, 255, 255, 0.5)
}

.text-inverse .btn-link.text-mute:hover,
.text-inverse .btn-link.text-muted:hover {
    color: #fff
}

.btn-ripple-circle,
.btn-mobile-toggle {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: none;
    border: none;
    display: -webkit-inline-box;
    display: inline-flex;
    padding: .5rem;
    position: relative;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    height: 40px;
    min-width: 40px
}

.btn-ripple-circle img,
.btn-ripple-circle svg {
    z-index: 2
}

.btn-ripple-circle:before {
    background-color: #32a0a0;
    border-radius: 50%;
    content: " ";
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: background-color, opacity, transform;
    z-index: 1
}

@media (hover: hover) {

    .btn-ripple-circle:hover.btn-icon-outline:before,
    .btn-ripple-circle:hover:hover:before {
        opacity: .2;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.btn-ripple-circle:focus,
.btn-ripple-circle:active {
    background: none;
    outline: none
}

.btn-ripple-circle:focus:before,
.btn-ripple-circle:active:before {
    -webkit-animation: btn-ripple 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    animation: btn-ripple 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes btn-ripple {
    0% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: .2
    }

    20% {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
        opacity: .4
    }

    55% {
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
        opacity: .05
    }

    75% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: .1
    }

    100% {
        opacity: .2;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes btn-ripple {
    0% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: .2
    }

    20% {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
        opacity: .4
    }

    55% {
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
        opacity: .05
    }

    75% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: .1
    }

    100% {
        opacity: .2;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.btn-hover-rotate-icon svg {
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.btn-hover-rotate-icon:hover svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.btn-underline {
    background: none;
    border: none;
    display: inline-block;
    position: relative
}

.btn-underline:after {
    content: '';
    display: block;
    position: absolute;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    right: 50%;
    left: 50%;
    bottom: 0;
    top: auto;
    height: 4px;
    background: #0f8287;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.btn-underline:hover,
.toggle-language:hover .btn-underline {
    outline: none;
    text-decoration: none
}

.btn-underline:hover:after,
.toggle-language:hover .btn-underline:after {
    opacity: 1;
    right: 0;
    left: 0
}

.btn-mobile-toggle.is-toggled {
    background: #239196;
    color: #fff !important
}

.btn-mobile-toggle:focus,
.btn-mobile-toggle:active {
    outline: none
}

@font-face {
    font-display: swap;
    font-family: "SiemensSans";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/sisan03.eot?#iefix) format("embedded-opentype"), url(../fonts/sisan03.woff2) format("woff2"), url(../fonts/sisan03.woff) format("woff"), url(../fonts/sisan03.ttf) format("truetype"), url(../fonts/sisan03.svg#svgFontName) format("svg")
}

@font-face {
    font-display: swap;
    font-family: "SiemensSans";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/sisan03.eot?#iefix) format("embedded-opentype"), url(../fonts/sisan03.woff2) format("woff2"), url(../fonts/sisan03.woff) format("woff"), url(../fonts/sisan03.ttf) format("truetype"), url(../fonts/sisan03.svg#svgFontName) format("svg")
}

@font-face {
    font-display: swap;
    font-family: "SiemensSans";
    font-style: bold;
    font-weight: 600;
    src: url(../fonts/sisan06.eot?#iefix) format("embedded-opentype"), url(../fonts/sisan06.woff2) format("woff2"), url(../fonts/sisan06.woff) format("woff"), url(../fonts/sisan06.ttf) format("truetype"), url(../fonts/sisan06.svg#svgFontName) format("svg")
}

@font-face {
    font-display: swap;
    font-family: "SiemensSans";
    font-style: bold;
    font-weight: 700;
    src: url(../fonts/sisan08.eot?#iefix) format("embedded-opentype"), url(../fonts/sisan08.woff2) format("woff2"), url(../fonts/sisan08.woff) format("woff"), url(../fonts/sisan08.ttf) format("truetype"), url(../fonts/sisan08.svg#svgFontName) format("svg")
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-kerning: auto;
    font-kerning: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 1.2rem
}

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

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

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

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

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

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

h1,
h2 {
    font-weight: 500
}

@media (max-width: 47.9em) {

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

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

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

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

.header-group {
    position: relative
}

.header-group {
    position: relative;
    text-align: center
}

.header-group>span {
    display: inline-block;
    line-height: 1;
    padding: .75rem 1rem;
    position: relative;
    z-index: 2
}

.header-group:after {
    background: currentColor;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: calc(50% + 1px);
    width: 100%;
    z-index: 1
}

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

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

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

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

@media (max-width: 47.9em) {
    .display-1 {
        font-size: 1.2rem
    }

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

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

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

.number {
    font-size: 2em;
    line-height: .8em
}

.number-md {
    font-size: 3em;
    line-height: .8em
}

.number-lg {
    font-size: 4em;
    line-height: .8em
}

.number-xl {
    font-size: 6em;
    line-height: .5em
}

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

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

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

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eee
}

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

.blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #ccc
}

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

.blockquote-pull {
    position: relative;
    padding-top: 25px
}

.blockquote-pull:before {
    color: currentColor;
    content: 'â€';
    display: block;
    font-family: "SiemensSerif", Georgia, "Times New Roman", Times, serif;
    font-size: 4.4em;
    line-height: 1;
    opacity: .5;
    position: absolute;
    left: -.525em;
    top: -.025em
}

cite {
    font-style: normal
}

.quote-hang {
    position: relative
}

.quote-hang .hangquote,
.quote-hang .endquote {
    font-family: Georgia
}

.quote-hang .hangquote {
    position: absolute;
    font-size: 1.7em;
    left: -.55em;
    top: -.125em
}

.figure {
    display: inline-block
}

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

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

p {
    margin-bottom: 1.25em;
    margin-top: 0
}

li {
    margin: 0 0 .5rem
}

.entry-content>*:last-child,
.card-block>*:last-child {
    margin-bottom: 0
}

.text-xxs {
    font-size: .65rem
}

.text-xxs p,
.text-xxs li,
.text-xxs td {
    font-size: .6rem
}

.text-xs {
    font-size: .8rem
}

.text-xs p,
.text-xs li,
.text-xs td {
    font-size: .8rem
}

.text-sm {
    font-size: .9rem
}

.text-sm p,
.text-sm li,
.text-sm td {
    font-size: .9rem
}

.text-normal {
    font-size: 1rem
}

.text-normal p,
.text-normal li,
.text-normal td {
    font-size: 1rem
}

.text-baseline {
    font-size: 1rem
}

.text-baseline p,
.text-baseline li,
.text-baseline td {
    font-size: 1rem
}

.text-md {
    font-size: 1.1rem
}

.text-md p,
.text-md li,
.text-md td {
    font-size: 1.1rem
}

@media (min-width: 48em) {
    .text-md-md {
        font-size: 1.1rem
    }

    .text-md-md p,
    .text-md-md li,
    .text-md-md td {
        font-size: 1.1rem
    }
}

.text-lg {
    font-size: 1.2rem
}

.text-lg p,
.text-lg li,
.text-lg td {
    font-size: 1.2rem
}

@media (min-width: 48em) {
    .text-md-lg {
        font-size: 1.2rem
    }

    .text-md-lg p,
    .text-md-lg li,
    .text-md-lg td {
        font-size: 1.2rem
    }
}

.text-xl {
    font-size: 1.35rem
}

.text-xl p,
.text-xl li,
.text-xl td {
    font-size: 1.35rem
}

@media (min-width: 48em) {
    .text-md-xl {
        font-size: 1.35rem
    }

    .text-md-xl p,
    .text-md-xl li,
    .text-md-xl td {
        font-size: 1.35rem
    }
}

.text-xxl {
    font-size: 1.5rem
}

.text-xxl p,
.text-xxl li,
.text-xxl td {
    font-size: 1.5rem
}

@media (min-width: 48em) {
    .text-md-xxl {
        font-size: 1.5rem
    }

    .text-md-xxl p,
    .text-md-xxl li,
    .text-md-xxl td {
        font-size: 1.5rem
    }
}

.text-description {
    color: #3c464b
}

.text-meta {
    color: #999;
    font-size: .75rem;
    font-weight: normal
}

.text-pipe {
    color: #aaa;
    padding: 0 4px
}

.text-uc {
    font-size: .65rem;
    font-weight: 700;
    text-transform: uppercase
}

.text-uc-lg {
    font-size: .65rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9rem
}

.text-letter-spacing-sm {
    letter-spacing: .1rem
}

.text-letter-spacing {
    letter-spacing: .15rem
}

.text-link {
    color: #3394b0
}

.text-white {
    color: #fff
}

@media (hover: hover) {
    .hover-text-white:hover {
        color: #fff
    }
}

.text-black {
    color: #000
}

@media (hover: hover) {
    .hover-text-black:hover {
        color: #000
    }
}

.text-gray {
    color: #999
}

.text-gray-light {
    color: #ccc
}

.text-gray-lightly {
    color: #efefef
}

.text-gray-lighter {
    color: #eee
}

.text-gray-lightest {
    color: #f3f3f3
}

.text-gray-dark {
    color: #555F69
}

.text-gray-darker {
    color: #2d373C
}

.text-dark {
    color: #3c464b
}

.text-teal {
    color: #32a0a0
}

.text-primary-light {
    color: #50bed7
}

.text-primary {
    color: #41aac8
}

.text-primary-dark {
    color: #2d86a5
}

.text-secondary {
    color: #00557d
}

@media (hover: hover) {
    .hover-text-secondary:hover {
        color: #00557d
    }
}

.text-secondary-light {
    color: #005f87
}

.text-secondary-dark {
    color: #003750
}

.text-info {
    color: #0099cb
}

.text-success {
    color: #3eaf6a
}

.text-warning {
    color: #f0ad4e
}

.text-danger {
    color: #dc0000
}

@media (hover: hover) {
    .hover-text-danger:hover {
        color: #dc0000
    }
}

.text-info-light {
    color: #cceaf4
}

.text-info-lighter {
    color: #e5f4f9
}

.text-info-lightest {
    color: #e9f6fa
}

.text-yellow {
    color: #faa50a
}

.text-yellow-dark {
    color: #eb780a
}

.text-stone {
    color: #879baa
}

.text-stoner {
    color: #788791
}

.text-stone-light {
    color: #cdd9e1
}

.text-stone-lighter {
    color: #dfe6ed
}

.text-stone-lightest {
    color: #ebf0f5
}

.text-stone-dark {
    color: #697882
}

.text-stone-darker {
    color: #3c464b
}

.text-stone-darkest {
    color: #2d373c
}

.text-muted {
    color: #777
}

.text-mute {
    color: #9d9d9d
}

.text-transparent-dark,
.text-opaque-dark {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-transparent-light,
.text-opaque-light {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-transparent-lighter {
    color: rgba(255, 255, 255, 0.65) !important
}

.text-transparent-lightest {
    color: rgba(255, 255, 255, 0.8) !important
}

.text-300 {
    font-weight: 300 !important
}

.text-400 {
    font-weight: 400 !important
}

.text-500 {
    font-weight: 500 !important
}

.text-600 {
    font-weight: 600 !important
}

.text-700 {
    font-weight: 700 !important
}

.text-800 {
    font-weight: 800 !important
}

.text-900 {
    font-weight: 900 !important
}

.text-system {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif
}

.text-serif {
    font-family: "SiemensSerif", Georgia, "Times New Roman", Times, serif
}

.text-sans-serif {
    font-family: Helvetica, Arial, sans-serif
}

.text-webfont-one {
    font-family: "SiemensSans", "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif
}

.text-webfont-two {
    font-family: "SiemensSans", "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif
}

.text-inverse {
    color: #fff
}

.text-inverse:focus,
.text-inverse:active {
    color: #fff
}

.text-inverse a {
    color: #fff
}

.text-inverse a:focus,
.text-inverse a:active {
    color: #fff
}

.text-inverse h1,
.text-inverse h2,
.text-inverse h3,
.text-inverse h4,
.text-inverse p {
    color: inherit
}

.text-inverse .text-meta,
.text-inverse.text-meta,
.text-inverse .text-muted,
.text-inverse.text-muted {
    color: rgba(255, 255, 255, 0.8)
}

.text-inverse .text-mute,
.text-inverse.text-mute {
    color: rgba(255, 255, 255, 0.5)
}

.text-inverse a:hover,
a.text-inverse:hover {
    color: rgba(255, 255, 255, 0.7)
}

@media (hover: hover) {
    .hover-text-inverse:hover {
        color: #fff
    }
}

.pull,
.pull-alt,
.blockquote-pull {
    padding: 0;
    font-family: "SiemensSans", "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif
}

.pull p,
.pull-alt p,
.blockquote-pull p {
    font-size: 1.4rem;
    margin-bottom: .6rem;
    font-weight: 400
}

.blockquote-line {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: .85rem
}

.more:after,
.link-more:after,
.text-more:after,
.text-arrow:after {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    -webkit-transform: translateX(2px) translateY(-1px) rotate(45deg);
    transform: translateX(2px) translateY(-1px) rotate(45deg);
    -webkit-transition: all .15s;
    transition: all .15s
}

.more:hover:after,
.link-more:hover:after,
.text-more:hover:after,
.text-arrow:hover:after {
    -webkit-transform: translateX(5px) translateY(-1px) rotate(45deg);
    transform: translateX(5px) translateY(-1px) rotate(45deg)
}

.more,
.link-more {
    font-weight: 600;
    text-decoration: none !important
}

.text-no-underline {
    text-decoration: none !important
}

.text-no-underline:hover .link-block-link {
    text-decoration: none !important
}

.text-hover-underline,
.hover-text-underline {
    border-bottom: 1px solid transparent
}

.text-underline,
.text-hover-underline:hover,
.hover-text-underline:hover {
    border-bottom: 1px solid currentColor;
    text-decoration: none
}

.text-underline:hover,
.text-underline:focus {
    border-color: transparent;
    text-decoration: none
}

.link-hover-cta {
    border-bottom: 1px solid #b7e1ef;
    display: inline-block;
    padding: 2px 4px 2px 4px;
    position: relative;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    text-decoration: none
}

.link-hover-cta span {
    position: relative;
    z-index: 2
}

.link-hover-cta:after {
    background: #f6fcff;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    z-index: 1;
    width: 100%
}

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

.link-hover-cta:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.link-block {
    color: #555F69
}

.link-block .link-block-link {
    color: #3394b0
}

.link-block .link-block-link:hover {
    color: #226275;
    text-decoration: underline
}

.link-block:hover,
.link-block:focus {
    color: inherit;
    text-decoration: none
}

.text-inverse .link-block:hover .link-block-link {
    color: #fff
}

.link-block .text-inverse,
.link-block.text-inverse {
    color: #fff
}

.link-block .text-inverse .link-block-link,
.link-block.text-inverse .link-block-link {
    color: #fff
}

.link-block .text-inverse .link-block-link:hover,
.link-block.text-inverse .link-block-link:hover {
    color: #fff
}

.link-block-hover-reveal {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    height: 100%;
    opacity: 0;
    text-align: center;
    top: 100%;
    -webkit-transition: all .15s;
    transition: all .15s;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.link-block-hover-reveal p {
    color: #fff;
    margin: 0
}

@media (min-width: 48em) {
    .link-block:hover .link-block-hover-reveal {
        opacity: 1;
        top: 0
    }
}

.read-more-parent {
    max-height: 250px;
    position: relative;
    overflow: hidden
}

.read-more-parent-expanded {
    max-height: none;
    padding-bottom: 1.5rem;
    overflow: visible
}

.read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 4rem 0 1rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff)
}

.read-more-parent-expanded .read-more {
    padding: 0;
    background: none
}

.article-content a {
    font-weight: bold
}

.line-height-1 {
    line-height: 1
}

.line-height-1-2 {
    line-height: 1.2
}

.line-height-1-5 {
    line-height: 1.5
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated-slow,
.animation-duration-3000 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.animated-fast,
.animation-duration-250 {
    -webkit-animation-duration: .25s;
    animation-duration: .25s
}

.animated-medium,
.animation-duration-500 {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animation-duration-750 {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animation-duration-1000 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.animation-delay-250 {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms
}

.animation-delay-500 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms
}

.animation-delay-750 {
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms
}

.animation-delay-1000 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animation-delay-1250 {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.animation-delay-1500 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animate-children-staggered>* {
    --delay: calc(var(--i, 1) * 250ms);
    -webkit-animation-delay: var(--delay);
    animation-delay: var(--delay)
}

.animate-children-staggered>:nth-child(1) {
    --i: 1
}

.animate-children-staggered>:nth-child(2) {
    --i: 2
}

.animate-children-staggered>:nth-child(3) {
    --i: 3
}

.animate-children-staggered>:nth-child(4) {
    --i: 4
}

.animate-children-staggered>:nth-child(5) {
    --i: 5
}

.animate-children-staggered>:nth-child(6) {
    --i: 6
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

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

.fade.in,
.fade.show {
    opacity: 1
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.rotate {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDown-lg {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown-lg {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown-lg {
    -webkit-animation-name: fadeInDown-lg;
    animation-name: fadeInDown-lg
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeft-lg {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft-lg {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft-lg {
    -webkit-animation-name: fadeInLeft-lg;
    animation-name: fadeInLeft-lg
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRight-lg {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight-lg {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight-lg {
    -webkit-animation-name: fadeInRight-lg;
    animation-name: fadeInRight-lg
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp-sm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp-sm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp-sm {
    -webkit-animation-name: fadeInUp-sm;
    animation-name: fadeInUp-sm
}

@-webkit-keyframes fadeInUp-lg {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp-lg {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp-lg {
    -webkit-animation-name: fadeInUp-lg;
    animation-name: fadeInUp-lg
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDown-lg {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDown-lg {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDown-lg {
    -webkit-animation-name: fadeOutDown-lg;
    animation-name: fadeOutDown-lg
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeft-lg {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeft-lg {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeft-lg {
    -webkit-animation-name: fadeOutLeft-lg;
    animation-name: fadeOutLeft-lg
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRight-lg {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRight-lg {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRight-lg {
    -webkit-animation-name: fadeOutRight-lg;
    animation-name: fadeOutRight-lg
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUp-lg {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUp-lg {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUp-lg {
    -webkit-animation-name: fadeOutUp-lg;
    animation-name: fadeOutUp-lg
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.bg-petrol {
    background-color: #099
}

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

.bg-black {
    background-color: #1e1e1e
}

.bg-gray {
    background-color: #999
}

.bg-gray-light {
    background-color: #ccc
}

.bg-gray-lighter {
    background-color: #eee
}

.bg-gray-lightest {
    background-color: #f3f3f3
}

.bg-gray-pale {
    background-color: #f6f6f6
}

.bg-gray-dark {
    background-color: #555F69
}

.bg-gray-darker {
    background-color: #2d373C
}

.bg-dark {
    background-color: #555F69
}

.bg-primary {
    background-color: #41aac8
}

.bg-primary-light {
    background-color: #50bed7
}

.bg-primary-lighter {
    background-color: #7dd2e6
}

.bg-primary-lightest {
    background-color: #aae6f5
}

.bg-primary-dark {
    background-color: #3296b9
}

.bg-primary-darker {
    background-color: #2d86a5
}

.bg-primary-darkest {
    background-color: #277591
}

.bg-secondary {
    background-color: #00557d
}

.bg-secondary-light {
    background-color: #005f87
}

.bg-secondary-lighter {
    background-color: #0f789b
}

.bg-secondary-lightest {
    background-color: #2387aa
}

.bg-secondary-dark {
    background-color: #004669
}

.bg-secondary-darker {
    background-color: #003750
}

.bg-secondary-darkest {
    background-color: #002537
}

.bg-info {
    background-color: #0099cb
}

.bg-info-dark {
    background-color: #0086b2
}

.bg-info-darker {
    background-color: #007398
}

.bg-info-light {
    background: #cceaf4
}

.bg-info-lighter {
    background-color: #e5f4f9
}

.bg-info-lightest {
    background-color: #f6fcff
}

.bg-success {
    background-color: #3eaf6a
}

.bg-success-dark {
    background-color: #379c5f
}

.bg-success-light {
    background-color: #e6f9e6
}

.bg-success-lighter {
    background-color: #f6fdf6
}

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

.bg-warning-lighter {
    background-color: #fff5de
}

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

.bg-danger-light {
    background-color: #fef2f2
}

.bg-danger-lighter {
    background-color: #fff
}

.bg-yellow {
    background-color: #faa50a
}

.bg-yellow-dark {
    background-color: #eb780a
}

.bg-sand {
    background-color: #c8c8b9
}

.bg-sand-light {
    background-color: #d7d7cd
}

.bg-sand-lighter {
    background-color: #e1e1d7
}

.bg-sand-lightest {
    background-color: #ebebe3
}

.bg-sand-pale {
    background-color: #f5f5f0
}

.bg-sand-dark {
    background-color: #aaaa96
}

.bg-sand-darker {
    background-color: #877d6e
}

.bg-sand-darkest {
    background-color: #64554b
}

.bg-stone {
    background-color: #879baa
}

.bg-stoner {
    background-color: #788791
}

.bg-stoner-light {
    background-color: #becdd7
}

.bg-stone-light {
    background-color: #cdd9e1
}

.bg-stone-lighter {
    background-color: #dfe6ed
}

.bg-stone-lightest {
    background-color: #ebf0f5
}

.bg-stone-pale {
    background-color: #f7f9fb
}

.bg-stone-dark {
    background-color: #697882
}

.bg-stone-darker {
    background-color: #3c464b
}

.bg-stone-darkest {
    background-color: #2d373c
}

.bg-transparent-dark,
.bg-opaque-dark {
    background-color: rgba(0, 0, 0, 0.15)
}

.bg-transparent-darker,
.bg-opaque-darker {
    background-color: rgba(0, 0, 0, 0.25)
}

.bg-transparent-darkest {
    background-color: rgba(0, 0, 0, 0.4)
}

.bg-transparent-heavy {
    background-color: rgba(0, 0, 0, 0.8)
}

.bg-transparent-light,
.bg-opaque-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.bg-transparent-lighter,
.bg-opaque-lighter {
    background-color: rgba(255, 255, 255, 0.2)
}

.bg-transparent-lightest,
.bg-opaque-lightest {
    background-color: rgba(255, 255, 255, 0.5)
}

.bg-transparent-pale {
    background-color: rgba(255, 255, 255, 0.8)
}

.bg-teal {
    background-color: #32a0a0
}

.bg-transparent {
    background: transparent !important
}

.bg-slant-lines {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E")
}

.bg-slant-lines-inverse {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFFFFF' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E")
}

.bg-petrol-gradient,
.bg-gradient-petrol,
.border-petrol {
    background-color: #41aac8;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #50bebe), color-stop(50%, #41aaaa), to(#0099cb));
    background: linear-gradient(to right, #50bebe 0, #41aaaa 50%, #0099cb 100%)
}

.bg-gradient-petrol-reversed {
    background-color: #41aac8;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #0099cb), color-stop(50%, #41aaaa), to(#50bebe));
    background: linear-gradient(to right, #0099cb 0, #41aaaa 50%, #50bebe 100%)
}

.bg-gradient-petrol-transparent {
    background-color: #41aac8;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(80, 190, 190, 0.8)), color-stop(50%, rgba(65, 170, 170, 0.8)), to(rgba(0, 153, 203, 0.8)));
    background: linear-gradient(to right, rgba(80, 190, 190, 0.8) 0, rgba(65, 170, 170, 0.8) 50%, rgba(0, 153, 203, 0.8) 100%)
}

.bg-gradient-petrol-v {
    background-color: #41aac8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #50bebe), color-stop(50%, #41aaaa), to(#0099cb));
    background: linear-gradient(to bottom, #50bebe 0, #41aaaa 50%, #0099cb 100%)
}

.br-a-0 {
    border-radius: 0 !important
}

.br-tl-0 {
    border-top-left-radius: 0 !important
}

.br-tr-0 {
    border-top-right-radius: 0 !important
}

.br-bl-0 {
    border-bottom-left-radius: 0 !important
}

.br-br-0 {
    border-bottom-right-radius: 0 !important
}

.br-a-sm {
    border-radius: .2rem !important
}

.br-tl-sm {
    border-top-left-radius: .2rem !important
}

.br-tr-sm {
    border-top-right-radius: .2rem !important
}

.br-bl-sm {
    border-bottom-left-radius: .2rem !important
}

.br-br-sm {
    border-bottom-right-radius: .2rem !important
}

.br-a {
    border-radius: .25rem !important
}

.br-tl {
    border-top-left-radius: .25rem !important
}

.br-tr {
    border-top-right-radius: .25rem !important
}

.br-bl {
    border-bottom-left-radius: .25rem !important
}

.br-br {
    border-bottom-right-radius: .2rem !important
}

.br-pill {
    border-radius: 1.3em
}

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

.border-a {
    border-style: solid;
    border-width: 1px
}

.border-t {
    border-top-width: 1px;
    border-top-style: solid
}

.border-r {
    border-right-width: 1px;
    border-right-style: solid
}

.border-b {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.border-l {
    border-left-width: 1px;
    border-left-style: solid
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-dotted {
    border-style: dotted
}

.border-0 {
    border-width: 0
}

@media (max-width: 47.9em) {
    .border-sm-0 {
        border-width: 0
    }
}

@media (max-width: 33.9em) {
    .border-xs-0 {
        border-width: 0
    }
}

.border-2 {
    border-width: 2px
}

.border-3 {
    border-width: 3px
}

.border-4 {
    border-width: 4px
}

.border-5 {
    border-width: 5px
}

.border-6 {
    border-width: 6px
}

.border-7 {
    border-width: 7px
}

.border-8 {
    border-width: 8px
}

.border-color {
    border-color: #dfe6ed
}

.border-transparent {
    border-color: transparent
}

.border-gray-border {
    border-color: #dfdfdf
}

.border-black {
    border-color: #0a1419
}

.border-gray-darkest {
    border-color: #0a1419
}

.border-gray-darker {
    border-color: #2d373C
}

.border-gray-dark {
    border-color: #555F69
}

.border-gray {
    border-color: #999
}

.border-gray-light {
    border-color: #ccc
}

.border-gray-lighter {
    border-color: #eee
}

.border-gray-lightest {
    border-color: #f3f3f3
}

.border-white {
    border-color: #fff
}

.border-transparent-light,
.border-opaque-light {
    border-color: rgba(255, 255, 255, 0.15)
}

.border-transparent-dark,
.border-opaque-dark {
    border-color: rgba(0, 0, 0, 0.15)
}

.border-danger {
    border-color: #dc0000
}

.border-success,
.hover-border-success:hover {
    border-color: #3eaf6a
}

.border-warning {
    border-color: #f0ad4e
}

.border-yellow {
    border-color: #faa50a
}

.border-yellow-dark {
    border-color: #eb780a
}

.border-stone-darkest {
    border-color: #2d373c
}

.border-stone-darker {
    border-color: #3c464b
}

.border-stone-dark {
    border-color: #697882
}

.hover-border-stone:hover,
.border-stone {
    border-color: #879baa
}

.border-stone-light {
    border-color: #cdd9e1
}

.border-stone-lighter {
    border-color: #dfe6ed
}

.border-stone-lightest {
    border-color: #ebf0f5
}

.border-primary-darkest {
    border-color: #277591
}

.border-primary-darker {
    border-color: #2d86a5
}

.border-primary-dark {
    border-color: #3296b9
}

.hover-border-primary:hover,
.border-primary {
    border-color: #41aac8
}

.border-primary-light {
    border-color: #50bed7
}

.border-primary-lighter {
    border-color: #7dd2e6
}

.border-primary-lightest {
    border-color: #aae6f5
}

.border-secondary-darkest {
    border-color: #002537
}

.border-secondary-darker {
    border-color: #003750
}

.border-secondary-dark {
    border-color: #004669
}

.border-secondary,
.hover-border-secondary:hover {
    border-color: #00557d
}

.border-secondary-light {
    border-color: #005f87
}

.border-secondary-lighter {
    border-color: #0f789b
}

.border-secondary-lightest {
    border-color: #2387aa
}

.border-teal,
.hover-border-teal:hover {
    border-color: #32a0a0
}

.hover-border-info:hover,
.border-info {
    border-color: #0099cb
}

.hover-border-info-light:hover,
.border-info-light {
    border-color: #cceaf4
}

.hover-border-info-lighter:hover,
.border-info-lighter {
    border-color: #e5f4f9
}

.border-t-0 {
    border-top-width: 0
}

.border-r-0 {
    border-right-width: 0
}

.border-b-0 {
    border-bottom-width: 0
}

.border-l-0 {
    border-left-width: 0
}

.border-t-1 {
    border-top-width: 1px
}

.border-r-1 {
    border-right-width: 1px
}

.border-l-1 {
    border-left-width: 1px
}

.border-b-1 {
    border-bottom-width: 1px
}

.border-t-2 {
    border-top-width: 2px
}

.border-r-2 {
    border-right-width: 2px
}

.border-l-2 {
    border-left-width: 2px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-l-3 {
    border-left-width: 3px
}

.border-t-3 {
    border-top-width: 3px
}

.border-r-3 {
    border-right-width: 3px
}

.border-b-3 {
    border-bottom-width: 3px
}

.border-l-3 {
    border-left-width: 3px
}

.border-t-4 {
    border-top-width: 4px
}

.border-r-4 {
    border-right-width: 4px
}

.border-b-4 {
    border-bottom-width: 4px
}

.border-l-4 {
    border-left-width: 4px
}

.border-t-8 {
    border-top-width: 8px
}

.border-r-8 {
    border-right-width: 8px
}

.border-b-8 {
    border-bottom-width: 8px
}

.border-l-8 {
    border-left-width: 8px
}

.border-none {
    border-style: none !important
}

.border-top-none {
    border-top: none !important
}

.border-right-none {
    border-right: none !important
}

.border-bottom-none {
    border-bottom: none !important
}

.border-left-none {
    border-left: none !important
}

.border-petrol-3 {
    height: 3px
}

.border-petrol-5 {
    height: 5px
}

.border-petrol-8 {
    height: 8px
}

.box-shadow-none {
    box-shadow: none
}

.display-block {
    display: block
}

@media (max-width: 47.9em) {
    .display-sm-block {
        display: block !important;
        flex-basis: 100%;
        float: none !important
    }

    button.display-sm-block {
        width: 100%
    }
}

@media (min-width: 48em) {
    .display-md-block {
        display: block !important;
        float: none !important
    }

    button.display-md-block {
        width: 100%;
        display: none
    }
}

@media (min-width: 62em) {
    .display-lg-block {
        display: block !important;
        float: none !important
    }

    button.display-lg-block {
        width: 100%
    }
}

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

@media (max-width: 47.9em) {
    .display-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 48em) {
    .display-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 62em) {
    .display-lg-inline-block {
        display: inline-block !important
    }
}

.display-none {
    display: none
}

.raised,
.btn-focus-raised:focus,
.btn-focus-raised:active,
.hover-raised:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25), inset 0 0 0 #fff
}

.raised-sm,
.hover-raised-sm:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15), inset 0 0 0 #fff
}

.raised-xs,
.hover-raised-xs:hover {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2)
}

.raised-md,
.hover-raised-md:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35), inset 0 0 0 #fff
}

.raised-lg,
.hover-raised-lg:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 2px 2px rgba(0, 0, 0, 0.07), 0 4px 4px rgba(0, 0, 0, 0.07), 0 8px 8px rgba(0, 0, 0, 0.07), 0 16px 16px rgba(0, 0, 0, 0.07)
}

.raised-xl,
.hover-raised-xl:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 2px 2px rgba(0, 0, 0, 0.07), 0 4px 4px rgba(0, 0, 0, 0.07), 0 8px 8px rgba(0, 0, 0, 0.07), 0 16px 16px rgba(0, 0, 0, 0.07), 0 32px 32px rgba(0, 0, 0, 0.07)
}

.raised-none {
    box-shadow: none
}

.raised-svg,
.hover-raised-svg {
    -webkit-filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.25))
}

.raised-svg-sm,
.hover-raised-svg-sm {
    -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15))
}

.raised-svg-xs,
.hover-raised-svg-xs {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2))
}

.inset-shadow,
.hover-inset-shadow:hover {
    box-shadow: inset 0 0 33px -7px rgba(0, 0, 0, 0.15)
}

.display-flex {
    display: -webkit-box;
    display: flex
}

.display-inline-flex {
    display: -webkit-inline-box;
    display: inline-flex
}

.flex-center {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

@media all and (-ms-high-contrast: none) {
    .flex-center * {
        max-width: 100%
    }
}

.flex-1 {
    -webkit-box-flex: 1;
    flex: 1 1 0%
}

.flex-initial {
    -webkit-box-flex: initial;
    flex: initial
}

.flex-auto {
    -webkit-box-flex: 1;
    flex: auto
}

.flex-none {
    -webkit-box-flex: 0;
    flex: none
}

.flex-grow {
    -webkit-box-flex: 1;
    flex-grow: 1
}

.flex-shrink {
    flex-shrink: 1
}

.flex-no-grow {
    -webkit-box-flex: 0;
    flex-grow: 0
}

.flex-no-shrink {
    flex-shrink: 0
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-no-wrap {
    flex-wrap: nowrap
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media all and (-ms-high-contrast: none) {
    .flex-column .flex-1 {
        -webkit-box-flex: 1;
        flex: 1 1 auto
    }
}

.flex-group,
.item-flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.flex-group.display-inline-flex,
.flex-group.item-flex-inline,
.item-flex.display-inline-flex,
.item-flex.item-flex-inline {
    display: -webkit-inline-box;
    display: inline-flex
}

.item-xs-flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

@media (min-width: 34em) {
    .item-sm-flex {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }
}

@media (min-width: 48em) {
    .item-md-flex {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }
}

@media (min-width: 62em) {
    .item-lg-flex {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }
}

@media (min-width: 75em) {
    .item-xl-flex {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }
}

@media (min-width: 90em) {
    .item-xxl-flex {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }
}

.flex-group {
    -webkit-box-align: baseline;
    align-items: baseline
}

.flex-group-main,
.item-flex-main {
    -webkit-box-flex: 1;
    flex: 1 1 0%
}

.align-items-center {
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 47.9em) {
    .flex-group {
        flex-wrap: wrap
    }

    .flex-group .flex-group-main {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        margin-bottom: .35rem
    }
}

@media (max-width: 47.9em) {
    .item-flex-responsive {
        display: block
    }

    .item-flex-responsive .item-flex-main {
        display: block;
        -webkit-box-flex: 0;
        flex: none;
        margin-bottom: .35rem
    }
}

.align-self-stretch {
    align-self: stretch
}

.align-self-center {
    align-self: center
}

.align-self-flex-start {
    align-self: flex-start
}

.align-self-flex-end {
    align-self: flex-end
}

.item-flex-has-overflow {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.item-flex-has-overflow .item-flex-addon {
    flex-basis: 250px;
    padding: 0 1rem
}

@media all and (-ms-high-contrast: none) {

    a.item-flex .item-flex-main,
    button.item-flex .item-flex-main {
        -ms-flex: 0 1 auto
    }
}

.item-flex.display-inline-flex,
.item-flex.item-flex-inline {
    display: -webkit-inline-box;
    display: inline-flex
}

@media (max-width: 47.9em) {
    .item-flex-responsive {
        display: block
    }

    .item-flex-responsive .item-flex-main {
        display: block;
        -webkit-box-flex: 0;
        flex: none;
        margin-bottom: .35rem
    }
}

.align-items-center {
    -webkit-box-align: center;
    align-items: center
}

.align-items-flex-start {
    -webkit-box-align: start;
    align-items: flex-start
}

.align-items-flex-end {
    -webkit-box-align: end;
    align-items: flex-end
}

.align-items-stretch {
    -webkit-box-align: stretch;
    align-items: stretch
}

.align-items-baseline {
    -webkit-box-align: baseline;
    align-items: baseline
}

.justify-content-space-between {
    -webkit-box-pack: justify;
    justify-content: space-between
}

.justify-content-space-evenly {
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly
}

.justify-content-flex-start {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.justify-content-flex-end {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    -webkit-box-pack: center;
    justify-content: center
}

.justify-content-space-around {
    justify-content: space-around
}

.align-self-stretch {
    align-self: stretch
}

.align-self-center {
    align-self: center
}

.align-self-flex-start {
    align-self: flex-start
}

.align-self-flex-end {
    align-self: flex-end
}

.justify-self-stretch {
    justify-self: stretch
}

.justify-self-center {
    justify-self: center
}

.justify-self-flex-start {
    justify-self: flex-start
}

.justify-self-flex-end {
    justify-self: flex-end
}

.flex-direction-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.flex-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

.flex-direction-xs-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

@media (min-width: 34em) {
    .flex-direction-sm-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

@media (min-width: 48em) {
    .flex-direction-md-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

@media (min-width: 62em) {
    .flex-direction-lg-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

@media (min-width: 75em) {
    .flex-direction-xl-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

@media (min-width: 90em) {
    .flex-direction-xxl-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.flex-direction-xs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media (min-width: 34em) {
    .flex-direction-sm-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

@media (min-width: 48em) {
    .flex-direction-md-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

@media (min-width: 62em) {
    .flex-direction-lg-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

@media (min-width: 75em) {
    .flex-direction-xl-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

@media (min-width: 90em) {
    .flex-direction-xxl-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.has-transition,
.form-focus-within .form-group,
.hover-transition {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.hover-bg-transition {
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

.hover-reveal-item {
    opacity: 0;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
}

.hover-reveal:hover .hover-reveal-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.hover-reveal-item-bottom {
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.hover-reveal:hover .hover-reveal-item-bottom {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.visibility-hover .visibility-hover-hidden {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.visibility-hover:focus .visibility-hover-hidden,
.visibility-hover:focus-within .visibility-hover-hidden {
    opacity: 1
}

@media (hover: hover) {
    .visibility-hover:hover .visibility-hover-hidden {
        opacity: 1
    }
}

@media (hover: hover) {
    .card-hover {
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s
    }

    .card-hover:hover {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 2px 2px rgba(0, 0, 0, 0.07), 0 4px 4px rgba(0, 0, 0, 0.07), 0 8px 8px rgba(0, 0, 0, 0.07), 0 16px 16px rgba(0, 0, 0, 0.07), 0 32px 32px rgba(0, 0, 0, 0.07);
        cursor: pointer;
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        z-index: 2
    }

    .card-hover:hover .text-description {
        color: #222
    }

    .card-hover-bg {
        position: relative
    }

    .card-hover-bg::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        -webkit-transition: -webkit-transform .25s;
        transition: -webkit-transform .25s;
        transition: transform .25s;
        transition: transform .25s, -webkit-transform .25s;
        z-index: -1
    }

    .card-hover-bg:hover::after {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 2px 2px rgba(0, 0, 0, 0.07), 0 4px 4px rgba(0, 0, 0, 0.07), 0 8px 8px rgba(0, 0, 0, 0.07), 0 16px 16px rgba(0, 0, 0, 0.07), 0 32px 32px rgba(0, 0, 0, 0.07);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .card-hover-bg-white::after {
        background: #fff
    }

    .hover-scale {
        -webkit-transition: -webkit-transform .25s ease-in;
        transition: -webkit-transform .25s ease-in;
        transition: transform .25s ease-in;
        transition: transform .25s ease-in, -webkit-transform .25s ease-in
    }

    .hover-scale:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    .hover-scale-sm:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media (hover: hover) {
    .hover-bg-petrol:hover {
        background-color: #099 !important
    }

    .hover-bg-white:hover {
        background-color: #fff !important
    }

    .hover-bg-black:hover {
        background-color: #2d373C !important
    }

    .hover-bg-gray:hover {
        background-color: #999 !important
    }

    .hover-bg-gray-light:hover {
        background-color: #ccc !important
    }

    .hover-bg-gray-lighter:hover {
        background-color: #eee !important
    }

    .hover-bg-gray-lightest:hover {
        background-color: #f3f3f3 !important
    }

    .hover-bg-gray-pale:hover {
        background-color: #f6f6f6 !important
    }

    .hover-bg-gray-dark:hover {
        background-color: #555F69 !important
    }

    .hover-bg-gray-darker:hover {
        background-color: #2d373C !important
    }

    .hover-bg-dark:hover {
        background-color: #555F69 !important
    }

    .hover-bg-primary:hover {
        background-color: #41aac8 !important
    }

    .hover-bg-primary-light:hover {
        background-color: #50bed7 !important
    }

    .hover-bg-primary-lighter:hover {
        background-color: #7dd2e6 !important
    }

    .hover-bg-primary-lightest:hover {
        background-color: #aae6f5 !important
    }

    .hover-bg-primary-dark:hover {
        background-color: #3296b9 !important
    }

    .hover-bg-primary-darker :hover {
        background-color: #2d86a5 !important
    }

    .hover-bg-primary-darkest:hover {
        background-color: #277591 !important
    }

    .hover-bg-secondary:hover {
        background-color: #00557d !important
    }

    .hover-bg-secondary-light:hover {
        background-color: #005f87 !important
    }

    .hover-bg-secondary-lighter:hover {
        background-color: #0f789b !important
    }

    .hover-bg-secondary-lightest:hover {
        background-color: #2387aa !important
    }

    .hover-bg-secondary-dark:hover {
        background-color: #004669 !important
    }

    .hover-bg-secondary-darker:hover {
        background-color: #003750 !important
    }

    .hover-bg-secondary-darkest:hover {
        background-color: #002537 !important
    }

    .hover-bg-info:hover {
        background-color: #0099cb !important
    }

    .hover-bg-info-dark:hover {
        background-color: #0086b2 !important
    }

    .hover-bg-info-darker:hover {
        background-color: #007398 !important
    }

    .hover-bg-info-light:hover {
        background: #cceaf4 !important
    }

    .hover-bg-info-lighter:hover {
        background-color: #e5f4f9 !important
    }

    .hover-bg-info-lightest:hover {
        background-color: #f6fcff !important
    }

    .hover-bg-success:hover {
        background-color: #3eaf6a !important
    }

    .hover-bg-success-dark:hover {
        background-color: #379c5f !important
    }

    .hover-bg-success-light:hover {
        background-color: #e6f9e6 !important
    }

    .hover-bg-success-lighter:hover {
        background-color: #f6fdf6 !important
    }

    .hover-bg-warning:hover {
        background-color: #f0ad4e !important
    }

    .hover-bg-warning-lighter:hover {
        background-color: #fff5de !important
    }

    .hover-bg-danger:hover {
        background-color: #dc0000 !important
    }

    .hover-bg-danger-light:hover {
        background-color: #fef2f2 !important
    }

    .hover-bg-danger-lighter:hover {
        background-color: #fff !important
    }

    .hover-bg-yellow:hover {
        background-color: #faa50a !important
    }

    .hover-bg-yellow-dark:hover {
        background-color: #eb780a !important
    }

    .hover-bg-sand:hover {
        background-color: #c8c8b9 !important
    }

    .hover-bg-sand-light:hover {
        background-color: #d7d7cd !important
    }

    .hover-bg-sand-lighter:hover {
        background-color: #e1e1d7 !important
    }

    .hover-bg-sand-lightest:hover {
        background-color: #ebebe3 !important
    }

    .hover-bg-sand-pale:hover {
        background-color: #f5f5f0 !important
    }

    .hover-bg-sand-dark:hover {
        background-color: #aaaa96 !important
    }

    .hover-bg-sand-darker:hover {
        background-color: #877d6e !important
    }

    .hover-bg-sand-darkest:hover {
        background-color: #64554b !important
    }

    .hover-bg-stone:hover {
        background-color: #879baa !important
    }

    .hover-bg-stoner:hover {
        background-color: #788791 !important
    }

    .hover-bg-stoner-light:hover {
        background-color: #becdd7 !important
    }

    .hover-bg-stone-light:hover {
        background-color: #cdd9e1 !important
    }

    .hover-bg-stone-lighter:hover {
        background-color: #dfe6ed !important
    }

    .hover-bg-stone-lightest:hover {
        background-color: #ebf0f5 !important
    }

    .hover-bg-stone-pale:hover {
        background-color: #f7f9fb !important
    }

    .hover-bg-stone-dark:hover {
        background-color: #697882 !important
    }

    .hover-bg-stone-darker:hover {
        background-color: #3c464b !important
    }

    .hover-bg-stone-darkest:hover {
        background-color: #2d373c !important
    }

    .hover-bg-transparent-dark:hover {
        background-color: rgba(0, 0, 0, 0.15) !important
    }

    .hover-bg-transparent-darker:hover {
        background-color: rgba(0, 0, 0, 0.25) !important
    }

    .hover-bg-transparent-darkest:hover {
        background-color: rgba(0, 0, 0, 0.4) !important
    }

    .hover-bg-transparent-heavy:hover {
        background-color: rgba(0, 0, 0, 0.8) !important
    }

    .hover-bg-transparent-light:hover {
        background-color: rgba(255, 255, 255, 0.1) !important
    }

    .hover-bg-transparent-lighter:hover {
        background-color: rgba(255, 255, 255, 0.2) !important
    }

    .hover-bg-transparent-lightest:hover {
        background-color: rgba(255, 255, 255, 0.5) !important
    }

    .hover-bg-transparent-pale:hover {
        background-color: rgba(255, 255, 255, 0.8) !important
    }

    .hover-bg-teal:hover {
        background-color: #32a0a0 !important
    }

    .hover-bg-transparent:hover {
        background: transparent !important !important
    }
}

.icon-svg,
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    pointer-events: none;
    vertical-align: -.1em
}

.icon-fill {
    fill: currentColor;
    pointer-events: none;
    vertical-align: -.1em
}

.icon-align {
    margin-top: .1em
}

.icon-stroke {
    pointer-events: none;
    stroke: currentColor;
    stroke-width: .5
}

.icon-stroke-lg {
    stroke-width: 1
}

.btn-xs .icon {
    vertical-align: -.2em
}

.icon-xxs {
    height: 10px;
    width: 10px
}

.icon-xs {
    height: 14px;
    width: 14px
}

.icon-sm {
    height: 18px;
    width: 18px
}

.icon-normal {
    height: 24px;
    width: 24px
}

.icon-md {
    height: 32px;
    width: 32px
}

.icon-lg {
    height: 48px;
    width: 48px
}

.icon-xl {
    height: 64px;
    width: 64px
}

.opacity-0 {
    opacity: 0
}

.opacity-25 {
    opacity: .25
}

.opacity-50 {
    opacity: .5
}

.opacity-75 {
    opacity: .75
}

.opacity-95 {
    opacity: .95
}

.opacity-90 {
    opacity: .9
}

.opacity-100 {
    opacity: 1
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-auto-responsive {
    max-height: 340px
}

@media (min-width: 62em) {
    .overflow-auto-responsive {
        max-height: 50vh
    }
}

.react-select__menu {
    margin-top: 0 !important
}

.overflow-auto-custom::-webkit-scrollbar,
.react-select__menu-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 9px
}

.overflow-auto-custom::-webkit-scrollbar:horizontal {
    height: 9px;
    width: auto
}

.overflow-auto-custom::-webkit-scrollbar-thumb,
.react-select__menu-list::-webkit-scrollbar-thumb {
    border-radius: 0;
    border: none;
    background-color: #788791
}

.overflow-auto-custom::-webkit-scrollbar-thumb:hover,
.react-select__menu-list::-webkit-scrollbar-thumb:hover {
    background: #697882
}

.overflow-auto-custom::-webkit-scrollbar-track,
.react-select__menu-list::-webkit-scrollbar-track {
    background-color: #dfe6ed;
    border-radius: 0
}

.overflow-auto-custom-horizontal {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #879baa;
    scrollbar-width: 12px;
    scrollbar-height: 12px;
    scrollbar-gutter: always
}

.overflow-auto-custom-horizontal::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

.overflow-auto-custom-horizontal::-webkit-scrollbar-thumb {
    background: #879baa;
    border-radius: 10px
}

.overflow-auto-custom-horizontal::-webkit-scrollbar-track {
    background-color: #c5d3dc;
    border-radius: 10px
}

.hidden-xs-up {
    display: none !important
}

@media (max-width: 33.9em) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 34em) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 47.9em) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 48em) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 61.9em) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 62em) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width: 74.9em) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width: 75em) {
    .hidden-xl-up {
        display: none !important
    }
}

@media (max-width: 89.9em) {
    .hidden-xl-down {
        display: none !important
    }
}

@media (min-width: 90em) {
    .hidden-xxl-up {
        display: none !important
    }
}

.hidden-xxl-down {
    display: none !important
}

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

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

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

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

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

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

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

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.m-a-0 {
    margin: 0 0 !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-l-0 {
    margin-left: 0 !important
}

.m-l-0-negative {
    margin-left: 0 !important
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-a-xs {
    margin: .25rem .25rem !important
}

.m-t-xs {
    margin-top: .25rem !important
}

.m-r-xs {
    margin-right: .25rem !important
}

.m-b-xs {
    margin-bottom: .25rem !important
}

.m-l-xs {
    margin-left: .25rem !important
}

.m-l-xs-negative {
    margin-left: -.25rem !important
}

.m-x-xs {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.m-y-xs {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-a-sm {
    margin: .5rem .5rem !important
}

.m-t-sm {
    margin-top: .5rem !important
}

.m-r-sm {
    margin-right: .5rem !important
}

.m-b-sm {
    margin-bottom: .5rem !important
}

.m-l-sm {
    margin-left: .5rem !important
}

.m-l-sm-negative {
    margin-left: -.5rem !important
}

.m-x-sm {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.m-y-sm {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-a {
    margin: 1rem 1rem !important
}

.m-t {
    margin-top: 1rem !important
}

.m-r {
    margin-right: 1rem !important
}

.m-b {
    margin-bottom: 1rem !important
}

.m-l {
    margin-left: 1rem !important
}

.m-l-negative {
    margin-left: -1rem !important
}

.m-x {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.m-y {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-a-md {
    margin: 1.5rem 1.5rem !important
}

.m-t-md {
    margin-top: 1.5rem !important
}

.m-r-md {
    margin-right: 1.5rem !important
}

.m-b-md {
    margin-bottom: 1.5rem !important
}

.m-l-md {
    margin-left: 1.5rem !important
}

.m-l-md-negative {
    margin-left: -1.5rem !important
}

.m-x-md {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.m-y-md {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-a-lg {
    margin: 3rem 3rem !important
}

.m-t-lg {
    margin-top: 3rem !important
}

.m-r-lg {
    margin-right: 3rem !important
}

.m-b-lg {
    margin-bottom: 3rem !important
}

.m-l-lg {
    margin-left: 3rem !important
}

.m-l-lg-negative {
    margin-left: -3rem !important
}

.m-x-lg {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.m-y-lg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.m-a-xl {
    margin: 4rem 4rem !important
}

.m-t-xl {
    margin-top: 4rem !important
}

.m-r-xl {
    margin-right: 4rem !important
}

.m-b-xl {
    margin-bottom: 4rem !important
}

.m-l-xl {
    margin-left: 4rem !important
}

.m-l-xl-negative {
    margin-left: -4rem !important
}

.m-x-xl {
    margin-right: 4rem !important;
    margin-left: 4rem !important
}

.m-y-xl {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.p-a-0 {
    padding: 0 0 !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-l-0-negative {
    padding-left: 0 !important
}

.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-a-xs {
    padding: .25rem .25rem !important
}

.p-t-xs {
    padding-top: .25rem !important
}

.p-r-xs {
    padding-right: .25rem !important
}

.p-b-xs {
    padding-bottom: .25rem !important
}

.p-l-xs {
    padding-left: .25rem !important
}

.p-l-xs-negative {
    padding-left: -.25rem !important
}

.p-x-xs {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.p-y-xs {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-a-sm {
    padding: .5rem .5rem !important
}

.p-t-sm {
    padding-top: .5rem !important
}

.p-r-sm {
    padding-right: .5rem !important
}

.p-b-sm {
    padding-bottom: .5rem !important
}

.p-l-sm {
    padding-left: .5rem !important
}

.p-l-sm-negative {
    padding-left: -.5rem !important
}

.p-x-sm {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.p-y-sm {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-a {
    padding: 1rem 1rem !important
}

.p-t {
    padding-top: 1rem !important
}

.p-r {
    padding-right: 1rem !important
}

.p-b {
    padding-bottom: 1rem !important
}

.p-l {
    padding-left: 1rem !important
}

.p-l-negative {
    padding-left: -1rem !important
}

.p-x {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.p-y {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-a-md {
    padding: 1.5rem 1.5rem !important
}

.p-t-md {
    padding-top: 1.5rem !important
}

.p-r-md {
    padding-right: 1.5rem !important
}

.p-b-md {
    padding-bottom: 1.5rem !important
}

.p-l-md {
    padding-left: 1.5rem !important
}

.p-l-md-negative {
    padding-left: -1.5rem !important
}

.p-x-md {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.p-y-md {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-a-lg {
    padding: 3rem 3rem !important
}

.p-t-lg {
    padding-top: 3rem !important
}

.p-r-lg {
    padding-right: 3rem !important
}

.p-b-lg {
    padding-bottom: 3rem !important
}

.p-l-lg {
    padding-left: 3rem !important
}

.p-l-lg-negative {
    padding-left: -3rem !important
}

.p-x-lg {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.p-y-lg {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.p-a-xl {
    padding: 4rem 4rem !important
}

.p-t-xl {
    padding-top: 4rem !important
}

.p-r-xl {
    padding-right: 4rem !important
}

.p-b-xl {
    padding-bottom: 4rem !important
}

.p-l-xl {
    padding-left: 4rem !important
}

.p-l-xl-negative {
    padding-left: -4rem !important
}

.p-x-xl {
    padding-right: 4rem !important;
    padding-left: 4rem !important
}

.p-y-xl {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.m-xs-a-0 {
    margin: 0 0 !important
}

.m-xs-t-0 {
    margin-top: 0 !important
}

.m-xs-r-0 {
    margin-right: 0 !important
}

.m-xs-b-0 {
    margin-bottom: 0 !important
}

.m-xs-l-0 {
    margin-left: 0 !important
}

.m-xs-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.m-xs-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-xs-a-xs {
    margin: .25rem .25rem !important
}

.m-xs-t-xs {
    margin-top: .25rem !important
}

.m-xs-r-xs {
    margin-right: .25rem !important
}

.m-xs-b-xs {
    margin-bottom: .25rem !important
}

.m-xs-l-xs {
    margin-left: .25rem !important
}

.m-xs-x-xs {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.m-xs-y-xs {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-xs-a-sm {
    margin: .5rem .5rem !important
}

.m-xs-t-sm {
    margin-top: .5rem !important
}

.m-xs-r-sm {
    margin-right: .5rem !important
}

.m-xs-b-sm {
    margin-bottom: .5rem !important
}

.m-xs-l-sm {
    margin-left: .5rem !important
}

.m-xs-x-sm {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.m-xs-y-sm {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-xs-a {
    margin: 1rem 1rem !important
}

.m-xs-t {
    margin-top: 1rem !important
}

.m-xs-r {
    margin-right: 1rem !important
}

.m-xs-b {
    margin-bottom: 1rem !important
}

.m-xs-l {
    margin-left: 1rem !important
}

.m-xs-x {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.m-xs-y {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-xs-a-md {
    margin: 1.5rem 1.5rem !important
}

.m-xs-t-md {
    margin-top: 1.5rem !important
}

.m-xs-r-md {
    margin-right: 1.5rem !important
}

.m-xs-b-md {
    margin-bottom: 1.5rem !important
}

.m-xs-l-md {
    margin-left: 1.5rem !important
}

.m-xs-x-md {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.m-xs-y-md {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-xs-a-lg {
    margin: 3rem 3rem !important
}

.m-xs-t-lg {
    margin-top: 3rem !important
}

.m-xs-r-lg {
    margin-right: 3rem !important
}

.m-xs-b-lg {
    margin-bottom: 3rem !important
}

.m-xs-l-lg {
    margin-left: 3rem !important
}

.m-xs-x-lg {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.m-xs-y-lg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.m-xs-a-xl {
    margin: 4rem 4rem !important
}

.m-xs-t-xl {
    margin-top: 4rem !important
}

.m-xs-r-xl {
    margin-right: 4rem !important
}

.m-xs-b-xl {
    margin-bottom: 4rem !important
}

.m-xs-l-xl {
    margin-left: 4rem !important
}

.m-xs-x-xl {
    margin-right: 4rem !important;
    margin-left: 4rem !important
}

.m-xs-y-xl {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.p-xs-a-0 {
    padding: 0 0 !important
}

.p-xs-t-0 {
    padding-top: 0 !important
}

.p-xs-r-0 {
    padding-right: 0 !important
}

.p-xs-b-0 {
    padding-bottom: 0 !important
}

.p-xs-l-0 {
    padding-left: 0 !important
}

.p-xs-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.p-xs-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-xs-a-xs {
    padding: .25rem .25rem !important
}

.p-xs-t-xs {
    padding-top: .25rem !important
}

.p-xs-r-xs {
    padding-right: .25rem !important
}

.p-xs-b-xs {
    padding-bottom: .25rem !important
}

.p-xs-l-xs {
    padding-left: .25rem !important
}

.p-xs-x-xs {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.p-xs-y-xs {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-xs-a-sm {
    padding: .5rem .5rem !important
}

.p-xs-t-sm {
    padding-top: .5rem !important
}

.p-xs-r-sm {
    padding-right: .5rem !important
}

.p-xs-b-sm {
    padding-bottom: .5rem !important
}

.p-xs-l-sm {
    padding-left: .5rem !important
}

.p-xs-x-sm {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.p-xs-y-sm {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-xs-a {
    padding: 1rem 1rem !important
}

.p-xs-t {
    padding-top: 1rem !important
}

.p-xs-r {
    padding-right: 1rem !important
}

.p-xs-b {
    padding-bottom: 1rem !important
}

.p-xs-l {
    padding-left: 1rem !important
}

.p-xs-x {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.p-xs-y {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-xs-a-md {
    padding: 1.5rem 1.5rem !important
}

.p-xs-t-md {
    padding-top: 1.5rem !important
}

.p-xs-r-md {
    padding-right: 1.5rem !important
}

.p-xs-b-md {
    padding-bottom: 1.5rem !important
}

.p-xs-l-md {
    padding-left: 1.5rem !important
}

.p-xs-x-md {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.p-xs-y-md {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-xs-a-lg {
    padding: 3rem 3rem !important
}

.p-xs-t-lg {
    padding-top: 3rem !important
}

.p-xs-r-lg {
    padding-right: 3rem !important
}

.p-xs-b-lg {
    padding-bottom: 3rem !important
}

.p-xs-l-lg {
    padding-left: 3rem !important
}

.p-xs-x-lg {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.p-xs-y-lg {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.p-xs-a-xl {
    padding: 4rem 4rem !important
}

.p-xs-t-xl {
    padding-top: 4rem !important
}

.p-xs-r-xl {
    padding-right: 4rem !important
}

.p-xs-b-xl {
    padding-bottom: 4rem !important
}

.p-xs-l-xl {
    padding-left: 4rem !important
}

.p-xs-x-xl {
    padding-right: 4rem !important;
    padding-left: 4rem !important
}

.p-xs-y-xl {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

@media (min-width: 34em) {
    .m-sm-a-0 {
        margin: 0 0 !important
    }

    .m-sm-t-0 {
        margin-top: 0 !important
    }

    .m-sm-r-0 {
        margin-right: 0 !important
    }

    .m-sm-b-0 {
        margin-bottom: 0 !important
    }

    .m-sm-l-0 {
        margin-left: 0 !important
    }

    .m-sm-x-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .m-sm-y-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-sm-a-xs {
        margin: .25rem .25rem !important
    }

    .m-sm-t-xs {
        margin-top: .25rem !important
    }

    .m-sm-r-xs {
        margin-right: .25rem !important
    }

    .m-sm-b-xs {
        margin-bottom: .25rem !important
    }

    .m-sm-l-xs {
        margin-left: .25rem !important
    }

    .m-sm-x-xs {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .m-sm-y-xs {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-sm-a-sm {
        margin: .5rem .5rem !important
    }

    .m-sm-t-sm {
        margin-top: .5rem !important
    }

    .m-sm-r-sm {
        margin-right: .5rem !important
    }

    .m-sm-b-sm {
        margin-bottom: .5rem !important
    }

    .m-sm-l-sm {
        margin-left: .5rem !important
    }

    .m-sm-x-sm {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .m-sm-y-sm {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-sm-a {
        margin: 1rem 1rem !important
    }

    .m-sm-t {
        margin-top: 1rem !important
    }

    .m-sm-r {
        margin-right: 1rem !important
    }

    .m-sm-b {
        margin-bottom: 1rem !important
    }

    .m-sm-l {
        margin-left: 1rem !important
    }

    .m-sm-x {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .m-sm-y {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-sm-a-md {
        margin: 1.5rem 1.5rem !important
    }

    .m-sm-t-md {
        margin-top: 1.5rem !important
    }

    .m-sm-r-md {
        margin-right: 1.5rem !important
    }

    .m-sm-b-md {
        margin-bottom: 1.5rem !important
    }

    .m-sm-l-md {
        margin-left: 1.5rem !important
    }

    .m-sm-x-md {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .m-sm-y-md {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-sm-a-lg {
        margin: 3rem 3rem !important
    }

    .m-sm-t-lg {
        margin-top: 3rem !important
    }

    .m-sm-r-lg {
        margin-right: 3rem !important
    }

    .m-sm-b-lg {
        margin-bottom: 3rem !important
    }

    .m-sm-l-lg {
        margin-left: 3rem !important
    }

    .m-sm-x-lg {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .m-sm-y-lg {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-sm-a-xl {
        margin: 4rem 4rem !important
    }

    .m-sm-t-xl {
        margin-top: 4rem !important
    }

    .m-sm-r-xl {
        margin-right: 4rem !important
    }

    .m-sm-b-xl {
        margin-bottom: 4rem !important
    }

    .m-sm-l-xl {
        margin-left: 4rem !important
    }

    .m-sm-x-xl {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .m-sm-y-xl {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .p-sm-a-0 {
        padding: 0 0 !important
    }

    .p-sm-t-0 {
        padding-top: 0 !important
    }

    .p-sm-r-0 {
        padding-right: 0 !important
    }

    .p-sm-b-0 {
        padding-bottom: 0 !important
    }

    .p-sm-l-0 {
        padding-left: 0 !important
    }

    .p-sm-x-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .p-sm-y-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-sm-a-xs {
        padding: .25rem .25rem !important
    }

    .p-sm-t-xs {
        padding-top: .25rem !important
    }

    .p-sm-r-xs {
        padding-right: .25rem !important
    }

    .p-sm-b-xs {
        padding-bottom: .25rem !important
    }

    .p-sm-l-xs {
        padding-left: .25rem !important
    }

    .p-sm-x-xs {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .p-sm-y-xs {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-sm-a-sm {
        padding: .5rem .5rem !important
    }

    .p-sm-t-sm {
        padding-top: .5rem !important
    }

    .p-sm-r-sm {
        padding-right: .5rem !important
    }

    .p-sm-b-sm {
        padding-bottom: .5rem !important
    }

    .p-sm-l-sm {
        padding-left: .5rem !important
    }

    .p-sm-x-sm {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .p-sm-y-sm {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-sm-a {
        padding: 1rem 1rem !important
    }

    .p-sm-t {
        padding-top: 1rem !important
    }

    .p-sm-r {
        padding-right: 1rem !important
    }

    .p-sm-b {
        padding-bottom: 1rem !important
    }

    .p-sm-l {
        padding-left: 1rem !important
    }

    .p-sm-x {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .p-sm-y {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-sm-a-md {
        padding: 1.5rem 1.5rem !important
    }

    .p-sm-t-md {
        padding-top: 1.5rem !important
    }

    .p-sm-r-md {
        padding-right: 1.5rem !important
    }

    .p-sm-b-md {
        padding-bottom: 1.5rem !important
    }

    .p-sm-l-md {
        padding-left: 1.5rem !important
    }

    .p-sm-x-md {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .p-sm-y-md {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-sm-a-lg {
        padding: 3rem 3rem !important
    }

    .p-sm-t-lg {
        padding-top: 3rem !important
    }

    .p-sm-r-lg {
        padding-right: 3rem !important
    }

    .p-sm-b-lg {
        padding-bottom: 3rem !important
    }

    .p-sm-l-lg {
        padding-left: 3rem !important
    }

    .p-sm-x-lg {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .p-sm-y-lg {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-sm-a-xl {
        padding: 4rem 4rem !important
    }

    .p-sm-t-xl {
        padding-top: 4rem !important
    }

    .p-sm-r-xl {
        padding-right: 4rem !important
    }

    .p-sm-b-xl {
        padding-bottom: 4rem !important
    }

    .p-sm-l-xl {
        padding-left: 4rem !important
    }

    .p-sm-x-xl {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .p-sm-y-xl {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }
}

@media (min-width: 48em) {
    .m-md-a-0 {
        margin: 0 0 !important
    }

    .m-md-t-0 {
        margin-top: 0 !important
    }

    .m-md-r-0 {
        margin-right: 0 !important
    }

    .m-md-b-0 {
        margin-bottom: 0 !important
    }

    .m-md-l-0 {
        margin-left: 0 !important
    }

    .m-md-x-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .m-md-y-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-md-a-xs {
        margin: .25rem .25rem !important
    }

    .m-md-t-xs {
        margin-top: .25rem !important
    }

    .m-md-r-xs {
        margin-right: .25rem !important
    }

    .m-md-b-xs {
        margin-bottom: .25rem !important
    }

    .m-md-l-xs {
        margin-left: .25rem !important
    }

    .m-md-x-xs {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .m-md-y-xs {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-md-a-sm {
        margin: .5rem .5rem !important
    }

    .m-md-t-sm {
        margin-top: .5rem !important
    }

    .m-md-r-sm {
        margin-right: .5rem !important
    }

    .m-md-b-sm {
        margin-bottom: .5rem !important
    }

    .m-md-l-sm {
        margin-left: .5rem !important
    }

    .m-md-x-sm {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .m-md-y-sm {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-md-a {
        margin: 1rem 1rem !important
    }

    .m-md-t {
        margin-top: 1rem !important
    }

    .m-md-r {
        margin-right: 1rem !important
    }

    .m-md-b {
        margin-bottom: 1rem !important
    }

    .m-md-l {
        margin-left: 1rem !important
    }

    .m-md-x {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .m-md-y {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-md-a-md {
        margin: 1.5rem 1.5rem !important
    }

    .m-md-t-md {
        margin-top: 1.5rem !important
    }

    .m-md-r-md {
        margin-right: 1.5rem !important
    }

    .m-md-b-md {
        margin-bottom: 1.5rem !important
    }

    .m-md-l-md {
        margin-left: 1.5rem !important
    }

    .m-md-x-md {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .m-md-y-md {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-md-a-lg {
        margin: 3rem 3rem !important
    }

    .m-md-t-lg {
        margin-top: 3rem !important
    }

    .m-md-r-lg {
        margin-right: 3rem !important
    }

    .m-md-b-lg {
        margin-bottom: 3rem !important
    }

    .m-md-l-lg {
        margin-left: 3rem !important
    }

    .m-md-x-lg {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .m-md-y-lg {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-md-a-xl {
        margin: 4rem 4rem !important
    }

    .m-md-t-xl {
        margin-top: 4rem !important
    }

    .m-md-r-xl {
        margin-right: 4rem !important
    }

    .m-md-b-xl {
        margin-bottom: 4rem !important
    }

    .m-md-l-xl {
        margin-left: 4rem !important
    }

    .m-md-x-xl {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .m-md-y-xl {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .p-md-a-0 {
        padding: 0 0 !important
    }

    .p-md-t-0 {
        padding-top: 0 !important
    }

    .p-md-r-0 {
        padding-right: 0 !important
    }

    .p-md-b-0 {
        padding-bottom: 0 !important
    }

    .p-md-l-0 {
        padding-left: 0 !important
    }

    .p-md-x-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .p-md-y-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-md-a-xs {
        padding: .25rem .25rem !important
    }

    .p-md-t-xs {
        padding-top: .25rem !important
    }

    .p-md-r-xs {
        padding-right: .25rem !important
    }

    .p-md-b-xs {
        padding-bottom: .25rem !important
    }

    .p-md-l-xs {
        padding-left: .25rem !important
    }

    .p-md-x-xs {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .p-md-y-xs {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-md-a-sm {
        padding: .5rem .5rem !important
    }

    .p-md-t-sm {
        padding-top: .5rem !important
    }

    .p-md-r-sm {
        padding-right: .5rem !important
    }

    .p-md-b-sm {
        padding-bottom: .5rem !important
    }

    .p-md-l-sm {
        padding-left: .5rem !important
    }

    .p-md-x-sm {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .p-md-y-sm {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-md-a {
        padding: 1rem 1rem !important
    }

    .p-md-t {
        padding-top: 1rem !important
    }

    .p-md-r {
        padding-right: 1rem !important
    }

    .p-md-b {
        padding-bottom: 1rem !important
    }

    .p-md-l {
        padding-left: 1rem !important
    }

    .p-md-x {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .p-md-y {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-md-a-md {
        padding: 1.5rem 1.5rem !important
    }

    .p-md-t-md {
        padding-top: 1.5rem !important
    }

    .p-md-r-md {
        padding-right: 1.5rem !important
    }

    .p-md-b-md {
        padding-bottom: 1.5rem !important
    }

    .p-md-l-md {
        padding-left: 1.5rem !important
    }

    .p-md-x-md {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .p-md-y-md {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-md-a-lg {
        padding: 3rem 3rem !important
    }

    .p-md-t-lg {
        padding-top: 3rem !important
    }

    .p-md-r-lg {
        padding-right: 3rem !important
    }

    .p-md-b-lg {
        padding-bottom: 3rem !important
    }

    .p-md-l-lg {
        padding-left: 3rem !important
    }

    .p-md-x-lg {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .p-md-y-lg {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-md-a-xl {
        padding: 4rem 4rem !important
    }

    .p-md-t-xl {
        padding-top: 4rem !important
    }

    .p-md-r-xl {
        padding-right: 4rem !important
    }

    .p-md-b-xl {
        padding-bottom: 4rem !important
    }

    .p-md-l-xl {
        padding-left: 4rem !important
    }

    .p-md-x-xl {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .p-md-y-xl {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }
}

@media (min-width: 62em) {
    .m-lg-a-0 {
        margin: 0 0 !important
    }

    .m-lg-t-0 {
        margin-top: 0 !important
    }

    .m-lg-r-0 {
        margin-right: 0 !important
    }

    .m-lg-b-0 {
        margin-bottom: 0 !important
    }

    .m-lg-l-0 {
        margin-left: 0 !important
    }

    .m-lg-x-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .m-lg-y-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-lg-a-xs {
        margin: .25rem .25rem !important
    }

    .m-lg-t-xs {
        margin-top: .25rem !important
    }

    .m-lg-r-xs {
        margin-right: .25rem !important
    }

    .m-lg-b-xs {
        margin-bottom: .25rem !important
    }

    .m-lg-l-xs {
        margin-left: .25rem !important
    }

    .m-lg-x-xs {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .m-lg-y-xs {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-lg-a-sm {
        margin: .5rem .5rem !important
    }

    .m-lg-t-sm {
        margin-top: .5rem !important
    }

    .m-lg-r-sm {
        margin-right: .5rem !important
    }

    .m-lg-b-sm {
        margin-bottom: .5rem !important
    }

    .m-lg-l-sm {
        margin-left: .5rem !important
    }

    .m-lg-x-sm {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .m-lg-y-sm {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-lg-a {
        margin: 1rem 1rem !important
    }

    .m-lg-t {
        margin-top: 1rem !important
    }

    .m-lg-r {
        margin-right: 1rem !important
    }

    .m-lg-b {
        margin-bottom: 1rem !important
    }

    .m-lg-l {
        margin-left: 1rem !important
    }

    .m-lg-x {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .m-lg-y {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-lg-a-md {
        margin: 1.5rem 1.5rem !important
    }

    .m-lg-t-md {
        margin-top: 1.5rem !important
    }

    .m-lg-r-md {
        margin-right: 1.5rem !important
    }

    .m-lg-b-md {
        margin-bottom: 1.5rem !important
    }

    .m-lg-l-md {
        margin-left: 1.5rem !important
    }

    .m-lg-x-md {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .m-lg-y-md {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-lg-a-lg {
        margin: 3rem 3rem !important
    }

    .m-lg-t-lg {
        margin-top: 3rem !important
    }

    .m-lg-r-lg {
        margin-right: 3rem !important
    }

    .m-lg-b-lg {
        margin-bottom: 3rem !important
    }

    .m-lg-l-lg {
        margin-left: 3rem !important
    }

    .m-lg-x-lg {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .m-lg-y-lg {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-lg-a-xl {
        margin: 4rem 4rem !important
    }

    .m-lg-t-xl {
        margin-top: 4rem !important
    }

    .m-lg-r-xl {
        margin-right: 4rem !important
    }

    .m-lg-b-xl {
        margin-bottom: 4rem !important
    }

    .m-lg-l-xl {
        margin-left: 4rem !important
    }

    .m-lg-x-xl {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .m-lg-y-xl {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .p-lg-a-0 {
        padding: 0 0 !important
    }

    .p-lg-t-0 {
        padding-top: 0 !important
    }

    .p-lg-r-0 {
        padding-right: 0 !important
    }

    .p-lg-b-0 {
        padding-bottom: 0 !important
    }

    .p-lg-l-0 {
        padding-left: 0 !important
    }

    .p-lg-x-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .p-lg-y-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-lg-a-xs {
        padding: .25rem .25rem !important
    }

    .p-lg-t-xs {
        padding-top: .25rem !important
    }

    .p-lg-r-xs {
        padding-right: .25rem !important
    }

    .p-lg-b-xs {
        padding-bottom: .25rem !important
    }

    .p-lg-l-xs {
        padding-left: .25rem !important
    }

    .p-lg-x-xs {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .p-lg-y-xs {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-lg-a-sm {
        padding: .5rem .5rem !important
    }

    .p-lg-t-sm {
        padding-top: .5rem !important
    }

    .p-lg-r-sm {
        padding-right: .5rem !important
    }

    .p-lg-b-sm {
        padding-bottom: .5rem !important
    }

    .p-lg-l-sm {
        padding-left: .5rem !important
    }

    .p-lg-x-sm {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .p-lg-y-sm {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-lg-a {
        padding: 1rem 1rem !important
    }

    .p-lg-t {
        padding-top: 1rem !important
    }

    .p-lg-r {
        padding-right: 1rem !important
    }

    .p-lg-b {
        padding-bottom: 1rem !important
    }

    .p-lg-l {
        padding-left: 1rem !important
    }

    .p-lg-x {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .p-lg-y {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-lg-a-md {
        padding: 1.5rem 1.5rem !important
    }

    .p-lg-t-md {
        padding-top: 1.5rem !important
    }

    .p-lg-r-md {
        padding-right: 1.5rem !important
    }

    .p-lg-b-md {
        padding-bottom: 1.5rem !important
    }

    .p-lg-l-md {
        padding-left: 1.5rem !important
    }

    .p-lg-x-md {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .p-lg-y-md {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-lg-a-lg {
        padding: 3rem 3rem !important
    }

    .p-lg-t-lg {
        padding-top: 3rem !important
    }

    .p-lg-r-lg {
        padding-right: 3rem !important
    }

    .p-lg-b-lg {
        padding-bottom: 3rem !important
    }

    .p-lg-l-lg {
        padding-left: 3rem !important
    }

    .p-lg-x-lg {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .p-lg-y-lg {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-lg-a-xl {
        padding: 4rem 4rem !important
    }

    .p-lg-t-xl {
        padding-top: 4rem !important
    }

    .p-lg-r-xl {
        padding-right: 4rem !important
    }

    .p-lg-b-xl {
        padding-bottom: 4rem !important
    }

    .p-lg-l-xl {
        padding-left: 4rem !important
    }

    .p-lg-x-xl {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .p-lg-y-xl {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }
}

@media (min-width: 75em) {
    .m-xl-a-0 {
        margin: 0 0 !important
    }

    .m-xl-t-0 {
        margin-top: 0 !important
    }

    .m-xl-r-0 {
        margin-right: 0 !important
    }

    .m-xl-b-0 {
        margin-bottom: 0 !important
    }

    .m-xl-l-0 {
        margin-left: 0 !important
    }

    .m-xl-x-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .m-xl-y-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xl-a-xs {
        margin: .25rem .25rem !important
    }

    .m-xl-t-xs {
        margin-top: .25rem !important
    }

    .m-xl-r-xs {
        margin-right: .25rem !important
    }

    .m-xl-b-xs {
        margin-bottom: .25rem !important
    }

    .m-xl-l-xs {
        margin-left: .25rem !important
    }

    .m-xl-x-xs {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .m-xl-y-xs {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-xl-a-sm {
        margin: .5rem .5rem !important
    }

    .m-xl-t-sm {
        margin-top: .5rem !important
    }

    .m-xl-r-sm {
        margin-right: .5rem !important
    }

    .m-xl-b-sm {
        margin-bottom: .5rem !important
    }

    .m-xl-l-sm {
        margin-left: .5rem !important
    }

    .m-xl-x-sm {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .m-xl-y-sm {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-xl-a {
        margin: 1rem 1rem !important
    }

    .m-xl-t {
        margin-top: 1rem !important
    }

    .m-xl-r {
        margin-right: 1rem !important
    }

    .m-xl-b {
        margin-bottom: 1rem !important
    }

    .m-xl-l {
        margin-left: 1rem !important
    }

    .m-xl-x {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .m-xl-y {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-xl-a-md {
        margin: 1.5rem 1.5rem !important
    }

    .m-xl-t-md {
        margin-top: 1.5rem !important
    }

    .m-xl-r-md {
        margin-right: 1.5rem !important
    }

    .m-xl-b-md {
        margin-bottom: 1.5rem !important
    }

    .m-xl-l-md {
        margin-left: 1.5rem !important
    }

    .m-xl-x-md {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .m-xl-y-md {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-xl-a-lg {
        margin: 3rem 3rem !important
    }

    .m-xl-t-lg {
        margin-top: 3rem !important
    }

    .m-xl-r-lg {
        margin-right: 3rem !important
    }

    .m-xl-b-lg {
        margin-bottom: 3rem !important
    }

    .m-xl-l-lg {
        margin-left: 3rem !important
    }

    .m-xl-x-lg {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .m-xl-y-lg {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-xl-a-xl {
        margin: 4rem 4rem !important
    }

    .m-xl-t-xl {
        margin-top: 4rem !important
    }

    .m-xl-r-xl {
        margin-right: 4rem !important
    }

    .m-xl-b-xl {
        margin-bottom: 4rem !important
    }

    .m-xl-l-xl {
        margin-left: 4rem !important
    }

    .m-xl-x-xl {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .m-xl-y-xl {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .p-xl-a-0 {
        padding: 0 0 !important
    }

    .p-xl-t-0 {
        padding-top: 0 !important
    }

    .p-xl-r-0 {
        padding-right: 0 !important
    }

    .p-xl-b-0 {
        padding-bottom: 0 !important
    }

    .p-xl-l-0 {
        padding-left: 0 !important
    }

    .p-xl-x-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .p-xl-y-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-xl-a-xs {
        padding: .25rem .25rem !important
    }

    .p-xl-t-xs {
        padding-top: .25rem !important
    }

    .p-xl-r-xs {
        padding-right: .25rem !important
    }

    .p-xl-b-xs {
        padding-bottom: .25rem !important
    }

    .p-xl-l-xs {
        padding-left: .25rem !important
    }

    .p-xl-x-xs {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .p-xl-y-xs {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-xl-a-sm {
        padding: .5rem .5rem !important
    }

    .p-xl-t-sm {
        padding-top: .5rem !important
    }

    .p-xl-r-sm {
        padding-right: .5rem !important
    }

    .p-xl-b-sm {
        padding-bottom: .5rem !important
    }

    .p-xl-l-sm {
        padding-left: .5rem !important
    }

    .p-xl-x-sm {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .p-xl-y-sm {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-xl-a {
        padding: 1rem 1rem !important
    }

    .p-xl-t {
        padding-top: 1rem !important
    }

    .p-xl-r {
        padding-right: 1rem !important
    }

    .p-xl-b {
        padding-bottom: 1rem !important
    }

    .p-xl-l {
        padding-left: 1rem !important
    }

    .p-xl-x {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .p-xl-y {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-xl-a-md {
        padding: 1.5rem 1.5rem !important
    }

    .p-xl-t-md {
        padding-top: 1.5rem !important
    }

    .p-xl-r-md {
        padding-right: 1.5rem !important
    }

    .p-xl-b-md {
        padding-bottom: 1.5rem !important
    }

    .p-xl-l-md {
        padding-left: 1.5rem !important
    }

    .p-xl-x-md {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .p-xl-y-md {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-xl-a-lg {
        padding: 3rem 3rem !important
    }

    .p-xl-t-lg {
        padding-top: 3rem !important
    }

    .p-xl-r-lg {
        padding-right: 3rem !important
    }

    .p-xl-b-lg {
        padding-bottom: 3rem !important
    }

    .p-xl-l-lg {
        padding-left: 3rem !important
    }

    .p-xl-x-lg {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .p-xl-y-lg {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-xl-a-xl {
        padding: 4rem 4rem !important
    }

    .p-xl-t-xl {
        padding-top: 4rem !important
    }

    .p-xl-r-xl {
        padding-right: 4rem !important
    }

    .p-xl-b-xl {
        padding-bottom: 4rem !important
    }

    .p-xl-l-xl {
        padding-left: 4rem !important
    }

    .p-xl-x-xl {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .p-xl-y-xl {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }
}

@media (min-width: 90em) {
    .m-xxl-a-0 {
        margin: 0 0 !important
    }

    .m-xxl-t-0 {
        margin-top: 0 !important
    }

    .m-xxl-r-0 {
        margin-right: 0 !important
    }

    .m-xxl-b-0 {
        margin-bottom: 0 !important
    }

    .m-xxl-l-0 {
        margin-left: 0 !important
    }

    .m-xxl-x-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .m-xxl-y-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xxl-a-xs {
        margin: .25rem .25rem !important
    }

    .m-xxl-t-xs {
        margin-top: .25rem !important
    }

    .m-xxl-r-xs {
        margin-right: .25rem !important
    }

    .m-xxl-b-xs {
        margin-bottom: .25rem !important
    }

    .m-xxl-l-xs {
        margin-left: .25rem !important
    }

    .m-xxl-x-xs {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .m-xxl-y-xs {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-xxl-a-sm {
        margin: .5rem .5rem !important
    }

    .m-xxl-t-sm {
        margin-top: .5rem !important
    }

    .m-xxl-r-sm {
        margin-right: .5rem !important
    }

    .m-xxl-b-sm {
        margin-bottom: .5rem !important
    }

    .m-xxl-l-sm {
        margin-left: .5rem !important
    }

    .m-xxl-x-sm {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .m-xxl-y-sm {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-xxl-a {
        margin: 1rem 1rem !important
    }

    .m-xxl-t {
        margin-top: 1rem !important
    }

    .m-xxl-r {
        margin-right: 1rem !important
    }

    .m-xxl-b {
        margin-bottom: 1rem !important
    }

    .m-xxl-l {
        margin-left: 1rem !important
    }

    .m-xxl-x {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .m-xxl-y {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-xxl-a-md {
        margin: 1.5rem 1.5rem !important
    }

    .m-xxl-t-md {
        margin-top: 1.5rem !important
    }

    .m-xxl-r-md {
        margin-right: 1.5rem !important
    }

    .m-xxl-b-md {
        margin-bottom: 1.5rem !important
    }

    .m-xxl-l-md {
        margin-left: 1.5rem !important
    }

    .m-xxl-x-md {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .m-xxl-y-md {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-xxl-a-lg {
        margin: 3rem 3rem !important
    }

    .m-xxl-t-lg {
        margin-top: 3rem !important
    }

    .m-xxl-r-lg {
        margin-right: 3rem !important
    }

    .m-xxl-b-lg {
        margin-bottom: 3rem !important
    }

    .m-xxl-l-lg {
        margin-left: 3rem !important
    }

    .m-xxl-x-lg {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .m-xxl-y-lg {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .m-xxl-a-xl {
        margin: 4rem 4rem !important
    }

    .m-xxl-t-xl {
        margin-top: 4rem !important
    }

    .m-xxl-r-xl {
        margin-right: 4rem !important
    }

    .m-xxl-b-xl {
        margin-bottom: 4rem !important
    }

    .m-xxl-l-xl {
        margin-left: 4rem !important
    }

    .m-xxl-x-xl {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .m-xxl-y-xl {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .p-xxl-a-0 {
        padding: 0 0 !important
    }

    .p-xxl-t-0 {
        padding-top: 0 !important
    }

    .p-xxl-r-0 {
        padding-right: 0 !important
    }

    .p-xxl-b-0 {
        padding-bottom: 0 !important
    }

    .p-xxl-l-0 {
        padding-left: 0 !important
    }

    .p-xxl-x-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .p-xxl-y-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-xxl-a-xs {
        padding: .25rem .25rem !important
    }

    .p-xxl-t-xs {
        padding-top: .25rem !important
    }

    .p-xxl-r-xs {
        padding-right: .25rem !important
    }

    .p-xxl-b-xs {
        padding-bottom: .25rem !important
    }

    .p-xxl-l-xs {
        padding-left: .25rem !important
    }

    .p-xxl-x-xs {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .p-xxl-y-xs {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-xxl-a-sm {
        padding: .5rem .5rem !important
    }

    .p-xxl-t-sm {
        padding-top: .5rem !important
    }

    .p-xxl-r-sm {
        padding-right: .5rem !important
    }

    .p-xxl-b-sm {
        padding-bottom: .5rem !important
    }

    .p-xxl-l-sm {
        padding-left: .5rem !important
    }

    .p-xxl-x-sm {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .p-xxl-y-sm {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-xxl-a {
        padding: 1rem 1rem !important
    }

    .p-xxl-t {
        padding-top: 1rem !important
    }

    .p-xxl-r {
        padding-right: 1rem !important
    }

    .p-xxl-b {
        padding-bottom: 1rem !important
    }

    .p-xxl-l {
        padding-left: 1rem !important
    }

    .p-xxl-x {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .p-xxl-y {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-xxl-a-md {
        padding: 1.5rem 1.5rem !important
    }

    .p-xxl-t-md {
        padding-top: 1.5rem !important
    }

    .p-xxl-r-md {
        padding-right: 1.5rem !important
    }

    .p-xxl-b-md {
        padding-bottom: 1.5rem !important
    }

    .p-xxl-l-md {
        padding-left: 1.5rem !important
    }

    .p-xxl-x-md {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .p-xxl-y-md {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-xxl-a-lg {
        padding: 3rem 3rem !important
    }

    .p-xxl-t-lg {
        padding-top: 3rem !important
    }

    .p-xxl-r-lg {
        padding-right: 3rem !important
    }

    .p-xxl-b-lg {
        padding-bottom: 3rem !important
    }

    .p-xxl-l-lg {
        padding-left: 3rem !important
    }

    .p-xxl-x-lg {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .p-xxl-y-lg {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-xxl-a-xl {
        padding: 4rem 4rem !important
    }

    .p-xxl-t-xl {
        padding-top: 4rem !important
    }

    .p-xxl-r-xl {
        padding-right: 4rem !important
    }

    .p-xxl-b-xl {
        padding-bottom: 4rem !important
    }

    .p-xxl-l-xl {
        padding-left: 4rem !important
    }

    .p-xxl-x-xl {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .p-xxl-y-xl {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }
}

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

.m-t-card-negative {
    margin-top: -1.875rem
}

.m-auto {
    margin: auto !important
}

.m-l-auto {
    margin-left: auto !important
}

.m-t-auto {
    margin-top: auto !important
}

.m-b-auto {
    margin-bottom: auto !important
}

.m-r-auto {
    margin-right: auto !important
}

.fill-transparent {
    fill: transparent
}

.fill-black {
    fill: #0a1419
}

.fill-gray-darker {
    fill: #2d373C
}

.fill-gray-dark {
    fill: #555F69
}

.fill-gray {
    fill: #999
}

.fill-gray-light {
    fill: #ccc
}

.fill-gray-lighter {
    fill: #eee
}

.fill-gray-lightest {
    fill: #f3f3f3
}

.fill-gray-pale {
    fill: #f6f6f6
}

.fill-white {
    fill: #fff
}

.fill-danger-dark {
    fill: #dc0000
}

.fill-danger {
    fill: #dc0000
}

.fill-success {
    fill: #3eaf6a
}

.fill-warning {
    fill: #f0ad4e
}

.fill-primary {
    fill: #41aac8
}

.fill-secondary {
    fill: #00557d
}

.fill-info {
    fill: #0099cb
}

.fill-transparent-light,
.fill-opaque-light {
    fill: rgba(255, 255, 255, 0.15)
}

.fill-transparent-dark,
.fill-opaque-dark {
    fill: rgba(0, 0, 0, 0.15)
}

.stroke-transparent {
    stroke: transparent
}

.stroke-black {
    stroke: #0a1419
}

.stroke-gray-darker {
    stroke: #2d373C
}

.stroke-gray-dark {
    stroke: #555F69
}

.stroke-gray {
    stroke: #999
}

.stroke-gray-light {
    stroke: #ccc
}

.stroke-gray-lighter {
    stroke: #eee
}

.stroke-gray-lightest {
    stroke: #f3f3f3
}

.stroke-gray-pale {
    stroke: #f6f6f6
}

.stroke-white {
    stroke: #fff
}

.stroke-danger-dark {
    stroke: #dc0000
}

.stroke-danger {
    stroke: #dc0000
}

.stroke-success {
    stroke: #3eaf6a
}

.stroke-warning {
    stroke: #f0ad4e
}

.stroke-primary {
    stroke: #41aac8
}

.stroke-secondary {
    stroke: #00557d
}

.stroke-info {
    stroke: #0099cb
}

.stroke-opaque-light {
    stroke: rgba(255, 255, 255, 0.15)
}

.stroke-opaque-dark {
    stroke: rgba(0, 0, 0, 0.15)
}

.size-xxs {
    height: 8px;
    width: 8px
}

.size-xs {
    height: 1rem;
    width: 1rem
}

.size-sm {
    height: 1.25rem;
    width: 1.25rem
}

.size-normal {
    height: 1.8rem;
    width: 1.8rem
}

.size-md {
    height: 2.75rem;
    width: 2.75rem
}

.size-lg {
    height: 3.6rem;
    width: 3.6rem
}

.size-xl {
    height: 5rem;
    width: 5rem
}

.size-xxl {
    height: 5.9rem;
    width: 5.9rem
}

.donut-number {
    dominant-baseline: middle;
    font-size: .65em;
    line-height: 1;
    text-anchor: middle
}

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

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.pull-xs-left {
    float: left !important
}

.pull-xs-right {
    float: right !important
}

.pull-xs-none {
    float: none !important
}

@media (min-width: 34em) {
    .pull-sm-left {
        float: left !important
    }

    .pull-sm-right {
        float: right !important
    }

    .pull-sm-none {
        float: none !important
    }
}

@media (min-width: 48em) {
    .pull-md-left {
        float: left !important
    }

    .pull-md-right {
        float: right !important
    }

    .pull-md-none {
        float: none !important
    }
}

@media (min-width: 62em) {
    .pull-lg-left {
        float: left !important
    }

    .pull-lg-right {
        float: right !important
    }

    .pull-lg-none {
        float: none !important
    }
}

@media (min-width: 75em) {
    .pull-xl-left {
        float: left !important
    }

    .pull-xl-right {
        float: right !important
    }

    .pull-xl-none {
        float: none !important
    }
}

@media (min-width: 90em) {
    .pull-xxl-left {
        float: left !important
    }

    .pull-xxl-right {
        float: right !important
    }

    .pull-xxl-none {
        float: none !important
    }
}

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

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

.invisible {
    visibility: hidden !important
}

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

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.overflow-wrap-break-word {
    overflow-wrap: break-word !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-xs-left {
    text-align: left !important
}

.text-xs-right {
    text-align: right !important
}

.text-xs-center {
    text-align: center !important
}

@media (min-width: 34em) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 48em) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 62em) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 75em) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 90em) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.cursor-pointer,
[data-url],
[data-url] td {
    cursor: pointer
}

@media (min-width: 34em) {
    .nowrap {
        white-space: nowrap
    }
}

li.is-selected,
.is-selected td,
.is-selected th {
    border-color: #3eaf6a;
    background: #ccedd9
}

li.is-selected-danger,
.is-selected-danger td,
.is-selected-danger th {
    border-color: #dc0000;
    background: #fef2f2
}

.is-hidden {
    display: none
}

.dropdown-item-wrap,
.white-space-normal {
    white-space: normal
}

.nowrap-sm {
    white-space: nowrap
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.z-4 {
    z-index: 4
}

.z-5 {
    z-index: 5
}

.z-10,
.z-index-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.z-auto {
    z-index: auto
}

.z-under-modal {
    z-index: 1039
}

.z-modal {
    z-index: 1050
}

.flex-block {
    padding-bottom: 1.875rem;
    position: relative
}

.flex-block>.flex-block-inner {
    margin-bottom: 0
}

.flex-blocks {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.875rem
}

.flex-blocks>.flex-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 1.875rem
}

.flex-blocks>.flex-block>.flex-block-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.flex-blocks-tight {
    margin-left: -.5rem
}

.flex-blocks-tight>.flex-block {
    padding-bottom: .5rem;
    padding-left: .5rem
}

@media (min-width: 62em) {
    .flex-blocks>.flex-block {
        -webkit-box-flex: 1;
        flex: 1 0 0
    }

    .flex-blocks-nowrap {
        flex-wrap: nowrap
    }

    .flex-blocks-nowrap>.flex-block {
        -webkit-box-flex: 1;
        flex: 1 1 20%
    }

    .flex-block>.card {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 100%
    }

    .flex-blocks-flush {
        margin-left: 0
    }

    .flex-blocks-flush .flex-block {
        margin: 0;
        padding: 0
    }

    .flex-blocks-two>.flex-block {
        flex-basis: 50%;
        width: 50%
    }

    .flex-blocks-three>.flex-block {
        flex-basis: 33.333333%;
        width: 33.333333%
    }

    .flex-blocks-four>.flex-block {
        flex-basis: 25%;
        width: 25%
    }
}

.flex-block-details {
    -webkit-box-flex: 1;
    flex: 1 0 auto
}

.flex-blocks-group {
    margin: 0
}

.flex-blocks-group .flex-block {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    padding: 0
}

@media (min-width: 62em) {
    .flex-blocks-adapt .flex-block {
        -webkit-box-flex: 1;
        flex: 1 1 0%
    }
}

.flex-blocks-adapt-border .flex-block {
    box-shadow: inset 1px 1px 0 0 #dfdfdf
}

.flex-blocks-adapt-border .flex-block:nth-child(1),
.flex-blocks-adapt-border .flex-block:nth-child(6),
.flex-blocks-adapt-border .flex-block:nth-child(11) {
    box-shadow: inset 0 1px 0 0 #dfdfdf
}

@media (min-width: 62em) {
    .flex-blocks-adapt {
        flex-wrap: wrap
    }

    .flex-blocks-adapt .flex-block:nth-last-child(n+6),
    .flex-blocks-adapt .flex-block:nth-last-child(n+6)~.flex-block {
        flex-basis: 20%
    }
}

@media (min-width: 62em) {
    .flex-block-1 {
        flex-basis: 8.333333% !important
    }

    .flex-block-2 {
        flex-basis: 16.66666% !important
    }

    .flex-block-3 {
        flex-basis: 25% !important
    }

    .flex-block-4 {
        flex-basis: 33.33333% !important
    }

    .flex-block-5 {
        flex-basis: 41.66666% !important
    }

    .flex-block-6 {
        flex-basis: 50% !important
    }

    .flex-block-7 {
        flex-basis: 58.33333% !important
    }

    .flex-block-8 {
        flex-basis: 66.66666% !important
    }

    .flex-block-9 {
        flex-basis: 75% !important
    }

    .flex-block-10 {
        flex-basis: 83.33333% !important
    }

    .flex-block-11 {
        flex-basis: 91.66666% !important
    }

    .flex-block-12 {
        flex-basis: 100% !important
    }
}

@media screen and (min-width: 62em) and (-ms-high-contrast: active),
(min-width: 62em) and (-ms-high-contrast: none) {
    .flex-block-1 {
        flex-basis: auto !important;
        width: 8.333333% !important
    }

    .flex-block-2 {
        flex-basis: auto !important;
        width: 16.66666% !important
    }

    .flex-block-3 {
        flex-basis: auto !important;
        width: 25% !important
    }

    .flex-block-4 {
        flex-basis: auto !important;
        width: 33.33333% !important
    }

    .flex-block-5 {
        flex-basis: auto !important;
        width: 41.66666% !important
    }

    .flex-block-6 {
        flex-basis: auto !important;
        width: 50% !important
    }

    .flex-block-7 {
        flex-basis: auto !important;
        width: 58.33333% !important
    }

    .flex-block-8 {
        flex-basis: auto !important;
        width: 66.66666% !important
    }

    .flex-block-9 {
        flex-basis: auto !important;
        width: 75% !important
    }

    .flex-block-10 {
        flex-basis: auto !important;
        width: 83.33333% !important
    }

    .flex-block-11 {
        flex-basis: auto !important;
        width: 91.66666% !important
    }

    .flex-block-12 {
        flex-basis: auto !important;
        width: 100% !important
    }
}

html,
body {
    height: 100%
}

.body-center {
    display: -webkit-box;
    display: flex;
    height: 100vh;
    margin: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.flex-body {
    display: -webkit-box;
    display: flex;
    height: 100%;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.flex-content {
    -webkit-box-flex: 1;
    flex: 1 1 0
}

.flex-none {
    -webkit-box-flex: 0;
    flex: none
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .flex-body {
        display: block
    }

    .flex-content {
        -webkit-box-flex: 0;
        flex: none
    }
}

.container {
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

@media (min-width: 78.75rem) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

.container,
.container-xxs,
.container-xs,
.container-sm {
    margin: 0 auto
}

@media (max-width: 61.9em) {

    .container,
    .container-xxs,
    .container-xs,
    .container-sm {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.container-lg,
.container-xl,
.container-full {
    margin: 0 auto
}

.container-lg,
.container-full {
    margin: 0 auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

@media (max-width: 61.9em) {

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

@media (max-width: 61.9em) {
    .container-lg-sm-flush {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 48em) {
    .container-xxs {
        width: 30em
    }
}

@media (min-width: 48em) {
    .container-xs {
        width: 36em
    }
}

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

.container {
    max-width: 75rem
}

@media (min-width: 48em) {
    .container-half {
        width: 37.5rem
    }
}

.container-lg {
    max-width: 90rem
}

.container-xl {
    max-width: 104rem
}

.container-extended {
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

.col-xs,
.col-xs-1,
.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-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: .9375rem;
    padding-left: .9375rem
}

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

.col-xs-1 {
    flex-basis: 8.333%;
    max-width: 8.333%
}

.col-xs-2 {
    flex-basis: 16.666%;
    max-width: 16.666%
}

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

.col-xs-4 {
    flex-basis: 33.333%;
    max-width: 33.333%
}

.col-xs-5 {
    flex-basis: 41.667%;
    max-width: 41.667%
}

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

.col-xs-7 {
    flex-basis: 58.333%;
    max-width: 58.333%
}

.col-xs-8 {
    flex-basis: 66.667%;
    max-width: 66.667%
}

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

.col-xs-10 {
    flex-basis: 83.333%;
    max-width: 83.333%
}

.col-xs-11 {
    flex-basis: 91.667%;
    max-width: 91.667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.row .first-xs {
    -webkit-box-ordinal-group: 0;
    order: -1
}

.row .last-xs {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.row.flex-direction-row-reverse-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

@media only screen and (min-width: 34em) {

    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: .9375rem;
        padding-left: .9375rem
    }

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

    .col-sm-1 {
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-sm-2 {
        flex-basis: 16.666%;
        max-width: 16.666%
    }

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

    .col-sm-4 {
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-sm-5 {
        flex-basis: 41.667%;
        max-width: 41.667%
    }

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

    .col-sm-7 {
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-sm-8 {
        flex-basis: 66.667%;
        max-width: 66.667%
    }

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

    .col-sm-10 {
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-sm-11 {
        flex-basis: 91.667%;
        max-width: 91.667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row.start-sm {
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .row.center-sm {
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .row.end-sm {
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .row.top-sm {
        -webkit-box-align: start;
        align-items: flex-start
    }

    .row.middle-sm {
        -webkit-box-align: center;
        align-items: center
    }

    .row.bottom-sm {
        -webkit-box-align: end;
        align-items: flex-end
    }

    .row.around-sm {
        justify-content: space-around
    }

    .row.between-sm {
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .row .first-sm {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .row .last-sm {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .row.flex-direction-row-reverse-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse
    }
}

@media only screen and (min-width: 48em) {

    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: .9375rem;
        padding-left: .9375rem
    }

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

    .col-md-1 {
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-md-2 {
        flex-basis: 16.666%;
        max-width: 16.666%
    }

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

    .col-md-4 {
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-md-5 {
        flex-basis: 41.667%;
        max-width: 41.667%
    }

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

    .col-md-7 {
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-md-8 {
        flex-basis: 66.667%;
        max-width: 66.667%
    }

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

    .col-md-10 {
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-md-11 {
        flex-basis: 91.667%;
        max-width: 91.667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row .first-md {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .row .last-md {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .row.flex-direction-row-reverse-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse
    }

    .row.flex-direction-row-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

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

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: .9375rem;
        padding-left: .9375rem
    }

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

    .col-lg-1 {
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-lg-2 {
        flex-basis: 16.666%;
        max-width: 16.666%
    }

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

    .col-lg-4 {
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-lg-5 {
        flex-basis: 41.667%;
        max-width: 41.667%
    }

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

    .col-lg-7 {
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-lg-8 {
        flex-basis: 66.667%;
        max-width: 66.667%
    }

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

    .col-lg-10 {
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-lg-11 {
        flex-basis: 91.667%;
        max-width: 91.667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row .first-lg {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .row .last-lg {
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media only screen and (min-width: 90em) {

    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-offset-0,
    .col-xl-offset-1,
    .col-xl-offset-2,
    .col-xl-offset-3,
    .col-xl-offset-4,
    .col-xl-offset-5,
    .col-xl-offset-6,
    .col-xl-offset-7,
    .col-xl-offset-8,
    .col-xl-offset-9,
    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: .9375rem;
        padding-left: .9375rem
    }

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

    .col-xl-1 {
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-xl-2 {
        flex-basis: 16.666%;
        max-width: 16.666%
    }

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

    .col-xl-4 {
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-xl-5 {
        flex-basis: 41.667%;
        max-width: 41.667%
    }

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

    .col-xl-7 {
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-xl-8 {
        flex-basis: 66.667%;
        max-width: 66.667%
    }

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

    .col-xl-10 {
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-xl-11 {
        flex-basis: 91.667%;
        max-width: 91.667%
    }

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

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

    .col-xl-offset-1 {
        margin-left: 8.333%
    }

    .col-xl-offset-2 {
        margin-left: 16.666%
    }

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

    .col-xl-offset-4 {
        margin-left: 33.333%
    }

    .col-xl-offset-5 {
        margin-left: 41.667%
    }

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

    .col-xl-offset-7 {
        margin-left: 58.333%
    }

    .col-xl-offset-8 {
        margin-left: 66.667%
    }

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

    .col-xl-offset-10 {
        margin-left: 83.333%
    }

    .col-xl-offset-11 {
        margin-left: 91.667%
    }

    .row .first-xl {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .row .last-xl {
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

.row-flush {
    margin: 0;
    padding: 0
}

.row-flush>[class*="col"] {
    margin: 0;
    padding: 0
}

@media (min-width: 48em) {
    .row-bordered {
        position: relative
    }

    .row-bordered>[class*="col"],
    .row-bordered>[class*="flex-block"] {
        position: relative
    }

    .row-bordered>[class*="col"]:after,
    .row-bordered>[class*="flex-block"]:after {
        background: #dfe6ed;
        bottom: 0;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        margin-left: -.9375rem;
        top: 0;
        width: 1px
    }

    .row-bordered>[class*="col"]:first-child:after,
    .row-bordered>[class*="flex-block"]:first-child:after {
        display: none
    }

    .row-bordered>[class*="flex-block"]:first-child:after {
        display: block
    }

    .row-bordered>[class*="flex-block"]:last-child:after {
        display: none
    }

    .row-bordered-inverse>[class*="col"],
    .row-bordered-inverse>[class*="flex-block"],
    .text-inverse .row-bordered>[class*="col"],
    .text-inverse .row-bordered>[class*="flex-block"] {
        position: static
    }

    .row-bordered-inverse>[class*="col"]:after,
    .row-bordered-inverse>[class*="flex-block"]:after,
    .text-inverse .row-bordered>[class*="col"]:after,
    .text-inverse .row-bordered>[class*="flex-block"]:after {
        background: rgba(255, 255, 255, 0.1)
    }

    .row-flush.row-bordered>[class*="col"]:after {
        margin-left: 0
    }

    .row-bordered>[class*="flex-block"]:after {
        margin-left: 0
    }
}

@media print {

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

    .navbar,
    .site-footer,
    .section-footer,
    .panel-off-canvas-menu,
    .btn,
    .btn-group,
    .hidden-lg-up {
        display: none !important
    }

    hr {
        background: transparent !important;
        border-top: 1px solid #000 !important
    }

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

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

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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

    .breadcrumb ol>li {
        display: inline !important;
        padding: 0 !important
    }

    .breadcrumb ol>li:before,
    .breadcrumb ol>li:after {
        display: none !important
    }

    .breadcrumb ol>li {
        padding: 0 !important
    }

    .breadcrumb ol>li:after {
        content: "/";
        color: #bbb !important;
        display: inline !important;
        margin-left: 4px
    }

    .breadcrumb ol>li:last-child:after {
        display: none !important
    }

    .card {
        border: none
    }

    .card-block {
        padding: 0
    }

    .read-more-parent {
        max-height: none;
        overflow: visible
    }

    .read-more {
        display: none
    }

    .row,
    .row-flex {
        box-sizing: border-box;
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: wrap
    }

    [class^="col-"] {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: .9375rem;
        padding-left: .9375rem
    }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1 {
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-md-2,
    .col-xs-2,
    .col-sm-2,
    .col-lg-2 {
        flex-basis: 16.666%;
        max-width: 16.666%
    }

    .col-md-3,
    .col-xs-3,
    .col-sm-3,
    .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4,
    .col-xs-4,
    .col-sm-4,
    .col-lg-4 {
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-md-5,
    .col-xs-5,
    .col-sm-5,
    .col-lg-5 {
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-md-6,
    .col-xs-6,
    .col-sm-6,
    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7,
    .col-xs-7,
    .col-sm-7,
    .col-lg-7 {
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-md-8,
    .col-xs-9,
    .col-sm-9,
    .col-lg-9 {
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-md-9,
    .col-xs-9,
    .col-sm-9,
    .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10,
    .col-xs-10,
    .col-sm-10,
    .col-lg-10 {
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-md-11,
    .col-xs-11,
    .col-sm-11,
    .col-lg-11 {
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-md-12,
    .col-xs-12,
    .col-sm-12,
    .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%
    }
}