@charset "UTF-8";*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

@-ms-viewport {
    width: device-width
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: lato,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3a3a3a;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .46875rem
}

p {
    margin-top: 0;
    margin-bottom: 30px
}

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,dl,ol,ul {
    margin-bottom: 1rem
}

dl,ol,ul {
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 600
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007cba;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #00496e;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #b8babd;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .46875rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: #282828
}

.h1,h1 {
    font-size: 44px
}

.h2,h2 {
    font-size: 37px
}

.h3,h3 {
    font-size: 31px
}

.h4,h4 {
    font-size: 24px
}

.h5,h5 {
    font-size: 21px
}

.h6,.lead,h6 {
    font-size: 20px
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 96px;
    font-size: 6rem
}

.display-1,.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 88px;
    font-size: 5.5rem
}

.display-3 {
    font-size: 72px;
    font-size: 4.5rem
}

.display-3,.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 56px;
    font-size: 3.5rem
}

hr {
    margin-top: .9375rem;
    margin-bottom: .9375rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small,small {
    font-size: 80%;
    font-weight: 400
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: .9375rem;
    font-size: 20px;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #65666b
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid,.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #f6f6f7;
    border-radius: 4px
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .46875rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #65666b
}

.container,.container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto,.entity-form-wrapper.two-col-form .entity-form .form-col,.Form .form-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12,.Form .form-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

.table {
    width: 100%;
    margin-bottom: .9375rem;
    background-color: rgba(0,0,0,0)
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #f6f6f7
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f6f6f7
}

.table tbody+tbody {
    border-top: 2px solid #f6f6f7
}

.table .table {
    background-color: #fff
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered,.table-bordered td,.table-bordered th {
    border: 1px solid #f6f6f7
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #b8daec
}

.table-hover .table-primary:hover {
    background-color: #a4d0e7
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #a4d0e7
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #b8d2d8
}

.table-hover .table-secondary:hover {
    background-color: #a8c8cf
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #a8c8cf
}

.table-success,.table-success>td,.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
    background-color: #b8daec
}

.table-hover .table-info:hover {
    background-color: #a4d0e7
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #a4d0e7
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #feeeb8
}

.table-hover .table-warning:hover {
    background-color: #fee89f
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #fee89f
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #c8cacc
}

.table-hover .table-dark:hover {
    background-color: #bbbdc0
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #bbbdc0
}

.table-white,.table-white>td,.table-white>th {
    background-color: #fff
}

.table-hover .table-white:hover {
    background-color: #f2f2f2
}

.table-hover .table-white:hover>td,.table-hover .table-white:hover>th {
    background-color: #f2f2f2
}

.table-blue,.table-blue>td,.table-blue>th {
    background-color: #b8daff
}

.table-hover .table-blue:hover {
    background-color: #9fcdff
}

.table-hover .table-blue:hover>td,.table-hover .table-blue:hover>th {
    background-color: #9fcdff
}

.table-indigo,.table-indigo>td,.table-indigo>th {
    background-color: #c1c7cc
}

.table-hover .table-indigo:hover {
    background-color: #b3bac0
}

.table-hover .table-indigo:hover>td,.table-hover .table-indigo:hover>th {
    background-color: #b3bac0
}

.table-purple,.table-purple>td,.table-purple>th {
    background-color: #d7caee
}

.table-hover .table-purple:hover {
    background-color: #c8b7e8
}

.table-hover .table-purple:hover>td,.table-hover .table-purple:hover>th {
    background-color: #c8b7e8
}

.table-pink,.table-pink>td,.table-pink>th {
    background-color: #f9c9df
}

.table-hover .table-pink:hover {
    background-color: #f6b2d1
}

.table-hover .table-pink:hover>td,.table-hover .table-pink:hover>th {
    background-color: #f6b2d1
}

.table-red,.table-red>td,.table-red>th {
    background-color: #f5c6cb
}

.table-hover .table-red:hover {
    background-color: #f1b0b7
}

.table-hover .table-red:hover>td,.table-hover .table-red:hover>th {
    background-color: #f1b0b7
}

.table-orange,.table-orange>td,.table-orange>th {
    background-color: #fbd2b8
}

.table-hover .table-orange:hover {
    background-color: #fac3a0
}

.table-hover .table-orange:hover>td,.table-hover .table-orange:hover>th {
    background-color: #fac3a0
}

.table-yellow,.table-yellow>td,.table-yellow>th {
    background-color: #feeeb8
}

.table-hover .table-yellow:hover {
    background-color: #fee89f
}

.table-hover .table-yellow:hover>td,.table-hover .table-yellow:hover>th {
    background-color: #fee89f
}

.table-green,.table-green>td,.table-green>th {
    background-color: #c3e6cb
}

.table-hover .table-green:hover {
    background-color: #b1dfbb
}

.table-hover .table-green:hover>td,.table-hover .table-green:hover>th {
    background-color: #b1dfbb
}

.table-teal,.table-teal>td,.table-teal>th {
    background-color: #d0eeef
}

.table-hover .table-teal:hover {
    background-color: #bde7e9
}

.table-hover .table-teal:hover>td,.table-hover .table-teal:hover>th {
    background-color: #bde7e9
}

.table-cyan,.table-cyan>td,.table-cyan>th {
    background-color: #baf0fe
}

.table-hover .table-cyan:hover {
    background-color: #a1ebfe
}

.table-hover .table-cyan:hover>td,.table-hover .table-cyan:hover>th {
    background-color: #a1ebfe
}

.table-gray,.table-gray>td,.table-gray>th {
    background-color: #d4d4d6
}

.table-hover .table-gray:hover {
    background-color: #c7c7ca
}

.table-hover .table-gray:hover>td,.table-hover .table-gray:hover>th {
    background-color: #c7c7ca
}

.table-gray-dark,.table-gray-dark>td,.table-gray-dark>th {
    background-color: #c8cacc
}

.table-hover .table-gray-dark:hover {
    background-color: #bbbdc0
}

.table-hover .table-gray-dark:hover>td,.table-hover .table-gray-dark:hover>th {
    background-color: #bbbdc0
}

.table-active,.table-active>td,.table-active>th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #444;
    background-color: #e9ecef;
    border-color: #f6f6f7
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0,0%,100%,.05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0,0%,100%,.075)
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #444;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: rgba(0,0,0,0);
    border: 0
}

.form-control:focus {
    color: #444;
    background-color: #fff;
    border-color: #3bbeff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,124,186,.25);
    box-shadow: 0 0 0 .2rem rgba(0,124,186,.25)
}

.form-control::-webkit-input-placeholder {
    color: #65666b;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #65666b;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #65666b;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #65666b;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.form-control::placeholder {
    color: #65666b;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #444;
    background-color: #fff
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #3a3a3a;
    background-color: rgba(0,0,0,0);
    border: solid rgba(0,0,0,0);
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 3px
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 6px
}

select.form-control[multiple],select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #b8babd
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: 4px
}

.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label:after,.was-validated .custom-file-input:valid~.custom-file-label:after {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: 4px
}

.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label:after,.was-validated .custom-file-input:invalid~.custom-file-label:after {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid rgba(0,0,0,0);
    padding: 14px 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    border-radius: 10em;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.btn:focus,.btn:hover {
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,124,186,.25);
    box-shadow: 0 0 0 .2rem rgba(0,124,186,.25)
}

.btn.disabled,.btn:disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007cba;
    border-color: #007cba
}

.btn-primary:hover {
    color: #fff;
    background-color: #006394;
    border-color: #005a87
}

.btn-primary.focus,.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,124,186,.5);
    box-shadow: 0 0 0 .2rem rgba(0,124,186,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #007cba;
    border-color: #007cba
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005a87;
    border-color: #00527a
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,124,186,.5);
    box-shadow: 0 0 0 .2rem rgba(0,124,186,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #005f72;
    border-color: #005f72
}

.btn-secondary:hover {
    color: #fff;
    background-color: #003f4c;
    border-color: #00353f
}

.btn-secondary.focus,.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,95,114,.5);
    box-shadow: 0 0 0 .2rem rgba(0,95,114,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #005f72;
    border-color: #005f72
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #00353f;
    border-color: #002a32
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,95,114,.5);
    box-shadow: 0 0 0 .2rem rgba(0,95,114,.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-info {
    color: #fff;
    background-color: #007cba;
    border-color: #007cba
}

.btn-info:hover {
    color: #fff;
    background-color: #006394;
    border-color: #005a87
}

.btn-info.focus,.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,124,186,.5);
    box-shadow: 0 0 0 .2rem rgba(0,124,186,.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #007cba;
    border-color: #007cba
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #005a87;
    border-color: #00527a
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,124,186,.5);
    box-shadow: 0 0 0 .2rem rgba(0,124,186,.5)
}

.btn-warning {
    color: #212529;
    background-color: #fdc200;
    border-color: #fdc200
}

.btn-warning:hover {
    color: #212529;
    background-color: #d7a500;
    border-color: #ca9b00
}

.btn-warning.focus,.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(253,194,0,.5);
    box-shadow: 0 0 0 .2rem rgba(253,194,0,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #212529;
    background-color: #fdc200;
    border-color: #fdc200
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ca9b00;
    border-color: #bd9100
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(253,194,0,.5);
    box-shadow: 0 0 0 .2rem rgba(253,194,0,.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-dark {
    color: #fff;
    background-color: #3c4349;
    border-color: #3c4349
}

.btn-dark:hover {
    color: #fff;
    background-color: #2b3034;
    border-color: #25292d
}

.btn-dark.focus,.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60,67,73,.5);
    box-shadow: 0 0 0 .2rem rgba(60,67,73,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #3c4349;
    border-color: #3c4349
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #25292d;
    border-color: #1f2326
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60,67,73,.5);
    box-shadow: 0 0 0 .2rem rgba(60,67,73,.5)
}

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white.focus,.btn-white:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5);
    box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5)
}

.btn-white.disabled,.btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled).active,.btn-white:not(:disabled):not(.disabled):active,.show>.btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled).active:focus,.btn-white:not(:disabled):not(.disabled):active:focus,.show>.btn-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5);
    box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5)
}

.btn-blue {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-blue:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-blue.focus,.btn-blue:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-blue.disabled,.btn-blue:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-blue:not(:disabled):not(.disabled).active,.btn-blue:not(:disabled):not(.disabled):active,.show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-blue:not(:disabled):not(.disabled).active:focus,.btn-blue:not(:disabled):not(.disabled):active:focus,.show>.btn-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-indigo {
    color: #fff;
    background-color: #213648;
    border-color: #213648
}

.btn-indigo:hover {
    color: #fff;
    background-color: #15222e;
    border-color: #111c25
}

.btn-indigo.focus,.btn-indigo:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(33,54,72,.5);
    box-shadow: 0 0 0 .2rem rgba(33,54,72,.5)
}

.btn-indigo.disabled,.btn-indigo:disabled {
    color: #fff;
    background-color: #213648;
    border-color: #213648
}

.btn-indigo:not(:disabled):not(.disabled).active,.btn-indigo:not(:disabled):not(.disabled):active,.show>.btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: #111c25;
    border-color: #0d151c
}

.btn-indigo:not(:disabled):not(.disabled).active:focus,.btn-indigo:not(:disabled):not(.disabled):active:focus,.show>.btn-indigo.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(33,54,72,.5);
    box-shadow: 0 0 0 .2rem rgba(33,54,72,.5)
}

.btn-purple {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1
}

.btn-purple:hover {
    color: #fff;
    background-color: #5e37a6;
    border-color: #59339d
}

.btn-purple.focus,.btn-purple:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(111,66,193,.5);
    box-shadow: 0 0 0 .2rem rgba(111,66,193,.5)
}

.btn-purple.disabled,.btn-purple:disabled {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1
}

.btn-purple:not(:disabled):not(.disabled).active,.btn-purple:not(:disabled):not(.disabled):active,.show>.btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #59339d;
    border-color: #533093
}

.btn-purple:not(:disabled):not(.disabled).active:focus,.btn-purple:not(:disabled):not(.disabled):active:focus,.show>.btn-purple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(111,66,193,.5);
    box-shadow: 0 0 0 .2rem rgba(111,66,193,.5)
}

.btn-pink {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c
}

.btn-pink:hover {
    color: #fff;
    background-color: #e41c78;
    border-color: #d91a72
}

.btn-pink.focus,.btn-pink:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(232,62,140,.5);
    box-shadow: 0 0 0 .2rem rgba(232,62,140,.5)
}

.btn-pink.disabled,.btn-pink:disabled {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c
}

.btn-pink:not(:disabled):not(.disabled).active,.btn-pink:not(:disabled):not(.disabled):active,.show>.btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #d91a72;
    border-color: #ce196c
}

.btn-pink:not(:disabled):not(.disabled).active:focus,.btn-pink:not(:disabled):not(.disabled):active:focus,.show>.btn-pink.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(232,62,140,.5);
    box-shadow: 0 0 0 .2rem rgba(232,62,140,.5)
}

.btn-red {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-red:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-red.focus,.btn-red:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-red.disabled,.btn-red:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-red:not(:disabled):not(.disabled).active,.btn-red:not(:disabled):not(.disabled):active,.show>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-red:not(:disabled):not(.disabled).active:focus,.btn-red:not(:disabled):not(.disabled):active:focus,.show>.btn-red.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-orange {
    color: #fff;
    background-color: #f06000;
    border-color: #f06000
}

.btn-orange:hover {
    color: #fff;
    background-color: #ca5100;
    border-color: #bd4c00
}

.btn-orange.focus,.btn-orange:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240,96,0,.5);
    box-shadow: 0 0 0 .2rem rgba(240,96,0,.5)
}

.btn-orange.disabled,.btn-orange:disabled {
    color: #fff;
    background-color: #f06000;
    border-color: #f06000
}

.btn-orange:not(:disabled):not(.disabled).active,.btn-orange:not(:disabled):not(.disabled):active,.show>.btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #bd4c00;
    border-color: #b04700
}

.btn-orange:not(:disabled):not(.disabled).active:focus,.btn-orange:not(:disabled):not(.disabled):active:focus,.show>.btn-orange.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240,96,0,.5);
    box-shadow: 0 0 0 .2rem rgba(240,96,0,.5)
}

.btn-yellow {
    color: #212529;
    background-color: #fdc200;
    border-color: #fdc200
}

.btn-yellow:hover {
    color: #212529;
    background-color: #d7a500;
    border-color: #ca9b00
}

.btn-yellow.focus,.btn-yellow:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(253,194,0,.5);
    box-shadow: 0 0 0 .2rem rgba(253,194,0,.5)
}

.btn-yellow.disabled,.btn-yellow:disabled {
    color: #212529;
    background-color: #fdc200;
    border-color: #fdc200
}

.btn-yellow:not(:disabled):not(.disabled).active,.btn-yellow:not(:disabled):not(.disabled):active,.show>.btn-yellow.dropdown-toggle {
    color: #212529;
    background-color: #ca9b00;
    border-color: #bd9100
}

.btn-yellow:not(:disabled):not(.disabled).active:focus,.btn-yellow:not(:disabled):not(.disabled):active:focus,.show>.btn-yellow.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(253,194,0,.5);
    box-shadow: 0 0 0 .2rem rgba(253,194,0,.5)
}

.btn-green {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-green:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-green.focus,.btn-green:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-green.disabled,.btn-green:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-green:not(:disabled):not(.disabled).active,.btn-green:not(:disabled):not(.disabled):active,.show>.btn-green.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-green:not(:disabled):not(.disabled).active:focus,.btn-green:not(:disabled):not(.disabled):active:focus,.show>.btn-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-teal {
    color: #212529;
    background-color: #57c4c7;
    border-color: #57c4c7
}

.btn-teal:hover {
    background-color: #3eb6ba;
    border-color: #3badb0
}

.btn-teal.focus,.btn-teal:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(87,196,199,.5);
    box-shadow: 0 0 0 .2rem rgba(87,196,199,.5)
}

.btn-teal.disabled,.btn-teal:disabled {
    color: #212529;
    background-color: #57c4c7;
    border-color: #57c4c7
}

.btn-teal:not(:disabled):not(.disabled).active,.btn-teal:not(:disabled):not(.disabled):active,.show>.btn-teal.dropdown-toggle {
    background-color: #3badb0;
    border-color: #38a4a7
}

.btn-teal:not(:disabled):not(.disabled).active:focus,.btn-teal:not(:disabled):not(.disabled):active:focus,.show>.btn-teal.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(87,196,199,.5);
    box-shadow: 0 0 0 .2rem rgba(87,196,199,.5)
}

.btn-cyan {
    color: #fff;
    background-color: #07c8fd;
    border-color: #07c8fd
}

.btn-cyan:hover {
    color: #fff;
    background-color: #02addc;
    border-color: #02a3cf
}

.btn-cyan.focus,.btn-cyan:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(7,200,253,.5);
    box-shadow: 0 0 0 .2rem rgba(7,200,253,.5)
}

.btn-cyan.disabled,.btn-cyan:disabled {
    color: #fff;
    background-color: #07c8fd;
    border-color: #07c8fd
}

.btn-cyan:not(:disabled):not(.disabled).active,.btn-cyan:not(:disabled):not(.disabled):active,.show>.btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #02a3cf;
    border-color: #0299c3
}

.btn-cyan:not(:disabled):not(.disabled).active:focus,.btn-cyan:not(:disabled):not(.disabled):active:focus,.show>.btn-cyan.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(7,200,253,.5);
    box-shadow: 0 0 0 .2rem rgba(7,200,253,.5)
}

.btn-gray {
    color: #fff;
    background-color: #65666b;
    border-color: #65666b
}

.btn-gray:hover {
    color: #fff;
    background-color: #525357;
    border-color: #4c4d51
}

.btn-gray.focus,.btn-gray:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(101,102,107,.5);
    box-shadow: 0 0 0 .2rem rgba(101,102,107,.5)
}

.btn-gray.disabled,.btn-gray:disabled {
    color: #fff;
    background-color: #65666b;
    border-color: #65666b
}

.btn-gray:not(:disabled):not(.disabled).active,.btn-gray:not(:disabled):not(.disabled):active,.show>.btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #4c4d51;
    border-color: #46474a
}

.btn-gray:not(:disabled):not(.disabled).active:focus,.btn-gray:not(:disabled):not(.disabled):active:focus,.show>.btn-gray.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(101,102,107,.5);
    box-shadow: 0 0 0 .2rem rgba(101,102,107,.5)
}

.btn-gray-dark {
    color: #fff;
    background-color: #3c4349;
    border-color: #3c4349
}

.btn-gray-dark:hover {
    color: #fff;
    background-color: #2b3034;
    border-color: #25292d
}

.btn-gray-dark.focus,.btn-gray-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60,67,73,.5);
    box-shadow: 0 0 0 .2rem rgba(60,67,73,.5)
}

.btn-gray-dark.disabled,.btn-gray-dark:disabled {
    color: #fff;
    background-color: #3c4349;
    border-color: #3c4349
}

.btn-gray-dark:not(:disabled):not(.disabled).active,.btn-gray-dark:not(:disabled):not(.disabled):active,.show>.btn-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #25292d;
    border-color: #1f2326
}

.btn-gray-dark:not(:disabled):not(.disabled).active:focus,.btn-gray-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-gray-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60,67,73,.5);
    box-shadow: 0 0 0 .2rem rgba(60,67,73,.5)
}

.btn-outline-primary {
    color: #007cba;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #007cba
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007cba;
    border-color: #007cba
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,124,186,.5);
    box-shadow: 0 0 0 .2rem rgba(0,124,186,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #007cba;
    background-color: rgba(0,0,0,0)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007cba;
    border-color: #007cba
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,124,186,.5);
    box-shadow: 0 0 0 .2rem rgba(0,124,186,.5)
}

.btn-outline-secondary {
    color: #005f72;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #005f72
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #005f72;
    border-color: #005f72
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,95,114,.5);
    box-shadow: 0 0 0 .2rem rgba(0,95,114,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #005f72;
    background-color: rgba(0,0,0,0)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #005f72;
    border-color: #005f72
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,95,114,.5);
    box-shadow: 0 0 0 .2rem rgba(0,95,114,.5)
}

.btn-outline-success {
    color: #28a745;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #28a745;
    background-color: rgba(0,0,0,0)
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info {
    color: #007cba;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #007cba
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #007cba;
    border-color: #007cba
}

.btn-outline-info.focus,.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,124,186,.5);
    box-shadow: 0 0 0 .2rem rgba(0,124,186,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #007cba;
    background-color: rgba(0,0,0,0)
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #007cba;
    border-color: #007cba
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,124,186,.5);
    box-shadow: 0 0 0 .2rem rgba(0,124,186,.5)
}

.btn-outline-warning {
    color: #fdc200;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #fdc200
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #fdc200;
    border-color: #fdc200
}

.btn-outline-warning.focus,.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(253,194,0,.5);
    box-shadow: 0 0 0 .2rem rgba(253,194,0,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #fdc200;
    background-color: rgba(0,0,0,0)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #fdc200;
    border-color: #fdc200
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(253,194,0,.5);
    box-shadow: 0 0 0 .2rem rgba(253,194,0,.5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: rgba(0,0,0,0)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: rgba(0,0,0,0)
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark {
    color: #3c4349;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #3c4349
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #3c4349;
    border-color: #3c4349
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60,67,73,.5);
    box-shadow: 0 0 0 .2rem rgba(60,67,73,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #3c4349;
    background-color: rgba(0,0,0,0)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #3c4349;
    border-color: #3c4349
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60,67,73,.5);
    box-shadow: 0 0 0 .2rem rgba(60,67,73,.5)
}

.btn-outline-white {
    color: #fff;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white.focus,.btn-outline-white:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5);
    box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5)
}

.btn-outline-white.disabled,.btn-outline-white:disabled {
    color: #fff;
    background-color: rgba(0,0,0,0)
}

.btn-outline-white:not(:disabled):not(.disabled).active,.btn-outline-white:not(:disabled):not(.disabled):active,.show>.btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus,.btn-outline-white:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5);
    box-shadow: 0 0 0 .2rem hsla(0,0%,100%,.5)
}

.btn-outline-blue {
    color: #007bff;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #007bff
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-blue.focus,.btn-outline-blue:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-blue.disabled,.btn-outline-blue:disabled {
    color: #007bff;
    background-color: rgba(0,0,0,0)
}

.btn-outline-blue:not(:disabled):not(.disabled).active,.btn-outline-blue:not(:disabled):not(.disabled):active,.show>.btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-blue:not(:disabled):not(.disabled).active:focus,.btn-outline-blue:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-indigo {
    color: #213648;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #213648
}

.btn-outline-indigo:hover {
    color: #fff;
    background-color: #213648;
    border-color: #213648
}

.btn-outline-indigo.focus,.btn-outline-indigo:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(33,54,72,.5);
    box-shadow: 0 0 0 .2rem rgba(33,54,72,.5)
}

.btn-outline-indigo.disabled,.btn-outline-indigo:disabled {
    color: #213648;
    background-color: rgba(0,0,0,0)
}

.btn-outline-indigo:not(:disabled):not(.disabled).active,.btn-outline-indigo:not(:disabled):not(.disabled):active,.show>.btn-outline-indigo.dropdown-toggle {
    color: #fff;
    background-color: #213648;
    border-color: #213648
}

.btn-outline-indigo:not(:disabled):not(.disabled).active:focus,.btn-outline-indigo:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-indigo.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(33,54,72,.5);
    box-shadow: 0 0 0 .2rem rgba(33,54,72,.5)
}

.btn-outline-purple {
    color: #6f42c1;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #6f42c1
}

.btn-outline-purple:hover {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1
}

.btn-outline-purple.focus,.btn-outline-purple:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(111,66,193,.5);
    box-shadow: 0 0 0 .2rem rgba(111,66,193,.5)
}

.btn-outline-purple.disabled,.btn-outline-purple:disabled {
    color: #6f42c1;
    background-color: rgba(0,0,0,0)
}

.btn-outline-purple:not(:disabled):not(.disabled).active,.btn-outline-purple:not(:disabled):not(.disabled):active,.show>.btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1
}

.btn-outline-purple:not(:disabled):not(.disabled).active:focus,.btn-outline-purple:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-purple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(111,66,193,.5);
    box-shadow: 0 0 0 .2rem rgba(111,66,193,.5)
}

.btn-outline-pink {
    color: #e83e8c;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #e83e8c
}

.btn-outline-pink:hover {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c
}

.btn-outline-pink.focus,.btn-outline-pink:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(232,62,140,.5);
    box-shadow: 0 0 0 .2rem rgba(232,62,140,.5)
}

.btn-outline-pink.disabled,.btn-outline-pink:disabled {
    color: #e83e8c;
    background-color: rgba(0,0,0,0)
}

.btn-outline-pink:not(:disabled):not(.disabled).active,.btn-outline-pink:not(:disabled):not(.disabled):active,.show>.btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c
}

.btn-outline-pink:not(:disabled):not(.disabled).active:focus,.btn-outline-pink:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-pink.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(232,62,140,.5);
    box-shadow: 0 0 0 .2rem rgba(232,62,140,.5)
}

.btn-outline-red {
    color: #dc3545;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #dc3545
}

.btn-outline-red:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-red.focus,.btn-outline-red:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-red.disabled,.btn-outline-red:disabled {
    color: #dc3545;
    background-color: rgba(0,0,0,0)
}

.btn-outline-red:not(:disabled):not(.disabled).active,.btn-outline-red:not(:disabled):not(.disabled):active,.show>.btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-red:not(:disabled):not(.disabled).active:focus,.btn-outline-red:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-red.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-orange {
    color: #f06000;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #f06000
}

.btn-outline-orange:hover {
    color: #fff;
    background-color: #f06000;
    border-color: #f06000
}

.btn-outline-orange.focus,.btn-outline-orange:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240,96,0,.5);
    box-shadow: 0 0 0 .2rem rgba(240,96,0,.5)
}

.btn-outline-orange.disabled,.btn-outline-orange:disabled {
    color: #f06000;
    background-color: rgba(0,0,0,0)
}

.btn-outline-orange:not(:disabled):not(.disabled).active,.btn-outline-orange:not(:disabled):not(.disabled):active,.show>.btn-outline-orange.dropdown-toggle {
    color: #fff;
    background-color: #f06000;
    border-color: #f06000
}

.btn-outline-orange:not(:disabled):not(.disabled).active:focus,.btn-outline-orange:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-orange.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(240,96,0,.5);
    box-shadow: 0 0 0 .2rem rgba(240,96,0,.5)
}

.btn-outline-yellow {
    color: #fdc200;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #fdc200
}

.btn-outline-yellow:hover {
    color: #212529;
    background-color: #fdc200;
    border-color: #fdc200
}

.btn-outline-yellow.focus,.btn-outline-yellow:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(253,194,0,.5);
    box-shadow: 0 0 0 .2rem rgba(253,194,0,.5)
}

.btn-outline-yellow.disabled,.btn-outline-yellow:disabled {
    color: #fdc200;
    background-color: rgba(0,0,0,0)
}

.btn-outline-yellow:not(:disabled):not(.disabled).active,.btn-outline-yellow:not(:disabled):not(.disabled):active,.show>.btn-outline-yellow.dropdown-toggle {
    color: #212529;
    background-color: #fdc200;
    border-color: #fdc200
}

.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-yellow.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(253,194,0,.5);
    box-shadow: 0 0 0 .2rem rgba(253,194,0,.5)
}

.btn-outline-green {
    color: #28a745;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #28a745
}

.btn-outline-green:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-green.focus,.btn-outline-green:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-green.disabled,.btn-outline-green:disabled {
    color: #28a745;
    background-color: rgba(0,0,0,0)
}

.btn-outline-green:not(:disabled):not(.disabled).active,.btn-outline-green:not(:disabled):not(.disabled):active,.show>.btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-green:not(:disabled):not(.disabled).active:focus,.btn-outline-green:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-green.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-teal {
    color: #57c4c7;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #57c4c7
}

.btn-outline-teal:hover {
    color: #212529;
    background-color: #57c4c7;
    border-color: #57c4c7
}

.btn-outline-teal.focus,.btn-outline-teal:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(87,196,199,.5);
    box-shadow: 0 0 0 .2rem rgba(87,196,199,.5)
}

.btn-outline-teal.disabled,.btn-outline-teal:disabled {
    color: #57c4c7;
    background-color: rgba(0,0,0,0)
}

.btn-outline-teal:not(:disabled):not(.disabled).active,.btn-outline-teal:not(:disabled):not(.disabled):active,.show>.btn-outline-teal.dropdown-toggle {
    color: #212529;
    background-color: #57c4c7;
    border-color: #57c4c7
}

.btn-outline-teal:not(:disabled):not(.disabled).active:focus,.btn-outline-teal:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-teal.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(87,196,199,.5);
    box-shadow: 0 0 0 .2rem rgba(87,196,199,.5)
}

.btn-outline-cyan {
    color: #07c8fd;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #07c8fd
}

.btn-outline-cyan:hover {
    color: #fff;
    background-color: #07c8fd;
    border-color: #07c8fd
}

.btn-outline-cyan.focus,.btn-outline-cyan:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(7,200,253,.5);
    box-shadow: 0 0 0 .2rem rgba(7,200,253,.5)
}

.btn-outline-cyan.disabled,.btn-outline-cyan:disabled {
    color: #07c8fd;
    background-color: rgba(0,0,0,0)
}

.btn-outline-cyan:not(:disabled):not(.disabled).active,.btn-outline-cyan:not(:disabled):not(.disabled):active,.show>.btn-outline-cyan.dropdown-toggle {
    color: #fff;
    background-color: #07c8fd;
    border-color: #07c8fd
}

.btn-outline-cyan:not(:disabled):not(.disabled).active:focus,.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-cyan.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(7,200,253,.5);
    box-shadow: 0 0 0 .2rem rgba(7,200,253,.5)
}

.btn-outline-gray {
    color: #65666b;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #65666b
}

.btn-outline-gray:hover {
    color: #fff;
    background-color: #65666b;
    border-color: #65666b
}

.btn-outline-gray.focus,.btn-outline-gray:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(101,102,107,.5);
    box-shadow: 0 0 0 .2rem rgba(101,102,107,.5)
}

.btn-outline-gray.disabled,.btn-outline-gray:disabled {
    color: #65666b;
    background-color: rgba(0,0,0,0)
}

.btn-outline-gray:not(:disabled):not(.disabled).active,.btn-outline-gray:not(:disabled):not(.disabled):active,.show>.btn-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #65666b;
    border-color: #65666b
}

.btn-outline-gray:not(:disabled):not(.disabled).active:focus,.btn-outline-gray:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(101,102,107,.5);
    box-shadow: 0 0 0 .2rem rgba(101,102,107,.5)
}

.btn-outline-gray-dark {
    color: #3c4349;
    background-color: rgba(0,0,0,0);
    background-image: none;
    border-color: #3c4349
}

.btn-outline-gray-dark:hover {
    color: #fff;
    background-color: #3c4349;
    border-color: #3c4349
}

.btn-outline-gray-dark.focus,.btn-outline-gray-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60,67,73,.5);
    box-shadow: 0 0 0 .2rem rgba(60,67,73,.5)
}

.btn-outline-gray-dark.disabled,.btn-outline-gray-dark:disabled {
    color: #3c4349;
    background-color: rgba(0,0,0,0)
}

.btn-outline-gray-dark:not(:disabled):not(.disabled).active,.btn-outline-gray-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #3c4349;
    border-color: #3c4349
}

.btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(60,67,73,.5);
    box-shadow: 0 0 0 .2rem rgba(60,67,73,.5)
}

.btn-link {
    font-weight: 400;
    color: #007cba;
    background-color: rgba(0,0,0,0)
}

.btn-link:hover {
    color: #00496e;
    text-decoration: underline;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0)
}

.btn-link.focus,.btn-link:focus {
    text-decoration: underline;
    border-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,.btn-link:disabled {
    color: #65666b;
    pointer-events: none
}

.btn-group-lg>.btn,.btn-lg {
    padding: 18px 20px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 10em
}

.btn-group-sm>.btn,.btn-sm {
    padding: 12px 15px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1;
    border-radius: 10em
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade:not(.show) {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.collapsing,.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid rgba(0,0,0,0);
    border-bottom: 0;
    border-left: .3em solid rgba(0,0,0,0)
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 16px;
    font-size: 1rem;
    color: #3a3a3a;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid rgba(0,0,0,0);
    border-bottom: .3em solid;
    border-left: .3em solid rgba(0,0,0,0)
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0,0,0,0);
    border-right: 0;
    border-bottom: .3em solid rgba(0,0,0,0);
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle:after {
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0,0,0,0);
    border-right: .3em solid;
    border-bottom: .3em solid rgba(0,0,0,0)
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .46875rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0,0,0,0);
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007cba
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #65666b;
    background-color: rgba(0,0,0,0)
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: 14px;
    font-size: .875rem;
    color: #65666b;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus {
    z-index: 1
}

.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group,.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 15px;
    padding-left: 15px
}

.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: 11.25px;
    padding-left: 11.25px
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: 15px;
    padding-left: 15px
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #b0b0b0;
    border-radius: 4px
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 6px
}

.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 3px
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 24px;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    background-color: #007cba
}

.custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,124,186,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,124,186,.25)
}

.custom-control-input:active~.custom-control-label:before {
    color: #fff;
    background-color: #6ecfff
}

.custom-control-input:disabled~.custom-control-label {
    color: #65666b
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label:before {
    position: absolute;
    top: 4px;
    top: .25rem;
    left: -24px;
    left: -1.5rem;
    display: block;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f6f6f7
}

.custom-control-label:after {
    position: absolute;
    top: 4px;
    top: .25rem;
    left: -24px;
    left: -1.5rem;
    display: block;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: 4px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #007cba
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #007cba
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0,124,186,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0,124,186,.5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #007cba
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0,124,186,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #444;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233C4349' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 12px center;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233C4349' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #3bbeff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(59,190,255,.5);
    box-shadow: 0 0 0 .2rem rgba(59,190,255,.5)
}

.custom-select:focus::-ms-value {
    color: #444;
    background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #65666b;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    font-size: 75%
}

.custom-select-lg,.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.25rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #3bbeff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,124,186,.25);
    box-shadow: 0 0 0 .2rem rgba(0,124,186,.25)
}

.custom-file-input:focus~.custom-file-label:after {
    border-color: #3bbeff
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #444;
    background-color: #fff;
    border: 1px solid #b0b0b0;
    border-radius: 4px
}

.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 36px;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #444;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #b0b0b0;
    border-radius: 0 4px 4px 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: rgba(0,0,0,0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,124,186,.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,124,186,.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,124,186,.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,124,186,.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007cba;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #6ecfff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    height: .5rem;
    color: rgba(0,0,0,0);
    cursor: pointer;
    background-color: #f6f6f7;
    border-color: rgba(0,0,0,0);
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    background-color: #007cba;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

.custom-range::-moz-range-thumb:active {
    background-color: #6ecfff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 8px;
    height: .5rem;
    color: rgba(0,0,0,0);
    cursor: pointer;
    background-color: #f6f6f7;
    border-color: rgba(0,0,0,0);
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007cba;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

.custom-range::-ms-thumb:active {
    background-color: #6ecfff
}

.custom-range::-ms-track {
    width: 100%;
    height: 8px;
    height: .5rem;
    color: rgba(0,0,0,0);
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    border-width: .5rem
}

.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper {
    background-color: #f6f6f7;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-control-label:before,.custom-file-label,.custom-select {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #65666b
}

.nav-tabs {
    border-bottom: 1px solid #f6f6f7
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid rgba(0,0,0,0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #f6f6f7
}

.nav-tabs .nav-link.disabled {
    color: #65666b;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0)
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #444;
    background-color: #fff;
    border-color: #f6f6f7 #f6f6f7 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 4px
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007cba
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2rem
}

.navbar>.container,.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 2rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    border-radius: 10em
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: #007cba
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: #007cba
}

.navbar-light .navbar-nav .nav-link {
    color: #4a4d57
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: #007cba
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
    color: #007cba
}

.navbar-light .navbar-toggler {
    color: #4a4d57;
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%234a4d57' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: #4a4d57
}

.navbar-light .navbar-text a {
    color: #007cba
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: #007cba
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0,0%,100%,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0,0%,100%,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0,0%,100%,.5);
    border-color: hsla(0,0%,100%,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0,0%,100%,.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: 3px 3px 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 3px 3px
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: 3px
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 16px
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 16px
}

.card-columns .card {
    margin-bottom: .75rem
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgba(0,0,0,0);
    border-radius: 4px
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #5c6167;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #b8babd
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 4px
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007cba;
    background-color: #fff;
    border: 1px solid #f6f6f7
}

.page-link:hover {
    z-index: 2;
    color: #00496e;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #f6f6f7
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,124,186,.25);
    box-shadow: 0 0 0 .2rem rgba(0,124,186,.25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007cba;
    border-color: #007cba
}

.page-item.disabled .page-link {
    color: #65666b;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #f6f6f7
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #444;
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    color: #444;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #3a3a3a;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item:focus,.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #65666b;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007cba;
    border-color: #007cba
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004061;
    background-color: #b8daec
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    color: #004061;
    background-color: #a4d0e7
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004061;
    border-color: #004061
}

.list-group-item-secondary {
    color: #00313b;
    background-color: #b8d2d8
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
    color: #00313b;
    background-color: #a8c8cf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #00313b;
    border-color: #00313b
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #004061;
    background-color: #b8daec
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
    color: #004061;
    background-color: #a4d0e7
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #004061;
    border-color: #004061
}

.list-group-item-warning {
    color: #846500;
    background-color: #feeeb8
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
    color: #846500;
    background-color: #fee89f
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #846500;
    border-color: #846500
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1f2326;
    background-color: #c8cacc
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
    color: #1f2326;
    background-color: #bbbdc0
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1f2326;
    border-color: #1f2326
}

.list-group-item-white {
    color: #858585;
    background-color: #fff
}

.list-group-item-white.list-group-item-action:focus,.list-group-item-white.list-group-item-action:hover {
    color: #858585;
    background-color: #f2f2f2
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.list-group-item-blue {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-blue.list-group-item-action:focus,.list-group-item-blue.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-indigo {
    color: #111c25;
    background-color: #c1c7cc
}

.list-group-item-indigo.list-group-item-action:focus,.list-group-item-indigo.list-group-item-action:hover {
    color: #111c25;
    background-color: #b3bac0
}

.list-group-item-indigo.list-group-item-action.active {
    color: #fff;
    background-color: #111c25;
    border-color: #111c25
}

.list-group-item-purple {
    color: #3a2264;
    background-color: #d7caee
}

.list-group-item-purple.list-group-item-action:focus,.list-group-item-purple.list-group-item-action:hover {
    color: #3a2264;
    background-color: #c8b7e8
}

.list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #3a2264;
    border-color: #3a2264
}

.list-group-item-pink {
    color: #792049;
    background-color: #f9c9df
}

.list-group-item-pink.list-group-item-action:focus,.list-group-item-pink.list-group-item-action:hover {
    color: #792049;
    background-color: #f6b2d1
}

.list-group-item-pink.list-group-item-action.active {
    color: #fff;
    background-color: #792049;
    border-color: #792049
}

.list-group-item-red {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-red.list-group-item-action:focus,.list-group-item-red.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-orange {
    color: #7d3200;
    background-color: #fbd2b8
}

.list-group-item-orange.list-group-item-action:focus,.list-group-item-orange.list-group-item-action:hover {
    color: #7d3200;
    background-color: #fac3a0
}

.list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #7d3200;
    border-color: #7d3200
}

.list-group-item-yellow {
    color: #846500;
    background-color: #feeeb8
}

.list-group-item-yellow.list-group-item-action:focus,.list-group-item-yellow.list-group-item-action:hover {
    color: #846500;
    background-color: #fee89f
}

.list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #846500;
    border-color: #846500
}

.list-group-item-green {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-green.list-group-item-action:focus,.list-group-item-green.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-teal {
    color: #2d6667;
    background-color: #d0eeef
}

.list-group-item-teal.list-group-item-action:focus,.list-group-item-teal.list-group-item-action:hover {
    color: #2d6667;
    background-color: #bde7e9
}

.list-group-item-teal.list-group-item-action.active {
    color: #fff;
    background-color: #2d6667;
    border-color: #2d6667
}

.list-group-item-cyan {
    color: #046884;
    background-color: #baf0fe
}

.list-group-item-cyan.list-group-item-action:focus,.list-group-item-cyan.list-group-item-action:hover {
    color: #046884;
    background-color: #a1ebfe
}

.list-group-item-cyan.list-group-item-action.active {
    color: #fff;
    background-color: #046884;
    border-color: #046884
}

.list-group-item-gray {
    color: #353538;
    background-color: #d4d4d6
}

.list-group-item-gray.list-group-item-action:focus,.list-group-item-gray.list-group-item-action:hover {
    color: #353538;
    background-color: #c7c7ca
}

.list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #353538;
    border-color: #353538
}

.list-group-item-gray-dark {
    color: #1f2326;
    background-color: #c8cacc
}

.list-group-item-gray-dark.list-group-item-action:focus,.list-group-item-gray-dark.list-group-item-action:hover {
    color: #1f2326;
    background-color: #bbbdc0
}

.list-group-item-gray-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1f2326;
    border-color: #1f2326
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #213648
}

.modal-backdrop.fade {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.modal-backdrop.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: .7
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: lato,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 14px;
    font-size: .875rem;
    word-wrap: break-word;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.tooltip.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 12.8px;
    width: .8rem;
    height: 6.4px;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: rgba(0,0,0,0);
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
    left: 0;
    width: 6.4px;
    width: .4rem;
    height: 12.8px;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
    right: 0;
    width: 6.4px;
    width: .4rem;
    height: 12.8px;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: lato,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 14px;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px
}

.popover,.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 16px;
    width: 1rem;
    height: 8px;
    height: .5rem;
    margin: 0 6px
}

.popover .arrow:after,.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(0,0,0,0);
    border-style: solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow {
    left: calc(-.5rem - 1px);
    width: 8px;
    width: .5rem;
    height: 16px;
    height: 1rem;
    margin: 6px 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 16px;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow {
    right: calc(-.5rem - 1px);
    width: 8px;
    width: .5rem;
    height: 16px;
    height: 1rem;
    margin: 6px 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    color: #282828;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #3a3a3a
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007cba!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #005a87!important
}

.bg-secondary {
    background-color: #005f72!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #00353f!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #007cba!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #005a87!important
}

.bg-warning {
    background-color: #fdc200!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
    background-color: #ca9b00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #3c4349!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
    background-color: #25292d!important
}

a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover {
    background-color: #e6e6e6!important
}

.bg-blue {
    background-color: #007bff!important
}

a.bg-blue:focus,a.bg-blue:hover,button.bg-blue:focus,button.bg-blue:hover {
    background-color: #0062cc!important
}

.bg-indigo {
    background-color: #213648!important
}

a.bg-indigo:focus,a.bg-indigo:hover,button.bg-indigo:focus,button.bg-indigo:hover {
    background-color: #111c25!important
}

.bg-purple {
    background-color: #6f42c1!important
}

a.bg-purple:focus,a.bg-purple:hover,button.bg-purple:focus,button.bg-purple:hover {
    background-color: #59339d!important
}

.bg-pink {
    background-color: #e83e8c!important
}

a.bg-pink:focus,a.bg-pink:hover,button.bg-pink:focus,button.bg-pink:hover {
    background-color: #d91a72!important
}

.bg-red {
    background-color: #dc3545!important
}

a.bg-red:focus,a.bg-red:hover,button.bg-red:focus,button.bg-red:hover {
    background-color: #bd2130!important
}

.bg-orange {
    background-color: #f06000!important
}

a.bg-orange:focus,a.bg-orange:hover,button.bg-orange:focus,button.bg-orange:hover {
    background-color: #bd4c00!important
}

.bg-yellow {
    background-color: #fdc200!important
}

a.bg-yellow:focus,a.bg-yellow:hover,button.bg-yellow:focus,button.bg-yellow:hover {
    background-color: #ca9b00!important
}

.bg-green {
    background-color: #28a745!important
}

a.bg-green:focus,a.bg-green:hover,button.bg-green:focus,button.bg-green:hover {
    background-color: #1e7e34!important
}

.bg-teal {
    background-color: #57c4c7!important
}

a.bg-teal:focus,a.bg-teal:hover,button.bg-teal:focus,button.bg-teal:hover {
    background-color: #3badb0!important
}

.bg-cyan {
    background-color: #07c8fd!important
}

a.bg-cyan:focus,a.bg-cyan:hover,button.bg-cyan:focus,button.bg-cyan:hover {
    background-color: #02a3cf!important
}

.bg-gray {
    background-color: #65666b!important
}

a.bg-gray:focus,a.bg-gray:hover,button.bg-gray:focus,button.bg-gray:hover {
    background-color: #4c4d51!important
}

.bg-gray-dark {
    background-color: #3c4349!important
}

a.bg-gray-dark:focus,a.bg-gray-dark:hover,button.bg-gray-dark:focus,button.bg-gray-dark:hover {
    background-color: #25292d!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: rgba(0,0,0,0)!important
}

.border {
    border: 1px solid #f6f6f7!important
}

.border-top {
    border-top: 1px solid #f6f6f7!important
}

.border-right {
    border-right: 1px solid #f6f6f7!important
}

.border-bottom {
    border-bottom: 1px solid #f6f6f7!important
}

.border-left {
    border-left: 1px solid #f6f6f7!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007cba!important
}

.border-secondary {
    border-color: #005f72!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #007cba!important
}

.border-warning {
    border-color: #fdc200!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #3c4349!important
}

.border-blue {
    border-color: #007bff!important
}

.border-indigo {
    border-color: #213648!important
}

.border-purple {
    border-color: #6f42c1!important
}

.border-pink {
    border-color: #e83e8c!important
}

.border-red {
    border-color: #dc3545!important
}

.border-orange {
    border-color: #f06000!important
}

.border-yellow {
    border-color: #fdc200!important
}

.border-green {
    border-color: #28a745!important
}

.border-teal {
    border-color: #57c4c7!important
}

.border-cyan {
    border-color: #07c8fd!important
}

.border-gray {
    border-color: #65666b!important
}

.border-gray-dark {
    border-color: #3c4349!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: 4px!important
}

.rounded-top {
    border-top-left-radius: 4px!important
}

.rounded-right,.rounded-top {
    border-top-right-radius: 4px!important
}

.rounded-bottom,.rounded-right {
    border-bottom-right-radius: 4px!important
}

.rounded-bottom,.rounded-left {
    border-bottom-left-radius: 4px!important
}

.rounded-left {
    border-top-left-radius: 4px!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position: sticky) {
    .sticky-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .375rem rgba(0,0,0,.2)!important;
    box-shadow: 0 .125rem .375rem rgba(0,0,0,.2)!important
}

.shadow {
    -webkit-box-shadow: 0 0 14px 0 rgba(0,0,0,.1)!important;
    box-shadow: 0 0 14px 0 rgba(0,0,0,.1)!important
}

.shadow-lg {
    -webkit-box-shadow: 0 0 1.875rem rgba(0,0,0,.15)!important;
    box-shadow: 0 0 1.875rem rgba(0,0,0,.15)!important
}

.shadow-none {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.w-45 {
    width: 45%!important
}

.w-55 {
    width: 55%!important
}

.w-80 {
    width: 80%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.h-45 {
    height: 45%!important
}

.h-55 {
    height: 55%!important
}

.h-80 {
    height: 80%!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .234375rem!important
}

.mt-1,.my-1 {
    margin-top: .234375rem!important
}

.mr-1,.mx-1 {
    margin-right: .234375rem!important
}

.mb-1,.my-1 {
    margin-bottom: .234375rem!important
}

.ml-1,.mx-1 {
    margin-left: .234375rem!important
}

.m-2 {
    margin: .46875rem!important
}

.mt-2,.my-2 {
    margin-top: .46875rem!important
}

.mr-2,.mx-2 {
    margin-right: .46875rem!important
}

.mb-2,.my-2 {
    margin-bottom: .46875rem!important
}

.ml-2,.mx-2 {
    margin-left: .46875rem!important
}

.m-3 {
    margin: .9375rem!important
}

.mt-3,.my-3 {
    margin-top: .9375rem!important
}

.mr-3,.mx-3 {
    margin-right: .9375rem!important
}

.mb-3,.my-3 {
    margin-bottom: .9375rem!important
}

.ml-3,.mx-3 {
    margin-left: .9375rem!important
}

.m-4 {
    margin: 1.40625rem!important
}

.mt-4,.my-4 {
    margin-top: 1.40625rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.40625rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.40625rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.40625rem!important
}

.m-5 {
    margin: 2.8125rem!important
}

.mt-5,.my-5 {
    margin-top: 2.8125rem!important
}

.mr-5,.mx-5 {
    margin-right: 2.8125rem!important
}

.mb-5,.my-5 {
    margin-bottom: 2.8125rem!important
}

.ml-5,.mx-5 {
    margin-left: 2.8125rem!important
}

.m-6 {
    margin: 4.21875rem!important
}

.mt-6,.my-6 {
    margin-top: 4.21875rem!important
}

.mr-6,.mx-6 {
    margin-right: 4.21875rem!important
}

.mb-6,.my-6 {
    margin-bottom: 4.21875rem!important
}

.ml-6,.mx-6 {
    margin-left: 4.21875rem!important
}

.m-7 {
    margin: 4.6875rem!important
}

.mt-7,.my-7 {
    margin-top: 4.6875rem!important
}

.mr-7,.mx-7 {
    margin-right: 4.6875rem!important
}

.mb-7,.my-7 {
    margin-bottom: 4.6875rem!important
}

.ml-7,.mx-7 {
    margin-left: 4.6875rem!important
}

.m-8 {
    margin: 5.15625rem!important
}

.mt-8,.my-8 {
    margin-top: 5.15625rem!important
}

.mr-8,.mx-8 {
    margin-right: 5.15625rem!important
}

.mb-8,.my-8 {
    margin-bottom: 5.15625rem!important
}

.ml-8,.mx-8 {
    margin-left: 5.15625rem!important
}

.m-9 {
    margin: 5.625rem!important
}

.mt-9,.my-9 {
    margin-top: 5.625rem!important
}

.mr-9,.mx-9 {
    margin-right: 5.625rem!important
}

.mb-9,.my-9 {
    margin-bottom: 5.625rem!important
}

.ml-9,.mx-9 {
    margin-left: 5.625rem!important
}

.m-10 {
    margin: 6.09375rem!important
}

.mt-10,.my-10 {
    margin-top: 6.09375rem!important
}

.mr-10,.mx-10 {
    margin-right: 6.09375rem!important
}

.mb-10,.my-10 {
    margin-bottom: 6.09375rem!important
}

.ml-10,.mx-10 {
    margin-left: 6.09375rem!important
}

.m-sub-1 {
    margin: .09375rem!important
}

.mt-sub-1,.my-sub-1 {
    margin-top: .09375rem!important
}

.mr-sub-1,.mx-sub-1 {
    margin-right: .09375rem!important
}

.mb-sub-1,.my-sub-1 {
    margin-bottom: .09375rem!important
}

.ml-sub-1,.mx-sub-1 {
    margin-left: .09375rem!important
}

.m-sub-2 {
    margin: .1875rem!important
}

.mt-sub-2,.my-sub-2 {
    margin-top: .1875rem!important
}

.mr-sub-2,.mx-sub-2 {
    margin-right: .1875rem!important
}

.mb-sub-2,.my-sub-2 {
    margin-bottom: .1875rem!important
}

.ml-sub-2,.mx-sub-2 {
    margin-left: .1875rem!important
}

.m-sub-3 {
    margin: .28125rem!important
}

.mt-sub-3,.my-sub-3 {
    margin-top: .28125rem!important
}

.mr-sub-3,.mx-sub-3 {
    margin-right: .28125rem!important
}

.mb-sub-3,.my-sub-3 {
    margin-bottom: .28125rem!important
}

.ml-sub-3,.mx-sub-3 {
    margin-left: .28125rem!important
}

.m-sub-4 {
    margin: .375rem!important
}

.mt-sub-4,.my-sub-4 {
    margin-top: .375rem!important
}

.mr-sub-4,.mx-sub-4 {
    margin-right: .375rem!important
}

.mb-sub-4,.my-sub-4 {
    margin-bottom: .375rem!important
}

.ml-sub-4,.mx-sub-4 {
    margin-left: .375rem!important
}

.m-sub-5 {
    margin: .46875rem!important
}

.mt-sub-5,.my-sub-5 {
    margin-top: .46875rem!important
}

.mr-sub-5,.mx-sub-5 {
    margin-right: .46875rem!important
}

.mb-sub-5,.my-sub-5 {
    margin-bottom: .46875rem!important
}

.ml-sub-5,.mx-sub-5 {
    margin-left: .46875rem!important
}

.m-sub-6 {
    margin: .5625rem!important
}

.mt-sub-6,.my-sub-6 {
    margin-top: .5625rem!important
}

.mr-sub-6,.mx-sub-6 {
    margin-right: .5625rem!important
}

.mb-sub-6,.my-sub-6 {
    margin-bottom: .5625rem!important
}

.ml-sub-6,.mx-sub-6 {
    margin-left: .5625rem!important
}

.m-sub-7 {
    margin: .65625rem!important
}

.mt-sub-7,.my-sub-7 {
    margin-top: .65625rem!important
}

.mr-sub-7,.mx-sub-7 {
    margin-right: .65625rem!important
}

.mb-sub-7,.my-sub-7 {
    margin-bottom: .65625rem!important
}

.ml-sub-7,.mx-sub-7 {
    margin-left: .65625rem!important
}

.m-sub-8 {
    margin: .75rem!important
}

.mt-sub-8,.my-sub-8 {
    margin-top: .75rem!important
}

.mr-sub-8,.mx-sub-8 {
    margin-right: .75rem!important
}

.mb-sub-8,.my-sub-8 {
    margin-bottom: .75rem!important
}

.ml-sub-8,.mx-sub-8 {
    margin-left: .75rem!important
}

.m-sub-9 {
    margin: .84375rem!important
}

.mt-sub-9,.my-sub-9 {
    margin-top: .84375rem!important
}

.mr-sub-9,.mx-sub-9 {
    margin-right: .84375rem!important
}

.mb-sub-9,.my-sub-9 {
    margin-bottom: .84375rem!important
}

.ml-sub-9,.mx-sub-9 {
    margin-left: .84375rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .234375rem!important
}

.pt-1,.py-1 {
    padding-top: .234375rem!important
}

.pr-1,.px-1 {
    padding-right: .234375rem!important
}

.pb-1,.py-1 {
    padding-bottom: .234375rem!important
}

.pl-1,.px-1 {
    padding-left: .234375rem!important
}

.p-2 {
    padding: .46875rem!important
}

.pt-2,.py-2 {
    padding-top: .46875rem!important
}

.pr-2,.px-2 {
    padding-right: .46875rem!important
}

.pb-2,.py-2 {
    padding-bottom: .46875rem!important
}

.pl-2,.px-2 {
    padding-left: .46875rem!important
}

.p-3 {
    padding: .9375rem!important
}

.pt-3,.py-3 {
    padding-top: .9375rem!important
}

.pr-3,.px-3 {
    padding-right: .9375rem!important
}

.pb-3,.py-3 {
    padding-bottom: .9375rem!important
}

.pl-3,.px-3 {
    padding-left: .9375rem!important
}

.p-4 {
    padding: 1.40625rem!important
}

.pt-4,.py-4 {
    padding-top: 1.40625rem!important
}

.pr-4,.px-4 {
    padding-right: 1.40625rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.40625rem!important
}

.pl-4,.px-4 {
    padding-left: 1.40625rem!important
}

.p-5 {
    padding: 2.8125rem!important
}

.pt-5,.py-5 {
    padding-top: 2.8125rem!important
}

.pr-5,.px-5 {
    padding-right: 2.8125rem!important
}

.pb-5,.py-5 {
    padding-bottom: 2.8125rem!important
}

.pl-5,.px-5 {
    padding-left: 2.8125rem!important
}

.p-6 {
    padding: 4.21875rem!important
}

.pt-6,.py-6 {
    padding-top: 4.21875rem!important
}

.pr-6,.px-6 {
    padding-right: 4.21875rem!important
}

.pb-6,.py-6 {
    padding-bottom: 4.21875rem!important
}

.pl-6,.px-6 {
    padding-left: 4.21875rem!important
}

.p-7 {
    padding: 4.6875rem!important
}

.pt-7,.py-7 {
    padding-top: 4.6875rem!important
}

.pr-7,.px-7 {
    padding-right: 4.6875rem!important
}

.pb-7,.py-7 {
    padding-bottom: 4.6875rem!important
}

.pl-7,.px-7 {
    padding-left: 4.6875rem!important
}

.p-8 {
    padding: 5.15625rem!important
}

.pt-8,.py-8 {
    padding-top: 5.15625rem!important
}

.pr-8,.px-8 {
    padding-right: 5.15625rem!important
}

.pb-8,.py-8 {
    padding-bottom: 5.15625rem!important
}

.pl-8,.px-8 {
    padding-left: 5.15625rem!important
}

.p-9 {
    padding: 5.625rem!important
}

.pt-9,.py-9 {
    padding-top: 5.625rem!important
}

.pr-9,.px-9 {
    padding-right: 5.625rem!important
}

.pb-9,.py-9 {
    padding-bottom: 5.625rem!important
}

.pl-9,.px-9 {
    padding-left: 5.625rem!important
}

.p-10 {
    padding: 6.09375rem!important
}

.pt-10,.py-10 {
    padding-top: 6.09375rem!important
}

.pr-10,.px-10 {
    padding-right: 6.09375rem!important
}

.pb-10,.py-10 {
    padding-bottom: 6.09375rem!important
}

.pl-10,.px-10 {
    padding-left: 6.09375rem!important
}

.p-sub-1 {
    padding: .09375rem!important
}

.pt-sub-1,.py-sub-1 {
    padding-top: .09375rem!important
}

.pr-sub-1,.px-sub-1 {
    padding-right: .09375rem!important
}

.pb-sub-1,.py-sub-1 {
    padding-bottom: .09375rem!important
}

.pl-sub-1,.px-sub-1 {
    padding-left: .09375rem!important
}

.p-sub-2 {
    padding: .1875rem!important
}

.pt-sub-2,.py-sub-2 {
    padding-top: .1875rem!important
}

.pr-sub-2,.px-sub-2 {
    padding-right: .1875rem!important
}

.pb-sub-2,.py-sub-2 {
    padding-bottom: .1875rem!important
}

.pl-sub-2,.px-sub-2 {
    padding-left: .1875rem!important
}

.p-sub-3 {
    padding: .28125rem!important
}

.pt-sub-3,.py-sub-3 {
    padding-top: .28125rem!important
}

.pr-sub-3,.px-sub-3 {
    padding-right: .28125rem!important
}

.pb-sub-3,.py-sub-3 {
    padding-bottom: .28125rem!important
}

.pl-sub-3,.px-sub-3 {
    padding-left: .28125rem!important
}

.p-sub-4 {
    padding: .375rem!important
}

.pt-sub-4,.py-sub-4 {
    padding-top: .375rem!important
}

.pr-sub-4,.px-sub-4 {
    padding-right: .375rem!important
}

.pb-sub-4,.py-sub-4 {
    padding-bottom: .375rem!important
}

.pl-sub-4,.px-sub-4 {
    padding-left: .375rem!important
}

.p-sub-5 {
    padding: .46875rem!important
}

.pt-sub-5,.py-sub-5 {
    padding-top: .46875rem!important
}

.pr-sub-5,.px-sub-5 {
    padding-right: .46875rem!important
}

.pb-sub-5,.py-sub-5 {
    padding-bottom: .46875rem!important
}

.pl-sub-5,.px-sub-5 {
    padding-left: .46875rem!important
}

.p-sub-6 {
    padding: .5625rem!important
}

.pt-sub-6,.py-sub-6 {
    padding-top: .5625rem!important
}

.pr-sub-6,.px-sub-6 {
    padding-right: .5625rem!important
}

.pb-sub-6,.py-sub-6 {
    padding-bottom: .5625rem!important
}

.pl-sub-6,.px-sub-6 {
    padding-left: .5625rem!important
}

.p-sub-7 {
    padding: .65625rem!important
}

.pt-sub-7,.py-sub-7 {
    padding-top: .65625rem!important
}

.pr-sub-7,.px-sub-7 {
    padding-right: .65625rem!important
}

.pb-sub-7,.py-sub-7 {
    padding-bottom: .65625rem!important
}

.pl-sub-7,.px-sub-7 {
    padding-left: .65625rem!important
}

.p-sub-8 {
    padding: .75rem!important
}

.pt-sub-8,.py-sub-8 {
    padding-top: .75rem!important
}

.pr-sub-8,.px-sub-8 {
    padding-right: .75rem!important
}

.pb-sub-8,.py-sub-8 {
    padding-bottom: .75rem!important
}

.pl-sub-8,.px-sub-8 {
    padding-left: .75rem!important
}

.p-sub-9 {
    padding: .84375rem!important
}

.pt-sub-9,.py-sub-9 {
    padding-top: .84375rem!important
}

.pr-sub-9,.px-sub-9 {
    padding-right: .84375rem!important
}

.pb-sub-9,.py-sub-9 {
    padding-bottom: .84375rem!important
}

.pl-sub-9,.px-sub-9 {
    padding-left: .84375rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 600!important
}

.font-italic {
    font-style: italic!important
}

.text-primary {
    color: #007cba!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #005a87!important
}

.text-secondary {
    color: #005f72!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #00353f!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #007cba!important
}

a.text-info:focus,a.text-info:hover {
    color: #005a87!important
}

.text-warning {
    color: #fdc200!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #ca9b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #3c4349!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #25292d!important
}

.text-white {
    color: #fff!important
}

a.text-white:focus,a.text-white:hover {
    color: #e6e6e6!important
}

.text-blue {
    color: #007bff!important
}

a.text-blue:focus,a.text-blue:hover {
    color: #0062cc!important
}

.text-indigo {
    color: #213648!important
}

a.text-indigo:focus,a.text-indigo:hover {
    color: #111c25!important
}

.text-purple {
    color: #6f42c1!important
}

a.text-purple:focus,a.text-purple:hover {
    color: #59339d!important
}

.text-pink {
    color: #e83e8c!important
}

a.text-pink:focus,a.text-pink:hover {
    color: #d91a72!important
}

.text-red {
    color: #dc3545!important
}

a.text-red:focus,a.text-red:hover {
    color: #bd2130!important
}

.text-orange {
    color: #f06000!important
}

a.text-orange:focus,a.text-orange:hover {
    color: #bd4c00!important
}

.text-yellow {
    color: #fdc200!important
}

a.text-yellow:focus,a.text-yellow:hover {
    color: #ca9b00!important
}

.text-green {
    color: #28a745!important
}

a.text-green:focus,a.text-green:hover {
    color: #1e7e34!important
}

.text-teal {
    color: #57c4c7!important
}

a.text-teal:focus,a.text-teal:hover {
    color: #3badb0!important
}

.text-cyan {
    color: #07c8fd!important
}

a.text-cyan:focus,a.text-cyan:hover {
    color: #02a3cf!important
}

.text-gray {
    color: #65666b!important
}

a.text-gray:focus,a.text-gray:hover {
    color: #4c4d51!important
}

.text-gray-dark {
    color: #3c4349!important
}

a.text-gray-dark:focus,a.text-gray-dark:hover {
    color: #25292d!important
}

.text-body {
    color: #3a3a3a!important
}

.text-muted {
    color: #b8babd!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: hsla(0,0%,100%,.5)!important
}

.text-hide {
    font: 0/0 a;
    color: rgba(0,0,0,0);
    text-shadow: none;
    background-color: rgba(0,0,0,0);
    border: 0
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.display-5 {
    font-size: 40px;
    font-size: 2.5rem
}

.display-5,.display-6 {
    font-weight: 300;
    line-height: 1.2
}

.display-6 {
    font-size: 24px;
    font-size: 1.5rem
}

.img-outside-of-col,.no-scroll {
    overflow: hidden
}

.img-outside-of-col .img-max-height-400 {
    max-height: 400px
}

.separator:not(li):before {
    content: "|"
}

.border-2 {
    border: 2px solid
}

.underline-0 {
    text-decoration: none!important
}

.rounded-1 {
    border-radius: .5rem
}

.rounded-2,.rounded-sub-1 {
    border-radius: .625rem
}

.overlap-2 {
    z-index: 2
}

.no-outline:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.no-underline {
    text-decoration: none
}

body,html {
    -webkit-font-smoothing: antialiased
}

.bg-blue-1 {
    position: relative
}

.bg-blue-1:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 420px;
    background-image: url(/dist/site/static/bg/bg-analytics.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    top: 0;
    z-index: 0
}

.bg-gray-2 {
    position: relative
}

.bg-blue-3 {
    background-image: -o-linear-gradient(right,#6658fe,#4940b7);
    background-image: -webkit-gradient(linear,right top, left top,from(#6658fe),to(#4940b7));
    background-image: linear-gradient(270deg,#6658fe,#4940b7)
}

.bg-asset-management {
    position: relative
}

.bg-asset-management:before {
    content: "";
    background-image: url(/dist/site/static/bg/header-investment-asset-management.png);
    background-size: cover;
    background-position-x: 23%;
    width: 100vw;
    height: 37.5vw;
    position: absolute;
    top: 0;
    left: 0;
    min-height: calc(100% + 60px)
}

.bg-vendor-services {
    position: relative
}

.bg-vendor-services:before {
    content: "";
    background-image: url(/dist/site/static/bg/header-investment-asset-management.png);
    background-size: cover;
    background-position-x: 23%;
    width: 100vw;
    height: 37.5vw;
    position: absolute;
    top: 0;
    left: 0;
    min-height: calc(100% + 60px)
}

.bg-gray-curve {
    position: relative
}

.bg-gray-curve.reversed:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.bg-gray-curve:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    min-height: 600px;
    background-image: url(/dist/site/static/bg/grey-curve-bkg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom
}

.bg-blue-gradient {
    position: relative
}

.bg-blue-gradient.with-hero:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    background-size: 100vw auto;
    background-position: left 1px;
    bottom: -1px;
    background-repeat: no-repeat
}

.bg-blue-gradient:before {
    content: " ";
    position: absolute;
    height: 60px;
    width: 100vw;
    background-image: -o-linear-gradient(right,#6658fe,#4940b7);
    background-image: -webkit-gradient(linear,right top, left top,from(#6658fe),to(#4940b7));
    background-image: linear-gradient(270deg,#6658fe,#4940b7)
}

.bg-blue-gradient.with-hero:before {
    height: 100%
}

.leasebg-right {
    position: relative
}

.leasebg-right:before {
    content: "";
    position: absolute;
    top: -230px;
    right: -290px;
    height: 718px;
    width: 718px;
    background: url(/dist/site/static/bg/header-leaselabs-godirect.jpg);
    background-position: bottom
}

.pink-gradient {
    background: -o-linear-gradient(64deg,#ff2d55,#ff3e6d);
    background: linear-gradient(26deg,#ff2d55,#ff3e6d)
}

.purple-gradient {
    background: -o-linear-gradient(64deg,#4e4bc8,#717cff);
    background: linear-gradient(26deg,#4e4bc8,#717cff)
}

.orange-gradient {
    background: -o-linear-gradient(220deg,#ffa700,#f06000);
    background: linear-gradient(230deg,#ffa700,#f06000)
}

.blue-gradient {
    background: -o-linear-gradient(55deg,#010a62,#007be4);
    background: linear-gradient(35deg,#010a62,#007be4)
}

.no-underline {
    text-decoration: none!important
}

.no-overflow {
    overflow: hidden
}

.text-inherit {
    color: inherit
}

.rp-hr {
    border-top: 3px solid #ebebea;
    margin: 20px 0 30px
}

.line-height-0 {
    line-height: 1
}

.card {
    border-color: rgba(0,0,0,.025)
}

.nmt-5 {
    margin-top: -40px
}

.rpToggler .active {
    color: #b0b0b0!important
}

.ui-reveal-block {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100px;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.ui-reveal-block h3 {
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    top: 50%;
    margin: -20px 0 0;
    z-index: 10;
    text-transform: uppercase;
    -webkit-transition: all .35s cubic-bezier(.075,.82,.165,1);
    -o-transition: all .35s cubic-bezier(.075,.82,.165,1);
    transition: all .35s cubic-bezier(.075,.82,.165,1);
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -o-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1)
}

.ui-reveal-block h3,.ui-reveal-block p {
    color: #fff;
    text-align: center;
    position: absolute
}

.ui-reveal-block p {
    top: 30%;
    font-size: 18px;
    line-height: 22px;
    padding: 0 25px
}

.ui-reveal-block img {
    width: 100%;
    display: block
}

.ui-reveal-block .ui-reveal-text {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.5);
    -webkit-transition: all .35s cubic-bezier(.075,.82,.165,1);
    -o-transition: all .35s cubic-bezier(.075,.82,.165,1);
    transition: all .35s cubic-bezier(.075,.82,.165,1);
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -o-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1)
}

.ui-reveal-block .ui-reveal-arrow {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
    -webkit-transition: all .5s cubic-bezier(.075,.82,.165,1);
    -o-transition: all .5s cubic-bezier(.075,.82,.165,1);
    transition: all .5s cubic-bezier(.075,.82,.165,1);
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -o-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1)
}

.ui-reveal-block .ui-reveal-arrow i {
    font-size: 26px;
    color: #fff
}

.section4 div[class*=" col-"],.section4 div[class^=col-] {
    padding: 5px 5px 0 0
}

.section4 .row {
    margin: 0;
    padding-left: 5px
}

div[data-the-video-id] {
    min-height: 180px
}

.z-index-3 {
    z-index: 3
}

.videos-mh {
    min-height: 500px
}

.btn-animate-to {
    display: inline-block
}

.hid-heading {
    position: absolute;
    top: -10000px;
    z-index: -100
}

.btn {
    font-size: 18px;
    margin-bottom: 15px
}

.btn [class*=" icon-"],.btn [class^=icon-] {
    line-height: .6
}

.btn:focus {
    outline-color: rgba(0,0,0,0);
    outline-style: none
}

.btn-cta {
    color: #fff;
    background-color: #622d50;
    border-color: #622d50
}

.btn-cta:hover {
    color: #fff;
    background-color: #622d50;
    border-color: #3f1d33
}

.btn-cta.focus,.btn-cta:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(98,45,80,.5);
    box-shadow: 0 0 0 .2rem rgba(98,45,80,.5)
}

.btn-cta.disabled,.btn-cta:disabled {
    color: #fff;
    background-color: #622d50;
    border-color: #622d50
}

.btn-cta:not(:disabled):not(.disabled).active,.btn-cta:not(:disabled):not(.disabled):active,.show>.btn-cta.dropdown-toggle {
    color: #fff;
    background-color: #3f1d33;
    border-color: #36192c
}

.btn-cta:not(:disabled):not(.disabled).active:focus,.btn-cta:not(:disabled):not(.disabled):active:focus,.show>.btn-cta.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(98,45,80,.5);
    box-shadow: 0 0 0 .2rem rgba(98,45,80,.5)
}

.btn-teal {
    color: #fff;
    background-color: #00457c;
    border-color: #00457c
}

.btn-teal:hover {
    color: #fff;
    background-color: #00457c;
    border-color: #002949
}

.btn-teal.focus,.btn-teal:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,69,124,.5);
    box-shadow: 0 0 0 .2rem rgba(0,69,124,.5)
}

.btn-teal.disabled,.btn-teal:disabled {
    color: #fff;
    background-color: #00457c;
    border-color: #00457c
}

.btn-teal:not(:disabled):not(.disabled).active,.btn-teal:not(:disabled):not(.disabled):active,.show>.btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #002949;
    border-color: #00223c
}

.btn-teal:not(:disabled):not(.disabled).active:focus,.btn-teal:not(:disabled):not(.disabled):active:focus,.show>.btn-teal.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,69,124,.5);
    box-shadow: 0 0 0 .2rem rgba(0,69,124,.5)
}

.btn-next {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    display: inline-block;
    font-weight: 600
}

.btn-next:active,.btn-next:focus,.btn-next:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-next:active:before,.btn-next:focus:before,.btn-next:hover:before {
    -webkit-transform: translate(40%);
    -ms-transform: translate(40%);
    transform: translate(40%)
}

.btn-next:before {
    font-family: realpage!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    right: -20px;
    width: 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn-prev {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    padding-left: 20px
}

.btn-prev:active,.btn-prev:focus,.btn-prev:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-prev:active:before,.btn-prev:focus:before,.btn-prev:hover:before {
    -webkit-transform: translate(-40%) rotate(180deg);
    -ms-transform: translate(-40%) rotate(180deg);
    transform: translate(-40%) rotate(180deg)
}

.btn-prev:before {
    font-family: realpage!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    -webkit-transform: translate(0) rotate(180deg);
    -ms-transform: translate(0) rotate(180deg);
    transform: translate(0) rotate(180deg);
    top: 2px;
    left: -5px;
    width: 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn-next {
    padding-right: 25px
}

.btn-next:before {
    top: 2px;
    right: 0
}

.btn-swiper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #007cba;
    background-color: #fff;
    border: 2px solid #86949d;
    border-radius: 50%;
    font-size: 18px;
    text-decoration: none
}

.btn-swiper:hover {
    background-color: #fff;
    color: #007cba;
    border: 2px solid #6b7b85
}

.btn-swiper.disabled {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #dcdcdc!important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border: 2px solid #dcdcdc
}

.btn-swiper.btn-swiper-next {
    margin: 0 0 0 20px
}

.btn-swiper.btn-swiper-prev {
    margin: 0 20px 0 0
}

.swiper-pagination {
    position: relative;
    font-weight: 700
}

.swiper-pagination .bullet-active {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    color: #495965;
    background-color: #495965;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.btn-ghost {
    color: #007cba;
    background-color: #fff
}

.btn-ghost:hover {
    color: #005a87
}

.btn-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-icon [class*=" icon-"],.btn-icon [class^=icon-] {
    font-size: 22px
}

.btn-icon.btn-icon-left [class*=" icon-"],.btn-icon.btn-icon-left [class^=icon-] {
    margin-left: -7px
}

.btn-icon.btn-icon-right [class*=" icon-"],.btn-icon.btn-icon-right [class^=icon-] {
    margin-right: -7px
}

.btn-shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3)
}

.btn-white {
    color: #c95000
}

.btn-white:active,.btn-white:focus,.btn-white:hover {
    color: #c95000
}

.btn-outline-sec {
    background-color: #fff;
    color: #007cba;
    border: 1px solid #eee;
    min-width: 100px
}

.btn-outline-sec:hover {
    border-color: #007cba;
    color: #fff;
    background-color: #007cba
}

.btn-outline-sec,.btn-platinum,.btn-primary,.btn-secondary,.btn-teal {
    min-width: 100px
}

.btn-platinum {
    color: #fff;
    background-color: #3b4e7a;
    border-color: #3b4e7a
}

.btn-platinum:hover {
    color: #fff;
    background-color: #232f49;
    border-color: #2a3858
}

.btn-platinum.focus,.btn-platinum:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(59,78,122,.5);
    box-shadow: 0 0 0 .2rem rgba(59,78,122,.5)
}

.btn-platinum.disabled,.btn-platinum:disabled {
    color: #fff;
    background-color: #3b4e7a;
    border-color: #3b4e7a
}

.btn-platinum:not(:disabled):not(.disabled).active,.btn-platinum:not(:disabled):not(.disabled):active,.show>.btn-platinum.dropdown-toggle {
    color: #fff;
    background-color: #2a3858;
    border-color: #26334f
}

.btn-platinum:not(:disabled):not(.disabled).active:focus,.btn-platinum:not(:disabled):not(.disabled):active:focus,.show>.btn-platinum.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(59,78,122,.5);
    box-shadow: 0 0 0 .2rem rgba(59,78,122,.5)
}

.btn-paragraph-cta {
    color: #007cba;
    background: rgba(0,0,0,0);
    padding-left: 0;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    white-space: normal
}

.btn-paragraph-cta:active,.btn-paragraph-cta:focus,.btn-paragraph-cta:hover {
    color: #007cba;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-paragraph-cta:active:before,.btn-paragraph-cta:focus:before,.btn-paragraph-cta:hover:before {
    -webkit-transform: translate(25%,-50%);
    -ms-transform: translate(25%,-50%);
    transform: translate(25%,-50%)
}

.btn-paragraph-cta:before {
    font-family: realpage!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 5px;
    width: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn-prev-simple {
    color: #007cba;
    background: rgba(0,0,0,0);
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    white-space: normal
}

.btn-prev-simple:active,.btn-prev-simple:focus,.btn-prev-simple:hover {
    color: #007cba;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-prev-simple:active:before,.btn-prev-simple:focus:before,.btn-prev-simple:hover:before {
    -webkit-transform: translate(-25%,-50%);
    -ms-transform: translate(-25%,-50%);
    transform: translate(-25%,-50%)
}

.btn-prev-simple:before {
    font-family: realpage!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: -2px;
    width: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn-group.separated .btn:not(:last-child) {
    margin-right: -6px
}

.btn-group.separated .btn:not(:last-child):after {
    border-right: 2px solid #b0b0b0;
    content: "";
    height: 1em;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.social-button+.social-button {
    margin-left: 20px
}

.btn-outline,.btn-outline:focus {
    color: #fff;
    background-color: rgba(0,0,0,0);
    border-color: #fff
}

.btn-outline:hover {
    color: #fff;
    background-color: hsla(0,0%,100%,.2);
    border-color: #e0e0e0
}

.btn-xxlg {
    padding: 14px 32px 14px 30px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 50px
}

.btn-realworld {
    color: #fff;
    background-color: #a30b33;
    border-color: #a30b33
}

.btn-realworld:hover {
    color: #fff;
    background-color: #7f0928;
    border-color: #730824
}

.btn-realworld.focus,.btn-realworld:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(163,11,51,.5);
    box-shadow: 0 0 0 .2rem rgba(163,11,51,.5)
}

.btn-realworld.disabled,.btn-realworld:disabled {
    color: #fff;
    background-color: #a30b33;
    border-color: #a30b33
}

.btn-realworld:not(:disabled):not(.disabled).active,.btn-realworld:not(:disabled):not(.disabled):active,.show>.btn-realworld.dropdown-toggle {
    color: #fff;
    background-color: #730824;
    border-color: #670720
}

.btn-realworld:not(:disabled):not(.disabled).active:focus,.btn-realworld:not(:disabled):not(.disabled):active:focus,.show>.btn-realworld.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(163,11,51,.5);
    box-shadow: 0 0 0 .2rem rgba(163,11,51,.5)
}

.share-dropdown .dropdown-item .dropdown-text {
    color: #b8babd
}

.share-dropdown .dropdown-item:active .dropdown-text {
    color: #fff
}

.social-button.facebook {
    background-color: #3b5998
}

.social-button.twitter {
    background-color: #1da1f2
}

.social-button.linkedin {
    background-color: #4875b4
}

.btn-share {
    color: #fff;
    background: #00457c;
    padding: 10px 20px!important
}

.font-size-0 {
    font-size: 14px!important;
    font-size: .875rem!important
}

.font-size-1 {
    font-size: 15px!important;
    font-size: .9375rem!important
}

.font-size-2 {
    font-size: 16px!important;
    font-size: 1rem!important
}

.font-size-3 {
    font-size: 18px!important;
    font-size: 1.125rem!important
}

.font-size-4 {
    font-size: 20px!important;
    font-size: 1.25rem!important
}

.line-height-sub-1 {
    line-height: 15.4px!important
}

.line-height-sub-2 {
    line-height: 16.8px!important
}

.line-height-sub-3 {
    line-height: 18.2px!important
}

.line-height-sub-4 {
    line-height: 19.6px!important
}

.line-height-sub-5 {
    line-height: 21px!important
}

.line-height-sub-6 {
    line-height: 22.4px!important
}

.line-height-sub-7 {
    line-height: 23.8px!important
}

.line-height-sub-8 {
    line-height: 25.2px!important
}

.line-height-sub-9 {
    line-height: 26.6px!important
}

.line-height-sub-10 {
    line-height: 28px!important
}

.line-height-1 {
    line-height: 30.8px!important
}

.line-height-2 {
    line-height: 33.6px!important
}

.line-height-3 {
    line-height: 36.4px!important
}

.line-height-4 {
    line-height: 39.2px!important
}

.line-height-5 {
    line-height: 42px!important
}

.line-height-6 {
    line-height: 44.8px!important
}

.line-height-7 {
    line-height: 47.6px!important
}

.line-height-8 {
    line-height: 50.4px!important
}

.line-height-9 {
    line-height: 53.2px!important
}

.line-height-10 {
    line-height: 56px!important
}

.font-size-5 {
    font-size: 22.4px!important
}

.font-size-6 {
    font-size: 25.2px!important
}

.font-size-7 {
    font-size: 28px!important
}

.font-size-8 {
    font-size: 30.8px!important
}

.font-size-9 {
    font-size: 33.6px!important
}

.font-size-10 {
    font-size: 36.4px!important
}

.font-size-11 {
    font-size: 39.2px!important
}

.font-size-12 {
    font-size: 42px!important
}

.font-size-13 {
    font-size: 44.8px!important
}

.font-size-14 {
    font-size: 47.6px!important
}

.font-size-15 {
    font-size: 50.4px!important
}

.font-size-16 {
    font-size: 53.2px!important
}

.font-size-sub-1 {
    font-size: 1.4px!important
}

.font-size-sub-2 {
    font-size: 2.8px!important
}

.font-size-sub-3 {
    font-size: 4.2px!important
}

.font-size-sub-4 {
    font-size: 5.6px!important
}

.font-size-sub-5 {
    font-size: 7px!important
}

.font-size-sub-6 {
    font-size: 8.4px!important
}

.font-size-sub-7 {
    font-size: 9.8px!important
}

.font-size-sub-8 {
    font-size: 11.2px!important
}

.font-size-sub-9 {
    font-size: 12.6px!important
}

.realpage-content ul {
    font-size: 18px;
    font-size: 1.125rem
}

.h1,h1 {
    color: #010000;
    line-height: 61px
}

.h1,.h2,h1,h2 {
    font-weight: 400;
    margin-bottom: 20px
}

.h2,h2 {
    color: #282828;
    line-height: 47px
}

.h3,h3 {
    color: #282828;
    line-height: 43px;
    font-weight: 400;
    margin-bottom: 15px
}

h4 {
    line-height: 34px
}

h4,h5 {
    color: #282828;
    font-weight: 600;
    margin-bottom: 10px
}

h5 {
    line-height: 29px
}

h6 {
    color: #282828;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit;
    display: block;
    text-decoration: none!important
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    color: #007cba
}

.p,p {
    font-size: 18px;
    line-height: 28px
}

sup {
    vertical-align: super;
    font-size: 50%
}

.h1,h1 {
    font-size: 32px;
    line-height: 35px
}

.h2,h2 {
    font-size: 28px;
    line-height: 34px
}

.h3,h3 {
    font-size: 26px
}

.h3,.h4,h3,h4 {
    line-height: 32px
}

.h4,h4 {
    font-size: 22px
}

.h5,h5 {
    font-size: 20px;
    line-height: 26px
}

.h6,h6 {
    font-size: 18px;
    line-height: 24px
}

.list-group-item .text-gray-550 {
    color: #86949d
}

a:hover {
    text-decoration: none
}

.card p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px
}

.label,label {
    font-size: 12px;
    color: #5c6167;
    line-height: 15px;
    font-weight: 400
}

.text-emphasis {
    color: #3c4349;
    font-size: 22px;
    line-height: 30px
}

.main ul:not(.navbar-nav):not(.rp-ul):not(.uix-checked-list):not(.pagination):not(.select2-selection__rendered):not(.select2-results__options):not(.nav):not(.nav-tabs):not(.list-group):not(.page-numbers):not(.uix-social-share):not(.timeline):not(.default-ul),.realpage-content ul:not(.navbar-nav):not(.rp-ul):not(.uix-checked-list):not(.pagination):not(.select2-selection__rendered):not(.select2-results__options):not(.nav):not(.nav-tabs):not(.list-group):not(.page-numbers):not(.uix-social-share):not(.default-ul),.user-content-wrapper ul,ul.bullet-primary-list {
    padding-left: 0
}

.main ul:not(.navbar-nav):not(.rp-ul):not(.uix-checked-list):not(.pagination):not(.select2-selection__rendered):not(.select2-results__options):not(.nav):not(.nav-tabs):not(.list-group):not(.page-numbers):not(.uix-social-share):not(.timeline):not(.default-ul) li:not(.page_item),.realpage-content ul:not(.navbar-nav):not(.rp-ul):not(.uix-checked-list):not(.pagination):not(.select2-selection__rendered):not(.select2-results__options):not(.nav):not(.nav-tabs):not(.list-group):not(.page-numbers):not(.uix-social-share):not(.default-ul) li:not(.page_item),.user-content-wrapper ul li:not(.page_item),ul.bullet-primary-list li:not(.page_item) {
    list-style: none;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px
}

.main ul:not(.navbar-nav):not(.rp-ul):not(.uix-checked-list):not(.pagination):not(.select2-selection__rendered):not(.select2-results__options):not(.nav):not(.nav-tabs):not(.list-group):not(.page-numbers):not(.uix-social-share):not(.timeline):not(.default-ul) li:not(.page_item):before,.realpage-content ul:not(.navbar-nav):not(.rp-ul):not(.uix-checked-list):not(.pagination):not(.select2-selection__rendered):not(.select2-results__options):not(.nav):not(.nav-tabs):not(.list-group):not(.page-numbers):not(.uix-social-share):not(.default-ul) li:not(.page_item):before,.user-content-wrapper ul li:not(.page_item):before,ul.bullet-primary-list li:not(.page_item):before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 8px;
    left: 0;
    position: absolute;
    background-color: #86949d
}

ol.no-left-space {
    padding-left: 1em
}

.uix-checked-list {
    margin: 0;
    padding: 0
}

.uix-checked-list>li {
    list-style: none;
    position: relative;
    padding: 5px 0 12px 35px;
    font-weight: 700;
    color: #5c6167;
    font-size: 18px;
    font-size: 1.125rem
}

.uix-checked-list>li:before {
    font-family: realpage!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f06000;
    position: absolute;
    top: 5px;
    left: -3px;
    font-size: 25px
}

.uix-ul-checked {
    margin: 0 0 15px;
    padding: 0
}

.uix-ul-checked>li {
    list-style: none;
    position: relative;
    padding: 5px 0 12px 35px;
    font-size: 18px;
    font-size: 1.125rem
}

.uix-ul-checked>li:before {
    font-family: realpage!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f06000;
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 30px
}

.nav-link {
    padding: 13px 20px
}

.main .breadcrumb-item a,.main .btn,.main .btn-link,.main .btn-next,.main .card-link,.main .card a,.main .dropdown-item,.main .dropdown-toggle,.main .entity-a-wrapper,.main .list-group-item,.main .nav-link,.main .page_item a,.main .pagination .page-link,.main .rp-heading,.main a.card,.nav-link,.realpage-content .breadcrumb-item a,.realpage-content .btn,.realpage-content .btn-link,.realpage-content .btn-next,.realpage-content .card-link,.realpage-content .card a,.realpage-content .dropdown-item,.realpage-content .dropdown-toggle,.realpage-content .entity-a-wrapper,.realpage-content .list-group-item,.realpage-content .nav-link,.realpage-content .page_item a,.realpage-content .pagination .page-link,.realpage-content .rp-heading,.realpage-content a.card {
    text-decoration: none
}

.Form .form-group {
    margin-bottom: 30px
}

.entity-form-wrapper .entity-form.webcast-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    border-radius: 15px;
    margin-bottom: 45px
}

.entity-form-wrapper .entity-form.webcast-form .entity-wrapper {
    padding: 30px 15px 0
}

.entity-form-wrapper .entity-form.webcast-form .entity-successTab {
    padding: 0 15px 40px
}

.entity-form-wrapper .entity-form.webcast-form .card-media-image-wrapper {
    height: 100%
}

.entity-form-wrapper .entity-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #202945
}

.entity-form-wrapper .entity-form {
    overflow: hidden;
    background-color: #202945;
    padding: 30px 15px 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.entity-form-wrapper .entity-form a:not(.dropdown-item) {
    color: #fff
}

.entity-form-wrapper .entity-form form {
    padding-top: 25px
}

.entity-form-wrapper .entity-form .form-control,.entity-form-wrapper .entity-form .form-control.is-invalid {
    border: 1px solid #d8d9db
}

.entity-form-wrapper .entity-form form+div {
    display: none!important
}

.entity-form-wrapper .entity-form .privacy-notice {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin-top: 20px
}

.entity-form-wrapper .entity-form .privacy-notice a {
    color: #fff;
    text-decoration: underline
}

.entity-form-wrapper .entity-form .is-invalid .invalid-feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.entity-form-wrapper .entity-form .invalid-feedback {
    color: #fdc200;
    font-size: 12px;
    line-height: 15px
}

.entity-form-wrapper .entity-form .invalid-feedback:before {
    margin-right: 5px;
    font-family: realpage!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.entity-form-wrapper .entity-form .text-secondary-orange {
    color: #fff
}

.entity-form-wrapper .entity-form .form-group {
    margin-bottom: 30px
}

.entity-form-wrapper .entity-form .form-group .form-control:focus {
    outline: 0;
    border: 2px solid #007cba
}

.entity-form-wrapper .entity-form .form-group .submit-button {
    margin-top: 20px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 14px 40px!important;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.entity-form-wrapper .entity-form .form-group .submit-button.btn-primary {
    color: #fff
}

.entity-form-wrapper .entity-form.all-rounded {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.entity-form-wrapper .entity-form hr {
    border-top: 2px solid #627195;
    margin: 50px 0 80px
}

.entity-form-wrapper .entity-form .entity-successTab,.entity-form-wrapper .entity-form .entity-wrapper {
    -webkit-transition: margin .3s ease-in-out .1s,max-height .3s ease-in-out;
    -o-transition: margin .3s ease-in-out .1s,max-height .3s ease-in-out;
    transition: margin .3s ease-in-out .1s,max-height .3s ease-in-out;
    padding-bottom: 0
}

.entity-form-wrapper .entity-form .email-to-friend-link {
    font-size: 12px;
    text-decoration: underline;
    color: #fff
}

.entity-form-wrapper .entity-form.submited .entity-wrapper {
    max-height: 0;
    margin-right: auto;
    margin-left: calc(-100% - 30px)
}

.entity-form-wrapper .entity-form.submited .entity-successTab {
    max-height: 99999px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 30px
}

.entity-form-wrapper .entity-form .entity-wrapper {
    max-height: 99999px;
    margin-left: 0;
    margin-right: 0
}

.entity-form-wrapper .entity-form .entity-successTab {
    max-height: 0;
    margin-left: auto;
    margin-right: calc(-100% - 30px)
}

.entity-form-wrapper .entity-form .btn-group.separated a {
    color: #fff;
    text-decoration: underline
}

.entity-form-wrapper .entity-form label,.entity-form-wrapper .entity-form span {
    color: #fff
}

.entity-form-wrapper .entity-form.ebook-form {
    padding-top: 21px
}

.entity-form-wrapper .entity-form.ebook-form hr {
    margin: 30px 0
}

.entity-form-wrapper.two-col-form .entity-form.submited .entity-wrapper {
    margin-left: calc(-100% - 100px)
}

.entity-form-wrapper.two-col-form .entity-form.submited .entity-successTab {
    margin-left: auto;
    margin-right: 0
}

.entity-form-wrapper.two-col-form .entity-form .entity-successTab {
    text-align: center;
    margin-right: calc(-100% - 100px)
}

.entity-form-wrapper.two-col-form .entity-form .entity-successTab .success-tab-description {
    color: #fff;
    font-size: 16px
}

.entity-form-wrapper.white-form .entity-form {
    background: rgba(0,0,0,0)
}

.entity-form-wrapper.white-form .entity-form a {
    color: #3c4349
}

.entity-form-wrapper.white-form .entity-form hr {
    border-top: 2px solid #3c4349;
    margin: 50px 0
}

.entity-form-wrapper.white-form .entity-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #b0b2b7
}

.entity-form-wrapper.white-form .entity-form .form-control,.entity-form-wrapper.white-form .entity-form .form-control.has-input+.rp-input-label,.entity-form-wrapper.white-form .entity-form .form-control:focus+.rp-input-label,.entity-form-wrapper.white-form .entity-form .text-white,.entity-form-wrapper.white-form .entity-form label,.entity-form-wrapper.white-form .entity-form span {
    color: #3c4349
}

.entity-form-wrapper.white-form .entity-form .invalid-feedback {
    color: #dc3545;
    font-weight: 700
}

.entity-form-wrapper.white-form .entity-form .invalid-feedback:before {
    color: #dc3545
}

.entity-form-wrapper.white-form .entity-form .privacy-notice {
    color: #3a3a3a;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin-top: 20px
}

.entity-form-wrapper.white-form .entity-form .privacy-notice a {
    color: #3a3a3a;
    text-decoration: underline
}

.entity-form-wrapper.white-form .entity-form .text-secondary-orange {
    color: #3c4349
}

.entity-form-wrapper.white-form .entity-form .btn-group.separated a {
    color: #3c4349;
    text-decoration: underline
}

.entity-form-wrapper.white-form .entity-form .text-white,.entity-form-wrapper.white-form .entity-form h3,.entity-form-wrapper.white-form .entity-form h4,.entity-form-wrapper.white-form .entity-form h5,.entity-form-wrapper.white-form .entity-form p {
    color: #3c4349!important
}

.form-primary .entity-form {
    background-color: #202945
}

.form-primary h3,.form-primary h4,.form-primary h5,.form-primary p {
    color: #fff
}

.form-primary .btn {
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.form-group.with-label {
    position: relative
}

.form-group.with-label .rp-input-label {
    position: absolute;
    left: 10px;
    color: #5c6167;
    font-size: 16px;
    margin-bottom: 0;
    top: 7px;
    line-height: 24px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0 .75rem 0 0;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-group.with-label .form-control.has-input+.rp-input-label {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    visibility: hidden
}

.form-group.with-label .form-control.has-input+.rp-input-label,.form-group.with-label .form-control:focus+.rp-input-label {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: -5px;
    font-size: 12px;
    line-height: 24px;
    color: #fff
}

.input-group .input-group-append .btn {
    margin-bottom: 0;
    padding: 0 7px;
    min-width: auto
}

[data-remove-clone] {
    display: none
}

.cloned [data-clone-field] {
    display: none
}

.cloned [data-remove-clone] {
    display: block
}

#EmailContactGroup__c_lead {
    display: none!important
}

.custom-control-label:after,.custom-control-label:before {
    top: 0
}

.custom-control-label:before {
    border: 1px solid #858585
}

body.video-modal .modal .modal-dialog {
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-transition: all .5s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .5s cubic-bezier(.165,.84,.44,1);
    transition: all .5s cubic-bezier(.165,.84,.44,1);
    width: 960px;
    position: absolute;
    top: 20px;
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1050
}

body.video-modal .modal .modal-dialog .modal-content {
    padding: 20px
}

body.video-modal .modal .modal-dialog .modal-content .video-wrapper {
    padding: 20px 40px
}

body.video-modal .modal,body.video-modal .modal .video-meta,body.video-modal .modal .video-wrapper {
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

body.video-modal.modal-open #wpadminbar {
    z-index: 3
}

body.video-modal.video-minimized {
    overflow: auto
}

body.video-modal.video-minimized .modal-backdrop {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    height: 0;
    width: 0
}

body.video-modal.video-minimized .modal .modal-dialog {
    position: fixed;
    max-height: 200px;
    width: 270px;
    left: auto;
    right: 30px;
    top: calc(100vh - 215px);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

body.video-modal.video-minimized .modal .modal-content {
    padding: 10px
}

body.video-modal.video-minimized .modal .modal-content .video-wrapper {
    padding: 0
}

body.video-modal.video-minimized .modal .modal-content .video-wrapper .video-meta {
    display: none!important
}

html body.video-modal .modal.floating-player-modal .modal-dialog-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

html body.video-modal .modal.floating-player-modal .modal-dialog {
    position: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    max-height: 100%;
    width: 90%;
    margin: 0;
    -webkit-transition: all .2s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .2s cubic-bezier(.165,.84,.44,1);
    transition: all .2s cubic-bezier(.165,.84,.44,1);
    max-width: 1350px;
    z-index: 1050;
    background: rgba(0,0,0,0)
}

html body.video-modal .modal.floating-player-modal .modal-dialog .modal-content .video-wrapper {
    background: rgba(0,0,0,0)
}

html body.video-modal .modal.floating-player-modal .modal-content {
    background: rgba(0,0,0,0);
    border: none
}

html body.video-modal .modal.floating-player-modal .modal-dialog-footer-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1070
}

html body.video-modal .modal.floating-player-modal .modal-dialog-footer {
    padding: 10px 70px;
    color: #fff;
    min-height: 70px;
    background: #171920;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

html body.video-modal .modal.floating-player-modal .btn-share {
    margin-bottom: 0
}

html body.video-modal .modal.floating-player-modal .close-modal-button {
    position: absolute;
    z-index: 1070;
    top: 10px;
    right: 10px;
    margin-bottom: 10px
}

html body.video-modal .modal.floating-player-modal .icon-trio {
    padding-right: 30px;
    font-size: 30px
}

html body.video-modal .modal.floating-player-modal .modal-title {
    margin-bottom: 0;
    padding-right: 10px;
    color: #fff
}

.close-modal-button {
    border-radius: 50px;
    border: 0;
    width: 44px;
    height: 44px;
    background: #000;
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

.close-modal-button:focus {
    outline: 0
}

.popup-container {
    border: 0 solid #000;
    border-radius: 8px;
    background-color: #f5f5f5;
    padding: 20px 30px 30px;
    z-index: 20;
    -webkit-box-shadow: 0 .125rem .375rem rgba(0,0,0,.2);
    box-shadow: 0 .125rem .375rem rgba(0,0,0,.2);
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.popup-container.show {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
    opacity: 1!important
}

@-webkit-keyframes fadeIn {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0
    }

    to {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0
    }

    to {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1
    }
}

.popup-container.hide {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    visibility: hidden
}

@-webkit-keyframes fadeOut {
    0% {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1
    }

    to {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1
    }

    to {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0
    }
}

.popup-container .btn-link {
    text-decoration: none
}

.wrapper-icon-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    width: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.bg-gradient-primary {
    background: -o-linear-gradient(64deg,#f06000,#ffa700);
    background: linear-gradient(26deg,#f06000,#ffa700)
}

.bg-gradient-info {
    background: -o-linear-gradient(64deg,#4e4bc8,#717cff);
    background: linear-gradient(26deg,#4e4bc8,#717cff)
}

.bg-gradient-cyan {
    background: -o-linear-gradient(64deg,#00c9c9,#00f6f5);
    background: linear-gradient(26deg,#00c9c9,#00f6f5)
}

.bg-gradient-blue {
    background: -o-linear-gradient(64deg,#007aff,#00b4ff);
    background: linear-gradient(26deg,#007aff,#00b4ff)
}

.dynamicModal {
    padding-left: 0!important;
    padding-right: 0!important
}

.dynamicModal .modal-dialog {
    padding: 0;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto
}

.dynamicModal .modal-dialog .modal-content {
    background: rgba(0,0,0,0);
    border: none
}

.dynamicModal .modal-dialog .modal-body {
    padding: 0;
    position: relative
}

.dynamicModal .modal-dialog .modal-body .content {
    padding: 50px;
    background-color: #f5f5f5
}

.dynamicModal .modal-dialog .close {
    background-color: rgba(0,0,0,0);
    color: #007cba;
    font-size: 20px;
    margin: 0;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    border-radius: 0
}

.dynamicModal .modal-dialog .close:hover {
    text-decoration: none
}

.dynamicModal .modal-dialog .close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.dynamicModal .modal-dialog .modal-footer {
    border: 0
}

.dynamicModal.formModal .close {
    color: #fff;
    padding: 10px 10px 0 0;
    font-size: 25px
}

.section-spacing {
    padding-top: 50px;
    padding-bottom: 50px
}

#wrap,.wrap {
    position: relative;
    overflow: hidden
}

.main,.realpage-content,body>#wrap {
    overflow: hidden;
    position: relative
}

.entity-form-wrapper .entity-form .invalid-feedback:before {
    content: ""
}

.btn-prev-simple:before {
    content: ""
}

.btn-next:before,.btn-paragraph-cta:before,.rcms-navbar .btn.btn-paragraph-cta:before,ul.angle-list a:before {
    content: ""
}

.btn-next:before,.btn-prev:before {
    content: ""
}

.uix-checked-list>li:before,.uix-ul-checked>li:before {
    content: ""
}

.video-cta-container .video-cta .video-img .btn-play .btn-play-icon:before {
    content: ""
}

.rp-ul {
    list-style-type: none;
    padding-left: 0
}

.rp-ul.link-list {
    list-style: none
}

.rp-ul.link-list>li {
    line-height: 1
}

.rp-ul.link-list>li:not(:last-of-type) a {
    display: block;
    padding-bottom: 17px
}

.rp-ul.link-list i[class^=icon-] {
    color: #007cba
}

.rp-ul.link-list a {
    color: #213648;
    text-decoration: none
}

.rp-ul.link-list a:active,.rp-ul.link-list a:hover {
    color: #007cba
}

.rp-ul>li {
    padding-left: 12px;
    position: relative
}

.rp-ul .rp-li {
    top: 0;
    left: -4px;
    position: absolute;
    text-align: center;
    line-height: inherit
}

.rp-ul .rp-li .icon-arrow-right {
    font-weight: 700
}

.hero {
    min-height: 640px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    background-size: cover;
    border-bottom: 8px solid #f5f5f5;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.hero .rp-logo {
    max-width: 200px;
    margin-bottom: 40px
}

.hero .hero-content {
    padding-top: 40px;
    padding-bottom: 40px
}

.hero .hero-text-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px
}

.hero .hero-description {
    color: #5b636d;
    font-size: 22px;
    line-height: 30px
}

.solutions-logo {
    position: absolute;
    -webkit-transform: translate(191%,54%);
    -ms-transform: translate(191%,54%);
    transform: translate(191%,54%);
    display: block
}

.solution-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 70px
}

.solution-section,.solution-section .solution-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.solution-section .solution-card {
    padding: 22px 50px;
    border-radius: 30px;
    width: 450px;
    min-height: 205px;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.solution-section .solution-card .btn {
    padding-left: 0;
    margin-bottom: 0
}

.solution-section .solution-card,.solution-section .solution-card .btn-next,.solution-section .solution-card h6 {
    color: #fff
}

.solution-section .solution-card .btn-next {
    line-height: normal
}

.solution-section .solution-card .btn-next:active,.solution-section .solution-card .btn-next:hover {
    color: #e6e6e6
}

.solution-section .solution-card .solution-products-list li:before {
    background-color: #fff!important
}

.solution-section .solution-card:first-of-type .solution-icon {
    border-bottom: 20px solid rgba(0,0,0,0);
    border-right: 20px solid rgba(0,0,0,0);
    bottom: -50px;
    right: -50px
}

.solution-section .solution-card:first-of-type,.solution-section .solution-card:first-of-type .solution-icon {
    background-color: #1b314c
}

.solution-section .solution-card:nth-of-type(2) .solution-icon {
    border-bottom: 20px solid rgba(0,0,0,0);
    border-left: 20px solid rgba(0,0,0,0);
    bottom: -50px;
    left: -50px
}

.solution-section .solution-card:nth-of-type(2),.solution-section .solution-card:nth-of-type(2) .solution-icon {
    background-color: #257888
}

.solution-section .solution-card:nth-of-type(3) .solution-icon {
    border-top: 20px solid rgba(0,0,0,0);
    border-right: 20px solid rgba(0,0,0,0);
    top: -50px;
    right: -50px
}

.solution-section .solution-card:nth-of-type(3),.solution-section .solution-card:nth-of-type(3) .solution-icon {
    background-color: #519da5
}

.solution-section .solution-card:nth-of-type(4) {
    margin-bottom: 0
}

.solution-section .solution-card:nth-of-type(4) .solution-icon {
    border-top: 20px solid rgba(0,0,0,0);
    border-left: 20px solid rgba(0,0,0,0);
    top: -50px;
    left: -50px
}

.solution-section .solution-card:nth-of-type(4),.solution-section .solution-card:nth-of-type(4) .solution-icon {
    background-color: #6ab7a0
}

.solution-section .solution-card .solution-icon {
    height: 135px;
    width: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    border: 20px solid #fff;
    background-origin: content-box;
    background-clip: padding-box
}

.solution-section .solution-card .solution-icon img {
    width: 51px;
    height: auto
}

.solution-section .solution-card .solution-products-list li {
    font-size: 18px;
    margin-bottom: 0!important
}

.main-footer {
    position: relative;
    margin-top: 80px;
    background-color: #1b314c;
    text-align: center;
    min-height: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-footer:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-image: url(/dist/site/static/pages/lp-essential-software/pattern-anchored-footer.jpg);
    height: 360px;
    background-size: cover;
    z-index: -1
}

.main-footer .content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px
}

.main-footer .heading {
    margin-top: 120px
}

.main-footer .action-btn {
    margin-bottom: 119px
}

.main-footer .action-btn .btn.btn-primary {
    border-radius: 50px;
    background: #e75;
    border-color: #e75;
    color: #fff
}

.main-footer .action-btn .btn.btn-primary:active,.main-footer .action-btn .btn.btn-primary:focus,.main-footer .action-btn .btn.btn-primary:hover {
    background-color: #e95227!important;
    border-color: #e95227!important
}

.footer {
    margin-top: -53px
}

.footer .footer-content {
    background-color: #616673
}

.btn.btn-primary {
    border-radius: 50px;
    background: #e75;
    border-color: #e75;
    color: #fff
}

.btn.btn-primary:active,.btn.btn-primary:focus,.btn.btn-primary:hover {
    background-color: #e95227!important;
    border-color: #e95227!important
}

.btn.btn-next {
    color: #000
}

.btn.btn-next:before {
    top: 13px;
    right: -5px
}

.btn.btn-next:hover {
    color: #333
}

.social-icon {
    color: #4f5456
}

.btn-next {
    color: #e75
}

.btn-next:hover {
    color: #e95227
}

.details-with-image {
    position: relative
}

.details-with-image .eyebrow {
    color: #454952;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.4
}

.details-with-image .heading-title {
    font-size: 36px
}

.details-with-image .description.sm {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px
}

.details-with-image .section-image.left {
    left: 0
}

.details-with-image .section-image.right {
    right: 0
}

.text-gradient-background {
    background: #257788;
    background: -o-linear-gradient(356deg,#257788 28%,#1b314c 84%);
    background: linear-gradient(94deg,#257788 28%,#1b314c 84%);
    background-position: 50%;
    background-repeat: no-repeat
}

.text-gradient-background .content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px
}

.text-gradient-background .heading {
    margin-top: 120px
}

.text-gradient-background .action-btn {
    margin-bottom: 119px
}

.text-gradient-background .action-btn .btn.btn-primary {
    border-radius: 50px;
    background: #e75;
    border-color: #e75;
    color: #fff
}

.text-gradient-background .action-btn .btn.btn-primary:active,.text-gradient-background .action-btn .btn.btn-primary:focus,.text-gradient-background .action-btn .btn.btn-primary:hover {
    background-color: #e95227!important;
    border-color: #e95227!important
}

.plans-card .card {
    height: 100%;
    max-width: 500px;
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.12);
    box-shadow: 0 10px 40px rgba(0,0,0,.12);
    padding: 0 16px
}

.plans-card .card .card-footer {
    background: none
}

.plans-card .eyebrow {
    color: #454952;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 16px;
    margin-top: 40px
}

.plans-card .card-list {
    min-height: 330px;
    list-style: none;
    position: relative;
    padding-left: 40px;
    line-height: 24px
}

.plans-card .card-list .card-list-item {
    margin-bottom: 15px
}

.plans-card .card-list .card-list-item:before {
    content: "";
    width: 26px;
    height: 26px;
    left: 0;
    position: absolute;
    background-image: url(/dist/site/static/pages/lp-essential-software/pricing-checkmark.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.plans-card .card-price {
    font-size: 55px;
    font-weight: 600
}

.plans-card .card-text {
    font-size: 21px
}

.plans-card .btn.btn-primary {
    border-radius: 50px;
    background: #e75;
    border-color: #e75;
    color: #fff
}

.plans-card .btn.btn-primary:active,.plans-card .btn.btn-primary:focus,.plans-card .btn.btn-primary:hover {
    background-color: #e95227!important;
    border-color: #e95227!important
}

.plans .heading {
    font-size: 28px;
    margin-bottom: 40px
}

.plan-list-specs .plan-list {
    list-style: none;
    position: relative;
    padding-left: 40px;
    line-height: 24px
}

.plan-list-specs .plan-list .plan-item {
    margin-bottom: 15px
}

.plan-list-specs .plan-list .plan-item:before {
    content: "";
    width: 26px;
    height: 26px;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0
}

.plan-list-specs .plan-list .plan-item.checkmark:before {
    background-image: url(/dist/site/static/pages/lp-essential-software/pricing-checkmark.png)
}

.plan-list-specs .plan-list .plan-item.plus:before {
    background-image: url(/dist/site/static/pages/lp-essential-software/plus.png)
}

.container-custom {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

.sub-hero {
    min-height: 100px;
    background: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sub-hero h4 {
    font-size: 24px;
    margin-bottom: 0
}

.sub-hero .sub-hero-content {
    text-align: center
}

.sub-hero .choices-select {
    border: 1px solid #e75;
    min-width: 70px;
    font-size: 24px;
    color: #e75;
    padding: 0;
    background: #fff;
    z-index: 3000
}

.sub-hero .choices-select:hover {
    cursor: pointer
}

.sub-hero .choice-button {
    font-size: 24px;
    border: 2px solid #e75;
    background: #fff;
    color: #e75;
    padding: 5px 15px;
    margin: 0 10px;
    border-radius: 5px;
    position: relative
}

.sub-hero .choice-button:after {
    display: none
}

.sub-hero .choice-button:focus {
    outline: none
}

.sub-hero .choice-button:hover {
    cursor: pointer
}

.sub-hero .choice-button i:before {
    position: relative;
    top: 2px
}

.sub-hero .choice-item {
    font-size: 19px;
    margin: 0;
    width: 180px;
    padding: 6px 14px;
    color: #e75;
    display: block
}

.sub-hero .choice-item:hover {
    color: #fff;
    background: #e75
}

.sub-hero br {
    display: block
}

.choice-modal {
    background: -o-linear-gradient(left,rgba(37,119,136,.8),rgba(27,49,76,.8));
    background: -webkit-gradient(linear,left top, right top,from(rgba(37,119,136,.8)),to(rgba(27,49,76,.8)));
    background: linear-gradient(90deg,rgba(37,119,136,.8),rgba(27,49,76,.8))
}

.choice-modal .choice-modal-inner {
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.choice-modal .choice-modal-content {
    background: rgba(0,0,0,0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.choice-modal .choice-boxes {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.choice-modal .choice-link {
    margin: 10px
}

.choice-modal .choice-link:hover {
    background: #fff
}

.choice-modal .choice-link:hover .icons {
    background-color: #519da5
}

.choice-modal .choice-link:hover span {
    color: #232526
}

.choice-modal .choice-link:hover .choice-value {
    color: #519da5
}

.choice-modal .choice-box {
    width: 300px;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff
}

.choice-modal .choice-value {
    font-size: 60px
}

.choice-modal span {
    font-size: 24px;
    line-height: 44px
}

.choice-modal .close-button {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 25px;
    color: #fff;
    border: none;
    background: rgba(0,0,0,0)
}

.choice-modal .close-button:focus {
    outline: none;
    border: none
}

.choice-modal .close-button:hover {
    cursor: pointer
}

.choice-modal .icons {
    width: 48px;
    height: 48px;
    background-color: #fff
}

.choice-modal .icons.icon-conventional {
    -webkit-mask-image: url(/dist/site/static/pages/lp-essential-software/affordable/SVG/conventional-icon.svg);
    mask-image: url(/dist/site/static/pages/lp-essential-software/affordable/SVG/conventional-icon.svg)
}

.choice-modal .icons.icon-affordable {
    -webkit-mask-image: url(/dist/site/static/pages/lp-essential-software/affordable/SVG/affordable-icon.svg);
    mask-image: url(/dist/site/static/pages/lp-essential-software/affordable/SVG/affordable-icon.svg)
}

.link-list-label {
    margin-bottom: 20px;
    background-color: rgba(40,40,40,.1);
    border-bottom: 1px solid rgba(40,40,40,.1)
}

.link-list-label .link-label-title {
    color: #282828;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0
}

.link-list-label.variant-wine {
    background-color: rgba(98,45,80,.1);
    border-bottom: 1px solid rgba(98,45,80,.15)
}

.link-list-label.variant-wine .link-label-title {
    color: #622d50
}

.link-list-label.variant-orange {
    background-color: rgba(240,96,0,.1);
    border-bottom: 1px solid rgba(240,96,0,.15)
}

.link-list-label.variant-orange .link-label-title {
    color: #f06000
}

.link-list-label.variant-dark-cerulean {
    background-color: rgba(0,69,124,.1);
    border-bottom: 1px solid rgba(0,69,124,.15)
}

.link-list-label.variant-dark-cerulean .link-label-title {
    color: #00457c
}

.link-list-label.variant-peacock {
    background-color: rgba(0,95,114,.1);
    border-bottom: 1px solid rgba(0,95,114,.15)
}

.link-list-label.variant-peacock .link-label-title {
    color: #005f72
}

ul.angle-list {
    list-style: none;
    padding-left: 0
}

ul.angle-list li {
    padding-left: 0!important;
    list-style: none!important;
    margin-bottom: 0!important;
    position: relative
}

ul.angle-list li:last-of-type {
    margin-bottom: 0
}

ul.angle-list li:before {
    display: none
}

ul.angle-list p {
    color: #616673;
    font-size: 14px;
    line-height: 20px;
    padding-left: 15px
}

ul.angle-list a {
    color: #202945;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 0 5px 12px
}

ul.angle-list a:before {
    font-family: realpage;
    color: #007cba;
    margin-left: -4px;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 0
}

ul.angle-list a:hover {
    color: #007cba
}

.search-results .description {
    font-weight: 400;
    color: #000;
    font-size: 14px
}

.navbar.main-navigation {
    height: 60px;
    top: 30px;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 .125rem .375rem rgba(0,0,0,.2);
    box-shadow: 0 .125rem .375rem rgba(0,0,0,.2);
    z-index: 1049
}

.navbar.main-navigation .navbar-brand {
    width: 180px
}

.navbar.main-navigation .nav-links-wrapper {
    margin-left: auto
}

.navbar.main-navigation .navbar-nav .nav-link {
    color: #202945;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize!important;
    padding: 0 25px;
    background-color: rgba(0,0,0,0);
    margin-bottom: 0;
    border-bottom: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-radius: 0
}

.navbar.main-navigation .navbar-nav .nav-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar.main-navigation .nav-item.login-item .nav-link {
    font-size: 32px
}

.navbar.main-navigation .analytics-item .card {
    background-color: rgba(0,0,0,0)
}

.navbar.main-navigation .analytics-item .card-body {
    padding: 0
}

.navbar.main-navigation .analytics-item .analytics-card {
    margin-top: 20px
}

.navbar.main-navigation .analytics-item .image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar.main-navigation .analytics-item .card-title {
    color: #2f3e62;
    font-size: 18px
}

.navbar.main-navigation .analytics-item .card-image {
    display: block;
    width: 130px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

.navbar.main-navigation .analytics-item hr {
    border-color: #f3f3f3;
    margin: 30px -20px
}

.navbar.main-navigation .login-item.nav-item {
    position: relative
}

.navbar.main-navigation .login-item.nav-item.active {
    background: rgba(0,0,0,0)
}

.navbar.main-navigation .login-item.nav-item .nav-link {
    height: 60px;
    padding-right: 20px;
    border-bottom: none
}

.navbar.main-navigation .login-item.nav-item .nav-link:after {
    content: none!important
}

.navbar.main-navigation .login-item.nav-item .nav-tab-content {
    position: absolute;
    background-color: #fff;
    border-radius: 0 0 14px 14px;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.2);
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    width: 99vw;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    padding-bottom: 40px;
    overflow: hidden;
    top: 100%;
    display: none;
    height: auto;
    z-index: 2;
    max-width: 230px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    right: -20px
}

.navbar.main-navigation .login-item.nav-item .nav-tab-content.opened {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.navbar.main-navigation .tab-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1;
    color: #282828
}

.navbar.main-navigation .angle-list+.tab-subtitle,.navbar.main-navigation .angle-list+.tab-title {
    margin-top: 30px
}

.navbar.main-navigation .tab-subtitle {
    color: #616673;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700
}

.navbar.main-navigation .tab-subtitle a {
    color: #007cba
}

.navbar.main-navigation .search-item label {
    margin-bottom: 0
}

.navbar.main-navigation .search-item .input-group-text {
    background-color: #005f72;
    font-size: 20px;
    border: 1px solid #005f72;
    color: #fff
}

.navbar.main-navigation .search-item .input-group-prepend {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    overflow: hidden
}

.navbar.main-navigation .search-item.has-results .input-group-prepend {
    border-bottom-left-radius: 0
}

.navbar.main-navigation .search-item .search-results {
    overflow: hidden;
    background-color: #f0f0f0;
    top: calc(100% - 11px);
    width: 100%;
    left: 0;
    margin: 0 20px;
    border-bottom-left-radius: 8px
}

.navbar.main-navigation .search-item .search-results span {
    text-transform: none;
    font-size: 15px;
    color: #74767d;
    line-height: 15px;
    font-weight: 400
}

.navbar.main-navigation .search-item .result {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 28px;
    text-transform: none;
    min-width: 100%
}

.navbar.main-navigation .search-item .result:hover {
    color: #007cba;
    background-color: #dcdcdc
}

.support-navigation {
    padding: 0 2rem;
    top: 0;
    height: 30px;
    font-size: 14px;
    background: #f6f6f7;
    border: 0;
    z-index: 1050
}

.support-navigation .separator-circle {
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    margin: 0 10px;
    background: rgba(97,102,115,.3)
}

.support-navigation a {
    color: #616673;
    line-height: 30px;
    text-decoration: none!important
}

.support-navigation a:hover {
    color: #007cba;
    text-decoration: none
}

.support-navigation .utility-nav-dropdown .dropdown-toggle {
    background: rgba(0,0,0,0);
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0;
    text-transform: capitalize;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #616673
}

.support-navigation .utility-nav-dropdown .dropdown-toggle:after {
    color: #616673;
    margin-left: .1em;
    vertical-align: .155em
}

.support-navigation .utility-nav-dropdown .dropdown-toggle:hover {
    background: rgba(0,0,0,0)
}

.support-navigation .utility-nav-dropdown .dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.support-navigation .utility-nav-dropdown .dropdown-menu {
    margin-top: -1px;
    border-top: 0;
    border-radius: 0;
    background-color: #007cba;
    padding-bottom: 20px;
    margin-left: -23px
}

.support-navigation .utility-nav-dropdown .dropdown-menu a {
    color: #fff
}

.support-navigation .utility-nav-dropdown .dropdown-menu .dropdown-item.small {
    font-size: 14px
}

.support-navigation .utility-nav-dropdown .dropdown-menu .dropdown-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: .3;
    background-color: #fff;
    margin-left: 24px;
    margin-right: 24px
}

.support-navigation .utility-nav-dropdown .dropdown-item:hover {
    background: hsla(0,0%,100%,.2)
}

header.site-header {
    height: 90px;
    z-index: 1010;
    position: relative
}

.customize-support header.site-header .support-navigation,.no-customize-support header.site-header .support-navigation {
    top: 32px
}

.customize-support header.site-header .main-navigation,.no-customize-support header.site-header .main-navigation {
    top: 62px
}

.rcms-navbar {
    background: #fff;
    z-index: 104;
    -webkit-box-shadow: 0 .125rem .375rem rgba(0,0,0,.2);
    box-shadow: 0 .125rem .375rem rgba(0,0,0,.2);
    height: 80px
}

.rcms-navbar h3 {
    line-height: 43px;
    font-weight: 400;
    font-size: 31px
}

.rcms-navbar .btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid rgba(0,0,0,0);
    font-size: 16px;
    line-height: 1;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: none
}

.rcms-navbar .btn.btn-paragraph-cta {
    color: #c95000;
    background: rgba(0,0,0,0);
    padding-left: 0;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none
}

.rcms-navbar .btn.btn-paragraph-cta:active:before,.rcms-navbar .btn.btn-paragraph-cta:focus:before,.rcms-navbar .btn.btn-paragraph-cta:hover:before {
    -webkit-transform: translate(25%,-50%);
    -ms-transform: translate(25%,-50%);
    transform: translate(25%,-50%)
}

.rcms-navbar .btn.btn-paragraph-cta:before {
    font-family: realpage!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.rcms-navbar .navbar-brand {
    width: 180px;
    height: auto;
    padding: 0
}

.rcms-navbar .search-results {
    left: 0
}

.rcms-navbar .search-results .no-results {
    padding: 0 28px
}

.rcms-navbar .search-results .no-results:first-child {
    margin-top: 30px
}

.rcms-navbar .search-results .no-results:last-child {
    margin-bottom: 20px
}

.rcms-navbar .search-results .result {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 28px
}

.rcms-navbar .search-results .result em {
    font-weight: 700!important
}

.rcms-navbar .search-results .result:first-child {
    margin-top: 30px
}

.rcms-navbar .search-results .result:last-child {
    margin-bottom: 20px
}

.rcms-navbar .search-results .result:hover {
    color: #007cba;
    background-color: #dcdcdc
}

.rcms-navbar span {
    font-size: 15px!important
}

.rcms-navbar .navbar-brand {
    margin-right: 0
}

.rcms-navbar .navbar-brand img {
    max-height: 40px;
    max-height: 2.5rem
}

.rcms-navbar .nav-dropdown-button-mobile>.nav-link {
    position: relative
}

.rcms-navbar .nav-dropdown-button-mobile>.nav-link:before {
    -webkit-transition: opacity .35s cubic-bezier(.165,.84,.44,1);
    -o-transition: opacity .35s cubic-bezier(.165,.84,.44,1);
    transition: opacity .35s cubic-bezier(.165,.84,.44,1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid rgba(0,0,0,0);
    border-right: 20px solid rgba(0,0,0,0);
    border-bottom: 15px solid #f0f0f0
}

.rcms-navbar .nav-dropdown-button-mobile>.nav-link i {
    font-size: 29px
}

.rcms-navbar .nav-dropdown-button-mobile>.nav-link.active:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.rcms-navbar .navbar-collapse .nav-item .nav-link {
    -webkit-transition: background .35s cubic-bezier(.165,.84,.44,1),color .35s cubic-bezier(.165,.84,.44,1);
    -o-transition: background .35s cubic-bezier(.165,.84,.44,1),color .35s cubic-bezier(.165,.84,.44,1);
    transition: background .35s cubic-bezier(.165,.84,.44,1),color .35s cubic-bezier(.165,.84,.44,1);
    font-weight: 700;
    padding: 0 30px;
    line-height: 80px;
    text-decoration: none
}

.rcms-navbar .navbar-collapse .nav-item .nav-link i {
    display: block;
    font-size: 32px;
    font-size: 2rem
}

.rcms-navbar .navbar-collapse .nav-item .mobile-search .search-results {
    top: 100%;
    left: 0;
    background-color: #f0f0f0;
    z-index: 2
}

.rcms-navbar .navbar-collapse .nav-item .mobile-search .search-results .no-results,.rcms-navbar .navbar-collapse .nav-item .mobile-search .search-results .result {
    padding: 0 2.15rem
}

.rcms-navbar .navbar-collapse .nav-item .mobile-search .form-control {
    border-radius: 0 10em 10em 0;
    height: 46px
}

.rcms-navbar .navbar-collapse .nav-item .mobile-search .input-group-append,.rcms-navbar .navbar-collapse .nav-item .mobile-search .input-group-text {
    border-radius: 10em 0 0 10em
}

.rcms-navbar .navbar-collapse .nav-item [data-collapse-icon] {
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.rcms-navbar .nav-search {
    top: 17px;
    width: 50px;
    margin-right: 10px;
    -webkit-transition: width .35s cubic-bezier(.165,.84,.44,1);
    -o-transition: width .35s cubic-bezier(.165,.84,.44,1);
    transition: width .35s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -o-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    position: absolute;
    right: 0;
    background-color: #f0f0f0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%
}

.rcms-navbar .nav-search .input-group-append,.rcms-navbar .nav-search .nav-search-input {
    height: 46px
}

.rcms-navbar .nav-search .input-group-text {
    border: none
}

.rcms-navbar .nav-search .search-results {
    height: 0;
    overflow: hidden;
    background-color: #f0f0f0;
    top: 100%
}

.rcms-navbar .nav-search .search-results .splash {
    background-color: #f0f0f0
}

.rcms-navbar .nav-search .input-icon {
    background-color: #f0f0f0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    padding-left: 0;
    height: 100%
}

.rcms-navbar .nav-search .input-icon>label {
    height: 28.8px;
    height: 1.8rem;
    line-height: 1;
    font-size: 28.8px;
    font-size: 1.8rem
}

.rcms-navbar .nav-search .input-icon,.rcms-navbar .nav-search .input-icon>* {
    cursor: pointer
}

.rcms-navbar .nav-search .input-icon.close-icon {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    width: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: width .15s cubic-bezier(.165,.84,.44,1),opacity .1s linear;
    -o-transition: width .15s cubic-bezier(.165,.84,.44,1),opacity .1s linear;
    transition: width .15s cubic-bezier(.165,.84,.44,1),opacity .1s linear;
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -o-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1)
}

.rcms-navbar .nav-search input {
    background-color: #f0f0f0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 0;
    outline: unset;
    -webkit-transition: width .35s cubic-bezier(.165,.84,.44,1);
    -o-transition: width .35s cubic-bezier(.165,.84,.44,1);
    transition: width .35s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -o-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    width: 0;
    padding-left: 0;
    padding-right: 0
}

.rcms-navbar.search-open .search-results {
    width: calc(100% + 10px);
    height: auto
}

.rcms-navbar.search-open .nav-search {
    width: 50%
}

.rcms-navbar.search-open .nav-search.has-results {
    border-bottom-left-radius: 0
}

.rcms-navbar.search-open .nav-search .input-icon {
    cursor: auto;
    padding-left: .5rem
}

.rcms-navbar.search-open .nav-search .close-icon {
    width: 40px;
    overflow: hidden;
    padding: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.rcms-navbar.search-open .nav-search .close-icon,.rcms-navbar.search-open .nav-search .close-icon .input-icon {
    cursor: pointer
}

.rcms-navbar.search-open .navbar-collapse {
    -webkit-transition: opacity .15s cubic-bezier(.165,.84,.44,1);
    -o-transition: opacity .15s cubic-bezier(.165,.84,.44,1);
    transition: opacity .15s cubic-bezier(.165,.84,.44,1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.rcms-navbar .nav-item .nav-dropdown-mobile {
    max-height: calc(100vh - 99px);
    overflow-y: auto;
    -webkit-transition: opacity .15s cubic-bezier(.165,.84,.44,1);
    -o-transition: opacity .15s cubic-bezier(.165,.84,.44,1);
    transition: opacity .15s cubic-bezier(.165,.84,.44,1);
    position: absolute;
    right: 0
}

.rcms-navbar .nav-item .nav-dropdown-mobile .close-button {
    right: 30px;
    top: 20px;
    line-height: 1;
    z-index: 2
}

.rcms-navbar .nav-item .nav-dropdown-mobile .close-button i {
    font-size: 27.2px;
    font-size: 1.7rem
}

.rcms-navbar .nav-item .nav-dropdown-mobile.collapse {
    height: auto
}

.rcms-navbar .nav-item .nav-dropdown-mobile.collapse.show {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.rcms-navbar .nav-item .nav-dropdown-mobile.collapsing {
    height: auto;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.rcms-navbar .nav-item .nav-dropdown-container {
    left: 0
}

.rcms-navbar .nav-item .nav-dropdown-container .nav-dropdown-content .link-primary {
    color: #007cba!important
}

.rcms-navbar .nav-item .nav-dropdown-container.analytics-tab .nav-dropdown-content {
    overflow: hidden
}

.rcms-navbar .nav-item .nav-dropdown-container.analytics-tab .left-column .heading {
    color: #2f3e62
}

.rcms-navbar .nav-item .nav-dropdown-container.suport-tab {
    width: 570px;
    position: absolute;
    left: auto;
    padding: 0 10px 40px;
    right: -15px
}

.rcms-navbar .nav-item .nav-dropdown-container.login-tab {
    max-width: 370px;
    width: calc(100vw - 30px);
    position: absolute;
    left: auto;
    right: 15px;
    padding: 0 10px 40px
}

.rcms-navbar .nav-item .nav-dropdown-container.login-tab .nav-dropdown-content {
    background-color: #f0f0f0;
    padding: 40px 30px;
    border-radius: 0 0 14px 14px
}

.rcms-navbar .nav-item .nav-dropdown-container .nav-dropdown-content {
    color: #3a3a3a;
    background-color: #f0f0f0;
    padding: 40px 30px
}

.rcms-navbar .nav-item .nav-dropdown-container .nav-section .section-header {
    border-bottom: 1px solid #007cba;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.rcms-navbar .nav-item .nav-dropdown-container .nav-section .nav-subsection .nav-subsection-heading-primary {
    font-size: 16px;
    font-weight: 700;
    color: #65666b
}

.rcms-navbar .nav-item .nav-dropdown-container .nav-section .nav-section-heading-primary {
    color: #65666b;
    font-weight: 700
}

.rcms-navbar .nav-item .nav-dropdown-container .nav-section .nav-section-heading-secondary {
    font-size: 16px!important;
    font-size: 1rem!important;
    font-weight: 700
}

.rcms-navbar .nav-item .nav-dropdown-container .nav-section .link-list {
    font-size: 15px;
    list-style: none
}

.rcms-navbar .nav-item .nav-dropdown-container .nav-section .link-list>li {
    line-height: 24px
}

.rcms-navbar .nav-item .nav-dropdown-container .nav-section .link-list>li:not(:last-of-type) a {
    display: block;
    padding-bottom: 17px
}

.rcms-navbar .nav-item .nav-dropdown-container .nav-section .link-list i[class^=icon-] {
    color: #007cba
}

.rcms-navbar .nav-item .nav-dropdown-container .nav-section .link-list a {
    color: #213648;
    text-decoration: none
}

.rcms-navbar .nav-item .nav-dropdown-container .nav-section .link-list a:active,.rcms-navbar .nav-item .nav-dropdown-container .nav-section .link-list a:hover {
    color: #007cba
}

.rcms-navbar .nav-item .nav-dropdown-container .nav-section .label {
    font-size: 12px;
    font-weight: 700;
    line-height: 30px
}

.rcms-navbar .nav-item .nav-dropdown-container .nav-section-footer {
    padding: 30px;
    background-color: #e0e0e0;
    border-radius: 0 0 14px 14px
}

.rcms-navbar .nav-item.pre-open .nav-dropdown-container {
    display: block
}

.rcms-navbar .nav-item.open .nav-dropdown-container {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.footer .go-up-btn {
    background-color: #00457c;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    border-radius: 50%;
    width: 52px;
    height: 53px;
    top: 25px;
    text-decoration: none;
    position: relative
}

.footer .go-up-btn:focus {
    outline: none
}

.footer .go-up-btn:hover {
    background-color: #003763
}

.footer .go-up-btn:hover .button-label {
    visibility: visible;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.footer .button-label {
    color: #616673;
    font-size: 12px;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
    display: block;
    right: 0;
    text-align: center;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.footer .no-underline {
    text-decoration: none!important
}

.footer-border {
    height: 5px;
    background: -o-linear-gradient(right,#57c4c7,#57c4c7);
    background: -webkit-gradient(linear,right top, left top,from(#57c4c7),to(#57c4c7));
    background: linear-gradient(270deg,#57c4c7,#57c4c7)
}

.footer-card {
    overflow: hidden;
    position: relative
}

.footer-card:before {
    content: "";
    width: 70px;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
    -webkit-transition: width .2s ease-out;
    -o-transition: width .2s ease-out;
    transition: width .2s ease-out
}

.footer-card:hover:before {
    width: 101%
}

.footer-card:hover .card-body {
    color: #fff
}

.footer-card .card-body,.footer-card .card-icon {
    position: relative
}

.footer-card.pink-gradient {
    background: none
}

.footer-card.pink-gradient:before {
    background: -o-linear-gradient(64deg,#ff2d55,#ff3e6d);
    background: linear-gradient(26deg,#ff2d55,#ff3e6d)
}

.footer-card.purple-gradient {
    background: none
}

.footer-card.purple-gradient:before {
    background: -o-linear-gradient(64deg,#4e4bc8,#717cff);
    background: linear-gradient(26deg,#4e4bc8,#717cff)
}

.footer-card.orange-gradient {
    background: none
}

.footer-card.orange-gradient:before {
    background: -o-linear-gradient(220deg,#ffa700,#f06000);
    background: linear-gradient(230deg,#ffa700,#f06000)
}

.footer-card.blue-gradient {
    background: none
}

.footer-card.blue-gradient:before {
    background: -o-linear-gradient(55deg,#010a62,#007be4);
    background: linear-gradient(35deg,#010a62,#007be4)
}

.footer-content {
    background-color: #1b314c;
    padding: 30px 0;
    font-size: 15px
}

.footer-content h5 {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600
}

.footer-content .link-list a {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none
}

.footer-content .link-list a:hover {
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    text-decoration: underline
}

.footer-content .social-button {
    font-size: 24px;
    background-color: inherit;
    border-color: inherit
}

.sub-footer {
    background: #4a4d57;
    padding: 30px 0
}

.sub-footer .sub-footer-content {
    color: #eee!important;
    font-size: 12px;
    line-height: 26px
}

.sub-footer .sub-footer-content a {
    text-decoration: underline;
    color: #eee!important
}

.card.footer-card {
    overflow: hidden;
    text-decoration: none
}

.card.footer-card .card-icon {
    width: 70px
}

.card.footer-card .card-body {
    height: 60px;
    padding: 0;
    font-size: 14px
}

.gradient-section {
    padding: 20px 0;
    background: -o-linear-gradient(left,#257788,#1b314c);
    background: -webkit-gradient(linear,left top, right top,from(#257788),to(#1b314c));
    background: linear-gradient(90deg,#257788,#1b314c);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gradient-section .gradient-section-title {
    text-align: center;
    color: #fff
}

.resource-card .lp-card-image {
    height: 220px;
    background-size: cover;
    overflow: hidden
}

.resource-card .lp-card-profile {
    padding: 5px 20px 7px;
    background-color: #f7f7f7;
    border-top: 4px solid #df7d5e
}

.resource-card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.resource-card .entity-label-type {
    font-size: 12px;
    font-weight: 700;
    color: #3a3a3a
}

.resource-card .resource-type-label {
    font-size: 12px
}

.resource-card .resource-link {
    font-size: 14px
}

.swiper-container {
    padding-right: 18px;
    padding-left: 18px
}

.swiper-container .swiper-wrapper {
    padding: 5px 0
}

.swiper-stories {
    margin-bottom: 150px;
    overflow: unset!important
}

.swiper-stories .story-card {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px 5px rgba(0,0,0,.08);
    box-shadow: 0 5px 20px 5px rgba(0,0,0,.08);
    position: relative
}

.swiper-stories .story-card:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid rgba(0,0,0,0);
    border-right: 20px solid rgba(0,0,0,0);
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -15px
}

.swiper-stories .card-content {
    font-size: 16px;
    margin-bottom: 0
}

.swiper-stories .card-footer-profile {
    margin-top: 20px
}

.swiper-stories .profile-picture {
    border-radius: 50px;
    width: 70px;
    height: 70px
}

.swiper-stories .profile-name {
    margin: 10px 0 0 10px
}

.swiper-stories .profile-title {
    margin: 0 0 0 10px;
    font-style: italic
}

.swiper-stories .story-card-wrapper .card-footer-profile {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(calc(100% + 30px));
    -ms-transform: translateY(calc(100% + 30px));
    transform: translateY(calc(100% + 30px))
}

.swiper-overflow {
    overflow: hidden;
    position: relative
}

.swiper-controls-wrapper {
    position: absolute!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.swiper-controls-wrapper.swiper-stories-controls {
    bottom: 150px!important
}

.swiper-controls-wrapper .swiper-button-next {
    right: -18px!important
}

.swiper-controls-wrapper .swiper-button-prev {
    left: -18px
}

.swiper-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #e75;
    border: 1px solid #e75;
    color: #fff;
    margin-top: 0!important
}

.swiper-button:active,.swiper-button:hover {
    background: #e95227;
    border: 1px solid #e95227
}

.swiper-button-prev i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-disabled {
    display: none
}

.swiper-controls-wrapper {
    position: relative
}

.swiper-pagination {
    display: none
}

.sub-footer {
    background-color: #0b1828;
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

.sub-footer,.sub-footer a {
    color: #fff
}

.hero-eyebrow {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #4f5456
}

.hero .hero-content {
    padding-top: 150px
}

.hero-logo {
    max-width: 200px;
    position: absolute;
    top: 30px;
    left: 30px
}

.details-icon-container {
    border: 2px solid #ececec;
    border-radius: 50%;
    padding: 33px
}

.details-icon-container .details-icon {
    width: 42px;
    height: 42px
}

.details-title {
    margin-bottom: 0
}

.details-description {
    font-size: 18px;
    color: #5b636d
}

.video-cta-container {
    background: -o-linear-gradient(left,rgba(0,0,0,0) 40%,#f4f4f4 0,#f4f4f4);
    background: -webkit-gradient(linear,left top, right top,color-stop(40%, rgba(0,0,0,0)),color-stop(0, #f4f4f4),to(#f4f4f4));
    background: linear-gradient(90deg,rgba(0,0,0,0) 40%,#f4f4f4 0,#f4f4f4);
    padding: 48px 74px 74px
}

.video-cta-container .video-cta .video-img {
    min-height: 395px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.video-cta-container .video-cta .video-img .btn-play:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.video-cta-container .video-cta .video-img .btn-play .btn-play-icon:before {
    font-family: realpage;
    color: #fff;
    font-size: 40px;
    height: 70px;
    width: 70px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video-cta-container .video-cta .content {
    padding: 48px
}

.video-cta-container .video-cta .content .description p {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 24px
}

.video-cta-container .video-cta .content .actions .btn {
    margin-top: 12px
}

@media (min-width: 840px) {
    .container {
        max-width:540px
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }

    .form-inline label {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group,.form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,.form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }

    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -16px;
        margin-left: -16px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 16px;
        margin-bottom: 0;
        margin-left: 16px
    }

    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: 4px
    }

    .card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }

    .card-columns {
        -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;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }

    .d-sm-none {
        display: none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .float-sm-left {
        float: left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .234375rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .234375rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .234375rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .234375rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .234375rem!important
    }

    .m-sm-2 {
        margin: .46875rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .46875rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .46875rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .46875rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .46875rem!important
    }

    .m-sm-3 {
        margin: .9375rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: .9375rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: .9375rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: .9375rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: .9375rem!important
    }

    .m-sm-4 {
        margin: 1.40625rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.40625rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.40625rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.40625rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.40625rem!important
    }

    .m-sm-5 {
        margin: 2.8125rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 2.8125rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 2.8125rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 2.8125rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 2.8125rem!important
    }

    .m-sm-6 {
        margin: 4.21875rem!important
    }

    .mt-sm-6,.my-sm-6 {
        margin-top: 4.21875rem!important
    }

    .mr-sm-6,.mx-sm-6 {
        margin-right: 4.21875rem!important
    }

    .mb-sm-6,.my-sm-6 {
        margin-bottom: 4.21875rem!important
    }

    .ml-sm-6,.mx-sm-6 {
        margin-left: 4.21875rem!important
    }

    .m-sm-7 {
        margin: 4.6875rem!important
    }

    .mt-sm-7,.my-sm-7 {
        margin-top: 4.6875rem!important
    }

    .mr-sm-7,.mx-sm-7 {
        margin-right: 4.6875rem!important
    }

    .mb-sm-7,.my-sm-7 {
        margin-bottom: 4.6875rem!important
    }

    .ml-sm-7,.mx-sm-7 {
        margin-left: 4.6875rem!important
    }

    .m-sm-8 {
        margin: 5.15625rem!important
    }

    .mt-sm-8,.my-sm-8 {
        margin-top: 5.15625rem!important
    }

    .mr-sm-8,.mx-sm-8 {
        margin-right: 5.15625rem!important
    }

    .mb-sm-8,.my-sm-8 {
        margin-bottom: 5.15625rem!important
    }

    .ml-sm-8,.mx-sm-8 {
        margin-left: 5.15625rem!important
    }

    .m-sm-9 {
        margin: 5.625rem!important
    }

    .mt-sm-9,.my-sm-9 {
        margin-top: 5.625rem!important
    }

    .mr-sm-9,.mx-sm-9 {
        margin-right: 5.625rem!important
    }

    .mb-sm-9,.my-sm-9 {
        margin-bottom: 5.625rem!important
    }

    .ml-sm-9,.mx-sm-9 {
        margin-left: 5.625rem!important
    }

    .m-sm-10 {
        margin: 6.09375rem!important
    }

    .mt-sm-10,.my-sm-10 {
        margin-top: 6.09375rem!important
    }

    .mr-sm-10,.mx-sm-10 {
        margin-right: 6.09375rem!important
    }

    .mb-sm-10,.my-sm-10 {
        margin-bottom: 6.09375rem!important
    }

    .ml-sm-10,.mx-sm-10 {
        margin-left: 6.09375rem!important
    }

    .m-sm-sub-1 {
        margin: .09375rem!important
    }

    .mt-sm-sub-1,.my-sm-sub-1 {
        margin-top: .09375rem!important
    }

    .mr-sm-sub-1,.mx-sm-sub-1 {
        margin-right: .09375rem!important
    }

    .mb-sm-sub-1,.my-sm-sub-1 {
        margin-bottom: .09375rem!important
    }

    .ml-sm-sub-1,.mx-sm-sub-1 {
        margin-left: .09375rem!important
    }

    .m-sm-sub-2 {
        margin: .1875rem!important
    }

    .mt-sm-sub-2,.my-sm-sub-2 {
        margin-top: .1875rem!important
    }

    .mr-sm-sub-2,.mx-sm-sub-2 {
        margin-right: .1875rem!important
    }

    .mb-sm-sub-2,.my-sm-sub-2 {
        margin-bottom: .1875rem!important
    }

    .ml-sm-sub-2,.mx-sm-sub-2 {
        margin-left: .1875rem!important
    }

    .m-sm-sub-3 {
        margin: .28125rem!important
    }

    .mt-sm-sub-3,.my-sm-sub-3 {
        margin-top: .28125rem!important
    }

    .mr-sm-sub-3,.mx-sm-sub-3 {
        margin-right: .28125rem!important
    }

    .mb-sm-sub-3,.my-sm-sub-3 {
        margin-bottom: .28125rem!important
    }

    .ml-sm-sub-3,.mx-sm-sub-3 {
        margin-left: .28125rem!important
    }

    .m-sm-sub-4 {
        margin: .375rem!important
    }

    .mt-sm-sub-4,.my-sm-sub-4 {
        margin-top: .375rem!important
    }

    .mr-sm-sub-4,.mx-sm-sub-4 {
        margin-right: .375rem!important
    }

    .mb-sm-sub-4,.my-sm-sub-4 {
        margin-bottom: .375rem!important
    }

    .ml-sm-sub-4,.mx-sm-sub-4 {
        margin-left: .375rem!important
    }

    .m-sm-sub-5 {
        margin: .46875rem!important
    }

    .mt-sm-sub-5,.my-sm-sub-5 {
        margin-top: .46875rem!important
    }

    .mr-sm-sub-5,.mx-sm-sub-5 {
        margin-right: .46875rem!important
    }

    .mb-sm-sub-5,.my-sm-sub-5 {
        margin-bottom: .46875rem!important
    }

    .ml-sm-sub-5,.mx-sm-sub-5 {
        margin-left: .46875rem!important
    }

    .m-sm-sub-6 {
        margin: .5625rem!important
    }

    .mt-sm-sub-6,.my-sm-sub-6 {
        margin-top: .5625rem!important
    }

    .mr-sm-sub-6,.mx-sm-sub-6 {
        margin-right: .5625rem!important
    }

    .mb-sm-sub-6,.my-sm-sub-6 {
        margin-bottom: .5625rem!important
    }

    .ml-sm-sub-6,.mx-sm-sub-6 {
        margin-left: .5625rem!important
    }

    .m-sm-sub-7 {
        margin: .65625rem!important
    }

    .mt-sm-sub-7,.my-sm-sub-7 {
        margin-top: .65625rem!important
    }

    .mr-sm-sub-7,.mx-sm-sub-7 {
        margin-right: .65625rem!important
    }

    .mb-sm-sub-7,.my-sm-sub-7 {
        margin-bottom: .65625rem!important
    }

    .ml-sm-sub-7,.mx-sm-sub-7 {
        margin-left: .65625rem!important
    }

    .m-sm-sub-8 {
        margin: .75rem!important
    }

    .mt-sm-sub-8,.my-sm-sub-8 {
        margin-top: .75rem!important
    }

    .mr-sm-sub-8,.mx-sm-sub-8 {
        margin-right: .75rem!important
    }

    .mb-sm-sub-8,.my-sm-sub-8 {
        margin-bottom: .75rem!important
    }

    .ml-sm-sub-8,.mx-sm-sub-8 {
        margin-left: .75rem!important
    }

    .m-sm-sub-9 {
        margin: .84375rem!important
    }

    .mt-sm-sub-9,.my-sm-sub-9 {
        margin-top: .84375rem!important
    }

    .mr-sm-sub-9,.mx-sm-sub-9 {
        margin-right: .84375rem!important
    }

    .mb-sm-sub-9,.my-sm-sub-9 {
        margin-bottom: .84375rem!important
    }

    .ml-sm-sub-9,.mx-sm-sub-9 {
        margin-left: .84375rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .234375rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .234375rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .234375rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .234375rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .234375rem!important
    }

    .p-sm-2 {
        padding: .46875rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .46875rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .46875rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .46875rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .46875rem!important
    }

    .p-sm-3 {
        padding: .9375rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: .9375rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: .9375rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: .9375rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: .9375rem!important
    }

    .p-sm-4 {
        padding: 1.40625rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.40625rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.40625rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.40625rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.40625rem!important
    }

    .p-sm-5 {
        padding: 2.8125rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 2.8125rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 2.8125rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 2.8125rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 2.8125rem!important
    }

    .p-sm-6 {
        padding: 4.21875rem!important
    }

    .pt-sm-6,.py-sm-6 {
        padding-top: 4.21875rem!important
    }

    .pr-sm-6,.px-sm-6 {
        padding-right: 4.21875rem!important
    }

    .pb-sm-6,.py-sm-6 {
        padding-bottom: 4.21875rem!important
    }

    .pl-sm-6,.px-sm-6 {
        padding-left: 4.21875rem!important
    }

    .p-sm-7 {
        padding: 4.6875rem!important
    }

    .pt-sm-7,.py-sm-7 {
        padding-top: 4.6875rem!important
    }

    .pr-sm-7,.px-sm-7 {
        padding-right: 4.6875rem!important
    }

    .pb-sm-7,.py-sm-7 {
        padding-bottom: 4.6875rem!important
    }

    .pl-sm-7,.px-sm-7 {
        padding-left: 4.6875rem!important
    }

    .p-sm-8 {
        padding: 5.15625rem!important
    }

    .pt-sm-8,.py-sm-8 {
        padding-top: 5.15625rem!important
    }

    .pr-sm-8,.px-sm-8 {
        padding-right: 5.15625rem!important
    }

    .pb-sm-8,.py-sm-8 {
        padding-bottom: 5.15625rem!important
    }

    .pl-sm-8,.px-sm-8 {
        padding-left: 5.15625rem!important
    }

    .p-sm-9 {
        padding: 5.625rem!important
    }

    .pt-sm-9,.py-sm-9 {
        padding-top: 5.625rem!important
    }

    .pr-sm-9,.px-sm-9 {
        padding-right: 5.625rem!important
    }

    .pb-sm-9,.py-sm-9 {
        padding-bottom: 5.625rem!important
    }

    .pl-sm-9,.px-sm-9 {
        padding-left: 5.625rem!important
    }

    .p-sm-10 {
        padding: 6.09375rem!important
    }

    .pt-sm-10,.py-sm-10 {
        padding-top: 6.09375rem!important
    }

    .pr-sm-10,.px-sm-10 {
        padding-right: 6.09375rem!important
    }

    .pb-sm-10,.py-sm-10 {
        padding-bottom: 6.09375rem!important
    }

    .pl-sm-10,.px-sm-10 {
        padding-left: 6.09375rem!important
    }

    .p-sm-sub-1 {
        padding: .09375rem!important
    }

    .pt-sm-sub-1,.py-sm-sub-1 {
        padding-top: .09375rem!important
    }

    .pr-sm-sub-1,.px-sm-sub-1 {
        padding-right: .09375rem!important
    }

    .pb-sm-sub-1,.py-sm-sub-1 {
        padding-bottom: .09375rem!important
    }

    .pl-sm-sub-1,.px-sm-sub-1 {
        padding-left: .09375rem!important
    }

    .p-sm-sub-2 {
        padding: .1875rem!important
    }

    .pt-sm-sub-2,.py-sm-sub-2 {
        padding-top: .1875rem!important
    }

    .pr-sm-sub-2,.px-sm-sub-2 {
        padding-right: .1875rem!important
    }

    .pb-sm-sub-2,.py-sm-sub-2 {
        padding-bottom: .1875rem!important
    }

    .pl-sm-sub-2,.px-sm-sub-2 {
        padding-left: .1875rem!important
    }

    .p-sm-sub-3 {
        padding: .28125rem!important
    }

    .pt-sm-sub-3,.py-sm-sub-3 {
        padding-top: .28125rem!important
    }

    .pr-sm-sub-3,.px-sm-sub-3 {
        padding-right: .28125rem!important
    }

    .pb-sm-sub-3,.py-sm-sub-3 {
        padding-bottom: .28125rem!important
    }

    .pl-sm-sub-3,.px-sm-sub-3 {
        padding-left: .28125rem!important
    }

    .p-sm-sub-4 {
        padding: .375rem!important
    }

    .pt-sm-sub-4,.py-sm-sub-4 {
        padding-top: .375rem!important
    }

    .pr-sm-sub-4,.px-sm-sub-4 {
        padding-right: .375rem!important
    }

    .pb-sm-sub-4,.py-sm-sub-4 {
        padding-bottom: .375rem!important
    }

    .pl-sm-sub-4,.px-sm-sub-4 {
        padding-left: .375rem!important
    }

    .p-sm-sub-5 {
        padding: .46875rem!important
    }

    .pt-sm-sub-5,.py-sm-sub-5 {
        padding-top: .46875rem!important
    }

    .pr-sm-sub-5,.px-sm-sub-5 {
        padding-right: .46875rem!important
    }

    .pb-sm-sub-5,.py-sm-sub-5 {
        padding-bottom: .46875rem!important
    }

    .pl-sm-sub-5,.px-sm-sub-5 {
        padding-left: .46875rem!important
    }

    .p-sm-sub-6 {
        padding: .5625rem!important
    }

    .pt-sm-sub-6,.py-sm-sub-6 {
        padding-top: .5625rem!important
    }

    .pr-sm-sub-6,.px-sm-sub-6 {
        padding-right: .5625rem!important
    }

    .pb-sm-sub-6,.py-sm-sub-6 {
        padding-bottom: .5625rem!important
    }

    .pl-sm-sub-6,.px-sm-sub-6 {
        padding-left: .5625rem!important
    }

    .p-sm-sub-7 {
        padding: .65625rem!important
    }

    .pt-sm-sub-7,.py-sm-sub-7 {
        padding-top: .65625rem!important
    }

    .pr-sm-sub-7,.px-sm-sub-7 {
        padding-right: .65625rem!important
    }

    .pb-sm-sub-7,.py-sm-sub-7 {
        padding-bottom: .65625rem!important
    }

    .pl-sm-sub-7,.px-sm-sub-7 {
        padding-left: .65625rem!important
    }

    .p-sm-sub-8 {
        padding: .75rem!important
    }

    .pt-sm-sub-8,.py-sm-sub-8 {
        padding-top: .75rem!important
    }

    .pr-sm-sub-8,.px-sm-sub-8 {
        padding-right: .75rem!important
    }

    .pb-sm-sub-8,.py-sm-sub-8 {
        padding-bottom: .75rem!important
    }

    .pl-sm-sub-8,.px-sm-sub-8 {
        padding-left: .75rem!important
    }

    .p-sm-sub-9 {
        padding: .84375rem!important
    }

    .pt-sm-sub-9,.py-sm-sub-9 {
        padding-top: .84375rem!important
    }

    .pr-sm-sub-9,.px-sm-sub-9 {
        padding-right: .84375rem!important
    }

    .pb-sm-sub-9,.py-sm-sub-9 {
        padding-bottom: .84375rem!important
    }

    .pl-sm-sub-9,.px-sm-sub-9 {
        padding-left: .84375rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }

    .text-sm-left {
        text-align: left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }

    .interactive-map iframe {
        min-height: 303.75px
    }

    .container-custom {
        max-width: 540px
    }

    .choice-modal .choice-boxes {
        margin-top: 30px
    }

    .gradient-section {
        padding: 100px
    }
}

@media (min-width: 1020px) {
    .container {
        max-width:720px
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6,.entity-form-wrapper.two-col-form .entity-form .form-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }

    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .d-md-none {
        display: none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .float-md-left {
        float: left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .234375rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .234375rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .234375rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .234375rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .234375rem!important
    }

    .m-md-2 {
        margin: .46875rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .46875rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .46875rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .46875rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .46875rem!important
    }

    .m-md-3 {
        margin: .9375rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: .9375rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: .9375rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: .9375rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: .9375rem!important
    }

    .m-md-4 {
        margin: 1.40625rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.40625rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.40625rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.40625rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.40625rem!important
    }

    .m-md-5 {
        margin: 2.8125rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 2.8125rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 2.8125rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 2.8125rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 2.8125rem!important
    }

    .m-md-6 {
        margin: 4.21875rem!important
    }

    .mt-md-6,.my-md-6 {
        margin-top: 4.21875rem!important
    }

    .mr-md-6,.mx-md-6 {
        margin-right: 4.21875rem!important
    }

    .mb-md-6,.my-md-6 {
        margin-bottom: 4.21875rem!important
    }

    .ml-md-6,.mx-md-6 {
        margin-left: 4.21875rem!important
    }

    .m-md-7 {
        margin: 4.6875rem!important
    }

    .mt-md-7,.my-md-7 {
        margin-top: 4.6875rem!important
    }

    .mr-md-7,.mx-md-7 {
        margin-right: 4.6875rem!important
    }

    .mb-md-7,.my-md-7 {
        margin-bottom: 4.6875rem!important
    }

    .ml-md-7,.mx-md-7 {
        margin-left: 4.6875rem!important
    }

    .m-md-8 {
        margin: 5.15625rem!important
    }

    .mt-md-8,.my-md-8 {
        margin-top: 5.15625rem!important
    }

    .mr-md-8,.mx-md-8 {
        margin-right: 5.15625rem!important
    }

    .mb-md-8,.my-md-8 {
        margin-bottom: 5.15625rem!important
    }

    .ml-md-8,.mx-md-8 {
        margin-left: 5.15625rem!important
    }

    .m-md-9 {
        margin: 5.625rem!important
    }

    .mt-md-9,.my-md-9 {
        margin-top: 5.625rem!important
    }

    .mr-md-9,.mx-md-9 {
        margin-right: 5.625rem!important
    }

    .mb-md-9,.my-md-9 {
        margin-bottom: 5.625rem!important
    }

    .ml-md-9,.mx-md-9 {
        margin-left: 5.625rem!important
    }

    .m-md-10 {
        margin: 6.09375rem!important
    }

    .mt-md-10,.my-md-10 {
        margin-top: 6.09375rem!important
    }

    .mr-md-10,.mx-md-10 {
        margin-right: 6.09375rem!important
    }

    .mb-md-10,.my-md-10 {
        margin-bottom: 6.09375rem!important
    }

    .ml-md-10,.mx-md-10 {
        margin-left: 6.09375rem!important
    }

    .m-md-sub-1 {
        margin: .09375rem!important
    }

    .mt-md-sub-1,.my-md-sub-1 {
        margin-top: .09375rem!important
    }

    .mr-md-sub-1,.mx-md-sub-1 {
        margin-right: .09375rem!important
    }

    .mb-md-sub-1,.my-md-sub-1 {
        margin-bottom: .09375rem!important
    }

    .ml-md-sub-1,.mx-md-sub-1 {
        margin-left: .09375rem!important
    }

    .m-md-sub-2 {
        margin: .1875rem!important
    }

    .mt-md-sub-2,.my-md-sub-2 {
        margin-top: .1875rem!important
    }

    .mr-md-sub-2,.mx-md-sub-2 {
        margin-right: .1875rem!important
    }

    .mb-md-sub-2,.my-md-sub-2 {
        margin-bottom: .1875rem!important
    }

    .ml-md-sub-2,.mx-md-sub-2 {
        margin-left: .1875rem!important
    }

    .m-md-sub-3 {
        margin: .28125rem!important
    }

    .mt-md-sub-3,.my-md-sub-3 {
        margin-top: .28125rem!important
    }

    .mr-md-sub-3,.mx-md-sub-3 {
        margin-right: .28125rem!important
    }

    .mb-md-sub-3,.my-md-sub-3 {
        margin-bottom: .28125rem!important
    }

    .ml-md-sub-3,.mx-md-sub-3 {
        margin-left: .28125rem!important
    }

    .m-md-sub-4 {
        margin: .375rem!important
    }

    .mt-md-sub-4,.my-md-sub-4 {
        margin-top: .375rem!important
    }

    .mr-md-sub-4,.mx-md-sub-4 {
        margin-right: .375rem!important
    }

    .mb-md-sub-4,.my-md-sub-4 {
        margin-bottom: .375rem!important
    }

    .ml-md-sub-4,.mx-md-sub-4 {
        margin-left: .375rem!important
    }

    .m-md-sub-5 {
        margin: .46875rem!important
    }

    .mt-md-sub-5,.my-md-sub-5 {
        margin-top: .46875rem!important
    }

    .mr-md-sub-5,.mx-md-sub-5 {
        margin-right: .46875rem!important
    }

    .mb-md-sub-5,.my-md-sub-5 {
        margin-bottom: .46875rem!important
    }

    .ml-md-sub-5,.mx-md-sub-5 {
        margin-left: .46875rem!important
    }

    .m-md-sub-6 {
        margin: .5625rem!important
    }

    .mt-md-sub-6,.my-md-sub-6 {
        margin-top: .5625rem!important
    }

    .mr-md-sub-6,.mx-md-sub-6 {
        margin-right: .5625rem!important
    }

    .mb-md-sub-6,.my-md-sub-6 {
        margin-bottom: .5625rem!important
    }

    .ml-md-sub-6,.mx-md-sub-6 {
        margin-left: .5625rem!important
    }

    .m-md-sub-7 {
        margin: .65625rem!important
    }

    .mt-md-sub-7,.my-md-sub-7 {
        margin-top: .65625rem!important
    }

    .mr-md-sub-7,.mx-md-sub-7 {
        margin-right: .65625rem!important
    }

    .mb-md-sub-7,.my-md-sub-7 {
        margin-bottom: .65625rem!important
    }

    .ml-md-sub-7,.mx-md-sub-7 {
        margin-left: .65625rem!important
    }

    .m-md-sub-8 {
        margin: .75rem!important
    }

    .mt-md-sub-8,.my-md-sub-8 {
        margin-top: .75rem!important
    }

    .mr-md-sub-8,.mx-md-sub-8 {
        margin-right: .75rem!important
    }

    .mb-md-sub-8,.my-md-sub-8 {
        margin-bottom: .75rem!important
    }

    .ml-md-sub-8,.mx-md-sub-8 {
        margin-left: .75rem!important
    }

    .m-md-sub-9 {
        margin: .84375rem!important
    }

    .mt-md-sub-9,.my-md-sub-9 {
        margin-top: .84375rem!important
    }

    .mr-md-sub-9,.mx-md-sub-9 {
        margin-right: .84375rem!important
    }

    .mb-md-sub-9,.my-md-sub-9 {
        margin-bottom: .84375rem!important
    }

    .ml-md-sub-9,.mx-md-sub-9 {
        margin-left: .84375rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .234375rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .234375rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .234375rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .234375rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .234375rem!important
    }

    .p-md-2 {
        padding: .46875rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .46875rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .46875rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .46875rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .46875rem!important
    }

    .p-md-3 {
        padding: .9375rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: .9375rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: .9375rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: .9375rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: .9375rem!important
    }

    .p-md-4 {
        padding: 1.40625rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.40625rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.40625rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.40625rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.40625rem!important
    }

    .p-md-5 {
        padding: 2.8125rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 2.8125rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 2.8125rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 2.8125rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 2.8125rem!important
    }

    .p-md-6 {
        padding: 4.21875rem!important
    }

    .pt-md-6,.py-md-6 {
        padding-top: 4.21875rem!important
    }

    .pr-md-6,.px-md-6 {
        padding-right: 4.21875rem!important
    }

    .pb-md-6,.py-md-6 {
        padding-bottom: 4.21875rem!important
    }

    .pl-md-6,.px-md-6 {
        padding-left: 4.21875rem!important
    }

    .p-md-7 {
        padding: 4.6875rem!important
    }

    .pt-md-7,.py-md-7 {
        padding-top: 4.6875rem!important
    }

    .pr-md-7,.px-md-7 {
        padding-right: 4.6875rem!important
    }

    .pb-md-7,.py-md-7 {
        padding-bottom: 4.6875rem!important
    }

    .pl-md-7,.px-md-7 {
        padding-left: 4.6875rem!important
    }

    .p-md-8 {
        padding: 5.15625rem!important
    }

    .pt-md-8,.py-md-8 {
        padding-top: 5.15625rem!important
    }

    .pr-md-8,.px-md-8 {
        padding-right: 5.15625rem!important
    }

    .pb-md-8,.py-md-8 {
        padding-bottom: 5.15625rem!important
    }

    .pl-md-8,.px-md-8 {
        padding-left: 5.15625rem!important
    }

    .p-md-9 {
        padding: 5.625rem!important
    }

    .pt-md-9,.py-md-9 {
        padding-top: 5.625rem!important
    }

    .pr-md-9,.px-md-9 {
        padding-right: 5.625rem!important
    }

    .pb-md-9,.py-md-9 {
        padding-bottom: 5.625rem!important
    }

    .pl-md-9,.px-md-9 {
        padding-left: 5.625rem!important
    }

    .p-md-10 {
        padding: 6.09375rem!important
    }

    .pt-md-10,.py-md-10 {
        padding-top: 6.09375rem!important
    }

    .pr-md-10,.px-md-10 {
        padding-right: 6.09375rem!important
    }

    .pb-md-10,.py-md-10 {
        padding-bottom: 6.09375rem!important
    }

    .pl-md-10,.px-md-10 {
        padding-left: 6.09375rem!important
    }

    .p-md-sub-1 {
        padding: .09375rem!important
    }

    .pt-md-sub-1,.py-md-sub-1 {
        padding-top: .09375rem!important
    }

    .pr-md-sub-1,.px-md-sub-1 {
        padding-right: .09375rem!important
    }

    .pb-md-sub-1,.py-md-sub-1 {
        padding-bottom: .09375rem!important
    }

    .pl-md-sub-1,.px-md-sub-1 {
        padding-left: .09375rem!important
    }

    .p-md-sub-2 {
        padding: .1875rem!important
    }

    .pt-md-sub-2,.py-md-sub-2 {
        padding-top: .1875rem!important
    }

    .pr-md-sub-2,.px-md-sub-2 {
        padding-right: .1875rem!important
    }

    .pb-md-sub-2,.py-md-sub-2 {
        padding-bottom: .1875rem!important
    }

    .pl-md-sub-2,.px-md-sub-2 {
        padding-left: .1875rem!important
    }

    .p-md-sub-3 {
        padding: .28125rem!important
    }

    .pt-md-sub-3,.py-md-sub-3 {
        padding-top: .28125rem!important
    }

    .pr-md-sub-3,.px-md-sub-3 {
        padding-right: .28125rem!important
    }

    .pb-md-sub-3,.py-md-sub-3 {
        padding-bottom: .28125rem!important
    }

    .pl-md-sub-3,.px-md-sub-3 {
        padding-left: .28125rem!important
    }

    .p-md-sub-4 {
        padding: .375rem!important
    }

    .pt-md-sub-4,.py-md-sub-4 {
        padding-top: .375rem!important
    }

    .pr-md-sub-4,.px-md-sub-4 {
        padding-right: .375rem!important
    }

    .pb-md-sub-4,.py-md-sub-4 {
        padding-bottom: .375rem!important
    }

    .pl-md-sub-4,.px-md-sub-4 {
        padding-left: .375rem!important
    }

    .p-md-sub-5 {
        padding: .46875rem!important
    }

    .pt-md-sub-5,.py-md-sub-5 {
        padding-top: .46875rem!important
    }

    .pr-md-sub-5,.px-md-sub-5 {
        padding-right: .46875rem!important
    }

    .pb-md-sub-5,.py-md-sub-5 {
        padding-bottom: .46875rem!important
    }

    .pl-md-sub-5,.px-md-sub-5 {
        padding-left: .46875rem!important
    }

    .p-md-sub-6 {
        padding: .5625rem!important
    }

    .pt-md-sub-6,.py-md-sub-6 {
        padding-top: .5625rem!important
    }

    .pr-md-sub-6,.px-md-sub-6 {
        padding-right: .5625rem!important
    }

    .pb-md-sub-6,.py-md-sub-6 {
        padding-bottom: .5625rem!important
    }

    .pl-md-sub-6,.px-md-sub-6 {
        padding-left: .5625rem!important
    }

    .p-md-sub-7 {
        padding: .65625rem!important
    }

    .pt-md-sub-7,.py-md-sub-7 {
        padding-top: .65625rem!important
    }

    .pr-md-sub-7,.px-md-sub-7 {
        padding-right: .65625rem!important
    }

    .pb-md-sub-7,.py-md-sub-7 {
        padding-bottom: .65625rem!important
    }

    .pl-md-sub-7,.px-md-sub-7 {
        padding-left: .65625rem!important
    }

    .p-md-sub-8 {
        padding: .75rem!important
    }

    .pt-md-sub-8,.py-md-sub-8 {
        padding-top: .75rem!important
    }

    .pr-md-sub-8,.px-md-sub-8 {
        padding-right: .75rem!important
    }

    .pb-md-sub-8,.py-md-sub-8 {
        padding-bottom: .75rem!important
    }

    .pl-md-sub-8,.px-md-sub-8 {
        padding-left: .75rem!important
    }

    .p-md-sub-9 {
        padding: .84375rem!important
    }

    .pt-md-sub-9,.py-md-sub-9 {
        padding-top: .84375rem!important
    }

    .pr-md-sub-9,.px-md-sub-9 {
        padding-right: .84375rem!important
    }

    .pb-md-sub-9,.py-md-sub-9 {
        padding-bottom: .84375rem!important
    }

    .pl-md-sub-9,.px-md-sub-9 {
        padding-left: .84375rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }

    .text-md-left {
        text-align: left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }

    .bg-blue-gradient.with-hero:after {
        height: 30px
    }

    .interactive-map iframe {
        min-height: 405px
    }

    .entity-form-wrapper .entity-form.webcast-form {
        margin-bottom: 0
    }

    .entity-form-wrapper.two-col-form .entity-form .privacy-notice {
        margin-top: 0;
        text-align: left
    }

    .solution-section .solution-card:nth-of-type(2) {
        padding-left: 110px
    }

    .solution-section .solution-card:nth-of-type(4) {
        padding-left: 110px
    }

    .container-custom {
        max-width: 720px
    }

    .navbar.main-navigation .w-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%!important;
        flex: 0 0 20%!important;
        max-width: 20%
    }

    .navbar.main-navigation .w-40 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%!important;
        flex: 0 0 40%!important;
        max-width: 40%
    }
}

@media (min-width: 1260px) {
    .container {
        max-width:960px
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }

    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .modal-lg {
        max-width: 800px
    }

    .d-lg-none {
        display: none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .float-lg-left {
        float: left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .234375rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .234375rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .234375rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .234375rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .234375rem!important
    }

    .m-lg-2 {
        margin: .46875rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .46875rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .46875rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .46875rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .46875rem!important
    }

    .m-lg-3 {
        margin: .9375rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: .9375rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: .9375rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: .9375rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: .9375rem!important
    }

    .m-lg-4 {
        margin: 1.40625rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.40625rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.40625rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.40625rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.40625rem!important
    }

    .m-lg-5 {
        margin: 2.8125rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 2.8125rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 2.8125rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 2.8125rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 2.8125rem!important
    }

    .m-lg-6 {
        margin: 4.21875rem!important
    }

    .mt-lg-6,.my-lg-6 {
        margin-top: 4.21875rem!important
    }

    .mr-lg-6,.mx-lg-6 {
        margin-right: 4.21875rem!important
    }

    .mb-lg-6,.my-lg-6 {
        margin-bottom: 4.21875rem!important
    }

    .ml-lg-6,.mx-lg-6 {
        margin-left: 4.21875rem!important
    }

    .m-lg-7 {
        margin: 4.6875rem!important
    }

    .mt-lg-7,.my-lg-7 {
        margin-top: 4.6875rem!important
    }

    .mr-lg-7,.mx-lg-7 {
        margin-right: 4.6875rem!important
    }

    .mb-lg-7,.my-lg-7 {
        margin-bottom: 4.6875rem!important
    }

    .ml-lg-7,.mx-lg-7 {
        margin-left: 4.6875rem!important
    }

    .m-lg-8 {
        margin: 5.15625rem!important
    }

    .mt-lg-8,.my-lg-8 {
        margin-top: 5.15625rem!important
    }

    .mr-lg-8,.mx-lg-8 {
        margin-right: 5.15625rem!important
    }

    .mb-lg-8,.my-lg-8 {
        margin-bottom: 5.15625rem!important
    }

    .ml-lg-8,.mx-lg-8 {
        margin-left: 5.15625rem!important
    }

    .m-lg-9 {
        margin: 5.625rem!important
    }

    .mt-lg-9,.my-lg-9 {
        margin-top: 5.625rem!important
    }

    .mr-lg-9,.mx-lg-9 {
        margin-right: 5.625rem!important
    }

    .mb-lg-9,.my-lg-9 {
        margin-bottom: 5.625rem!important
    }

    .ml-lg-9,.mx-lg-9 {
        margin-left: 5.625rem!important
    }

    .m-lg-10 {
        margin: 6.09375rem!important
    }

    .mt-lg-10,.my-lg-10 {
        margin-top: 6.09375rem!important
    }

    .mr-lg-10,.mx-lg-10 {
        margin-right: 6.09375rem!important
    }

    .mb-lg-10,.my-lg-10 {
        margin-bottom: 6.09375rem!important
    }

    .ml-lg-10,.mx-lg-10 {
        margin-left: 6.09375rem!important
    }

    .m-lg-sub-1 {
        margin: .09375rem!important
    }

    .mt-lg-sub-1,.my-lg-sub-1 {
        margin-top: .09375rem!important
    }

    .mr-lg-sub-1,.mx-lg-sub-1 {
        margin-right: .09375rem!important
    }

    .mb-lg-sub-1,.my-lg-sub-1 {
        margin-bottom: .09375rem!important
    }

    .ml-lg-sub-1,.mx-lg-sub-1 {
        margin-left: .09375rem!important
    }

    .m-lg-sub-2 {
        margin: .1875rem!important
    }

    .mt-lg-sub-2,.my-lg-sub-2 {
        margin-top: .1875rem!important
    }

    .mr-lg-sub-2,.mx-lg-sub-2 {
        margin-right: .1875rem!important
    }

    .mb-lg-sub-2,.my-lg-sub-2 {
        margin-bottom: .1875rem!important
    }

    .ml-lg-sub-2,.mx-lg-sub-2 {
        margin-left: .1875rem!important
    }

    .m-lg-sub-3 {
        margin: .28125rem!important
    }

    .mt-lg-sub-3,.my-lg-sub-3 {
        margin-top: .28125rem!important
    }

    .mr-lg-sub-3,.mx-lg-sub-3 {
        margin-right: .28125rem!important
    }

    .mb-lg-sub-3,.my-lg-sub-3 {
        margin-bottom: .28125rem!important
    }

    .ml-lg-sub-3,.mx-lg-sub-3 {
        margin-left: .28125rem!important
    }

    .m-lg-sub-4 {
        margin: .375rem!important
    }

    .mt-lg-sub-4,.my-lg-sub-4 {
        margin-top: .375rem!important
    }

    .mr-lg-sub-4,.mx-lg-sub-4 {
        margin-right: .375rem!important
    }

    .mb-lg-sub-4,.my-lg-sub-4 {
        margin-bottom: .375rem!important
    }

    .ml-lg-sub-4,.mx-lg-sub-4 {
        margin-left: .375rem!important
    }

    .m-lg-sub-5 {
        margin: .46875rem!important
    }

    .mt-lg-sub-5,.my-lg-sub-5 {
        margin-top: .46875rem!important
    }

    .mr-lg-sub-5,.mx-lg-sub-5 {
        margin-right: .46875rem!important
    }

    .mb-lg-sub-5,.my-lg-sub-5 {
        margin-bottom: .46875rem!important
    }

    .ml-lg-sub-5,.mx-lg-sub-5 {
        margin-left: .46875rem!important
    }

    .m-lg-sub-6 {
        margin: .5625rem!important
    }

    .mt-lg-sub-6,.my-lg-sub-6 {
        margin-top: .5625rem!important
    }

    .mr-lg-sub-6,.mx-lg-sub-6 {
        margin-right: .5625rem!important
    }

    .mb-lg-sub-6,.my-lg-sub-6 {
        margin-bottom: .5625rem!important
    }

    .ml-lg-sub-6,.mx-lg-sub-6 {
        margin-left: .5625rem!important
    }

    .m-lg-sub-7 {
        margin: .65625rem!important
    }

    .mt-lg-sub-7,.my-lg-sub-7 {
        margin-top: .65625rem!important
    }

    .mr-lg-sub-7,.mx-lg-sub-7 {
        margin-right: .65625rem!important
    }

    .mb-lg-sub-7,.my-lg-sub-7 {
        margin-bottom: .65625rem!important
    }

    .ml-lg-sub-7,.mx-lg-sub-7 {
        margin-left: .65625rem!important
    }

    .m-lg-sub-8 {
        margin: .75rem!important
    }

    .mt-lg-sub-8,.my-lg-sub-8 {
        margin-top: .75rem!important
    }

    .mr-lg-sub-8,.mx-lg-sub-8 {
        margin-right: .75rem!important
    }

    .mb-lg-sub-8,.my-lg-sub-8 {
        margin-bottom: .75rem!important
    }

    .ml-lg-sub-8,.mx-lg-sub-8 {
        margin-left: .75rem!important
    }

    .m-lg-sub-9 {
        margin: .84375rem!important
    }

    .mt-lg-sub-9,.my-lg-sub-9 {
        margin-top: .84375rem!important
    }

    .mr-lg-sub-9,.mx-lg-sub-9 {
        margin-right: .84375rem!important
    }

    .mb-lg-sub-9,.my-lg-sub-9 {
        margin-bottom: .84375rem!important
    }

    .ml-lg-sub-9,.mx-lg-sub-9 {
        margin-left: .84375rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .234375rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .234375rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .234375rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .234375rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .234375rem!important
    }

    .p-lg-2 {
        padding: .46875rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .46875rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .46875rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .46875rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .46875rem!important
    }

    .p-lg-3 {
        padding: .9375rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: .9375rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: .9375rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: .9375rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: .9375rem!important
    }

    .p-lg-4 {
        padding: 1.40625rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.40625rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.40625rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.40625rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.40625rem!important
    }

    .p-lg-5 {
        padding: 2.8125rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 2.8125rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 2.8125rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 2.8125rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 2.8125rem!important
    }

    .p-lg-6 {
        padding: 4.21875rem!important
    }

    .pt-lg-6,.py-lg-6 {
        padding-top: 4.21875rem!important
    }

    .pr-lg-6,.px-lg-6 {
        padding-right: 4.21875rem!important
    }

    .pb-lg-6,.py-lg-6 {
        padding-bottom: 4.21875rem!important
    }

    .pl-lg-6,.px-lg-6 {
        padding-left: 4.21875rem!important
    }

    .p-lg-7 {
        padding: 4.6875rem!important
    }

    .pt-lg-7,.py-lg-7 {
        padding-top: 4.6875rem!important
    }

    .pr-lg-7,.px-lg-7 {
        padding-right: 4.6875rem!important
    }

    .pb-lg-7,.py-lg-7 {
        padding-bottom: 4.6875rem!important
    }

    .pl-lg-7,.px-lg-7 {
        padding-left: 4.6875rem!important
    }

    .p-lg-8 {
        padding: 5.15625rem!important
    }

    .pt-lg-8,.py-lg-8 {
        padding-top: 5.15625rem!important
    }

    .pr-lg-8,.px-lg-8 {
        padding-right: 5.15625rem!important
    }

    .pb-lg-8,.py-lg-8 {
        padding-bottom: 5.15625rem!important
    }

    .pl-lg-8,.px-lg-8 {
        padding-left: 5.15625rem!important
    }

    .p-lg-9 {
        padding: 5.625rem!important
    }

    .pt-lg-9,.py-lg-9 {
        padding-top: 5.625rem!important
    }

    .pr-lg-9,.px-lg-9 {
        padding-right: 5.625rem!important
    }

    .pb-lg-9,.py-lg-9 {
        padding-bottom: 5.625rem!important
    }

    .pl-lg-9,.px-lg-9 {
        padding-left: 5.625rem!important
    }

    .p-lg-10 {
        padding: 6.09375rem!important
    }

    .pt-lg-10,.py-lg-10 {
        padding-top: 6.09375rem!important
    }

    .pr-lg-10,.px-lg-10 {
        padding-right: 6.09375rem!important
    }

    .pb-lg-10,.py-lg-10 {
        padding-bottom: 6.09375rem!important
    }

    .pl-lg-10,.px-lg-10 {
        padding-left: 6.09375rem!important
    }

    .p-lg-sub-1 {
        padding: .09375rem!important
    }

    .pt-lg-sub-1,.py-lg-sub-1 {
        padding-top: .09375rem!important
    }

    .pr-lg-sub-1,.px-lg-sub-1 {
        padding-right: .09375rem!important
    }

    .pb-lg-sub-1,.py-lg-sub-1 {
        padding-bottom: .09375rem!important
    }

    .pl-lg-sub-1,.px-lg-sub-1 {
        padding-left: .09375rem!important
    }

    .p-lg-sub-2 {
        padding: .1875rem!important
    }

    .pt-lg-sub-2,.py-lg-sub-2 {
        padding-top: .1875rem!important
    }

    .pr-lg-sub-2,.px-lg-sub-2 {
        padding-right: .1875rem!important
    }

    .pb-lg-sub-2,.py-lg-sub-2 {
        padding-bottom: .1875rem!important
    }

    .pl-lg-sub-2,.px-lg-sub-2 {
        padding-left: .1875rem!important
    }

    .p-lg-sub-3 {
        padding: .28125rem!important
    }

    .pt-lg-sub-3,.py-lg-sub-3 {
        padding-top: .28125rem!important
    }

    .pr-lg-sub-3,.px-lg-sub-3 {
        padding-right: .28125rem!important
    }

    .pb-lg-sub-3,.py-lg-sub-3 {
        padding-bottom: .28125rem!important
    }

    .pl-lg-sub-3,.px-lg-sub-3 {
        padding-left: .28125rem!important
    }

    .p-lg-sub-4 {
        padding: .375rem!important
    }

    .pt-lg-sub-4,.py-lg-sub-4 {
        padding-top: .375rem!important
    }

    .pr-lg-sub-4,.px-lg-sub-4 {
        padding-right: .375rem!important
    }

    .pb-lg-sub-4,.py-lg-sub-4 {
        padding-bottom: .375rem!important
    }

    .pl-lg-sub-4,.px-lg-sub-4 {
        padding-left: .375rem!important
    }

    .p-lg-sub-5 {
        padding: .46875rem!important
    }

    .pt-lg-sub-5,.py-lg-sub-5 {
        padding-top: .46875rem!important
    }

    .pr-lg-sub-5,.px-lg-sub-5 {
        padding-right: .46875rem!important
    }

    .pb-lg-sub-5,.py-lg-sub-5 {
        padding-bottom: .46875rem!important
    }

    .pl-lg-sub-5,.px-lg-sub-5 {
        padding-left: .46875rem!important
    }

    .p-lg-sub-6 {
        padding: .5625rem!important
    }

    .pt-lg-sub-6,.py-lg-sub-6 {
        padding-top: .5625rem!important
    }

    .pr-lg-sub-6,.px-lg-sub-6 {
        padding-right: .5625rem!important
    }

    .pb-lg-sub-6,.py-lg-sub-6 {
        padding-bottom: .5625rem!important
    }

    .pl-lg-sub-6,.px-lg-sub-6 {
        padding-left: .5625rem!important
    }

    .p-lg-sub-7 {
        padding: .65625rem!important
    }

    .pt-lg-sub-7,.py-lg-sub-7 {
        padding-top: .65625rem!important
    }

    .pr-lg-sub-7,.px-lg-sub-7 {
        padding-right: .65625rem!important
    }

    .pb-lg-sub-7,.py-lg-sub-7 {
        padding-bottom: .65625rem!important
    }

    .pl-lg-sub-7,.px-lg-sub-7 {
        padding-left: .65625rem!important
    }

    .p-lg-sub-8 {
        padding: .75rem!important
    }

    .pt-lg-sub-8,.py-lg-sub-8 {
        padding-top: .75rem!important
    }

    .pr-lg-sub-8,.px-lg-sub-8 {
        padding-right: .75rem!important
    }

    .pb-lg-sub-8,.py-lg-sub-8 {
        padding-bottom: .75rem!important
    }

    .pl-lg-sub-8,.px-lg-sub-8 {
        padding-left: .75rem!important
    }

    .p-lg-sub-9 {
        padding: .84375rem!important
    }

    .pt-lg-sub-9,.py-lg-sub-9 {
        padding-top: .84375rem!important
    }

    .pr-lg-sub-9,.px-lg-sub-9 {
        padding-right: .84375rem!important
    }

    .pb-lg-sub-9,.py-lg-sub-9 {
        padding-bottom: .84375rem!important
    }

    .pl-lg-sub-9,.px-lg-sub-9 {
        padding-left: .84375rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }

    .text-lg-left {
        text-align: left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }

    .w-lg-48 {
        width: 48%!important
    }

    .hero-spacing {
        padding-top: 6.9rem
    }

    .bg-blue-gradient.with-hero:after {
        height: 50px
    }

    .interactive-map iframe {
        min-height: 540px
    }

    .h1,h1 {
        font-size: 44px;
        line-height: 61px
    }

    .h2,h2 {
        font-size: 37px;
        line-height: 47px
    }

    .h3,h3 {
        font-size: 31px;
        line-height: 43px
    }

    .h4,h4 {
        font-size: 24px;
        line-height: 34px
    }

    .h5,h5 {
        font-size: 21px;
        line-height: 29px
    }

    .h6,h6 {
        font-size: 20px;
        line-height: 28px
    }

    .entity-form-wrapper.two-col-form .entity-form {
        padding: 100px 100px 75px
    }

    .solution-section .solution-card:nth-of-type(3) {
        margin-bottom: 0
    }

    .main-footer .content {
        width: 60%
    }

    .text-gradient-background .content {
        width: 75%
    }

    .container-custom {
        max-width: 1240px
    }

    .choice-modal .choice-boxes {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .choice-modal .choice-box {
        width: 315px
    }

    .navbar.main-navigation .analytics-item .card-body .btn-next {
        max-width: 185px
    }

    .navbar.main-navigation {
        background-image: url(/dist/site/static/header/nav-search-background.svg?v=2);
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: 60px 70px;
        padding-right: 60px
    }

    .navbar.main-navigation .nav-tab-content {
        position: absolute;
        background-color: #fff;
        border-radius: 0 0 14px 14px;
        width: 100vw;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        padding-bottom: 20px;
        overflow: hidden;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: none;
        -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.2);
        box-shadow: 0 4px 10px rgba(0,0,0,.2)
    }

    .navbar.main-navigation .nav-item,.navbar.main-navigation .nav-tab-content.opened {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1
    }

    .navbar.main-navigation .nav-item {
        -webkit-transition: all .35s cubic-bezier(.165,.84,.44,1);
        -o-transition: all .35s cubic-bezier(.165,.84,.44,1);
        transition: all .35s cubic-bezier(.165,.84,.44,1)
    }

    .navbar.main-navigation .nav-item.login-item .nav-link,.navbar.main-navigation .nav-item.search-item .nav-link {
        padding: 0 20px;
        font-size: 32px
    }

    .navbar.main-navigation .active .nav-link {
        position: relative
    }

    .navbar.main-navigation .active .nav-link:before {
        content: "";
        position: absolute;
        border: 3px solid #007cba;
        bottom: 0;
        left: 0;
        right: 0
    }

    .navbar.main-navigation .p2-item {
        position: relative
    }

    .navbar.main-navigation .p2-item .nav-tab-content {
        max-width: 235px
    }

    .navbar.main-navigation .markets-item {
        position: relative
    }

    .navbar.main-navigation .markets-item .nav-tab-content {
        max-width: 170px
    }

    .navbar.main-navigation .solutions-item .nav-tab-content {
        max-width: 1260px
    }

    .navbar.main-navigation .services-item {
        position: relative
    }

    .navbar.main-navigation .services-item .nav-tab-content {
        max-width: 800px
    }

    .navbar.main-navigation .analytics-item .nav-tab-content {
        max-width: 1050px
    }

    .navbar.main-navigation .analytics-item .cards-column {
        background-color: #dfdfdf;
        margin-bottom: -40px;
        padding-bottom: 40px
    }

    .navbar.main-navigation .company-item {
        position: relative
    }

    .navbar.main-navigation .company-item .nav-tab-content {
        max-width: 380px
    }

    .navbar.main-navigation .support-item {
        position: relative
    }

    .navbar.main-navigation .support-item .nav-tab-content {
        max-width: 500px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: auto;
        right: -20px
    }

    .navbar.main-navigation .login-item {
        position: relative
    }

    .navbar.main-navigation .login-item .nav-tab-content {
        max-width: 230px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: auto;
        right: -20px
    }

    .navbar.main-navigation .nav-item:last-child .nav-link {
        padding-right: 0
    }

    .navbar.main-navigation .search-item {
        position: absolute;
        right: 5px;
        z-index: 1;
        width: 700px;
        -webkit-transform: translateX(90%);
        -ms-transform: translateX(90%);
        transform: translateX(90%);
        -webkit-transition: all .35s cubic-bezier(.165,.84,.44,1);
        -o-transition: all .35s cubic-bezier(.165,.84,.44,1);
        transition: all .35s cubic-bezier(.165,.84,.44,1)
    }

    .navbar.main-navigation .search-item .search-input {
        background-color: #005f72;
        border: 1px solid #005f72;
        color: #fff
    }

    .navbar.main-navigation .search-item .search-input::-webkit-input-placeholder {
        color: #fff
    }

    .navbar.main-navigation .search-item .search-input::-moz-placeholder {
        color: #fff
    }

    .navbar.main-navigation .search-item .search-input:-ms-input-placeholder {
        color: #fff
    }

    .navbar.main-navigation .search-item .search-input::-ms-input-placeholder {
        color: #fff
    }

    .navbar.main-navigation .search-item .search-input::placeholder {
        color: #fff
    }

    .navbar.main-navigation .search-item .search-input:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar.main-navigation.search-open .nav-item {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        pointer-events: none
    }

    .navbar.main-navigation.search-open .search-item {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        pointer-events: all
    }

    .navbar.main-navigation .nav-container {
        padding-right: 20px;
        padding-left: 20px
    }

    .navbar.main-navigation .nav-links-container {
        padding-top: 20px
    }

    .navbar.main-navigation .nav-row {
        margin-left: -20px;
        margin-right: -20px
    }

    .navbar.main-navigation .nav-col {
        padding-left: 20px;
        padding-right: 20px
    }

    .navbar.main-navigation.tab-open .backdrop {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100vw;
        height: 100vh
    }

    .rcms-navbar {
        top: 30px
    }

    .rcms-navbar:before {
        content: " ";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 68px;
        height: 78px;
        z-index: 0;
        background-image: url(/dist/site/static/header/nav-search-background.svg);
        background-repeat: no-repeat
    }

    .rcms-navbar .navbar-collapse .nav-item .nav-link i {
        line-height: 80px
    }

    .rcms-navbar .navbar-collapse .nav-item>.nav-link {
        position: relative
    }

    .rcms-navbar .navbar-collapse .nav-item>.nav-link:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -webkit-transition: opacity .35s cubic-bezier(.165,.84,.44,1);
        -o-transition: opacity .35s cubic-bezier(.165,.84,.44,1);
        transition: opacity .35s cubic-bezier(.165,.84,.44,1);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-left: 20px solid rgba(0,0,0,0);
        border-right: 20px solid rgba(0,0,0,0);
        border-bottom: 15px solid #f0f0f0
    }

    .rcms-navbar .navbar-collapse .nav-item>.nav-link.active:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1
    }

    .rcms-navbar .nav-item .nav-dropdown-container .nav-dropdown-content,.rcms-navbar .nav-item .nav-dropdown-container .nav-dropdown-wrapper {
        max-width: 1260px
    }

    .rcms-navbar .nav-item .nav-dropdown-container.analytics-tab .left-column {
        background-color: #dfdfdf;
        padding: 40px 30px;
        margin: -40px 0 -40px -15px
    }

    .rcms-navbar .nav-item .nav-dropdown-container .right-column {
        padding-left: 30px
    }

    .rcms-navbar .nav-item .nav-dropdown-container.login-tab {
        right: -15px
    }

    .rcms-navbar .nav-item .nav-dropdown-container {
        max-height: calc(100vh - 99px);
        overflow-y: auto;
        -webkit-transition: opacity .15s cubic-bezier(.165,.84,.44,1);
        -o-transition: opacity .15s cubic-bezier(.165,.84,.44,1);
        transition: opacity .15s cubic-bezier(.165,.84,.44,1);
        position: absolute;
        padding-bottom: 10px;
        right: 0
    }

    .rcms-navbar .nav-item .nav-dropdown-container .close-button {
        right: 30px;
        top: 20px;
        line-height: 1;
        z-index: 2
    }

    .rcms-navbar .nav-item .nav-dropdown-container .close-button:before {
        content: " "
    }

    .rcms-navbar .nav-item .nav-dropdown-container .close-button i {
        font-size: 1.7rem
    }

    .rcms-navbar .nav-item .nav-dropdown-container.collapse {
        height: auto
    }

    .rcms-navbar .nav-item .nav-dropdown-container.collapse.show {
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1
    }

    .rcms-navbar .nav-item .nav-dropdown-container.collapsing {
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        height: auto
    }

    .rcms-navbar .nav-item .nav-dropdown-container .nav-dropdown-content,.rcms-navbar .nav-item .nav-dropdown-container .nav-dropdown-wrapper {
        border-radius: 0 0 14px 14px;
        -webkit-box-shadow: 0 .125rem .375rem rgba(0,0,0,.2);
        box-shadow: 0 .125rem .375rem rgba(0,0,0,.2)
    }

    .transparent-main-nav header.site-header {
        height: 0
    }

    .transparent-main-nav .nav-brand .logo-circle,.transparent-main-nav .nav-brand .logo-text,.transparent-main-nav .rcms-navbar,.transparent-main-nav .suport-navigaion {
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

    .transparent-main-nav header.site-header:not(.scrolled) .suport-navigaion {
        background: rgba(0,0,0,0);
        border-bottom: 1px solid hsla(0,0%,100%,.1)
    }

    .transparent-main-nav header.site-header:not(.scrolled) .suport-navigaion a {
        color: #dcdcdc
    }

    .transparent-main-nav header.site-header:not(.scrolled) .rcms-navbar {
        background-color: rgba(0,0,0,0);
        -webkit-box-shadow: 0 .125rem .375rem rgba(0,0,0,0);
        box-shadow: 0 .125rem .375rem rgba(0,0,0,0)
    }

    .transparent-main-nav header.site-header:not(.scrolled) .rcms-navbar .navbar-brand svg .logo-circle,.transparent-main-nav header.site-header:not(.scrolled) .rcms-navbar .navbar-brand svg .logo-text {
        fill: #fff
    }

    .transparent-main-nav header.site-header:not(.scrolled) .rcms-navbar .navbar-nav .nav-link.active,.transparent-main-nav header.site-header:not(.scrolled) .rcms-navbar .navbar-nav .nav-link:focus,.transparent-main-nav header.site-header:not(.scrolled) .rcms-navbar .navbar-nav .nav-link:hover {
        color: #007cba
    }

    .transparent-main-nav header.site-header:not(.scrolled) .rcms-navbar .navbar-nav .nav-link.active:before {
        content: none
    }

    .transparent-main-nav header.site-header:not(.scrolled) .rcms-navbar .navbar-nav .nav-link,.transparent-main-nav header.site-header:not(.scrolled) .rcms-navbar .navbar-toggler {
        color: #fff
    }
}

@media (min-width: 1430px) {
    .container {
        max-width:1284px
    }

    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }

    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .d-xl-none {
        display: none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .float-xl-left {
        float: left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .234375rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .234375rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .234375rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .234375rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .234375rem!important
    }

    .m-xl-2 {
        margin: .46875rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .46875rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .46875rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .46875rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .46875rem!important
    }

    .m-xl-3 {
        margin: .9375rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: .9375rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: .9375rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: .9375rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: .9375rem!important
    }

    .m-xl-4 {
        margin: 1.40625rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.40625rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.40625rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.40625rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.40625rem!important
    }

    .m-xl-5 {
        margin: 2.8125rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 2.8125rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 2.8125rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 2.8125rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 2.8125rem!important
    }

    .m-xl-6 {
        margin: 4.21875rem!important
    }

    .mt-xl-6,.my-xl-6 {
        margin-top: 4.21875rem!important
    }

    .mr-xl-6,.mx-xl-6 {
        margin-right: 4.21875rem!important
    }

    .mb-xl-6,.my-xl-6 {
        margin-bottom: 4.21875rem!important
    }

    .ml-xl-6,.mx-xl-6 {
        margin-left: 4.21875rem!important
    }

    .m-xl-7 {
        margin: 4.6875rem!important
    }

    .mt-xl-7,.my-xl-7 {
        margin-top: 4.6875rem!important
    }

    .mr-xl-7,.mx-xl-7 {
        margin-right: 4.6875rem!important
    }

    .mb-xl-7,.my-xl-7 {
        margin-bottom: 4.6875rem!important
    }

    .ml-xl-7,.mx-xl-7 {
        margin-left: 4.6875rem!important
    }

    .m-xl-8 {
        margin: 5.15625rem!important
    }

    .mt-xl-8,.my-xl-8 {
        margin-top: 5.15625rem!important
    }

    .mr-xl-8,.mx-xl-8 {
        margin-right: 5.15625rem!important
    }

    .mb-xl-8,.my-xl-8 {
        margin-bottom: 5.15625rem!important
    }

    .ml-xl-8,.mx-xl-8 {
        margin-left: 5.15625rem!important
    }

    .m-xl-9 {
        margin: 5.625rem!important
    }

    .mt-xl-9,.my-xl-9 {
        margin-top: 5.625rem!important
    }

    .mr-xl-9,.mx-xl-9 {
        margin-right: 5.625rem!important
    }

    .mb-xl-9,.my-xl-9 {
        margin-bottom: 5.625rem!important
    }

    .ml-xl-9,.mx-xl-9 {
        margin-left: 5.625rem!important
    }

    .m-xl-10 {
        margin: 6.09375rem!important
    }

    .mt-xl-10,.my-xl-10 {
        margin-top: 6.09375rem!important
    }

    .mr-xl-10,.mx-xl-10 {
        margin-right: 6.09375rem!important
    }

    .mb-xl-10,.my-xl-10 {
        margin-bottom: 6.09375rem!important
    }

    .ml-xl-10,.mx-xl-10 {
        margin-left: 6.09375rem!important
    }

    .m-xl-sub-1 {
        margin: .09375rem!important
    }

    .mt-xl-sub-1,.my-xl-sub-1 {
        margin-top: .09375rem!important
    }

    .mr-xl-sub-1,.mx-xl-sub-1 {
        margin-right: .09375rem!important
    }

    .mb-xl-sub-1,.my-xl-sub-1 {
        margin-bottom: .09375rem!important
    }

    .ml-xl-sub-1,.mx-xl-sub-1 {
        margin-left: .09375rem!important
    }

    .m-xl-sub-2 {
        margin: .1875rem!important
    }

    .mt-xl-sub-2,.my-xl-sub-2 {
        margin-top: .1875rem!important
    }

    .mr-xl-sub-2,.mx-xl-sub-2 {
        margin-right: .1875rem!important
    }

    .mb-xl-sub-2,.my-xl-sub-2 {
        margin-bottom: .1875rem!important
    }

    .ml-xl-sub-2,.mx-xl-sub-2 {
        margin-left: .1875rem!important
    }

    .m-xl-sub-3 {
        margin: .28125rem!important
    }

    .mt-xl-sub-3,.my-xl-sub-3 {
        margin-top: .28125rem!important
    }

    .mr-xl-sub-3,.mx-xl-sub-3 {
        margin-right: .28125rem!important
    }

    .mb-xl-sub-3,.my-xl-sub-3 {
        margin-bottom: .28125rem!important
    }

    .ml-xl-sub-3,.mx-xl-sub-3 {
        margin-left: .28125rem!important
    }

    .m-xl-sub-4 {
        margin: .375rem!important
    }

    .mt-xl-sub-4,.my-xl-sub-4 {
        margin-top: .375rem!important
    }

    .mr-xl-sub-4,.mx-xl-sub-4 {
        margin-right: .375rem!important
    }

    .mb-xl-sub-4,.my-xl-sub-4 {
        margin-bottom: .375rem!important
    }

    .ml-xl-sub-4,.mx-xl-sub-4 {
        margin-left: .375rem!important
    }

    .m-xl-sub-5 {
        margin: .46875rem!important
    }

    .mt-xl-sub-5,.my-xl-sub-5 {
        margin-top: .46875rem!important
    }

    .mr-xl-sub-5,.mx-xl-sub-5 {
        margin-right: .46875rem!important
    }

    .mb-xl-sub-5,.my-xl-sub-5 {
        margin-bottom: .46875rem!important
    }

    .ml-xl-sub-5,.mx-xl-sub-5 {
        margin-left: .46875rem!important
    }

    .m-xl-sub-6 {
        margin: .5625rem!important
    }

    .mt-xl-sub-6,.my-xl-sub-6 {
        margin-top: .5625rem!important
    }

    .mr-xl-sub-6,.mx-xl-sub-6 {
        margin-right: .5625rem!important
    }

    .mb-xl-sub-6,.my-xl-sub-6 {
        margin-bottom: .5625rem!important
    }

    .ml-xl-sub-6,.mx-xl-sub-6 {
        margin-left: .5625rem!important
    }

    .m-xl-sub-7 {
        margin: .65625rem!important
    }

    .mt-xl-sub-7,.my-xl-sub-7 {
        margin-top: .65625rem!important
    }

    .mr-xl-sub-7,.mx-xl-sub-7 {
        margin-right: .65625rem!important
    }

    .mb-xl-sub-7,.my-xl-sub-7 {
        margin-bottom: .65625rem!important
    }

    .ml-xl-sub-7,.mx-xl-sub-7 {
        margin-left: .65625rem!important
    }

    .m-xl-sub-8 {
        margin: .75rem!important
    }

    .mt-xl-sub-8,.my-xl-sub-8 {
        margin-top: .75rem!important
    }

    .mr-xl-sub-8,.mx-xl-sub-8 {
        margin-right: .75rem!important
    }

    .mb-xl-sub-8,.my-xl-sub-8 {
        margin-bottom: .75rem!important
    }

    .ml-xl-sub-8,.mx-xl-sub-8 {
        margin-left: .75rem!important
    }

    .m-xl-sub-9 {
        margin: .84375rem!important
    }

    .mt-xl-sub-9,.my-xl-sub-9 {
        margin-top: .84375rem!important
    }

    .mr-xl-sub-9,.mx-xl-sub-9 {
        margin-right: .84375rem!important
    }

    .mb-xl-sub-9,.my-xl-sub-9 {
        margin-bottom: .84375rem!important
    }

    .ml-xl-sub-9,.mx-xl-sub-9 {
        margin-left: .84375rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .234375rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .234375rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .234375rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .234375rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .234375rem!important
    }

    .p-xl-2 {
        padding: .46875rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .46875rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .46875rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .46875rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .46875rem!important
    }

    .p-xl-3 {
        padding: .9375rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: .9375rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: .9375rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: .9375rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: .9375rem!important
    }

    .p-xl-4 {
        padding: 1.40625rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.40625rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.40625rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.40625rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.40625rem!important
    }

    .p-xl-5 {
        padding: 2.8125rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 2.8125rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 2.8125rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 2.8125rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 2.8125rem!important
    }

    .p-xl-6 {
        padding: 4.21875rem!important
    }

    .pt-xl-6,.py-xl-6 {
        padding-top: 4.21875rem!important
    }

    .pr-xl-6,.px-xl-6 {
        padding-right: 4.21875rem!important
    }

    .pb-xl-6,.py-xl-6 {
        padding-bottom: 4.21875rem!important
    }

    .pl-xl-6,.px-xl-6 {
        padding-left: 4.21875rem!important
    }

    .p-xl-7 {
        padding: 4.6875rem!important
    }

    .pt-xl-7,.py-xl-7 {
        padding-top: 4.6875rem!important
    }

    .pr-xl-7,.px-xl-7 {
        padding-right: 4.6875rem!important
    }

    .pb-xl-7,.py-xl-7 {
        padding-bottom: 4.6875rem!important
    }

    .pl-xl-7,.px-xl-7 {
        padding-left: 4.6875rem!important
    }

    .p-xl-8 {
        padding: 5.15625rem!important
    }

    .pt-xl-8,.py-xl-8 {
        padding-top: 5.15625rem!important
    }

    .pr-xl-8,.px-xl-8 {
        padding-right: 5.15625rem!important
    }

    .pb-xl-8,.py-xl-8 {
        padding-bottom: 5.15625rem!important
    }

    .pl-xl-8,.px-xl-8 {
        padding-left: 5.15625rem!important
    }

    .p-xl-9 {
        padding: 5.625rem!important
    }

    .pt-xl-9,.py-xl-9 {
        padding-top: 5.625rem!important
    }

    .pr-xl-9,.px-xl-9 {
        padding-right: 5.625rem!important
    }

    .pb-xl-9,.py-xl-9 {
        padding-bottom: 5.625rem!important
    }

    .pl-xl-9,.px-xl-9 {
        padding-left: 5.625rem!important
    }

    .p-xl-10 {
        padding: 6.09375rem!important
    }

    .pt-xl-10,.py-xl-10 {
        padding-top: 6.09375rem!important
    }

    .pr-xl-10,.px-xl-10 {
        padding-right: 6.09375rem!important
    }

    .pb-xl-10,.py-xl-10 {
        padding-bottom: 6.09375rem!important
    }

    .pl-xl-10,.px-xl-10 {
        padding-left: 6.09375rem!important
    }

    .p-xl-sub-1 {
        padding: .09375rem!important
    }

    .pt-xl-sub-1,.py-xl-sub-1 {
        padding-top: .09375rem!important
    }

    .pr-xl-sub-1,.px-xl-sub-1 {
        padding-right: .09375rem!important
    }

    .pb-xl-sub-1,.py-xl-sub-1 {
        padding-bottom: .09375rem!important
    }

    .pl-xl-sub-1,.px-xl-sub-1 {
        padding-left: .09375rem!important
    }

    .p-xl-sub-2 {
        padding: .1875rem!important
    }

    .pt-xl-sub-2,.py-xl-sub-2 {
        padding-top: .1875rem!important
    }

    .pr-xl-sub-2,.px-xl-sub-2 {
        padding-right: .1875rem!important
    }

    .pb-xl-sub-2,.py-xl-sub-2 {
        padding-bottom: .1875rem!important
    }

    .pl-xl-sub-2,.px-xl-sub-2 {
        padding-left: .1875rem!important
    }

    .p-xl-sub-3 {
        padding: .28125rem!important
    }

    .pt-xl-sub-3,.py-xl-sub-3 {
        padding-top: .28125rem!important
    }

    .pr-xl-sub-3,.px-xl-sub-3 {
        padding-right: .28125rem!important
    }

    .pb-xl-sub-3,.py-xl-sub-3 {
        padding-bottom: .28125rem!important
    }

    .pl-xl-sub-3,.px-xl-sub-3 {
        padding-left: .28125rem!important
    }

    .p-xl-sub-4 {
        padding: .375rem!important
    }

    .pt-xl-sub-4,.py-xl-sub-4 {
        padding-top: .375rem!important
    }

    .pr-xl-sub-4,.px-xl-sub-4 {
        padding-right: .375rem!important
    }

    .pb-xl-sub-4,.py-xl-sub-4 {
        padding-bottom: .375rem!important
    }

    .pl-xl-sub-4,.px-xl-sub-4 {
        padding-left: .375rem!important
    }

    .p-xl-sub-5 {
        padding: .46875rem!important
    }

    .pt-xl-sub-5,.py-xl-sub-5 {
        padding-top: .46875rem!important
    }

    .pr-xl-sub-5,.px-xl-sub-5 {
        padding-right: .46875rem!important
    }

    .pb-xl-sub-5,.py-xl-sub-5 {
        padding-bottom: .46875rem!important
    }

    .pl-xl-sub-5,.px-xl-sub-5 {
        padding-left: .46875rem!important
    }

    .p-xl-sub-6 {
        padding: .5625rem!important
    }

    .pt-xl-sub-6,.py-xl-sub-6 {
        padding-top: .5625rem!important
    }

    .pr-xl-sub-6,.px-xl-sub-6 {
        padding-right: .5625rem!important
    }

    .pb-xl-sub-6,.py-xl-sub-6 {
        padding-bottom: .5625rem!important
    }

    .pl-xl-sub-6,.px-xl-sub-6 {
        padding-left: .5625rem!important
    }

    .p-xl-sub-7 {
        padding: .65625rem!important
    }

    .pt-xl-sub-7,.py-xl-sub-7 {
        padding-top: .65625rem!important
    }

    .pr-xl-sub-7,.px-xl-sub-7 {
        padding-right: .65625rem!important
    }

    .pb-xl-sub-7,.py-xl-sub-7 {
        padding-bottom: .65625rem!important
    }

    .pl-xl-sub-7,.px-xl-sub-7 {
        padding-left: .65625rem!important
    }

    .p-xl-sub-8 {
        padding: .75rem!important
    }

    .pt-xl-sub-8,.py-xl-sub-8 {
        padding-top: .75rem!important
    }

    .pr-xl-sub-8,.px-xl-sub-8 {
        padding-right: .75rem!important
    }

    .pb-xl-sub-8,.py-xl-sub-8 {
        padding-bottom: .75rem!important
    }

    .pl-xl-sub-8,.px-xl-sub-8 {
        padding-left: .75rem!important
    }

    .p-xl-sub-9 {
        padding: .84375rem!important
    }

    .pt-xl-sub-9,.py-xl-sub-9 {
        padding-top: .84375rem!important
    }

    .pr-xl-sub-9,.px-xl-sub-9 {
        padding-right: .84375rem!important
    }

    .pb-xl-sub-9,.py-xl-sub-9 {
        padding-bottom: .84375rem!important
    }

    .pl-xl-sub-9,.px-xl-sub-9 {
        padding-left: .84375rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }

    .text-xl-left {
        text-align: left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }

    .interactive-map iframe {
        min-height: 722.25px
    }

    .container-custom {
        max-width: 1284px
    }
}

@media (max-width: 839.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .entity-form-wrapper.two-col-form .entity-form .form-col {
        padding-left: 0;
        padding-right: 0
    }

    html body.video-modal .modal.floating-player-modal .icon-trio {
        padding-right: 10px;
        font-size: 20px;
        margin-top: 3px
    }

    .popup-container {
        max-width: 100%;
        left: 0!important;
        right: 0!important;
        width: auto!important;
        margin: 0 15px
    }

    .dynamicModal .modal-dialog .modal-body .content {
        padding: 50px 20px
    }
}

@media (max-width: 1019.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .hero-spacing {
        padding-top: 3rem
    }

    .bg-blue-gradient:before {
        background: -o-linear-gradient(right,#6658fe,#4940b7);
        background: -webkit-gradient(linear,right top, left top,from(#6658fe),to(#4940b7));
        background: linear-gradient(270deg,#6658fe,#4940b7)
    }

    body.video-modal .modal .modal-dialog .modal-content .video-wrapper,html body.video-modal .modal.floating-player-modal .modal-dialog .modal-content .video-wrapper {
        padding: 20px 0
    }

    html body.video-modal .modal.floating-player-modal .modal-dialog-footer {
        padding: 10px 20px
    }

    html body.video-modal .modal.floating-player-modal .modal-title {
        padding-top: 4px;
        line-height: 1
    }

    .section-spacing {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .solution-section .solution-card {
        margin-bottom: 25px;
        max-width: 100%
    }

    .customize-support #wpadminbar,.no-customize-support #wpadminbar {
        position: fixed;
        top: 0
    }

    .customize-support #wpadminbar #wp-admin-bar-root-default .ab-item,.no-customize-support #wpadminbar #wp-admin-bar-root-default .ab-item {
        width: 30px;
        overflow: hidden;
        display: grid
    }

    .customize-support #wpadminbar #wp-admin-bar-root-default .ab-sub-wrapper .ab-item,.no-customize-support #wpadminbar #wp-admin-bar-root-default .ab-sub-wrapper .ab-item {
        display: inherit!important
    }

    .customize-support #wpadminbar #wp-admin-bar-root-default .wpseo-score-icon,.no-customize-support #wpadminbar #wp-admin-bar-root-default .wpseo-score-icon {
        position: fixed;
        margin-left: 35px!important
    }
}

@media (max-width: 1259.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .w-md-100 {
        width: 100%!important
    }

    .hero-spacing {
        padding-top: 5rem
    }

    html body.video-modal .modal.floating-player-modal .modal-dialog {
        width: 100%
    }

    .section-spacing {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .solutions-logo {
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        margin-bottom: 40px;
        margin-right: auto;
        margin-left: auto
    }

    .solution-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .details-with-image .eyebrow {
        line-height: 40px
    }

    .plans-card .card {
        max-height: none
    }

    .plans-card .eyebrow {
        line-height: 40px
    }

    .navbar.main-navigation {
        padding: 0 15px
    }

    .navbar.main-navigation .navbar-toggler {
        position: relative;
        border: none;
        height: 100%;
        width: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar.main-navigation .navbar-toggler:focus {
        outline: none
    }

    .navbar.main-navigation .navbar-toggler span {
        position: absolute;
        height: 3px;
        width: 20px;
        background-color: #202945;
        -webkit-transition: all .35s cubic-bezier(.165,.84,.44,1);
        -o-transition: all .35s cubic-bezier(.165,.84,.44,1);
        transition: all .35s cubic-bezier(.165,.84,.44,1)
    }

    .navbar.main-navigation .navbar-toggler span:first-child {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
        width: 10px
    }

    .navbar.main-navigation .navbar-toggler span:last-child {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
        width: 15px
    }

    .navbar.main-navigation .navbar-brand {
        width: 150px;
        margin-right: 20px
    }

    .navbar.main-navigation .navbar-collapse {
        background-color: #f6f6f6;
        width: 100vw;
        height: calc(100vh - 60px);
        position: fixed;
        left: 0;
        right: 0;
        top: 60px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .35s cubic-bezier(.165,.84,.44,1);
        -o-transition: all .35s cubic-bezier(.165,.84,.44,1);
        transition: all .35s cubic-bezier(.165,.84,.44,1);
        overflow: auto
    }

    .navbar.main-navigation.opened .navbar-collapse {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .navbar.main-navigation.opened .navbar-toggler span {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0)
    }

    .navbar.main-navigation.opened .navbar-toggler span:first-child {
        -webkit-transform: rotate(45deg) translate(0);
        -ms-transform: rotate(45deg) translate(0);
        transform: rotate(45deg) translate(0);
        width: 20px
    }

    .navbar.main-navigation.opened .navbar-toggler span:last-child {
        -webkit-transform: rotate(-45deg) translate(0);
        -ms-transform: rotate(-45deg) translate(0);
        transform: rotate(-45deg) translate(0);
        width: 20px
    }

    .navbar.main-navigation .analytics-item hr {
        margin-left: -15px;
        margin-right: -15px
    }

    .navbar.main-navigation .analytics-item .cards-column {
        margin-bottom: 0
    }

    .navbar.main-navigation .nav-link {
        display: block
    }

    .navbar.main-navigation .nav-container {
        max-width: 100%;
        height: 0;
        overflow: hidden
    }

    .navbar.main-navigation .opened.nav-container {
        height: auto
    }

    .navbar.main-navigation .navbar-nav .nav-link {
        padding: 0 20px
    }

    .navbar.main-navigation .nav-item .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 0 15px;
        height: 70px;
        text-align: left;
        border-bottom: 2px solid #c4c4c4;
        color: #202945
    }

    .navbar.main-navigation .nav-item .nav-link:after {
        content: "";
        font-family: realpage;
        color: #00457c;
        -webkit-transition: all .35s cubic-bezier(.165,.84,.44,1);
        -o-transition: all .35s cubic-bezier(.165,.84,.44,1);
        transition: all .35s cubic-bezier(.165,.84,.44,1);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .navbar.main-navigation .active .nav-link:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .navbar.main-navigation .active {
        background-color: #e0e0e0
    }

    .navbar.main-navigation .active .nav-link {
        border-bottom-color: rgba(0,0,0,0)
    }

    .navbar.main-navigation .search-item {
        position: relative
    }

    .navbar.main-navigation .search-item.has-results {
        border-bottom-right-radius: 0
    }

    .navbar.main-navigation .search-item .search-results {
        top: calc(100% - 20px);
        right: 0;
        margin-right: 15px;
        margin-left: 15px;
        left: 0;
        z-index: 2
    }

    .navbar.main-navigation .search-item .search-input {
        border-top-right-radius: 10em;
        border-bottom-right-radius: 10em;
        border: 1px solid #005f72
    }

    .navbar.main-navigation .search-item .nav-link:after {
        content: ""
    }

    header.site-header {
        height: 60px
    }

    header.site-header .main-navigation {
        top: 0
    }

    .customize-support header.site-header,.no-customize-support header.site-header {
        height: 60px
    }

    .customize-support header.site-header .main-navigation,.no-customize-support header.site-header .main-navigation {
        top: 30px
    }

    .customize-support header.site-header .main-navigation .navbar-collapse,.no-customize-support header.site-header .main-navigation .navbar-collapse {
        top: 90px;
        height: calc(100vh - 90px)
    }

    .rcms-navbar .nav-brand-wrapper {
        width: 100%;
        height: 100%
    }

    .rcms-navbar {
        height: 70px;
        padding-left: 0;
        padding-right: 0
    }

    .rcms-navbar .navbar-brand {
        margin-left: 15px
    }

    .rcms-navbar .navbar-collapse {
        position: absolute;
        right: -100%;
        -webkit-transition: all .35s cubic-bezier(.165,.84,.44,1);
        -o-transition: all .35s cubic-bezier(.165,.84,.44,1);
        transition: all .35s cubic-bezier(.165,.84,.44,1);
        width: 100%;
        height: calc(100vh - 69px);
        background-color: #f6f6f7;
        overflow: auto
    }

    .rcms-navbar .navbar-collapse .extra-nav-content {
        padding: 1.95rem 1.4rem
    }

    .rcms-navbar .navbar-collapse.show {
        right: 0
    }

    .rcms-navbar .navbar-collapse .nav-item .nav-link {
        line-height: 73px;
        padding: 0 20px
    }

    .rcms-navbar .navbar-collapse .nav-item .input-group,.rcms-navbar .navbar-collapse .nav-item>a {
        background-color: #f6f6f7;
        border-bottom: 2px solid #c4c4c4;
        padding: 15px
    }

    .rcms-navbar .navbar-collapse .nav-item>.nav-link.active {
        color: #007cba;
        background-color: #e0e0e0;
        border: 0
    }

    .rcms-navbar .navbar-collapse .nav-item>.nav-link.active [data-collapse-icon] {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .rcms-navbar .nav-item .nav-dropdown-container {
        padding-left: 0;
        padding-right: 0;
        background-color: #e0e0e0
    }

    .rcms-navbar .nav-item .nav-dropdown-container .nav-dropdown-content {
        background-color: #e0e0e0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        padding: 0 20px 30px;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%
    }

    .rcms-navbar .nav-item .nav-dropdown-container .nav-section-footer {
        padding: 30px 20px;
        margin-right: 0;
        margin-left: 0;
        max-width: 100%
    }
}

@media (max-width: 1429.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .leasebg-right:before {
        content: none
    }

    html body.video-modal .modal.floating-player-modal .modal-dialog {
        padding: 0 15px
    }

    .hero {
        background-position-x: right;
        min-height: 440px
    }

    .hero:before {
        content: "";
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        opacity: .8;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0
    }

    .rcms-navbar .nav-item .nav-dropdown-mobile {
        background-color: rgba(0,0,0,0);
        position: relative;
        z-index: 3
    }

    .nav-dropdown-container .nav-dropdown-content,.nav-dropdown-container .nav-dropdown-wrapper {
        min-width: unset!important
    }

    .video-cta-container {
        background: #f4f4f4;
        padding: 56px
    }

    .video-cta-container .video-cta .content {
        padding-bottom: 0
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn,.collapsing,.fade,.form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }

    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }

    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }

    .custom-control-label:before,.custom-file-label,.custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .bg-asset-management .hero {
        height:30.5vw
    }
}

@media (max-width: 1199.98px) {
    .bg-asset-management .hero {
        height:440px
    }
}

@media (min-width: 1360px) {
    .x-lg-container {
        max-width:1320px
    }
}

@media (min-width: 992px) {
    .ui-reveal-block {
        height:auto
    }
}

@media (min-width: 1200px) {
    .ui-reveal-block:hover h3 {
        top:20%
    }

    .ui-reveal-block:hover .ui-reveal-text {
        top: 0
    }
}

@media (max-width: 1259px) {
    .hero:before {
        background-color:#fff
    }
}

@media (max-width: 1680px) {
    .hero {
        background-position:right -120px center;
        background-position: 100%
    }
}

@media (min-width: 1260px) and (max-width:1429px) {
    .hero {
        background-position:0 0
    }
}

@media (max-width: 690px) {
    .hero {
        background-position:right -160px center
    }
}

@media (min-width: 1260px) and (max-width:1429.98px) {
    .solutions-logo {
        -webkit-transform:translate(183%,54%);
        -ms-transform: translate(183%,54%);
        transform: translate(183%,54%)
    }
}

@media (min-width: 1020px) and (max-width:1429.98px) {
    .solution-section {
        padding:0 50px
    }

    .rcms-navbar .navbar-collapse .nav-item .nav-link {
        padding: 0 20px
    }
}

@media only screen and (min-width: 400px) {
    .sub-hero br {
        display:none
    }
}

@media only screen and (min-width: 1200px) {
    .choice-modal .choice-box {
        width:350px
    }
}

@media (max-width: 782px) {
    .customize-support #wpadminbar #wp-admin-bar-root-default .ab-item,.no-customize-support #wpadminbar #wp-admin-bar-root-default .ab-item {
        width:47px!important
    }

    .customize-support header.site-header .main-navigation,.no-customize-support header.site-header .main-navigation {
        top: 46px
    }

    .customize-support header.site-header .main-navigation .navbar-collapse,.no-customize-support header.site-header .main-navigation .navbar-collapse {
        top: 106px;
        height: calc(100vh - 106px)
    }
}

@media screen and (max-width: 1100px) {
    .rcms-navbar .nav-item .nav-link {
        padding:0 10px!important;
        color: #005f72
    }
}

@media screen and (max-width: 1000px) {
    .rcms-navbar .navbar-brand {
        width:180px
    }
}

@media (min-width: 1260px) and (max-width:1259.98px) {
    .transparent-main-nav header.site-header {
        height:0
    }
}
