
.break-container {
    position: relative;
    width: 100vw;
left:calc((-100vw - -100%)/2);
}
*, :after, :before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-family: 'MSK Sans Web';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--gray-dark);
    text-align: left;
    background-color: var(--white);
}
[tabindex="-1"]:focus {
    outline: 0!important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
	line-height: 1.3 !important;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
}
address, dl, ol, ul {
    margin-bottom: 1rem;
}
dl, ol, ul {
    margin-top: 0;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
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 {
    font-weight: 400;
    color: #0073e0;
    color: var(--blue);
    text-decoration: underline;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    font-family: "MSK Sans Web";
    text-decoration-thickness: 2px;
    text-underline-position: under;
    text-underline-offset: 1px;
}

a:hover {
    text-decoration: underline;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-decoration-thickness: 4px
}

a:focus,a:hover {
    color: #002569;

}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code, kbd, pre, samp {
    font-family: 'MSK Sans Web';
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    border-style: none;
}
img, svg {
    vertical-align: middle;
}
svg {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style:none;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none!important;
}
/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: 'MSK Sans Web';
    font-weight: 500;
    line-height: 1.2;
}
.h1, h1 {
    font-size: 2.5rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.75rem;
}
.h4, h4 {
    font-size: 1.5rem;
}
.h5, h5 {
    font-size: 1.25rem;
}
.h6, h6 {
    font-size: 1rem;
}*/
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
}
.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
}
.display-3 {
    font-size: 4.5rem;
}
.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 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: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer:before {
    content: "\2014\00A0";
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

@media (min-width:1200px) {
.container {
    max-width: 1140px;
}
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -webkit-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -webkit-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -webkit-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -webkit-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -webkit-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-order: -1;
    order: -1;
}
.order-last {
    -webkit-order: 13;
    order: 13;
}
.order-0 {
    -webkit-order: 0;
    order: 0;
}
.order-1 {
    -webkit-order: 1;
    order: 1;
}
.order-2 {
    -webkit-order: 2;
    order: 2;
}
.order-3 {
    -webkit-order: 3;
    order: 3;
}
.order-4 {
    -webkit-order: 4;
    order: 4;
}
.order-5 {
    -webkit-order: 5;
    order: 5;
}
.order-6 {
    -webkit-order: 6;
    order: 6;
}
.order-7 {
    -webkit-order: 7;
    order: 7;
}
.order-8 {
    -webkit-order: 8;
    order: 8;
}
.order-9 {
    -webkit-order: 9;
    order: 9;
}
.order-10 {
    -webkit-order: 10;
    order: 10;
}
.order-11 {
    -webkit-order: 11;
    order: 11;
}
.order-12 {
    -webkit-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}

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

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

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

@media (min-width:1200px) {
.col-xl {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-xl-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-xl-1 {
    -webkit-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-xl-2 {
    -webkit-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-xl-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4 {
    -webkit-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-xl-5 {
    -webkit-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-xl-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7 {
    -webkit-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-xl-8 {
    -webkit-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-xl-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10 {
    -webkit-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-xl-11 {
    -webkit-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-xl-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xl-first {
    -webkit-order: -1;
    order: -1;
}
.order-xl-last {
    -webkit-order: 13;
    order: 13;
}
.order-xl-0 {
    -webkit-order: 0;
    order: 0;
}
.order-xl-1 {
    -webkit-order: 1;
    order: 1;
}
.order-xl-2 {
    -webkit-order: 2;
    order: 2;
}
.order-xl-3 {
    -webkit-order: 3;
    order: 3;
}
.order-xl-4 {
    -webkit-order: 4;
    order: 4;
}
.order-xl-5 {
    -webkit-order: 5;
    order: 5;
}
.order-xl-6 {
    -webkit-order: 6;
    order: 6;
}
.order-xl-7 {
    -webkit-order: 7;
    order: 7;
}
.order-xl-8 {
    -webkit-order: 8;
    order: 8;
}
.order-xl-9 {
    -webkit-order: 9;
    order: 9;
}
.order-xl-10 {
    -webkit-order: 10;
    order: 10;
}
.order-xl-11 {
    -webkit-order: 11;
    order: 11;
}
.order-xl-12 {
    -webkit-order: 12;
    order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.33333%;
}
.offset-xl-2 {
    margin-left: 16.66667%;
}
.offset-xl-3 {
    margin-left: 25%;
}
.offset-xl-4 {
    margin-left: 33.33333%;
}
.offset-xl-5 {
    margin-left: 41.66667%;
}
.offset-xl-6 {
    margin-left: 50%;
}
.offset-xl-7 {
    margin-left: 58.33333%;
}
.offset-xl-8 {
    margin-left: 66.66667%;
}
.offset-xl-9 {
    margin-left: 75%;
}
.offset-xl-10 {
    margin-left: 83.33333%;
}
.offset-xl-11 {
    margin-left: 91.66667%;
}
}
.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: #ececec!important;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #d3d3d3!important;
}
.bg-secondary {
    background-color: #333!important;
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #1a1a1a!important;
}
.bg-success {
    background-color: #28a745!important;
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34!important;
}
.bg-info {
    background-color: #17a2b8!important;
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b!important;
}
.bg-warning {
    background-color: #ffc107!important;
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00!important;
}
.bg-danger {
    background-color: #dc3545!important;
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130!important;
}
.bg-light {
    background-color: #f8f9fa!important;
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5!important;
}
.bg-dark {
    background-color: #343a40!important;
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124!important;
}
.bg-link, a.bg-link:focus, a.bg-link:hover, button.bg-link:focus, button.bg-link:hover {
    background-color: #000!important;
}
.bg-link-hover {
    background-color: #ececec!important;
}
a.bg-link-hover:focus, a.bg-link-hover:hover, button.bg-link-hover:focus, button.bg-link-hover:hover {
    background-color: #d3d3d3!important;
}
.bg-secondary-alt, a.bg-secondary-alt:focus, a.bg-secondary-alt:hover, button.bg-secondary-alt:focus, button.bg-secondary-alt:hover {
    background-color: #000!important;
}
.bg-bg-light {
    background-color: #fff!important;
}
a.bg-bg-light:focus, a.bg-bg-light:hover, button.bg-bg-light:focus, button.bg-bg-light:hover {
    background-color: #e6e6e6!important;
}
.bg-bg-light-alt {
    background-color: #999!important;
}
a.bg-bg-light-alt:focus, a.bg-bg-light-alt:hover, button.bg-bg-light-alt:focus, button.bg-bg-light-alt:hover {
    background-color: grey!important;
}
.bg-bg-light-alt2 {
    background-color: #ccc!important;
}
a.bg-bg-light-alt2:focus, a.bg-bg-light-alt2:hover, button.bg-bg-light-alt2:focus, button.bg-bg-light-alt2:hover {
    background-color: #b3b3b3!important;
}
.bg-bg-dark {
    background-color: #333!important;
}
a.bg-bg-dark:focus, a.bg-bg-dark:hover, button.bg-bg-dark:focus, button.bg-bg-dark:hover {
    background-color: #1a1a1a!important;
}
.bg-text1 {
    background-color: #333!important;
}
a.bg-text1:focus, a.bg-text1:hover, button.bg-text1:focus, button.bg-text1:hover {
    background-color: #1a1a1a!important;
}
.bg-text2 {
    background-color: #999!important;
}
a.bg-text2:focus, a.bg-text2:hover, button.bg-text2:focus, button.bg-text2:hover {
    background-color: grey!important;
}
.bg-text3 {
    background-color: #999!important;
}
a.bg-text3:focus, a.bg-text3:hover, button.bg-text3:focus, button.bg-text3:hover {
    background-color: grey!important;
}
.bg-text4 {
    background-color: #21252b!important;
}
a.bg-text4:focus, a.bg-text4:hover, button.bg-text4:focus, button.bg-text4:hover {
    background-color: #0b0c0e!important;
}
.bg-text-white {
    background-color: #fff!important;
}
a.bg-text-white:focus, a.bg-text-white:hover, button.bg-text-white:focus, button.bg-text-white:hover {
    background-color: #e6e6e6!important;
}
.bg-bg-search-participant-or-member {
    background-color: #d3e3ff!important;
}
a.bg-bg-search-participant-or-member:focus, a.bg-bg-search-participant-or-member:hover, button.bg-bg-search-participant-or-member:focus, button.bg-bg-search-participant-or-member:hover {
    background-color: #a0c3ff!important;
}
.bg-bg-form-text {
    background-color: #6d9cff!important;
}
a.bg-bg-form-text:focus, a.bg-bg-form-text:hover, button.bg-bg-form-text:focus, button.bg-bg-form-text:hover {
    background-color: #3a79ff!important;
}
.bg-svg-icons {
    background-color: #00034d!important;
}
a.bg-svg-icons:focus, a.bg-svg-icons:hover, button.bg-svg-icons:focus, button.bg-svg-icons:hover {
    background-color: #00011a!important;
}
.bg-cutout-bar {
    background-color: #f4b000!important;
}
a.bg-cutout-bar:focus, a.bg-cutout-bar:hover, button.bg-cutout-bar:focus, button.bg-cutout-bar:hover {
    background-color: #c18b00!important;
}
.bg-bg-light-orange {
    background-color: #ff9b6e!important;
}
a.bg-bg-light-orange:focus, a.bg-bg-light-orange:hover, button.bg-bg-light-orange:focus, button.bg-bg-light-orange:hover {
    background-color: #ff783b!important;
}
.bg-kw-link {
    background-color: #002769!important;
}
a.bg-kw-link:focus, a.bg-kw-link:hover, button.bg-kw-link:focus, button.bg-kw-link:hover {
    background-color: #001436!important;
}
.bg-kw-link-hover {
    background-color: #0073e0!important;
}
a.bg-kw-link-hover:focus, a.bg-kw-link-hover:hover, button.bg-kw-link-hover:focus, button.bg-kw-link-hover:hover {
    background-color: #0059ad!important;
}
.bg-kw-primary {
    background-color: #0073e0!important;
}
a.bg-kw-primary:focus, a.bg-kw-primary:hover, button.bg-kw-primary:focus, button.bg-kw-primary:hover {
    background-color: #0059ad!important;
}
.bg-kw-secondary {
    background-color: #f3742c!important;
}
a.bg-kw-secondary:focus, a.bg-kw-secondary:hover, button.bg-kw-secondary:focus, button.bg-kw-secondary:hover {
    background-color: #df590d!important;
}
.bg-kw-secondary-alt {
    background-color: #d14900!important;
}
a.bg-kw-secondary-alt:focus, a.bg-kw-secondary-alt:hover, button.bg-kw-secondary-alt:focus, button.bg-kw-secondary-alt:hover {
    background-color: #9e3700!important;
}
.bg-kw-bg-light {
    background-color: #fff!important;
}
a.bg-kw-bg-light:focus, a.bg-kw-bg-light:hover, button.bg-kw-bg-light:focus, button.bg-kw-bg-light:hover {
    background-color: #e6e6e6!important;
}
.bg-kw-bg-light-alt {
    background-color: #ececec!important;
}
a.bg-kw-bg-light-alt:focus, a.bg-kw-bg-light-alt:hover, button.bg-kw-bg-light-alt:focus, button.bg-kw-bg-light-alt:hover {
    background-color: #d3d3d3!important;
}
.bg-kw-bg-light-alt2 {
    background-color: #ccc!important;
}
a.bg-kw-bg-light-alt2:focus, a.bg-kw-bg-light-alt2:hover, button.bg-kw-bg-light-alt2:focus, button.bg-kw-bg-light-alt2:hover {
    background-color: #b3b3b3!important;
}
.bg-kw-bg-light-blue {
    background-color: #d3e3ff!important;
}
a.bg-kw-bg-light-blue:focus, a.bg-kw-bg-light-blue:hover, button.bg-kw-bg-light-blue:focus, button.bg-kw-bg-light-blue:hover {
    background-color: #a0c3ff!important;
}
.bg-kw-bg-dark {
    background-color: #002769!important;
}
a.bg-kw-bg-dark:focus, a.bg-kw-bg-dark:hover, button.bg-kw-bg-dark:focus, button.bg-kw-bg-dark:hover {
    background-color: #001436!important;
}
.bg-kw-text1 {
    background-color: #333!important;
}
a.bg-kw-text1:focus, a.bg-kw-text1:hover, button.bg-kw-text1:focus, button.bg-kw-text1:hover {
    background-color: #1a1a1a!important;
}
.bg-kw-text2 {
    background-color: #999!important;
}
a.bg-kw-text2:focus, a.bg-kw-text2:hover, button.bg-kw-text2:focus, button.bg-kw-text2:hover {
    background-color: grey!important;
}
.bg-kw-text3 {
    background-color: #bdbebd!important;
}
a.bg-kw-text3:focus, a.bg-kw-text3:hover, button.bg-kw-text3:focus, button.bg-kw-text3:hover {
    background-color: #a3a5a3!important;
}
.bg-kw-text4 {
    background-color: #21252b!important;
}
a.bg-kw-text4:focus, a.bg-kw-text4:hover, button.bg-kw-text4:focus, button.bg-kw-text4:hover {
    background-color: #0b0c0e!important;
}
.bg-kw-text-white {
    background-color: #fff!important;
}
a.bg-kw-text-white:focus, a.bg-kw-text-white:hover, button.bg-kw-text-white:focus, button.bg-kw-text-white:hover {
    background-color: #e6e6e6!important;
}
.bg-kw-bg-search-participant-or-member {
    background-color: #d3e3ff!important;
}
a.bg-kw-bg-search-participant-or-member:focus, a.bg-kw-bg-search-participant-or-member:hover, button.bg-kw-bg-search-participant-or-member:focus, button.bg-kw-bg-search-participant-or-member:hover {
    background-color: #a0c3ff!important;
}
.bg-kw-bg-form-text {
    background-color: #6d9cff!important;
}
a.bg-kw-bg-form-text:focus, a.bg-kw-bg-form-text:hover, button.bg-kw-bg-form-text:focus, button.bg-kw-bg-form-text:hover {
    background-color: #3a79ff!important;
}
.bg-kw-svg-icons {
    background-color: #00034d!important;
}
a.bg-kw-svg-icons:focus, a.bg-kw-svg-icons:hover, button.bg-kw-svg-icons:focus, button.bg-kw-svg-icons:hover {
    background-color: #00011a!important;
}
.bg-kw-cutout-bar {
    background-color: #f4b000!important;
}
a.bg-kw-cutout-bar:focus, a.bg-kw-cutout-bar:hover, button.bg-kw-cutout-bar:focus, button.bg-kw-cutout-bar:hover {
    background-color: #c18b00!important;
}
.bg-ft-link {
    background-color: var(--orange-dark)!important;
}
a.bg-ft-link:focus, a.bg-ft-link:hover, button.bg-ft-link:focus, button.bg-ft-link:hover {
    background-color: #f86900!important;
}
.bg-ft-link-hover {
    background-color: var(--orange-dark)!important;
}
a.bg-ft-link-hover:focus, a.bg-ft-link-hover:hover, button.bg-ft-link-hover:focus, button.bg-ft-link-hover:hover {
    background-color: #cc5600!important;
}
.bg-ft-primary {
    background-color: var(--orange-dark)!important;
}
a.bg-ft-primary:focus, a.bg-ft-primary:hover, button.bg-ft-primary:focus, button.bg-ft-primary:hover {
    background-color: #f86900!important;
}
.bg-ft-secondary {
    background-color: var(--orange-dark)!important;
}
a.bg-ft-secondary:focus, a.bg-ft-secondary:hover, button.bg-ft-secondary:focus, button.bg-ft-secondary:hover {
    background-color: #cc5600!important;
}
.bg-ft-bg-dark {
    background-color: #353535!important;
}
a.bg-ft-bg-dark:focus, a.bg-ft-bg-dark:hover, button.bg-ft-bg-dark:focus, button.bg-ft-bg-dark:hover {
    background-color: #1c1c1c!important;
}
.bg-ft-footer-border-color {
    background-color: var(--orange-dark)!important;
}
a.bg-ft-footer-border-color:focus, a.bg-ft-footer-border-color:hover, button.bg-ft-footer-border-color:focus, button.bg-ft-footer-border-color:hover {
    background-color: #cc5600!important;
}
.bg-ft-text-white {
    background-color: #fff!important;
}
a.bg-ft-text-white:focus, a.bg-ft-text-white:hover, button.bg-ft-text-white:focus, button.bg-ft-text-white:hover {
    background-color: #e6e6e6!important;
}
.bg-ft-bg-light {
    background-color: #fff!important;
}
a.bg-ft-bg-light:focus, a.bg-ft-bg-light:hover, button.bg-ft-bg-light:focus, button.bg-ft-bg-light:hover {
    background-color: #e6e6e6!important;
}
.bg-ft-bg-light-alt {
    background-color: #ececec!important;
}
a.bg-ft-bg-light-alt:focus, a.bg-ft-bg-light-alt:hover, button.bg-ft-bg-light-alt:focus, button.bg-ft-bg-light-alt:hover {
    background-color: #d3d3d3!important;
}
.bg-ft-bg-form-text {
    background-color: #fff!important;
}
a.bg-ft-bg-form-text:focus, a.bg-ft-bg-form-text:hover, button.bg-ft-bg-form-text:focus, button.bg-ft-bg-form-text:hover {
    background-color: #e6e6e6!important;
}
.bg-ft-form-placeholder {
    background-color: #bdbebd!important;
}
a.bg-ft-form-placeholder:focus, a.bg-ft-form-placeholder:hover, button.bg-ft-form-placeholder:focus, button.bg-ft-form-placeholder:hover {
    background-color: #a3a5a3!important;
}
.bg-ft-svg-icons {
    background-color: #fff!important;
}
a.bg-ft-svg-icons:focus, a.bg-ft-svg-icons:hover, button.bg-ft-svg-icons:focus, button.bg-ft-svg-icons:hover {
    background-color: #e6e6e6!important;
}
.bg-ft-blue {
    background-color: #0026a5!important;
}
a.bg-ft-blue:focus, a.bg-ft-blue:hover, button.bg-ft-blue:focus, button.bg-ft-blue:hover {
    background-color: #001a72!important;
}
.bg-ft-light-gray {
    background-color: #a6a6a6!important;
}
a.bg-ft-light-gray:focus, a.bg-ft-light-gray:hover, button.bg-ft-light-gray:focus, button.bg-ft-light-gray:hover {
    background-color: #8d8d8d!important;
}
.bg-white {
    background-color: #fff!important;
}
.bg-transparent {
    background-color: transparent!important;
}
.border {
    border: 1px solid #dee2e6!important;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
}
.border-right {
    border-right: 1px solid #dee2e6!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.border-left {
    border-left: 1px solid #dee2e6!important;
}
.border-0 {
    border: 0!important;
}
.border-top-0 {
    border-top: 0!important;
}
.border-right-0 {
    border-right: 0!important;
}
.border-bottom-0 {
    border-bottom: 0!important;
}
.border-left-0 {
    border-left: 0!important;
}
.border-primary {
    border-color: #ececec!important;
}
.border-secondary {
    border-color: #333!important;
}
.border-success {
    border-color: #28a745!important;
}
.border-info {
    border-color: #17a2b8!important;
}
.border-warning {
    border-color: #ffc107!important;
}
.border-danger {
    border-color: #dc3545!important;
}
.border-light {
    border-color: #f8f9fa!important;
}
.border-dark {
    border-color: #343a40!important;
}
.border-link {
    border-color: #000!important;
}
.border-link-hover {
    border-color: #ececec!important;
}
.border-secondary-alt {
    border-color: #000!important;
}
.border-bg-light {
    border-color: #fff!important;
}
.border-bg-light-alt {
    border-color: #999!important;
}
.border-bg-light-alt2 {
    border-color: #ccc!important;
}
.border-bg-dark, .border-text1 {
    border-color: #333!important;
}
.border-text2, .border-text3 {
    border-color: #999!important;
}
.border-text4 {
    border-color: #21252b!important;
}
.border-text-white {
    border-color: #fff!important;
}
.border-bg-search-participant-or-member {
    border-color: #d3e3ff!important;
}
.border-bg-form-text {
    border-color: #6d9cff!important;
}
.border-svg-icons {
    border-color: #00034d!important;
}
.border-cutout-bar {
    border-color: #f4b000!important;
}
.border-bg-light-orange {
    border-color: #ff9b6e!important;
}
.border-kw-link {
    border-color: #002769!important;
}
.border-kw-link-hover, .border-kw-primary {
    border-color: #0073e0!important;
}
.border-kw-secondary {
    border-color: #f3742c!important;
}
.border-kw-secondary-alt {
    border-color: #d14900!important;
}
.border-kw-bg-light {
    border-color: #fff!important;
}
.border-kw-bg-light-alt {
    border-color: #ececec!important;
}
.border-kw-bg-light-alt2 {
    border-color: #ccc!important;
}
.border-kw-bg-light-blue {
    border-color: #d3e3ff!important;
}
.border-kw-bg-dark {
    border-color: #002769!important;
}
.border-kw-text1 {
    border-color: #333!important;
}
.border-kw-text2 {
    border-color: #999!important;
}
.border-kw-text3 {
    border-color: #bdbebd!important;
}
.border-kw-text4 {
    border-color: #21252b!important;
}
.border-kw-text-white {
    border-color: #fff!important;
}
.border-kw-bg-search-participant-or-member {
    border-color: #d3e3ff!important;
}
.border-kw-bg-form-text {
    border-color: #6d9cff!important;
}
.border-kw-svg-icons {
    border-color: #00034d!important;
}
.border-kw-cutout-bar {
    border-color: #f4b000!important;
}
.border-ft-link {
    border-color: var(--orange-dark)!important;
}
.border-ft-link-hover {
    border-color: var(--orange-dark)!important;
}
.border-ft-primary {
    border-color: var(--orange-dark)!important;
}
.border-ft-secondary {
    border-color: var(--orange-dark)!important;
}
.border-ft-bg-dark {
    border-color: #353535!important;
}
.border-ft-footer-border-color {
    border-color: var(--orange-dark)!important;
}
.border-ft-bg-light, .border-ft-text-white {
    border-color: #fff!important;
}
.border-ft-bg-light-alt {
    border-color: #ececec!important;
}
.border-ft-bg-form-text {
    border-color: #fff!important;
}
.border-ft-form-placeholder {
    border-color: #bdbebd!important;
}
.border-ft-svg-icons {
    border-color: #fff!important;
}
.border-ft-blue {
    border-color: #0026a5!important;
}
.border-ft-light-gray {
    border-color: #a6a6a6!important;
}
.border-white {
    border-color: #fff!important;
}
.rounded-sm {
    border-radius: .2rem!important;
}
.rounded {
    border-radius: .25rem!important;
}
.rounded-top {
    border-top-left-radius: .25rem!important;
}
.rounded-right, .rounded-top {
    border-top-right-radius: .25rem!important;
}
.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem!important;
}
.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem!important;
}
.rounded-left {
    border-top-left-radius: .25rem!important;
}
.rounded-lg {
    border-radius: .3rem!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.rounded-0 {
    border-radius: 0!important;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none!important;
}
.d-inline {
    display: inline!important;
}
.d-inline-block {
    display: inline-block!important;
}
.d-block {
    display: block!important;
}
.d-table {
    display: table!important;
}
.d-table-row {
    display: table-row!important;
}
.d-table-cell {
    display: table-cell!important;
}
.d-flex {
    display: -webkit-flex!important;
    display: flex!important;
}
.d-inline-flex {
    display: -webkit-inline-flex!important;
    display: inline-flex!important;
}

@media (min-width:576px) {
.d-sm-none {
    display: none!important;
}
.d-sm-inline {
    display: inline!important;
}
.d-sm-inline-block {
    display: inline-block!important;
}
.d-sm-block {
    display: block!important;
}
.d-sm-table {
    display: table!important;
}
.d-sm-table-row {
    display: table-row!important;
}
.d-sm-table-cell {
    display: table-cell!important;
}
.d-sm-flex {
    display: -webkit-flex!important;
    display: flex!important;
}
.d-sm-inline-flex {
    display: -webkit-inline-flex!important;
    display: inline-flex!important;
}
}

@media (min-width:768px) {
.d-md-none {
    display: none!important;
}
.d-md-inline {
    display: inline!important;
}
.d-md-inline-block {
    display: inline-block!important;
}
.d-md-block {
    display: block!important;
}
.d-md-table {
    display: table!important;
}
.d-md-table-row {
    display: table-row!important;
}
.d-md-table-cell {
    display: table-cell!important;
}
.d-md-flex {
    display: -webkit-flex!important;
    display: flex!important;
}
.d-md-inline-flex {
    display: -webkit-inline-flex!important;
    display: inline-flex!important;
}
}

@media (min-width:992px) {
.d-lg-none {
    display: none!important;
}
.d-lg-inline {
    display: inline!important;
}
.d-lg-inline-block {
    display: inline-block!important;
}
.d-lg-block {
    display: block!important;
}
.d-lg-table {
    display: table!important;
}
.d-lg-table-row {
    display: table-row!important;
}
.d-lg-table-cell {
    display: table-cell!important;
}
.d-lg-flex {
    display: -webkit-flex!important;
    display: flex!important;
}
.d-lg-inline-flex {
    display: -webkit-inline-flex!important;
    display: inline-flex!important;
}
}

@media (min-width:1200px) {
.d-xl-none {
    display: none!important;
}
.d-xl-inline {
    display: inline!important;
}
.d-xl-inline-block {
    display: inline-block!important;
}
.d-xl-block {
    display: block!important;
}
.d-xl-table {
    display: table!important;
}
.d-xl-table-row {
    display: table-row!important;
}
.d-xl-table-cell {
    display: table-cell!important;
}
.d-xl-flex {
    display: -webkit-flex!important;
    display: flex!important;
}
.d-xl-inline-flex {
    display: -webkit-inline-flex!important;
    display: inline-flex!important;
}
}

@media print {
.d-print-none {
    display: none!important;
}
.d-print-inline {
    display: inline!important;
}
.d-print-inline-block {
    display: inline-block!important;
}
.d-print-block {
    display: block!important;
}
.d-print-table {
    display: table!important;
}
.d-print-table-row {
    display: table-row!important;
}
.d-print-table-cell {
    display: table-cell!important;
}
.d-print-flex {
    display: -webkit-flex!important;
    display: flex!important;
}
.d-print-inline-flex {
    display: -webkit-inline-flex!important;
    display: inline-flex!important;
}
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.flex-row {
    -webkit-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-column {
    -webkit-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-row-reverse {
    -webkit-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-column-reverse {
    -webkit-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-wrap {
    -webkit-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-nowrap {
    -webkit-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-fill {
    -webkit-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-grow-0 {
    -webkit-flex-grow: 0!important;
    flex-grow: 0!important;
}
.flex-grow-1 {
    -webkit-flex-grow: 1!important;
    flex-grow: 1!important;
}
.flex-shrink-0 {
    -webkit-flex-shrink: 0!important;
    flex-shrink: 0!important;
}
.flex-shrink-1 {
    -webkit-flex-shrink: 1!important;
    flex-shrink: 1!important;
}
.justify-content-start {
    -webkit-justify-content: flex-start!important;
    justify-content: flex-start!important;
}
.justify-content-end {
    -webkit-justify-content: flex-end!important;
    justify-content: flex-end!important;
}
.justify-content-center {
    -webkit-justify-content: center!important;
    justify-content: center!important;
}
.justify-content-between {
    -webkit-justify-content: space-between!important;
    justify-content: space-between!important;
}
.justify-content-around {
    -webkit-justify-content: space-around!important;
    justify-content: space-around!important;
}
.align-items-start {
    -webkit-align-items: flex-start!important;
    align-items: flex-start!important;
}
.align-items-end {
    -webkit-align-items: flex-end!important;
    align-items: flex-end!important;
}
.align-items-center {
    -webkit-align-items: center!important;
    align-items: center!important;
}
.align-items-baseline {
    -webkit-align-items: baseline!important;
    align-items: baseline!important;
}
.align-items-stretch {
    -webkit-align-items: stretch!important;
    align-items: stretch!important;
}
.align-content-start {
    -webkit-align-content: flex-start!important;
    align-content: flex-start!important;
}
.align-content-end {
    -webkit-align-content: flex-end!important;
    align-content: flex-end!important;
}
.align-content-center {
    -webkit-align-content: center!important;
    align-content: center!important;
}
.align-content-between {
    -webkit-align-content: space-between!important;
    align-content: space-between!important;
}
.align-content-around {
    -webkit-align-content: space-around!important;
    align-content: space-around!important;
}
.align-content-stretch {
    -webkit-align-content: stretch!important;
    align-content: stretch!important;
}
.align-self-auto {
    -webkit-align-self: auto!important;
    align-self: auto!important;
}
.align-self-start {
    -webkit-align-self: flex-start!important;
    align-self: flex-start!important;
}
.align-self-end {
    -webkit-align-self: flex-end!important;
    align-self: flex-end!important;
}
.align-self-center {
    -webkit-align-self: center!important;
    align-self: center!important;
}
.align-self-baseline {
    -webkit-align-self: baseline!important;
    align-self: baseline!important;
}
.align-self-stretch {
    -webkit-align-self: stretch!important;
    align-self: stretch!important;
}

@media (min-width:576px) {
.flex-sm-row {
    -webkit-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-sm-column {
    -webkit-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-sm-wrap {
    -webkit-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-sm-nowrap {
    -webkit-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-sm-fill {
    -webkit-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-sm-grow-0 {
    -webkit-flex-grow: 0!important;
    flex-grow: 0!important;
}
.flex-sm-grow-1 {
    -webkit-flex-grow: 1!important;
    flex-grow: 1!important;
}
.flex-sm-shrink-0 {
    -webkit-flex-shrink: 0!important;
    flex-shrink: 0!important;
}
.flex-sm-shrink-1 {
    -webkit-flex-shrink: 1!important;
    flex-shrink: 1!important;
}
.justify-content-sm-start {
    -webkit-justify-content: flex-start!important;
    justify-content: flex-start!important;
}
.justify-content-sm-end {
    -webkit-justify-content: flex-end!important;
    justify-content: flex-end!important;
}
.justify-content-sm-center {
    -webkit-justify-content: center!important;
    justify-content: center!important;
}
.justify-content-sm-between {
    -webkit-justify-content: space-between!important;
    justify-content: space-between!important;
}
.justify-content-sm-around {
    -webkit-justify-content: space-around!important;
    justify-content: space-around!important;
}
.align-items-sm-start {
    -webkit-align-items: flex-start!important;
    align-items: flex-start!important;
}
.align-items-sm-end {
    -webkit-align-items: flex-end!important;
    align-items: flex-end!important;
}
.align-items-sm-center {
    -webkit-align-items: center!important;
    align-items: center!important;
}
.align-items-sm-baseline {
    -webkit-align-items: baseline!important;
    align-items: baseline!important;
}
.align-items-sm-stretch {
    -webkit-align-items: stretch!important;
    align-items: stretch!important;
}
.align-content-sm-start {
    -webkit-align-content: flex-start!important;
    align-content: flex-start!important;
}
.align-content-sm-end {
    -webkit-align-content: flex-end!important;
    align-content: flex-end!important;
}
.align-content-sm-center {
    -webkit-align-content: center!important;
    align-content: center!important;
}
.align-content-sm-between {
    -webkit-align-content: space-between!important;
    align-content: space-between!important;
}
.align-content-sm-around {
    -webkit-align-content: space-around!important;
    align-content: space-around!important;
}
.align-content-sm-stretch {
    -webkit-align-content: stretch!important;
    align-content: stretch!important;
}
.align-self-sm-auto {
    -webkit-align-self: auto!important;
    align-self: auto!important;
}
.align-self-sm-start {
    -webkit-align-self: flex-start!important;
    align-self: flex-start!important;
}
.align-self-sm-end {
    -webkit-align-self: flex-end!important;
    align-self: flex-end!important;
}
.align-self-sm-center {
    -webkit-align-self: center!important;
    align-self: center!important;
}
.align-self-sm-baseline {
    -webkit-align-self: baseline!important;
    align-self: baseline!important;
}
.align-self-sm-stretch {
    -webkit-align-self: stretch!important;
    align-self: stretch!important;
}
}

@media (min-width:768px) {
.flex-md-row {
    -webkit-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-md-column {
    -webkit-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-md-row-reverse {
    -webkit-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-md-column-reverse {
    -webkit-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-md-wrap {
    -webkit-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-md-nowrap {
    -webkit-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-md-fill {
    -webkit-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-md-grow-0 {
    -webkit-flex-grow: 0!important;
    flex-grow: 0!important;
}
.flex-md-grow-1 {
    -webkit-flex-grow: 1!important;
    flex-grow: 1!important;
}
.flex-md-shrink-0 {
    -webkit-flex-shrink: 0!important;
    flex-shrink: 0!important;
}
.flex-md-shrink-1 {
    -webkit-flex-shrink: 1!important;
    flex-shrink: 1!important;
}
.justify-content-md-start {
    -webkit-justify-content: flex-start!important;
    justify-content: flex-start!important;
}
.justify-content-md-end {
    -webkit-justify-content: flex-end!important;
    justify-content: flex-end!important;
}
.justify-content-md-center {
    -webkit-justify-content: center!important;
    justify-content: center!important;
}
.justify-content-md-between {
    -webkit-justify-content: space-between!important;
    justify-content: space-between!important;
}
.justify-content-md-around {
    -webkit-justify-content: space-around!important;
    justify-content: space-around!important;
}
.align-items-md-start {
    -webkit-align-items: flex-start!important;
    align-items: flex-start!important;
}
.align-items-md-end {
    -webkit-align-items: flex-end!important;
    align-items: flex-end!important;
}
.align-items-md-center {
    -webkit-align-items: center!important;
    align-items: center!important;
}
.align-items-md-baseline {
    -webkit-align-items: baseline!important;
    align-items: baseline!important;
}
.align-items-md-stretch {
    -webkit-align-items: stretch!important;
    align-items: stretch!important;
}
.align-content-md-start {
    -webkit-align-content: flex-start!important;
    align-content: flex-start!important;
}
.align-content-md-end {
    -webkit-align-content: flex-end!important;
    align-content: flex-end!important;
}
.align-content-md-center {
    -webkit-align-content: center!important;
    align-content: center!important;
}
.align-content-md-between {
    -webkit-align-content: space-between!important;
    align-content: space-between!important;
}
.align-content-md-around {
    -webkit-align-content: space-around!important;
    align-content: space-around!important;
}
.align-content-md-stretch {
    -webkit-align-content: stretch!important;
    align-content: stretch!important;
}
.align-self-md-auto {
    -webkit-align-self: auto!important;
    align-self: auto!important;
}
.align-self-md-start {
    -webkit-align-self: flex-start!important;
    align-self: flex-start!important;
}
.align-self-md-end {
    -webkit-align-self: flex-end!important;
    align-self: flex-end!important;
}
.align-self-md-center {
    -webkit-align-self: center!important;
    align-self: center!important;
}
.align-self-md-baseline {
    -webkit-align-self: baseline!important;
    align-self: baseline!important;
}
.align-self-md-stretch {
    -webkit-align-self: stretch!important;
    align-self: stretch!important;
}
}

@media (min-width:992px) {
.flex-lg-row {
    -webkit-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-lg-column {
    -webkit-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-lg-wrap {
    -webkit-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-lg-nowrap {
    -webkit-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-lg-fill {
    -webkit-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-lg-grow-0 {
    -webkit-flex-grow: 0!important;
    flex-grow: 0!important;
}
.flex-lg-grow-1 {
    -webkit-flex-grow: 1!important;
    flex-grow: 1!important;
}
.flex-lg-shrink-0 {
    -webkit-flex-shrink: 0!important;
    flex-shrink: 0!important;
}
.flex-lg-shrink-1 {
    -webkit-flex-shrink: 1!important;
    flex-shrink: 1!important;
}
.justify-content-lg-start {
    -webkit-justify-content: flex-start!important;
    justify-content: flex-start!important;
}
.justify-content-lg-end {
    -webkit-justify-content: flex-end!important;
    justify-content: flex-end!important;
}
.justify-content-lg-center {
    -webkit-justify-content: center!important;
    justify-content: center!important;
}
.justify-content-lg-between {
    -webkit-justify-content: space-between!important;
    justify-content: space-between!important;
}
.justify-content-lg-around {
    -webkit-justify-content: space-around!important;
    justify-content: space-around!important;
}
.align-items-lg-start {
    -webkit-align-items: flex-start!important;
    align-items: flex-start!important;
}
.align-items-lg-end {
    -webkit-align-items: flex-end!important;
    align-items: flex-end!important;
}
.align-items-lg-center {
    -webkit-align-items: center!important;
    align-items: center!important;
}
.align-items-lg-baseline {
    -webkit-align-items: baseline!important;
    align-items: baseline!important;
}
.align-items-lg-stretch {
    -webkit-align-items: stretch!important;
    align-items: stretch!important;
}
.align-content-lg-start {
    -webkit-align-content: flex-start!important;
    align-content: flex-start!important;
}
.align-content-lg-end {
    -webkit-align-content: flex-end!important;
    align-content: flex-end!important;
}
.align-content-lg-center {
    -webkit-align-content: center!important;
    align-content: center!important;
}
.align-content-lg-between {
    -webkit-align-content: space-between!important;
    align-content: space-between!important;
}
.align-content-lg-around {
    -webkit-align-content: space-around!important;
    align-content: space-around!important;
}
.align-content-lg-stretch {
    -webkit-align-content: stretch!important;
    align-content: stretch!important;
}
.align-self-lg-auto {
    -webkit-align-self: auto!important;
    align-self: auto!important;
}
.align-self-lg-start {
    -webkit-align-self: flex-start!important;
    align-self: flex-start!important;
}
.align-self-lg-end {
    -webkit-align-self: flex-end!important;
    align-self: flex-end!important;
}
.align-self-lg-center {
    -webkit-align-self: center!important;
    align-self: center!important;
}
.align-self-lg-baseline {
    -webkit-align-self: baseline!important;
    align-self: baseline!important;
}
.align-self-lg-stretch {
    -webkit-align-self: stretch!important;
    align-self: stretch!important;
}
}

@media (min-width:1200px) {
.flex-xl-row {
    -webkit-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-xl-column {
    -webkit-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-xl-wrap {
    -webkit-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-xl-nowrap {
    -webkit-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.flex-xl-fill {
    -webkit-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-xl-grow-0 {
    -webkit-flex-grow: 0!important;
    flex-grow: 0!important;
}
.flex-xl-grow-1 {
    -webkit-flex-grow: 1!important;
    flex-grow: 1!important;
}
.flex-xl-shrink-0 {
    -webkit-flex-shrink: 0!important;
    flex-shrink: 0!important;
}
.flex-xl-shrink-1 {
    -webkit-flex-shrink: 1!important;
    flex-shrink: 1!important;
}
.justify-content-xl-start {
    -webkit-justify-content: flex-start!important;
    justify-content: flex-start!important;
}
.justify-content-xl-end {
    -webkit-justify-content: flex-end!important;
    justify-content: flex-end!important;
}
.justify-content-xl-center {
    -webkit-justify-content: center!important;
    justify-content: center!important;
}
.justify-content-xl-between {
    -webkit-justify-content: space-between!important;
    justify-content: space-between!important;
}
.justify-content-xl-around {
    -webkit-justify-content: space-around!important;
    justify-content: space-around!important;
}
.align-items-xl-start {
    -webkit-align-items: flex-start!important;
    align-items: flex-start!important;
}
.align-items-xl-end {
    -webkit-align-items: flex-end!important;
    align-items: flex-end!important;
}
.align-items-xl-center {
    -webkit-align-items: center!important;
    align-items: center!important;
}
.align-items-xl-baseline {
    -webkit-align-items: baseline!important;
    align-items: baseline!important;
}
.align-items-xl-stretch {
    -webkit-align-items: stretch!important;
    align-items: stretch!important;
}
.align-content-xl-start {
    -webkit-align-content: flex-start!important;
    align-content: flex-start!important;
}
.align-content-xl-end {
    -webkit-align-content: flex-end!important;
    align-content: flex-end!important;
}
.align-content-xl-center {
    -webkit-align-content: center!important;
    align-content: center!important;
}
.align-content-xl-between {
    -webkit-align-content: space-between!important;
    align-content: space-between!important;
}
.align-content-xl-around {
    -webkit-align-content: space-around!important;
    align-content: space-around!important;
}
.align-content-xl-stretch {
    -webkit-align-content: stretch!important;
    align-content: stretch!important;
}
.align-self-xl-auto {
    -webkit-align-self: auto!important;
    align-self: auto!important;
}
.align-self-xl-start {
    -webkit-align-self: flex-start!important;
    align-self: flex-start!important;
}
.align-self-xl-end {
    -webkit-align-self: flex-end!important;
    align-self: flex-end!important;
}
.align-self-xl-center {
    -webkit-align-self: center!important;
    align-self: center!important;
}
.align-self-xl-baseline {
    -webkit-align-self: baseline!important;
    align-self: baseline!important;
}
.align-self-xl-stretch {
    -webkit-align-self: stretch!important;
    align-self: stretch!important;
}
}
.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
.float-none {
    float: none!important;
}

@media (min-width:576px) {
.float-sm-left {
    float: left!important;
}
.float-sm-right {
    float: right!important;
}
.float-sm-none {
    float: none!important;
}
}

@media (min-width:768px) {
.float-md-left {
    float: left!important;
}
.float-md-right {
    float: right!important;
}
.float-md-none {
    float: none!important;
}
}

@media (min-width:992px) {
.float-lg-left {
    float: left!important;
}
.float-lg-right {
    float: right!important;
}
.float-lg-none {
    float: none!important;
}
}

@media (min-width:1200px) {
.float-xl-left {
    float: left!important;
}
.float-xl-right {
    float: right!important;
}
.float-xl-none {
    float: none!important;
}
}
.overflow-auto {
    overflow: auto!important;
}
.overflow-hidden {
    overflow: hidden!important;
}
.position-static {
    position: static!important;
}
.position-relative {
    position: relative!important;
}
.position-absolute {
    position: absolute!important;
}
.position-fixed {
    position: fixed!important;
}
.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important;
}
.fixed-top {
    top: 0;
}
.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.sticky-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020;
}
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.shadow-none {
    box-shadow: none!important;
}
.w-25 {
    width: 25%!important;
}
.w-50 {
    width: 50%!important;
}
.w-75 {
    width: 75%!important;
}
.w-100 {
    width: 100%!important;
}
.w-auto {
    width: auto!important;
}
.h-25 {
    height: 25%!important;
}
.h-50 {
    height: 50%!important;
}
.h-75 {
    height: 75%!important;
}
.h-100 {
    height: 100%!important;
}
.h-auto {
    height: auto!important;
}
.mw-100 {
    max-width: 100%!important;
}
.mh-100 {
    max-height: 100%!important;
}
.min-vw-100 {
    min-width: 100vw!important;
}
.min-vh-100 {
    min-height: 100vh!important;
}
.vw-100 {
    width: 100vw!important;
}
.vh-100 {
    height: 100vh!important;
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.m-0 {
    margin: 0!important;
}
.mt-0, .my-0 {
    margin-top: 0!important;
}
.mr-0, .mx-0 {
    margin-right: 0!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.ml-0, .mx-0 {
    margin-left: 0!important;
}
.m-1 {
    margin: .25rem!important;
}
.mt-1, .my-1 {
    margin-top: .25rem!important;
}
.mr-1, .mx-1 {
    margin-right: .25rem!important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}
.ml-1, .mx-1 {
    margin-left: .25rem!important;
}
.m-2 {
    margin: .5rem!important;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.ml-2, .mx-2 {
    margin-left: .5rem!important;
}
.m-3 {
    margin: 1rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}
.m-4 {
    margin: 1.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem!important;
}
.m-5 {
    margin: 3rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.mr-5, .mx-5 {
    margin-right: 3rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.ml-5, .mx-5 {
    margin-left: 3rem!important;
}
.m-6 {
    margin: 4rem!important;
}
.mt-6, .my-6 {
    margin-top: 4rem!important;
}
.mr-6, .mx-6 {
    margin-right: 4rem!important;
}
.mb-6, .my-6 {
    margin-bottom: 4rem!important;
}
.ml-6, .mx-6 {
    margin-left: 4rem!important;
}
.p-0 {
    padding: 0!important;
}
.pt-0, .py-0 {
    padding-top: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.p-1 {
    padding: .25rem!important;
}
.pt-1, .py-1 {
    padding-top: .25rem!important;
}
.pr-1, .px-1 {
    padding-right: .25rem!important;
}
.pb-1, .py-1 {
    padding-bottom: .25rem!important;
}
.pl-1, .px-1 {
    padding-left: .25rem!important;
}
.p-2 {
    padding: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.pr-2, .px-2 {
    padding-right: .5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.p-5 {
    padding: 3rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.pr-5, .px-5 {
    padding-right: 3rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pl-5, .px-5 {
    padding-left: 3rem!important;
}
.p-6 {
    padding: 4rem!important;
}
.pt-6, .py-6 {
    padding-top: 4rem!important;
}
.pr-6, .px-6 {
    padding-right: 4rem!important;
}
.pb-6, .py-6 {
    padding-bottom: 4rem!important;
}
.pl-6, .px-6 {
    padding-left: 4rem!important;
}
.m-n1 {
    margin: -.25rem!important;
}
.mt-n1, .my-n1 {
    margin-top: -.25rem!important;
}
.mr-n1, .mx-n1 {
    margin-right: -.25rem!important;
}
.mb-n1, .my-n1 {
    margin-bottom: -.25rem!important;
}
.ml-n1, .mx-n1 {
    margin-left: -.25rem!important;
}
.m-n2 {
    margin: -.5rem!important;
}
.mt-n2, .my-n2 {
    margin-top: -.5rem!important;
}
.mr-n2, .mx-n2 {
    margin-right: -.5rem!important;
}
.mb-n2, .my-n2 {
    margin-bottom: -.5rem!important;
}
.ml-n2, .mx-n2 {
    margin-left: -.5rem!important;
}
.m-n3 {
    margin: -1rem!important;
}
.mt-n3, .my-n3 {
    margin-top: -1rem!important;
}
.mr-n3, .mx-n3 {
    margin-right: -1rem!important;
}
.mb-n3, .my-n3 {
    margin-bottom: -1rem!important;
}
.ml-n3, .mx-n3 {
    margin-left: -1rem!important;
}
.m-n4 {
    margin: -1.5rem!important;
}
.mt-n4, .my-n4 {
    margin-top: -1.5rem!important;
}
.mr-n4, .mx-n4 {
    margin-right: -1.5rem!important;
}
.mb-n4, .my-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-n4, .mx-n4 {
    margin-left: -1.5rem!important;
}
.m-n5 {
    margin: -3rem!important;
}
.mt-n5, .my-n5 {
    margin-top: -3rem!important;
}
.mr-n5, .mx-n5 {
    margin-right: -3rem!important;
}
.mb-n5, .my-n5 {
    margin-bottom: -3rem!important;
}
.ml-n5, .mx-n5 {
    margin-left: -3rem!important;
}
.m-n6 {
    margin: -4rem!important;
}
.mt-n6, .my-n6 {
    margin-top: -4rem!important;
}
.mr-n6, .mx-n6 {
    margin-right: -4rem!important;
}
.mb-n6, .my-n6 {
    margin-bottom: -4rem!important;
}
.ml-n6, .mx-n6 {
    margin-left: -4rem!important;
}
.m-auto {
    margin: auto!important;
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.mb-auto, .my-auto {
    margin-bottom: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}

@media (min-width:576px) {
.m-sm-0 {
    margin: 0!important;
}
.mt-sm-0, .my-sm-0 {
    margin-top: 0!important;
}
.mr-sm-0, .mx-sm-0 {
    margin-right: 0!important;
}
.mb-sm-0, .my-sm-0 {
    margin-bottom: 0!important;
}
.ml-sm-0, .mx-sm-0 {
    margin-left: 0!important;
}
.m-sm-1 {
    margin: .25rem!important;
}
.mt-sm-1, .my-sm-1 {
    margin-top: .25rem!important;
}
.mr-sm-1, .mx-sm-1 {
    margin-right: .25rem!important;
}
.mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem!important;
}
.ml-sm-1, .mx-sm-1 {
    margin-left: .25rem!important;
}
.m-sm-2 {
    margin: .5rem!important;
}
.mt-sm-2, .my-sm-2 {
    margin-top: .5rem!important;
}
.mr-sm-2, .mx-sm-2 {
    margin-right: .5rem!important;
}
.mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem!important;
}
.ml-sm-2, .mx-sm-2 {
    margin-left: .5rem!important;
}
.m-sm-3 {
    margin: 1rem!important;
}
.mt-sm-3, .my-sm-3 {
    margin-top: 1rem!important;
}
.mr-sm-3, .mx-sm-3 {
    margin-right: 1rem!important;
}
.mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem!important;
}
.ml-sm-3, .mx-sm-3 {
    margin-left: 1rem!important;
}
.m-sm-4 {
    margin: 1.5rem!important;
}
.mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem!important;
}
.mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem!important;
}
.mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem!important;
}
.ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem!important;
}
.m-sm-5 {
    margin: 3rem!important;
}
.mt-sm-5, .my-sm-5 {
    margin-top: 3rem!important;
}
.mr-sm-5, .mx-sm-5 {
    margin-right: 3rem!important;
}
.mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem!important;
}
.ml-sm-5, .mx-sm-5 {
    margin-left: 3rem!important;
}
.m-sm-6 {
    margin: 4rem!important;
}
.mt-sm-6, .my-sm-6 {
    margin-top: 4rem!important;
}
.mr-sm-6, .mx-sm-6 {
    margin-right: 4rem!important;
}
.mb-sm-6, .my-sm-6 {
    margin-bottom: 4rem!important;
}
.ml-sm-6, .mx-sm-6 {
    margin-left: 4rem!important;
}
.p-sm-0 {
    padding: 0!important;
}
.pt-sm-0, .py-sm-0 {
    padding-top: 0!important;
}
.pr-sm-0, .px-sm-0 {
    padding-right: 0!important;
}
.pb-sm-0, .py-sm-0 {
    padding-bottom: 0!important;
}
.pl-sm-0, .px-sm-0 {
    padding-left: 0!important;
}
.p-sm-1 {
    padding: .25rem!important;
}
.pt-sm-1, .py-sm-1 {
    padding-top: .25rem!important;
}
.pr-sm-1, .px-sm-1 {
    padding-right: .25rem!important;
}
.pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem!important;
}
.pl-sm-1, .px-sm-1 {
    padding-left: .25rem!important;
}
.p-sm-2 {
    padding: .5rem!important;
}
.pt-sm-2, .py-sm-2 {
    padding-top: .5rem!important;
}
.pr-sm-2, .px-sm-2 {
    padding-right: .5rem!important;
}
.pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem!important;
}
.pl-sm-2, .px-sm-2 {
    padding-left: .5rem!important;
}
.p-sm-3 {
    padding: 1rem!important;
}
.pt-sm-3, .py-sm-3 {
    padding-top: 1rem!important;
}
.pr-sm-3, .px-sm-3 {
    padding-right: 1rem!important;
}
.pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem!important;
}
.pl-sm-3, .px-sm-3 {
    padding-left: 1rem!important;
}
.p-sm-4 {
    padding: 1.5rem!important;
}
.pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem!important;
}
.pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem!important;
}
.pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem!important;
}
.pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem!important;
}
.p-sm-5 {
    padding: 3rem!important;
}
.pt-sm-5, .py-sm-5 {
    padding-top: 3rem!important;
}
.pr-sm-5, .px-sm-5 {
    padding-right: 3rem!important;
}
.pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem!important;
}
.pl-sm-5, .px-sm-5 {
    padding-left: 3rem!important;
}
.p-sm-6 {
    padding: 4rem!important;
}
.pt-sm-6, .py-sm-6 {
    padding-top: 4rem!important;
}
.pr-sm-6, .px-sm-6 {
    padding-right: 4rem!important;
}
.pb-sm-6, .py-sm-6 {
    padding-bottom: 4rem!important;
}
.pl-sm-6, .px-sm-6 {
    padding-left: 4rem!important;
}
.m-sm-n1 {
    margin: -.25rem!important;
}
.mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem!important;
}
.mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem!important;
}
.mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem!important;
}
.ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem!important;
}
.m-sm-n2 {
    margin: -.5rem!important;
}
.mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem!important;
}
.mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem!important;
}
.mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem!important;
}
.ml-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem!important;
}
.m-sm-n3 {
    margin: -1rem!important;
}
.mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem!important;
}
.mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem!important;
}
.mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem!important;
}
.ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem!important;
}
.m-sm-n4 {
    margin: -1.5rem!important;
}
.mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem!important;
}
.mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem!important;
}
.mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem!important;
}
.m-sm-n5 {
    margin: -3rem!important;
}
.mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem!important;
}
.mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem!important;
}
.mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem!important;
}
.ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem!important;
}
.m-sm-n6 {
    margin: -4rem!important;
}
.mt-sm-n6, .my-sm-n6 {
    margin-top: -4rem!important;
}
.mr-sm-n6, .mx-sm-n6 {
    margin-right: -4rem!important;
}
.mb-sm-n6, .my-sm-n6 {
    margin-bottom: -4rem!important;
}
.ml-sm-n6, .mx-sm-n6 {
    margin-left: -4rem!important;
}
.m-sm-auto {
    margin: auto!important;
}
.mt-sm-auto, .my-sm-auto {
    margin-top: auto!important;
}
.mr-sm-auto, .mx-sm-auto {
    margin-right: auto!important;
}
.mb-sm-auto, .my-sm-auto {
    margin-bottom: auto!important;
}
.ml-sm-auto, .mx-sm-auto {
    margin-left: auto!important;
}
}

@media (min-width:768px) {
.m-md-0 {
    margin: 0!important;
}
.mt-md-0, .my-md-0 {
    margin-top: 0!important;
}
.mr-md-0, .mx-md-0 {
    margin-right: 0!important;
}
.mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
}
.ml-md-0, .mx-md-0 {
    margin-left: 0!important;
}
.m-md-1 {
    margin: .25rem!important;
}
.mt-md-1, .my-md-1 {
    margin-top: .25rem!important;
}
.mr-md-1, .mx-md-1 {
    margin-right: .25rem!important;
}
.mb-md-1, .my-md-1 {
    margin-bottom: .25rem!important;
}
.ml-md-1, .mx-md-1 {
    margin-left: .25rem!important;
}
.m-md-2 {
    margin: .5rem!important;
}
.mt-md-2, .my-md-2 {
    margin-top: .5rem!important;
}
.mr-md-2, .mx-md-2 {
    margin-right: .5rem!important;
}
.mb-md-2, .my-md-2 {
    margin-bottom: .5rem!important;
}
.ml-md-2, .mx-md-2 {
    margin-left: .5rem!important;
}
.m-md-3 {
    margin: 1rem!important;
}
.mt-md-3, .my-md-3 {
    margin-top: 1rem!important;
}
.mr-md-3, .mx-md-3 {
    margin-right: 1rem!important;
}
.mb-md-3, .my-md-3 {
    margin-bottom: 1rem!important;
}
.ml-md-3, .mx-md-3 {
    margin-left: 1rem!important;
}
.m-md-4 {
    margin: 1.5rem!important;
}
.mt-md-4, .my-md-4 {
    margin-top: 1.5rem!important;
}
.mr-md-4, .mx-md-4 {
    margin-right: 1.5rem!important;
}
.mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem!important;
}
.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem!important;
}
.m-md-5 {
    margin: 3rem!important;
}
.mt-md-5, .my-md-5 {
    margin-top: 3rem!important;
}
.mr-md-5, .mx-md-5 {
    margin-right: 3rem!important;
}
.mb-md-5, .my-md-5 {
    margin-bottom: 3rem!important;
}
.ml-md-5, .mx-md-5 {
    margin-left: 3rem!important;
}
.m-md-6 {
    margin: 4rem!important;
}
.mt-md-6, .my-md-6 {
    margin-top: 4rem!important;
}
.mr-md-6, .mx-md-6 {
    margin-right: 4rem!important;
}
.mb-md-6, .my-md-6 {
    margin-bottom: 4rem!important;
}
.ml-md-6, .mx-md-6 {
    margin-left: 4rem!important;
}
.p-md-0 {
    padding: 0!important;
}
.pt-md-0, .py-md-0 {
    padding-top: 0!important;
}
.pr-md-0, .px-md-0 {
    padding-right: 0!important;
}
.pb-md-0, .py-md-0 {
    padding-bottom: 0!important;
}
.pl-md-0, .px-md-0 {
    padding-left: 0!important;
}
.p-md-1 {
    padding: .25rem!important;
}
.pt-md-1, .py-md-1 {
    padding-top: .25rem!important;
}
.pr-md-1, .px-md-1 {
    padding-right: .25rem!important;
}
.pb-md-1, .py-md-1 {
    padding-bottom: .25rem!important;
}
.pl-md-1, .px-md-1 {
    padding-left: .25rem!important;
}
.p-md-2 {
    padding: .5rem!important;
}
.pt-md-2, .py-md-2 {
    padding-top: .5rem!important;
}
.pr-md-2, .px-md-2 {
    padding-right: .5rem!important;
}
.pb-md-2, .py-md-2 {
    padding-bottom: .5rem!important;
}
.pl-md-2, .px-md-2 {
    padding-left: .5rem!important;
}
.p-md-3 {
    padding: 1rem!important;
}
.pt-md-3, .py-md-3 {
    padding-top: 1rem!important;
}
.pr-md-3, .px-md-3 {
    padding-right: 1rem!important;
}
.pb-md-3, .py-md-3 {
    padding-bottom: 1rem!important;
}
.pl-md-3, .px-md-3 {
    padding-left: 1rem!important;
}
.p-md-4 {
    padding: 1.5rem!important;
}
.pt-md-4, .py-md-4 {
    padding-top: 1.5rem!important;
}
.pr-md-4, .px-md-4 {
    padding-right: 1.5rem!important;
}
.pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem!important;
}
.pl-md-4, .px-md-4 {
    padding-left: 1.5rem!important;
}
.p-md-5 {
    padding: 3rem!important;
}
.pt-md-5, .py-md-5 {
    padding-top: 3rem!important;
}
.pr-md-5, .px-md-5 {
    padding-right: 3rem!important;
}
.pb-md-5, .py-md-5 {
    padding-bottom: 3rem!important;
}
.pl-md-5, .px-md-5 {
    padding-left: 3rem!important;
}
.p-md-6 {
    padding: 4rem!important;
}
.pt-md-6, .py-md-6 {
    padding-top: 4rem!important;
}
.pr-md-6, .px-md-6 {
    padding-right: 4rem!important;
}
.pb-md-6, .py-md-6 {
    padding-bottom: 4rem!important;
}
.pl-md-6, .px-md-6 {
    padding-left: 4rem!important;
}
.m-md-n1 {
    margin: -.25rem!important;
}
.mt-md-n1, .my-md-n1 {
    margin-top: -.25rem!important;
}
.mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem!important;
}
.mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem!important;
}
.ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem!important;
}
.m-md-n2 {
    margin: -.5rem!important;
}
.mt-md-n2, .my-md-n2 {
    margin-top: -.5rem!important;
}
.mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem!important;
}
.mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem!important;
}
.ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem!important;
}
.m-md-n3 {
    margin: -1rem!important;
}
.mt-md-n3, .my-md-n3 {
    margin-top: -1rem!important;
}
.mr-md-n3, .mx-md-n3 {
    margin-right: -1rem!important;
}
.mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem!important;
}
.ml-md-n3, .mx-md-n3 {
    margin-left: -1rem!important;
}
.m-md-n4 {
    margin: -1.5rem!important;
}
.mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem!important;
}
.mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem!important;
}
.mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem!important;
}
.m-md-n5 {
    margin: -3rem!important;
}
.mt-md-n5, .my-md-n5 {
    margin-top: -3rem!important;
}
.mr-md-n5, .mx-md-n5 {
    margin-right: -3rem!important;
}
.mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem!important;
}
.ml-md-n5, .mx-md-n5 {
    margin-left: -3rem!important;
}
.m-md-n6 {
    margin: -4rem!important;
}
.mt-md-n6, .my-md-n6 {
    margin-top: -4rem!important;
}
.mr-md-n6, .mx-md-n6 {
    margin-right: -4rem!important;
}
.mb-md-n6, .my-md-n6 {
    margin-bottom: -4rem!important;
}
.ml-md-n6, .mx-md-n6 {
    margin-left: -4rem!important;
}
.m-md-auto {
    margin: auto!important;
}
.mt-md-auto, .my-md-auto {
    margin-top: auto!important;
}
.mr-md-auto, .mx-md-auto {
    margin-right: auto!important;
}
.mb-md-auto, .my-md-auto {
    margin-bottom: auto!important;
}
.ml-md-auto, .mx-md-auto {
    margin-left: auto!important;
}
}

@media (min-width:992px) {
.m-lg-0 {
    margin: 0!important;
}
.mt-lg-0, .my-lg-0 {
    margin-top: 0!important;
}
.mr-lg-0, .mx-lg-0 {
    margin-right: 0!important;
}
.mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
}
.ml-lg-0, .mx-lg-0 {
    margin-left: 0!important;
}
.m-lg-1 {
    margin: .25rem!important;
}
.mt-lg-1, .my-lg-1 {
    margin-top: .25rem!important;
}
.mr-lg-1, .mx-lg-1 {
    margin-right: .25rem!important;
}
.mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem!important;
}
.ml-lg-1, .mx-lg-1 {
    margin-left: .25rem!important;
}
.m-lg-2 {
    margin: .5rem!important;
}
.mt-lg-2, .my-lg-2 {
    margin-top: .5rem!important;
}
.mr-lg-2, .mx-lg-2 {
    margin-right: .5rem!important;
}
.mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem!important;
}
.ml-lg-2, .mx-lg-2 {
    margin-left: .5rem!important;
}
.m-lg-3 {
    margin: 1rem!important;
}
.mt-lg-3, .my-lg-3 {
    margin-top: 1rem!important;
}
.mr-lg-3, .mx-lg-3 {
    margin-right: 1rem!important;
}
.mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem!important;
}
.ml-lg-3, .mx-lg-3 {
    margin-left: 1rem!important;
}
.m-lg-4 {
    margin: 1.5rem!important;
}
.mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem!important;
}
.mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem!important;
}
.mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem!important;
}
.ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem!important;
}
.m-lg-5 {
    margin: 3rem!important;
}
.mt-lg-5, .my-lg-5 {
    margin-top: 3rem!important;
}
.mr-lg-5, .mx-lg-5 {
    margin-right: 3rem!important;
}
.mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem!important;
}
.ml-lg-5, .mx-lg-5 {
    margin-left: 3rem!important;
}
.m-lg-6 {
    margin: 4rem!important;
}
.mt-lg-6, .my-lg-6 {
    margin-top: 4rem!important;
}
.mr-lg-6, .mx-lg-6 {
    margin-right: 4rem!important;
}
.mb-lg-6, .my-lg-6 {
    margin-bottom: 4rem!important;
}
.ml-lg-6, .mx-lg-6 {
    margin-left: 4rem!important;
}
.p-lg-0 {
    padding: 0!important;
}
.pt-lg-0, .py-lg-0 {
    padding-top: 0!important;
}
.pr-lg-0, .px-lg-0 {
    padding-right: 0!important;
}
.pb-lg-0, .py-lg-0 {
    padding-bottom: 0!important;
}
.pl-lg-0, .px-lg-0 {
    padding-left: 0!important;
}
.p-lg-1 {
    padding: .25rem!important;
}
.pt-lg-1, .py-lg-1 {
    padding-top: .25rem!important;
}
.pr-lg-1, .px-lg-1 {
    padding-right: .25rem!important;
}
.pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem!important;
}
.pl-lg-1, .px-lg-1 {
    padding-left: .25rem!important;
}
.p-lg-2 {
    padding: .5rem!important;
}
.pt-lg-2, .py-lg-2 {
    padding-top: .5rem!important;
}
.pr-lg-2, .px-lg-2 {
    padding-right: .5rem!important;
}
.pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem!important;
}
.pl-lg-2, .px-lg-2 {
    padding-left: .5rem!important;
}
.p-lg-3 {
    padding: 1rem!important;
}
.pt-lg-3, .py-lg-3 {
    padding-top: 1rem!important;
}
.pr-lg-3, .px-lg-3 {
    padding-right: 1rem!important;
}
.pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem!important;
}
.pl-lg-3, .px-lg-3 {
    padding-left: 1rem!important;
}
.p-lg-4 {
    padding: 1.5rem!important;
}
.pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem!important;
}
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem!important;
}
.pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem!important;
}
.pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem!important;
}
.p-lg-5 {
    padding: 3rem!important;
}
.pt-lg-5, .py-lg-5 {
    padding-top: 3rem!important;
}
.pr-lg-5, .px-lg-5 {
    padding-right: 3rem!important;
}
.pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem!important;
}
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
}
.p-lg-6 {
    padding: 4rem!important;
}
.pt-lg-6, .py-lg-6 {
    padding-top: 4rem!important;
}
.pr-lg-6, .px-lg-6 {
    padding-right: 4rem!important;
}
.pb-lg-6, .py-lg-6 {
    padding-bottom: 4rem!important;
}
.pl-lg-6, .px-lg-6 {
    padding-left: 4rem!important;
}
.m-lg-n1 {
    margin: -.25rem!important;
}
.mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem!important;
}
.mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem!important;
}
.mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem!important;
}
.ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem!important;
}
.m-lg-n2 {
    margin: -.5rem!important;
}
.mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem!important;
}
.mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem!important;
}
.mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem!important;
}
.ml-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem!important;
}
.m-lg-n3 {
    margin: -1rem!important;
}
.mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem!important;
}
.mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem!important;
}
.mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem!important;
}
.ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem!important;
}
.m-lg-n4 {
    margin: -1.5rem!important;
}
.mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem!important;
}
.mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem!important;
}
.mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem!important;
}
.m-lg-n5 {
    margin: -3rem!important;
}
.mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem!important;
}
.mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem!important;
}
.mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem!important;
}
.ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem!important;
}
.m-lg-n6 {
    margin: -4rem!important;
}
.mt-lg-n6, .my-lg-n6 {
    margin-top: -4rem!important;
}
.mr-lg-n6, .mx-lg-n6 {
    margin-right: -4rem!important;
}
.mb-lg-n6, .my-lg-n6 {
    margin-bottom: -4rem!important;
}
.ml-lg-n6, .mx-lg-n6 {
    margin-left: -4rem!important;
}
.m-lg-auto {
    margin: auto!important;
}
.mt-lg-auto, .my-lg-auto {
    margin-top: auto!important;
}
.mr-lg-auto, .mx-lg-auto {
    margin-right: auto!important;
}
.mb-lg-auto, .my-lg-auto {
    margin-bottom: auto!important;
}
.ml-lg-auto, .mx-lg-auto {
    margin-left: auto!important;
}
}

@media (min-width:1200px) {
.m-xl-0 {
    margin: 0!important;
}
.mt-xl-0, .my-xl-0 {
    margin-top: 0!important;
}
.mr-xl-0, .mx-xl-0 {
    margin-right: 0!important;
}
.mb-xl-0, .my-xl-0 {
    margin-bottom: 0!important;
}
.ml-xl-0, .mx-xl-0 {
    margin-left: 0!important;
}
.m-xl-1 {
    margin: .25rem!important;
}
.mt-xl-1, .my-xl-1 {
    margin-top: .25rem!important;
}
.mr-xl-1, .mx-xl-1 {
    margin-right: .25rem!important;
}
.mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem!important;
}
.ml-xl-1, .mx-xl-1 {
    margin-left: .25rem!important;
}
.m-xl-2 {
    margin: .5rem!important;
}
.mt-xl-2, .my-xl-2 {
    margin-top: .5rem!important;
}
.mr-xl-2, .mx-xl-2 {
    margin-right: .5rem!important;
}
.mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem!important;
}
.ml-xl-2, .mx-xl-2 {
    margin-left: .5rem!important;
}
.m-xl-3 {
    margin: 1rem!important;
}
.mt-xl-3, .my-xl-3 {
    margin-top: 1rem!important;
}
.mr-xl-3, .mx-xl-3 {
    margin-right: 1rem!important;
}
.mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem!important;
}
.ml-xl-3, .mx-xl-3 {
    margin-left: 1rem!important;
}
.m-xl-4 {
    margin: 1.5rem!important;
}
.mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem!important;
}
.mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem!important;
}
.mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem!important;
}
.ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem!important;
}
.m-xl-5 {
    margin: 3rem!important;
}
.mt-xl-5, .my-xl-5 {
    margin-top: 3rem!important;
}
.mr-xl-5, .mx-xl-5 {
    margin-right: 3rem!important;
}
.mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem!important;
}
.ml-xl-5, .mx-xl-5 {
    margin-left: 3rem!important;
}
.m-xl-6 {
    margin: 4rem!important;
}
.mt-xl-6, .my-xl-6 {
    margin-top: 4rem!important;
}
.mr-xl-6, .mx-xl-6 {
    margin-right: 4rem!important;
}
.mb-xl-6, .my-xl-6 {
    margin-bottom: 4rem!important;
}
.ml-xl-6, .mx-xl-6 {
    margin-left: 4rem!important;
}
.p-xl-0 {
    padding: 0!important;
}
.pt-xl-0, .py-xl-0 {
    padding-top: 0!important;
}
.pr-xl-0, .px-xl-0 {
    padding-right: 0!important;
}
.pb-xl-0, .py-xl-0 {
    padding-bottom: 0!important;
}
.pl-xl-0, .px-xl-0 {
    padding-left: 0!important;
}
.p-xl-1 {
    padding: .25rem!important;
}
.pt-xl-1, .py-xl-1 {
    padding-top: .25rem!important;
}
.pr-xl-1, .px-xl-1 {
    padding-right: .25rem!important;
}
.pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem!important;
}
.pl-xl-1, .px-xl-1 {
    padding-left: .25rem!important;
}
.p-xl-2 {
    padding: .5rem!important;
}
.pt-xl-2, .py-xl-2 {
    padding-top: .5rem!important;
}
.pr-xl-2, .px-xl-2 {
    padding-right: .5rem!important;
}
.pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem!important;
}
.pl-xl-2, .px-xl-2 {
    padding-left: .5rem!important;
}
.p-xl-3 {
    padding: 1rem!important;
}
.pt-xl-3, .py-xl-3 {
    padding-top: 1rem!important;
}
.pr-xl-3, .px-xl-3 {
    padding-right: 1rem!important;
}
.pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem!important;
}
.pl-xl-3, .px-xl-3 {
    padding-left: 1rem!important;
}
.p-xl-4 {
    padding: 1.5rem!important;
}
.pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem!important;
}
.pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem!important;
}
.pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem!important;
}
.pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem!important;
}
.p-xl-5 {
    padding: 3rem!important;
}
.pt-xl-5, .py-xl-5 {
    padding-top: 3rem!important;
}
.pr-xl-5, .px-xl-5 {
    padding-right: 3rem!important;
}
.pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem!important;
}
.pl-xl-5, .px-xl-5 {
    padding-left: 3rem!important;
}
.p-xl-6 {
    padding: 4rem!important;
}
.pt-xl-6, .py-xl-6 {
    padding-top: 4rem!important;
}
.pr-xl-6, .px-xl-6 {
    padding-right: 4rem!important;
}
.pb-xl-6, .py-xl-6 {
    padding-bottom: 4rem!important;
}
.pl-xl-6, .px-xl-6 {
    padding-left: 4rem!important;
}
.m-xl-n1 {
    margin: -.25rem!important;
}
.mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem!important;
}
.mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem!important;
}
.mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem!important;
}
.ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem!important;
}
.m-xl-n2 {
    margin: -.5rem!important;
}
.mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem!important;
}
.mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem!important;
}
.mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem!important;
}
.ml-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem!important;
}
.m-xl-n3 {
    margin: -1rem!important;
}
.mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem!important;
}
.mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem!important;
}
.mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem!important;
}
.ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem!important;
}
.m-xl-n4 {
    margin: -1.5rem!important;
}
.mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem!important;
}
.mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem!important;
}
.mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem!important;
}
.ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem!important;
}
.m-xl-n5 {
    margin: -3rem!important;
}
.mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem!important;
}
.mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem!important;
}
.mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem!important;
}
.ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem!important;
}
.m-xl-n6 {
    margin: -4rem!important;
}
.mt-xl-n6, .my-xl-n6 {
    margin-top: -4rem!important;
}
.mr-xl-n6, .mx-xl-n6 {
    margin-right: -4rem!important;
}
.mb-xl-n6, .my-xl-n6 {
    margin-bottom: -4rem!important;
}
.ml-xl-n6, .mx-xl-n6 {
    margin-left: -4rem!important;
}
.m-xl-auto {
    margin: auto!important;
}
.mt-xl-auto, .my-xl-auto {
    margin-top: auto!important;
}
.mr-xl-auto, .mx-xl-auto {
    margin-right: auto!important;
}
.mb-xl-auto, .my-xl-auto {
    margin-bottom: auto!important;
}
.ml-xl-auto, .mx-xl-auto {
    margin-left: auto!important;
}
}
.text-monospace {
    font-family: 'MSK Sans Web';
}
.text-justify {
    text-align: justify!important;
}
.text-wrap {
    white-space: normal!important;
}
.text-nowrap {
    white-space: nowrap!important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left!important;
}
.text-right {
    text-align: right!important;
}
.text-center {
    text-align: center!important;
}

@media (min-width:576px) {
.text-sm-left {
    text-align: left!important;
}
.text-sm-right {
    text-align: right!important;
}
.text-sm-center {
    text-align: center!important;
}
}

@media (min-width:768px) {
.text-md-left {
    text-align: left!important;
}
.text-md-right {
    text-align: right!important;
}
.text-md-center {
    text-align: center!important;
}
}

@media (min-width:992px) {
.text-lg-left {
    text-align: left!important;
}
.text-lg-right {
    text-align: right!important;
}
.text-lg-center {
    text-align: center!important;
}
}

@media (min-width:1200px) {
.text-xl-left {
    text-align: left!important;
}
.text-xl-right {
    text-align: right!important;
}
.text-xl-center {
    text-align: center!important;
}
}
.text-lowercase {
    text-transform: lowercase!important;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.text-capitalize {
    text-transform: capitalize!important;
}
.font-weight-light {
    font-weight: 300!important;
}
.font-weight-lighter {
    font-weight: lighter!important;
}
.font-weight-normal {
    font-weight: 400!important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.font-weight-bolder {
    font-weight: bolder!important;
}
.font-italic {
    font-style: italic!important;
}
.text-white {
    color: #fff!important;
}
.text-primary {
    color: #ececec!important;
}
a.text-primary:focus, a.text-primary:hover {
    color: #c6c6c6!important;
}
.text-secondary {
    color: #333!important;
}
a.text-secondary:focus, a.text-secondary:hover {
    color: #0d0d0d!important;
}
.text-success {
    color: #28a745!important;
}
a.text-success:focus, a.text-success:hover {
    color: #19692c!important;
}
.text-info {
    color: #17a2b8!important;
}
a.text-info:focus, a.text-info:hover {
    color: #0f6674!important;
}
.text-warning {
    color: #ffc107!important;
}
a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00!important;
}
.text-danger {
    color: #dc3545!important;
}
a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a!important;
}
.text-light {
    color: #f8f9fa!important;
}
a.text-light:focus, a.text-light:hover {
    color: #cbd3da!important;
}
.text-dark {
    color: #343a40!important;
}
a.text-dark:focus, a.text-dark:hover {
    color: #121416!important;
}
.text-link, a.text-link:focus, a.text-link:hover {
    color: #000!important;
}
.text-link-hover {
    color: #ececec!important;
}
a.text-link-hover:focus, a.text-link-hover:hover {
    color: #c6c6c6!important;
}
.text-secondary-alt, a.text-secondary-alt:focus, a.text-secondary-alt:hover {
    color: #000!important;
}
.text-bg-light {
    color: #fff!important;
}
a.text-bg-light:focus, a.text-bg-light:hover {
    color: #d9d9d9!important;
}
.text-bg-light-alt {
    color: #999!important;
}
a.text-bg-light-alt:focus, a.text-bg-light-alt:hover {
    color: #737373!important;
}
.text-bg-light-alt2 {
    color: #ccc!important;
}
a.text-bg-light-alt2:focus, a.text-bg-light-alt2:hover {
    color: #a6a6a6!important;
}
.text-bg-dark {
    color: #333!important;
}
a.text-bg-dark:focus, a.text-bg-dark:hover {
    color: #0d0d0d!important;
}
.text-text1 {
    color: #333!important;
}
a.text-text1:focus, a.text-text1:hover {
    color: #0d0d0d!important;
}
.text-text2 {
    color: #999!important;
}
a.text-text2:focus, a.text-text2:hover {
    color: #737373!important;
}
.text-text3 {
    color: #999!important;
}
a.text-text3:focus, a.text-text3:hover {
    color: #737373!important;
}
.text-text4 {
    color: #21252b!important;
}
a.text-text4:focus, a.text-text4:hover {
    color: #000!important;
}
.text-text-white {
    color: #fff!important;
}
a.text-text-white:focus, a.text-text-white:hover {
    color: #d9d9d9!important;
}
.text-bg-search-participant-or-member {
    color: #d3e3ff!important;
}
a.text-bg-search-participant-or-member:focus, a.text-bg-search-participant-or-member:hover {
    color: #87b2ff!important;
}
.text-bg-form-text {
    color: #6d9cff!important;
}
a.text-bg-form-text:focus, a.text-bg-form-text:hover {
    color: #2168ff!important;
}
.text-svg-icons {
    color: #00034d!important;
}
a.text-svg-icons:focus, a.text-svg-icons:hover {
    color: #000001!important;
}
.text-cutout-bar {
    color: #f4b000!important;
}
a.text-cutout-bar:focus, a.text-cutout-bar:hover {
    color: #a87900!important;
}
.text-bg-light-orange {
    color: #ff9b6e!important;
}
a.text-bg-light-orange:focus, a.text-bg-light-orange:hover {
    color: #f62!important;
}
.text-kw-link {
    color: #002769!important;
}
a.text-kw-link:focus, a.text-kw-link:hover {
    color: #000b1d!important;
}
.text-kw-link-hover {
    color: #0073e0!important;
}
a.text-kw-link-hover:focus, a.text-kw-link-hover:hover {
    color: #004c94!important;
}
.text-kw-primary {
    color: #0073e0!important;
}
a.text-kw-primary:focus, a.text-kw-primary:hover {
    color: #004c94!important;
}
.text-kw-secondary {
    color: #f3742c!important;
}
a.text-kw-secondary:focus, a.text-kw-secondary:hover {
    color: #c74f0b!important;
}
.text-kw-secondary-alt {
    color: #d14900!important;
}
a.text-kw-secondary-alt:focus, a.text-kw-secondary-alt:hover {
    color: #852e00!important;
}
.text-kw-bg-light {
    color: #fff!important;
}
a.text-kw-bg-light:focus, a.text-kw-bg-light:hover {
    color: #d9d9d9!important;
}
.text-kw-bg-light-alt {
    color: #ececec!important;
}
a.text-kw-bg-light-alt:focus, a.text-kw-bg-light-alt:hover {
    color: #c6c6c6!important;
}
.text-kw-bg-light-alt2 {
    color: #ccc!important;
}
a.text-kw-bg-light-alt2:focus, a.text-kw-bg-light-alt2:hover {
    color: #a6a6a6!important;
}
.text-kw-bg-light-blue {
    color: #d3e3ff!important;
}
a.text-kw-bg-light-blue:focus, a.text-kw-bg-light-blue:hover {
    color: #87b2ff!important;
}
.text-kw-bg-dark {
    color: #002769!important;
}
a.text-kw-bg-dark:focus, a.text-kw-bg-dark:hover {
    color: #000b1d!important;
}
.text-kw-text1 {
    color: #333!important;
}
a.text-kw-text1:focus, a.text-kw-text1:hover {
    color: #0d0d0d!important;
}
.text-kw-text2 {
    color: #999!important;
}
a.text-kw-text2:focus, a.text-kw-text2:hover {
    color: #737373!important;
}
.text-kw-text3 {
    color: #bdbebd!important;
}
a.text-kw-text3:focus, a.text-kw-text3:hover {
    color: #969896!important;
}
.text-kw-text4 {
    color: #21252b!important;
}
a.text-kw-text4:focus, a.text-kw-text4:hover {
    color: #000!important;
}
.text-kw-text-white {
    color: #fff!important;
}
a.text-kw-text-white:focus, a.text-kw-text-white:hover {
    color: #d9d9d9!important;
}
.text-kw-bg-search-participant-or-member {
    color: #d3e3ff!important;
}
a.text-kw-bg-search-participant-or-member:focus, a.text-kw-bg-search-participant-or-member:hover {
    color: #87b2ff!important;
}
.text-kw-bg-form-text {
    color: #6d9cff!important;
}
a.text-kw-bg-form-text:focus, a.text-kw-bg-form-text:hover {
    color: #2168ff!important;
}
.text-kw-svg-icons {
    color: #00034d!important;
}
a.text-kw-svg-icons:focus, a.text-kw-svg-icons:hover {
    color: #000001!important;
}
.text-kw-cutout-bar {
    color: #f4b000!important;
}
a.text-kw-cutout-bar:focus, a.text-kw-cutout-bar:hover {
    color: #a87900!important;
}
.text-ft-link {
    color: var(--orange-dark)!important;
}
a.text-ft-link:focus, a.text-ft-link:hover {
    color: #df5e00!important;
}
.text-ft-link-hover {
    color: var(--orange-dark)!important;
}
a.text-ft-link-hover:focus, a.text-ft-link-hover:hover {
    color: #b34c00!important;
}
.text-ft-primary {
    color: var(--orange-dark)!important;
}
a.text-ft-primary:focus, a.text-ft-primary:hover {
    color: #df5e00!important;
}
.text-ft-secondary {
    color: var(--orange-dark)!important;
}
a.text-ft-secondary:focus, a.text-ft-secondary:hover {
    color: #b34c00!important;
}
.text-ft-bg-dark {
    color: #353535!important;
}
a.text-ft-bg-dark:focus, a.text-ft-bg-dark:hover {
    color: #0f0f0f!important;
}
.text-ft-footer-border-color {
    color: var(--orange-dark)!important;
}
a.text-ft-footer-border-color:focus, a.text-ft-footer-border-color:hover {
    color: #b34c00!important;
}
.text-ft-text-white {
    color: #fff!important;
}
a.text-ft-text-white:focus, a.text-ft-text-white:hover {
    color: #d9d9d9!important;
}
.text-ft-bg-light {
    color: #fff!important;
}
a.text-ft-bg-light:focus, a.text-ft-bg-light:hover {
    color: #d9d9d9!important;
}
.text-ft-bg-light-alt {
    color: #ececec!important;
}
a.text-ft-bg-light-alt:focus, a.text-ft-bg-light-alt:hover {
    color: #c6c6c6!important;
}
.text-ft-bg-form-text {
    color: #fff!important;
}
a.text-ft-bg-form-text:focus, a.text-ft-bg-form-text:hover {
    color: #d9d9d9!important;
}
.text-ft-form-placeholder {
    color: #bdbebd!important;
}
a.text-ft-form-placeholder:focus, a.text-ft-form-placeholder:hover {
    color: #969896!important;
}
.text-ft-svg-icons {
    color: #fff!important;
}
a.text-ft-svg-icons:focus, a.text-ft-svg-icons:hover {
    color: #d9d9d9!important;
}
.text-ft-blue {
    color: #0026a5!important;
}
a.text-ft-blue:focus, a.text-ft-blue:hover {
    color: #001459!important;
}
.text-ft-light-gray {
    color: #a6a6a6!important;
}
a.text-ft-light-gray:focus, a.text-ft-light-gray:hover {
    color: grey!important;
}
.text-body {
    color: #212529!important;
}
.text-muted {
    color: #6c757d!important;
}
.text-black-50 {
    color: rgba(0,0,0,.5)!important;
}
.text-white-50 {
    color: hsla(0,0%,100%,.5)!important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none!important;
}
.text-break {
    word-break: break-word!important;
    word-wrap: break-word!important;
}
.text-reset {
    color: inherit!important;
}
.visible {
    visibility: visible!important;
}
.invisible {
    visibility: hidden!important;
}

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

h1, h2, h3, h4, h5, h6 {
    color: var(--gray-text);

}
.cke_editable li, .cke_editable p, main.container {
    font-family: 'MSK Sans Web';
}
.msk-fredsteam .block-title {
    text-align: center;
    color: var(--gray-dark);
    text-transform: none;
    font-family: 'MSK Sans Web';
    /*font-size: 42px;*/
    padding: 50px 0 25px;
}

@media (max-width:991.98px) {
.msk-fredsteam .block-title {
    /*font-size: 26px;*/
}
}
.msk-fredsteam.msk-fredsteam form .button {
   /* border: none;*/
}
.msk-fredsteam.msk-fredsteam form .label, .msk-fredsteam.msk-fredsteam form label {
    font-size: 1;
    color: var(--navy);
}
.msk-fredsteam.msk-fredsteam form .label.option, .msk-fredsteam.msk-fredsteam form label.option {
    font-family: 'MSK Sans Web';
}
.msk-fredsteam.msk-fredsteam form input[name$="[other]"] {
    color: #353535;
}
.button {
    display: inline-block;
    background-color: var(--orange-dark);
    font-family: 'MSK Sans Web';
    text-transform: uppercase;
    padding: 1rem 1.5rem;
}
.button, .button:hover {
    color: #fff;
}
.button:hover {
    background-color: var(--orange-dark);
    text-decoration: none;
}
.button.alternative {
    background-color: #fff;
    color: var(--orange-dark);
    border: 1px solid var(--orange-dark);
}
.button.alternative:hover {
    background-color: var(--orange-dark);
    color: #fff;
    text-decoration: none;
}
.button .svg-inline--fa {
    margin-left: .5rem;
}
.button .svgicon-default {
    margin-left: 1rem;
}

@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
.button .svgicon-default svg {
    height: 20px;
    width: 20px;
}
}
.button--textlink {
    color: var(--orange-dark);
    background-color: unset;
}
.button--textlink:active, .button--textlink:hover {
    color: var(--orange-dark);
    background-color: unset;
}
.msk-fredsteam .button {
    font-family: 'MSK Sans Web';
	font-weight: 600;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border-radius: 70px;
    border: 2.5px solid var(--orange-dark);
    color: var(--white) !important;
    background-color: var(--orange-dark);
    text-transform: none;
    padding: 10px 16px;
    text-shadow: none;
    min-width: -moz-max-content;
    min-width: max-content;
}
.msk-fredsteam .button:hover {
    border-color: var(--navy);
    color: var(--white);
    background-color: var(--navy);
}
.msk-fredsteam .button:focus {
    border-color: var(--blue);
    color: var(--white);
    background-color: var(--navy);
	outline-color: var(--blue);
}
.msk-fredsteam .button.alternative {
    background-color: var(--white);
    color: var(--orange-dark) !important;
    border: 2.5px solid  var(--orange-dark);
}
.msk-fredsteam .button.alternative:hover {
    background-color: var(--navy);
	border-color: var(--navy);
    color:  var(--white)!important;
    text-decoration: none;
}

.msk-fredsteam a.button.giant {
    font-size: 18px;
    padding: 11.25px 18px;
}
.msk-fredsteam a.button.fine {
    font-size: 14px !important;
    padding: 8.75px 14px;
}
.msk-fredsteam .button.alternative.giant {
    font-size: 18px;
    padding: 11.25px 18px;
}
.msk-fredsteam div#main-content a.button--arrow.CTA {
    color: var(--navy) !important;
    padding: 0;
    text-decoration: none;
    font-weight: 700;
}
.msk-fredsteam div#main-content a.button--arrow.CTA:hover {
    text-decoration: underline !important;
}

.msk-fredsteam div#main-content a.button--arrow.CTA:after {
    -webkit-mask-image: url(https://give.mskcc.org/GIV_wrapper/images/arrow.svg);
    mask-image: url(https://give.mskcc.org/GIV_wrapper/images/arrow.svg);
    background-color: var(--orange-dark);
    background-size: 9px 10px;
    width: 9px;
    height: 10px;
    display: inline-block;
    content: "";
    margin-left: 3px;
}
.msk-fredsteam div#main-content a.button--arrow.CTA:hover:after {
    text-decoration: none;
    background-color: var(--navy);
}


.msk-fredsteam .button--textlink, .msk-fredsteam .button--textlink:active, .msk-fredsteam .button--textlink:hover {
    color: var(--orange-dark);
    background-color: unset;
}
.luminate-login-form, .luminate-reset-form, .user-dashboard-form, .webform-submission-form {
    padding-top: 10px;
    padding-bottom: 25px;
}

@media (min-width:992px) {
.layout--onecol .luminate-login-form, .layout--onecol .luminate-reset-form, .layout--onecol .user-dashboard-form, .layout--onecol .webform-submission-form {
    padding-left: 25px;
    padding-right: 25px;
}
}

@media (min-width:992px) {
.layout--twocol-section .luminate-login-form, .layout--twocol-section .luminate-reset-form, .layout--twocol-section .user-dashboard-form, .layout--twocol-section .webform-submission-form {
    padding-left: 25px;
    padding-right: 50px;
}
}
.luminate-login-form .form-item, .luminate-reset-form .form-item, .user-dashboard-form .form-item, .webform-submission-form .form-item {
    margin-bottom: 25px;
}
.luminate-login-form .form-item input[type=email], .luminate-login-form .form-item input[type=number], .luminate-login-form .form-item input[type=password], .luminate-login-form .form-item input[type=text], .luminate-login-form .form-item select, .luminate-login-form .form-item textarea, .luminate-reset-form .form-item input[type=email], .luminate-reset-form .form-item input[type=number], .luminate-reset-form .form-item input[type=password], .luminate-reset-form .form-item input[type=text], .luminate-reset-form .form-item select, .luminate-reset-form .form-item textarea, .user-dashboard-form .form-item input[type=email], .user-dashboard-form .form-item input[type=number], .user-dashboard-form .form-item input[type=password], .user-dashboard-form .form-item input[type=text], .user-dashboard-form .form-item select, .user-dashboard-form .form-item textarea, .webform-submission-form .form-item input[type=email], .webform-submission-form .form-item input[type=number], .webform-submission-form .form-item input[type=password], .webform-submission-form .form-item input[type=text], .webform-submission-form .form-item select, .webform-submission-form .form-item textarea {
    padding: .5em;
    background: #fff;
    border: 1px solid #a6a6a6;
    font-family: 'MSK Sans Web', sans-serif;
    color: #333;
    border-radius: 3px;
}
.luminate-login-form .form-item input[type=email]::-webkit-input-placeholder, .luminate-login-form .form-item input[type=number]::-webkit-input-placeholder, .luminate-login-form .form-item input[type=password]::-webkit-input-placeholder, .luminate-login-form .form-item input[type=text]::-webkit-input-placeholder, .luminate-login-form .form-item select::-webkit-input-placeholder, .luminate-login-form .form-item textarea::-webkit-input-placeholder, .luminate-reset-form .form-item input[type=email]::-webkit-input-placeholder, .luminate-reset-form .form-item input[type=number]::-webkit-input-placeholder, .luminate-reset-form .form-item input[type=password]::-webkit-input-placeholder, .luminate-reset-form .form-item input[type=text]::-webkit-input-placeholder, .luminate-reset-form .form-item select::-webkit-input-placeholder, .luminate-reset-form .form-item textarea::-webkit-input-placeholder, .user-dashboard-form .form-item input[type=email]::-webkit-input-placeholder, .user-dashboard-form .form-item input[type=number]::-webkit-input-placeholder, .user-dashboard-form .form-item input[type=password]::-webkit-input-placeholder, .user-dashboard-form .form-item input[type=text]::-webkit-input-placeholder, .user-dashboard-form .form-item select::-webkit-input-placeholder, .user-dashboard-form .form-item textarea::-webkit-input-placeholder, .webform-submission-form .form-item input[type=email]::-webkit-input-placeholder, .webform-submission-form .form-item input[type=number]::-webkit-input-placeholder, .webform-submission-form .form-item input[type=password]::-webkit-input-placeholder, .webform-submission-form .form-item input[type=text]::-webkit-input-placeholder, .webform-submission-form .form-item select::-webkit-input-placeholder, .webform-submission-form .form-item textarea::-webkit-input-placeholder {
color:#bdbebd;
}
.luminate-login-form .form-item input[type=email]:-ms-input-placeholder, .luminate-login-form .form-item input[type=number]:-ms-input-placeholder, .luminate-login-form .form-item input[type=password]:-ms-input-placeholder, .luminate-login-form .form-item input[type=text]:-ms-input-placeholder, .luminate-login-form .form-item select:-ms-input-placeholder, .luminate-login-form .form-item textarea:-ms-input-placeholder, .luminate-reset-form .form-item input[type=email]:-ms-input-placeholder, .luminate-reset-form .form-item input[type=number]:-ms-input-placeholder, .luminate-reset-form .form-item input[type=password]:-ms-input-placeholder, .luminate-reset-form .form-item input[type=text]:-ms-input-placeholder, .luminate-reset-form .form-item select:-ms-input-placeholder, .luminate-reset-form .form-item textarea:-ms-input-placeholder, .user-dashboard-form .form-item input[type=email]:-ms-input-placeholder, .user-dashboard-form .form-item input[type=number]:-ms-input-placeholder, .user-dashboard-form .form-item input[type=password]:-ms-input-placeholder, .user-dashboard-form .form-item input[type=text]:-ms-input-placeholder, .user-dashboard-form .form-item select:-ms-input-placeholder, .user-dashboard-form .form-item textarea:-ms-input-placeholder, .webform-submission-form .form-item input[type=email]:-ms-input-placeholder, .webform-submission-form .form-item input[type=number]:-ms-input-placeholder, .webform-submission-form .form-item input[type=password]:-ms-input-placeholder, .webform-submission-form .form-item input[type=text]:-ms-input-placeholder, .webform-submission-form .form-item select:-ms-input-placeholder, .webform-submission-form .form-item textarea:-ms-input-placeholder {
color:#bdbebd;
}
.luminate-login-form .form-item input[type=email]::-ms-input-placeholder, .luminate-login-form .form-item input[type=number]::-ms-input-placeholder, .luminate-login-form .form-item input[type=password]::-ms-input-placeholder, .luminate-login-form .form-item input[type=text]::-ms-input-placeholder, .luminate-login-form .form-item select::-ms-input-placeholder, .luminate-login-form .form-item textarea::-ms-input-placeholder, .luminate-reset-form .form-item input[type=email]::-ms-input-placeholder, .luminate-reset-form .form-item input[type=number]::-ms-input-placeholder, .luminate-reset-form .form-item input[type=password]::-ms-input-placeholder, .luminate-reset-form .form-item input[type=text]::-ms-input-placeholder, .luminate-reset-form .form-item select::-ms-input-placeholder, .luminate-reset-form .form-item textarea::-ms-input-placeholder, .user-dashboard-form .form-item input[type=email]::-ms-input-placeholder, .user-dashboard-form .form-item input[type=number]::-ms-input-placeholder, .user-dashboard-form .form-item input[type=password]::-ms-input-placeholder, .user-dashboard-form .form-item input[type=text]::-ms-input-placeholder, .user-dashboard-form .form-item select::-ms-input-placeholder, .user-dashboard-form .form-item textarea::-ms-input-placeholder, .webform-submission-form .form-item input[type=email]::-ms-input-placeholder, .webform-submission-form .form-item input[type=number]::-ms-input-placeholder, .webform-submission-form .form-item input[type=password]::-ms-input-placeholder, .webform-submission-form .form-item input[type=text]::-ms-input-placeholder, .webform-submission-form .form-item select::-ms-input-placeholder, .webform-submission-form .form-item textarea::-ms-input-placeholder {
color:#bdbebd;
}
.luminate-login-form .form-item input[type=email]::placeholder, .luminate-login-form .form-item input[type=number]::placeholder, .luminate-login-form .form-item input[type=password]::placeholder, .luminate-login-form .form-item input[type=text]::placeholder, .luminate-login-form .form-item select::placeholder, .luminate-login-form .form-item textarea::placeholder, .luminate-reset-form .form-item input[type=email]::placeholder, .luminate-reset-form .form-item input[type=number]::placeholder, .luminate-reset-form .form-item input[type=password]::placeholder, .luminate-reset-form .form-item input[type=text]::placeholder, .luminate-reset-form .form-item select::placeholder, .luminate-reset-form .form-item textarea::placeholder, .user-dashboard-form .form-item input[type=email]::placeholder, .user-dashboard-form .form-item input[type=number]::placeholder, .user-dashboard-form .form-item input[type=password]::placeholder, .user-dashboard-form .form-item input[type=text]::placeholder, .user-dashboard-form .form-item select::placeholder, .user-dashboard-form .form-item textarea::placeholder, .webform-submission-form .form-item input[type=email]::placeholder, .webform-submission-form .form-item input[type=number]::placeholder, .webform-submission-form .form-item input[type=password]::placeholder, .webform-submission-form .form-item input[type=text]::placeholder, .webform-submission-form .form-item select::placeholder, .webform-submission-form .form-item textarea::placeholder {
color:#bdbebd;
}

@media (min-width:992px) {
.luminate-login-form .form-item input[type=email], .luminate-login-form .form-item input[type=number], .luminate-login-form .form-item input[type=password], .luminate-login-form .form-item input[type=text], .luminate-login-form .form-item select, .luminate-login-form .form-item textarea, .luminate-reset-form .form-item input[type=email], .luminate-reset-form .form-item input[type=number], .luminate-reset-form .form-item input[type=password], .luminate-reset-form .form-item input[type=text], .luminate-reset-form .form-item select, .luminate-reset-form .form-item textarea, .user-dashboard-form .form-item input[type=email], .user-dashboard-form .form-item input[type=number], .user-dashboard-form .form-item input[type=password], .user-dashboard-form .form-item input[type=text], .user-dashboard-form .form-item select, .user-dashboard-form .form-item textarea, .webform-submission-form .form-item input[type=email], .webform-submission-form .form-item input[type=number], .webform-submission-form .form-item input[type=password], .webform-submission-form .form-item input[type=text], .webform-submission-form .form-item select, .webform-submission-form .form-item textarea {
    width: 100%;
}
}
.luminate-login-form .form-item *, .luminate-reset-form .form-item *, .user-dashboard-form .form-item *, .webform-submission-form .form-item * {
    font-family: 'MSK Sans Web', sans-serif;
    font-size: 1em;
}
.luminate-login-form .form-item .label, .luminate-login-form .form-item label, .luminate-reset-form .form-item .label, .luminate-reset-form .form-item label, .user-dashboard-form .form-item .label, .user-dashboard-form .form-item label, .webform-submission-form .form-item .label, .webform-submission-form .form-item label {
    color: var(--orange-dark);
    margin-bottom: 0;
}
.luminate-login-form .form-item.js-form-type-checkbox input[type=checkbox], .luminate-reset-form .form-item.js-form-type-checkbox input[type=checkbox], .user-dashboard-form .form-item.js-form-type-checkbox input[type=checkbox], .webform-submission-form .form-item.js-form-type-checkbox input[type=checkbox] {
    opacity: 0;
}
.luminate-login-form .form-item.js-form-type-checkbox label:before, .luminate-reset-form .form-item.js-form-type-checkbox label:before, .user-dashboard-form .form-item.js-form-type-checkbox label:before, .webform-submission-form .form-item.js-form-type-checkbox label:before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #a6a6a6;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 14px;
    border-radius: 2px;
}
.luminate-login-form .form-item.js-form-type-checkbox label:after, .luminate-reset-form .form-item.js-form-type-checkbox label:after, .user-dashboard-form .form-item.js-form-type-checkbox label:after, .webform-submission-form .form-item.js-form-type-checkbox label:after {
    content: "";
    display: inline-block;
    height: 5px;
    width: 8px;
    border-left: 2px solid #0026a5;
    border-bottom: 2px solid #0026a5;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 18px;
    top: 9px;
    color: #0026a5;
    transition: all .2s;
}
.luminate-login-form .form-item.js-form-type-checkbox input[type=checkbox]+label:after, .luminate-reset-form .form-item.js-form-type-checkbox input[type=checkbox]+label:after, .user-dashboard-form .form-item.js-form-type-checkbox input[type=checkbox]+label:after, .webform-submission-form .form-item.js-form-type-checkbox input[type=checkbox]+label:after {
    content: none;
}
.luminate-login-form .form-item.js-form-type-checkbox input[type=checkbox]:checked+label:after, .luminate-reset-form .form-item.js-form-type-checkbox input[type=checkbox]:checked+label:after, .user-dashboard-form .form-item.js-form-type-checkbox input[type=checkbox]:checked+label:after, .webform-submission-form .form-item.js-form-type-checkbox input[type=checkbox]:checked+label:after {
    content: "";
}
.luminate-login-form .form-item.js-form-type-checkbox .description, .luminate-reset-form .form-item.js-form-type-checkbox .description, .user-dashboard-form .form-item.js-form-type-checkbox .description, .webform-submission-form .form-item.js-form-type-checkbox .description {
    margin-left: 28px;
}
.luminate-login-form .form-item.js-form-type-checkbox label, .luminate-reset-form .form-item.js-form-type-checkbox label, .user-dashboard-form .form-item.js-form-type-checkbox label, .webform-submission-form .form-item.js-form-type-checkbox label {
    margin-left: 10px;
    color: #353535;
    font-family: 'MSK Sans Web', sans-serif;
}
.luminate-login-form .form-item .description, .luminate-reset-form .form-item .description, .user-dashboard-form .form-item .description, .webform-submission-form .form-item .description {
    font-family: 'MSK Sans Web', sans-serif;
    font-size: .8em;
    color: #999;
}
.luminate-login-form .form-item.js-form-type-radio input[type=radio], .luminate-reset-form .form-item.js-form-type-radio input[type=radio], .user-dashboard-form .form-item.js-form-type-radio input[type=radio], .webform-submission-form .form-item.js-form-type-radio input[type=radio] {
    opacity: 0;
}
.luminate-login-form .form-item.js-form-type-radio label:before, .luminate-reset-form .form-item.js-form-type-radio label:before, .user-dashboard-form .form-item.js-form-type-radio label:before, .webform-submission-form .form-item.js-form-type-radio label:before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #a6a6a6;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 14px;
    border-radius: 30px;
    transition: all .2s;
}
.luminate-login-form .form-item.js-form-type-radio input[type=radio]:checked+label:before, .luminate-reset-form .form-item.js-form-type-radio input[type=radio]:checked+label:before, .user-dashboard-form .form-item.js-form-type-radio input[type=radio]:checked+label:before, .webform-submission-form .form-item.js-form-type-radio input[type=radio]:checked+label:before {
    background: #0026a5;
}
.luminate-login-form .form-item.js-form-type-radio .description, .luminate-reset-form .form-item.js-form-type-radio .description, .user-dashboard-form .form-item.js-form-type-radio .description, .webform-submission-form .form-item.js-form-type-radio .description {
    margin-left: 28px;
}
.luminate-login-form .form-item.js-form-type-select select, .luminate-reset-form .form-item.js-form-type-select select, .user-dashboard-form .form-item.js-form-type-select select, .webform-submission-form .form-item.js-form-type-select select {
    font-family: 'MSK Sans Web', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    outline: none;
    box-shadow: none;
    color: #bdbebd;
    cursor: pointer;
    padding: .5em;
}
.luminate-login-form .form-item.js-form-type-select select.has-value, .luminate-reset-form .form-item.js-form-type-select select.has-value, .user-dashboard-form .form-item.js-form-type-select select.has-value, .webform-submission-form .form-item.js-form-type-select select.has-value {
    color: #333;
}
.luminate-login-form .form-item.js-form-type-select select:not([multiple]), .luminate-reset-form .form-item.js-form-type-select select:not([multiple]), .user-dashboard-form .form-item.js-form-type-select select:not([multiple]), .webform-submission-form .form-item.js-form-type-select select:not([multiple]) {
    -webkit-flex: 1;
    flex: 1;
    height: 44px;
}

@media (min-width:768px) {
.luminate-login-form .form-item.js-form-type-select select:not([multiple]), .luminate-reset-form .form-item.js-form-type-select select:not([multiple]), .user-dashboard-form .form-item.js-form-type-select select:not([multiple]), .webform-submission-form .form-item.js-form-type-select select:not([multiple]) {
    width: 100%;
}
}
.luminate-login-form .form-item.js-form-type-select select:not([multiple])::-ms-expand, .luminate-reset-form .form-item.js-form-type-select select:not([multiple])::-ms-expand, .user-dashboard-form .form-item.js-form-type-select select:not([multiple])::-ms-expand, .webform-submission-form .form-item.js-form-type-select select:not([multiple])::-ms-expand {
display:none;
}
.luminate-login-form .form-item .row, .luminate-reset-form .form-item .row, .user-dashboard-form .form-item .row, .webform-submission-form .form-item .row {
    margin-bottom: 5px;
    padding-left: 0;
}
.luminate-login-form .form-item .row label, .luminate-reset-form .form-item .row label, .user-dashboard-form .form-item .row label, .webform-submission-form .form-item .row label {
    margin-left: 10px;
    color: #353535;
    font-family: 'MSK Sans Web', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

@media (max-width:991.98px) {
.layout--twocol-section .luminate-login-form .form-item, .layout--twocol-section .luminate-reset-form .form-item, .layout--twocol-section .user-dashboard-form .form-item, .layout--twocol-section .webform-submission-form .form-item, .luminate-login-form .form-item, .luminate-reset-form .form-item, .user-dashboard-form .form-item, .webform-submission-form .form-item {
    padding-right: 0;
}
.luminate-login-form .form-item .col, .luminate-login-form .form-item .col-3, .luminate-reset-form .form-item .col, .luminate-reset-form .form-item .col-3, .user-dashboard-form .form-item .col, .user-dashboard-form .form-item .col-3, .webform-submission-form .form-item .col, .webform-submission-form .form-item .col-3 {
    width: 100vw;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.luminate-login-form .form-item .label, .luminate-login-form .form-item label, .luminate-reset-form .form-item .label, .luminate-reset-form .form-item label, .user-dashboard-form .form-item .label, .user-dashboard-form .form-item label, .webform-submission-form .form-item .label, .webform-submission-form .form-item label {
    margin-bottom: 10px;
}
.luminate-login-form .form-item input[type=email], .luminate-login-form .form-item input[type=text], .luminate-login-form .form-item select, .luminate-login-form .form-item textarea, .luminate-reset-form .form-item input[type=email], .luminate-reset-form .form-item input[type=text], .luminate-reset-form .form-item select, .luminate-reset-form .form-item textarea, .user-dashboard-form .form-item input[type=email], .user-dashboard-form .form-item input[type=text], .user-dashboard-form .form-item select, .user-dashboard-form .form-item textarea, .webform-submission-form .form-item input[type=email], .webform-submission-form .form-item input[type=text], .webform-submission-form .form-item select, .webform-submission-form .form-item textarea {
    width: 100%;
}
}

@media (min-width:992px) {
.luminate-login-form .container-inline, .luminate-reset-form .container-inline, .user-dashboard-form .container-inline, .webform-submission-form .container-inline {
    display: -webkit-flex;
    display: flex;
}
.luminate-login-form .container-inline .form-item, .luminate-reset-form .container-inline .form-item, .user-dashboard-form .container-inline .form-item, .webform-submission-form .container-inline .form-item {
    margin-right: 15px;
    margin-bottom: 10px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.luminate-login-form .container-inline .form-item:last-child, .luminate-reset-form .container-inline .form-item:last-child, .user-dashboard-form .container-inline .form-item:last-child, .webform-submission-form .container-inline .form-item:last-child {
    margin-right: 0;
}
}

@media (max-width:991.98px) {
.luminate-login-form .container-inline .form-item, .luminate-reset-form .container-inline .form-item, .user-dashboard-form .container-inline .form-item, .webform-submission-form .container-inline .form-item {
    display: block;
    margin-bottom: 25px;
}
.luminate-login-form .container-inline .form-item:last-child, .luminate-reset-form .container-inline .form-item:last-child, .user-dashboard-form .container-inline .form-item:last-child, .webform-submission-form .container-inline .form-item:last-child {
    margin-bottom: 10px;
}
}
.luminate-login-form .form-actions, .luminate-reset-form .form-actions, .user-dashboard-form .form-actions, .webform-submission-form .form-actions {
    text-align: left;
}

@media (max-width:991.98px) {
.luminate-login-form .form-actions, .luminate-reset-form .form-actions, .user-dashboard-form .form-actions, .webform-submission-form .form-actions {
    padding-right: 0;
}
}

@media (max-width:767.98px) {
.luminate-login-form .form-actions input, .luminate-reset-form .form-actions input, .user-dashboard-form .form-actions input, .webform-submission-form .form-actions input {
    width: 100%;
}
}
.column-wrapper {
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

@media (min-width:768px) {
.column-wrapper {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.column-wrapper>* {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
}
.column-wrapper:first-child, .column-wrapper:nth-child(2) {
    margin-bottom: 0;
}
}

@media (min-width:768px) and (max-width:1199.98px) {
.column-wrapper.cols-multiple, .column-wrapper.cols-one, .column-wrapper.cols-two {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}
}
.svg .svg--colorable circle, .svg .svg--colorable ellipse, .svg .svg--colorable g, .svg .svg--colorable line, .svg .svg--colorable path, .svg .svg--colorable polygon, .svg .svg--colorable polyline, .svg .svg--colorable rect, .svg .svg--colorable svg, .svg .svg--colorable text {
    color: currentColor;
    fill: currentColor;
}
.svg--icon {
    display: inline-block;
    width: 2.5rem;
}
.svg--icon svg {
    display: block;
    width: 18.75rem;
    max-width: 100%;
    max-height: 18.75rem;
    height: auto;
}
.svg--icon circle, .svg--icon ellipse, .svg--icon g, .svg--icon line, .svg--icon path, .svg--icon polygon, .svg--icon polyline, .svg--icon rect, .svg--icon svg, .svg--icon text {
    color: currentColor;
    fill: currentColor;
}
.icon--chevron-down {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M250 455.7L-2.1 203.6 73.5 128 250 317.1 426.5 128l75.6 75.6L250 455.7z'/%3E%3C/svg%3E") 50% no-repeat;
}
.icon--chevron-down, .icon--chevron-left {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
}
.icon--chevron-left {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M82.1 250.6L330.5 2.3 405 76.8 218.7 250.6 405 424.5 330.5 499 82.1 250.6z'/%3E%3C/svg%3E") 50% no-repeat;
}
.icon--chevron-right {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath fill='%23002769' d='M166.6 499l-74.5-74.5 186.3-173.9L92.1 76.8l74.5-74.5L415 250.6 166.6 499z'/%3E%3C/svg%3E") 50% no-repeat;
}
.icon--chevron-right, .icon--chevron-up {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
}
.icon--chevron-up {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M250 68l252.1 252.1-75.6 75.6-176.5-189-176.5 189-75.6-75.6L250 68z'/%3E%3C/svg%3E") 50% no-repeat;
}
.icon--close {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M250 179.9L70-.1l-70 70 180 180-180 180 70 70 180-180 180 180 70-70-180-180 180-180-70-70-180 180z'/%3E%3C/svg%3E") 50% no-repeat;
}
.icon--close, .icon--menu {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
}
.icon--menu {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M0 0h500v103.4H0zm0 197.6h500V301H0zm0 199h500V500H0z'/%3E%3C/svg%3E") 50% no-repeat;
}
.icon--person {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M460 463.6c0 19.6-15.9 35.4-35.4 35.4H69.8c-19.6 0-35.5-15.8-35.6-35.4V428c0-93.4 141.9-141.9 141.9-141.9s8.2-14.5 0-35.5c-29.8-22-33.5-56.4-35.5-141.9C146.8 23.1 206.9 2.3 247.1 2.3S347.4 23 353.6 108.7c-2 85.5-5.7 119.9-35.5 141.9-8.2 20.9 0 35.5 0 35.5S460 334.6 460 428v35.6z'/%3E%3C/svg%3E") 50% no-repeat;
}
.icon--person, .icon--search {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
}
.icon--search {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath class='st0' d='M470.5 471.5L368.9 335.4c67.1-69.1 77.2-178.9 18.3-258.1C348.5 28.5 289.6 0 226.6 0c-42.7 0-83.3 14.2-117.9 40.7-87.4 65-105.7 189-38.6 276.4 38.6 50.8 95.5 79.3 158.5 79.3 36.6 0 73.2-10.2 103.7-30.5L433.9 500l36.6-28.5zM106.7 288.6C55.9 221.5 70.1 128 137.2 77.2c26.4-20.3 56.9-30.5 91.5-30.5 48.8 0 91.5 22.4 119.9 61 50.8 67.1 36.6 160.6-30.5 211.4-26.4 20.3-56.9 30.5-91.5 30.5-46.8 0-91.5-22.4-119.9-61z'/%3E%3C/svg%3E") 50% no-repeat;
}
.color-fill--primary {
    color: #ececec;
}
.color-fill--secondary {
    color: #333;
}
.color-fill--success {
    color: #28a745;
}
.color-fill--info {
    color: #17a2b8;
}
.color-fill--warning {
    color: #ffc107;
}
.color-fill--danger {
    color: #dc3545;
}
.color-fill--light {
    color: #f8f9fa;
}
.color-fill--dark {
    color: #343a40;
}
.color-fill--link {
    color: #000;
}
.color-fill--link-hover {
    color: #ececec;
}
.color-fill--secondary-alt {
    color: #000;
}
.color-fill--bg-light {
    color: #fff;
}
.color-fill--bg-light-alt {
    color: #999;
}
.color-fill--bg-light-alt2 {
    color: #ccc;
}
.color-fill--bg-dark, .color-fill--text1 {
    color: #333;
}
.color-fill--text2, .color-fill--text3 {
    color: #999;
}
.color-fill--text4 {
    color: #21252b;
}
.color-fill--text-white {
    color: #fff;
}
.color-fill--bg-search-participant-or-member {
    color: #d3e3ff;
}
.color-fill--bg-form-text {
    color: #6d9cff;
}
.color-fill--svg-icons {
    color: #00034d;
}
.color-fill--cutout-bar {
    color: #f4b000;
}
.color-fill--bg-light-orange {
    color: #ff9b6e;
}
.color-fill--kw-link {
    color: #002769;
}
.color-fill--kw-link-hover, .color-fill--kw-primary {
    color: #0073e0;
}
.color-fill--kw-secondary {
    color: #f3742c;
}
.color-fill--kw-secondary-alt {
    color: #d14900;
}
.color-fill--kw-bg-light {
    color: #fff;
}
.color-fill--kw-bg-light-alt {
    color: #ececec;
}
.color-fill--kw-bg-light-alt2 {
    color: #ccc;
}
.color-fill--kw-bg-light-blue {
    color: #d3e3ff;
}
.color-fill--kw-bg-dark {
    color: #002769;
}
.color-fill--kw-text1 {
    color: #333;
}
.color-fill--kw-text2 {
    color: #999;
}
.color-fill--kw-text3 {
    color: #bdbebd;
}
.color-fill--kw-text4 {
    color: #21252b;
}
.color-fill--kw-text-white {
    color: #fff;
}
.color-fill--kw-bg-search-participant-or-member {
    color: #d3e3ff;
}
.color-fill--kw-bg-form-text {
    color: #6d9cff;
}
.color-fill--kw-svg-icons {
    color: #00034d;
}
.color-fill--kw-cutout-bar {
    color: #f4b000;
}
.color-fill--ft-link {
    color: var(--orange-dark);
}
.color-fill--ft-link-hover {
    color: var(--orange-dark);
}
.color-fill--ft-primary {
    color: var(--orange-dark);
}
.color-fill--ft-secondary {
    color: var(--orange-dark);
}
.color-fill--ft-bg-dark {
    color: #353535;
}
.color-fill--ft-footer-border-color {
    color: var(--orange-dark);
}
.color-fill--ft-bg-light, .color-fill--ft-text-white {
    color: #fff;
}
.color-fill--ft-bg-light-alt {
    color: #ececec;
}
.color-fill--ft-bg-form-text {
    color: #fff;
}
.color-fill--ft-form-placeholder {
    color: #bdbebd;
}
.color-fill--ft-svg-icons {
    color: #fff;
}
.color-fill--ft-blue {
    color: #0026a5;
}
.color-fill--ft-light-gray {
    color: #a6a6a6;
}
.brick {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.brick__image {
    border-top: 7px solid var(--orange-dark);
    width: 100%;
    height: auto;
}

@media (max-width:767.98px) {
.brick__image {
    margin-bottom: 20px;
}
}
.brick__content {
    background: #fff;
    width: 80%;
}

@media (max-width:767.98px) {
.brick__content {
    margin-bottom: 20px;
}
}

@media (min-width:768px) {
.brick__content {
    padding: 40px;
}
}
.brick__headline {
    color: var(--orange-dark);
    margin-bottom: 20px;
}

@media (max-width:991.98px) {
.brick__headline {
    font-size: 1.5rem;
}
}
.brick__summary {
    margin-bottom: 20px;
}
.brick__summary h3 a {
    color: #002769;
    text-decoration: underline;
}
.brick__summary h3 a:hover {
    color: #0073e0;
    text-decoration: underline;
}
.brick__summary p a {
    color: #002769;
    text-decoration: underline;
}
.brick__summary p a:hover {
    color: #0073e0;
    text-decoration: underline;
}
.brick__link {
    margin-bottom: 10px;
}
.brick__link:last-child {
    margin-bottom: 0;
}

@media (min-width:1200px) {
.brick--large {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    max-width: 100%;
}
.brick--large .brick__image {
    width: 80%;
    max-width: 670px;
    height: auto;
}
.brick--large .brick__content {
    position: absolute;
    width: 600px;
    right: 10px;
    padding: 40px 40px 40px 75px;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.brick--large .brick__headline {
    font-size: 28px;
}
.brick--large .brick__headline a, .brick--large .brick__headline a:hover {
    color: #0073e0;
    text-decoration: underline;
}
}

@media (min-width:768px) and (max-width:1199.98px) {
.brick--large {
    position: relative;
    overflow-x: hidden;
}
}

@media (min-width:768px) and (max-width:1199.98px) and (max-width:767.98px) {
.brick--large .brick__headline {
    margin-top: 20px;
}
}

@media (min-width:768px) and (max-width:1199.98px) {
.brick--large .brick__image {
    height: 360px;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.brick--large .brick__content {
    margin-top: 290px;
    z-index: 1;
}
}

@media (min-width:768px) and (max-width:1199.98px) and (min-width:768px) and (max-width:1199.98px) {
.brick--large .brick__content {
    min-width: 540px;
    margin-right: 60px;
}
}

@media (min-width:768px) and (max-width:1199.98px) {
.brick--large .button--textlink {
    padding: 1rem 0;
    background: #fff;
}
.brick--large .button--textlink:hover {
    background: #fff;
}
}

@media (min-width:768px) and (max-width:1199.98px) and (min-width:768px) and (max-width:1199.98px) {
.brick--large {
    max-width: 600px;
}
}

@media (min-width:768px) and (max-width:1199.98px) and (max-width:1199.98px) {
.brick--large .brick__content {
    padding-bottom: 15px;
}
}

@media (min-width:992px) {
.brick--medium {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 0;
    max-width: 98.5%;
}
.brick--medium .brick__image {
    height: 360px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.brick--medium .brick__content {
    margin-top: -70px;
    z-index: 1;
    padding-bottom: 0;
}
.brick--medium .brick__link {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -webkit-flex-grow: 0.5;
    flex-grow: 0.5;
}
}

@media (min-width:1200px) {
.brick--medium {
    max-width: 98.5%;
}
.brick--medium .brick__image {
    max-width: 100%;
}
}

@media (min-width:768px) and (max-width:1199.98px) {
.brick--medium {
    position: relative;
    overflow-x: hidden;
}
}

@media (min-width:768px) and (max-width:1199.98px) and (max-width:767.98px) {
.brick--medium .brick__headline {
    margin-top: 20px;
}
}

@media (min-width:768px) and (max-width:1199.98px) {
.brick--medium .brick__image {
    height: 360px;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.brick--medium .brick__content {
    margin-top: 290px;
    z-index: 1;
}
}

@media (min-width:768px) and (max-width:1199.98px) and (min-width:768px) and (max-width:1199.98px) {
.brick--medium .brick__content {
    min-width: 540px;
    margin-right: 60px;
}
}

@media (min-width:768px) and (max-width:1199.98px) {
.brick--medium .button--textlink {
    padding: 1rem 0;
    background: #fff;
}
.brick--medium .button--textlink:hover {
    background: #fff;
}
}

@media (min-width:768px) and (max-width:1199.98px) and (min-width:768px) and (max-width:1199.98px) {
.brick--medium {
    max-width: 600px;
}
}

@media (min-width:768px) and (max-width:1199.98px) and (max-width:1199.98px) {
.brick--medium .brick__content {
    padding-bottom: 15px;
}
}

@media (max-width:1199.98px) {
.brick--medium .brick__content {
    padding-bottom: 20px;
}
}
.brick--small {
    position: relative;
    overflow-x: hidden;
}

@media (max-width:767.98px) {
.brick--small .brick__headline {
    margin-top: 20px;
}
}
.brick--small .brick__image {
    height: 360px;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.brick--small .brick__content {
    margin-top: 290px;
    z-index: 1;
}

@media (min-width:768px) and (max-width:1199.98px) {
.brick--small .brick__content {
    min-width: 540px;
    margin-right: 60px;
}
}
.brick--small .button--textlink {
    padding: 1rem 0;
    background: #fff;
}
.brick--small .button--textlink:hover {
    background: #fff;
}

@media (min-width:768px) and (max-width:1199.98px) {
.brick--small {
    max-width: 600px;
}
}

@media (max-width:1199.98px) {
.brick--small .brick__content {
    padding-bottom: 15px;
}
}
.brick--text {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.brick--text .brick__content {
    margin-top: 0;
}
.brick--text .brick__links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media (min-width:992px) {
.brick--flipped {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    width: 100%;
}
.brick--flipped .brick__content {
    left: 0;
    padding-left: 0;
    padding-right: 75px;
}
}

@media (min-width:768px) and (max-width:1199.98px) {
.brick--flipped .brick__content {
    padding-left: 40px;
}
}
.brick__headline {
    color: var(--orange-dark);
    font-family: 'MSK Sans Web';
}
.brick__summary {
    font-family: 'MSK Sans Web';
    color: #353535;
}
.cta-bar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px;
    border-top: 3px solid #ececec;
    font-family: 'MSK Sans Web';
}

@media (min-width:768px) {
.cta-bar {
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 50px;
}
}
.cta-bar__text {
    margin: 0 2rem 0 0;
    font-size: larger;
    color: var(--orange-dark);
}

@media (max-width:767.98px) {
.cta-bar__text {
    margin: 0;
}
}
.cta-bar__link {
    display: inline-block;
    padding: 1rem 2.5rem;
    margin-top: 1rem;
}

@media (min-width:768px) {
.cta-bar__link {
    margin-top: 0;
}
}
.msk-fredsteam .cta-bar {
    font-family: 'MSK Sans Web';
}
.msk-fredsteam .cta-bar__text {
    color: var(--gray-dark);
}
.menu {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
.menu--main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-transform: none;
    height: 100%;
    z-index: 1;
}
.menu--main .menu-item {
    display: block;
    padding: 25px;
    text-align: center;
}
.menu--main .menu-item span {
    display: block;
    color: var(--orange-dark);
}
.menu--main .menu__item {
    display: block;
    padding: 25px;
    text-align: center;
}
.menu--main .menu__item span {
    display: block;
    color: var(--orange-dark);
}

@media (min-width:992px) {
.menu--main {
    -webkit-flex-direction: row;
    flex-direction: row;
}
.menu--main .menu-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-items: center;
    padding: 2px 2rem;
}
.menu--main .menu-item a {
    padding: 28px 0;
}
.menu--main .menu-item.open .menu-submenu {
    display: -webkit-flex;
    display: flex;
    background: #ececec;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    height: 55px;
    -webkit-justify-content: unset;
    justify-content: unset;
    text-transform: none;
}
.menu--main .menu-item.open .menu-submenu a, .menu--main .menu-item.open .menu-submenu span {
    color: var(--orange-dark);
}
.menu--main .menu-item.open .menu-submenu a:hover, .menu--main .menu-item.open .menu-submenu span:hover {
    color: var(--orange-dark);
}
}

@media (min-width:992px) and (min-width:992px) {
.menu--main .menu-item.open .menu-submenu .menu-item:first-child {
    display: none;
}
}

@media (min-width:992px) {
.menu--main .menu-item.open .menu-submenu .menu-item.open, .menu--main .menu-item.open .menu-submenu .menu-item:hover {
    border-bottom: none;
    padding-bottom: 2px;
}
.menu--main .menu-item:hover {
    border-bottom: 4px solid var(--orange-dark);
    padding-bottom: 0;
}
.menu--main .menu-item:hover a, .menu--main .menu-item:hover span {
    text-decoration: none;
    color: var(--orange-dark);
}
}
.menu--main .menu-submenu {
    display: none;
}

@media (min-width:992px) {
.menu--main {
    -webkit-flex-direction: row;
    flex-direction: row;
}
.menu--main .menu__item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-items: center;
    padding: 2px 2rem;
}
.menu--main .menu__item:hover {
    border-bottom: 4px solid var(--orange-dark);
    padding-bottom: 0;
}
.menu--main .menu__item:hover a, .menu--main .menu__item:hover span {
    text-decoration: none;
    color: var(--orange-dark);
}
.menu--main .menu__item:hover .menu__submenu {
    display: -webkit-flex;
    display: flex;
    background: #ececec;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    height: 55px;
    -webkit-justify-content: center;
    justify-content: center;
    text-transform: none;
}
.menu--main .menu__item:hover .menu__submenu a, .menu--main .menu__item:hover .menu__submenu span {
    color: var(--orange-dark);
}
.menu--main .menu__item:hover .menu__submenu a:hover, .menu--main .menu__item:hover .menu__submenu span:hover {
    color: var(--orange-dark);
}
.menu--main .menu__item:hover .menu__submenu .menu__item:hover {
    border-bottom: none;
    padding-bottom: 2px;
}
}
.menu--main .menu__submenu {
    display: none;
}
.menu--social {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.menu--social .menu__item {
    padding: .5rem;
}
.menu--social .menu__item:first-child {
    padding-left: 0;
}
.menu--social .menu--social__icon {
    font-size: 2rem;
    color: #fff;
}
.menu--legal {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media (min-width:992px) {
.menu--legal {
    -webkit-flex-direction: row;
    flex-direction: row;
}
}
.menu--legal .menu__item {
    margin-right: 1rem;
}

@media (min-width:992px) {
.msk-fredsteam .menu--main .menu-item {
    border-bottom: none;
}
.msk-fredsteam .menu--main .menu-item:hover {
    border-bottom: none;
    text-decoration: none;
}
.msk-fredsteam .menu--main .menu-item:hover a {
    border-bottom: 3px solid var(--orange-dark);
    color: var(--orange-dark);
}
}
.msk-fredsteam .menu--main .menu-item a {
    line-height: normal;
    color: var(--gray-text);
    text-decoration: none;
}
.msk-fredsteam .menu--main .menu-item a:hover {
    text-decoration: none;
}

@media (min-width:992px) {
.msk-fredsteam .menu--main .menu-item a {
    padding: 0;
}
.msk-fredsteam .menu--main .menu-item a.is-active {
    border-bottom: 3px solid var(--orange-dark);
    color: var(--orange-dark);
}
}
.msk-fredsteam .menu--main .menu__item a {
    display: block;
    color: #353535;
}
.msk-fredsteam .menu--social .menu__item {
    padding-right: 2px;
}
.msk-fredsteam .menu--social .menu--social__icon {
    font-size: 1.5rem;
    background: #fff;
    color: #353535;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 6px;
    transition: all .2s;
}
.msk-fredsteam .menu--social .menu--social__icon:hover {
    background: #aeaeae;
}
.msk-fredsteam .menu--legal a {
    font-size: 13px;
}
body {
    position: relative;
    transition: all .2s ease-in;
    left: 0;
}
body.js-menu-open {
    left: -280px;
    box-shadow: 6px 0 10px -1px grey;
    margin-right: 20px;
}
.site-header-items.mobile .menu--main {
    transition: all .2s ease-in;
    height: unset;
}
.site-header-items.mobile .menu-item {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    box-shadow: inset 10px 0 13px -10px rgba(0,0,0,.2);
}
.site-header-items.mobile .menu-item:hover a, .site-header-items.mobile .menu-item:hover span {
    cursor: pointer;
    color: var(--orange-dark);
    text-decoration: none;
}
.site-header-items.mobile .site-header-button {
    height: unset;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}
.site-header-items.mobile .menu-submenu {
    position: fixed;
    top: 75px;
    height: 100%;
    background: #ececec;
    width: 300px;
    padding-left: 0;
    margin-left: -25px;
}
.site-header-items.mobile .menu-submenu:before {
    content: attr(data-item);
    background: #ececec;
    color: #999;
    position: fixed;
    top: 0;
    right: 0;
    height: 75px;
    width: 300px;
    padding: 25px;
    border-bottom: 1px solid #fff;
}
.site-header-items.mobile .menu-submenu:after {
    display: none;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f053";
}
.site-header-items.mobile .menu-submenu svg {
    position: fixed;
    top: 25px;
    right: 250px;
    height: 20px;
    width: 20px;
    color: #999;
}
.site-header-items.mobile .menu-submenu .menu-item {
    background-color: #ececec;
    border-bottom: 1px solid #fff;
}
.site-header-items.mobile .menu-submenu .menu-item a, .site-header-items.mobile .menu-submenu .menu-item span {
    color: var(--orange-dark);
}
.site-header-items.mobile .menu-submenu .menu-item:hover a, .site-header-items.mobile .menu-submenu .menu-item:hover span {
    cursor: pointer;
    color: var(--orange-dark);
    text-decoration: none;
}
.site-header-items.mobile .menu-submenu.js-menu-active {
    display: block;
}
.pager {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    float: left;
    width: auto;
    background: #fff;
    padding: 3px 5px;
    margin: 0;
}
.pager li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 5px;
    font-weight: 700;
    transition: all .2s;
    font-family: 'MSK Sans Web';
    background: var(--orange-dark);
    color: #fff;
}
.pager li a.active, .pager li a:hover {
    text-decoration: none;
    background: var(--orange-dark);
    color: #fff;
}
.pager li div.ellipsis {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 5px;
    font-weight: 700;
    transition: all .2s;
    font-family: 'MSK Sans Web';
    color: #353535;
}
.pager li a.next, .pager li a.prev {
    background: transparent;
    visibility: hidden;
    position: relative;
    color: #353535;
    line-height: 31px;
    height: 30px;
}
.pager li a.next:hover, .pager li a.prev:hover {
    background: var(--orange-dark);
    color: #353535;
}
.pager li a.next svg, .pager li a.prev svg {
    visibility: visible;
    margin-left: 0;
}
.single-column {
    color: var(--orange-dark);
    padding: .5rem 0;
    margin: 0;
    border-bottom: 2px solid #fff;
}

@media (min-width:992px) {
.single-column {
    padding: 0 0 .5rem;
    border-right: 2px solid #fff;
    border-bottom: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
}

@media (max-width:767.98px) {
.single-column {
    padding: 2rem 0;
}
}
.single-column:last-child {
    border-bottom: none;
}

@media (min-width:992px) {
.single-column:last-child {
    border-right: none;
}
}
.single-column-icon {
    margin: 1rem 0 0;
    color: var(--orange-dark);
}

@media (min-width:768px) {
.single-column-icon {
    max-height: 80px;
}
}
.single-column-content {
    margin: 1rem 0 0;
    font-size: .9rem;
    width: 100%;
    font-family: 'MSK Sans Web';
}

@media (max-width:991.98px) {
.single-column-content {
    max-width: 100%;
}
}
.single-column-title {
    font-size: 1.5rem;
}

@media (max-width:767.98px) {
@supports (-webkit-overflow-scrolling:touch) {
.single-column-title {
font-size:1.5rem;
}
}
}

@media (min-width:992px) {
.single-column-title {
    max-width: 85%;
    margin: 0 auto;
}
}
.single-column-text h3 a, .single-column-text h3 a:hover, .single-column-text p a, .single-column-text p a:hover {
    color: #002769;
    text-decoration: underline;
}

@media (min-width:992px) {
.single-column-text {
    max-width: 80%;
    margin: 1rem auto 0;
}
}
.table {
    width: 100%;
    font-family: 'MSK Sans Web';
}
.table tr {
    border-bottom: 1px solid #ececec;
}
.table td {
    padding: 20px 15px;
}
.table thead {
    background: var(--orange-dark);
    color: #fff;
}
.table th {
    padding: 20px 15px;
}
.table th a {
    color: #fff;
}
.table th a:after {
    display: none;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    content: "\f0dc";
}
.table th a.sort_asc:after {
    content: "\f0de";
}
.table th a.sort_desc:after {
    content: "\f0dd";
}
.table th svg {
    margin-left: 5px;
    color: #fff;
}
.table a {
    color: var(--orange-dark);
    font-weight: 700;
}
.vueAppModal {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(11,11,11,.8);
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    transition: all .4s;
}
.vueAppModal .video .loader {
    color: #999;
    text-indent: -9999em;
    margin: 88px auto;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    z-index: -1;
    left: 50%;
    top: 39%;
}
.vueAppModal .video .loader, .vueAppModal .video .loader:after, .vueAppModal .video .loader:before {
    position: absolute;
    background: #999;
    -webkit-animation: load1 1s ease-in-out infinite;
    animation: load1 1s ease-in-out infinite;
    width: 1em;
    height: 4em;
}
.vueAppModal .video .loader:after, .vueAppModal .video .loader:before {
    top: 0;
    content: "";
}
.vueAppModal .video .loader:before {
    left: -1.5em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}
.vueAppModal .video .loader:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
0%, 80%, to {
box-shadow:0 0;
height:4em;
}
40% {
box-shadow:0 -2em;
height:5em;
}
}
@keyframes load1 {
0%, 80%, to {
box-shadow:0 0;
height:4em;
}
40% {
box-shadow:0 -2em;
height:5em;
}
}
.vueAppModal .video .button-wrapper {
    display: block;
    text-align: right;
    width: 100%;
}
.vueAppModal .video .button-wrapper button {
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 1.3em;
    padding: 0;
}

@media (max-width:991.98px) and (orientation:landscape) {
.vueAppModal .video .button-wrapper button {
    position: absolute;
    top: 15px;
    right: 15px;
    margin-top: auto;
}
}

@media (max-width:991.98px) and (orientation:portrait) {
.vueAppModal .video .button-wrapper {
    position: absolute;
    margin-top: -30px;
}
}

@media (min-width:992px) {
.vueAppModal .video iframe {
    width: 853px;
    height: 480px;
}
}

@media (max-width:991.98px) {
.vueAppModal .video iframe {
    width: 100vw;
    height: 50vw;
}
}

@media (max-width:991.98px) and (max-width:991.98px) and (orientation:landscape) {
.vueAppModal .video iframe {
    width: 85vw;
    height: 44vw;
}
}
.accordion__header {
    background-color: var(--orange-dark);
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    padding: 1.5rem;
}
.accordion__headline {
    color: #fff;
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 0;
}
.accordion__question {
    color: var(--orange-dark);
    background-color: #ececec;
    position: relative;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 2rem 1.5rem;
    border: 1px solid #fff;
    font-weight: 400;
    font-family: 'MSK Sans Web';
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}
.accordion__question i.icon--chevron-right {
    width: 15px;
    height: 15px;
    background: none;
}
.accordion__question i.icon--chevron-right:after {
    display: none;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 5 Free", Arial;
    font-weight: 900;
    content: "\f054";
    color: #000;
}
.accordion__question[aria-expanded=true] {
    border-bottom: none;
}
.accordion__question[aria-expanded=true] i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordion__answer {
    background: #fff;
    padding: 20px;
    margin: 0 1px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.accordion__answer:last-child {
    border-bottom: 1px solid #ececec;
}
.accordion p {
    margin-bottom: 0;
}
.accordion p a {
    color: #002769;
    text-decoration: underline;
}
.accordion p a:hover {
    color: #0073e0;
    text-decoration: underline;
}
.accordion dd {
    margin-bottom: 0;
}
.accordion__answer {
    display: none;
}
.accordion__answer.active {
    display: block;
}
.no-js .accordion__question {
    color: #000;
    cursor: default;
}
.no-js .accordion__answer {
    display: block;
}
.msk-fredsteam .accordion__header {
    background-color: var(--orange-dark);
    font-family: 'MSK Sans Web';
}
.msk-fredsteam .accordion__header h2 {
    font-family: 'MSK Sans Web';
}
.msk-fredsteam .accordion__question {
    color: #353535;
    background-color: #ececec;
    font-family: 'MSK Sans Web';
}
.msk-fredsteam .accordion__question i {
    color: var(--orange-dark);
}
.msk-fredsteam .accordion__answer {
    color: #353535;
    font-family: 'MSK Sans Web';
}
.msk-fredsteam .accordion__answer p a {
    color: #0026a5;
    text-decoration: underline;
}
.msk-fredsteam .accordion__answer p a:hover {
    color: #0026a5;
    text-decoration: none;
}
.footer {
    background: var(--gray-dark);
}
.footer__colorstrip {
    height: 100px;
    background-repeat: repeat-x;
    background-image: url(../images/colorstrip-kidswalk.png?91afd75f596c04de2396fe71dd75c195=);
}

@media (max-width:767.98px) {
.footer__colorstrip {
    height: 70px;
}
}
.footer__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px;
    color: #fff;
}

@media (min-width:992px) {
.footer__inner {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 80px 15px;
}
}
.footer__section {
    max-width: 500px;
}
.footer__section:first-child {
    max-width: 230px;
}

@media (min-width:992px) {
.footer__section:last-child {
    min-width: 585px;
}
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
.footer__section:last-child {
    -webkit-flex: 0 0 1;
    flex: 0 0 1;
}
}
.footer__title {
    font-synthesis: none;
    font-size: 24px !important;
    line-height: 130%;
    font-weight: 500;
    text-transform: none;
}
.footer .menu-item a {
    display: block;
    color: #fff;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
	    text-decoration: none;
}

@media (max-width:1199.98px) {
.footer .menu-item:last-child {
    margin-bottom: 1rem;
}
}
.footer__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width:992px) {
.footer__wrapper {
    -webkit-flex-direction: row;
    flex-direction: row;
}
}
.footer__linkwrapper {
    margin-right: 2rem;
}

@media (min-width:992px) {
.footer__linkwrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
}
.footer__email {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 1rem;
}

@media (min-width:768px) {
.footer__email {
    width: 84%;
}
}
.footer__email .form-item.webform-component.webform-component-convio-email {
    width: 69%;
    margin: 0;
}
.footer__email .form-submit {
    width: 30%;
    min-width: 100px;
}
.footer__email .form-submit:hover {
    background: #fff;
    color: #353535;
}
.footer__email input {
    border: 1px solid #fff;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    background: none;
    margin: 0;
}
.footer__email input[type=email], .footer__email input[type=text] {
    width: 100%;
    height: 40px;
    padding: 10px;
}
.footer__email input[type=email]::-webkit-input-placeholder, .footer__email input[type=text]::-webkit-input-placeholder {
color:#fff;
opacity:.5;
}
.footer__email input[type=email]:-ms-input-placeholder, .footer__email input[type=text]:-ms-input-placeholder {
color:#fff;
opacity:.5;
}
.footer__email input[type=email]::-ms-input-placeholder, .footer__email input[type=text]::-ms-input-placeholder {
color:#fff;
opacity:.5;
}
.footer__email input[type=email]::placeholder, .footer__email input[type=text]::placeholder {
color:#fff;
opacity:.5;
}
.footer__email input[type=submit] {
    background-color: #353535;
    height: 40px;
    text-transform: uppercase;
    padding: 0 .25rem;
    width: 100%;
}
.footer .webform-submission-newsletter-signup-form {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 1rem;
}
.footer .webform-submission-newsletter-signup-form .col-3 {
    display: none;
}
.footer .webform-submission-newsletter-signup-form .form-item {
    width: 63%;
}
.footer .webform-submission-newsletter-signup-form .form-actions {
    width: 25%;
}

@media (max-width:991.98px) {
.footer .webform-submission-newsletter-signup-form .form-item {
    width: 75%;
}
.footer .webform-submission-newsletter-signup-form .form-actions {
    width: 30%;
}
}
.footer .webform-submission-newsletter-signup-form input[type=email] {
    background: none;
    height: 40px;
    padding: 10px;
    font-family: inherit;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
	width: 98%;
}
.footer .webform-submission-newsletter-signup-form input[type=email]::-webkit-input-placeholder {
color:#fff;
opacity:.5;
}
.footer .webform-submission-newsletter-signup-form input[type=email]:-ms-input-placeholder {
color:#fff;
opacity:.5;
}
.footer .webform-submission-newsletter-signup-form input[type=email]::-ms-input-placeholder {
color:#fff;
opacity:.5;
}
.footer .webform-submission-newsletter-signup-form input[type=email]::placeholder {
color:#fff;
opacity:.5;
}
.footer input[type=submit] {
    background-color: var(--gray-dark);
    height: 40px;
    text-transform: none;
    padding: 0 0.25rem;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 70px;
	font-weight: 600;
}
.footer input[type=submit]:hover {
    background: #fff;
    color: var(--gray-dark);
}
.msk-fredsteam .footer {
    border-bottom: 15px solid var(--orange-dark);
    font-family: 'MSK Sans Web';
}

.msk-fredsteam  .footer.reduced-footer {
    background-color: #002569 !important;
    border-bottom: 15px solid #70bcff !important;
}

@media (max-width:991.98px) {
.msk-fredsteam .footer {
    botder-bottom: 10px solid var(--orange-dark);
}
}
.msk-fredsteam .footer__colorstrip {
    display: none;
}
.half-hero-no-cutout {
    background: var(--orange-dark);
    height: 360px;
}

@media (max-width:991.98px) {
.half-hero-no-cutout {
    height: 243px;
}
}
.half-hero-no-cutout h1 {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 90px;
    line-height: 90px;
    text-shadow: 1px 1px 20px #000;
}

@media (max-width:991.98px) {
.half-hero-no-cutout h1 {
    font-size: 48px;
    line-height: 48px;
}
}
.half-hero-no-cutout picture {
    height: 360px;
    display: block;
    overflow: hidden;
}

@media (max-width:991.98px) {
.half-hero-no-cutout picture {
    height: 243px;
    display: block;
    overflow: hidden;
}
}
.half-hero-no-cutout img {
    width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: auto;
}

@media (max-width:767.98px) {
.half-hero-no-cutout img {
    height: 243px;
}
}
.msk-fredsteam .half-hero-no-cutout h1 {
    font-family: 'MSK Sans Web';
}
.site-header {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #fff;
    box-shadow: #000;
    height: 85px;
    box-shadow: 0 10px 12px rgba(0,0,0,.1);
    position: fixed;
    width: 100%;
    z-index: 99;
}
.site-header, .site-header-items {
    display: -webkit-flex;
    display: flex;
}

@media (max-width:991.98px) {
.site-header-items {
    -webkit-flex-direction: column;
    flex-direction: column;
    position: fixed;
    width: 300px;
    right: -300px;
    top: 0;
    height: 100%;
    transition: all .2s ease-in;
    background: #ececec;
    z-index: -1;
    box-shadow: inset 10px 0 13px -10px rgba(0,0,0,.2);
}
}

@media (min-width:992px) {
.site-header-items {
    -webkit-flex-direction: row;
    flex-direction: row;
}
}
.site-header-items.mobile {
    right: 0;
}
.site-header-icon {
    display: block;
    padding-top: 2rem;
    padding-right: 2rem;
    height: 60px;
    cursor: pointer;
}

@media (min-width:992px) {
.site-header-icon {
    display: none;
}
}
.site-header-logo {
    width: 170px;
    height: auto;
    margin-left: 2rem;
    padding: 1rem 1rem 1rem 0;
}

@media (max-width:767.98px) {
.site-header-logo {
    margin-left: 1rem;
}
}
.site-header-button.menu-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    padding: 25px;
    text-transform: capitalize;
	text-decoration: none;
}
.site-header-button.menu-item:first-of-type {
    background-color: var(--navy);
}
.site-header-button.menu-item:last-of-type {
    background-color: var(--orange-dark);
}

@media (min-width:992px) {
.site-header-button.menu-item {
    height: 100%;
    padding: 30px 3rem;
}
}
.msk-fredsteam .site-header {
    font-family: 'MSK Sans Web';
    font-size: 16px;
}
.msk-fredsteam .site-header-button.menu-item:first-of-type:hover {
    background-color: var(--navy);
    text-decoration: none;
}
.msk-fredsteam .site-header-button.menu-item:last-of-type:hover {
    background: var(--orange-dark);
    text-decoration: none;
}

@media (min-width:768px) {
.msk-fredsteam .site-header-logo {
    padding: 0;
    width: 196px;
    margin: 12px 0 12px 2rem;
}
}
.hero {
    max-height: 800px;
    overflow: hidden;
}
.hero img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width:991.98px) {
.hero img {
    height: 790px;
}
}

@media (max-width:767.98px) {
.hero img {
    height: 565px;
}
}

@media (min-width:1200px) {
.hero img {
    width: 115vw;
    margin-left: -6vw;
}
}

@media only screen and (min-width:1200px) and (min-width:1600px) {
.hero img {
    width: 100%;
    margin-left: 0;
}
}
.hero__inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.hero__inner.top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.hero__inner.end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.hero__content {
    background-color: #fff;
    padding: 2rem;
    margin: 2rem;
}

@media (min-width:768px) {
.hero__content {
    max-width: 70%;
}
}

@media (min-width:992px) {
.hero__content {
    max-width: 45%;
}
}
.hero__title {
    margin-bottom: 1rem;
    color: var(--orange-dark);
}
.hero__title hr {
    display: none;
}

@media (max-width:991.98px) {
.hero__title {
    font-size: 1.5rem;
}
}
.hero__summary {
    color: var(--orange-dark);
    font-size: 21px;
}
.hero__summary * a {
    color: #002769;
    text-decoration: underline;
}
.hero__summary * a:hover {
    color: #0073e0;
    text-decoration: underline;
}
.hero__summary.padded {
    padding: 0 40px;
}

@media (max-width:767.98px) {
.hero__summary {
    font-size: 16px;
}
}
.hero__cta {
    margin: 0;
}
.hero .play-video {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px;
}
.hero .play-video svg {
    color: var(--orange-dark);
    height: 75px;
    width: 75px;
}
.hero .play-video svg:hover {
    color: var(--orange-dark);
}
.hero--cutout picture {
    height: 360px;
    display: block;
    overflow: hidden;
}

@media (max-width:991.98px) {
.hero--cutout picture {
    height: 243px;
    display: block;
    overflow: hidden;
}
}
.hero--cutout img {
    width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: auto;
}

@media (max-width:767.98px) {
.hero--cutout img {
    height: 243px;
}
}
.hero--cutout+* {
    position: relative;
    margin-top: -125px;
    background: #fff;
    z-index: 1;
    border-top: 7px solid #f4b000;
}
.hero--solid {
    background: #ececec;
    height: 300px;
}

@media (min-width:768px) {
.hero--solid {
    height: 500px;
}
}
.msk-fredsteam .hero__content {
    background: transparent;
}
.msk-fredsteam .hero__content * {
    color: #fff;
}
.msk-fredsteam .hero__content h1 {
    text-shadow: 1px 1px 20px #000;
    text-transform: uppercase;
    font-family: 'MSK Sans Web';
    display: inline-block;
    margin-bottom: 10px;
}
.msk-fredsteam .hero__content h1 hr {
    display: block;
    background: var(--orange-dark);
    height: 5px;
    max-width: 125px;
    border: 0;
}

@media (min-width:768px) {
.msk-fredsteam .hero__content {
    max-width: 90%;
}
}

@media (min-width:992px) {
.msk-fredsteam .hero__content {
    max-width: 80%;
}
}
.msk-fredsteam .hero__summary {
    font-size: 25px;
    line-height: 28px;
    font-family: 'MSK Sans Web';
}
.msk-fredsteam .hero__cta {
    background: var(--orange-dark);
}
.msk-fredsteam .hero__cta:hover {
    background: #ff5400;
}
.msk-fredsteam .hero--cutout+* {
    border-top: 7px solid var(--orange-dark);
    font-family: 'MSK Sans Web';
}
.msk-fredsteam .hero--cutout+* h1 {
    text-transform: uppercase;
    font-family: 'MSK Sans Web';
    text-shadow: none;
    color: #353535;
}
.msk-fredsteam .hero--cutout+* .hero__summary {
    text-shadow: none;
    font-family: 'MSK Sans Web';
    color: #353535;
    font-size: 24px;
}

@media (max-width:991.98px) {
.msk-fredsteam .hero--cutout+* .hero__summary {
    font-size: 18px;
}
}
.hero-big {
    max-height: 800px;
    overflow: hidden;
}
.hero-big img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width:991.98px) {
.hero-big img {
    height: 790px;
}
}

@media (max-width:767.98px) {
.hero-big img {
    height: 565px;
}
}

@media (min-width:1200px) {
.hero-big img {
    width: 115vw;
    margin-left: -6vw;
}
}

@media only screen and (min-width:1200px) and (min-width:1600px) {
.hero-big img {
    width: 100%;
    margin-left: 0;
}
}
.hero-big__inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.hero-big__inner.top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.hero-big__inner.end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.hero-big__content {
    background-color: #fff;
    padding: 2rem;
    margin: 2rem;
}

@media (max-width:991.98px) {
.hero-big__content {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
}

@media (min-width:768px) {
.hero-big__content {
    max-width: 70%;
}
}

@media (min-width:992px) {
.hero-big__content {
    max-width: 45%;
}
}
.hero-big__title {
    margin-bottom: 1rem;
    color: var(--orange-dark);
    font-size: 90px;
    line-height: 90px;
}

@media (max-width:991.98px) {
.hero-big__title {
    font-size: 48px;
    line-height: 48px;
}
}
.hero-big__summary {
    color: var(--orange-dark);
    font-size: 21px;
}
.hero-big__summary * a {
    color: #002769;
    text-decoration: underline;
}
.hero-big__summary * a:hover {
    color: #0073e0;
    text-decoration: underline;
}
.hero-big__summary.padded {
    padding: 0 40px;
}

@media (max-width:767.98px) {
.hero-big__summary {
    font-size: 16px;
}
}
.hero-big__cta {
    margin: 0;
}
.hero-big .play-video {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px;
}
.hero-big .play-video svg {
    color: var(--orange-dark);
    height: 75px;
    width: 75px;
}
.hero-big .play-video svg:hover {
    color: var(--orange-dark);
}
.msk-fredsteam .hero-big__content {
    background: transparent;
}
.msk-fredsteam .hero-big__content * {
    color: #fff;
}
.msk-fredsteam .hero-big__content h1 {
    text-shadow: 1px 1px 20px #000;
    text-transform: uppercase;
    font-family: 'MSK Sans Web';
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width:991.98px) {
.msk-fredsteam .hero-big__content h1 {
    margin-bottom: 5px;
}
}
.msk-fredsteam .hero-big__content h1 em, .msk-fredsteam .hero-big__content h1 i {
    font-family: 'MSK Sans Web';
}

@media (min-width:768px) {
.msk-fredsteam .hero-big__content {
    max-width: 90%;
}
}

@media (min-width:992px) {
.msk-fredsteam .hero-big__content {
    max-width: 80%;
}
}
.msk-fredsteam .hero-big__summary {
    font-size: 42px;
    font-family: 'MSK Sans Web';
}

@media (max-width:991.98px) {
.msk-fredsteam .hero-big__summary {
    font-size: 26px;
    line-height: 35px;
}
}
.msk-fredsteam .hero-big__cta {
    background: var(--orange-dark);
}
.msk-fredsteam .hero-big__cta:hover {
    background: #ff5400;
}
.multi-column {
    background-color: var(--orange-dark);
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

@media (max-width:767.98px) {
.multi-column {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
}
@supports (-webkit-overflow-scrolling:touch) {
.multi-column {
width:108%;
margin:0;
padding-right:5px;
}
}
}
.multi-column__content {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    margin: 2rem 0;
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
.multi-column__content {
    width: 100vw;
    max-width: 1170px;
}
}

@media (min-width:992px) {
.multi-column__content {
    -webkit-flex-direction: row;
    flex-direction: row;
}
}

@media (max-width:991.98px) {
.multi-column__content {
    margin: 0;
}
}
.msk-fredsteam .multi-column * {
    color: #fff;
    font-family: 'MSK Sans Web';
}
.msk-fredsteam .multi-column h3 {
    font-size: 26px;
}
.msk-fredsteam .multi-column .single-column-text {
    font-size: 18px;
}
.progress-meter-block {
    padding: 0;
}

@media (min-width:992px) {
.progress-meter-block {
    margin-top: -105px;
    margin-bottom: -15px;
}
}
.progress-meter-block .break-container {
    background: hsla(0,0%,100%,0);
    background: linear-gradient(180deg, hsla(0,0%,100%,0), hsla(0,0%,100%,0) 38%, #d3e3ff 0);
    padding-bottom: 1px;
}
.progress-meter-block .container {
    padding: 15px 50px;
    background: #fff;
}

@media (max-width:991.98px) {
.progress-meter-block .container {
    padding: 15px 25px;
}
}
.progress-meter-block .container .label {
    text-align: center;
    padding: 10px 25px 25px;
    margin-bottom: 0;
    font-size: 2.5rem;
}

@media (max-width:991.98px) {
.progress-meter-block .container .label {
    font-size: 1.5rem;
}
}
.progress-meter-block .container .total {
    border: 2px solid var(--orange-dark);
    overflow: hidden;
    border-radius: 30px;
    background: #eee;
}
.progress-meter-block .container .percentage {
    height: 45px;
    background: var(--orange-dark);
    transition: all .2s;
}
.progress-meter-block .container .raised {
    display: -webkit-flex;
    display: flex;
    transition: all .2s;
    font-family: 'MSK Sans Web';
    color: var(--orange-dark);
    font-size: 20px;
    margin-top: 15px;
}
.progress-meter-block .container .raised span {
    display: inline-block;
}
.search_team_or_participant_form {
    background: #d3e3ff;
    padding: 20px;
}
.search_team_or_participant_form .col-sm {
    margin: 0;
    padding: 0 15px;
}
.search_team_or_participant_form .col-sm:first-child {
    padding-right: 35px;
    border-right: 2px solid #fff;
}
.search_team_or_participant_form .col-sm:nth-child(2) {
    padding-left: 35px;
}

@media (max-width:767.98px) {
.search_team_or_participant_form .col-sm:nth-child(2) {
    padding-top: 28px;
    padding-left: 0;
}
}

@media (max-width:767.98px) {
.search_team_or_participant_form .col-sm {
    padding: 0;
}
.search_team_or_participant_form .col-sm:first-child {
    border-right: none;
}
}
.search_team_or_participant_form h3 {
    color: var(--orange-dark);
    line-height: 1em;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-top: 10px;
}

@media (min-width:768px) {
.search_team_or_participant_form h3 {
    padding-bottom: 20px;
    margin-bottom: 8px;
}
}
.search_team_or_participant_form .search-participant-form, .search_team_or_participant_form .search-team-form {
    display: -webkit-inline-flex;
    display: inline-flex;
    font-family: 'MSK Sans Web';
}

@media (max-width:767.98px) {
.search_team_or_participant_form .search-participant-form, .search_team_or_participant_form .search-team-form {
    width: 90vw;
}
}
.search_team_or_participant_form .search-participant-form .form-item, .search_team_or_participant_form .search-team-form .form-item {
    padding-right: 15px;
}
.search_team_or_participant_form .search-participant-form .form-text, .search_team_or_participant_form .search-team-form .form-text {
    background: transparent;
    padding: 8px;
    border: 0;
    border-bottom: 2px solid var(--orange-dark);
    width: 100%;
    color: #fff;
    font-size: 16px;
}
.search_team_or_participant_form .search-participant-form ::-webkit-input-placeholder, .search_team_or_participant_form .search-team-form ::-webkit-input-placeholder {
color:#fff;
opacity:1;
}
.search_team_or_participant_form .search-participant-form :-ms-input-placeholder, .search_team_or_participant_form .search-team-form :-ms-input-placeholder {
color:#fff;
opacity:1;
}
.search_team_or_participant_form .search-participant-form ::-ms-input-placeholder, .search_team_or_participant_form .search-team-form ::-ms-input-placeholder {
color:#fff;
opacity:1;
}
.search_team_or_participant_form .search-participant-form ::placeholder, .search_team_or_participant_form .search-team-form ::placeholder {
color:#fff;
opacity:1;
}
.search_team_or_participant_form .search-participant-form label, .search_team_or_participant_form .search-team-form label {
    display: none;
}
.search_team_or_participant_form .search-participant-form button, .search_team_or_participant_form .search-team-form button {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    line-height: 60px;
    height: 40px;
}
.search_team_or_participant_form .search-participant-form button svg.fa-search, .search_team_or_participant_form .search-team-form button svg.fa-search {
    width: 20px;
    height: auto;
    color: #fff;
}
.msk-fredsteam .search_team_or_participant_form {
    background: var(--orange-dark);
}
.msk-fredsteam .search_team_or_participant_form h3 {
    color: #fff;
    font-family: 'MSK Sans Web';
    font-size: 24px;
    text-transform: none;
}
.msk-fredsteam .search_team_or_participant_form svg.fa-search:hover {
    color: #ffb57f;
}
.msk-fredsteam .search_team_or_participant_form .search-participant-form .form-text, .msk-fredsteam .search_team_or_participant_form .search-team-form .form-text {
    font-family: 'MSK Sans Web';
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 18px;
}
.msk-fredsteam .search_team_or_participant_form .search-participant-form .form-text::-webkit-input-placeholder, .msk-fredsteam .search_team_or_participant_form .search-team-form .form-text::-webkit-input-placeholder {
color:#bdbebd;
}
.msk-fredsteam .search_team_or_participant_form .search-participant-form .form-text:-ms-input-placeholder, .msk-fredsteam .search_team_or_participant_form .search-team-form .form-text:-ms-input-placeholder {
color:#bdbebd;
}
.msk-fredsteam .search_team_or_participant_form .search-participant-form .form-text::-ms-input-placeholder, .msk-fredsteam .search_team_or_participant_form .search-team-form .form-text::-ms-input-placeholder {
color:#bdbebd;
}
.msk-fredsteam .search_team_or_participant_form .search-participant-form .form-text::placeholder, .msk-fredsteam .search_team_or_participant_form .search-team-form .form-text::placeholder {
color:#bdbebd;
}
.search_team_or_participant_result {
    padding-bottom: 20px;
}
.search_team_or_participant_result .col-sm {
    padding: 0;
}
.search_team_or_participant_result .search-results__header {
    padding: 20px 15px;
    height: 90px;
    background: #fff;
    font-family: 'MSK Sans Web';
}
.search_team_or_participant_result .search-results__header p {
    line-height: 50px;
    text-align: right;
    font-weight: bolder;
    color: var(--orange-dark);
}

@media (max-width:767.98px) {
.search_team_or_participant_result .search-results__header p {
    text-align: left;
    margin-bottom: 15px;
    line-height: normal;
    font-size: 12px;
}
}

@media (min-width:768px) and (max-width:991.98px) {
.search_team_or_participant_result .search-results__header p {
    font-size: 13px;
}
}
.search_team_or_participant_result .search-results__header p a {
    color: var(--orange-dark);
    padding-right: 30px;
}
.search_team_or_participant_result .search-results__header p a:after {
    margin-left: 5px;
    display: none;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 5 Free", Arial;
    font-weight: 900;
    content: "\f061";
}
.search_team_or_participant_result .search-results__header p a svg {
    margin-left: 10px;
    position: absolute;
    margin-top: 17px;
}

@media (min-width:768px) and (max-width:991.98px) {
.search_team_or_participant_result .search-results__header p a svg {
    margin-left: 7px;
    margin-top: 18px;
}
}

@media (max-width:767.98px) {
.search_team_or_participant_result .search-results__header p a svg {
    margin-left: 5px;
    margin-top: 2px;
}
}
.search_team_or_participant_result form {
    display: -webkit-inline-flex;
    display: inline-flex;
}
.search_team_or_participant_result form .form-item {
    padding-right: 10px;
}
.search_team_or_participant_result form .form-text {
    background: #d3e3ff;
    padding: 8px;
    border: 0;
    width: 100%;
    color: #fff;
}

@media (max-width:767.98px) {
.search_team_or_participant_result form .form-text {
    font-size: 12px;
}
}
.search_team_or_participant_result form ::-webkit-input-placeholder {
color:#fff;
opacity:1;
}
.search_team_or_participant_result form :-ms-input-placeholder {
color:#fff;
opacity:1;
}
.search_team_or_participant_result form ::-ms-input-placeholder {
color:#fff;
opacity:1;
}
.search_team_or_participant_result form ::placeholder {
color:#fff;
opacity:1;
}
.search_team_or_participant_result form label {
    display: none;
}
.search_team_or_participant_result form button {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    line-height: 50px;
    height: 40px;
}
.search_team_or_participant_result form button svg.fa-search {
    width: 20px;
    height: auto;
    color: var(--orange-dark);
}
.search_team_or_participant_result .search-results__pager {
    margin-top: 20px;
}
.search-results__list {
    background: #fff;
}
.search-results__list p {
    padding: 20px 15px;
}

@media (max-width:767.98px) {
.search-results__list {
    padding-top: 25px;
}
.search-results__list * {
    font-size: 12px;
}
.search-results__list .col {
    padding: 0;
}
.search-results__list td, .search-results__list th {
    padding: 20px 8px;
}
}
.search-results__list th {
    text-transform: capitalize;
}
.search-results__list td {
    color: var(--orange-dark);
}
.search-results__list td:last-of-type a, .search-results__list td a:nth-child(2) {
    color: var(--orange-dark);
    text-transform: uppercase;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
}
.search-results__list td:last-of-type a:after, .search-results__list td a:nth-child(2):after {
    margin-left: 5px;
    display: none;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 5 Free", Arial;
    font-weight: 900;
    content: "\f061";
}
.search-results__list td a.hide-on-desktop {
    color: var(--orange-dark);
}

@media (min-width:992px) {
.search-results__list td a.hide-on-desktop {
    display: none;
}
}

@media (max-width:991.98px) {
.search-results__list td.hide-on-mobile, .search-results__list th.hide-on-mobile {
    display: none;
}
}
.text-block h3 a {
    color: #002769;
    text-decoration: underline;
}
.text-block h3 a:hover {
    color: #0073e0;
    text-decoration: underline;
}
.text-block p a {
    color: #002769;
    text-decoration: underline;
}
.text-block p a:hover {
    color: #0073e0;
    text-decoration: underline;
}

@media (max-width:600px) {
.text-block img {
    width: 100%;
    max-width: 400px;
    margin: auto;
}
}
.top-list-block .top-list-colum {
    padding: 0 40px 0 20px;
    margin: 2rem 0;
}

@media (max-width:767.98px) {
.top-list-block .top-list-colum {
    padding: 0 20px;
}
}
.inverted .top-list-block .top-list-colum:first-child {
    border-color: #fff;
}
.top-list-block .top-list-colum:first-child {
    border-left-color: #a6a6a6;
    border-bottom-color: #a6a6a6;
    border-right: 2px solid;
    border-right-color: #a6a6a6;
    border-top-color: #a6a6a6;
}

@media (max-width:767.98px) {
.top-list-block .top-list-colum:first-child {
    border-right: none;
    margin-bottom: 0;
}
}
.top-list-block .top-list-colum:nth-child(2) {
    padding-left: 40px;
}

@media (max-width:767.98px) {
.top-list-block .top-list-colum:nth-child(2) {
    padding: 0 20px;
    margin-top: 0;
}
}
.top-list-block .top-list-colum h2 {
    font-size: 24px;
    margin-bottom: 40px;
}
.top-list-block .top-list-colum h2 span a {
    color: var(--orange-dark);
    padding-left: 30px;
    font-size: 16px;
    line-height: 50px;
}
.top-list-block .top-list-colum h2 span a:after {
    margin-left: 5px;
    display: none;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 5 Free", Arial;
    font-weight: 900;
    content: "\f061";
}
.top-list-block .top-list-colum h2 span a svg {
    margin-left: 10px;
    position: absolute;
    margin-top: 17px;
}

@media (min-width:768px) and (max-width:991.98px) {
.top-list-block .top-list-colum h2 span a svg {
    margin-left: 7px;
    margin-top: 18px;
}
}

@media (max-width:767.98px) {
.top-list-block .top-list-colum h2 span a svg {
    margin-left: 5px;
}
}

@media (max-width:767.98px) {
.top-list-block .top-list-colum h2 span {
    display: block;
}
.top-list-block .top-list-colum h2 span a {
    padding-left: 2px;
}
}

@media (max-width:575.98px) {
.top-list-block .top-list-colum h2 {
    margin-bottom: 20px;
}
}
.top-list-block .top-list-result {
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    font-family: 'MSK Sans Web';
    font-weight: 500;
    color: var(--orange-dark);
    line-height: 18px;
}

@media (max-width:575.98px) {
.top-list-block .top-list-result {
    font-size: 16px;
}
}
.top-list-block .top-list-result a {
    text-decoration: underline;
}
.top-list-block .top-list-result a:hover {
    color: var(--orange-dark);
}
.top-list-block .top-list-result .position {
    min-width: 30px;
}
.top-list-block .top-list-result .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 15px;
}
.top-list-block .top-list-result .total {
    white-space: nowrap;
}
.top-list-block .top-list-result.top3 {
    font-size: 24px;
    line-height: 35px;
}

@media (max-width:767.98px) {
.top-list-block .top-list-result.top3 {
    font-size: 16px;
    line-height: 18px;
}
}
.seperator {
    margin: 0 0 50px;
}
.dashboard-event {
    display: none;
}
.dashboard-event-select {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.nav-button-list {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px;
}
.nav-button-list .button-list__link {
    width: 100%;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    margin-top: 0;
    margin-right: 15px;
}
.nav-button-list .button-list__link:last {
margin-right:0;
}

@media (max-width:767.98px) {
.nav-button-list {
    -webkit-flex-direction: column;
    flex-direction: column;
}
.nav-button-list .button-list__link {
    margin-bottom: 30px;
}
.nav-button-list .button-list__link:last-of-type {
    margin-bottom: 0;
}
}
.filter__more {
    text-align: center;
    margin: 50px 0 20px;
}
.filter__cta {
    position: relative;
    color: var(--orange-dark);
    border: 1px solid var(--orange-dark);
    background: transparent;
}
.filter__cta:hover {
    border: 1px solid var(--orange-dark);
}
.user_login__form {
    margin-top: 0;
    padding-top: 0;
}
.user_login__subtitle {
    margin-bottom: 40px;
    position: relative;
}
.user_login__subtitle:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #000;
    bottom: -20px;
    left: 0;
}
.user_login__container {
    margin: 0 0 10px;
    padding-top: 60px;
}
.user_login__container .description {
    font-style: italic;
}
.user_login__container form {
    margin-top: 0;
    padding-top: 0;
}
.user_login__container .form-item-username label {
    display: block;
}
.user_login__container .form-item-pass {
    margin-top: 15px;
}
.user_login__container .form-item-pass label {
    display: block;
}
.user_login__container .form-item-pass .description {
    margin-top: 10px;
}
.user_login__container .form-item-rememberme {
    margin-top: 15px;
}
.user_login__container .form-actions {
    margin: 10px 0;
}
.user_login__container .form-required:before {
    content: "* ";
    color: #dc3545;
}
.user_login__container input[type=password], .user_login__container input[type=text] {
    width: 100%;
    line-height: 1.5;
    padding: .5em .65em;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 0;
}

@media (max-width:767.98px) {
.user_login__container {
    -webkit-flex-direction: column;
    flex-direction: column;
}
}
.layout-container {
    overflow-x: hidden;
}
.layout-container .container {
    max-width: 1200px;
}
body {
    overflow-x: hidden;
}
.element-invisible {
    display: none;
}
.layout-container {
    overflow-x: visible;
}

@media (min-width:768px) {
.layout-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}
}
/*main {
    display: block;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 85px;
}*/

main {
  display: block;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 160px;
}

@media (max-width: 767px){
	main {
	  padding-top: 110px;
	}
}


div[data-drupal-messages] {
    color: #325e1c;
    border: 1px solid #c9e1bd;
    border-left-color: transparent;
    background-color: #f3faef;
    background-image: url(../images/check.svg?3c74afa9ad390d922ad2fa011bf03db9=);
    background-repeat: no-repeat;
    background-position: 5px;
    box-shadow: -8px 0 0 #77b259;
    padding: 10px 10px 10px 25px;
    margin-top: 20px;
}
div[data-block-plugin-id=local_tasks_block] ul {
    margin-top: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
    align-items: start;
    -webkit-justify-content: left;
    justify-content: left;
}
div[data-block-plugin-id=local_tasks_block] ul li {
    list-style: none;
    padding: 0;
}
div[data-block-plugin-id=local_tasks_block] ul li a {
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid var(--orange-dark);
}
div[data-block-plugin-id=local_tasks_block] ul li .is-active {
    border: 1px solid var(--orange-dark);
    border-bottom: none;
}
div[data-block-plugin-id=local_tasks_block] ul li a:hover {
    background: var(--orange-dark);
    color: #fff;
    padding: 10px;
}

