@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, footer, header, nav, section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption, figure, main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:active, a:hover {
        outline-width: 0;
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: inherit;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details, menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@media print {
    *, *::before, *::after, p::first-letter, div::first-letter, blockquote::first-letter, li::first-letter, p::first-line, div::first-line, blockquote::first-line, li::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

@-ms-viewport {
    width: device-width;
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
    cursor: help;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #0275d8;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #014c8c;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #636c72;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, textarea {
    line-height: inherit;
}

    input[type="radio"]:disabled, input[type="checkbox"]:disabled {
        cursor: not-allowed;
    }

    input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
        -webkit-appearance: listbox;
    }

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

input[type="search"] {
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, .h1 {
    font-size: 3.2rem;
}

h2, .h2 {
    font-size: 2.5rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.25rem;
}

h5, .h5 {
    font-size: 1rem;
}

h6, .h6 {
    font-size: 0.95rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small, .small {
    font-size: 80%;
    font-weight: normal;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 5px;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #636c72;
}

    .blockquote-footer::before {
        content: "\2014   \A0";
    }

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0;
}

    .blockquote-reverse .blockquote-footer::before {
        content: "";
    }

    .blockquote-reverse .blockquote-footer::after {
        content: "\A0   \2014";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #636c72;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0.25rem;
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #292b2c;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
    }

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #292b2c;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .row {
        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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .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, .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, .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 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .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, .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, .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, .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, .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 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .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, .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, .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, .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, .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 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .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, .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, .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, .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, .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 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .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, .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, .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, .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, .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 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.pull-0 {
    right: auto;
}

.pull-1 {
    right: 8.33333%;
}

.pull-2 {
    right: 16.66667%;
}

.pull-3 {
    right: 25%;
}

.pull-4 {
    right: 33.33333%;
}

.pull-5 {
    right: 41.66667%;
}

.pull-6 {
    right: 50%;
}

.pull-7 {
    right: 58.33333%;
}

.pull-8 {
    right: 66.66667%;
}

.pull-9 {
    right: 75%;
}

.pull-10 {
    right: 83.33333%;
}

.pull-11 {
    right: 91.66667%;
}

.pull-12 {
    right: 100%;
}

.push-0 {
    left: auto;
}

.push-1 {
    left: 8.33333%;
}

.push-2 {
    left: 16.66667%;
}

.push-3 {
    left: 25%;
}

.push-4 {
    left: 33.33333%;
}

.push-5 {
    left: 41.66667%;
}

.push-6 {
    left: 50%;
}

.push-7 {
    left: 58.33333%;
}

.push-8 {
    left: 66.66667%;
}

.push-9 {
    left: 75%;
}

.push-10 {
    left: 83.33333%;
}

.push-11 {
    left: 91.66667%;
}

.push-12 {
    left: 100%;
}

.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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.33333%;
    }

    .pull-sm-2 {
        right: 16.66667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.33333%;
    }

    .pull-sm-5 {
        right: 41.66667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.33333%;
    }

    .pull-sm-8 {
        right: 66.66667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.33333%;
    }

    .pull-sm-11 {
        right: 91.66667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.33333%;
    }

    .push-sm-2 {
        left: 16.66667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.33333%;
    }

    .push-sm-5 {
        left: 41.66667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.33333%;
    }

    .push-sm-8 {
        left: 66.66667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.33333%;
    }

    .push-sm-11 {
        left: 91.66667%;
    }

    .push-sm-12 {
        left: 100%;
    }

    .offset-sm-0 {
        margin-left: 0%;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.33333%;
    }

    .pull-md-2 {
        right: 16.66667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.33333%;
    }

    .pull-md-5 {
        right: 41.66667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.33333%;
    }

    .pull-md-8 {
        right: 66.66667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.33333%;
    }

    .pull-md-11 {
        right: 91.66667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.33333%;
    }

    .push-md-2 {
        left: 16.66667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.33333%;
    }

    .push-md-5 {
        left: 41.66667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.33333%;
    }

    .push-md-8 {
        left: 66.66667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.33333%;
    }

    .push-md-11 {
        left: 91.66667%;
    }

    .push-md-12 {
        left: 100%;
    }

    .offset-md-0 {
        margin-left: 0%;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.33333%;
    }

    .pull-lg-2 {
        right: 16.66667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.33333%;
    }

    .pull-lg-5 {
        right: 41.66667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.33333%;
    }

    .pull-lg-8 {
        right: 66.66667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.33333%;
    }

    .pull-lg-11 {
        right: 91.66667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.33333%;
    }

    .push-lg-2 {
        left: 16.66667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.33333%;
    }

    .push-lg-5 {
        left: 41.66667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.33333%;
    }

    .push-lg-8 {
        left: 66.66667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.33333%;
    }

    .push-lg-11 {
        left: 91.66667%;
    }

    .push-lg-12 {
        left: 100%;
    }

    .offset-lg-0 {
        margin-left: 0%;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.33333%;
    }

    .pull-xl-2 {
        right: 16.66667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.33333%;
    }

    .pull-xl-5 {
        right: 41.66667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.33333%;
    }

    .pull-xl-8 {
        right: 66.66667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.33333%;
    }

    .pull-xl-11 {
        right: 91.66667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.33333%;
    }

    .push-xl-2 {
        left: 16.66667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.33333%;
    }

    .push-xl-5 {
        left: 41.66667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.33333%;
    }

    .push-xl-8 {
        left: 66.66667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.33333%;
    }

    .push-xl-11 {
        left: 91.66667%;
    }

    .push-xl-12 {
        left: 100%;
    }

    .offset-xl-0 {
        margin-left: 0%;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

    .table th, .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #eceeef;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #eceeef;
    }

    .table tbody + tbody {
        border-top: 2px solid #eceeef;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th, .table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #eceeef;
}

    .table-bordered th, .table-bordered td {
        border: 1px solid #eceeef;
    }

    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table-success, .table-success > th, .table-success > td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #d0e9c6;
    }

.table-info, .table-info > th, .table-info > td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #c4e3f3;
    }

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #faf2cc;
    }

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #ebcccc;
    }

.thead-inverse th {
    color: #fff;
    background-color: #292b2c;
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef;
}

.table-inverse {
    color: #fff;
    background-color: #292b2c;
}

    .table-inverse th, .table-inverse td, .table-inverse thead th {
        border-color: #fff;
    }

    .table-inverse.table-bordered {
        border: 0;
    }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive.table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control:focus {
        color: #464a4c;
        background-color: #fff;
        border-color: #5cb3fd;
        outline: none;
    }

    .form-control::-webkit-input-placeholder {
        color: #636c72;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #636c72;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: #636c72;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #636c72;
        opacity: 1;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #eceeef;
        opacity: 1;
    }

    .form-control:disabled {
        cursor: not-allowed;
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #464a4c;
    background-color: #fff;
}

.form-control-file, .form-control-range {
    display: block;
}

.col-form-label {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    margin-bottom: 0;
}

.col-form-label-lg {
    padding-top: calc(0.75rem - 1px * 2);
    padding-bottom: calc(0.75rem - 1px * 2);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem - 1px * 2);
    padding-bottom: calc(0.25rem - 1px * 2);
    font-size: 0.875rem;
}

.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
}

.form-control-static {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 3.16667rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}

    .form-check.disabled .form-check-label {
        color: #636c72;
        cursor: not-allowed;
    }

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
}

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}

    .form-check-input:only-child {
        position: static;
    }

.form-check-inline {
    display: inline-block;
}

    .form-check-inline .form-check-label {
        vertical-align: middle;
    }

    .form-check-inline + .form-check-inline {
        margin-left: 0.75rem;
    }

.form-control-feedback {
    margin-top: 0.25rem;
}

.form-control-success, .form-control-warning, .form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.5625rem;
    background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback, .has-success .form-control-label, .has-success .col-form-label, .has-success .form-check-label, .has-success .custom-control {
    color: #5cb85c;
}

.has-success .form-control {
    border-color: #5cb85c;
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea;
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .col-form-label, .has-warning .form-check-label, .has-warning .custom-control {
    color: #f0ad4e;
}

.has-warning .form-control {
    border-color: #f0ad4e;
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: white;
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .col-form-label, .has-danger .form-check-label, .has-danger .custom-control {
    color: #ff0000;
}

.has-danger .form-control {
    border-color: #ff0000;
}

.has-danger .input-group-addon {
    color: #ff0000;
    border-color: #ff0000;
    background-color: #ffcccc;
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .form-inline .form-check-label {
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .btn:focus, .btn:hover {
        text-decoration: none;
    }

    .btn:focus, .btn.focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
        box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
    }

    .btn.disabled, .btn:disabled {
        cursor: not-allowed;
        opacity: .65;
    }

    .btn:active, .btn.active {
        background-image: none;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #025aa5;
        border-color: #01549b;
    }

    .btn-primary:focus, .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
        box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #0275d8;
        border-color: #0275d8;
    }

    .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #025aa5;
        background-image: none;
        border-color: #01549b;
    }

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-secondary:hover {
        color: #292b2c;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
        box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #292b2c;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #2aabd2;
    }

    .btn-info:focus, .btn-info.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
        box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        background-image: none;
        border-color: #2aabd2;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #419641;
    }

    .btn-success:focus, .btn-success.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
        box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        background-image: none;
        border-color: #419641;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #eb9316;
    }

    .btn-warning:focus, .btn-warning.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
        box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        background-image: none;
        border-color: #eb9316;
    }

.btn-danger {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #cc0000;
        border-color: #c20000;
    }

    .btn-danger:focus, .btn-danger.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
        box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        background-color: #ff0000;
        border-color: #ff0000;
    }

    .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #cc0000;
        background-image: none;
        border-color: #c20000;
    }

.btn-outline-primary {
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0275d8;
        border-color: #0275d8;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
        box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #0275d8;
        background-color: transparent;
    }

    .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #0275d8;
        border-color: #0275d8;
    }

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
        box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #ccc;
        background-color: transparent;
    }

    .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
        box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #5bc0de;
        background-color: transparent;
    }

    .btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
        box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #5cb85c;
        background-color: transparent;
    }

    .btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e;
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
        box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #f0ad4e;
        background-color: transparent;
    }

    .btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

.btn-outline-danger {
    color: #ff0000;
    background-image: none;
    background-color: transparent;
    border-color: #ff0000;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #ff0000;
        border-color: #ff0000;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
        box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #ff0000;
        background-color: transparent;
    }

    .btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #ff0000;
        border-color: #ff0000;
    }

.btn-link {
    font-weight: normal;
    color: #0275d8;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
        background-color: transparent;
    }

        .btn-link, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover {
                border-color: transparent;
            }

            .btn-link:focus, .btn-link:hover {
                color: #014c8c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link:disabled {
                color: #636c72;
            }

                .btn-link:disabled:focus, .btn-link:disabled:hover {
                    text-decoration: none;
                }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.show {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #eceeef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #1d1e1f;
        text-decoration: none;
        background-color: #f7f7f9;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #0275d8;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #636c72;
        cursor: not-allowed;
        background-color: transparent;
    }

.show > .dropdown-menu {
    display: block;
}

.show > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #636c72;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 0.125rem;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

    .btn + .dropdown-toggle-split::after {
        margin-left: 0;
    }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

.btn-group-vertical {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
            z-index: 3;
        }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        border-radius: 0.2rem;
    }

    .input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 0.75rem 1.5rem;
        font-size: 1.25rem;
        border-radius: 0.3rem;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:not(:last-child) {
        border-right: 0;
    }

    .input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn:not(:first-child), .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
            z-index: 3;
        }

    .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

        .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:hover {
            z-index: 3;
        }

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-indicator {
        color: #fff;
        background-color: #0275d8;
    }

    .custom-control-input:focus ~ .custom-control-indicator {
        -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
    }

    .custom-control-input:active ~ .custom-control-indicator {
        color: #fff;
        background-color: #8fcafe;
    }

    .custom-control-input:disabled ~ .custom-control-indicator {
        cursor: not-allowed;
        background-color: #eceeef;
    }

    .custom-control-input:disabled ~ .custom-control-description {
        color: #636c72;
        cursor: not-allowed;
    }

.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #0275d8;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .custom-controls-stacked .custom-control {
        margin-bottom: 0.25rem;
    }

        .custom-controls-stacked .custom-control + .custom-control {
            margin-left: 0;
        }

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #464a4c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .custom-select:focus {
        border-color: #5cb3fd;
        outline: none;
    }

        .custom-select:focus::-ms-value {
            color: #464a4c;
            background-color: #fff;
        }

    .custom-select:disabled {
        color: #636c72;
        cursor: not-allowed;
        background-color: #eceeef;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
    cursor: pointer;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

    .custom-file-control:lang(en)::after {
        content: "Choose file...";
    }

    .custom-file-control::before {
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        z-index: 6;
        display: block;
        height: 2.5rem;
        padding: 0.5rem 1rem;
        line-height: 1.5;
        color: #464a4c;
        background-color: #eceeef;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0 0.25rem 0.25rem 0;
    }

    .custom-file-control:lang(en)::before {
        content: "Browse";
    }

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5em 1em;
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #636c72;
        cursor: not-allowed;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-right-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #eceeef #eceeef #ddd;
        }

        .nav-tabs .nav-link.disabled {
            color: #636c72;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #464a4c;
            background-color: #fff;
            border-color: #ddd #ddd #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link {
        color: #fff;
        cursor: default;
        background-color: #0275d8;
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

.navbar-toggler {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

@media (max-width: 575px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-toggleable {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .navbar-toggleable .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-toggleable .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-toggleable > .container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .navbar-toggleable .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            width: 100%;
        }

        .navbar-toggleable .navbar-toggler {
            display: none;
        }
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-sm > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .navbar-toggleable-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-toggleable-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-toggleable-sm > .container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .navbar-toggleable-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            width: 100%;
        }

        .navbar-toggleable-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-md > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .navbar-toggleable-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-toggleable-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-toggleable-md > .container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .navbar-toggleable-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            width: 100%;
        }

        .navbar-toggleable-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-lg > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-toggleable-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .navbar-toggleable-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-toggleable-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-toggleable-lg > .container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .navbar-toggleable-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            width: 100%;
        }

        .navbar-toggleable-lg .navbar-toggler {
            display: none;
        }
}

.navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .navbar-toggleable-xl .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-xl > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-toggleable-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-toggleable-xl .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }

    .navbar-toggleable-xl > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }

    .navbar-toggleable-xl .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
    color: white;
}

    .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover {
        color: white;
    }

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-inverse .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-inverse .navbar-nav .open > .nav-link, .navbar-inverse .navbar-nav .active > .nav-link, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .nav-link.active {
        color: white;
    }

.navbar-inverse .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

    .card-primary .card-header, .card-primary .card-footer {
        background-color: transparent;
    }

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .card-success .card-header, .card-success .card-footer {
        background-color: transparent;
    }

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .card-info .card-header, .card-info .card-footer {
        background-color: transparent;
    }

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

    .card-warning .card-header, .card-warning .card-footer {
        background-color: transparent;
    }

.card-danger {
    background-color: #ff0000;
    border-color: #ff0000;
}

    .card-danger .card-header, .card-danger .card-footer {
        background-color: transparent;
    }

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #ff0000;
}

.card-inverse {
    color: rgba(255, 255, 255, 0.65);
}

    .card-inverse .card-header, .card-inverse .card-footer {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.2);
    }

    .card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote {
        color: #fff;
    }

        .card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-subtitle, .card-inverse .card-blockquote .blockquote-footer {
            color: rgba(255, 255, 255, 0.65);
        }

            .card-inverse .card-link:focus, .card-inverse .card-link:hover {
                color: #fff;
            }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
            flex: 1 0 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .card-deck .card:not(:first-child) {
                margin-left: 15px;
            }

            .card-deck .card:not(:last-child) {
                margin-right: 15px;
            }
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
            flex: 1 0 0;
        }

            .card-group .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group .card:first-child {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

                .card-group .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group .card:last-child {
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
            }

                .card-group .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group .card:not(:first-child):not(:last-child) {
                border-radius: 0;
            }

                .card-group .card:not(:first-child):not(:last-child) .card-img-top, .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
                    border-radius: 0;
                }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
            margin-bottom: 0.75rem;
        }
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: 0.25rem;
}

    .breadcrumb::after {
        display: block;
        content: "";
        clear: both;
    }

.breadcrumb-item {
    float: left;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        color: #636c72;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

    .breadcrumb-item.active {
        color: #636c72;
    }

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.page-item.disabled .page-link {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .page-link:focus, .page-link:hover {
        color: #014c8c;
        text-decoration: none;
        background-color: #eceeef;
        border-color: #ddd;
    }

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-default {
    background-color: #636c72;
}

    .badge-default[href]:focus, .badge-default[href]:hover {
        background-color: #4b5257;
    }

.badge-primary {
    background-color: #0275d8;
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        background-color: #025aa5;
    }

.badge-success {
    background-color: #5cb85c;
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        background-color: #449d44;
    }

.badge-info {
    background-color: #5bc0de;
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        background-color: #31b0d5;
    }

.badge-warning {
    background-color: #f0ad4e;
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        background-color: #ec971f;
    }

.badge-danger {
    background-color: #ff0000;
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        background-color: #cc0000;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8;
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: bold;
}

.alert-dismissible .close {
    position: relative;
    top: -0.75rem;
    right: -1.25rem;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c1e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6d5ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7ecb5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9b9;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #eceeef;
    border-radius: 0.25rem;
}

.progress-bar {
    height: 1rem;
    color: #fff;
    background-color: #0275d8;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #464a4c;
    text-align: inherit;
}

    .list-group-item-action .list-group-item-heading {
        color: #292b2c;
    }

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #464a4c;
        text-decoration: none;
        background-color: #f7f7f9;
    }

    .list-group-item-action:active {
        color: #292b2c;
        background-color: #eceeef;
    }

.list-group-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-right-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .list-group-item:focus, .list-group-item:hover {
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #636c72;
        cursor: not-allowed;
        background-color: #fff;
    }

        .list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
            color: inherit;
        }

        .list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
            color: #636c72;
        }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #0275d8;
        border-color: #0275d8;
    }

        .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small {
            color: inherit;
        }

        .list-group-item.active .list-group-item-text {
            color: #daeeff;
        }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, button.list-group-item-success.active {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, button.list-group-item-info.active {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, button.list-group-item-warning.active {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, button.list-group-item-danger.active {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.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 iframe, .embed-responsive embed, .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%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .75;
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        -webkit-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.show .modal-dialog {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
        padding: 5px 0;
        margin-top: -3px;
    }

        .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
            bottom: 0;
            left: 50%;
            margin-left: -5px;
            content: "";
            border-width: 5px 5px 0;
            border-top-color: #000;
        }

    .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
        padding: 0 5px;
        margin-left: 3px;
    }

        .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
            top: 50%;
            left: 0;
            margin-top: -5px;
            content: "";
            border-width: 5px 5px 5px 0;
            border-right-color: #000;
        }

    .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
        padding: 5px 0;
        margin-top: 3px;
    }

        .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
            top: 0;
            left: 50%;
            margin-left: -5px;
            content: "";
            border-width: 0 5px 5px;
            border-bottom-color: #000;
        }

    .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
        padding: 0 5px;
        margin-left: -3px;
    }

        .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
            top: 50%;
            right: 0;
            margin-top: -5px;
            content: "";
            border-width: 5px 0 5px 5px;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

    .tooltip-inner::before {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover.popover-top, .popover.bs-tether-element-attached-bottom {
        margin-top: -10px;
    }

        .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
            left: 50%;
            border-bottom-width: 0;
        }

        .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
            bottom: -11px;
            margin-left: -11px;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
            bottom: -10px;
            margin-left: -10px;
            border-top-color: #fff;
        }

    .popover.popover-right, .popover.bs-tether-element-attached-left {
        margin-left: 10px;
    }

        .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
            top: 50%;
            border-left-width: 0;
        }

        .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
            left: -11px;
            margin-top: -11px;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
            left: -10px;
            margin-top: -10px;
            border-right-color: #fff;
        }

    .popover.popover-bottom, .popover.bs-tether-element-attached-top {
        margin-top: 10px;
    }

        .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
            left: 50%;
            border-top-width: 0;
        }

        .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
            top: -11px;
            margin-left: -11px;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
            top: -10px;
            margin-left: -10px;
            border-bottom-color: #f7f7f7;
        }

        .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
            position: absolute;
            top: 0;
            left: 50%;
            display: block;
            width: 20px;
            margin-left: -10px;
            content: "";
            border-bottom: 1px solid #f7f7f7;
        }

    .popover.popover-left, .popover.bs-tether-element-attached-right {
        margin-left: -10px;
    }

        .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
            top: 50%;
            border-right-width: 0;
        }

        .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
            right: -11px;
            margin-top: -11px;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
            right: -10px;
            margin-top: -10px;
            border-left-color: #fff;
        }

.popover-title {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-right-radius: calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px);
}

    .popover-title:empty {
        display: none;
    }

.popover-content {
    padding: 9px 14px;
}

.popover::before, .popover::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover::before {
    content: "";
    border-width: 11px;
}

.popover::after {
    content: "";
    border-width: 10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%;
}

@media (-webkit-transform-3d) {
    .carousel-item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
    .carousel-item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0;
}

@media (-webkit-transform-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-item-next, .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-item-prev, .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-item-next, .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-item-prev, .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-prev:focus, .carousel-control-prev:hover, .carousel-control-next:focus, .carousel-control-next:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.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-faded {
    background-color: #f7f7f7;
}

.bg-primary {
    background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #025aa5 !important;
}

.bg-success {
    background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #449d44 !important;
}

.bg-info {
    background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #31b0d5 !important;
}

.bg-warning {
    background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ec971f !important;
}

.bg-danger {
    background-color: #ff0000 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #cc0000 !important;
}

.bg-inverse {
    background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #101112 !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;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.rounded-right {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.rounded-left {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.rounded-circle {
    border-radius: 50%;
}

.rounded-0 {
    border-radius: 0;
}

.clearfix::after, .header .mobile-menu-items ul::after {
    display: block;
    content: "";
    clear: both;
}

.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-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@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-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@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-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@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-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@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-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.flex-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.flex-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-sm-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-sm-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-md-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-md-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-lg-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-lg-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-xl-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-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;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 0.25rem 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-3 {
    margin: 1rem 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4 {
    margin: 1.5rem 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5 {
    margin: 3rem 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 0.25rem 0.25rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-3 {
    padding: 1rem 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-4 {
    padding: 1.5rem 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-5 {
    padding: 3rem 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 0 !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2 {
        margin-left: 0.5rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem 1rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3 {
        margin-left: 1rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem 3rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5 {
        margin-left: 3rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 0 !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1 {
        padding-left: 0.25rem !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2 {
        padding-left: 0.5rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem 1rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3 {
        padding-left: 1rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem 3rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5 {
        padding-left: 3rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto {
        margin-left: auto !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 0 !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0 {
        margin-left: 0 !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1 {
        margin-left: 0.25rem !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2 {
        margin-left: 0.5rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem 1rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3 {
        margin-left: 1rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4 {
        margin-left: 1.5rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem 3rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5 {
        margin-left: 3rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-md-0 {
        padding: 0 0 !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1 {
        padding-left: 0.25rem !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2 {
        padding-left: 0.5rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem 1rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3 {
        padding-left: 1rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4 {
        padding-left: 1.5rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem 3rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5 {
        padding-left: 3rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto {
        margin-left: auto !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 0 !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem 1rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3 {
        margin-left: 1rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem 3rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5 {
        margin-left: 3rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 0 !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1 {
        padding-left: 0.25rem !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2 {
        padding-left: 0.5rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem 1rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3 {
        padding-left: 1rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem 3rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5 {
        padding-left: 3rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto {
        margin-left: auto !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 0 !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0 {
        margin-left: 0 !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1 {
        margin-left: 0.25rem !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2 {
        margin-left: 0.5rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem 1rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3 {
        margin-left: 1rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem 3rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5 {
        margin-left: 3rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 0 !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0 {
        padding-left: 0 !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1 {
        padding-left: 0.25rem !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2 {
        padding-left: 0.5rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem 1rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3 {
        padding-left: 1rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4 {
        padding-left: 1.5rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem 3rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5 {
        padding-left: 3rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto {
        margin-left: auto !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-white {
    color: #fff !important;
}

.text-muted {
    color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
    color: #4b5257 !important;
}

.text-primary {
    color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #025aa5 !important;
}

.text-success {
    color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
    color: #449d44 !important;
}

.text-info {
    color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
    color: #31b0d5 !important;
}

.text-warning {
    color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ec971f !important;
}

.text-danger {
    color: #ff0000 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #cc0000 !important;
}

.text-gray-dark {
    color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #101112 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}
/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker-rtl {
    direction: rtl;
}

    .datepicker-rtl.dropdown-menu {
        left: auto;
    }

    .datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #999;
        border-top: 0;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

    .datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
        background-color: #fdf59a;
    }

        .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
            background-color: #fbf069 \9;
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: #eee;
    border-radius: 0;
}

    .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
        background-color: #f3d17a;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
        background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        border-radius: 0;
    }

        .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
            background-color: #f3e97a;
        }

            .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #efe24b \9;
            }

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#808080));
    background-image: linear-gradient(to bottom, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
        background-color: #808080;
    }

        .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
            background-color: #666666 \9;
        }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
        background-color: #0044cc;
    }

        .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
            background-color: #003399 \9;
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

    .datepicker table tr td span:hover, .datepicker table tr td span.focused {
        background: #eee;
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999;
        cursor: default;
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-color: #006dcc;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
        background-image: linear-gradient(to bottom, #08c, #0044cc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
        border-color: #0044cc #0044cc #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #0044cc;
        }

            .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
                background-color: #003399 \9;
            }

    .datepicker table tr td span.old, .datepicker table tr td span.new {
        color: #999;
    }

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
        background: #eee;
    }

    .datepicker .prev.disabled, .datepicker .next.disabled {
        visibility: hidden;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-append.date .add-on, .input-prepend.date .add-on {
    cursor: pointer;
}

    .input-append.date .add-on i, .input-prepend.date .add-on i {
        margin-top: 3px;
    }

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        border-radius: 0 3px 3px 0;
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map */
body {
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-size: 16px;
    color: #34373c;
    background-color: #fffff9;
}

    body.my-cii {
        background-color: #f3f2ee;
    }

        body.my-cii p {
            font-size: 14px;
            line-height: 1.5rem;
        }

        body.my-cii .my-cii-main {
            font-size: 14px;
        }

        body.my-cii ul {
            margin-left: 0px;
            /* padding-left: 44px; */
        }

            body.my-cii ul li {
                color: #6E6E6C;
            }

        body.my-cii .dropdown-menu {
            min-width: auto;
        }

        body.my-cii .name-table {
            display: table;
        }

        body.my-cii .title-column {
            display: table-cell;
        }

@media (max-width: 575px) {
    body.my-cii .title-column {
        display: block;
        padding-bottom: 0.5rem;
    }
}

body.my-cii .dropdown-column {
    display: table-cell;
}

@media (max-width: 575px) {
    body.my-cii .dropdown-column {
        display: block;
        padding-bottom: 1rem;
    }
}

body.my-cii .name-column {
    display: table-cell;
}

@media (max-width: 575px) {
    body.my-cii .name-column {
        display: block;
        padding-bottom: 1rem;
    }
}

body.my-cii .icon-shift-up img {
    margin-top: -6px;
}

.mobile__helper .header__container .header__inner .navbar-brand:focus {
    border: 1px solid #c1c2bd;
}

.footer .footer__container .footer__brand .navbar-brand:focus {
    border: 1px solid #c1c2bd;
}

a {
    color: #34373c;
}

    a:hover {
        color: #34373c;
        text-decoration: underline;
    }

    a:focus {
        outline: none;
        text-decoration: underline;
    }

    a.error-message {
        color: #ff0000;
        font-weight: 700;
        text-decoration: none;
    }

@media (max-width: 767px) {
    a.error-message {
        text-decoration: underline;
    }
}

a.error-message:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    a.error-message:hover {
        text-decoration: none;
    }
}

a.error-message:focus {
    text-decoration: underline;
}

@media (max-width: 767px) {
    a.error-message:focus {
        text-decoration: none;
    }
}

a.default-link {
    font-weight: 700;
    color: #34373c;
    text-decoration: none;
}

@media (max-width: 768px) {
    a.default-link {
        font-weight: 700;
        color: #34373c;
        text-decoration: underline;
    }
}

a.default-link:hover {
    font-weight: 700;
    color: #34373c;
    text-decoration: underline;
}

@media (max-width: 768px) {
    a.default-link:hover {
        font-weight: 700;
        color: #34373c;
        text-decoration: none;
    }
}

a.default-link:focus {
    outline: none;
}

li a {
    font-weight: 700;
    color: #34373c;
    text-decoration: none;
}

@media (max-width: 768px) {
    li a {
        font-weight: 700;
        color: #34373c;
        text-decoration: underline;
    }
}

li a:hover {
    font-weight: 700;
    color: #34373c;
    text-decoration: underline;
}

@media (max-width: 768px) {
    li a:hover {
        font-weight: 700;
        color: #34373c;
        text-decoration: none;
    }
}

li a:focus {
    outline: none;
}

li a:visited {
    font-weight: 700;
    color: #c1c2bd;
    text-decoration: underline;
}

@media (max-width: 768px) {
    li a:visited {
        font-weight: 700;
        color: #c1c2bd;
        text-decoration: none;
    }
}

.my-cii-box ul.normal {
    list-style-type: disc;
    margin: 0px;
    padding: 0px;
    border: none;
}

    .my-cii-box ul.normal li {
        font-weight: 400;
        line-height: 1.5rem;
        list-style-type: disc;
        margin: 0px;
        margin-left: 17px;
        padding: 0px;
        border: none;
    }

.main p {
    line-height: 1.8;
    margin-bottom: 2rem;
}

    .main p.reduced {
        font-size: 0.875rem;
        line-height: 1.4rem;
        margin-bottom: 1.2rem;
    }

.main ul {
    margin: 0 0 2rem;
    padding: 0px;
    padding-left: 18px;
    line-height: 1.8;
    list-style: disc;
    list-style-position: outside;
}

    .main ul li {
        line-height: 1.8;
        margin: 0 0 1rem;
    }

.main ol {
    margin: 0 0 2rem;
    padding: 0px;
    padding-left: 24px;
    line-height: 1.8;
    list-style-position: outside;
}

    .main ol li {
        line-height: 1.8;
        margin: 0 0 1rem;
    }

        .main ol li ul {
            margin-bottom: 0px;
            list-style-position: outside;
            padding-left: 18px;
        }

            .main ol li ul li:last-child {
                margin-bottom: 0px;
            }

.main.compact-lists ul li {
    margin: 0px;
}

.main.compact-lists ol li {
    margin: 0px;
}

.main a {
    font-weight: 600;
}

    .main a:visited {
        color: #c1c2bd;
    }

.main .price-details {
    color: #75706d;
}

    .main .price-details .price-detail {
        margin-bottom: 1rem;
    }

@media (min-width: 992px) {
    .main .price-details .price-detail {
        margin-bottom: 0.5rem;
    }

        .main .price-details .price-detail .price {
            padding-left: 2.2rem;
        }
}

p a {
    font-weight: 700;
    text-decoration: none;
}

    p a:hover {
        font-weight: 700;
        text-decoration: underline;
    }

.cii-primary-red-font-color {
    color: #83474f;
}

.cii-secondary-cream-font-color {
    color: #fffff9;
}

.cii-primary-grey-font-color {
    color: #34373c !important;
}

.cii-secondary-light-grey-font-color {
    color: #e1ddd4 !important;
}

.cii-secondary-dark-grey-font-color {
    color: #6d6d6b;
}

.cii-secondary-dark-grey-brown-font-color {
    color: #75706d;
}

.cii-secondary-white-background {
    background-color: #ffffff;
}

.cii-secondary-dark-grey-background {
    background-color: #6d6d6b;
}

.cii-secondary-mid-grey-background {
    background-color: #c1c2bd;
}

.cii-secondary-light-grey-background {
    background-color: #e1ddd4;
}

.my-cii-cream-background {
    background-color: #f3f2ee !important;
}

div.dropdown > button.cii-secondary-light-grey-background {
    background-color: #e1ddd4;
}

    div.dropdown > button.cii-secondary-light-grey-background > div.dropdown__text {
        background-color: #e1ddd4;
    }

    div.dropdown:hover > button.cii-secondary-light-grey-background > div.dropdown__text, div.dropdown > button.cii-secondary-light-grey-background:focus > div.dropdown__text {
        background-color: #edeae3;
    }

.my-cii-box.cii-light-grey-fade-background {
    font-size: 1rem;
    background-color: #f8f5f0 !important;
}

    .my-cii-box.cii-light-grey-fade-background p {
        color: #34373c;
    }

.search-results-box {
    background-color: #f3f2ee;
    border: 1px solid #e7e5dd;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
}

    .search-results-box .row:first-child div:nth-child(1) {
        line-height: 1rem;
    }

@media (max-width: 1199px) {
    .search-results-box .row:first-child div:nth-child(1) {
        width: 100%;
    }
}

.search-results-box .row:first-child div:nth-child(2) {
    line-height: 1rem;
}

.search-results-box .row:first-child div:nth-child(3) {
    line-height: 1rem;
}

.search-results-box img.search-results-icon {
    width: auto;
    height: 140px;
    margin-left: 1rem;
}

img.search-results-icon {
    width: auto;
    height: 160px;
    padding-right: 0.5rem;
}

.cii-primary-green-background {
    background-color: #697f6a;
}

.cii-primary-blue-background {
    background-color: #608da2;
}

.cii-primary-red-background {
    background-color: #83474f;
}

.cii-primary-orange-background {
    background-color: #ad5d3a;
}

.cii-primary-purple-background {
    background-color: #6a596c;
}

.title-panel {
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-weight: 700;
    padding: 0.8rem 1rem;
}

.border-top-grey {
    border-top: 1px solid #e1ddd4;
}

.border-bottom-grey {
    border-bottom: 1px solid #e1ddd4;
}
/* Bootstrap Addons */
.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}

@media (min-width: 768px) {
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
}

.text-left-rtl {
    text-align: left;
}

@media (min-width: 992px) {
    .text-lg-right-rtl {
        text-align: right;
    }
}

.text-right-rtl {
    text-align: right;
}

.ml-2-rtl {
    margin-left: 0.5rem;
}

.mr-2-rtl {
    margin-right: 0.5rem;
}

.pr-3-rtl {
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .mr-md-3-rtl {
        margin-right: 1rem;
    }

    .offset-md-3-rtl {
        margin-left: 25%;
    }

    .push-md-1-rtl {
        left: 8.33333%;
    }

    .text-md-center-rtl {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .pl-lg-5-rtl {
        padding-left: 3rem;
    }

    .text-lg-right-rtl {
        text-align: right;
    }

    .offset-lg-1-rtl {
        margin-left: 8.33333%;
    }
}

.float-left-rtl {
    float: left;
}

.float-right-rtl {
    float: right;
}

@media (min-width: 992px) {
    .pl-lg-5-rtl2 {
        padding-left: 2rem;
    }
}

@media (min-width: 992px) {
    .pr-lg-5-rtl2 {
        padding-right: 2rem;
    }
}

.ml-3-rtl {
    margin-left: 1rem;
}

html[dir="rtl"] .ml-3-rtl {
    margin-left: 0rem;
    margin-right: 1rem;
}

@media (min-width: 992px) {
    html[dir="rtl"] .pl-lg-5-rtl2 {
        padding-left: 1rem;
        padding-right: 2rem;
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .pr-lg-5-rtl2 {
        padding-left: 2rem;
        padding-right: 1rem;
    }
}

html[dir="rtl"] .float-left-rtl {
    float: right;
}

html[dir="rtl"] .float-right-rtl {
    float: left;
}

html[dir="rtl"] .list-unstyled {
    padding-right: 0;
}

html[dir="rtl"] .text-left-rtl {
    text-align: right;
}

@media (min-width: 992px) {
    html[dir="rtl"] .text-lg-right-rtl {
        text-align: left;
    }
}

html[dir="rtl"] .text-right-rtl {
    text-align: left;
}

html[dir="rtl"] .list-unstyled {
    padding-right: 0;
}

html[dir="rtl"] .ml-2-rtl {
    margin-left: 0;
    margin-right: 0.5rem;
}

html[dir="rtl"] .mr-2-rtl {
    margin-left: 0.5rem;
    margin-right: 0;
}

html[dir="rtl"] .pr-3-rtl {
    padding-left: 1rem;
    padding-right: 0;
}

@media (min-width: 768px) {
    html[dir="rtl"] .mr-md-3-rtl {
        margin-left: 1rem;
        margin-right: 0;
    }

    html[dir="rtl"] .offset-md-3-rtl {
        margin-left: 0;
        margin-right: 25%;
    }

    html[dir="rtl"] .push-md-1-rtl {
        left: 0;
        right: 8.33333%;
    }

    html[dir="rtl"] .text-md-center-rtl {
        text-align: center;
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .pl-lg-5-rtl {
        padding-left: 15px;
        padding-right: 3rem;
    }

    html[dir="rtl"] .offset-lg-1-rtl {
        margin-left: 0;
        margin-right: 8.33333%;
    }
}

html[dir="rtl"] .main ul {
    padding-left: 0px;
    padding-right: 1rem;
}

html[dir="rtl"] .main ol {
    padding-left: 0px;
    padding-right: 1.5rem;
}

.filename {
    display: inline-block;
    font-weight: 400;
    padding: 0.6rem 1rem;
    color: #34373c;
    background-color: #ffffff;
    border: 1px solid #608da2;
    border-radius: 5px;
}

    .filename:hover {
        font-weight: 400;
    }

img.book-cover {
    width: auto;
}

@media (min-width: 768px) {
    img.book-cover {
        width: 100%;
    }
}

.default-table table {
    border-collapse: collapse;
}

    .default-table table tr th {
        font-weight: 700;
        padding: 0.75rem 1rem;
        color: #6d6d6b;
        background-color: #e1ddd4;
        border: none;
        border-bottom: 1px solid #e1ddd4;
        text-align: left;
        vertical-align: middle;
    }

    .default-table table tr td {
        font-weight: 400;
        padding: 0.75rem 1rem;
        color: #6d6d6b;
        background-color: rgba(225, 221, 212, 0.2);
        border: none;
        border-bottom: 1px solid #e1ddd4;
        text-align: left;
        vertical-align: middle;
    }

.screen-reader {
    font-size: 0px;
    opacity: 0;
    width: 0px;
    height: 0px;
}

.accessibility {
    display: inline-block;
    float: left;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.accessible:focus {
    border-bottom: 1px solid #34373c;
}

p.small-text {
    font-size: 0.875rem;
}

.greyed-out {
    opacity: 0.6;
}


.gotham {
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
}

.small {
    font-size: 0.9rem;
}

@media (min-width: 0px) {
    .small {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .small {
        font-size: 0.7rem;
    }
}

@media (min-width: 1200px) {
    .small {
        font-size: 0.9rem;
    }
}

.small-print {
    font-size: 0.9rem;
}

button {
    font-size: 0.9rem;
    font-weight: bold;
    min-width: 140px;
    padding: 11px 1.4rem 11px 1.4rem;
}

    button:focus {
        outline: none;
    }

.button__more {
    color: #e1ddd4;
    font-weight: bold;
}

    .button__more:hover, .button__more:focus {
        color: #ffffff;
        outline: 0;
    }

.button__submit {
    padding: 11px 11px 11px 11px;
    color: #fffff9;
    font-size: 0.9rem;
    font-weight: bold;
    background-color: #6d6d6b;
    border: none;
}

    .button__submit:rounded {
        border-radius: 3px;
    }

@media (max-width: 767px) {
    .button__submit.secondary {
        background-color: #e1ddd4;
        color: #34373c;
    }

    .button__submit.button__prev {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-right: 0.5rem;
        min-width: auto;
        width: 45%;
    }

    .button__submit.button__next {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-left: 0.5rem;
        min-width: auto;
        width: 45%;
    }

    .button__submit.button__later {
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%;
    }
}

.button__submit:hover, .button__submit:focus {
    color: #fffff9;
    text-decoration: none;
    background-color: #34373c;
    cursor: pointer;
}

.button__add {
    border: none;
    border-left: 10px solid #6d6d6b;
    padding: 11px 11px 11px 18px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
    background: #6d6d6b url("/assets/icons/add-icon.svg") left 50% no-repeat;
}

    .button__add:hover, .button__add:focus {
        border-left: 10px solid #34373c;
        color: #ffffff;
        text-decoration: none;
        background: #34373c url("/assets/icons/add-icon.svg") left 50% no-repeat;
        cursor: pointer;
    }

.button__remove {
    border: none;
    border-left: 10px solid #6d6d6b;
    padding: 11px 11px 11px 1px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
    background: #6d6d6b url("/assets/icons/minus-icon.svg") left 50% no-repeat;
}

    .button__remove:hover, .button__remove:focus {
        border-left: 10px solid #34373c;
        color: #ffffff;
        text-decoration: none;
        background: #34373c url("/assets/icons/minus-icon.svg") left 50% no-repeat;
        cursor: pointer;
    }

.button__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    color: #fffff9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9rem;
    font-weight: bold;
    background-color: #6d6d6b;
    text-align: center;
    width: auto;
}

    .button__icon:hover, .button__icon:focus {
        color: #fffff9;
        text-decoration: none;
        background-color: #34373c;
        cursor: pointer;
    }

    .button__icon .button-icon {
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        height: 20px;
        margin: -3px 0.5rem 0 0;
        width: 20px;
    }

    .button__icon.button__edit .button-icon {
        background-image: url("/assets/icons/edit.svg");
        margin: -3px 0.5rem 0 -0.5rem;
    }

    .button__icon.button__printer .button-icon {
        background-image: url("/assets/icons/printer.svg");
    }

@media (max-width: 767px) {
    .button__icon {
        width: 100%;
    }
}

.button__reset {
    padding: 0.8rem 1.4rem;
    color: #6d6d6b;
    font-size: 0.9rem;
    font-weight: bold;
    background-color: transparent;
    border: none;
}

    .button__reset:hover, .button__reset:focus {
        color: #34373c;
        cursor: pointer;
    }

.button_search {
    padding: 0.5rem 0.7rem;
    background-color: #6d6d6b;
    border: none;
}

    .button_search:hover, .button_search:focus {
        color: #34373c;
        cursor: pointer;
    }

.button__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.8rem 1.4rem;
    width: 100%;
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    background-color: #e1ddd4;
    border: none;
}

    .button__list:hover {
        cursor: pointer;
    }

    .button__list:focus {
        background-color: rgba(225, 221, 212, 0.6);
    }

.button__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.8rem 1.4rem;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 0.9rem;
    font-weight: bold;
    background-color: #697f6a;
    border: none;
}

    .button__status i {
        margin-right: 1rem;
        cursor: pointer;
    }

a.button__link {
    color: #608da2;
}

    a.button__link.big {
        font-family: 'Open Sans';
        font-size: 1.2rem;
        font-weight: bold;
    }

.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.button {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: bold;
    min-width: 140px;
    padding: 11px 1.4rem 11px 1.4rem;
    color: #fffff9;
    background-color: #6d6d6b;
    text-decoration: none;
}

    a.button:hover, a.button:focus {
        background-color: #34373c;
        text-decoration: none;
    }

    a.button.book-event {
        background-color: transparent;
        border: 2px solid #C06E40;
        border-radius: 0;
        padding: 0.8rem 1.4rem;
        color: #4e4e4d;
        font-family: 'Open Sans';
        font-size: 0.9rem;
        text-transform: uppercase;
    }

        a.button.book-event:hover, a.button.book-event:focus, a.button.book-event:active {
            background-color: #C06E40;
            border: 2px solid #C06E40;
            color: #ffffff;
        }

html[dir="rtl"] .button__add {
    border-left: none;
    border-right: 10px solid #6d6d6b;
    padding: 11px 18px 11px 11px;
    background: #6d6d6b url("/assets/icons/add-icon.svg") right 50% no-repeat;
}

    html[dir="rtl"] .button__add:hover, html[dir="rtl"] .button__add:focus {
        border-right: 10px solid #34373c;
        background: #34373c url("/assets/icons/add-icon.svg") right 50% no-repeat;
    }

html[dir="rtl"] .button__list {
    text-align: right;
}

html[dir="rtl"] .button__icon .button-icon {
    margin: -3px 0 0 0.5rem;
}

html[dir="rtl"] .button__icon.button__edit .button-icon {
    margin: -3px -0.5rem 0 0.5rem;
}

@media (max-width: 767px) {
    html[dir="rtl"] .button__submit.button__prev {
        margin-left: 0.5rem;
        margin-right: 0;
    }

    html[dir="rtl"] .button__submit.button__next {
        margin-left: 0;
        margin-right: 0.5rem;
    }
}

.icon {
    display: block;
    height: 36px;
    width: 36px;
    background-position: center center;
    background-repeat: no-repeat;
}

    .icon.youtube {
        background-image: url("/assets/icons/youtube-mobile-footer-icon.svg");
    }

        .icon.youtube a:focus {
            -webkit-box-shadow: 0px 0px 10px #fffff9;
            box-shadow: 0px 0px 10px #fffff9;
            border: none;
            border-radius: 2px;
        }

    .icon.twitter {
        background-image: url("/assets/icons/twitter-mobile-footer-icon.svg");
    }

        .icon.twitter a:focus {
            -webkit-box-shadow: 0px 0px 10px #fffff9;
            box-shadow: 0px 0px 10px #fffff9;
            border: none;
            border-radius: 2px;
        }

    .icon.linkedin {
        background-image: url("/assets/icons/linkedin-mobile-footer-icon.svg");
    }

        .icon.linkedin a:focus {
            -webkit-box-shadow: 0px 0px 10px #fffff9;
            box-shadow: 0px 0px 10px #fffff9;
            border: none;
            border-radius: 50%;
        }

    .icon.share-facebook {
        background-image: url("/assets/icons/facebook-icon.svg");
        background-size: 29px;
    }

        .icon.share-facebook a:focus {
            border-bottom: 1px solid #34373c;
        }

    .icon.share-twitter {
        background-image: url("/assets/icons/twitter-icon.svg");
        background-size: 29px;
    }

        .icon.share-twitter a:focus {
            border-bottom: 1px solid #34373c;
        }

    .icon.share-linkedin {
        background-image: url("/assets/icons/linkedin-icon.svg");
        background-size: 29px;
    }

        .icon.share-linkedin a:focus {
            border-bottom: 1px solid #34373c;
        }

    .icon.share-email {
        background-image: url("/assets/icons/email-icon.svg");
        background-size: 29px;
    }

        .icon.share-email a:focus {
            border-bottom: 1px solid #34373c;
        }

    .icon.share-more {
        background-image: url("/assets/icons/more-icon.svg");
        background-size: 29px;
    }

        .icon.share-more a:focus {
            border-bottom: 1px solid #34373c;
        }

    .icon.calendar {
        height: 26px;
        width: 26px;
        background-image: url("/assets/icons/calendar-icon.svg");
        background-size: 100%;
    }

    .icon.stories {
        height: 75px;
        width: 75px;
        background-image: url("/assets/icons/top-stories-icon.svg");
    }

    .icon.search {
        height: 26px;
        width: 26px;
        background-image: url("/assets/icons/search-icon.svg");
    }

    .icon.minus {
        height: 26px;
        width: 26px;
        background: #6d6d6b url("/assets/icons/minus-icon.svg") 50% 50% no-repeat;
    }

    .icon.arrow-left {
        background-image: url("/assets/icons/pagination-chevron.svg");
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .icon.arrow-right {
        background-image: url("/assets/icons/pagination-chevron.svg");
    }

        .icon.arrow-right.small {
            height: 7px;
            width: 7px;
            background-size: 100%;
        }

        .icon.arrow-right.large {
            height: 12px;
            width: 12px;
            background-size: 100%;
        }

    .icon.arrow-down {
        background-image: url("/assets/icons/dropdown-chevron.svg");
        background-size: 15px;
    }

        .icon.arrow-down.small {
            height: 7px;
            width: 7px;
            background-size: 100%;
        }

    .icon.arrow-down-dark {
        background-image: url("/assets/icons/dropdown-chevron3.svg");
    }

        .icon.arrow-down-dark.small {
            height: 7px;
            width: 7px;
            background-size: 100%;
        }

    .icon.arrow-up-dark {
        background-image: url("/assets/icons/dropdown-chevron2.svg");
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

        .icon.arrow-up-dark.small {
            height: 7px;
            width: 7px;
            background-size: 100%;
        }

    .icon.tooltip-circle {
        height: 26px;
        width: 26px;
        min-width: 26px;
        background-image: url("/assets/icons/tooltip-2.svg");
        background-size: 100%;
    }

    .icon.tooltip-white {
        display: inline-block;
        height: 21px;
        width: 21px;
        min-width: 21px;
        background-image: url("/assets/icons/tooltip-white.svg");
        background-size: 100%;
        margin-bottom: -5px;
    }

    .icon.tooltip {
        height: 26px;
        width: 26px;
        min-width: 26px;
        background-image: url("/assets/icons/tooltip.svg");
        background-size: 100%;
    }

    .icon.tooltip-reverse {
        cursor: pointer;
        display: inline-block;
        height: 19px;
        width: 19px;
        min-width: 19px;
        background-image: url("/assets/icons/tooltip-reverse.svg");
        background-size: 100%;
    }

        .icon.tooltip-reverse.text-alignment {
            margin-bottom: -3px;
        }

        .icon.tooltip-reverse.text-alignment-radio-label {
            margin-bottom: -4px;
        }

    .icon.tooltip-reverse-h4 {
        cursor: pointer;
        display: inline-block;
        height: 19px;
        width: 19px;
        min-width: 19px;
        background-image: url("/assets/icons/tooltip-reverse.svg");
        background-size: 100%;
        margin-bottom: -3px;
        vertical-align: top;
    }

    .icon.download {
        position: absolute;
        top: 0px;
        right: 0px;
        display: inline-block;
        height: 21px;
        width: 21px;
        min-width: 21px;
        background-image: url("/assets/icons/download.svg");
        background-size: 100%;
    }

    .icon.cross {
        position: absolute;
        top: 14px;
        right: 15px;
        display: inline-block;
        height: 22px;
        width: 22px;
        min-width: 25px;
        background-image: url("/assets/icons/timeline-cross.svg");
        background-size: 90%;
    }

    .icon.tick {
        position: absolute;
        top: 12px;
        right: 15px;
        display: inline-block;
        height: 25px;
        width: 25px;
        min-width: 25px;
        background-image: url("/assets/icons/timeline-tick.svg");
        background-size: 100%;
    }

a.icon-tooltip-information:focus {
    border-bottom: 1px solid #34373c;
}

html[dir="rtl"] .icon.download {
    left: 0;
    right: auto;
}

html[dir="rtl"] .icon.tick, html[dir="rtl"] .icon.cross {
    left: 15px;
    right: auto;
}

::-moz-selection {
    background: #e1ddd4;
}

::selection {
    background: #e1ddd4;
}

.logo {
    height: 127px;
    width: 195px;
    background: url("/assets/icons/cii-logo.svg") no-repeat center center;
    background-size: 100%;
}

.linebreak {
    margin: 3.6rem 0px;
    border-top: 1px solid #c1c2bd;
}

.linebreak-short {
    margin: 1.6rem 30rem;
    padding: 1px;
    border-top: 1px solid #c1c2bd;
}

.modal .modal-dialog {
    font-size: 0.8rem;
}

    .modal .modal-dialog .modal-content {
        background: #e1ddd4;
        border: 0;
        border-radius: 0;
    }

        .modal .modal-dialog .modal-content .modal-header {
            padding: 0.75rem;
            background: #c1c2bd;
            border-bottom: 0;
        }

        .modal .modal-dialog .modal-content .modal-body {
            padding: 0;
        }

            .modal .modal-dialog .modal-content .modal-body p {
                margin-bottom: 0rem;
                padding: 0.75rem;
            }

            .modal .modal-dialog .modal-content .modal-body table {
                margin-top: 0.75rem;
                border-bottom: 1px solid #c1c2bd;
            }

                .modal .modal-dialog .modal-content .modal-body table:last-of-type {
                    margin-bottom: 0;
                    border-bottom: 0;
                }

                .modal .modal-dialog .modal-content .modal-body table th, .modal .modal-dialog .modal-content .modal-body table td {
                    padding: 0rem 0.75rem 0.75rem 0.75rem;
                }

                .modal .modal-dialog .modal-content .modal-body table th {
                    width: 32%;
                }

            .modal .modal-dialog .modal-content .modal-body .actions {
                padding: 0.75rem;
            }

                .modal .modal-dialog .modal-content .modal-body .actions a {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    color: #34373c;
                    font-weight: 700;
                }

                    .modal .modal-dialog .modal-content .modal-body .actions a i {
                        display: inline-block;
                        margin-right: 1rem;
                    }

            .modal .modal-dialog .modal-content .modal-body .button__submit {
                width: 100%;
            }

.modal-backdrop.show {
    opacity: 0.8;
}

.modal.show {
    opacity: 1;
    -webkit-animation-name: fadeInOpacity;
    animation-name: fadeInOpacity;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.modal-backdrop.show {
    opacity: 0.8;
    -webkit-animation-name: fadeInOpacityPartial;
    animation-name: fadeInOpacityPartial;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

@-webkit-keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInOpacityPartial {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.8;
    }
}

@keyframes fadeInOpacityPartial {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.8;
    }
}

@media (min-width: 576px) {
    .modal__notification .modal-dialog {
        position: absolute;
        top: 2rem;
        right: 3rem;
        margin: 0;
        width: 17rem;
    }
}

@media (max-width: 576px) {
    .modal__standard .modal-dialog, .modal__notification .modal-dialog {
        margin: 30px auto;
        width: 90%;
        max-width: 90%;
    }
}

@media (min-width: 577px) and (max-width: 991px) {
    .modal__standard .modal-dialog {
        margin: 30px auto;
        width: 60%;
        max-width: 60%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .modal__standard .modal-dialog {
        margin: 30px auto;
        width: 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .modal__standard .modal-dialog {
        margin: 30px auto;
        width: 35%;
        max-width: 35%;
    }
}

div.popSmallBackground {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 30vh;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 1100;
}

    div.popSmallBackground div.popSmall .hidden-xs {
        min-height: 0px;
    }

    div.popSmallBackground div.popSmall .popSmall__title {
        color: #fffff9;
    }

    div.popSmallBackground div.popSmall .popSmall__title__background {
        font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
        font-weight: 700;
        background-color: #6d6d6b;
        padding: 1rem;
    }

        div.popSmallBackground div.popSmall .popSmall__title__background img#popSmall__title__close__icon {
            position: absolute;
            top: 1rem;
            right: 0.8rem;
            margin-right: 3px;
            width: auto;
            height: 0.75rem;
        }

    div.popSmallBackground div.popSmall .popSmall__container {
        overflow: auto;
    }

        div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background {
            background-color: #e1ddd4;
        }

            div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a {
                font-weight: 700;
                color: #34373c;
                text-decoration: none;
            }

@media (max-width: 767px) {
    div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a {
        text-decoration: underline;
    }
}

div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a:hover {
    font-weight: 700;
    color: #34373c;
    text-decoration: underline;
}

@media (max-width: 767px) {
    div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a:hover {
        text-decoration: none;
    }
}

div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a.popup__close {
    color: #34373c;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 767px) {
    div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a.popup__close {
        text-decoration: underline;
    }
}

div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a.popup__close:hover {
    color: #34373c;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 767px) {
    div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a.popup__close:hover {
        text-decoration: none;
    }
}

div.popSmallBackground div.popSmall .popSmall__container div.row {
    overflow-x: hidden;
    overflow-y: visible;
}

div.popupLargeBackground {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 1100;
}

@media (min-width: 768px) {
    div.popupLargeBackground {
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

div.popupLargeBackground div.popupLarge .popupLarge__title {
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-weight: 700;
    color: #fffff9;
    background-color: #6d6d6b;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

div.popupLargeBackground div.popupLarge .popupLarge__title__close__icon__container img#popupLarge__title__close__icon {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: -2px;
    width: auto;
    height: 0.75rem;
}

div.popupLargeBackground div.popupLarge .popupLarge__container {
    overflow: auto;
    overflow-y: scroll;
    max-height: 90vh;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #e1ddd4;
}

@media (min-width: 768px) {
    div.popupLargeBackground div.popupLarge .popupLarge__container {
        max-height: 80vh;
    }
}

div.popupLargeBackground div.popupLarge .popupLarge__container div.row {
    overflow-x: hidden;
    overflow-y: visible;
}

    div.popupLargeBackground div.popupLarge .popupLarge__container div.row a {
        color: #34373c;
        font-weight: 700;
        text-decoration: none;
    }

@media (max-width: 767px) {
    div.popupLargeBackground div.popupLarge .popupLarge__container div.row a {
        text-decoration: underline;
    }
}

div.popupLargeBackground div.popupLarge .popupLarge__container div.row a:hover {
    color: #34373c;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 767px) {
    div.popupLargeBackground div.popupLarge .popupLarge__container div.row a:hover {
        text-decoration: none;
    }
}

div.popupLargeBackground div.popupLarge .popupLarge__container div.row a .popup__close {
    color: #34373c;
    font-weight: 700;
    text-decoration: underline;
}

    div.popupLargeBackground div.popupLarge .popupLarge__container div.row a .popup__close:hover {
        color: #34373c;
        font-weight: 700;
        text-decoration: none;
    }

html[dir="rtl"] div.popupLargeBackground div.popupLarge .popupLarge__title__close__icon__container img#popupLarge__title__close__icon {
    right: auto;
    left: 0px;
    margin-right: 0px;
    margin-left: -2px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, div.title, .title__box {
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
}

h1, .h1 {
    font-size: 3.2rem;
    font-weight: bold;
    word-wrap: break-word;
}

@media (max-width: 577px) {
    h1, .h1 {
        font-size: 2.25rem;
    }
}

h2, .h2 {
    font-size: 2.5rem;
    font-weight: bold;
    word-wrap: break-word;
}

@media (max-width: 1365px) {
    h2, .h2 {
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {
    h2, .h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 577px) {
    h2, .h2 {
        font-size: 1.15rem;
    }
}

h3, .h3 {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 120%;
    word-wrap: break-word;
}

@media (max-width: 1365px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    h3, .h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 577px) {
    h3, .h3 {
        font-size: 1rem;
    }
}

h4, .h4 {
    font-size: 1.25rem;
    font-weight: bold;
    word-wrap: break-word;
}

    h4 span, .h4 span {
        color: #75706d;
    }

@media (max-width: 1365px) {
    h4, .h4 {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    h4, .h4 {
        font-size: 1rem;
        line-height: 1.4;
    }
}

@media (max-width: 577px) {
    h4, .h4 {
        font-size: 1rem;
    }
}

h4 > sup {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 100%;
    color: #34373c;
    top: 0px;
}

h5, .h5 {
    font-size: 1rem;
    font-weight: bold;
    word-wrap: break-word;
}

@media (max-width: 1365px) {
    h5, .h5 {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    h5, .h5 {
        font-size: 0.95rem;
    }
}

@media (max-width: 577px) {
    h5, .h5 {
        font-size: 1rem;
    }
}

h6, .h6 {
    font-size: 0.95rem;
    font-weight: bold;
    word-wrap: break-word;
}

@media (max-width: 1365px) {
    h6, .h6 {
        font-size: 0.95rem;
    }
}

@media (max-width: 767px) {
    h6, .h6 {
        font-size: 0.9rem;
    }
}

@media (max-width: 577px) {
    h6, .h6 {
        font-size: 1rem;
    }
}

div.title {
    margin-bottom: 1.2em;
    font-size: 1.15rem;
    font-weight: bold;
    word-wrap: break-word;
}

@media (max-width: 1365px) {
    div.title {
        font-size: 1.15rem;
    }
}

@media (max-width: 767px) {
    div.title {
        font-size: 1.15rem;
    }
}

@media (max-width: 577px) {
    div.title {
        font-size: 1rem;
    }
}

.title__box {
    font-size: 0.9rem;
    padding: 0.8rem 1rem;
    color: #34373c;
    font-weight: bolder;
    background-color: #e1ddd4;
    word-wrap: break-word;
}

.about h1, h1.about {
    color: #6a596c;
}

.learning h1, h1.learning {
    color: #697f6a;
}

.membership h1, h1.membership {
    color: #608da2;
}

.insight h1, h1.insight {
    color: #83474f;
}

.events h1, h1.events {
    color: #ad5d3a;
}

span.library-title {
    display: block;
}

span.library-tag {
    display: inline-block;
    font-size: 0.5em;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    color: #fffff9;
    background-color: #697f6a;
    vertical-align: middle;
    margin-top: 0.5rem;
    padding: 0.25em 0.5em;
    border-radius: 2px;
}

div.oldContent h3 {
    font-size: 1.25rem;
    font-weight: bold;
    word-wrap: break-word;
}

@media (max-width: 1365px) {
    div.oldContent h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    div.oldContent h3 {
        font-size: 1rem;
        line-height: 1.4;
    }
}

@media (max-width: 577px) {
    div.oldContent h3 {
        font-size: 1rem;
    }
}

div.oldContent img {
    max-width: 100% !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input.normal_input:-webkit-autofill, input.normal_input:-webkit-autofill:hover, input.normal_input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #34373c;
    -webkit-box-shadow: inset 0 0 0px 9999px #e1ddd4;
    -webkit-transition: background-color 0.5s ease-in-out 0s;
    transition: background-color 0.5s ease-in-out 0s;
    background-color: #e1ddd4;
}

label {
    cursor: pointer;
}

.custom-checkbox {
    color: #34373c;
}

    .custom-checkbox:focus {
        outline: none;
    }

    .custom-checkbox .custom-control-indicator {
        height: 18px;
        width: 18px;
        border: 1px solid #6d6d6b;
        border-radius: 2px;
        position: absolute;
        left: 0;
    }

        .custom-checkbox .custom-control-indicator:focus {
            outline: none;
            -webkit-box-shadow: 0px 0px 10px #6d6d6b;
            box-shadow: 0px 0px 10px #6d6d6b;
        }

    .custom-checkbox .custom-control-input {
        position: relative;
        width: 1px;
    }

        .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
            background-color: #6d6d6b;
        }

        .custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
            -webkit-box-shadow: 0px 0px 10px #6d6d6b;
            box-shadow: 0px 0px 10px #6d6d6b;
        }

    .custom-checkbox .custom-control-description {
        display: inline-block;
        padding: 0.1rem 0rem 0rem 0.5rem;
    }

    .custom-checkbox .checkbox-label {
        display: inline-block;
        font-size: 1rem;
        padding: 0 0 0 1.5rem;
        line-height: 1.1rem;
        margin: 0;
        vertical-align: top;
    }

body.my-cii input.normal_input, body.my-cii select.normal_input {
    font-size: 0.85rem;
    background-color: #f3f2ee;
}

    body.my-cii input.normal_input:focus, body.my-cii input.normal_input:hover, body.my-cii select.normal_input:focus, body.my-cii select.normal_input:hover {
        background-color: rgba(225, 221, 212, 0.8);
    }

.my-cii-box .custom-checkbox .custom-control-description {
    margin-top: 1px;
}

.my-cii-box .custom-checkbox .custom-control-indicator {
    background-color: #ffffff;
}

.my-cii-box .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #6d6d6b;
}

.my-cii-box .custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0px 0px 10px #6d6d6b;
    box-shadow: 0px 0px 10px #6d6d6b;
}

html[dir=RTL] .my-cii-box .custom-checkbox span.custom-control-indicator {
    position: absolute;
    right: 0px;
}

input {
    color: #34373c;
    width: 100%;
    padding: 11px 1.4rem 11px 1.4rem;
    font-size: 0.9rem;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

    input:focus {
        outline: none;
    }

    input[type=checkbox]:focus {
        outline: none;
        -webkit-box-shadow: 0px 0px 3px #34373c;
        box-shadow: 0px 0px 3px #34373c;
    }

    input.date_input {
        padding: 0.6rem;
        color: #608da2;
        font-size: 0.85rem;
        text-align: center;
        background-color: transparent;
        border: 1px solid #6d6d6b;
    }

    input.search_input {
        background-color: #ffffff;
        border: none;
        border-radius: 0;
        color: #34373c;
        font-size: 1rem;
        outline: none;
        padding: 0.5rem;
        text-indent: 0.5rem;
        width: 100%;
        -webkit-appearance: none;
    }

        input.search_input:focus, input.search_input:hover {
            background-color: rgba(255, 255, 255, 0.6);
        }

        input.search_input::-webkit-input-placeholder {
            color: #34373c;
        }

        input.search_input:-ms-input-placeholder {
            color: #34373c;
        }

        input.search_input::-ms-input-placeholder {
            color: #34373c;
        }

        input.search_input::placeholder {
            color: #34373c;
        }

        input.search_input::-ms-input-placeholder {
            color: #34373c;
        }

    input.normal_input {
        padding: 0.5rem;
        width: 100%;
        height: 43px;
        max-height: 43px;
        color: #34373c;
        font-size: 1.1rem;
        text-indent: 0.5rem;
        background-color: #e1ddd4;
        border: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        input.normal_input:hover, input.normal_input:focus {
            background-color: rgba(225, 221, 212, 0.6);
            outline: 0;
        }

    input.quantity_input {
        padding: 0.5rem;
        width: 3rem;
        color: #34373c;
        font-size: 1.1rem;
        text-indent: 0.5rem;
        border: none;
    }

.error-message {
    color: #ff0000;
}

label.radio-container {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    padding-left: 35px;
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* On mouse-over, add a grey background color */
}

    label.radio-container div.radio-label {
        margin-top: 1px;
    }

    label.radio-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 21px;
        width: 21px;
        background-color: #ffffff;
        border: 1px solid #6d6d6b;
        border-radius: 50%;
        /* Create the checkmark/indicator (hidden when not checked) */
    }

        label.radio-container .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 3px;
            top: 3px;
            width: 13px;
            height: 13px;
            background-color: #6d6d6b;
            border-radius: 50%;
        }

    label.radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        /* When the checkbox is checked, add a background */
        /* Show the checkmark when checked */
    }

        label.radio-container input:focus ~ .checkmark {
            background-color: red;
        }

        label.radio-container input:checked ~ .checkmark {
            border: 1px solid #6d6d6b;
            border-radius: 50%;
            background-color: #fffff9;
        }

            label.radio-container input:checked ~ .checkmark:after {
                display: block;
            }

        label.radio-container input:checked:focus ~ .checkmark:after, label.radio-container input:checked:hover ~ .checkmark:after {
            background-color: #34373c;
        }

    label.radio-container:hover input ~ .checkmark {
        background-color: #ffffff;
    }

select:focus {
    outline: 0;
}

textarea {
    width: 100%;
    height: 10rem;
    vertical-align: bottom;
    color: #34373c;
    background-color: #e1ddd4;
    border: none;
    border-radius: 0px;
    padding: 1rem;
    margin: 0px;
    resize: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    textarea:hover, textarea:focus {
        background-color: rgba(225, 221, 212, 0.6);
        outline: 0;
    }

.row .checkbox-column {
    float: left;
    display: inline-block;
    width: 17px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 3px;
}

.row .checkbox-label-column {
    float: left;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

@media (min-width: 0px) {
    .row .checkbox-label-column {
        width: 75%;
    }
}

@media (min-width: 576px) {
    .row .checkbox-label-column {
        width: 86%;
    }
}

.checkbox-container {
    display: inline-block;
    position: relative;
    padding-right: 5px;
    margin-bottom: 21px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-container input:focus ~ .checkbox-checkmark, .checkbox-container:hover input ~ .checkbox-checkmark {
        background-color: transparent;
    }

    .checkbox-container:hover input:checked ~ .checkbox-checkmark {
        background-color: #34373c;
    }

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .checkbox-container input:checked ~ .checkbox-checkmark {
            background-color: #6d6d6b;
        }

            .checkbox-container input:checked ~ .checkbox-checkmark:after {
                display: block;
            }

        .checkbox-container input:checked:focus ~ .checkbox-checkmark {
            background-color: #34373c;
        }

    .checkbox-container .checkbox-checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        background-color: #e1ddd4;
        border: 1px solid #6d6d6b;
        border-radius: 2px;
    }

        .checkbox-container .checkbox-checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        .checkbox-container .checkbox-checkmark:after {
            left: 5px;
            top: 1px;
            width: 5px;
            height: 10px;
            border: solid #fffff9;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

html[dir="rtl"] input.search_input, html[dir="rtl"] input.normal_input {
    /* unicode-bidi:bidi-override; */
    direction: RTL;
}

html[dir="rtl"] .checkbox-container {
    padding-right: 0;
    padding-left: 5px;
}

    html[dir="rtl"] .checkbox-container .checkbox-checkmark {
        left: auto;
        right: 0;
    }

    html[dir="rtl"] .checkbox-container .checkbox-label {
        padding: 0 1.5rem 0 0;
    }

html[dir="rtl"] label.radio-container {
    padding-left: 0;
}

    html[dir="rtl"] label.radio-container .checkmark {
        left: auto;
        right: 0px;
    }

    html[dir="rtl"] label.radio-container div.radio-label {
        margin-right: 30px;
    }

html[dir="rtl"] .custom-control {
    padding-left: 0;
    padding-right: 1.5rem;
    margin-left: 1rem;
    margin-right: 0;
}

html[dir="rtl"] .custom_checkbox .custom-control-indicator {
    left: auto;
    right: 0;
}

html[dir="rtl"] .row .checkbox-label-column {
    float: right;
    margin-left: 15px;
    margin-right: 15px;
}

.required > sup {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 100%;
    color: #34373c;
    top: 0px;
}

@media (min-width: 992px) {
    .label-height {
        height: 32px;
    }
}

.input-height .dropdown-select select {
    background-color: #ffffff !important;
}

@media (min-width: 992px) {
    .input-height {
        height: 46px;
    }
}

.or-column {
    border-right: 1px solid #c1c2bd;
}

@media (max-width: 992px) {
    .or-column {
        border-right: none;
    }
}

html[dir="rtl"] .row .checkbox-column {
    float: right;
}

html[dir="rtl"] .or-column {
    border-left: 1px solid #c1c2bd;
    border-right: none;
}

@media (max-width: 992px) {
    html[dir="rtl"] .or-column {
        border-left: none;
        border-right: none;
    }
}

.unit__list .unit__list__title {
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-weight: 700;
    color: #fffff9;
    background-color: #697f6a;
    padding: 0.8rem 1rem;
}

.unit__list .unit__list__text {
    color: #34373c;
    background-color: #ffffff;
}

.unit__list .unit__list__heading {
    font-weight: 700;
    color: #34373c;
    background-color: #ffffff;
    padding: 0.5rem;
}

.unit__list .unit__list__heading__inner__top {
    border-bottom: none;
}

.unit__list .unit__list__heading__inner {
    border-bottom: 2px solid #e1ddd4;
}

.unit__list .unit__list__row {
    font-weight: 400;
    color: #34373c;
    background-color: #ffffff;
    padding: 0.5rem;
}

@media (min-width: 0px) {
    .unit__list .unit__list__row .unit_list_first_title_column {
        width: 15%;
    }
}

@media (min-width: 768px) {
    .unit__list .unit__list__row .unit_list_first_title_column {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .unit__list .unit__list__row .unit_list_first_title_column {
        width: 15%;
    }
}

@media (min-width: 0px) {
    .unit__list .unit__list__row .unit_list_second_title_column {
        width: 85%;
    }
}

@media (min-width: 768px) {
    .unit__list .unit__list__row .unit_list_second_title_column {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .unit__list .unit__list__row .unit_list_second_title_column {
        width: 70%;
    }
}

@media (min-width: 0px) {
    .unit__list .unit__list__row .unit_list_third_title_column {
        width: 0%;
    }
}

@media (min-width: 768px) {
    .unit__list .unit__list__row .unit_list_third_title_column {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .unit__list .unit__list__row .unit_list_third_title_column {
        width: 15%;
    }
}

.unit__list .unit__list__row__inner {
    border-bottom: 1px solid #e1ddd4;
}

.unit__list a.unit__list__button {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fffff9;
    background-color: #6d6d6b;
    border: none;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    white-space: nowrap;
    text-decoration: none;
}

    .unit__list a.unit__list__button:hover, .unit__list a.unit__list__button:focus {
        color: #fffff9;
        background-color: #34373c;
        text-decoration: none;
    }

.unit__list a.unit__list__link {
    font-weight: 400;
    text-decoration: underline;
}

    .unit__list a.unit__list__link:hover {
        font-weight: 700;
        text-decoration: underline;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .unit__courses .study__courses__container .dropdown-remove-bottom-margin .dropdown {
        margin-bottom: 0px;
    }
}

body.learning .download__image__box .download__image__box__title {
    background-color: #697f6a;
}

body.membership .download__image__box .download__image__box__title {
    background-color: #608da2;
}

.download__image__box a {
    display: block;
}

    .download__image__box a:focus {
        border: 1px solid #34373c;
    }

.download__image__box .download__image__box__title {
    position: relative;
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: #fffff9;
    background-color: #697f6a;
    margin: 0px;
    padding: 0.8rem 1rem;
}

.download__image__box .download__image__box__image {
    width: 100%;
    height: auto;
}

.download__image__box a {
    text-decoration: none;
}

    .download__image__box a:hover {
        text-decoration: none;
    }

div.booking__title {
    position: relative;
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #6d6d6b;
}

    div.booking__title div.booking__title__text__container {
        color: #fffff9;
    }

    div.booking__title div.booking__title__close__icon__container img.booking__title__close__icon {
        position: absolute;
        top: 0px;
        right: 0px;
        width: auto;
        height: 0.75rem;
    }

html[dir="rtl"] div.booking__title div.booking__title__close__icon__container img.booking__title__close__icon {
    left: 0;
    right: auto;
}

div.booking__step1 {
    background-color: #e1ddd4;
    margin-bottom: 3rem;
}

    div.booking__step1 .booking__step1__container input#bookingStep1SearchField {
        width: 100%;
        /*
      @media (min-width: 0px)
      {
        font-size: 80%;
      }
      @media (min-width: 576px)
      {
        font-size: 90%;
      }
      @media (min-width: 768px)
      {
        font-size: 100%;
      }
      @media (min-width: 992px)
      {
        font-size: 100%;
      }
      @media (min-width: 1200px)
      {
        font-size: 100%;
      }
      */
    }

div.mobile-text div.dropdown div.dropdown__text {
    /*
      @media (min-width: 0px)
      {
        font-size: 100%;
      }

      @media (min-width: 576px)
      {
        font-size: 100%;
      }

      @media (min-width: 768px)
      {
        font-size: 80%;
      }

      @media (min-width: 992px)
      {
        font-size: 90%;
      }

      @media (min-width: 1200px)
      {
        font-size: 100%;
      }
      */
}

div.popupLargeBackground {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 1100;
}

@media (min-width: 768px) {
    div.popupLargeBackground {
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

div.popupLargeBackground div.popupLarge .popupLarge__title {
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-weight: 700;
    color: #fffff9;
    background-color: #6d6d6b;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

div.popupLargeBackground div.popupLarge .popupLarge__title__close__icon__container img#popupLarge__title__close__icon {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: -2px;
    width: auto;
    height: 0.75rem;
}

div.popupLargeBackground div.popupLarge .popupLarge__container {
    overflow: auto;
    overflow-y: scroll;
    max-height: 90vh;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #e1ddd4;
}

@media (min-width: 768px) {
    div.popupLargeBackground div.popupLarge .popupLarge__container {
        max-height: 80vh;
    }
}

div.popupLargeBackground div.popupLarge .popupLarge__container div.row {
    overflow-x: hidden;
    overflow-y: visible;
}

    div.popupLargeBackground div.popupLarge .popupLarge__container div.row a {
        color: #34373c;
        font-weight: 700;
        text-decoration: none;
    }

@media (max-width: 767px) {
    div.popupLargeBackground div.popupLarge .popupLarge__container div.row a {
        text-decoration: underline;
    }
}

div.popupLargeBackground div.popupLarge .popupLarge__container div.row a:hover {
    color: #34373c;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 767px) {
    div.popupLargeBackground div.popupLarge .popupLarge__container div.row a:hover {
        text-decoration: none;
    }
}

div.popupLargeBackground div.popupLarge .popupLarge__container div.row a .popup__close {
    color: #34373c;
    font-weight: 700;
    text-decoration: underline;
}

    div.popupLargeBackground div.popupLarge .popupLarge__container div.row a .popup__close:hover {
        color: #34373c;
        font-weight: 700;
        text-decoration: none;
    }

div.popSmallBackground {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 30vh;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 1100;
}

    div.popSmallBackground div.popSmall .hidden-xs {
        min-height: 0px;
    }

    div.popSmallBackground div.popSmall .popSmall__title {
        color: #fffff9;
    }

    div.popSmallBackground div.popSmall .popSmall__title__background {
        font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
        font-weight: 700;
        background-color: #6d6d6b;
        padding: 1rem;
    }

        div.popSmallBackground div.popSmall .popSmall__title__background img#popSmall__title__close__icon {
            position: absolute;
            top: 1rem;
            left: auto;
            right: 0.8rem;
            margin-right: 3px;
            width: auto;
            height: 0.75rem;
        }

    div.popSmallBackground div.popSmall .popSmall__container {
        overflow: auto;
    }

        div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background {
            background-color: #e1ddd4;
        }

            div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a {
                font-weight: 700;
                color: #34373c;
                text-decoration: none;
            }

@media (max-width: 767px) {
    div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a {
        text-decoration: underline;
    }
}

div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a:hover {
    font-weight: 700;
    color: #34373c;
    text-decoration: underline;
}

@media (max-width: 767px) {
    div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a:hover {
        text-decoration: none;
    }
}

div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a.popup__close {
    color: #34373c;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 767px) {
    div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a.popup__close {
        text-decoration: underline;
    }
}

div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a.popup__close:hover {
    color: #34373c;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 767px) {
    div.popSmallBackground div.popSmall .popSmall__container .popSmall__container__background a.popup__close:hover {
        text-decoration: none;
    }
}

div.popSmallBackground div.popSmall .popSmall__container div.row {
    overflow-x: hidden;
    overflow-y: visible;
}

.my-cii .popSmall__title__background {
    font-size: .85rem;
}

.my-cii .popSmall__container__background {
    font-size: .85rem;
    color: #6E6E6C;
}

    .my-cii .popSmall__container__background a {
        color: inherit !important;
        font-weight: 400 !important;
        text-decoration: underline !important;
    }

        .my-cii .popSmall__container__background a:hover {
            font-weight: 600 !important;
        }

html[dir="rtl"] div.popSmallBackground div.popSmall .popSmall__title__background img#popSmall__title__close__icon {
    left: 0.8rem;
    right: auto;
    margin-left: 3px;
}

.carousel {
    min-height: 350px;
    background: #e1ddd4;
    position: relative;
}

    .carousel .carousel-indicators {
        bottom: 30px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        margin: 0;
        width: 50%;
    }

        .carousel .carousel-indicators li {
            background: #ffffff;
            border-radius: 15px;
            height: 15px;
            margin-left: 15px;
            max-width: 15px;
            text-indent: -9999px;
            width: 15px;
        }

            .carousel .carousel-indicators li:last-child {
                margin-left: 15px;
                margin-right: 40px;
            }

            .carousel .carousel-indicators li.active {
                background: #6d6d6b;
            }

    .carousel .carousel-item .text-wrapper {
        min-height: 350px;
        padding-bottom: 2rem;
        padding-top: 4rem;
        position: relative;
    }

        .carousel .carousel-item .text-wrapper h2 {
            padding: 0 3rem 1rem 0;
        }

            .carousel .carousel-item .text-wrapper h2 span {
                color: #6d6d6b;
            }

        .carousel .carousel-item .text-wrapper p {
            color: #34373c;
            padding: 0 8rem 2rem 0;
        }

    .carousel .carousel-item .image-wrapper {
        background-color: #c1c2bd;
        bottom: 0;
        overflow: hidden;
        position: absolute;
        min-height: 350px;
        right: 0;
        top: 0;
        left: 50%;
    }

        .carousel .carousel-item .image-wrapper img {
            min-width: 100%;
            min-height: 100%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            position: relative;
            left: 50%;
            top: 50%;
        }

@media (max-width: 991px) {
    #carousel .carousel-item .text-wrapper {
        padding: 3rem 0 2rem;
    }

        #carousel .carousel-item .text-wrapper p {
            padding: 0 2rem 2rem 0;
        }
}

@media (max-width: 767px) {
    #carousel {
        min-height: 600px;
    }

        #carousel .carousel-indicators {
            display: none;
        }

        #carousel .carousel-item .image-wrapper {
            bottom: auto;
            height: 350px;
            position: absolute;
            left: 0px;
            right: 0px;
            top: auto;
            width: 100%;
        }

        #carousel .carousel-item .text-wrapper {
            display: block;
            margin-top: 350px;
            padding: 3rem 0;
            text-align: center;
            width: 80%;
        }

            #carousel .carousel-item .text-wrapper h2, #carousel .carousel-item .text-wrapper p {
                padding: 0 0 1rem;
            }

                #carousel .carousel-item .text-wrapper h2 span {
                    display: block;
                }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #carousel .carousel-item {
        opacity: 0;
        -webkit-transition: opacity .75s ease-in-out;
        transition: opacity .75s ease-in-out;
    }

        #carousel .carousel-item.active {
            opacity: 1;
        }
}

html[dir="rtl"] #carousel .carousel-item .image-wrapper {
    left: 0px;
    right: 50%;
}

    html[dir="rtl"] #carousel .carousel-item .image-wrapper img {
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        position: relative;
        left: auto;
        right: 50%;
        top: 50%;
    }

html[dir="rtl"] #carousel .carousel-item .text-wrapper h2 {
    padding: 0 0 1rem 3rem;
}

html[dir="rtl"] #carousel .carousel-item .text-wrapper p {
    padding: 0 0 1rem 3rem;
}

html[dir="rtl"] #carousel .carousel-indicators li:last-child {
    margin-left: 40px;
    margin-right: 0px;
}

@media (max-width: 767px) {
    html[dir="rtl"] #carousel .carousel-item .image-wrapper {
        left: 0px;
        right: 0px;
    }

    html[dir="rtl"] #carousel .carousel-item .text-wrapper h2, html[dir="rtl"] #carousel .carousel-item .text-wrapper p {
        padding: 0 0 1rem;
    }
}

.carousel.video-carousel {
    background: #f2f0ee;
    margin-bottom: 5rem;
    min-height: auto !important;
    opacity: 1;
}

    .carousel.video-carousel .video-item .text-wrapper {
        padding: 2rem !important;
        margin: 0 !important;
        min-height: auto !important;
        text-align: left !important;
        width: 100% !important;
    }

        .carousel.video-carousel .video-item .text-wrapper h3 {
            color: #C06E40;
        }

        .carousel.video-carousel .video-item .text-wrapper p {
            padding: 0 !important;
            margin: 0 !important;
        }

@media (max-width: 991.98px) {
    .carousel.video-carousel .video-item .text-wrapper {
        padding: 1rem !important;
    }

        .carousel.video-carousel .video-item .text-wrapper h3 {
            font-size: 1.2rem;
        }
}

.carousel.video-carousel .video-item .video-wrapper {
    background-color: #e7e3dc;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: left;
    vertical-align: top;
    max-width: 100%;
    overflow: visible;
    padding-top: 56.25%;
    position: relative;
}

    .carousel.video-carousel .video-item .video-wrapper .video-container {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

        .carousel.video-carousel .video-item .video-wrapper .video-container iframe {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
        }

    .carousel.video-carousel .video-item .video-wrapper .video-id {
        display: none;
        font-size: 0;
        position: absolute;
        z-index: -1;
    }

    .carousel.video-carousel .video-item .video-wrapper .video-placeholder {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        top: 0px;
        left: 0px;
        width: 100%;
        margin-bottom: 0;
        position: absolute;
        height: 100%;
    }

    .carousel.video-carousel .video-item .video-wrapper .play-icon {
        background-image: url(/assets/icons/play-icon.svg);
        background-repeat: no-repeat;
        background-size: 70px;
        background-position: center;
        display: block;
        height: 80px;
        left: 50%;
        margin: -40px 0 0 -35px;
        opacity: .5;
        position: absolute;
        top: 50%;
        width: 70px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .carousel.video-carousel .video-item .video-wrapper.active .play-icon, .carousel.video-carousel .video-item .video-wrapper.active .video-placeholder {
        display: none;
    }

    .carousel.video-carousel .video-item .video-wrapper:hover .play-icon, .carousel.video-carousel .video-item .video-wrapper:active .play-icon, .carousel.video-carousel .video-item .video-wrapper:focus .play-icon {
        opacity: .9;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.carousel.video-carousel .carousel-indicators {
    bottom: -50px;
    display: block !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

    .carousel.video-carousel .carousel-indicators li {
        background: #E0DDD4;
        display: inline-block;
        margin: 0 7px;
    }

        .carousel.video-carousel .carousel-indicators li:hover {
            background: #565a5d;
        }

        .carousel.video-carousel .carousel-indicators li.active {
            background: #6d6d6b;
        }

div#cookie {
    display: none;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #6d6d6b;
    z-index: 1000;
}

    div#cookie h6 {
        font-size: 1rem;
        color: #e1ddd4;
    }

    div#cookie p {
        font-size: 1rem;
        color: #e1ddd4;
        margin: 0px;
    }

        div#cookie p a {
            color: #e1ddd4;
            font-weight: 700;
            text-decoration: none;
        }

            div#cookie p a:hover {
                text-decoration: none;
            }

div.col-cookie-jar {
    float: left;
    width: 30px;
    height: 100%;
    margin-left: 0px;
    margin-right: 1rem;
}

    div.col-cookie-jar img.cookie-jar-image {
        width: 30px;
        height: 30px;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    div.col-cookie-jar img.cookie-jar-image {
        /* IE10+ CSS styles go here */
    }
}

a#cookie-accept {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #34373c;
    color: #e1ddd4;
    text-decoration: none;
}

@media (max-width: 767px) {
    a#cookie-accept {
        margin-top: 1rem;
    }
}

@media (min-width: 768px) {
    a#cookie-accept {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
}

a#cookie-accept:hover {
    text-decoration: none;
}

div.cookie-close {
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
}

    div.cookie-close a#cookie-close-link img#cookie-close {
        width: auto;
        height: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }

html[dir="rtl"] div.cookie-close {
    left: 0px;
    right: auto;
}

html[dir="rtl"] div.col-cookie-jar {
    float: right;
    margin-left: 1rem;
    margin-right: 0px;
}

.container__fluid.limit__md {
    width: 1366px;
}

.container__fluid.background__beige {
    background: #e1ddd4;
}

@media (max-width: 575px) {
    .homepage__container, .article__container {
        margin: 0px;
        padding: 0px;
        width: auto;
    }
}

.header {
    position: relative;
    z-index: 10;
}

    .header .header__toolbar {
        background: #3C3F45;
        display: block;
        font-size: 0.75rem;
        width: 100%;
    }

        .header .header__toolbar .user-data {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding: 0.3rem 15px;
            width: 100%;
        }

            .header .header__toolbar .user-data a {
                color: #fffff9;
            }

        .header .header__toolbar .country-select {
            background: url("/assets/images/flag-uk.png") no-repeat left center;
            padding: 0 0 0 1.6rem;
        }

        .header .header__toolbar .seperator {
            background: #75716D;
            height: 10px;
            margin: 0 1rem;
            width: 1px;
        }

    .header .header__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1em 0 0;
        width: 100%;
        background-color: #34373c;
    }

    .header .header__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .header .header__inner .logo {
            height: 105px;
            width: 250px;
            background: url("/assets/icons/cii-logo-header.svg") no-repeat center center;
            background-size: 100%;
        }

        .header .header__inner .header__search {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

    .header .mobile__helper .basket {
        display: none;
    }

    .header .header-nav-wrapper {
        margin: 0 auto;
        padding: 0;
        width: auto;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .header .header-nav-wrapper {
        width: 920px;
    }
}

@media (min-width: 1200px) {
    .header .header-nav-wrapper {
        width: 1100px;
    }
}

@media (max-width: 991px) {
    .header .header__toolbar {
        background: #75706d;
    }
}

.header .mobile-menu-items {
    display: block;
    border-top: 1px solid #828280;
}

    .header .mobile-menu-items ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .header .mobile-menu-items ul li {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
            width: 50%;
        }

            .header .mobile-menu-items ul li:first-child {
                border-right: 1px solid #828280;
            }

        .header .mobile-menu-items ul a {
            display: block;
            padding: 1rem 2rem;
            width: 100%;
            color: #ffffff;
            text-align: center;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .header .mobile-menu-items ul a:hover {
                text-decoration: none;
                background: #545454;
            }

@media (min-width: 991px) {
    .header .mobile-menu-items {
        display: none;
    }
}

.header .navbar {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0em;
    background-color: #34373c;
}

.header .navbar-toggler {
    -ms-flex-item-align: unset;
    align-self: unset;
    color: #e1ddd4;
    font-size: 1.5rem;
    border: none;
    margin: 0;
    min-width: auto;
    outline: none;
    position: absolute;
    top: 21px;
    right: 1rem;
}

    .header .navbar-toggler.collapsed .navbar__toggler-icon span:nth-child(1) {
        top: 0px;
        left: 0px;
        width: 100%;
    }

    .header .navbar-toggler.collapsed .navbar__toggler-icon span:nth-child(2) {
        top: 10px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .header .navbar-toggler.collapsed .navbar__toggler-icon span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .header .navbar-toggler.collapsed .navbar__toggler-icon span:nth-child(4) {
        top: 20px;
        left: 0px;
        width: 100%;
    }

    .header .navbar-toggler .navbar__toggler-icon {
        position: relative;
        margin: 6px 0px;
        height: 24px;
        width: 30px;
        cursor: pointer;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

        .header .navbar-toggler .navbar__toggler-icon span {
            position: absolute;
            left: 0;
            display: block;
            height: 3px;
            width: 100%;
            background: #e1ddd4;
            border-radius: 3px;
            opacity: 1;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 0.25s ease-in-out;
            transition: 0.25s ease-in-out;
        }

            .header .navbar-toggler .navbar__toggler-icon span:nth-child(1) {
                top: 12px;
                left: 50%;
                width: 0%;
            }

            .header .navbar-toggler .navbar__toggler-icon span:nth-child(2) {
                top: 12px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .header .navbar-toggler .navbar__toggler-icon span:nth-child(3) {
                top: 12px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .header .navbar-toggler .navbar__toggler-icon span:nth-child(4) {
                top: 12px;
                left: 50%;
                width: 0%;
            }

html[dir="rtl"] .header .header__inner .logo {
    margin: 0 0 0 1rem;
}

@media (max-width: 991px) {
    .header #header-toolbar-narrow {
        display: none;
    }

    .header .header__toolbar .container {
        width: 100%;
    }

        .header .header__toolbar .container .user-data {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding: 1rem 15px;
        }

            .header .header__toolbar .container .user-data .basket {
                display: none;
            }

            .header .header__toolbar .container .user-data .country-select {
                font-weight: 600;
                text-decoration: underline;
            }

                .header .header__toolbar .container .user-data .country-select:hover {
                    text-decoration: none;
                }

            .header .header__toolbar .container .user-data #toolbar-close-link {
                position: absolute;
                left: auto;
                right: 0;
                top: 0;
            }

                .header .header__toolbar .container .user-data #toolbar-close-link img {
                    width: auto;
                    height: 1rem;
                    margin-right: 1rem;
                    margin-top: 1rem;
                }

    .header .mobile__helper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
        z-index: 2;
    }

        .header .mobile__helper .basket {
            display: block;
            position: absolute;
            right: 75px;
            top: 26px;
        }

        .header .mobile__helper #mobile-search-toggler {
            background: none;
            display: block;
            height: 26px;
            position: absolute;
            right: 145px;
            top: 31px;
            width: 26px;
        }

            .header .mobile__helper #mobile-search-toggler .svg {
                fill: #e1ddd4;
                height: 100%;
                width: 100%;
            }

            .header .mobile__helper #mobile-search-toggler.triggered .svg {
                fill: #75706d;
            }

        .header .mobile__helper .header__container {
            display: inline-block;
            padding: 0.5rem 0;
            width: 50%;
        }

            .header .mobile__helper .header__container .header__inner {
                margin: 0;
            }

                .header .mobile__helper .header__container .header__inner .logo {
                    background: url("/assets/icons/cii-logo.svg") no-repeat center center;
                    background-size: 100%;
                    height: 71px;
                    margin: 0;
                    width: 90px;
                }

                .header .mobile__helper .header__container .header__inner .header__search {
                    display: none;
                }

        .header .mobile__helper .navbar {
            width: 50%;
        }

    .header #mobile-search {
        background: #3c3f44;
        position: absolute;
        top: 30px;
        -webkit-transition: 0.2s all ease-out;
        transition: 0.2s all ease-out;
        width: 100%;
        z-index: -1;
    }

        .header #mobile-search.show {
            top: 85px;
        }

        .header #mobile-search .container {
            width: 100%;
        }

            .header #mobile-search .container .header-search {
                margin: 1rem 0;
                width: 100%;
            }

                .header #mobile-search .container .header-search .header__search-input {
                    background: none;
                    border-radius: 0;
                    border-bottom: 1px solid #4e4f53;
                    font-weight: 300;
                    margin: 0 20px 0 42px;
                    padding: 0;
                    text-indent: 0;
                    width: 100%;
                }

                    .header #mobile-search .container .header-search .header__search-input::-webkit-input-placeholder {
                        color: #e1ddd4;
                    }

                    .header #mobile-search .container .header-search .header__search-input:-ms-input-placeholder {
                        color: #e1ddd4;
                    }

                    .header #mobile-search .container .header-search .header__search-input::-ms-input-placeholder {
                        color: #e1ddd4;
                    }

                    .header #mobile-search .container .header-search .header__search-input::placeholder {
                        color: #e1ddd4;
                    }

                .header #mobile-search .container .header-search .search___search-icon {
                    background: none;
                    border: none;
                    height: 24px;
                    left: 15px;
                    right: auto;
                    top: 0;
                    width: 20px;
                }

                    .header #mobile-search .container .header-search .search___search-icon .svg {
                        fill: #e1ddd4;
                    }

    html[dir="rtl"] .mobile-menu-items ul li {
        float: right;
    }

        html[dir="rtl"] .mobile-menu-items ul li:first-child {
            border-left: 1px solid #828280;
            border-right: 0;
        }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select, textarea, input {
        font-size: 16px;
    }
}

html[dir="rtl"] .header .header__toolbar .container .user-data #toolbar-close-link {
    left: 0px;
    right: auto;
}

    html[dir="rtl"] .header .header__toolbar .container .user-data #toolbar-close-link img {
        margin-left: 1rem;
        margin-right: auto;
    }

html[dir="rtl"] .header .header__toolbar .container .user-data .country-select {
    background: url("/assets/images/flag-uk.png") no-repeat right center;
    padding: 0 1.6rem 0 0;
}

html[dir="rtl"] #mobile-search .container .header-search .header__search-input {
    margin: 0 42px 0 20px;
}

html[dir="rtl"] #mobile-search .container .header-search .search___search-icon {
    left: auto;
    right: 15px;
}

.heading__centered p.subtitle {
    margin: 2.5rem 0 4rem 0;
    text-align: center;
}

.heading__centered h2 {
    position: relative;
    padding-bottom: 2rem;
    text-align: center;
}

    .heading__centered h2:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 42%;
        height: 1px;
        width: 16%;
        border-bottom: 1px solid #c1c2bd;
    }

@media (max-width: 767px) {
    .heading__centered h2 {
        font-size: 1.75rem;
    }

        .heading__centered h2:before {
            display: none;
        }

    .heading__centered p.subtitle {
        display: none;
    }
}

.footer {
    margin-top: 1em;
    color: #e1ddd4;
    background-color: #34373c;
}

    .footer .footer__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 3em 15px;
    }

    .footer .footer__brand {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 0em 22% 0em 0em;
        max-width: 50%;
    }

        .footer .footer__brand p {
            margin: 1.75rem 0em 1.75rem 0em;
        }

        .footer .footer__brand .button__find-out-more {
            color: #e1ddd4;
            font-weight: bold;
        }

        .footer .footer__brand .logo {
            height: 100px;
            width: 150px;
        }

    .footer .footer__menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%;
    }

    .footer .footer__contact {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 25%;
    }

        .footer .footer__contact .contact-wrapper {
            display: inline-block;
        }

    .footer .footer__cba {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
    }

        .footer .footer__cba .cbalogo {
            background: url(/assets/icons/cba-logo.svg) no-repeat center center;
            background-size: 100%;
            height: 160px;
            width: 410px;
        }

    .footer .footer__copyright {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .footer .footer__menu ul {
        padding: 0;
    }

        .footer .footer__menu ul li {
            margin: 1.125rem 0rem 1.125rem 0rem;
        }

            .footer .footer__menu ul li:first-child {
                margin-top: 0rem;
            }

            .footer .footer__menu ul li a {
                color: #e1ddd4;
            }

    .footer .footer__contact h5 {
        margin-bottom: 1.75rem;
    }

    .footer .footer__contact a[href^='tel'], .footer .footer__contact a[href^='fax'] {
        pointer-events: none;
        color: #e1ddd4;
        cursor: default;
    }

    .footer .footer__social {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin-top: 5.5em;
        max-width: 50%;
    }

        .footer .footer__social h5 {
            margin-bottom: 1.75rem;
        }

        .footer .footer__social ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 0;
            padding: 0;
        }

            .footer .footer__social ul li {
                margin-right: 1em;
            }

                .footer .footer__social ul li a {
                    display: inline-block;
                    height: 36px;
                    width: 36px;
                }

    .footer .footer__copyright {
        border-top: 1px solid #e1ddd4;
        padding-top: 1.75em;
        margin-top: 3.75em;
        font-size: 0.75rem;
    }

        .footer .footer__copyright p {
            margin-bottom: 0.5rem;
            line-height: 1;
        }

        .footer .footer__copyright ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            text-align: right;
            padding: 0;
        }

            .footer .footer__copyright ul li {
                padding: 0 0.375rem;
                border-left: 1px solid #e1ddd4;
                line-height: 1;
            }

                .footer .footer__copyright ul li:first-child {
                    padding-left: 0rem;
                    border-left: none;
                }

                .footer .footer__copyright ul li a {
                    color: #e1ddd4;
                }

.my-cii .footer {
    margin-top: 0;
    text-align: left;
}

@media (max-width: 991.98px) {
    .my-cii .footer .footer__container {
        margin: 0 0 3em;
        padding: 1.5rem;
    }

        .my-cii .footer .footer__container .footer__brand, .my-cii .footer .footer__container .footer__menu, .my-cii .footer .footer__container .footer__contact, .my-cii .footer .footer__container .footer__cba {
            display: none;
        }

        .my-cii .footer .footer__container .footer__social {
            margin: 0;
        }

            .my-cii .footer .footer__container .footer__social ul {
                -webkit-box-pack: left;
                -ms-flex-pack: left;
                justify-content: left;
            }

                .my-cii .footer .footer__container .footer__social ul li {
                    margin: 0 1em 0 0;
                }
}

@media (max-width: 991px) {
    .footer .footer__brand {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
        padding: 0em;
        max-width: 30%;
    }

    .footer .footer__contact {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 28%;
        flex: 0 1 28%;
        max-width: 28%;
    }

    .footer .footer__social {
        margin-top: 4em;
    }

        .footer .footer__social h5 {
            margin-bottom: 1rem;
        }

    .footer .footer__cba .cbalogo {
        height: 130px;
        width: 330px;
    }
}

@media (max-width: 767px) {
    .footer {
        text-align: center;
    }

        .footer .footer__container {
            padding: 3em 15px 0;
        }

        .footer .footer__brand, .footer .footer__menu, .footer .footer__contact, .footer .footer__social, .footer .footer__cba, .footer .footer__copyright {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
            margin: 0em 0em 2em;
            max-width: 100%;
        }

        .footer .footer__brand {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            margin-bottom: 1.5rem;
            padding-right: 0em;
        }

            .footer .footer__brand .logo {
                margin-right: 0;
            }

        .footer .footer__menu {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            margin-bottom: 1rem;
        }

            .footer .footer__menu ul {
                margin-bottom: 0;
            }

        .footer .footer__contact {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
            margin-bottom: 0em;
        }

            .footer .footer__contact p {
                margin-bottom: 1.5rem;
                line-height: 1.6;
            }

                .footer .footer__contact p:last-child {
                    margin-bottom: 0rem;
                }

            .footer .footer__contact a[href^='tel'] {
                pointer-events: auto;
                cursor: pointer;
            }

        .footer .footer__social {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
            margin: 0 0 2.5rem;
        }

            .footer .footer__social ul {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .footer .footer__social ul li {
                    margin: 0 0.5em;
                }

        .footer .footer__cba {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
            margin: 2rem 0 1rem;
        }

            .footer .footer__cba .cbalogo {
                height: 120px;
                width: 300px;
                margin-left: -20px;
            }

        .footer .footer__copyright {
            border: none;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }

            .footer .footer__copyright ul {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

            .footer .footer__copyright p span {
                display: block;
                line-height: 2;
            }
}

html[dir="rtl"] .my-cii .footer {
    text-align: right;
}

@media (max-width: 991.98px) {
    html[dir="rtl"] .my-cii .footer .footer__container .footer__social ul li {
        margin: 0 0 0 1em;
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer .footer__brand {
        padding: 0 0 0 22%;
    }
}

@media (min-width: 768px) {
    html[dir="rtl"] .footer .footer__social ul li {
        margin-left: 1em;
        margin-right: 0;
    }

    html[dir="rtl"] .footer .footer__copyright li {
        border-left: none;
        border-right: 1px solid #e1ddd4;
    }

        html[dir="rtl"] .footer .footer__copyright li:first-child {
            padding-right: 0rem;
            padding-left: 0.375rem;
            border-right: none;
        }
}
/* File Upload Control */
.fileupload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .fileupload ~ label {
        display: inline-block;
        font-size: 1rem;
        font-weight: 700;
        color: #6d6d6b;
        text-decoration: none;
        cursor: pointer;
        cursor: hand;
    }

        .fileupload:focus ~ label, .fileupload ~ label:hover {
            text-decoration: underline;
        }

span.fileupload-label {
    display: inline-block;
    color: #34373c;
    background-color: #ffffff;
    border: 1px solid #608da2;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    margin-right: 1rem;
}
/*
.fileupload {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.fileupload ~ label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: $cii_secondary_cream;
  background-color: $cii_secondary_dark_grey;
  padding: 0.6rem 1rem;
  cursor: pointer;
  cursor: hand;
}

.fileupload:focus ~ label,
.fileupload ~ label:hover {
    background-color: $cii_primary_grey;
}

span.fileupload-label
{
	margin-left: 1rem;
}
*/
html[dir="rtl"] span.fileupload-label {
    margin-left: 1rem;
    margin-right: 0;
}
/* File Upload Control */
.fileupload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .fileupload ~ label {
        display: inline-block;
        font-size: 1rem;
        font-weight: 700;
        color: #34373c;
        text-decoration: none;
        cursor: pointer;
        cursor: hand;
        margin-bottom: 0px;
    }

        .fileupload:focus ~ label, .fileupload ~ label:hover {
            text-decoration: underline;
        }

span.fileupload-label {
    display: inline-block;
    color: #34373c;
    background-color: #ffffff;
    border: 1px solid #608da2;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    margin-right: 1rem;
}

.fileupload-add-icon-dark {
    position: relative;
    top: -2px;
    width: 1rem;
    height: auto;
    margin-right: 0.5rem;
}

html[dir=rtl] .fileupload-add-icon-dark {
    margin-left: 0.5rem;
    margin-right: none;
}
/*
.fileupload {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.fileupload ~ label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: $cii_secondary_cream;
  background-color: $cii_secondary_dark_grey;
  padding: 0.6rem 1rem;
  cursor: pointer;
  cursor: hand;
}

.fileupload:focus ~ label,
.fileupload ~ label:hover {
    background-color: $cii_primary_grey;
}

span.fileupload-label
{
	margin-left: 1rem;
}
*/
html[dir="rtl"] span.fileupload-label {
    margin-left: 1rem;
    margin-right: 0;
}

.fileUploaded {
    background-color: #fffff9;
    border: 1px solid #608da2;
    border-radius: 5px;
    padding-left: 1rem;
    padding-right: 7px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .fileUploaded .fileUploadedInner {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        .fileUploaded .fileUploadedInner .fileUploadedFilename {
            height: 1.25rem;
            line-height: 1.35;
            color: #34373c;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-right: 10px;
            vertical-align: middle;
        }

        .fileUploaded .fileUploadedInner .fileUploadedVerticalLine {
            display: table-cell;
            width: 7px;
            height: 1.25rem;
            border-left: 1px solid #e1ddd4;
        }

        .fileUploaded .fileUploadedInner .fileUploadedCross {
            display: table-cell;
            width: 12px;
            height: 12px;
            background-image: url(/assets/icons/cross-dark.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
        }

            .fileUploaded .fileUploadedInner .fileUploadedCross:focus {
                height: 10px;
                border-bottom: 2px solid #6d6d6b;
            }

    .fileUploaded .fileUploadedTooltip {
        display: none;
        position: absolute;
        top: -55px;
        left: 1rem;
    }

        .fileUploaded .fileUploadedTooltip .fileUploadedTooltipText {
            color: #fffff9;
            background-color: #34373c;
            padding: 0.75rem 1rem;
            white-space: nowrap;
        }

        .fileUploaded .fileUploadedTooltip .fileUploadedTooltipCallout {
            background: none;
            width: 0px;
            height: 0px;
            border-top: 10px solid #34373c;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 0px;
            margin: 0px;
            margin-left: 1rem;
        }

html[dir=rtl] .fileUploaded .fileUploadedInner .fileUploadedVerticalLine {
    width: 7px;
    border-left: none;
    border-right: 1px solid #e1ddd4;
}

.page__header {
    padding: 6rem 0 1.5rem;
}

    .page__header h2.h4 {
        margin-top: 1rem;
        color: #6d6d6b;
        font-weight: 300;
        line-height: 2.1rem;
    }

@media (max-width: 767px) {
    .page__header {
        padding: 3rem 0;
    }
}

.page__header__centralised {
    padding: 3rem 0 2rem;
}

@media (min-width: 768px) {
    .page__header__centralised {
        padding: 0 0 2.5rem;
    }

        .page__header__centralised h2 {
            margin: 0 auto 3rem;
            line-height: 3rem;
        }
}

.box__container > div {
    margin-bottom: 30px;
}

.box {
    position: relative;
    height: 100%;
    font-family: 'Open Sans', 'Microsoft Yahei','\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    background-color: #e1ddd4;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

    .box .box__anchor .box__desc.box__wrap {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

@media (min-width: 0px) {
    .box .box__anchor .box__desc {
        font-size: 1rem;
    }
}

@media (min-width: 576px) {
    .box .box__anchor .box__desc {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .box .box__anchor .box__desc {
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {
    .box .box__anchor .box__desc {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .box .box__anchor .box__desc {
        font-size: 1rem;
    }
}

.box__anchor {
    display: block;
    padding: 1.4rem 1.4rem 70px;
    height: 100%;
    color: #34373c;
}

    .box__anchor:hover {
        color: inherit;
        text-decoration: none;
    }

        .box__anchor:hover .box__link {
            text-decoration: underline;
        }

.box.countryitem .box__anchor {
    padding: 0.4rem 0.8rem;
    width: 100%;
}

.box.countryitem .box__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0;
}

    .box.countryitem .box__top .flag {
        float: left;
        margin-right: 1rem;
    }

    .box.countryitem .box__top .top__title {
        font-size: 0.9rem;
        margin: 0;
    }

.box--faded {
    opacity: 0.4;
}

.box .box__date__location {
    margin-bottom: 1.4rem;
    height: 40px;
}

    .box .box__date__location .box__date, .box .box__date__location .box__loc {
        font-weight: 700;
    }

.box .box__top {
    margin-bottom: 1.4rem;
    height: 40px;
}

@media (min-width: 0px) {
    .box .box__top .top__title {
        font-size: 1.25rem;
    }
}

@media (min-width: 576px) {
    .box .box__top .top__title {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) {
    .box .box__top .top__title {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .box .box__top .top__title {
        font-size: 1.15rem;
    }
}

@media (min-width: 1200px) {
    .box .box__top .top__title {
        font-size: 1.25rem;
    }
}

.box .box__top .title__button {
    color: #34373c;
}

    .box .box__top .title__button:hover {
        color: #34373c;
    }

.box .box__link {
    position: absolute;
    right: 1.4rem;
    bottom: 1.4rem;
    width: 85%;
    text-align: right;
}

    .box .box__link a {
        color: #6d6d6b;
        font-weight: bold;
    }

        .box .box__link a:hover {
            color: #34373c;
        }

.box.article .box__date__location .box__date, .box.article .box__date__location .box__loc, .box.event .box__date__location .box__date, .box.event .box__date__location .box__loc {
    font-size: 0.875rem;
}

.box.article .box__top .top__title, .box.event .box__top .top__title {
    font-size: 1rem;
}

.box.article .box__desc, .box.event .box__desc {
    color: #6d6d6b;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 0.875rem;
}

.box.article .box__link, .box.event .box__link {
    font-size: 0.875rem;
}

.box.article {
    color: #608da2;
    background-color: #e1ddd4;
}

    .box.article .title__button {
        color: #608da2;
    }

    .box.article .box__link a {
        color: #608da2;
    }

.box.event {
    color: #697f6a;
    background-color: #e1ddd4;
}

    .box.event .title__button {
        color: #697f6a;
    }

    .box.event .box__link a {
        color: #697f6a;
    }

.box.shortcut.purple-light {
    color: #403158;
    background-color: #c3afb8;
}

    .box.shortcut.purple-light .title__button, .box.shortcut.purple-light .box__link a, .box.shortcut.purple-light .box__anchor {
        color: #403158;
    }

.box.shortcut.green-light {
    color: #37463f;
    background-color: #c0c5af;
}

    .box.shortcut.green-light .title__button, .box.shortcut.green-light .box__link a, .box.shortcut.green-light .box__anchor {
        color: #37463f;
    }

.box.shortcut.blue-light {
    color: #083147;
    background-color: #b9cbcf;
}

    .box.shortcut.blue-light .title__button, .box.shortcut.blue-light .box__link a, .box.shortcut.blue-light .box__anchor {
        color: #083147;
    }

.box.shortcut.red-light {
    color: #612330;
    background-color: #e7cacc;
}

    .box.shortcut.red-light .title__button, .box.shortcut.red-light .box__link a, .box.shortcut.red-light .box__anchor {
        color: #612330;
    }

.box.shortcut.orange-light {
    color: #883f1c;
    background-color: #dfcab9;
}

    .box.shortcut.orange-light .title__button, .box.shortcut.orange-light .box__link a, .box.shortcut.orange-light .box__anchor {
        color: #883f1c;
    }

.box.shortcut .box__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.4rem;
    height: 60px;
    width: 100%;
}

    .box.shortcut .box__top .top__title {
        width: calc(100% - 40px);
        overflow-wrap: normal;
    }

    .box.shortcut .box__top .top__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        float: left;
        margin-right: 5px;
        height: 47px;
        width: 47px;
        background-size: 100%;
    }

        .box.shortcut .box__top .top__icon.membership {
            background: url("/assets/icons/membership-shortcut-icon.svg") no-repeat center center;
        }

        .box.shortcut .box__top .top__icon.learning {
            background: url("/assets/icons/learning-shortcut-icon.svg") no-repeat center center;
        }

        .box.shortcut .box__top .top__icon.insight {
            background: url("/assets/icons/insight-leadership-shortcut-icon.svg") no-repeat center center;
        }

.about .box {
    background-color: #f5e7e6;
}

    .about .box .box__date__location {
        color: #6a596c;
    }

    .about .box .box__anchor {
        color: #403158;
    }

.learning .box {
    background-color: #e7eae1;
}

    .learning .box .box__date__location, .learning .box .box__link {
        color: #697f6a;
    }

    .learning .box .box__anchor {
        color: #37463f;
    }

.membership .box {
    background-color: #dfeaf0;
}

    .membership .box .box__date__location, .membership .box .box__link {
        color: #608da2;
    }

    .membership .box .box__anchor {
        color: #083147;
    }

.insight .box {
    background-color: #f9ebe8;
}

    .insight .box .box__date__location, .insight .box .box__link {
        color: #83474f;
    }

    .insight .box .box__anchor {
        color: #612330;
    }

.events .box {
    background-color: #f2e7e3;
}

    .events .box .box__date__location, .events .box .box__link {
        color: #ad5d3a;
    }

    .events .box .box__anchor {
        color: #883f1c;
    }

.box.cpd__box {
    background-color: #37463f;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .box.cpd__box .box__anchor {
        color: #ffffff;
        position: relative;
        z-index: 3;
    }

        .box.cpd__box .box__anchor:hover, .box.cpd__box .box__anchor:active, .box.cpd__box .box__anchor:focus {
            text-decoration: none;
        }

        .box.cpd__box .box__anchor .box__top {
            color: #ffffff;
        }

            .box.cpd__box .box__anchor .box__top .top__title {
                font-size: .9rem;
                line-height: 1.5;
            }

        .box.cpd__box .box__anchor .box__date__location {
            color: #ffffff;
        }

            .box.cpd__box .box__anchor .box__date__location .box__type {
                margin: 15px 60px 0 0;
                line-height: 1.2;
            }

html[dir="rtl"] .box.cpd__box .box__anchor .box__date__location .box__type {
    margin: 15px 0 0 60px;
}

.box.cpd__box .box__anchor .box__link {
    color: #ffffff;
    font-size: .85rem;
    right: 1rem;
    text-decoration: none;
}

html[dir="rtl"] .box.cpd__box .box__anchor .box__link {
    right: auto;
    left: 1rem;
}

.box.cpd__box .box__icon {
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: top right;
    height: 50px;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 50px;
}

html[dir="rtl"] .box.cpd__box .box__icon {
    background-position: top left;
    left: 18px;
    right: auto;
}

.box.event .box__icon {
    background-image: url("/assets/icons/cpd-icon-event.svg");
}

.box.policy-briefing {
    background-color: #883f1c;
}

    .box.policy-briefing .box__icon {
        background-image: url("/assets/icons/cpd-icon-policy-briefing.svg");
        background-size: 70%;
    }

.box.lecture .box__icon {
    background-image: url("/assets/icons/cpd-icon-lecture.svg");
}

.box.press-release {
    background-color: #C06E40;
}

    .box.press-release .box__icon {
        background-image: url("/assets/icons/cpd-icon-press-release.svg");
        background-size: 100%;
    }

.box.audiovisual .box__icon {
    background-image: url("/assets/icons/cpd-icon-audiovisual.svg");
    background-size: 80%;
}

.box.news .box__icon {
    background-image: url("/assets/icons/cpd-icon-news.svg");
    background-size: 80%;
}

.box.research .box__icon {
    background-image: url("/assets/icons/cpd-icon-research.svg");
}

.box.consultation-response {
    background-color: #612330;
}

    .box.consultation-response .box__icon {
        background-image: url("/assets/icons/cpd-icon-consultation-response.svg");
    }

.box.good-practice-guide .box__icon {
    background-image: url("/assets/icons/cpd-icon-good-practice-guide.svg");
}

.box.blog .box__icon {
    background-image: url("/assets/icons/cpd-icon-blog.svg");
    background-size: 100%;
}

.box.market-data {
    background-color: #83474f;
}

    .box.market-data .box__icon {
        background-image: url("/assets/icons/cpd-icon-market-data.svg");
        background-size: 70%;
    }

.box.technical-article {
    background-color: #608da2;
}

    .box.technical-article .box__icon {
        background-image: url("/assets/icons/cpd-icon-technical-article.svg");
        background-size: 70%;
    }

.box.thinkpiece {
    background-color: #6a596c;
}

    .box.thinkpiece .box__icon {
        background-image: url("/assets/icons/cpd-icon-thinkpiece.svg");
        background-size: 80%;
    }

.box.publication {
    background-color: #708573;
}

    .box.publication .box__icon {
        background-image: url("/assets/icons/cpd-icon-publication.svg");
        background-size: 70%;
    }

.box.image {
    z-index: 1;
}

    .box.image:before {
        background-color: rgba(0, 0, 0, 0.55);
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .box .box__link {
        right: 0.8rem;
        bottom: 0.8rem;
    }

    .box.shortcut .box__top {
        margin-bottom: 0rem;
    }
}

@media (max-width: 991px) {
    .box.shortcut .box__top {
        height: auto;
    }

        .box.shortcut .box__top .top__icon {
            margin: 0;
        }
}

@media (min-width: 768px) {
    .box__anchor {
        padding: 0.8rem 0.8rem 70px;
    }
}

@media (max-width: 576px) {
    .box {
        height: auto;
    }

        .box.article .box__date__location, .box.article .box__top {
            height: auto;
        }

        .box.article .box__desc {
            margin-bottom: 2rem;
        }

        .box.shortcut .box__top, .box.event .box__top, .box.learning .box__top {
            height: auto;
        }

        .box.shortcut .box__link, .box.event .box__link, .box.learning .box__link {
            display: none;
        }

        .box.event .box__top {
            margin-bottom: 0rem;
        }
}

html[dir="rtl"] .box__link {
    left: 1.4rem;
    right: auto;
    text-align: left;
}

.box__container div.icon-list-item {
    margin: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0px;
    padding-bottom: 1rem;
}

.hero {
    display: block;
    overflow: auto;
    position: relative;
    background-color: #e1ddd4;
}

    .hero img.hero__image {
        width: 100%;
        height: auto;
    }

    .hero .hero__caption {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0px;
        overflow: auto;
    }

        .hero .hero__caption .hero__container {
            display: table;
            width: 100%;
            height: 100%;
        }

            .hero .hero__caption .hero__container .hero__container__inner {
                display: table-cell;
                vertical-align: middle;
            }

                .hero .hero__caption .hero__container .hero__container__inner h1 {
                    color: #fffff9;
                    font-weight: 700;
                }

@media (max-width: 1365px) {
    .hero .hero__caption .hero__container .hero__container__inner h1 {
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {
    .hero .hero__caption .hero__container .hero__container__inner h1 {
        font-size: 1.75rem;
    }
}

@media (max-width: 577px) {
    .hero .hero__caption .hero__container .hero__container__inner h1 {
        font-size: 1.25rem;
    }
}

.hero .hero__caption .hero__container .hero__container__inner p {
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #fffff9;
}

@media (max-width: 1365px) {
    .hero .hero__caption .hero__container .hero__container__inner p {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .hero .hero__caption .hero__container .hero__container__inner p {
        display: none;
        font-size: 1rem;
    }
}

@media (max-width: 577px) {
    .hero .hero__caption .hero__container .hero__container__inner p {
        display: none;
    }
}

.hero .hero__caption .hero__container .hero__container__inner .button {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 0;
    padding: 0.5rem 0.9rem;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

    .hero .hero__caption .hero__container .hero__container__inner .button:hover, .hero .hero__caption .hero__container .hero__container__inner .button:focus, .hero .hero__caption .hero__container .hero__container__inner .button:active {
        background-color: #ffffff;
        border: 1px solid #ffffff;
        color: #4e4e4d;
    }

.hero_landing .hero__caption .hero__container .hero__container__inner h1 {
    color: #6d6d6b;
    font-weight: 400;
}

@media (max-width: 400px) {
    .hero_landing .hero__caption .hero__container .hero__container__inner h1 {
        font-size: 0.9rem;
    }
}

.hero_landing .hero__caption .hero__container .hero__container__inner h1 span {
    font-weight: 700;
}

    .hero_landing .hero__caption .hero__container .hero__container__inner h1 span.home-darkblue {
        color: #001232;
        font-weight: 700;
    }

    .hero_landing .hero__caption .hero__container .hero__container__inner h1 span.home-lightblue {
        color: #5b7e96;
        font-weight: 700;
    }

.hero_landing .hero__caption .hero__container .hero__container__inner a {
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    color: #5b7e96;
}

@media (max-width: 1365px) {
    .hero_landing .hero__caption .hero__container .hero__container__inner a {
        font-size: 1.25rem;
        text-decoration: none;
    }
}

@media (max-width: 767px) {
    .hero_landing .hero__caption .hero__container .hero__container__inner a {
        font-size: 1rem;
        text-decoration: underline;
    }
}

@media (max-width: 577px) {
    .hero_landing .hero__caption .hero__container .hero__container__inner a {
        font-size: 0.75rem;
        text-decoration: underline;
    }
}

.hero_landing .hero__caption .hero__container .hero__container__inner a:hover {
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-weight: 700;
    text-decoration: underline;
    color: #5b7e96;
}

@media (max-width: 1365px) {
    .hero_landing .hero__caption .hero__container .hero__container__inner a:hover {
        text-decoration: underline;
    }
}

@media (max-width: 767px) {
    .hero_landing .hero__caption .hero__container .hero__container__inner a:hover {
        text-decoration: none;
    }
}

@media (max-width: 577px) {
    .hero_landing .hero__caption .hero__container .hero__container__inner a:hover {
        text-decoration: none;
    }
}

.hero_landing .hero__caption .hero__container .hero__container__inner a:focus {
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-weight: 700;
    text-decoration: underline;
    color: #5b7e96;
}

html[dir="rtl"] .hero_landing .hero__image {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.hero__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

    .hero__promo .hero__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .hero__promo .hero__container .hero__content {
            padding: 5rem 0rem;
        }

            .hero__promo .hero__container .hero__content .hero__title {
                margin-bottom: 1rem;
                color: #fffff9;
            }

                .hero__promo .hero__container .hero__content .hero__title span {
                    color: #fffff9;
                }

            .hero__promo .hero__container .hero__content p {
                color: #fffff9;
            }

            .hero__promo .hero__container .hero__content .hero__desc {
                margin-bottom: 2rem;
            }

    .hero__promo.hero__alternate .hero__container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

@media (max-width: 991px) {
    .hero__promo .hero__container .hero__content, .hero__promo.hero__alternate .hero__container .hero__content {
        padding: 5rem 0rem 5rem 0rem;
    }
}

@media (max-width: 767px) {
    .hero__promo, .hero__promo.hero__alternate {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #e1ddd4;
        background-position: 60% 0;
        background-size: auto;
    }

        .hero__promo .hero__container, .hero__promo.hero__alternate .hero__container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-top: 28rem;
            text-align: center;
        }

            .hero__promo .hero__container .hero__content, .hero__promo.hero__alternate .hero__container .hero__content {
                padding: 2rem 0rem 4rem 0rem;
                background: #e1ddd4;
            }

                .hero__promo .hero__container .hero__content .hero__title, .hero__promo.hero__alternate .hero__container .hero__content .hero__title {
                    color: #6d6d6b;
                }

                .hero__promo .hero__container .hero__content .hero__desc, .hero__promo.hero__alternate .hero__container .hero__content .hero__desc {
                    color: #6d6d6b;
                }
}

.story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 30px;
    padding: 1.4rem;
}

    .story .story__date {
        min-width: 50%;
        padding-bottom: 1rem;
        width: auto;
        border-bottom: 1px solid #c1c2bd;
    }

    .story .story__title {
        margin: 1.4rem 0;
        width: 100%;
    }

        .story .story__title a {
            color: #34373c;
        }

li.nav-item a.menu__button-link {
    font-weight: 400;
}

.sub-nav-menu {
    width: auto;
}

    .sub-nav-menu .nav-item {
        display: inline-block;
        width: auto;
    }

.navbar-inverse .navbar-nav .nav-link {
    padding: 0;
    color: #e1ddd4;
}

.header__nav.navbar-nav {
    margin: -0.5em -15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header__nav li.dropdown .dropdown-toggle:after {
    display: none;
}

.header__nav li.dropdown .dropdown-toggle .icon {
    margin: 5px 0px 0px 0.8rem;
    height: 10px;
    width: 10px;
    background-size: 100%;
}

.header__nav li.dropdown:first-child a.menu__button-link {
    margin-left: 0;
}

.header__nav li.dropdown .submenu__nav {
    background: #6d6d6b;
    right: 0px;
    left: 0px;
    z-index: -10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-align: right;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

    .header__nav li.dropdown .submenu__nav a {
        color: #fffff9;
        font-size: 0.9rem;
        font-weight: 400;
        padding: 0.8rem 1rem;
    }

@media (max-width: 991px) {
    .header__nav li.dropdown .submenu__nav {
        top: 0;
    }
}

@media (min-width: 992px) {
    .header__nav li.dropdown {
        position: static;
    }

        .header__nav li.dropdown:hover .submenu__nav {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: -webkit-transform 0.25s ease-out;
            transition: -webkit-transform 0.25s ease-out;
            transition: transform 0.25s ease-out;
            transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
        }
}

.sub-nav-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 930px;
}

@media (min-width: 1200px) {
    .sub-nav-wrapper {
        padding: 0;
        width: 1110px;
    }
}

.nav-item.dropdown {
    margin-left: 1.5rem;
    padding: 0.5em 0.5em 1em;
}

html[dir="rtl"] .nav-item.dropdown {
    margin: -0.5em 1.5rem 0 0;
}

html[dir="rtl"] .header__nav.navbar-nav {
    margin: 0;
}

html[dir="rtl"] .header__nav li.dropdown .dropdown-toggle .icon {
    margin: 5px 0.8rem 0 0;
}

html[dir="rtl"] .header__nav li.dropdown .submenu__nav {
    text-align: left;
}

@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 87px;
        right: 0;
        z-index: 1;
        width: 80%;
        background-color: #6d6d6b;
    }

    .header__nav {
        position: unset;
        top: 0px;
    }

        .header__nav.navbar-nav {
            margin: 0;
            padding-right: 0rem;
        }

        .header__nav li.nav-item {
            margin-left: 0;
            padding: 0;
            text-align: left;
            width: 100%;
        }

            .header__nav li.nav-item a.menu__button-link {
                background: #6d6d6b;
                margin-left: 0rem;
                padding: 1rem 2rem;
                border-top: 1px solid #828280;
                text-decoration: none;
            }

                .header__nav li.nav-item a.menu__button-link:hover, .header__nav li.nav-item a.menu__button-link.triggered {
                    background: #545454;
                    color: #e1ddd4;
                    font-weight: 600;
                }

                .header__nav li.nav-item a.menu__button-link:focus, .header__nav li.nav-item a.menu__button-link:visited {
                    color: #e1ddd4;
                    text-decoration: none;
                }

                .header__nav li.nav-item a.menu__button-link.triggered i {
                    -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
                }

        .header__nav li.dropdown:first-child a.menu__button-link {
            border-top: 0;
        }

        .header__nav li.dropdown .submenu__nav {
            display: none;
            position: relative;
            -webkit-transform: none;
            transform: none;
            z-index: 0;
        }

            .header__nav li.dropdown .submenu__nav a {
                padding: 0.6rem 2rem;
            }

                .header__nav li.dropdown .submenu__nav a:hover {
                    font-weight: 600;
                }

        .header__nav li.dropdown .dropdown-toggle .icon {
            background-size: 25%;
            height: 1.5rem;
            margin: 0;
            padding: 1.7rem;
            position: absolute;
            right: 10px;
            top: 0;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            width: 1.5rem;
        }

            .header__nav li.dropdown .dropdown-toggle .icon .triggered {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

    .sub-nav-wrapper {
        background: #848481;
        margin: 0 auto;
        padding: 0;
        width: auto;
    }

        .sub-nav-wrapper .container {
            padding-right: 0;
            padding-left: 0;
            width: 100%;
        }

    html[dir="rtl"] .header .mobile__helper #mobile-search-toggler {
        right: auto;
        left: 145px;
    }

    html[dir="rtl"] .header .mobile__helper .dropdown-toggle i {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    html[dir="rtl"] .header .mobile__helper .dropdown-toggle.triggered i {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    html[dir="rtl"] .header .mobile__helper .basket {
        left: 85px;
        right: auto;
    }

    html[dir="rtl"] .header .navbar-toggler {
        left: 1rem;
        right: auto;
    }

    html[dir="rtl"] .dropdown-item {
        text-align: right;
    }

    html[dir="rtl"] .nav-item.dropdown {
        margin: 0;
    }

    html[dir="rtl"] .header__nav li.dropdown .dropdown-toggle .icon {
        left: 8px;
        margin: 0;
        right: auto;
    }

    html[dir="rtl"] .navbar-collapse {
        left: 0;
        right: auto;
    }
}

@media (max-width: 767px) {
    .button__add, .button__submit, .button__status, .button__reset {
        width: 100%;
    }
}

a.menu__button-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #e1ddd4;
    background-color: transparent;
    border-radius: 0px;
    border-color: transparent;
}

    a.menu__button-link:focus, a.menu__button-link:hover {
        color: #ffffff;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

    a.menu__button-link .button__icon-downdown {
        padding: 0 13px;
        height: 20px;
        width: 20px;
        background: url("/assets/icons/dropdown-chevron.svg") no-repeat center center;
    }

.options__container .option__wrapper:first-child .optionbutton {
    border-left: 1px solid #c1c2bd;
}

.options__container .optionbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    height: 130px;
    text-align: center;
    border-right: 1px solid #c1c2bd;
}

    .options__container .optionbutton a.optionbutton__link {
        color: #34373c;
        font-family: 'Open Sans', 'Microsoft Yahei','\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
        font-size: 1.75rem;
        font-weight: bold;
        word-break: break-word;
        background-color: transparent;
        border-radius: 0px;
        border-color: transparent;
    }

        .options__container .optionbutton a.optionbutton__link:hover {
            text-decoration: none;
            background-color: transparent;
            border-color: transparent;
        }

        .options__container .optionbutton a.optionbutton__link:focus {
            text-decoration: underline;
            background-color: transparent;
            border-color: transparent;
        }

.options__container .row:hover .optionbutton {
    opacity: 0.5;
}

    .options__container .row:hover .optionbutton:hover {
        opacity: 1;
    }

@media (max-width: 767px) {
    .options__container .option__wrapper:first-child .optionbutton {
        border-top: 1px solid #c1c2bd;
        border-left: 0;
    }

    .options__container .optionbutton {
        height: auto;
        border-right: 0;
        border-bottom: 1px solid #c1c2bd;
    }

        .options__container .optionbutton a.optionbutton__link {
            font-size: 1.25rem;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .options__container .optionbutton {
        padding: 1rem;
    }

        .options__container .optionbutton a.optionbutton__link {
            font-size: 1.25rem;
        }
}

.login__container .login__header .h2 {
    position: relative;
    padding-bottom: 2rem;
}

    .login__container .login__header .h2:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 16%;
        border-bottom: 1px solid #c1c2bd;
    }

.login__container .login__header.no-line .h2:before {
    display: none;
}

@media (max-width: 767px) {
    .login__container .login__header .h2:before {
        width: 24%;
    }

    .my-cii .login__container .login__header .h2 {
        padding-bottom: 1.5rem;
    }

    .my-cii .login__container .login__header.no-line .h2 {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .login__container .login__header .h2:before {
        width: 24%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .login__container .login__header .h2:before {
        left: 0px;
        width: 18%;
    }
}

html[dir="rtl"] .login__container .login__header .h2:before {
    left: auto;
    right: 0;
}

.login__signup a.btn__login, .login__signup a.btn__signup {
    padding: 0rem 0.5rem 0rem 0.5rem;
    color: #e1ddd4;
    background-color: transparent;
    border-radius: 0px;
    border-color: transparent;
}

    .login__signup a.btn__login:focus, .login__signup a.btn__login:hover, .login__signup a.btn__signup:focus, .login__signup a.btn__signup:hover {
        color: #ffffff;
        background-color: transparent;
    }

.login__signup a.btn__signup {
    border-left: 1px solid #ffffff;
}

.login__form form, .login__form .login__signup {
    margin-bottom: 3rem;
}

.login__form .form__forgotten ul li {
    margin-bottom: 5px;
}

    .login__form .form__forgotten ul li:first-child a {
        padding-left: 0rem;
        border-left: none;
    }

.filter__categories {
    margin-top: 3rem;
}

    .filter__categories form {
        font-size: 0.875rem;
    }

        .filter__categories form .form-group {
            margin-bottom: 0rem;
            padding: 0.8rem 1rem;
            border-bottom: 1px solid #c1c2bd;
        }

        .filter__categories form label {
            margin-bottom: 0rem;
        }

@media (max-width: 767px) {
    .filter__categories {
        margin: 0rem 0rem 3rem 0rem;
    }
}

html[dir="rtl"] .custom-control-description::after, html[dir="rtl"] .custom-control-description .search-bar-match-count::after {
    content: "\200E";
}

html[dir="rtl"] .custom-control-description .custom-control-count {
    float: left;
    margin-right: 0.5rem;
}

html[dir="rtl"] .custom-checkbox .custom-control-indicator {
    left: auto;
    right: 0px;
}

.filter__categories.filter-results .title__box {
    /* background-color: $my_cii_cream; */
}

.filter__categories.filter-results .form-group {
    /* border-bottom: 1px solid $my_cii_cream; */
}

.filter__categories.filter-results .link-button {
    background-color: transparent;
    color: #34373c;
}

    .filter__categories.filter-results .link-button:hover, .filter__categories.filter-results .link-button:focus {
        text-decoration: underline;
    }

@media (max-width: 767px) {
    .filter__categories.filter-results .link-button {
        text-decoration: underline;
    }
}

.filter__categories.filter-results i {
    float: right;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 4px;
    margin-right: 0.5rem;
}

    .filter__categories.filter-results i.parking {
        background-image: url(/assets/icons/parking.svg);
    }

    .filter__categories.filter-results i.disabled-parking {
        background-image: url(/assets/icons/disabled-parking.svg);
    }

    .filter__categories.filter-results i.disabled-access {
        background-image: url(/assets/icons/disabled-access.svg);
    }

html[dir="rtl"] .rtl-filter-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media (min-width: 1200px) {
    html[dir="rtl"] .rtl-filter-padding {
        padding-left: 0px !important;
        padding-right: 3rem !important;
    }
}

html[dir="rtl"] .filter__categories.filter-results i {
    float: left;
    margin-right: 0;
    margin-left: 0.5rem;
}

.filter__date {
    margin-top: 4rem;
}

    .filter__date .date__pickers {
        padding: 1rem;
        color: #608da2;
        font-size: 0.85rem;
    }

        .filter__date .date__pickers .picker__from, .filter__date .date__pickers .picker__to {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0.5rem 0;
        }

            .filter__date .date__pickers .picker__from .datepicker, .filter__date .date__pickers .picker__to .datepicker {
                cursor: pointer;
            }

            .filter__date .date__pickers .picker__from .picker__icon, .filter__date .date__pickers .picker__to .picker__icon {
                cursor: pointer;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }

    .filter__date .date__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.filter__sort {
    margin-top: 4rem;
}

    .filter__sort ul.sort__list {
        padding: 1rem;
        font-size: 0.85rem;
        border-bottom: 1px solid #c1c2bd;
    }

        .filter__sort ul.sort__list li {
            margin: 0.5rem 0;
        }

            .filter__sort ul.sort__list li.selected a, .filter__sort ul.sort__list li:hover a {
                font-weight: 600;
            }

            .filter__sort ul.sort__list li a {
                font-weight: 400;
                text-decoration: none;
                cursor: pointer;
                cursor: hand;
            }

.filter__dropdown {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 3rem;
    padding: 1rem 3rem 3rem 3rem;
    max-width: 48%;
}

    .filter__dropdown h4 {
        padding: 1rem 0;
        color: #ffffff;
    }

    .filter__dropdown.green {
        background-color: #697f6a;
    }

    .filter__dropdown.blue {
        background-color: #608da2;
    }

@media (max-width: 991px) {
    .filter__dropdown {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.course__find {
    text-align: center;
}

    .course__find h2, .course__find p {
        margin-bottom: 3rem;
    }

    .course__find .find__filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .course__find.full .filter__dropdown {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 3rem 3rem 3rem 3rem;
        max-width: 100%;
    }

        .course__find.full .filter__dropdown h4, .course__find.full .filter__dropdown .dropdown {
            margin-bottom: 0rem;
        }

@media (max-width: 991px) {
    .course__find.full .filter__dropdown {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1rem 3rem 3rem 3rem;
    }

        .course__find.full .filter__dropdown h4, .course__find.full .filter__dropdown .dropdown {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            max-width: 100%;
        }

        .course__find.full .filter__dropdown h4 {
            padding-bottom: 1.5rem;
        }
}

.course__find.full .filter__dropdown {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3rem 3rem 3rem 3rem;
    max-width: 100%;
}

    .course__find.full .filter__dropdown h4, .course__find.full .filter__dropdown .dropdown {
        margin-bottom: 0rem;
    }

@media (max-width: 991px) {
    .course__find.full .filter__dropdown {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1rem 3rem 3rem 3rem;
    }

        .course__find.full .filter__dropdown h4, .course__find.full .filter__dropdown .dropdown {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            max-width: 100%;
        }

        .course__find.full .filter__dropdown h4 {
            padding-bottom: 1.5rem;
        }
}

.learning__training .learning__training__header h1, .learning__training .learning__training__header p {
    margin-bottom: 3rem;
}

.courses--faded {
    opacity: 0.4;
}

li.courses__list__item {
    margin: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0px;
    padding-bottom: 1rem;
}

div.courses__categories {
    margin: 0px;
}

    div.courses__categories ul.courses__list {
        width: 100%;
    }

.learning__training .courses__categories h2, .learning__training .courses__categories p {
    margin-bottom: 3rem;
}

.learning__training .courses__categories .courses__list {
    margin-bottom: 3rem;
    width: 100%;
}

    .learning__training .courses__categories .courses__list .button__list {
        background-color: #e1ddd4;
    }

    .learning__training .courses__categories .courses__list:hover .button__list {
        opacity: 0.5;
    }

        .learning__training .courses__categories .courses__list:hover .button__list:hover {
            opacity: 1;
        }

.dashboard__container .list__buttons:hover .button__list {
    opacity: 0.5;
}

    .dashboard__container .list__buttons:hover .button__list:hover {
        opacity: 1;
    }

@media (max-width: 767px) {
    .dashboard__container .list__buttons {
        margin-bottom: 0rem;
    }

    .dashboard__container .list__items__container {
        margin-top: 3rem;
    }
}

.dashboard__profile {
    margin-bottom: 10rem;
}

    .dashboard__profile .profile__container {
        margin-bottom: 3em;
        font-size: 0.875rem;
    }

        .dashboard__profile .profile__container:first-of-type {
            margin-top: 3rem;
            margin-bottom: 0;
        }

    .dashboard__profile .profile__head {
        padding: 1rem 0;
    }

    .dashboard__profile .profile__title, .dashboard__profile .profile__subtitle {
        display: inline-block;
    }

    .dashboard__profile .profile__subtitle {
        margin-left: 2rem;
        font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft Yahei','\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
        font-size: 0.875rem;
        font-weight: 400;
    }

    .dashboard__profile .profile__body {
        border-top: 2px solid #eceeef;
        border-bottom: 2px solid #eceeef;
    }

        .dashboard__profile .profile__body .profile__item div {
            padding: 1rem 2rem 1em 0;
        }

        .dashboard__profile .profile__body .profile__item:nth-child(3n) div:last-child {
            padding: 1em 0;
        }

@media (max-width: 767px) {
    .dashboard__profile {
        margin-bottom: 3rem;
    }

        .dashboard__profile .profile__title, .dashboard__profile .profile__subtitle {
            display: block;
        }

        .dashboard__profile .profile__subtitle {
            margin: 1rem 0;
        }

        .dashboard__profile .profile__item div:last-child {
            padding: 1rem 0;
        }
}

@media (max-width: 991px) {
    .dashboard__profile .profile__container {
        font-size: 0.85rem;
    }

    .dashboard__profile .profile__body .profile__item div:first-child {
        max-width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dashboard__profile .profile__container {
        font-size: 0.875rem;
    }
}

.dashboard__header {
    padding: 6rem 0;
}

    .dashboard__header h2.h4 {
        margin-top: 2rem;
        color: #6d6d6b;
        font-weight: 300;
    }

.button__status:hover {
    cursor: pointer;
}

@media (max-width: 767px) {
    .dashboard__header {
        padding: 3rem 0;
    }

        .dashboard__header .button__status {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 3rem;
        }
}

.search__results-item {
    border-bottom: 1px solid #c1c2bd;
    color: #34373c;
    position: relative;
}

    .search__results-item .search-button {
        font-size: 0.9rem;
        font-weight: 700;
        color: #fffff9;
        background-color: #be6640;
        padding: 0.5rem 2rem;
        display: inline-block;
        margin-top: 0.25rem;
        margin-bottom: 2rem;
    }

        .search__results-item .search-button:hover, .search__results-item .search-button:focus {
            text-decoration: none;
            background-color: #ad5d3a;
        }

    .search__results-item .product-column {
        width: 22%;
    }

@media (max-width: 767px) {
    .search__results-item .product-column {
        width: 33.33%;
    }
}

.search__results-item .product-image {
    width: 100%;
    height: auto;
}

.search__results-item .item__category {
    font-size: 0.875rem;
    font-weight: 500;
    color: #6d6d6b;
    margin-bottom: 1.15rem;
}

    .search__results-item .item__category span .seperator {
        background: #6d6d6b;
        display: inline-block;
        height: 10px;
        margin: 0 0.5rem;
        width: 1px;
    }

.search__results-item .item__title {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0.7rem;
}

    .search__results-item .item__title a {
        color: #34373c;
    }

        .search__results-item .item__title a:hover, .search__results-item .item__title a:focus {
            color: #6d6d6b;
            text-decoration: none;
        }

.search__results-item .item__desc {
    font-size: 0.875rem;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 1.5rem;
    color: #6d6d6b;
}

.search__results-item .item__flag {
    background: grey;
    border-radius: 20px;
    color: #fffff9;
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-weight: 700;
    font-size: 0.6rem;
    height: 24px;
    padding: 0 0.5rem;
    position: absolute;
    right: 0px;
    top: -5px;
    min-width: 130px;
}

    .search__results-item .item__flag.membership {
        background-color: #608da2;
    }

        .search__results-item .item__flag.membership .flag-icon {
            background-image: url("/assets/icons/member-icon.svg");
        }

    .search__results-item .item__flag.learning {
        background-color: #697f6a;
    }

        .search__results-item .item__flag.learning .flag-icon {
            background-image: url("/assets/icons/library-resource-icon.svg");
        }

    .search__results-item .item__flag .flag-icon {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%;
        height: 25px;
        width: 25px;
    }

    .search__results-item .item__flag .flag-title {
        padding: 0 0.2rem;
    }

html[dir="rtl"] .search__results-item .item__flag {
    left: 0;
    right: auto;
}

@media (max-width: 767px) {
    .search__results-item .item__flag {
        float: right;
        margin-bottom: 8px;
        position: relative;
        top: auto;
    }

    html[dir="rtl"] .search__results-item .item__flag {
        float: left;
    }
}

.header-search {
    margin-top: 1rem;
}

.header__search-input {
    background-color: #6d6d6b;
    border: none;
    border-radius: 1.6em;
    color: #fffff9;
    margin: 0 0 0 30px;
    outline: none;
    padding: 0.5em 2.5em 0.5em 1em;
    text-indent: 6px;
    width: 260px;
}

    .header__search-input::-webkit-input-placeholder {
        color: transparent;
    }

    .header__search-input:-moz-placeholder {
        color: transparent;
    }

    .header__search-input::-moz-placeholder {
        color: transparent;
    }

    .header__search-input:-ms-input-placeholder {
        color: transparent;
    }

.header__search .search___search-icon {
    background: url("/assets/icons/search-icon.svg") no-repeat center center;
    border: none;
    bottom: 10px;
    height: 21px;
    position: absolute;
    right: 14px;
    top: 9px;
    width: 20px;
}

    .header__search .search___search-icon:focus {
        border-bottom: 1px solid #fffff9;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header__search .search___search-icon {
        /* IE10+ CSS styles go here */
        top: 5px;
    }
}

html[dir="rtl"] .header__search-input {
    margin: 0 30px 0 0;
    padding: 0.5em 1em 0.5em 2.5em;
    /* unicode-bidi:bidi-override; */
    direction: RTL;
}

html[dir="rtl"] .search___search-icon {
    right: auto;
    left: 14px;
}

button.load-more {
    display: none;
    width: 100%;
    color: #fffff9;
    background-color: #6d6d6b;
    border: none;
    cursor: pointer;
    cursor: hand;
}

    button.load-more:hover, button.load-more:focus {
        background-color: #34373c;
    }

@media (max-width: 768px) {
    button.load-more {
        display: block;
    }
}

.pagination__container {
    margin-bottom: 4rem;
}

    .pagination__container .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

@media (min-width: 0px) {
    .pagination__container .mobile-pagination {
        display: block;
    }
}

@media (min-width: 768px) {
    .pagination__container .mobile-pagination {
        display: none;
    }
}

.pagination__container .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

    .pagination__container .pagination .page-item .page-link {
        /* padding: 0.75rem 1.25rem 0.75rem 1.25rem; */
        color: #6d6d6b;
        font-weight: bold;
        background-color: transparent;
        border: none;
    }

        .pagination__container .pagination .page-item .page-link:focus, .pagination__container .pagination .page-item .page-link:hover {
            color: #34373c;
        }

    .pagination__container .pagination .page-item.active .page-link, .pagination__container .pagination .page-item.disabled .page-link {
        color: #c1c2bd;
    }

    .pagination__container .pagination .page-item.active .icon, .pagination__container .pagination .page-item.disabled .icon {
        opacity: 0.5;
    }

    .pagination__container .pagination .page-item.pagination__prev, .pagination__container .pagination .page-item.pagination__next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0px;
        margin-right: auto;
        padding: 0;
    }

        .pagination__container .pagination .page-item.pagination__prev .page-link, .pagination__container .pagination .page-item.pagination__next .page-link {
            padding-left: 0.25rem;
        }

    .pagination__container .pagination .page-item.pagination__next {
        margin-left: auto;
        margin-right: 0px;
    }

        .pagination__container .pagination .page-item.pagination__next .page-link {
            padding: 0.75rem 0.25rem 0.75rem 1.25rem;
        }

@media (max-width: 575px) {
    .pagination__container .pagination .page-item {
        display: none;
    }

        .pagination__container .pagination .page-item.pagination__prev, .pagination__container .pagination .page-item.pagination__next, .pagination__container .pagination .page-item.active {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
}

ol.breadcrumb {
    margin-bottom: 3rem;
    padding: 1.5rem 0;
    background-color: transparent;
    border-bottom: 1px solid #c1c2bd;
    border-radius: 0;
}

    ol.breadcrumb .breadcrumb-item:not(:first-child):before {
        content: '>';
    }

    ol.breadcrumb .breadcrumb-item a {
        color: #6d6d6b;
    }

        ol.breadcrumb .breadcrumb-item a:hover {
            text-decoration: none;
        }

        ol.breadcrumb .breadcrumb-item a:focus {
            text-decoration: underline;
        }

    ol.breadcrumb .breadcrumb-item.active {
        color: #6d6d6b;
        font-size: 1.0625rem;
        font-weight: bold;
    }

html[dir="rtl"] .breadcrumb-item {
    float: right;
}

.dropdown .button__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    font-size: 0.85rem;
    color: #34373c;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}

    .dropdown .button__dropdown .dropdown__text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0.7rem 0.8rem;
        max-width: calc(100% - (36px + 0.4rem));
        overflow: hidden;
        text-align: left;
    }

    .dropdown .button__dropdown .dropdown__arrow {
        padding: 0.2rem 0.4rem 0.2rem 0.4rem;
        background-color: #6d6d6b;
        border: none;
    }

    .dropdown .button__dropdown:focus, .dropdown .button__dropdown:hover {
        background-color: #edeae3;
        cursor: pointer;
    }

.dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f0f0f0;
    border: none;
    border-radius: 0;
    max-height: 329px;
    /* 47px x rows (in this case 7) */
    overflow-x: hidden;
    overflow-y: auto;
}

    .dropdown .dropdown-menu .dropdown-item {
        padding: 0.8rem 1rem;
        white-space: normal;
    }

        .dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:hover {
            color: #34373c;
            background-color: #c1c2bd;
            cursor: pointer;
        }

html[dir="rtl"] .dropdown-menu, html[dir="rtl"] .dropdown .button__dropdown .dropdown__text {
    text-align: right;
}

.dropdown-select {
    width: 100%;
    height: 43px;
}

    .dropdown-select select {
        width: 100%;
        height: 43px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #e1ddd4;
        background-image: url(/assets/icons/dropdown-select.svg);
        background-position: right;
        background-repeat: no-repeat;
        color: #34373c;
        font-size: 1rem;
        font-weight: 400;
        font-style: normal;
        text-indent: 0.5rem;
        margin: 0px;
        padding: 0.5rem 0.75rem;
        border: none;
        border-radius: 0px;
    }

        .dropdown-select select:focus, .dropdown-select select:hover {
            background-color: #edeae3;
            cursor: pointer;
        }

body.my-cii .dropdown-select select {
    background-color: #f3f2ee;
    height: inherit !important;
    font-size: .85rem;
    line-height: 43px;
    min-width: 140px;
    padding: 0 .5rem;
    width: 100%;
}

    body.my-cii .dropdown-select select:focus, body.my-cii .dropdown-select select:hover {
        background-color: rgba(225, 221, 212, 0.8);
    }

html[dir="rtl"] .dropdown-select select {
    background-position: left;
}

.tag__item {
    padding: 0.5rem 1rem;
    color: #34373c;
    background-color: #e1ddd4;
}

    .tag__item:hover, .tag__item:active {
        color: #34373c;
        text-decoration: none;
        background-color: #c1c2bd;
    }

.suggestion__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem;
    height: 100%;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

    .suggestion__box .suggestion__title {
        height: 100px;
    }

        .suggestion__box .suggestion__title h4 {
            margin: 0 0 0.3rem;
        }

            .suggestion__box .suggestion__title h4 span {
                display: block;
            }

.suggestion__box--faded {
    opacity: 0.4;
}

.suggestion__box.course {
    background-color: #e7eae1;
    color: #697f6a;
}

    .suggestion__box.course .suggestion__desc-list {
        color: #37463f;
    }

    .suggestion__box.course a {
        color: #37463f;
    }

        .suggestion__box.course a.big {
            color: #697f6a;
        }

.suggestion__box.events {
    background-color: #f2e7e3;
    color: #ad5d3a;
}

    .suggestion__box.events .suggestion__desc-list {
        color: #883f1c;
    }

    .suggestion__box.events a {
        color: #883f1c;
    }

        .suggestion__box.events a.big {
            color: #ad5d3a;
        }

.suggestion__box.news {
    background-color: #f9ebe8;
    color: #83474f;
}

    .suggestion__box.news .suggestion__desc-list {
        color: #612330;
    }

    .suggestion__box.news a {
        color: #612330;
    }

        .suggestion__box.news a.big {
            color: #83474f;
        }

.suggestion__box .suggestion__date {
    font-size: 1rem;
}

.suggestion__box .suggestion__body {
    color: #6d6d6b;
    margin: 0.5rem 0rem 2rem 0rem;
}

.suggestion__box .suggestion__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 50px;
}

    .suggestion__box .suggestion__desc .suggestion__desc-list {
        font-size: 0.875rem;
        font-weight: bold;
    }

    .suggestion__box .suggestion__desc .suggestion__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .suggestion__box .suggestion__desc .suggestion__link a {
            font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
            font-weight: 400;
        }

@media (max-width: 991px) {
    .suggestion__box {
        height: auto;
    }

        .suggestion__box .suggestion__title {
            height: auto;
        }

        .suggestion__box .suggestion__date {
            font-size: 1rem;
        }

        .suggestion__box .suggestion__body {
            margin: 1rem 0rem 1rem 0rem;
        }
}

.header__skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    display: inline-block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    text-align: center;
}

    .header__skip:active, .header__skip:focus, .header__skip:hover {
        top: 0px;
        left: 0px;
        padding: 0.5rem 0rem;
        height: auto;
        width: 100%;
        overflow: visible;
        background-color: #ffffff;
    }

.overview .overview__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4rem;
}

    .overview .overview__container .overview__logo {
        width: 206px;
        background: url("/assets/icons/cii-logo-reversed.svg") no-repeat 50% 50%;
    }

    .overview .overview__container .overview__desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 75%;
    }

    .overview .overview__container .overview__actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
    }

        .overview .overview__container .overview__actions .button__submit:last-of-type {
            margin-left: 2rem;
        }

.overview.alternate .overview__container .overview__logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.overview.alternate .overview__container .overview__desc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.overview.alternate .overview__container .overview__actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.overview.center .overview__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .overview.center .overview__container .overview__logo, .overview.center .overview__container .overview__desc, .overview.center .overview__container .overview__actions {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 2rem;
        width: 100%;
        text-align: center;
    }

    .overview.center .overview__container .overview__actions {
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    .overview .overview__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .overview .overview__container .overview__logo, .overview .overview__container .overview__desc, .overview .overview__container .overview__actions {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 2rem;
            width: 100%;
            text-align: center;
        }

        .overview .overview__container .overview__actions {
            margin-bottom: 0;
        }

            .overview .overview__container .overview__actions .button__submit {
                width: auto;
            }

    .overview.alternate .overview__container .overview__logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .overview.alternate .overview__container .overview__desc {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .overview.alternate .overview__container .overview__actions {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .overview .overview__container .overview__desc {
        width: 65%;
    }
}

html[dir="rtl"] .overview .overview__container .overview__actions .button__submit:last-of-type {
    margin-left: 0px;
    margin-right: 2rem;
}

.text__panel {
    margin: 3rem 0;
    padding: 2rem 0;
    border-top: 1px solid #c1c2bd;
    border-bottom: 1px solid #c1c2bd;
}

    .text__panel h3 {
        margin-bottom: 1rem;
    }

    .text__panel p:last-of-type {
        margin-bottom: 0;
    }

.unit__courses {
    margin: 3rem 0;
}

    .unit__courses h2 {
        margin-bottom: 2rem;
    }

    .unit__courses .study__courses__container {
        margin-bottom: 3rem;
        padding: 2rem 1rem;
        background-color: #e1ddd4;
    }

        .unit__courses .study__courses__container h3 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0rem 0rem 1rem 1rem;
        }

            .unit__courses .study__courses__container h3 .icon {
                display: inline-block;
                margin-right: 0.4rem;
                cursor: pointer;
            }

        .unit__courses .study__courses__container .form-group {
            margin-bottom: 0rem;
        }

            .unit__courses .study__courses__container .form-group label {
                margin-right: 1rem;
            }

@media (max-width: 991px) {
    .unit__courses .study__courses__container .dropdown {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .unit__courses .study__courses__container .quantity_input, .unit__courses .study__courses__container .button__add, .unit__courses .study__courses__container .button__submit {
        margin-bottom: 2rem;
    }

    .unit__courses .study__courses__container .list-unstyled {
        margin-bottom: 0;
        text-align: left;
    }

    html[dir="rtl"] .unit__courses .study__courses__container .list-unstyled {
        text-align: right;
    }
}

html[dir="rtl"] .unit__courses .study__courses__container h3 {
    margin: 0rem 1rem 1rem 0rem;
}

    html[dir="rtl"] .unit__courses .study__courses__container h3 .icon {
        margin-left: 0.4rem;
        margin-right: 0;
    }

.unitcurrency__exchange_rate {
    display: inline-block;
    margin-left: 0.5rem;
}

@media (max-width: 991px) {
    .currency-dropdown .dropdown {
        margin-bottom: 2rem;
    }
}

p.unitbook__description {
    font-size: 1rem;
    font-weight: normal;
    color: #34373c;
}

.unit__courses .unitbook__break {
    border-bottom: none;
}

.unit__courses .unitbook__nobreak {
    border-bottom: 1px solid #c1c2bd;
}

.unit__courses .transparent-background-border-top-and-bottom {
    background-color: transparent;
    border-top: 1px solid #e1ddd4;
    border-bottom: 1px solid #e1ddd4;
}

ul.unit__book__prices li {
    color: #6d6d6b;
}

p.unitbook__description {
    font-size: 1rem;
    font-weight: normal;
    color: #34373c;
}

.unit__courses .unitbook__break {
    border-bottom: none;
}

.unit__courses .unitbook__nobreak {
    border-bottom: 1px solid #c1c2bd;
}

ul.unit__book__prices li {
    color: #6d6d6b;
}

.unit__header {
    padding: 6rem 0 3rem;
}

    .unit__header h2.h4 {
        margin-top: 2rem;
        color: #6d6d6b;
        font-weight: 300;
    }

@media (max-width: 767px) {
    .unit__header {
        padding: 3rem 0;
    }
}

@media (max-width: 991px) {
    .unit__institutes {
        margin-bottom: 1rem;
    }
}

.course__header {
    padding: 6rem 0 3rem;
}

    .course__header h2.h4 {
        margin-top: 2rem;
        color: #6d6d6b;
        font-weight: 300;
    }

@media (max-width: 767px) {
    .course__header {
        padding: 3rem 0;
    }
}

.course__overview {
    margin-bottom: 3rem;
    border-bottom: 1px solid #c1c2bd;
}

    .course__overview h3 {
        margin-bottom: 2rem;
    }

    .course__overview ul {
        margin: 1rem 0rem 3rem 0rem;
    }

        .course__overview ul li {
            margin-bottom: 1rem;
        }

.accordion button.accordion-button {
    float: right;
    color: #fffff9;
    background-color: #6d6d6b;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    border: none;
}

    .accordion button.accordion-button:hover, .accordion button.accordion-button:focus {
        background-color: #34373c;
    }

.accordion .item__background {
    background-color: #ffffff;
    overflow: hidden;
}

    .accordion .item__background .accordion__content {
        padding: 0.8rem 1rem;
        padding-right: 2rem;
    }

        .accordion .item__background .accordion__content p:last-of-type {
            margin-bottom: 0rem;
        }

        .accordion .item__background .accordion__content li {
            list-style-position: outside;
            padding-left: 1rem;
        }

.accordion .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.8rem 1rem;
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-weight: 700;
    color: #fffff9;
    background-color: #6d6d6b;
    text-decoration: none;
}

    .accordion .item a .icon {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        background-image: url("/assets/icons/dropdown-chevron2.svg");
        height: 1rem;
        width: 1rem;
        background-size: 100%;
    }

    .accordion .item a:hover, .accordion .item a:active, .accordion .item a:focus {
        text-decoration: none;
    }

    .accordion .item a.collapsed {
        color: #34373c;
        background-color: #e1ddd4;
    }

        .accordion .item a.collapsed .icon {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            background-image: url("/assets/icons/dropdown-chevron3.svg");
            height: 1rem;
            width: 1rem;
            background-size: 100%;
        }

    .accordion .item a:hover, .accordion .item a:focus {
        color: #fffff9;
        background-color: #6d6d6b;
    }

.accordion-unit-item {
    background: #ffffff;
    border: 1px solid #e7e5dd;
    font-size: 0.85rem;
    margin: 0 1rem 1rem;
    width: 100%;
}

    .accordion-unit-item .accordion-unit-header {
        background-color: #f3f2ee;
        padding: 1rem 0 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

        .accordion-unit-item .accordion-unit-header.accordian-unit-header-thin {
            padding: 0.75rem 0 0;
        }

        .accordion-unit-item .accordion-unit-header.active {
            background: #6E6E6C;
        }

            .accordion-unit-item .accordion-unit-header.active .accordion-unit-header-item p {
                color: #ffffff;
            }

            .accordion-unit-item .accordion-unit-header.active .accordion-unit-header-item .unit-item-trigger-container {
                border-left: 1px solid #f3f2ee;
            }

@media (max-width: 577px) {
    .accordion-unit-item .accordion-unit-header.active .accordion-unit-header-item .unit-item-trigger-container {
        border-left: none;
    }
}

.accordion-unit-item .accordion-unit-header.active .accordion-unit-header-item .unit-item-trigger-container a.unit-item-trigger {
    background-image: url(/assets/icons/dropdown-chevron-white.svg);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.accordion-unit-item .accordion-unit-header .accordion-unit-header-item {
    position: relative;
}

    .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-title p, .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-code p, .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-distance p, .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-icons p {
        padding-right: 1rem;
    }

        .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-title p i, .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-code p i, .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-distance p i, .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-icons p i {
            display: inline-block;
            width: 23px;
            height: 23px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 0.5rem;
        }

            .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-title p i.parking, .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-code p i.parking, .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-distance p i.parking, .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-icons p i.parking {
                background-image: url(/assets/icons/parking.svg);
            }

            .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-title p i.disabled-parking, .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-code p i.disabled-parking, .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-distance p i.disabled-parking, .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-icons p i.disabled-parking {
                background-image: url(/assets/icons/disabled-parking.svg);
            }

            .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-title p i.disabled-access, .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-code p i.disabled-access, .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-distance p i.disabled-access, .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-icons p i.disabled-access {
                background-image: url(/assets/icons/disabled-access.svg);
            }

    .accordion-unit-item .accordion-unit-header .accordion-unit-header-item p {
        font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
        font-size: .8rem;
        font-weight: 400;
    }

        .accordion-unit-item .accordion-unit-header .accordion-unit-header-item p strong {
            font-size: .78rem;
        }

    .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container {
        position: absolute;
        top: -11px;
        right: 50px;
        width: 1px;
        height: 40px;
        border-left: 1px solid #e7e5dd;
    }

@media (max-width: 768px) {
    .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container {
        top: -46px;
        height: 80px;
    }
}

@media (max-width: 577px) {
    .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container {
        right: 40px;
        border-left: none;
    }
}

@media (min-width: 1200px) {
    .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container.unit-item-trigger-container-chartered-firm {
        top: -8px;
        height: 35px;
    }

        .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container.unit-item-trigger-container-chartered-firm a.unit-item-trigger {
            top: -3px;
        }
}

@media (max-width: 1199px) {
    .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container.unit-item-trigger-container-chartered-firm {
        top: -6px;
        height: 100%;
    }

        .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container.unit-item-trigger-container-chartered-firm a.unit-item-trigger {
            top: -5px;
        }
}

@media (max-width: 991px) {
    .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container.unit-item-trigger-container-chartered-firm {
        top: -5px;
        height: 100%;
    }

        .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container.unit-item-trigger-container-chartered-firm a.unit-item-trigger {
            top: -5px;
        }
}

@media (max-width: 768px) {
    .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container.unit-item-trigger-container-chartered-firm {
        top: 3px;
        height: 75px;
        border-left: none;
    }
}

@media (max-width: 577px) {
    .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container.unit-item-trigger-container-chartered-firm {
        right: 40px;
        border-left: none;
    }
}

.accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container a.unit-item-trigger {
    background-image: url(/assets/icons/dropdown-chevron-grey.svg);
    background-repeat: no-repeat;
    background-size: 33%;
    background-position: center center;
    height: 40px;
    opacity: 1;
    position: absolute;
    left: 5px;
    top: 0px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 40px;
}

@media (max-width: 768px) {
    .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container a.unit-item-trigger {
        top: 20px;
    }
}

@media (max-width: 577px) {
    .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container a.unit-item-trigger {
        background-size: 40%;
        width: 30px;
    }
}

.accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container a.unit-item-trigger:hover {
    opacity: .5;
}

.accordion-unit-item .accordion-unit-header.session-header {
    background: #f2f0ee;
}

    .accordion-unit-item .accordion-unit-header.session-header p {
        font-size: .9rem;
    }

    .accordion-unit-item .accordion-unit-header.session-header.active {
        background: #C06E40;
    }

        .accordion-unit-item .accordion-unit-header.session-header.active p {
            color: #ffffff;
        }

.accordion-unit-item .accordion-unit-details {
    display: none;
    background: #ffffff;
}

    .accordion-unit-item .accordion-unit-details i {
        display: inline-block;
        width: 27px;
        height: 27px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 0.25rem;
    }

        .accordion-unit-item .accordion-unit-details i.tick {
            background-image: url(/assets/icons/tick.svg);
        }

        .accordion-unit-item .accordion-unit-details i.view-map {
            background-image: url(/assets/icons/view-map.svg);
        }

    .accordion-unit-item .accordion-unit-details a {
        font-weight: 700;
    }

        .accordion-unit-item .accordion-unit-details a:hover, .accordion-unit-item .accordion-unit-details a:focus {
            font-weight: 700;
            text-decoration: underline;
        }

@media (max-width: 767px) {
    .accordion-unit-item .accordion-unit-details a {
        text-decoration: underline;
    }
}

.accordion-unit-item .speaker {
    padding: 0 0 1rem;
}

    .accordion-unit-item .speaker p {
        margin: 0;
    }

    .accordion-unit-item .speaker:last-of-type {
        padding: 0 0 3rem;
    }

@media (min-width: 768px) {
    .accordion-unit-item .speaker:last-of-type {
        padding: 0;
    }
}

html[dir="rtl"] .accordion button.accordion-button {
    float: left;
}

html[dir="rtl"] .accordion .item a.collapsed .icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

html[dir="rtl"] .accordion-unit-item .accordion-unit-header.active .accordion-unit-header-item .unit-item-trigger-container {
    border-left: none;
    border-right: 1px solid #f3f2ee;
}

@media (max-width: 577px) {
    html[dir="rtl"] .accordion-unit-item .accordion-unit-header.active .accordion-unit-header-item .unit-item-trigger-container {
        border-right: none;
    }
}

html[dir="rtl"] .accordion-unit-item .accordion-unit-header.active .accordion-unit-header-item .unit-item-trigger-container a.unit-item-trigger {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

html[dir="rtl"] .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-icons p {
    padding-right: 1rem;
}

    html[dir="rtl"] .accordion-unit-item .accordion-unit-header .accordion-unit-header-item.accordion-unit-header-item-icons p i {
        margin-left: 0.5rem;
        margin-right: 0px;
    }

html[dir="rtl"] .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container {
    left: 0px;
    right: auto;
    width: 50px;
    border-left: none;
    border-right: 1px solid #e1ddd4;
}

@media (max-width: 577px) {
    html[dir="rtl"] .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container {
        border-left: none;
        border-right: none;
    }
}

html[dir="rtl"] .accordion-unit-item .accordion-unit-header .accordion-unit-header-item .unit-item-trigger-container a.unit-item-trigger {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

html[dir="rtl"] .accordion-unit-item .accordion-unit-details i {
    margin-left: 0.25rem;
    margin-right: 0px;
}

.basket {
    background: url("/assets/icons/basket.svg") no-repeat center top;
    background-size: 80%;
    margin-right: 18px;
    position: relative;
    height: 26px;
    width: 26px;
}

    .basket:focus {
        border-bottom: 1px solid #fffff9;
    }

    .basket .label {
        opacity: 0;
        width: 0px;
        height: 0px;
    }

    .basket span.amount {
        background: #B35A32;
        border-radius: 2rem;
        bottom: 3px;
        color: #fff;
        font-size: 0.75rem;
        height: 20px;
        line-height: 20px;
        position: absolute;
        right: -14px;
        text-align: center;
        width: 20px;
    }

@media (max-width: 991px) {
    .basket {
        height: 35px;
        width: 35px;
    }

        .basket span.amount {
            bottom: 7px;
            right: -10px;
        }
}

html[dir="rtl"] .basket {
    margin-left: 18px;
    margin-right: 0px;
}

    html[dir="rtl"] .basket span.amount {
        left: -14px;
        right: auto;
    }

.article__header {
    padding: 4rem 0 3rem;
}

    .article__header h2.h4 {
        margin-top: 2rem;
        color: #6d6d6b;
        font-weight: 300;
    }

ol.breadcrumb + .article__header {
    padding-top: 1rem;
}

@media (max-width: 767px) {
    .article__header {
        padding: 3rem 0;
    }
}

article {
    margin-bottom: 3rem;
}

    article p.standfirst {
        font-weight: 700;
    }

    article h4 {
        margin: 1em 0;
    }

.article__meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

    .article__meta ul li {
        position: relative;
        padding: 0rem 1rem 0rem 1rem;
    }

        .article__meta ul li:before {
            content: '';
            position: absolute;
            top: 25%;
            left: 0;
            height: 50%;
            width: 16%;
            border-left: 1px solid #c1c2bd;
        }

        .article__meta ul li img {
            margin-right: 1rem;
        }

        .article__meta ul li:first-child {
            padding-left: 0rem;
        }

            .article__meta ul li:first-child:before {
                border-left: 0;
            }

.media__video {
    margin: 3rem 0rem 3rem 0rem;
}

    .media__video .media__video__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        width: 80%;
    }

        .media__video .media__video__container img, .media__video .media__video__container video {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            -ms-flex-item-align: center;
            align-self: center;
            max-width: 100%;
        }

@media (max-width: 767px) {
    .media__video .media__video__container {
        width: 100%;
    }
}

.media__image {
    margin: 3rem 0rem 3rem 0rem;
}

    .media__image .media__image__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        width: 80%;
    }

        .media__image .media__image__container img {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            -ms-flex-item-align: center;
            align-self: center;
            max-width: 100%;
        }

        .media__image .media__image__container p {
            margin-top: 1rem;
            padding-bottom: 1rem;
            font-size: 0.875rem;
            border-bottom: 1px solid #c1c2bd;
        }

@media (max-width: 767px) {
    .media__image .media__image__container {
        width: 100%;
    }
}

.activity__log {
    margin-top: 3rem;
}

    .activity__log form {
        font-size: 0.875rem;
    }

        .activity__log form .form-group {
            margin-bottom: 0rem;
            padding: 0.8rem 1rem;
            border-bottom: 1px solid #c1c2bd;
        }

        .activity__log form label {
            margin-bottom: 0rem;
        }

@media (max-width: 767px) {
    .activity__log {
        margin-bottom: 3rem;
    }
}

.social__share {
    margin: 3rem 0rem 3rem 0rem;
}

    .social__share ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .social__share ul li {
            margin-right: 1em;
        }

            .social__share ul li a {
                display: inline-block;
                height: 36px;
                width: 36px;
            }

            .social__share ul li input.quantity_input {
                width: 6rem;
                font-size: 1rem;
                text-align: center;
                border: 1px solid #c1c2bd;
            }

.comments__container {
    margin: 4rem 0rem 3rem 0rem;
    padding-bottom: 4rem;
}

    .comments__container h4 {
        padding: 0rem 0rem 1.5rem 0rem;
        border-bottom: 1px solid #c1c2bd;
    }

    .comments__container .comment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        padding: 2rem 0rem 2rem 0rem;
        width: 80%;
        border-bottom: 1px solid #c1c2bd;
    }

        .comments__container .comment .form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 0;
            width: 100%;
        }

            .comments__container .comment .form textarea.comment__box {
                padding: 0.5rem;
                width: 100%;
                color: #34373c;
                font-size: 1rem;
                text-indent: 0.5rem;
                background-color: #c1c2bd;
                border: 1px solid #c1c2bd;
                border-radius: 0;
            }

                .comments__container .comment .form textarea.comment__box:active, .comments__container .comment .form textarea.comment__box:focus {
                    background-color: #e1ddd4;
                }

            .comments__container .comment .form .button__submit {
                display: inline-block;
                margin: 0rem auto 0rem auto;
                width: auto;
            }

        .comments__container .comment.read__comment {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            font-size: 0.875rem;
        }

            .comments__container .comment.read__comment .comment__author {
                margin-right: 2rem;
            }

            .comments__container .comment.read__comment .comment__content ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                align-items: baseline;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
            }

                .comments__container .comment.read__comment .comment__content ul li.author {
                    margin-right: 2rem;
                    font-size: 1rem;
                    font-weight: 700;
                }

            .comments__container .comment.read__comment .button__link {
                font-weight: 700;
            }

@media (max-width: 767px) {
    .comments__container .post__comment .form {
        width: 100%;
    }
}

html[dir="rtl"] .comments__container .comment.read__comment .comment__author {
    margin-left: 2rem;
    margin-right: 0px;
}

html[dir="rtl"] .comments__container .comment.read__comment .comment__content ul li.author {
    margin-left: 2rem;
    margin-right: 0px;
}

.contacts__container {
    margin: 0 0rem 3rem;
}

    .contacts__container .contact {
        border-bottom: 1px solid #c1c2bd;
        padding: 0 0 1rem;
        margin: 0 0rem 2rem;
    }

        .contacts__container .contact ul {
            margin: 0 0 1rem;
        }

            .contacts__container .contact ul li {
                margin: 0 0 0.2rem;
            }

                .contacts__container .contact ul li a {
                    font-weight: 400;
                }

                    .contacts__container .contact ul li a:hover, .contacts__container .contact ul li a:visited {
                        font-weight: 700;
                        text-decoration: none;
                    }

                .contacts__container .contact ul li h4 {
                    font-size: 1.2rem;
                    font-weight: 700;
                    padding: 0;
                    margin: 0 0 0.4rem;
                }

.membership__promo {
    /* margin-top: 3rem; */
    margin-top: 0;
    background: #e1ddd4 url("/assets/images/shield-bg.png") 100% 50% no-repeat;
}

    .membership__promo .membership__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 3rem;
        padding: 2rem 2rem 2rem 2rem;
        text-align: center;
    }

        .membership__promo .membership__container h2 {
            margin-bottom: 2rem;
        }

        .membership__promo .membership__container p {
            margin-bottom: 0.5rem;
        }

        .membership__promo .membership__container .button__link {
            font-weight: 700;
        }

        .membership__promo .membership__container .button__submit {
            margin: 2rem 0rem 1rem 0rem;
        }

@media (max-width: 991px) {
    .membership__promo {
        background: #e1ddd4 url("/assets/images/shield-bg-mob.png") 100% 100% no-repeat;
    }

        .membership__promo .membership__container p {
            margin-bottom: 1rem;
        }

        .membership__promo .membership__container .button__submit {
            margin: 3rem 0rem 2rem 0rem;
            width: auto;
        }
}

@media (max-width: 767px) {
    .membership__promo {
        margin-top: 3rem;
    }
}

.membership__aside {
    background: #e1ddd4;
}

    .membership__aside .membership__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2rem 2rem 2rem 2rem;
    }

        .membership__aside .membership__container h4 {
            margin: 0rem 1rem 2rem 1rem;
        }

        .membership__aside .membership__container ol {
            margin-left: -1.5rem;
        }

            .membership__aside .membership__container ol li {
                margin-bottom: 1rem;
            }

        .membership__aside .membership__container .button__submit {
            display: inline-block;
            margin: 0rem auto 0rem auto;
            width: auto;
        }

@media (max-width: 991px) {
    .membership__aside {
        margin-bottom: 3rem;
    }
}

.list__aside {
    margin-bottom: 3rem;
    background: #e1ddd4;
}

    .list__aside .list__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2rem 2rem 2rem 2rem;
    }

        .list__aside .list__container h4 {
            margin: 0rem 1rem 2rem 1rem;
        }

        .list__aside .list__container ol {
            margin-left: -1.5rem;
        }

            .list__aside .list__container ol li {
                margin-bottom: 1rem;
            }

        .list__aside .list__container .button__submit {
            display: inline-block;
            margin: 0rem auto 0rem auto;
            width: auto;
        }

@media (max-width: 991px) {
    .list__aside {
        margin-bottom: 3rem;
    }
}

.cta__aside {
    margin-bottom: 3rem;
    background: #e1ddd4;
}

    .cta__aside .cta__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2rem 2rem 2rem 2rem;
    }

        .cta__aside .cta__container h4 {
            margin: 0rem 1rem 2rem 1rem;
        }

        .cta__aside .cta__container ol {
            margin-left: -1.5rem;
        }

            .cta__aside .cta__container ol li {
                margin-bottom: 1rem;
            }

        .cta__aside .cta__container .button__submit {
            display: inline-block;
            margin: 0rem auto 0rem auto;
            width: auto;
        }

@media (max-width: 991px) {
    .cta__aside {
        margin-bottom: 3rem;
    }
}

.join__container .join__header .h2 {
    position: relative;
    padding-bottom: 2rem;
}

    .join__container .join__header .h2:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 16%;
        border-bottom: 1px solid #c1c2bd;
    }

.join__container .join__header p {
    margin-top: 2rem;
}

@media (max-width: 767px) {
    .join__container .join__header .h2:before {
        width: 24%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .join__container .join__header .h2:before {
        width: 24%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .join__container .join__header .h2:before {
        left: 0px;
        width: 18%;
    }
}

.join__form form {
    margin-bottom: 3rem;
}

    .join__form form .form-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .join__form form .form-row .row {
            margin-right: -15px;
            margin-left: -15px;
        }

    .join__form form .dropdown .button__dropdown {
        background-color: #e1ddd4;
    }

        .join__form form .dropdown .button__dropdown:active, .join__form form .dropdown .button__dropdown:focus {
            background: #f1eff1;
        }

@media (max-width: 767px) {
    .join__form form .form-row .form-group.dob {
        margin-bottom: 0rem;
    }

    .join__form form .form-row .dropdown {
        margin-bottom: 1rem;
    }
}

.timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

    .timeline .timeline-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative;
    }

        .timeline .timeline-item:last-child {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
        }

        .timeline .timeline-item .timeline-item-circle {
            color: #fffff9;
            display: block;
            font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
            font-size: 1.2rem;
            font-weight: 600;
            line-height: 40px;
            margin-bottom: 20px;
            padding: 20px;
            position: relative;
            text-align: center;
            z-index: 2;
        }

            .timeline .timeline-item .timeline-item-circle:hover {
                text-decoration: none;
            }

            .timeline .timeline-item .timeline-item-circle:focus .item-number {
                -webkit-box-shadow: 0px 0px 7px #34373c;
                box-shadow: 0px 0px 7px #34373c;
            }

            .timeline .timeline-item .timeline-item-circle .item-number {
                background-color: #e1ddd4;
                border-radius: 2rem;
                color: #fffff9;
                display: block;
                height: 40px;
                left: 0;
                position: absolute;
                top: 0;
                width: 40px;
            }

            .timeline .timeline-item .timeline-item-circle .item-title {
                border-radius: 2rem;
                color: #c5c1b7;
                display: none;
                font-size: 0.9rem;
                font-weight: 400;
                line-height: 2rem;
                height: 40px;
                left: 0;
                padding: 0.3rem 1rem 0.3rem 60px;
                position: absolute;
                text-align: left;
                top: 0;
                width: 100%;
                z-index: -1;
            }

        .timeline .timeline-item .timeline-item-connector {
            height: 90%;
            left: 15px;
            overflow: hidden;
            position: absolute;
            top: 30px;
            width: 9px;
            background-color: #e1ddd4;
            z-index: 1;
        }

            .timeline .timeline-item .timeline-item-connector .connector-fill {
                display: none;
            }

        .timeline .timeline-item.current .timeline-item-circle .item-number {
            background-color: #608da2;
        }

        .timeline .timeline-item.current .timeline-item-circle .item-title {
            background-color: #608da2;
            color: #fffff9;
            display: block;
            font-weight: 600;
        }

        .timeline .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
            display: block;
            background-color: #608da2;
            border: 3px solid #fffff9;
            position: absolute;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            left: -20px;
            height: 49px;
            top: -34px;
            width: 49px;
        }

        .timeline .timeline-item.completed .timeline-item-circle .item-number {
            background: #9db0c1 url(/assets/icons/timeline-tick.svg) no-repeat center center;
            background-size: 50%;
            text-indent: -9999px;
        }

        .timeline .timeline-item.completed .timeline-item-circle .item-title {
            color: #9db0c1;
            display: block;
            font-weight: 600;
        }

        .timeline .timeline-item.completed .timeline-item-circle:hover .item-number {
            background-color: #608da2;
        }

        .timeline .timeline-item.completed .timeline-item-circle:hover .item-title {
            color: #608da2;
        }

        .timeline .timeline-item.completed .timeline-item-connector {
            background-color: #9db0c1;
        }

        .timeline .timeline-item.incompleted .timeline-item-circle .item-number {
            background: #9db0c1 url(/assets/icons/timeline-cross.svg) no-repeat center center;
            background-size: 40%;
            text-indent: -9999px;
        }

        .timeline .timeline-item.incompleted .timeline-item-circle .item-title {
            color: #9db0c1;
            display: block;
            font-weight: 600;
        }

        .timeline .timeline-item.incompleted .timeline-item-circle:hover .item-number {
            background-color: #608da2;
        }

        .timeline .timeline-item.incompleted .timeline-item-circle:hover .item-title {
            color: #608da2;
        }

        .timeline .timeline-item.incompleted .timeline-item-connector {
            background-color: #9db0c1;
        }

    .timeline.events .timeline-item.current .timeline-item-circle .item-number {
        background-color: #C06E40;
    }

    .timeline.events .timeline-item.current .timeline-item-circle .item-title {
        background-color: #C06E40;
        color: #fffff9;
    }

@media (min-width: 768px) {
    .timeline.events .timeline-item.current .timeline-item-circle .item-title {
        background: none;
        color: #C06E40;
    }
}

.timeline.events .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
    background-color: #C06E40;
}

.timeline.events .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
    background-color: #C06E40;
}

@media (min-width: 768px) {
    .timeline.events .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
        left: -116px;
        height: 179px;
        top: -85px;
        width: 179px;
    }

    html[dir="rtl"] .timeline.events .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
        right: -118px;
    }
}

@media (min-width: 992px) {
    .timeline.events .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
        left: -80px;
        top: -84px;
    }

    html[dir="rtl"] .timeline.events .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
        right: -82px;
    }
}

@media (min-width: 1200px) {
    .timeline.events .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
        left: -40px;
        top: -82px;
    }

    html[dir="rtl"] .timeline.events .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
        right: -47px;
    }
}

.timeline.events .timeline-item.completed .timeline-item-circle .item-number {
    background-color: #DEB69C;
}

.timeline.events .timeline-item.completed .timeline-item-circle .item-title {
    color: #DEB69C;
    display: block;
    font-weight: 600;
}

.timeline.events .timeline-item.completed .timeline-item-circle:hover .item-number {
    background-color: #C06E40;
}

.timeline.events .timeline-item.completed .timeline-item-circle:hover .item-title {
    color: #C06E40;
}

.timeline.events .timeline-item.completed .timeline-item-connector {
    background-color: #DEB69C;
}

.timeline.events .timeline-item.incompleted .timeline-item-circle .item-number {
    background-color: #DEB69C;
}

.timeline.events .timeline-item.incompleted .timeline-item-circle .item-title {
    color: #DEB69C;
}

.timeline.events .timeline-item.incompleted .timeline-item-circle:hover .item-number {
    background-color: #C06E40;
}

.timeline.events .timeline-item.incompleted .timeline-item-circle:hover .item-title {
    color: #C06E40;
}

.timeline.events .timeline-item.incompleted .timeline-item-connector {
    background-color: #DEB69C;
}

@media (min-width: 992px) {
    .timeline.events .timeline-item .timeline-item-connector {
        left: 40px;
    }

    html[dir="rtl"] .timeline.events .timeline-item .timeline-item-connector {
        left: auto;
        right: 40px;
    }
}

@media (min-width: 768px) {
    .timeline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 4rem;
        padding: 0 15px;
        position: relative;
        left: 0;
        top: 0;
    }

        .timeline .timeline-item .timeline-item-circle {
            margin-bottom: 0;
        }

            .timeline .timeline-item .timeline-item-circle .item-title {
                background: none;
                border-radius: 0;
                display: block;
                font-size: 0.7rem;
                -webkit-hyphens: auto;
                -ms-hyphens: auto;
                hyphens: auto;
                left: -35px;
                line-height: 1rem;
                padding: 0;
                top: -40px;
                text-align: center;
                width: 110px;
            }

        .timeline .timeline-item .timeline-item-connector {
            height: 9px;
            left: 30px;
            top: 16px;
            width: 90%;
        }

        .timeline .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
            border: 4px solid #fffff9;
            left: -12px;
            top: -20px;
        }

        .timeline .timeline-item.current .timeline-item-circle .item-title {
            background: none;
            color: #608da2;
            font-weight: 600;
        }

        .timeline.events .timeline .timeline-item.current .timeline-item-circle .item-title {
            color: #C06E40;
        }
}

@media (min-width: 992px) {
    .timeline .timeline-item .timeline-item-connector {
        height: 11px;
        top: 18px;
    }

    .timeline .timeline-item .timeline-item-circle {
        font-size: 1.5rem;
        height: 50px;
        width: 50px;
    }

        .timeline .timeline-item .timeline-item-circle .item-title {
            font-size: 0.8rem;
            -webkit-hyphens: none;
            -ms-hyphens: none;
            hyphens: none;
            left: -48px;
            width: 140px;
        }

        .timeline .timeline-item .timeline-item-circle .item-number {
            height: 46px;
            line-height: 46px;
            width: 46px;
        }

    .timeline .timeline-item.incompleted .timeline-item-circle .item-title {
        font-weight: 500;
    }

    .timeline .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
        height: 99px;
        left: -45px;
        top: -44px;
        width: 99px;
    }
}

@media (min-width: 1200px) {
    .timeline .timeline-item .timeline-item-connector {
        height: 15px;
        top: 18px;
    }

    .timeline .timeline-item .timeline-item-circle {
        font-size: 1.5rem;
        height: 50px;
        width: 50px;
    }

        .timeline .timeline-item .timeline-item-circle .item-title {
            font-size: 0.9rem;
            left: -57px;
            width: 160px;
        }

        .timeline .timeline-item .timeline-item-circle .item-number {
            height: 50px;
            line-height: 50px;
            width: 50px;
        }

    .timeline .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
        top: -42px;
        left: -30px;
    }
}

html[dir="rtl"] .timeline .timeline-item .timeline-item-circle .item-number {
    left: auto;
    right: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    html[dir="rtl"] .timeline .timeline-item .timeline-item-circle .item-title {
        left: auto;
        right: -35px;
    }
}

html[dir="rtl"] .timeline .timeline-item .timeline-item-connector {
    left: auto;
    right: 30px;
}

html[dir="rtl"] .timeline .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
    left: auto;
    right: -20px;
}

@media (min-width: 768px) {
    html[dir="rtl"] .timeline .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
        left: auto;
        right: -7px;
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .timeline .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
        left: auto;
        right: -42px;
    }
}

@media (min-width: 1200px) {
    html[dir="rtl"] .timeline .timeline-item.current.half-completed .timeline-item-connector .connector-fill {
        left: auto;
        right: -26px;
    }
}

@media (max-width: 767.98px) {
    html[dir="rtl"] .timeline .timeline-item .timeline-item-circle .item-title {
        padding: 0.3rem 60px 0.3rem 1rem;
        text-align: right;
        right: 0;
    }

    html[dir="rtl"] .timeline .timeline-item .timeline-item-connector {
        left: auto;
        right: 14px;
    }
}

.sps-form-wrapper {
    padding-left: 60px;
    padding-right: 15px;
    position: relative;
}

    .sps-form-wrapper .row {
        z-index: 2;
    }

@media (min-width: 768px) {
    .sps-form-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .sps-form-wrapper.step-1 {
        padding-top: 63px;
    }

    .sps-form-wrapper.step-2 {
        padding-top: 123px;
    }

    .sps-form-wrapper.step-3 {
        padding-top: 183px;
    }

    .sps-form-wrapper.step-4 {
        padding-top: 243px;
    }

    .sps-form-wrapper.step-5 {
        padding-top: 303px;
    }

    .sps-form-wrapper.step-6 {
        padding-top: 363px;
    }

    .sps-form-wrapper.step-7 {
        padding-top: 423px;
    }
}

html[dir="rtl"] .sps-form-wrapper {
    padding-left: 15px;
    padding-right: 60px;
}

@media (min-width: 768px) {
    html[dir="rtl"] .sps-form-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.radio-container .icon.tooltip-reverse {
    bottom: 6px;
    position: absolute;
}

.sps-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.member-button {
    background-color: #ffffff;
}

    .member-button .member-button-link {
        font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
        display: inline-block;
        color: #083147;
        font-weight: 700;
        width: 100%;
        border: 2px solid #608da2;
        background-color: transparent;
        padding: 0.75rem 2rem;
        text-decoration: none;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

@media (min-width: 768px) {
    .member-button .member-button-link {
        width: auto;
    }
}

.member-button .member-button-link:focus, .member-button .member-button-link:hover {
    color: #ffffff;
    background-color: #608da2;
    border: 2px solid #608da2;
    text-decoration: none;
}

.member-header {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
}

    .member-header .member-header-inner {
        position: relative;
    }

        .member-header .member-header-inner .container {
            padding: 0px;
        }

            .member-header .member-header-inner .container .row .member-logo {
                width: 125px;
                height: auto;
                padding-top: 13px;
                padding-bottom: 13px;
                padding-left: 1rem;
            }

            .member-header .member-header-inner .container .row .member-menu {
                display: block;
            }

@media (min-width: 768px) {
    .member-header .member-header-inner .container .row .member-menu {
        display: none;
    }
}

.member-header .member-header-inner .container .row .member-menu img {
    position: absolute;
    top: 35px;
    right: 2rem;
    width: 40px;
    height: auto;
    cursor: hand;
    cursor: pointer;
}

.member-header .member-header-inner .container .row .member-header-top-navigation {
    display: none;
    height: 50px;
    background-image: url(/assets/images/swish.svg);
    background-position: right 0px;
    background-size: 150px 40px;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .member-header .member-header-inner .container .row .member-header-top-navigation {
        display: block;
    }
}

.member-header .member-header-inner .container .row .member-header-top-navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .member-header .member-header-inner .container .row .member-header-top-navigation ul li {
        display: inline-block;
        list-style: none;
        padding: 0px;
        margin: 0px;
        margin-left: 0.9rem;
    }

        .member-header .member-header-inner .container .row .member-header-top-navigation ul li a {
            font-size: 0.75rem;
            font-weight: 400;
            color: #4e4e4d;
            text-decoration: none;
        }

            .member-header .member-header-inner .container .row .member-header-top-navigation ul li a:focus, .member-header .member-header-inner .container .row .member-header-top-navigation ul li a:hover {
                color: #030710;
                text-decoration: none;
            }

.member-header .member-header-inner .container .row .member-header-navigation {
    display: none;
    position: absolute;
    bottom: 0px;
}

@media (min-width: 768px) {
    .member-header .member-header-inner .container .row .member-header-navigation {
        display: block;
    }
}

.member-header .member-header-inner .container .row .member-header-navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .member-header .member-header-inner .container .row .member-header-navigation ul li {
        display: inline-block;
        list-style: none;
        padding: 0px;
        margin: 0px;
        margin-left: 2rem;
    }

        .member-header .member-header-inner .container .row .member-header-navigation ul li a {
            font-size: 0.9rem;
            font-weight: 400;
            color: #4e4e4d;
            text-decoration: none;
        }

            .member-header .member-header-inner .container .row .member-header-navigation ul li a.member-header-link-active {
                color: #608da2;
                font-weight: 400;
                text-decoration: none;
            }

            .member-header .member-header-inner .container .row .member-header-navigation ul li afocus, .member-header .member-header-inner .container .row .member-header-navigation ul li a:hover {
                color: #608da2;
                font-weight: 400;
                text-decoration: none;
            }

.member-header .member-header-inner .mobile-navigation {
    display: block;
}

@media (min-width: 768px) {
    .member-header .member-header-inner .mobile-navigation {
        display: none;
    }
}

.member-header .member-header-inner .mobile-navigation .row {
    background-color: #f6f6f6;
    border-top: 1px solid #ececec;
}

    .member-header .member-header-inner .mobile-navigation .row .col-12 .container a {
        display: block;
        width: 100%;
        padding: 0.75rem 1rem;
        color: #4e4e4d;
        font-size: 0.9rem;
        font-weight: 400;
        text-decoration: none;
    }

        .member-header .member-header-inner .mobile-navigation .row .col-12 .container a.member-header-link-active {
            color: #608da2;
            font-weight: 500;
            text-decoration: none;
        }

        .member-header .member-header-inner .mobile-navigation .row .col-12 .container a:focus, .member-header .member-header-inner .mobile-navigation .row .col-12 .container a:hover {
            color: #608da2;
            font-weight: 400;
            text-decoration: none;
        }

.member-spacer {
    margin-top: 106px;
}

.member-hero {
    font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

@media (min-width: 576px) {
    .member-hero {
        height: 280px;
    }
}

@media (min-width: 768px) {
    .member-hero {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .member-hero {
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .member-hero {
        height: 400px;
    }
}

.member-hero .member-hero-buttons {
    position: absolute;
    width: 100%;
    bottom: 1rem;
}

@media (min-width: 576px) {
    .member-hero .member-hero-buttons {
        bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .member-hero .member-hero-buttons {
        bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .member-hero .member-hero-buttons {
        bottom: 2rem;
    }
}

@media (min-width: 1200px) {
    .member-hero .member-hero-buttons {
        bottom: 2rem;
    }
}

.member-hero .member-hero-buttons .member-hero-buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .member-hero .member-hero-buttons .member-hero-buttons-container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.member-hero .member-hero-buttons .member-hero-buttons-container .member-hero-button {
    margin-left: 0px;
    margin-right: 1rem;
}

@media (min-width: 768px) {
    .member-hero .member-hero-buttons .member-hero-buttons-container .member-hero-button {
        margin-left: 1rem;
        margin-right: 0px;
    }
}

.member-hero .member-hero-buttons .member-hero-buttons-container .member-hero-button .member-hero-slash {
    width: 0.625rem;
    height: 0.625rem;
    -webkit-transform: none;
    transform: none;
    background-color: black;
    cursor: hand;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.5;
}

@media (min-width: 768px) {
    .member-hero .member-hero-buttons .member-hero-buttons-container .member-hero-button .member-hero-slash {
        width: 0.3rem;
        height: 1.25rem;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: white;
        border-radius: 0px;
        opacity: 0.5;
    }
}

.member-hero .member-hero-buttons .member-hero-buttons-container .member-hero-button.member-hero-button-active .member-hero-slash {
    background-color: #ffffff;
    opacity: 1;
}

.member-hero .member-hero-container {
    position: absolute;
    width: 100%;
    height: 250px;
}

@media (min-width: 576px) {
    .member-hero .member-hero-container {
        height: 280px;
    }
}

@media (min-width: 768px) {
    .member-hero .member-hero-container {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .member-hero .member-hero-container {
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .member-hero .member-hero-container {
        height: 400px;
    }
}

.member-hero .member-hero-container .member-hero-container-inner {
    position: relative;
    height: 250px;
}

@media (min-width: 576px) {
    .member-hero .member-hero-container .member-hero-container-inner {
        height: 280px;
    }
}

@media (min-width: 768px) {
    .member-hero .member-hero-container .member-hero-container-inner {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .member-hero .member-hero-container .member-hero-container-inner {
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .member-hero .member-hero-container .member-hero-container-inner {
        height: 400px;
    }
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide {
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
}

    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container {
        width: 100%;
        height: 100%;
    }

        .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-image {
            position: absolute;
            top: 0px;
            left: 50%;
            width: 50%;
            height: 100%;
            background-position: right;
            background-repeat: no-repeat;
            background-size: cover;
            background-color: #608da2;
            opacity: .5;
        }

@media (min-width: 576px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-image {
        left: 50%;
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-image {
        background-image: none !important;
    }
}

@media (min-width: 768px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-image {
        left: 50%;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-image {
        left: 50%;
        opacity: 1;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-image {
        left: 40%;
        width: 60%;
    }
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 95%;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(/assets/images/blue-carousel-background.png);
    background-size: cover;
}

@media (min-width: 576px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-overlay {
        width: 85%;
    }
}

@media (min-width: 768px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-overlay {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-overlay {
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-overlay {
        width: 60%;
    }
}

html[dir="rtl"] .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-overlay {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: 0;
    right: 0;
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container {
    display: table;
    height: 240px;
}

@media (min-width: 576px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container {
        height: 260px;
    }
}

@media (min-width: 768px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container {
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container {
        height: 400px;
    }
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container .row {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

html[dir="rtl"] .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container .row > div * {
    text-align: right;
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container .row h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #083147;
}

@media (min-width: 576px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container .row h1 {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container .row h1 {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container .row h1 {
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container .row h1 {
        font-size: 3rem;
    }
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container .row h1 strong {
    font-weight: 700;
    color: #dfeaf0;
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container .row p {
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: .75rem;
}

@media (min-width: 768px) {
    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container .row p {
        font-size: 0.9rem;
        line-height: 150%;
        margin-bottom: 1rem;
    }
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container .row a.member-hero-button {
    display: inline-block;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    border: 1px solid #ffffff;
    background-color: transparent;
    padding: 0.5rem 0.9rem;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

html[dir="rtl"] .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container .row a.member-hero-button {
    float: right;
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container .row a.member-hero-button:focus, .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide .member-hero-slide-container .member-hero-text .container .row a.member-hero-button:hover {
    color: #083147;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.blue .member-hero-slide-container .member-hero-image {
    background-color: #608da2;
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.blue .member-hero-slide-container .member-hero-overlay {
    background-image: url(/assets/images/carousel-background-blue.png);
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.blue .member-hero-slide-container .member-hero-text .container .row h1 {
    color: #083147;
}

    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.blue .member-hero-slide-container .member-hero-text .container .row h1 strong {
        color: #dfeaf0;
    }

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.blue .member-hero-slide-container .member-hero-text .container .row a.member-hero-button:focus, .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.blue .member-hero-slide-container .member-hero-text .container .row a.member-hero-button:hover {
    color: #083147;
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.green .member-hero-slide-container .member-hero-image {
    background-color: #697f6a;
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.green .member-hero-slide-container .member-hero-overlay {
    background-image: url(/assets/images/carousel-background-green.png);
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.green .member-hero-slide-container .member-hero-text .container .row h1 {
    color: #14211b;
}

    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.green .member-hero-slide-container .member-hero-text .container .row h1 strong {
        color: #e7eae1;
    }

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.green .member-hero-slide-container .member-hero-text .container .row a.member-hero-button:focus, .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.green .member-hero-slide-container .member-hero-text .container .row a.member-hero-button:hover {
    color: #14211b;
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.orange .member-hero-slide-container .member-hero-image {
    background-color: #ad5d3a;
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.orange .member-hero-slide-container .member-hero-overlay {
    background-image: url(/assets/images/carousel-background-orange.png);
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.orange .member-hero-slide-container .member-hero-text .container .row h1 {
    color: #401805;
}

    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.orange .member-hero-slide-container .member-hero-text .container .row h1 strong {
        color: #f2e7e3;
    }

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.orange .member-hero-slide-container .member-hero-text .container .row a.member-hero-button:focus, .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.orange .member-hero-slide-container .member-hero-text .container .row a.member-hero-button:hover {
    color: #401805;
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.purple .member-hero-slide-container .member-hero-image {
    background-color: #6a596c;
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.purple .member-hero-slide-container .member-hero-overlay {
    background-image: url(/assets/images/carousel-background-purple.png);
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.purple .member-hero-slide-container .member-hero-text .container .row h1 {
    color: #1b0c31;
}

    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.purple .member-hero-slide-container .member-hero-text .container .row h1 strong {
        color: #f5e7e6;
    }

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.purple .member-hero-slide-container .member-hero-text .container .row a.member-hero-button:focus, .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.purple .member-hero-slide-container .member-hero-text .container .row a.member-hero-button:hover {
    color: #1b0c31;
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.red .member-hero-slide-container .member-hero-image {
    background-color: #83474f;
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.red .member-hero-slide-container .member-hero-overlay {
    background-image: url(/assets/images/carousel-background-red.png);
}

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.red .member-hero-slide-container .member-hero-text .container .row h1 {
    color: #3e010e;
}

    .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.red .member-hero-slide-container .member-hero-text .container .row h1 strong {
        color: #f9ebe8;
    }

.member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.red .member-hero-slide-container .member-hero-text .container .row a.member-hero-button:focus, .member-hero .member-hero-container .member-hero-container-inner .member-hero-slide.red .member-hero-slide-container .member-hero-text .container .row a.member-hero-button:hover {
    color: #3e010e;
}

.member-hero .member-hero-container.events .member-hero-container-inner .member-hero-slide.orange .member-hero-slide-container .member-hero-overlay {
    background-image: url(/assets/images/carousel-background-orange-alt1.png);
}

@media (min-width: 992px) {
    .member-hero .member-hero-container.events .member-hero-container-inner .member-hero-slide.orange .member-hero-slide-container .member-hero-overlay {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .member-hero .member-hero-container.events .member-hero-container-inner .member-hero-slide.orange .member-hero-slide-container .member-hero-image {
        left: 40%;
        width: 60%;
    }

    html[dir="rtl"] .member-hero .member-hero-container.events .member-hero-container-inner .member-hero-slide.orange .member-hero-slide-container .member-hero-image {
        left: auto;
        right: 40%;
    }
}

.member-hero .member-hero-container.events .member-hero-container-inner .member-hero-slide.orange .member-hero-slide-container .member-hero-text .container .row a.member-hero-button {
    font-size: 0.9rem;
}

body.member {
    background-color: #ffffff;
}

.member-mycard {
    font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
    background-color: #f6f6f6;
    width: 100%;
}

    .member-mycard .membership-card {
        width: 100%;
        height: auto;
        border: 1px solid #c8c5c5;
        border-radius: 20px;
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    }

    .member-mycard .member-button {
        display: block;
        width: 100%;
        color: #083147;
        font-size: 0.7rem;
        font-weight: 700;
        text-align: center;
        background-color: #f6f6f6;
        padding: 0.75rem 1rem;
        border: 2px solid #608da2;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .member-mycard .member-button:focus, .member-mycard .member-button:hover {
            color: #ffffff;
            background-color: #608da2;
            text-decoration: none;
        }

    .member-mycard .member-add-button {
        width: 150px;
        height: auto;
    }

    .member-mycard .member-validation-text {
        font-size: 0.9rem;
        font-weight: 500;
    }

    .member-mycard .member-validation-code {
        display: block;
        width: 100%;
        color: #4e4e4d;
        font-size: 0.9rem;
        font-weight: 500;
        text-align: center;
        background-color: #ececec;
        padding: 0.75rem 1rem;
        border: 2px solid #ececec;
    }

    .member-mycard .member-information-button {
        width: 2rem;
        height: 2rem;
        background-image: url(/assets/icons/member-info-icon.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: -9px;
        cursor: hand;
        cursor: pointer;
    }

        .member-mycard .member-information-button:focus, .member-mycard .member-information-button:hover {
            background-image: url(/assets/icons/member-info-icon-over.svg);
        }

    .member-mycard .member-icon-button {
        padding: 0.5rem;
        padding-bottom: 0.6rem;
        background-color: #608da2;
        border-radius: 5px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        cursor: hand;
        cursor: pointer;
    }

        .member-mycard .member-icon-button:focus, .member-mycard .member-icon-button:hover {
            background-color: #4e4e4d;
        }

    .member-mycard .member-download-button {
        width: 1.6rem;
        height: auto;
    }

    .member-mycard .member-card-title {
        font-size: 0.9rem;
        font-weight: 700;
    }

    .member-mycard .member-card-information-text {
        font-size: 0.9rem;
        font-weight: 400;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .member-mycard .member-card-shaped {
        position: relative;
        padding-top: 63%;
    }

        .member-mycard .member-card-shaped .member-card-shaped-inner {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            padding-left: 3rem;
            border-radius: 20px;
            -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
        }

            .member-mycard .member-card-shaped .member-card-shaped-inner .member-card-position {
                display: table;
                width: 100%;
                height: 100%;
            }

                .member-mycard .member-card-shaped .member-card-shaped-inner .member-card-position .member-card-position-inner {
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                }

                    .member-mycard .member-card-shaped .member-card-shaped-inner .member-card-position .member-card-position-inner .member-card-container {
                        text-align: left;
                    }

                        .member-mycard .member-card-shaped .member-card-shaped-inner .member-card-position .member-card-position-inner .member-card-container p {
                            font-size: 0.9rem;
                            font-weight: 500;
                        }

.member-stripe hr {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    border-bottom: 13px solid #ececec;
}

.member-text {
    font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
}

    .member-text p {
        width: 100%;
        color: #4e4e4d;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 150%;
        margin-left: auto;
        margin-right: auto;
    }

@media (min-width: 768px) {
    .member-text p {
        width: 70%;
    }
}

.member-title.white-background {
    background-color: #ffffff;
}

.member-title.grey-background {
    background-color: #f6f6f6;
}

.member-title h2 {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 120%;
    color: #4e4e4d;
    width: 100%;
    text-align: left;
}

@media (min-width: 576px) {
    .member-title h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .member-title h2 {
        font-size: 1.9rem;
        line-height: 120%;
        width: 70%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.member-title h2 strong {
    color: #608da2;
    font-weight: 700;
}

.member-title hr {
    display: inline-block;
    width: 66px;
    border: none;
    border-bottom: 5px solid #608da2;
    padding: 0px;
}

@media (min-width: 768px) {
    .member-title hr {
        margin-left: auto;
        margin-right: auto;
    }
}

.my-cii-sidebar {
    background-color: #45494c;
    color: #fffff9;
    font-size: 0.85rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .my-cii-sidebar header {
        padding: 3rem 2rem;
        text-align: center;
    }

        .my-cii-sidebar header h3 {
            font-size: 1.5rem;
            font-weight: 500;
        }

        .my-cii-sidebar header p {
            color: #e7e5dd;
            font-size: 0.8rem;
            margin-bottom: 0.8rem;
        }

    .my-cii-sidebar .my-cii-status {
        background-color: #565a5d;
        padding: 2rem;
    }

        .my-cii-sidebar .my-cii-status p {
            color: #ffffff;
            margin: 0;
        }

            .my-cii-sidebar .my-cii-status p a {
                color: #fffff9;
                font-weight: 400;
                text-decoration: underline;
            }

                .my-cii-sidebar .my-cii-status p a:hover, .my-cii-sidebar .my-cii-status p a:focus {
                    font-weight: 600;
                }

    .my-cii-sidebar .my-cii-nav ul {
        margin: 0;
        padding: 0;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-padding-start: 0;
    }

        .my-cii-sidebar .my-cii-nav ul li {
            border-bottom: 1px solid #565a5d;
            list-style: none;
            font-size: 0.8rem;
            position: relative;
            white-space: nowrap;
        }

            .my-cii-sidebar .my-cii-nav ul li.nav-selected {
                background-color: #34373c;
            }

            .my-cii-sidebar .my-cii-nav ul li p.nav-item {
                display: block;
                color: #fffff9;
                font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
                font-weight: 500;
                padding: 1rem 2rem 1rem 4rem;
                margin-bottom: 0px;
                text-decoration: none;
            }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item::after {
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: 100%;
                    content: "";
                    display: block;
                    height: 30px;
                    left: 2rem;
                    position: absolute;
                    top: 0.65rem;
                    width: 20px;
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.dashboard:after {
                    background-image: url(/assets/icons/mycii-nav-dashboard.svg);
                    width: 24px;
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.profile:after {
                    background-image: url(/assets/icons/mycii-nav-profile.svg);
                    background-size: 90%;
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.preferences:after {
                    background-image: url(/assets/icons/mycii-nav-preferences.svg);
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.order-history:after {
                    background-image: url(/assets/icons/mycii-nav-order-history.svg);
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.examinations:after {
                    background-image: url(/assets/icons/mycii-exam-results.svg);
                    width: 28px;
                    left: 1.75rem;
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.certifications:after {
                    background-image: url(/assets/icons/mycii-nav-certifications.svg);
                    background-size: 90%;
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.cpd:after {
                    background-image: url(/assets/icons/mycii-nav-cpd.svg);
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.sps:after {
                    background-image: url(/assets/icons/mycii-nav-sps.svg);
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.knowledge-centre:after {
                    background-image: url(/assets/icons/mycii-nav-knowledge-centre.svg);
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.learning-statement:after {
                    background-image: url(/assets/icons/mycii-nav-learning-statement.svg);
                    background-size: 90%;
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.learning-journey:after {
                    background-image: url(/assets/icons/mycii-nav-learning-journey.svg);
                    width: 24px;
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.membership:after {
                    background-image: url(/assets/icons/mycii-nav-member-benefits.svg);
                    width: 24px;
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.corporate-administration:after {
                    background-image: url(/assets/icons/mycii-nav-corporate-administration.svg);
                    width: 24px;
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.yourmoney:after {
                    background-image: url(/assets/icons/mycii-nav-yourmoney.svg);
                    width: 22px;
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.member-benefits:after {
                    background-image: url(/assets/icons/mycii-nav-member-benefits.svg);
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item.my-events:after {
                    background-image: url(/assets/icons/mycii-nav-events.svg);
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item:hover {
                    text-decoration: none;
                }

                .my-cii-sidebar .my-cii-nav ul li p.nav-item:focus {
                    background-color: #34373c;
                }

            .my-cii-sidebar .my-cii-nav ul li a.nav-item {
                display: block;
                color: #fffff9;
                font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
                font-weight: 500;
                padding: 1rem 2rem 1rem 4rem;
                text-decoration: none;
            }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item::after {
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: 100%;
                    content: "";
                    display: block;
                    height: 30px;
                    left: 2rem;
                    position: absolute;
                    top: 0.65rem;
                    width: 20px;
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item.dashboard:after {
                    background-image: url(/assets/icons/mycii-nav-dashboard.svg);
                    width: 24px;
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item.profile:after {
                    background-image: url(/assets/icons/mycii-nav-profile.svg);
                    background-size: 90%;
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item.preferences:after {
                    background-image: url(/assets/icons/mycii-nav-preferences.svg);
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item.order-history:after {
                    background-image: url(/assets/icons/mycii-nav-order-history.svg);
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item.examinations:after {
                    background-image: url(/assets/icons/mycii-exam-results.svg);
                    width: 28px;
                    left: 1.75rem;
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item.certifications:after {
                    background-image: url(/assets/icons/mycii-nav-certifications.svg);
                    background-size: 90%;
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item.cpd:after {
                    background-image: url(/assets/icons/mycii-nav-cpd.svg);
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item.sps:after {
                    background-image: url(/assets/icons/mycii-nav-sps.svg);
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item.knowledge-centre:after {
                    background-image: url(/assets/icons/mycii-nav-knowledge-centre.svg);
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item.learning-statement:after {
                    background-image: url(/assets/icons/mycii-nav-learning-statement.svg);
                    background-size: 90%;
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item.learning-journey:after {
                    background-image: url(/assets/icons/mycii-nav-learning-journey.svg);
                    width: 24px;
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item.membership:after {
                    background-image: url(/assets/icons/mycii-nav-member-benefits.svg);
                    width: 24px;
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item.corporate-administration:after {
                    background-image: url(/assets/icons/mycii-nav-corporate-administration.svg);
                    width: 24px;
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item.yourmoney:after {
                    background-image: url(/assets/icons/mycii-nav-yourmoney.svg);
                    width: 22px;
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item.member-benefits:after {
                    background-image: url(/assets/icons/mycii-nav-member-benefits.svg);
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item:hover {
                    text-decoration: none;
                }

                .my-cii-sidebar .my-cii-nav ul li a.nav-item:focus {
                    background-color: #34373c;
                }

            .my-cii-sidebar .my-cii-nav ul li a.flag {
                background: #ff0000;
                border-radius: 2rem;
                -webkit-box-sizing: initial;
                box-sizing: initial;
                color: #fffff9;
                font-size: 0.75rem;
                height: 20px;
                line-height: 20px;
                position: absolute;
                right: 1rem;
                text-align: center;
                text-decoration: none;
                top: 1rem;
                width: 20px;
            }

                .my-cii-sidebar .my-cii-nav ul li a.flag:hover, .my-cii-sidebar .my-cii-nav ul li a.flag:focus {
                    background: #fffff9;
                    color: #ff0000;
                }

                .my-cii-sidebar .my-cii-nav ul li a.flag.flag-dot {
                    height: 7px;
                    right: -1rem;
                    top: 7px;
                    width: 14px;
                }

            .my-cii-sidebar .my-cii-nav ul li ul {
                margin: -0.5rem 0 0;
                padding: 0 2rem .5rem 4rem;
            }

                .my-cii-sidebar .my-cii-nav ul li ul li {
                    border-bottom: 0;
                    margin-bottom: 0.5rem;
                }

                    .my-cii-sidebar .my-cii-nav ul li ul li a {
                        color: #e7e5dd;
                        display: block;
                        font-weight: 400;
                        padding: 0.2rem 0;
                    }

                        .my-cii-sidebar .my-cii-nav ul li ul li a.nav-selected {
                            text-decoration: underline;
                        }

            .my-cii-sidebar .my-cii-nav ul li:hover, .my-cii-sidebar .my-cii-nav ul li .nav-selected {
                background-color: #34373c;
                text-decoration: none;
            }

    .my-cii-sidebar .my-cii-nav p.logout {
        margin: 0;
    }

        .my-cii-sidebar .my-cii-nav p.logout a {
            color: #e7e5dd;
            display: block;
            font-weight: 400;
            padding: 3rem 0;
            text-decoration: underline;
        }

            .my-cii-sidebar .my-cii-nav p.logout a:hover, .my-cii-sidebar .my-cii-nav p.logout a:focus {
                font-weight: 600;
            }

    .my-cii-sidebar #sidebar-close-link {
        position: absolute;
        right: 1rem;
        top: 1rem;
    }

@media (max-width: 991.98px) {
    .my-cii-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: -50%;
    }

        .my-cii-sidebar header {
            padding: 1.5rem 1.5rem 0;
            text-align: left;
        }

        .my-cii-sidebar .my-cii-status {
            background: none;
            padding: 0 1.5rem 1.5rem;
        }

        .my-cii-sidebar .my-cii-nav ul li p.nav-item {
            padding: 1rem 2rem 1rem 3.5rem;
        }

            .my-cii-sidebar .my-cii-nav ul li p.nav-item::after {
                left: 1.5rem;
            }

            .my-cii-sidebar .my-cii-nav ul li p.nav-item.examinations:after {
                left: 1.15rem;
            }

        .my-cii-sidebar .my-cii-nav ul li a.nav-item {
            padding: 1rem 2rem 1rem 3.5rem;
        }

            .my-cii-sidebar .my-cii-nav ul li a.nav-item::after {
                left: 1.5rem;
            }

            .my-cii-sidebar .my-cii-nav ul li a.nav-item.examinations:after {
                left: 1.15rem;
            }

        .my-cii-sidebar .my-cii-nav ul li ul {
            padding: 0 2rem .5rem 3.5rem;
        }

    .nav-active .my-cii-sidebar {
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .my-cii-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: -100%;
        z-index: 9;
    }

        .my-cii-sidebar.nav-active-height {
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
        }

    .nav-active .my-cii-sidebar {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        margin-left: 0;
    }

        .nav-active .my-cii-sidebar.sticky {
            bottom: 3rem;
            position: fixed;
        }
}

@media (min-width: 1200px) {
    .my-cii-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

html[dir="rtl"] .my-cii-sidebar .my-cii-nav ul li ul {
    padding: 0 4rem .5rem 2rem;
}

html[dir="rtl"] .my-cii-sidebar .my-cii-nav ul li a.nav-item, html[dir="rtl"] .my-cii-sidebar .my-cii-nav ul li p.nav-item {
    padding: 1rem 4rem 1rem 2rem;
}

    html[dir="rtl"] .my-cii-sidebar .my-cii-nav ul li a.nav-item:after, html[dir="rtl"] .my-cii-sidebar .my-cii-nav ul li p.nav-item:after {
        left: auto;
        right: 1.5rem;
    }

    html[dir="rtl"] .my-cii-sidebar .my-cii-nav ul li a.nav-item.profile:after, html[dir="rtl"] .my-cii-sidebar .my-cii-nav ul li p.nav-item.profile:after {
        right: 1.6rem;
    }

    html[dir="rtl"] .my-cii-sidebar .my-cii-nav ul li a.nav-item.examinations:after, html[dir="rtl"] .my-cii-sidebar .my-cii-nav ul li p.nav-item.examinations:after {
        right: 1.35rem;
    }

    html[dir="rtl"] .my-cii-sidebar .my-cii-nav ul li a.nav-item.order-history:after, html[dir="rtl"] .my-cii-sidebar .my-cii-nav ul li p.nav-item.order-history:after {
        right: 1.75rem;
    }

html[dir="rtl"] .my-cii-sidebar .my-cii-nav ul li a.flag {
    left: 1rem;
    right: auto;
}

    html[dir="rtl"] .my-cii-sidebar .my-cii-nav ul li a.flag.flag-dot {
        left: -1rem;
        right: auto;
    }

html[dir="rtl"] .my-cii-sidebar #sidebar-close-link {
    left: 1rem;
    right: auto;
}

@media (max-width: 991.98px) {
    html[dir="rtl"] .my-cii-sidebar {
        margin-left: auto;
        margin-right: -50%;
    }

        html[dir="rtl"] .my-cii-sidebar header {
            text-align: right;
        }

    html[dir="rtl"] .nav-active .my-cii-sidebar {
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    html[dir="rtl"] .my-cii-sidebar {
        margin-left: auto;
        margin-right: -100%;
    }
}

.my-cii-container {
    overflow: hidden;
}

.my-cii-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .my-cii-main button:not(.button__dropdown):not(.dropdown-item), .my-cii-main a.button {
        background-color: #608da2;
        border: none;
        border-radius: 3px;
        color: #fffff9;
        cursor: pointer;
        font-size: .8rem;
        font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
        text-align: center;
    }

        .my-cii-main button:not(.button__dropdown):not(.dropdown-item):hover, .my-cii-main button:not(.button__dropdown):not(.dropdown-item):focus, .my-cii-main a.button:hover, .my-cii-main a.button:focus {
            background-color: #4c7385;
            outline: 0;
        }

    .my-cii-main .dropdown .button__dropdown, .my-cii-main .dropdown .dropdown-item {
        font-size: 0.85rem;
        color: #6E6E6C;
    }

    .my-cii-main .title-panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 3px 3px 0 0;
        padding: 0.8rem 70px 0.8rem 1.5rem;
        position: relative;
    }

        .my-cii-main .title-panel .hdr-icon {
            background-size: 80%;
            background-position: center center;
            background-repeat: no-repeat;
            height: 35px;
            position: absolute;
            right: 1rem;
            top: 6px;
            width: 50px;
        }

            .my-cii-main .title-panel .hdr-icon.membership {
                background-image: url(/assets/icons/mycii-hdr-membership.svg);
                background-size: 64%;
            }

            .my-cii-main .title-panel .hdr-icon.study {
                background-image: url(/assets/icons/mycii-hdr-study.svg);
                height: 30px;
                top: 8px;
            }

            .my-cii-main .title-panel .hdr-icon.research {
                background-image: url(/assets/icons/mycii-hdr-research.svg);
                background-size: 74%;
            }

            .my-cii-main .title-panel .hdr-icon.local {
                background-image: url(/assets/icons/mycii-hdr-local.svg);
                background-size: 46%;
            }

            .my-cii-main .title-panel .hdr-icon.events {
                background-image: url(/assets/icons/mycii-hdr-events.svg);
                background-size: 64%;
            }

            .my-cii-main .title-panel .hdr-icon.magazines {
                background-image: url(/assets/icons/mycii-hdr-magazines.svg);
            }

            .my-cii-main .title-panel .hdr-icon.pfs-regions {
                background-image: url(/assets/icons/mycii-pfs-regions.svg);
                background-size: 64%;
            }

    .my-cii-main p {
        color: #6E6E6C;
    }

        .my-cii-main p a:visited {
            color: #c1c2bd;
        }

    .my-cii-main .header-btn-group {
        border-bottom: 1px solid #c1c2bd;
        padding: 0 0 1.5rem;
        margin: 0 0 1.5rem;
    }

@media (max-width: 767.98px) {
    .my-cii-main .header-btn-group {
        margin-top: 1.5rem;
    }
}

.my-cii-main .header-btn-group a {
    background-color: transparent;
    border: 1px solid #6E6E6C;
    border-radius: 0;
    color: #6E6E6C;
    font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    padding: 11px .5rem;
    text-transform: uppercase;
}

    .my-cii-main .header-btn-group a:hover, .my-cii-main .header-btn-group a:active, .my-cii-main .header-btn-group a:focus {
        background-color: #6E6E6C;
        color: #ffffff;
    }

    .my-cii-main .header-btn-group a.current {
        border: 2px solid #608da2;
        background-color: #608da2;
        color: #ffffff;
    }

@media (max-width: 767.98px) {
    .my-cii-main .header-btn-group a {
        width: 100%;
    }

        .my-cii-main .header-btn-group a:nth-child(2) {
            margin: .5rem 0;
        }
}

@media (min-width: 768px) {
    .my-cii-main .header-btn-group {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        -webkit-column-gap: 1rem;
        column-gap: 1rem;
    }
}

@media (min-width: 992px) {
    .my-cii-main .header-btn-group {
        -webkit-column-gap: 2rem;
        column-gap: 2rem;
    }
}

@media (max-width: 575.98px) {
    .my-cii-main .title-panel {
        padding: 0.8rem 1.5rem 0.8rem !important;
    }
}

@media (max-width: 767.98px) {
    .nav-active .my-cii-main {
        margin-right: -100%;
    }
}

@media (max-width: 991.98px) {
    .my-cii-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .nav-active .my-cii-main {
        margin-right: -50%;
        max-width: 99.99%;
    }
}

@media (min-width: 1200px) {
    .my-cii-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

html[dir="rtl"] .my-cii-main .title-panel {
    padding: 0.8rem 1.5rem 0.8rem 70px;
}

    html[dir="rtl"] .my-cii-main .title-panel .hdr-icon {
        left: 1rem;
        right: auto;
    }

@media (max-width: 991.98px) {
    html[dir="rtl"] .nav-active .my-cii-main {
        margin-left: -50%;
        margin-right: auto;
    }
}

@media (max-width: 767.98px) {
    html[dir="rtl"] .nav-active .my-cii-main {
        margin-left: -100%;
        margin-right: auto;
    }
}

.my-cii-header {
    background-color: #565a5d;
    border-top: 1px solid #5e5d61;
    color: #fffff9;
    font-size: 0.85rem;
    padding: 1rem 0;
}

    .my-cii-header h4 {
        font-size: 1rem;
        font-weight: 500;
    }

        .my-cii-header h4 span {
            color: inherit;
            font-weight: 200;
        }

        .my-cii-header h4.mycii-nav-trigger .arrow-down {
            color: inherit;
            display: inline-block;
            height: 10px;
            font-weight: 200;
            text-decoration: none;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            width: 25px;
        }

        .my-cii-header h4.triggered .arrow-down {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        .my-cii-header h4.mycii-username {
            text-align: right;
        }

@media (max-width: 991.98px) {
    .my-cii-header h4.mycii-nav-trigger {
        cursor: pointer;
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .my-cii-header h4.mycii-nav-trigger {
        text-align: center;
    }
}

html[dir="rtl"] .my-cii-header h4.mycii-nav-trigger .arrow-down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

html[dir="rtl"] .my-cii-header h4.triggered .arrow-down {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

html[dir="rtl"] .my-cii-header h4.mycii-username {
    text-align: left;
}

@media (max-width: 991.98px) {
    html[dir="rtl"] .my-cii-header h4.mycii-nav-trigger {
        text-align: right;
    }
}

@media (max-width: 575.98px) {
    html[dir="rtl"] .my-cii-header h4.mycii-nav-trigger {
        text-align: center;
    }
}
/*
.my-cii-header {
  h4 {
    font-weight: 400;

    @media (min-width: 0px)
    {
      font-size: 0.7rem;
    }

    @media (min-width: 576px)
    {
      font-size: 1rem;
    }

    @media (min-width: 768px)
    {
      font-size: 1rem;
    }

    a {
      font-weight: 400;
      color: $cii_secondary_cream;
      text-decoration: underline;

      &:hover, &:focus
      {
        font-weight: 700;
        color: $cii_secondary_cream;
        text-decoration: underline;
      }
    }
  }
}
*/
.my-cii-footer {
    background-color: #608da2;
    border-bottom: 7px solid #9badbb;
    font-size: 0.85rem;
    padding: 1rem 0 0;
}

    .my-cii-footer div {
        color: #fffff9;
    }

        .my-cii-footer div.my-cii-footer-info {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding: 1rem 0;
            position: relative;
            width: 100%;
            min-height: 1px;
        }

        .my-cii-footer div.my-cii-footer-main {
            position: relative;
            width: 100%;
            min-height: 1px;
        }

            .my-cii-footer div.my-cii-footer-main .col-4 {
                border-right: 1px solid rgba(255, 255, 255, 0.1);
                padding: 1rem 0;
            }

                .my-cii-footer div.my-cii-footer-main .col-4:last-child {
                    border: 0;
                }

        .my-cii-footer div a {
            color: #fffff9;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
            font-weight: 500;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0 auto;
            text-align: center;
            width: auto;
        }

            .my-cii-footer div a span.icon {
                background-size: 100%;
                height: 60px;
                margin: 0 auto 1rem;
                opacity: 1;
                width: 70px;
            }

            .my-cii-footer div a.web-form span.icon {
                background: url(/assets/icons/mycii-nav-web-form.svg) no-repeat center center;
            }

            .my-cii-footer div a.call-us span.icon {
                background: url(/assets/icons/mycii-nav-call-us.svg) no-repeat center center;
            }

            .my-cii-footer div a.send-email span.icon {
                background: url(/assets/icons/mycii-nav-send-email.svg) no-repeat center center;
                width: 60px;
            }

            .my-cii-footer div a:hover span.icon, .my-cii-footer div a:focus span.icon {
                opacity: 0.5;
            }

        .my-cii-footer div p.text-wrapper {
            color: #ffffff;
            padding: 0.5rem 2rem 0 3.7rem;
            position: relative;
        }

            .my-cii-footer div p.text-wrapper:after {
                background: url(/assets/icons/mycii-info.svg) no-repeat center center;
                background-size: 100%;
                content: "";
                display: none;
                height: 20px;
                left: 1.5rem;
                position: absolute;
                top: 0.5rem;
                width: 20px;
            }

@media (min-width: 768px) {
    .my-cii-footer {
        padding: 1rem 0;
    }

        .my-cii-footer div.my-cii-footer-info {
            border-bottom: none;
            border-right: 1px solid rgba(255, 255, 255, 0.1);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 36%;
            flex: 0 0 36%;
            max-width: 36%;
            padding: 1rem 0 0;
        }

        .my-cii-footer div.my-cii-footer-main {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 64%;
            flex: 0 0 64%;
            max-width: 64%;
        }

            .my-cii-footer div.my-cii-footer-main .col-4 {
                padding: 1rem 0 0;
            }

        .my-cii-footer div a {
            width: 150px;
        }

            .my-cii-footer div a span.icon {
                height: 80px;
                width: 90px;
            }

            .my-cii-footer div a.send-email span.icon {
                width: 80px;
            }

        .my-cii-footer div p.text-wrapper {
            padding: 0.5rem 3rem 0 4rem;
        }

            .my-cii-footer div p.text-wrapper:after {
                left: 2rem;
            }
}

@media (min-width: 1200px) {
    .my-cii-footer div.my-cii-footer-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .my-cii-footer div.my-cii-footer-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

html[dir="rtl"] .my-cii-footer div p.text-wrapper {
    padding: 0.5rem 4rem 0 3rem;
}

    html[dir="rtl"] .my-cii-footer div p.text-wrapper:after {
        right: 2rem;
        left: auto;
    }

html[dir="rtl"] .my-cii-footer div.my-cii-footer-main .col-4 {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
}

    html[dir="rtl"] .my-cii-footer div.my-cii-footer-main .col-4:last-child {
        border: 0;
    }

@media (min-width: 768px) {
    html[dir="rtl"] .my-cii-footer div.my-cii-footer-info {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-right: none;
    }
}

.my-cii-sticky-footer {
    background-color: #ffffff;
    border-top: 1px solid #dddad7;
    bottom: 0;
    font-size: 0.85rem;
    padding: 0.7rem 1rem;
    position: fixed;
    width: 100%;
    z-index: 10;
}

    .my-cii-sticky-footer ul {
        margin: 0;
        padding: 0 !important;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-padding-start: 0;
    }

        .my-cii-sticky-footer ul li {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .my-cii-sticky-footer ul li a {
                background-size: 45%;
                background-repeat: no-repeat;
                background-position: center center;
                display: block;
                height: 38px;
                width: 70px;
            }

                .my-cii-sticky-footer ul li a svg {
                    fill: #828280;
                    height: 90%;
                    padding-top: 6px;
                }

                    .my-cii-sticky-footer ul li a svg.telephone {
                        height: 100%;
                        padding-top: 0;
                    }

                    .my-cii-sticky-footer ul li a svg path {
                        fill: #828280 !important;
                    }

                .my-cii-sticky-footer ul li a.profile {
                    background-image: url(/assets/icons/mycii-nav-profile-inactive.svg);
                    background-size: 32%;
                }

                    .my-cii-sticky-footer ul li a.profile:hover, .my-cii-sticky-footer ul li a.profile:focus, .my-cii-sticky-footer ul li a.profile.nav-selected {
                        background-image: url(/assets/icons/mycii-nav-profile-active.svg);
                    }

                .my-cii-sticky-footer ul li a.preferences {
                    background-image: url(/assets/icons/mycii-nav-preferences-inactive.svg);
                    background-size: 40%;
                }

                    .my-cii-sticky-footer ul li a.preferences:hover, .my-cii-sticky-footer ul li a.preferences:focus, .my-cii-sticky-footer ul li a.preferences.nav-selected {
                        background-image: url(/assets/icons/mycii-nav-preferences-active.svg);
                    }

                .my-cii-sticky-footer ul li a.dashboard {
                    background-image: url(/assets/icons/mycii-nav-dashboard-inactive.svg);
                }

                    .my-cii-sticky-footer ul li a.dashboard:hover, .my-cii-sticky-footer ul li a.dashboard:focus, .my-cii-sticky-footer ul li a.dashboard.nav-selected {
                        background-image: url(/assets/icons/mycii-nav-dashboard-active.svg);
                    }

                .my-cii-sticky-footer ul li a.examinations {
                    background-image: url(/assets/icons/mycii-nav-examinations-inactive.svg);
                    background-size: 50%;
                }

                    .my-cii-sticky-footer ul li a.examinations:hover, .my-cii-sticky-footer ul li a.examinations:focus, .my-cii-sticky-footer ul li a.examinations.nav-selected {
                        background-image: url(/assets/icons/mycii-nav-examinations-active.svg);
                    }

                .my-cii-sticky-footer ul li a.telephone {
                    background-image: url(/assets/icons/mycii-nav-telephone-inactive.svg);
                    background-size: 39%;
                }

                    .my-cii-sticky-footer ul li a.telephone:hover, .my-cii-sticky-footer ul li a.telephone:focus, .my-cii-sticky-footer ul li a.telephone.nav-selected {
                        background-image: url(/assets/icons/mycii-nav-telephone-active.svg);
                    }

.my-cii-alert {
    font-size: 0.9rem;
    margin: 0;
    padding: 0.5rem 3rem 0.5rem 0.5rem;
    position: relative;
}

    .my-cii-alert .icon-wrapper {
        background: #638FA6;
        border-radius: 2px;
        height: 2rem;
        margin: -3px 1rem 0 0;
        width: 2rem;
    }

        .my-cii-alert .icon-wrapper .icon {
            max-height: 1.2rem;
            margin: 0;
            max-width: 1.2rem;
        }

    .my-cii-alert.complete .icon-wrapper {
        background: #72876F;
    }

    .my-cii-alert.notify .icon-wrapper {
        background: #BD6540;
    }

    .my-cii-alert.action .icon-wrapper {
        background: #844750;
    }

    .my-cii-alert p {
        font-size: 0.85rem !important;
        font-weight: 400;
        line-height: 1.4rem !important;
        margin-bottom: 0;
        padding-right: 2rem;
    }

        .my-cii-alert p.title {
            color: #34373c;
            font-weight: 600;
        }

            .my-cii-alert p.title .title-wrapper {
                margin-right: 0.5rem;
                font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
            }

            .my-cii-alert p.title .flash {
                background: #6E6E6C;
                color: #ffffff;
                font-size: 0.6rem;
                padding: 4px 8px;
                line-height: 100%;
            }

            .my-cii-alert p.title .corporate-admin {
                width: auto;
                height: 16px;
                margin-top: -2px;
            }

        .my-cii-alert p a {
            color: inherit;
            font-weight: 400;
            text-decoration: underline;
        }

            .my-cii-alert p a:hover, .my-cii-alert p a:focus {
                font-weight: 600;
            }

    .my-cii-alert a.close-alert {
        position: absolute;
        top: 0.75rem;
        left: auto;
        right: 0;
        opacity: 0.5;
        width: 0.75rem;
        height: 0.75rem;
    }

        .my-cii-alert a.close-alert:hover, .my-cii-alert a.close-alert:focus {
            opacity: 1;
        }

html[dir="rtl"] .my-cii-alert {
    padding: 1rem 0 1rem 3rem;
}

    html[dir="rtl"] .my-cii-alert .icon-wrapper {
        margin: 0 0 0 1rem;
    }

    html[dir="rtl"] .my-cii-alert p {
        padding-left: 2rem;
        padding-right: 0;
    }

        html[dir="rtl"] .my-cii-alert p.title .title-wrapper {
            margin-left: 0.5rem;
            margin-right: 0;
        }

    html[dir="rtl"] .my-cii-alert a.close-alert {
        left: 0;
        right: auto;
    }

.my-cii-box {
    background: #ffffff;
    border: 1px solid #e7e5dd;
    border-radius: 3px;
    font-size: 0.85rem;
    padding: 1.5rem;
    width: 100%;
}

    .my-cii-box.with-header {
        border-radius: 0 0 3px 3px;
        border-top: 0;
        padding: 0rem 1.5rem 1.5rem;
    }

    .my-cii-box li:first-child {
        padding: 1rem 0;
    }

    .my-cii-box.dark {
        background: #E8E4DD;
    }

        .my-cii-box.dark .dropdown .button__dropdown {
            background-color: #fff !important;
        }

            .my-cii-box.dark .dropdown .button__dropdown:hover {
                background-color: #fff;
            }

    .my-cii-box.recommendation {
        height: 100%;
        padding: 1.5rem 1.5rem 5rem;
    }

        .my-cii-box.recommendation.status img {
            max-height: 250px;
        }

        .my-cii-box.recommendation.status .button {
            max-width: 200px;
        }

        .my-cii-box.recommendation.status .image-wrapper {
            max-width: 20%;
            margin-left: 1rem;
            margin-right: 2rem;
        }

        .my-cii-box.recommendation.status .text-wrapper {
            max-width: 68%;
            width: auto;
        }

        .my-cii-box.recommendation p a {
            font-weight: 400;
            text-decoration: underline;
            color: inherit;
        }

            .my-cii-box.recommendation p a:hover {
                font-weight: 600;
                text-decoration: none;
            }

@media (max-width: 767px) {
    .my-cii-box.recommendation:not(.status) {
        padding: 1.5rem 1.5rem 9rem;
    }
}

.my-cii-box.voucher {
    height: 100%;
    padding: 1.5rem 1.5rem 1rem;
}

    .my-cii-box.voucher .row.button-wrapper {
        position: relative;
        left: auto;
        right: auto;
    }

.my-cii-box .icon:not(.arrow-down) {
    height: 43px;
    width: 43px;
}

.my-cii-box .icon.tooltip-reverse {
    height: 19px;
    width: 19px;
}

.my-cii-box .icon.tooltip-checkbox {
    margin-top: -8px;
}

.my-cii-box h6 {
    color: #34373c;
    font-size: 0.95rem;
    line-height: 1.5rem;
}

.my-cii-box p {
    color: #6E6E6C;
}

.my-cii-box li {
    border-top: 1px solid #C7C4BF;
    font-weight: 600;
    list-style: none;
    line-height: 2rem;
    padding: 1rem 0;
}

    .my-cii-box li p {
        font-weight: 400;
    }

    .my-cii-box li:first-child {
        border-top: 0;
    }

    .my-cii-box li:last-child {
        padding: 1rem 0 0;
    }

    .my-cii-box li a {
        color: inherit;
        font-weight: 400;
        text-decoration: underline;
    }

        .my-cii-box li a:hover, .my-cii-box li a:focus {
            font-weight: 600;
        }

.my-cii-box .row.button-wrapper {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 10px;
}

@media (max-width: 767px) {
    .my-cii-box .row.button-wrapper {
        left: 25px;
        right: 25px;
    }
}

.my-cii-box a.button {
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    min-width: auto;
    white-space: nowrap;
}

    .my-cii-box a.button.at-bottom {
        position: absolute;
        left: 15px;
        bottom: 0;
        width: 85%;
    }

@media (max-width: 1199px) {
    .my-cii-box a.button.at-bottom {
        left: 15px;
        width: 90%;
    }
}

@media (max-width: 991px) {
    .my-cii-box a.button.at-bottom {
        left: 15px;
        width: 85%;
    }
}

@media (max-width: 767px) {
    .my-cii-box a.button.at-bottom {
        left: 15px;
        width: 85%;
    }
}

.my-cii-box span.text-wrapper {
    margin-right: 1.5rem;
}

.my-cii-box a.select-all {
    color: #6E6E6C !important;
    display: inline-block;
    font-weight: 400;
    text-decoration: underline;
}

    .my-cii-box a.select-all:hover {
        font-weight: 600;
        text-decoration: none;
    }

.my-cii-box .checkbox-wrapper {
    margin-bottom: .5rem;
}

ul.my-cii-box {
    padding: 1rem 1.5rem;
}

ul.status-list {
    padding: 0;
}

    ul.status-list li {
        border: none;
        font-weight: 400;
        line-height: 1rem;
        padding: 0 0 0.4rem !important;
    }

fieldset .my-cii-box.with-header {
    padding: 0 1.5rem;
}

@media (max-width: 767.98px) {
    .my-cii-box .row.button-wrapper {
        margin-left: -1rem !important;
        margin-right: -1rem !important;
    }

    .my-cii-box.recommendation.status .text-wrapper {
        max-width: 55%;
    }

    .my-cii-box.recommendation.status .image-wrapper {
        max-width: 20%;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

html[dir="rtl"] .my-cii-box span.text-wrapper {
    margin-left: 1.5rem;
    margin-right: 0;
}

html[dir="rtl"] .my-cii-box a.button.at-bottom {
    left: auto;
    right: 15px;
}

html[dir="rtl"] .my-cii-box.recommendation.status .image-wrapper {
    margin-left: 2rem;
    margin-right: 1rem;
}

@media (max-width: 767.98px) {
    html[dir="rtl"] .my-cii-box.recommendation.status .image-wrapper {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.my-cii-main .carousel {
    background: none;
    margin-bottom: 1rem;
    min-height: auto;
}

    .my-cii-main .carousel .carousel-indicators {
        bottom: -10px;
        width: 100%;
    }

        .my-cii-main .carousel .carousel-indicators li:last-child {
            margin-right: 15px;
        }

@media (min-width: 768px) {
    .my-cii-main .carousel .carousel-item {
        display: block;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {
    .my-cii-main .carousel {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }

        .my-cii-main .carousel .carousel-inner .row {
            margin: 0;
        }

            .my-cii-main .carousel .carousel-inner .row .carousel-item {
                padding: 0;
                margin: 0;
            }
}

.my-cii-learning-journey p strong {
    color: #34373c;
}

.my-cii-learning-journey .target-icon {
    height: 3rem;
}

.my-cii-learning-journey .pr-large {
    padding-right: 5rem;
}

@media (max-width: 767px) {
    .my-cii-learning-journey .pr-large {
        padding-right: 2rem;
    }
}

.my-cii-learning-journey .arrow-background {
    background-image: url(/assets/icons/CurrentGoalArrow.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

    .my-cii-learning-journey .arrow-background .white-background {
        position: relative;
        background-color: #ffffff;
        width: 100%;
        height: 100%;
    }

        .my-cii-learning-journey .arrow-background .white-background img {
            width: 100%;
            height: auto;
        }

            .my-cii-learning-journey .arrow-background .white-background img.product-image {
                margin-right: 5rem;
            }

            .my-cii-learning-journey .arrow-background .white-background img.fade-out {
                opacity: 0.6;
            }

        .my-cii-learning-journey .arrow-background .white-background .tick-badge {
            position: absolute;
            top: -14px;
            right: -14px;
            width: 28px;
            height: 28px;
            background-color: rgba(0, 0, 0, 0);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .my-cii-learning-journey .arrow-background .white-background .edit-badge {
            position: absolute;
            top: -14px;
            right: -14px;
            width: 28px;
            height: 28px;
            background-color: rgba(0, 0, 0, 0);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .my-cii-learning-journey .arrow-background .white-background .refresh-badge {
            position: absolute;
            top: -14px;
            right: -14px;
            width: 28px;
            height: 28px;
            background-color: rgba(0, 0, 0, 0);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.my-cii-learning-journey .non-arrow-background .white-background {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

    .my-cii-learning-journey .non-arrow-background .white-background img {
        width: 100%;
        height: auto;
    }

        .my-cii-learning-journey .non-arrow-background .white-background img.product-image {
            margin-right: 5rem;
        }

        .my-cii-learning-journey .non-arrow-background .white-background img.fade-out {
            opacity: 0.6;
        }

    .my-cii-learning-journey .non-arrow-background .white-background .tick-badge {
        position: absolute;
        top: -14px;
        right: -14px;
        width: 28px;
        height: 28px;
        background-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .my-cii-learning-journey .non-arrow-background .white-background .edit-badge {
        position: absolute;
        top: -14px;
        right: -14px;
        width: 28px;
        height: 28px;
        background-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .my-cii-learning-journey .non-arrow-background .white-background .refresh-badge {
        position: absolute;
        top: -14px;
        right: -14px;
        width: 28px;
        height: 28px;
        background-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.my-cii-learning-journey .journey-btn {
    background: #638fa6;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    opacity: .8;
    padding: 2rem 1rem 1rem;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .my-cii-learning-journey .journey-btn .icon {
        background-image: url("/assets/icons/mycii-learning-journey-pound.svg");
        background-size: 90%;
        height: 80px;
        margin: 0 auto 2rem;
        width: 80px;
    }

    .my-cii-learning-journey .journey-btn.active, .my-cii-learning-journey .journey-btn:hover {
        -webkit-box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 0.3);
        opacity: 1;
        text-decoration: none;
    }

        .my-cii-learning-journey .journey-btn.active .icon, .my-cii-learning-journey .journey-btn:hover .icon {
            background-image: url("/assets/icons/mycii-learning-journey-pound-active.svg");
        }

        .my-cii-learning-journey .journey-btn.active h6, .my-cii-learning-journey .journey-btn:hover h6 {
            font-weight: 600;
        }

    .my-cii-learning-journey .journey-btn h6 {
        border-top: 1px solid #ffffff;
        color: #ffffff;
        font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
        font-weight: 400;
        padding: 1rem 0 0;
        margin: 0;
    }

    .my-cii-learning-journey .journey-btn.insurance {
        background: #72876f;
    }

        .my-cii-learning-journey .journey-btn.insurance .icon {
            background-image: url("/assets/icons/mycii-learning-journey-shield.svg");
        }

        .my-cii-learning-journey .journey-btn.insurance.active .icon, .my-cii-learning-journey .journey-btn.insurance:hover .icon {
            background-image: url("/assets/icons/mycii-learning-journey-shield-active.svg");
        }

.my-cii-learning-journey .recent-history {
    background: #f3f2ee;
    border: 1px solid #e7e5dd;
    border-radius: 3px;
    padding: 1.5rem;
    width: 100%;
}

    .my-cii-learning-journey .recent-history .history-item {
        background: #ffffff;
        border-radius: 3px;
        border: 1px solid #e7e5dd;
        margin-bottom: 1rem;
        padding-bottom: .5rem;
        padding-right: 1rem;
        position: relative;
    }

        .my-cii-learning-journey .recent-history .history-item:last-child {
            margin-bottom: 0;
        }

        .my-cii-learning-journey .recent-history .history-item .history-item-code {
            background: #72876F;
            color: #ffffff;
            display: block;
            font-weight: 600;
            height: 1.4rem;
            line-height: 1.5rem;
            margin: .5rem 1rem 1rem .5rem;
            padding: 0 .5rem;
            text-align: center;
            text-transform: uppercase;
        }

        .my-cii-learning-journey .recent-history .history-item .history-item-icon {
            background: #72876F;
            border-radius: 50%;
            padding: 3px 7px;
            position: absolute;
            height: 28px;
            right: -10px;
            top: -10px;
            width: 28px;
        }

            .my-cii-learning-journey .recent-history .history-item .history-item-icon.in-progress {
                background: #6B596D;
            }

            .my-cii-learning-journey .recent-history .history-item .history-item-icon.action {
                background: #83474f;
            }

            .my-cii-learning-journey .recent-history .history-item .history-item-icon.timer {
                background: #75706d;
            }

        .my-cii-learning-journey .recent-history .history-item .history-item-text p {
            margin: .5rem 0 0;
            line-height: 1.2rem;
        }

            .my-cii-learning-journey .recent-history .history-item .history-item-text p.history-item-time {
                font-size: .8rem;
                margin: 0;
            }

html[dir="rtl"] .my-cii-learning-journey .recent-history .history-item {
    padding-left: 1rem;
    padding-right: 0;
}

    html[dir="rtl"] .my-cii-learning-journey .recent-history .history-item .history-item-icon {
        left: -10px;
        right: auto;
    }

    html[dir="rtl"] .my-cii-learning-journey .recent-history .history-item .history-item-code {
        margin: .5rem .5rem 1rem 1rem;
    }

html[dir="rtl"] .pr-large {
    padding-left: 5rem !important;
    padding-right: 0px !important;
}

@media (max-width: 767px) {
    html[dir="rtl"] .pr-large {
        padding-left: 2rem !important;
    }
}

html[dir="rtl"] .arrow-background {
    background-image: url(/assets/icons/CurrentGoalArrow-RTL.svg);
    background-position: left;
}

    html[dir="rtl"] .arrow-background .white-background img.product-image {
        margin-left: 5rem !important;
        margin-right: 0px !important;
    }

    html[dir="rtl"] .arrow-background .white-background .tick-badge {
        left: -14px;
        right: auto;
    }

    html[dir="rtl"] .arrow-background .white-background .edit-badge {
        left: -14px;
        right: auto;
    }

    html[dir="rtl"] .arrow-background .white-background .refresh-badge {
        left: -14px;
        right: auto;
    }

html[dir="rtl"] .non-arrow-background .white-background img.product-image {
    margin-left: 5rem !important;
    margin-right: 0px !important;
}

html[dir="rtl"] .non-arrow-background .white-background .tick-badge {
    left: -14px;
    right: auto;
}

html[dir="rtl"] .non-arrow-background .white-background .edit-badge {
    left: -14px;
    right: auto;
}

html[dir="rtl"] .non-arrow-background .white-background .refresh-badge {
    left: -14px;
    right: auto;
}

.result-list-item p {
    margin: 0 1.5rem 0 0;
}

    .result-list-item p.date {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        color: #34373c;
        font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
        padding-top: 1rem;
    }

@media (max-width: 767.98px) {
    .result-list-item p {
        margin: 0;
    }
}

html[dir="rtl"] .result-list-item p {
    margin: 0 0 0 1.5rem;
}

@media (max-width: 767.98px) {
    html[dir="rtl"] .result-list-item p {
        margin: 0;
    }
}

.exam-unit .col-title {
    color: #34373c;
    font-size: .8rem;
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-weight: 500;
    margin: 0 0 .5rem;
}

.exam-unit .unit-status {
    display: inline-block;
    font-weight: 500;
    margin-left: 1rem;
    padding-left: 1rem;
    position: relative;
}

    .exam-unit .unit-status::before {
        background: #6E6E6C;
        content: '';
        display: block;
        height: 15px;
        left: 0;
        position: absolute;
        top: 0;
        width: 1px;
    }

    .exam-unit .unit-status.pass {
        color: #697f6a;
        display: block;
    }

    .exam-unit .unit-status.fail {
        color: #83474f;
        display: block;
    }

@media (max-width: 767.98px) {
    .exam-unit .col-title {
        display: none;
    }

    .exam-unit .unit-status {
        margin-left: 0;
        padding-left: 0;
    }

        .exam-unit .unit-status::before {
            display: none;
        }
}

html[dir="rtl"] .exam-unit .unit-status {
    margin-left: 0;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 1rem;
}

@media (max-width: 767.98px) {
    html[dir="rtl"] .exam-unit .unit-status {
        margin-right: 0;
        padding-right: 0;
    }
}

.exam-unit-item {
    background: #ffffff;
    border: 1px solid #e7e5dd;
    font-size: 0.85rem;
    margin: 0 1rem 1rem;
    width: 100%;
}

    .exam-unit-item .exam-unit-header {
        padding: 1rem 0 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

        .exam-unit-item .exam-unit-header .exam-unit-header-item {
            position: relative;
        }

            .exam-unit-item .exam-unit-header .exam-unit-header-item.exam-unit-header-item-title p, .exam-unit-item .exam-unit-header .exam-unit-header-item.exam-unit-header-item-status p {
                padding-right: 1rem;
            }

            .exam-unit-item .exam-unit-header .exam-unit-header-item p {
                font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
                font-size: .85rem;
                font-weight: 400;
            }

            .exam-unit-item .exam-unit-header .exam-unit-header-item img.unit-item-badge {
                position: absolute;
                right: 0;
                top: 0;
                width: 24px;
            }

            .exam-unit-item .exam-unit-header .exam-unit-header-item a.unit-item-trigger {
                background-image: url(/assets/icons/dropdown-chevron-grey.svg);
                background-repeat: no-repeat;
                background-size: 33%;
                background-position: center center;
                height: 40px;
                opacity: 1;
                position: absolute;
                right: 0;
                top: -.5rem;
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
                width: 40px;
            }

                .exam-unit-item .exam-unit-header .exam-unit-header-item a.unit-item-trigger:hover {
                    opacity: .5;
                }

        .exam-unit-item .exam-unit-header.active {
            background: #608da2;
        }

            .exam-unit-item .exam-unit-header.active .exam-unit-header-item p {
                color: #ffffff;
            }

            .exam-unit-item .exam-unit-header.active .exam-unit-header-item:first-child p {
                font-weight: 700;
            }

            .exam-unit-item .exam-unit-header.active .exam-unit-header-item a.unit-item-trigger {
                background-image: url(/assets/icons/dropdown-chevron-white.svg);
                -webkit-transform: rotate(0);
                transform: rotate(0);
            }

    .exam-unit-item .exam-unit-details {
        display: none;
    }

        .exam-unit-item .exam-unit-details .image-wrapper {
            margin-bottom: .25rem;
            margin-right: 1rem;
            max-width: 220px;
            width: 20%;
        }

        .exam-unit-item .exam-unit-details .text-wrapper {
            width: 80%;
        }

            .exam-unit-item .exam-unit-details .text-wrapper p {
                padding-right: 3rem;
            }

                .exam-unit-item .exam-unit-details .text-wrapper p a {
                    color: inherit;
                    font-weight: 400;
                    text-decoration: underline;
                }

                    .exam-unit-item .exam-unit-details .text-wrapper p a:hover {
                        font-weight: 600;
                    }

            .exam-unit-item .exam-unit-details .text-wrapper .button-wrapper {
                margin-bottom: .25rem;
            }

                .exam-unit-item .exam-unit-details .text-wrapper .button-wrapper a.button {
                    margin-right: 1rem;
                }

    .exam-unit-item .hidden-panel {
        display: none;
        padding-bottom: 1rem;
        width: 100%;
    }

        .exam-unit-item .hidden-panel h6 {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: .8rem;
        }

        .exam-unit-item .hidden-panel .dropdown .button__dropdown {
            background-color: #fff !important;
        }

            .exam-unit-item .hidden-panel .dropdown .button__dropdown:hover {
                background-color: #fff;
            }

        .exam-unit-item .hidden-panel .my-cii-border {
            border: 1px solid #e7e5dd;
        }

        .exam-unit-item .hidden-panel .address-item {
            display: block;
            padding-right: .25rem;
        }

        .exam-unit-item .hidden-panel form input.search_input, .exam-unit-item .hidden-panel form .radio-label, .exam-unit-item .hidden-panel form .dropdown .button__dropdown, .exam-unit-item .hidden-panel form .dropdown-item {
            font-size: .85rem;
            color: #6E6E6C;
        }

            .exam-unit-item .hidden-panel form input.search_input::-webkit-input-placeholder, .exam-unit-item .hidden-panel form .radio-label::-webkit-input-placeholder, .exam-unit-item .hidden-panel form .dropdown .button__dropdown::-webkit-input-placeholder, .exam-unit-item .hidden-panel form .dropdown-item::-webkit-input-placeholder {
                color: #6E6E6C;
            }

            .exam-unit-item .hidden-panel form input.search_input:-ms-input-placeholder, .exam-unit-item .hidden-panel form .radio-label:-ms-input-placeholder, .exam-unit-item .hidden-panel form .dropdown .button__dropdown:-ms-input-placeholder, .exam-unit-item .hidden-panel form .dropdown-item:-ms-input-placeholder {
                color: #6E6E6C;
            }

            .exam-unit-item .hidden-panel form input.search_input::-ms-input-placeholder, .exam-unit-item .hidden-panel form .radio-label::-ms-input-placeholder, .exam-unit-item .hidden-panel form .dropdown .button__dropdown::-ms-input-placeholder, .exam-unit-item .hidden-panel form .dropdown-item::-ms-input-placeholder {
                color: #6E6E6C;
            }

            .exam-unit-item .hidden-panel form input.search_input::placeholder, .exam-unit-item .hidden-panel form .radio-label::placeholder, .exam-unit-item .hidden-panel form .dropdown .button__dropdown::placeholder, .exam-unit-item .hidden-panel form .dropdown-item::placeholder {
                color: #6E6E6C;
            }

        .exam-unit-item .hidden-panel .hidden-panel-header {
            background: rgba(110, 110, 108, 0.8);
            position: relative;
        }

            .exam-unit-item .hidden-panel .hidden-panel-header h6 {
                color: #ffffff;
            }

            .exam-unit-item .hidden-panel .hidden-panel-header .hide-panel {
                height: 40px;
                opacity: 1;
                position: absolute;
                right: 5px;
                top: 3px;
                width: 40px;
            }

                .exam-unit-item .hidden-panel .hidden-panel-header .hide-panel:hover {
                    opacity: .5;
                }

                .exam-unit-item .hidden-panel .hidden-panel-header .hide-panel img {
                    padding: 14px;
                    width: 40px;
                }

        .exam-unit-item .hidden-panel .feedback-list {
            background: #f8f7f5;
            border-radius: 3px;
        }

            .exam-unit-item .hidden-panel .feedback-list li {
                list-style: none;
                padding: .7rem 1rem;
                border-bottom: 1px solid #C8C4BF;
            }

                .exam-unit-item .hidden-panel .feedback-list li:last-child {
                    border-bottom: 0;
                }

        .exam-unit-item .hidden-panel .my-cii-table-wrapper {
            background: #f8f7f5;
            border-radius: 3px;
            padding-bottom: .7rem;
        }

            .exam-unit-item .hidden-panel .my-cii-table-wrapper table {
                color: #6E6E6C;
                text-align: center;
                width: 100%;
            }

                .exam-unit-item .hidden-panel .my-cii-table-wrapper table tr {
                    border-bottom: 1px solid #C8C4BF;
                }

                    .exam-unit-item .hidden-panel .my-cii-table-wrapper table tr td {
                        padding: 0.25rem;
                    }

                .exam-unit-item .hidden-panel .my-cii-table-wrapper table thead td {
                    font-size: .8rem;
                    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
                    font-weight: 500;
                }

                .exam-unit-item .hidden-panel .my-cii-table-wrapper table tbody tr:hover {
                    background: #f2f2f2;
                }

                .exam-unit-item .hidden-panel .my-cii-table-wrapper table thead td {
                    color: #34373c;
                    padding: 0.7rem 1rem;
                }

    .exam-unit-item .hidden {
        display: none;
        width: 100%;
    }

@media (max-width: 767.98px) {
    .exam-unit-item .exam-unit-header .exam-unit-header-item a.unit-item-trigger {
        top: -1.5rem;
    }

    .exam-unit-item .exam-unit-header .exam-unit-header-item.exam-unit-header-item-title p {
        margin-bottom: .5rem;
    }

    .exam-unit-item .exam-unit-header .exam-unit-header-item.exam-unit-header-item-date p {
        text-align: center;
    }

    .exam-unit-item .exam-unit-header .exam-unit-header-item img.unit-item-badge {
        right: -1rem;
    }

    .exam-unit-item .exam-unit-details .text-wrapper .button-wrapper {
        width: 100%;
    }

        .exam-unit-item .exam-unit-details .text-wrapper .button-wrapper a.button {
            display: block;
            margin-bottom: .5rem;
            width: 100%;
        }

    .exam-unit-item .hidden-panel .address-item {
        display: inline-block;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .exam-unit-item .exam-unit-details .text-wrapper .button-wrapper {
        width: 100%;
    }

        .exam-unit-item .exam-unit-details .text-wrapper .button-wrapper a.button {
            display: block;
            margin-bottom: .5rem;
            width: 100%;
        }

    .exam-unit-item .hidden-panel .address-item {
        display: inline-block;
    }
}

html[dir="rtl"] .exam-unit-item .exam-unit-header .exam-unit-header-item.exam-unit-header-item-status p {
    padding-left: 1rem;
    padding-right: 0;
}

html[dir="rtl"] .exam-unit-item .exam-unit-header .exam-unit-header-item img.unit-item-badge {
    left: 0;
    right: auto;
}

html[dir="rtl"] .exam-unit-item .exam-unit-header .exam-unit-header-item a.unit-item-trigger {
    left: 0;
    right: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

html[dir="rtl"] .exam-unit-item .exam-unit-header.active .exam-unit-header-item a.unit-item-trigger {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

html[dir="rtl"] .exam-unit-item .exam-unit-details .image-wrapper {
    float: right;
    margin-left: 1rem;
    margin-right: 0;
}

html[dir="rtl"] .exam-unit-item .exam-unit-details .text-wrapper p {
    padding-left: 3rem;
    padding-right: 0;
}

html[dir="rtl"] .exam-unit-item .exam-unit-details .text-wrapper .button-wrapper a.button {
    margin-left: 1rem;
    margin-right: 0;
}

html[dir="rtl"] .exam-unit-item .hidden-panel .hidden-panel-header .hide-panel {
    left: 5px;
    right: auto;
}

html[dir="rtl"] .exam-unit-item .hidden-panel .address-item {
    padding-left: .25rem;
    padding-right: 0;
}

@media (max-width: 767.98px) {
    html[dir="rtl"] .exam-unit-item .exam-unit-header .exam-unit-header-item img.unit-item-badge {
        left: -1rem;
    }
}

.my-cii-box .custom-checkbox {
    color: #6E6E6C;
    font-size: .85rem;
    padding-left: 30px;
}

    .my-cii-box .custom-checkbox .custom-control-description {
        padding: 0.1rem 0rem 0rem 0;
    }

    .my-cii-box .custom-checkbox .custom-control-indicator {
        top: 3px;
    }

html[dir="rtl"] .my-cii-box .custom-checkbox {
    padding-left: 0;
    padding-right: 30px;
}

.my-cii-box label.radio-container {
    padding-left: 30px;
}

    .my-cii-box label.radio-container .radio-label {
        color: #6E6E6C;
        font-size: .85rem;
    }

html[dir="rtl"] .my-cii-box label.radio-container {
    padding-right: 30px;
}

    html[dir="rtl"] .my-cii-box label.radio-container .radio-label {
        margin-right: 0;
    }

.member-mycii-card {
    font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
    width: 100%;
}

    .member-mycii-card .card-container {
        width: 100%;
    }

        .member-mycii-card .card-container .card-wrapper {
            padding: 0;
        }

@media (min-width: 768px) {
    .member-mycii-card .card-container .card-wrapper {
        padding-right: 1rem;
    }
}

@media (min-width: 992px) {
    .member-mycii-card .card-container .card-wrapper {
        padding-right: 10rem;
    }
}

@media (min-width: 1100px) {
    .member-mycii-card .card-container .card-wrapper {
        padding-right: 16rem;
    }
}

@media (min-width: 1200px) {
    .member-mycii-card .card-container .card-wrapper {
        padding-right: 1rem;
    }
}

@media (min-width: 1400px) {
    .member-mycii-card .card-container .card-wrapper {
        padding-right: 2.5rem;
    }
}

@media (min-width: 1600px) {
    .member-mycii-card .card-container .card-wrapper {
        padding-right: 4rem;
    }
}

@media (min-width: 1800px) {
    .member-mycii-card .card-container .card-wrapper {
        padding-right: 6rem;
    }
}

@media (min-width: 2000px) {
    .member-mycii-card .card-container .card-wrapper {
        padding-right: 10rem;
    }
}

.member-mycii-card .card-container .card-wrapper .membership-card {
    width: 100%;
    height: auto;
    border: 1px solid #c8c5c5;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .member-mycii-card .card-container .card-wrapper .membership-card {
        width: 66% !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .member-mycii-card .card-container .member-item-wrapper {
        width: 70%;
    }
}

.member-mycii-card .card-container .member-button {
    display: block;
    width: 100%;
    color: #083147;
    font-size: 0.7rem;
    font-weight: 700;
    text-align: center;
    background-color: #f6f6f6;
    padding: 0.75rem 1rem;
    border: 2px solid #608da2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .member-mycii-card .card-container .member-button:focus, .member-mycii-card .card-container .member-button:hover {
        color: #ffffff;
        background-color: #608da2;
        text-decoration: none;
    }

.member-mycii-card .card-container .member-add-button {
    width: 150px;
    height: auto;
}

.member-mycii-card .card-container .member-validation-text {
    font-size: 0.9rem;
    font-weight: 500;
}

.member-mycii-card .card-container .member-validation-code {
    display: block;
    width: 100%;
    color: #4e4e4d;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    background-color: #e7e5dd;
    padding: 0.75rem 1rem;
    border: 2px solid #e7e5dd;
}

.member-mycii-card .card-container .member-information-button {
    width: 2rem;
    height: 2rem;
    background-image: url(/assets/icons/member-info-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -9px;
    cursor: hand;
    cursor: pointer;
}

    .member-mycii-card .card-container .member-information-button:focus, .member-mycii-card .card-container .member-information-button:hover {
        background-image: url(/assets/icons/member-info-icon-over.svg);
    }

.member-mycii-card .card-container .member-icon-button {
    padding: 0.5rem;
    padding-bottom: 0.6rem;
    background-color: #608da2;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: hand;
    cursor: pointer;
}

    .member-mycii-card .card-container .member-icon-button:focus, .member-mycii-card .card-container .member-icon-button:hover {
        background-color: #4e4e4d;
    }

.member-mycii-card .card-container .member-download-button {
    width: 1.6rem;
    height: auto;
}

.member-mycii-card .card-container .member-card-title {
    color: #34373c;
    font-size: 0.95rem;
    line-height: 1.5rem;
}

.member-mycii-card .card-container .member-card-information-text {
    font-size: 0.85rem;
    font-weight: 400;
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    line-height: 1.5rem;
}

@media (min-width: 768px) {
    .member-mycii-card .card-container .member-card-information-text {
        width: 85%;
    }
}

.member-mycii-card .card-container .card-links-wrapper {
    padding: 0;
}

@media (min-width: 768px) {
    .member-mycii-card .card-container .card-links-wrapper {
        padding-left: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1099.98px) {
    .member-mycii-card .card-container .card-links-wrapper {
        padding-left: 0;
        padding-right: 10rem;
    }
}

@media (min-width: 1100px) and (max-width: 1199.98px) {
    .member-mycii-card .card-container .card-links-wrapper {
        padding-left: 0;
        padding-right: 16rem;
    }
}

@media (min-width: 1200px) {
    .member-mycii-card .card-container .card-links-wrapper {
        padding-left: 1rem;
    }
}

@media (min-width: 1400px) {
    .member-mycii-card .card-container .card-links-wrapper {
        padding-left: 2.5rem;
    }
}

@media (min-width: 1600px) {
    .member-mycii-card .card-container .card-links-wrapper {
        padding-left: 4rem;
    }
}

@media (min-width: 1800px) {
    .member-mycii-card .card-container .card-links-wrapper {
        padding-left: 6rem;
    }
}

@media (min-width: 2000px) {
    .member-mycii-card .card-container .card-links-wrapper {
        padding-left: 10rem;
    }
}

.member-mycii-card .card-container .card-links-wrapper .member-card-shaped {
    position: relative;
    padding-top: 63%;
}

    .member-mycii-card .card-container .card-links-wrapper .member-card-shaped .member-card-shaped-inner {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        padding-left: 3rem;
        border-radius: 20px;
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    }

@media (min-width: 768px) and (max-width: 850px) {
    .member-mycii-card .card-container .card-links-wrapper .member-card-shaped .member-card-shaped-inner {
        padding-left: 1.5rem;
        padding-top: .5rem;
    }
}

.member-mycii-card .card-container .card-links-wrapper .member-card-shaped .member-card-shaped-inner .member-card-position {
    display: table;
    width: 100%;
    height: 100%;
}

    .member-mycii-card .card-container .card-links-wrapper .member-card-shaped .member-card-shaped-inner .member-card-position .member-card-position-inner {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

        .member-mycii-card .card-container .card-links-wrapper .member-card-shaped .member-card-shaped-inner .member-card-position .member-card-position-inner .member-card-container {
            text-align: left;
        }

            .member-mycii-card .card-container .card-links-wrapper .member-card-shaped .member-card-shaped-inner .member-card-position .member-card-position-inner .member-card-container p {
                font-size: 0.9rem;
                font-weight: 500;
            }

html[dir="rtl"] .member-mycii-card .card-container .card-wrapper {
    padding: 0;
}

@media (min-width: 768px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-wrapper {
        padding-left: 1rem;
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-wrapper {
        padding-left: 10rem;
    }
}

@media (min-width: 1100px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-wrapper {
        padding-left: 16rem;
    }
}

@media (min-width: 1200px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-wrapper {
        padding-left: 1rem;
    }
}

@media (min-width: 1400px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-wrapper {
        padding-left: 2.5rem;
    }
}

@media (min-width: 1600px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-wrapper {
        padding-left: 4rem;
    }
}

@media (min-width: 1800px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-wrapper {
        padding-left: 6rem;
    }
}

@media (min-width: 2000px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-wrapper {
        padding-left: 10rem;
    }
}

html[dir="rtl"] .member-mycii-card .card-container .card-links-wrapper {
    padding: 0;
}

@media (min-width: 768px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-links-wrapper {
        padding-right: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1099.98px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-links-wrapper {
        padding-left: 10rem;
        padding-right: 0;
    }
}

@media (min-width: 1100px) and (max-width: 1199.98px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-links-wrapper {
        padding-left: 16rem;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-links-wrapper {
        padding-right: 1rem;
    }
}

@media (min-width: 1400px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-links-wrapper {
        padding-right: 2.5rem;
    }
}

@media (min-width: 1600px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-links-wrapper {
        padding-right: 4rem;
    }
}

@media (min-width: 1800px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-links-wrapper {
        padding-right: 6rem;
    }
}

@media (min-width: 2000px) {
    html[dir="rtl"] .member-mycii-card .card-container .card-links-wrapper {
        padding-right: 10rem;
    }
}

html[dir="rtl"] .member-mycii-card .card-container .card-links-wrapper .member-card-shaped-inner {
    padding-left: 0;
    padding-right: 3rem;
}

    html[dir="rtl"] .member-mycii-card .card-container .card-links-wrapper .member-card-shaped-inner .member-card-container {
        text-align: right !important;
    }

.icon-header {
    position: relative;
    padding-left: 2rem;
    padding-right: 1rem;
}

    .icon-header strong {
        color: #34373c;
        font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    }

    .icon-header .icon {
        display: inline;
        height: 20px;
        position: absolute;
        left: 0;
        top: .4rem;
        width: 20px;
    }

html[dir="rtl"] .icon-header {
    padding-left: 1rem;
    padding-right: 2rem;
}

    html[dir="rtl"] .icon-header .icon {
        left: 0;
        right: 0;
    }

.original-address .address-item .radio-label {
    font-weight: 600;
}

.address-finder .dropdown-menu {
    background: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

    .address-finder .dropdown-menu .menu-wrapper {
        margin: 0 15px;
    }

        .address-finder .dropdown-menu .menu-wrapper .dropdown-item {
            background-color: #f0f0f0;
        }

            .address-finder .dropdown-menu .menu-wrapper .dropdown-item:hover, .address-finder .dropdown-menu .menu-wrapper .dropdown-item:focus {
                background-color: #c1c2bd;
            }

.address-finder a#addressFinder {
    padding-top: 11px;
    padding-bottom: 10px;
    color: #fffff9;
    font-size: 0.9rem;
    font-weight: bold;
    background-color: #6d6d6b;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 15px;
}

    .address-finder a#addressFinder:hover, .address-finder a#addressFinder:focus {
        background-color: #34373c;
        color: #fffff9;
        cursor: pointer;
        outline: none;
        text-decoration: none;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .address-finder a#addressFinder {
        max-height: 43px;
    }
}

@media (min-width: 992px) {
    .address-finder .dropdown-menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .library-collection .address-finder .dropdown-menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

html[dir=rtl] .address-finder .dropdown-menu {
    left: auto;
    right: 0;
}

.address-validator .address-item .use-this-address span {
    text-decoration: underline;
}

.address-validator .address-item:hover .use-this-address span {
    font-weight: 600;
}

.address-validator .address-item input:focus ~ .radio-label {
    text-decoration: underline;
}

.address-validator .multiple-items .address-item:hover .radio-label, .address-validator .multiple-items .address-item:focus .radio-label {
    text-decoration: underline;
}

.container__scroll {
    border: 1px solid #e1ddd4;
    background: rgba(225, 221, 212, 0.2);
    overflow-y: scroll;
    padding: 1rem 1rem 0;
    height: 200px;
}

.map-page-section {
    overflow: hidden;
    position: relative;
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
}

    .map-page-section p {
        font-size: .9rem;
    }

@media (max-width: 767.98px) {
    .map-page-section p {
        line-height: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    .map-page-section {
        height: auto !important;
        min-height: auto !important;
    }

        .map-page-section .container {
            padding-left: 0;
            padding-right: 0;
        }
}

.map-page-section.professional-map-intro {
    background-color: #f9f9f9;
    min-height: 900px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .map-page-section.professional-map-intro .container-fluid {
        max-width: 540px;
    }
}

.map-page-section.professional-map-intro .cii-mark {
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .map-page-section.professional-map-intro .cii-mark {
        display: none;
    }
}

.map-page-section.professional-map-intro .cii-mark svg {
    height: auto;
    position: absolute;
    width: 92%;
}

@media (min-width: 768px) {
    .map-page-section.professional-map-intro .cii-mark svg {
        margin-top: -20px;
    }
}

@media (min-width: 1200px) {
    .map-page-section.professional-map-intro .cii-mark svg {
        margin-top: -100px;
    }
}

.map-page-section.professional-map-intro .cii-mark svg path {
    fill: #d9d9d9;
}

.map-page-section.professional-map-intro .cii-mark svg #sword, .map-page-section.professional-map-intro .cii-mark svg #gate, .map-page-section.professional-map-intro .cii-mark svg g#book-area {
    cursor: pointer;
    pointer-events: none;
}

    .map-page-section.professional-map-intro .cii-mark svg #sword path, .map-page-section.professional-map-intro .cii-mark svg path#gate, .map-page-section.professional-map-intro .cii-mark svg #book path {
        fill: #d9d9d9;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .map-page-section.professional-map-intro .cii-mark svg #gate.activated, body.map-initial-state .map-page-section.professional-map-intro .cii-mark svg #gate {
        fill: #608da2;
    }

.map-page-section.professional-map-intro .cii-mark svg #book.activated path, body.map-initial-state .map-page-section.professional-map-intro .cii-mark svg #book path {
    fill: #697f6a;
}

.map-page-section.professional-map-intro .cii-mark svg #sword.activated path, body.map-initial-state .map-page-section.professional-map-intro .cii-mark svg #sword path {
    fill: #ad5d3a;
}

.map-page-section.professional-map-intro .cii-mark svg path#sword-area, .map-page-section.professional-map-intro .cii-mark svg rect#gate-area, .map-page-section.professional-map-intro .cii-mark svg rect#book-area {
    cursor: pointer;
    fill-opacity: 0;
}

.map-page-section.professional-map-intro .inner-wrapper {
    height: 90vh;
    min-height: 650px;
    position: relative;
}

@media (max-width: 767.98px) {
    .map-page-section.professional-map-intro .inner-wrapper {
        height: auto !important;
        min-height: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1110px) {
    .map-page-section.professional-map-intro .inner-wrapper {
        height: 100vh;
        min-height: 800px;
    }
}

.map-page-section.professional-map-intro .inner-wrapper .button-group {
    background-color: #f9f9f9;
    max-width: 585px;
}

@media (max-width: 767.98px) {
    .map-page-section.professional-map-intro .inner-wrapper .button-group {
        margin-bottom: 5rem;
        padding-top: .5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .map-page-section.professional-map-intro .inner-wrapper .button-group a {
        max-width: 230px;
    }
}

.map-page-section.professional-map-intro .inner-wrapper .button-group:before {
    border: 3px solid #B2B2B2;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    top: 3.4rem;
    content: '';
    display: block;
    height: 2000px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 94px;
}

@media (max-width: 767.98px) {
    .map-page-section.professional-map-intro .inner-wrapper .button-group:before {
        display: none;
    }
}

.map-page-section.professional-map-intro .inner-wrapper .button-group:after {
    border: 3px solid #B2B2B2;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    content: '';
    display: block;
    height: 9rem;
    position: absolute;
    left: 290px;
    width: 70px;
    z-index: -1;
    top: 25px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .map-page-section.professional-map-intro .inner-wrapper .button-group:after {
        left: 200px;
    }
}

@media (max-width: 767.98px) {
    .map-page-section.professional-map-intro .inner-wrapper .button-group:after {
        display: none;
    }
}

.map-page-section.professional-map-intro .inner-wrapper .intro-text {
    padding-top: 2rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .map-page-section.professional-map-intro .inner-wrapper .intro-text {
        padding-top: 4rem;
        max-width: 550px;
        margin-bottom: 2rem;
    }
}

@media (min-width: 1200px) and (min-height: 900px) {
    .map-page-section.professional-map-intro .inner-wrapper .intro-text {
        padding-top: 8rem;
    }
}

.map-page-section.professional-map-intro .inner-wrapper .intro-text h1 {
    color: #35373C;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .map-page-section.professional-map-intro .inner-wrapper .intro-text h1 {
        font-size: 1.6rem;
    }
}

@media (max-width: 767.98px) {
    .map-page-section.professional-map-intro .inner-wrapper .intro-text h1 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
}

.map-page-section.professional-map-intro .inner-wrapper .intro-text p {
    color: #808080;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .map-page-section.professional-map-intro .inner-wrapper .intro-text p {
        font-size: .9rem;
        line-height: 1.1rem;
        margin-bottom: 1.25rem;
    }
}

.map-page-section.professional-map-intro .inner-wrapper .connector-lines {
    background-color: #f9f9f9;
    border: 3px solid #B2B2B2;
    border-radius: 10px 0 0 0;
    border-bottom: 0;
    border-right: 0;
    bottom: -10px;
    height: 100px;
    left: 0;
    max-width: 585px;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 10;
}

    .map-page-section.professional-map-intro .inner-wrapper .connector-lines.connector-lines1 {
        border-radius: 0;
    }

        .map-page-section.professional-map-intro .inner-wrapper .connector-lines.connector-lines1:before {
            background-color: #f9f9f9;
            content: '';
            height: 20px;
            position: absolute;
            left: 100%;
            margin-left: -20px;
            width: 20px;
            top: -20px;
            z-index: 2;
        }

        .map-page-section.professional-map-intro .inner-wrapper .connector-lines.connector-lines1:after {
            background-color: #f9f9f9;
            border: 3px solid #B2B2B2;
            border-left: 0;
            border-top: 0;
            border-radius: 0 0 10px 0;
            content: '';
            height: 20px;
            position: absolute;
            left: 100%;
            margin-left: -20px;
            width: 20px;
            top: -20px;
            z-index: 3;
        }

    .map-page-section.professional-map-intro .inner-wrapper .connector-lines.connector-lines2 {
        left: -15px;
        width: 20px;
    }

@media (max-width: 767.98px) {
    .map-page-section.professional-map-intro .inner-wrapper .connector-lines {
        display: none;
    }
}

.map-page-section .button-group {
    background-color: #f4f4f4;
    position: relative;
    z-index: 2;
}

body.orange .map-page-section .button-group a:hover, body.orange .map-page-section .button-group a:focus, body.orange .map-page-section .button-group a:active, body.orange .map-page-section .button-group a.activated {
    background: #ad5d3a;
    border-color: #ad5d3a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.blue .map-page-section .button-group a:hover, body.blue .map-page-section .button-group a:focus, body.blue .map-page-section .button-group a:active, body.blue .map-page-section .button-group a.activated {
    background: #608da2;
    border-color: #608da2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.green .map-page-section .button-group a:hover, body.green .map-page-section .button-group a:focus, body.green .map-page-section .button-group a:active, body.green .map-page-section .button-group a.activated {
    background: #697f6a;
    border-color: #697f6a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.map-page-section .button-group a {
    background-color: #f4f4f4;
    border: 2px solid #999999;
    border-radius: 2px;
    color: #4e4e4d;
    display: block;
    font-size: .9rem;
    font-weight: 600;
    max-width: 300px;
    min-width: 190px;
    margin-bottom: 1rem;
    padding: 1rem;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .map-page-section .button-group a {
        border-radius: 0;
        max-width: 100%;
        min-width: 190px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .map-page-section .button-group a {
        min-width: 120px;
    }
}

.map-page-section .button-group a.btn-orange {
    border-color: #ad5d3a !important;
}

.map-page-section .button-group a.btn-blue {
    border-color: #608da2 !important;
}

.map-page-section .button-group a.btn-green {
    border-color: #697f6a !important;
}

.map-page-section .button-group a:hover, .map-page-section .button-group a:focus, .map-page-section .button-group a:active, .map-page-section .button-group a.activated {
    color: #ffffff;
}

    .map-page-section .button-group a:hover.btn-orange, .map-page-section .button-group a:focus.btn-orange, .map-page-section .button-group a:active.btn-orange, .map-page-section .button-group a.activated.btn-orange {
        background-color: #ad5d3a !important;
    }

    .map-page-section .button-group a:hover.btn-blue, .map-page-section .button-group a:focus.btn-blue, .map-page-section .button-group a:active.btn-blue, .map-page-section .button-group a.activated.btn-blue {
        background-color: #608da2 !important;
    }

    .map-page-section .button-group a:hover.btn-green, .map-page-section .button-group a:focus.btn-green, .map-page-section .button-group a:active.btn-green, .map-page-section .button-group a.activated.btn-green {
        background-color: #697f6a !important;
    }

.map-page-section .button-row .square-btn {
    display: block;
    margin-bottom: 1.5rem;
    padding-bottom: 93%;
    position: relative;
}

body.orange .map-page-section .button-row .square-btn {
    background-color: #ad5d3a;
}

body.green .map-page-section .button-row .square-btn {
    background-color: #697f6a;
}

body.blue .map-page-section .button-row .square-btn {
    background-color: #608da2;
}

@media (max-width: 767.98px) {
    .map-page-section .button-row .square-btn {
        margin-bottom: 1rem;
        padding: 1rem;
    }
}

.map-page-section .button-row .square-btn img {
    margin: -70px 0 0 -60px;
    height: 80px;
    position: absolute;
    width: 120px;
    left: 50%;
    top: 50%;
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .map-page-section .button-row .square-btn img {
        margin: -50px 0 0 -40px;
        height: 60px;
        width: 80px;
    }
}

@media (max-width: 767.98px) {
    .map-page-section .button-row .square-btn img {
        display: none;
    }
}

.map-page-section .button-row .square-btn span {
    color: #ffffff;
    display: block;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
}

@media (min-width: 768px) {
    .map-page-section .button-row .square-btn span {
        left: 10%;
        position: absolute;
        top: 75%;
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .map-page-section .button-row .square-btn span {
        font-size: .85rem;
        left: 5%;
        top: 70%;
        width: 90%;
    }
}

.map-page-section .button-row:hover .square-btn, .map-page-section .button-row.activated .square-btn {
    background-color: #e4e4e3 !important;
}

    .map-page-section .button-row:hover .square-btn span, .map-page-section .button-row.activated .square-btn span {
        color: #808080;
    }

    .map-page-section .button-row:hover .square-btn img, .map-page-section .button-row.activated .square-btn img {
        -webkit-filter: brightness(0.6);
        filter: brightness(0.6);
    }

body.orange .map-page-section .button-row:hover .square-btn:hover, body.orange .map-page-section .button-row:hover .square-btn.activated, body.orange .map-page-section .button-row.activated .square-btn:hover, body.orange .map-page-section .button-row.activated .square-btn.activated {
    background-color: #ad5d3a !important;
}

body.green .map-page-section .button-row:hover .square-btn:hover, body.green .map-page-section .button-row:hover .square-btn.activated, body.green .map-page-section .button-row.activated .square-btn:hover, body.green .map-page-section .button-row.activated .square-btn.activated {
    background-color: #697f6a !important;
}

body.blue .map-page-section .button-row:hover .square-btn:hover, body.blue .map-page-section .button-row:hover .square-btn.activated, body.blue .map-page-section .button-row.activated .square-btn:hover, body.blue .map-page-section .button-row.activated .square-btn.activated {
    background-color: #608da2 !important;
}

.map-page-section .button-row:hover .square-btn:hover img, .map-page-section .button-row:hover .square-btn.activated img, .map-page-section .button-row.activated .square-btn:hover img, .map-page-section .button-row.activated .square-btn.activated img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.map-page-section .button-row:hover .square-btn:hover span, .map-page-section .button-row:hover .square-btn.activated span, .map-page-section .button-row.activated .square-btn:hover span, .map-page-section .button-row.activated .square-btn.activated span {
    color: #ffffff;
    font-weight: 600;
}

.map-page-section.button-grid {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: none;
    position: relative;
    padding-bottom: 6rem;
}

@media (min-width: 768px) {
    .map-page-section.button-grid {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
}

.map-page-section.button-grid .title-row {
    color: #ffffff;
    position: relative;
}

@media (min-width: 768px) {
    .map-page-section.button-grid .title-row {
        text-align: center;
    }
}

.map-page-section.button-grid .title-row .title {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: .5rem;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .map-page-section.button-grid .title-row .title {
        margin-bottom: 1rem;
    }
}

@media (max-width: 991.98px) {
    .map-page-section.button-grid .title-row .title {
        font-size: 1.6rem;
    }
}

@media (max-width: 767.98px) {
    .map-page-section.button-grid .title-row .title {
        font-size: 1.3rem;
    }
}

.map-page-section.button-grid .title-row .title strong {
    font-weight: 600;
}

.map-page-section.button-grid .grid-container {
    padding: 0;
    width: 100%;
}

@media (max-width: 767.98px) {
    .map-page-section.button-grid .grid-container {
        padding: 2rem 0 0;
    }
}

.map-page-section.button-grid .button-row {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2rem 0 .5rem;
    margin: 0;
}

@media (max-width: 767.98px) {
    .map-page-section.button-grid .button-row a span {
        font-size: .7rem;
    }
}

@media (max-width: 991.98px) {
    .map-page-section.button-grid .button-row a span {
        font-size: .75rem;
        line-height: 1.1rem;
    }
}

@media (max-width: 1199.98px) {
    .map-page-section.button-grid .button-row a span {
        font-size: .8rem;
        line-height: 1.1rem;
    }
}

.map-page-section.button-grid:before {
    background-color: rgba(0, 0, 0, 0.5);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.874506)), color-stop(48%, rgba(0, 0, 0, 0.503816)), to(rgba(0, 0, 0, 0.342897)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.874506) 0%, rgba(0, 0, 0, 0.503816) 48%, rgba(0, 0, 0, 0.342897) 100%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.map-page-section.button-grid .title-wrapper {
    margin: 0 auto;
    position: relative;
}

@media (min-width: 768px) {
    .map-page-section.button-grid .title-wrapper {
        width: 60%;
    }
}

.map-page-section.button-grid .title-wrapper p {
    font-weight: 500;
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .map-page-section.button-grid .title-wrapper p {
        font-size: .9rem;
        line-height: 1.1rem;
        margin-bottom: 1rem;
    }
}

.map-page-section.button-grid .title-wrapper:before {
    background-image: url(/assets/icons/arrowhead-white.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    content: '';
    height: 13px;
    left: -100px;
    opacity: .4;
    position: absolute;
    bottom: -30px;
    width: 17px;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .map-page-section.button-grid .title-wrapper:before {
        display: none;
    }
}

.map-page-section.button-grid .title-wrapper:after {
    border: 3px solid #ffffff;
    border-bottom: 0;
    border-right: 0;
    border-radius: 10px 0 0 0;
    bottom: -17px;
    content: '';
    height: 50px;
    left: -93px;
    opacity: .4;
    position: absolute;
    width: 80px;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .map-page-section.button-grid .title-wrapper:after {
        display: none;
    }
}

.map-page-section.button-grid .prev-section:hover {
    background-color: #ffffff;
}

    .map-page-section.button-grid .prev-section:hover svg path {
        fill: #999999;
    }

.map-page-section.large-button-grid {
    background-color: #697f6a;
    display: none;
    position: relative;
    padding-bottom: 6rem;
}

@media (min-width: 768px) {
    .map-page-section.large-button-grid {
        padding-bottom: 4rem;
        padding-top: 1rem;
    }
}

body.orange .map-page-section.large-button-grid {
    background-color: #ad5d3a;
}

body.green .map-page-section.large-button-grid {
    background-color: #697f6a;
}

body.blue .map-page-section.large-button-grid {
    background-color: #608da2;
}

.map-page-section.large-button-grid .grid-container {
    width: 100%;
}

@media (min-width: 768px) {
    .map-page-section.large-button-grid .grid-container {
        padding-top: 4rem;
    }
}

.map-page-section.large-button-grid .grid-container .top-arrow {
    top: -490px;
}

.map-page-section.large-button-grid .grid-container .inner-row .title-row {
    color: #ffffff;
    position: relative;
}

@media (min-width: 768px) {
    .map-page-section.large-button-grid .grid-container .inner-row .title-row {
        text-align: center;
    }
}

.map-page-section.large-button-grid .grid-container .inner-row .title-row .title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .map-page-section.large-button-grid .grid-container .inner-row .title-row .title {
        font-size: 1.6rem;
    }
}

@media (max-width: 767.98px) {
    .map-page-section.large-button-grid .grid-container .inner-row .title-row .title {
        font-size: 1.3rem;
    }
}

.map-page-section.large-button-grid .grid-container .inner-row .title-row p {
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .map-page-section.large-button-grid .grid-container .inner-row .title-row p {
        font-size: .9rem;
    }
}

.map-page-section.large-button-grid .grid-container .inner-row .title-row .prev-section {
    top: 30px;
}

@media (min-width: 768px) {
    .map-page-section.large-button-grid .grid-container .inner-row:before {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: -1000px;
        content: '';
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 76%;
        z-index: 5;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .map-page-section.large-button-grid .grid-container .inner-row:before {
        top: 79%;
    }
}

.map-page-section.large-button-grid .grid-container .inner-row .button-row .square-btn {
    margin-bottom: 1rem;
    padding-bottom: 50%;
}

@media (min-width: 768px) {
    .map-page-section.large-button-grid .grid-container .inner-row .button-row .square-btn {
        margin-bottom: 0;
        padding-bottom: 93%;
    }
}

.map-page-section.large-button-grid .grid-container .inner-row .button-row .square-btn img {
    display: block;
    margin: -70px 0 0 -60px;
    height: 100px;
    width: 120px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .map-page-section.large-button-grid .grid-container .inner-row .button-row .square-btn img {
        margin: -65px 0 0 -40px;
        width: 80px;
    }
}

@media (min-width: 992px) {
    .map-page-section.large-button-grid .grid-container .inner-row .button-row .square-btn img {
        margin: -100px 0 0 -85px;
        height: 140px;
        width: 170px;
    }
}

.map-page-section.large-button-grid .grid-container .inner-row .button-row .square-btn span {
    left: 5%;
    position: absolute;
    top: 81%;
    width: 90%;
}

body.orange .map-page-section.large-button-grid .grid-container .inner-row .button-row .square-btn {
    background-color: #883f1c;
}

body.green .map-page-section.large-button-grid .grid-container .inner-row .button-row .square-btn {
    background-color: #37463f;
}

body.blue .map-page-section.large-button-grid .grid-container .inner-row .button-row .square-btn {
    background-color: #083147;
}

body.orange .map-page-section.large-button-grid .grid-container .inner-row .button-row .square-btn:hover, body.orange .map-page-section.large-button-grid .grid-container .inner-row .button-row .square-btn.activated {
    background-color: #883f1c !important;
}

body.green .map-page-section.large-button-grid .grid-container .inner-row .button-row .square-btn:hover, body.green .map-page-section.large-button-grid .grid-container .inner-row .button-row .square-btn.activated {
    background-color: #37463f !important;
}

body.blue .map-page-section.large-button-grid .grid-container .inner-row .button-row .square-btn:hover, body.blue .map-page-section.large-button-grid .grid-container .inner-row .button-row .square-btn.activated {
    background-color: #083147 !important;
}

.map-page-section.large-button-grid .prev-section:hover {
    background-color: #ffffff;
}

    .map-page-section.large-button-grid .prev-section:hover svg path {
        fill: #999999;
    }

.map-page-section.details-panel {
    background-color: #f6f6f6;
    border-bottom: 10px solid #f6f6f6;
    color: #343434;
    display: none;
    overflow: hidden;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .map-page-section.details-panel {
        background-color: #f4f4f4;
        border-bottom: none;
        padding-top: 4rem;
    }
}

.map-page-section.details-panel .details-panel-container {
    width: 100%;
}

.map-page-section.details-panel .title-wrapper {
    margin-bottom: 1rem;
    position: relative;
}

@media (min-width: 768px) {
    .map-page-section.details-panel .title-wrapper {
        background-color: #e7e6e7;
        margin-bottom: 2rem;
    }
}

.map-page-section.details-panel .title-wrapper .title {
    color: #808080;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.2pt;
    padding: 2rem 0 0;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .map-page-section.details-panel .title-wrapper .title {
        padding: 2.5rem 2rem;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .map-page-section.details-panel .title-wrapper .title {
        font-size: 1.3rem;
    }
}

.map-page-section.details-panel .title-wrapper .title span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .map-page-section.details-panel .title-wrapper .title span {
        background-color: #e7e6e7;
        padding: 0 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .map-page-section.details-panel .title-wrapper .title span {
        width: 70%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .map-page-section.details-panel .title-wrapper .title span {
        width: 80%;
    }
}

.map-page-section.details-panel .title-wrapper .title strong {
    font-weight: 600;
}

body.orange .map-page-section.details-panel .title-wrapper .title strong {
    color: #ad5d3a;
}

body.green .map-page-section.details-panel .title-wrapper .title strong {
    color: #697f6a;
}

body.blue .map-page-section.details-panel .title-wrapper .title strong {
    color: #608da2;
}

@media (max-width: 767.98px) {
    .map-page-section.details-panel .title-wrapper .title strong {
        display: block;
    }
}

.map-page-section.details-panel .title-wrapper .title:before {
    border: 3px solid #B2B2B2;
    border-right: 0;
    border-bottom: 0;
    border-radius: 10px 0 0 0;
    top: 50%;
    content: '';
    display: block;
    height: 20rem;
    position: absolute;
    left: 97px;
    width: 50%;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .map-page-section.details-panel .title-wrapper .title:before {
        left: 62px;
    }
}

@media (max-width: 767.98px) {
    .map-page-section.details-panel .title-wrapper .title:before {
        display: none;
    }
}

.map-page-section.details-panel .title-wrapper .title:after {
    border: 3px solid #B2B2B2;
    border-left: 0;
    border-top: 0;
    border-radius: 0 0 10px 0;
    bottom: 48%;
    content: '';
    display: block;
    height: 10rem;
    position: absolute;
    right: 95px;
    width: 50%;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .map-page-section.details-panel .title-wrapper .title:after {
        display: none;
    }
}

.map-page-section.details-panel .title-wrapper .prev-section {
    top: 30%;
}

.map-page-section.details-panel .intro-text {
    color: #626262;
}

@media (min-width: 768px) {
    .map-page-section.details-panel .intro-text {
        text-align: center;
    }
}

.map-page-section.details-panel .details-wrapper {
    margin-bottom: 5rem;
}

@media (max-width: 767.98px) {
    .map-page-section.details-panel .details-wrapper {
        margin-bottom: 4rem;
    }
}

.map-page-section.details-panel .details-wrapper .button-col .button-group {
    min-width: 190px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .map-page-section.details-panel .details-wrapper .button-col .button-group {
        min-width: 120px;
    }
}

@media (max-width: 767.98px) {
    .map-page-section.details-panel .details-wrapper .button-col .button-group {
        border-bottom: 1px solid #cdcccc;
        margin: .5rem 0 2rem;
        padding-bottom: 1rem;
    }
}

.map-page-section.details-panel .details-wrapper .button-col .button-group:before {
    background-color: #f4f4f4;
    background-image: url(/assets/icons/arrowhead-grey.svg);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    content: '';
    height: 14px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: -14px;
    width: 15px;
}

@media (max-width: 767.98px) {
    .map-page-section.details-panel .details-wrapper .button-col .button-group:before {
        display: none;
    }
}

.map-page-section.details-panel .details-wrapper .button-col .button-group a {
    position: relative;
}

@media (max-width: 575.98px) {
    .map-page-section.details-panel .details-wrapper .button-col .button-group a {
        display: inline-block;
        float: left;
        margin-bottom: .75rem;
        margin-right: 0;
        min-width: auto;
        padding: .75rem;
        width: 48%;
    }

        .map-page-section.details-panel .details-wrapper .button-col .button-group a:nth-child(odd) {
            margin-right: 4%;
        }
}

.map-page-section.details-panel .details-wrapper .button-col .button-group a.activated:before {
    background-color: #f4f4f4;
    background-image: url(/assets/icons/arrowhead-grey.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    content: '';
    height: 13px;
    right: -63px;
    position: absolute;
    top: 18px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    width: 17px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .map-page-section.details-panel .details-wrapper .button-col .button-group a.activated:before {
        right: -35px;
    }
}

@media (max-width: 767.98px) {
    .map-page-section.details-panel .details-wrapper .button-col .button-group a.activated:before {
        display: none;
    }
}

.map-page-section.details-panel .details-wrapper .button-col .button-group a.activated:after {
    background-color: #B2B2B2;
    content: '';
    height: 3px;
    left: 60px;
    position: absolute;
    top: 1.5rem;
    width: 100%;
    z-index: -1;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .map-page-section.details-panel .details-wrapper .button-col .button-group a.activated:after {
        left: 20px;
    }
}

@media (max-width: 767.98px) {
    .map-page-section.details-panel .details-wrapper .button-col .button-group a.activated:after {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .map-page-section.details-panel .details-wrapper .button-col .button-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .map-page-section.details-panel .details-wrapper .button-col .button-group a {
            min-width: auto;
            margin-right: 20px;
        }

            .map-page-section.details-panel .details-wrapper .button-col .button-group a:last-child {
                margin-right: 0;
            }
}

@media (min-width: 768px) {
    .map-page-section.details-panel .details-wrapper .inner-wrapper {
        background-color: #ffffff;
        border: 2px solid #e7e6e7;
        margin-left: 60px;
        padding: 2rem 2rem 0;
    }
}

.map-page-section.details-panel .details-wrapper .inner-wrapper .check-list {
    padding-left: 30px;
    margin-bottom: 2.5rem;
}

    .map-page-section.details-panel .details-wrapper .inner-wrapper .check-list li {
        color: #626262;
        font-size: .9rem;
        list-style: none;
        margin-bottom: 1rem;
        position: relative;
    }

@media (max-width: 767.98px) {
    .map-page-section.details-panel .details-wrapper .inner-wrapper .check-list li {
        font-size: .9rem;
        line-height: 1.1rem;
    }
}

.map-page-section.details-panel .details-wrapper .inner-wrapper .check-list li:before {
    content: '';
    background-image: url(/assets/icons/tick-grey.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    height: 15px;
    width: 15px;
    position: absolute;
    left: -30px;
    top: 5px;
}

.map-page-section.details-panel .details-wrapper .inner-wrapper img {
    margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
    .map-page-section.details-panel .details-wrapper .inner-wrapper img {
        padding-right: 30%;
    }
}

.map-page-section.details-panel .details-wrapper .inner-wrapper iframe, .map-page-section.details-panel .details-wrapper .inner-wrapper video {
    margin-bottom: 2.5rem;
}

.map-page-section.details-panel .details-wrapper .inner-wrapper .button-group {
    background-color: transparent;
    margin-bottom: 1.5rem;
}

    .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a {
        background-color: transparent;
        border-radius: 2px;
        display: inline-block;
        min-width: 30%;
    }

@media (min-width: 768px) and (max-width: 991.98px) {
    .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a {
        min-width: 40%;
    }
}

.map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a:first-child {
    margin-right: 1rem;
}

body.orange .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a {
    border-color: #ad5d3a !important;
}

body.blue .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a {
    border-color: #608da2 !important;
}

body.green .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a {
    border-color: #697f6a !important;
}

.map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a:hover, .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a:focus, .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a:active, .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a.activated {
    color: #ffffff;
}

body.orange .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a:hover, body.orange .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a:focus, body.orange .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a:active, body.orange .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a.activated {
    background-color: #ad5d3a !important;
}

body.blue .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a:hover, body.blue .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a:focus, body.blue .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a:active, body.blue .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a.activated {
    background-color: #608da2 !important;
}

body.green .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a:hover, body.green .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a:focus, body.green .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a:active, body.green .map-page-section.details-panel .details-wrapper .inner-wrapper .button-group a.activated {
    background-color: #697f6a !important;
}

.map-page-section.details-panel .details-wrapper .inner-wrapper .associated-terms {
    border-top: 1px solid #cdcccc;
    color: #626262;
    margin-bottom: .5rem;
    padding: 1.5rem 0;
}

    .map-page-section.details-panel .details-wrapper .inner-wrapper .associated-terms p {
        margin-bottom: 0.5rem;
    }

    .map-page-section.details-panel .details-wrapper .inner-wrapper .associated-terms ul {
        padding: 0;
        margin-bottom: 0;
    }

        .map-page-section.details-panel .details-wrapper .inner-wrapper .associated-terms ul li {
            font-size: .9rem;
            list-style: none;
            line-height: 1.2rem;
            margin-bottom: 0.5rem;
        }

@media (max-width: 767.98px) {
    .map-page-section.details-panel .details-wrapper .inner-wrapper .associated-terms ul li {
        font-size: .9rem;
    }
}

@media (min-width: 992px) {
    .map-page-section.details-panel .details-wrapper .inner-wrapper .associated-terms ul li {
        display: inline-block;
        padding-right: 2%;
        width: 32%;
    }
}

.map-page-section.details-panel .details-wrapper .inner-wrapper .content {
    display: none;
}

    .map-page-section.details-panel .details-wrapper .inner-wrapper .content.activated {
        display: block;
    }

.map-page-section.details-panel .prev-section {
    border-color: #818181;
}

    .map-page-section.details-panel .prev-section svg path {
        fill: #818181;
    }

    .map-page-section.details-panel .prev-section:hover svg path {
        fill: #ffffff;
    }

.map-page-section .connector-lines {
    display: none;
    pointer-events: none;
}

@media (min-width: 768px) {
    .map-page-section .connector-lines {
        border: 3px solid #ffffff;
        border-radius: 10px;
        display: block;
        opacity: .4;
        position: relative;
    }

        .map-page-section .connector-lines .arrow {
            background-image: url(/assets/icons/arrowhead-white.svg);
            background-position: center;
            background-size: 15px;
            background-repeat: no-repeat;
            height: 15px;
            position: absolute;
            width: 15px;
        }

        .map-page-section .connector-lines:after {
            background-color: #ffffff;
            content: '';
            display: block;
            left: 50%;
            position: absolute;
            width: 3px;
        }

        .map-page-section .connector-lines.connector-ut1 {
            border-bottom: 0;
            border-radius: 10px 10px 0 0;
            height: 2.5rem;
            margin-bottom: 15px;
            margin-top: 2.5rem;
        }

            .map-page-section .connector-lines.connector-ut1 .arrow {
                bottom: -13px;
            }

                .map-page-section .connector-lines.connector-ut1 .arrow:first-child {
                    left: -9px;
                }
                .map-page-section .connector-lines.connector-ut1 .arrow:not(:first-child):not(:last-child) {
                    left: calc(50% - 6px);
                }

                .map-page-section .connector-lines.connector-ut1 .arrow:last-child {
                    right: -9px;
                }

            .map-page-section .connector-lines.connector-ut1:after {
                height: 5rem;
                top: -2.5rem;
            }

        .map-page-section .connector-lines.connector-ftr1 {
            border-top: 0;
            border-radius: 0 0 10px 10px;
            height: 2.5rem;
            margin-bottom: 15px;
            z-index: 6;
        }

            .map-page-section .connector-lines.connector-ftr1:after {
                height: 1037px;
                bottom: -1000px;
            }
}

.map-page-section .top-arrow {
    background-color: #ffffff;
    content: '';
    display: block;
    height: 550px;
    left: 50%;
    opacity: .4;
    position: absolute;
    top: -580px;
    width: 3px;
}

    .map-page-section .top-arrow .arrow {
        position: absolute;
        bottom: -14px;
        left: -6px;
    }

@media (max-width: 767.98px) {
    .map-page-section .top-arrow {
        display: none;
    }
}

.map-page-section .connector-lines .arrow, .map-page-section .top-arrow .arrow {
    background-image: url(/assets/icons/arrowhead-white.svg);
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
    height: 15px;
    position: absolute;
    width: 15px;
}

.map-page-section .exit-line-wrapper {
    position: relative;
}

    .map-page-section .exit-line-wrapper .exit-line {
        background-color: #ffffff;
        content: '';
        display: block;
        height: 1000px;
        right: 110px;
        opacity: .4;
        position: absolute;
        top: 10px;
        width: 3px;
    }

@media (max-width: 767.98px) {
    .map-page-section .exit-line-wrapper {
        display: none;
    }
}

.map-page-section .prev-section {
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 11px 13px 5px;
    position: absolute;
    top: 0;
    right: 15px;
}

    .map-page-section .prev-section svg {
        height: 15px;
        width: 15px;
    }

        .map-page-section .prev-section svg path {
            fill: #ffffff;
        }

    .map-page-section .prev-section.section-ftr {
        bottom: 20px;
        left: 50%;
        margin-left: -21px;
        top: auto;
        right: auto;
        width: 42px;
    }

    .map-page-section .prev-section:hover {
        background-color: #999999;
    }

.map-page-section.activated {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tooltip {
    position: absolute;
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-size: 0.8rem;
    line-height: 1.2rem;
    opacity: 0;
}

    .tooltip.show {
        opacity: 1;
    }

    .tooltip .tooltip-inner {
        background-color: #4e4e4d;
        color: #e7e6e7;
        line-height: 1rem;
        padding: 1rem;
        text-align: left;
    }

    .tooltip:before {
        position: absolute;
        content: "";
        border-color: transparent;
        border-width: 0.7rem 0.7rem 0.7rem 0 !important;
        border-style: solid;
        border-right-color: #4e4e4d !important;
        top: 50%;
        margin-top: -12px !important;
        z-index: 5;
    }

    .tooltip.bs-tether-element-attached-right {
        margin-right: 0.75rem !important;
    }

        .tooltip.bs-tether-element-attached-right:before {
            right: -5px !important;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .tooltip.bs-tether-element-attached-left {
        margin-left: 0.75rem !important;
    }

        .tooltip.bs-tether-element-attached-left:before {
            left: -5px !important;
        }

@media (max-width: 991.98px) {
    .tooltip {
        display: none !important;
    }
}

.back-top {
    background-color: #e7e6e7;
    display: none;
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    margin-top: 0;
    overflow: visible;
}

    .back-top a {
        display: block;
        color: #4e4e4d;
        font-size: .8rem;
        font-weight: 600;
        padding: 1rem 2rem 4rem;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        z-index: 1;
    }

        .back-top a:hover, .back-top a:focus, .back-top a:active {
            color: #6d6d6b;
        }

        .back-top a span {
            display: block;
            position: relative;
        }

            .back-top a span:after {
                background-image: url(/assets/icons/back-top.svg);
                background-position: center;
                background-size: 16px;
                background-repeat: no-repeat;
                content: '';
                height: 40px;
                left: 50%;
                margin-left: -8px;
                position: absolute;
                top: -52px;
                width: 16px;
                z-index: 0;
            }

    .back-top.activated {
        display: block;
    }

@media (max-width: 767.98px) {
    .back-top {
        background-color: #999999;
    }

        .back-top a {
            color: #ffffff;
            padding: 1rem 2rem;
        }

            .back-top a span {
                display: inline;
                margin-right: -10px;
            }

                .back-top a span:after {
                    background-image: url(/assets/icons/back-top-arrow.svg);
                    height: 20px;
                    left: -20px;
                    top: -4px;
                    width: 20px;
                    z-index: 2;
                }

            .back-top a:hover, .back-top a:focus, .back-top a:active {
                background-color: #808080;
                color: #ffffff;
            }
}

.footer {
    margin-top: 0;
}

.progress {
    background-color: #d9d9d9;
    border-radius: 20px;
    margin-bottom: 3rem;
}

    .progress .progress-bar {
        background-color: #608da2;
        height: 1.7rem;
    }

@media (min-width: 576px) {
    .progress .progress-bar {
        height: 1.9rem;
    }
}

.progress .progress-bar .label {
    background: inherit;
    font-size: 1rem;
    font-family: 'Open Sans', Arial, 'Microsoft YaHei New', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', SimSun, STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
    font-weight: 500;
    height: 1.7rem;
    line-height: 1.7rem;
    padding: 10px 5px;
}

@media (min-width: 576px) {
    .progress .progress-bar .label {
        height: 2rem;
        line-height: 2rem;
    }
}

.event-list-header {
    background-color: #F6F6F2;
    border-top: 14px solid #e7e6e7;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .event-list-header {
        margin-bottom: 3rem;
    }
}

.event-list-header.no-border {
    border: 0;
}

@media (max-width: 767.98px) {
    .event-list-header.no-border {
        padding-top: 1.5rem;
    }
}

.event-list-header .breadcrumb {
    margin-bottom: 2.5rem;
    padding: 1.5rem 0 1rem;
}

@media (max-width: 767.98px) {
    .event-list-header .header-btn-group {
        margin-top: 1.5rem;
    }
}

.event-list-header .header-btn-group a {
    background-color: transparent;
    border: 1px solid #6E6E6C;
    border-radius: 0;
    color: #6E6E6C;
    font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    text-transform: uppercase;
}

    .event-list-header .header-btn-group a:hover, .event-list-header .header-btn-group a:active, .event-list-header .header-btn-group a:focus {
        background-color: #6E6E6C;
        color: #ffffff;
    }

    .event-list-header .header-btn-group a.current {
        border: 2px solid #C06E40;
        background-color: #C06E40;
        color: #ffffff;
    }

@media (max-width: 767.98px) {
    .event-list-header .header-btn-group a {
        width: 100%;
    }

        .event-list-header .header-btn-group a:nth-child(2) {
            margin: .5rem 0;
        }
}

@media (min-width: 768px) {
    .event-list-header .header-btn-group {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        -webkit-column-gap: 1rem;
        column-gap: 1rem;
    }
}

@media (min-width: 992px) {
    .event-list-header .header-btn-group {
        -webkit-column-gap: 2rem;
        column-gap: 2rem;
    }
}

.event-list-header h1 {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .event-list-header h1 {
        font-size: 2rem;
    }
}

.event-list-header .event-listings .event-item {
    margin: 0;
    padding: 0;
}

    .event-list-header .event-listings .event-item .event-categories {
        margin-bottom: 1rem;
    }

#sidebar-trigger {
    background-color: #6E6E6C;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    #sidebar-trigger:before, #sidebar-trigger:after {
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        content: '';
        cursor: pointer;
        display: block;
        position: absolute;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    #sidebar-trigger:before {
        background-image: url("/assets/icons/funnel-white.svg");
        left: 10px;
        height: 23px;
        top: 10px;
        width: 20px;
    }

    #sidebar-trigger:after {
        background-image: url("/assets/icons/dropdown-chevron.svg");
        height: 20px;
        right: 15px;
        width: 15px;
        top: 10px;
    }

    #sidebar-trigger:hover, #sidebar-trigger:active, #sidebar-trigger:focus {
        background-color: #34373c;
    }

    #sidebar-trigger.triggered {
        background-color: #C06E40;
    }

        #sidebar-trigger.triggered:after {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

@media (min-width: 992px) {
    #sidebar-trigger {
        display: none;
    }
}

.event-listing-sidebar {
    display: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 100%;
}

@media (min-width: 992px) {
    .event-listing-sidebar {
        display: block !important;
    }
}

.event-listing-sidebar .inner-wrapper {
    background-color: #F6F6F2;
    padding: 1.25rem 1rem;
    margin-bottom: 3rem;
}

    .event-listing-sidebar .inner-wrapper .form-group.custom_checkbox {
        margin-bottom: .25rem;
    }

        .event-listing-sidebar .inner-wrapper .form-group.custom_checkbox .custom-checkbox {
            display: block;
            margin: 0;
        }

            .event-listing-sidebar .inner-wrapper .form-group.custom_checkbox .custom-checkbox .custom-control-indicator {
                background-color: #F6F6F2;
            }

            .event-listing-sidebar .inner-wrapper .form-group.custom_checkbox .custom-checkbox .custom-control-description {
                font-size: .9rem;
                padding: 0.2rem 0rem 0rem 0.5rem;
            }

            .event-listing-sidebar .inner-wrapper .form-group.custom_checkbox .custom-checkbox .custom-control-input {
                width: 0;
            }

                .event-listing-sidebar .inner-wrapper .form-group.custom_checkbox .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
                    background-color: #6E6E6C;
                }

    .event-listing-sidebar .inner-wrapper .form-group.dropdown-group {
        margin-bottom: 1.5rem;
    }

        .event-listing-sidebar .inner-wrapper .form-group.dropdown-group .dropdown-column {
            margin-bottom: .75rem;
        }

            .event-listing-sidebar .inner-wrapper .form-group.dropdown-group .dropdown-column .my-cii-cream-background {
                background-color: #E0DDD4 !important;
            }

            .event-listing-sidebar .inner-wrapper .form-group.dropdown-group .dropdown-column .dropdown-menu .dropdown-item {
                background-color: #ffffff;
            }

                .event-listing-sidebar .inner-wrapper .form-group.dropdown-group .dropdown-column .dropdown-menu .dropdown-item:hover, .event-listing-sidebar .inner-wrapper .form-group.dropdown-group .dropdown-column .dropdown-menu .dropdown-item:active, .event-listing-sidebar .inner-wrapper .form-group.dropdown-group .dropdown-column .dropdown-menu .dropdown-item:focus {
                    background-color: #cac7bd;
                }

    .event-listing-sidebar .inner-wrapper .button__submit {
        background-color: transparent;
        border: 1px solid #6E6E6C;
        border-radius: 0;
        color: #6E6E6C;
        font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
        font-size: .9rem;
        margin: 1.5rem 0 1rem;
        text-transform: uppercase;
        width: 100%;
    }

        .event-listing-sidebar .inner-wrapper .button__submit:hover, .event-listing-sidebar .inner-wrapper .button__submit:focus {
            background-color: #6E6E6C;
            color: #ffffff;
        }

        .event-listing-sidebar .inner-wrapper .button__submit:active {
            background-color: #C06E40;
            border: 1px solid #C06E40;
            color: #ffffff;
        }

    .event-listing-sidebar .inner-wrapper .reset {
        background: none;
        color: #808080;
        cursor: pointer;
        font-size: .85rem;
        font-weight: 600;
        padding: 0;
        text-align: left;
    }

html[dir="rtl"] .event-listing-sidebar .inner-wrapper .reset {
    text-align: right;
}

.event-listing-sidebar .inner-wrapper .reset:hover, .event-listing-sidebar .inner-wrapper .reset:active, .event-listing-sidebar .inner-wrapper .reset:focus {
    color: #6E6E6C;
    text-decoration: underline;
}

.event-listings .results-details {
    border-bottom: 1px solid #d5d3ce;
    display: block;
    margin: 0 0 1.5rem;
    padding: 0 0 1rem;
}

.event-listings .event-item {
    border-bottom: 1px solid #d5d3ce;
    margin: 0 0 1.5rem;
    padding: 0 0 1.5rem;
}

    .event-listings .event-item .inner-wrapper {
        height: 100%;
    }

        .event-listings .event-item .inner-wrapper .event-date-time {
            color: #34373c;
            font-size: .85rem;
            font-weight: 600;
            margin: 0 0 .25rem;
        }

            .event-listings .event-item .inner-wrapper .event-date-time span {
                display: inline-block;
            }

                .event-listings .event-item .inner-wrapper .event-date-time span:nth-child(2) {
                    margin: 0 0 0 .5rem;
                    padding: 0 0 0 .5rem;
                    position: relative;
                }

                    .event-listings .event-item .inner-wrapper .event-date-time span:nth-child(2):after {
                        background: #6d6d6b;
                        content: '';
                        left: -1px;
                        position: absolute;
                        height: 12px;
                        top: 3px;
                        width: 1px;
                    }

html[dir="rtl"] .event-listings .event-item .inner-wrapper .event-date-time span:nth-child(1) {
    margin: 0 0 0 .5rem;
    padding: 0 0 0 .5rem;
}

    html[dir="rtl"] .event-listings .event-item .inner-wrapper .event-date-time span:nth-child(1):after {
        left: auto;
        right: 0;
    }

html[dir="rtl"] .event-listings .event-item .inner-wrapper .event-date-time span:nth-child(2):after {
    right: -9px;
}

.event-listings .event-item .inner-wrapper .event-title {
    margin: 0 0 .5rem;
}

    .event-listings .event-item .inner-wrapper .event-title a {
        color: #C06E40;
    }

.my-cii-main .event-listings .event-item .inner-wrapper .event-title a {
    color: #608da2;
}

.event-listings .event-item .inner-wrapper .event-topics {
    display: block;
    font-size: .9rem;
    margin: 0 0 .5rem;
}

.event-listings .event-item .inner-wrapper .event-link {
    display: block;
    font-size: .9rem;
    font-weight: 600;
    margin: 0 0 .5rem;
}

.event-listings .event-item .inner-wrapper .event-links a {
    display: block;
    margin: 0 1rem 0 0;
    padding: 0 1rem 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .event-listings .event-item .inner-wrapper .event-links a {
        display: inline-block;
        margin: 0 1rem 0.5rem 0;
    }

        .event-listings .event-item .inner-wrapper .event-links a:after {
            background-color: #6E6E6C;
            content: '';
            position: absolute;
            height: 14px;
            width: 1px;
            right: 0;
            top: 3px;
        }
}

html[dir="rtl"] .event-listings .event-item .inner-wrapper .event-links a {
    margin: 0 0 0 1rem;
    padding: 0 0 0 1rem;
}

@media (min-width: 768px) {
    html[dir="rtl"] .event-listings .event-item .inner-wrapper .event-links a {
        margin: 0 0 0.5rem 1rem;
    }

        html[dir="rtl"] .event-listings .event-item .inner-wrapper .event-links a:after {
            left: 0;
            right: auto;
        }
}

.event-listings .event-item .inner-wrapper .event-links a:last-of-type:after {
    display: none;
}

.event-listings .event-item .inner-wrapper .event-links a:hover, .event-listings .event-item .inner-wrapper .event-links a:active, .event-listings .event-item .inner-wrapper .event-links a:focus, .event-listings .event-item .inner-wrapper .event-links a.active {
    color: inherit;
    text-decoration: underline;
}

.event-listings .event-item .inner-wrapper .places-left {
    background: #808080;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    font-size: .9rem;
    font-weight: 600;
    margin: 0 0 1rem;
    padding: 5px;
    text-align: center;
}

@media (min-width: 992px) {
    .event-listings .event-item .inner-wrapper .places-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 1rem auto;
        max-width: 180px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    html[dir="rtl"] .event-listings .event-item .inner-wrapper .places-left {
        margin: 0 auto 0 0;
    }
}

.my-cii-main .event-listings .event-item .inner-wrapper .places-left {
    background: #C06E40;
}

.event-listings .event-item .inner-wrapper .places-left span {
    font-weight: 400;
}

.event-listings .event-item .inner-wrapper .places-left.highlight {
    background: #83474f;
}

.event-listings .event-item .inner-wrapper .cpdhrs {
    display: block;
    font-size: .9rem;
    text-align: right;
    margin-top: auto;
}

html[dir="rtl"] .event-listings .event-item .inner-wrapper .cpdhrs {
    text-align: left;
}

.event-listings .event-item .inner-wrapper .cpdhrs span {
    background: #808080;
    color: #ffffff;
    padding: 4px 8px;
    margin: 0 0 0 1rem;
}

.event-listings .event-item .inner-wrapper .text-link {
    display: block;
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
    text-align: right;
}

    .event-listings .event-item .inner-wrapper .text-link.icon-link {
        padding-right: 30px;
    }

        .event-listings .event-item .inner-wrapper .text-link.icon-link img {
            position: absolute;
            top: 0px;
            right: 0;
            width: 20px;
        }

    .event-listings .event-item .inner-wrapper .text-link:hover, .event-listings .event-item .inner-wrapper .text-link:active, .event-listings .event-item .inner-wrapper .text-link:focus {
        color: inherit;
    }

html[dir="rtl"] .event-listings .event-item .inner-wrapper .text-link {
    text-align: left;
}

    html[dir="rtl"] .event-listings .event-item .inner-wrapper .text-link.icon-link {
        padding-left: 30px;
        padding-right: 0;
    }

        html[dir="rtl"] .event-listings .event-item .inner-wrapper .text-link.icon-link img {
            right: auto;
            left: 0;
        }

.event-listings .event-item .inner-wrapper .event-categories {
    margin-top: auto;
}

    .event-listings .event-item .inner-wrapper .event-categories span {
        background: #eeeee8;
        display: inline-block;
        font-size: .7rem;
        font-weight: 400;
        padding: 4px 7px 3px;
        margin: 10px 10px 0 0;
        text-transform: uppercase;
    }

@media (min-width: 1200px) {
    .event-listings .event-item .inner-wrapper .event-categories span {
        font-size: .8rem;
        padding: 4px 13px 3px;
    }
}

.my-cii-main .event-listings .event-item .inner-wrapper .event-categories span {
    background: #d5d3ce;
}

html[dir="rtl"] .event-listings .event-item .inner-wrapper .event-categories span {
    margin: 10px 0 0 10px;
}

.event-listings .event-item .inner-wrapper .event-categories span.highlight {
    background: #808080;
    color: #ffffff;
    font-weight: 500;
}

.event-listings .event-item.event-page {
    border: none;
}

    .event-listings .event-item.event-page p {
        margin-bottom: .25rem;
    }

        .event-listings .event-item.event-page p span {
            font-weight: 600;
            width: 90px;
        }

.event-listings .event-item .event-materials {
    display: none;
}

.map-wrapper {
    margin-bottom: 5rem;
}

@media (min-width: 992px) {
    .map-wrapper .event-listing-sidebar .inner-wrapper {
        margin-bottom: 0;
    }
}

#map {
    height: 100%;
    margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
    #map {
        height: 0;
        padding-top: 100%;
    }
}

#map button {
    min-width: auto !important;
}

#map .gm-style-iw-t .gm-style-iw {
    background-color: #fffff9;
}

    #map .gm-style-iw-t .gm-style-iw .gm-style-iw-d {
        overflow: visible !important;
        padding: 0 12px 12px 0;
        max-width: 300px;
    }

        #map .gm-style-iw-t .gm-style-iw .gm-style-iw-d .info-window-content > * {
            font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
        }

        #map .gm-style-iw-t .gm-style-iw .gm-style-iw-d .info-window-content .event-title a {
            color: #C06E40;
        }

        #map .gm-style-iw-t .gm-style-iw .gm-style-iw-d .info-window-content .event-meta {
            color: #34373c;
            font-size: .9rem;
            margin-bottom: .5rem;
        }

            #map .gm-style-iw-t .gm-style-iw .gm-style-iw-d .info-window-content .event-meta span {
                display: inline-block;
                font-weight: 600;
                position: relative;
                padding: 0 0 0 15px;
            }

                #map .gm-style-iw-t .gm-style-iw .gm-style-iw-d .info-window-content .event-meta span:after {
                    border-radius: 3px;
                    content: '';
                    background-color: #808080;
                    display: block;
                    height: 4px;
                    position: absolute;
                    left: 5px;
                    top: 8px;
                    width: 4px;
                }

                #map .gm-style-iw-t .gm-style-iw .gm-style-iw-d .info-window-content .event-meta span:first-child {
                    padding: 0 !important;
                }

                    #map .gm-style-iw-t .gm-style-iw .gm-style-iw-d .info-window-content .event-meta span:first-child:after {
                        display: none;
                    }

html[dir="rtl"] #map .gm-style-iw-t .gm-style-iw .gm-style-iw-d .info-window-content .event-meta span {
    padding: 0 15px 0 0;
}

    html[dir="rtl"] #map .gm-style-iw-t .gm-style-iw .gm-style-iw-d .info-window-content .event-meta span:after {
        left: auto;
        right: 5px;
    }

#map .gm-style-iw-t .gm-style-iw .gm-style-iw-d .info-window-content .event-description {
    color: #808080;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

#map .gm-style-iw-t .gm-style-iw .gm-style-iw-d .info-window-content .event-link {
    font-size: .9rem;
    margin-bottom: 0;
}

    #map .gm-style-iw-t .gm-style-iw .gm-style-iw-d .info-window-content .event-link a {
        color: #4e4e4d;
    }

#map .gm-style-iw-t .gm-style-iw button {
    min-width: auto;
    right: 0 !important;
    top: 0 !important;
}

html[dir="rtl"] #map .gm-style-iw-t .gm-style-iw button {
    left: 0 !important;
    right: auto !important;
}

#map .gm-style-iw-t:after {
    display: none;
}

.event-map-wrapper {
    background-color: #f2f0ee;
    padding: 2rem 0;
}

@media (min-width: 992px) {
    .event-map-wrapper {
        padding: 4rem 0;
    }
}

.event-map-wrapper .iframe-wrapper {
    border: 8px solid #ffffff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 65%;
}

    .event-map-wrapper .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.event-map-wrapper .view-link {
    font-size: 0.875rem;
    font-weight: 600;
}

.event-map-wrapper h3 {
    margin-bottom: 1rem;
}

.event-map-wrapper .text-wrapper {
    margin-bottom: .5rem;
}

    .event-map-wrapper .text-wrapper span {
        display: table-cell;
    }

        .event-map-wrapper .text-wrapper span:first-child {
            min-width: 90px;
        }

.tns-outer {
    padding: 0 !important;
}

    .tns-outer [hidden] {
        display: none !important;
    }

    .tns-outer [aria-controls], .tns-outer [data-action] {
        cursor: pointer;
    }

.tns-slider {
    -webkit-transition: all 0s;
    transition: all 0s;
}

    .tns-slider > .tns-item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

    .tns-horizontal.tns-subpixel > .tns-item {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
    }

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}

.tns-autowidth {
    display: inline-block;
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}

    .tns-lazy-img.tns-complete {
        opacity: 1;
    }

.tns-ah {
    -webkit-transition: height 0s;
    transition: height 0s;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}

.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.tns-vpfix {
    white-space: nowrap;
}

    .tns-vpfix > div, .tns-vpfix > li {
        display: inline-block;
    }

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}

.tns-t-ct {
    width: 2333.33333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0;
}

    .tns-t-ct:after {
        content: '';
        display: table;
        clear: both;
    }

    .tns-t-ct > div {
        width: 1.42857%;
        width: calc(100% / 70);
        height: 10px;
        float: left;
    }

.multi-carousel-wrapper {
    padding: 1.5rem 0;
    margin: 1rem 0 0;
}

@media (min-width: 992px) {
    .multi-carousel-wrapper {
        padding: 2.5rem 0 3rem;
        margin: 1rem 0;
    }
}

.multi-carousel-wrapper hr {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.multi-carousel-wrapper .tns-outer {
    position: relative;
    overflow: hidden;
}

    .multi-carousel-wrapper .tns-outer .tns-nav {
        margin: 1rem 0 2rem;
        text-align: center;
        width: 100%;
    }

        .multi-carousel-wrapper .tns-outer .tns-nav button {
            background: rgba(0, 0, 0, 0.25);
            border: 0;
            border-radius: 15px;
            height: 15px;
            margin: 0 5px;
            max-width: 15px;
            min-width: 15px;
            padding: 8px;
            width: 15px;
        }

            .multi-carousel-wrapper .tns-outer .tns-nav button.tns-nav-active {
                background: #6d6d6b;
            }

    .multi-carousel-wrapper .tns-outer .tns-controls {
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 10;
    }

@media (min-width: 768px) {
    .multi-carousel-wrapper .tns-outer .tns-controls {
        left: 50%;
        margin-left: -360px;
        width: 720px;
    }
}

@media (min-width: 992px) {
    .multi-carousel-wrapper .tns-outer .tns-controls {
        margin-left: -480px;
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .multi-carousel-wrapper .tns-outer .tns-controls {
        margin-left: -570px;
        width: 1140px;
    }
}

.multi-carousel-wrapper .tns-outer .tns-controls button {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    height: 30px;
    min-width: 20px;
    outline: 0 !important;
    position: absolute;
    text-indent: -99999px;
    width: 20px;
}

    .multi-carousel-wrapper .tns-outer .tns-controls button:focus, .multi-carousel-wrapper .tns-outer .tns-controls button:hover, .multi-carousel-wrapper .tns-outer .tns-controls button:active {
        outline: 0 !important;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .multi-carousel-wrapper .tns-outer .tns-controls button:after {
        background-image: url(/assets/icons/carousel-btn.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        content: '';
        font-size: 2rem;
        display: block;
        height: 30px;
        width: 30px;
        position: absolute;
        left: 0;
        top: 0;
        text-indent: 0;
    }

    .multi-carousel-wrapper .tns-outer .tns-controls button:nth-child(1) {
        left: 0;
    }

@media (min-width: 768px) {
    .multi-carousel-wrapper .tns-outer .tns-controls button:nth-child(1) {
        left: -20px;
    }
}

@media (min-width: 1200px) {
    .multi-carousel-wrapper .tns-outer .tns-controls button:nth-child(1) {
        left: -50px;
    }
}

.multi-carousel-wrapper .tns-outer .tns-controls button:nth-child(2) {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .multi-carousel-wrapper .tns-outer .tns-controls button:nth-child(2) {
        right: -20px;
    }
}

@media (min-width: 1200px) {
    .multi-carousel-wrapper .tns-outer .tns-controls button:nth-child(2) {
        right: -50px;
    }
}

.multi-carousel-wrapper .tns-inner {
    margin-left: calc(50% + 10px) !important;
    position: relative;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    width: 84% !important;
}

html[dir="rtl"] .multi-carousel-wrapper .tns-inner {
    direction: ltr;
    margin-left: auto !important;
    margin-right: calc(50% - 10px) !important;
    -webkit-transform: translateX(50%) !important;
    transform: translateX(50%) !important;
}

@media (min-width: 768px) {
    .multi-carousel-wrapper .tns-inner {
        width: 710px !important;
    }
}

@media (min-width: 992px) {
    .multi-carousel-wrapper .tns-inner {
        width: 950px !important;
    }
}

@media (min-width: 1200px) {
    .multi-carousel-wrapper .tns-inner {
        width: 1130px !important;
    }
}

.multi-carousel-wrapper .tns-inner:after, .multi-carousel-wrapper .tns-inner:before {
    bottom: 0;
    top: 0;
    content: '';
    position: absolute;
    opacity: 0.8;
    width: 5000px;
    z-index: 10;
}

.multi-carousel-wrapper .tns-inner:before {
    left: -5010px;
}

.multi-carousel-wrapper .tns-inner:after {
    right: -4990px;
}

html[dir="rtl"] .multi-carousel-wrapper .tns-inner:before {
    left: auto;
    right: -4990px;
}

html[dir="rtl"] .multi-carousel-wrapper .tns-inner:after {
    left: -5010px;
    right: auto;
}

.multi-carousel-wrapper .tns-inner .tns-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .multi-carousel-wrapper .tns-inner .tns-slider .item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .multi-carousel-wrapper .tns-inner .tns-slider .item .text-wrapper {
            background-color: #f9f7f5;
            height: 100%;
            padding: 1rem;
        }

            .multi-carousel-wrapper .tns-inner .tns-slider .item .text-wrapper .title {
                font-size: 1.1rem;
                font-weight: 600;
                margin: 0 0 .25rem;
            }

            .multi-carousel-wrapper .tns-inner .tns-slider .item .text-wrapper .subtitle {
                color: #75706d;
                font-size: 1.1rem;
                font-weight: 400;
                margin: 0;
            }

            .multi-carousel-wrapper .tns-inner .tns-slider .item .text-wrapper p {
                color: #34373c;
                font-size: .9rem;
                padding-top: .75rem;
                margin-bottom: .5rem;
            }

.multi-carousel-wrapper.white {
    background-color: #ffffff;
}

    .multi-carousel-wrapper.white .tns-inner:after, .multi-carousel-wrapper.white .tns-inner:before {
        background-color: #ffffff;
    }

.multi-carousel-wrapper.tint {
    background-color: #f2f0ee;
}

    .multi-carousel-wrapper.tint .tns-inner:after, .multi-carousel-wrapper.tint .tns-inner:before {
        background-color: #f2f0ee;
    }

.event-booking-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .event-booking-button-wrapper .button__submit.confirm {
        background-color: #C06E40;
        padding: 11px 20px;
        text-transform: uppercase;
    }

        .event-booking-button-wrapper .button__submit.confirm:hover {
            background-color: #883f1c;
        }

.event-box {
    background: #F6F6F2;
    margin-bottom: 2rem;
    width: 100%;
}

.my-cii-main .event-box {
    background: #ffffff;
    margin-top: 1.5rem;
    margin-bottom: 0;
    border: 1px solid #e7e5dd;
    border-radius: 3px;
    font-size: 0.85rem;
}

.event-box .event-box-header {
    background-color: #C06E40;
    padding: 0.8rem 1.5rem;
    position: relative;
}

.my-cii-main .event-box .event-box-header {
    background-color: #608da2;
}

.event-box .event-box-header .title {
    color: #ffffff;
    margin-bottom: 0;
}

.event-box .event-box-header .close {
    color: #ffffff;
    opacity: 1;
    font-size: .9rem;
    position: absolute;
    right: 20px;
    top: 15px;
    text-shadow: none;
}

html[dir="rtl"] .event-box .event-box-header .close {
    left: 20px;
    right: auto;
}

.event-box .event-box-header .close img {
    width: 13px;
    margin-left: 5px;
    opacity: 1;
    position: unset;
}

.event-box .event-box-header .close:hover, .event-box .event-box-header .close:focus, .event-box .event-box-header .close:active {
    opacity: .8;
}

.event-box .event-box-header .hdr-last {
    text-align: right;
}

html[dir="rtl"] .event-box .event-box-header .hdr-last {
    text-align: left;
}

.event-box .inner-wrapper {
    padding: 1.5rem;
}

.my-cii-main .event-box .inner-wrapper {
    padding: 1.5rem 1.5rem .25rem;
}

.event-box .inner-wrapper .table-hdr {
    border-bottom: 1px solid #d5d3ce;
    font-weight: 600;
    padding-bottom: .5rem;
}

.event-box .inner-wrapper .table-row {
    border-top: 1px solid #d5d3ce;
    padding: 15px 0;
    position: relative;
}

    .event-box .inner-wrapper .table-row .checkbox-container {
        display: block;
        padding: 0 30px;
        margin: 0;
    }

        .event-box .inner-wrapper .table-row .checkbox-container input[type=checkbox]:focus + .checkbox-checkmark {
            -webkit-box-shadow: 0px 0px 10px #6d6d6b;
            box-shadow: 0px 0px 10px #6d6d6b;
        }

        .event-box .inner-wrapper .table-row .checkbox-container .checkbox-checkmark {
            top: 3px;
        }

            .event-box .inner-wrapper .table-row .checkbox-container .checkbox-checkmark.central {
                left: 15px;
            }

html[dir="rtl"] .event-box .inner-wrapper .table-row .checkbox-container .checkbox-checkmark.central {
    left: auto;
    right: 15px;
}

.event-box .inner-wrapper .table-row a {
    font-weight: 600;
}

    .event-box .inner-wrapper .table-row a.download img {
        margin-top: 0;
        width: 30px;
    }

@media (min-width: 768px) {
    .event-box .inner-wrapper .table-row a.download img {
        margin-top: -5px;
        width: 25px;
    }
}

.event-box .inner-wrapper .table-row a.download:hover, .event-box .inner-wrapper .table-row a.download:active, .event-box .inner-wrapper .table-row a.download:focus {
    opacity: .4;
}

.event-box .inner-wrapper .table-row .text-link {
    display: inline-block;
    font-weight: 600;
    margin: 5px 0;
    position: relative;
}

@media (min-width: 768px) {
    .event-box .inner-wrapper .table-row .text-link {
        margin: 0;
    }
}

.event-box .inner-wrapper .table-row .text-link.icon-link {
    padding-right: 30px;
}

    .event-box .inner-wrapper .table-row .text-link.icon-link img {
        position: absolute;
        top: -1px;
        right: 0;
        width: 20px;
    }

.event-box .inner-wrapper .table-row .text-link:hover, .event-box .inner-wrapper .table-row .text-link:active, .event-box .inner-wrapper .table-row .text-link:focus {
    color: inherit;
}

html[dir="rtl"] .event-box .inner-wrapper .table-row .text-link {
    text-align: left;
}

    html[dir="rtl"] .event-box .inner-wrapper .table-row .text-link.icon-link {
        padding-left: 30px;
        padding-right: 0;
    }

        html[dir="rtl"] .event-box .inner-wrapper .table-row .text-link.icon-link img {
            right: auto;
            left: 0;
        }

.event-box .inner-wrapper .table-row .date span {
    padding: 0 12px;
}

@media (min-width: 768px) {
    .event-box .inner-wrapper .table-row .date span {
        padding: 0 3px;
    }
}

.event-box .inner-wrapper .table-row .hours {
    font-weight: 600;
    text-align: right;
    margin: 5px 0;
}

@media (min-width: 768px) {
    .event-box .inner-wrapper .table-row .hours {
        margin: 0;
    }
}

html[dir="rtl"] .event-box .inner-wrapper .table-row .hours {
    text-align: left;
}

.event-box .inner-wrapper .table-row .totals {
    font-weight: 600;
    padding: 0 0 .5rem;
    text-align: right;
}

    .event-box .inner-wrapper .table-row .totals .label {
        margin-right: 1rem;
    }

@media (min-width: 768px) {
    .event-box .inner-wrapper .table-row .totals .total-hours {
        margin-right: 15px;
    }

    html[dir="rtl"] .event-box .inner-wrapper .table-row .totals .total-hours {
        margin-left: 15px;
        margin-right: 0;
    }
}

html[dir="rtl"] .event-box .inner-wrapper .table-row .totals {
    text-align: left;
    margin-left: 3rem;
    margin-right: 0;
}

@media (max-width: 767.98px) {
    .event-box .inner-wrapper .table-row .detail-wrapper {
        padding: 0;
    }
}

.event-box .inner-wrapper .table-row span.detail-label {
    margin-right: 5px;
}

@media (min-width: 768px) {
    .event-box .inner-wrapper .table-row span.detail-label {
        display: none;
    }
}

.event-box .inner-wrapper .table-row span.session-title {
    margin-bottom: .5rem;
}

@media (max-width: 767.98px) {
    .event-box .inner-wrapper .table-row span.session-title {
        font-weight: 600;
    }
}

.event-box .inner-wrapper .table-row span.session-detail {
    display: block;
    margin-bottom: .5rem;
}

.event-box .inner-wrapper textarea {
    height: 7rem;
}

.event-box .inner-wrapper .inline-link {
    display: inline-block;
    padding: 2px 0 10px 5px;
    vertical-align: top;
    font-weight: 600;
}

.event-box .inner-wrapper .edit-event {
    position: absolute;
    right: 2px;
    top: 15px;
}

html[dir="rtl"] .event-box .inner-wrapper .edit-event {
    left: 0;
    right: auto;
}

.event-box .inner-wrapper .edit-event img {
    width: 22px;
}

.event-box .inner-wrapper .edit-event:hover {
    opacity: .6;
}

.event-box .inner-wrapper .dropdown-menu .dropdown-item {
    background-color: #ffffff;
}

    .event-box .inner-wrapper .dropdown-menu .dropdown-item:hover, .event-box .inner-wrapper .dropdown-menu .dropdown-item:active, .event-box .inner-wrapper .dropdown-menu .dropdown-item:focus {
        background-color: #cac7bd;
    }

.event-box.cpd-hours {
    margin-top: 0;
}

    .event-box.cpd-hours .inner-wrapper {
        padding: 0 1.5rem .25rem;
    }

        .event-box.cpd-hours .inner-wrapper .table-row {
            border-top: 0;
            border-bottom: 1px solid #d5d3ce;
            padding: 15px 0 5px;
        }

@media (max-width: 767.98px) {
    .event-box.cpd-hours .inner-wrapper .table-row {
        padding: 15px 0;
    }
}

.event-box.cpd-hours .inner-wrapper .table-row:last-of-type {
    border-bottom: 0;
    border-top: 1px solid #d5d3ce;
    padding: 15px 0 5px;
}

.search__results {
    margin-bottom: 4rem;
}

    .search__results .results__count {
        padding-bottom: 2rem;
        color: #6d6d6b;
    }

    .search__results:hover .search__results-item {
        opacity: 0.5;
    }

        .search__results:hover .search__results-item:hover {
            opacity: 1;
        }

@media (max-width: 767px) {
    .search__results:hover .search__results-item {
        opacity: 1;
    }

        .search__results:hover .search__results-item:hover {
            opacity: 1;
        }
}

.search__results__container {
    position: relative;
    border-top: 1px solid #c1c2bd;
}

.filters__container .filter__categories {
    margin-top: 0px;
}

.search__results__number {
    color: #6d6d6b;
}

.search__bar {
    margin-bottom: 4rem;
    padding: 2rem 0rem 2rem 0rem;
    background-color: #c1c2bd;
}

    .search__bar.light-background-colour {
        background-color: #e1ddd4;
    }

    .search__bar .bar__search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .search__bar .bar__search .checkbox-checkmark {
            background-color: #ffffff;
        }

@media (max-width: 767px) {
    .search__bar {
        padding: 1rem 0rem 1rem 0rem;
    }
}

.topstories {
    margin-bottom: 4rem;
}

    .topstories .topstories__header {
        padding: 1.4rem 0px;
        text-align: center;
    }

        .topstories .topstories__header h2 {
            position: relative;
            margin-top: 2rem;
            padding-bottom: 2rem;
            text-align: center;
        }

            .topstories .topstories__header h2:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 42%;
                height: 1px;
                width: 16%;
                border-bottom: 1px solid #c1c2bd;
            }

        .topstories .topstories__header .icon.stories {
            margin: 0 auto;
        }

    .topstories .topstories__content {
        padding: 0 10rem;
    }

    .topstories .topstories__readmore {
        margin-top: 1rem;
        text-align: center;
    }

    .topstories .story__container:hover .story {
        opacity: 0.5;
    }

        .topstories .story__container:hover .story:hover {
            opacity: 1;
        }

@media (max-width: 767px) {
    .topstories .topstories__header h2 {
        display: inline-block;
    }

        .topstories .topstories__header h2:before {
            left: 0px;
            width: 100%;
        }

    .topstories .topstories__content {
        padding: 0rem;
    }

        .topstories .topstories__content .story {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 0px;
            text-align: center;
        }

            .topstories .topstories__content .story .story__date {
                display: inline-block;
                width: auto;
            }

            .topstories .topstories__content .story .story__title {
                font-size: 1.25rem;
            }

    .topstories .topstories__readmore {
        display: none;
    }

    .homepage__container .topstories .topstories__content {
        display: none;
    }

    .homepage__container .topstories .topstories__readmore {
        display: block;
    }
}

@media (min-width: 768px) {
    .topstories .topstories__content {
        padding: 0 2rem;
    }
}

@media (min-width: 992px) {
    .topstories .topstories__content {
        padding: 0 4rem;
    }
}

@media (min-width: 1200px) {
    .topstories .topstories__content {
        padding: 0 10rem;
    }
}

.tags__container {
    margin-bottom: 3rem;
}

    .tags__container h4 {
        text-align: left;
    }

    .tags__container .linebreak {
        margin: 2.5rem 0px;
    }

    .tags__container .tags__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .tags__container .tags__list li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-line-pack: center;
            align-content: center;
            margin: 0rem 1rem 1rem 0rem;
        }

.suggestion__container {
    margin-top: 3rem;
}

    .suggestion__container h2 {
        margin-bottom: 3rem;
        text-align: center;
    }

    .suggestion__container .suggestions__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
    }

        .suggestion__container .suggestions__list .suggestions__item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 32%;
            flex: 0 0 32%;
            max-width: 32%;
        }

@media (max-width: 991px) {
    .suggestion__container .suggestions__list .suggestions__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 1rem;
        max-width: 100%;
    }
}

.options__container {
    margin-bottom: 4rem;
}

@media (max-width: 767px) {
    .homepage__container .options__container {
        display: none;
    }
}

.filters__articles__container {
    margin-bottom: 4rem;
    padding: 2rem 0rem 2rem 0rem;
    background-color: #c1c2bd;
}

@media (max-width: 991px) {
    .filters__articles__container {
        padding: 2rem 0rem 1rem 0rem;
    }

        .filters__articles__container .col-lg-6 .search_input, .filters__articles__container .col-lg-6 .button_search {
            margin-bottom: 1rem;
        }

        .filters__articles__container .col-md-6 .dropdown {
            margin-bottom: 1rem;
        }
}

.filters__events__container {
    margin-bottom: 4rem;
    padding: 2rem 0rem 2rem 0rem;
    background-color: #c1c2bd;
}

@media (max-width: 991px) {
    .filters__events__container {
        padding: 2rem 0rem 1rem 0rem;
    }

        .filters__events__container .col-md-6 .dropdown, .filters__events__container .col-md-6 .search_input, .filters__events__container .col-md-6 .button_search {
            margin-bottom: 1rem;
        }
}

.filters__learning__container {
    margin-bottom: 4rem;
    padding: 2rem 0rem 2rem 0rem;
    background-color: #697f6a;
}

@media (max-width: 991px) {
    .filters__learning__container {
        padding: 2rem 0rem 1rem 0rem;
    }

        .filters__learning__container .col-md-6 .dropdown, .filters__learning__container .col-md-6 .search_input, .filters__learning__container .col-md-6 .button_search {
            margin-bottom: 1rem;
        }
}

.filters__faq__container {
    margin: 3rem 0rem 4rem 0rem;
    padding: 2rem 0rem 1rem 0rem;
    background-color: #c1c2bd;
}

    .filters__faq__container .dropdown, .filters__faq__container .search_input, .filters__faq__container .button_search {
        margin-bottom: 1rem;
    }

.filters__institute__container {
    margin: 1rem 0rem 2rem 0rem;
    padding: 2rem 0rem 1rem 0rem;
    background-color: #608da2;
}

    .filters__institute__container .dropdown, .filters__institute__container .search_input, .filters__institute__container .button_search {
        margin-bottom: 1rem;
    }

.filters__resource__container {
    margin: 3rem 0rem 4rem 0rem;
    padding: 2rem 0rem 1rem 0rem;
    background-color: #c1c2bd;
}

    .filters__resource__container .dropdown, .filters__resource__container .search_input, .filters__resource__container .button_search {
        margin-bottom: 1rem;
    }

ul.list__buttons {
    margin-bottom: 3rem;
}

    ul.list__buttons li {
        margin-bottom: 1rem;
    }

.List__categories__container ul.List__categories li {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #c1c2bd;
}

    .List__categories__container ul.List__categories li.list__desc {
        font-size: 0.875rem;
    }

    .List__categories__container ul.List__categories li a.list__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #34373c;
    }

        .List__categories__container ul.List__categories li a.list__button .list_item {
            font-size: 0.875rem;
        }

        .List__categories__container ul.List__categories li a.list__button .list__title {
            margin-bottom: 0;
            font-family: 'Open Sans', 'Microsoft Yahei','\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
            font-size: 0.875rem;
            font-weight: bold;
        }

        .List__categories__container ul.List__categories li a.list__button .list__info {
            margin-top: 0.5rem;
            font-size: 0.875rem;
        }

        .List__categories__container ul.List__categories li a.list__button:hover {
            text-decoration: none;
        }

.list__items__container div.title__box .title__box__title {
    max-width: 90%;
}

.list__items__container div.title__box .listitems__information__link {
    float: right;
}

    .list__items__container div.title__box .listitems__information__link:focus {
        border-bottom: 1px solid #34373c;
    }

    .list__items__container div.title__box .listitems__information__link img.listitems__information__icon {
        float: right;
        width: auto;
        height: 1.4rem;
    }

.list__items__container ul.list__items li {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #e1ddd4;
}

    .list__items__container ul.list__items li.list__desc {
        font-size: 0.875rem;
    }

    .list__items__container ul.list__items li .list_item {
        font-size: 0.875rem;
        color: #34373c;
    }

    .list__items__container ul.list__items li a.list__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #34373c;
        font-weight: 400;
        text-decoration: none;
    }

        .list__items__container ul.list__items li a.list__button .list__title {
            margin-bottom: 0;
            font-family: 'Open Sans', 'Microsoft Yahei','\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
            font-size: 0.875rem;
            font-weight: bold;
        }

        .list__items__container ul.list__items li a.list__button .list__text {
            margin-bottom: 0;
            font-family: 'Open Sans', 'Microsoft Yahei','\5FAE\8F6F\96C5\9ED1', STXihei, '\534E\6587\7EC6\9ED1', sans-serif;
            font-size: 0.875rem;
            font-weight: 400;
        }

            .list__items__container ul.list__items li a.list__button .list__text .list__button:hover, .list__items__container ul.list__items li a.list__button .list__text .list__button:focus {
                font-weight: 400;
            }

        .list__items__container ul.list__items li a.list__button .list__info {
            margin-top: 0.5rem;
            font-size: 0.875rem;
        }

        .list__items__container ul.list__items li a.list__button:hover {
            text-decoration: none;
            font-weight: 600;
        }

        .list__items__container ul.list__items li a.list__button:focus {
            text-decoration: underline;
            font-weight: 600;
        }

        .list__items__container ul.list__items li a.list__button:visited {
            color: #c1c2bd;
            font-weight: 600;
            text-decoration: none;
        }

            .list__items__container ul.list__items li a.list__button:visited .list_item {
                color: #c1c2bd;
                font-weight: 600;
                text-decoration: none;
            }

    .list__items__container ul.list__items li .list__items__link {
        font-size: 0.875rem;
        font-weight: bold;
        text-decoration: none;
    }

        .list__items__container ul.list__items li .list__items__link:hover {
            text-decoration: underline;
        }

.list__items__container p {
    font-size: 0.875rem;
}

    .list__items__container p.listitems__paragraph__padding {
        border-bottom: 1px solid #e1ddd4;
        padding: 0.8rem 1rem;
    }

.list__items__container.my-cii-list div.title__box {
    background: #638FA6;
    border-radius: 3px 3px 0 0;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 0.6rem 1rem;
}

.list__items__container.my-cii-list ul.list__items {
    background: #ffffff;
    border: 1px solid #e7e5dd;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    padding: 0 1rem;
}

    .list__items__container.my-cii-list ul.list__items li {
        padding: 0.6rem 0;
    }

        .list__items__container.my-cii-list ul.list__items li .list_item {
            font-size: 0.8rem;
        }

        .list__items__container.my-cii-list ul.list__items li:last-child {
            border: 0;
        }

.list__items__container.event .title__box {
    background: #e7e3dc;
}

@media (max-width: 767.98px) {
    .list__items__container.event {
        margin-bottom: 0;
    }
}

html[dir="rtl"] .list__items__container div.title__box .listitems__information__link {
    float: left;
}

html[dir="rtl"] .list__items__container .list__items {
    padding: 0;
}

html[dir="rtl"] .list__items__container.my-cii-list .list__items {
    padding: 0 1rem;
}

div.library-show-more a.library-show-more-link {
    color: #34373c;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

    div.library-show-more a.library-show-more-link:hover, div.library-show-more a.library-show-more-link:focus {
        color: #34373c;
        font-weight: 700;
        text-decoration: underline;
    }

    div.library-show-more a.library-show-more-link:visited {
        color: #c1c2bd;
        font-weight: 700;
        text-decoration: underline;
    }

div.library-show-more div.library-show-more-contents {
    display: none;
}

div.library-collection .home-address, div.library-collection .address-select, div.library-collection .address-wrapper {
    display: none;
}
