@import url("https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic");@import url('https://fonts.googleapis.com/css?family=Inter:300,400,500,700&display=swap');@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:ital@1&display=swap'); /* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #bf165e;
    --secondary: #bf165e;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 320px;
    --breakpoint-md: 760px;
    --breakpoint-lg: 1000px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    --font-family-monospace: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*,*::before,*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@-ms-viewport {
    width: device-width;
}

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

body {
    margin: 0;
    font-family: "Lato","PingFang HK",Arial,Verdana,sans-serif,"Microsoft YaHei";
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

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

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

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

abbr[title],abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

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;
}

dfn {
    font-style: italic;
}

b,strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #bf165e;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #881043;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,code,kbd,samp {
    font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

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 {
    padding: 0;
    border-style: none;
}

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

input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[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.2;
    color: inherit;
}

h1,.h1 {
    font-size: 2.5rem;
}

h2,.h2 {
    font-size: 2rem;
}

h3,.h3 {
    font-size: 1.75rem;
}

h4,.h4 {
    font-size: 1.5rem;
}

h5,.h5 {
    font-size: 1.25rem;
}

h6,.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

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: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

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

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 320px) {
    .container {
        max-width:568px;
    }
}

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

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

@media (min-width: 1200px) {
    .container {
        max-width:1152px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-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-auto,.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-sm-auto,.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-md-auto,.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-lg-auto,.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,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 320px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 760px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1000px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

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

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

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

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

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

.table-bordered thead th,.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody + tbody {
    border: 0;
}

.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-primary,.table-primary > th,.table-primary > td {
    background-color: #edbed2;
}

.table-hover .table-primary:hover {
    background-color: #e7aac4;
}

.table-hover .table-primary:hover > td,.table-hover .table-primary:hover > th {
    background-color: #e7aac4;
}

.table-secondary,.table-secondary > th,.table-secondary > td {
    background-color: #edbed2;
}

.table-hover .table-secondary:hover {
    background-color: #e7aac4;
}

.table-hover .table-secondary:hover > td,.table-hover .table-secondary:hover > th {
    background-color: #e7aac4;
}

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

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

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

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

.table-hover .table-info:hover {
    background-color: #abdde5;
}

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

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

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

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

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

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

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

.table-light,.table-light > th,.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,.table-dark > th,.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.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 .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark th,.table-dark td,.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255,255,255,0.075);
}

@media (max-width: 319.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 759.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 999.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ed67a0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(191,22,94,0.25);
}

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

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

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid {
    border-color: #28a745;
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip,.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-tooltip,.custom-select.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,.was-validated .form-control-file:valid ~ .valid-tooltip,.form-control-file.is-valid ~ .valid-feedback,.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,.was-validated .custom-control-input:valid ~ .valid-tooltip,.custom-control-input.is-valid ~ .valid-feedback,.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after,.custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,.was-validated .custom-file-input:valid ~ .valid-tooltip,.custom-file-input.is-valid ~ .valid-feedback,.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip,.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,.was-validated .form-control-file:invalid ~ .invalid-tooltip,.form-control-file.is-invalid ~ .invalid-feedback,.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip,.custom-control-input.is-invalid ~ .invalid-feedback,.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after,.custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,.was-validated .custom-file-input:invalid ~ .invalid-tooltip,.custom-file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 320px) {
    .form-inline label {
        display:flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,.form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover,.btn:focus {
    text-decoration: none;
}

.btn:focus,.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(191,22,94,0.25);
}

.btn.disabled,.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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

.btn-primary {
    color: #fff;
    background-color: #bf165e;
    border-color: #bf165e;
}

.btn-primary:hover {
    color: #fff;
    background-color: #9d124d;
    border-color: #911147;
}

.btn-primary:focus,.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(191,22,94,0.5);
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #bf165e;
    border-color: #bf165e;
}

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #911147;
    border-color: #860f42;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(191,22,94,0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #bf165e;
    border-color: #bf165e;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #9d124d;
    border-color: #911147;
}

.btn-secondary:focus,.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(191,22,94,0.5);
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #bf165e;
    border-color: #bf165e;
}

.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #911147;
    border-color: #860f42;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(191,22,94,0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23,162,184,0.5);
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23,162,184,0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.5);
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
}

.btn-light.disabled,.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
}

.btn-outline-primary {
    color: #bf165e;
    background-color: transparent;
    background-image: none;
    border-color: #bf165e;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #bf165e;
    border-color: #bf165e;
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(191,22,94,0.5);
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #bf165e;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #bf165e;
    border-color: #bf165e;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(191,22,94,0.5);
}

.btn-outline-secondary {
    color: #bf165e;
    background-color: transparent;
    background-image: none;
    border-color: #bf165e;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #bf165e;
    border-color: #bf165e;
}

.btn-outline-secondary:focus,.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(191,22,94,0.5);
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #bf165e;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #bf165e;
    border-color: #bf165e;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(191,22,94,0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23,162,184,0.5);
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23,162,184,0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.5);
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus,.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
}

.btn-link {
    font-weight: normal;
    color: #bf165e;
    background-color: transparent;
}

.btn-link:hover {
    color: #881043;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus,.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

.btn-link:disabled,.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg,.btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm,.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    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 {
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,.dropright,.dropdown,.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.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: #212529;
    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-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: normal;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #bf165e;
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,.btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto;
}

.btn-group > .btn:hover,.btn-group-vertical > .btn:hover {
    z-index: 1;
}

.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: 1;
}

.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: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

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

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

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

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 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: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    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(:last-child):not(.dropdown-toggle),.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn,.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],.btn-group-toggle > .btn input[type="checkbox"],.btn-group-toggle > .btn-group > .btn input[type="radio"],.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

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

.input-group > .form-control,.input-group > .custom-select,.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control,.input-group > .form-control + .custom-select,.input-group > .form-control + .custom-file,.input-group > .custom-select + .form-control,.input-group > .custom-select + .custom-select,.input-group > .custom-select + .custom-file,.input-group > .custom-file + .form-control,.input-group > .custom-file + .custom-select,.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,.input-group > .custom-select:focus,.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:last-child),.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: flex;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,.input-group-append {
    display: flex;
}

.input-group-prepend .btn,.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn + .btn,.input-group-prepend .btn + .input-group-text,.input-group-prepend .input-group-text + .input-group-text,.input-group-prepend .input-group-text + .btn,.input-group-append .btn + .btn,.input-group-append .btn + .input-group-text,.input-group-append .input-group-text + .input-group-text,.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

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

.input-group-lg > .form-control,.input-group-lg > .input-group-prepend > .input-group-text,.input-group-lg > .input-group-append > .input-group-text,.input-group-lg > .input-group-prepend > .btn,.input-group-lg > .input-group-append > .btn {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control,.input-group-sm > .input-group-prepend > .input-group-text,.input-group-sm > .input-group-append > .input-group-text,.input-group-sm > .input-group-prepend > .btn,.input-group-sm > .input-group-append > .btn {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

.input-group > .input-group-append > .btn,.input-group > .input-group-append > .input-group-text,.input-group > .input-group-prepend:not(:first-child) > .btn,.input-group > .input-group-prepend:not(:first-child) > .input-group-text,.input-group > .input-group-prepend:first-child > .btn:not(:first-child),.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #bf165e;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(191,22,94,0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #f395bd;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #bf165e;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #bf165e;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(191,22,94,0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(191,22,94,0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #bf165e;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(191,22,94,0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

.custom-select:focus {
    border-color: #ed67a0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(237,103,160,0.5);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #ed67a0;
    box-shadow: 0 0 0 0.2rem rgba(191,22,94,0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
    border-color: #ed67a0;
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(191,22,94,0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(191,22,94,0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 0.2rem rgba(191,22,94,0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #bf165e;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #f395bd;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #bf165e;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #f395bd;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #bf165e;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #f395bd;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-control-label::before,.custom-file-label,.custom-select {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before,.custom-file-label,.custom-select {
        transition: none;
    }
}

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

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
}

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

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

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

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

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #bf165e;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar > .container,.navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover,.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 319.98px) {
    .navbar-expand-sm > .container,.navbar-expand-sm > .container-fluid {
        padding-right:0;
        padding-left: 0;
    }
}

@media (min-width: 320px) {
    .navbar-expand-sm {
        flex-flow:row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm > .container,.navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 759.98px) {
    .navbar-expand-md > .container,.navbar-expand-md > .container-fluid {
        padding-right:0;
        padding-left: 0;
    }
}

@media (min-width: 760px) {
    .navbar-expand-md {
        flex-flow:row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md > .container,.navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 999.98px) {
    .navbar-expand-lg > .container,.navbar-expand-lg > .container-fluid {
        padding-right:0;
        padding-left: 0;
    }
}

@media (min-width: 1000px) {
    .navbar-expand-lg {
        flex-flow:row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container,.navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,.navbar-expand-xl > .container-fluid {
        padding-right:0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow:row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl > .container,.navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand > .container,.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand > .container,.navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,0.9);
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
    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:hover,.navbar-light .navbar-nav .nav-link:focus {
    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 .show > .nav-link,.navbar-light .navbar-nav .active > .nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0,0,0,0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.5);
    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 30 30' 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 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,0.9);
}

.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
    color: rgba(0,0,0,0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .active > .nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-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-body {
    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-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    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-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,0.03);
    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-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 320px) {
    .card-deck {
        flex-flow:row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: flex;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 320px) {
    .card-group {
        flex-flow:row wrap;
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:first-child .card-img-top,.card-group > .card:first-child .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:first-child .card-img-bottom,.card-group > .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:last-child .card-img-top,.card-group > .card:last-child .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:last-child .card-img-bottom,.card-group > .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }

    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }

    .card-group > .card:only-child .card-img-top,.card-group > .card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card-group > .card:only-child .card-img-bottom,.card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

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

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 320px) {
    .card-columns {
        column-count:3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #bf165e;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #881043;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(191,22,94,0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #bf165e;
    border-color: #bf165e;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

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

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #bf165e;
}

.badge-primary[href]:hover,.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #911147;
}

.badge-secondary {
    color: #fff;
    background-color: #bf165e;
}

.badge-secondary[href]:hover,.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #911147;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-success[href]:hover,.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-info[href]:hover,.badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-warning[href]:hover,.badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-danger[href]:hover,.badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-light[href]:hover,.badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-dark[href]:hover,.badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 320px) {
    .jumbotron {
        padding:4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    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 {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #630b31;
    background-color: #f2d0df;
    border-color: #edbed2;
}

.alert-primary hr {
    border-top-color: #e7aac4;
}

.alert-primary .alert-link {
    color: #35061a;
}

.alert-secondary {
    color: #630b31;
    background-color: #f2d0df;
    border-color: #edbed2;
}

.alert-secondary hr {
    border-top-color: #e7aac4;
}

.alert-secondary .alert-link {
    color: #35061a;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

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

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

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

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #bf165e;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none;
    }
}

.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 {
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,.list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    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-left-radius: 0.25rem;
    border-top-right-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:hover,.list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #bf165e;
    border-color: #bf165e;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #630b31;
    background-color: #edbed2;
}

.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
    color: #630b31;
    background-color: #e7aac4;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #630b31;
    border-color: #630b31;
}

.list-group-item-secondary {
    color: #630b31;
    background-color: #edbed2;
}

.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
    color: #630b31;
    background-color: #e7aac4;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #630b31;
    border-color: #630b31;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

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

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0,-25%);
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: translate(0,0);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    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: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 320px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 1000px) {
    .modal-lg {
        max-width:800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Lato","PingFang HK",Arial,Verdana,sans-serif,"Microsoft YaHei";
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Lato","PingFang HK",Arial,Verdana,sans-serif,"Microsoft YaHei";
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 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 .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before,.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top,.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0,0,0,0.25);
}

.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

.bs-popover-right,.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right .arrow,.bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0,0,0,0.25);
}

.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff;
}

.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0,0,0,0.25);
}

.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left .arrow,.bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0,0,0,0.25);
}

.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    backface-visibility: hidden;
    perspective: 1000px;
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
    display: block;
    transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item.active,.carousel-item-next,.carousel-item-prev {
        transition: none;
    }
}

.carousel-item-next,.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
    transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
        transform:translate3d(0,0,0);
    }
}

.carousel-item-next,.active.carousel-item-right {
    transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next,.active.carousel-item-right {
        transform:translate3d(100%,0,0);
    }
}

.carousel-item-prev,.active.carousel-item-left {
    transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-prev,.active.carousel-item-left {
        transform:translate3d(-100%,0,0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev {
        transform:translate3d(0,0,0);
    }
}

.carousel-control-prev,.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
    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='M5.25 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='M2.75 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: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    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-primary {
    background-color: #bf165e !important;
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
    background-color: #911147 !important;
}

.bg-secondary {
    background-color: #bf165e !important;
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
    background-color: #911147 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #bf165e !important;
}

.border-secondary {
    border-color: #bf165e !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 320px) {
    .d-sm-none {
        display:none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 760px) {
    .d-md-none {
        display:none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1000px) {
    .d-lg-none {
        display:none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

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

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,.embed-responsive 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%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 320px) {
    .flex-sm-row {
        flex-direction:row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 760px) {
    .flex-md-row {
        flex-direction:row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1000px) {
    .flex-lg-row {
        flex-direction:row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction:row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

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

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

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

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 1000px) {
    .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;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position:sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,.my-0 {
    margin-top: 0 !important;
}

.mr-0,.mx-0 {
    margin-right: 0 !important;
}

.mb-0,.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,.my-3 {
    margin-top: 1rem !important;
}

.mr-3,.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,.my-5 {
    margin-top: 3rem !important;
}

.mr-5,.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,.py-0 {
    padding-top: 0 !important;
}

.pr-0,.px-0 {
    padding-right: 0 !important;
}

.pb-0,.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,.py-3 {
    padding-top: 1rem !important;
}

.pr-3,.px-3 {
    padding-right: 1rem !important;
}

.pb-3,.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,.py-5 {
    padding-top: 3rem !important;
}

.pr-5,.px-5 {
    padding-right: 3rem !important;
}

.pb-5,.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,.my-auto {
    margin-top: auto !important;
}

.mr-auto,.mx-auto {
    margin-right: auto !important;
}

.mb-auto,.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 320px) {
    .m-sm-0 {
        margin:0 !important;
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 760px) {
    .m-md-0 {
        margin:0 !important;
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,.my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,.mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,.mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,.my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,.mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,.mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,.py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,.px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,.px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,.py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,.px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,.px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1000px) {
    .m-lg-0 {
        margin:0 !important;
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0 !important;
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.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: 320px) {
    .text-sm-left {
        text-align:left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

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

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

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

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #bf165e !important;
}

a.text-primary:hover,a.text-primary:focus {
    color: #911147 !important;
}

.text-secondary {
    color: #bf165e !important;
}

a.text-secondary:hover,a.text-secondary:focus {
    color: #911147 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,a.text-dark:focus {
    color: #1d2124 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0,0,0,0.5) !important;
}

.text-white-50 {
    color: rgba(255,255,255,0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,*::before,*::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,blockquote {
        border: 1px solid #adb5bd;
        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;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 1000px !important;
    }

    .container {
        min-width: 1000px !important;
    }

    .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 #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody + tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

a {
    color: #bf165e;
}

a:hover {
    color: #6b203e;
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}

p {
    margin: 0;
    bottom: 0;
}

ul,li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

*:focus {
    outline-color: transparent;
}

.focus-outline *:focus {
    outline-color: #4d90fe;
}

::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.fa,.fas,.far,.fal,.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1,1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1,-1);
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1,-1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both {
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-500px:before {
    content: "\f26e";
}

.fa-abacus:before {
    content: "\f640";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acorn:before {
    content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adobe:before {
    content: "\f778";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-alarm-clock:before {
    content: "\f34e";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-alicorn:before {
    content: "\f6b0";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-analytics:before {
    content: "\f643";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angel:before {
    content: "\f779";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-crate:before {
    content: "\f6b1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-alt-down:before {
    content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
    content: "\f346";
}

.fa-arrow-alt-from-left:before {
    content: "\f347";
}

.fa-arrow-alt-from-right:before {
    content: "\f348";
}

.fa-arrow-alt-from-top:before {
    content: "\f349";
}

.fa-arrow-alt-left:before {
    content: "\f355";
}

.fa-arrow-alt-right:before {
    content: "\f356";
}

.fa-arrow-alt-square-down:before {
    content: "\f350";
}

.fa-arrow-alt-square-left:before {
    content: "\f351";
}

.fa-arrow-alt-square-right:before {
    content: "\f352";
}

.fa-arrow-alt-square-up:before {
    content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
    content: "\f34a";
}

.fa-arrow-alt-to-left:before {
    content: "\f34b";
}

.fa-arrow-alt-to-right:before {
    content: "\f34c";
}

.fa-arrow-alt-to-top:before {
    content: "\f34d";
}

.fa-arrow-alt-up:before {
    content: "\f357";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-from-bottom:before {
    content: "\f342";
}

.fa-arrow-from-left:before {
    content: "\f343";
}

.fa-arrow-from-right:before {
    content: "\f344";
}

.fa-arrow-from-top:before {
    content: "\f345";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-square-down:before {
    content: "\f339";
}

.fa-arrow-square-left:before {
    content: "\f33a";
}

.fa-arrow-square-right:before {
    content: "\f33b";
}

.fa-arrow-square-up:before {
    content: "\f33c";
}

.fa-arrow-to-bottom:before {
    content: "\f33d";
}

.fa-arrow-to-left:before {
    content: "\f33e";
}

.fa-arrow-to-right:before {
    content: "\f340";
}

.fa-arrow-to-top:before {
    content: "\f341";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-atom-alt:before {
    content: "\f5d3";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-axe:before {
    content: "\f6b2";
}

.fa-axe-battle:before {
    content: "\f6b3";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-baby-carriage:before {
    content: "\f77d";
}

.fa-backpack:before {
    content: "\f5d4";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-bacon:before {
    content: "\f7e5";
}

.fa-badge:before {
    content: "\f335";
}

.fa-badge-check:before {
    content: "\f336";
}

.fa-badge-dollar:before {
    content: "\f645";
}

.fa-badge-percent:before {
    content: "\f646";
}

.fa-badger-honey:before {
    content: "\f6b4";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-balance-scale-left:before {
    content: "\f515";
}

.fa-balance-scale-right:before {
    content: "\f516";
}

.fa-ball-pile:before {
    content: "\f77e";
}

.fa-ballot:before {
    content: "\f732";
}

.fa-ballot-check:before {
    content: "\f733";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-barcode-alt:before {
    content: "\f463";
}

.fa-barcode-read:before {
    content: "\f464";
}

.fa-barcode-scan:before {
    content: "\f465";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball:before {
    content: "\f432";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-basketball-hoop:before {
    content: "\f435";
}

.fa-bat:before {
    content: "\f6b5";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-bolt:before {
    content: "\f376";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-slash:before {
    content: "\f377";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battle-net:before {
    content: "\f835";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-school:before {
    content: "\f5d5";
}

.fa-bell-school-slash:before {
    content: "\f5d6";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bells:before {
    content: "\f77f";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blanket:before {
    content: "\f498";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blog:before {
    content: "\f781";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bone-break:before {
    content: "\f5d8";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-alt:before {
    content: "\f5d9";
}

.fa-book-dead:before {
    content: "\f6b7";
}

.fa-book-heart:before {
    content: "\f499";
}

.fa-book-medical:before {
    content: "\f7e6";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-book-spells:before {
    content: "\f6b8";
}

.fa-book-user:before {
    content: "\f7e7";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-books:before {
    content: "\f5db";
}

.fa-books-medical:before {
    content: "\f7e8";
}

.fa-boot:before {
    content: "\f782";
}

.fa-booth-curtain:before {
    content: "\f734";
}

.fa-bootstrap:before {
    content: "\f836";
}

.fa-bow-arrow:before {
    content: "\f6b9";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-bowling-pins:before {
    content: "\f437";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-alt:before {
    content: "\f49a";
}

.fa-box-ballot:before {
    content: "\f735";
}

.fa-box-check:before {
    content: "\f467";
}

.fa-box-fragile:before {
    content: "\f49b";
}

.fa-box-full:before {
    content: "\f49c";
}

.fa-box-heart:before {
    content: "\f49d";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-box-up:before {
    content: "\f49f";
}

.fa-box-usd:before {
    content: "\f4a0";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-boxes-alt:before {
    content: "\f4a1";
}

.fa-boxing-glove:before {
    content: "\f438";
}

.fa-brackets:before {
    content: "\f7e9";
}

.fa-brackets-curly:before {
    content: "\f7ea";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-bread-loaf:before {
    content: "\f7eb";
}

.fa-bread-slice:before {
    content: "\f7ec";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-browser:before {
    content: "\f37e";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-buffer:before {
    content: "\f837";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-bullseye-arrow:before {
    content: "\f648";
}

.fa-bullseye-pointer:before {
    content: "\f649";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-burrito:before {
    content: "\f7ed";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-bus-school:before {
    content: "\f5dd";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-cabinet-filing:before {
    content: "\f64b";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calculator-alt:before {
    content: "\f64c";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-day:before {
    content: "\f783";
}

.fa-calendar-edit:before {
    content: "\f333";
}

.fa-calendar-exclamation:before {
    content: "\f334";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-star:before {
    content: "\f736";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-calendar-week:before {
    content: "\f784";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-alt:before {
    content: "\f332";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-campfire:before {
    content: "\f6ba";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-candle-holder:before {
    content: "\f6bc";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-candy-corn:before {
    content: "\f6bd";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-bump:before {
    content: "\f5e0";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-garage:before {
    content: "\f5e2";
}

.fa-car-mechanic:before {
    content: "\f5e3";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-car-tilt:before {
    content: "\f5e5";
}

.fa-car-wash:before {
    content: "\f5e6";
}

.fa-caret-circle-down:before {
    content: "\f32d";
}

.fa-caret-circle-left:before {
    content: "\f32e";
}

.fa-caret-circle-right:before {
    content: "\f330";
}

.fa-caret-circle-up:before {
    content: "\f331";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-carrot:before {
    content: "\f787";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cash-register:before {
    content: "\f788";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cauldron:before {
    content: "\f6bf";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-centos:before {
    content: "\f789";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-chair-office:before {
    content: "\f6c1";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-line-down:before {
    content: "\f64d";
}

.fa-chart-network:before {
    content: "\f78a";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-chart-pie-alt:before {
    content: "\f64e";
}

.fa-chart-scatter:before {
    content: "\f7ee";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-cheese:before {
    content: "\f7ef";
}

.fa-cheese-swiss:before {
    content: "\f7f0";
}

.fa-cheeseburger:before {
    content: "\f7f1";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-bishop-alt:before {
    content: "\f43b";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-clock:before {
    content: "\f43d";
}

.fa-chess-clock-alt:before {
    content: "\f43e";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-king-alt:before {
    content: "\f440";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-knight-alt:before {
    content: "\f442";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-pawn-alt:before {
    content: "\f444";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-queen-alt:before {
    content: "\f446";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chess-rook-alt:before {
    content: "\f448";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-double-down:before {
    content: "\f322";
}

.fa-chevron-double-left:before {
    content: "\f323";
}

.fa-chevron-double-right:before {
    content: "\f324";
}

.fa-chevron-double-up:before {
    content: "\f325";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-square-down:before {
    content: "\f329";
}

.fa-chevron-square-left:before {
    content: "\f32a";
}

.fa-chevron-square-right:before {
    content: "\f32b";
}

.fa-chevron-square-up:before {
    content: "\f32c";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chimney:before {
    content: "\f78b";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-chromecast:before {
    content: "\f838";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-city:before {
    content: "\f64f";
}

.fa-claw-marks:before {
    content: "\f6c2";
}

.fa-clinic-medical:before {
    content: "\f7f2";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clipboard-list-check:before {
    content: "\f737";
}

.fa-clipboard-prescription:before {
    content: "\f5e8";
}

.fa-clipboard-user:before {
    content: "\f7f3";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-drizzle:before {
    content: "\f738";
}

.fa-cloud-hail:before {
    content: "\f739";
}

.fa-cloud-hail-mixed:before {
    content: "\f73a";
}

.fa-cloud-meatball:before {
    content: "\f73b";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

.fa-cloud-rain:before {
    content: "\f73d";
}

.fa-cloud-rainbow:before {
    content: "\f73e";
}

.fa-cloud-showers:before {
    content: "\f73f";
}

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

.fa-cloud-sleet:before {
    content: "\f741";
}

.fa-cloud-snow:before {
    content: "\f742";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-cloud-sun-rain:before {
    content: "\f743";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-clouds:before {
    content: "\f744";
}

.fa-clouds-moon:before {
    content: "\f745";
}

.fa-clouds-sun:before {
    content: "\f746";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-club:before {
    content: "\f327";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-code-commit:before {
    content: "\f386";
}

.fa-code-merge:before {
    content: "\f387";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-coffee-togo:before {
    content: "\f6c5";
}

.fa-coffin:before {
    content: "\f6c6";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-alt-check:before {
    content: "\f4a2";
}

.fa-comment-alt-dollar:before {
    content: "\f650";
}

.fa-comment-alt-dots:before {
    content: "\f4a3";
}

.fa-comment-alt-edit:before {
    content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
    content: "\f4a5";
}

.fa-comment-alt-lines:before {
    content: "\f4a6";
}

.fa-comment-alt-medical:before {
    content: "\f7f4";
}

.fa-comment-alt-minus:before {
    content: "\f4a7";
}

.fa-comment-alt-plus:before {
    content: "\f4a8";
}

.fa-comment-alt-slash:before {
    content: "\f4a9";
}

.fa-comment-alt-smile:before {
    content: "\f4aa";
}

.fa-comment-alt-times:before {
    content: "\f4ab";
}

.fa-comment-check:before {
    content: "\f4ac";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-edit:before {
    content: "\f4ae";
}

.fa-comment-exclamation:before {
    content: "\f4af";
}

.fa-comment-lines:before {
    content: "\f4b0";
}

.fa-comment-medical:before {
    content: "\f7f5";
}

.fa-comment-minus:before {
    content: "\f4b1";
}

.fa-comment-plus:before {
    content: "\f4b2";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comment-smile:before {
    content: "\f4b4";
}

.fa-comment-times:before {
    content: "\f4b5";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-alt:before {
    content: "\f4b6";
}

.fa-comments-alt-dollar:before {
    content: "\f652";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compass-slash:before {
    content: "\f5e9";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-alt:before {
    content: "\f422";
}

.fa-compress-arrows-alt:before {
    content: "\f78c";
}

.fa-compress-wide:before {
    content: "\f326";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-container-storage:before {
    content: "\f4b7";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-conveyor-belt:before {
    content: "\f46e";
}

.fa-conveyor-belt-alt:before {
    content: "\f46f";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-corn:before {
    content: "\f6c7";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cow:before {
    content: "\f6c8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-credit-card-blank:before {
    content: "\f389";
}

.fa-credit-card-front:before {
    content: "\f38a";
}

.fa-cricket:before {
    content: "\f449";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-croissant:before {
    content: "\f7f6";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-cross:before {
    content: "\f654";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-crutch:before {
    content: "\f7f7";
}

.fa-crutches:before {
    content: "\f7f8";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-curling:before {
    content: "\f44a";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dagger:before {
    content: "\f6cb";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-debug:before {
    content: "\f7f9";
}

.fa-deer:before {
    content: "\f78e";
}

.fa-deer-rudolph:before {
    content: "\f78f";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-democrat:before {
    content: "\f747";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-desktop-alt:before {
    content: "\f390";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-dewpoint:before {
    content: "\f748";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d10:before {
    content: "\f6cd";
}

.fa-dice-d12:before {
    content: "\f6ce";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d4:before {
    content: "\f6d0";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-d8:before {
    content: "\f6d2";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-diploma:before {
    content: "\f5ea";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-disease:before {
    content: "\f7fa";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-do-not-enter:before {
    content: "\f5ec";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

.fa-dog-leashed:before {
    content: "\f6d4";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-empty:before {
    content: "\f473";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-dolly-flatbed-alt:before {
    content: "\f475";
}

.fa-dolly-flatbed-empty:before {
    content: "\f476";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-circle:before {
    content: "\f5ed";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-draw-square:before {
    content: "\f5ef";
}

.fa-dreidel:before {
    content: "\f792";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick:before {
    content: "\f6d6";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-duck:before {
    content: "\f6d8";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dumpster:before {
    content: "\f793";
}

.fa-dumpster-fire:before {
    content: "\f794";
}

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-ear:before {
    content: "\f5f0";
}

.fa-ear-muffs:before {
    content: "\f795";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-eclipse:before {
    content: "\f749";
}

.fa-eclipse-alt:before {
    content: "\f74a";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-egg:before {
    content: "\f7fb";
}

.fa-egg-fried:before {
    content: "\f7fc";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-elephant:before {
    content: "\f6da";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-h-alt:before {
    content: "\f39b";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ellipsis-v-alt:before {
    content: "\f39c";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-empty-set:before {
    content: "\f656";
}

.fa-engine-warning:before {
    content: "\f5f2";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-dollar:before {
    content: "\f657";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-ethernet:before {
    content: "\f796";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-evernote:before {
    content: "\f839";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-square:before {
    content: "\f321";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-alt:before {
    content: "\f424";
}

.fa-expand-arrows:before {
    content: "\f31d";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expand-wide:before {
    content: "\f320";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-evil:before {
    content: "\f6db";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-female:before {
    content: "\f182";
}

.fa-field-hockey:before {
    content: "\f44c";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-figma:before {
    content: "\f799";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-certificate:before {
    content: "\f5f3";
}

.fa-file-chart-line:before {
    content: "\f659";
}

.fa-file-chart-pie:before {
    content: "\f65a";
}

.fa-file-check:before {
    content: "\f316";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-edit:before {
    content: "\f31c";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-exclamation:before {
    content: "\f31a";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-minus:before {
    content: "\f318";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-plus:before {
    content: "\f319";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-spreadsheet:before {
    content: "\f65b";
}

.fa-file-times:before {
    content: "\f317";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-user:before {
    content: "\f65c";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-files-medical:before {
    content: "\f7fd";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-film-alt:before {
    content: "\f3a0";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-alt:before {
    content: "\f7e4";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-fire-smoke:before {
    content: "\f74b";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-fireplace:before {
    content: "\f79a";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fish-cooked:before {
    content: "\f7fe";
}

.fa-fist-raised:before {
    content: "\f6de";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-alt:before {
    content: "\f74c";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flag-usa:before {
    content: "\f74d";
}

.fa-flame:before {
    content: "\f6df";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flask-poison:before {
    content: "\f6e0";
}

.fa-flask-potion:before {
    content: "\f6e1";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flower:before {
    content: "\f7ff";
}

.fa-flower-daffodil:before {
    content: "\f800";
}

.fa-flower-tulip:before {
    content: "\f801";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-fog:before {
    content: "\f74e";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder-plus:before {
    content: "\f65e";
}

.fa-folder-times:before {
    content: "\f65f";
}

.fa-folder-tree:before {
    content: "\f802";
}

.fa-folders:before {
    content: "\f660";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-football-helmet:before {
    content: "\f44f";
}

.fa-forklift:before {
    content: "\f47a";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-fragile:before {
    content: "\f4bb";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-french-fries:before {
    content: "\f803";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frosty-head:before {
    content: "\f79b";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-function:before {
    content: "\f661";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gas-pump-slash:before {
    content: "\f5f4";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-ghost:before {
    content: "\f6e2";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-gift-card:before {
    content: "\f663";
}

.fa-gifts:before {
    content: "\f79c";
}

.fa-gingerbread-man:before {
    content: "\f79d";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-alt:before {
    content: "\f841";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass:before {
    content: "\f804";
}

.fa-glass-champagne:before {
    content: "\f79e";
}

.fa-glass-cheers:before {
    content: "\f79f";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glass-whiskey:before {
    content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
    content: "\f7a1";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glasses-alt:before {
    content: "\f5f5";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-globe-europe:before {
    content: "\f7a2";
}

.fa-globe-snow:before {
    content: "\f7a3";
}

.fa-globe-stand:before {
    content: "\f5f6";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-golf-club:before {
    content: "\f451";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-guitar:before {
    content: "\f7a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-h1:before {
    content: "\f313";
}

.fa-h2:before {
    content: "\f314";
}

.fa-h3:before {
    content: "\f315";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hamburger:before {
    content: "\f805";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hammer-war:before {
    content: "\f6e4";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-heart:before {
    content: "\f4bc";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-box:before {
    content: "\f47b";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-magic:before {
    content: "\f6e5";
}

.fa-hand-holding-seedling:before {
    content: "\f4bf";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-holding-water:before {
    content: "\f4c1";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-middle-finger:before {
    content: "\f806";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-receiving:before {
    content: "\f47c";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-heart:before {
    content: "\f4c3";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-hands-usd:before {
    content: "\f4c5";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-handshake-alt:before {
    content: "\f4c6";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hard-hat:before {
    content: "\f807";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-santa:before {
    content: "\f7a7";
}

.fa-hat-winter:before {
    content: "\f7a8";
}

.fa-hat-witch:before {
    content: "\f6e7";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-haykal:before {
    content: "\f666";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-head-side:before {
    content: "\f6e9";
}

.fa-head-side-brain:before {
    content: "\f808";
}

.fa-head-side-medical:before {
    content: "\f809";
}

.fa-head-vr:before {
    content: "\f6ea";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heart-broken:before {
    content: "\f7a9";
}

.fa-heart-circle:before {
    content: "\f4c7";
}

.fa-heart-rate:before {
    content: "\f5f8";
}

.fa-heart-square:before {
    content: "\f4c8";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-helmet-battle:before {
    content: "\f6eb";
}

.fa-hexagon:before {
    content: "\f312";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-mask:before {
    content: "\f6ee";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-hockey-sticks:before {
    content: "\f454";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

.fa-home:before {
    content: "\f015";
}

.fa-home-alt:before {
    content: "\f80a";
}

.fa-home-heart:before {
    content: "\f4c9";
}

.fa-home-lg:before {
    content: "\f80b";
}

.fa-home-lg-alt:before {
    content: "\f80c";
}

.fa-hood-cloak:before {
    content: "\f6ef";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-horse-head:before {
    content: "\f7ab";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hospital-user:before {
    content: "\f80d";
}

.fa-hospitals:before {
    content: "\f80e";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotdog:before {
    content: "\f80f";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

.fa-house-flood:before {
    content: "\f74f";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-humidity:before {
    content: "\f750";
}

.fa-hurricane:before {
    content: "\f751";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-ice-cream:before {
    content: "\f810";
}

.fa-ice-skate:before {
    content: "\f7ac";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-igloo:before {
    content: "\f7ae";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-inbox-in:before {
    content: "\f310";
}

.fa-inbox-out:before {
    content: "\f311";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-industry-alt:before {
    content: "\f3b3";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-info-square:before {
    content: "\f30f";
}

.fa-inhaler:before {
    content: "\f5f9";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-integral:before {
    content: "\f667";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-intersection:before {
    content: "\f668";
}

.fa-inventory:before {
    content: "\f480";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-island-tropical:before {
    content: "\f811";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itch-io:before {
    content: "\f83a";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-jack-o-lantern:before {
    content: "\f30e";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-key-skeleton:before {
    content: "\f6f3";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-keynote:before {
    content: "\f66c";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kidneys:before {
    content: "\f5fb";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kite:before {
    content: "\f6f4";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-knife-kitchen:before {
    content: "\f6f5";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-lambda:before {
    content: "\f66e";
}

.fa-lamp:before {
    content: "\f4ca";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-landmark-alt:before {
    content: "\f752";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laptop-medical:before {
    content: "\f812";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-layer-minus:before {
    content: "\f5fe";
}

.fa-layer-plus:before {
    content: "\f5ff";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leaf-heart:before {
    content: "\f4cb";
}

.fa-leaf-maple:before {
    content: "\f6f6";
}

.fa-leaf-oak:before {
    content: "\f6f7";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-lightbulb-dollar:before {
    content: "\f670";
}

.fa-lightbulb-exclamation:before {
    content: "\f671";
}

.fa-lightbulb-on:before {
    content: "\f672";
}

.fa-lightbulb-slash:before {
    content: "\f673";
}

.fa-lights-holiday:before {
    content: "\f7b2";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lips:before {
    content: "\f600";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location:before {
    content: "\f601";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-location-circle:before {
    content: "\f602";
}

.fa-location-slash:before {
    content: "\f603";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-alt:before {
    content: "\f30d";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-lock-open-alt:before {
    content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-loveseat:before {
    content: "\f4cc";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luchador:before {
    content: "\f455";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lungs:before {
    content: "\f604";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-mace:before {
    content: "\f6f8";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailbox:before {
    content: "\f813";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-mandolin:before {
    content: "\f6f9";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
    content: "\f605";
}

.fa-map-marker-check:before {
    content: "\f606";
}

.fa-map-marker-edit:before {
    content: "\f607";
}

.fa-map-marker-exclamation:before {
    content: "\f608";
}

.fa-map-marker-minus:before {
    content: "\f609";
}

.fa-map-marker-plus:before {
    content: "\f60a";
}

.fa-map-marker-question:before {
    content: "\f60b";
}

.fa-map-marker-slash:before {
    content: "\f60c";
}

.fa-map-marker-smile:before {
    content: "\f60d";
}

.fa-map-marker-times:before {
    content: "\f60e";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-meat:before {
    content: "\f814";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaphone:before {
    content: "\f675";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-mind-share:before {
    content: "\f677";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-hexagon:before {
    content: "\f307";
}

.fa-minus-octagon:before {
    content: "\f308";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mistletoe:before {
    content: "\f7b4";
}

.fa-mitten:before {
    content: "\f7b5";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-mobile-android:before {
    content: "\f3ce";
}

.fa-mobile-android-alt:before {
    content: "\f3cf";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monitor-heart-rate:before {
    content: "\f611";
}

.fa-monkey:before {
    content: "\f6fb";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-moon-cloud:before {
    content: "\f754";
}

.fa-moon-stars:before {
    content: "\f755";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mountains:before {
    content: "\f6fd";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

.fa-mug-marshmallows:before {
    content: "\f7b7";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-narwhal:before {
    content: "\f6fe";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-nintendo-switch:before {
    content: "\f418";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-octagon:before {
    content: "\f306";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-oil-temp:before {
    content: "\f614";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-omega:before {
    content: "\f67a";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-ornament:before {
    content: "\f7b8";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-pager:before {
    content: "\f815";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-brush-alt:before {
    content: "\f5a9";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-pallet-alt:before {
    content: "\f483";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-parking-circle:before {
    content: "\f615";
}

.fa-parking-circle-slash:before {
    content: "\f616";
}

.fa-parking-slash:before {
    content: "\f617";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paw-alt:before {
    content: "\f701";
}

.fa-paw-claws:before {
    content: "\f702";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-peace:before {
    content: "\f67c";
}

.fa-pegasus:before {
    content: "\f703";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-paintbrush:before {
    content: "\f618";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-pennant:before {
    content: "\f456";
}

.fa-penny-arcade:before {
    content: "\f704";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-pepper-hot:before {
    content: "\f816";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-booth:before {
    content: "\f756";
}

.fa-person-carry:before {
    content: "\f4cf";
}

.fa-person-dolly:before {
    content: "\f4d0";
}

.fa-person-dolly-empty:before {
    content: "\f4d1";
}

.fa-person-sign:before {
    content: "\f757";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-office:before {
    content: "\f67d";
}

.fa-phone-plus:before {
    content: "\f4d2";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-php:before {
    content: "\f457";
}

.fa-pi:before {
    content: "\f67e";
}

.fa-pie:before {
    content: "\f705";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pig:before {
    content: "\f706";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-pizza:before {
    content: "\f817";
}

.fa-pizza-slice:before {
    content: "\f818";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-alt:before {
    content: "\f3de";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-hexagon:before {
    content: "\f300";
}

.fa-plus-octagon:before {
    content: "\f301";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-podium:before {
    content: "\f680";
}

.fa-podium-star:before {
    content: "\f758";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poll-people:before {
    content: "\f759";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poo-storm:before {
    content: "\f75a";
}

.fa-poop:before {
    content: "\f619";
}

.fa-popcorn:before {
    content: "\f819";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-presentation:before {
    content: "\f685";
}

.fa-print:before {
    content: "\f02f";
}

.fa-print-search:before {
    content: "\f81a";
}

.fa-print-slash:before {
    content: "\f686";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pumpkin:before {
    content: "\f707";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-question-square:before {
    content: "\f2fd";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-rabbit:before {
    content: "\f708";
}

.fa-rabbit-fast:before {
    content: "\f709";
}

.fa-racquet:before {
    content: "\f45a";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-rainbow:before {
    content: "\f75b";
}

.fa-raindrops:before {
    content: "\f75c";
}

.fa-ram:before {
    content: "\f70a";
}

.fa-ramp-loading:before {
    content: "\f4d4";
}

.fa-random:before {
    content: "\f074";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-rectangle-landscape:before {
    content: "\f2fa";
}

.fa-rectangle-portrait:before {
    content: "\f2fb";
}

.fa-rectangle-wide:before {
    content: "\f2fc";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-repeat:before {
    content: "\f363";
}

.fa-repeat-1:before {
    content: "\f365";
}

.fa-repeat-1-alt:before {
    content: "\f366";
}

.fa-repeat-alt:before {
    content: "\f364";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-republican:before {
    content: "\f75e";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-retweet-alt:before {
    content: "\f361";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-rings-wedding:before {
    content: "\f81b";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-route-highway:before {
    content: "\f61a";
}

.fa-route-interstate:before {
    content: "\f61b";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-triangle:before {
    content: "\f61c";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-rv:before {
    content: "\f7be";
}

.fa-sack:before {
    content: "\f81c";
}

.fa-sack-dollar:before {
    content: "\f81d";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-salad:before {
    content: "\f81e";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-sandwich:before {
    content: "\f81f";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

.fa-sausage:before {
    content: "\f820";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-scalpel:before {
    content: "\f61d";
}

.fa-scalpel-path:before {
    content: "\f61e";
}

.fa-scanner:before {
    content: "\f488";
}

.fa-scanner-keyboard:before {
    content: "\f489";
}

.fa-scanner-touchscreen:before {
    content: "\f48a";
}

.fa-scarecrow:before {
    content: "\f70d";
}

.fa-scarf:before {
    content: "\f7c1";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-scroll-old:before {
    content: "\f70f";
}

.fa-scrubber:before {
    content: "\f2f8";
}

.fa-scythe:before {
    content: "\f710";
}

.fa-sd-card:before {
    content: "\f7c2";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-search-location:before {
    content: "\f689";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-all:before {
    content: "\f367";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-sheep:before {
    content: "\f711";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield:before {
    content: "\f132";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-shield-check:before {
    content: "\f2f7";
}

.fa-shield-cross:before {
    content: "\f712";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shipping-timed:before {
    content: "\f48c";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shish-kebab:before {
    content: "\f821";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shovel:before {
    content: "\f713";
}

.fa-shovel-snow:before {
    content: "\f7c3";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shredder:before {
    content: "\f68a";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-shuttlecock:before {
    content: "\f45b";
}

.fa-sickle:before {
    content: "\f822";
}

.fa-sigma:before {
    content: "\f68b";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signal-1:before {
    content: "\f68c";
}

.fa-signal-2:before {
    content: "\f68d";
}

.fa-signal-3:before {
    content: "\f68e";
}

.fa-signal-4:before {
    content: "\f68f";
}

.fa-signal-alt:before {
    content: "\f690";
}

.fa-signal-alt-1:before {
    content: "\f691";
}

.fa-signal-alt-2:before {
    content: "\f692";
}

.fa-signal-alt-3:before {
    content: "\f693";
}

.fa-signal-alt-slash:before {
    content: "\f694";
}

.fa-signal-slash:before {
    content: "\f695";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-sim-card:before {
    content: "\f7c4";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skating:before {
    content: "\f7c5";
}

.fa-skeleton:before {
    content: "\f620";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-ski-jump:before {
    content: "\f7c7";
}

.fa-ski-lift:before {
    content: "\f7c8";
}

.fa-skiing:before {
    content: "\f7c9";
}

.fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-slash:before {
    content: "\f715";
}

.fa-sledding:before {
    content: "\f7cb";
}

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-sliders-h-square:before {
    content: "\f3f0";
}

.fa-sliders-v:before {
    content: "\f3f1";
}

.fa-sliders-v-square:before {
    content: "\f3f2";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-plus:before {
    content: "\f5b9";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-smoke:before {
    content: "\f760";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-sms:before {
    content: "\f7cd";
}

.fa-snake:before {
    content: "\f716";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snow-blowing:before {
    content: "\f761";
}

.fa-snowboarding:before {
    content: "\f7ce";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-snowflakes:before {
    content: "\f7cf";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-snowmobile:before {
    content: "\f7d1";
}

.fa-snowplow:before {
    content: "\f7d2";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-soup:before {
    content: "\f823";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-spade:before {
    content: "\f2f4";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

.fa-spider:before {
    content: "\f717";
}

.fa-spider-black-widow:before {
    content: "\f718";
}

.fa-spider-web:before {
    content: "\f719";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-spinner-third:before {
    content: "\f3f4";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root:before {
    content: "\f697";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-squirrel:before {
    content: "\f71a";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stackpath:before {
    content: "\f842";
}

.fa-staff:before {
    content: "\f71b";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-star-christmas:before {
    content: "\f7d4";
}

.fa-star-exclamation:before {
    content: "\f2f3";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-stars:before {
    content: "\f762";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steak:before {
    content: "\f824";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-steering-wheel:before {
    content: "\f622";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stocking:before {
    content: "\f7d5";
}

.fa-stomach:before {
    content: "\f623";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-stretcher:before {
    content: "\f825";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-sun-cloud:before {
    content: "\f763";
}

.fa-sun-dust:before {
    content: "\f764";
}

.fa-sun-haze:before {
    content: "\f765";
}

.fa-sunrise:before {
    content: "\f766";
}

.fa-sunset:before {
    content: "\f767";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-sword:before {
    content: "\f71c";
}

.fa-swords:before {
    content: "\f71d";
}

.fa-symfony:before {
    content: "\f83d";
}

.fa-synagogue:before {
    content: "\f69b";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablet-android:before {
    content: "\f3fb";
}

.fa-tablet-android-alt:before {
    content: "\f3fc";
}

.fa-tablet-rugged:before {
    content: "\f48f";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer:before {
    content: "\f0e4";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tachometer-alt-average:before {
    content: "\f624";
}

.fa-tachometer-alt-fast:before {
    content: "\f625";
}

.fa-tachometer-alt-fastest:before {
    content: "\f626";
}

.fa-tachometer-alt-slow:before {
    content: "\f627";
}

.fa-tachometer-alt-slowest:before {
    content: "\f628";
}

.fa-tachometer-average:before {
    content: "\f629";
}

.fa-tachometer-fast:before {
    content: "\f62a";
}

.fa-tachometer-fastest:before {
    content: "\f62b";
}

.fa-tachometer-slow:before {
    content: "\f62c";
}

.fa-tachometer-slowest:before {
    content: "\f62d";
}

.fa-taco:before {
    content: "\f826";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tally:before {
    content: "\f69c";
}

.fa-tanakh:before {
    content: "\f827";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-tasks-alt:before {
    content: "\f828";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-temperature-frigid:before {
    content: "\f768";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-temperature-hot:before {
    content: "\f76a";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tenge:before {
    content: "\f7d7";
}

.fa-tennis-ball:before {
    content: "\f45e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-theta:before {
    content: "\f69e";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-thunderstorm:before {
    content: "\f76c";
}

.fa-thunderstorm-moon:before {
    content: "\f76d";
}

.fa-thunderstorm-sun:before {
    content: "\f76e";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-tilde:before {
    content: "\f69f";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-times-hexagon:before {
    content: "\f2ee";
}

.fa-times-octagon:before {
    content: "\f2f0";
}

.fa-times-square:before {
    content: "\f2d3";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tire:before {
    content: "\f631";
}

.fa-tire-flat:before {
    content: "\f632";
}

.fa-tire-pressure-warning:before {
    content: "\f633";
}

.fa-tire-rugged:before {
    content: "\f634";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toilet:before {
    content: "\f7d8";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toilet-paper-alt:before {
    content: "\f71f";
}

.fa-tombstone:before {
    content: "\f720";
}

.fa-tombstone-alt:before {
    content: "\f721";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-toothbrush:before {
    content: "\f635";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tornado:before {
    content: "\f76f";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-cone:before {
    content: "\f636";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-traffic-light-go:before {
    content: "\f638";
}

.fa-traffic-light-slow:before {
    content: "\f639";
}

.fa-traffic-light-stop:before {
    content: "\f63a";
}

.fa-train:before {
    content: "\f238";
}

.fa-tram:before {
    content: "\f7da";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-trash-restore:before {
    content: "\f829";
}

.fa-trash-restore-alt:before {
    content: "\f82a";
}

.fa-treasure-chest:before {
    content: "\f723";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-tree-alt:before {
    content: "\f400";
}

.fa-tree-christmas:before {
    content: "\f7db";
}

.fa-tree-decorated:before {
    content: "\f7dc";
}

.fa-tree-large:before {
    content: "\f7dd";
}

.fa-tree-palm:before {
    content: "\f82b";
}

.fa-trees:before {
    content: "\f724";
}

.fa-trello:before {
    content: "\f181";
}

.fa-triangle:before {
    content: "\f2ec";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-trophy-alt:before {
    content: "\f2eb";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-container:before {
    content: "\f4dc";
}

.fa-truck-couch:before {
    content: "\f4dd";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-truck-plow:before {
    content: "\f7de";
}

.fa-truck-ramp:before {
    content: "\f4e0";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-turkey:before {
    content: "\f725";
}

.fa-turtle:before {
    content: "\f726";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-tv-retro:before {
    content: "\f401";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-unicorn:before {
    content: "\f727";
}

.fa-union:before {
    content: "\f6a2";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-usb:before {
    content: "\f287";
}

.fa-usd-circle:before {
    content: "\f2e8";
}

.fa-usd-square:before {
    content: "\f2e9";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-chart:before {
    content: "\f6a3";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-crown:before {
    content: "\f6a4";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-hard-hat:before {
    content: "\f82c";
}

.fa-user-headset:before {
    content: "\f82d";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-md-chat:before {
    content: "\f82e";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-nurse:before {
    content: "\f82f";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-class:before {
    content: "\f63d";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-users-crown:before {
    content: "\f6a5";
}

.fa-users-medical:before {
    content: "\f830";
}

.fa-usps:before {
    content: "\f7e1";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-fork:before {
    content: "\f2e3";
}

.fa-utensil-knife:before {
    content: "\f2e4";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-utensils-alt:before {
    content: "\f2e6";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-value-absolute:before {
    content: "\f6a6";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-plus:before {
    content: "\f4e1";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-volcano:before {
    content: "\f770";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume:before {
    content: "\f6a8";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-slash:before {
    content: "\f2e2";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vote-nay:before {
    content: "\f771";
}

.fa-vote-yea:before {
    content: "\f772";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walker:before {
    content: "\f831";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-wand:before {
    content: "\f72a";
}

.fa-wand-magic:before {
    content: "\f72b";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-warehouse-alt:before {
    content: "\f495";
}

.fa-watch:before {
    content: "\f2e1";
}

.fa-watch-fitness:before {
    content: "\f63e";
}

.fa-water:before {
    content: "\f773";
}

.fa-water-lower:before {
    content: "\f774";
}

.fa-water-rise:before {
    content: "\f775";
}

.fa-wave-square:before {
    content: "\f83e";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-webcam:before {
    content: "\f832";
}

.fa-webcam-slash:before {
    content: "\f833";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whale:before {
    content: "\f72c";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheat:before {
    content: "\f72d";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whistle:before {
    content: "\f460";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wifi-1:before {
    content: "\f6aa";
}

.fa-wifi-2:before {
    content: "\f6ab";
}

.fa-wifi-slash:before {
    content: "\f6ac";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-wind-warning:before {
    content: "\f776";
}

.fa-window:before {
    content: "\f40e";
}

.fa-window-alt:before {
    content: "\f40f";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-windsock:before {
    content: "\f777";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wreath:before {
    content: "\f7e2";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.fal {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-brands-400.eot);
    src: url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-brands-400.eot) format("embedded-opentype"),url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-brands-400.woff2) format("woff2"),url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-brands-400.woff) format("woff"),url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-brands-400.ttf) format("truetype"),url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-brands-400.svg) format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-regular-400.eot);
    src: url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-regular-400.eot) format("embedded-opentype"),url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-regular-400.woff2) format("woff2"),url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-regular-400.woff) format("woff"),url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-regular-400.ttf) format("truetype"),url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-regular-400.svg) format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-solid-900.eot);
    src: url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-solid-900.eot) format("embedded-opentype"),url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-solid-900.woff2) format("woff2"),url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-solid-900.woff) format("woff"),url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-solid-900.ttf) format("truetype"),url(../../../../../../themes/custom/cityu_template_theme/webfonts/fa-solid-900.svg) format("svg");
}

.fa,.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.search-focus [id*=edit-keyword],.search-focus #edit-keyword {
    box-shadow: none;
    background-color: #FFFFFF;
    color: #2E2E2E;
    border: 2px solid #1d1d1b;
}

.search-focus [id*=edit-keyword]::-webkit-input-placeholder,.search-focus #edit-keyword::-webkit-input-placeholder {
    color: #2E2E2E;
}

.search-focus [id*=edit-keyword]:-moz-placeholder,.search-focus #edit-keyword:-moz-placeholder {
    color: #2E2E2E;
}

.search-focus [id*=edit-keyword]::-moz-placeholder,.search-focus #edit-keyword::-moz-placeholder {
    color: #2E2E2E;
}

.search-focus [id*=edit-keyword]:-ms-input-placeholder,.search-focus #edit-keyword:-ms-input-placeholder {
    color: #2E2E2E;
}

.search-focus [id*=edit-actions]::before,.search-focus #edit-actions::before {
    color: #2E2E2E;
}

.search-activated.search-focus [id*=edit-keyword],.search-activated.search-focus #edit-keyword {
    background-color: #FFFFFF;
    color: #2E2E2E;
    border: 2px solid #0090D1;
}

.search-activated.search-focus [id*=edit-actions]::before,.search-activated.search-focus #edit-actions::before {
    color: #2E2E2E;
}

.dropdown-item {
    white-space: normal;
}

@media (min-width: 320px) {
    .container,[class^='col'],[class*=' col'] {
        padding-right:20px;
        padding-left: 20px;
    }

    .row {
        margin-right: -20px;
        margin-left: -20px;
    }
}

@media (min-width: 760px) {
    .container,[class^='col'],[class*=' col'] {
        padding-right:8px;
        padding-left: 8px;
    }

    .row {
        margin-right: -8px;
        margin-left: -8px;
    }
}

@media (min-width: 1000px) {
    .container,[class^='col'],[class*=' col'] {
        padding-right:12px;
        padding-left: 12px;
    }

    .row {
        margin-right: -12px;
        margin-left: -12px;
    }
}

@media (min-width: 1200px) {
    .container,[class^='col'],[class*=' col'] {
        padding-right:12px;
        padding-left: 12px;
    }

    .row {
        margin-right: -12px;
        margin-left: -12px;
    }
}

#page-wrapper {
    overflow: hidden;
}

@media (max-width: 999.98px) {
    #page {
        margin-top:64px;
    }
}

@media (max-width: 759.98px) {
    #page {
        margin-top:60px;
    }
}

@media (max-width: 999.98px) {
    .is-sidebar #page {
        margin-top:96px;
    }
}

@media (max-width: 759.98px) {
    .is-sidebar #page {
        margin-top:92px;
    }
}

.multiply polygon {
    mix-blend-mode: multiply;
}

_:-ms-lang(x) > polygon,.multiply > polygon,.hard-light > polygon {
    opacity: 0.8;
}

.t-link-more,.t-link-close {
    display: none;
}

@media (max-width: 759.98px) {
    .t-link-more,.t-link-close {
        display:inline-block;
        margin-top: 20px;
        text-align: center;
        font-size: 13.5px;
        font-weight: 900;
        line-height: 1.33;
        letter-spacing: 1px;
        color: #bf165e;
        cursor: pointer;
        transition: color .3s;
    }

    .t-link-more::after,.t-link-close::after {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #bf165e;
        display: block;
        margin-top: 4px;
        font-size: 13.5px;
        line-height: 1.33;
        letter-spacing: 1px;
    }

    .t-link-more:hover,.t-link-close:hover {
        color: #6b203e;
    }

    .t-link-more:hover::after,.t-link-close:hover::after {
        color: #6b203e;
    }
}

@media (max-width: 759.98px) {
    .t-link-close::after {
        content:"";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #bf165e;
    }
}

@media (max-width: 999.98px) {
    .filter-over {
        position:fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 98;
    }
}

.col-auto {
    padding-left: 0;
    padding-right: 0;
}

.main-and-sidebar-wrapper {
    margin-bottom: 120px;
}

@media (max-width: 1199.98px) {
    .main-and-sidebar-wrapper {
        margin-bottom:104px;
    }
}

@media (max-width: 999.98px) {
    .main-and-sidebar-wrapper {
        margin-bottom:80px;
    }
}

@media (max-width: 999.98px) {
    .main-and-sidebar-wrapper > .container > .row {
        flex-direction:column-reverse;
    }
}

.region-sidebar > * {
    margin-bottom: 20px;
}

.region-sidebar > *:last-child {
    margin-bottom: 0;
}

.vertical-tabs {
    margin: 0;
    border: 1px solid #dee2e6;
    display: flex;
    flex-direction: row;
    font-size: 0.875rem;
}

[dir="rtl"] .vertical-tabs {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: 0;
}

.vertical-tabs__menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 15em;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dee2e6;
    list-style: none;
}

[dir="rtl"] .vertical-tabs__menu {
    margin-left: 0;
    margin-right: -15em;
}

.vertical-tabs__pane {
    margin: 0;
    border: 0;
}

.vertical-tabs__pane > summary {
    display: none;
}

.vertical-tabs__menu-item {
    border: 1px solid #dee2e6;
    border-top: 0;
    background: #eee;
}

.vertical-tabs__menu-item a {
    display: block;
    padding: 0.5em 0.6em;
    text-decoration: none;
}

.vertical-tabs__menu-item a:focus .vertical-tabs__menu-item-title,.vertical-tabs__menu-item a:active .vertical-tabs__menu-item-title,.vertical-tabs__menu-item a:hover .vertical-tabs__menu-item-title {
    text-decoration: underline;
}

.vertical-tabs__menu-item a:hover {
    outline: 1px dotted;
}

.vertical-tabs__menu-item.is-selected {
    border-right-width: 0;
    background-color: #FFF;
}

[dir="rtl"] .vertical-tabs__menu-item.is-selected {
    border-left-width: 0;
    border-right-width: 1px;
}

.vertical-tabs__menu-item.is-selected .vertical-tabs__menu-item-title {
    color: #000;
}

.vertical-tabs__menu-item-summary {
    display: block;
    margin-bottom: 0;
    line-height: normal;
}

.announcement-carousel div.ipe-actions {
    position: relative;
    z-index: 1;
}

.ipe-form {
    max-width: 75%;
    min-width: 700px;
    overflow-x: scroll;
}

@media (max-width: 999.98px) {
    .user-logged-in #header {
        top:40px;
    }
}

.user-logged-in .layout-main-wrapper form.confirmation #edit-submit,.user-logged-in .layout-main-wrapper form.confirmation .btn,.user-logged-in .layout-main-wrapper .layout-builder-form #edit-submit,.user-logged-in .layout-main-wrapper .layout-builder-form .btn {
    width: auto;
    height: auto;
    font-size: 1rem;
}

body.page-user-login {
    background: white;
}

body.page-user-login #edit-submit {
    display: inline-block;
    font-size: 1.1rem;
    height: 4rem;
    width: calc(50% - .5rem);
}

body.path-user #main-wrapper nav.tabs {
    display: none;
}

body.path-user #main-wrapper {
    padding: 50px 0;
    margin: 0 auto 5em auto;
    max-width: 600px;
    width: 100%;
}

@media (max-width: 999.98px) {
    body.path-user #main-wrapper {
        width:90%;
    }
}

body.path-user.cityu-page-not-found #main-wrapper {
    margin: 0;
    width: 100%;
}

#user-login-form {
    margin-top: 2rem;
    padding: 120px 0;
    position: relative;
}

#edit-simplesamlphp-auth-login-link {
    background-color: #bf165e;
    background-image: url(https://template.cityu.edu.hk/template/logo/cityu/cityu_vertical_logo_reverse.svg);
    background-repeat: no-repeat;
    background-position: 60px 20px;
    background-size: auto 70px;
    border-radius: 5px;
    color: white;
    display: block;
    font-size: 2em;
    height: 110px;
    left: 0;
    padding: 30px 0 0 200px;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (max-width: 999.98px) {
    #edit-simplesamlphp-auth-login-link {
        font-size:26px;
        padding: 20px 0 0 200px;
    }
}

#edit-simplesamlphp-auth-login-link .login-with {
    font-size: 16px;
}

#edit-simplesamlphp-auth-login-link .cityu-eid {
    display: block;
    font-size: 50px;
    font-weight: bold;
    line-height: 45px;
    text-indent: -3px;
}

#edit-simplesamlphp-auth-login-link:after {
    bottom: -4em;
    color: silver;
    content: '— or login with local account —';
    display: block;
    font-size: 1rem;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#user-login-form .form-group {
    margin-bottom: 1em;
}

#user-login-form .form-group.form-item-name {
    margin-top: 5em;
    position: relative;
}

#user-login-form input.form-control {
    padding: .5em 1em;
}

#user-login-form .form-group > label {
    font-weight: bold;
    font-size: .8rem;
    margin-bottom: -.5rem;
}

#user-login-form #edit-actions {
    padding-top: 1rem;
}

.node__content {
    font-size: 1.071em;
    margin-top: 10px;
}

.node--view-mode-teaser {
    border-bottom: 1px solid #d3d7d9;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.node--view-mode-teaser h2 {
    margin-top: 0;
    padding-top: 0.5em;
}

.node--view-mode-teaser h2 a {
    color: #181818;
}

.node--view-mode-teaser.node--sticky {
    background: #f9f9f9;
    background: rgba(0,0,0,0.024);
    border: 1px solid #d3d7d9;
    padding: 0 15px 15px;
}

.node--view-mode-teaser .node__content {
    clear: none;
    font-size: 1em;
    line-height: 1.6;
}

.node__meta {
    font-size: 0.857em;
    color: #68696b;
    margin-bottom: -5px;
}

.node__meta .field--name-field-user-picture img {
    float: left;
    margin: 1px 20px 0 0;
}

[dir="rtl"] .node__meta .field--name-field-user-picture img {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.node__links {
    text-align: right;
    font-size: 0.93em;
}

[dir="rtl"] .node__links {
    text-align: left;
}

.node--unpublished {
    padding: 20px 15px 0;
}

.node--unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}

.breadcrumb {
    font-size: 0.929em;
}

.polygon-top::before,.polygon-bottom::after,.polygon-connection::before,.polygon-connection > div::after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
}

a.facebook::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch a.facebook::before:hover::after,.no-touch a.facebook::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch a.facebook::before:hover::before,.no-touch a.facebook::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

a.instagram::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch a.instagram::before:hover::after,.no-touch a.instagram::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch a.instagram::before:hover::before,.no-touch a.instagram::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

a.weibo::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch a.weibo::before:hover::after,.no-touch a.weibo::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch a.weibo::before:hover::before,.no-touch a.weibo::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

a.youtube::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch a.youtube::before:hover::after,.no-touch a.youtube::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch a.youtube::before:hover::before,.no-touch a.youtube::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

a.linkedin::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch a.linkedin::before:hover::after,.no-touch a.linkedin::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch a.linkedin::before:hover::before,.no-touch a.linkedin::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

a.twitter::before {
    content: " ";
    padding-left: 8px;
    padding-right: calc(1.05em + 8px);
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 0.725rem;
    color: inherit;
    background: url(https://template.cityu.edu.hk/template/icon/icon-twitter-x.svg) left top no-repeat;
    background-size: 1em;
}

.no-touch a.twitter::before:hover::after,.no-touch a.twitter::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch a.twitter::before:hover::before,.no-touch a.twitter::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

a.wechats::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch a.wechats::before:hover::after,.no-touch a.wechats::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch a.wechats::before:hover::before,.no-touch a.wechats::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

a.flickr::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch a.flickr::before:hover::after,.no-touch a.flickr::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch a.flickr::before:hover::before,.no-touch a.flickr::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

a.blog::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch a.blog::before:hover::after,.no-touch a.blog::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch a.blog::before:hover::before,.no-touch a.blog::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

a.rss::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch a.rss::before:hover::after,.no-touch a.rss::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch a.rss::before:hover::before,.no-touch a.rss::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

a.video::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch a.video::before:hover::after,.no-touch a.video::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch a.video::before:hover::before,.no-touch a.video::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

a.vimeo::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch a.vimeo::before:hover::after,.no-touch a.vimeo::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch a.vimeo::before:hover::before,.no-touch a.vimeo::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

a.blogger::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch a.blogger::before:hover::after,.no-touch a.blogger::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch a.blogger::before:hover::before,.no-touch a.blogger::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

a.wordpress::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch a.wordpress::before:hover::after,.no-touch a.wordpress::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch a.wordpress::before:hover::before,.no-touch a.wordpress::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

a.youku::before,a.issuu::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 8px;
    background-size: cover;
    position: relative;
    bottom: -2px;
}

a.youku::before {
    background-image: url(../../../../../../themes/custom/cityu_base_theme/images/icons/youku@2x.png);
}

a.issuu::before {
    background-image: url(../../../../../../themes/custom/cityu_base_theme/images/icons/issuu@2x.png);
}

.paragraph--type--cityu-social-media a {
    text-transform: uppercase;
    font-size: 13.5px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 18px;
}

@media (max-width: 759.98px) {
    .paragraph--type--cityu-social-media a {
        font-size:12px;
        line-height: 16px;
    }
}

.paragraph--type--cityu-social-media a::before {
    color: #222;
    padding-left: 0;
}

.field--name-field-cityu-scholar-tel::before,.field--name-field-cityu-poi-tel::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .field--name-field-cityu-scholar-tel::before:hover::after,.no-touch .field--name-field-cityu-scholar-tel::before:focus::after,.no-touch .field--name-field-cityu-poi-tel::before:hover::after,.no-touch .field--name-field-cityu-poi-tel::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .field--name-field-cityu-scholar-tel::before:hover::before,.no-touch .field--name-field-cityu-scholar-tel::before:focus::before,.no-touch .field--name-field-cityu-poi-tel::before:hover::before,.no-touch .field--name-field-cityu-poi-tel::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.field--name-field-cityu-scholar-fax::before,.field--name-field-cityu-poi-fax::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .field--name-field-cityu-scholar-fax::before:hover::after,.no-touch .field--name-field-cityu-scholar-fax::before:focus::after,.no-touch .field--name-field-cityu-poi-fax::before:hover::after,.no-touch .field--name-field-cityu-poi-fax::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .field--name-field-cityu-scholar-fax::before:hover::before,.no-touch .field--name-field-cityu-scholar-fax::before:focus::before,.no-touch .field--name-field-cityu-poi-fax::before:hover::before,.no-touch .field--name-field-cityu-poi-fax::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.field--name-field-cityu-poi-telephone::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .field--name-field-cityu-poi-telephone::before:hover::after,.no-touch .field--name-field-cityu-poi-telephone::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .field--name-field-cityu-poi-telephone::before:hover::before,.no-touch .field--name-field-cityu-poi-telephone::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.field--name-field-cityu-scholar-email::before,.field--name-field-cityu-poi-email .field__item::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .field--name-field-cityu-scholar-email::before:hover::after,.no-touch .field--name-field-cityu-scholar-email::before:focus::after,.no-touch .field--name-field-cityu-poi-email .field__item::before:hover::after,.no-touch .field--name-field-cityu-poi-email .field__item::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .field--name-field-cityu-scholar-email::before:hover::before,.no-touch .field--name-field-cityu-scholar-email::before:focus::before,.no-touch .field--name-field-cityu-poi-email .field__item::before:hover::before,.no-touch .field--name-field-cityu-poi-email .field__item::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.icon-map-marker::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .icon-map-marker::before:hover::after,.no-touch .icon-map-marker::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .icon-map-marker::before:hover::before,.no-touch .icon-map-marker::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.icon-clock::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .icon-clock::before:hover::after,.no-touch .icon-clock::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .icon-clock::before:hover::before,.no-touch .icon-clock::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.icon-utensils::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .icon-utensils::before:hover::after,.no-touch .icon-utensils::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .icon-utensils::before:hover::before,.no-touch .icon-utensils::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.icon-male::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .icon-male::before:hover::after,.no-touch .icon-male::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .icon-male::before:hover::before,.no-touch .icon-male::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.icon-dollar-sign::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .icon-dollar-sign::before:hover::after,.no-touch .icon-dollar-sign::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .icon-dollar-sign::before:hover::before,.no-touch .icon-dollar-sign::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.icon-phone::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .icon-phone::before:hover::after,.no-touch .icon-phone::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .icon-phone::before:hover::before,.no-touch .icon-phone::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.icon-info-circle::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .icon-info-circle::before:hover::after,.no-touch .icon-info-circle::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .icon-info-circle::before:hover::before,.no-touch .icon-info-circle::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.polygon-top {
    position: relative;
    margin-top: 16px;
}

.polygon-top::before {
    top: 0;
    border-width: 1rem 50vw 1rem 50vw;
    border-color: #F2F2F2 #F2F2F2 transparent transparent;
}

@media (min-width: 1000px) {
    .polygon-top::before {
        border-width:1.5rem 50vw 1.5rem 50vw;
    }
}

@media (min-width: 760px) {
    .polygon-top {
        margin-top:32px;
    }
}

@media (min-width: 1200px) {
    .polygon-top {
        margin-top:48px;
    }
}

.polygon-bottom {
    position: relative;
    margin-bottom: 16px;
}

.polygon-bottom::after {
    bottom: 0;
    border-width: 1rem 50vw 1rem 50vw;
    border-color: transparent #F2F2F2 #F2F2F2 transparent;
}

@media (min-width: 1000px) {
    .polygon-bottom::after {
        border-width:1.5rem 50vw 1.5rem 50vw;
    }
}

@media (min-width: 760px) {
    .polygon-bottom {
        margin-bottom:32px;
    }
}

@media (min-width: 1200px) {
    .polygon-bottom {
        margin-bottom:48px;
    }
}

.polygon-connection {
    position: relative;
    margin-top: 16px;
}

.polygon-connection::before {
    top: 0;
    border-width: 1rem 50vw 1rem 50vw;
    border-color: #F2F2F2 #F2F2F2 transparent transparent;
}

@media (min-width: 1000px) {
    .polygon-connection::before {
        border-width:1.5rem 50vw 1.5rem 50vw;
    }
}

@media (min-width: 760px) {
    .polygon-connection {
        margin-top:32px;
    }
}

@media (min-width: 1200px) {
    .polygon-connection {
        margin-top:48px;
    }
}

.polygon-connection > div::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-color: #F2F2F2;
}

@media (min-width: 760px) {
    .polygon-connection > div::before {
        top:-32px;
        height: 32px;
    }
}

@media (min-width: 1200px) {
    .polygon-connection > div::before {
        top:-48px;
        height: 48px;
    }
}

.polygon-connection > div::after {
    bottom: 0;
    border-width: 1rem 50vw 1rem 50vw;
    border-color: transparent #F2F2F2 #F2F2F2 transparent;
}

@media (min-width: 1000px) {
    .polygon-connection > div::after {
        border-width:1.5rem 50vw 1.5rem 50vw;
    }
}

.polygon-connection > div::after {
    top: -48px;
}

@media (min-width: 760px) {
    .polygon-connection > div::after {
        top:-64px;
    }
}

@media (min-width: 1000px) {
    .polygon-connection > div::after {
        top:-80px;
    }
}

@media (min-width: 1200px) {
    .polygon-connection > div::after {
        top:-96px;
    }
}

.block-call-to-action.polygon-top,.block-call-to-action.polygon-bottom,.block-call-to-action.polygon-connection {
    margin-top: 0;
    margin-bottom: 0;
}

.block-call-to-action.polygon-top::before,.block-call-to-action.polygon-bottom::before,.block-call-to-action.polygon-connection::before {
    display: none;
}

.block-call-to-action.polygon-top::after,.block-call-to-action.polygon-bottom::after,.block-call-to-action.polygon-connection::after {
    display: none;
}

.block-call-to-action.polygon-top > div::before,.block-call-to-action.polygon-bottom > div::before,.block-call-to-action.polygon-connection > div::before {
    display: none;
}

.block-call-to-action.polygon-top > div::after,.block-call-to-action.polygon-bottom > div::after,.block-call-to-action.polygon-connection > div::after {
    display: none;
}

.polygon-top-hide {
    margin-bottom: 0;
}

.polygon-top-hide::before {
    display: none;
}

.polygon-bottom-hide {
    margin-bottom: 0;
}

.polygon-bottom-hide::after {
    display: none;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top,.2s -webkit-transform;
    transition: .2s top,.2s -webkit-transform;
    -o-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top;
    transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left,.2s -webkit-transform;
    transition: .2s left,.2s -webkit-transform;
    -o-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left;
    transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right,.2s -webkit-transform;
    transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.fc button,.fc table,body .fc {
    font-size: 1em
}

.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc-icon,.fc-unselectable {
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

.fc th,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar {
    text-align: center
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc-state-default {
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
}

.fc-state-default.fc-corner-left {
}

.fc-state-default.fc-corner-right {
}

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.fc-state-active,.fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    box-shadow: none
}

.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto] {
    cursor: pointer
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group>:first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0,0,0,.15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-clear {
    clear: both
}

.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0
}

.fc td,.fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

.fc td.fc-today {
    border-style: double
}

a[data-goto]:hover {
    text-decoration: underline
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td {
    border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent
}

.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td {
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    -webkit-overflow-scrolling: touch
}

.fc-icon,.fc-row.fc-rigid,.fc-time-grid-event {
    overflow: hidden
}

.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid {
    position: relative;
    width: 100%
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad
}

.fc-event,.fc-event-dot {
    background-color: #3a87ad
}

.fc-event,.fc-event:hover {
    color: #fff;
    text-decoration: none
}

.fc-not-allowed,.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
    display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer {
    display: block
}

.fc-event.fc-selected .fc-resizer:before {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px
}

.fc-event.fc-selected {
    z-index: 9999!important;
    box-shadow: 0 2px 5px rgba(0,0,0,.2)
}

.fc-event.fc-selected.fc-dragging {
    box-shadow: 0 2px 7px rgba(0,0,0,.3)
}

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0
}

.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px
}

tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: .25
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

a.fc-more:hover {
    text-decoration: underline
}

.fc.fc-bootstrap3 a,.ui-widget .fc-event {
    text-decoration: none
}

.fc-limited {
    display: none
}

.fc-icon,.fc-toolbar .fc-center {
    display: inline-block
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-bootstrap3 .fc-popover .panel-body,.fc-bootstrap4 .fc-popover .card-body {
    padding: 0
}

.fc-now-indicator {
    position: absolute;
    border: 0 solid red
}

.fc-bootstrap3 .fc-today.alert,.fc-bootstrap4 .fc-today.alert {
    border-radius: 0
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff;
    border-width: 1px;
    border-style: solid
}

.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header {
    background: #eee
}

.fc-unthemed td.fc-today {
    background: #ddd;
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3
}

.fc-icon {
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    font-family: "Courier New",Courier,monospace;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fc-icon:after {
    position: relative
}

.fc-icon-left-single-arrow:after {
    content: "\2039";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-right-single-arrow:after {
    content: "\203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-left-double-arrow:after {
    content: "\AB";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\BB";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\D7";
    font-size: 200%;
    top: 6%
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666;
    font-size: .9em;
    margin-top: 2px
}

.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5
}

.ui-widget .fc-disabled-day {
    background-image: none
}

.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-bootstrap4 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content {
    background: 0 0
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.fc-bootstrap3 hr.fc-divider,.fc-bootstrap4 hr.fc-divider {
    border-color: inherit
}

.ui-widget .fc-event {
    color: #fff;
    font-weight: 400
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc.fc-bootstrap3 a[data-goto]:hover {
    text-decoration: underline
}

.fc.fc-bootstrap4 a {
    text-decoration: none
}

.fc.fc-bootstrap4 a[data-goto]:hover {
    text-decoration: underline
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    color: #fff
}

.fc-bootstrap4 .fc-popover.card {
    position: absolute
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1em
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc .fc-toolbar>*>* {
    margin-left: .75em;
}

.fc .fc-toolbar>*>:first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *,.fc-view-container :after,.fc-view-container :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fc-view,.fc-view>table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton {
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 2em;
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-day-top.fc-other-month {
    opacity: .3
}

.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number {
    padding: 2px
}

.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number {
    padding: 0 2px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: grey
}

.fc-basic-view td.fc-week-number>* {
    display: inline-block;
    min-width: 1.25em
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 1em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.fc-time-grid,.fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
    z-index: 1
}

.fc-time-grid .fc-slats,.fc-time-grid>hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-content-col {
    position: relative
}

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0
}

.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1
}

.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-highlight-container {
    z-index: 3;
    position: relative
}

.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4
}

.fc-time-grid .fc-now-indicator-line {
    z-index: 5
}

.fc-time-grid .fc-helper-container {
    position: relative;
    z-index: 6
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event.fc-selected {
    overflow: visible
}

.fc-time-grid-event.fc-selected .fc-bg {
    display: none
}

.fc-time-grid-event .fc-content {
    overflow: hidden
}

.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\A0-\A0"
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "="
}

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.fc-rtl .fc-list-view {
    direction: rtl
}

.fc-list-view {
    border-width: 1px;
    border-style: solid
}

.fc .fc-list-table {
    table-layout: auto
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px
}

.fc-list-table tr:first-child td {
    border-top-width: 0
}

.fc-list-heading {
    border-bottom-width: 1px
}

.fc-list-heading td {
    font-weight: 700
}

.fc-ltr .fc-list-heading-main {
    float: left
}

.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main {
    float: right
}

.fc-rtl .fc-list-heading-alt {
    float: left
}

.fc-list-item.fc-has-url {
    cursor: pointer
}

.fc-list-item-marker,.fc-list-item-time {
    white-space: nowrap;
    width: 1px
}

.fc-ltr .fc-list-item-marker {
    padding-right: 0
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0
}

.fc-list-item-title a {
    text-decoration: none;
    color: inherit
}

.fc-list-item-title a[href]:hover {
    text-decoration: underline
}

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.fc-unthemed .fc-list-empty {
    background-color: #eee
}

.t-search-input .t-header-search,.t-nav-collapse .t-navbar-nav li .t-nav-link > span,.t-sidebar-mobile .t-navbar-nav li .t-nav-link > span,.t-nav-collapse .m-quick-link + .nav .nav-link span,.t-sidebar-mobile .m-quick-link + .nav .nav-link span,.t-nav-collapse .m-quick-link > h2,.t-sidebar-mobile .m-quick-link > h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px;
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 1199.98px) {
    .t-search-input .t-header-search,.t-nav-collapse .t-navbar-nav li .t-nav-link > span,.t-sidebar-mobile .t-navbar-nav li .t-nav-link > span,.t-nav-collapse .m-quick-link + .nav .nav-link span,.t-sidebar-mobile .m-quick-link + .nav .nav-link span,.t-nav-collapse .m-quick-link > h2,.t-sidebar-mobile .m-quick-link > h2 {
        max-width:960px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 999.98px) {
    .t-search-input .t-header-search,.t-nav-collapse .t-navbar-nav li .t-nav-link > span,.t-sidebar-mobile .t-navbar-nav li .t-nav-link > span,.t-nav-collapse .m-quick-link + .nav .nav-link span,.t-sidebar-mobile .m-quick-link + .nav .nav-link span,.t-nav-collapse .m-quick-link > h2,.t-sidebar-mobile .m-quick-link > h2 {
        max-width:720px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 759.98px) {
    .t-search-input .t-header-search,.t-nav-collapse .t-navbar-nav li .t-nav-link > span,.t-sidebar-mobile .t-navbar-nav li .t-nav-link > span,.t-nav-collapse .m-quick-link + .nav .nav-link span,.t-sidebar-mobile .m-quick-link + .nav .nav-link span,.t-nav-collapse .m-quick-link > h2,.t-sidebar-mobile .m-quick-link > h2 {
        max-width:568px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#header {
    width: 100%;
    padding-top: 17px;
    background-color: #fff;
    transition: top .6s;
}

@media (max-width: 999.98px) {
    #header {
        position:fixed;
        z-index: 95;
        top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: 0 1px 0 0 rgba(223,223,223,0.5);
    }
}

@media (max-width: 759.98px) {
    #header {
        padding-top:8px;
        padding-bottom: 8px;
    }
}

@media (max-width: 999.98px) {
    #header.t-menu-open {
        background-color:#bf165e;
    }

    #header.t-menu-open .navbar-brand-hk::after {
        content: '';
        display: block;
        width: 70px;
        height: 44px;
        background-size: 100% auto;
        background-image: url(https://template.cityu.edu.hk/template/logo/CityU/CityU_Mini_Logo_Reverse.svg);
        background-repeat: no-repeat;
    }

    #header.t-menu-open .t-header-logo-m {
        display: none !important;
    }

    #header.t-menu-open .site-name-slogan .navbar-brand {
        background-color: #FFF;
    }

    #header.t-menu-open .t-header-search {
        display: none;
    }

    #header.t-menu-open .t-nav-toggle.t-nav-active {
        margin-left: auto;
    }

    #header.t-menu-open .t-nav-toggle.t-nav-active::after {
        color: #FFF;
    }
}

@media (max-width: 759.98px) {
    #header.t-menu-open .navbar-brand-hk::after {
        width:67px;
        height: 40px;
        background-size: auto 100%;
    }
}

@media (max-width: 999.98px) {
    #header.t-menu-open .tm-service-name {
        color:#FFF;
    }
}

@media (max-width: 999.98px) {
    #header .t-header-search {
        margin-left:auto;
    }
}

#header .t-header-search form {
    position: relative;
    line-height: 20px;
}

@media (max-width: 999.98px) {
    #header .t-header-search form {
        margin-left:auto;
        margin-top: 10px;
        width: 30px;
        height: 26px;
    }
}

#header .t-header-text {
    -webkit-apprarence: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    box-shadow: none;
    width: 128px;
    height: 24px;
    padding-right: 30px;
    font-size: 12px;
    border: 1px solid #e0e0e0;
    text-indent: 8px;
}

@media (max-width: 1199.98px) {
    #header .t-header-text {
        font-size:11px;
    }
}

@media (max-width: 999.98px) {
    #header .t-header-text {
        display:none;
    }
}

#header .cityu-search-button {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
}

#header .t-header-search-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 7px;
    font-size: 13.5px;
    line-height: 24px;
    letter-spacing: 1px;
}

#header .t-header-search-icon::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2e2e2e;
}

@media (max-width: 999.98px) {
    #header .t-header-search-icon.t-search-close::after {
        content:"";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #2e2e2e;
    }
}

.t-search-input {
    display: none;
    background-color: #f2f1f2;
}

@media (min-width: 1000px) {
    .t-search-input {
        display:none !important;
    }
}

.t-search-input .t-header-search {
    padding-top: 20px;
    padding-bottom: 20px;
}

.t-search-input .t-header-search form {
    position: relative;
}

.t-search-input .t-header-search .t-header-text {
    width: 100%;
    padding-right: 52px;
    height: 52px;
    border-radius: 4px;
    border: solid 1px #1d1d1b;
    text-indent: 11px;
    font-size: 14px;
    letter-spacing: 0.5px;
    background-color: transparent;
}

.t-search-input .t-header-search .cityu-search-button {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 52px;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
}

.t-search-input .t-header-search .t-header-search-icon {
    position: absolute;
    display: flex;
    width: 52px;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 13.5px;
    line-height: 24px;
    letter-spacing: 1px;
}

.t-search-input .t-header-search .t-header-search-icon::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2e2e2e;
}

#navbar-top {
    padding: 0;
    display: block;
}

.navbar .container,.navbar .container-fluid {
    display: block;
}

.region-top-header {
    align-items: flex-start;
}

.t-header-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.t-header-wrapper::after {
    display: block;
    clear: both;
    content: "";
}

.navbar-brand-hk {
    padding: 0;
    margin-right: 15px;
    transition: opacity .2s;
    height: 90px;
}

.no-touch .navbar-brand-hk:hover,.navbar-brand-hk:active {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

@media (max-width: 1199.98px) {
    .navbar-brand-hk {
        margin-right:11px;
        height: 75px;
    }
}

@media (max-width: 999.98px) {
    .navbar-brand-hk {
        margin-right:9px;
        height: 45px;
    }
}

@media (max-width: 759.98px) {
    .navbar-brand-hk {
        margin-right:8px;
        height: 40px;
    }
}

.navbar-brand-hk img {
    width: auto;
    height: 90px;
}

@media (max-width: 1199.98px) {
    .navbar-brand-hk img {
        height:75px;
    }
}

@media (max-width: 999.98px) {
    .navbar-brand-hk img {
        display:none !important;
        height: 45px;
    }
}

@media (max-width: 759.98px) {
    .navbar-brand-hk img {
        height:40px;
    }
}

.navbar-brand-hk .t-header-logo-m {
    display: none;
}

@media (max-width: 999.98px) {
    .navbar-brand-hk .t-header-logo-m {
        display:block !important;
    }
}

.site-name-slogan {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    margin-right: 12px;
    align-self: flex-end;
    background-color: #bf165e;
}

@media (max-width: 1199.98px) {
    .site-name-slogan {
        margin-right:12px;
    }
}

@media (max-width: 999.98px) {
    .site-name-slogan {
        align-self:center;
        position: static;
        margin-bottom: 0;
        margin-right: auto;
        background-color: transparent;
    }
}

.site-name-slogan .navbar-brand {
    margin-right: 0;
    display: block;
    padding: 9px 6px 9px 34px;
    font-size: 13px;
    white-space: normal;
    color: #fff;
    line-height: 1.3;
}

@media (max-width: 1199.98px) {
    .site-name-slogan .navbar-brand {
        padding:6px 6px 6px 28px;
    }
}

@media (max-width: 999.98px) {
    .site-name-slogan .navbar-brand {
        position:relative;
        padding: 0 7px 0 7px;
        color: #44403f;
    }

    .site-name-slogan .navbar-brand::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 1;
        display: block;
        width: 1px;
        height: 16px;
        background-color: #d8d8d8;
    }
}

.site-name-slogan .navbar-brand::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    border-width: 18px;
    border-style: solid;
    border-color: #fff transparent transparent #fff;
}

@media (max-width: 1199.98px) {
    .site-name-slogan .navbar-brand::after {
        border-width:14px;
    }
}

@media (max-width: 999.98px) {
    .site-name-slogan .navbar-brand::after {
        display:none;
    }
}

.menu--quick-links {
    position: relative;
    margin-left: auto;
    margin-right: 40px;
    margin-top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 1199.98px) {
    .menu--quick-links {
        margin-right:45px;
    }
}

@media (max-width: 999.98px) {
    .menu--quick-links {
        display:none;
    }
}

.menu--quick-links .nav {
    display: none;
    position: absolute;
    z-index: 1;
    width: 202px;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 0 5px #e0e0e0;
    background: #FFF;
}

@media (max-width: 1199.98px) {
    .menu--quick-links .nav {
        width:165px;
        padding: 15px;
    }
}

@media (max-width: 999.98px) {
    .menu--quick-links .nav {
        display:none;
    }
}

.menu--quick-links .nav li {
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .menu--quick-links .nav li {
        margin-bottom:16px;
    }
}

.menu--quick-links .nav li:last-child {
    margin-bottom: 0;
}

.menu--quick-links .nav a {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #44403f;
    padding: 0;
}

@media (max-width: 1199.98px) {
    .menu--quick-links .nav a {
        font-size:11px;
    }
}

.menu--quick-links .nav a.menu-external-link::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #717171;
    margin-left: 10px;
    font-size: 13.5px;
    line-height: 1.33;
    letter-spacing: 1px;
}

@media (max-width: 1199.98px) {
    .menu--quick-links .nav a.menu-external-link::after {
        font-size:11.5px;
    }
}

.no-touch .menu--quick-links .nav a:hover,.menu--quick-links .nav a:active {
    color: #bf165e;
}

.no-touch .menu--quick-links .nav a:hover::after,.menu--quick-links .nav a:active::after {
    color: #bf165e;
}

.menu--quick-links > h2 {
    font-size: 12px;
    letter-spacing: 0.4px;
    font-family: "Lato","PingFang HK",Arial,Verdana,sans-serif,"Microsoft YaHei";
    color: #4c4c4c;
    cursor: pointer;
}

@media (max-width: 1199.98px) {
    .menu--quick-links > h2 {
        font-size:11px;
    }
}

.menu--quick-links > h2::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #717171;
    line-height: 16px;
    padding-left: 4px;
    vertical-align: middle;
}

.t-quick-active .nav {
    display: block;
    position: absolute;
    z-index: 66;
}

.t-quick-active > h2::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #717171;
}

.t-nav-toggle {
    display: none;
}

@media (max-width: 999.98px) {
    .t-nav-toggle {
        display:block;
        margin-right: -10px;
        cursor: pointer;
    }

    .t-nav-toggle::after {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #bf165e;
        display: block;
        padding: 10px;
        font-size: 16px;
        cursor: pointer;
    }
}

.t-nav-toggle.t-nav-active::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf165e;
    padding: 10px 12px;
}

.t-nav-collapse {
    display: none;
    max-height: calc(100vh - 60px);
    overflow: auto;
    position: fixed;
    z-index: 2;
    top: 65px;
    width: 100%;
    background-color: #ccc;
    border-bottom: 1px solid #6B0833;
}

@media (max-width: 759.98px) {
    .t-nav-collapse {
        top:60px;
    }
}

.t-nav-collapse .t-navbar-nav,.t-sidebar-mobile .t-navbar-nav {
    flex-direction: column;
    background-color: #bf165e;
}

.t-nav-collapse .t-navbar-nav li,.t-sidebar-mobile .t-navbar-nav li {
    border-top: 1px solid #6B0833;
    list-style-image: none;
}

.t-nav-collapse .t-navbar-nav li .t-nav-link,.t-sidebar-mobile .t-navbar-nav li .t-nav-link {
    display: block;
}

.t-nav-collapse .t-navbar-nav li .t-nav-link.is-active:not(span) > span,.t-sidebar-mobile .t-navbar-nav li .t-nav-link.is-active:not(span) > span {
    position: relative;
    padding-left: 22px;
}

@media (max-width: 759.98px) {
    .t-nav-collapse .t-navbar-nav li .t-nav-link.is-active:not(span) > span,.t-sidebar-mobile .t-navbar-nav li .t-nav-link.is-active:not(span) > span {
        padding-left:34px;
    }
}

.t-nav-collapse .t-navbar-nav li .t-nav-link.is-active:not(span) > span::before,.t-sidebar-mobile .t-navbar-nav li .t-nav-link.is-active:not(span) > span::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf165e;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
}

@media (max-width: 759.98px) {
    .t-nav-collapse .t-navbar-nav li .t-nav-link.is-active:not(span) > span::before,.t-sidebar-mobile .t-navbar-nav li .t-nav-link.is-active:not(span) > span::before {
        left:20px;
    }
}

.t-nav-collapse .t-navbar-nav li .t-nav-link > span,.t-sidebar-mobile .t-navbar-nav li .t-nav-link > span {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 18px;
    font-size: 14.5px;
    color: #FFF;
}

.t-nav-collapse .t-navbar-nav .t-nav-link,.t-sidebar-mobile .t-navbar-nav .t-nav-link {
    padding: 0;
}

.t-nav-collapse .t-navbar-nav .t-nav-link.show:not(.t-dropdown-toggle)::before,.t-sidebar-mobile .t-navbar-nav .t-nav-link.show:not(.t-dropdown-toggle)::before {
    content: "\f106";
}

.t-nav-collapse .t-navbar-nav .t-nav-link.show + ul,.t-sidebar-mobile .t-navbar-nav .t-nav-link.show + ul {
    display: block;
}

.t-nav-collapse .t-navbar-nav .t-nav-link span,.t-sidebar-mobile .t-navbar-nav .t-nav-link span {
    font-weight: bold;
}

.t-nav-collapse .t-navbar-nav .t-dropdown .t-dropdown-toggle span,.t-sidebar-mobile .t-navbar-nav .t-dropdown .t-dropdown-toggle span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t-nav-collapse .t-navbar-nav .t-dropdown .t-dropdown-toggle span::after,.t-sidebar-mobile .t-navbar-nav .t-dropdown .t-dropdown-toggle span::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    margin-left: 15px;
    border: none;
    font-size: 12px;
}

.t-nav-collapse .t-navbar-nav .t-dropdown .t-dropdown-toggle::after,.t-sidebar-mobile .t-navbar-nav .t-dropdown .t-dropdown-toggle::after {
    display: none;
}

.t-nav-collapse .t-navbar-nav .t-dropdown.show > .t-dropdown-toggle span::after,.t-sidebar-mobile .t-navbar-nav .t-dropdown.show > .t-dropdown-toggle span::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
}

.t-nav-collapse .t-navbar-nav .t-dropdown-menu,.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu {
    display: none;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #98114B;
    box-shadow: inset 0 -4px 4px 0 rgba(0,0,0,0.1),inset 0 4px 4px 0 rgba(0,0,0,0.1),0 1px 0 0 #6B203E;
    border-radius: 0;
}

.t-nav-collapse .t-navbar-nav .t-dropdown-menu .t-dropdown-menu,.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu {
    background-color: #810E3F;
}

.t-nav-collapse .t-navbar-nav .t-dropdown-menu .t-dropdown-menu a > span,.t-nav-collapse .t-navbar-nav .t-dropdown-menu .t-dropdown-menu span > span,.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu a > span,.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu span > span {
    padding-left: 28px;
}

@media (max-width: 1199.98px) {
    .t-nav-collapse .t-navbar-nav .t-dropdown-menu .t-dropdown-menu a > span,.t-nav-collapse .t-navbar-nav .t-dropdown-menu .t-dropdown-menu span > span,.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu a > span,.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu span > span {
        padding-left:40px;
    }
}

.t-nav-collapse .t-navbar-nav .t-dropdown-menu .t-dropdown-menu .is-active > span,.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu .is-active > span {
    padding-left: 44px;
}

@media (max-width: 1199.98px) {
    .t-nav-collapse .t-navbar-nav .t-dropdown-menu .t-dropdown-menu .is-active > span,.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu .is-active > span {
        padding-left:56px;
    }
}

.t-nav-collapse .t-navbar-nav .t-dropdown-menu .t-dropdown-menu .is-active > span::before,.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu .is-active > span::before {
    left: 28px;
}

@media (max-width: 1199.98px) {
    .t-nav-collapse .t-navbar-nav .t-dropdown-menu .t-dropdown-menu .is-active > span::before,.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu .is-active > span::before {
        left:40px;
    }
}

.t-nav-collapse .t-navbar-nav .t-dropdown-item,.t-sidebar-mobile .t-navbar-nav .t-dropdown-item {
    padding: 0;
    white-space: normal;
    background-color: transparent;
}

.no-touch .t-nav-collapse .t-navbar-nav .t-dropdown-item > .t-nav-link:hover,.t-nav-collapse .t-navbar-nav .t-dropdown-item > .t-nav-link:active,.no-touch .t-sidebar-mobile .t-navbar-nav .t-dropdown-item > .t-nav-link:hover,.t-sidebar-mobile .t-navbar-nav .t-dropdown-item > .t-nav-link:active {
    background-color: #790D3C;
}

.t-nav-collapse a.menu-external-link span::after,.t-sidebar-mobile a.menu-external-link span::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFF;
    margin-left: 10px;
    font-size: 13.5px;
    line-height: 1.33;
    letter-spacing: 1px;
}

@media (max-width: 1199.98px) {
    .t-nav-collapse a.menu-external-link span::after,.t-sidebar-mobile a.menu-external-link span::after {
        font-size:11.5px;
    }
}

.t-nav-collapse .m-quick-link,.t-sidebar-mobile .m-quick-link {
    cursor: pointer;
    background-color: #98114B;
    border-top: 1px solid #6B0833;
}

.t-nav-collapse .m-quick-link + .nav,.t-sidebar-mobile .m-quick-link + .nav {
    display: none;
    background-color: #810E3F;
    box-shadow: inset 0 -4px 4px 0 rgba(0,0,0,0.1),inset 0 4px 4px 0 rgba(0,0,0,0.1);
}

.t-nav-collapse .m-quick-link + .nav .nav-item,.t-sidebar-mobile .m-quick-link + .nav .nav-item {
    border-top: 1px solid #6B0833;
}

.t-nav-collapse .m-quick-link + .nav .nav-link,.t-sidebar-mobile .m-quick-link + .nav .nav-link {
    padding: 0;
}

.t-nav-collapse .m-quick-link + .nav .nav-link span,.t-sidebar-mobile .m-quick-link + .nav .nav-link span {
    display: block;
    padding-left: 28px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}

.t-nav-collapse .m-quick-link.is-expanded > h2::after,.t-sidebar-mobile .m-quick-link.is-expanded > h2::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
}

.t-nav-collapse .m-quick-link > h2,.t-sidebar-mobile .m-quick-link > h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.5px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}

.t-nav-collapse .m-quick-link > h2::after,.t-sidebar-mobile .m-quick-link > h2::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    margin-left: 15px;
    font-size: 12px;
}

.scroll-down #header {
    top: -64px;
}

.t-header-left {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.t-services-wrapper {
    max-width: 324px;
}

@media (max-width: 999.98px) {
    .t-services-wrapper {
        max-width:257px;
    }
}

@media (max-width: 759.98px) {
    .t-services-wrapper {
        max-width:157px;
    }
}

.t-services-wrapper .slogan {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.86;
    color: #1d1d1b;
}

@media (max-width: 1199.98px) {
    .t-services-wrapper .slogan {
        font-size:12px;
    }
}

.t-service-name {
    font-size: 22px;
    line-height: 1.18;
    color: #2E2E2E;
}

.no-touch .t-service-name:hover,.t-service-name:active {
    color: #bf165e;
}

@media (max-width: 1199.98px) {
    .t-service-name {
        font-size:20px;
        line-height: 24px;
    }
}

.tm-service-name {
    font-size: 18px;
    line-height: 1.11;
    color: #2E2E2E;
}

.no-touch .tm-service-name:hover,.tm-service-name:active {
    color: #bf165e;
}

@media (max-width: 759.98px) {
    .tm-service-name {
        font-size:13px;
        line-height: 1.42;
    }
}

.t-department-websites .tm-service-name {
    font-size: 12px;
    color: #44403f;
}

.t-department-services .tm-service-name {
    font-size: 12px;
    color: #44403f;
}

@media (min-width: 1000px) {
    .t-header-wrapper .language-switcher-language-url {
        display:inline-block;
    }

    .t-header-wrapper .language-switcher-language-url ul {
        margin: 0;
        padding: 0 0 0 15px;
    }

    .t-header-wrapper .language-switcher-language-url ul li {
        display: inline-block;
        vertical-align: text-bottom;
    }

    .t-header-wrapper .language-switcher-language-url ul li a {
        font-size: 12px;
        line-height: 20px;
        color: #4c4c4c;
        font-weight: 600;
        text-transform: uppercase;
        padding-top: 21px;
        border-top: 4px solid transparent;
    }
}

@media screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio:0) {
    .t-header-wrapper .language-switcher-language-url ul li a {
        padding-top:21px;
    }
}

@media (min-width: 1000px) {
    .t-header-wrapper .language-switcher-language-url ul li a:hover {
        border-top:4px solid #bf165e;
        color: #bf165e;
    }

    .t-header-wrapper .language-switcher-language-url ul li.zh-hant a,.t-header-wrapper .language-switcher-language-url ul li.zh-hans a {
        padding-top: 23px;
    }

    .t-header-wrapper .language-switcher-language-url ul li::after {
        content: '|';
        font-size: 0.75rem;
        padding: 0 0.375rem;
    }

    .t-header-wrapper .language-switcher-language-url ul li:last-child::after {
        display: none;
    }

    .t-header-wrapper .language-switcher-language-url ul .is-active a {
        border-top: 4px solid #6b203e;
        color: #6b203e;
    }

    .t-header-wrapper .language-switcher-language-url ul li[hreflang="en"] a {
        font-size: 12px;
        line-height: 20px;
        font-weight: 900;
    }
}

@media (max-width: 999.98px) {
    .t-header-wrapper .language-switcher-language-url {
        display:none;
    }
}

@media (min-width: 1000px) {
    .t-nav-collapse .language-switcher-language-url {
        display:none;
    }
}

@media (max-width: 999.98px) {
    .t-nav-collapse .language-switcher-language-url ul {
        display:flex;
        padding: 0;
        margin: 0;
    }

    .t-nav-collapse .language-switcher-language-url li {
        flex-grow: 1;
        background-color: #717171;
    }

    .t-nav-collapse .language-switcher-language-url li a {
        display: block;
        width: 100%;
        padding: 0 18px;
        border-right: 1px solid #2E2E2E;
        border-bottom: 1px solid #2E2E2E;
        line-height: 54px;
        font-size: 11px;
        font-weight: 900;
        text-align: center;
        letter-spacing: 0.46px;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    .t-nav-collapse .language-switcher-language-url li:last-child a {
        border-right: none;
    }

    .t-nav-collapse .language-switcher-language-url li.is-active {
        background-color: #DDDDDD;
    }

    .t-nav-collapse .language-switcher-language-url li.is-active a {
        color: #2E2E2E;
    }
}

.t-footer .footer-links a {
    color: #FFF;
}

.t-footer .footer-links a:hover {
    color: #dbdbdb;
}

.t-footer-bottom {
    background-color: #343434;
}

.t-footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 34px;
    padding-bottom: 57px;
    color: #000 !important;
}

@media (max-width: 1199.98px) {
    .t-footer-wrapper {
        padding-top:28px;
        padding-bottom: 40px;
    }
}

@media (max-width: 999.98px) {
    .t-footer-wrapper {
        justify-content:center;
        flex-wrap: wrap-reverse;
        padding-top: 38px;
        padding-bottom: 41px;
    }
}

@media (max-width: 759.98px) {
    .t-footer-wrapper {
        padding-top:38px;
        padding-bottom: 53px;
    }
}

.t-footer-bottom .t-footer-wrapper > .block {
    margin-right: 40px;
}

@media (max-width: 999.98px) {
    .t-footer-bottom .t-footer-wrapper > .block {
        width:100%;
        margin: 0;
        text-align: center;
    }
}

.t-footer .footer-left {
    color: #FFF;
}

.t-footer .footer-title {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.33;
    font-weight: 900;
}

@media (max-width: 1199.98px) {
    .t-footer .footer-title {
        margin-bottom:12px;
    }
}

@media (max-width: 999.98px) {
    .t-footer .footer-title {
        margin-bottom:15px;
    }
}

.t-footer .addthis_inline_follow_toolbox {
    font-size: 0;
}

.t-footer .addthis-animated {
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .t-footer .addthis-animated {
        margin-bottom:20px;
    }
}

@media (max-width: 999.98px) {
    .t-footer .addthis-animated {
        margin-bottom:30px;
    }
}

.t-footer .addthis-animated > p {
    display: none;
}

.t-footer .addthis_default_style {
    font-size: 0;
}

@media (max-width: 999.98px) {
    .t-footer .addthis_default_style {
        display:flex;
        justify-content: center;
    }
}

.t-footer .addthis_default_style p {
    display: none;
}

.t-footer .at-follow-tbx-element .at300b {
    margin: 0 28px 0 0;
}

.t-footer .at-follow-tbx-element .at300b:nth-last-of-type(1) {
    margin-right: 0;
}

@media (max-width: 1199.98px) {
    .t-footer .at-follow-tbx-element .at300b {
        margin-right:14px;
    }
}

@media (max-width: 999.98px) {
    .t-footer .at-follow-tbx-element .at300b {
        margin-right:28px;
    }
}

.t-footer .at-follow-tbx-element:last-child {
    margin-right: 0;
}

.t-footer .at-icon-wrapper {
    border-radius: 3px !important;
}

.t-footer .footer-links {
    margin-bottom: 9px;
}

@media (max-width: 759.98px) {
    .t-footer .footer-links {
        margin-bottom:4px;
    }
}

.t-footer .footer-links a {
    font-size: 13px;
    line-height: 1.54;
    text-decoration: none;
}

.t-footer .footer-links a::after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    margin-right: 7px;
    width: 4px;
    height: 4px;
    background: #FFF;
    border-radius: 50%;
    vertical-align: middle;
}

@media (max-width: 759.98px) {
    .t-footer .footer-links span {
        display:block;
        margin-bottom: 4px;
    }

    .t-footer .footer-links span a:last-child::after {
        display: none;
    }
}

.t-footer .footer-links > a:last-child::after {
    display: none;
}

.t-footer .footer-copyright {
    font-size: 13px;
    line-height: 1.54;
}

@media (max-width: 759.98px) {
    .t-footer .footer-copyright {
        font-size:12px;
        line-height: 1.67;
    }
}

.footer-logo {
    width: 152px;
    height: auto;
    margin-bottom: 10px;
    transition: opacity .2s;
}

@media (max-width: 1199.98px) {
    .footer-logo {
        width:116px;
        margin-bottom: 9px;
    }
}

@media (max-width: 999.98px) {
    .footer-logo {
        width:114px;
        margin-bottom: 43px;
    }
}

@media (max-width: 759.98px) {
    .footer-logo {
        width:109px;
    }
}

.footer-logo:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.footer-logo a {
    display: block;
}

.t-header-nav-wrapper {
    margin-top: 18px;
    padding: 0;
    background-color: #bf165e;
}

@media (max-width: 999.98px) {
    .t-header-nav-wrapper {
        display:none;
    }
}

.t-primary-menu {
    display: flex;
    align-items: center;
}

.no-touch .t-primary-menu .t-menu-level-0 > li:hover > .t-nav-link {
    background-color: #6b203e;
}

.no-touch .t-primary-menu .t-menu-level-0 > li:hover > .t-dropdown-menu {
    display: block;
}

.t-primary-menu .t-menu-level-0 > li > .t-nav-link.show {
    background-color: #6b203e;
}

.t-primary-menu .t-menu-level-0 > li > .t-nav-link.show + .t-dropdown-menu {
    display: block;
}

.t-primary-menu .t-menu-level-0 > li > .t-nav-link {
    position: relative;
    display: block;
    color: #FFF;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
}

@media (max-width: 1199.98px) {
    .t-primary-menu .t-menu-level-0 > li > .t-nav-link {
        font-size:13px;
        line-height: 33px;
    }
}

.t-primary-menu .t-menu-level-0 > li > .t-nav-link.t-active {
    background-color: #6b203e;
}

.t-primary-menu .t-menu-level-0 > li > .t-nav-link.t-dropdown-toggle span {
    position: relative;
    display: block;
    padding-right: 12px;
}

.t-primary-menu .t-menu-level-0 > li > .t-nav-link.t-dropdown-toggle span::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateY(-60%);
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
}

.t-primary-menu .t-dropdown-menu {
    position: absolute;
    display: none;
    width: 264px;
    padding: 0;
    margin: 0;
    top: 100%;
    left: 0;
    z-index: 61;
    font-size: 16px;
    border: none;
    border-radius: 0;
    background: #6b203e;
}

@media (max-width: 1199.98px) {
    .t-primary-menu .t-dropdown-menu {
        width:215px;
    }
}

.t-primary-menu .t-dropdown-menu .t-dropdown-item {
    padding: 0;
    white-space: normal;
}

.no-touch .t-primary-menu .t-dropdown-menu .t-dropdown-item:hover,.t-primary-menu .t-dropdown-menu .t-dropdown-item:focus {
    background-color: #5c1230;
}

.t-primary-menu .t-dropdown-menu .t-dropdown-item > .t-nav-link.show {
    background-color: #5c1230;
}

.t-primary-menu .t-dropdown-menu a,.t-primary-menu .t-dropdown-menu .t-dropdown-toggle,.t-primary-menu .t-dropdown-menu .t-dropdown-item > span {
    display: block;
    padding: 15px 15px 15px 20px;
    font-size: 14px;
    line-height: 1.29;
    color: #FFF;
}

@media (max-width: 1199.98px) {
    .t-primary-menu .t-dropdown-menu a,.t-primary-menu .t-dropdown-menu .t-dropdown-toggle,.t-primary-menu .t-dropdown-menu .t-dropdown-item > span {
        padding:15px 12px 15px 16px;
        font-size: 13px;
        line-height: 1.38;
    }
}

.t-primary-menu .t-dropdown-menu a.menu-external-link::after,.t-primary-menu .t-dropdown-menu .t-dropdown-toggle.menu-external-link::after,.t-primary-menu .t-dropdown-menu .t-dropdown-item > span.menu-external-link::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFF;
    margin-left: 10px;
    font-size: 13.5px;
    line-height: 1.33;
    letter-spacing: 1px;
}

@media (max-width: 1199.98px) {
    .t-primary-menu .t-dropdown-menu a.menu-external-link::after,.t-primary-menu .t-dropdown-menu .t-dropdown-toggle.menu-external-link::after,.t-primary-menu .t-dropdown-menu .t-dropdown-item > span.menu-external-link::after {
        font-size:11.5px;
    }
}

.t-primary-menu .t-dropdown-menu a.t-dropdown-toggle,.t-primary-menu .t-dropdown-menu .t-dropdown-toggle.t-dropdown-toggle,.t-primary-menu .t-dropdown-menu .t-dropdown-item > span.t-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t-primary-menu .t-dropdown-menu a.t-dropdown-toggle::after,.t-primary-menu .t-dropdown-menu .t-dropdown-toggle.t-dropdown-toggle::after,.t-primary-menu .t-dropdown-menu .t-dropdown-item > span.t-dropdown-toggle::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFF;
    margin-left: 4px;
    font-size: 13.5px;
    line-height: 1.33;
    letter-spacing: 1px;
    border: none;
    width: auto;
    height: auto;
}

.t-primary-menu .t-dropdown-menu .t-dropdown {
    position: relative;
}

.no-touch .t-primary-menu .t-dropdown-menu .t-dropdown:hover .t-dropdown-menu {
    display: block;
}

.t-primary-menu .t-dropdown-menu .t-dropdown > .t-nav-link.show + .t-dropdown-menu {
    display: block;
}

.t-primary-menu .t-dropdown-menu .t-dropdown .t-dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
    width: 259px;
}

@media (max-width: 1199.98px) {
    .t-primary-menu .t-dropdown-menu .t-dropdown .t-dropdown-menu {
        width:185px;
    }
}

.t-primary-menu .t-dropdown-toggle::after {
    margin-left: 5px;
}

.t-primary-menu .t-navbar-nav {
    display: flex;
    justify-content: space-between;
}

.t-primary-menu .t-navbar-nav > li {
    position: relative;
    margin-left: 1px;
}

.t-primary-menu .t-navbar-nav::after {
    display: none;
}

.t-backhome-icon {
    position: relative;
    display: block;
    text-align: center;
    width: 53px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
}

.t-backhome-icon::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFF;
    font-size: 18.5px;
}

@media (max-width: 1199.98px) {
    .t-backhome-icon::after {
        font-size:16.5px;
    }
}

.no-touch .t-backhome-icon:hover {
    background-color: #6b203e;
}

@media (max-width: 1199.98px) {
    .t-backhome-icon {
        width:50px;
        height: 33px;
        line-height: 33px;
    }
}

.home .t-backhome-icon {
    background-color: #6b203e;
}

.cityu-template-department-websites .t-header-nav-wrapper,.cityu-template-department-service .t-header-nav-wrapper {
    position: relative;
    background-color: #FFF;
}

.cityu-template-department-websites .t-header-nav-wrapper::before,.cityu-template-department-service .t-header-nav-wrapper::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #bf165e;
}

.cityu-template-department-websites .t-backhome-icon,.cityu-template-department-service .t-backhome-icon {
    position: relative;
    height: 40px;
    line-height: 38px;
}

@media (max-width: 1199.98px) {
    .cityu-template-department-websites .t-backhome-icon,.cityu-template-department-service .t-backhome-icon {
        height:33px;
        line-height: 30px;
    }
}

.cityu-template-department-websites .t-backhome-icon::after,.cityu-template-department-service .t-backhome-icon::after {
    color: #bf165e;
}

.no-touch .cityu-template-department-websites .t-backhome-icon:hover,.no-touch .cityu-template-department-service .t-backhome-icon:hover {
    background-color: transparent;
}

.no-touch .cityu-template-department-websites .t-backhome-icon:hover::before,.no-touch .cityu-template-department-service .t-backhome-icon:hover::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #6b203e;
}

.no-touch .cityu-template-department-websites .t-backhome-icon:hover::after,.no-touch .cityu-template-department-service .t-backhome-icon:hover::after {
    color: #6b203e;
}

.cityu-template-department-websites .t-primary-menu,.cityu-template-department-service .t-primary-menu {
    position: relative;
    z-index: 61;
}

.cityu-template-department-websites .t-primary-menu .t-menu-level-0 > li > .t-nav-link,.cityu-template-department-service .t-primary-menu .t-menu-level-0 > li > .t-nav-link {
    color: #bf165e;
    line-height: 40px;
}

@media (max-width: 1199.98px) {
    .cityu-template-department-websites .t-primary-menu .t-menu-level-0 > li > .t-nav-link,.cityu-template-department-service .t-primary-menu .t-menu-level-0 > li > .t-nav-link {
        line-height:33px;
    }
}

.cityu-template-department-websites .t-primary-menu .t-menu-level-0 > li > .t-nav-link.t-active,.cityu-template-department-service .t-primary-menu .t-menu-level-0 > li > .t-nav-link.t-active {
    color: #6b203e;
    background-color: transparent;
}

.cityu-template-department-websites .t-primary-menu .t-menu-level-0 > li > .t-nav-link.t-active::before,.cityu-template-department-service .t-primary-menu .t-menu-level-0 > li > .t-nav-link.t-active::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #6b203e;
}

.cityu-template-department-websites .t-primary-menu .t-menu-level-0 > li > .t-nav-link.show,.cityu-template-department-service .t-primary-menu .t-menu-level-0 > li > .t-nav-link.show {
    color: #6b203e;
    background-color: transparent;
}

.cityu-template-department-websites .t-primary-menu .t-menu-level-0 > li > .t-nav-link.show::before,.cityu-template-department-service .t-primary-menu .t-menu-level-0 > li > .t-nav-link.show::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #6b203e;
}

.no-touch .cityu-template-department-websites .t-primary-menu .t-menu-level-0 > li:hover > .t-nav-link,.no-touch .cityu-template-department-service .t-primary-menu .t-menu-level-0 > li:hover > .t-nav-link {
    color: #6b203e;
    background-color: transparent;
}

.no-touch .cityu-template-department-websites .t-primary-menu .t-menu-level-0 > li:hover::before,.no-touch .cityu-template-department-service .t-primary-menu .t-menu-level-0 > li:hover::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #6b203e;
}

.cityu-template-department-websites .t-primary-menu .nav-item,.cityu-template-department-service .t-primary-menu .nav-item {
    position: relative;
}

.home .cityu-template-department-websites .t-backhome-icon,.home .cityu-template-department-service .t-backhome-icon {
    background-color: transparent;
}

.home .cityu-template-department-websites .t-backhome-icon::before,.home .cityu-template-department-service .t-backhome-icon::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #6b203e;
}

.home .cityu-template-department-websites .t-backhome-icon::after,.home .cityu-template-department-service .t-backhome-icon::after {
    color: #6b203e;
}

.section-breadcrumb .breadcrumb {
    display: block;
    margin-bottom: 0;
    padding: 20px 0;
    background-color: transparent;
    border-radius: 0;
}

@media (min-width: 760px) {
    .section-breadcrumb .breadcrumb {
        padding:30px 0;
    }
}

@media (min-width: 1000px) {
    .section-breadcrumb .breadcrumb {
        padding:40px 0 40px;
    }
}

@media (min-width: 1200px) {
    .section-breadcrumb .breadcrumb {
        padding:50px 0 50px;
    }
}

.section-breadcrumb .breadcrumb a {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #838990;
}

.no-touch .section-breadcrumb .breadcrumb a:hover,.no-touch .section-breadcrumb .breadcrumb a:focus {
    color: #2E2E2E;
}

.section-breadcrumb .breadcrumb .active {
    padding-left: 0;
    color: #2E2E2E;
    cursor: auto;
}

.section-breadcrumb .breadcrumb-position {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.section-breadcrumb .breadcrumb-position::before {
    content: "";
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: #838990;
    position: absolute;
    padding: 0 10px 0 22px;
    z-index: 1;
    left: 0;
    top: 0;
    display: none;
    color: rgba(131,137,144,0.7);
    font-size: 22px;
    line-height: 22px;
    background: linear-gradient(270deg,rgba(255,255,255,0.8) 0%,#FEFEFE 50%,#FCFCFC 100%);
}

.no-touch .section-breadcrumb .breadcrumb-position::before:hover::after,.no-touch .section-breadcrumb .breadcrumb-position::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .section-breadcrumb .breadcrumb-position::before:hover::before,.no-touch .section-breadcrumb .breadcrumb-position::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

@media (min-width: 1000px) {
    .section-breadcrumb .breadcrumb-position::before {
        display:none !important;
    }
}

.section-breadcrumb .breadcrumb-position::after {
    content: "";
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: #838990;
    position: absolute;
    padding: 0 0 0 10px;
    z-index: 1;
    right: 0;
    top: 0;
    display: none;
    color: rgba(131,137,144,0.7);
    font-size: 22px;
    line-height: 22px;
    background: linear-gradient(90deg,rgba(255,255,255,0.8) 0%,#FEFEFE 80%,#FCFCFC 100%);
}

.no-touch .section-breadcrumb .breadcrumb-position::after:hover::after,.no-touch .section-breadcrumb .breadcrumb-position::after:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .section-breadcrumb .breadcrumb-position::after:hover::before,.no-touch .section-breadcrumb .breadcrumb-position::after:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

@media (min-width: 1000px) {
    .section-breadcrumb .breadcrumb-position::after {
        display:none !important;
    }
}

.section-breadcrumb .breadcrumb-home {
    position: relative;
    z-index: 1;
    line-height: 20px;
}

.section-breadcrumb .breadcrumb-home a::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: #838990;
    padding: 0;
}

.no-touch .section-breadcrumb .breadcrumb-home a::before:hover::after,.no-touch .section-breadcrumb .breadcrumb-home a::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .section-breadcrumb .breadcrumb-home a::before:hover::before,.no-touch .section-breadcrumb .breadcrumb-home a::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.section-breadcrumb .breadcrumb-first {
    display: none;
}

.section-breadcrumb .chevron-left-show::before {
    display: block;
}

.section-breadcrumb .chevron-right-show::after {
    display: block;
}

.section-breadcrumb .breadcrumb-others {
    line-height: 20px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}

@media (min-width: 1000px) {
    .section-breadcrumb .breadcrumb-others {
        white-space:normal;
    }
}

.section-breadcrumb .breadcrumb-others span::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: #838990;
    padding: 0 6px;
    opacity: 0.5;
    font-size: 80%;
}

.no-touch .section-breadcrumb .breadcrumb-others span::before:hover::after,.no-touch .section-breadcrumb .breadcrumb-others span::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .section-breadcrumb .breadcrumb-others span::before:hover::before,.no-touch .section-breadcrumb .breadcrumb-others span::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .breadcrumb-others::-webkit-scrollbar {
    height: 4px;
}

.no-touch .breadcrumb-others::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #DFDFDF;
}

.no-touch .breadcrumb-others::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #8D8D8D;
}

.no-touch .breadcrumb-others::-webkit-scrollbar-button:start {
    background: transparent;
}

.no-touch .breadcrumb-others::-webkit-scrollbar-button:end {
    background: transparent;
}

@media (min-width: 1000px) {
    .has-headline-carousel-d .section-breadcrumb .breadcrumb {
        padding:153px 0 20px;
        border: none;
        margin-top: -170px;
        margin-bottom: 0;
    }
}

@media (min-width: 1000px) {
    .has-headline-carousel-d.has-headline-carousel-sm .section-breadcrumb .breadcrumb {
        padding:153px 0 20px;
        border: none;
        margin-top: -150px;
        margin-bottom: 0;
    }
}

@media (max-width: 999.98px) {
    .region-sidebar .navigation {
        display:none;
    }
}

.region-sidebar .navbar-nav > .nav-item {
    border-bottom: 1px solid #dddddd;
}

.region-sidebar .navbar-nav > .nav-item > .nav-link {
    display: block;
    padding: 0;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #1d1d1b;
    background-color: #f6f6f6;
    padding: 20px 30px;
}

@media (max-width: 1199.98px) {
    .region-sidebar .navbar-nav > .nav-item > .nav-link {
        padding:20px 20px;
    }
}

.region-sidebar .navbar-nav > .nav-item > .nav-link[target=_blank] > span::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    margin-left: 6px;
    font-size: 13.5px;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #1d1d1b;
}

.region-sidebar .navbar-nav > .nav-item:last-child {
    border-bottom: none;
}

.region-sidebar .navbar-nav > .nav-item.t-active > a,.region-sidebar .navbar-nav > .nav-item.t-active > span {
    color: #bf165e;
    border-bottom: 3px solid #bf165e;
}

.region-sidebar .navbar-nav > .nav-item.t-active > a::before,.region-sidebar .navbar-nav > .nav-item.t-active > span::before {
    color: #bf165e;
}

.region-sidebar .navbar-nav > .nav-item:hover > a {
    color: #bf165e;
}

.region-sidebar .navbar-nav > .nav-item:hover > a::before {
    color: #bf165e;
}

.region-sidebar .navbar-nav > .nav-item:hover > a[target=_blank] span::after {
    color: #bf165e;
}

.region-sidebar .navbar-nav > .nav-item .dropdown-menu {
    position: static !important;
    transform: none !important;
    z-index: 0;
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
}

.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li {
    padding: 0;
}

.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li:active,.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li:focus {
    background-color: transparent;
}

.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li > a,.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li > span {
    display: block;
    padding: 10px 30px;
    font-size: 13.5px;
    line-height: 1.33;
    color: #626262;
}

@media (max-width: 1199.98px) {
    .region-sidebar .navbar-nav > .nav-item .dropdown-menu > li > a,.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li > span {
        padding:10px 20px;
    }
}

.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li > a:hover,.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li > span:hover {
    background-color: #dddddd;
}

.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li > a.t-active,.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li > a.is-active,.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li > span.t-active,.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li > span.is-active {
    color: #bf165e;
    font-weight: bold;
}

.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li > a.t-active.dropdown-toggle,.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li > span.t-active.dropdown-toggle {
    color: #626262;
}

.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li > a span::after,.region-sidebar .navbar-nav > .nav-item .dropdown-menu > li > span span::after {
    font-size: 12.5px;
}

.region-sidebar .navbar-nav a.menu-external-link span::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #626262;
    margin-left: 10px;
    font-size: 13.5px;
    line-height: 1.33;
    letter-spacing: 1px;
}

.region-sidebar .navbar-nav a.menu-external-link.t-active span::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf165e;
}

.region-sidebar .dropdown-toggle {
    position: relative;
}

.region-sidebar .dropdown-toggle::after {
    display: none;
}

.region-sidebar .dropdown-toggle::before {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    font-size: 13.5px;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #626262;
}

.region-sidebar .dropdown-toggle[aria-expanded="true"]::before {
    content: "\f106";
}

.region-sidebar .t-menu-level-2 a {
    padding-left: 53px !important;
    padding-right: 7px !important;
}

@media (max-width: 999.98px) {
    .region-sidebar .t-menu-level-2 a {
        padding-left:43px !important;
    }
}

.t-sidebar-collapse {
    display: none;
}

@media (max-width: 999.98px) {
    .is-sidebar .t-sidebar-mobile {
        display:block;
    }
}

.t-sidebar-mobile {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    transform: translateY(100%);
}

@media (max-width: 999.98px) {
    .t-sidebar-mobile .dropdown-menu {
        position:static !important;
        transform: none !important;
    }
}

.t-sidebar-mobile .t-sidebar-collapse {
    display: block;
}

.t-sidebar-mobile .t-sidebar-collapse {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0;
    color: #FFFFFF;
    background-color: #bf165e;
}

.no-touch .t-sidebar-mobile .t-sidebar-collapse:hover,.t-sidebar-mobile .t-sidebar-collapse:active {
    color: #FFFFFF;
}

.t-sidebar-mobile .t-sidebar-collapse p {
    position: relative;
    margin: 0 auto;
    max-width: 568px;
    padding: 0 40px 0 20px;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: 900;
    max-height: 32px;
    overflow: hidden;
}

@media (min-width: 760px) and (max-width:999.98px) {
    .t-sidebar-mobile .t-sidebar-collapse p {
        max-width:720px;
        padding: 0 28px 0 8px;
    }
}

.t-sidebar-mobile .t-sidebar-collapse p::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.t-sidebar-mobile .t-sidebar-collapse p::after {
    right: 20px;
    font-weight: 300;
    font-size: 13px;
}

@media (min-width: 760px) and (max-width:999.98px) {
    .t-sidebar-mobile .t-sidebar-collapse p::after {
        right:8px;
    }
}

.t-sidebar-mobile .t-sidebar-collapse .nav-sidebar-normal {
    display: none;
}

.t-sidebar-mobile .t-sidebar-collapse span {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background-color: #FFFFFF;
    opacity: 0.1;
    box-shadow: 0 1px 0 0 #6b203e;
}

.no-touch .t-sidebar-mobile .t-sidebar-collapse:hover span,.t-sidebar-mobile .t-sidebar-collapse:active span {
    display: block;
}

.t-sidebar-mobile .t-sidebar-collapse + .navbar-nav {
    display: block;
    background-color: #98114B;
}

.no-touch .t-sidebar-mobile .t-sidebar-collapse + .navbar-nav > li > a:hover {
    background-color: #790D3C;
}

.t-sidebar-mobile .t-sidebar-collapse + .navbar-nav > li > ul {
    background-color: #810E3F;
}

.t-sidebar-mobile .t-sidebar-collapse.collapsed p::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.t-sidebar-mobile .t-sidebar-collapse.collapsed p::after {
    font-weight: 300;
    right: 20px;
}

@media (min-width: 760px) and (max-width:999.98px) {
    .t-sidebar-mobile .t-sidebar-collapse.collapsed p::after {
        right:8px;
    }
}

.t-sidebar-mobile .t-sidebar-collapse.collapsed .nav-sidebar-normal {
    display: block;
}

.t-sidebar-mobile .t-sidebar-collapse.collapsed .sidebar-close {
    display: none;
}

.t-sidebar-mobile .t-sidebar-collapse.collapsed + .t-navbar-nav {
    display: none;
}

.t-sidebar-mobile .navbar-nav .t-menu-level-1 > li span {
    padding-left: 28px !important;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .navbar-nav .t-menu-level-1 > li span {
        padding-left:40px !important;
    }
}

.t-sidebar-mobile .navbar-nav .t-menu-level-1 > li .is-active > span {
    padding-left: 44px !important;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .navbar-nav .t-menu-level-1 > li .is-active > span {
        padding-left:56px !important;
    }
}

.t-sidebar-mobile .navbar-nav .t-menu-level-1 > li .is-active > span::before {
    left: 28px !important;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .navbar-nav .t-menu-level-1 > li .is-active > span::before {
        left:40px !important;
    }
}

.t-sidebar-mobile .navbar-nav .t-menu-level-2 {
    background-color: #6d0b35 !important;
}

.t-sidebar-mobile .navbar-nav .t-menu-level-2 > li span {
    padding-left: 61px !important;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .navbar-nav .t-menu-level-2 > li span {
        padding-left:73px !important;
    }
}

.t-sidebar-mobile .navbar-nav .t-menu-level-2 > li .is-active > span {
    padding-left: 77px !important;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .navbar-nav .t-menu-level-2 > li .is-active > span {
        padding-left:89px !important;
    }
}

.t-sidebar-mobile .navbar-nav .t-menu-level-2 > li .is-active > span::before {
    left: 61px !important;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .navbar-nav .t-menu-level-2 > li .is-active > span::before {
        left:73px !important;
    }
}

.t-sidebar-mobile .navbar-nav .t-menu-level-2 > li > a:hover {
    background-color: #61092e !important;
}

.t-sidebar-mobile .navbar-nav .is-active:not(.dropdown-toggle) {
    color: #bf165e;
}

.body-noscroll {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.t-back-to-top {
    display: none;
    position: fixed;
    z-index: 50;
    right: 10px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    opacity: 0.75;
    background-color: #717171;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.4s;
}

.t-back-to-top::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFF;
    font-size: 27px;
}

.t-back-to-top:hover {
    opacity: 0.9;
}

.cityu-cookie-info {
    position: fixed;
    z-index: 1035;
    width: 100%;
    bottom: 0;
    padding: 2.5rem 0;
    background-color: #f8f9fa;
    box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.05),0 -2px 8px 0 rgba(0,0,0,0.1);
}

.cityu-cookie-info .fa-info-circle {
    font-size: 3rem;
    float: left;
}

.cityu-cookie-info p {
    margin: 0 100px 0 48px;
    padding-left: 1rem;
}

.cityu-cookie-info button {
    padding: 0.7rem 2rem;
    float: right;
}

#headline-carousel + .announcement-content p,#headline-carousel + .announcement-content header,#headline-carousel + .announcement-content .field--name-field-cityu-posting-date {
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px;
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 1199.98px) {
    #headline-carousel + .announcement-content p,#headline-carousel + .announcement-content header,#headline-carousel + .announcement-content .field--name-field-cityu-posting-date {
        max-width:960px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 999.98px) {
    #headline-carousel + .announcement-content p,#headline-carousel + .announcement-content header,#headline-carousel + .announcement-content .field--name-field-cityu-posting-date {
        max-width:720px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 759.98px) {
    #headline-carousel + .announcement-content p,#headline-carousel + .announcement-content header,#headline-carousel + .announcement-content .field--name-field-cityu-posting-date {
        max-width:568px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.announcement-carousel .announcement-content .date {
    margin-right: 16px;
    font-size: 13.5px;
    font-weight: bold;
    line-height: 18px;
    color: #1d1d1b;
}

.announcement-carousel .announcement-content .tags {
    font-size: 13.5px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #717171;
    font-weight: bold;
}

.announcement-carousel {
    position: relative;
}

@media (max-width: 999.98px) {
    .announcement-carousel > .content {
        display:flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

.announcement-carousel .paragraph--type--cityu-carousel {
    position: relative;
    height: 460px;
    min-height: 0;
}

@media (max-width: 1199.98px) {
    .announcement-carousel .paragraph--type--cityu-carousel {
        height:375px;
    }
}

@media (max-width: 999.98px) {
    .announcement-carousel .paragraph--type--cityu-carousel {
        height:475px;
    }
}

@media (max-width: 999.98px) {
    .announcement-carousel .paragraph--type--cityu-carousel {
        height:468px;
    }
}

.announcement-carousel .paragraph--type--cityu-carousel::after {
    display: none;
}

.announcement-carousel .paragraph--type--cityu-carousel > .container {
    position: relative;
    height: 100%;
}

.announcement-carousel .paragraph--type--cityu-carousel > .container > .row {
    height: 100%;
}

.announcement-carousel .carousel-inner .field--name-field-cityu-banner img {
    height: 100%;
    display: none\0;
}

.announcement-carousel .carousel-inner .field--name-field-cityu-banner > a,.announcement-carousel .carousel-inner .field--name-field-cityu-banner > span {
    display: block;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.announcement-carousel .carousel-control {
    z-index: 60;
}

.announcement-carousel .announcement-content {
    position: relative;
    z-index: 59;
    max-height: 422px;
    padding: 72px 30px 42px;
    background-color: #FFF;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.2);
}

.announcement-carousel .announcement-content::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: linear-gradient(105deg,#6b203e,#bf165e);
}

@media (max-width: 1199.98px) {
    .announcement-carousel .announcement-content {
        padding:55px 20px 23px;
        max-height: 367px;
    }
}

@media (max-width: 999.98px) {
    .announcement-carousel .announcement-content {
        margin-top:-29px;
        padding: 72px 30px 41px;
        max-height: 430px;
        height: auto;
    }
}

@media (max-width: 759.98px) {
    .announcement-carousel .announcement-content {
        margin-top:-36px;
        padding: 72px 18px 40px;
    }
}

.announcement-carousel .announcement-content .symbol-dbl {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 5px;
}

@media (max-width: 1199.98px) {
    .announcement-carousel .announcement-content .symbol-dbl {
        top:5px;
    }
}

@media (max-width: 999.98px) {
    .announcement-carousel .announcement-content .symbol-dbl {
        top:7px;
    }
}

.announcement-carousel .announcement-content .symbol-dbl-opp {
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 0;
    transform: scaleX(-1) scaleY(-1);
}

.announcement-carousel .announcement-content .textimonials-symbol {
    display: inline-block;
    margin-right: 5px;
    filter: alpha(opacity=10);
    opacity: 0.1;
}

.announcement-carousel .announcement-content .textimonials-symbol::before {
    content: '';
    display: block;
    width: 4px;
    height: 25px;
    background-color: #bf165e;
    transform: rotate(50deg);
    transform-origin: 50% 100%;
}

.announcement-carousel .announcement-content .textimonials-symbol::after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-color: #bf165e;
    border-radius: 50%;
}

@media (max-width: 999.98px) {
    .announcement-carousel .announcement-content .textimonials-symbol::before {
        height:31px;
    }

    .announcement-carousel .announcement-content .textimonials-symbol::after {
        width: 29px;
        height: 29px;
    }
}

.announcement-carousel .announcement-content .anno-date-tags {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.announcement-carousel .announcement-content .node__title {
    margin-top: 13px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.3em;
    max-height: 143px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .announcement-carousel .announcement-content .node__title {
        margin-top:11px;
    }
}

@media (max-width: 999.98px) {
    .announcement-carousel .announcement-content .node__title {
        margin-top:13px;
    }
}

.announcement-carousel .announcement-content .node__title a {
    display: block;
    color: #bf165e;
}

.no-touch .announcement-carousel .announcement-content .node__title a:hover,.announcement-carousel .announcement-content .node__title a:active {
    color: #6b203e;
}

.announcement-carousel .announcement-content .node__title a[target=_blank] .field--name-title::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf165e;
    margin-left: 6px;
    font-size: 13.5px;
    line-height: 1.3;
    letter-spacing: 1px;
    vertical-align: middle;
}

.announcement-carousel .announcement-content .node__title a[target=_blank] .field--name-title:hover:after {
    color: #6b203e;
}

.announcement-carousel .announcement-content .node__title a[target=_blank] .field--name-title[data-title]::after {
    display: none;
}

.announcement-carousel .announcement-content .node__title .field--name-title {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-weight: 900;
}

.announcement-carousel .announcement-content .node__content {
    margin-top: 10px;
    max-height: 78px;
    overflow: hidden;
}

.announcement-carousel .announcement-content .field--name-body {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.6em;
    color: #44403f;
}

.announcement-carousel .carousel-des {
    top: -50%;
    transform: translateY(-50%);
    bottom: auto;
    z-index: 56;
}

@media (max-width: 999.98px) {
    .announcement-carousel .carousel-des {
        top:-55%;
    }
}

.announcement-carousel .carousel-des h2 {
    margin-bottom: 0;
    max-height: 140.4px;
    font-size: 36px;
    line-height: 1.3em;
    letter-spacing: -0.27px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

@media (max-width: 759.98px) {
    .announcement-carousel .carousel-des h2 {
        font-size:28px;
        max-height: 109.2px;
        letter-spacing: -0.21px;
    }
}

.announcement-carousel .carousel-des .field--name-field-cityu-description {
    display: block;
    max-height: 140px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .announcement-carousel .carousel-des .field--name-field-cityu-description {
        max-height:132px;
    }
}

@media (max-width: 999.98px) {
    .announcement-carousel .carousel-des .field--name-field-cityu-description {
        max-height:140px;
    }
}

@media (max-width: 759.98px) {
    .announcement-carousel .carousel-des .field--name-field-cityu-description {
        max-height:88.8px;
    }
}

.announcement-carousel .carousel-des .field--name-field-cityu-description p {
    max-height: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.6em;
    font-weight: normal;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

@media (max-width: 1199.98px) {
    .announcement-carousel .carousel-des .field--name-field-cityu-description p {
        margin-top:12px;
    }
}

@media (max-width: 999.98px) {
    .announcement-carousel .carousel-des .field--name-field-cityu-description p {
        margin-top:20px;
    }
}

@media (max-width: 759.98px) {
    .announcement-carousel .carousel-des .field--name-field-cityu-description p {
        margin-top:12px;
        font-size: 16px;
    }
}

.announcement-carousel .carousel-des .field--name-field-cityu-link {
    margin-top: 20px;
    line-height: 36px;
}

@media (max-width: 1199.98px) {
    .announcement-carousel .carousel-des .field--name-field-cityu-link {
        margin-top:12px;
    }
}

@media (max-width: 759.98px) {
    .announcement-carousel .carousel-des .field--name-field-cityu-link {
        margin-bottom:20px;
    }
}

.announcement-carousel .field--name-field-cityu-anno-carousel {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
}

@media (max-width: 999.98px) {
    .announcement-carousel .field--name-field-cityu-anno-carousel {
        position:relative;
        display: block;
    }
}

.announcement-carousel .announcement-carousel-wrapper {
    margin-bottom: 0;
}

.announcement-carousel .carousel-indicators {
    width: auto;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-bottom: 0;
    bottom: 23px;
    justify-content: center;
}

@media (max-width: 999.98px) {
    .announcement-carousel .carousel-indicators {
        bottom:49px;
    }
}

@media (max-width: 999.98px) {
    .announcement-carousel .carousel-indicators {
        bottom:55px;
    }
}

@media (max-width: 759.98px) {
    .announcement-carousel .carousel-indicators li {
        width:16px;
        height: 16px;
    }

    .announcement-carousel .carousel-indicators li.active .progress-all {
        width: 16px;
        height: 16px;
    }
}

.announcement-carousel .carousel-indicators li:last-child {
    margin-right: 0;
}

@media (min-width: 760px) {
    #headline-carousel + .announcement-content {
        display:none;
    }
}

.home .announcement-carousel {
    margin-bottom: 10px;
}

.carousel-des .field--name-field-cityu-link a {
    text-transform: none !important;
}

.t-fl-wrapper h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -0.2px;
    text-align: center;
    color: #44403f;
}

@media (max-width: 999.98px) {
    .t-fl-wrapper h2 {
        font-size:30px;
        line-height: 1.6;
        letter-spacing: -0.17px;
    }
}

@media (max-width: 759.98px) {
    .t-fl-wrapper h2 {
        font-size:24px;
        line-height: 1.46;
        letter-spacing: -0.13px;
    }
}

.t-feature-links {
    padding-top: 80px;
    padding-bottom: 80px;
}

.t-fl-wrapper h2 {
    margin-bottom: 80px;
}

@media (max-width: 1199.98px) {
    .t-fl-wrapper h2 {
        margin-bottom:40px;
    }
}

.t-fl-wrapper .paragraph--type--cityu-feature-link {
    height: 100%;
}

.t-fl-wrapper .paragraph--type--cityu-feature-link > a {
    display: block;
    height: 100%;
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.2);
    overflow: hidden;
}

@media (min-width: 760px) {
    .no-touch .t-fl-wrapper .paragraph--type--cityu-feature-link > a:hover {
        padding-left:24px;
        padding-right: 24px;
        text-align: left;
        background-image: linear-gradient(300deg,#6b203e,#9a1e54 28%,#bf165e 75%,#d06185);
    }

    .no-touch .t-fl-wrapper .paragraph--type--cityu-feature-link > a:hover .field--name-field-cityu-link {
        padding: 0;
        margin-top: 16px;
        margin-bottom: 12px;
        font-size: 16px;
        color: #ffffff;
        text-align: left;
    }
}

@media (min-width: 760px) and (min-width:1200px) {
    .no-touch .t-fl-wrapper .paragraph--type--cityu-feature-link > a:hover .field--name-field-cityu-link {
        margin-top:36px;
    }
}

@media (min-width: 760px) {
    .no-touch .t-fl-wrapper .paragraph--type--cityu-feature-link > a:hover .field--name-field-cityu-link span {
        display:none;
    }

    .no-touch .t-fl-wrapper .paragraph--type--cityu-feature-link > a:hover .field--name-field-cityu-description {
        display: block;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 759.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links {
        display:block;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item {
    margin-right: 22px;
    width: 264px;
    min-height: 160px;
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:last-child {
    margin-right: 0 !important;
}

@media (max-width: 1199.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item {
        width:216px;
        min-height: 133px;
    }
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item {
        margin-bottom:20px;
        width: 256px;
        min-height: 155px;
    }

    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:nth-child(even) {
        margin-right: 0 !important;
    }
}

@media (max-width: 759.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item {
        margin-right:auto !important;
        margin-left: auto !important;
        margin-bottom: 20px !important;
        width: 264px;
        min-height: auto;
    }

    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:nth-child(even) {
        margin-right: auto !important;
    }

    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:last-child {
        margin-bottom: 0 !important;
        margin-right: auto !important;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(5),.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(5) ~ .field__item {
    margin-right: 24px;
    margin-bottom: 45px;
}

@media (max-width: 1199.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(5),.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(5) ~ .field__item {
        margin-bottom:36px;
    }
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(5),.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(5) ~ .field__item {
        margin-bottom:20px;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(5) {
    margin-left: calc((100% - 264px * 3 - 24px * 2)/2);
}

@media (max-width: 1199.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(5) {
        margin-left:calc((100% - 216px * 3 - 24px * 2)/2);
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(5) + .field__item + .field__item {
    margin-right: calc((100% - 264px * 3 - 24px * 2)/2);
}

@media (max-width: 1199.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(5) + .field__item + .field__item {
        margin-right:calc((100% - 216px * 3 - 24px * 2)/2);
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(5) + .field__item + .field__item + .field__item {
    margin-bottom: 0;
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(5) + .field__item + .field__item + .field__item + .field__item {
    margin-bottom: 0;
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6),.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6) ~ .field__item {
    margin-right: 24px;
    margin-bottom: 45px;
}

@media (max-width: 1199.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6),.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6) ~ .field__item {
        margin-bottom:36px;
    }
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6),.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6) ~ .field__item {
        margin-bottom:20px;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6) {
    margin-left: calc((100% - 264px * 3 - 24px * 2)/2);
}

@media (max-width: 1199.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6) {
        margin-left:calc((100% - 216px * 3 - 24px * 2)/2);
    }
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6) {
        margin-left:0;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item {
    margin-right: calc((100% - 264px * 3 - 24px * 2)/2);
}

@media (max-width: 1199.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item {
        margin-right:calc((100% - 216px * 3 - 24px * 2)/2);
    }
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item {
        margin-right:22px;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item + .field__item {
    margin-bottom: 0;
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item + .field__item {
        margin-bottom:20px;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item + .field__item + .field__item {
    margin-bottom: 0;
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item + .field__item + .field__item + .field__item {
    margin-bottom: 0;
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7),.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) ~ .field__item {
    margin-right: 24px;
    margin-bottom: 45px;
}

@media (max-width: 1199.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7),.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) ~ .field__item {
        margin-bottom:36px;
    }
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7),.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) ~ .field__item {
        margin-bottom:20px;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) {
    margin-left: calc((100% - 264px * 3 - 24px * 2)/2);
}

@media (max-width: 1199.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) {
        margin-left:calc((100% - 216px * 3 - 24px * 2)/2);
    }
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) {
        margin-left:0;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) + .field__item + .field__item {
    margin-right: calc((100% - 264px * 3 - 24px * 2)/2);
}

@media (max-width: 1199.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) + .field__item + .field__item {
        margin-right:calc((100% - 216px * 3 - 24px * 2)/2);
    }
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) + .field__item + .field__item {
        margin-right:22px;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) + .field__item + .field__item + .field__item {
    margin-bottom: 0;
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) + .field__item + .field__item + .field__item {
        margin-bottom:20px;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) + .field__item + .field__item + .field__item + .field__item {
    margin-bottom: 0;
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) + .field__item + .field__item + .field__item + .field__item {
        margin-bottom:20px;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) + .field__item + .field__item + .field__item + .field__item + .field__item {
    margin-bottom: 0;
    margin-right: auto;
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) + .field__item + .field__item + .field__item + .field__item + .field__item {
        margin-bottom:20px;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) + .field__item + .field__item + .field__item + .field__item + .field__item + .field__item {
    margin-bottom: 0;
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(7) + .field__item + .field__item + .field__item + .field__item + .field__item + .field__item {
        margin-right:22px;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(8),.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(8) ~ .field__item {
    margin-bottom: 45px;
}

@media (max-width: 1199.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(8),.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(8) ~ .field__item {
        margin-bottom:36px;
    }
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(8),.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(8) ~ .field__item {
        margin-bottom:20px;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(8) + .field__item + .field__item + .field__item {
    margin-right: 0;
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(8) + .field__item + .field__item + .field__item + .field__item {
    margin-bottom: 0;
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(8) + .field__item + .field__item + .field__item + .field__item {
        margin-bottom:20px;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(8) + .field__item + .field__item + .field__item + .field__item + .field__item {
    margin-bottom: 0;
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(8) + .field__item + .field__item + .field__item + .field__item + .field__item {
        margin-bottom:20px;
    }
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(8) + .field__item + .field__item + .field__item + .field__item + .field__item + .field__item {
    margin-bottom: 0;
}

.t-fl-wrapper .field--name-field-cityu-feature-links > .field__item:first-of-type:nth-last-of-type(8) + .field__item + .field__item + .field__item + .field__item + .field__item + .field__item + .field__item {
    margin-bottom: 0;
}

.t-fl-wrapper .field--name-field-cityu-link {
    overflow: hidden;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    padding: 0 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #2e2e2e;
}

@media (max-width: 1199.98px) {
    .t-fl-wrapper .field--name-field-cityu-link {
        line-height:1.3;
    }
}

@media (max-width: 759.98px) {
    .t-fl-wrapper .field--name-field-cityu-link {
        margin-bottom:0;
    }
}

.t-fl-wrapper .field--name-field-cityu-link span {
    position: relative;
    display: block;
    margin: 26px auto 5px;
    width: 70px;
    height: 70px;
    background-color: rgba(191,22,94,0.1);
    border-radius: 50%;
}

@media (max-width: 1199.98px) {
    .t-fl-wrapper .field--name-field-cityu-link span {
        margin-top:22px;
        width: 58px;
        height: 58px;
    }
}

@media (max-width: 999.98px) {
    .t-fl-wrapper .field--name-field-cityu-link span {
        margin-top:25px;
        width: 68px;
        height: 68px;
    }
}

@media (max-width: 759.98px) {
    .t-fl-wrapper .field--name-field-cityu-link span {
        margin-top:26px;
        width: 70px;
        height: 70px;
    }
}

.t-fl-wrapper .field--name-field-cityu-link span::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    font-size: 32px;
    color: #bf165e;
}

.t-fl-wrapper .field--name-field-cityu-description {
    display: none;
    font-size: 14px;
    line-height: 1.6;
    color: #dddddd;
}

@media (pointer: coarse) {
    .t-fl-wrapper .field--name-field-cityu-description {
        display:block;
        line-height: 1.43;
    }
}

@media (max-width: 759.98px) {
    .t-fl-wrapper .field--name-field-cityu-description {
        display:block;
        line-height: 1.43;
    }
}

.t-fl-wrapper .field--name-field-cityu-description p {
    margin-bottom: 20px;
    text-align: left;
}

@media (max-width: 1199.98px) {
    .t-fl-wrapper .field--name-field-cityu-description p {
        margin-bottom:18px;
    }
}

@media (max-width: 759.98px) {
    .t-fl-wrapper .field--name-field-cityu-description p {
        line-height:1.43;
        color: #1d1d1b;
        text-align: center;
        margin-bottom: 20px;
        padding: 0 24px;
    }
}

@media (pointer: coarse) {
    .t-fl-wrapper .field--name-field-cityu-description p {
        line-height:1.43;
        color: #1d1d1b;
        text-align: center;
        margin-bottom: 20px;
        padding: 0 24px;
    }
}

@media (max-width: 759.98px) {
    .fl-hide-more .field__item:nth-child(4),.fl-hide-more .field__item:nth-child(5),.fl-hide-more .field__item:nth-child(6),.fl-hide-more .field__item:nth-child(7),.fl-hide-more .field__item:nth-child(8) {
        display:none;
    }
}

@media (min-width: 760px) {
    .text-center {
        display:none;
    }
}

.t-top-services .field--name-field-cityu-learn-more-link {
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px;
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 1199.98px) {
    .t-top-services .field--name-field-cityu-learn-more-link {
        max-width:960px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 999.98px) {
    .t-top-services .field--name-field-cityu-learn-more-link {
        max-width:720px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 759.98px) {
    .t-top-services .field--name-field-cityu-learn-more-link {
        max-width:568px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.t-top-services .node--view-mode-cityu-top-service .learn-more a {
    color: #838990;
}

.t-top-services .node--view-mode-cityu-top-service .learn-more a:hover {
    color: #bf165e;
}

.t-top-services .node--view-mode-cityu-top-service > h3 a {
    color: #2E2E2E;
}

.t-top-services .node--view-mode-cityu-top-service > h3 a:hover {
    color: #bf165e;
}

.t-top-services .field--name-field-cityu-learn-more-link a {
    color: #bf165e;
}

.t-top-services .field--name-field-cityu-learn-more-link a:hover {
    color: #6b203e;
}

.t-top-services {
    position: relative;
    padding: 175px 0 22px;
    background-color: #fff;
    min-height: 762px;
}

@media (max-width: 1199.98px) {
    .t-top-services {
        padding:145px 0 49px;
    }
}

@media (max-width: 999.98px) {
    .t-top-services {
        padding:49px 0 49px;
        min-height: 0;
    }
}

.t-top-services .container {
    position: relative;
    z-index: 1;
}

.t-top-services > .container {
    z-index: 2;
}

.t-top-services .col-12 > h2 {
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 1.33;
    letter-spacing: -0.2px;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 1199.98px) {
    .t-top-services .col-12 > h2 {
        margin-bottom:54px;
    }
}

@media (max-width: 999.98px) {
    .t-top-services .col-12 > h2 {
        margin-bottom:32px;
        font-size: 30px;
        line-height: 1.6;
        letter-spacing: -0.17px;
        color: #44403f;
    }
}

@media (max-width: 759.98px) {
    .t-top-services .col-12 > h2 {
        margin-bottom:40px;
        font-size: 24px;
        line-height: 1.46;
        letter-spacing: -0.13px;
    }
}

.t-top-services .field--name-field-cityu-services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 530px;
}

@media (max-width: 1199.98px) {
    .t-top-services .field--name-field-cityu-services {
        min-height:433px;
    }
}

@media (max-width: 999.98px) {
    .t-top-services .field--name-field-cityu-services {
        min-height:0;
    }
}

@media (max-width: 759.98px) {
    .t-top-services .field--name-field-cityu-services {
        display:block;
    }
}

.t-top-services .field--name-field-cityu-services > .field__item {
    margin-right: 72px;
    margin-bottom: 30px;
    padding: 55px 32px 0;
    width: 264px;
    height: 250px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.2);
}

@media (max-width: 1199.98px) {
    .t-top-services .field--name-field-cityu-services > .field__item {
        margin-right:59px;
        margin-bottom: 25px;
        padding: 45px 16px 0;
        width: 215px;
        height: 204px;
    }
}

@media (max-width: 999.98px) {
    .t-top-services .field--name-field-cityu-services > .field__item {
        margin-left:0 !important;
        margin-bottom: 30px;
        padding: 55px 32px 0;
        width: 256px;
        height: 242px;
    }

    .t-top-services .field--name-field-cityu-services > .field__item:nth-child(odd) {
        margin-right: 16px !important;
    }

    .t-top-services .field--name-field-cityu-services > .field__item:nth-child(even) {
        margin-right: 0 !important;
    }
}

@media (max-width: 759.98px) {
    .t-top-services .field--name-field-cityu-services > .field__item {
        margin-left:auto !important;
        margin-bottom: 20px !important;
        padding: 35px 20px 0;
        width: 264px;
        height: 211px;
    }

    .t-top-services .field--name-field-cityu-services > .field__item:nth-child(odd) {
        margin-right: auto !important;
    }

    .t-top-services .field--name-field-cityu-services > .field__item:nth-child(even) {
        margin-right: auto !important;
    }
}

.t-top-services .field--name-field-cityu-services > .field__item:first-child {
    margin-left: auto;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .t-top-services .field--name-field-cityu-services > .field__item:first-child {
        margin-left: 0;
    }
}

.t-top-services .field--name-field-cityu-services > .field__item:last-child {
    margin-right: auto;
    margin-bottom: 0;
}

.t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) {
    margin-left: calc((100% - 264px * 2 - 72px)/2);
}

@media (max-width: 1199.98px) {
    .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) {
        margin-left:calc((100% - 215px * 2 - 59px)/2);
    }
}

.t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) + .field__item {
    margin-right: calc((100% - 264px * 2 - 72px)/2);
}

@media (max-width: 1199.98px) {
    .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) + .field__item {
        margin-right:calc((100% - 215px * 2 - 59px)/2);
    }
}

.t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) + .field__item + .field__item {
    margin-left: calc((100% - 264px * 2 - 72px)/2);
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) + .field__item + .field__item {
        margin-left:calc((100% - 215px * 2 - 59px)/2);
    }
}

.t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) + .field__item + .field__item + .field__item {
    margin-right: calc((100% - 264px * 2 - 72px)/2);
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(4) + .field__item + .field__item + .field__item {
        margin-right:calc((100% - 215px * 2 - 59px)/2);
    }
}

.t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(5) + .field__item + .field__item {
    margin-right: auto;
}

.t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(5) + .field__item + .field__item + .field__item {
    margin-left: auto;
    margin-bottom: 0;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(5) + .field__item + .field__item + .field__item {
        margin-left: 0;
    }
}

.t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(5) + .field__item + .field__item + .field__item + .field__item {
    margin-bottom: 0;
}

.t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item {
    margin-right: auto;
}

.t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item + .field__item {
    margin-left: auto;
    margin-bottom: 0;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item + .field__item {
        margin-left: 0;
    }
}

.t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item + .field__item + .field__item {
    margin-bottom: 0;
}

.t-top-services .field--name-field-cityu-services > .field__item:first-of-type:nth-last-of-type(6) + .field__item + .field__item + .field__item + .field__item + .field__item {
    margin-bottom: 0;
}

.t-top-services .node--view-mode-cityu-top-service .field--name-field-cityu-service-category {
    margin-bottom: 17px;
}

@media (max-width: 1199.98px) {
    .t-top-services .node--view-mode-cityu-top-service .field--name-field-cityu-service-category {
        margin-bottom:10px;
    }
}

@media (max-width: 999.98px) {
    .t-top-services .node--view-mode-cityu-top-service .field--name-field-cityu-service-category {
        margin-bottom:17px;
    }
}

.t-top-services .node--view-mode-cityu-top-service .field--name-field-cityu-service-category i::before {
    font-size: 30px;
    color: #bf165e;
}

.t-top-services .node--view-mode-cityu-top-service > h3 {
    margin-bottom: 21px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 900;
}

@media (max-width: 1199.98px) {
    .t-top-services .node--view-mode-cityu-top-service > h3 {
        margin-bottom:18px;
    }
}

@media (max-width: 999.98px) {
    .t-top-services .node--view-mode-cityu-top-service > h3 {
        margin-bottom:20px;
    }
}

.t-top-services .node--view-mode-cityu-top-service > h3 a {
    display: block;
}

.t-top-services .node--view-mode-cityu-top-service > h3 .field--name-title {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.t-top-services .node--view-mode-cityu-top-service .learn-more {
    font-size: 13.5px;
    line-height: 1.33;
    letter-spacing: 1px;
    font-weight: 900;
}

.t-top-services .node--view-mode-cityu-top-service .learn-more a:hover::after {
    color: #bf165e;
}

.t-top-services .node--view-mode-cityu-top-service .learn-more a::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #838990;
    margin-left: 6px;
}

.t-top-services .node--view-mode-cityu-top-service .learn-more a[target=_blank]::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #838990;
    margin-left: 6px;
}

.t-top-services .field--name-field-cityu-top-service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 762px;
}

@media (max-width: 1199.98px) {
    .t-top-services .field--name-field-cityu-top-service-bg {
        height:622px;
    }
}

@media (max-width: 999.98px) {
    .t-top-services .field--name-field-cityu-top-service-bg {
        display:none;
    }
}

.t-top-services .field--name-field-cityu-top-service-bg svg {
    width: 100%;
    height: 762px;
}

@media (max-width: 1199.98px) {
    .t-top-services .field--name-field-cityu-top-service-bg svg {
        height:622px;
    }
}

.t-top-services .field--name-field-cityu-top-service-bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 50vw;
    border-top-width: 66px;
    border-bottom-width: 66px;
    border-style: solid;
    border-color: #fff #fff transparent transparent;
}

@media (max-width: 1199.98px) {
    .t-top-services .field--name-field-cityu-top-service-bg::before {
        border-top-width:58px;
        border-bottom-width: 58px;
    }
}

.t-top-services .field--name-field-cityu-top-service-bg::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-width: 50vw;
    border-top-width: 66px;
    border-bottom-width: 66px;
    border-style: solid;
    border-color: transparent transparent #fff #fff;
}

@media (max-width: 1199.98px) {
    .t-top-services .field--name-field-cityu-top-service-bg::after {
        border-top-width:58px;
        border-bottom-width: 58px;
    }
}

.t-top-services .field--name-field-cityu-learn-more-link {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 50px;
    font-size: 13.5px;
    font-weight: 900;
    line-height: 1.33;
    letter-spacing: 1px;
}

@media (max-width: 999.98px) {
    .t-top-services .field--name-field-cityu-learn-more-link {
        margin-top:40px;
    }
}

@media (max-width: 759.98px) {
    .t-top-services .field--name-field-cityu-learn-more-link {
        display:none;
        margin-top: 20px;
    }
}

.t-top-services .field--name-field-cityu-learn-more-link a:hover::after {
    color: #6b203e;
}

.t-top-services .field--name-field-cityu-learn-more-link a::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf165e;
    margin-left: 6px;
}

.t-sitemap .block-menu .t-navbar-nav .t-nav-link {
    color: #FFF;
}

.t-sitemap .block-menu .t-navbar-nav .t-nav-link:hover {
    color: #dbdbdb;
}

.t-sitemap {
    padding: 50px 0;
    background: #6b203e;
}

@media (max-width: 999.98px) {
    .t-sitemap {
        padding:50px 0 0 0;
    }
}

.t-sitemap .block-menu {
    width: 100%;
}

.t-sitemap .block-menu .t-navbar-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}

.t-sitemap .block-menu .t-navbar-nav .t-dropdown-item .t-nav-link {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    font-weight: normal;
}

@media (max-width: 999.98px) {
    .t-sitemap .block-menu .t-navbar-nav {
        display:block;
        -webkit-column-gap: 54px;
        -moz-column-gap: 54px;
        -o--column-gap: 54px;
        -ms-column-gap: 54px;
        column-gap: 54px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -o--column-count: 2;
        -ms-column-count: 2;
        column-count: 2;
    }
}

.t-sitemap .block-menu .nav-item {
    flex: 1;
    margin: 0 7px 0 0;
}

@media (max-width: 999.98px) {
    .t-sitemap .block-menu .nav-item {
        margin:0;
        padding-bottom: 40px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
}

@media (max-width: 759.98px) {
    .t-sitemap .block-menu .nav-item {
        margin:0;
    }
}

.t-sitemap .block-menu .t-menu-level-0 > li > .t-nav-link {
    display: block;
    margin-bottom: 13px;
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 900;
}

.t-sitemap .block-menu .t-menu-level-0 > li > .t-nav-link::after {
    display: none;
}

.t-sitemap .block-menu .t-dropdown-item {
    margin-bottom: 13px;
    padding: 0;
    white-space: normal;
}

@media (max-width: 999.98px) {
    .t-sitemap .block-menu .t-dropdown-item {
        margin-bottom:12px;
    }
}

.t-sitemap .block-menu .t-dropdown-item:hover,.t-sitemap .block-menu .t-dropdown-item:active {
    background-color: transparent;
}

.t-sitemap .block-menu .t-dropdown-menu {
    min-width: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.section-service-fac > h2,.service-fac-top {
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px;
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 1199.98px) {
    .section-service-fac > h2,.service-fac-top {
        max-width:960px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 999.98px) {
    .section-service-fac > h2,.service-fac-top {
        max-width:720px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 759.98px) {
    .section-service-fac > h2,.service-fac-top {
        max-width:568px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.section-service-fac > h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: -0.36px;
    color: #44403f;
}

@media (max-width: 999.98px) {
    .section-service-fac > h2 {
        margin-bottom:15px;
        font-size: 28px;
        line-height: 1.25;
    }
}

@media (max-width: 999.98px) {
    .service-fac-top {
        display:none;
    }
}

.service-fac-top > h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #bf165e;
}

.service-fac-audience ul {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 61px;
    line-height: 58px;
    border-radius: 2px;
    background-color: #ffffff;
    border-bottom: 3px solid #bf165e;
    box-shadow: 0 -5px 32px -9px rgba(0,0,0,0.2);
}

.service-fac-audience li {
    flex: 1;
    text-align: center;
    background-color: #ffffff;
    transition: all 0.3s;
    border-right: 1px solid #ffffff;
}

.service-fac-audience li:last-child {
    border: none;
}

.service-fac-audience li:hover,.service-fac-audience li.t-active {
    background-color: #bf165e;
}

.service-fac-audience li:hover a,.service-fac-audience li.t-active a {
    color: #ffffff;
}

.service-fac-audience li.t-disabled {
    background-color: #ffffff;
}

.service-fac-audience li.t-disabled a {
    color: rgba(113,113,113,0.5);
    cursor: text;
}

.service-fac-audience a {
    display: block;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #717171;
    transition: all 0.3s;
}

.service-fac-main {
    padding-top: 31px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
}

@media (max-width: 999.98px) {
    .service-fac-main {
        padding-top:0;
        background-color: #FFF;
    }
}

.service-fac-main .col-12 {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 999.98px) {
    .service-fac-main .col-12 {
        position:relative;
    }
}

.service-fac-main-left {
    margin-right: 2%;
    width: 74.5%;
}

@media (max-width: 999.98px) {
    .service-fac-main-left {
        margin-right:0;
        width: 100%;
    }

    .service-fac-main-left::before {
        content: "";
        display: block;
        margin-bottom: 15px;
        width: 100%;
        height: 1px;
        background-color: #e7e7e7;
    }
}

.service-fac-main-left .col-auto {
    padding: 0;
}

.service-fac-main-left > ul {
    display: flex;
    margin-bottom: 35px;
}

@media (max-width: 999.98px) {
    .service-fac-main-left > ul {
        display:block;
        position: absolute;
        z-index: 1;
        top: 202px;
        right: -5px;
    }
}

@media (max-width: 759.98px) {
    .service-fac-main-left > ul {
        top:225px;
        right: 5px;
    }
}

.service-fac-main-left > ul li {
    flex: 1;
    text-align: center;
    font-size: 16px;
    cursor: text;
    line-height: 31px;
    border-right: 1px solid #b5b6b6;
    color: #b5b6b6;
}

.service-fac-main-left > ul li:first-child {
    padding-top: 4px;
    padding-right: 8px;
    line-height: 27px;
    flex: 2;
    font-weight: 900;
    color: #bf165e;
    font-size: 13.5px;
    cursor: text;
}

.service-fac-main-left > ul li.t-active:hover {
    color: #bf165e;
}

.service-fac-main-left > ul li.t-active {
    color: #44403f;
    cursor: pointer;
}

@media (max-width: 999.98px) {
    .service-fac-main-left > ul li {
        font-size:14px;
        line-height: 1.73;
        border: none;
    }

    .service-fac-main-left > ul li:first-child {
        display: none;
    }

    .service-fac-main-left > ul li.t-active {
        color: #2e2e2e;
    }
}

@media (max-width: 759.98px) {
    .service-fac-main-left > ul li {
        font-size:11px;
    }
}

.service-fac-result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}

@media (max-width: 999.98px) {
    .service-fac-result {
        flex-wrap:wrap;
        justify-content: flex-end;
    }
}

.service-fac-keyword {
    display: flex;
}

@media (max-width: 999.98px) {
    .service-fac-keyword {
        display:none;
    }
}

.service-fac-keyword p {
    margin-right: 22px;
    font-size: 13.5px;
    line-height: 1.04;
    letter-spacing: 1px;
    padding: 7px 7px 5px 10px;
    border-radius: 16px;
    color: #bf165e;
    font-weight: bold;
    background-color: rgba(191,22,94,0.1);
}

.service-fac-keyword p i {
    padding-left: 5px;
}

.servie-fac-reset {
    font-size: 13px;
    font-weight: 900;
    line-height: 1.69;
    letter-spacing: 0.95px;
    color: #bf165e;
}

.servie-fac-reset i {
    padding-left: 5px;
}

.hide-reset.service-fac-result {
    padding-bottom: 0;
}

.hide-reset .servie-fac-reset {
    display: none;
}

@media (max-width: 999.98px) {
    .view-cityu-service-facilities {
        min-height:625px;
    }
}

@media (max-width: 759.98px) {
    .view-cityu-service-facilities {
        min-height:496px;
    }
}

.services-fac-item {
    display: flex;
    flex-wrap: wrap;
}

.services-fac-item h3 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.33;
    color: #1d1d1b;
}

@media (max-width: 999.98px) {
    .services-fac-item h3 {
        margin-bottom:10px;
    }
}

.services-fac-item .views-row {
    width: 31.43%;
    margin-right: 2.85%;
    margin-bottom: 20px;
    padding: 9px 15px 14px;
    background-color: #FFF;
    min-height: 142px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.2);
}

.services-fac-item .views-row:nth-child(3n+1) {
    margin-right: 0;
}

@media (max-width: 1199.98px) {
    .services-fac-item .views-row {
        padding:9px 15px 14px;
        min-height: 129px;
    }
}

@media (max-width: 999.98px) {
    .services-fac-item .views-row {
        width:49%;
        margin-right: 2%;
        margin-bottom: 15px;
        padding: 12px 12px 14px 20px;
        min-height: 142px;
    }

    .services-fac-item .views-row:nth-child(3n+1) {
        margin-right: 2%;
    }

    .services-fac-item .views-row:nth-child(odd) {
        margin-right: 0;
    }
}

@media (max-width: 759.98px) {
    .services-fac-item .views-row {
        width:100%;
        min-height: 147px;
        padding: 15px 25px;
        margin-right: 0 !important;
    }
}

.services-fac-item .views-field-field-cityu-service-category {
    margin-bottom: 12px;
    font-size: 13.5px;
    line-height: 1.48;
    color: #bf165e;
}

@media (max-width: 999.98px) {
    .services-fac-item .views-field-field-cityu-service-category {
        margin-bottom:8px;
        font-size: 14.5px;
        line-height: 1.38;
    }
}

@media (max-width: 999.98px) {
    .services-fac-item .views-field-field-cityu-service-category {
        margin-bottom:12px;
    }
}

.services-fac-item .views-field-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold;
}

@media (max-width: 1199.98px) {
    .services-fac-item .views-field-title {
        margin-bottom:5px;
    }
}

@media (max-width: 999.98px) {
    .services-fac-item .views-field-title {
        margin-bottom:8px;
    }
}

.services-fac-item .views-field-title a {
    color: #1d1d1b;
}

.services-fac-item .views-field-title a:hover {
    color: #bf165e;
}

.services-fac-item .views-field-body {
    font-size: 13px;
    line-height: 1.38;
    color: #717171;
}

@media (max-width: 999.98px) {
    .services-fac-item .views-field-body {
        font-size:14px;
        line-height: 1.29;
    }
}

.srrvice-fac-main-right {
    width: 23.5%;
    background-color: #FFF;
}

@media (max-width: 999.98px) {
    .srrvice-fac-main-right {
        display:none;
    }
}

.srrvice-fac-main-right > h3 {
    padding: 18px 14px 17px 20px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #bf165e;
}

.service-fac-category li a {
    position: relative;
    display: block;
    padding: 14px 14px 12px 50px;
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #1d1d1b;
}

.service-fac-category li a:hover {
    color: #bf165e;
}

.service-fac-category li a.t-active {
    font-weight: 900;
    color: #bf165e;
    background-color: rgba(191,22,94,0.1);
}

.service-fac-category li a.t-disabled {
    color: #b5b6b6;
    cursor: text;
}

.service-fac-category li i {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 2.13;
    color: #bf165e;
}

.m-service-filter {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

@media (max-width: 759.98px) {
    .m-service-filter {
        display:block;
    }
}

.service-filter-audience,.service-filter-category {
    position: relative;
    margin-bottom: 15px;
    margin-right: 16px;
    border-radius: 4px;
    background-color: #f6f6f6;
    padding: 23px 16px 22px 4px;
    width: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.47;
    color: #2e2e2e;
}

.service-filter-audience:last-child,.service-filter-category:last-child {
    margin-right: 0;
}

.service-filter-audience::before,.service-filter-category::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    margin-top: -2px;
    padding: 0 8px;
    font-size: 13.5px;
}

.service-filter-audience::after,.service-filter-category::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf165e;
    margin-left: auto;
    padding-right: 10px;
}

@media (max-width: 759.98px) {
    .service-filter-audience,.service-filter-category {
        padding:17px 16px 17px 2px;
        margin-right: 0;
        width: 100%;
    }
}

.service-filter-audience .service-filter-category,.service-filter-category .service-filter-category {
    display: none;
}

.service-filter-audience ul,.service-filter-category ul {
    display: none;
    position: absolute;
    min-width: 250px;
    max-width: 380px;
    max-height: 320px;
    overflow-y: auto;
    top: 0;
    left: 0;
    border: 0.5px solid #aaaaaa;
    border-radius: 5px;
    background-color: #f6f6f6;
    box-shadow: inset 0 0 2px 0 rgba(255,255,255,0.5),0 4px 10px 0 rgba(0,0,0,0.33);
    z-index: 100;
    padding: 0.625rem 0;
}

.service-filter-audience ul::-webkit-scrollbar,.service-filter-category ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
}

.service-filter-audience ul::-webkit-scrollbar-track,.service-filter-category ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.service-filter-audience ul::-webkit-scrollbar-thumb,.service-filter-category ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #555;
}

@media (max-width: 999.98px) {
    .service-filter-audience ul.show,.service-filter-category ul.show {
        display:block;
    }
}

.service-filter-audience ul li a,.service-filter-category ul li a {
    display: block;
    color: #2e2e2e;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    padding: 0.3125rem 1.875rem;
}

.service-filter-audience ul li a:hover,.service-filter-category ul li a:hover {
    background-color: #4094fe;
    color: #fff;
}

.service-filter-audience ul li a.selected,.service-filter-category ul li a.selected {
    position: relative;
}

.service-filter-audience ul li a.selected::before,.service-filter-category ul li a.selected::before {
    position: absolute;
    left: 4px;
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .service-filter-audience ul li a.selected::before:hover::after,.no-touch .service-filter-audience ul li a.selected::before:focus::after,.no-touch .service-filter-category ul li a.selected::before:hover::after,.no-touch .service-filter-category ul li a.selected::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .service-filter-audience ul li a.selected::before:hover::before,.no-touch .service-filter-audience ul li a.selected::before:focus::before,.no-touch .service-filter-category ul li a.selected::before:hover::before,.no-touch .service-filter-category ul li a.selected::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.service-filter-audience ul li a.selected:hover::before,.service-filter-category ul li a.selected:hover::before {
    color: #fff;
}

.service-filter-audience ul li a.t-disabled,.service-filter-category ul li a.t-disabled {
    color: #bfbfbf;
    cursor: text;
    background-color: transparent;
}

.t-announcement-slider .swiper-button-prev,.t-announcement-slider .swiper-button-next {
    background-image: none;
    margin-top: 0;
    height: auto;
    transform: translateY(-50%);
}

.t-announcement-slider .swiper-button-prev::after,.t-announcement-slider .swiper-button-next::after {
    font-size: 60px;
}

.t-announcement-slider .swiper-button-prev:focus,.t-announcement-slider .swiper-button-next:focus {
    outline: none;
}

.t-announcement-slider .swiper-button-prev {
    left: 50%;
    margin-left: -503px;
}

@media (min-width: 1200px) {
    .t-announcement-slider .swiper-button-prev {
        margin-left:-599px;
    }
}

@media (min-width: 1470px) {
    .t-announcement-slider .swiper-button-prev {
        margin-left:-650px;
    }
}

.t-announcement-slider .swiper-button-prev::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bfbfbf;
}

.t-announcement-slider .swiper-button-next {
    left: 50%;
    margin-left: 480px;
}

@media (min-width: 1200px) {
    .t-announcement-slider .swiper-button-next {
        margin-left:576px;
    }
}

@media (min-width: 1470px) {
    .t-announcement-slider .swiper-button-next {
        margin-left:627px;
    }
}

.t-announcement-slider .swiper-button-next::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bfbfbf;
}

.t-announcement-slider .swiper-slide .title-wrapper a,.t-announcement-slider .views-row .title-wrapper a,.t-announcement-slider .swiper-slide .title-wrapper a[target=_blank]::after,.t-announcement-slider .views-row .title-wrapper a[target=_blank]::after,.t-announcement-slider .view-footer a::after {
    color: #bf165e;
}

.t-announcement-slider .swiper-slide .title-wrapper a:hover,.t-announcement-slider .views-row .title-wrapper a:hover,.t-announcement-slider .swiper-slide .title-wrapper a:hover[target=_blank]::after,.t-announcement-slider .views-row .title-wrapper a:hover[target=_blank]::after,.t-announcement-slider .view-footer a:hover::after {
    color: #6b203e;
}

.t-announcement-slider .swiper-slide .date,.t-announcement-slider .views-row .date {
    margin-right: 16px;
    font-size: 13.5px;
    font-weight: bold;
    line-height: 18px;
    color: #1d1d1b;
}

.t-announcement-slider .swiper-slide .tag-wrapper,.t-announcement-slider .views-row .tag-wrapper {
    font-size: 13.5px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #717171;
    font-weight: bold;
}

.t-announcement-slider {
    padding-top: 80px;
    padding-bottom: 100px;
}

@media (max-width: 999.98px) {
    .t-announcement-slider {
        padding-top:54px;
        padding-bottom: 77px;
    }
}

@media (max-width: 759.98px) {
    .t-announcement-slider {
        padding-top:30px;
        padding-bottom: 53px;
    }
}

.t-announcement-slider .col-12 > h2 {
    margin-bottom: 55px;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.33;
    letter-spacing: -0.2px;
    color: #44403f;
    text-align: center;
}

@media (max-width: 999.98px) {
    .t-announcement-slider .col-12 > h2 {
        margin-bottom:24px;
        font-size: 30px;
        line-height: 1.6;
        letter-spacing: -0.17px;
    }
}

@media (max-width: 759.98px) {
    .t-announcement-slider .col-12 > h2 {
        margin-bottom:34px;
        font-size: 24px;
        line-height: 1.46;
        letter-spacing: -0.13px;
    }
}

.t-announcement-slider .swiper-container {
    margin-bottom: 44px;
    padding: 10px;
}

@media (max-width: 999.98px) {
    .t-announcement-slider .swiper-container {
        display:none;
    }
}

.t-announcement-slider .swiper-slide,.t-announcement-slider .views-row {
    width: 552px;
    margin-right: 24px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
    padding: 40px 35px;
    min-height: 236px;
}

@media (max-width: 1199.98px) {
    .t-announcement-slider .swiper-slide,.t-announcement-slider .views-row {
        width:456px;
        min-height: 248px;
        padding: 35px 29px;
    }
}

@media (max-width: 999.98px) {
    .t-announcement-slider .swiper-slide,.t-announcement-slider .views-row {
        width:100%;
        min-height: 209px;
        padding: 26px 29px;
    }
}

@media (max-width: 759.98px) {
    .t-announcement-slider .swiper-slide,.t-announcement-slider .views-row {
        min-height:265px;
        padding: 25px 22px;
    }
}

.t-announcement-slider .swiper-slide .title-wrapper,.t-announcement-slider .views-row .title-wrapper {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    color: #bf165e;
    font-weight: bold;
}

@media (max-width: 999.98px) {
    .t-announcement-slider .swiper-slide .title-wrapper,.t-announcement-slider .views-row .title-wrapper {
        margin-bottom:10px;
    }
}

.t-announcement-slider .swiper-slide .title-wrapper i,.t-announcement-slider .views-row .title-wrapper i {
    display: block;
    margin-right: 15px;
    font-size: 20px;
    flex: 0 0 40px;
    height: 40px;
    background-color: #bf165e;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
}

@media (max-width: 759.98px) {
    .t-announcement-slider .swiper-slide .title-wrapper i,.t-announcement-slider .views-row .title-wrapper i {
        flex:0 0 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
}

.t-announcement-slider .swiper-slide .title-wrapper a,.t-announcement-slider .views-row .title-wrapper a {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
}

@media (max-width: 759.98px) {
    .t-announcement-slider .swiper-slide .title-wrapper a,.t-announcement-slider .views-row .title-wrapper a {
        font-size:18px;
    }
}

.t-announcement-slider .swiper-slide .title-wrapper a[target=_blank]::after,.t-announcement-slider .views-row .title-wrapper a[target=_blank]::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf165e;
    margin-left: 6px;
    font-size: 13.5px;
    line-height: 1.33;
    letter-spacing: 1px;
}

.t-announcement-slider .swiper-slide .info,.t-announcement-slider .views-row .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.t-announcement-slider .swiper-slide .description,.t-announcement-slider .views-row .description {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.6;
    color: #2e2e2e;
}

@media (max-width: 759.98px) {
    .t-announcement-slider .swiper-slide .description,.t-announcement-slider .views-row .description {
        margin-top:10px;
    }
}

.t-announcement-slider .view-footer {
    text-align: center;
}

.t-announcement-slider .view-footer a {
    font-size: 13.5px;
    font-weight: 900;
    line-height: 1.33;
    letter-spacing: 1px;
}

.t-announcement-slider .view-footer a::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf165e;
    margin-left: 6px;
}

.t-announcement-slider .view-cityu-announcement-slider .col-12 {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.t-announcement-mobil {
    display: none;
}

@media (max-width: 999.98px) {
    .t-announcement-mobil {
        display:block;
        margin-bottom: 43px;
    }
}

.t-announcement-mobil .views-row {
    display: none;
}

.t-announcement-mobil .views-row:first-child,.t-announcement-mobil .views-row:nth-child(2) {
    display: block;
}

.t-announcement-mobil .views-row:first-child {
    margin-bottom: 29px;
}

.highlight-events-wrapper .field--name-field-cityu-view-more a::after {
    color: #bf165e;
}

.highlight-events-wrapper .field--name-field-cityu-view-more a:hover::after {
    color: #6b203e;
}

.highlight-events-wrapper .event-item .event-type {
    font-size: 13.5px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #717171;
    font-weight: bold;
}

.highlight-events-wrapper h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -0.2px;
    text-align: center;
    color: #44403f;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper h2 {
        font-size:30px;
        line-height: 1.6;
        letter-spacing: -0.17px;
    }
}

@media (max-width: 759.98px) {
    .highlight-events-wrapper h2 {
        font-size:24px;
        line-height: 1.46;
        letter-spacing: -0.13px;
    }
}

.highlight-events-wrapper {
    padding: 100px 0;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper {
        padding:60px 0;
    }
}

.highlight-events-wrapper h2 {
    margin-bottom: 50px;
}

@media (max-width: 759.98px) {
    .highlight-events-wrapper h2 {
        margin-bottom:30px;
    }
}

.highlight-events-wrapper .event-item {
    position: relative;
    padding: 40px 35px 35px;
    border-radius: 8px;
    border: solid 2px #b5b6b6;
    margin-bottom: 30px;
}

.highlight-events-wrapper .event-item:nth-last-child(2) {
    margin-bottom: 0;
}

.highlight-events-wrapper .event-item:hover {
    border: solid 2px #bf165e;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .event-item {
        padding:40px 18px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 528px;
    }
}

@media (max-width: 759.98px) {
    .highlight-events-wrapper .event-item {
        padding:10px 22px 20px;
        width: 334px;
    }
}

.highlight-events-wrapper .event-item > article {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 759.98px) {
    .highlight-events-wrapper .event-item > article {
        flex-wrap:wrap;
        justify-content: center;
    }
}

.highlight-events-wrapper .event-item .event-date {
    display: flex;
    justify-content: center;
    flex: 0 0 233px;
}

.highlight-events-wrapper .event-item .event-date.space-between {
    justify-content: space-between;
}

.highlight-events-wrapper .event-item .event-date.justify-center {
    justify-content: center;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .event-item .event-date {
        flex:0 0 179px;
    }
}

@media (max-width: 759.98px) {
    .highlight-events-wrapper .event-item .event-date {
        flex:0 0 180px;
        margin-bottom: 20px;
    }
}

.highlight-events-wrapper .event-item .t-start,.highlight-events-wrapper .event-item .t-end {
    text-align: center;
    width: 90px;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .event-item .t-start,.highlight-events-wrapper .event-item .t-end {
        width:80px;
    }
}

.highlight-events-wrapper .event-item .t-start .date-d,.highlight-events-wrapper .event-item .t-end .date-d {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.44px;
    color: #bf165e;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .event-item .t-start .date-d,.highlight-events-wrapper .event-item .t-end .date-d {
        font-size:26px;
        letter-spacing: -0.29px;
    }
}

.highlight-events-wrapper .event-item .t-start .date-l,.highlight-events-wrapper .event-item .t-end .date-l {
    margin-top: -2px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.88;
    letter-spacing: -0.18px;
    color: #bf165e;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .event-item .t-start .date-l,.highlight-events-wrapper .event-item .t-end .date-l {
        margin-top:3px;
        margin-bottom: 6px;
        font-size: 13px;
        line-height: 1;
        letter-spacing: -0.14px;
    }
}

@media (max-width: 759.98px) {
    .highlight-events-wrapper .event-item .t-start .date-l,.highlight-events-wrapper .event-item .t-end .date-l {
        width:80px;
        text-align: center;
    }
}

.highlight-events-wrapper .event-item .t-start .date-my,.highlight-events-wrapper .event-item .t-end .date-my {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.54;
    color: #717171;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .event-item .t-start .date-my,.highlight-events-wrapper .event-item .t-end .date-my {
        font-size:12px;
        line-height: 1.67;
    }
}

.highlight-events-wrapper .event-item .t-clock {
    margin-top: 4px;
    margin-bottom: 6px;
    text-align: center;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .event-item .t-clock {
        margin-top:2px;
        margin-bottom: 0;
    }
}

.highlight-events-wrapper .event-item .t-vertical-line {
    margin: 0 auto;
    width: 1.5px;
    height: 4px;
    background-color: #717171;
}

.highlight-events-wrapper .event-item .event-time {
    width: 90px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.54;
    color: #717171;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .event-item .event-time {
        width:80px;
        font-size: 12px;
        line-height: 1.67;
    }
}

@media (max-width: 759.98px) {
    .highlight-events-wrapper .event-item .event-time {
        margin-left:14px;
    }
}

.highlight-events-wrapper .event-item .event-time i {
    font-size: 22px;
    line-height: 1.36;
    text-align: center;
    color: #bf165e;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .event-item .event-time i {
        font-size:18px;
        line-height: 1.22;
    }
}

.highlight-events-wrapper .event-item .t-to {
    margin-top: 23px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.23;
    color: #b5b6b6;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .event-item .t-to {
        margin-top:5px;
    }
}

.highlight-events-wrapper .event-item .event-line {
    width: 1px;
    height: 61px;
    background-color: #b5b6b6;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .event-item .event-line {
        height:50px;
    }
}

@media (max-width: 759.98px) {
    .highlight-events-wrapper .event-item .event-line {
        display:none;
    }
}

.highlight-events-wrapper .event-item .event-info {
    flex: 0 0 542px;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .event-item .event-info {
        flex:0 0 280px;
    }
}

@media (max-width: 759.98px) {
    .highlight-events-wrapper .event-item .event-info {
        flex:0 0 100%;
    }
}

.highlight-events-wrapper .event-item .event-info .event-title {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .event-item .event-info .event-title {
        font-size:16px;
        line-height: 1.5;
    }
}

.highlight-events-wrapper .event-item .event-info .event-title a {
    color: #2E2E2E;
}

.no-touch .highlight-events-wrapper .event-item .event-info .event-title a:hover,.highlight-events-wrapper .event-item .event-info .event-title a:active {
    color: #bf165e;
}

.highlight-events-wrapper .event-item .event-info .event-title a[target=_blank]::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2E2E2E;
    margin-left: 6px;
    font-size: 13.5px;
    line-height: 1.3;
    letter-spacing: 1px;
    vertical-align: middle;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .event-item .event-info .event-title a[target=_blank]::after {
        font-size:12.5px;
    }
}

.highlight-events-wrapper .event-item .event-info .event-title a[target=_blank]:hover:after {
    color: #bf165e;
}

.highlight-events-wrapper .event-item .event-type {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 35px;
    width: 542px;
    text-align: right;
    font-size: 12.5px;
    line-height: 1.44;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .event-item .event-type {
        width:290px;
        right: 18px;
    }
}

@media (max-width: 759.98px) {
    .highlight-events-wrapper .event-item .event-type {
        position:static;
        width: 100%;
        margin-bottom: 2px;
    }
}

.highlight-events-wrapper .event-item .event-desc {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #2e2e2e;
}

@media (max-width: 759.98px) {
    .highlight-events-wrapper .event-item .event-desc {
        margin-top:5px;
        font-size: 13px;
    }
}

.highlight-events-wrapper .event-item .event-desc .field--name-body {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.highlight-events-wrapper .field--name-field-cityu-view-more {
    margin-top: 80px;
    text-align: center;
}

@media (max-width: 999.98px) {
    .highlight-events-wrapper .field--name-field-cityu-view-more {
        margin-top:40px;
    }
}

.highlight-events-wrapper .field--name-field-cityu-view-more a {
    font-size: 13.5px;
    font-weight: 900;
    line-height: 1.33;
    letter-spacing: 1px;
}

.highlight-events-wrapper .field--name-field-cityu-view-more a::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf165e;
    margin-left: 6px;
}

.block-cityu-template-news-related-news,.block-views-blockcityu-latest-announcements-block-1,.block-views-blockcityu-latest-events-block {
    border: solid 1px #f6f6f6;
    padding-bottom: 15px;
}

@media (max-width: 999.98px) {
    .block-cityu-template-news-related-news,.block-views-blockcityu-latest-announcements-block-1,.block-views-blockcityu-latest-events-block {
        margin-top:40px;
    }
}

.block-cityu-template-news-related-news h2,.block-views-blockcityu-latest-announcements-block-1 h2,.block-views-blockcityu-latest-events-block h2 {
    margin-bottom: 15px;
    width: 100%;
    padding: 16px 17px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
    color: #bf165e;
    background-color: #f6f6f6;
}

@media (max-width: 1199.98px) {
    .block-cityu-template-news-related-news h2,.block-views-blockcityu-latest-announcements-block-1 h2,.block-views-blockcityu-latest-events-block h2 {
        margin-bottom:18px;
        padding: 12px 9px 9px 9px;
    }
}

@media (max-width: 999.98px) {
    .block-cityu-template-news-related-news h2,.block-views-blockcityu-latest-announcements-block-1 h2,.block-views-blockcityu-latest-events-block h2 {
        margin-bottom:15px;
        padding: 16px 17px;
    }
}

@media (max-width: 759.98px) {
    .block-cityu-template-news-related-news h2,.block-views-blockcityu-latest-announcements-block-1 h2,.block-views-blockcityu-latest-events-block h2 {
        padding:14px 13px 10px 13px;
    }
}

.block-cityu-template-news-related-news .field__item,.block-cityu-template-news-related-news .views-row,.block-views-blockcityu-latest-announcements-block-1 .field__item,.block-views-blockcityu-latest-announcements-block-1 .views-row,.block-views-blockcityu-latest-events-block .field__item,.block-views-blockcityu-latest-events-block .views-row {
    position: relative;
    margin-top: 10px;
    padding: 0 22px 0 37px;
    font-size: 15px;
    line-height: 1.47;
    cursor: pointer;
}

@media (max-width: 1199.98px) {
    .block-cityu-template-news-related-news .field__item,.block-cityu-template-news-related-news .views-row,.block-views-blockcityu-latest-announcements-block-1 .field__item,.block-views-blockcityu-latest-announcements-block-1 .views-row,.block-views-blockcityu-latest-events-block .field__item,.block-views-blockcityu-latest-events-block .views-row {
        padding:0 11px 0 35px;
        font-size: 14px;
    }
}

@media (max-width: 999.98px) {
    .block-cityu-template-news-related-news .field__item,.block-cityu-template-news-related-news .views-row,.block-views-blockcityu-latest-announcements-block-1 .field__item,.block-views-blockcityu-latest-announcements-block-1 .views-row,.block-views-blockcityu-latest-events-block .field__item,.block-views-blockcityu-latest-events-block .views-row {
        margin-top:8px;
        padding: 0 22px 0 37px;
    }
}

@media (max-width: 759.98px) {
    .block-cityu-template-news-related-news .field__item,.block-cityu-template-news-related-news .views-row,.block-views-blockcityu-latest-announcements-block-1 .field__item,.block-views-blockcityu-latest-announcements-block-1 .views-row,.block-views-blockcityu-latest-events-block .field__item,.block-views-blockcityu-latest-events-block .views-row {
        margin-top:10px;
        padding: 0 17px 0 23px;
    }
}

.block-cityu-template-news-related-news .field__item::after,.block-cityu-template-news-related-news .views-row::after,.block-views-blockcityu-latest-announcements-block-1 .field__item::after,.block-views-blockcityu-latest-announcements-block-1 .views-row::after,.block-views-blockcityu-latest-events-block .field__item::after,.block-views-blockcityu-latest-events-block .views-row::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 11.2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: #646464;
}

@media (max-width: 1199.98px) {
    .block-cityu-template-news-related-news .field__item::after,.block-cityu-template-news-related-news .views-row::after,.block-views-blockcityu-latest-announcements-block-1 .field__item::after,.block-views-blockcityu-latest-announcements-block-1 .views-row::after,.block-views-blockcityu-latest-events-block .field__item::after,.block-views-blockcityu-latest-events-block .views-row::after {
        left:15px;
    }
}

@media (max-width: 999.98px) {
    .block-cityu-template-news-related-news .field__item::after,.block-cityu-template-news-related-news .views-row::after,.block-views-blockcityu-latest-announcements-block-1 .field__item::after,.block-views-blockcityu-latest-announcements-block-1 .views-row::after,.block-views-blockcityu-latest-events-block .field__item::after,.block-views-blockcityu-latest-events-block .views-row::after {
        left:18px;
    }
}

@media (max-width: 759.98px) {
    .block-cityu-template-news-related-news .field__item::after,.block-cityu-template-news-related-news .views-row::after,.block-views-blockcityu-latest-announcements-block-1 .field__item::after,.block-views-blockcityu-latest-announcements-block-1 .views-row::after,.block-views-blockcityu-latest-events-block .field__item::after,.block-views-blockcityu-latest-events-block .views-row::after {
        left:11px;
    }
}

.block-cityu-template-news-related-news .field__item:hover::after,.block-cityu-template-news-related-news .views-row:hover::after,.block-views-blockcityu-latest-announcements-block-1 .field__item:hover::after,.block-views-blockcityu-latest-announcements-block-1 .views-row:hover::after,.block-views-blockcityu-latest-events-block .field__item:hover::after,.block-views-blockcityu-latest-events-block .views-row:hover::after {
    background-color: #bf165e;
}

.block-cityu-template-news-related-news .field__item:hover a,.block-cityu-template-news-related-news .views-row:hover a,.block-views-blockcityu-latest-announcements-block-1 .field__item:hover a,.block-views-blockcityu-latest-announcements-block-1 .views-row:hover a,.block-views-blockcityu-latest-events-block .field__item:hover a,.block-views-blockcityu-latest-events-block .views-row:hover a {
    color: #bf165e;
}

.block-cityu-template-news-related-news .field__item:hover a[target=_blank]:after,.block-cityu-template-news-related-news .views-row:hover a[target=_blank]:after,.block-views-blockcityu-latest-announcements-block-1 .field__item:hover a[target=_blank]:after,.block-views-blockcityu-latest-announcements-block-1 .views-row:hover a[target=_blank]:after,.block-views-blockcityu-latest-events-block .field__item:hover a[target=_blank]:after,.block-views-blockcityu-latest-events-block .views-row:hover a[target=_blank]:after {
    color: #bf165e;
}

.block-cityu-template-news-related-news .field__item a,.block-cityu-template-news-related-news .views-row a,.block-views-blockcityu-latest-announcements-block-1 .field__item a,.block-views-blockcityu-latest-announcements-block-1 .views-row a,.block-views-blockcityu-latest-events-block .field__item a,.block-views-blockcityu-latest-events-block .views-row a {
    color: #2e2e2e;
}

.block-cityu-template-news-related-news .field__item a[target=_blank]::after,.block-cityu-template-news-related-news .views-row a[target=_blank]::after,.block-views-blockcityu-latest-announcements-block-1 .field__item a[target=_blank]::after,.block-views-blockcityu-latest-announcements-block-1 .views-row a[target=_blank]::after,.block-views-blockcityu-latest-events-block .field__item a[target=_blank]::after,.block-views-blockcityu-latest-events-block .views-row a[target=_blank]::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2e2e2e;
    margin-left: 6px;
    font-size: 13.5px;
    line-height: 1.3;
    letter-spacing: 1px;
    vertical-align: middle;
}

.block-cityu-template-news-related-news-with-date {
    border: solid 1px #f6f6f6;
    padding-bottom: 15px;
}

@media (max-width: 999.98px) {
    .block-cityu-template-news-related-news-with-date {
        margin-top:40px;
    }
}

.block-cityu-template-news-related-news-with-date > h2 {
    margin-bottom: 15px;
    width: 100%;
    padding: 16px 17px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
    color: #bf165e;
    background-color: #f6f6f6;
}

@media (max-width: 1199.98px) {
    .block-cityu-template-news-related-news-with-date > h2 {
        margin-bottom:18px;
        padding: 12px 9px 9px 9px;
    }
}

@media (max-width: 999.98px) {
    .block-cityu-template-news-related-news-with-date > h2 {
        margin-bottom:15px;
        padding: 16px 17px;
    }
}

@media (max-width: 759.98px) {
    .block-cityu-template-news-related-news-with-date > h2 {
        padding:14px 13px 10px 13px;
    }
}

.block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item {
    position: relative;
    margin-top: 10px;
    padding: 0 22px 0 37px;
    cursor: pointer;
}

.block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news .field-cityu-news-date,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item .field-cityu-news-date {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: bold;
    color: #1d1d1b;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item {
        padding:0 11px 0 35px;
    }
}

@media (max-width: 999.98px) {
    .block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item {
        margin-top:8px;
        padding: 0 22px 0 37px;
    }
}

@media (max-width: 759.98px) {
    .block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item {
        margin-top:10px;
        padding: 0 17px 0 23px;
    }
}

.block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news a,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item a {
    color: #2e2e2e;
    font-size: 15px;
    line-height: 1.47;
}

@media (max-width: 1199.98px) {
    .block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news a,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item a {
        font-size:14px;
    }
}

.block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news::after,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 11.2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: #646464;
}

@media (max-width: 1199.98px) {
    .block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news::after,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item::after {
        left:15px;
    }
}

@media (max-width: 999.98px) {
    .block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news::after,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item::after {
        left:18px;
    }
}

@media (max-width: 759.98px) {
    .block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news::after,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item::after {
        left:11px;
    }
}

.block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news:hover::after,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item:hover::after {
    background-color: #bf165e;
}

.block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news:hover a,.block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news:hover .field-cityu-news-date,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item:hover a,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item:hover .field-cityu-news-date {
    color: #bf165e;
}

.block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news:hover a[target=_blank]:after,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item:hover a[target=_blank]:after {
    color: #bf165e;
}

.block-cityu-template-news-related-news-with-date article.node--view-mode-teaser-news a[target=_blank]::after,.block-cityu-template-news-related-news-with-date .field--name-field-cityu-news-ext-stories .field__item a[target=_blank]::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2e2e2e;
    margin-left: 6px;
    font-size: 13.5px;
    line-height: 1.3;
    letter-spacing: 1px;
    vertical-align: middle;
}

.section-news-slider > h2,.section-news-slider .field--name-field-cityu-view-more,.news-slider-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px;
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 1199.98px) {
    .section-news-slider > h2,.section-news-slider .field--name-field-cityu-view-more,.news-slider-mobile {
        max-width:960px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 999.98px) {
    .section-news-slider > h2,.section-news-slider .field--name-field-cityu-view-more,.news-slider-mobile {
        max-width:720px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 759.98px) {
    .section-news-slider > h2,.section-news-slider .field--name-field-cityu-view-more,.news-slider-mobile {
        max-width:568px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.section-news-slider .swiper-button-prev,.section-news-slider .swiper-button-next {
    background-image: none;
    margin-top: 0;
    height: auto;
    transform: translateY(-50%);
}

.section-news-slider .swiper-button-prev::after,.section-news-slider .swiper-button-next::after {
    font-size: 60px;
}

.section-news-slider .swiper-button-prev:focus,.section-news-slider .swiper-button-next:focus {
    outline: none;
}

.section-news-slider .swiper-button-prev {
    left: 50%;
    margin-left: -503px;
}

@media (min-width: 1200px) {
    .section-news-slider .swiper-button-prev {
        margin-left:-599px;
    }
}

@media (min-width: 1470px) {
    .section-news-slider .swiper-button-prev {
        margin-left:-650px;
    }
}

.section-news-slider .swiper-button-prev::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bfbfbf;
}

.section-news-slider .swiper-button-next {
    left: 50%;
    margin-left: 480px;
}

@media (min-width: 1200px) {
    .section-news-slider .swiper-button-next {
        margin-left:576px;
    }
}

@media (min-width: 1470px) {
    .section-news-slider .swiper-button-next {
        margin-left:627px;
    }
}

.section-news-slider .swiper-button-next::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bfbfbf;
}

.section-news-slider .field--name-field-cityu-view-more a::after {
    color: #bf165e;
}

.section-news-slider .field--name-field-cityu-view-more a:hover::after {
    color: #6b203e;
}

.t-news-slider-message .field--name-field-cityu-news-date {
    margin-right: 16px;
    font-size: 13.5px;
    font-weight: bold;
    line-height: 18px;
    color: #1d1d1b;
}

.t-news-slider-message .field--name-field-cityu-news-categories {
    font-size: 13.5px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #717171;
    font-weight: bold;
}

.section-news-slider > h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -0.2px;
    text-align: center;
    color: #44403f;
}

@media (max-width: 999.98px) {
    .section-news-slider > h2 {
        font-size:30px;
        line-height: 1.6;
        letter-spacing: -0.17px;
    }
}

@media (max-width: 759.98px) {
    .section-news-slider > h2 {
        font-size:24px;
        line-height: 1.46;
        letter-spacing: -0.13px;
    }
}

.section-news-slider .field--name-field-cityu-view-more a {
    font-size: 13.5px;
    font-weight: 900;
    line-height: 1.33;
    letter-spacing: 1px;
}

.section-news-slider .field--name-field-cityu-view-more a::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf165e;
    margin-left: 6px;
}

.section-news-slider {
    position: relative;
    padding-top: 31px;
    padding-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .section-news-slider {
        padding-top:51px;
        padding-bottom: 67px;
    }
}

@media (max-width: 999.98px) {
    .section-news-slider {
        padding-top:54px;
        padding-bottom: 46px;
    }
}

@media (max-width: 759.98px) {
    .section-news-slider {
        padding-top:30px;
        padding-bottom: 41px;
    }
}

.section-news-slider > h2 {
    margin-bottom: 51px;
}

@media (max-width: 1199.98px) {
    .section-news-slider > h2 {
        margin-bottom:42px;
    }
}

@media (max-width: 999.98px) {
    .section-news-slider > h2 {
        margin-bottom:21px;
    }
}

.section-news-slider .swiper-wrapper {
    align-items: stretch;
}

.section-news-slider .swiper-slide {
    width: 358px;
    height: auto;
    min-height: 477px;
    margin-right: 26px;
}

@media (max-width: 1199.98px) {
    .section-news-slider .swiper-slide {
        width:295px;
        min-height: 430px;
    }
}

.section-news-slider .field__items {
    position: relative;
}

.section-news-slider .field--name-field-cityu-view-more {
    margin-top: 66px;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .section-news-slider .field--name-field-cityu-view-more {
        margin-top:56px;
    }
}

@media (max-width: 999.98px) {
    .section-news-slider .field--name-field-cityu-view-more {
        margin-top:59px;
    }
}

@media (max-width: 759.98px) {
    .section-news-slider .field--name-field-cityu-view-more {
        margin-top:55px;
    }
}

.t-news-slider-message {
    padding: 30px 25px 40px;
}

@media (max-width: 1199.98px) {
    .t-news-slider-message {
        padding:22px 20px;
    }
}

@media (max-width: 999.98px) {
    .t-news-slider-message {
        padding:36px 36px 34px;
    }
}

@media (max-width: 759.98px) {
    .t-news-slider-message {
        padding:28px 24px 26px;
    }
}

.t-news-slider-message .field--name-field-cityu-news-categories {
    margin-top: 8px;
}

@media (max-width: 1199.98px) {
    .t-news-slider-message .field--name-field-cityu-news-categories {
        margin-top:3px;
    }
}

@media (max-width: 999.98px) {
    .t-news-slider-message .field--name-field-cityu-news-categories {
        margin-top:10px;
    }
}

@media (max-width: 759.98px) {
    .t-news-slider-message .field--name-field-cityu-news-categories {
        margin-top:6px;
    }
}

.t-news-slider-message .field--name-field-cityu-news-categories a {
    color: #717171;
}

.t-news-slider-message .field--name-field-cityu-news-categories a:hover {
    color: #bf165e;
}

.t-news-slider-message .t-news-slider-title a {
    color: #bf165e;
}

.no-touch .t-news-slider-message .t-news-slider-title a:hover,.t-news-slider-message .t-news-slider-title a:active {
    color: #6b203e;
}

.t-news-slider-message .field--name-title {
    margin-top: 14px;
}

@media (max-width: 1199.98px) {
    .t-news-slider-message .field--name-title {
        margin-top:12px;
    }
}

@media (max-width: 759.98px) {
    .t-news-slider-message .field--name-title {
        margin-top:14px;
    }
}

.t-news-slider-message .field--name-title h1 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .t-news-slider-message .field--name-title h1 {
        line-height:23px;
    }
}

@media (max-width: 999.98px) {
    .t-news-slider-message .field--name-title h1 {
        line-height:22px;
    }
}

.t-news-slider-message .field--name-body {
    margin-top: 10px;
    font-size: 15px;
    line-height: 26px;
    color: #2e2e2e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .t-news-slider-message .field--name-body {
        margin-top:6px;
        line-height: 22px;
    }
}

.news-slider-pc article {
    height: calc(100% - 2px);
    border: solid 1px #e3e3e3;
    box-sizing: content-box;
}

@media (max-width: 999.98px) {
    .news-slider-pc {
        display:none;
    }
}

@media (min-width: 1000px) {
    .news-slider-mobile {
        display:none;
    }
}

.news-slider-mobile .item {
    margin-bottom: 40px;
    border: solid 1px #e3e3e3;
    min-height: 558px;
}

@media (min-width: 320px) {
    .news-slider-mobile .item {
        margin-bottom:36px;
        min-height: 444px;
    }
}

.news-slider-mobile .item:last-child {
    margin-bottom: 0;
}

.news-slider-swiper-container {
    padding-left: 1px;
    padding-right: 1px;
}

.block-views-exposed-filter-blockcityu-announcement-list-block,.block-views-exposed-filter-blockcityu-news-list-block-1,.block-views-exposed-filter-blockcityu-event-list-block,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 {
    position: relative;
    width: 100%;
}

.block-views-exposed-filter-blockcityu-announcement-list-block::after,.block-views-exposed-filter-blockcityu-news-list-block-1::after,.block-views-exposed-filter-blockcityu-event-list-block::after,.block-views-exposed-filter-blockpresident-blog-search-list-block-1::after {
    content: '';
    display: block;
    margin-top: 25px;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
}

.block-views-exposed-filter-blockcityu-announcement-list-block .views-exposed-form,.block-views-exposed-filter-blockcityu-news-list-block-1 .views-exposed-form,.block-views-exposed-filter-blockcityu-event-list-block .views-exposed-form,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .views-exposed-form {
    position: relative;
}

.block-views-exposed-filter-blockcityu-announcement-list-block .views-exposed-form fieldset,.block-views-exposed-filter-blockcityu-news-list-block-1 .views-exposed-form fieldset,.block-views-exposed-filter-blockcityu-event-list-block .views-exposed-form fieldset,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .views-exposed-form fieldset {
    width: 100%;
    margin: 0;
}

.block-views-exposed-filter-blockcityu-announcement-list-block .views-exposed-form .form-submit,.block-views-exposed-filter-blockcityu-news-list-block-1 .views-exposed-form .form-submit,.block-views-exposed-filter-blockcityu-event-list-block .views-exposed-form .form-submit,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .views-exposed-form .form-submit {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    color: transparent;
    background-color: transparent;
    border: none;
}

.block-views-exposed-filter-blockcityu-announcement-list-block .views-exposed-form .form-submit:active,.block-views-exposed-filter-blockcityu-news-list-block-1 .views-exposed-form .form-submit:active,.block-views-exposed-filter-blockcityu-event-list-block .views-exposed-form .form-submit:active,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .views-exposed-form .form-submit:active {
    color: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.no-touch .block-views-exposed-filter-blockcityu-announcement-list-block .views-exposed-form .form-submit:focus,.no-touch .block-views-exposed-filter-blockcityu-news-list-block-1 .views-exposed-form .form-submit:focus,.no-touch .block-views-exposed-filter-blockcityu-event-list-block .views-exposed-form .form-submit:focus,.no-touch .block-views-exposed-filter-blockpresident-blog-search-list-block-1 .views-exposed-form .form-submit:focus {
    box-shadow: 0 0 0 2px rgba(77,144,254,0.5);
}

.block-views-exposed-filter-blockcityu-announcement-list-block .views-exposed-form [id*=edit-keyword],.block-views-exposed-filter-blockcityu-announcement-list-block .views-exposed-form #edit-keyword,.block-views-exposed-filter-blockcityu-news-list-block-1 .views-exposed-form [id*=edit-keyword],.block-views-exposed-filter-blockcityu-news-list-block-1 .views-exposed-form #edit-keyword,.block-views-exposed-filter-blockcityu-event-list-block .views-exposed-form [id*=edit-keyword],.block-views-exposed-filter-blockcityu-event-list-block .views-exposed-form #edit-keyword,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .views-exposed-form [id*=edit-keyword],.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .views-exposed-form #edit-keyword {
    padding: 0 55px 0 16px;
    height: 59px;
    line-height: 59px;
    border: 1px solid #1d1d1b;
    border-radius: 4px;
    color: #2e2e2e;
    font-size: 14px;
    margin: 0;
}

@media (min-width: 760px) {
    .block-views-exposed-filter-blockcityu-announcement-list-block .views-exposed-form [id*=edit-keyword],.block-views-exposed-filter-blockcityu-announcement-list-block .views-exposed-form #edit-keyword,.block-views-exposed-filter-blockcityu-news-list-block-1 .views-exposed-form [id*=edit-keyword],.block-views-exposed-filter-blockcityu-news-list-block-1 .views-exposed-form #edit-keyword,.block-views-exposed-filter-blockcityu-event-list-block .views-exposed-form [id*=edit-keyword],.block-views-exposed-filter-blockcityu-event-list-block .views-exposed-form #edit-keyword,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .views-exposed-form [id*=edit-keyword],.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .views-exposed-form #edit-keyword {
        font-size:17px;
        padding: 0 61px 0 24px;
    }
}

@media (min-width: 1000px) {
    .block-views-exposed-filter-blockcityu-announcement-list-block .views-exposed-form [id*=edit-keyword],.block-views-exposed-filter-blockcityu-announcement-list-block .views-exposed-form #edit-keyword,.block-views-exposed-filter-blockcityu-news-list-block-1 .views-exposed-form [id*=edit-keyword],.block-views-exposed-filter-blockcityu-news-list-block-1 .views-exposed-form #edit-keyword,.block-views-exposed-filter-blockcityu-event-list-block .views-exposed-form [id*=edit-keyword],.block-views-exposed-filter-blockcityu-event-list-block .views-exposed-form #edit-keyword,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .views-exposed-form [id*=edit-keyword],.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .views-exposed-form #edit-keyword {
        height:66px;
        line-height: 66px;
    }
}

.block-views-exposed-filter-blockcityu-announcement-list-block .views-exposed-form [id*=edit-reset],.block-views-exposed-filter-blockcityu-announcement-list-block .views-exposed-form #edit-reset,.block-views-exposed-filter-blockcityu-news-list-block-1 .views-exposed-form [id*=edit-reset],.block-views-exposed-filter-blockcityu-news-list-block-1 .views-exposed-form #edit-reset,.block-views-exposed-filter-blockcityu-event-list-block .views-exposed-form [id*=edit-reset],.block-views-exposed-filter-blockcityu-event-list-block .views-exposed-form #edit-reset,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .views-exposed-form [id*=edit-reset],.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .views-exposed-form #edit-reset {
    display: none;
    opacity: 1;
    background-color: rgba(0,0,0,0) !important;
    background-image: url(../../../../../../themes/custom/cityu_template_theme/images/icon-reset.png);
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 30px 30px;
    border: none;
    color: rgba(0,0,0,0);
    margin: 1px;
    height: 96%;
}

.no-touch .block-views-exposed-filter-blockcityu-announcement-list-block .views-exposed-form [id*=edit-reset]:focus,.no-touch .block-views-exposed-filter-blockcityu-announcement-list-block .views-exposed-form #edit-reset:focus,.no-touch .block-views-exposed-filter-blockcityu-news-list-block-1 .views-exposed-form [id*=edit-reset]:focus,.no-touch .block-views-exposed-filter-blockcityu-news-list-block-1 .views-exposed-form #edit-reset:focus,.no-touch .block-views-exposed-filter-blockcityu-event-list-block .views-exposed-form [id*=edit-reset]:focus,.no-touch .block-views-exposed-filter-blockcityu-event-list-block .views-exposed-form #edit-reset:focus,.no-touch .block-views-exposed-filter-blockpresident-blog-search-list-block-1 .views-exposed-form [id*=edit-reset]:focus,.no-touch .block-views-exposed-filter-blockpresident-blog-search-list-block-1 .views-exposed-form #edit-reset:focus {
    box-shadow: 0 0 0 2px rgba(77,144,254,0.5);
}

.block-views-exposed-filter-blockcityu-announcement-list-block [id*=edit-actions],.block-views-exposed-filter-blockcityu-announcement-list-block #edit-actions,.block-views-exposed-filter-blockcityu-news-list-block-1 [id*=edit-actions],.block-views-exposed-filter-blockcityu-news-list-block-1 #edit-actions,.block-views-exposed-filter-blockcityu-event-list-block [id*=edit-actions],.block-views-exposed-filter-blockcityu-event-list-block #edit-actions,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 [id*=edit-actions],.block-views-exposed-filter-blockpresident-blog-search-list-block-1 #edit-actions {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.block-views-exposed-filter-blockcityu-announcement-list-block [id*=edit-actions]::before,.block-views-exposed-filter-blockcityu-announcement-list-block #edit-actions::before,.block-views-exposed-filter-blockcityu-news-list-block-1 [id*=edit-actions]::before,.block-views-exposed-filter-blockcityu-news-list-block-1 #edit-actions::before,.block-views-exposed-filter-blockcityu-event-list-block [id*=edit-actions]::before,.block-views-exposed-filter-blockcityu-event-list-block #edit-actions::before,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 [id*=edit-actions]::before,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 #edit-actions::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
    top: 50%;
    right: 12px;
    margin-top: -8px;
    position: absolute;
    color: #838990;
}

.no-touch .block-views-exposed-filter-blockcityu-announcement-list-block [id*=edit-actions]::before:hover::after,.no-touch .block-views-exposed-filter-blockcityu-announcement-list-block [id*=edit-actions]::before:focus::after,.no-touch .block-views-exposed-filter-blockcityu-announcement-list-block #edit-actions::before:hover::after,.no-touch .block-views-exposed-filter-blockcityu-announcement-list-block #edit-actions::before:focus::after,.no-touch .block-views-exposed-filter-blockcityu-news-list-block-1 [id*=edit-actions]::before:hover::after,.no-touch .block-views-exposed-filter-blockcityu-news-list-block-1 [id*=edit-actions]::before:focus::after,.no-touch .block-views-exposed-filter-blockcityu-news-list-block-1 #edit-actions::before:hover::after,.no-touch .block-views-exposed-filter-blockcityu-news-list-block-1 #edit-actions::before:focus::after,.no-touch .block-views-exposed-filter-blockcityu-event-list-block [id*=edit-actions]::before:hover::after,.no-touch .block-views-exposed-filter-blockcityu-event-list-block [id*=edit-actions]::before:focus::after,.no-touch .block-views-exposed-filter-blockcityu-event-list-block #edit-actions::before:hover::after,.no-touch .block-views-exposed-filter-blockcityu-event-list-block #edit-actions::before:focus::after,.no-touch .block-views-exposed-filter-blockpresident-blog-search-list-block-1 [id*=edit-actions]::before:hover::after,.no-touch .block-views-exposed-filter-blockpresident-blog-search-list-block-1 [id*=edit-actions]::before:focus::after,.no-touch .block-views-exposed-filter-blockpresident-blog-search-list-block-1 #edit-actions::before:hover::after,.no-touch .block-views-exposed-filter-blockpresident-blog-search-list-block-1 #edit-actions::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .block-views-exposed-filter-blockcityu-announcement-list-block [id*=edit-actions]::before:hover::before,.no-touch .block-views-exposed-filter-blockcityu-announcement-list-block [id*=edit-actions]::before:focus::before,.no-touch .block-views-exposed-filter-blockcityu-announcement-list-block #edit-actions::before:hover::before,.no-touch .block-views-exposed-filter-blockcityu-announcement-list-block #edit-actions::before:focus::before,.no-touch .block-views-exposed-filter-blockcityu-news-list-block-1 [id*=edit-actions]::before:hover::before,.no-touch .block-views-exposed-filter-blockcityu-news-list-block-1 [id*=edit-actions]::before:focus::before,.no-touch .block-views-exposed-filter-blockcityu-news-list-block-1 #edit-actions::before:hover::before,.no-touch .block-views-exposed-filter-blockcityu-news-list-block-1 #edit-actions::before:focus::before,.no-touch .block-views-exposed-filter-blockcityu-event-list-block [id*=edit-actions]::before:hover::before,.no-touch .block-views-exposed-filter-blockcityu-event-list-block [id*=edit-actions]::before:focus::before,.no-touch .block-views-exposed-filter-blockcityu-event-list-block #edit-actions::before:hover::before,.no-touch .block-views-exposed-filter-blockcityu-event-list-block #edit-actions::before:focus::before,.no-touch .block-views-exposed-filter-blockpresident-blog-search-list-block-1 [id*=edit-actions]::before:hover::before,.no-touch .block-views-exposed-filter-blockpresident-blog-search-list-block-1 [id*=edit-actions]::before:focus::before,.no-touch .block-views-exposed-filter-blockpresident-blog-search-list-block-1 #edit-actions::before:hover::before,.no-touch .block-views-exposed-filter-blockpresident-blog-search-list-block-1 #edit-actions::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.block-views-exposed-filter-blockcityu-announcement-list-block .search-focus [id*=edit-keyword],.block-views-exposed-filter-blockcityu-announcement-list-block .search-focus #edit-keyword,.block-views-exposed-filter-blockcityu-news-list-block-1 .search-focus [id*=edit-keyword],.block-views-exposed-filter-blockcityu-news-list-block-1 .search-focus #edit-keyword,.block-views-exposed-filter-blockcityu-event-list-block .search-focus [id*=edit-keyword],.block-views-exposed-filter-blockcityu-event-list-block .search-focus #edit-keyword,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .search-focus [id*=edit-keyword],.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .search-focus #edit-keyword {
    box-shadow: none;
    background-color: #FFFFFF;
    color: #2E2E2E;
    border: 2px solid #1d1d1b;
}

.block-views-exposed-filter-blockcityu-announcement-list-block .search-focus [id*=edit-keyword]::-webkit-input-placeholder,.block-views-exposed-filter-blockcityu-announcement-list-block .search-focus #edit-keyword::-webkit-input-placeholder,.block-views-exposed-filter-blockcityu-news-list-block-1 .search-focus [id*=edit-keyword]::-webkit-input-placeholder,.block-views-exposed-filter-blockcityu-news-list-block-1 .search-focus #edit-keyword::-webkit-input-placeholder,.block-views-exposed-filter-blockcityu-event-list-block .search-focus [id*=edit-keyword]::-webkit-input-placeholder,.block-views-exposed-filter-blockcityu-event-list-block .search-focus #edit-keyword::-webkit-input-placeholder,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .search-focus [id*=edit-keyword]::-webkit-input-placeholder,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .search-focus #edit-keyword::-webkit-input-placeholder {
    color: #2E2E2E;
}

.block-views-exposed-filter-blockcityu-announcement-list-block .search-focus [id*=edit-keyword]:-moz-placeholder,.block-views-exposed-filter-blockcityu-announcement-list-block .search-focus #edit-keyword:-moz-placeholder,.block-views-exposed-filter-blockcityu-news-list-block-1 .search-focus [id*=edit-keyword]:-moz-placeholder,.block-views-exposed-filter-blockcityu-news-list-block-1 .search-focus #edit-keyword:-moz-placeholder,.block-views-exposed-filter-blockcityu-event-list-block .search-focus [id*=edit-keyword]:-moz-placeholder,.block-views-exposed-filter-blockcityu-event-list-block .search-focus #edit-keyword:-moz-placeholder,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .search-focus [id*=edit-keyword]:-moz-placeholder,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .search-focus #edit-keyword:-moz-placeholder {
    color: #2E2E2E;
}

.block-views-exposed-filter-blockcityu-announcement-list-block .search-focus [id*=edit-keyword]::-moz-placeholder,.block-views-exposed-filter-blockcityu-announcement-list-block .search-focus #edit-keyword::-moz-placeholder,.block-views-exposed-filter-blockcityu-news-list-block-1 .search-focus [id*=edit-keyword]::-moz-placeholder,.block-views-exposed-filter-blockcityu-news-list-block-1 .search-focus #edit-keyword::-moz-placeholder,.block-views-exposed-filter-blockcityu-event-list-block .search-focus [id*=edit-keyword]::-moz-placeholder,.block-views-exposed-filter-blockcityu-event-list-block .search-focus #edit-keyword::-moz-placeholder,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .search-focus [id*=edit-keyword]::-moz-placeholder,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .search-focus #edit-keyword::-moz-placeholder {
    color: #2E2E2E;
}

.block-views-exposed-filter-blockcityu-announcement-list-block .search-focus [id*=edit-keyword]:-ms-input-placeholder,.block-views-exposed-filter-blockcityu-announcement-list-block .search-focus #edit-keyword:-ms-input-placeholder,.block-views-exposed-filter-blockcityu-news-list-block-1 .search-focus [id*=edit-keyword]:-ms-input-placeholder,.block-views-exposed-filter-blockcityu-news-list-block-1 .search-focus #edit-keyword:-ms-input-placeholder,.block-views-exposed-filter-blockcityu-event-list-block .search-focus [id*=edit-keyword]:-ms-input-placeholder,.block-views-exposed-filter-blockcityu-event-list-block .search-focus #edit-keyword:-ms-input-placeholder,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .search-focus [id*=edit-keyword]:-ms-input-placeholder,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .search-focus #edit-keyword:-ms-input-placeholder {
    color: #2E2E2E;
}

.block-views-exposed-filter-blockcityu-announcement-list-block .search-focus [id*=edit-actions]::before,.block-views-exposed-filter-blockcityu-announcement-list-block .search-focus #edit-actions::before,.block-views-exposed-filter-blockcityu-news-list-block-1 .search-focus [id*=edit-actions]::before,.block-views-exposed-filter-blockcityu-news-list-block-1 .search-focus #edit-actions::before,.block-views-exposed-filter-blockcityu-event-list-block .search-focus [id*=edit-actions]::before,.block-views-exposed-filter-blockcityu-event-list-block .search-focus #edit-actions::before,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .search-focus [id*=edit-actions]::before,.block-views-exposed-filter-blockpresident-blog-search-list-block-1 .search-focus #edit-actions::before {
    color: #2E2E2E;
}

.search-activated.search-focus [id*=edit-keyword],.search-activated.search-focus #edit-keyword {
    background-color: #FFFFFF;
    color: #2E2E2E;
    border: 2px solid #0090D1;
}

.search-activated.search-focus [id*=edit-actions]::before,.search-activated.search-focus #edit-actions::before {
    color: #2E2E2E;
}

.search-populated [id*=edit-keyword],.search-populated #edit-keyword {
    background-color: #FFFFFF;
}

.ui-filters {
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 999.98px) {
    .ui-filters {
        margin:20px auto 15px;
    }
}

.ui-filters.single {
    padding-left: 0;
    padding-right: 0;
}

.ui-filters.single .filter {
    max-width: 50%;
}

@media (max-width: 759.98px) {
    .ui-filters.single .filter {
        max-width:100%;
    }
}

@media (max-width: 759.98px) {
    .ui-filters {
        display:block;
    }
}

.ui-filters .filter {
    margin-right: 24px;
    border-radius: 4px;
    background-color: #f6f6f6;
    padding: 1.5rem 0.625rem;
    flex: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 1199.98px) {
    .ui-filters .filter {
        padding:1.125rem 0.375rem;
    }
}

@media (max-width: 999.98px) {
    .ui-filters .filter {
        margin-right:16px;
        padding: 1.5rem 0.625rem;
    }
}

@media (max-width: 759.98px) {
    .ui-filters .filter {
        margin-right:0;
        margin-bottom: 15px;
        padding: 1.125rem 0.375rem;
    }

    .ui-filters .filter:last-child {
        margin-bottom: 0;
    }
}

.ui-filters .filter:last-child {
    margin-right: 0;
}

@media (max-width: 759.98px) {
    .ui-filters .filter:last-child {
        margin-left:0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.ui-filters .filter .t {
    color: #2e2e2e;
    font-size: 0.9375rem;
    font-weight: 900;
    line-height: 1.25rem;
    display: inline-block;
}

@media (max-width: 759.98px) {
    .ui-filters .filter .t {
        font-size:0.8125rem;
    }
}

.ui-filters .filter::after {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: #bf165e;
    margin-left: auto;
}

.no-touch .ui-filters .filter::after:hover::after,.no-touch .ui-filters .filter::after:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .ui-filters .filter::after:hover::before,.no-touch .ui-filters .filter::after:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.ui-filters .filter-disabled::after,.ui-filters .filter-disabled::before,.ui-filters .filter-disabled .t {
    color: #8c8c8c !important;
}

.ui-filters .f-category::before,.ui-filters .f-department::before,.ui-filters .f-mode::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .ui-filters .f-category::before:hover::after,.no-touch .ui-filters .f-category::before:focus::after,.no-touch .ui-filters .f-department::before:hover::after,.no-touch .ui-filters .f-department::before:focus::after,.no-touch .ui-filters .f-mode::before:hover::after,.no-touch .ui-filters .f-mode::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .ui-filters .f-category::before:hover::before,.no-touch .ui-filters .f-category::before:focus::before,.no-touch .ui-filters .f-department::before:hover::before,.no-touch .ui-filters .f-department::before:focus::before,.no-touch .ui-filters .f-mode::before:hover::before,.no-touch .ui-filters .f-mode::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.ui-filters .f-date::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .ui-filters .f-date::before:hover::after,.no-touch .ui-filters .f-date::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .ui-filters .f-date::before:hover::before,.no-touch .ui-filters .f-date::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.ui-filters .f-college::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .ui-filters .f-college::before:hover::after,.no-touch .ui-filters .f-college::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .ui-filters .f-college::before:hover::before,.no-touch .ui-filters .f-college::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.ui-filters .f-level::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .ui-filters .f-level::before:hover::after,.no-touch .ui-filters .f-level::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .ui-filters .f-level::before:hover::before,.no-touch .ui-filters .f-level::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.ui-filters ul {
    position: absolute;
    min-width: 250px;
    max-height: 320px;
    overflow-y: auto;
    top: 0;
    left: 0;
    border: 0.5px solid #aaaaaa;
    border-radius: 5px;
    background-color: #f6f6f6;
    box-shadow: inset 0 0 2px 0 rgba(255,255,255,0.5),0 4px 10px 0 rgba(0,0,0,0.33);
    z-index: 100;
    padding: 0.625rem 0;
}

.ui-filters ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
}

.ui-filters ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.ui-filters ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #555;
}

.ui-filters ul li {
    color: #2e2e2e;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    padding: 0.3125rem 1.875rem;
}

.ui-filters ul li:hover {
    background-color: #4094fe;
    color: #fff;
}

.ui-filters ul li.selected {
    position: relative;
}

.ui-filters ul li.selected::before {
    position: absolute;
    left: 4px;
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .ui-filters ul li.selected::before:hover::after,.no-touch .ui-filters ul li.selected::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .ui-filters ul li.selected::before:hover::before,.no-touch .ui-filters ul li.selected::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.ui-filters ul li.selected:hover::before {
    color: #fff;
}

.filter-over {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 98;
}

.filter-over-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 95;
}

.filter-reset {
    max-width: 30%;
    margin-left: auto;
    font-size: 13px;
    line-height: 1.69;
}

@media (max-width: 999.98px) {
    .filter-reset {
        margin-bottom:16px;
    }
}

@media (max-width: 999.98px) {
    .filter-reset {
        max-width:100%;
    }
}

.filter-reset a {
    font-weight: 900;
    letter-spacing: 0.95px;
    color: #bf165e;
    color: #bf165e;
}

.no-touch .filter-reset a:hover,.filter-reset a:active {
    color: #6b203e;
}

.filter-reset a::after {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .filter-reset a::after:hover::after,.no-touch .filter-reset a::after:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .filter-reset a::after:hover::before,.no-touch .filter-reset a::after:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.filter-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filter-single .ui-filters {
    width: 33%;
}

@media (max-width: 999.98px) {
    .filter-single .ui-filters {
        width:100%;
    }
}

.filter-two-items .ui-filters {
    width: 65.72%;
}

@media (max-width: 999.98px) {
    .filter-two-items .ui-filters {
        width:100%;
    }
}

.filter-three-items .ui-filters {
    width: 100%;
    margin: 25px 0 12px;
}

@media (max-width: 1199.98px) {
    .filter-three-items .ui-filters {
        margin:25px 0 20px;
    }
}

@media (max-width: 999.98px) {
    .filter-three-items .ui-filters {
        width:100%;
        margin: 25px 0 15px;
    }
}

@media (max-width: 759.98px) {
    .filter-three-items .ui-filters {
        margin:20px 0 15px;
    }
}

.filter-three-items .filter-reset {
    margin-bottom: 27px;
}

@media (max-width: 1199.98px) {
    .filter-three-items .filter-reset {
        margin-bottom:16px;
    }
}

@media (max-width: 999.98px) {
    .filter-three-items .filter-reset {
        margin-bottom:15px;
    }
}

@media (max-width: 999.98px) {
    .filter-three-items .filter-reset {
        margin-bottom:16px;
    }
}

[data-block-plugin-id="facet_block:announcement_departments"] .content,[data-block-plugin-id="facet_block:announcement_targets"] .content,[data-block-plugin-id="facet_block:news_category"] .content,[data-block-plugin-id="facet_block:news_date"] .content,[data-block-plugin-id="facet_block:news_department"] .content,[data-block-plugin-id="facet_block:cityu_event_date"] .content,[data-block-plugin-id="facet_block:cityu_event_target"] .content,[data-block-plugin-id="facet_block:cityu_event_category"] .content {
    display: none;
}

.view .pagination {
    margin-top: 50px;
    justify-content: center;
}

@media (max-width: 759.98px) {
    .view .pagination {
        justify-content:space-between;
    }
}

.view .pagination .page-link {
    padding: 0 24px;
    margin-left: 0;
    line-height: 43px;
    color: #2E2E2E;
    background-color: transparent;
    border: none;
}

.view .pagination .page-link:focus {
    box-shadow: none;
}

.view .pagination .page-more {
    margin-left: 0;
    line-height: 43px;
    color: #2E2E2E;
    border: none;
}

.view .pagination .page-more span {
    cursor: default;
}

.view .pagination .page-number {
    font-size: 16px;
    color: #2E2E2E;
}

.no-touch .view .pagination .page-number:hover,.view .pagination .page-number:active {
    color: #bf165e;
}

.view .pagination .active {
    font-weight: 900;
}

.view .pagination .page-item-main {
    display: inline-flex;
}

.view .pagination .page-item-main > li a::after,.view .pagination .page-item-main > li span::after {
    content: '';
    display: none;
    position: absolute;
    z-index: 5;
    top: 8px;
    right: 0;
    width: 1px;
    height: 27px;
    background-color: #D8D8D8;
}

@media (min-width: 760px) {
    .view .pagination .page-item-main > li a::after,.view .pagination .page-item-main > li span::after {
        display:block;
    }
}

.view .pagination .page-item-main > li:last-child a::after,.view .pagination .page-item-main > li:last-child span::after {
    display: none;
}

.view .pagination .page-item-main .page-item {
    display: none;
}

@media (min-width: 760px) {
    .view .pagination .page-item-main .page-item {
        display:block;
    }
}

.view .pagination .page-item-main .page-item.active {
    display: block;
}

.view .pagination .news-list-page-link {
    width: 43px;
    height: 43px;
    padding: 0;
    text-align: center;
    background-color: rgba(113,113,113,0.4);
    border-radius: 0;
}

.view .pagination .news-list-page-link span {
    font-size: 20px;
    line-height: 43px;
    color: #FFFFFF;
}

.no-touch .view .pagination .news-list-page-link:hover,.no-touch .view .pagination .news-list-page-link:focus,.view .pagination .news-list-page-link:active {
    background-color: #717171;
}

.view .pagination .pager__item--next {
    visibility: hidden;
    margin-left: 24px;
}

.view .pagination .pager__item--pre {
    visibility: hidden;
    margin-right: 24px;
}

.list-empty {
    margin-bottom: 32px;
    font-size: 17px;
    line-height: 30px;
    color: #2E2E2E;
}

.view-cityu-announcement-list .views-row > .target .date {
    margin-right: 16px;
    font-size: 13.5px;
    font-weight: bold;
    line-height: 18px;
    color: #1d1d1b;
}

.view-cityu-announcement-list .views-row > .target .target {
    font-size: 13.5px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #717171;
    font-weight: bold;
}

.view-cityu-announcement-list .views-row .title {
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;
}

.view-cityu-announcement-list .views-row .title a {
    color: #bf165e;
}

.no-touch .view-cityu-announcement-list .views-row .title a:hover,.view-cityu-announcement-list .views-row .no-touch .title a:hover,.view-cityu-announcement-list .views-row .title a:active {
    color: #6b203e;
}

.view-cityu-announcement-list .views-row .title a[target=_blank]::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf165e;
    margin-left: 6px;
    font-size: 13.5px;
    line-height: 1.3;
    letter-spacing: 1px;
    vertical-align: middle;
}

.no-touch .view-cityu-announcement-list .views-row .title a[target=_blank]:hover:after,.view-cityu-announcement-list .views-row .no-touch .title a[target=_blank]:hover:after,.view-cityu-announcement-list .views-row .title a[target=_blank]:active:after {
    color: #6b203e;
}

.view-cityu-announcement-list .views-row .summary {
    font-size: 15px;
    line-height: 25px;
    color: #2e2e2e;
}

.node--type-cityu-normal-page .region-main .field--name-title h1 {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    color: #bf165e;
}

@media (max-width: 1199.98px) {
    .node--type-cityu-normal-page .region-main .field--name-title h1 {
        font-size:30px;
        line-height: 1.4;
        letter-spacing: -0.33px;
    }
}

@media (max-width: 999.98px) {
    .node--type-cityu-normal-page .region-main .field--name-title h1 {
        font-size:26px;
        line-height: 1.38;
        letter-spacing: -0.29px;
    }
}

@media (max-width: 759.98px) {
    .node--type-cityu-normal-page .region-main .field--name-title h1 {
        font-size:24px;
        line-height: 1.25;
        letter-spacing: normal;
    }
}

.node--type-cityu-normal-page .region-main .field--name-title h1 {
    display: block;
    margin-bottom: 25px;
}

@media (max-width: 759.98px) {
    .node--type-cityu-normal-page .region-main .field--name-title h1 {
        margin-bottom:20px;
        font-size: 28px;
    }
}

.node--type-cityu-normal-page .block-views-exposed-filter-blockcityu-announcement-list-block fieldset {
    width: 100%;
}

.view-cityu-announcement-list .views-row {
    margin-bottom: 20px;
    padding: 30px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.2);
}

@media (max-width: 759.98px) {
    .view-cityu-announcement-list .views-row {
        padding:22px;
    }
}

.view-cityu-announcement-list .views-row:last-child {
    margin-bottom: 0;
}

.view-cityu-announcement-list .views-row > .target {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.view-cityu-announcement-list .views-row .title {
    margin-top: 15px;
}

@media (max-width: 1199.98px) {
    .view-cityu-announcement-list .views-row .title {
        margin-top:12px;
    }
}

.view-cityu-announcement-list .views-row .summary {
    margin-top: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.view-cityu-news-list .news-date,.view-cityu-news-list .views-field-field-cityu-blog-date,.view-president-blog-search-list .news-date,.view-president-blog-search-list .views-field-field-cityu-blog-date {
    margin-right: 16px;
    font-size: 13.5px;
    font-weight: bold;
    line-height: 18px;
    color: #1d1d1b;
}

.view-cityu-news-list .news-author,.view-cityu-news-list .views-field-uid,.view-president-blog-search-list .news-author,.view-president-blog-search-list .views-field-uid {
    margin-right: 8px;
    font-size: 13.5px;
    font-weight: bold;
    line-height: 18px;
    color: #717171;
}

.view-cityu-news-list .news-category,.view-president-blog-search-list .news-category {
    font-size: 13.5px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #717171;
    font-weight: bold;
}

.view-cityu-news-list .news-title,.view-cityu-news-list .views-field-title,.view-president-blog-search-list .news-title,.view-president-blog-search-list .views-field-title {
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;
}

.view-cityu-news-list .news-title a,.view-cityu-news-list .views-field-title a,.view-president-blog-search-list .news-title a,.view-president-blog-search-list .views-field-title a {
    color: #bf165e;
}

.no-touch .view-cityu-news-list .news-title a:hover,.view-cityu-news-list .no-touch .news-title a:hover,.no-touch .view-cityu-news-list .views-field-title a:hover,.view-cityu-news-list .no-touch .views-field-title a:hover,.no-touch .view-president-blog-search-list .news-title a:hover,.view-president-blog-search-list .no-touch .news-title a:hover,.no-touch .view-president-blog-search-list .views-field-title a:hover,.view-president-blog-search-list .no-touch .views-field-title a:hover,.view-cityu-news-list .news-title a:active,.view-cityu-news-list .views-field-title a:active,.view-president-blog-search-list .news-title a:active,.view-president-blog-search-list .views-field-title a:active {
    color: #6b203e;
}

.view-cityu-news-list .news-title a[target=_blank]::after,.view-cityu-news-list .views-field-title a[target=_blank]::after,.view-president-blog-search-list .news-title a[target=_blank]::after,.view-president-blog-search-list .views-field-title a[target=_blank]::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf165e;
    margin-left: 6px;
    font-size: 13.5px;
    line-height: 1.3;
    letter-spacing: 1px;
    vertical-align: middle;
}

.no-touch .view-cityu-news-list .news-title a[target=_blank]:hover:after,.view-cityu-news-list .no-touch .news-title a[target=_blank]:hover:after,.no-touch .view-cityu-news-list .views-field-title a[target=_blank]:hover:after,.view-cityu-news-list .no-touch .views-field-title a[target=_blank]:hover:after,.no-touch .view-president-blog-search-list .news-title a[target=_blank]:hover:after,.view-president-blog-search-list .no-touch .news-title a[target=_blank]:hover:after,.no-touch .view-president-blog-search-list .views-field-title a[target=_blank]:hover:after,.view-president-blog-search-list .no-touch .views-field-title a[target=_blank]:hover:after,.view-cityu-news-list .news-title a[target=_blank]:active:after,.view-cityu-news-list .views-field-title a[target=_blank]:active:after,.view-president-blog-search-list .news-title a[target=_blank]:active:after,.view-president-blog-search-list .views-field-title a[target=_blank]:active:after {
    color: #6b203e;
}

.view-cityu-news-list .views-row > p,.view-president-blog-search-list .views-row > p {
    font-size: 15px;
    line-height: 25px;
    color: #2e2e2e;
}

.view-cityu-news-list .views-row,.view-president-blog-search-list .views-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 30px 45px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.2);
    line-height: 1.67em;
}

@media (max-width: 1199.98px) {
    .view-cityu-news-list .views-row,.view-president-blog-search-list .views-row {
        padding:25px 30px;
    }
}

@media (max-width: 759.98px) {
    .view-cityu-news-list .views-row,.view-president-blog-search-list .views-row {
        padding:22px;
    }
}

.view-cityu-news-list .views-row:last-child,.view-president-blog-search-list .views-row:last-child {
    margin-bottom: 0;
}

.view-cityu-news-list .views-row > p,.view-president-blog-search-list .views-row > p {
    width: 100%;
    margin-top: 13px;
    clear: both;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .view-cityu-news-list .views-row > p,.view-president-blog-search-list .views-row > p {
        margin-top:12px;
    }
}

@media (max-width: 759.98px) {
    .view-cityu-news-list .views-row > p,.view-president-blog-search-list .views-row > p {
        margin-top:15px;
    }
}

@media (min-width: 760px) {
    .view-cityu-news-list .views-row .col-md-10,.view-president-blog-search-list .views-row .col-md-10 {
        flex-basis:auto;
        flex-grow: 1;
        flex-shrink: 0;
    }
}

.view-cityu-news-list .news-title,.view-cityu-news-list .views-field-title,.view-president-blog-search-list .news-title,.view-president-blog-search-list .views-field-title {
    width: 100%;
}

.view-cityu-news-list .news-date,.view-cityu-news-list .news-author,.view-cityu-news-list .news-category,.view-cityu-news-list .views-field-field-cityu-blog-date,.view-cityu-news-list .views-field-uid,.view-president-blog-search-list .news-date,.view-president-blog-search-list .news-author,.view-president-blog-search-list .news-category,.view-president-blog-search-list .views-field-field-cityu-blog-date,.view-president-blog-search-list .views-field-uid {
    margin-top: 10px;
}

@media (max-width: 1199.98px) {
    .view-cityu-news-list .news-date,.view-cityu-news-list .news-author,.view-cityu-news-list .news-category,.view-cityu-news-list .views-field-field-cityu-blog-date,.view-cityu-news-list .views-field-uid,.view-president-blog-search-list .news-date,.view-president-blog-search-list .news-author,.view-president-blog-search-list .news-category,.view-president-blog-search-list .views-field-field-cityu-blog-date,.view-president-blog-search-list .views-field-uid {
        margin-top:12px;
    }
}

@media (max-width: 999.98px) {
    .view-cityu-news-list .news-date,.view-cityu-news-list .news-author,.view-cityu-news-list .news-category,.view-cityu-news-list .views-field-field-cityu-blog-date,.view-cityu-news-list .views-field-uid,.view-president-blog-search-list .news-date,.view-president-blog-search-list .news-author,.view-president-blog-search-list .news-category,.view-president-blog-search-list .views-field-field-cityu-blog-date,.view-president-blog-search-list .views-field-uid {
        margin-top:12px;
    }
}

@media (max-width: 759.98px) {
    .view-cityu-news-list .news-date,.view-cityu-news-list .news-author,.view-cityu-news-list .news-category,.view-cityu-news-list .views-field-field-cityu-blog-date,.view-cityu-news-list .views-field-uid,.view-president-blog-search-list .news-date,.view-president-blog-search-list .news-author,.view-president-blog-search-list .news-category,.view-president-blog-search-list .views-field-field-cityu-blog-date,.view-president-blog-search-list .views-field-uid {
        margin-top:10px;
    }
}

.view-cityu-news-list .news-date-author-wrapper,.view-president-blog-search-list .news-date-author-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.view-cityu-news-list .news-author,.view-cityu-news-list .views-field-uid,.view-president-blog-search-list .news-author,.view-president-blog-search-list .views-field-uid {
    font-weight: normal;
    color: #bf165e;
}

.view-cityu-news-list .news-category a,.view-president-blog-search-list .news-category a {
    color: #717171;
}

.view-cityu-news-list .news-category a:hover,.view-president-blog-search-list .news-category a:hover {
    color: #bf165e;
}

.view-cityu-news-list .t-news-list-section,.view-president-blog-search-list .t-news-list-section {
    display: none;
    margin-bottom: 20px;
    padding: 30px 45px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.1);
}

@media (max-width: 1199.98px) {
    .view-cityu-news-list .t-news-list-section,.view-president-blog-search-list .t-news-list-section {
        padding:25px 30px;
        margin-bottom: 15px;
    }
}

@media (max-width: 759.98px) {
    .view-cityu-news-list .t-news-list-section,.view-president-blog-search-list .t-news-list-section {
        padding:22px;
    }
}

.view-cityu-news-list .t-news-list-section:last-child,.view-president-blog-search-list .t-news-list-section:last-child {
    margin-bottom: 0;
}

.view-cityu-news-list .t-news-list-section .views-row,.view-president-blog-search-list .t-news-list-section .views-row {
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
}

.view-cityu-news-list .t-news-list-section .views-row::after,.view-president-blog-search-list .t-news-list-section .views-row::after {
    content: "";
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
}

@media (max-width: 1199.98px) {
    .view-cityu-news-list .t-news-list-section .views-row::after,.view-president-blog-search-list .t-news-list-section .views-row::after {
        margin-top:25px;
        margin-bottom: 25px;
    }
}

@media (max-width: 759.98px) {
    .view-cityu-news-list .t-news-list-section .views-row::after,.view-president-blog-search-list .t-news-list-section .views-row::after {
        margin-top:22px;
        margin-bottom: 22px;
    }
}

.view-cityu-news-list .t-news-list-section .views-row:last-child::after,.view-president-blog-search-list .t-news-list-section .views-row:last-child::after {
    display: none;
}

.view-cityu-news-list .t-news-list-date,.view-president-blog-search-list .t-news-list-date {
    position: relative;
    margin: 0 0 20px 0;
    padding-left: 45px;
    background-color: rgba(191,22,94,0.1);
    border-left: solid 4px #bf165e;
    line-height: 44px;
    cursor: pointer;
    font-size: 13.5px;
    letter-spacing: 1px;
    color: #1d1d1b;
    font-weight: 800;
}

@media (max-width: 1199.98px) {
    .view-cityu-news-list .t-news-list-date,.view-president-blog-search-list .t-news-list-date {
        padding-left:30px;
        margin: 0 0 15px 0;
    }
}

@media (max-width: 759.98px) {
    .view-cityu-news-list .t-news-list-date,.view-president-blog-search-list .t-news-list-date {
        padding-left:18px;
    }
}

.view-cityu-news-list .t-news-list-date:nth-last-of-type(1),.view-president-blog-search-list .t-news-list-date:nth-last-of-type(1) {
    margin: 0;
}

.view-cityu-news-list .t-news-list-date::after,.view-president-blog-search-list .t-news-list-date::after {
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    font-size: 13.5px;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #1d1d1b;
}

.view-cityu-news-list .t-news-list-date.t-active::after,.view-president-blog-search-list .t-news-list-date.t-active::after {
    content: "\f106";
}

.view-cityu-news-list .t-news-list-date.t-active,.view-president-blog-search-list .t-news-list-date.t-active {
    margin-bottom: 0;
}

.view-cityu-event-list .datetime-target .event-date {
    margin-right: 16px;
    font-size: 13.5px;
    font-weight: bold;
    line-height: 18px;
    color: #1d1d1b;
}

.view-cityu-event-list .datetime-target .event-target {
    font-size: 13.5px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #717171;
    font-weight: bold;
}

.view-cityu-event-list .event-title {
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;
}

.view-cityu-event-list .event-title a {
    color: #bf165e;
}

.no-touch .view-cityu-event-list .event-title a:hover,.view-cityu-event-list .no-touch .event-title a:hover,.view-cityu-event-list .event-title a:active {
    color: #6b203e;
}

.view-cityu-event-list .event-title a[target=_blank]::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf165e;
    margin-left: 6px;
    font-size: 13.5px;
    line-height: 1.3;
    letter-spacing: 1px;
    vertical-align: middle;
}

.no-touch .view-cityu-event-list .event-title a[target=_blank]:hover:after,.view-cityu-event-list .no-touch .event-title a[target=_blank]:hover:after,.view-cityu-event-list .event-title a[target=_blank]:active:after {
    color: #6b203e;
}

.view-cityu-event-list .event-summary {
    font-size: 15px;
    line-height: 25px;
    color: #2e2e2e;
}

.view-cityu-event-list {
    margin-top: 60px;
}

@media (max-width: 1199.98px) {
    .view-cityu-event-list {
        margin-top:30px;
    }
}

.view-cityu-event-list .views-row {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
}

.view-cityu-event-list .views-row:first-child {
    padding-top: 0;
}

.view-cityu-event-list .views-row:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.view-cityu-event-list .event-title {
    margin-top: 7px;
}

@media (max-width: 759.98px) {
    .view-cityu-event-list .event-title {
        margin-top:0;
    }
}

.view-cityu-event-list .datetime-target {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.view-cityu-event-list .datetime-target .event-date {
    margin-bottom: 8px;
}

.view-cityu-event-list .datetime-target .event-target {
    margin-bottom: 8px;
}

.view-cityu-event-list .event-venue {
    margin-top: 11px;
    font-size: 15px;
    font-weight: 800;
    line-height: 25px;
    color: #2e2e2e;
}

.view-cityu-event-list .event-summary {
    margin-top: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 999.98px) {
    .view-cityu-event-list .event-summary {
        margin-top:6px;
    }
}

@media (max-width: 759.98px) {
    .view-cityu-event-list .event-summary {
        margin-top:11px;
    }
}

.view-cityu-event-list .event-thumbnail {
    margin-bottom: 20px;
    text-align: center;
}

.view-cityu-event-list .event-thumbnail img {
    max-width: 100%;
    width: auto;
}

@media (min-width: 760px) {
    .view-cityu-event-list .event-thumbnail {
        float:left;
        width: 15%;
        margin-right: 25px;
    }
}

.block-entity-fieldnodebody .primary-title,.field--name-field-cityu-normal-content .primary-title,.block-field-blocknodecityu-normal-pagebody .primary-title,.block-entity-fieldnodefield-cityu-service-description .primary-title,.block-field-blocknodecityu-eventbody .primary-title,.block-field-blocknodepagebody .primary-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    color: #bf165e;
}

@media (max-width: 1199.98px) {
    .block-entity-fieldnodebody .primary-title,.field--name-field-cityu-normal-content .primary-title,.block-field-blocknodecityu-normal-pagebody .primary-title,.block-entity-fieldnodefield-cityu-service-description .primary-title,.block-field-blocknodecityu-eventbody .primary-title,.block-field-blocknodepagebody .primary-title {
        font-size:30px;
        line-height: 1.4;
        letter-spacing: -0.33px;
    }
}

@media (max-width: 999.98px) {
    .block-entity-fieldnodebody .primary-title,.field--name-field-cityu-normal-content .primary-title,.block-field-blocknodecityu-normal-pagebody .primary-title,.block-entity-fieldnodefield-cityu-service-description .primary-title,.block-field-blocknodecityu-eventbody .primary-title,.block-field-blocknodepagebody .primary-title {
        font-size:26px;
        line-height: 1.38;
        letter-spacing: -0.29px;
    }
}

@media (max-width: 759.98px) {
    .block-entity-fieldnodebody .primary-title,.field--name-field-cityu-normal-content .primary-title,.block-field-blocknodecityu-normal-pagebody .primary-title,.block-entity-fieldnodefield-cityu-service-description .primary-title,.block-field-blocknodecityu-eventbody .primary-title,.block-field-blocknodepagebody .primary-title {
        font-size:24px;
        line-height: 1.25;
        letter-spacing: normal;
    }
}

.block-entity-fieldnodebody,.field--name-field-cityu-normal-content,.block-field-blocknodecityu-normal-pagebody,.block-entity-fieldnodefield-cityu-service-description,.block-field-blocknodecityu-eventbody,.block-field-blocknodepagebody {
}

.block-entity-fieldnodebody p,.field--name-field-cityu-normal-content p,.block-field-blocknodecityu-normal-pagebody p,.block-entity-fieldnodefield-cityu-service-description p,.block-field-blocknodecityu-eventbody p,.block-field-blocknodepagebody p {
    margin-bottom: 32px !important;
}

.block-entity-fieldnodebody img,.field--name-field-cityu-normal-content img,.block-field-blocknodecityu-normal-pagebody img,.block-entity-fieldnodefield-cityu-service-description img,.block-field-blocknodecityu-eventbody img,.block-field-blocknodepagebody img {
    max-width: 100%;
    height: auto;
}

.block-entity-fieldnodebody .Nessunaspaziatura1,.field--name-field-cityu-normal-content .Nessunaspaziatura1,.block-field-blocknodecityu-normal-pagebody .Nessunaspaziatura1,.block-entity-fieldnodefield-cityu-service-description .Nessunaspaziatura1,.block-field-blocknodecityu-eventbody .Nessunaspaziatura1,.block-field-blocknodepagebody .Nessunaspaziatura1 {
    font-size: 16px !important;
    margin-bottom: 32px !important;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .Nessunaspaziatura1,.field--name-field-cityu-normal-content .Nessunaspaziatura1,.block-field-blocknodecityu-normal-pagebody .Nessunaspaziatura1,.block-entity-fieldnodefield-cityu-service-description .Nessunaspaziatura1,.block-field-blocknodecityu-eventbody .Nessunaspaziatura1,.block-field-blocknodepagebody .Nessunaspaziatura1 {
        font-size:17px !important;
    }
}

.block-entity-fieldnodebody a,.field--name-field-cityu-normal-content a,.block-field-blocknodecityu-normal-pagebody a,.block-entity-fieldnodefield-cityu-service-description a,.block-field-blocknodecityu-eventbody a,.block-field-blocknodepagebody a {
    word-wrap: break-word;
    text-decoration: none !important;
    color: #bf165e;
}

.no-touch .block-entity-fieldnodebody a:hover,.no-touch .field--name-field-cityu-normal-content a:hover,.no-touch .block-field-blocknodecityu-normal-pagebody a:hover,.no-touch .block-entity-fieldnodefield-cityu-service-description a:hover,.no-touch .block-field-blocknodecityu-eventbody a:hover,.no-touch .block-field-blocknodepagebody a:hover,.block-entity-fieldnodebody a:active,.field--name-field-cityu-normal-content a:active,.block-field-blocknodecityu-normal-pagebody a:active,.block-entity-fieldnodefield-cityu-service-description a:active,.block-field-blocknodecityu-eventbody a:active,.block-field-blocknodepagebody a:active {
    color: #6b203e;
}

.block-entity-fieldnodebody p,.field--name-field-cityu-normal-content p,.block-field-blocknodecityu-normal-pagebody p,.block-entity-fieldnodefield-cityu-service-description p,.block-field-blocknodecityu-eventbody p,.block-field-blocknodepagebody p,.block-entity-fieldnodebody a,.field--name-field-cityu-normal-content a,.block-field-blocknodecityu-normal-pagebody a,.block-entity-fieldnodefield-cityu-service-description a,.block-field-blocknodecityu-eventbody a,.block-field-blocknodepagebody a {
    font-size: 16px !important;
    line-height: 30px !important;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody p,.field--name-field-cityu-normal-content p,.block-field-blocknodecityu-normal-pagebody p,.block-entity-fieldnodefield-cityu-service-description p,.block-field-blocknodecityu-eventbody p,.block-field-blocknodepagebody p,.block-entity-fieldnodebody a,.field--name-field-cityu-normal-content a,.block-field-blocknodecityu-normal-pagebody a,.block-entity-fieldnodefield-cityu-service-description a,.block-field-blocknodecityu-eventbody a,.block-field-blocknodepagebody a {
        font-size:17px !important;
    }
}

.block-entity-fieldnodebody img,.field--name-field-cityu-normal-content img,.block-field-blocknodecityu-normal-pagebody img,.block-entity-fieldnodefield-cityu-service-description img,.block-field-blocknodecityu-eventbody img,.block-field-blocknodepagebody img {
    max-width: 100%;
}

.block-entity-fieldnodebody hr,.field--name-field-cityu-normal-content hr,.block-field-blocknodecityu-normal-pagebody hr,.block-entity-fieldnodefield-cityu-service-description hr,.block-field-blocknodecityu-eventbody hr,.block-field-blocknodepagebody hr {
    margin-top: 0;
    margin-bottom: 32px;
}

.block-entity-fieldnodebody h1,.field--name-field-cityu-normal-content h1,.block-field-blocknodecityu-normal-pagebody h1,.block-entity-fieldnodefield-cityu-service-description h1,.block-field-blocknodecityu-eventbody h1,.block-field-blocknodepagebody h1 {
    margin-bottom: 16px;
    color: #bf165e;
    font-size: 42px;
    line-height: 50px;
    font-weight: 900;
    letter-spacing: -0.4px;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody h1,.field--name-field-cityu-normal-content h1,.block-field-blocknodecityu-normal-pagebody h1,.block-entity-fieldnodefield-cityu-service-description h1,.block-field-blocknodecityu-eventbody h1,.block-field-blocknodepagebody h1 {
        margin-bottom:48px;
        font-size: 72px;
        line-height: 72px;
        letter-spacing: -0.8px;
    }
}

.block-entity-fieldnodebody .video-embed-field-provider-youtube,.field--name-field-cityu-normal-content .video-embed-field-provider-youtube,.block-field-blocknodecityu-normal-pagebody .video-embed-field-provider-youtube,.block-entity-fieldnodefield-cityu-service-description .video-embed-field-provider-youtube,.block-field-blocknodecityu-eventbody .video-embed-field-provider-youtube,.block-field-blocknodepagebody .video-embed-field-provider-youtube {
    margin-bottom: 32px;
}

.block-entity-fieldnodebody .ck-content-link,.field--name-field-cityu-normal-content .ck-content-link,.block-field-blocknodecityu-normal-pagebody .ck-content-link,.block-entity-fieldnodefield-cityu-service-description .ck-content-link,.block-field-blocknodecityu-eventbody .ck-content-link,.block-field-blocknodepagebody .ck-content-link,.block-entity-fieldnodebody .ck-link-external,.field--name-field-cityu-normal-content .ck-link-external,.block-field-blocknodecityu-normal-pagebody .ck-link-external,.block-entity-fieldnodefield-cityu-service-description .ck-link-external,.block-field-blocknodecityu-eventbody .ck-link-external,.block-field-blocknodepagebody .ck-link-external,.block-entity-fieldnodebody .ck-link-download,.field--name-field-cityu-normal-content .ck-link-download,.block-field-blocknodecityu-normal-pagebody .ck-link-download,.block-entity-fieldnodefield-cityu-service-description .ck-link-download,.block-field-blocknodecityu-eventbody .ck-link-download,.block-field-blocknodepagebody .ck-link-download,.block-entity-fieldnodebody .cityu-document a,.field--name-field-cityu-normal-content .cityu-document a,.block-field-blocknodecityu-normal-pagebody .cityu-document a,.block-entity-fieldnodefield-cityu-service-description .cityu-document a,.block-field-blocknodecityu-eventbody .cityu-document a,.block-field-blocknodepagebody .cityu-document a {
    color: #bf165e;
    font-size: 0.84375rem;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1rem;
    padding-right: 8px;
    font-weight: normal;
    margin-bottom: 8px;
    font-size: 17px !important;
    line-height: 30px !important;
}

.block-entity-fieldnodebody .ck-content-link:after,.field--name-field-cityu-normal-content .ck-content-link:after,.block-field-blocknodecityu-normal-pagebody .ck-content-link:after,.block-entity-fieldnodefield-cityu-service-description .ck-content-link:after,.block-field-blocknodecityu-eventbody .ck-content-link:after,.block-field-blocknodepagebody .ck-content-link:after,.block-entity-fieldnodebody .ck-link-external:after,.field--name-field-cityu-normal-content .ck-link-external:after,.block-field-blocknodecityu-normal-pagebody .ck-link-external:after,.block-entity-fieldnodefield-cityu-service-description .ck-link-external:after,.block-field-blocknodecityu-eventbody .ck-link-external:after,.block-field-blocknodepagebody .ck-link-external:after,.block-entity-fieldnodebody .ck-link-download:after,.field--name-field-cityu-normal-content .ck-link-download:after,.block-field-blocknodecityu-normal-pagebody .ck-link-download:after,.block-entity-fieldnodefield-cityu-service-description .ck-link-download:after,.block-field-blocknodecityu-eventbody .ck-link-download:after,.block-field-blocknodepagebody .ck-link-download:after,.block-entity-fieldnodebody .cityu-document a:after,.field--name-field-cityu-normal-content .cityu-document a:after,.block-field-blocknodecityu-normal-pagebody .cityu-document a:after,.block-entity-fieldnodefield-cityu-service-description .cityu-document a:after,.block-field-blocknodecityu-eventbody .cityu-document a:after,.block-field-blocknodepagebody .cityu-document a:after {
    transition: padding .25s;
}

.block-entity-fieldnodebody .ck-content-link i,.field--name-field-cityu-normal-content .ck-content-link i,.block-field-blocknodecityu-normal-pagebody .ck-content-link i,.block-entity-fieldnodefield-cityu-service-description .ck-content-link i,.block-field-blocknodecityu-eventbody .ck-content-link i,.block-field-blocknodepagebody .ck-content-link i,.block-entity-fieldnodebody .ck-link-external i,.field--name-field-cityu-normal-content .ck-link-external i,.block-field-blocknodecityu-normal-pagebody .ck-link-external i,.block-entity-fieldnodefield-cityu-service-description .ck-link-external i,.block-field-blocknodecityu-eventbody .ck-link-external i,.block-field-blocknodepagebody .ck-link-external i,.block-entity-fieldnodebody .ck-link-download i,.field--name-field-cityu-normal-content .ck-link-download i,.block-field-blocknodecityu-normal-pagebody .ck-link-download i,.block-entity-fieldnodefield-cityu-service-description .ck-link-download i,.block-field-blocknodecityu-eventbody .ck-link-download i,.block-field-blocknodepagebody .ck-link-download i,.block-entity-fieldnodebody .cityu-document a i,.field--name-field-cityu-normal-content .cityu-document a i,.block-field-blocknodecityu-normal-pagebody .cityu-document a i,.block-entity-fieldnodefield-cityu-service-description .cityu-document a i,.block-field-blocknodecityu-eventbody .cityu-document a i,.block-field-blocknodepagebody .cityu-document a i {
    padding-left: 8px;
    transition: padding .25s;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .ck-content-link,.field--name-field-cityu-normal-content .ck-content-link,.block-field-blocknodecityu-normal-pagebody .ck-content-link,.block-entity-fieldnodefield-cityu-service-description .ck-content-link,.block-field-blocknodecityu-eventbody .ck-content-link,.block-field-blocknodepagebody .ck-content-link,.block-entity-fieldnodebody .ck-link-external,.field--name-field-cityu-normal-content .ck-link-external,.block-field-blocknodecityu-normal-pagebody .ck-link-external,.block-entity-fieldnodefield-cityu-service-description .ck-link-external,.block-field-blocknodecityu-eventbody .ck-link-external,.block-field-blocknodepagebody .ck-link-external,.block-entity-fieldnodebody .ck-link-download,.field--name-field-cityu-normal-content .ck-link-download,.block-field-blocknodecityu-normal-pagebody .ck-link-download,.block-entity-fieldnodefield-cityu-service-description .ck-link-download,.block-field-blocknodecityu-eventbody .ck-link-download,.block-field-blocknodepagebody .ck-link-download,.block-entity-fieldnodebody .cityu-document a,.field--name-field-cityu-normal-content .cityu-document a,.block-field-blocknodecityu-normal-pagebody .cityu-document a,.block-entity-fieldnodefield-cityu-service-description .cityu-document a,.block-field-blocknodecityu-eventbody .cityu-document a,.block-field-blocknodepagebody .cityu-document a {
        font-size:0.84375rem;
        line-height: 1.125rem;
    }
}

.no-touch .block-entity-fieldnodebody .ck-content-link:hover,.no-touch .field--name-field-cityu-normal-content .ck-content-link:hover,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-content-link:hover,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-content-link:hover,.no-touch .block-field-blocknodecityu-eventbody .ck-content-link:hover,.no-touch .block-field-blocknodepagebody .ck-content-link:hover,.no-touch .block-entity-fieldnodebody .ck-content-link:focus,.no-touch .field--name-field-cityu-normal-content .ck-content-link:focus,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-content-link:focus,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-content-link:focus,.no-touch .block-field-blocknodecityu-eventbody .ck-content-link:focus,.no-touch .block-field-blocknodepagebody .ck-content-link:focus,.block-entity-fieldnodebody .ck-content-link:active,.field--name-field-cityu-normal-content .ck-content-link:active,.block-field-blocknodecityu-normal-pagebody .ck-content-link:active,.block-entity-fieldnodefield-cityu-service-description .ck-content-link:active,.block-field-blocknodecityu-eventbody .ck-content-link:active,.block-field-blocknodepagebody .ck-content-link:active,.no-touch .block-entity-fieldnodebody .ck-link-external:hover,.no-touch .field--name-field-cityu-normal-content .ck-link-external:hover,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-external:hover,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-external:hover,.no-touch .block-field-blocknodecityu-eventbody .ck-link-external:hover,.no-touch .block-field-blocknodepagebody .ck-link-external:hover,.no-touch .block-entity-fieldnodebody .ck-link-external:focus,.no-touch .field--name-field-cityu-normal-content .ck-link-external:focus,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-external:focus,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-external:focus,.no-touch .block-field-blocknodecityu-eventbody .ck-link-external:focus,.no-touch .block-field-blocknodepagebody .ck-link-external:focus,.block-entity-fieldnodebody .ck-link-external:active,.field--name-field-cityu-normal-content .ck-link-external:active,.block-field-blocknodecityu-normal-pagebody .ck-link-external:active,.block-entity-fieldnodefield-cityu-service-description .ck-link-external:active,.block-field-blocknodecityu-eventbody .ck-link-external:active,.block-field-blocknodepagebody .ck-link-external:active,.no-touch .block-entity-fieldnodebody .ck-link-download:hover,.no-touch .field--name-field-cityu-normal-content .ck-link-download:hover,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-download:hover,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-download:hover,.no-touch .block-field-blocknodecityu-eventbody .ck-link-download:hover,.no-touch .block-field-blocknodepagebody .ck-link-download:hover,.no-touch .block-entity-fieldnodebody .ck-link-download:focus,.no-touch .field--name-field-cityu-normal-content .ck-link-download:focus,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-download:focus,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-download:focus,.no-touch .block-field-blocknodecityu-eventbody .ck-link-download:focus,.no-touch .block-field-blocknodepagebody .ck-link-download:focus,.block-entity-fieldnodebody .ck-link-download:active,.field--name-field-cityu-normal-content .ck-link-download:active,.block-field-blocknodecityu-normal-pagebody .ck-link-download:active,.block-entity-fieldnodefield-cityu-service-description .ck-link-download:active,.block-field-blocknodecityu-eventbody .ck-link-download:active,.block-field-blocknodepagebody .ck-link-download:active,.no-touch .block-entity-fieldnodebody .cityu-document a:hover,.no-touch .field--name-field-cityu-normal-content .cityu-document a:hover,.no-touch .block-field-blocknodecityu-normal-pagebody .cityu-document a:hover,.no-touch .block-entity-fieldnodefield-cityu-service-description .cityu-document a:hover,.no-touch .block-field-blocknodecityu-eventbody .cityu-document a:hover,.no-touch .block-field-blocknodepagebody .cityu-document a:hover,.no-touch .block-entity-fieldnodebody .cityu-document a:focus,.no-touch .field--name-field-cityu-normal-content .cityu-document a:focus,.no-touch .block-field-blocknodecityu-normal-pagebody .cityu-document a:focus,.no-touch .block-entity-fieldnodefield-cityu-service-description .cityu-document a:focus,.no-touch .block-field-blocknodecityu-eventbody .cityu-document a:focus,.no-touch .block-field-blocknodepagebody .cityu-document a:focus,.block-entity-fieldnodebody .cityu-document a:active,.field--name-field-cityu-normal-content .cityu-document a:active,.block-field-blocknodecityu-normal-pagebody .cityu-document a:active,.block-entity-fieldnodefield-cityu-service-description .cityu-document a:active,.block-field-blocknodecityu-eventbody .cityu-document a:active,.block-field-blocknodepagebody .cityu-document a:active {
    color: #6b203e;
}

.no-touch .block-entity-fieldnodebody .ck-content-link:hover::after,.no-touch .field--name-field-cityu-normal-content .ck-content-link:hover::after,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-content-link:hover::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-content-link:hover::after,.no-touch .block-field-blocknodecityu-eventbody .ck-content-link:hover::after,.no-touch .block-field-blocknodepagebody .ck-content-link:hover::after,.no-touch .block-entity-fieldnodebody .ck-content-link:focus::after,.no-touch .field--name-field-cityu-normal-content .ck-content-link:focus::after,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-content-link:focus::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-content-link:focus::after,.no-touch .block-field-blocknodecityu-eventbody .ck-content-link:focus::after,.no-touch .block-field-blocknodepagebody .ck-content-link:focus::after,.block-entity-fieldnodebody .ck-content-link:active::after,.field--name-field-cityu-normal-content .ck-content-link:active::after,.block-field-blocknodecityu-normal-pagebody .ck-content-link:active::after,.block-entity-fieldnodefield-cityu-service-description .ck-content-link:active::after,.block-field-blocknodecityu-eventbody .ck-content-link:active::after,.block-field-blocknodepagebody .ck-content-link:active::after,.no-touch .block-entity-fieldnodebody .ck-link-external:hover::after,.no-touch .field--name-field-cityu-normal-content .ck-link-external:hover::after,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-external:hover::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-external:hover::after,.no-touch .block-field-blocknodecityu-eventbody .ck-link-external:hover::after,.no-touch .block-field-blocknodepagebody .ck-link-external:hover::after,.no-touch .block-entity-fieldnodebody .ck-link-external:focus::after,.no-touch .field--name-field-cityu-normal-content .ck-link-external:focus::after,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-external:focus::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-external:focus::after,.no-touch .block-field-blocknodecityu-eventbody .ck-link-external:focus::after,.no-touch .block-field-blocknodepagebody .ck-link-external:focus::after,.block-entity-fieldnodebody .ck-link-external:active::after,.field--name-field-cityu-normal-content .ck-link-external:active::after,.block-field-blocknodecityu-normal-pagebody .ck-link-external:active::after,.block-entity-fieldnodefield-cityu-service-description .ck-link-external:active::after,.block-field-blocknodecityu-eventbody .ck-link-external:active::after,.block-field-blocknodepagebody .ck-link-external:active::after,.no-touch .block-entity-fieldnodebody .ck-link-download:hover::after,.no-touch .field--name-field-cityu-normal-content .ck-link-download:hover::after,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-download:hover::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-download:hover::after,.no-touch .block-field-blocknodecityu-eventbody .ck-link-download:hover::after,.no-touch .block-field-blocknodepagebody .ck-link-download:hover::after,.no-touch .block-entity-fieldnodebody .ck-link-download:focus::after,.no-touch .field--name-field-cityu-normal-content .ck-link-download:focus::after,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-download:focus::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-download:focus::after,.no-touch .block-field-blocknodecityu-eventbody .ck-link-download:focus::after,.no-touch .block-field-blocknodepagebody .ck-link-download:focus::after,.block-entity-fieldnodebody .ck-link-download:active::after,.field--name-field-cityu-normal-content .ck-link-download:active::after,.block-field-blocknodecityu-normal-pagebody .ck-link-download:active::after,.block-entity-fieldnodefield-cityu-service-description .ck-link-download:active::after,.block-field-blocknodecityu-eventbody .ck-link-download:active::after,.block-field-blocknodepagebody .ck-link-download:active::after,.no-touch .block-entity-fieldnodebody .cityu-document a:hover::after,.no-touch .field--name-field-cityu-normal-content .cityu-document a:hover::after,.no-touch .block-field-blocknodecityu-normal-pagebody .cityu-document a:hover::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .cityu-document a:hover::after,.no-touch .block-field-blocknodecityu-eventbody .cityu-document a:hover::after,.no-touch .block-field-blocknodepagebody .cityu-document a:hover::after,.no-touch .block-entity-fieldnodebody .cityu-document a:focus::after,.no-touch .field--name-field-cityu-normal-content .cityu-document a:focus::after,.no-touch .block-field-blocknodecityu-normal-pagebody .cityu-document a:focus::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .cityu-document a:focus::after,.no-touch .block-field-blocknodecityu-eventbody .cityu-document a:focus::after,.no-touch .block-field-blocknodepagebody .cityu-document a:focus::after,.block-entity-fieldnodebody .cityu-document a:active::after,.field--name-field-cityu-normal-content .cityu-document a:active::after,.block-field-blocknodecityu-normal-pagebody .cityu-document a:active::after,.block-entity-fieldnodefield-cityu-service-description .cityu-document a:active::after,.block-field-blocknodecityu-eventbody .cityu-document a:active::after,.block-field-blocknodepagebody .cityu-document a:active::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .block-entity-fieldnodebody .ck-content-link:hover i,.no-touch .field--name-field-cityu-normal-content .ck-content-link:hover i,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-content-link:hover i,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-content-link:hover i,.no-touch .block-field-blocknodecityu-eventbody .ck-content-link:hover i,.no-touch .block-field-blocknodepagebody .ck-content-link:hover i,.no-touch .block-entity-fieldnodebody .ck-content-link:focus i,.no-touch .field--name-field-cityu-normal-content .ck-content-link:focus i,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-content-link:focus i,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-content-link:focus i,.no-touch .block-field-blocknodecityu-eventbody .ck-content-link:focus i,.no-touch .block-field-blocknodepagebody .ck-content-link:focus i,.block-entity-fieldnodebody .ck-content-link:active i,.field--name-field-cityu-normal-content .ck-content-link:active i,.block-field-blocknodecityu-normal-pagebody .ck-content-link:active i,.block-entity-fieldnodefield-cityu-service-description .ck-content-link:active i,.block-field-blocknodecityu-eventbody .ck-content-link:active i,.block-field-blocknodepagebody .ck-content-link:active i,.no-touch .block-entity-fieldnodebody .ck-link-external:hover i,.no-touch .field--name-field-cityu-normal-content .ck-link-external:hover i,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-external:hover i,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-external:hover i,.no-touch .block-field-blocknodecityu-eventbody .ck-link-external:hover i,.no-touch .block-field-blocknodepagebody .ck-link-external:hover i,.no-touch .block-entity-fieldnodebody .ck-link-external:focus i,.no-touch .field--name-field-cityu-normal-content .ck-link-external:focus i,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-external:focus i,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-external:focus i,.no-touch .block-field-blocknodecityu-eventbody .ck-link-external:focus i,.no-touch .block-field-blocknodepagebody .ck-link-external:focus i,.block-entity-fieldnodebody .ck-link-external:active i,.field--name-field-cityu-normal-content .ck-link-external:active i,.block-field-blocknodecityu-normal-pagebody .ck-link-external:active i,.block-entity-fieldnodefield-cityu-service-description .ck-link-external:active i,.block-field-blocknodecityu-eventbody .ck-link-external:active i,.block-field-blocknodepagebody .ck-link-external:active i,.no-touch .block-entity-fieldnodebody .ck-link-download:hover i,.no-touch .field--name-field-cityu-normal-content .ck-link-download:hover i,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-download:hover i,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-download:hover i,.no-touch .block-field-blocknodecityu-eventbody .ck-link-download:hover i,.no-touch .block-field-blocknodepagebody .ck-link-download:hover i,.no-touch .block-entity-fieldnodebody .ck-link-download:focus i,.no-touch .field--name-field-cityu-normal-content .ck-link-download:focus i,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-download:focus i,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-download:focus i,.no-touch .block-field-blocknodecityu-eventbody .ck-link-download:focus i,.no-touch .block-field-blocknodepagebody .ck-link-download:focus i,.block-entity-fieldnodebody .ck-link-download:active i,.field--name-field-cityu-normal-content .ck-link-download:active i,.block-field-blocknodecityu-normal-pagebody .ck-link-download:active i,.block-entity-fieldnodefield-cityu-service-description .ck-link-download:active i,.block-field-blocknodecityu-eventbody .ck-link-download:active i,.block-field-blocknodepagebody .ck-link-download:active i,.no-touch .block-entity-fieldnodebody .cityu-document a:hover i,.no-touch .field--name-field-cityu-normal-content .cityu-document a:hover i,.no-touch .block-field-blocknodecityu-normal-pagebody .cityu-document a:hover i,.no-touch .block-entity-fieldnodefield-cityu-service-description .cityu-document a:hover i,.no-touch .block-field-blocknodecityu-eventbody .cityu-document a:hover i,.no-touch .block-field-blocknodepagebody .cityu-document a:hover i,.no-touch .block-entity-fieldnodebody .cityu-document a:focus i,.no-touch .field--name-field-cityu-normal-content .cityu-document a:focus i,.no-touch .block-field-blocknodecityu-normal-pagebody .cityu-document a:focus i,.no-touch .block-entity-fieldnodefield-cityu-service-description .cityu-document a:focus i,.no-touch .block-field-blocknodecityu-eventbody .cityu-document a:focus i,.no-touch .block-field-blocknodepagebody .cityu-document a:focus i,.block-entity-fieldnodebody .cityu-document a:active i,.field--name-field-cityu-normal-content .cityu-document a:active i,.block-field-blocknodecityu-normal-pagebody .cityu-document a:active i,.block-entity-fieldnodefield-cityu-service-description .cityu-document a:active i,.block-field-blocknodecityu-eventbody .cityu-document a:active i,.block-field-blocknodepagebody .cityu-document a:active i {
    padding-left: 1rem;
    padding-right: 0;
}

@media (max-width: 759.98px) {
    .block-entity-fieldnodebody .ck-content-link,.field--name-field-cityu-normal-content .ck-content-link,.block-field-blocknodecityu-normal-pagebody .ck-content-link,.block-entity-fieldnodefield-cityu-service-description .ck-content-link,.block-field-blocknodecityu-eventbody .ck-content-link,.block-field-blocknodepagebody .ck-content-link,.block-entity-fieldnodebody .ck-link-external,.field--name-field-cityu-normal-content .ck-link-external,.block-field-blocknodecityu-normal-pagebody .ck-link-external,.block-entity-fieldnodefield-cityu-service-description .ck-link-external,.block-field-blocknodecityu-eventbody .ck-link-external,.block-field-blocknodepagebody .ck-link-external,.block-entity-fieldnodebody .ck-link-download,.field--name-field-cityu-normal-content .ck-link-download,.block-field-blocknodecityu-normal-pagebody .ck-link-download,.block-entity-fieldnodefield-cityu-service-description .ck-link-download,.block-field-blocknodecityu-eventbody .ck-link-download,.block-field-blocknodepagebody .ck-link-download,.block-entity-fieldnodebody .cityu-document a,.field--name-field-cityu-normal-content .cityu-document a,.block-field-blocknodecityu-normal-pagebody .cityu-document a,.block-entity-fieldnodefield-cityu-service-description .cityu-document a,.block-field-blocknodecityu-eventbody .cityu-document a,.block-field-blocknodepagebody .cityu-document a {
        font-size:16px;
    }
}

.block-entity-fieldnodebody .ck-content-link:after,.field--name-field-cityu-normal-content .ck-content-link:after,.block-field-blocknodecityu-normal-pagebody .ck-content-link:after,.block-entity-fieldnodefield-cityu-service-description .ck-content-link:after,.block-field-blocknodecityu-eventbody .ck-content-link:after,.block-field-blocknodepagebody .ck-content-link:after {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .block-entity-fieldnodebody .ck-content-link:after:hover::after,.no-touch .field--name-field-cityu-normal-content .ck-content-link:after:hover::after,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-content-link:after:hover::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-content-link:after:hover::after,.no-touch .block-field-blocknodecityu-eventbody .ck-content-link:after:hover::after,.no-touch .block-field-blocknodepagebody .ck-content-link:after:hover::after,.no-touch .block-entity-fieldnodebody .ck-content-link:after:focus::after,.no-touch .field--name-field-cityu-normal-content .ck-content-link:after:focus::after,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-content-link:after:focus::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-content-link:after:focus::after,.no-touch .block-field-blocknodecityu-eventbody .ck-content-link:after:focus::after,.no-touch .block-field-blocknodepagebody .ck-content-link:after:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .block-entity-fieldnodebody .ck-content-link:after:hover::before,.no-touch .field--name-field-cityu-normal-content .ck-content-link:after:hover::before,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-content-link:after:hover::before,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-content-link:after:hover::before,.no-touch .block-field-blocknodecityu-eventbody .ck-content-link:after:hover::before,.no-touch .block-field-blocknodepagebody .ck-content-link:after:hover::before,.no-touch .block-entity-fieldnodebody .ck-content-link:after:focus::before,.no-touch .field--name-field-cityu-normal-content .ck-content-link:after:focus::before,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-content-link:after:focus::before,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-content-link:after:focus::before,.no-touch .block-field-blocknodecityu-eventbody .ck-content-link:after:focus::before,.no-touch .block-field-blocknodepagebody .ck-content-link:after:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.block-entity-fieldnodebody .ck-link-external:after,.field--name-field-cityu-normal-content .ck-link-external:after,.block-field-blocknodecityu-normal-pagebody .ck-link-external:after,.block-entity-fieldnodefield-cityu-service-description .ck-link-external:after,.block-field-blocknodecityu-eventbody .ck-link-external:after,.block-field-blocknodepagebody .ck-link-external:after {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .block-entity-fieldnodebody .ck-link-external:after:hover::after,.no-touch .field--name-field-cityu-normal-content .ck-link-external:after:hover::after,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-external:after:hover::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-external:after:hover::after,.no-touch .block-field-blocknodecityu-eventbody .ck-link-external:after:hover::after,.no-touch .block-field-blocknodepagebody .ck-link-external:after:hover::after,.no-touch .block-entity-fieldnodebody .ck-link-external:after:focus::after,.no-touch .field--name-field-cityu-normal-content .ck-link-external:after:focus::after,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-external:after:focus::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-external:after:focus::after,.no-touch .block-field-blocknodecityu-eventbody .ck-link-external:after:focus::after,.no-touch .block-field-blocknodepagebody .ck-link-external:after:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .block-entity-fieldnodebody .ck-link-external:after:hover::before,.no-touch .field--name-field-cityu-normal-content .ck-link-external:after:hover::before,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-external:after:hover::before,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-external:after:hover::before,.no-touch .block-field-blocknodecityu-eventbody .ck-link-external:after:hover::before,.no-touch .block-field-blocknodepagebody .ck-link-external:after:hover::before,.no-touch .block-entity-fieldnodebody .ck-link-external:after:focus::before,.no-touch .field--name-field-cityu-normal-content .ck-link-external:after:focus::before,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-external:after:focus::before,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-external:after:focus::before,.no-touch .block-field-blocknodecityu-eventbody .ck-link-external:after:focus::before,.no-touch .block-field-blocknodepagebody .ck-link-external:after:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.block-entity-fieldnodebody .ck-link-download:after,.field--name-field-cityu-normal-content .ck-link-download:after,.block-field-blocknodecityu-normal-pagebody .ck-link-download:after,.block-entity-fieldnodefield-cityu-service-description .ck-link-download:after,.block-field-blocknodecityu-eventbody .ck-link-download:after,.block-field-blocknodepagebody .ck-link-download:after,.block-entity-fieldnodebody .cityu-document-download a:after,.field--name-field-cityu-normal-content .cityu-document-download a:after,.block-field-blocknodecityu-normal-pagebody .cityu-document-download a:after,.block-entity-fieldnodefield-cityu-service-description .cityu-document-download a:after,.block-field-blocknodecityu-eventbody .cityu-document-download a:after,.block-field-blocknodepagebody .cityu-document-download a:after {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .block-entity-fieldnodebody .ck-link-download:after:hover::after,.no-touch .field--name-field-cityu-normal-content .ck-link-download:after:hover::after,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-download:after:hover::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-download:after:hover::after,.no-touch .block-field-blocknodecityu-eventbody .ck-link-download:after:hover::after,.no-touch .block-field-blocknodepagebody .ck-link-download:after:hover::after,.no-touch .block-entity-fieldnodebody .ck-link-download:after:focus::after,.no-touch .field--name-field-cityu-normal-content .ck-link-download:after:focus::after,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-download:after:focus::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-download:after:focus::after,.no-touch .block-field-blocknodecityu-eventbody .ck-link-download:after:focus::after,.no-touch .block-field-blocknodepagebody .ck-link-download:after:focus::after,.no-touch .block-entity-fieldnodebody .cityu-document-download a:after:hover::after,.no-touch .field--name-field-cityu-normal-content .cityu-document-download a:after:hover::after,.no-touch .block-field-blocknodecityu-normal-pagebody .cityu-document-download a:after:hover::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .cityu-document-download a:after:hover::after,.no-touch .block-field-blocknodecityu-eventbody .cityu-document-download a:after:hover::after,.no-touch .block-field-blocknodepagebody .cityu-document-download a:after:hover::after,.no-touch .block-entity-fieldnodebody .cityu-document-download a:after:focus::after,.no-touch .field--name-field-cityu-normal-content .cityu-document-download a:after:focus::after,.no-touch .block-field-blocknodecityu-normal-pagebody .cityu-document-download a:after:focus::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .cityu-document-download a:after:focus::after,.no-touch .block-field-blocknodecityu-eventbody .cityu-document-download a:after:focus::after,.no-touch .block-field-blocknodepagebody .cityu-document-download a:after:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .block-entity-fieldnodebody .ck-link-download:after:hover::before,.no-touch .field--name-field-cityu-normal-content .ck-link-download:after:hover::before,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-download:after:hover::before,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-download:after:hover::before,.no-touch .block-field-blocknodecityu-eventbody .ck-link-download:after:hover::before,.no-touch .block-field-blocknodepagebody .ck-link-download:after:hover::before,.no-touch .block-entity-fieldnodebody .ck-link-download:after:focus::before,.no-touch .field--name-field-cityu-normal-content .ck-link-download:after:focus::before,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-link-download:after:focus::before,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-link-download:after:focus::before,.no-touch .block-field-blocknodecityu-eventbody .ck-link-download:after:focus::before,.no-touch .block-field-blocknodepagebody .ck-link-download:after:focus::before,.no-touch .block-entity-fieldnodebody .cityu-document-download a:after:hover::before,.no-touch .field--name-field-cityu-normal-content .cityu-document-download a:after:hover::before,.no-touch .block-field-blocknodecityu-normal-pagebody .cityu-document-download a:after:hover::before,.no-touch .block-entity-fieldnodefield-cityu-service-description .cityu-document-download a:after:hover::before,.no-touch .block-field-blocknodecityu-eventbody .cityu-document-download a:after:hover::before,.no-touch .block-field-blocknodepagebody .cityu-document-download a:after:hover::before,.no-touch .block-entity-fieldnodebody .cityu-document-download a:after:focus::before,.no-touch .field--name-field-cityu-normal-content .cityu-document-download a:after:focus::before,.no-touch .block-field-blocknodecityu-normal-pagebody .cityu-document-download a:after:focus::before,.no-touch .block-entity-fieldnodefield-cityu-service-description .cityu-document-download a:after:focus::before,.no-touch .block-field-blocknodecityu-eventbody .cityu-document-download a:after:focus::before,.no-touch .block-field-blocknodepagebody .cityu-document-download a:after:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.block-entity-fieldnodebody .ck-button-link,.field--name-field-cityu-normal-content .ck-button-link,.block-field-blocknodecityu-normal-pagebody .ck-button-link,.block-entity-fieldnodefield-cityu-service-description .ck-button-link,.block-field-blocknodecityu-eventbody .ck-button-link,.block-field-blocknodepagebody .ck-button-link {
    margin: 32px 0;
    display: inline-block;
    width: 100%;
    font-size: 1.0625rem;
    line-height: 1.875rem;
    padding: 16px 16px 18px;
    text-align: center;
    text-transform: inherit;
    border: 1px solid #bf165e;
    border-radius: 4px;
    font-weight: 900;
    color: #bf165e;
}

.block-entity-fieldnodebody .ck-button-link:after,.field--name-field-cityu-normal-content .ck-button-link:after,.block-field-blocknodecityu-normal-pagebody .ck-button-link:after,.block-entity-fieldnodefield-cityu-service-description .ck-button-link:after,.block-field-blocknodecityu-eventbody .ck-button-link:after,.block-field-blocknodepagebody .ck-button-link:after {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
    padding-left: 0.5rem;
}

.no-touch .block-entity-fieldnodebody .ck-button-link:after:hover::after,.no-touch .field--name-field-cityu-normal-content .ck-button-link:after:hover::after,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-button-link:after:hover::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-button-link:after:hover::after,.no-touch .block-field-blocknodecityu-eventbody .ck-button-link:after:hover::after,.no-touch .block-field-blocknodepagebody .ck-button-link:after:hover::after,.no-touch .block-entity-fieldnodebody .ck-button-link:after:focus::after,.no-touch .field--name-field-cityu-normal-content .ck-button-link:after:focus::after,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-button-link:after:focus::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-button-link:after:focus::after,.no-touch .block-field-blocknodecityu-eventbody .ck-button-link:after:focus::after,.no-touch .block-field-blocknodepagebody .ck-button-link:after:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .block-entity-fieldnodebody .ck-button-link:after:hover::before,.no-touch .field--name-field-cityu-normal-content .ck-button-link:after:hover::before,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-button-link:after:hover::before,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-button-link:after:hover::before,.no-touch .block-field-blocknodecityu-eventbody .ck-button-link:after:hover::before,.no-touch .block-field-blocknodepagebody .ck-button-link:after:hover::before,.no-touch .block-entity-fieldnodebody .ck-button-link:after:focus::before,.no-touch .field--name-field-cityu-normal-content .ck-button-link:after:focus::before,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-button-link:after:focus::before,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-button-link:after:focus::before,.no-touch .block-field-blocknodecityu-eventbody .ck-button-link:after:focus::before,.no-touch .block-field-blocknodepagebody .ck-button-link:after:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .ck-button-link,.field--name-field-cityu-normal-content .ck-button-link,.block-field-blocknodecityu-normal-pagebody .ck-button-link,.block-entity-fieldnodefield-cityu-service-description .ck-button-link,.block-field-blocknodecityu-eventbody .ck-button-link,.block-field-blocknodepagebody .ck-button-link {
        margin:40px 0;
        padding: 16px 24px 16px;
    }
}

@media (min-width: 1000px) {
    .block-entity-fieldnodebody .ck-button-link,.field--name-field-cityu-normal-content .ck-button-link,.block-field-blocknodecityu-normal-pagebody .ck-button-link,.block-entity-fieldnodefield-cityu-service-description .ck-button-link,.block-field-blocknodecityu-eventbody .ck-button-link,.block-field-blocknodepagebody .ck-button-link {
        width:auto;
        min-width: 256px;
    }
}

.block-entity-fieldnodebody .ck-button-link::after,.field--name-field-cityu-normal-content .ck-button-link::after,.block-field-blocknodecityu-normal-pagebody .ck-button-link::after,.block-entity-fieldnodefield-cityu-service-description .ck-button-link::after,.block-field-blocknodecityu-eventbody .ck-button-link::after,.block-field-blocknodepagebody .ck-button-link::after {
    transition: padding .25s;
}

.no-touch .block-entity-fieldnodebody .ck-button-link:hover,.no-touch .field--name-field-cityu-normal-content .ck-button-link:hover,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-button-link:hover,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-button-link:hover,.no-touch .block-field-blocknodecityu-eventbody .ck-button-link:hover,.no-touch .block-field-blocknodepagebody .ck-button-link:hover,.block-entity-fieldnodebody .ck-button-link:active,.field--name-field-cityu-normal-content .ck-button-link:active,.block-field-blocknodecityu-normal-pagebody .ck-button-link:active,.block-entity-fieldnodefield-cityu-service-description .ck-button-link:active,.block-field-blocknodecityu-eventbody .ck-button-link:active,.block-field-blocknodepagebody .ck-button-link:active {
    color: #bf165e;
}

.no-touch .block-entity-fieldnodebody .ck-button-link:hover::after,.no-touch .field--name-field-cityu-normal-content .ck-button-link:hover::after,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-button-link:hover::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-button-link:hover::after,.no-touch .block-field-blocknodecityu-eventbody .ck-button-link:hover::after,.no-touch .block-field-blocknodepagebody .ck-button-link:hover::after,.block-entity-fieldnodebody .ck-button-link:active::after,.field--name-field-cityu-normal-content .ck-button-link:active::after,.block-field-blocknodecityu-normal-pagebody .ck-button-link:active::after,.block-entity-fieldnodefield-cityu-service-description .ck-button-link:active::after,.block-field-blocknodecityu-eventbody .ck-button-link:active::after,.block-field-blocknodepagebody .ck-button-link:active::after {
    transition: 0.5s;
    padding-left: 16px;
    padding-right: 0;
}

.no-touch .block-entity-fieldnodebody .ck-button-link:hover,.no-touch .field--name-field-cityu-normal-content .ck-button-link:hover,.no-touch .block-field-blocknodecityu-normal-pagebody .ck-button-link:hover,.no-touch .block-entity-fieldnodefield-cityu-service-description .ck-button-link:hover,.no-touch .block-field-blocknodecityu-eventbody .ck-button-link:hover,.no-touch .block-field-blocknodepagebody .ck-button-link:hover,.block-entity-fieldnodebody .ck-button-link:active,.field--name-field-cityu-normal-content .ck-button-link:active,.block-field-blocknodecityu-normal-pagebody .ck-button-link:active,.block-entity-fieldnodefield-cityu-service-description .ck-button-link:active,.block-field-blocknodecityu-eventbody .ck-button-link:active,.block-field-blocknodepagebody .ck-button-link:active {
    background-color: #bf165e;
    color: #FFFFFF;
}

.block-entity-fieldnodebody .ck-link-email,.field--name-field-cityu-normal-content .ck-link-email,.block-field-blocknodecityu-normal-pagebody .ck-link-email,.block-entity-fieldnodefield-cityu-service-description .ck-link-email,.block-field-blocknodecityu-eventbody .ck-link-email,.block-field-blocknodepagebody .ck-link-email {
    margin-bottom: 8px;
}

.block-entity-fieldnodebody .ck-link-email::before,.field--name-field-cityu-normal-content .ck-link-email::before,.block-field-blocknodecityu-normal-pagebody .ck-link-email::before,.block-entity-fieldnodefield-cityu-service-description .ck-link-email::before,.block-field-blocknodecityu-eventbody .ck-link-email::before,.block-field-blocknodepagebody .ck-link-email::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf165e;
    margin-right: 10px;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #dddddd;
    text-align: center;
}

.block-entity-fieldnodebody .ck-link-email a,.field--name-field-cityu-normal-content .ck-link-email a,.block-field-blocknodecityu-normal-pagebody .ck-link-email a,.block-entity-fieldnodefield-cityu-service-description .ck-link-email a,.block-field-blocknodecityu-eventbody .ck-link-email a,.block-field-blocknodepagebody .ck-link-email a {
    font-size: 16px !important;
    line-height: 1.88 !important;
    color: #bf165e;
    text-decoration: underline !important;
}

.block-entity-fieldnodebody .page-intro,.field--name-field-cityu-normal-content .page-intro,.block-field-blocknodecityu-normal-pagebody .page-intro,.block-entity-fieldnodefield-cityu-service-description .page-intro,.block-field-blocknodecityu-eventbody .page-intro,.block-field-blocknodepagebody .page-intro {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 30px;
    color: #2E2E2E;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .page-intro,.field--name-field-cityu-normal-content .page-intro,.block-field-blocknodecityu-normal-pagebody .page-intro,.block-entity-fieldnodefield-cityu-service-description .page-intro,.block-field-blocknodecityu-eventbody .page-intro,.block-field-blocknodepagebody .page-intro {
        font-size:24px;
        line-height: 36px;
    }
}

.block-entity-fieldnodebody .primary-title,.field--name-field-cityu-normal-content .primary-title,.block-field-blocknodecityu-normal-pagebody .primary-title,.block-entity-fieldnodefield-cityu-service-description .primary-title,.block-field-blocknodecityu-eventbody .primary-title,.block-field-blocknodepagebody .primary-title {
    margin-bottom: 16px;
    display: block;
    padding-top: 32px;
    font-weight: 900;
}

@media (max-width: 759.98px) {
    .block-entity-fieldnodebody .primary-title,.field--name-field-cityu-normal-content .primary-title,.block-field-blocknodecityu-normal-pagebody .primary-title,.block-entity-fieldnodefield-cityu-service-description .primary-title,.block-field-blocknodecityu-eventbody .primary-title,.block-field-blocknodepagebody .primary-title {
        margin-bottom:8px;
    }
}

.block-entity-fieldnodebody .secondary-title,.field--name-field-cityu-normal-content .secondary-title,.block-field-blocknodecityu-normal-pagebody .secondary-title,.block-entity-fieldnodefield-cityu-service-description .secondary-title,.block-field-blocknodecityu-eventbody .secondary-title,.block-field-blocknodepagebody .secondary-title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 38px;
    font-weight: 900;
    letter-spacing: -0.16px;
    color: #bf165e;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .secondary-title,.field--name-field-cityu-normal-content .secondary-title,.block-field-blocknodecityu-normal-pagebody .secondary-title,.block-entity-fieldnodefield-cityu-service-description .secondary-title,.block-field-blocknodecityu-eventbody .secondary-title,.block-field-blocknodepagebody .secondary-title {
        display:block;
        padding-top: 32px;
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: normal;
    }
}

.block-entity-fieldnodebody .tertiary-title,.field--name-field-cityu-normal-content .tertiary-title,.block-field-blocknodecityu-normal-pagebody .tertiary-title,.block-entity-fieldnodefield-cityu-service-description .tertiary-title,.block-field-blocknodecityu-eventbody .tertiary-title,.block-field-blocknodepagebody .tertiary-title {
    margin-bottom: 8px;
    font-size: 17.5px;
    line-height: 38px;
    font-weight: 900;
    letter-spacing: -0.13px;
    color: #2E2E2E;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .tertiary-title,.field--name-field-cityu-normal-content .tertiary-title,.block-field-blocknodecityu-normal-pagebody .tertiary-title,.block-entity-fieldnodefield-cityu-service-description .tertiary-title,.block-field-blocknodecityu-eventbody .tertiary-title,.block-field-blocknodepagebody .tertiary-title {
        display:block;
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: normal;
    }
}

.block-entity-fieldnodebody ol,.field--name-field-cityu-normal-content ol,.block-field-blocknodecityu-normal-pagebody ol,.block-entity-fieldnodefield-cityu-service-description ol,.block-field-blocknodecityu-eventbody ol,.block-field-blocknodepagebody ol,.block-entity-fieldnodebody ul,.field--name-field-cityu-normal-content ul,.block-field-blocknodecityu-normal-pagebody ul,.block-entity-fieldnodefield-cityu-service-description ul,.block-field-blocknodecityu-eventbody ul,.block-field-blocknodepagebody ul {
    padding: 0 0 0 1em;
    margin-bottom: 16px;
    overflow: hidden;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody ol,.field--name-field-cityu-normal-content ol,.block-field-blocknodecityu-normal-pagebody ol,.block-entity-fieldnodefield-cityu-service-description ol,.block-field-blocknodecityu-eventbody ol,.block-field-blocknodepagebody ol,.block-entity-fieldnodebody ul,.field--name-field-cityu-normal-content ul,.block-field-blocknodecityu-normal-pagebody ul,.block-entity-fieldnodefield-cityu-service-description ul,.block-field-blocknodecityu-eventbody ul,.block-field-blocknodepagebody ul {
        margin-bottom:40px;
    }
}

.block-entity-fieldnodebody li,.field--name-field-cityu-normal-content li,.block-field-blocknodecityu-normal-pagebody li,.block-entity-fieldnodefield-cityu-service-description li,.block-field-blocknodecityu-eventbody li,.block-field-blocknodepagebody li {
    padding-left: 16px;
    font-size: 16px;
    line-height: 30px;
    color: #2E2E2E;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody li,.field--name-field-cityu-normal-content li,.block-field-blocknodecityu-normal-pagebody li,.block-entity-fieldnodefield-cityu-service-description li,.block-field-blocknodecityu-eventbody li,.block-field-blocknodepagebody li {
        font-size:17px;
    }
}

.block-entity-fieldnodebody ol,.field--name-field-cityu-normal-content ol,.block-field-blocknodecityu-normal-pagebody ol,.block-entity-fieldnodefield-cityu-service-description ol,.block-field-blocknodecityu-eventbody ol,.block-field-blocknodepagebody ol {
    list-style-type: none;
    counter-reset: section;
}

.block-entity-fieldnodebody ol > li,.field--name-field-cityu-normal-content ol > li,.block-field-blocknodecityu-normal-pagebody ol > li,.block-entity-fieldnodefield-cityu-service-description ol > li,.block-field-blocknodecityu-eventbody ol > li,.block-field-blocknodepagebody ol > li {
    position: relative;
}

.block-entity-fieldnodebody ol > li::before,.field--name-field-cityu-normal-content ol > li::before,.block-field-blocknodecityu-normal-pagebody ol > li::before,.block-entity-fieldnodefield-cityu-service-description ol > li::before,.block-field-blocknodecityu-eventbody ol > li::before,.block-field-blocknodepagebody ol > li::before {
    content: counter(section) ".";
    counter-increment: section;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -1em;
    font-size: 16px;
    line-height: 30px;
    color: #2E2E2E;
}

.block-entity-fieldnodebody ul > li,.field--name-field-cityu-normal-content ul > li,.block-field-blocknodecityu-normal-pagebody ul > li,.block-entity-fieldnodefield-cityu-service-description ul > li,.block-field-blocknodecityu-eventbody ul > li,.block-field-blocknodepagebody ul > li {
    position: relative;
}

.block-entity-fieldnodebody ul > li::after,.field--name-field-cityu-normal-content ul > li::after,.block-field-blocknodecityu-normal-pagebody ul > li::after,.block-entity-fieldnodefield-cityu-service-description ul > li::after,.block-field-blocknodecityu-eventbody ul > li::after,.block-field-blocknodepagebody ul > li::after {
    content: '•';
    position: absolute;
    z-index: 1;
    top: 0;
    left: -1em;
    font-size: 16px;
    line-height: 30px;
    color: #2E2E2E;
    font-weight: normal;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody ul > li::after,.field--name-field-cityu-normal-content ul > li::after,.block-field-blocknodecityu-normal-pagebody ul > li::after,.block-entity-fieldnodefield-cityu-service-description ul > li::after,.block-field-blocknodecityu-eventbody ul > li::after,.block-field-blocknodepagebody ul > li::after {
        font-size:17px;
    }
}

.block-entity-fieldnodebody .content-link-list,.field--name-field-cityu-normal-content .content-link-list,.block-field-blocknodecityu-normal-pagebody .content-link-list,.block-entity-fieldnodefield-cityu-service-description .content-link-list,.block-field-blocknodecityu-eventbody .content-link-list,.block-field-blocknodepagebody .content-link-list {
    padding: 0 21px;
}

.block-entity-fieldnodebody .content-link-list ul,.field--name-field-cityu-normal-content .content-link-list ul,.block-field-blocknodecityu-normal-pagebody .content-link-list ul,.block-entity-fieldnodefield-cityu-service-description .content-link-list ul,.block-field-blocknodecityu-eventbody .content-link-list ul,.block-field-blocknodepagebody .content-link-list ul {
    padding: 0 23px;
}

.block-entity-fieldnodebody .content-link-list li,.field--name-field-cityu-normal-content .content-link-list li,.block-field-blocknodecityu-normal-pagebody .content-link-list li,.block-entity-fieldnodefield-cityu-service-description .content-link-list li,.block-field-blocknodecityu-eventbody .content-link-list li,.block-field-blocknodepagebody .content-link-list li {
    list-style: none;
}

.block-entity-fieldnodebody .content-link-list li::after,.field--name-field-cityu-normal-content .content-link-list li::after,.block-field-blocknodecityu-normal-pagebody .content-link-list li::after,.block-entity-fieldnodefield-cityu-service-description .content-link-list li::after,.block-field-blocknodecityu-eventbody .content-link-list li::after,.block-field-blocknodepagebody .content-link-list li::after {
    content: '\f0a9';
    position: absolute;
    z-index: 1;
    top: 8px;
    left: -21px;
    font-size: 13px;
    line-height: 13px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #bf165e;
}

.no-touch .block-entity-fieldnodebody .content-link-list li:hover::after,.no-touch .field--name-field-cityu-normal-content .content-link-list li:hover::after,.no-touch .block-field-blocknodecityu-normal-pagebody .content-link-list li:hover::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .content-link-list li:hover::after,.no-touch .block-field-blocknodecityu-eventbody .content-link-list li:hover::after,.no-touch .block-field-blocknodepagebody .content-link-list li:hover::after,.no-touch .block-entity-fieldnodebody .content-link-list li:focus::after,.no-touch .field--name-field-cityu-normal-content .content-link-list li:focus::after,.no-touch .block-field-blocknodecityu-normal-pagebody .content-link-list li:focus::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .content-link-list li:focus::after,.no-touch .block-field-blocknodecityu-eventbody .content-link-list li:focus::after,.no-touch .block-field-blocknodepagebody .content-link-list li:focus::after,.block-entity-fieldnodebody .content-link-list li:active::after,.field--name-field-cityu-normal-content .content-link-list li:active::after,.block-field-blocknodecityu-normal-pagebody .content-link-list li:active::after,.block-entity-fieldnodefield-cityu-service-description .content-link-list li:active::after,.block-field-blocknodecityu-eventbody .content-link-list li:active::after,.block-field-blocknodepagebody .content-link-list li:active::after {
    color: #6b203e;
}

.block-entity-fieldnodebody .table-header,.field--name-field-cityu-normal-content .table-header,.block-field-blocknodecityu-normal-pagebody .table-header,.block-entity-fieldnodefield-cityu-service-description .table-header,.block-field-blocknodecityu-eventbody .table-header,.block-field-blocknodepagebody .table-header {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 0.9375rem;
    font-weight: 900;
}

.block-entity-fieldnodebody .note-message,.field--name-field-cityu-normal-content .note-message,.block-field-blocknodecityu-normal-pagebody .note-message,.block-entity-fieldnodefield-cityu-service-description .note-message,.block-field-blocknodecityu-eventbody .note-message,.block-field-blocknodepagebody .note-message {
    margin-bottom: 2.1875rem;
}

.block-entity-fieldnodebody .note-message,.field--name-field-cityu-normal-content .note-message,.block-field-blocknodecityu-normal-pagebody .note-message,.block-entity-fieldnodefield-cityu-service-description .note-message,.block-field-blocknodecityu-eventbody .note-message,.block-field-blocknodepagebody .note-message,.block-entity-fieldnodebody .note-message li,.field--name-field-cityu-normal-content .note-message li,.block-field-blocknodecityu-normal-pagebody .note-message li,.block-entity-fieldnodefield-cityu-service-description .note-message li,.block-field-blocknodecityu-eventbody .note-message li,.block-field-blocknodepagebody .note-message li {
    color: #2E2E2E;
    font-size: 0.8125rem;
    line-height: 1.25rem;
}

.block-entity-fieldnodebody .note-message li,.field--name-field-cityu-normal-content .note-message li,.block-field-blocknodecityu-normal-pagebody .note-message li,.block-entity-fieldnodefield-cityu-service-description .note-message li,.block-field-blocknodecityu-eventbody .note-message li,.block-field-blocknodepagebody .note-message li {
    list-style-type: lower-alpha;
    margin-bottom: 0.5rem;
    padding-left: 8px;
}

.block-entity-fieldnodebody .note-message li::after,.field--name-field-cityu-normal-content .note-message li::after,.block-field-blocknodecityu-normal-pagebody .note-message li::after,.block-entity-fieldnodefield-cityu-service-description .note-message li::after,.block-field-blocknodecityu-eventbody .note-message li::after,.block-field-blocknodepagebody .note-message li::after {
    display: none;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance:none) {
        .block-entity-fieldnodebody .note-message,.field--name-field-cityu-normal-content .note-message,.block-field-blocknodecityu-normal-pagebody .note-message,.block-entity-fieldnodefield-cityu-service-description .note-message,.block-field-blocknodecityu-eventbody .note-message,.block-field-blocknodepagebody .note-message {
            padding:0 0 0 1.3em;
        }
    }
}

.block-entity-fieldnodebody _:-ms-lang(x),.field--name-field-cityu-normal-content _:-ms-lang(x),.block-field-blocknodecityu-normal-pagebody _:-ms-lang(x),.block-entity-fieldnodefield-cityu-service-description _:-ms-lang(x),.block-field-blocknodecityu-eventbody _:-ms-lang(x),.block-field-blocknodepagebody _:-ms-lang(x),.block-entity-fieldnodebody .note-message,.field--name-field-cityu-normal-content .note-message,.block-field-blocknodecityu-normal-pagebody .note-message,.block-entity-fieldnodefield-cityu-service-description .note-message,.block-field-blocknodecityu-eventbody .note-message,.block-field-blocknodepagebody .note-message {
    padding: 0 0 0 1.3em;
}

@media (max-width: 759.98px) {
    .block-entity-fieldnodebody .cityu-table,.field--name-field-cityu-normal-content .cityu-table,.block-field-blocknodecityu-normal-pagebody .cityu-table,.block-entity-fieldnodefield-cityu-service-description .cityu-table,.block-field-blocknodecityu-eventbody .cityu-table,.block-field-blocknodepagebody .cityu-table {
        overflow:auto;
        width: 100%;
    }
}

.block-entity-fieldnodebody .cityu-table table,.field--name-field-cityu-normal-content .cityu-table table,.block-field-blocknodecityu-normal-pagebody .cityu-table table,.block-entity-fieldnodefield-cityu-service-description .cityu-table table,.block-field-blocknodecityu-eventbody .cityu-table table,.block-field-blocknodepagebody .cityu-table table {
    float: none;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-color: #e8e8e8;
    margin-bottom: 0.5rem;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .cityu-table table,.field--name-field-cityu-normal-content .cityu-table table,.block-field-blocknodecityu-normal-pagebody .cityu-table table,.block-entity-fieldnodefield-cityu-service-description .cityu-table table,.block-field-blocknodecityu-eventbody .cityu-table table,.block-field-blocknodepagebody .cityu-table table {
        margin-bottom:1rem;
    }
}

@media (max-width: 759.98px) {
    .block-entity-fieldnodebody .cityu-table table,.field--name-field-cityu-normal-content .cityu-table table,.block-field-blocknodecityu-normal-pagebody .cityu-table table,.block-entity-fieldnodefield-cityu-service-description .cityu-table table,.block-field-blocknodecityu-eventbody .cityu-table table,.block-field-blocknodepagebody .cityu-table table {
        min-width:510px;
    }
}

.block-entity-fieldnodebody .cityu-table table th,.field--name-field-cityu-normal-content .cityu-table table th,.block-field-blocknodecityu-normal-pagebody .cityu-table table th,.block-entity-fieldnodefield-cityu-service-description .cityu-table table th,.block-field-blocknodecityu-eventbody .cityu-table table th,.block-field-blocknodepagebody .cityu-table table th,.block-entity-fieldnodebody .cityu-table table td,.field--name-field-cityu-normal-content .cityu-table table td,.block-field-blocknodecityu-normal-pagebody .cityu-table table td,.block-entity-fieldnodefield-cityu-service-description .cityu-table table td,.block-field-blocknodecityu-eventbody .cityu-table table td,.block-field-blocknodepagebody .cityu-table table td {
    border: 1px solid #e8e8e8;
    padding: 0.9375rem 1.4375rem;
}

.block-entity-fieldnodebody .cityu-table table th,.field--name-field-cityu-normal-content .cityu-table table th,.block-field-blocknodecityu-normal-pagebody .cityu-table table th,.block-entity-fieldnodefield-cityu-service-description .cityu-table table th,.block-field-blocknodecityu-eventbody .cityu-table table th,.block-field-blocknodepagebody .cityu-table table th {
    background-color: #bf165e;
    color: #fff;
    font-size: 0.75rem;
    line-height: 16px;
    font-weight: 900;
    letter-spacing: 1px;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .cityu-table table th,.field--name-field-cityu-normal-content .cityu-table table th,.block-field-blocknodecityu-normal-pagebody .cityu-table table th,.block-entity-fieldnodefield-cityu-service-description .cityu-table table th,.block-field-blocknodecityu-eventbody .cityu-table table th,.block-field-blocknodepagebody .cityu-table table th {
        font-size:0.84375rem;
        line-height: 1.125rem;
    }
}

.block-entity-fieldnodebody .cityu-table table .last td,.field--name-field-cityu-normal-content .cityu-table table .last td,.block-field-blocknodecityu-normal-pagebody .cityu-table table .last td,.block-entity-fieldnodefield-cityu-service-description .cityu-table table .last td,.block-field-blocknodecityu-eventbody .cityu-table table .last td,.block-field-blocknodepagebody .cityu-table table .last td {
    background-color: #717171;
    color: #fff;
    font-size: 0.84375rem;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.125rem;
}

.block-entity-fieldnodebody .table-note,.field--name-field-cityu-normal-content .table-note,.block-field-blocknodecityu-normal-pagebody .table-note,.block-entity-fieldnodefield-cityu-service-description .table-note,.block-field-blocknodecityu-eventbody .table-note,.block-field-blocknodepagebody .table-note {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 20px;
    color: #2E2E2E;
}

@media (max-width: 999.98px) {
    .block-entity-fieldnodebody .ck-list-title,.field--name-field-cityu-normal-content .ck-list-title,.block-field-blocknodecityu-normal-pagebody .ck-list-title,.block-entity-fieldnodefield-cityu-service-description .ck-list-title,.block-field-blocknodecityu-eventbody .ck-list-title,.block-field-blocknodepagebody .ck-list-title {
        margin-top:32px;
    }
}

.block-entity-fieldnodebody .ck-list-desc,.field--name-field-cityu-normal-content .ck-list-desc,.block-field-blocknodecityu-normal-pagebody .ck-list-desc,.block-entity-fieldnodefield-cityu-service-description .ck-list-desc,.block-field-blocknodecityu-eventbody .ck-list-desc,.block-field-blocknodepagebody .ck-list-desc {
    margin-bottom: 48px;
    font-size: 22px;
    line-height: 30px;
    color: #2E2E2E;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .ck-list-desc,.field--name-field-cityu-normal-content .ck-list-desc,.block-field-blocknodecityu-normal-pagebody .ck-list-desc,.block-entity-fieldnodefield-cityu-service-description .ck-list-desc,.block-field-blocknodecityu-eventbody .ck-list-desc,.block-field-blocknodepagebody .ck-list-desc {
        font-size:24px;
        line-height: 36px;
    }
}

.block-entity-fieldnodebody .ck-line,.field--name-field-cityu-normal-content .ck-line,.block-field-blocknodecityu-normal-pagebody .ck-line,.block-entity-fieldnodefield-cityu-service-description .ck-line,.block-field-blocknodecityu-eventbody .ck-line,.block-field-blocknodepagebody .ck-line {
    width: 100%;
    height: 1px;
    background-color: #E7E7E7;
}

.block-entity-fieldnodebody .caption-img,.field--name-field-cityu-normal-content .caption-img,.block-field-blocknodecityu-normal-pagebody .caption-img,.block-entity-fieldnodefield-cityu-service-description .caption-img,.block-field-blocknodecityu-eventbody .caption-img,.block-field-blocknodepagebody .caption-img {
    margin-bottom: 32px;
}

.block-entity-fieldnodebody .caption-img img,.field--name-field-cityu-normal-content .caption-img img,.block-field-blocknodecityu-normal-pagebody .caption-img img,.block-entity-fieldnodefield-cityu-service-description .caption-img img,.block-field-blocknodecityu-eventbody .caption-img img,.block-field-blocknodepagebody .caption-img img {
    margin-bottom: 8px;
}

.block-entity-fieldnodebody .caption-img figcaption,.field--name-field-cityu-normal-content .caption-img figcaption,.block-field-blocknodecityu-normal-pagebody .caption-img figcaption,.block-entity-fieldnodefield-cityu-service-description .caption-img figcaption,.block-field-blocknodecityu-eventbody .caption-img figcaption,.block-field-blocknodepagebody .caption-img figcaption {
    font-size: 15px;
    line-height: 22px;
}

.block-entity-fieldnodebody .ck-search-title,.field--name-field-cityu-normal-content .ck-search-title,.block-field-blocknodecityu-normal-pagebody .ck-search-title,.block-entity-fieldnodefield-cityu-service-description .ck-search-title,.block-field-blocknodecityu-eventbody .ck-search-title,.block-field-blocknodepagebody .ck-search-title {
    font-size: 27.5px;
    line-height: 38px;
    color: #bf165e;
    letter-spacing: -0.2px;
    font-weight: 900;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .ck-search-title,.field--name-field-cityu-normal-content .ck-search-title,.block-field-blocknodecityu-normal-pagebody .ck-search-title,.block-entity-fieldnodefield-cityu-service-description .ck-search-title,.block-field-blocknodecityu-eventbody .ck-search-title,.block-field-blocknodepagebody .ck-search-title {
        font-size:72px;
        line-height: 72px;
        letter-spacing: -0.8px;
    }
}

.block-entity-fieldnodebody .pull-left,.field--name-field-cityu-normal-content .pull-left,.block-field-blocknodecityu-normal-pagebody .pull-left,.block-entity-fieldnodefield-cityu-service-description .pull-left,.block-field-blocknodecityu-eventbody .pull-left,.block-field-blocknodepagebody .pull-left {
    float: left !important;
}

.block-entity-fieldnodebody .pull-right,.field--name-field-cityu-normal-content .pull-right,.block-field-blocknodecityu-normal-pagebody .pull-right,.block-entity-fieldnodefield-cityu-service-description .pull-right,.block-field-blocknodecityu-eventbody .pull-right,.block-field-blocknodepagebody .pull-right {
    float: right !important;
}

.block-entity-fieldnodebody .cityu-image-layout,.field--name-field-cityu-normal-content .cityu-image-layout,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout,.block-field-blocknodecityu-eventbody .cityu-image-layout,.block-field-blocknodepagebody .cityu-image-layout {
    padding-left: 0;
    padding-right: 0;
}

.block-entity-fieldnodebody .cityu-image-layout::after,.field--name-field-cityu-normal-content .cityu-image-layout::after,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout::after,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout::after,.block-field-blocknodecityu-eventbody .cityu-image-layout::after,.block-field-blocknodepagebody .cityu-image-layout::after {
    display: block;
    clear: both;
    content: "";
}

.block-entity-fieldnodebody .cityu-image-layout.container-fluid::before,.field--name-field-cityu-normal-content .cityu-image-layout.container-fluid::before,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout.container-fluid::before,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout.container-fluid::before,.block-field-blocknodecityu-eventbody .cityu-image-layout.container-fluid::before,.block-field-blocknodepagebody .cityu-image-layout.container-fluid::before {
    content: "";
    display: table;
}

.block-entity-fieldnodebody .cityu-image-layout .row > .pull-left,.field--name-field-cityu-normal-content .cityu-image-layout .row > .pull-left,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row > .pull-left,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row > .pull-left,.block-field-blocknodecityu-eventbody .cityu-image-layout .row > .pull-left,.block-field-blocknodepagebody .cityu-image-layout .row > .pull-left {
    padding-right: 24px;
}

@media (max-width: 999.98px) {
    .block-entity-fieldnodebody .cityu-image-layout .row > .pull-left,.field--name-field-cityu-normal-content .cityu-image-layout .row > .pull-left,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row > .pull-left,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row > .pull-left,.block-field-blocknodecityu-eventbody .cityu-image-layout .row > .pull-left,.block-field-blocknodepagebody .cityu-image-layout .row > .pull-left {
        padding-right:16px;
    }
}

@media (max-width: 759.98px) {
    .block-entity-fieldnodebody .cityu-image-layout .row > .pull-left,.field--name-field-cityu-normal-content .cityu-image-layout .row > .pull-left,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row > .pull-left,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row > .pull-left,.block-field-blocknodecityu-eventbody .cityu-image-layout .row > .pull-left,.block-field-blocknodepagebody .cityu-image-layout .row > .pull-left {
        padding-right:0;
    }
}

.block-entity-fieldnodebody .cityu-image-layout .row > .pull-right,.field--name-field-cityu-normal-content .cityu-image-layout .row > .pull-right,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row > .pull-right,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row > .pull-right,.block-field-blocknodecityu-eventbody .cityu-image-layout .row > .pull-right,.block-field-blocknodepagebody .cityu-image-layout .row > .pull-right {
    padding-left: 24px;
}

@media (max-width: 999.98px) {
    .block-entity-fieldnodebody .cityu-image-layout .row > .pull-right,.field--name-field-cityu-normal-content .cityu-image-layout .row > .pull-right,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row > .pull-right,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row > .pull-right,.block-field-blocknodecityu-eventbody .cityu-image-layout .row > .pull-right,.block-field-blocknodepagebody .cityu-image-layout .row > .pull-right {
        padding-left:16px;
    }
}

@media (max-width: 759.98px) {
    .block-entity-fieldnodebody .cityu-image-layout .row > .pull-right,.field--name-field-cityu-normal-content .cityu-image-layout .row > .pull-right,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row > .pull-right,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row > .pull-right,.block-field-blocknodecityu-eventbody .cityu-image-layout .row > .pull-right,.block-field-blocknodepagebody .cityu-image-layout .row > .pull-right {
        padding-left:0;
    }
}

.block-entity-fieldnodebody .cityu-image-layout .row,.field--name-field-cityu-normal-content .cityu-image-layout .row,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row,.block-field-blocknodecityu-eventbody .cityu-image-layout .row,.block-field-blocknodepagebody .cityu-image-layout .row {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .cityu-image-layout .row,.field--name-field-cityu-normal-content .cityu-image-layout .row,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row,.block-field-blocknodecityu-eventbody .cityu-image-layout .row,.block-field-blocknodepagebody .cityu-image-layout .row {
        margin-right:-8px;
        margin-left: -8px;
    }
}

@media (min-width: 1000px) {
    .block-entity-fieldnodebody .cityu-image-layout .row,.field--name-field-cityu-normal-content .cityu-image-layout .row,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row,.block-field-blocknodecityu-eventbody .cityu-image-layout .row,.block-field-blocknodepagebody .cityu-image-layout .row {
        margin-right:-12px;
        margin-left: -12px;
    }
}

.block-entity-fieldnodebody .cityu-image-layout .row::after,.field--name-field-cityu-normal-content .cityu-image-layout .row::after,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row::after,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row::after,.block-field-blocknodecityu-eventbody .cityu-image-layout .row::after,.block-field-blocknodepagebody .cityu-image-layout .row::after {
    display: block;
    clear: both;
    content: "";
}

.block-entity-fieldnodebody .cityu-image-layout .row > *,.field--name-field-cityu-normal-content .cityu-image-layout .row > *,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row > *,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row > *,.block-field-blocknodecityu-eventbody .cityu-image-layout .row > *,.block-field-blocknodepagebody .cityu-image-layout .row > * {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .cityu-image-layout .row > *,.field--name-field-cityu-normal-content .cityu-image-layout .row > *,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row > *,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row > *,.block-field-blocknodecityu-eventbody .cityu-image-layout .row > *,.block-field-blocknodepagebody .cityu-image-layout .row > * {
        padding-right:8px;
        padding-left: 8px;
    }
}

@media (min-width: 1000px) {
    .block-entity-fieldnodebody .cityu-image-layout .row > *,.field--name-field-cityu-normal-content .cityu-image-layout .row > *,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row > *,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row > *,.block-field-blocknodecityu-eventbody .cityu-image-layout .row > *,.block-field-blocknodepagebody .cityu-image-layout .row > * {
        padding-right:12px;
        padding-left: 12px;
    }
}

.block-entity-fieldnodebody .cityu-image-layout .row::before,.field--name-field-cityu-normal-content .cityu-image-layout .row::before,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row::before,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row::before,.block-field-blocknodecityu-eventbody .cityu-image-layout .row::before,.block-field-blocknodepagebody .cityu-image-layout .row::before {
    content: "";
    display: table;
}

.block-entity-fieldnodebody .cityu-image-layout .row > div,.field--name-field-cityu-normal-content .cityu-image-layout .row > div,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row > div,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row > div,.block-field-blocknodecityu-eventbody .cityu-image-layout .row > div,.block-field-blocknodepagebody .cityu-image-layout .row > div {
    margin-top: 0.4em;
    margin-bottom: 1.2em;
}

.block-entity-fieldnodebody .cityu-image-layout [class^='col'],.field--name-field-cityu-normal-content .cityu-image-layout [class^='col'],.block-field-blocknodecityu-normal-pagebody .cityu-image-layout [class^='col'],.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout [class^='col'],.block-field-blocknodecityu-eventbody .cityu-image-layout [class^='col'],.block-field-blocknodepagebody .cityu-image-layout [class^='col'] {
    float: left;
}

.block-entity-fieldnodebody .cityu-image-layout figcaption,.field--name-field-cityu-normal-content .cityu-image-layout figcaption,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout figcaption,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout figcaption,.block-field-blocknodecityu-eventbody .cityu-image-layout figcaption,.block-field-blocknodepagebody .cityu-image-layout figcaption,.block-entity-fieldnodebody .cityu-image-layout div.imgfigcaption,.field--name-field-cityu-normal-content .cityu-image-layout div.imgfigcaption,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout div.imgfigcaption,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout div.imgfigcaption,.block-field-blocknodecityu-eventbody .cityu-image-layout div.imgfigcaption,.block-field-blocknodepagebody .cityu-image-layout div.imgfigcaption {
    font-weight: 300;
    font-size: 14px !important;
    color: #828282 !important;
    font-style: italic;
}

.block-entity-fieldnodebody .cityu-image-layout figure + p,.field--name-field-cityu-normal-content .cityu-image-layout figure + p,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout figure + p,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout figure + p,.block-field-blocknodecityu-eventbody .cityu-image-layout figure + p,.block-field-blocknodepagebody .cityu-image-layout figure + p {
    display: none;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .one-img-4,.field--name-field-cityu-normal-content .one-img-4,.block-field-blocknodecityu-normal-pagebody .one-img-4,.block-entity-fieldnodefield-cityu-service-description .one-img-4,.block-field-blocknodecityu-eventbody .one-img-4,.block-field-blocknodepagebody .one-img-4 {
        padding-left:4%;
    }
}

.block-entity-fieldnodebody .video-embed-field-responsive-video.form-group,.field--name-field-cityu-normal-content .video-embed-field-responsive-video.form-group,.block-field-blocknodecityu-normal-pagebody .video-embed-field-responsive-video.form-group,.block-entity-fieldnodefield-cityu-service-description .video-embed-field-responsive-video.form-group,.block-field-blocknodecityu-eventbody .video-embed-field-responsive-video.form-group,.block-field-blocknodepagebody .video-embed-field-responsive-video.form-group {
    margin-bottom: 5px;
}

.block-entity-fieldnodebody .block-views-blockrelated-stories-block-1 .view-content .views-row,.field--name-field-cityu-normal-content .block-views-blockrelated-stories-block-1 .view-content .views-row,.block-field-blocknodecityu-normal-pagebody .block-views-blockrelated-stories-block-1 .view-content .views-row,.block-entity-fieldnodefield-cityu-service-description .block-views-blockrelated-stories-block-1 .view-content .views-row,.block-field-blocknodecityu-eventbody .block-views-blockrelated-stories-block-1 .view-content .views-row,.block-field-blocknodepagebody .block-views-blockrelated-stories-block-1 .view-content .views-row,.block-entity-fieldnodebody .block-views-blockrelated-stories-block-2 .view-content .views-row,.field--name-field-cityu-normal-content .block-views-blockrelated-stories-block-2 .view-content .views-row,.block-field-blocknodecityu-normal-pagebody .block-views-blockrelated-stories-block-2 .view-content .views-row,.block-entity-fieldnodefield-cityu-service-description .block-views-blockrelated-stories-block-2 .view-content .views-row,.block-field-blocknodecityu-eventbody .block-views-blockrelated-stories-block-2 .view-content .views-row,.block-field-blocknodepagebody .block-views-blockrelated-stories-block-2 .view-content .views-row,.block-entity-fieldnodebody .block-views-blockin-the-news-block-1 .view-content .views-row,.field--name-field-cityu-normal-content .block-views-blockin-the-news-block-1 .view-content .views-row,.block-field-blocknodecityu-normal-pagebody .block-views-blockin-the-news-block-1 .view-content .views-row,.block-entity-fieldnodefield-cityu-service-description .block-views-blockin-the-news-block-1 .view-content .views-row,.block-field-blocknodecityu-eventbody .block-views-blockin-the-news-block-1 .view-content .views-row,.block-field-blocknodepagebody .block-views-blockin-the-news-block-1 .view-content .views-row {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
    font-size: 14px !important;
    text-align: left !important;
}

.block-entity-fieldnodebody .block-views-blockrelated-stories-block-2 .form-group,.field--name-field-cityu-normal-content .block-views-blockrelated-stories-block-2 .form-group,.block-field-blocknodecityu-normal-pagebody .block-views-blockrelated-stories-block-2 .form-group,.block-entity-fieldnodefield-cityu-service-description .block-views-blockrelated-stories-block-2 .form-group,.block-field-blocknodecityu-eventbody .block-views-blockrelated-stories-block-2 .form-group,.block-field-blocknodepagebody .block-views-blockrelated-stories-block-2 .form-group {
    margin-bottom: 0px !important;
}

.block-entity-fieldnodebody .path-news .attachment .views-element-container,.field--name-field-cityu-normal-content .path-news .attachment .views-element-container,.block-field-blocknodecityu-normal-pagebody .path-news .attachment .views-element-container,.block-entity-fieldnodefield-cityu-service-description .path-news .attachment .views-element-container,.block-field-blocknodecityu-eventbody .path-news .attachment .views-element-container,.block-field-blocknodepagebody .path-news .attachment .views-element-container {
    margin-bottom: 0px;
}

.block-entity-fieldnodebody .path-news .attachment .views-element-container h1.js-quickedit-page-title,.field--name-field-cityu-normal-content .path-news .attachment .views-element-container h1.js-quickedit-page-title,.block-field-blocknodecityu-normal-pagebody .path-news .attachment .views-element-container h1.js-quickedit-page-title,.block-entity-fieldnodefield-cityu-service-description .path-news .attachment .views-element-container h1.js-quickedit-page-title,.block-field-blocknodecityu-eventbody .path-news .attachment .views-element-container h1.js-quickedit-page-title,.block-field-blocknodepagebody .path-news .attachment .views-element-container h1.js-quickedit-page-title {
    margin: -28px 0 0 0;
}

.block-entity-fieldnodebody .lb-nav a.lb-next,.field--name-field-cityu-normal-content .lb-nav a.lb-next,.block-field-blocknodecityu-normal-pagebody .lb-nav a.lb-next,.block-entity-fieldnodefield-cityu-service-description .lb-nav a.lb-next,.block-field-blocknodecityu-eventbody .lb-nav a.lb-next,.block-field-blocknodepagebody .lb-nav a.lb-next {
    opacity: 1 !important;
    filter: alpha(Opacity=100) !important;
    -moz-opacity: 1 !important;
}

.block-entity-fieldnodebody .lb-nav a.lb-prev,.field--name-field-cityu-normal-content .lb-nav a.lb-prev,.block-field-blocknodecityu-normal-pagebody .lb-nav a.lb-prev,.block-entity-fieldnodefield-cityu-service-description .lb-nav a.lb-prev,.block-field-blocknodecityu-eventbody .lb-nav a.lb-prev,.block-field-blocknodepagebody .lb-nav a.lb-prev {
    opacity: 1 !important;
    filter: alpha(Opacity=100) !important;
    -moz-opacity: 1 !important;
}

.block-entity-fieldnodebody img.ms-rtePosition-1,.field--name-field-cityu-normal-content img.ms-rtePosition-1,.block-field-blocknodecityu-normal-pagebody img.ms-rtePosition-1,.block-entity-fieldnodefield-cityu-service-description img.ms-rtePosition-1,.block-field-blocknodecityu-eventbody img.ms-rtePosition-1,.block-field-blocknodepagebody img.ms-rtePosition-1,.block-entity-fieldnodebody img.ms-rtePosition-2,.field--name-field-cityu-normal-content img.ms-rtePosition-2,.block-field-blocknodecityu-normal-pagebody img.ms-rtePosition-2,.block-entity-fieldnodefield-cityu-service-description img.ms-rtePosition-2,.block-field-blocknodecityu-eventbody img.ms-rtePosition-2,.block-field-blocknodepagebody img.ms-rtePosition-2,.block-entity-fieldnodebody img.ms-rtePosition-3,.field--name-field-cityu-normal-content img.ms-rtePosition-3,.block-field-blocknodecityu-normal-pagebody img.ms-rtePosition-3,.block-entity-fieldnodefield-cityu-service-description img.ms-rtePosition-3,.block-field-blocknodecityu-eventbody img.ms-rtePosition-3,.block-field-blocknodepagebody img.ms-rtePosition-3,.block-entity-fieldnodebody img.ms-rtePosition-4,.field--name-field-cityu-normal-content img.ms-rtePosition-4,.block-field-blocknodecityu-normal-pagebody img.ms-rtePosition-4,.block-entity-fieldnodefield-cityu-service-description img.ms-rtePosition-4,.block-field-blocknodecityu-eventbody img.ms-rtePosition-4,.block-field-blocknodepagebody img.ms-rtePosition-4,.block-entity-fieldnodebody img.ms-rtePosition-5,.field--name-field-cityu-normal-content img.ms-rtePosition-5,.block-field-blocknodecityu-normal-pagebody img.ms-rtePosition-5,.block-entity-fieldnodefield-cityu-service-description img.ms-rtePosition-5,.block-field-blocknodecityu-eventbody img.ms-rtePosition-5,.block-field-blocknodepagebody img.ms-rtePosition-5 {
    width: auto !important;
}

.block-entity-fieldnodebody .ms-rtePosition-1,.field--name-field-cityu-normal-content .ms-rtePosition-1,.block-field-blocknodecityu-normal-pagebody .ms-rtePosition-1,.block-entity-fieldnodefield-cityu-service-description .ms-rtePosition-1,.block-field-blocknodecityu-eventbody .ms-rtePosition-1,.block-field-blocknodepagebody .ms-rtePosition-1 {
    -ms-name: "Left";
    float: left;
}

.block-entity-fieldnodebody .ms-rtePosition-2,.field--name-field-cityu-normal-content .ms-rtePosition-2,.block-field-blocknodecityu-normal-pagebody .ms-rtePosition-2,.block-entity-fieldnodefield-cityu-service-description .ms-rtePosition-2,.block-field-blocknodecityu-eventbody .ms-rtePosition-2,.block-field-blocknodepagebody .ms-rtePosition-2 {
    -ms-name: "Right";
    float: right;
}

.block-entity-fieldnodebody .ms-rtePosition-3,.field--name-field-cityu-normal-content .ms-rtePosition-3,.block-field-blocknodecityu-normal-pagebody .ms-rtePosition-3,.block-entity-fieldnodefield-cityu-service-description .ms-rtePosition-3,.block-field-blocknodecityu-eventbody .ms-rtePosition-3,.block-field-blocknodepagebody .ms-rtePosition-3 {
    -ms-name: "Top";
    vertical-align: text-top;
}

.block-entity-fieldnodebody .ms-rtePosition-4,.field--name-field-cityu-normal-content .ms-rtePosition-4,.block-field-blocknodecityu-normal-pagebody .ms-rtePosition-4,.block-entity-fieldnodefield-cityu-service-description .ms-rtePosition-4,.block-field-blocknodecityu-eventbody .ms-rtePosition-4,.block-field-blocknodepagebody .ms-rtePosition-4 {
    -ms-name: "Middle";
    vertical-align: middle;
}

.block-entity-fieldnodebody .ms-rtePosition-5,.field--name-field-cityu-normal-content .ms-rtePosition-5,.block-field-blocknodecityu-normal-pagebody .ms-rtePosition-5,.block-entity-fieldnodefield-cityu-service-description .ms-rtePosition-5,.block-field-blocknodecityu-eventbody .ms-rtePosition-5,.block-field-blocknodepagebody .ms-rtePosition-5 {
    -ms-name: "Bottom";
    vertical-align: text-bottom;
}

.block-entity-fieldnodebody .ms-rtestate-write,.field--name-field-cityu-normal-content .ms-rtestate-write,.block-field-blocknodecityu-normal-pagebody .ms-rtestate-write,.block-entity-fieldnodefield-cityu-service-description .ms-rtestate-write,.block-field-blocknodecityu-eventbody .ms-rtestate-write,.block-field-blocknodepagebody .ms-rtestate-write {
    cursor: text;
    min-height: 1em;
}

.block-entity-fieldnodebody .ms-asset-icon,.field--name-field-cityu-normal-content .ms-asset-icon,.block-field-blocknodecityu-normal-pagebody .ms-asset-icon,.block-entity-fieldnodefield-cityu-service-description .ms-asset-icon,.block-field-blocknodecityu-eventbody .ms-asset-icon,.block-field-blocknodepagebody .ms-asset-icon {
    border-width: 0px;
    margin: 0px 5px;
}

.block-entity-fieldnodebody .ms-rtestate-field TABLE,.field--name-field-cityu-normal-content .ms-rtestate-field TABLE,.block-field-blocknodecityu-normal-pagebody .ms-rtestate-field TABLE,.block-entity-fieldnodefield-cityu-service-description .ms-rtestate-field TABLE,.block-field-blocknodecityu-eventbody .ms-rtestate-field TABLE,.block-field-blocknodepagebody .ms-rtestate-field TABLE,.block-entity-fieldnodebody .ms-rtestate-write TABLE,.field--name-field-cityu-normal-content .ms-rtestate-write TABLE,.block-field-blocknodecityu-normal-pagebody .ms-rtestate-write TABLE,.block-entity-fieldnodefield-cityu-service-description .ms-rtestate-write TABLE,.block-field-blocknodecityu-eventbody .ms-rtestate-write TABLE,.block-field-blocknodepagebody .ms-rtestate-write TABLE {
    border-collapse: collapse;
}

.block-entity-fieldnodebody .ms-rtestate-write p,.field--name-field-cityu-normal-content .ms-rtestate-write p,.block-field-blocknodecityu-normal-pagebody .ms-rtestate-write p,.block-entity-fieldnodefield-cityu-service-description .ms-rtestate-write p,.block-field-blocknodecityu-eventbody .ms-rtestate-write p,.block-field-blocknodepagebody .ms-rtestate-write p,.block-entity-fieldnodebody .ms-rtestate-read p,.field--name-field-cityu-normal-content .ms-rtestate-read p,.block-field-blocknodecityu-normal-pagebody .ms-rtestate-read p,.block-entity-fieldnodefield-cityu-service-description .ms-rtestate-read p,.block-field-blocknodecityu-eventbody .ms-rtestate-read p,.block-field-blocknodepagebody .ms-rtestate-read p {
    margin: 0px 0px 10px 0px;
}

.block-entity-fieldnodebody .ms-rte-autocomplete,.field--name-field-cityu-normal-content .ms-rte-autocomplete,.block-field-blocknodecityu-normal-pagebody .ms-rte-autocomplete,.block-entity-fieldnodefield-cityu-service-description .ms-rte-autocomplete,.block-field-blocknodecityu-eventbody .ms-rte-autocomplete,.block-field-blocknodepagebody .ms-rte-autocomplete {
    background-color: #fafafa;
    border-width: 1px;
    border-style: solid;
    border-top-color: #dfdfdf;
    border-right-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
    border-left-color: #dfdfdf;
    font-family: Verdana;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
}

.block-entity-fieldnodebody .ms-rte-autocomplete-results div,.field--name-field-cityu-normal-content .ms-rte-autocomplete-results div,.block-field-blocknodecityu-normal-pagebody .ms-rte-autocomplete-results div,.block-entity-fieldnodefield-cityu-service-description .ms-rte-autocomplete-results div,.block-field-blocknodecityu-eventbody .ms-rte-autocomplete-results div,.block-field-blocknodepagebody .ms-rte-autocomplete-results div {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: #65686b;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.block-entity-fieldnodebody .ms-rte-autocomplete-results div.ms-rte-autocomplete-selected,.field--name-field-cityu-normal-content .ms-rte-autocomplete-results div.ms-rte-autocomplete-selected,.block-field-blocknodecityu-normal-pagebody .ms-rte-autocomplete-results div.ms-rte-autocomplete-selected,.block-entity-fieldnodefield-cityu-service-description .ms-rte-autocomplete-results div.ms-rte-autocomplete-selected,.block-field-blocknodecityu-eventbody .ms-rte-autocomplete-results div.ms-rte-autocomplete-selected,.block-field-blocknodepagebody .ms-rte-autocomplete-results div.ms-rte-autocomplete-selected {
    background-color: #e8f6fe;
    border-top: 1px solid #9ccdee;
    border-bottom: 1px solid #79c3f4;
    color: #0072bc;
}

.block-entity-fieldnodebody .ms-rte-autocomplete-modes div,.field--name-field-cityu-normal-content .ms-rte-autocomplete-modes div,.block-field-blocknodecityu-normal-pagebody .ms-rte-autocomplete-modes div,.block-entity-fieldnodefield-cityu-service-description .ms-rte-autocomplete-modes div,.block-field-blocknodecityu-eventbody .ms-rte-autocomplete-modes div,.block-field-blocknodepagebody .ms-rte-autocomplete-modes div {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: #202122;
    padding-left: 20px;
    padding-right: 10px;
}

.block-entity-fieldnodebody .ms-rte-autocomplete-modes div.ms-rte-autocomplete-selected,.field--name-field-cityu-normal-content .ms-rte-autocomplete-modes div.ms-rte-autocomplete-selected,.block-field-blocknodecityu-normal-pagebody .ms-rte-autocomplete-modes div.ms-rte-autocomplete-selected,.block-entity-fieldnodefield-cityu-service-description .ms-rte-autocomplete-modes div.ms-rte-autocomplete-selected,.block-field-blocknodecityu-eventbody .ms-rte-autocomplete-modes div.ms-rte-autocomplete-selected,.block-field-blocknodepagebody .ms-rte-autocomplete-modes div.ms-rte-autocomplete-selected {
    background-color: #e8f6fe;
    border-top: 1px solid #9ccdee;
    border-bottom: 1px solid #79c3f4;
    color: #0072bc;
}

.block-entity-fieldnodebody .ms-rte-autocomplete-info,.field--name-field-cityu-normal-content .ms-rte-autocomplete-info,.block-field-blocknodecityu-normal-pagebody .ms-rte-autocomplete-info,.block-entity-fieldnodefield-cityu-service-description .ms-rte-autocomplete-info,.block-field-blocknodecityu-eventbody .ms-rte-autocomplete-info,.block-field-blocknodepagebody .ms-rte-autocomplete-info {
    padding-left: 10px;
    padding-right: 10px;
}

.block-entity-fieldnodebody .ms-rte-layoutszone-outer,.field--name-field-cityu-normal-content .ms-rte-layoutszone-outer,.block-field-blocknodecityu-normal-pagebody .ms-rte-layoutszone-outer,.block-entity-fieldnodefield-cityu-service-description .ms-rte-layoutszone-outer,.block-field-blocknodecityu-eventbody .ms-rte-layoutszone-outer,.block-field-blocknodepagebody .ms-rte-layoutszone-outer {
    float: left;
}

.block-entity-fieldnodebody .ms-rte-layoutszone-inner,.field--name-field-cityu-normal-content .ms-rte-layoutszone-inner,.block-field-blocknodecityu-normal-pagebody .ms-rte-layoutszone-inner,.block-entity-fieldnodefield-cityu-service-description .ms-rte-layoutszone-inner,.block-field-blocknodecityu-eventbody .ms-rte-layoutszone-inner,.block-field-blocknodepagebody .ms-rte-layoutszone-inner {
    word-wrap: break-word;
    border: 1px solid transparent;
    margin: 1px;
    padding: 10px;
    overflow: hidden;
}

.block-entity-fieldnodebody .ms-rte-layoutszone-inner-editable,.field--name-field-cityu-normal-content .ms-rte-layoutszone-inner-editable,.block-field-blocknodecityu-normal-pagebody .ms-rte-layoutszone-inner-editable,.block-entity-fieldnodefield-cityu-service-description .ms-rte-layoutszone-inner-editable,.block-field-blocknodecityu-eventbody .ms-rte-layoutszone-inner-editable,.block-field-blocknodepagebody .ms-rte-layoutszone-inner-editable {
    border: 1px solid #b0d5ee;
    margin: 1px;
    padding: 10px;
    overflow: hidden;
    min-height: 100px !important;
}

.block-entity-fieldnodebody .ms-rte-layoutszone-fixer,.field--name-field-cityu-normal-content .ms-rte-layoutszone-fixer,.block-field-blocknodecityu-normal-pagebody .ms-rte-layoutszone-fixer,.block-entity-fieldnodefield-cityu-service-description .ms-rte-layoutszone-fixer,.block-field-blocknodecityu-eventbody .ms-rte-layoutszone-fixer,.block-field-blocknodepagebody .ms-rte-layoutszone-fixer {
    clear: both;
}

.block-entity-fieldnodebody .ms-rte-wpbox,.field--name-field-cityu-normal-content .ms-rte-wpbox,.block-field-blocknodecityu-normal-pagebody .ms-rte-wpbox,.block-entity-fieldnodefield-cityu-service-description .ms-rte-wpbox,.block-field-blocknodecityu-eventbody .ms-rte-wpbox,.block-field-blocknodepagebody .ms-rte-wpbox {
    font-family: Verdana,Arial,sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #676767;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    text-align: left;
    text-indent: 0px;
    text-decoration: none;
    line-height: normal;
    white-space: normal;
    list-style-type: disc;
    list-style-image: none;
    list-style-position: outside;
}

.block-entity-fieldnodebody .ms-rtestate-field,.field--name-field-cityu-normal-content .ms-rtestate-field,.block-field-blocknodecityu-normal-pagebody .ms-rtestate-field,.block-entity-fieldnodefield-cityu-service-description .ms-rtestate-field,.block-field-blocknodecityu-eventbody .ms-rtestate-field,.block-field-blocknodepagebody .ms-rtestate-field {
    word-wrap: break-word;
}

.block-entity-fieldnodebody .ms-rtefield,.field--name-field-cityu-normal-content .ms-rtefield,.block-field-blocknodecityu-normal-pagebody .ms-rtefield,.block-entity-fieldnodefield-cityu-service-description .ms-rtefield,.block-field-blocknodecityu-eventbody .ms-rtefield,.block-field-blocknodepagebody .ms-rtefield {
    background-color: #FFFFFF;
    min-width: 384px;
    padding: 2px 2px 2px 2px;
}

.block-entity-fieldnodebody .ms-formbody .ms-rtefield,.field--name-field-cityu-normal-content .ms-formbody .ms-rtefield,.block-field-blocknodecityu-normal-pagebody .ms-formbody .ms-rtefield,.block-entity-fieldnodefield-cityu-service-description .ms-formbody .ms-rtefield,.block-field-blocknodecityu-eventbody .ms-formbody .ms-rtefield,.block-field-blocknodepagebody .ms-formbody .ms-rtefield {
    border: 1px inset #BBBBBB;
}

.block-entity-fieldnodebody img,.field--name-field-cityu-normal-content img,.block-field-blocknodecityu-normal-pagebody img,.block-entity-fieldnodefield-cityu-service-description img,.block-field-blocknodecityu-eventbody img,.block-field-blocknodepagebody img,.block-entity-fieldnodebody img.ms-rtePosition-1,.field--name-field-cityu-normal-content img.ms-rtePosition-1,.block-field-blocknodecityu-normal-pagebody img.ms-rtePosition-1,.block-entity-fieldnodefield-cityu-service-description img.ms-rtePosition-1,.block-field-blocknodecityu-eventbody img.ms-rtePosition-1,.block-field-blocknodepagebody img.ms-rtePosition-1,.block-entity-fieldnodebody img.ms-rtePosition-2,.field--name-field-cityu-normal-content img.ms-rtePosition-2,.block-field-blocknodecityu-normal-pagebody img.ms-rtePosition-2,.block-entity-fieldnodefield-cityu-service-description img.ms-rtePosition-2,.block-field-blocknodecityu-eventbody img.ms-rtePosition-2,.block-field-blocknodepagebody img.ms-rtePosition-2 {
    width: auto;
    max-width: 100%;
}

.block-entity-fieldnodebody p.text-align-center,.field--name-field-cityu-normal-content p.text-align-center,.block-field-blocknodecityu-normal-pagebody p.text-align-center,.block-entity-fieldnodefield-cityu-service-description p.text-align-center,.block-field-blocknodecityu-eventbody p.text-align-center,.block-field-blocknodepagebody p.text-align-center {
    text-align: center !important;
}

.block-entity-fieldnodebody p.text-align-right,.field--name-field-cityu-normal-content p.text-align-right,.block-field-blocknodecityu-normal-pagebody p.text-align-right,.block-entity-fieldnodefield-cityu-service-description p.text-align-right,.block-field-blocknodecityu-eventbody p.text-align-right,.block-field-blocknodepagebody p.text-align-right {
    text-align: right !important;
}

.block-entity-fieldnodebody p.text-align-justify,.field--name-field-cityu-normal-content p.text-align-justify,.block-field-blocknodecityu-normal-pagebody p.text-align-justify,.block-entity-fieldnodefield-cityu-service-description p.text-align-justify,.block-field-blocknodecityu-eventbody p.text-align-justify,.block-field-blocknodepagebody p.text-align-justify {
    text-align: justify !important;
}

.block-entity-fieldnodebody .divimg,.field--name-field-cityu-normal-content .divimg,.block-field-blocknodecityu-normal-pagebody .divimg,.block-entity-fieldnodefield-cityu-service-description .divimg,.block-field-blocknodecityu-eventbody .divimg,.block-field-blocknodepagebody .divimg {
    padding-bottom: 0;
}

.block-entity-fieldnodebody .divimg img,.field--name-field-cityu-normal-content .divimg img,.block-field-blocknodecityu-normal-pagebody .divimg img,.block-entity-fieldnodefield-cityu-service-description .divimg img,.block-field-blocknodecityu-eventbody .divimg img,.block-field-blocknodepagebody .divimg img {
    padding-bottom: 0;
}

.block-entity-fieldnodebody .divfigureleft,.field--name-field-cityu-normal-content .divfigureleft,.block-field-blocknodecityu-normal-pagebody .divfigureleft,.block-entity-fieldnodefield-cityu-service-description .divfigureleft,.block-field-blocknodecityu-eventbody .divfigureleft,.block-field-blocknodepagebody .divfigureleft {
    float: left !important;
    margin: 0px !important;
    padding: 10px 0 !important;
}

.block-entity-fieldnodebody .divfigureleft .divimg,.field--name-field-cityu-normal-content .divfigureleft .divimg,.block-field-blocknodecityu-normal-pagebody .divfigureleft .divimg,.block-entity-fieldnodefield-cityu-service-description .divfigureleft .divimg,.block-field-blocknodecityu-eventbody .divfigureleft .divimg,.block-field-blocknodepagebody .divfigureleft .divimg {
    padding-right: 20px !important;
}

.block-entity-fieldnodebody .divfigureright,.field--name-field-cityu-normal-content .divfigureright,.block-field-blocknodecityu-normal-pagebody .divfigureright,.block-entity-fieldnodefield-cityu-service-description .divfigureright,.block-field-blocknodecityu-eventbody .divfigureright,.block-field-blocknodepagebody .divfigureright {
    float: right !important;
    margin: 0px !important;
    padding: 10px 0 !important;
}

.block-entity-fieldnodebody .divfigureright .divimg,.field--name-field-cityu-normal-content .divfigureright .divimg,.block-field-blocknodecityu-normal-pagebody .divfigureright .divimg,.block-entity-fieldnodefield-cityu-service-description .divfigureright .divimg,.block-field-blocknodecityu-eventbody .divfigureright .divimg,.block-field-blocknodepagebody .divfigureright .divimg {
    padding-left: 20px !important;
}

.block-entity-fieldnodebody .full-width,.field--name-field-cityu-normal-content .full-width,.block-field-blocknodecityu-normal-pagebody .full-width,.block-entity-fieldnodefield-cityu-service-description .full-width,.block-field-blocknodecityu-eventbody .full-width,.block-field-blocknodepagebody .full-width {
    padding-bottom: 20px !important;
    width: 100% !important;
}

.block-entity-fieldnodebody .full-width .divfigureleft .divimg,.field--name-field-cityu-normal-content .full-width .divfigureleft .divimg,.block-field-blocknodecityu-normal-pagebody .full-width .divfigureleft .divimg,.block-entity-fieldnodefield-cityu-service-description .full-width .divfigureleft .divimg,.block-field-blocknodecityu-eventbody .full-width .divfigureleft .divimg,.block-field-blocknodepagebody .full-width .divfigureleft .divimg,.block-entity-fieldnodebody .full-width .divfigureright .divimg,.field--name-field-cityu-normal-content .full-width .divfigureright .divimg,.block-field-blocknodecityu-normal-pagebody .full-width .divfigureright .divimg,.block-entity-fieldnodefield-cityu-service-description .full-width .divfigureright .divimg,.block-field-blocknodecityu-eventbody .full-width .divfigureright .divimg,.block-field-blocknodepagebody .full-width .divfigureright .divimg {
    padding-right: 20px !important;
}

.block-entity-fieldnodebody .full-width .divimg,.field--name-field-cityu-normal-content .full-width .divimg,.block-field-blocknodecityu-normal-pagebody .full-width .divimg,.block-entity-fieldnodefield-cityu-service-description .full-width .divimg,.block-field-blocknodecityu-eventbody .full-width .divimg,.block-field-blocknodepagebody .full-width .divimg {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.block-entity-fieldnodebody .half-width,.field--name-field-cityu-normal-content .half-width,.block-field-blocknodecityu-normal-pagebody .half-width,.block-entity-fieldnodefield-cityu-service-description .half-width,.block-field-blocknodecityu-eventbody .half-width,.block-field-blocknodepagebody .half-width {
    width: 50% !important;
}

.block-entity-fieldnodebody .quarter-width,.field--name-field-cityu-normal-content .quarter-width,.block-field-blocknodecityu-normal-pagebody .quarter-width,.block-entity-fieldnodefield-cityu-service-description .quarter-width,.block-field-blocknodecityu-eventbody .quarter-width,.block-field-blocknodepagebody .quarter-width {
    width: 25% !important;
}

.block-entity-fieldnodebody .full-width img,.field--name-field-cityu-normal-content .full-width img,.block-field-blocknodecityu-normal-pagebody .full-width img,.block-entity-fieldnodefield-cityu-service-description .full-width img,.block-field-blocknodecityu-eventbody .full-width img,.block-field-blocknodepagebody .full-width img,.block-entity-fieldnodebody .half-width img,.field--name-field-cityu-normal-content .half-width img,.block-field-blocknodecityu-normal-pagebody .half-width img,.block-entity-fieldnodefield-cityu-service-description .half-width img,.block-field-blocknodecityu-eventbody .half-width img,.block-field-blocknodepagebody .half-width img,.block-entity-fieldnodebody .quarter-width img,.field--name-field-cityu-normal-content .quarter-width img,.block-field-blocknodecityu-normal-pagebody .quarter-width img,.block-entity-fieldnodefield-cityu-service-description .quarter-width img,.block-field-blocknodecityu-eventbody .quarter-width img,.block-field-blocknodepagebody .quarter-width img {
    width: 100% !important;
}

.block-entity-fieldnodebody .divfigureright.half-width .divfigcaption,.field--name-field-cityu-normal-content .divfigureright.half-width .divfigcaption,.block-field-blocknodecityu-normal-pagebody .divfigureright.half-width .divfigcaption,.block-entity-fieldnodefield-cityu-service-description .divfigureright.half-width .divfigcaption,.block-field-blocknodecityu-eventbody .divfigureright.half-width .divfigcaption,.block-field-blocknodepagebody .divfigureright.half-width .divfigcaption,.block-entity-fieldnodebody .divfigureright.quarter-width .divfigcaption,.field--name-field-cityu-normal-content .divfigureright.quarter-width .divfigcaption,.block-field-blocknodecityu-normal-pagebody .divfigureright.quarter-width .divfigcaption,.block-entity-fieldnodefield-cityu-service-description .divfigureright.quarter-width .divfigcaption,.block-field-blocknodecityu-eventbody .divfigureright.quarter-width .divfigcaption,.block-field-blocknodepagebody .divfigureright.quarter-width .divfigcaption {
    padding-left: 20px !important;
}

.block-entity-fieldnodebody .full-width,.field--name-field-cityu-normal-content .full-width,.block-field-blocknodecityu-normal-pagebody .full-width,.block-entity-fieldnodefield-cityu-service-description .full-width,.block-field-blocknodecityu-eventbody .full-width,.block-field-blocknodepagebody .full-width {
    float: none;
    width: 100%;
}

.block-entity-fieldnodebody .divfigureleft.half-width,.field--name-field-cityu-normal-content .divfigureleft.half-width,.block-field-blocknodecityu-normal-pagebody .divfigureleft.half-width,.block-entity-fieldnodefield-cityu-service-description .divfigureleft.half-width,.block-field-blocknodecityu-eventbody .divfigureleft.half-width,.block-field-blocknodepagebody .divfigureleft.half-width,.block-entity-fieldnodebody .divfigureright.half-width,.field--name-field-cityu-normal-content .divfigureright.half-width,.block-field-blocknodecityu-normal-pagebody .divfigureright.half-width,.block-entity-fieldnodefield-cityu-service-description .divfigureright.half-width,.block-field-blocknodecityu-eventbody .divfigureright.half-width,.block-field-blocknodepagebody .divfigureright.half-width {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.block-entity-fieldnodebody .divfigcaption,.field--name-field-cityu-normal-content .divfigcaption,.block-field-blocknodecityu-normal-pagebody .divfigcaption,.block-entity-fieldnodefield-cityu-service-description .divfigcaption,.block-field-blocknodecityu-eventbody .divfigcaption,.block-field-blocknodepagebody .divfigcaption,.block-entity-fieldnodebody .divfigcaption span,.field--name-field-cityu-normal-content .divfigcaption span,.block-field-blocknodecityu-normal-pagebody .divfigcaption span,.block-entity-fieldnodefield-cityu-service-description .divfigcaption span,.block-field-blocknodecityu-eventbody .divfigcaption span,.block-field-blocknodepagebody .divfigcaption span {
    background: 0 0 !important;
}

.block-entity-fieldnodebody .divfigcaption span,.field--name-field-cityu-normal-content .divfigcaption span,.block-field-blocknodecityu-normal-pagebody .divfigcaption span,.block-entity-fieldnodefield-cityu-service-description .divfigcaption span,.block-field-blocknodecityu-eventbody .divfigcaption span,.block-field-blocknodepagebody .divfigcaption span,.block-entity-fieldnodebody .divfigureleft .divfigcaption,.field--name-field-cityu-normal-content .divfigureleft .divfigcaption,.block-field-blocknodecityu-normal-pagebody .divfigureleft .divfigcaption,.block-entity-fieldnodefield-cityu-service-description .divfigureleft .divfigcaption,.block-field-blocknodecityu-eventbody .divfigureleft .divfigcaption,.block-field-blocknodepagebody .divfigureleft .divfigcaption,.block-entity-fieldnodebody .divfigureleft span,.field--name-field-cityu-normal-content .divfigureleft span,.block-field-blocknodecityu-normal-pagebody .divfigureleft span,.block-entity-fieldnodefield-cityu-service-description .divfigureleft span,.block-field-blocknodecityu-eventbody .divfigureleft span,.block-field-blocknodepagebody .divfigureleft span,.block-entity-fieldnodebody .divfigureright .divfigcaption,.field--name-field-cityu-normal-content .divfigureright .divfigcaption,.block-field-blocknodecityu-normal-pagebody .divfigureright .divfigcaption,.block-entity-fieldnodefield-cityu-service-description .divfigureright .divfigcaption,.block-field-blocknodecityu-eventbody .divfigureright .divfigcaption,.block-field-blocknodepagebody .divfigureright .divfigcaption,.block-entity-fieldnodebody .divfigureright span,.field--name-field-cityu-normal-content .divfigureright span,.block-field-blocknodecityu-normal-pagebody .divfigureright span,.block-entity-fieldnodefield-cityu-service-description .divfigureright span,.block-field-blocknodecityu-eventbody .divfigureright span,.block-field-blocknodepagebody .divfigureright span {
    font-family: Roboto,sans-serif;
    font-weight: 300;
    font-size: 14px !important;
    color: #828282 !important;
    font-style: italic;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
}

.block-entity-fieldnodebody .divfigureright.half-width,.field--name-field-cityu-normal-content .divfigureright.half-width,.block-field-blocknodecityu-normal-pagebody .divfigureright.half-width,.block-entity-fieldnodefield-cityu-service-description .divfigureright.half-width,.block-field-blocknodecityu-eventbody .divfigureright.half-width,.block-field-blocknodepagebody .divfigureright.half-width {
    float: right !important;
    padding-right: 0 !important;
    padding-left: 10px;
}

.block-entity-fieldnodebody .half-width,.field--name-field-cityu-normal-content .half-width,.block-field-blocknodecityu-normal-pagebody .half-width,.block-entity-fieldnodefield-cityu-service-description .half-width,.block-field-blocknodecityu-eventbody .half-width,.block-field-blocknodepagebody .half-width {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.block-entity-fieldnodebody span.image-zoom,.field--name-field-cityu-normal-content span.image-zoom,.block-field-blocknodecityu-normal-pagebody span.image-zoom,.block-entity-fieldnodefield-cityu-service-description span.image-zoom,.block-field-blocknodecityu-eventbody span.image-zoom,.block-field-blocknodepagebody span.image-zoom {
    position: absolute;
    bottom: 0;
    background: white !important;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    right: 0;
    opacity: 0.8;
}

.block-entity-fieldnodebody span.image-zoom i,.field--name-field-cityu-normal-content span.image-zoom i,.block-field-blocknodecityu-normal-pagebody span.image-zoom i,.block-entity-fieldnodefield-cityu-service-description span.image-zoom i,.block-field-blocknodecityu-eventbody span.image-zoom i,.block-field-blocknodepagebody span.image-zoom i {
    position: relative;
    display: block;
    font-size: 18px;
    color: #828282 !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    top: 6px;
    left: 0px;
}

.block-entity-fieldnodebody .floatright,.field--name-field-cityu-normal-content .floatright,.block-field-blocknodecityu-normal-pagebody .floatright,.block-entity-fieldnodefield-cityu-service-description .floatright,.block-field-blocknodecityu-eventbody .floatright,.block-field-blocknodepagebody .floatright {
    float: right;
    padding-left: 20px;
}

.block-entity-fieldnodebody .floatright img.align-right,.field--name-field-cityu-normal-content .floatright img.align-right,.block-field-blocknodecityu-normal-pagebody .floatright img.align-right,.block-entity-fieldnodefield-cityu-service-description .floatright img.align-right,.block-field-blocknodecityu-eventbody .floatright img.align-right,.block-field-blocknodepagebody .floatright img.align-right {
    padding-right: 0px;
}

.block-entity-fieldnodebody .floatleft,.field--name-field-cityu-normal-content .floatleft,.block-field-blocknodecityu-normal-pagebody .floatleft,.block-entity-fieldnodefield-cityu-service-description .floatleft,.block-field-blocknodecityu-eventbody .floatleft,.block-field-blocknodepagebody .floatleft {
    float: left;
    padding-right: 20px;
}

.block-entity-fieldnodebody .floatleft img.align-left,.field--name-field-cityu-normal-content .floatleft img.align-left,.block-field-blocknodecityu-normal-pagebody .floatleft img.align-left,.block-entity-fieldnodefield-cityu-service-description .floatleft img.align-left,.block-field-blocknodecityu-eventbody .floatleft img.align-left,.block-field-blocknodepagebody .floatleft img.align-left {
    padding-right: 0px;
}

.block-entity-fieldnodebody .width-100-percent.floatleft,.field--name-field-cityu-normal-content .width-100-percent.floatleft,.block-field-blocknodecityu-normal-pagebody .width-100-percent.floatleft,.block-entity-fieldnodefield-cityu-service-description .width-100-percent.floatleft,.block-field-blocknodecityu-eventbody .width-100-percent.floatleft,.block-field-blocknodepagebody .width-100-percent.floatleft {
    padding-right: 0;
}

.block-entity-fieldnodebody .width-100-percent.floatleft img.align-left,.field--name-field-cityu-normal-content .width-100-percent.floatleft img.align-left,.block-field-blocknodecityu-normal-pagebody .width-100-percent.floatleft img.align-left,.block-entity-fieldnodefield-cityu-service-description .width-100-percent.floatleft img.align-left,.block-field-blocknodecityu-eventbody .width-100-percent.floatleft img.align-left,.block-field-blocknodepagebody .width-100-percent.floatleft img.align-left {
    padding-right: 0;
}

.block-entity-fieldnodebody .width-100-percent.floatright,.field--name-field-cityu-normal-content .width-100-percent.floatright,.block-field-blocknodecityu-normal-pagebody .width-100-percent.floatright,.block-entity-fieldnodefield-cityu-service-description .width-100-percent.floatright,.block-field-blocknodecityu-eventbody .width-100-percent.floatright,.block-field-blocknodepagebody .width-100-percent.floatright {
    padding-left: 0;
}

.block-entity-fieldnodebody .width-100-percent.floatright img.align-right,.field--name-field-cityu-normal-content .width-100-percent.floatright img.align-right,.block-field-blocknodecityu-normal-pagebody .width-100-percent.floatright img.align-right,.block-entity-fieldnodefield-cityu-service-description .width-100-percent.floatright img.align-right,.block-field-blocknodecityu-eventbody .width-100-percent.floatright img.align-right,.block-field-blocknodepagebody .width-100-percent.floatright img.align-right {
    padding-left: 0;
}

.block-entity-fieldnodebody .width-33-percent,.field--name-field-cityu-normal-content .width-33-percent,.block-field-blocknodecityu-normal-pagebody .width-33-percent,.block-entity-fieldnodefield-cityu-service-description .width-33-percent,.block-field-blocknodecityu-eventbody .width-33-percent,.block-field-blocknodepagebody .width-33-percent {
    width: 33.33%;
}

.block-entity-fieldnodebody .width-33-percent img:first-child,.field--name-field-cityu-normal-content .width-33-percent img:first-child,.block-field-blocknodecityu-normal-pagebody .width-33-percent img:first-child,.block-entity-fieldnodefield-cityu-service-description .width-33-percent img:first-child,.block-field-blocknodecityu-eventbody .width-33-percent img:first-child,.block-field-blocknodepagebody .width-33-percent img:first-child {
    width: 100%;
}

.block-entity-fieldnodebody .width-33-percent a,.field--name-field-cityu-normal-content .width-33-percent a,.block-field-blocknodecityu-normal-pagebody .width-33-percent a,.block-entity-fieldnodefield-cityu-service-description .width-33-percent a,.block-field-blocknodecityu-eventbody .width-33-percent a,.block-field-blocknodepagebody .width-33-percent a {
    display: inline-block;
}

.block-entity-fieldnodebody .width-33-percent a img,.field--name-field-cityu-normal-content .width-33-percent a img,.block-field-blocknodecityu-normal-pagebody .width-33-percent a img,.block-entity-fieldnodefield-cityu-service-description .width-33-percent a img,.block-field-blocknodecityu-eventbody .width-33-percent a img,.block-field-blocknodepagebody .width-33-percent a img {
    width: 100%;
}

.block-entity-fieldnodebody .width-50-percent,.field--name-field-cityu-normal-content .width-50-percent,.block-field-blocknodecityu-normal-pagebody .width-50-percent,.block-entity-fieldnodefield-cityu-service-description .width-50-percent,.block-field-blocknodecityu-eventbody .width-50-percent,.block-field-blocknodepagebody .width-50-percent {
    width: 50%;
}

.block-entity-fieldnodebody .width-50-percent img:first-child,.field--name-field-cityu-normal-content .width-50-percent img:first-child,.block-field-blocknodecityu-normal-pagebody .width-50-percent img:first-child,.block-entity-fieldnodefield-cityu-service-description .width-50-percent img:first-child,.block-field-blocknodecityu-eventbody .width-50-percent img:first-child,.block-field-blocknodepagebody .width-50-percent img:first-child {
    width: 100%;
}

.block-entity-fieldnodebody .width-50-percent a,.field--name-field-cityu-normal-content .width-50-percent a,.block-field-blocknodecityu-normal-pagebody .width-50-percent a,.block-entity-fieldnodefield-cityu-service-description .width-50-percent a,.block-field-blocknodecityu-eventbody .width-50-percent a,.block-field-blocknodepagebody .width-50-percent a {
    display: inline-block;
}

.block-entity-fieldnodebody .width-50-percent a img,.field--name-field-cityu-normal-content .width-50-percent a img,.block-field-blocknodecityu-normal-pagebody .width-50-percent a img,.block-entity-fieldnodefield-cityu-service-description .width-50-percent a img,.block-field-blocknodecityu-eventbody .width-50-percent a img,.block-field-blocknodepagebody .width-50-percent a img {
    width: 100%;
}

.block-entity-fieldnodebody .width-100-percent img:first-child,.field--name-field-cityu-normal-content .width-100-percent img:first-child,.block-field-blocknodecityu-normal-pagebody .width-100-percent img:first-child,.block-entity-fieldnodefield-cityu-service-description .width-100-percent img:first-child,.block-field-blocknodecityu-eventbody .width-100-percent img:first-child,.block-field-blocknodepagebody .width-100-percent img:first-child {
    width: 100%;
}

.block-entity-fieldnodebody .width-100-percent a,.field--name-field-cityu-normal-content .width-100-percent a,.block-field-blocknodecityu-normal-pagebody .width-100-percent a,.block-entity-fieldnodefield-cityu-service-description .width-100-percent a,.block-field-blocknodecityu-eventbody .width-100-percent a,.block-field-blocknodepagebody .width-100-percent a {
    width: 100%;
    display: inline-block;
}

.block-entity-fieldnodebody .width-100-percent a img,.field--name-field-cityu-normal-content .width-100-percent a img,.block-field-blocknodecityu-normal-pagebody .width-100-percent a img,.block-entity-fieldnodefield-cityu-service-description .width-100-percent a img,.block-field-blocknodecityu-eventbody .width-100-percent a img,.block-field-blocknodepagebody .width-100-percent a img {
    width: 100%;
}

.block-entity-fieldnodebody img.align-left,.field--name-field-cityu-normal-content img.align-left,.block-field-blocknodecityu-normal-pagebody img.align-left,.block-entity-fieldnodefield-cityu-service-description img.align-left,.block-field-blocknodecityu-eventbody img.align-left,.block-field-blocknodepagebody img.align-left {
    padding-right: 20px;
}

.block-entity-fieldnodebody img.align-right,.field--name-field-cityu-normal-content img.align-right,.block-field-blocknodecityu-normal-pagebody img.align-right,.block-entity-fieldnodefield-cityu-service-description img.align-right,.block-field-blocknodecityu-eventbody img.align-right,.block-field-blocknodepagebody img.align-right {
    padding-left: 20px;
}

.block-entity-fieldnodebody .cityu-media-pr .block-entity-fieldnodefield-published-date:before,.field--name-field-cityu-normal-content .cityu-media-pr .block-entity-fieldnodefield-published-date:before,.block-field-blocknodecityu-normal-pagebody .cityu-media-pr .block-entity-fieldnodefield-published-date:before,.block-entity-fieldnodefield-cityu-service-description .cityu-media-pr .block-entity-fieldnodefield-published-date:before,.block-field-blocknodecityu-eventbody .cityu-media-pr .block-entity-fieldnodefield-published-date:before,.block-field-blocknodepagebody .cityu-media-pr .block-entity-fieldnodefield-published-date:before,.block-entity-fieldnodebody .cityu-media-pi .block-entity-fieldnodefield-published-date:before,.field--name-field-cityu-normal-content .cityu-media-pi .block-entity-fieldnodefield-published-date:before,.block-field-blocknodecityu-normal-pagebody .cityu-media-pi .block-entity-fieldnodefield-published-date:before,.block-entity-fieldnodefield-cityu-service-description .cityu-media-pi .block-entity-fieldnodefield-published-date:before,.block-field-blocknodecityu-eventbody .cityu-media-pi .block-entity-fieldnodefield-published-date:before,.block-field-blocknodepagebody .cityu-media-pi .block-entity-fieldnodefield-published-date:before {
    content: '';
    margin-bottom: 10px;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1em;
    color: #777;
}

.block-entity-fieldnodebody .cityu-media-pr .block-entity-fieldnodefield-published-date:before,.field--name-field-cityu-normal-content .cityu-media-pr .block-entity-fieldnodefield-published-date:before,.block-field-blocknodecityu-normal-pagebody .cityu-media-pr .block-entity-fieldnodefield-published-date:before,.block-entity-fieldnodefield-cityu-service-description .cityu-media-pr .block-entity-fieldnodefield-published-date:before,.block-field-blocknodecityu-eventbody .cityu-media-pr .block-entity-fieldnodefield-published-date:before,.block-field-blocknodepagebody .cityu-media-pr .block-entity-fieldnodefield-published-date:before {
    content: 'Press Release';
}

.block-entity-fieldnodebody figcaption,.field--name-field-cityu-normal-content figcaption,.block-field-blocknodecityu-normal-pagebody figcaption,.block-entity-fieldnodefield-cityu-service-description figcaption,.block-field-blocknodecityu-eventbody figcaption,.block-field-blocknodepagebody figcaption,.block-entity-fieldnodebody div.imgfigcaption,.field--name-field-cityu-normal-content div.imgfigcaption,.block-field-blocknodecityu-normal-pagebody div.imgfigcaption,.block-entity-fieldnodefield-cityu-service-description div.imgfigcaption,.block-field-blocknodecityu-eventbody div.imgfigcaption,.block-field-blocknodepagebody div.imgfigcaption {
    font-weight: 300;
    font-size: 14px !important;
    color: #828282 !important;
    font-style: italic;
}

.block-entity-fieldnodebody .padleft,.field--name-field-cityu-normal-content .padleft,.block-field-blocknodecityu-normal-pagebody .padleft,.block-entity-fieldnodefield-cityu-service-description .padleft,.block-field-blocknodecityu-eventbody .padleft,.block-field-blocknodepagebody .padleft {
    padding-left: 20px;
}

.block-entity-fieldnodebody .padright,.field--name-field-cityu-normal-content .padright,.block-field-blocknodecityu-normal-pagebody .padright,.block-entity-fieldnodefield-cityu-service-description .padright,.block-field-blocknodecityu-eventbody .padright,.block-field-blocknodepagebody .padright {
    padding-right: 20px;
}

.block-entity-fieldnodebody figure.figdisplay,.field--name-field-cityu-normal-content figure.figdisplay,.block-field-blocknodecityu-normal-pagebody figure.figdisplay,.block-entity-fieldnodefield-cityu-service-description figure.figdisplay,.block-field-blocknodecityu-eventbody figure.figdisplay,.block-field-blocknodepagebody figure.figdisplay {
    display: block;
}

.block-entity-fieldnodebody figure.figdisplay img.align-left,.field--name-field-cityu-normal-content figure.figdisplay img.align-left,.block-field-blocknodecityu-normal-pagebody figure.figdisplay img.align-left,.block-entity-fieldnodefield-cityu-service-description figure.figdisplay img.align-left,.block-field-blocknodecityu-eventbody figure.figdisplay img.align-left,.block-field-blocknodepagebody figure.figdisplay img.align-left {
    padding-right: 0px !important;
    width: auto !important;
    max-width: 400px !important;
}

.block-entity-fieldnodebody figure.figdisplay img.align-right,.field--name-field-cityu-normal-content figure.figdisplay img.align-right,.block-field-blocknodecityu-normal-pagebody figure.figdisplay img.align-right,.block-entity-fieldnodefield-cityu-service-description figure.figdisplay img.align-right,.block-field-blocknodecityu-eventbody figure.figdisplay img.align-right,.block-field-blocknodepagebody figure.figdisplay img.align-right {
    width: auto !important;
    max-width: 400px !important;
}

.block-entity-fieldnodebody figure.figdisplay figure.align-right,.field--name-field-cityu-normal-content figure.figdisplay figure.align-right,.block-field-blocknodecityu-normal-pagebody figure.figdisplay figure.align-right,.block-entity-fieldnodefield-cityu-service-description figure.figdisplay figure.align-right,.block-field-blocknodecityu-eventbody figure.figdisplay figure.align-right,.block-field-blocknodepagebody figure.figdisplay figure.align-right {
    padding-left: 10px !important;
    padding-right: 0 !important;
}

.block-entity-fieldnodebody figure.figdisplay figure.align-left,.field--name-field-cityu-normal-content figure.figdisplay figure.align-left,.block-field-blocknodecityu-normal-pagebody figure.figdisplay figure.align-left,.block-entity-fieldnodefield-cityu-service-description figure.figdisplay figure.align-left,.block-field-blocknodecityu-eventbody figure.figdisplay figure.align-left,.block-field-blocknodepagebody figure.figdisplay figure.align-left {
    padding-right: 10px !important;
}

.block-entity-fieldnodebody figure.figdisplay article.align-left,.field--name-field-cityu-normal-content figure.figdisplay article.align-left,.block-field-blocknodecityu-normal-pagebody figure.figdisplay article.align-left,.block-entity-fieldnodefield-cityu-service-description figure.figdisplay article.align-left,.block-field-blocknodecityu-eventbody figure.figdisplay article.align-left,.block-field-blocknodepagebody figure.figdisplay article.align-left,.block-entity-fieldnodebody figure.figdisplay article.media-image,.field--name-field-cityu-normal-content figure.figdisplay article.media-image,.block-field-blocknodecityu-normal-pagebody figure.figdisplay article.media-image,.block-entity-fieldnodefield-cityu-service-description figure.figdisplay article.media-image,.block-field-blocknodecityu-eventbody figure.figdisplay article.media-image,.block-field-blocknodepagebody figure.figdisplay article.media-image {
    max-width: 400px !important;
}

.block-entity-fieldnodebody figure.figdisplay figure.align-left,.field--name-field-cityu-normal-content figure.figdisplay figure.align-left,.block-field-blocknodecityu-normal-pagebody figure.figdisplay figure.align-left,.block-entity-fieldnodefield-cityu-service-description figure.figdisplay figure.align-left,.block-field-blocknodecityu-eventbody figure.figdisplay figure.align-left,.block-field-blocknodepagebody figure.figdisplay figure.align-left,.block-entity-fieldnodebody figure.figdisplay figure.align-right,.field--name-field-cityu-normal-content figure.figdisplay figure.align-right,.block-field-blocknodecityu-normal-pagebody figure.figdisplay figure.align-right,.block-entity-fieldnodefield-cityu-service-description figure.figdisplay figure.align-right,.block-field-blocknodecityu-eventbody figure.figdisplay figure.align-right,.block-field-blocknodepagebody figure.figdisplay figure.align-right {
    width: 50% !important;
    max-width: 410px !important;
}

.block-entity-fieldnodebody figure,.field--name-field-cityu-normal-content figure,.block-field-blocknodecityu-normal-pagebody figure,.block-entity-fieldnodefield-cityu-service-description figure,.block-field-blocknodecityu-eventbody figure,.block-field-blocknodepagebody figure {
    margin: 0;
    padding: 0;
}

.block-entity-fieldnodebody figure img,.field--name-field-cityu-normal-content figure img,.block-field-blocknodecityu-normal-pagebody figure img,.block-entity-fieldnodefield-cityu-service-description figure img,.block-field-blocknodecityu-eventbody figure img,.block-field-blocknodepagebody figure img {
    display: block;
    width: 100%;
}

.block-entity-fieldnodebody .align-left,.field--name-field-cityu-normal-content .align-left,.block-field-blocknodecityu-normal-pagebody .align-left,.block-entity-fieldnodefield-cityu-service-description .align-left,.block-field-blocknodecityu-eventbody .align-left,.block-field-blocknodepagebody .align-left {
    float: left;
}

.block-entity-fieldnodebody .align-right,.field--name-field-cityu-normal-content .align-right,.block-field-blocknodecityu-normal-pagebody .align-right,.block-entity-fieldnodefield-cityu-service-description .align-right,.block-field-blocknodecityu-eventbody .align-right,.block-field-blocknodepagebody .align-right {
    float: right;
}

.block-entity-fieldnodebody .align-left article,.field--name-field-cityu-normal-content .align-left article,.block-field-blocknodecityu-normal-pagebody .align-left article,.block-entity-fieldnodefield-cityu-service-description .align-left article,.block-field-blocknodecityu-eventbody .align-left article,.block-field-blocknodepagebody .align-left article,.block-entity-fieldnodebody .align-left figcaption,.field--name-field-cityu-normal-content .align-left figcaption,.block-field-blocknodecityu-normal-pagebody .align-left figcaption,.block-entity-fieldnodefield-cityu-service-description .align-left figcaption,.block-field-blocknodecityu-eventbody .align-left figcaption,.block-field-blocknodepagebody .align-left figcaption,.block-entity-fieldnodebody article.align-left,.field--name-field-cityu-normal-content article.align-left,.block-field-blocknodecityu-normal-pagebody article.align-left,.block-entity-fieldnodefield-cityu-service-description article.align-left,.block-field-blocknodecityu-eventbody article.align-left,.block-field-blocknodepagebody article.align-left {
    padding-right: 20px;
}

.block-entity-fieldnodebody .align-right article,.field--name-field-cityu-normal-content .align-right article,.block-field-blocknodecityu-normal-pagebody .align-right article,.block-entity-fieldnodefield-cityu-service-description .align-right article,.block-field-blocknodecityu-eventbody .align-right article,.block-field-blocknodepagebody .align-right article,.block-entity-fieldnodebody .align-right figcaption,.field--name-field-cityu-normal-content .align-right figcaption,.block-field-blocknodecityu-normal-pagebody .align-right figcaption,.block-entity-fieldnodefield-cityu-service-description .align-right figcaption,.block-field-blocknodecityu-eventbody .align-right figcaption,.block-field-blocknodepagebody .align-right figcaption,.block-entity-fieldnodebody article.align-right,.field--name-field-cityu-normal-content article.align-right,.block-field-blocknodecityu-normal-pagebody article.align-right,.block-entity-fieldnodefield-cityu-service-description article.align-right,.block-field-blocknodecityu-eventbody article.align-right,.block-field-blocknodepagebody article.align-right {
    padding-left: 20px;
}

.block-entity-fieldnodebody figure.embedded-entity,.field--name-field-cityu-normal-content figure.embedded-entity,.block-field-blocknodecityu-normal-pagebody figure.embedded-entity,.block-entity-fieldnodefield-cityu-service-description figure.embedded-entity,.block-field-blocknodecityu-eventbody figure.embedded-entity,.block-field-blocknodepagebody figure.embedded-entity,.block-entity-fieldnodebody article.embedded-entity,.field--name-field-cityu-normal-content article.embedded-entity,.block-field-blocknodecityu-normal-pagebody article.embedded-entity,.block-entity-fieldnodefield-cityu-service-description article.embedded-entity,.block-field-blocknodecityu-eventbody article.embedded-entity,.block-field-blocknodepagebody article.embedded-entity {
    margin-bottom: 20px;
}

.block-entity-fieldnodebody .width-25-percent,.field--name-field-cityu-normal-content .width-25-percent,.block-field-blocknodecityu-normal-pagebody .width-25-percent,.block-entity-fieldnodefield-cityu-service-description .width-25-percent,.block-field-blocknodecityu-eventbody .width-25-percent,.block-field-blocknodepagebody .width-25-percent {
    width: 25%;
}

.block-entity-fieldnodebody .width-33-percent,.field--name-field-cityu-normal-content .width-33-percent,.block-field-blocknodecityu-normal-pagebody .width-33-percent,.block-entity-fieldnodefield-cityu-service-description .width-33-percent,.block-field-blocknodecityu-eventbody .width-33-percent,.block-field-blocknodepagebody .width-33-percent {
    width: 33.33%;
}

.block-entity-fieldnodebody .width-50-percent,.field--name-field-cityu-normal-content .width-50-percent,.block-field-blocknodecityu-normal-pagebody .width-50-percent,.block-entity-fieldnodefield-cityu-service-description .width-50-percent,.block-field-blocknodecityu-eventbody .width-50-percent,.block-field-blocknodepagebody .width-50-percent {
    width: 50%;
}

.block-entity-fieldnodebody .width-75-percent,.field--name-field-cityu-normal-content .width-75-percent,.block-field-blocknodecityu-normal-pagebody .width-75-percent,.block-entity-fieldnodefield-cityu-service-description .width-75-percent,.block-field-blocknodecityu-eventbody .width-75-percent,.block-field-blocknodepagebody .width-75-percent {
    width: 75%;
}

.block-entity-fieldnodebody .width-66-percent,.field--name-field-cityu-normal-content .width-66-percent,.block-field-blocknodecityu-normal-pagebody .width-66-percent,.block-entity-fieldnodefield-cityu-service-description .width-66-percent,.block-field-blocknodecityu-eventbody .width-66-percent,.block-field-blocknodepagebody .width-66-percent {
    width: 66.66%;
}

.block-entity-fieldnodebody .width-100-percent,.field--name-field-cityu-normal-content .width-100-percent,.block-field-blocknodecityu-normal-pagebody .width-100-percent,.block-entity-fieldnodefield-cityu-service-description .width-100-percent,.block-field-blocknodecityu-eventbody .width-100-percent,.block-field-blocknodepagebody .width-100-percent {
    width: 100%;
}

.block-entity-fieldnodebody .node-main-content,.field--name-field-cityu-normal-content .node-main-content,.block-field-blocknodecityu-normal-pagebody .node-main-content,.block-entity-fieldnodefield-cityu-service-description .node-main-content,.block-field-blocknodecityu-eventbody .node-main-content,.block-field-blocknodepagebody .node-main-content {
    line-height: 1.6em;
    color: #000;
}

.block-entity-fieldnodebody .contextual,.field--name-field-cityu-normal-content .contextual,.block-field-blocknodecityu-normal-pagebody .contextual,.block-entity-fieldnodefield-cityu-service-description .contextual,.block-field-blocknodecityu-eventbody .contextual,.block-field-blocknodepagebody .contextual {
    position: absolute;
    top: 1px;
    right: -5px;
}

.block-entity-fieldnodebody .contextual.open,.field--name-field-cityu-normal-content .contextual.open,.block-field-blocknodecityu-normal-pagebody .contextual.open,.block-entity-fieldnodefield-cityu-service-description .contextual.open,.block-field-blocknodecityu-eventbody .contextual.open,.block-field-blocknodepagebody .contextual.open {
    z-index: 501;
}

.block-entity-fieldnodebody .contextual .trigger,.field--name-field-cityu-normal-content .contextual .trigger,.block-field-blocknodecityu-normal-pagebody .contextual .trigger,.block-entity-fieldnodefield-cityu-service-description .contextual .trigger,.block-field-blocknodecityu-eventbody .contextual .trigger,.block-field-blocknodepagebody .contextual .trigger {
    background-size: 10px 10px;
    height: 16px !important;
    width: 16px !important;
}

.block-entity-fieldnodebody .contextual-links a,.field--name-field-cityu-normal-content .contextual-links a,.block-field-blocknodecityu-normal-pagebody .contextual-links a,.block-entity-fieldnodefield-cityu-service-description .contextual-links a,.block-field-blocknodecityu-eventbody .contextual-links a,.block-field-blocknodepagebody .contextual-links a {
    font-size: 13px !important;
    color: #222 !important;
}

.block-entity-fieldnodebody .contextual-links a:hover,.field--name-field-cityu-normal-content .contextual-links a:hover,.block-field-blocknodecityu-normal-pagebody .contextual-links a:hover,.block-entity-fieldnodefield-cityu-service-description .contextual-links a:hover,.block-field-blocknodecityu-eventbody .contextual-links a:hover,.block-field-blocknodepagebody .contextual-links a:hover {
    color: #bf165e !important;
}

.block-entity-fieldnodebody .tabs--primary.nav,.field--name-field-cityu-normal-content .tabs--primary.nav,.block-field-blocknodecityu-normal-pagebody .tabs--primary.nav,.block-entity-fieldnodefield-cityu-service-description .tabs--primary.nav,.block-field-blocknodecityu-eventbody .tabs--primary.nav,.block-field-blocknodepagebody .tabs--primary.nav {
    margin-bottom: 30px;
}

.block-entity-fieldnodebody .tabs--primary.nav > li > a:hover,.field--name-field-cityu-normal-content .tabs--primary.nav > li > a:hover,.block-field-blocknodecityu-normal-pagebody .tabs--primary.nav > li > a:hover,.block-entity-fieldnodefield-cityu-service-description .tabs--primary.nav > li > a:hover,.block-field-blocknodecityu-eventbody .tabs--primary.nav > li > a:hover,.block-field-blocknodepagebody .tabs--primary.nav > li > a:hover,.block-entity-fieldnodebody .tabs--primary.nav > li > a:focus,.field--name-field-cityu-normal-content .tabs--primary.nav > li > a:focus,.block-field-blocknodecityu-normal-pagebody .tabs--primary.nav > li > a:focus,.block-entity-fieldnodefield-cityu-service-description .tabs--primary.nav > li > a:focus,.block-field-blocknodecityu-eventbody .tabs--primary.nav > li > a:focus,.block-field-blocknodepagebody .tabs--primary.nav > li > a:focus {
    background-color: #444 !important;
    color: #fff !important;
}

.block-entity-fieldnodebody .embedded-entity .file .file-icon,.field--name-field-cityu-normal-content .embedded-entity .file .file-icon,.block-field-blocknodecityu-normal-pagebody .embedded-entity .file .file-icon,.block-entity-fieldnodefield-cityu-service-description .embedded-entity .file .file-icon,.block-field-blocknodecityu-eventbody .embedded-entity .file .file-icon,.block-field-blocknodepagebody .embedded-entity .file .file-icon {
    margin-right: 10px;
}

.block-entity-fieldnodebody .embedded-entity .file .file-size,.field--name-field-cityu-normal-content .embedded-entity .file .file-size,.block-field-blocknodecityu-normal-pagebody .embedded-entity .file .file-size,.block-entity-fieldnodefield-cityu-service-description .embedded-entity .file .file-size,.block-field-blocknodecityu-eventbody .embedded-entity .file .file-size,.block-field-blocknodepagebody .embedded-entity .file .file-size {
    display: none;
}

.block-entity-fieldnodebody .cityu-image-layout,.field--name-field-cityu-normal-content .cityu-image-layout,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout,.block-field-blocknodecityu-eventbody .cityu-image-layout,.block-field-blocknodepagebody .cityu-image-layout {
    padding-left: 0;
    padding-right: 0;
}

.block-entity-fieldnodebody .cityu-image-layout,.field--name-field-cityu-normal-content .cityu-image-layout,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout,.block-field-blocknodecityu-eventbody .cityu-image-layout,.block-field-blocknodepagebody .cityu-image-layout {
    line-height: 1.2em !important;
}

.block-entity-fieldnodebody .cityu-image-layout img,.field--name-field-cityu-normal-content .cityu-image-layout img,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout img,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout img,.block-field-blocknodecityu-eventbody .cityu-image-layout img,.block-field-blocknodepagebody .cityu-image-layout img {
    width: 100%;
    height: auto !important;
}

.block-entity-fieldnodebody .cityu-image-layout .row > div,.field--name-field-cityu-normal-content .cityu-image-layout .row > div,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout .row > div,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout .row > div,.block-field-blocknodecityu-eventbody .cityu-image-layout .row > div,.block-field-blocknodepagebody .cityu-image-layout .row > div {
    margin-top: 0.4em;
    margin-bottom: 1.2em;
}

.block-entity-fieldnodebody .cityu-image-layout figure + p,.field--name-field-cityu-normal-content .cityu-image-layout figure + p,.block-field-blocknodecityu-normal-pagebody .cityu-image-layout figure + p,.block-entity-fieldnodefield-cityu-service-description .cityu-image-layout figure + p,.block-field-blocknodecityu-eventbody .cityu-image-layout figure + p,.block-field-blocknodepagebody .cityu-image-layout figure + p {
    display: none;
}

.block-entity-fieldnodebody .tpl-accordion-item,.field--name-field-cityu-normal-content .tpl-accordion-item,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-item,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-item,.block-field-blocknodecityu-eventbody .tpl-accordion-item,.block-field-blocknodepagebody .tpl-accordion-item {
    font-size: 17px;
    line-height: 30px;
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
}

.block-entity-fieldnodebody .tpl-accordion-item::after,.field--name-field-cityu-normal-content .tpl-accordion-item::after,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-item::after,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-item::after,.block-field-blocknodecityu-eventbody .tpl-accordion-item::after,.block-field-blocknodepagebody .tpl-accordion-item::after {
    display: block;
    clear: both;
    content: "";
}

.block-entity-fieldnodebody .tpl-accordion-item table,.field--name-field-cityu-normal-content .tpl-accordion-item table,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-item table,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-item table,.block-field-blocknodecityu-eventbody .tpl-accordion-item table,.block-field-blocknodepagebody .tpl-accordion-item table {
    border-collapse: separate;
}

.block-entity-fieldnodebody .tpl-accordion-item table tr,.field--name-field-cityu-normal-content .tpl-accordion-item table tr,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-item table tr,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-item table tr,.block-field-blocknodecityu-eventbody .tpl-accordion-item table tr,.block-field-blocknodepagebody .tpl-accordion-item table tr {
    background-color: #FFFFFF;
}

.block-entity-fieldnodebody .tpl-accordion-item .field--name-field-cityu-image,.field--name-field-cityu-normal-content .tpl-accordion-item .field--name-field-cityu-image,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-item .field--name-field-cityu-image,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-item .field--name-field-cityu-image,.block-field-blocknodecityu-eventbody .tpl-accordion-item .field--name-field-cityu-image,.block-field-blocknodepagebody .tpl-accordion-item .field--name-field-cityu-image {
    width: 201px;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .tpl-accordion-item .field--name-field-cityu-image,.field--name-field-cityu-normal-content .tpl-accordion-item .field--name-field-cityu-image,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-item .field--name-field-cityu-image,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-item .field--name-field-cityu-image,.block-field-blocknodecityu-eventbody .tpl-accordion-item .field--name-field-cityu-image,.block-field-blocknodepagebody .tpl-accordion-item .field--name-field-cityu-image {
        width:120px;
    }
}

@media (min-width: 1000px) {
    .block-entity-fieldnodebody .tpl-accordion-item .field--name-field-cityu-image,.field--name-field-cityu-normal-content .tpl-accordion-item .field--name-field-cityu-image,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-item .field--name-field-cityu-image,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-item .field--name-field-cityu-image,.block-field-blocknodecityu-eventbody .tpl-accordion-item .field--name-field-cityu-image,.block-field-blocknodepagebody .tpl-accordion-item .field--name-field-cityu-image {
        width:144px;
    }
}

@media (min-width: 1200px) {
    .block-entity-fieldnodebody .tpl-accordion-item .field--name-field-cityu-image,.field--name-field-cityu-normal-content .tpl-accordion-item .field--name-field-cityu-image,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-item .field--name-field-cityu-image,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-item .field--name-field-cityu-image,.block-field-blocknodecityu-eventbody .tpl-accordion-item .field--name-field-cityu-image,.block-field-blocknodepagebody .tpl-accordion-item .field--name-field-cityu-image {
        width:186px;
    }
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .tpl-accordion-item .section-intro-message,.field--name-field-cityu-normal-content .tpl-accordion-item .section-intro-message,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-item .section-intro-message,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-item .section-intro-message,.block-field-blocknodecityu-eventbody .tpl-accordion-item .section-intro-message,.block-field-blocknodepagebody .tpl-accordion-item .section-intro-message {
        flex-basis:calc(100% - 120px);
        padding-left: 16px;
    }
}

@media (min-width: 1000px) {
    .block-entity-fieldnodebody .tpl-accordion-item .section-intro-message,.field--name-field-cityu-normal-content .tpl-accordion-item .section-intro-message,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-item .section-intro-message,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-item .section-intro-message,.block-field-blocknodecityu-eventbody .tpl-accordion-item .section-intro-message,.block-field-blocknodepagebody .tpl-accordion-item .section-intro-message {
        flex-basis:calc(100% - 144px);
        padding-left: 24px;
    }
}

@media (min-width: 1200px) {
    .block-entity-fieldnodebody .tpl-accordion-item .section-intro-message,.field--name-field-cityu-normal-content .tpl-accordion-item .section-intro-message,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-item .section-intro-message,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-item .section-intro-message,.block-field-blocknodecityu-eventbody .tpl-accordion-item .section-intro-message,.block-field-blocknodepagebody .tpl-accordion-item .section-intro-message {
        flex:0 0;
        flex-basis: calc(100% - 186px);
        max-width: calc(100% - 186px);
        padding-left: 32px;
    }
}

.block-entity-fieldnodebody .tpl-accordion-left,.field--name-field-cityu-normal-content .tpl-accordion-left,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-left,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-left,.block-field-blocknodecityu-eventbody .tpl-accordion-left,.block-field-blocknodepagebody .tpl-accordion-left {
    width: 100%;
    margin-bottom: 16px;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .tpl-accordion-left,.field--name-field-cityu-normal-content .tpl-accordion-left,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-left,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-left,.block-field-blocknodecityu-eventbody .tpl-accordion-left,.block-field-blocknodepagebody .tpl-accordion-left {
        margin-bottom:0;
    }
}

.block-entity-fieldnodebody .tpl-accordion-right,.field--name-field-cityu-normal-content .tpl-accordion-right,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-right,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-right,.block-field-blocknodecityu-eventbody .tpl-accordion-right,.block-field-blocknodepagebody .tpl-accordion-right {
    width: 100%;
    margin-bottom: 16px;
}

.block-entity-fieldnodebody .tpl-accordion-right img,.field--name-field-cityu-normal-content .tpl-accordion-right img,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-right img,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-right img,.block-field-blocknodecityu-eventbody .tpl-accordion-right img,.block-field-blocknodepagebody .tpl-accordion-right img {
    width: 100%;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .tpl-accordion-right,.field--name-field-cityu-normal-content .tpl-accordion-right,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-right,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-right,.block-field-blocknodecityu-eventbody .tpl-accordion-right,.block-field-blocknodepagebody .tpl-accordion-right {
        float:right;
        width: 29%;
        margin-left: 16px;
    }
}

@media (min-width: 1000px) {
    .block-entity-fieldnodebody .tpl-accordion-right,.field--name-field-cityu-normal-content .tpl-accordion-right,.block-field-blocknodecityu-normal-pagebody .tpl-accordion-right,.block-entity-fieldnodefield-cityu-service-description .tpl-accordion-right,.block-field-blocknodecityu-eventbody .tpl-accordion-right,.block-field-blocknodepagebody .tpl-accordion-right {
        margin-left:24px;
    }
}

.block-entity-fieldnodebody .thanks-table,.field--name-field-cityu-normal-content .thanks-table,.block-field-blocknodecityu-normal-pagebody .thanks-table,.block-entity-fieldnodefield-cityu-service-description .thanks-table,.block-field-blocknodecityu-eventbody .thanks-table,.block-field-blocknodepagebody .thanks-table {
    width: 100%;
    border-bottom: 1px solid #ACACAC;
    padding: 30px 0 25px 0;
}

.block-entity-fieldnodebody .thanks-table-item,.field--name-field-cityu-normal-content .thanks-table-item,.block-field-blocknodecityu-normal-pagebody .thanks-table-item,.block-entity-fieldnodefield-cityu-service-description .thanks-table-item,.block-field-blocknodecityu-eventbody .thanks-table-item,.block-field-blocknodepagebody .thanks-table-item {
    margin-top: 20px;
    display: none;
}

@media (min-width: 1000px) {
    .block-entity-fieldnodebody .thanks-table-item,.field--name-field-cityu-normal-content .thanks-table-item,.block-field-blocknodecityu-normal-pagebody .thanks-table-item,.block-entity-fieldnodefield-cityu-service-description .thanks-table-item,.block-field-blocknodecityu-eventbody .thanks-table-item,.block-field-blocknodepagebody .thanks-table-item {
        display:block;
    }
}

.block-entity-fieldnodebody .thanks-table-topic,.field--name-field-cityu-normal-content .thanks-table-topic,.block-field-blocknodecityu-normal-pagebody .thanks-table-topic,.block-entity-fieldnodefield-cityu-service-description .thanks-table-topic,.block-field-blocknodecityu-eventbody .thanks-table-topic,.block-field-blocknodepagebody .thanks-table-topic {
    display: inline-block;
    width: 100%;
    color: #bf165e;
}

.block-entity-fieldnodebody .thanks-table-btnmore,.field--name-field-cityu-normal-content .thanks-table-btnmore,.block-field-blocknodecityu-normal-pagebody .thanks-table-btnmore,.block-entity-fieldnodefield-cityu-service-description .thanks-table-btnmore,.block-field-blocknodecityu-eventbody .thanks-table-btnmore,.block-field-blocknodepagebody .thanks-table-btnmore {
    background-image: url(/cyber-joy-enjoy-lab/themes/custom/cityu_template_theme/dist/css/components/images/donor-roll-more.svg);
    background-size: 100%;
    width: 37px;
    height: 37px;
    float: right;
    cursor: pointer;
}

@media (min-width: 1000px) {
    .block-entity-fieldnodebody .thanks-table-btnmore,.field--name-field-cityu-normal-content .thanks-table-btnmore,.block-field-blocknodecityu-normal-pagebody .thanks-table-btnmore,.block-entity-fieldnodefield-cityu-service-description .thanks-table-btnmore,.block-field-blocknodecityu-eventbody .thanks-table-btnmore,.block-field-blocknodepagebody .thanks-table-btnmore {
        display:none;
    }
}

.block-entity-fieldnodebody .thanks-table-item-name,.field--name-field-cityu-normal-content .thanks-table-item-name,.block-field-blocknodecityu-normal-pagebody .thanks-table-item-name,.block-entity-fieldnodefield-cityu-service-description .thanks-table-item-name,.block-field-blocknodecityu-eventbody .thanks-table-item-name,.block-field-blocknodepagebody .thanks-table-item-name {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 26px;
}

.block-entity-fieldnodebody .thanks-table-item-name:last-child,.field--name-field-cityu-normal-content .thanks-table-item-name:last-child,.block-field-blocknodecityu-normal-pagebody .thanks-table-item-name:last-child,.block-entity-fieldnodefield-cityu-service-description .thanks-table-item-name:last-child,.block-field-blocknodecityu-eventbody .thanks-table-item-name:last-child,.block-field-blocknodepagebody .thanks-table-item-name:last-child {
    margin-bottom: 0;
}

.block-entity-fieldnodebody .thanks-table-active .thanks-table-item,.field--name-field-cityu-normal-content .thanks-table-active .thanks-table-item,.block-field-blocknodecityu-normal-pagebody .thanks-table-active .thanks-table-item,.block-entity-fieldnodefield-cityu-service-description .thanks-table-active .thanks-table-item,.block-field-blocknodecityu-eventbody .thanks-table-active .thanks-table-item,.block-field-blocknodepagebody .thanks-table-active .thanks-table-item {
    display: block;
}

.block-entity-fieldnodebody .thanks-table-active .thanks-table-btnmore,.field--name-field-cityu-normal-content .thanks-table-active .thanks-table-btnmore,.block-field-blocknodecityu-normal-pagebody .thanks-table-active .thanks-table-btnmore,.block-entity-fieldnodefield-cityu-service-description .thanks-table-active .thanks-table-btnmore,.block-field-blocknodecityu-eventbody .thanks-table-active .thanks-table-btnmore,.block-field-blocknodepagebody .thanks-table-active .thanks-table-btnmore {
    background-image: url(/cyber-joy-enjoy-lab/themes/custom/cityu_template_theme/dist/css/components/images/donor-roll-hide.svg);
}

.block-entity-fieldnodebody .donor-roll-anchor,.field--name-field-cityu-normal-content .donor-roll-anchor,.block-field-blocknodecityu-normal-pagebody .donor-roll-anchor,.block-entity-fieldnodefield-cityu-service-description .donor-roll-anchor,.block-field-blocknodecityu-eventbody .donor-roll-anchor,.block-field-blocknodepagebody .donor-roll-anchor {
    margin-bottom: 0 !important;
    margin-left: -10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 !important;
    list-style: none;
}

.block-entity-fieldnodebody .donor-roll-anchor li,.field--name-field-cityu-normal-content .donor-roll-anchor li,.block-field-blocknodecityu-normal-pagebody .donor-roll-anchor li,.block-entity-fieldnodefield-cityu-service-description .donor-roll-anchor li,.block-field-blocknodecityu-eventbody .donor-roll-anchor li,.block-field-blocknodepagebody .donor-roll-anchor li {
    margin: 0 0 10px;
    padding: 0 10px;
    font-size: 14px !important;
    line-height: 27px;
    border-right: 1px solid rgba(141,141,141,0.6);
    cursor: pointer;
    color: #bf165e;
}

.no-touch .block-entity-fieldnodebody .donor-roll-anchor li:hover,.no-touch .field--name-field-cityu-normal-content .donor-roll-anchor li:hover,.no-touch .block-field-blocknodecityu-normal-pagebody .donor-roll-anchor li:hover,.no-touch .block-entity-fieldnodefield-cityu-service-description .donor-roll-anchor li:hover,.no-touch .block-field-blocknodecityu-eventbody .donor-roll-anchor li:hover,.no-touch .block-field-blocknodepagebody .donor-roll-anchor li:hover,.block-entity-fieldnodebody .donor-roll-anchor li:active,.field--name-field-cityu-normal-content .donor-roll-anchor li:active,.block-field-blocknodecityu-normal-pagebody .donor-roll-anchor li:active,.block-entity-fieldnodefield-cityu-service-description .donor-roll-anchor li:active,.block-field-blocknodecityu-eventbody .donor-roll-anchor li:active,.block-field-blocknodepagebody .donor-roll-anchor li:active {
    color: #6b203e;
}

.block-entity-fieldnodebody .donor-roll-anchor li:last-child,.field--name-field-cityu-normal-content .donor-roll-anchor li:last-child,.block-field-blocknodecityu-normal-pagebody .donor-roll-anchor li:last-child,.block-entity-fieldnodefield-cityu-service-description .donor-roll-anchor li:last-child,.block-field-blocknodecityu-eventbody .donor-roll-anchor li:last-child,.block-field-blocknodepagebody .donor-roll-anchor li:last-child {
    border-right: none;
}

.block-entity-fieldnodebody .donor-roll-anchor li::after,.field--name-field-cityu-normal-content .donor-roll-anchor li::after,.block-field-blocknodecityu-normal-pagebody .donor-roll-anchor li::after,.block-entity-fieldnodefield-cityu-service-description .donor-roll-anchor li::after,.block-field-blocknodecityu-eventbody .donor-roll-anchor li::after,.block-field-blocknodepagebody .donor-roll-anchor li::after {
    display: none;
}

.block-entity-fieldnodebody .people-story-list-tab,.field--name-field-cityu-normal-content .people-story-list-tab,.block-field-blocknodecityu-normal-pagebody .people-story-list-tab,.block-entity-fieldnodefield-cityu-service-description .people-story-list-tab,.block-field-blocknodecityu-eventbody .people-story-list-tab,.block-field-blocknodepagebody .people-story-list-tab {
    margin-bottom: 32px !important;
    border-bottom: 1px solid #e7e7e7;
}

.block-entity-fieldnodebody .people-story-list-tab a,.field--name-field-cityu-normal-content .people-story-list-tab a,.block-field-blocknodecityu-normal-pagebody .people-story-list-tab a,.block-entity-fieldnodefield-cityu-service-description .people-story-list-tab a,.block-field-blocknodecityu-eventbody .people-story-list-tab a,.block-field-blocknodepagebody .people-story-list-tab a {
    display: inline-block;
    width: 50%;
    color: #2e2e2e !important;
    font-size: 0.84375rem !important;
    font-weight: 900;
    letter-spacing: 0.0625rem;
    line-height: 1.125rem !important;
    padding: 0.75rem 0;
}

.block-entity-fieldnodebody .people-story-list-tab a:last-child,.field--name-field-cityu-normal-content .people-story-list-tab a:last-child,.block-field-blocknodecityu-normal-pagebody .people-story-list-tab a:last-child,.block-entity-fieldnodefield-cityu-service-description .people-story-list-tab a:last-child,.block-field-blocknodecityu-eventbody .people-story-list-tab a:last-child,.block-field-blocknodepagebody .people-story-list-tab a:last-child {
    padding-left: 1.875rem;
}

.block-entity-fieldnodebody .people-story-list-tab a:last-child.active,.field--name-field-cityu-normal-content .people-story-list-tab a:last-child.active,.block-field-blocknodecityu-normal-pagebody .people-story-list-tab a:last-child.active,.block-entity-fieldnodefield-cityu-service-description .people-story-list-tab a:last-child.active,.block-field-blocknodecityu-eventbody .people-story-list-tab a:last-child.active,.block-field-blocknodepagebody .people-story-list-tab a:last-child.active {
    padding-left: 0;
}

@media (max-width: 759.98px) {
    .block-entity-fieldnodebody .people-story-list-tab a,.field--name-field-cityu-normal-content .people-story-list-tab a,.block-field-blocknodecityu-normal-pagebody .people-story-list-tab a,.block-entity-fieldnodefield-cityu-service-description .people-story-list-tab a,.block-field-blocknodecityu-eventbody .people-story-list-tab a,.block-field-blocknodepagebody .people-story-list-tab a {
        font-size:0.75rem !important;
        line-height: 1rem !important;
        padding: 0.5rem 0;
    }
}

.block-entity-fieldnodebody .people-story-list-tab .active,.field--name-field-cityu-normal-content .people-story-list-tab .active,.block-field-blocknodecityu-normal-pagebody .people-story-list-tab .active,.block-entity-fieldnodefield-cityu-service-description .people-story-list-tab .active,.block-field-blocknodecityu-eventbody .people-story-list-tab .active,.block-field-blocknodepagebody .people-story-list-tab .active {
    color: #bf165e !important;
    border-bottom: 4px solid #bf165e;
}

@media (max-width: 759.98px) {
    .block-entity-fieldnodebody .cityu-table2,.field--name-field-cityu-normal-content .cityu-table2,.block-field-blocknodecityu-normal-pagebody .cityu-table2,.block-entity-fieldnodefield-cityu-service-description .cityu-table2,.block-field-blocknodecityu-eventbody .cityu-table2,.block-field-blocknodepagebody .cityu-table2 {
        overflow:auto;
        width: 100%;
    }
}

.block-entity-fieldnodebody .cityu-table2 table,.field--name-field-cityu-normal-content .cityu-table2 table,.block-field-blocknodecityu-normal-pagebody .cityu-table2 table,.block-entity-fieldnodefield-cityu-service-description .cityu-table2 table,.block-field-blocknodecityu-eventbody .cityu-table2 table,.block-field-blocknodepagebody .cityu-table2 table {
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .cityu-table2 table,.field--name-field-cityu-normal-content .cityu-table2 table,.block-field-blocknodecityu-normal-pagebody .cityu-table2 table,.block-entity-fieldnodefield-cityu-service-description .cityu-table2 table,.block-field-blocknodecityu-eventbody .cityu-table2 table,.block-field-blocknodepagebody .cityu-table2 table {
        margin-bottom:1rem;
    }
}

@media (max-width: 759.98px) {
    .block-entity-fieldnodebody .cityu-table2 table,.field--name-field-cityu-normal-content .cityu-table2 table,.block-field-blocknodecityu-normal-pagebody .cityu-table2 table,.block-entity-fieldnodefield-cityu-service-description .cityu-table2 table,.block-field-blocknodecityu-eventbody .cityu-table2 table,.block-field-blocknodepagebody .cityu-table2 table {
        min-width:510px;
    }
}

.block-entity-fieldnodebody .cityu-table2 table th,.field--name-field-cityu-normal-content .cityu-table2 table th,.block-field-blocknodecityu-normal-pagebody .cityu-table2 table th,.block-entity-fieldnodefield-cityu-service-description .cityu-table2 table th,.block-field-blocknodecityu-eventbody .cityu-table2 table th,.block-field-blocknodepagebody .cityu-table2 table th,.block-entity-fieldnodebody .cityu-table2 table td,.field--name-field-cityu-normal-content .cityu-table2 table td,.block-field-blocknodecityu-normal-pagebody .cityu-table2 table td,.block-entity-fieldnodefield-cityu-service-description .cityu-table2 table td,.block-field-blocknodecityu-eventbody .cityu-table2 table td,.block-field-blocknodepagebody .cityu-table2 table td {
    padding: 0.9375rem 1.4375rem 0.9375rem 0;
}

.block-entity-fieldnodebody .cityu-table2 table th,.field--name-field-cityu-normal-content .cityu-table2 table th,.block-field-blocknodecityu-normal-pagebody .cityu-table2 table th,.block-entity-fieldnodefield-cityu-service-description .cityu-table2 table th,.block-field-blocknodecityu-eventbody .cityu-table2 table th,.block-field-blocknodepagebody .cityu-table2 table th {
    color: #2E2E2E;
    font-size: 1rem;
    line-height: 26px;
    font-weight: 900;
    letter-spacing: 1px;
}

@media (min-width: 760px) {
    .block-entity-fieldnodebody .cityu-table2 table th,.field--name-field-cityu-normal-content .cityu-table2 table th,.block-field-blocknodecityu-normal-pagebody .cityu-table2 table th,.block-entity-fieldnodefield-cityu-service-description .cityu-table2 table th,.block-field-blocknodecityu-eventbody .cityu-table2 table th,.block-field-blocknodepagebody .cityu-table2 table th {
        font-size:1.1875rem;
        line-height: 30px;
    }
}

.block-entity-fieldnodebody .cityu-table2 table tr td,.field--name-field-cityu-normal-content .cityu-table2 table tr td,.block-field-blocknodecityu-normal-pagebody .cityu-table2 table tr td,.block-entity-fieldnodefield-cityu-service-description .cityu-table2 table tr td,.block-field-blocknodecityu-eventbody .cityu-table2 table tr td,.block-field-blocknodepagebody .cityu-table2 table tr td {
    border-bottom: 1px solid #DFDFDF;
}

.block-entity-fieldnodebody .cityu-table2 table tr td:first-child,.field--name-field-cityu-normal-content .cityu-table2 table tr td:first-child,.block-field-blocknodecityu-normal-pagebody .cityu-table2 table tr td:first-child,.block-entity-fieldnodefield-cityu-service-description .cityu-table2 table tr td:first-child,.block-field-blocknodecityu-eventbody .cityu-table2 table tr td:first-child,.block-field-blocknodepagebody .cityu-table2 table tr td:first-child {
    font-weight: bold;
}

.block-entity-fieldnodebody .cityu-table2 table tr td .e-mail,.field--name-field-cityu-normal-content .cityu-table2 table tr td .e-mail,.block-field-blocknodecityu-normal-pagebody .cityu-table2 table tr td .e-mail,.block-entity-fieldnodefield-cityu-service-description .cityu-table2 table tr td .e-mail,.block-field-blocknodecityu-eventbody .cityu-table2 table tr td .e-mail,.block-field-blocknodepagebody .cityu-table2 table tr td .e-mail {
    font-size: 0 !important;
}

.block-entity-fieldnodebody .cityu-table2 table tr:last-child td,.field--name-field-cityu-normal-content .cityu-table2 table tr:last-child td,.block-field-blocknodecityu-normal-pagebody .cityu-table2 table tr:last-child td,.block-entity-fieldnodefield-cityu-service-description .cityu-table2 table tr:last-child td,.block-field-blocknodecityu-eventbody .cityu-table2 table tr:last-child td,.block-field-blocknodepagebody .cityu-table2 table tr:last-child td {
    border: none;
}

.block-entity-fieldnodebody .e-mail::before,.field--name-field-cityu-normal-content .e-mail::before,.block-field-blocknodecityu-normal-pagebody .e-mail::before,.block-entity-fieldnodefield-cityu-service-description .e-mail::before,.block-field-blocknodecityu-eventbody .e-mail::before,.block-field-blocknodepagebody .e-mail::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .block-entity-fieldnodebody .e-mail::before:hover::after,.no-touch .field--name-field-cityu-normal-content .e-mail::before:hover::after,.no-touch .block-field-blocknodecityu-normal-pagebody .e-mail::before:hover::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .e-mail::before:hover::after,.no-touch .block-field-blocknodecityu-eventbody .e-mail::before:hover::after,.no-touch .block-field-blocknodepagebody .e-mail::before:hover::after,.no-touch .block-entity-fieldnodebody .e-mail::before:focus::after,.no-touch .field--name-field-cityu-normal-content .e-mail::before:focus::after,.no-touch .block-field-blocknodecityu-normal-pagebody .e-mail::before:focus::after,.no-touch .block-entity-fieldnodefield-cityu-service-description .e-mail::before:focus::after,.no-touch .block-field-blocknodecityu-eventbody .e-mail::before:focus::after,.no-touch .block-field-blocknodepagebody .e-mail::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .block-entity-fieldnodebody .e-mail::before:hover::before,.no-touch .field--name-field-cityu-normal-content .e-mail::before:hover::before,.no-touch .block-field-blocknodecityu-normal-pagebody .e-mail::before:hover::before,.no-touch .block-entity-fieldnodefield-cityu-service-description .e-mail::before:hover::before,.no-touch .block-field-blocknodecityu-eventbody .e-mail::before:hover::before,.no-touch .block-field-blocknodepagebody .e-mail::before:hover::before,.no-touch .block-entity-fieldnodebody .e-mail::before:focus::before,.no-touch .field--name-field-cityu-normal-content .e-mail::before:focus::before,.no-touch .block-field-blocknodecityu-normal-pagebody .e-mail::before:focus::before,.no-touch .block-entity-fieldnodefield-cityu-service-description .e-mail::before:focus::before,.no-touch .block-field-blocknodecityu-eventbody .e-mail::before:focus::before,.no-touch .block-field-blocknodepagebody .e-mail::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.block-entity-fieldnodebody .cityu-document .file--text,.field--name-field-cityu-normal-content .cityu-document .file--text,.block-field-blocknodecityu-normal-pagebody .cityu-document .file--text,.block-entity-fieldnodefield-cityu-service-description .cityu-document .file--text,.block-field-blocknodecityu-eventbody .cityu-document .file--text,.block-field-blocknodepagebody .cityu-document .file--text {
    background-image: none;
}

.block-entity-fieldnodebody .cityu-document .file,.field--name-field-cityu-normal-content .cityu-document .file,.block-field-blocknodecityu-normal-pagebody .cityu-document .file,.block-entity-fieldnodefield-cityu-service-description .cityu-document .file,.block-field-blocknodecityu-eventbody .cityu-document .file,.block-field-blocknodepagebody .cityu-document .file {
    padding: 0;
    background-image: none;
}

.ms-rteThemeForeColor-1-0 {
    color: #FFFFFF;
}

.node__content {
    font-size: inherit;
    margin: 0;
}

.block-entity-fieldnodebody,.field--name-field-cityu-normal-content,.block-field-blocknodecityu-normal-pagebody,.block-entity-fieldnodefield-cityu-service-description,.block-field-blocknodecityu-eventbody,.block-field-blocknodepagebody {
    font-size: 17px;
    line-height: 30px;
    padding-top: 15px;
}

.block-entity-fieldnodebody .field--name-body > *:first-child,.field--name-field-cityu-normal-content .field--name-body > *:first-child,.block-field-blocknodecityu-normal-pagebody .field--name-body > *:first-child,.block-entity-fieldnodefield-cityu-service-description .field--name-body > *:first-child,.block-field-blocknodecityu-eventbody .field--name-body > *:first-child,.block-field-blocknodepagebody .field--name-body > *:first-child {
    padding-top: 0;
    margin-top: 0;
}

.node--type-cityu-normal-page .block-entity-fieldnodebody {
    border-top: 1px solid #e7e7e7;
}

.node--type-page .block-field-blocknodepagebody {
    padding-top: 0;
}

.node--type-page .block-field-blocknodepagebody::before {
    content: "";
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
}

.node--type-page .layout__region--first {
    margin-bottom: 120px;
}

@media (max-width: 1199.98px) {
    .node--type-page .layout__region--first {
        margin-bottom:104px;
    }
}

@media (max-width: 999.98px) {
    .node--type-page .layout__region--first {
        margin-bottom:80px;
    }
}

.region-main > div:first-child {
    padding-top: 0;
}

.node--type-cityu-news .field--name-title h1 {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    color: #bf165e;
}

@media (max-width: 1199.98px) {
    .node--type-cityu-news .field--name-title h1 {
        font-size:30px;
        line-height: 1.4;
        letter-spacing: -0.33px;
    }
}

@media (max-width: 999.98px) {
    .node--type-cityu-news .field--name-title h1 {
        font-size:26px;
        line-height: 1.38;
        letter-spacing: -0.29px;
    }
}

@media (max-width: 759.98px) {
    .node--type-cityu-news .field--name-title h1 {
        font-size:24px;
        line-height: 1.25;
        letter-spacing: normal;
    }
}

.node--type-cityu-news .field--name-field-cityu-news-author,.node--type-cityu-news .field--name-field-cityu-news-date {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: bold;
    color: #1d1d1b;
}

@media (max-width: 999.98px) {
    .node--type-cityu-news .field--name-field-cityu-news-author,.node--type-cityu-news .field--name-field-cityu-news-date {
        font-size:13px;
        line-height: 1.38;
    }
}

.node--type-cityu-news .field--name-field-cityu-news-categories {
    margin-bottom: 12px;
    font-size: 0;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #717171;
}

@media (max-width: 999.98px) {
    .node--type-cityu-news .field--name-field-cityu-news-categories {
        margin-bottom:10px;
        line-height: 1.38;
    }
}

.node--type-cityu-news .field--name-field-cityu-news-categories a {
    font-size: 14px;
    color: #717171;
}

@media (max-width: 999.98px) {
    .node--type-cityu-news .field--name-field-cityu-news-categories a {
        font-size:13px;
    }
}

.node--type-cityu-news .field--name-field-cityu-news-categories a:hover {
    color: #bf165e;
}

.node--type-cityu-news .field--name-field-cityu-news-categories span {
    font-size: 14px;
}

@media (max-width: 999.98px) {
    .node--type-cityu-news .field--name-field-cityu-news-categories span {
        font-size:13px;
    }
}

.node--type-cityu-news .field--name-title h1 {
    margin-bottom: 0;
    font-weight: 900;
    color: #bf165e;
}

.node--type-cityu-news .block-field-blocknodecityu-newsfield-cityu-news-author,.node--type-cityu-news .block-field-blocknodecityu-newsfield-cityu-news-date,.node--type-cityu-news .block-entity-fieldnodefield-cityu-news-date {
    float: left;
}

.node--type-cityu-news .field--name-field-cityu-news-author {
    margin-top: 18px;
    margin-right: 8px;
    font-weight: normal;
    color: #bf165e;
}

@media (max-width: 999.98px) {
    .node--type-cityu-news .field--name-field-cityu-news-author {
        margin-top:10px;
    }
}

@media (max-width: 759.98px) {
    .node--type-cityu-news .field--name-field-cityu-news-author {
        margin-top:8px;
    }
}

.node--type-cityu-news .field--name-field-cityu-news-date {
    margin-top: 18px;
    margin-right: 21px;
}

@media (max-width: 999.98px) {
    .node--type-cityu-news .field--name-field-cityu-news-date {
        margin-top:10px;
        margin-right: 17px;
    }
}

@media (max-width: 759.98px) {
    .node--type-cityu-news .field--name-field-cityu-news-date {
        margin-top:8px;
    }
}

.block-cityu-template-share-this {
    float: right;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

@media (max-width: 999.98px) {
    .block-cityu-template-share-this {
        margin-top:10px;
    }
}

@media (max-width: 759.98px) {
    .block-cityu-template-share-this {
        margin-top:8px;
    }
}

@media (max-width: 759.98px) {
    .block-cityu-template-share-this {
        clear:both;
        float: none;
    }
}

.block-cityu-template-share-this .t-share {
    margin-right: 17px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    color: #717171;
}

@media (max-width: 1199.98px) {
    .block-cityu-template-share-this .t-share {
        margin-right:10px;
    }
}

@media (max-width: 999.98px) {
    .block-cityu-template-share-this .t-share {
        font-size:13px;
    }
}

.block-cityu-template-share-this .at-icon-wrapper {
    width: 14px !important;
    height: 14px !important;
    line-height: 14px !important;
}

.block-cityu-template-share-this .at-share-tbx-element .at-share-btn,.block-cityu-template-share-this .at-resp-share-element .at-share-btn {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0 !important;
    margin-left: 21px;
    background-color: #717171 !important;
    border-radius: 2px !important;
}

@media (max-width: 1199.98px) {
    .block-cityu-template-share-this .at-share-tbx-element .at-share-btn,.block-cityu-template-share-this .at-resp-share-element .at-share-btn {
        margin-left:17px;
    }
}

@media (max-width: 999.98px) {
    .block-cityu-template-share-this .at-share-tbx-element .at-share-btn,.block-cityu-template-share-this .at-resp-share-element .at-share-btn {
        margin-left:15px;
    }
}

@media (max-width: 759.98px) {
    .block-cityu-template-share-this .at-share-tbx-element .at-share-btn,.block-cityu-template-share-this .at-resp-share-element .at-share-btn {
        margin-left:5px;
    }
}

.block-cityu-template-share-this .at-share-tbx-element .at-share-btn:first-child,.block-cityu-template-share-this .at-resp-share-element .at-share-btn:first-child {
    margin-left: 0;
}

.no-touch .block-cityu-template-share-this .at-share-tbx-element .at-share-btn:hover,.block-cityu-template-share-this .at-share-tbx-element .at-share-btn:active,.no-touch .block-cityu-template-share-this .at-resp-share-element .at-share-btn:hover,.block-cityu-template-share-this .at-resp-share-element .at-share-btn:active {
    background-color: #bf165e !important;
}

.block-cityu-template-share-this .at-share-tbx-element .at-share-btn svg,.block-cityu-template-share-this .at-resp-share-element .at-share-btn svg {
    width: 14px !important;
    height: 15px !important;
}

.block-cityu-template-share-this .at-style-responsive .at-share-btn {
    padding: 0;
}

.node--type-cityu-announcement .block-entity-fieldnodetitle {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    color: #bf165e;
}

@media (max-width: 1199.98px) {
    .node--type-cityu-announcement .block-entity-fieldnodetitle {
        font-size:30px;
        line-height: 1.4;
        letter-spacing: -0.33px;
    }
}

@media (max-width: 999.98px) {
    .node--type-cityu-announcement .block-entity-fieldnodetitle {
        font-size:26px;
        line-height: 1.38;
        letter-spacing: -0.29px;
    }
}

@media (max-width: 759.98px) {
    .node--type-cityu-announcement .block-entity-fieldnodetitle {
        font-size:24px;
        line-height: 1.25;
        letter-spacing: normal;
    }
}

.node--type-cityu-announcement .block-entity-fieldnodecreated {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: bold;
    color: #1d1d1b;
}

@media (max-width: 999.98px) {
    .node--type-cityu-announcement .block-entity-fieldnodecreated {
        font-size:13px;
        line-height: 1.38;
    }
}

.node--type-cityu-announcement .block-entity-fieldnodetitle {
    margin-bottom: 15px;
}

@media (max-width: 999.98px) {
    .node--type-cityu-announcement .block-entity-fieldnodetitle {
        margin-bottom:10px;
    }
}

.node--type-cityu-announcement .block-entity-fieldnodecreated {
    margin-bottom: 15px;
}

.a-to-z-main .primary-title {
    padding: 0;
    margin-bottom: 30px;
}

@media (max-width: 999.98px) {
    .a-to-z-main .primary-title {
        margin-bottom:25px;
    }
}

@media (max-width: 759.98px) {
    .a-to-z-main .primary-title {
        margin-bottom:20px;
    }
}

.a-to-z-main .t-line {
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
}

#faqlist {
    position: relative;
}

.search-a-to-z {
    position: relative;
    margin-bottom: 20px;
}

.search-a-to-z::after {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
    position: absolute;
    z-index: 1;
    transform: translateY(-40%);
    top: 50%;
    right: 12px;
    color: #838990;
}

.no-touch .search-a-to-z::after:hover::after,.no-touch .search-a-to-z::after:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .search-a-to-z::after:hover::before,.no-touch .search-a-to-z::after:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.search-a-to-z.search-focus .search {
    box-shadow: none;
    background-color: #FFFFFF;
    color: #2E2E2E;
    border: 2px solid #1d1d1b;
}

.search-a-to-z.search-focus .search::-webkit-input-placeholder {
    color: #2E2E2E;
}

.search-a-to-z.search-focus .search:-moz-placeholder {
    color: #2E2E2E;
}

.search-a-to-z.search-focus .search::-moz-placeholder {
    color: #2E2E2E;
}

.search-a-to-z.search-focus .search:-ms-input-placeholder {
    color: #2E2E2E;
}

.search-a-to-z.search-activated.search-focus .search {
    background-color: #FFFFFF;
    color: #2E2E2E;
    border: 2px solid #0090D1;
}

.search-a-to-z .search {
    width: 100%;
    padding: 0 55px 0 16px;
    height: 59px;
    line-height: 59px;
    border: 1px solid #1d1d1b;
    border-radius: 4px;
    color: #2e2e2e;
    font-size: 14px;
    margin: 0;
}

@media (min-width: 760px) {
    .search-a-to-z .search {
        font-size:17px;
        padding: 0 61px 0 24px;
    }
}

@media (min-width: 1000px) {
    .search-a-to-z .search {
        height:66px;
        line-height: 66px;
    }
}

.a-to-z-btn-list {
    display: flex;
}

@media (max-width: 999.98px) {
    .a-to-z-btn-list {
        display:block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        transform: translateX(100%);
    }
}

.a-to-z-btn-list.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.a-to-z-btn-list.disabled a[href].no-result {
    color: #44403f;
}

.a-to-z-btn-list .disable-pointer {
    pointer-events: none;
}

.a-to-z-btn-list > div {
    flex: 1;
    text-align: center;
    cursor: text;
    line-height: 26px;
    border-right: 1px solid #b5b6b6;
    color: #b5b6b6;
}

@media (max-width: 999.98px) {
    .a-to-z-btn-list > div {
        border:none;
    }
}

@media (max-width: 759.98px) {
    .a-to-z-btn-list > div {
        line-height:19px;
    }
}

.a-to-z-btn-list > div:first-child {
    text-align: left;
    flex: 0 0 20px;
}

@media (max-width: 999.98px) {
    .a-to-z-btn-list > div:first-child {
        text-align:center;
        flex: 1;
    }
}

.a-to-z-btn-list > div:last-child {
    border-right: none;
}

.a-to-z-btn-list a {
    font-size: 16px !important;
    line-height: 26px !important;
}

@media (max-width: 999.98px) {
    .a-to-z-btn-list a {
        font-size:14px !important;
        line-height: 1.73 !important;
    }
}

@media (max-width: 759.98px) {
    .a-to-z-btn-list a {
        font-size:11px !important;
    }
}

.a-to-z-btn-list a:hover {
    color: #b5b6b6 !important;
}

.a-to-z-btn-list a[href] {
    color: #44403f;
}

.a-to-z-btn-list a[href].no-result {
    color: #b5b6b6;
}

.a-to-z-btn-list a[href]:hover {
    color: #bf165e !important;
}

.a-to-z-title h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.33;
    font-weight: bold;
    color: #1d1d1b;
}

.a-to-z-title a {
    font-size: 16px;
    line-height: 2;
}

.a-to-z-list a {
    display: block;
    font-size: 16px !important;
    line-height: 2 !important;
}

.a-to-z-list a em {
    background: #ff6;
    font-weight: bold;
    font-style: normal;
}

.a-to-z-list.t-aToZ-result {
    margin-top: 20px;
}

.a-to-z-list.t-aToZ-result a {
    display: block;
    margin-bottom: 15px;
    padding: 4px 10px;
    background-color: #f9f9f9;
}

.a-to-z-list.t-aToZ-result a:hover {
    background-color: #ffffff;
}

.a-to-z-list.t-aToZ-result p {
    margin-bottom: 0 !important;
}

@media (max-width: 999.98px) {
    .hide-in-mobile {
        display:none;
    }
}

.node--type-cityu-service .block-entity-fieldnodetitle h1 {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    color: #bf165e;
}

@media (max-width: 1199.98px) {
    .node--type-cityu-service .block-entity-fieldnodetitle h1 {
        font-size:30px;
        line-height: 1.4;
        letter-spacing: -0.33px;
    }
}

@media (max-width: 999.98px) {
    .node--type-cityu-service .block-entity-fieldnodetitle h1 {
        font-size:26px;
        line-height: 1.38;
        letter-spacing: -0.29px;
    }
}

@media (max-width: 759.98px) {
    .node--type-cityu-service .block-entity-fieldnodetitle h1 {
        font-size:24px;
        line-height: 1.25;
        letter-spacing: normal;
    }
}

.node--type-cityu-service .block-entity-fieldnodetitle h1 {
    margin-bottom: 24px;
}

@media (max-width: 999.98px) {
    .node--type-cityu-service .block-entity-fieldnodetitle h1 {
        margin-bottom:22px;
    }
}

@media (max-width: 759.98px) {
    .node--type-cityu-service .block-entity-fieldnodetitle h1 {
        margin-bottom:11px;
    }
}

.node--type-cityu-service .block-entity-fieldnodetitle h1 span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin-right: 10px;
    background-color: #bf165e;
}

.node--type-cityu-service .block-entity-fieldnodetitle h1 span i {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 2px;
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    transform: scale(0.83);
    font-style: normal;
    font-weight: bold;
    line-height: 1;
}

.node--type-cityu-service .block-entity-fieldnodetitle h1 span::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFF;
    position: absolute;
    font-size: 12px;
    z-index: 1;
    top: 3px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
    transform: scale(0.9);
}

.block-entity-fieldnodefield-cityu-service-description {
    padding: 0;
}

.block-entity-fieldnodefield-cityu-service-description .field__item:first-child .field--name-field-cityu-content > *:first-child {
    padding-top: 20px;
    margin-top: 0;
}

@media (max-width: 759.98px) {
    .block-entity-fieldnodefield-cityu-service-description .field__item:first-child .field--name-field-cityu-content > *:first-child {
        padding-top:14px;
    }
}

.node--type-cityu-event .block-entity-fieldnodetitle {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    color: #bf165e;
}

@media (max-width: 1199.98px) {
    .node--type-cityu-event .block-entity-fieldnodetitle {
        font-size:30px;
        line-height: 1.4;
        letter-spacing: -0.33px;
    }
}

@media (max-width: 999.98px) {
    .node--type-cityu-event .block-entity-fieldnodetitle {
        font-size:26px;
        line-height: 1.38;
        letter-spacing: -0.29px;
    }
}

@media (max-width: 759.98px) {
    .node--type-cityu-event .block-entity-fieldnodetitle {
        font-size:24px;
        line-height: 1.25;
        letter-spacing: normal;
    }
}

.node--type-cityu-event .field--name-field-cityu-event-period {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: bold;
    color: #1d1d1b;
}

@media (max-width: 999.98px) {
    .node--type-cityu-event .field--name-field-cityu-event-period {
        font-size:13px;
        line-height: 1.38;
    }
}

.node--type-cityu-event .block-entity-fieldnodetitle {
    margin-bottom: 15px;
}

@media (max-width: 999.98px) {
    .node--type-cityu-event .block-entity-fieldnodetitle {
        margin-bottom:10px;
    }
}

.node--type-cityu-event .field--name-field-cityu-event-period {
    margin-bottom: 15px;
}

.block-entity-fieldnodefield-cityu-event-venue,.block-entity-fieldnodefield-cityu-event-venue-poi {
    display: flex;
    font-size: 16px;
    line-height: 30px;
    color: #2e2e2e;
}

@media (max-width: 999.98px) {
    .block-entity-fieldnodefield-cityu-event-venue,.block-entity-fieldnodefield-cityu-event-venue-poi {
        font-size:15px;
    }
}

.block-entity-fieldnodefield-cityu-event-venue h2,.block-entity-fieldnodefield-cityu-event-venue-poi h2 {
    margin: 0;
    min-width: 70px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    flex-shrink: 0;
}

@media (max-width: 999.98px) {
    .block-entity-fieldnodefield-cityu-event-venue h2,.block-entity-fieldnodefield-cityu-event-venue-poi h2 {
        font-size:15px;
    }
}

.block-entity-fieldnodefield-cityu-event-venue .field--name-field-cityu-event-venue,.block-entity-fieldnodefield-cityu-event-venue .field--name-field-cityu-poi-location,.block-entity-fieldnodefield-cityu-event-venue-poi .field--name-field-cityu-event-venue,.block-entity-fieldnodefield-cityu-event-venue-poi .field--name-field-cityu-poi-location {
    padding-left: 10px;
}

.node--type-page .layout__region {
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px;
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 1199.98px) {
    .node--type-page .layout__region {
        max-width:960px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 999.98px) {
    .node--type-page .layout__region {
        max-width:720px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 759.98px) {
    .node--type-page .layout__region {
        max-width:568px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.node--type-page .block-field-blocknodepagetitle {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    color: #bf165e;
}

@media (max-width: 1199.98px) {
    .node--type-page .block-field-blocknodepagetitle {
        font-size:30px;
        line-height: 1.4;
        letter-spacing: -0.33px;
    }
}

@media (max-width: 999.98px) {
    .node--type-page .block-field-blocknodepagetitle {
        font-size:26px;
        line-height: 1.38;
        letter-spacing: -0.29px;
    }
}

@media (max-width: 759.98px) {
    .node--type-page .block-field-blocknodepagetitle {
        font-size:24px;
        line-height: 1.25;
        letter-spacing: normal;
    }
}

.node--type-page .block-entity-fieldnodecreated {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: bold;
    color: #1d1d1b;
}

@media (max-width: 999.98px) {
    .node--type-page .block-entity-fieldnodecreated {
        font-size:13px;
        line-height: 1.38;
    }
}

.node--type-page .block-field-blocknodepagetitle {
    margin-bottom: 15px;
}

@media (max-width: 999.98px) {
    .node--type-page .block-field-blocknodepagetitle {
        margin-bottom:10px;
    }
}

.node--type-page .block-entity-fieldnodecreated {
    margin-bottom: 15px;
}

.comment-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px;
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 1199.98px) {
    .comment-form {
        max-width:960px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 999.98px) {
    .comment-form {
        max-width:720px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 759.98px) {
    .comment-form {
        max-width:568px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.comment__author,.comment__permalink,article.comment .card-title,.form-group[id^=edit-comment-body][id$=format] {
    display: none;
}

.layout-main-wrapper article.comment {
    border: solid 1px #ced4da;
    border-radius: .25rem;
    margin-top: 2rem;
    padding: 1.5rem .5rem;
}

.layout-main-wrapper .indented article.comment {
    border-left: solid .5rem #ced4da;
    margin-top: .5rem;
}

.layout-main-wrapper > article.comment:first-of-type {
    margin-top: 2rem;
}

.comment__meta {
    max-width: 100%;
}

.comment__content {
    border: none;
    max-width: 100%;
}

.comment__time {
    color: #c0c0c0;
    font-size: 80%;
    margin-left: .75em;
}

.comment__content nav.links {
    border-top: solid 1px #ced4da;
    padding-top: 1rem;
    font-size: 95%;
}

.comment-wrapper .indented {
    margin-left: 2rem;
}

.layout-main-wrapper article.comment .field--name-name {
    float: right;
    color: gray;
    text-align: right;
    position: relative;
    z-index: 2;
}

article.comment .field--name-name::before,article.comment .comment-delete a::before,article.comment .comment-edit a::before,article.comment .comment-reply a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}

article.comment .field--name-name::before {
    content: "\f007";
}

article.comment .comment-delete a::before {
    content: "\f2ed";
}

article.comment .comment-edit a::before {
    content: "\f304";
}

article.comment .comment-reply a::before {
    content: "\f3e5";
}

.comment__content .nav-link {
    margin-left: -.25rem;
}

article.comment .field--name-comment-body {
    margin: -1.5rem 0 1.5rem 0;
}

.comment-form__title {
    margin-top: 5rem;
}

.layout-main-wrapper #edit-submit,.layout-main-wrapper #edit-preview {
    display: inline-block;
    font-size: 1.1rem;
    height: 4rem;
    width: calc(50% - .5rem);
}

.layout-main-wrapper #edit-preview {
    float: right;
    font-weight: 500;
    background: none;
    border: solid 1px #ced4da;
    color: #bf165e;
}

.layout-main-wrapper #edit-preview:focus,.layout-main-wrapper #edit-preview:hover {
    background: #f0f0f0;
}

.field--name-field-cityu-comments .comment-form {
    margin-top: 3rem;
    padding-left: 0;
    padding-right: 0;
}

.block-entity-fieldnodefield-cityu-service-target {
    padding: 20px;
    background-color: #f5f5f5;
}

.block-entity-fieldnodefield-cityu-service-target h2,.block-entity-fieldnodefield-cityu-service-target .field--name-field-cityu-service-target {
    font-size: 16px;
    line-height: 26px;
    color: #2e2e2e;
}

@media (max-width: 999.98px) {
    .block-entity-fieldnodefield-cityu-service-target h2,.block-entity-fieldnodefield-cityu-service-target .field--name-field-cityu-service-target {
        font-size:15px;
    }
}

.block-entity-fieldnodefield-cityu-service-target h2 {
    margin-bottom: 0;
    font-weight: bold;
}

.region-main .block-entity-fieldnodefield-cityu-service-target {
    padding: 0 0 20px;
    background: transparent;
}

.region-main .block-entity-fieldnodefield-cityu-service-target .field--name-field-cityu-service-target {
    font-weight: normal;
    color: #bf165e;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
}

@media (max-width: 999.98px) {
    .region-main .block-entity-fieldnodefield-cityu-service-target .field--name-field-cityu-service-target {
        font-size:13px;
    }
}

.block-entity-fieldnodefield-cityu-service-contact {
    padding: 20px;
    background-color: #f5f5f5;
}

.block-entity-fieldnodefield-cityu-service-contact h2,.block-entity-fieldnodefield-cityu-service-contact .field--name-title {
    font-size: 16px;
    line-height: 26px;
    color: #2e2e2e;
}

@media (max-width: 999.98px) {
    .block-entity-fieldnodefield-cityu-service-contact h2,.block-entity-fieldnodefield-cityu-service-contact .field--name-title {
        font-size:15px;
    }
}

.block-entity-fieldnodefield-cityu-service-contact h2 {
    margin-bottom: 0;
    font-weight: bold;
}

.block-entity-fieldnodefield-cityu-service-contact .field--name-field-cityu-poi-email::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .block-entity-fieldnodefield-cityu-service-contact .field--name-field-cityu-poi-email::before:hover::after,.no-touch .block-entity-fieldnodefield-cityu-service-contact .field--name-field-cityu-poi-email::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .block-entity-fieldnodefield-cityu-service-contact .field--name-field-cityu-poi-email::before:hover::before,.no-touch .block-entity-fieldnodefield-cityu-service-contact .field--name-field-cityu-poi-email::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.block-entity-fieldnodefield-cityu-service-contact .field--name-field-cityu-poi-email .field__item::before {
    display: none;
}

.block-entity-fieldnodefield-cityu-service-contact .field--name-field-cityu-enquiry::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .block-entity-fieldnodefield-cityu-service-contact .field--name-field-cityu-enquiry::before:hover::after,.no-touch .block-entity-fieldnodefield-cityu-service-contact .field--name-field-cityu-enquiry::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .block-entity-fieldnodefield-cityu-service-contact .field--name-field-cityu-enquiry::before:hover::before,.no-touch .block-entity-fieldnodefield-cityu-service-contact .field--name-field-cityu-enquiry::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.block-entity-fieldnodefield-cityu-service-contact .field--label-above {
    margin-top: 18px;
    padding-left: 20px;
    position: relative;
}

.block-entity-fieldnodefield-cityu-service-contact .field--label-above::before {
    padding: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    font-weight: 900;
    font-size: 13.5px;
    line-height: 28px;
    color: #bf165e;
}

.block-entity-fieldnodefield-cityu-service-contact .field--label-above .field__label,.block-entity-fieldnodefield-cityu-service-contact .field--label-above .field__item {
    font-size: 16px;
    line-height: 26px;
    color: #2e2e2e;
}

@media (max-width: 999.98px) {
    .block-entity-fieldnodefield-cityu-service-contact .field--label-above .field__label,.block-entity-fieldnodefield-cityu-service-contact .field--label-above .field__item {
        font-size:15px;
    }
}

.block-entity-fieldnodefield-cityu-service-contact .field--label-above .field__label {
    color: #bf165e;
    font-weight: bold;
}

.block-entity-fieldnodefield-cityu-service-location {
    padding: 20px;
    background-color: #f5f5f5;
}

.block-entity-fieldnodefield-cityu-service-location h2 {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #2e2e2e;
    color: #bf165e;
    font-weight: bold;
}

.block-entity-fieldnodefield-cityu-service-location h2::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
    padding: 0;
    position: absolute;
    z-index: 1;
    left: 3px;
    top: 0;
    font-size: 13.5px;
    line-height: 28px;
    color: #bf165e;
}

.no-touch .block-entity-fieldnodefield-cityu-service-location h2::before:hover::after,.no-touch .block-entity-fieldnodefield-cityu-service-location h2::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .block-entity-fieldnodefield-cityu-service-location h2::before:hover::before,.no-touch .block-entity-fieldnodefield-cityu-service-location h2::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.block-entity-fieldnodefield-cityu-service-location a {
    color: #2E2E2E;
    display: block;
}

.no-touch .block-entity-fieldnodefield-cityu-service-location a:hover,.block-entity-fieldnodefield-cityu-service-location a:active {
    color: #bf165e;
}

.block-entity-fieldnodefield-cityu-service-location a:last-child {
    margin-bottom: 0;
}

.block-entity-fieldnodefield-cityu-service-location a .field--name-field-cityu-poi-location {
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.6;
}

.block-entity-fieldnodefield-cityu-service-location .field--name-field-cityu-service-location > .field__item a {
    margin-bottom: 15px;
}

.block-entity-fieldnodefield-cityu-service-location .field--name-field-cityu-service-location > .field__item:last-child a {
    margin-bottom: 0;
}

.fc-header-toolbar h2 {
    color: #fff;
    font-size: 13.5px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 18px;
}

.fc-header-toolbar {
    background-color: #6b203e;
    margin-bottom: 0 !important;
    padding: 16px 0;
}

.fc-header-toolbar .fc-center {
    display: block;
}

.fc-header-toolbar h2 {
    float: none !important;
    padding: 0;
}

.fc-day-header {
    color: #838990;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}

.fc-month-view {
    background-color: #fff;
}

.fc-month-view thead,.fc-month-view tbody,.fc-month-view td {
    border-color: #ebedec !important;
}

.fc-month-view th {
    border-right-color: transparent !important;
}

.fc-month-view td {
    text-align: center !important;
}

.fc-month-view .fc-body td td {
    border-color: #fff !important;
}

.fc-month-view .fc-body td td.semester-period {
    background-color: #f9f0f4 !important;
}

.fc-month-view .fc-body td td.semester-period.fc-sun {
    background-color: #fff !important;
}

.fc-month-view .fc-body td td.general {
    font-weight: bold;
}

.fc-month-view .fc-body td td.general.fc-sun {
    font-weight: normal;
}

.fc-month-view .fc-body td td.public-holiday .fc-day-number {
    color: #bf165e;
}

.fc-month-view .fc-body td td.examination-period {
    background-color: #fff3d8 !important;
}

.fc-month-view .fc-body td td.examination-period.fc-sun {
    background-color: #fff !important;
}

.fc-month-view .fc-body td td.has-selected .fc-day-number {
    color: #fff;
}

.fc-month-view .fc-body td td.fc-body {
    background-color: #f6f6f6 !important;
}

.fc-month-view .fc-body td .fc-day.has-selected {
    background-color: #bf165e !important;
}

.fc-day-number {
    float: none !important;
    padding: 0 !important;
    color: #212B35;
    font-size: 14px;
    line-height: 17px;
}

.fc-other-month {
    opacity: 0 !important;
}

.fc-sun .fc-day-number {
    color: #bf165e;
}

.fc-button {
    background: none !important;
    border: none;
    -webkit-appearance: none;
    color: #fff;
    height: 24px;
}

.fc-button:focus {
    outline: none;
}

.fc-button:active {
    box-shadow: none;
}

.fc-button:hover {
    background: none;
    border: none;
    color: #fff;
}

.fc-button.fc-prev-button .fc-icon-left-single-arrow::after {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .fc-button.fc-prev-button .fc-icon-left-single-arrow::after:hover::after,.no-touch .fc-button.fc-prev-button .fc-icon-left-single-arrow::after:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .fc-button.fc-prev-button .fc-icon-left-single-arrow::after:hover::before,.no-touch .fc-button.fc-prev-button .fc-icon-left-single-arrow::after:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.fc-button.fc-next-button .fc-icon-right-single-arrow::after {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
}

.no-touch .fc-button.fc-next-button .fc-icon-right-single-arrow::after:hover::after,.no-touch .fc-button.fc-next-button .fc-icon-right-single-arrow::after:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .fc-button.fc-next-button .fc-icon-right-single-arrow::after:hover::before,.no-touch .fc-button.fc-next-button .fc-icon-right-single-arrow::after:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.has-dot {
    cursor: pointer;
}

.has-dot:hover .fc-day-number {
    color: #bf165e;
}

.fc-day-top.has-dot {
    position: relative;
}

.fc-day-top.has-dot::after {
    content: '';
    background-color: #717171;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    border-radius: 100%;
    left: 50%;
    bottom: -3px;
    margin-left: -2px;
}

.fc-day-top.has-dot.has-selected::after {
    background-color: #fff;
}

.fc-week-number {
    color: #212B35;
    font-size: 14px;
    line-height: 17px;
    width: 55px !important;
    visibility: hidden;
}

.fc-week-number span {
    margin-top: 2px;
}

.fc-week-number-show {
    visibility: visible;
}

.event-calendar-wrap .event-calendar-filter,.event-calendar-filter-box .event-calendar-filter {
    font-size: 0;
}

.event-calendar-wrap .event-calendar-filter div,.event-calendar-filter-box .event-calendar-filter div {
    font-size: 16px;
}

.event-calendar-wrap .event-calendar-filter .fc-scroller.fc-day-grid-container,.event-calendar-filter-box .event-calendar-filter .fc-scroller.fc-day-grid-container {
    height: auto !important;
}

.event-calendar-wrap .event-calendar-filter .fc-scroller.fc-day-grid-container .fc-row,.event-calendar-filter-box .event-calendar-filter .fc-scroller.fc-day-grid-container .fc-row {
    margin-bottom: 5px;
}

.event-calendar-wrap .reset,.event-calendar-filter-box .reset {
    text-align: left;
    margin-top: 20px;
}

.event-calendar-filter-box {
    display: none;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    padding: 30px 35px;
    background-color: #DDDDDD;
}

@media (min-width: 760px) {
    .event-calendar-filter-box {
        width:calc(50% - 8px);
        padding: 20px;
    }
}

@media (min-width: 1000px) {
    .event-calendar-filter-box {
        display:none !important;
    }
}

@media (min-width: 1000px) {
    .event-calendar-toggle {
        display:none !important;
    }
}

.event-calendar-wrap .reset a {
    font-size: 0.8125rem;
    font-weight: 900;
    letter-spacing: 0.95px;
    line-height: 1.375rem;
}

@media (min-width: 760px) {
    .event-calendar-wrap .reset a {
        font-size:0.84375rem;
        line-height: 1.125rem;
    }
}

.event-calendar-wrap .reset a::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    margin-left: 10px;
}

.event-calendar-wrap .reset {
    line-height: 18px;
}

.event-calendar-wrap .reset a {
    line-height: 18px;
}

@media (max-width: 999.98px) {
    .events-filter-wrap {
        position:relative;
    }

    .events-filter-wrap .t-list-filter {
        position: relative;
        flex-wrap: wrap;
    }

    .events-filter-wrap .filter {
        flex: 0 0;
        flex-basis: calc(50% - 8px);
    }

    .events-filter-wrap .filter:nth-child(2) {
        margin-right: 0;
    }

    .events-filter-wrap .filter:nth-child(3) {
        margin-top: 15px;
    }

    .events-filter-wrap .filter-reset {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 22px;
    }
}

@media (max-width: 999.98px) and (max-width:759.98px) {
    .events-filter-wrap .filter-reset {
        position:static;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 999.98px) and (-ms-high-contrast:active),(max-width:999.98px) and (-ms-high-contrast:none) {
    .events-filter-wrap .filter {
        flex-basis:calc(50% - 8px - 1.25rem);
    }
}

.t-sidebar-mobile .t-navbar-nav li .t-nav-link > span {
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px;
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .t-navbar-nav li .t-nav-link > span {
        max-width:960px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 999.98px) {
    .t-sidebar-mobile .t-navbar-nav li .t-nav-link > span {
        max-width:720px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 759.98px) {
    .t-sidebar-mobile .t-navbar-nav li .t-nav-link > span {
        max-width:568px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 999.98px) {
    .region-sidebar .navigation {
        display:none;
    }
}

.region-sidebar .t-menu-level-0 > li {
    border-bottom: 1px solid #dddddd;
}

.region-sidebar .t-menu-level-0 > li:last-child {
    border-bottom: none;
}

.region-sidebar .t-menu-level-0 > li > .t-nav-link {
    display: block;
    padding: 0;
    font-weight: 900;
    letter-spacing: 1px;
    color: #1d1d1b;
    background-color: #f6f6f6;
    padding: 20px 30px;
}

@media (max-width: 1199.98px) {
    .region-sidebar .t-menu-level-0 > li > .t-nav-link {
        padding:20px 20px;
    }
}

.region-sidebar .t-menu-level-0 > li > .t-nav-link[target=_blank] > span::after {
    color: #44403f;
}

.no-touch .region-sidebar .t-menu-level-0 > li > .t-nav-link:hover {
    color: #bf165e;
}

.no-touch .region-sidebar .t-menu-level-0 > li > .t-nav-link:hover::before {
    color: #bf165e;
}

.no-touch .region-sidebar .t-menu-level-0 > li > .t-nav-link:hover[target=_blank] span::after {
    color: #bf165e;
}

.region-sidebar .t-menu-level-0 > li > .t-nav-link.t-active {
    color: #bf165e;
    border-bottom: 3px solid #bf165e;
}

.region-sidebar .t-menu-level-0 > li > .t-nav-link.t-active::before {
    color: #bf165e;
}

.region-sidebar .t-navbar-nav {
    font-size: 15px;
    line-height: 1.3;
}

.region-sidebar .t-navbar-nav .t-nav-link {
    cursor: pointer;
    font-weight: bold;
}

.region-sidebar .t-navbar-nav .t-nav-link[target=_blank] > span::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    margin-left: 6px;
    font-size: 13.5px;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #626262;
}

.region-sidebar .t-navbar-nav .t-nav-link.t-active[target=_blank] span::after {
    color: #bf165e;
}

.region-sidebar .t-navbar-nav .t-nav-link.show:not(.is-active)::before {
    content: "\f106";
}

.region-sidebar .t-navbar-nav .t-nav-link.show:not(.is-active) + ul {
    display: block;
}

.region-sidebar .t-navbar-nav .t-dropdown-menu {
    display: none;
    background-color: #f6f6f6;
}

.region-sidebar .t-navbar-nav .t-dropdown-menu > li {
    padding: 0;
}

.region-sidebar .t-navbar-nav .t-dropdown-menu > li:active,.region-sidebar .t-navbar-nav .t-dropdown-menu > li:focus {
    background-color: transparent;
}

.region-sidebar .t-navbar-nav .t-dropdown-menu > li > .t-nav-link {
    display: block;
    padding: 10px 30px;
    font-size: 13.5px;
    line-height: 1.33;
    color: #626262;
}

@media (max-width: 1199.98px) {
    .region-sidebar .t-navbar-nav .t-dropdown-menu > li > .t-nav-link {
        padding:10px 20px;
    }
}

.no-touch .region-sidebar .t-navbar-nav .t-dropdown-menu > li > .t-nav-link:hover {
    background-color: #dddddd;
}

.region-sidebar .t-navbar-nav .t-dropdown-menu > li > .t-nav-link.t-active:not(.t-dropdown-toggle),.region-sidebar .t-navbar-nav .t-dropdown-menu > li > .t-nav-link.is-active:not(.t-dropdown-toggle) {
    color: #bf165e;
    font-weight: bold;
}

.region-sidebar .t-navbar-nav .t-dropdown-menu > li > .t-nav-link.t-active.t-dropdown-toggle {
    color: #626262;
}

.region-sidebar .t-navbar-nav .t-dropdown-menu > li > .t-nav-link span::after {
    font-size: 12.5px;
}

.region-sidebar .t-navbar-nav .t-dropdown-toggle {
    position: relative;
}

.region-sidebar .t-navbar-nav .t-dropdown-toggle::after {
    display: none;
}

.region-sidebar .t-navbar-nav .t-dropdown-toggle::before {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    font-size: 13.5px;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #626262;
}

@media (max-width: 1199.98px) {
    .region-sidebar .t-navbar-nav .t-dropdown-toggle::before {
        right:8px;
    }
}

.region-sidebar .t-navbar-nav .t-menu-level-1 > li > .t-nav-link.t-active[target=_blank] span::after {
    color: #626262;
}

.region-sidebar .t-navbar-nav .t-menu-level-2 .t-nav-link {
    font-weight: normal;
    padding-left: 45px !important;
    padding-right: 18px !important;
}

@media (max-width: 1199.98px) {
    .region-sidebar .t-navbar-nav .t-menu-level-2 .t-nav-link {
        padding-left:35px !important;
        padding-right: 11px !important;
    }
}

.t-sidebar-mobile .t-navbar-nav {
    flex-direction: column;
    background-color: #98114B;
}

.t-sidebar-mobile .t-navbar-nav li {
    border-top: 1px solid #6B0833;
    list-style-image: none;
}

.t-sidebar-mobile .t-navbar-nav li .t-nav-link {
    display: block;
    cursor: pointer;
}

.t-sidebar-mobile .t-navbar-nav li .t-nav-link.show > span::after {
    content: "\f106";
}

.t-sidebar-mobile .t-navbar-nav li .t-nav-link.show + ul {
    display: block;
}

.t-sidebar-mobile .t-navbar-nav li .t-nav-link.is-active > span {
    position: relative;
    padding-left: 22px;
}

@media (max-width: 759.98px) {
    .t-sidebar-mobile .t-navbar-nav li .t-nav-link.is-active > span {
        padding-left:34px;
    }
}

.t-sidebar-mobile .t-navbar-nav li .t-nav-link.is-active > span::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf165e;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
}

@media (max-width: 759.98px) {
    .t-sidebar-mobile .t-navbar-nav li .t-nav-link.is-active > span::before {
        left:20px;
    }
}

.t-sidebar-mobile .t-navbar-nav li .t-nav-link > span {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 18px;
    font-size: 14.5px;
    color: #FFF;
}

.t-sidebar-mobile .t-navbar-nav .t-dropdown .t-dropdown-toggle span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t-sidebar-mobile .t-navbar-nav .t-dropdown .t-dropdown-toggle span::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    margin-left: 15px;
    border: none;
    font-size: 12px;
}

.t-sidebar-mobile .t-navbar-nav .t-dropdown .t-dropdown-toggle::after {
    display: none;
}

.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu {
    display: none;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: inset 0 -4px 4px 0 rgba(0,0,0,0.1),inset 0 4px 4px 0 rgba(0,0,0,0.1),0 1px 0 0 #6B203E;
    border-radius: 0;
}

.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu {
    background-color: #810E3F;
}

.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu a > span,.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu span > span {
    padding-left: 28px;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu a > span,.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu span > span {
        padding-left:40px;
    }
}

.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu .is-active > span {
    padding-left: 44px;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu .is-active > span {
        padding-left:56px;
    }
}

.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu .is-active > span::before {
    left: 28px;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .t-navbar-nav .t-dropdown-menu .t-dropdown-menu .is-active > span::before {
        left:40px;
    }
}

.t-sidebar-mobile .t-navbar-nav .t-dropdown-item {
    padding: 0;
    white-space: normal;
    background-color: transparent;
}

.no-touch .t-sidebar-mobile .t-navbar-nav .t-dropdown-item > .t-nav-link:hover {
    background-color: #790D3C;
}

.t-sidebar-mobile .t-menu-level-0 > li > .t-nav-link {
    padding: 0;
}

.no-touch .t-sidebar-mobile .t-menu-level-0 > li > .t-nav-link:hover {
    background-color: #790D3C;
}

.t-sidebar-mobile .t-menu-level-0 > li > .t-nav-link span {
    font-weight: bold;
}

.t-sidebar-mobile .t-menu-level-1 {
    background-color: #810E3F !important;
}

.t-sidebar-collapse {
    display: none;
}

@media (max-width: 999.98px) {
    .is-sidebar .t-sidebar-mobile {
        display:block;
    }
}

.t-sidebar-mobile {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    transform: translateY(100%);
    max-height: calc(100vh - 60px);
    overflow: auto;
}

@media (max-width: 999.98px) {
    .t-sidebar-mobile .t-dropdown-menu {
        position:static !important;
        transform: none !important;
    }
}

.t-sidebar-mobile .t-sidebar-collapse {
    display: block;
}

.t-sidebar-mobile .t-menu-level-1 > li > .t-nav-link span {
    padding-left: 28px !important;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .t-menu-level-1 > li > .t-nav-link span {
        padding-left:40px !important;
    }
}

.t-sidebar-mobile .t-menu-level-1 > li > .t-nav-link.is-active > span {
    padding-left: 44px !important;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .t-menu-level-1 > li > .t-nav-link.is-active > span {
        padding-left:56px !important;
    }
}

.t-sidebar-mobile .t-menu-level-1 > li > .t-nav-link.is-active > span::before {
    left: 28px !important;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .t-menu-level-1 > li > .t-nav-link.is-active > span::before {
        left:40px !important;
    }
}

.t-sidebar-mobile .t-menu-level-2 {
    background-color: #6d0b35 !important;
}

.t-sidebar-mobile .t-menu-level-2 > li > .t-nav-link span {
    padding-left: 61px !important;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .t-menu-level-2 > li > .t-nav-link span {
        padding-left:73px !important;
    }
}

.t-sidebar-mobile .t-menu-level-2 > li > .t-nav-link.is-active > span {
    padding-left: 77px !important;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .t-menu-level-2 > li > .t-nav-link.is-active > span {
        padding-left:89px !important;
    }
}

.t-sidebar-mobile .t-menu-level-2 > li > .t-nav-link.is-active > span::before {
    left: 61px !important;
}

@media (max-width: 1199.98px) {
    .t-sidebar-mobile .t-menu-level-2 > li > .t-nav-link.is-active > span::before {
        left:73px !important;
    }
}

.t-sidebar-mobile .t-menu-level-2 > li {
    border-top: 1px solid #60072c;
}

.no-touch .t-sidebar-mobile .t-menu-level-2 > li > a:hover {
    background-color: #61092e !important;
}

.node--type-cityu-service .region-sidebar .t-menu-level-0 > li {
    display: none;
}

.node--type-cityu-service .region-sidebar .t-menu-level-0 > li > ul {
    display: block !important;
}

.node--type-cityu-service .region-sidebar .t-menu-level-0 > li > .t-dropdown-toggle::before {
    display: none;
}

.node--type-cityu-service .region-sidebar .t-menu-level-0 > li.t-active {
    display: block;
}

.node--type-cityu-service .t-sidebar-mobile .t-menu-level-0 > li {
    display: none;
}

.node--type-cityu-service .t-sidebar-mobile .t-menu-level-0 > li.t-active {
    display: block;
}

.headline-slider ~ .field--name-field-cityu-font-size,.headline-slider ~ .field--name-field-cityu-image-height {
    display: none;
}

.headline-slider.headline-carousel {
    margin-bottom: 0;
}

.headline-slider .carousel-indicators {
    top: initial;
    bottom: 0;
}

.headline-slider .carousel-des h2,.headline-slider .field--name-field-cityu-link a {
    text-shadow: 2px 2px 6px #000;
}

.headline-slider .paragraph--view-mode--cityu-headline-slider .container {
    position: relative;
}

.headline-slider .carousel-inner .field--name-field-cityu-banner img {
    height: 100%;
}

.headline-slider .field--image-height-col-350 .paragraph--view-mode--cityu-headline-slider {
    height: 350px;
}

.headline-slider .field--image-height-col-350 .field--name-field-cityu-banner img {
    min-height: 350px;
}

.headline-slider .field--image-height-col-350 .carousel-des {
    top: -200px;
}

.headline-slider .field--image-height-col-400 .paragraph--view-mode--cityu-headline-slider {
    height: 400px;
}

.headline-slider .field--image-height-col-400 .field--name-field-cityu-banner img {
    min-height: 400px;
}

.headline-slider .field--image-height-col-400 .carousel-des {
    top: -225px;
}

.headline-slider .field--image-height-col-450 .paragraph--view-mode--cityu-headline-slider {
    height: 450px;
}

.headline-slider .field--image-height-col-450 .field--name-field-cityu-banner img {
    min-height: 450px;
}

.headline-slider .field--image-height-col-450 .carousel-des {
    top: -250px;
}

.headline-slider .field--image-height-col-500 .paragraph--view-mode--cityu-headline-slider {
    height: 500px;
}

.headline-slider .field--image-height-col-500 .field--name-field-cityu-banner img {
    min-height: 500px;
}

.headline-slider .field--image-height-col-500 .carousel-des {
    top: -275px;
}

.headline-slider .field--image-height-col-600 .paragraph--view-mode--cityu-headline-slider {
    height: 600px;
}

.headline-slider .field--image-height-col-600 .field--name-field-cityu-banner img {
    min-height: 600px;
}

.headline-slider .field--image-height-col-600 .carousel-des {
    top: -325px;
}

.headline-slider .carousel-des h2 {
    max-height: none;
    line-height: normal;
}

.headline-slider .field--font-size-large-x .carousel-des h2 {
    -webkit-line-clamp: 2;
}

.headline-slider .field--font-size-large .carousel-des h2 {
    -webkit-line-clamp: 2;
}

.headline-slider .field--font-size-normal .carousel-des h2 {
    -webkit-line-clamp: 2;
}

@media screen and (max-width: 759px) {
    .headline-slider .field--font-size-large-x .carousel-des h2 {
        font-size:3.4rem;
    }

    .headline-slider .field--font-size-large .carousel-des h2 {
        font-size: 3rem;
    }

    .headline-slider .field--font-size-normal .carousel-des h2 {
        font-size: 2.6rem;
    }

    .headline-slider .field--font-size-medium .carousel-des h2 {
        font-size: 2.2rem;
    }

    .headline-slider .field--font-size-small .carousel-des h2 {
        font-size: 1.8rem;
    }
}

@media (min-width: 760px) {
    .headline-slider .field--font-size-large-x .carousel-des h2 {
        font-size:4rem;
    }

    .headline-slider .field--font-size-large .carousel-des h2 {
        font-size: 3.5rem;
    }

    .headline-slider .field--font-size-normal .carousel-des h2 {
        font-size: 3rem;
    }

    .headline-slider .field--font-size-medium .carousel-des h2 {
        font-size: 2.5rem;
    }

    .headline-slider .field--font-size-small .carousel-des h2 {
        font-size: 2rem;
    }
}

@media (min-width: 1000px) {
    .headline-slider .carousel-indicators {
        bottom:0;
        justify-content: center;
    }
}

.field--name-field-cityu-media-gallery-items {
    position: relative;
    overflow: hidden;
    margin: 50px 0;
}

@media (max-width: 999.98px) {
    .field--name-field-cityu-media-gallery-items {
        margin:20px 0 50px;
    }
}

@media (min-width: 1000px) {
    .field--name-field-cityu-media-gallery-items {
        margin:50px auto 0;
        max-width: 1920px;
    }
}

.media-gallery-swiper-container {
    color: #fff;
}

.media-gallery-swiper-container .swiper-wrapper {
    margin-bottom: 45px;
}

.media-gallery-swiper-container .swiper-pagination-bullets {
    bottom: 0;
}

.media-gallery-swiper-container .field--name-field-cityu-gallery-image {
    margin: 0 0 24px;
    overflow: hidden;
    position: relative;
}

.media-gallery-swiper-container .field--name-field-cityu-gallery-image:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.15);
    position: absolute;
    opacity: 0;
    transition: .25s;
}

.media-gallery-swiper-container .with-link {
    display: block;
}

.media-gallery-swiper-container .field--name-field-cityu-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    display: block;
    color: #fff;
}

.media-gallery-swiper-container .field--name-field-cityu-link {
    display: none;
}

.no-touch .media-gallery-swiper-container .swiper-slide:hover .field--name-field-cityu-image:before,.no-touch .media-gallery-swiper-container .swiper-slide:focus .field--name-field-cityu-image:before {
    opacity: 1;
}

.spotlight-slider-three {
    position: relative;
    background-color: #FCFCFC;
}

.spotlight-slider-three .spotlight-slider-title h2 {
    margin-bottom: 16px;
    color: #2E2E2E;
    font-size: 35px;
    line-height: 49px;
    font-weight: 900;
    letter-spacing: -0.4px;
}

@media (max-width: 999.98px) {
    .spotlight-slider-three .spotlight-slider-title h2 {
        margin-bottom:8px;
    }
}

@media (min-width: 760px) {
    .spotlight-slider-three .spotlight-slider-title h2 {
        font-size:48px;
        line-height: 60px;
        letter-spacing: -0.5px;
    }
}

.spotlight-slider-three .spotlight-swiper-container-three {
    margin-bottom: 16px;
    font-weight: 900;
}

@media (min-width: 760px) {
    .spotlight-slider-three .spotlight-swiper-container-three {
        margin-bottom:40px;
    }
}

@media (min-width: 1000px) {
    .spotlight-slider-three .spotlight-swiper-container-three {
        margin-bottom:48px;
    }
}

.spotlight-slider-three .spotlight-swiper-container-three .swiper-slide {
    align-items: stretch;
    height: auto;
    background-color: #FCFCFC;
}

.spotlight-slider-three .spotlight-swiper-container-three .field--name-field-cityu-gallery-image {
    position: relative;
}

.spotlight-slider-three .spotlight-swiper-container-three .field--name-field-cityu-gallery-image::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 0;
    width: 100%;
    height: 32px;
    background-image: url(../../../../../../themes/custom/cityu_template_theme/images/m_news_slide.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.spotlight-slider-three .spotlight-swiper-container-three .field--name-field_cityu_title {
    text-align: center;
}

.spotlight-slider-three .spotlight-swiper-container-three .field--name-field_cityu_title h2 {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}

.spotlight-slider-three .spotlight-swiper-container-three .field--name-field_cityu_title span {
    color: #2E2E2E;
}

.spotlight-slider-three .spotlight-swiper-container-three .field--name-field_cityu_title a {
    color: #2E2E2E;
}

.spotlight-slider-three .spotlight-swiper-container-three .field--name-field_cityu_title a:hover {
    color: #881043;
}

.spotlight-slider-three .swiper-pagination {
    position: static;
}

.field--name-field-cityu-media-gallery-items .swiper-wrapper img,.spotlight-slider-three .swiper-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    transition: 0.5s;
}

.field--name-field-cityu-media-gallery-items .swiper-button-common.swiper-button-prev,.field--name-field-cityu-media-gallery-items .swiper-button-common.swiper-button-next,.spotlight-slider-three .swiper-button-common.swiper-button-prev,.spotlight-slider-three .swiper-button-common.swiper-button-next {
    background: rgba(191,22,94,0.4);
    width: 56px;
    height: 96px;
    text-align: center;
    transition: .25s;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 3rem);
}

.no-touch .field--name-field-cityu-media-gallery-items .swiper-button-common.swiper-button-prev:focus,.no-touch .field--name-field-cityu-media-gallery-items .swiper-button-common.swiper-button-prev:hover,.no-touch .field--name-field-cityu-media-gallery-items .swiper-button-common.swiper-button-next:focus,.no-touch .field--name-field-cityu-media-gallery-items .swiper-button-common.swiper-button-next:hover,.no-touch .spotlight-slider-three .swiper-button-common.swiper-button-prev:focus,.no-touch .spotlight-slider-three .swiper-button-common.swiper-button-prev:hover,.no-touch .spotlight-slider-three .swiper-button-common.swiper-button-next:focus,.no-touch .spotlight-slider-three .swiper-button-common.swiper-button-next:hover {
    background: #bf165e;
    outline: none;
}

.field--name-field-cityu-media-gallery-items .swiper-button-common.swiper-button-prev.swiper-button-disabled,.field--name-field-cityu-media-gallery-items .swiper-button-common.swiper-button-next.swiper-button-disabled,.spotlight-slider-three .swiper-button-common.swiper-button-prev.swiper-button-disabled,.spotlight-slider-three .swiper-button-common.swiper-button-next.swiper-button-disabled {
    background-color: rgba(113,113,113,0.15);
}

.field--name-field-cityu-media-gallery-items .swiper-button-prev.swiper-button-common,.spotlight-slider-three .swiper-button-prev.swiper-button-common {
    left: 0;
}

.field--name-field-cityu-media-gallery-items .swiper-button-prev.swiper-button-common:before,.spotlight-slider-three .swiper-button-prev.swiper-button-common:before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
    font-size: 32px;
    color: #FFFFFF;
}

.no-touch .field--name-field-cityu-media-gallery-items .swiper-button-prev.swiper-button-common:before:hover::after,.no-touch .field--name-field-cityu-media-gallery-items .swiper-button-prev.swiper-button-common:before:focus::after,.no-touch .spotlight-slider-three .swiper-button-prev.swiper-button-common:before:hover::after,.no-touch .spotlight-slider-three .swiper-button-prev.swiper-button-common:before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .field--name-field-cityu-media-gallery-items .swiper-button-prev.swiper-button-common:before:hover::before,.no-touch .field--name-field-cityu-media-gallery-items .swiper-button-prev.swiper-button-common:before:focus::before,.no-touch .spotlight-slider-three .swiper-button-prev.swiper-button-common:before:hover::before,.no-touch .spotlight-slider-three .swiper-button-prev.swiper-button-common:before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.field--name-field-cityu-media-gallery-items .swiper-button-next.swiper-button-common,.spotlight-slider-three .swiper-button-next.swiper-button-common {
    right: 0;
}

.field--name-field-cityu-media-gallery-items .swiper-button-next.swiper-button-common:before,.spotlight-slider-three .swiper-button-next.swiper-button-common:before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
    font-size: 32px;
    color: #FFFFFF;
}

.no-touch .field--name-field-cityu-media-gallery-items .swiper-button-next.swiper-button-common:before:hover::after,.no-touch .field--name-field-cityu-media-gallery-items .swiper-button-next.swiper-button-common:before:focus::after,.no-touch .spotlight-slider-three .swiper-button-next.swiper-button-common:before:hover::after,.no-touch .spotlight-slider-three .swiper-button-next.swiper-button-common:before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .field--name-field-cityu-media-gallery-items .swiper-button-next.swiper-button-common:before:hover::before,.no-touch .field--name-field-cityu-media-gallery-items .swiper-button-next.swiper-button-common:before:focus::before,.no-touch .spotlight-slider-three .swiper-button-next.swiper-button-common:before:hover::before,.no-touch .spotlight-slider-three .swiper-button-next.swiper-button-common:before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.field--name-field-cityu-media-gallery-items .swiper-container .swiper-pagination-bullet,.field--name-field-cityu-media-gallery-items .swiper-pagination-common .swiper-pagination-bullet,.spotlight-slider-three .swiper-container .swiper-pagination-bullet,.spotlight-slider-three .swiper-pagination-common .swiper-pagination-bullet {
    margin: 0 4px;
    background: #2E2E2E;
    opacity: 1;
    vertical-align: middle;
    width: 4px;
    height: 4px;
}

.field--name-field-cityu-media-gallery-items .swiper-container .swiper-pagination-bullet-active,.field--name-field-cityu-media-gallery-items .swiper-pagination-common .swiper-pagination-bullet-active,.spotlight-slider-three .swiper-container .swiper-pagination-bullet-active,.spotlight-slider-three .swiper-pagination-common .swiper-pagination-bullet-active {
    background: #bf165e;
    width: 8px;
    height: 8px;
}

.field--name-field-cityu-media-gallery-items .swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.field--name-field-cityu-media-gallery-items .swiper-pagination-common .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.spotlight-slider-three .swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.spotlight-slider-three .swiper-pagination-common .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

@media (min-width: 1200px) {
    .spotlight-slider-three .content .swiper-button-common.swiper-button-next,.spotlight-slider-three .content .swiper-button-common.swiper-button-prev {
        top:48%;
    }
}

@media (min-width: 1000px) {
    .field--name-field-cityu-media-gallery-items .container {
        margin:0;
        padding: 0;
        max-width: inherit;
    }

    .media-gallery-swiper-container .swiper-slide {
        width: 50%;
    }

    .media-gallery-swiper-container .field--name-field-cityu-title {
        margin-bottom: 0;
    }

    .media-gallery-swiper-container .field--name-field-cityu-gallery-image {
        margin: 0;
    }

    .media-gallery-swiper-container .field--name-field-cityu-gallery-image::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        background: linear-gradient(180deg,rgba(0,0,0,0.02) 0%,#120008 100%);
        transition: .25s;
    }

    .media-gallery-swiper-container .text-content {
        position: absolute;
        z-index: 3;
        left: 56px;
        bottom: 32px;
        width: calc(100% - 112px);
    }

    .spotlight-slider-three {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .spotlight-slider-three .swiper-button-common.swiper-button-next,.spotlight-slider-three .swiper-button-common.swiper-button-prev {
        top: 49%;
        z-index: 9;
        background: rgba(113,113,113,0.4);
        width: 56px;
        height: 96px;
        text-align: center;
        transition: .25s;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .no-touch .spotlight-slider-three .swiper-button-common.swiper-button-next:focus,.no-touch .spotlight-slider-three .swiper-button-common.swiper-button-next:hover,.no-touch .spotlight-slider-three .swiper-button-common.swiper-button-prev:focus,.no-touch .spotlight-slider-three .swiper-button-common.swiper-button-prev:hover {
        background: #717171;
        outline: none;
    }

    .spotlight-slider-three .swiper-button-common.swiper-button-next.swiper-button-disabled,.spotlight-slider-three .swiper-button-common.swiper-button-prev.swiper-button-disabled {
        background-color: rgba(113,113,113,0.15);
    }
}

@media (max-width: 999.98px) {
    .media-gallery-swiper-container .swiper-wrapper {
        margin-bottom:80px;
    }

    .media-gallery-swiper-container .field--name-field-cityu-title {
        display: inline-block;
    }

    .field--name-field-cityu-media-gallery-items:before {
        content: '';
        display: block;
        height: 90%;
        width: 100%;
        left: 0;
        top: 28%;
        transform: skewY(-2.5deg);
        position: absolute;
        background: linear-gradient(45deg,#6B203E 0%,#9A1E54 29.67%,#BF165E 48.23%,#D06185 100%);
    }

    .field--name-field-cityu-media-gallery-items:after {
        content: '';
        display: block;
        height: 35px;
        width: 100%;
        left: 0;
        background: #ddd;
        position: absolute;
        z-index: 1;
        bottom: 0;
    }

    .field--name-field-cityu-media-gallery-items > .container {
        position: relative;
        z-index: 94;
    }

    .spotlight-slider-three {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .field--name-field-cityu-media-gallery-items .swiper-button-next.swiper-button-common,.field--name-field-cityu-media-gallery-items .swiper-button-prev.swiper-button-common,.spotlight-slider-three .swiper-button-next.swiper-button-common,.spotlight-slider-three .swiper-button-prev.swiper-button-common {
        display: none;
    }
}

.view-cityu-people-view .view-content > h3 {
    font-size: 1.5rem;
}

.view-cityu-people-view .views-row {
    font-size: 14px;
    line-height: 17px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.2);
}

.view-cityu-people-view .views-row::after {
    display: block;
    clear: both;
    content: "";
}

.view-cityu-people-view .views-row:last-child {
    margin-bottom: 0;
}

@media (max-width: 759.98px) {
    .view-cityu-people-view .views-row {
        margin-bottom:10px;
    }
}

.view-cityu-people-view .views-row > .views-field > .field-content {
    display: block;
}

.view-cityu-people-view .views-row .label {
    font-weight: bold;
    color: #000000;
}

.view-cityu-people-view .views-row .people-image,.view-cityu-people-view .views-row .people-desc,.view-cityu-people-view .views-row .people-links {
    float: left;
}

.view-cityu-people-view .views-row .people-image {
    width: 106px;
    height: auto;
    margin-right: 2%;
}

@media (max-width: 759.98px) {
    .view-cityu-people-view .views-row .people-image {
        margin-right:10px;
        margin-bottom: 10px;
    }
}

.view-cityu-people-view .views-row .people-name {
    margin: 10px 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #bf165e;
}

@media (max-width: 759.98px) {
    .view-cityu-people-view .views-row .people-name {
        margin-top:0;
        margin-bottom: 10px;
    }
}

.view-cityu-people-view .views-row .people-desc {
    margin-right: 2%;
}

.view-cityu-people-view .views-row .people-desc p:not(.people-name),.view-cityu-people-view .views-row .people-desc span {
    margin-bottom: 4px;
}

.view-cityu-people-view .views-row:not(.no-image) .people-desc {
    width: 58.33%;
}

@media (max-width: 759.98px) {
    .view-cityu-people-view .views-row:not(.no-image) .people-desc {
        width:calc(100% - 106px - 10px - 10px * 2);
    }

    .view-cityu-people-view .views-row:not(.no-image) .people-desc::after,.view-cityu-people-view .views-row:not(.no-image) .people-desc .field-content::after {
        display: block;
        clear: both;
        content: "";
    }

    .view-cityu-people-view .views-row:not(.no-image) .people-desc .text-top {
        min-height: 167px;
    }

    .view-cityu-people-view .views-row:not(.no-image) .people-desc .text-bottom {
        float: right;
        width: calc(100% + 106px + 10px);
    }
}

.view-cityu-people-view .views-row.no-image {
    min-height: 177px;
}

.view-cityu-people-view .views-row.no-image .people-desc {
    width: calc(calc(58.33% + 106px) + 2%);
}

@media (max-width: 759.98px) {
    .view-cityu-people-view .views-row.no-image .people-desc {
        width:100%;
        margin-right: 0;
    }
}

.view-cityu-people-view .views-row .people-links {
    margin-top: 38px;
}

@media (min-width: 1200px) {
    .view-cityu-people-view .views-row .people-links {
        margin-left:2%;
        width: calc(100% - 106px - 2% * 3 - 58.33% - 10px * 2);
    }
}

@media (max-width: 759.98px) {
    .view-cityu-people-view .views-row .people-links {
        margin-top:20px;
    }
}

@media (max-width: 759.98px) {
    .view-cityu-people-view .views-row .people-links,.view-cityu-people-view .views-row .people-links .field-content {
        width:100%;
    }
}

.view-cityu-people-view .views-row .people-links .links {
    margin-bottom: 6px;
}

@media (max-width: 759.98px) {
    .view-cityu-people-view .views-row .people-links .links {
        float:left;
        margin-bottom: 0;
    }
}

.view-cityu-people-view .views-row .people-links .links p {
    margin-bottom: 10px;
    color: #bf165e;
}

@media (max-width: 759.98px) {
    .view-cityu-people-view .views-row .people-links .links p.office {
        margin-bottom:0;
    }
}

.view-cityu-people-view .views-row .people-links .links .label {
    margin-right: 10px;
}

.view-cityu-people-view .views-row .people-links .tel .label {
    margin-right: 18px;
}

@media (max-width: 759.98px) {
    .view-cityu-people-view .views-row .people-links .email {
        float:right;
    }
}

.view-cityu-people-view .views-row .people-links .email a {
    display: inline-block;
    padding: 10px 34px 10px 22px;
    border: 1px solid #bf165e;
}

.view-cityu-people-view .views-row .people-links .email a::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
    padding-right: 10px;
}

.no-touch .view-cityu-people-view .views-row .people-links .email a::before:hover::after,.no-touch .view-cityu-people-view .views-row .people-links .email a::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .view-cityu-people-view .views-row .people-links .email a::before:hover::before,.no-touch .view-cityu-people-view .views-row .people-links .email a::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.view-cityu-people-view .views-row .people-links .email a:hover,.view-cityu-people-view .views-row .people-links .email a:focus {
    background-color: #bf165e;
    color: #FFFFFF;
}

.field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item {
    border-bottom: 1px solid #e2e2e2;
}

.field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item > h2 {
    position: relative;
    margin: 0;
    display: block;
    padding: 16px 36px 16px 16px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 900;
    color: #2E2E2E;
    cursor: pointer;
}

@media (min-width: 760px) {
    .field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item > h2 {
        padding:20px 44px 16px 20px;
    }
}

@media (min-width: 1000px) {
    .field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item > h2 {
        padding:20px 52px 16px 20px;
    }
}

@media (min-width: 1200px) {
    .field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item > h2 {
        padding:20px 44px 16px 20px;
    }
}

.field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item > h2 .open-plus {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

@media (min-width: 1200px) {
    .field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item > h2 .open-plus {
        right:2px;
    }
}

.field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item > h2 .open-plus::after {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: #bf165e;
}

.no-touch .field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item > h2 .open-plus::after:hover::after,.field--name-field-cityu-accordion-items .no-touch .paragraph--type--cityu-accordion-item > h2 .open-plus::after:hover::after,.no-touch .field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item > h2 .open-plus::after:focus::after,.field--name-field-cityu-accordion-items .no-touch .paragraph--type--cityu-accordion-item > h2 .open-plus::after:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item > h2 .open-plus::after:hover::before,.field--name-field-cityu-accordion-items .no-touch .paragraph--type--cityu-accordion-item > h2 .open-plus::after:hover::before,.no-touch .field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item > h2 .open-plus::after:focus::before,.field--name-field-cityu-accordion-items .no-touch .paragraph--type--cityu-accordion-item > h2 .open-plus::after:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.field--name-field-cityu-accordion-items .expended.paragraph--type--cityu-accordion-item > h2 .open-plus::after {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: #bf165e;
}

.no-touch .field--name-field-cityu-accordion-items .expended.paragraph--type--cityu-accordion-item > h2 .open-plus::after:hover::after,.field--name-field-cityu-accordion-items .no-touch .expended.paragraph--type--cityu-accordion-item > h2 .open-plus::after:hover::after,.no-touch .field--name-field-cityu-accordion-items .expended.paragraph--type--cityu-accordion-item > h2 .open-plus::after:focus::after,.field--name-field-cityu-accordion-items .no-touch .expended.paragraph--type--cityu-accordion-item > h2 .open-plus::after:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .field--name-field-cityu-accordion-items .expended.paragraph--type--cityu-accordion-item > h2 .open-plus::after:hover::before,.field--name-field-cityu-accordion-items .no-touch .expended.paragraph--type--cityu-accordion-item > h2 .open-plus::after:hover::before,.no-touch .field--name-field-cityu-accordion-items .expended.paragraph--type--cityu-accordion-item > h2 .open-plus::after:focus::before,.field--name-field-cityu-accordion-items .no-touch .expended.paragraph--type--cityu-accordion-item > h2 .open-plus::after:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.field--name-field-cityu-accordion-items .expended.paragraph--type--cityu-accordion-item .field--name-field-cityu-section-intro-items,.field--name-field-cityu-accordion-items .expended.paragraph--type--cityu-accordion-item .field--name-field-cityu-content {
    display: block;
}

.field--name-field-cityu-accordion-items {
    margin-bottom: 48px;
    background: #f5f5f5;
}

@media (min-width: 760px) {
    .field--name-field-cityu-accordion-items {
        margin-bottom:56px;
    }
}

@media (min-width: 1000px) {
    .field--name-field-cityu-accordion-items {
        margin-bottom:64px;
    }
}

.field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item {
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 760px) {
    .field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item {
        padding-left:20px;
        padding-right: 20px;
    }
}

.field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item > .field--name-field-cityu-title {
    padding-left: 0;
}

.field--name-field-cityu-accordion-items .field--name-field-cityu-content {
    display: none;
}

.node--type-cityu-facts-and-figures .node__title {
    font-size: 2.25rem;
    font-weight: 900;
    letter-spacing: -0.2px;
    line-height: 3rem;
}

@media (max-width: 759.98px) {
    .node--type-cityu-facts-and-figures .node__title {
        font-size:1.71875rem;
        line-height: 2.375rem;
    }
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-description {
    color: #2e2e2e;
    font-size: 1.0625rem;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items > .field__item {
    margin-bottom: 1.875rem;
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .paragraph--type--cityu-tdl {
    padding: 0;
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items h2 {
    color: #bf165e;
    font-size: 3.625rem;
    font-weight: 900;
    letter-spacing: -0.6px;
    line-height: 3.75rem;
    margin-bottom: 1rem;
}

@media (max-width: 759.98px) {
    .node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items h2 {
        font-size:2.875rem;
        letter-spacing: -0.4px;
        line-height: 3.125rem;
    }
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-description {
    color: #2e2e2e;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.5rem;
    margin: 0;
}

@media (max-width: 759.98px) {
    .node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-description {
        font-size:17.5px;
    }
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-description p {
    margin-bottom: 0.5rem;
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-links a {
    color: #838990;
    font-size: 0.84375rem;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1rem;
    padding-right: 8px;
    font-size: 0.84375rem;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.125rem;
    display: block;
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-links a:after {
    transition: padding .25s;
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-links a i {
    padding-left: 8px;
    transition: padding .25s;
}

@media (min-width: 760px) {
    .node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-links a {
        font-size:0.84375rem;
        line-height: 1.125rem;
    }
}

.no-touch .node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-links a:hover,.no-touch .node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-links a:focus,.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-links a:active {
    color: #bf165e;
}

.no-touch .node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-links a:hover::after,.no-touch .node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-links a:focus::after,.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-links a:active::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-links a:hover i,.no-touch .node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-links a:focus i,.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-items .field--name-field-cityu-links a:active i {
    padding-left: 1rem;
    padding-right: 0;
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-remarks {
    color: #2e2e2e;
    font-size: 1.0625rem;
    line-height: 1.875rem;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}

@media (max-width: 759.98px) {
    .node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-remarks {
        font-size:1rem;
    }
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-remarks h2 {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 2.25rem;
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-remarks ul {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-remarks ul li {
    margin-top: 1.5625rem;
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-remarks ul li:first-child {
    margin-top: 0;
}

.node--type-cityu-facts-and-figures .field--name-field-cityu-fnf-remarks > .field__item:last-child .paragraph--type--cityu-accordion-item {
    border-bottom: 2px solid #2e2e2e;
}

.node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item {
    padding: 1.25rem 0;
    border-top: 2px solid #2e2e2e;
}

.node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item.expended h2 {
    margin-bottom: 2.1875rem;
}

.node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item.expended h2 span::after {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: #bf165e;
}

.no-touch .node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item.expended h2 span::after:hover::after,.no-touch .node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item.expended h2 span::after:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item.expended h2 span::after:hover::before,.no-touch .node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item.expended h2 span::after:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item.expended .field--name-field-cityu-content {
    display: block;
    padding-top: 0;
}

.node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item .field--name-field-cityu-content {
    display: none;
}

.node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item h2 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item h2 span {
    margin-left: 10px;
}

.node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item h2 span::after {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: #bf165e;
}

.no-touch .node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item h2 span::after:hover::after,.no-touch .node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item h2 span::after:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item h2 span::after:hover::before,.no-touch .node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item h2 span::after:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.node--type-cityu-facts-and-figures .paragraph--type--cityu-accordion-item p {
    margin-bottom: 0;
}

.paragraph--type--cityu-facts-and-figures {
    margin-top: 48px;
}

@media (min-width: 760px) {
    .paragraph--type--cityu-facts-and-figures {
        margin-top:56px;
    }
}

@media (min-width: 1000px) {
    .paragraph--type--cityu-facts-and-figures {
        margin-top:64px;
    }
}

.page-vocabulary-cityu-president-blog-tags .views-element-container {
    width: 1024px;
    margin: 0 auto;
}

.page-vocabulary-cityu-president-blog-tags .view-taxonomy-term {
    display: flex;
    flex-wrap: nowrap;
}

.page-vocabulary-cityu-president-blog-tags .view-taxonomy-term .view-header {
    width: 350px;
}

.page-vocabulary-cityu-president-blog-tags .view-taxonomy-term .view-content {
    flex: 1;
    padding: 9px 0 0 14px;
}

.page-vocabulary-cityu-president-blog-tags .category-title {
    display: none;
    margin: 1rem 0;
    padding: 6px 0;
    font-size: 21px;
    font-weight: bold;
    color: #676767;
}

.page-vocabulary-cityu-president-blog-tags .view-content-category-title .category-title {
    display: block;
}

.page-vocabulary-cityu-president-blog-tags .views-row::after {
    content: '';
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
}

.page-vocabulary-cityu-president-blog-tags .views-field-field-cityu-blog-date {
    font-size: 21px;
    color: #bf165e;
    font-weight: bold;
}

.page-vocabulary-cityu-president-blog-tags .views-label-field-cityu-blog-tags,.page-vocabulary-cityu-president-blog-tags .views-label-field-cityu-blog-tags + .field-content {
    float: left;
}

.page-vocabulary-cityu-president-blog-tags .views-field-nothing,.page-vocabulary-cityu-president-blog-tags .views-field-field-cityu-blog-tags {
    font-size: 12px;
    color: #666;
}

.page-vocabulary-cityu-president-blog-tags .views-field-field-cityu-blog-tags {
    overflow: hidden;
    padding-bottom: 10px;
}

.page-vocabulary-cityu-president-blog-tags .view-field-send-email {
    padding-bottom: 25px;
}

.view-president-blog-list .views-field-field-cityu-blog-date a,.block-field-blocknodepresident-blogfield-cityu-blog-date {
    font-size: 22px;
    color: #bf165e;
}

.view-president-blog-list .views-field-title,.block-field-blocknodepresident-blogtitle {
    float: left;
    padding: 10px 0;
    width: 61%;
    height: 92px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
    color: #bf165e;
}

.view-president-blog-list .views-field-nothing,.block-president-blog-header-image {
    float: right;
    max-width: 292px;
    width: 39%;
}

.view-president-blog-list .views-field-body,.block-field-blocknodepresident-blogbody {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-top: 30px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.president-blog-site .block-system-breadcrumb-block,.president-blog-site .t-backhome-icon {
    display: none;
}

.president-blog-site.node--type-cityu-normal-page .region-main .field--name-title h1 {
    margin-top: 25px;
}

.president-blog-site.path-frontpage .t-primary-menu .t-menu-level-0 .nav-item:first-child .t-nav-link {
    background-color: #6b203e;
}

.president-blog-site .view-president-blog-search-list .pagination .page-link {
    padding: 0 18px;
}

@media (min-width: 1000px) {
    .president-blog-site .layout-normal-page .col-lg-3 {
        flex:0 0 374px;
        width: 374px;
        max-width: 374px;
    }

    .president-blog-site .layout-normal-page .col-lg-9 {
        flex: 1;
    }
}

@media (max-width: 999.98px) {
    .president-blog-site .dialog-off-canvas-main-canvas {
        margin-left:auto;
        margin-right: auto;
        width: 1024px;
        overflow: visible;
        left: 0px;
        top: 0px;
    }

    .president-blog-site #page {
        margin-top: 0;
    }

    .president-blog-site #header {
        position: relative;
        box-shadow: none;
    }

    .president-blog-site #header .t-header-search {
        float: right;
    }

    .president-blog-site #header .t-header-search form {
        width: auto;
        height: auto;
    }

    .president-blog-site #header .t-header-text {
        display: block;
    }

    .president-blog-site #header .container {
        max-width: 1024px;
        width: 1024px;
    }

    .president-blog-site #main-wrapper {
        padding-top: 0;
    }

    .president-blog-site .layout-normal-page .container {
        max-width: 1024px;
        width: 1024px;
    }

    .president-blog-site .layout-normal-page .row {
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .president-blog-site .layout-normal-page .col-lg-3 {
        flex: 0 0 350px;
        width: 350px;
        padding: 0;
    }

    .president-blog-site .layout-normal-page .col-lg-9 {
        flex: 0 0 650px;
        width: 650px;
    }

    .president-blog-site .t-header-wrapper .t-nav-toggle {
        display: none;
    }

    .president-blog-site .t-header-nav-wrapper {
        display: block;
        margin-top: 0;
    }

    .president-blog-site .t-header-nav-wrapper .container {
        max-width: 1024px;
        width: 1024px;
    }

    .president-blog-site .t-header-nav-wrapper .row {
        margin: 0;
    }
}

@media (max-width: 1199.98px) {
    .president-blog-site .view-president-blog-search-list .pagination .page-link {
        padding:0 10px;
    }
}

@media print {
    .president-blog-site .node-preview-form-select {
        display: none;
    }
}

.view-president-blog-list .views-field-field-cityu-blog-date {
    padding-top: 25px;
}

.view-president-blog-list .views-field-body + .views-field {
    clear: both;
}

.view-president-blog-list .views-field-body p {
    margin-bottom: 1rem !important;
}

.view-president-blog-list .view-field-leave-comment {
    margin-bottom: 127px;
    text-align: right;
}

.view-president-blog-list .view-field-leave-comment .fa-envelope {
    margin-left: 5px;
}

.view-president-blog-list .views-field-nid {
    display: none;
}

.view-president-blog-list .page-link:not([href]) {
    display: none;
}

.block-field-blocknodepresident-blogfield-cityu-blog-date {
    margin-top: 25px;
    padding-bottom: 30px;
}

.block-field-blocknodepresident-blogbody p {
    margin-bottom: 1rem !important;
}

.block-cityu-template-president-blog-footer,.block-cityu-template-president-blog-detail-comment-link,.block-field-blocknodepresident-blogfield-blog-postscript {
    clear: both;
}

.block-cityu-template-president-blog-detail-comment-link {
    margin-bottom: 127px;
    text-align: right;
}

.block-cityu-template-president-blog-detail-comment-link .fa-envelope {
    margin-left: 5px;
}

.block-cityu-template-president-blog-detail-pager .pagination {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

.block-cityu-template-president-blog-detail-pager .page-link {
    padding: 0 24px;
    margin-left: 0;
    line-height: 43px;
    color: #2E2E2E;
    background-color: transparent;
    border: none;
}

.block-cityu-template-president-blog-detail-pager .page-link:focus {
    box-shadow: none;
}

.president-blog-footer {
    font-size: 12px;
    color: #666;
}

.view-president-blog-archive-list .views-table {
    border: 1px solid #e8e8e8;
}

.view-president-blog-archive-list .views-table th {
    padding: 0.9375rem 1.4375rem;
    background-color: #bf165e;
    color: #FFFFFF;
    font-size: 0.84375rem;
    line-height: 1.125rem;
    border: 1px solid #e8e8e8;
}

.view-president-blog-archive-list .views-table th a {
    color: #FFFFFF;
}

.view-president-blog-archive-list .views-table td {
    padding: 0.9375rem 10px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
}

.view-president-blog-archive-list .views-table tr.gray-bg-td td {
    background-color: #717171;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.125rem;
}

.view-president-blog-archive-list .views-table tr.gray-bg-td a {
    color: #FFFFFF;
}

.view-president-blog-archive-list .table-responsive {
    padding: 0;
}

.hit-count {
    margin-top: 14px;
    font-size: 12px;
    font-weight: bold;
    color: #676767;
}

.field--name-field-blog-postscript {
    margin-bottom: 72px;
    padding: 1.5rem 0;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    color: #4C4C4C;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.webform-submission-cityu-leave-a-comment-form-form {
    margin: 0 auto;
    width: 770px;
    min-height: 1500px;
    max-width: 95%;
}

.webform-submission-cityu-leave-a-comment-form-form > label {
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #757575;
}

@media (max-width: 759.98px) {
    .webform-submission-cityu-leave-a-comment-form-form > label {
        font-size:19px;
    }
}

.webform-submission-cityu-leave-a-comment-form-form label.form-required {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #757575;
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 759.98px) {
    .webform-submission-cityu-leave-a-comment-form-form label.form-required {
        font-size:19px;
    }
}

.webform-submission-cityu-leave-a-comment-form-form input[type="text"],.webform-submission-cityu-leave-a-comment-form-form input[type="email"],.webform-submission-cityu-leave-a-comment-form-form textarea {
    max-width: 100%;
    color: #757575;
    background-color: rgba(0,0,0,0.06);
    border: 2px solid #9b9b9b;
    border-radius: 0;
}

.webform-submission-cityu-leave-a-comment-form-form input[type="text"]:focus,.webform-submission-cityu-leave-a-comment-form-form input[type="email"]:focus,.webform-submission-cityu-leave-a-comment-form-form textarea:focus {
    border: 2px solid #007ac0;
    box-shadow: none;
}

.webform-submission-cityu-leave-a-comment-form-form input[type="text"],.webform-submission-cityu-leave-a-comment-form-form input[type="email"] {
    padding: 10px;
    min-height: 48px;
}

.webform-submission-cityu-leave-a-comment-form-form .your-identity {
    margin-bottom: 0;
}

.webform-submission-cityu-leave-a-comment-form-form .your-identity input {
    margin-top: 1.3rem;
}

.webform-submission-cityu-leave-a-comment-form-form .your-identity .form-item-type:not(label) {
    margin: 0 auto 8px auto;
    padding: 0 20px 0 40px;
    background: rgba(0,0,0,0.06);
    cursor: pointer;
}

.webform-submission-cityu-leave-a-comment-form-form .your-identity .form-item-type:not(label):hover {
    background: rgba(0,0,0,0.08);
}

.webform-submission-cityu-leave-a-comment-form-form .your-identity label {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 18px;
    color: #757575;
    cursor: pointer;
}

@media (max-width: 759.98px) {
    .webform-submission-cityu-leave-a-comment-form-form .your-identity label {
        font-size:14px;
    }
}

.webform-submission-cityu-leave-a-comment-form-form .form-item-other-type input {
    width: 346px;
}

.webform-submission-cityu-leave-a-comment-form-form .form-item-blog-title {
    display: none;
}

.webform-submission-cityu-leave-a-comment-form-form .president-blog-title-label {
    padding: 0;
    margin: 0 0 1rem;
    font-size: 24px;
    color: #757575;
    font-weight: 400;
}

@media (max-width: 759.98px) {
    .webform-submission-cityu-leave-a-comment-form-form .president-blog-title-label {
        font-size:19px;
    }
}

.webform-submission-cityu-leave-a-comment-form-form .captcha {
    padding-top: 20px;
}

.webform-submission-cityu-leave-a-comment-form-form .form-actions {
    padding-top: 40px;
    text-align: right;
}

.webform-submission-cityu-leave-a-comment-form-form .form-actions #edit-submit {
    width: auto;
    height: auto;
    padding: 8px 20px;
}

.webform-submission-cityu-leave-a-comment-form-form .empty-error input,.webform-submission-cityu-leave-a-comment-form-form .empty-error textarea {
    color: #B00020;
    border: 2px solid #B00020 !important;
    background-color: #fff6f6;
}

.webform-submission-cityu-leave-a-comment-form-form .empty-error .empty-error-message {
    display: block;
}

.webform-submission-cityu-leave-a-comment-form-form .empty-error-message {
    display: none;
    position: relative;
    padding-left: 24px;
    margin: 8px 0 0 0;
    font-size: 13px;
    color: #B00020;
    line-height: 20px;
}

.webform-submission-cityu-leave-a-comment-form-form .empty-error-message::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 16px;
    color: #B00020;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.webform-submission-cityu-leave-a-comment-form-form .empty-error-message::after {
    left: 0;
}

@media (max-width: 759.98px) {
    .webform-submission-cityu-leave-a-comment-form-form .empty-error-message {
        font-size:12px;
        line-height: 18px;
    }
}

.president-blog-site .navbar-brand-hk {
    height: 115px;
}

.president-blog-site .navbar-brand-hk img {
    height: 115px;
}

.president-blog-site .view-president-blog-search-list .views-row {
    justify-content: flex-start;
}

.president-blog-site .view-president-blog-search-list .views-field-body {
    margin: 13px 0;
    width: 100%;
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    top: 50%;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom:1;width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../../../../../../themes/custom/cityu_template_theme/libs/lightbox/2.10.0/images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../../../../../../themes/custom/cityu_template_theme/libs/lightbox/2.10.0/images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../../../../../../themes/custom/cityu_template_theme/libs/lightbox/2.10.0/images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom:1;width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../../../../../../themes/custom/cityu_template_theme/libs/lightbox/2.10.0/images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#lightboxOverlay {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
}

#lightbox {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.lb-nav a.lb-next {
    opacity: 1;
}

.lb-nav a.lb-prev {
    opacity: 1;
}

span.image-zoom {
    position: absolute;
    bottom: 0;
    background: white !important;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    right: 0;
    opacity: 0.8;
}

.caption .lightbox-img {
    margin-bottom: 8px;
}

.caption .lightbox-img img {
    margin-bottom: 0;
}

span.image-zoom i {
    position: relative;
    display: block;
    font-size: 18px;
    color: #828282 !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    top: 6px;
    left: 0px;
}

.lightbox-img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.lightbox-img img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.w490 {
    width: 490px;
}

@media (max-width: 999.98px) and (min-width:760px) {
    .w490 {
        float:left;
        width: 75%;
    }
}

@media (max-width: 759.98px) {
    .w490 {
        width:100%;
    }
}

.w660 {
    width: 100%;
    max-width: 660px;
}

@media (max-width: 999.98px) and (min-width:760px) {
    .w660 {
        width:75%;
    }
}

@media (max-width: 759.98px) {
    .w660 {
        width:100%;
    }
}

.headline-carousel .carousel-control {
    display: none;
}

.headline-carousel .next-screen {
    position: absolute;
    z-index: 53;
    bottom: 0.5rem;
    left: 50%;
    margin-left: -1.5625rem;
    display: block;
    width: 3.125rem;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
}

.headline-carousel .next-screen::before {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: #fff;
    font-size: 1.625rem;
    line-height: 3.125rem;
}

.no-touch .headline-carousel .next-screen::before:hover::after,.no-touch .headline-carousel .next-screen::before:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .headline-carousel .next-screen::before:hover::before,.no-touch .headline-carousel .next-screen::before:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

@media (min-width: 760px) {
    .headline-carousel .next-screen {
        margin-bottom:1.25rem;
    }
}

.carousel-inner .field--name-field-cityu-banner {
    height: 100%;
}

.carousel-inner .field--name-field-cityu-banner img {
    width: 100%;
    height: auto;
    min-height: 51%;
    display: block;
    object-fit: cover;
}

.paragraph--type--cityu-carousel {
    height: calc(100vh - 60px);
    min-height: 36.25rem;
}

@media (min-width: 760px) {
    .paragraph--type--cityu-carousel {
        min-height:56.25rem;
    }
}

@media (min-width: 1200px) {
    .paragraph--type--cityu-carousel {
        max-height:900px;
    }
}

.paragraph--type--cityu-carousel::after {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 51;
    display: block;
    width: 100%;
    height: 55.15%;
    background: url(../../../../../../themes/custom/cityu_base_theme/images/m_carousol_bg.svg) no-repeat;
    background-size: 100% 100%;
}

.carousel-caption {
    text-align: left;
}

.carousel-indicators {
    z-index: 53;
    top: 52%;
    bottom: initial;
    margin-right: auto;
    margin-left: auto;
}

.carousel-indicators li {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 7px;
    border: 2px solid rgba(255,255,255,0.4);
    background-color: transparent;
    border-radius: 50%;
}

@media (min-width: 760px) {
    .carousel-indicators li {
        width:1.625rem;
        height: 1.625rem;
        margin-right: 1.1875rem;
    }
}

.carousel-indicators .active {
    background-color: transparent;
}

.carousel-s-title {
    display: none;
    text-align: right;
    position: absolute;
    z-index: 53;
    right: 0;
    left: 0;
    bottom: -4.8rem;
    padding-right: 25px;
    color: rgba(255,255,255,0.5);
    font-size: 13.5px;
    font-weight: 900;
}

@media (min-width: 1000px) {
    .home .carousel-s-title {
        display:block;
    }
}

.active .progress-all {
    width: 0.75rem;
    height: 0.75rem;
    left: -0.125rem;
    top: -0.125rem;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: absolute;
}

@media (min-width: 760px) {
    .active .progress-all {
        width:1.625rem;
        height: 1.625rem;
    }
}

.active .progress-all > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.active .progress-all .progress-left {
    left: 0;
}

.active .progress-all .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 4.6875rem;
    border-bottom-right-radius: 4.6875rem;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    animation: loading-left 4s linear 4s;
}

.active .progress-all .progress-right {
    right: 0;
}

.active .progress-all .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 4.6875rem;
    border-bottom-left-radius: 4.6875rem;
    border-right: 0;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    animation: loading-right 8s linear;
}

.active .progress-all .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #fff;
    opacity: 1;
}

.active .progress-all .progress-value {
    width: 85%;
    height: 85%;
    border-radius: 50%;
    border: 6px solid #ebebeb;
    font-size: 2rem;
    line-height: 7.8125rem;
    text-align: center;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
}

@keyframes loading-right {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

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

@keyframes loading-left {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

.carousel-des {
    position: absolute;
    top: 59%;
    z-index: 52;
    color: #FFFFFF;
}

@media (max-width: 999.98px) {
    .carousel-des {
        max-width:720px;
    }
}

@media (max-width: 759.98px) {
    .carousel-des {
        max-width:568px;
    }
}

.carousel-des h2 {
    max-height: 6.5625rem;
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: -0.2px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 31px;
    padding-left: 10px;
}

.carousel-des h2 a {
    color: #FFFFFF;
}

@media (min-width: 760px) {
    .carousel-des h2 {
        max-height:12rem;
        font-size: 3.375rem;
        line-height: 4rem;
        letter-spacing: -0.4px;
        font-weight: 900;
    }
}

.carousel-des .field--name-field-cityu-description {
    display: none;
}

.carousel-des p {
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: #FFFFFF;
    max-height: 3.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media (min-width: 1000px) {
    .carousel-des p {
        font-size:1.5rem;
        line-height: 2.25rem;
        max-height: 6.75rem;
        font-weight: 700;
    }
}

.carousel-des .field--name-field-cityu-link {
    padding-left: 10px;
}

.carousel-des .field--name-field-cityu-link a {
    color: #fff;
    font-size: 0.84375rem;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1rem;
    padding-right: 8px;
    text-transform: uppercase;
}

.carousel-des .field--name-field-cityu-link a:after {
    transition: padding .25s;
}

.carousel-des .field--name-field-cityu-link a i {
    padding-left: 8px;
    transition: padding .25s;
}

@media (min-width: 760px) {
    .carousel-des .field--name-field-cityu-link a {
        font-size:0.84375rem;
        line-height: 1.125rem;
    }
}

.no-touch .carousel-des .field--name-field-cityu-link a:hover,.no-touch .carousel-des .field--name-field-cityu-link a:focus,.carousel-des .field--name-field-cityu-link a:active {
    color: #dbdbdb;
}

.no-touch .carousel-des .field--name-field-cityu-link a:hover::after,.no-touch .carousel-des .field--name-field-cityu-link a:focus::after,.carousel-des .field--name-field-cityu-link a:active::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .carousel-des .field--name-field-cityu-link a:hover i,.no-touch .carousel-des .field--name-field-cityu-link a:focus i,.carousel-des .field--name-field-cityu-link a:active i {
    padding-left: 1rem;
    padding-right: 0;
}

.carousel-des .field--name-field-cityu-link a:after {
    content: "";
    padding-left: 8px;
    padding-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    color: inherit;
    padding-left: 0.5rem;
    transition: padding .25s;
}

.no-touch .carousel-des .field--name-field-cityu-link a:after:hover::after,.no-touch .carousel-des .field--name-field-cityu-link a:after:focus::after {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .carousel-des .field--name-field-cityu-link a:after:hover::before,.no-touch .carousel-des .field--name-field-cityu-link a:after:focus::before {
    padding-left: 1rem;
    padding-right: 0;
}

.no-touch .carousel-des .field--name-field-cityu-link a:hover::after,.no-touch .carousel-des .field--name-field-cityu-link a:focus::after,.carousel-des .field--name-field-cityu-link a:active::after {
    padding-left: 1rem;
}

@media (min-width: 1000px) {
    .headline-carousel {
        max-width:1920px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10.625rem;
    }

    .headline-carousel .carousel-control {
        background: rgba(191,22,94,0.4);
        width: 56px;
        height: 96px;
        text-align: center;
        transition: .25s;
        display: flex;
        justify-content: center;
        align-items: center;
        top: calc(50% - 3rem);
        opacity: 1;
    }

    .no-touch .headline-carousel .carousel-control:focus,.no-touch .headline-carousel .carousel-control:hover {
        background: #bf165e;
        outline: none;
    }

    .headline-carousel .carousel-control.swiper-button-disabled {
        background-color: rgba(113,113,113,0.15);
    }

    .headline-carousel .next-screen {
        display: none;
    }

    .headline-carousel .carousel-bottom-bg::after {
        content: '';
        position: absolute;
        bottom: -7.1875rem;
        z-index: 52;
        display: block;
        width: 100%;
        height: 11.25rem;
        background: url(../../../../../../themes/custom/cityu_base_theme/images/pc_carousol_bg.svg) no-repeat;
        background-size: 100% 11.25rem;
    }

    .no-breadcrumb .headline-carousel {
        margin-bottom: 50px;
    }

    .carousel-control-prev-icon {
        background-image: none;
        width: auto;
        height: auto;
    }

    .carousel-control-prev-icon::after {
        content: "";
        padding-left: 8px;
        padding-right: 8px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 0.8125rem;
        color: #FFF;
        font-size: 2rem;
    }

    .no-touch .carousel-control-prev-icon::after:hover::after,.no-touch .carousel-control-prev-icon::after:focus::after {
        padding-left: 1rem;
        padding-right: 0;
    }

    .no-touch .carousel-control-prev-icon::after:hover::before,.no-touch .carousel-control-prev-icon::after:focus::before {
        padding-left: 1rem;
        padding-right: 0;
    }

    .carousel-control-next-icon {
        background-image: none;
        width: auto;
        height: auto;
    }

    .carousel-control-next-icon::after {
        content: "";
        padding-left: 8px;
        padding-right: 8px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 0.8125rem;
        color: #FFF;
        font-size: 2rem;
    }

    .no-touch .carousel-control-next-icon::after:hover::after,.no-touch .carousel-control-next-icon::after:focus::after {
        padding-left: 1rem;
        padding-right: 0;
    }

    .no-touch .carousel-control-next-icon::after:hover::before,.no-touch .carousel-control-next-icon::after:focus::before {
        padding-left: 1rem;
        padding-right: 0;
    }

    .carousel-inner .field--name-field-cityu-banner > a::after,.carousel-inner .field--name-field-cityu-banner > span::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        background: linear-gradient(180deg,rgba(0,0,0,0.02) 60%,#120008 160%);
        transition: .25s;
    }

    .carousel-inner .field--name-field-cityu-banner img {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
    }

    .carousel-inner .field--name-field-cityu-banner _:-ms-lang(x),.carousel-inner .field--name-field-cityu-banner a {
        display: block;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .carousel-inner .field--name-field-cityu-banner _:-ms-lang(x),.carousel-inner .field--name-field-cityu-banner img {
        z-index: -1;
    }

    .paragraph--type--cityu-carousel {
        height: calc(90vh - 250px);
        min-height: 28.75rem;
    }

    .paragraph--type--cityu-carousel::after {
        display: none;
    }

    .paragraph--type--cityu-carousel > .container {
        position: relative;
    }

    .carousel-indicators {
        top: auto;
        bottom: -2.75rem;
        justify-content: flex-end;
    }

    .no-touch .carousel-indicators li:hover,.no-touch .carousel-indicators li:focus {
        border-color: #fff;
    }

    .active .progress-all {
        width: 1.625rem;
        height: 1.625rem;
    }

    .carousel-des {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 4.5rem;
    }

    .carousel-des .field--name-field-cityu-description {
        display: block;
    }

    .carousel-des .field--name-field-cityu-description p {
        margin-bottom: 1.875rem;
        padding-left: 10px;
        font-size: 1.5rem;
        line-height: 2.25rem;
        color: #FFFFFF;
        max-height: 6.75rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-weight: 700;
    }

    .carousel-des .field--name-field-cityu-link a {
        font-size: 0.84375rem;
        line-height: 1.875rem;
    }
}

@media (min-width: 1200px) {
    .headline-carousel {
        margin-bottom:10.625rem;
    }
}

.carousel-fade .carousel-inner .carousel-item {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item,.carousel-fade .carousel-inner .active.carousel-item-left,.carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left,.carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.carousel-vertical .carousel-inner .active.carousel-item-left,.carousel-vertical .carousel-inner .carousel-item-prev {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.carousel-vertical .carousel-inner .active.carousel-item-right,.carousel-vertical .carousel-inner .carousel-item-next {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.cityu_headline_carousel_small_height .paragraph--type--cityu-carousel {
    height: 603px;
}

.cityu_headline_carousel_small_height .next-screen {
    display: none;
}

.paragraph--view-mode--cityu-headline-carousel-small-height .carousel-des h2 {
    margin-bottom: 16px;
}

.paragraph--view-mode--cityu-headline-carousel-small-height .carousel-des .field--name-field-cityu-description {
    display: block;
    margin-bottom: 23px;
}

.paragraph--view-mode--cityu-headline-carousel-small-height .carousel-des .field--name-field-cityu-description p {
    max-height: 7.5rem;
    -webkit-line-clamp: 4;
    padding-left: 10px;
}

@media (min-width: 760px) {
    .cityu_headline_carousel_small_height .carousel-indicators {
        top:816px;
    }

    .cityu_headline_carousel_small_height .paragraph--type--cityu-carousel {
        height: 1216px;
    }

    .cityu_headline_carousel_small_height .paragraph--type--cityu-carousel::after {
        height: 496px;
    }

    .cityu_headline_carousel_small_height .carousel-inner .field--name-field-cityu-banner img {
        height: 801px;
    }

    .paragraph--view-mode--cityu-headline-carousel-small-height .carousel-des {
        top: 888px;
    }

    .paragraph--view-mode--cityu-headline-carousel-small-height .carousel-des h2 {
        margin-bottom: 32px;
    }

    .paragraph--view-mode--cityu-headline-carousel-small-height .carousel-des .field--name-field-cityu-description {
        margin-bottom: 38px;
    }

    .paragraph--view-mode--cityu-headline-carousel-small-height .carousel-des .field--name-field-cityu-description p {
        font-size: 24px;
        line-height: 36px;
        max-height: 9rem;
    }
}

@media (min-width: 1000px) {
    .cityu_headline_carousel_small_height .carousel-indicators {
        top:auto;
    }

    .cityu_headline_carousel_small_height .paragraph--type--cityu-carousel {
        height: calc((100vh - 130px) * 0.6915);
        min-height: 28.75rem;
    }

    .cityu_headline_carousel_small_height .paragraph--type--cityu-carousel::after {
        display: none;
    }

    .cityu_headline_carousel_small_height .carousel-inner .field--name-field-cityu-banner img {
        height: 100%;
    }

    .paragraph--view-mode--cityu-headline-carousel-small-height .carousel-des {
        top: auto;
    }

    .paragraph--view-mode--cityu-headline-carousel-small-height .carousel-des h2 {
        margin-bottom: 32px;
    }

    .paragraph--view-mode--cityu-headline-carousel-small-height .carousel-des .field--name-field-cityu-description {
        margin-bottom: 38px;
    }

    .paragraph--view-mode--cityu-headline-carousel-small-height .carousel-des .field--name-field-cityu-description p {
        font-size: 24px;
        line-height: 36px;
        max-height: 9rem;
    }
}

@media (min-width: 1200px) {
    .cityu_headline_carousel_small_height .paragraph--type--cityu-carousel {
        height:calc((100vh - 158px) * 0.73);
        min-height: 35rem;
    }

    .cityu_headline_carousel_small_height .paragraph--type--cityu-carousel::after {
        display: none;
    }

    .cityu_headline_carousel_small_height .carousel-inner .field--name-field-cityu-banner img {
        height: 100%;
    }

    .paragraph--view-mode--cityu-headline-carousel-small-height .carousel-des {
        top: auto;
    }

    .paragraph--view-mode--cityu-headline-carousel-small-height .carousel-des h2 {
        margin-bottom: 24px;
    }
}

.headline-ladding-page {
    overflow: hidden;
    background: #FFFFFF;
}

@media (min-width: 1000px) {
    .headline-ladding-page .headline-carousel {
        margin-bottom:7.5rem;
    }
}

.headline-ladding-page + div {
    padding-top: 48px !important;
}

@media (min-width: 1000px) {
    .headline-ladding-page + div {
        padding-top:16px !important;
    }
}

.is-body-overflow {
    overflow: hidden;
}

.is-visible {
    visibility: hidden;
}

.c3 svg {
    font: 10px sans-serif;
    -webkit-tap-highlight-color: transparent
}

.c3 line,.c3 path {
    fill: none;
    stroke: #000
}

.c3 text {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.c3-bars path,.c3-event-rect,.c3-legend-item-tile,.c3-xgrid-focus,.c3-ygrid {
    shape-rendering: crispEdges
}

.c3-chart-arc path {
    stroke: #fff
}

.c3-chart-arc rect {
    stroke: #fff;
    stroke-width: 1
}

.c3-chart-arc text {
    fill: #fff;
    font-size: 13px
}

.c3-grid line {
    stroke: #aaa
}

.c3-grid text {
    fill: #aaa
}

.c3-xgrid,.c3-ygrid {
    stroke-dasharray: 3 3
}

.c3-text.c3-empty {
    fill: grey;
    font-size: 2em
}

.c3-line {
    stroke-width: 1px
}

.c3-circle {
    fill: currentColor
}

.c3-circle._expanded_ {
    stroke-width: 1px;
    stroke: #fff
}

.c3-selected-circle {
    fill: #fff;
    stroke-width: 2px
}

.c3-bar {
    stroke-width: 0
}

.c3-bar._expanded_ {
    fill-opacity: 1;
    fill-opacity: .75
}

.c3-target.c3-focused {
    opacity: 1
}

.c3-target.c3-focused path.c3-line,.c3-target.c3-focused path.c3-step {
    stroke-width: 2px
}

.c3-target.c3-defocused {
    opacity: .3!important
}

.c3-region {
    fill: #4682b4;
    fill-opacity: .1
}

.c3-region text {
    fill-opacity: 1
}

.c3-brush .extent {
    fill-opacity: .1
}

.c3-legend-item {
    font-size: 12px
}

.c3-legend-item-hidden {
    opacity: .15
}

.c3-legend-background {
    opacity: .75;
    fill: #fff;
    stroke: #d3d3d3;
    stroke-width: 1
}

.c3-title {
    font: 14px sans-serif
}

.c3-tooltip-container {
    z-index: 10
}

.c3-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show;
    -webkit-box-shadow: 7px 7px 12px -9px #777;
    -moz-box-shadow: 7px 7px 12px -9px #777;
    box-shadow: 7px 7px 12px -9px #777;
    opacity: .9
}

.c3-tooltip tr {
    border: 1px solid #ccc
}

.c3-tooltip th {
    background-color: #aaa;
    font-size: 14px;
    padding: 2px 5px;
    text-align: left;
    color: #fff
}

.c3-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    background-color: #fff;
    border-left: 1px dotted #999
}

.c3-tooltip td>span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px
}

.c3-tooltip .value {
    text-align: right
}

.c3-area {
    stroke-width: 0;
    opacity: .2
}

.c3-chart-arcs-title {
    dominant-baseline: middle;
    font-size: 1.3em
}

.c3-chart-arcs .c3-chart-arcs-background {
    fill: #e0e0e0;
    stroke: #fff
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
    fill: #000;
    font-size: 16px
}

.c3-chart-arcs .c3-chart-arcs-gauge-max {
    fill: #777
}

.c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #777
}

.c3-chart-arc .c3-gauge-value {
    fill: #000
}

.c3-chart-arc.c3-target g path {
    opacity: 1
}

.c3-chart-arc.c3-target.c3-focused g path {
    opacity: 1
}

.c3-drag-zoom.enabled {
    pointer-events: all!important;
    visibility: visible
}

.c3-drag-zoom.disabled {
    pointer-events: none!important;
    visibility: hidden
}

.c3-drag-zoom .extent {
    fill-opacity: .1
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pswp img {
    max-width: none;
}

.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
    transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container,.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pswp__container,.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4,0,0.22,1);
    transition: transform 333ms cubic-bezier(0.4,0,0.22,1);
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
    transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
}

.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}

.pswp__container,.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline;
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pswp__button:focus,.pswp__button:hover {
    opacity: 1;
}

.pswp__button:active {
    outline: none;
    opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
    background: url(../../themes/site/cityu_subtheme_2019/lib/PhotoSwipe/default-skin/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before {
        background-image:url(../../themes/site/cityu_subtheme_2019/lib/PhotoSwipe/default-skin/default-skin.svg);
    }

    .pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

.pswp__button--arrow--left,.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0,0,0,0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}

.pswp__counter,.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
    opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF;
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF;
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
}

a.pswp__share--download:hover {
    background: #DDD;
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px;
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB;
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}

.pswp__caption--empty {
    display: none;
}

.pswp__caption--fake {
    visibility: hidden;
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../../themes/site/cityu_subtheme_2019/lib/PhotoSwipe/default-skin/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position:relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

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

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

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

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

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

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

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

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

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

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

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
    transition: opacity 333ms cubic-bezier(0.4,0,0.22,1);
}

.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__top-bar,.pswp__caption {
    background-color: rgba(0,0,0,0.5);
}

.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption {
    background-color: rgba(0,0,0,0.3);
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

* {
    font-family: 'Inter',sans-serif;
}

body {
    color: #000;
}

ol {
    padding-left: 28px;
}

ol li {
    list-style: auto;
    list-style-type: auto;
    margin: 7px 0;
    font-size: 18px;
    line-height: 27px;
}

ol li > ol li,ol li > ol li p {
    font-weight: 400;
}

ol li > ol li {
    list-style: lower-roman;
}

ol li > ol li > ol li {
    list-style: circle;
}

.lightbox-img {
    cursor: default;
}

@media (max-width: 4000px) {
    .row {
        margin-left:-15px;
        margin-right: -15px;
    }

    .container,.node--type-page .layout__region {
        max-width: 1490px;
    }

    .container,[class^='col'],[class*=' col'],.node--type-page .layout__region {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 1000px) {
    .row {
        margin-left:-15px;
        margin-right: -15px;
    }

    .container,.node--type-page .layout__region {
        max-width: 1152px;
    }

    .container,[class^='col'],[class*=' col'],.node--type-page .layout__region {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 760px) {
    .row {
        margin-left:-15px;
        margin-right: -15px;
    }

    .container,.node--type-page .layout__region {
        max-width: none;
    }

    .container,[class^='col'],[class*=' col'],.node--type-page .layout__region {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 320px) {
    .row {
        margin-left:-15px;
        margin-right: -15px;
    }

    .container,.node--type-page .layout__region {
        max-width: none;
    }
}

#header {
    padding-top: 140px;
    background-image: url(../../themes/site/cityu_subtheme_2019/images/top_bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.ss-logo-wrapper {
    margin-bottom: 60px;
    padding-left: 15px;
}

.ss-logo-wrapper .ss-logo {
    background-image: url(../../themes/site/cityu_subtheme_2019/images/SS_logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 320px;
    height: 68px;
}

.t-header-wrapper {
    align-items: flex-end;
    justify-content: space-between;
}

.t-header-wrapper::after {
    display: none;
}

.t-header-wrapper .t-header-left .navbar-brand-hk {
    margin-right: 45px;
    height: 115px;
}

.t-header-wrapper .t-header-left .navbar-brand-hk img {
    height: 115px;
}

.t-header-wrapper .t-header-left .t-services-wrapper {
    max-width: none;
}

.t-header-wrapper .t-header-left .t-services-wrapper a {
    color: #2C3A84;
    font-weight: 700;
    font-size: 28px;
}

.t-header-wrapper .language-switcher-language-url ul li a {
    color: #2C3A84;
}

.t-header-wrapper .language-switcher-language-url ul li a:hover {
    border-top: none;
    color: #2C3A84;
    opacity: 0.9;
}

.t-header-wrapper .language-switcher-language-url ul .is-active a {
    color: #2C3A84;
    border-top: none;
}

.t-header-wrapper .language-switcher-language-url ul li::after {
    color: #2C3A84;
}

.t-nav-collapse .t-menu-level-0 .nav-item.close-btn-wrapper {
    position: relative;
    height: 50px;
    border-top: none;
}

.t-nav-collapse .t-menu-level-0 .nav-item.close-btn-wrapper .t-nav-link.close-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../../themes/site/cityu_subtheme_2019/images/b_close_btn.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.contact-info-btn-wrapper {
    display: none;
}

#block-headercontactinformation {
    display: none;
}

@media (max-width: 1520px) {
    .cityu-template-department-websites .t-header-nav-wrapper,.cityu-template-department-service .t-header-nav-wrapper {
        margin-left:15px;
        margin-right: 15px;
    }

    .t-header-nav-wrapper .container {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1199.98px) {
    .t-header-wrapper .t-header-left .navbar-brand-hk {
        height:115px;
    }

    .t-header-wrapper .t-header-left .navbar-brand-hk img {
        height: 115px;
    }
}

@media (max-width: 999px) {
    #header {
        padding-top:30px;
        padding-bottom: 20px;
        background-image: url(/sites/g/files/asqsls6926/themes/site/cityu_subtheme_2019/images/m_top_bg.png);
        background-size: cover;
        background-position: top center;
        box-shadow: none;
    }

    #header .navbar .container {
        padding-left: 0;
        padding-right: 0;
    }

    #header .navbar .container .row {
        margin-left: 15px;
        margin-right: 15px;
    }

    .ss-logo-wrapper {
        display: none;
    }

    .t-header-wrapper {
        flex-direction: row-reverse;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
        box-shadow: 0px 15px 10px -12px #c5c5c5;
    }

    .t-header-left {
        margin-right: 0;
        position: relative;
        top: -15px;
    }

    .navbar-brand-hk img {
        display: block !important;
        height: 95px !important;
        margin-right: 0 !important;
    }

    .navbar-brand-hk .t-header-logo-m {
        display: none !important;
    }

    .t-header-wrapper .t-header-left .navbar-brand-hk {
        margin-right: 0;
        height: 80px;
    }

    .t-header-wrapper .t-header-left .navbar-brand-hk .t-header-logo-m {
        height: 80px !important;
        ;}

    .t-header-wrapper .t-header-left .t-services-wrapper {
        display: none;
    }

    .t-nav-toggle::after {
        font-size: 36px;
        color: #2C3A84;
        padding-left: 0;
        padding-right: 20px;
    }

    .t-nav-toggle.t-nav-active::after {
        padding-left: 0;
        padding-right: 20px;
    }

    #header.t-menu-open .t-nav-toggle.t-nav-active {
        margin-left: 0;
    }

    #header.t-menu-open .t-nav-toggle.t-nav-active::after {
        content: '\f0c9';
        color: #2C3A84;
    }

    .contact-info-btn-wrapper {
        display: block;
    }

    .contact-info-btn-wrapper .contact-info-btn {
        display: block;
        width: 50px;
        height: 40px;
        margin: 10px 0 10px 10px;
        background: url(../../themes/site/cityu_subtheme_2019/images/contact_info_btn.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #header.contact_info_expanded {
        padding-bottom: 0;
        background-image: none;
        background-color: #2C3A84;
    }

    #header.contact_info_expanded .navbar-brand-hk img {
        display: none !important;
    }

    #header.contact_info_expanded .t-header-wrapper {
        box-shadow: none;
    }

    #header.contact_info_expanded .t-header-wrapper .t-header-left {
        top: -5px;
    }

    #header.contact_info_expanded .t-header-wrapper .t-header-left .navbar-brand-hk .t-header-logo-m {
        display: block !important;
        top: 80px;
    }

    #header.contact_info_expanded .contact-info-btn-wrapper .contact-info-btn {
        width: 20px;
        margin-left: 30px;
        background: url(../../themes/site/cityu_subtheme_2019/images/close_btn.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #header.contact_info_expanded #block-headercontactinformation {
        display: block;
        position: absolute;
        top: 95px;
        left: 0;
        right: 0;
        background: #B2257A;
        padding: 50px 15px;
        border-bottom: 3px solid #2c3a84;
    }

    #header.contact_info_expanded #block-headercontactinformation .contact-info-wrapper {
    }

    #header.contact_info_expanded #block-headercontactinformation .contact-info-wrapper .phone_no,#header.contact_info_expanded #block-headercontactinformation .contact-info-wrapper .email {
        color: #FFF;
        font-size: 16px;
        margin-bottom: 20px;
        position: relative;
        padding-left: 45px;
    }

    #header.contact_info_expanded #block-headercontactinformation .contact-info-wrapper .phone_no::before {
        content: '';
        background-image: url(../../themes/site/cityu_subtheme_2019/images/phone_icon.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 28px;
        height: 28px;
        position: absolute;
        top: -2px;
        left: 0;
    }

    #header.contact_info_expanded #block-headercontactinformation .contact-info-wrapper .email::before {
        content: '';
        background-image: url(../../themes/site/cityu_subtheme_2019/images/mail_icon.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 28px;
        height: 20px;
        position: absolute;
        top: 3px;
        left: 0;
    }

    #header.contact_info_expanded #block-headercontactinformation .contact-info-wrapper .email {
        margin-bottom: 0;
    }

    #header.contact_info_expanded #block-headercontactinformation .contact-info-wrapper .email a {
        color: #FFF;
    }
}

@media (max-width: 540px) {
    .t-header-left {
        top:-10px;
    }

    .navbar-brand-hk img {
        height: 90px !important;
    }

    .t-header-wrapper .t-header-left .navbar-brand-hk .t-header-logo-m {
        height: 75px !important;
        ;}
}

@media (max-width: 400px) {
    .t-header-left {
        top:-5px;
    }

    .navbar-brand-hk img {
        height: 85px !important;
    }

    .t-header-wrapper .t-header-left .navbar-brand-hk .t-header-logo-m {
        height: 75px !important;
        ;}
}

.t-header-nav-wrapper::before {
    display: none;
}

.t-backhome-icon {
    display: none;
}

.t-primary-menu .t-menu-level-0 > li > .t-nav-link.t-dropdown-toggle span::after {
    display: none;
}

.t-header-nav-wrapper .container {
    position: relative;
}

.t-header-nav-wrapper .container::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 1px;
    z-index: -1;
    box-shadow: 0px 3px 7px 0.5px #4e4e4e;
}

.t-primary-menu nav {
    width: 100%;
}

.t-primary-menu .t-menu-level-0 > li > .t-nav-link {
    color: #2C3A84 !important;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
}

.t-primary-menu .t-menu-level-0 > li > .t-nav-link.t-dropdown-toggle span {
    padding-right: 0;
}

.cityu-template-department-websites .t-primary-menu,.cityu-template-department-service .t-primary-menu {
    padding-left: 0;
    padding-right: 0;
}

.t-primary-menu .t-menu-level-0 > li > .t-nav-link.t-active {
    font-weight: 600;
}

.cityu-template-department-websites .t-primary-menu .t-menu-level-0 > li:hover::before,.cityu-template-department-service .t-primary-menu .t-menu-level-0 > li:hover::before,.cityu-template-department-websites .t-primary-menu .t-menu-level-0 > li > .t-nav-link.show::before,.cityu-template-department-service .t-primary-menu .t-menu-level-0 > li > .t-nav-link.show::before,.cityu-template-department-websites .t-primary-menu .t-menu-level-0 > li > .t-nav-link.t-active::before,.cityu-template-department-service .t-primary-menu .t-menu-level-0 > li > .t-nav-link.t-active::before {
    background-color: #B2257A !important;
}

.t-primary-menu .t-menu-level-0 > li:hover > .t-dropdown-menu,.t-primary-menu .t-menu-level-0 > li > .t-nav-link.show + .t-dropdown-menu {
    width: max-content !important;
    background: #FFF;
}

.t-primary-menu .t-dropdown-menu .t-dropdown-item {
    border-bottom: 1px solid #B2257A;
}

.t-primary-menu .t-dropdown-menu .t-dropdown-item:first-child {
    border-top: 1px solid #B2257A !important;
}

.t-primary-menu .t-menu-level-0 > li:hover > .t-dropdown-menu:not(.t-menu-level-1) a {
    color: #2C3A84 !important;
}

.t-primary-menu .t-menu-level-1 > li:hover,.t-primary-menu .t-menu-level-1 > li:focus {
    background: #FFF !important;
}

.t-primary-menu .t-menu-level-1 a {
    color: #2C3A84 !important;
    padding-left: 15px;
}

.t-primary-menu .t-menu-level-1 > li:hover > a,.t-primary-menu .t-menu-level-1 > li:focus > a {
    color: #B2257A !important;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .t-header-nav-wrapper .container {
    }
}

@media (max-width: 1150px) {
    .t-primary-menu .t-menu-level-0 > li > .t-nav-link {
        font-size:14px;
    }
}

@media (max-width: 1033px) {
    .t-primary-menu .t-menu-level-0 > li > .t-nav-link {
        font-size:13px;
    }
}

@media (max-width: 999px) {
    .t-search-input .t-header-search,.t-nav-collapse .t-navbar-nav li .t-nav-link > span,.t-sidebar-mobile .t-navbar-nav li .t-nav-link > span,.t-nav-collapse .m-quick-link + .nav .nav-link span,.t-sidebar-mobile .m-quick-link + .nav .nav-link span,.t-nav-collapse .m-quick-link > h2,.t-sidebar-mobile .m-quick-link > h2 {
        max-width:1152px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .scroll-down #header {
        top: 0;
    }

    #header.t-menu-open {
        background-color: #FFF;
    }

    #header.t-menu-open .navbar-brand-hk::after {
        display: none;
    }

    .t-nav-collapse {
        top: 125px;
        background: #FFF;
        border-bottom: none;
    }

    .t-nav-collapse .t-navbar-nav,.t-sidebar-mobile .t-navbar-nav {
        background-color: #FFF;
    }

    .t-nav-collapse .t-navbar-nav li,.t-sidebar-mobile .t-navbar-nav li {
        border-top: 1px solid #2C3A84;
    }

    .t-nav-collapse .t-navbar-nav li .t-nav-link.t-active,.t-sidebar-mobile .t-navbar-nav li .t-nav-link.t-active,.t-nav-collapse .t-navbar-nav li .t-nav-link.show,.t-sidebar-mobile .t-navbar-nav li .t-nav-link.show {
        background-color: #B2257A;
    }

    .t-nav-collapse .t-navbar-nav li .t-nav-link.t-active span,.t-sidebar-mobile .t-navbar-nav li .t-nav-link.t-active span,.t-nav-collapse .t-navbar-nav li .t-nav-link.show span,.t-sidebar-mobile .t-navbar-nav li .t-nav-link.show span {
        color: #FFF;
    }

    .t-nav-collapse .t-navbar-nav li .t-nav-link.is-active:not(span) > span,.t-sidebar-mobile .t-navbar-nav li .t-nav-link.is-active:not(span) > span {
        padding-left: 15px;
    }

    .t-nav-collapse .t-navbar-nav li .t-nav-link.is-active:not(span) > span::before,.t-sidebar-mobile .t-navbar-nav li .t-nav-link.is-active:not(span) > span::before {
        display: none;
    }

    .t-nav-collapse .t-navbar-nav li .t-nav-link > span,.t-sidebar-mobile .t-navbar-nav li .t-nav-link > span {
        font-size: 16px;
        font-weight: 500;
        color: #2C3A84;
    }

    .t-nav-collapse .t-navbar-nav .t-dropdown-menu li .t-nav-link > span,.t-sidebar-mobile .t-navbar-nav .t-dropdown-menu li .t-nav-link > span {
        font-size: 15px;
    }

    .t-nav-collapse .t-navbar-nav .t-dropdown .t-dropdown-toggle span::after,.t-sidebar-mobile .t-navbar-nav .t-dropdown .t-dropdown-toggle span::after {
        content: '\f0dd';
        color: #2c3a84;
        font-size: 18px;
        font-weight: 600;
        position: relative;
        top: -3px;
    }

    .t-nav-collapse .t-navbar-nav .t-dropdown .t-dropdown-toggle.show span::after,.t-sidebar-mobile .t-navbar-nav .t-dropdown .t-dropdown-toggle.show span::after {
        content: '\f0de';
        top: 3px;
        color: #FFF;
    }

    .t-nav-collapse .t-navbar-nav .t-dropdown.t-active .t-dropdown-toggle span::after,.t-sidebar-mobile .t-navbar-nav .t-dropdown.t-active .t-dropdown-toggle span::after {
        color: #FFF;
    }

    .t-dropdown-menu li {
        border-top: none !important;
    }

    .t-dropdown-menu li .t-nav-link {
        background-color: #FFF !important;
    }

    .t-dropdown-menu li .t-nav-link span {
        color: #B2257A !important;
    }

    .language-switcher-language-url {
        background: #2C3A84;
    }

    .t-nav-collapse .language-switcher-language-url li,.t-nav-collapse .language-switcher-language-url li.is-active {
        flex-grow: initial;
        background: transparent;
    }

    .t-nav-collapse .language-switcher-language-url li a,.t-nav-collapse .language-switcher-language-url li.is-active a {
        color: #FFF;
        border: none;
        font-size: 15px;
        font-weight: 400;
        line-height: 43px;
    }
}

.site-footer {
    margin-top: 100px;
}

.site-footer .t-footer-bottom {
    background: #2C3A84;
}

.site-footer .t-footer-bottom .t-footer-wrapper {
    justify-content: center;
    color: #FFF !important;
    padding-top: 57px;
    padding-bottom: 34px;
}

.site-footer .t-footer-bottom .t-footer-wrapper .block {
    margin-right: 0;
}

.site-footer .t-footer-bottom .t-footer-wrapper .block .content .t-footer h4 {
    line-height: 40px;
    margin-bottom: 60px;
    letter-spacing: 0.8px;
    font-weight: 300;
}

.site-footer .t-footer-bottom .t-footer-wrapper .block .content .t-footer h4 strong {
    font-weight: 600;
}

.site-footer .t-footer-bottom .t-footer-wrapper .block .content .t-footer a {
    color: #FFF;
}

.site-footer .t-footer-bottom .t-footer-wrapper .block .content .t-footer a:hover {
    color: #dbdbdb;
}

.site-footer .t-footer-bottom .t-footer-wrapper .block .content .t-footer .footer-links a {
    font-size: 12px;
    font-weight: 300;
}

.site-footer .t-footer-bottom .t-footer-wrapper .block .content .t-footer .footer-links a::after {
    margin-left: 10px;
    margin-right: 10px;
    width: 1px;
    height: 17px;
    vertical-align: sub;
    border-radius: 0;
}

.site-footer .t-footer-bottom .t-footer-wrapper .block .content .t-footer .footer-copyright-avoid-duplicate,.site-footer .t-footer-bottom .t-footer-wrapper .block .content .t-footer .footer-copyright-avoid-duplicate a {
    font-size: 12px;
    font-weight: 100;
}

#block-bottomfootermobile {
    display: none;
}

@media (max-width: 999px) {
    #block-cityu-subtheme-2019-bottomfooter {
        display:none;
    }

    #block-bottomfootermobile {
        display: block;
    }

    .site-footer .t-footer-bottom .t-footer-wrapper {
        padding-top: 38px;
        padding-bottom: 30px;
    }

    .site-footer .t-footer-bottom .t-footer-wrapper .block .content .t-footer h4 {
        font-size: 1.3em;
        line-height: 33px;
        margin-bottom: 40px;
    }

    .site-footer .t-footer-bottom .t-footer-wrapper .block .content .t-footer .footer-links {
        margin-bottom: 40px;
    }

    .site-footer .t-footer-bottom .t-footer-wrapper .block .content .t-footer .footer-links a {
        display: block;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .site-footer .t-footer-bottom .t-footer-wrapper .block .content .t-footer .footer-links a:last-child {
        margin-bottom: 0;
    }

    .site-footer .t-footer-bottom .t-footer-wrapper .block .content .t-footer .footer-links a::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .site-footer {
        margin-top:80px;
    }
}

@media only screen and (max-width: 460px) {
    .site-footer .t-footer-bottom .t-footer-wrapper .block .content .t-footer h4 {
        font-size:1.15em;
        line-height: 32px;
    }

    .site-footer .t-footer-bottom .t-footer-wrapper .block .content .t-footer h4 strong {
        font-size: 1.18em;
    }
}

.section-breadcrumb .breadcrumb {
    padding: 15px 0 30px;
}

.section-breadcrumb .breadcrumb-position {
    justify-content: flex-end;
}

.section-breadcrumb .breadcrumb-home {
    display: none;
}

.section-breadcrumb .breadcrumb-first {
    display: inline;
}

.section-breadcrumb .breadcrumb a,.section-breadcrumb .breadcrumb .active {
    font-size: 14px;
    font-weight: 300;
    color: #808080;
}

@media (min-width: 1000px) {
    .section-breadcrumb .breadcrumb {
        padding:15px 0 30px;
    }
}

@media (max-width: 768px) {
    .section-breadcrumb {
        display:none;
    }
}

.node--type-page .block-field-blocknodepagetitle {
    color: #2C3A84;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .node--type-page .block-field-blocknodepagetitle {
        margin-bottom:20px;
    }
}

.node--type-page .layout__region--first {
    margin-bottom: 0;
}

.node--type-page .block-field-blocknodepagebody::before {
    display: none;
}

.block-field-blocknodepagefield-normal-content-full-width+.layout__region--second {
    margin-top: 40px;
}

.layout__region--first+.layout__region--second {
    margin-top: 50px;
}

.node--type-page .layout__region.layout__region--bottom {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

article[about="/cyber-joy-enjoy-lab/cyber-ethics-law/cyber-ethics-guidelines-internet-behaviour"] .layout__region--first+.layout__region--second {
    margin-top: 25px;
}

#main-wrapper {
    position: relative;
    padding-bottom: 100px;
    background: url(/sites/g/files/asqsls6926/themes/site/cityu_subtheme_2019/images/bg_top_group.png);
    background-repeat: no-repeat;
    background-position: 0 500px;
    background-size: auto;
}

.site-footer {
    margin-top: 0 !important;
}

@media (max-width: 999px) {
    #main-wrapper {
        margin-top:125px;
    }
}

@media (max-width: 768px) {
    .layout__region--first+.layout__region--second {
        margin-top:15px;
    }

    #main-wrapper {
        margin-top: 155px;
        padding-bottom: 80px;
    }
}

.path-frontpage #main-wrapper {
    background: url(/sites/g/files/asqsls6926/themes/site/cityu_subtheme_2019/images/bg_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
}

@media (max-width: 768px) {
    .path-frontpage #main-wrapper {
        background:none;
    }
}

.layer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
}

.layer-overlay .contact-us {
    background: rgba(0,0,0,0.9);
}

.ui-widget-overlay {
    background: rgba(0,0,0,0.9);
    opacity: 1;
}

.form-control {
    border: 1px solid #959cc1;
}

.contact-us-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 600px;
    max-height: 80%;
    background: #FFF;
    padding: 60px;
    z-index: 1001;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.contact-us-wrapper .close-btn {
    position: absolute;
    top: 7px;
    right: 15px;
    cursor: pointer;
}

.contact-us-wrapper .close-btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    color: #2C3A84;
    font-size: 32px;
    font-weight: 900;
    width: 20px;
}

.contact-us-wrapper .close-btn:hover:before {
    color: #ac165f;
}

.alert.alert-success.has_overlay {
    padding: 0;
    border: 0;
    height: 0;
}

@media only screen and (max-width: 759px) {
    .contact-us-wrapper {
        padding:40px;
        font-size: 1.3rem;
    }

    .contact-us-wrapper .close-btn {
        top: 3px;
        right: 5px;
        line-height: normal;
    }
}

.swiper-slide {
    height: auto;
}

.path-frontpage .block-system-breadcrumb-block {
    display: none;
}

.btn,a.btn,.layout-main-wrapper #edit-submit,.layout-main-wrapper #edit-preview {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    min-width: 200px;
    width: auto;
    text-align: center;
    line-height: 1 !important;
    padding: 10px 15px;
    height: auto;
    border-radius: 20px;
    border: 1px solid #B2257A;
    background-color: #B2257A;
    color: #FFF;
}

.btn:hover,a.btn:hover,.layout-main-wrapper #edit-submit:hover,.layout-main-wrapper #edit-preview:hover {
    background-color: #F1594F;
    border-color: #F1594F;
    color: #FFF;
}

.btn.bg-white,a.btn.bg-white {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    min-width: 200px;
    width: auto;
    text-align: center;
    line-height: 1 !important;
    padding: 10px 15px;
    height: auto;
    border-radius: 20px;
    border: 1px solid #B2257A;
    background-color: #FFF;
    color: #B2257A;
    font-weight: 500;
}

.btn.bg-white:hover,a.btn.bg-white:hover {
    background-color: #F1594F !important;
    border-color: #F1594F;
    color: #FFF;
}

.t-back-to-top {
    right: 13px;
}

.wtaps_float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.wtaps_float i {
    margin-top: 11px;
    margin-left: 2px;
}

.field--name-field-cityu-accordion-items {
    background: none;
    margin-bottom: 0 !important;
}

.paragraph--type--cityu-accordion .field__item {
    margin: 20px 0;
    box-shadow: 0px 3px 7px 0.5px #cfcfcf;
    border-radius: 12px;
    background: #FFF
}

.paragraph--type--cityu-accordion .field__item .field--name-field-cityu-content {
    margin-top: 0;
    padding-bottom: 20px;
    border-radius: inherit;
    box-shadow: none;
}

.field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item {
    border-bottom: none;
}

.field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item > h2 .open-plus::after,.field--name-field-cityu-accordion-items .expended.paragraph--type--cityu-accordion-item > h2 .open-plus::after {
    font-size: 20px;
    font-weight: 300;
}

.field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item > .field--name-field-cityu-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3a84;
}

@media (max-width: 768px) {
    .paragraph--type--cityu-accordion .field__item {
        box-shadow:none;
        border-radius: inherit;
        border-top: 2px solid #969DC2;
        border-bottom: 2px solid #969DC2;
        margin: 10px 0;
    }

    .paragraph--type--cityu-accordion .field__item .field--name-field-cityu-content {
        border: none;
    }

    .field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .field--name-field-cityu-accordion-items .paragraph--type--cityu-accordion-item > h2 .open-plus::after,.field--name-field-cityu-accordion-items .expended.paragraph--type--cityu-accordion-item > h2 .open-plus::after {
        padding-right: 0;
    }
}

.paragraph--type--card-style-with-number-tag-item {
    display: flex;
    margin: 40px 0;
    padding: 30px 70px 30px 0;
    box-shadow: 0px 3px 7px 0.5px #cfcfcf;
    border-radius: 12px;
    align-items: center;
    gap: 2.5%;
}

.paragraph--type--card-style-with-number-tag-item:first-child {
    margin-top: 0;
}

.paragraph--type--card-style-with-number-tag-item:nth-child(even) {
    flex-direction: row-reverse;
    padding: 30px 0 30px 70px;
}

.paragraph--type--card-style-with-number-tag-item:last-child {
    margin-bottom: 0;
}

.paragraph--type--card-style-with-number-tag-item .number {
    font-size: 60px;
    font-weight: 600;
    color: #FFF;
    background: linear-gradient(rgb(202 73 168 / 50%),rgb(165 67 170 / 50%),rgb(135 62 172 / 50%),rgb(111 59 174 / 50%),rgb(95 56 175 / 50%),rgb(85 55 175 / 50%),rgb(82 55 176 / 50%));
    padding: 50px 0;
    min-width: 120px;
    max-width: 120px;
    text-align: center;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.paragraph--type--card-style-with-number-tag-item:nth-child(even) .number {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.paragraph--type--card-style-with-number-tag-item .field--name-field-image {
    min-width: 370px;
    max-width: 440px;
    width: 50vw;
}

.paragraph--type--card-style-with-number-tag-item .field--name-field-image .field--name-image img {
    border-radius: 12px;
    width: 100%;
}

.paragraph--type--card-style-with-number-tag-item .content {
    align-self: flex-start;
    margin-left: 30px;
}

.paragraph--type--card-style-with-number-tag-item:nth-child(even) .content {
    margin-left: 0;
    margin-right: 30px;
}

.paragraph--type--card-style-with-number-tag-item .content .field--name-field-cityu-title {
    font-size: 28px;
    font-weight: 600;
    color: #2c3a84;
    margin-bottom: 30px;
}

@media (max-width: 900px) {
    .paragraph--type--card-style-with-number-tag-item {
        flex-wrap:wrap;
        align-items: flex-start;
        justify-content: space-between;
        padding: 30px 30px 50px 0;
    }

    .paragraph--type--card-style-with-number-tag-item:nth-child(even) {
        padding: 30px 0 50px 30px;
    }

    .paragraph--type--card-style-with-number-tag-item .number {
        font-size: 50px;
        min-width: inherit;
        max-width: inherit;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .paragraph--type--card-style-with-number-tag-item .field--name-field-image {
        min-width: inherit;
        max-width: inherit;
        width: calc(100% - 100px - 30px);
    }

    .paragraph--type--card-style-with-number-tag-item .content {
        flex-basis: 100%;
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .paragraph--type--card-style-with-number-tag-item {
        margin:30px 0;
        padding: 20px 20px 40px 0;
    }

    .paragraph--type--card-style-with-number-tag-item:nth-child(even) {
        padding: 20px 0 40px 20px;
    }

    .paragraph--type--card-style-with-number-tag-item .field--name-field-image {
        width: calc(100% - 100px - 20px);
    }

    .paragraph--type--card-style-with-number-tag-item .content {
        margin-top: 5vw;
        margin-left: 20px;
    }

    .paragraph--type--card-style-with-number-tag-item:nth-child(even) .content {
        margin-right: 20px;
    }
}

@media (max-width: 640px) {
    .paragraph--type--card-style-with-number-tag-item .number {
        font-size:40px;
        width: 80px;
        height: 80px;
        padding: 0;
    }

    .paragraph--type--card-style-with-number-tag-item .field--name-field-image {
        width: calc(100% - 80px - 20px);
    }

    .paragraph--type--card-style-with-number-tag-item .content .field--name-field-cityu-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .paragraph--type--card-style-with-number-tag-item .content .field--name-field-description {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .paragraph--type--card-style-with-number-tag-item .number {
        font-size:30px;
        width: 60px;
        height: 60px;
    }

    .paragraph--type--card-style-with-number-tag-item .field--name-field-image {
        width: calc(100% - 60px - 20px);
    }
}

.paragraph--type--index-grid-box {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px;
    position: relative;
}

@media (max-width: 768px) {
    .paragraph--type--index-grid-box {
        padding:60px 0;
    }

    .paragraph--type--index-grid-box::before {
        content: '';
        background: url(/sites/g/files/asqsls6926/themes/site/cityu_subtheme_2019/images/bg_bottom.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
        position: absolute;
        left: -20%;
        top: -70px;
        width: 140%;
        height: 100%;
        z-index: -1;
    }

    .paragraph--type--index-grid-box::after {
        content: '';
        background: url(/sites/g/files/asqsls6926/themes/site/cityu_subtheme_2019/images/bg_top_filter.png);
        display: block;
        width: 140%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: -20%;
        z-index: -1;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100% 50%;
    }
}

.paragraph--type--index-grid-box .paragraph--type--index-grid-box-item {
    flex-basis: 48%;
    margin: 35px 0;
}

.paragraph--type--index-grid-box .paragraph--type--index-grid-box-item .field--name-field-image .field--name-image img {
    width: 100%;
}

.paragraph--type--index-grid-box .paragraph--type--index-grid-box-item .field--name-field-cityu-title {
    font-size: 24px;
    font-weight: 600;
    color: #2C3A84;
    text-align: center;
    margin-top: 25px;
}

.paragraph--type--index-grid-box .paragraph--type--index-grid-box-item .details-btn {
    display: none;
}

@media (max-width: 900px) {
    .paragraph--type--index-grid-box .paragraph--type--index-grid-box-item {
        margin:25px 0;
    }
}

@media (max-width: 768px) {
    .paragraph--type--index-grid-box .paragraph--type--index-grid-box-item {
        flex-basis:100%;
        padding: 20px 20px 40px 20px;
        box-shadow: 0px 3px 7px 0.5px #cfcfcf;
        border-radius: 12px;
        gap: 0;
        margin: 15px 0;
        background-color: #FFF;
    }

    .paragraph--type--index-grid-box .paragraph--type--index-grid-box-item .details-btn {
        display: block;
        margin: 40px auto 0 auto !important;
    }
}

.grid-block-with-toggle-section-selector {
    display: none;
}

.paragraph--type--grid-block-with-toggle {
    background: #FEF8EB;
    padding: 70px 0;
}

.paragraph--type--grid-block-with-toggle:nth-child(even) {
    background: #EDF5F6;
}

.paragraph--type--grid-block-with-toggle .field--name-field-cityu-title {
    font-size: 28px;
    font-weight: 600;
    color: #2c3a84;
    margin-bottom: 30px;
}

.paragraph--type--grid-block-with-toggle .field--name-field-cityu-description {
    margin-top: 50px;
}

.paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2%;
}

.paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper::after {
    content: '';
    flex-basis: 31.3%;
}

.paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .field--name-field-icon {
    display: none;
}

.paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .paragraph--type--grid-block-with-toggle-item {
    flex-basis: 31.3%;
    margin-top: 50px;
}

.paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .paragraph--type--grid-block-with-toggle-item:nth-child(1),.paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .paragraph--type--grid-block-with-toggle-item:nth-child(2),.paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .paragraph--type--grid-block-with-toggle-item:nth-child(3) {
    margin-top: 0;
}

.paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .paragraph--type--grid-block-with-toggle-item .field--name-field-image {
    position: relative;
}

.paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .paragraph--type--grid-block-with-toggle-item .field--name-field-image .icon {
    position: absolute;
    width: 4vw;
    height: auto;
    bottom: 15px;
    right: 15px;
    max-width: 64px;
    max-height: 64px;
    min-width: 32px;
    min-height: 32px;
}

.paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .paragraph--type--grid-block-with-toggle-item .field--name-field-image .field--name-image img {
    width: 100%;
    border: 1px solid #2c3a84;
    border-radius: 12px;
}

.paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .paragraph--type--grid-block-with-toggle-item .field--name-field-cityu-title {
    text-align: center;
    font-size: 18px;
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 25px;
}

@media (max-width: 999px) {
    .paragraph--type--grid-block-with-toggle {
        padding:50px 0;
    }
}

@media (max-width: 900px) {
    .paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .paragraph--type--grid-block-with-toggle-item {
        flex-basis:48%;
    }

    .paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .paragraph--type--grid-block-with-toggle-item:nth-child(3) {
        margin-top: 50px;
    }

    .paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .paragraph--type--grid-block-with-toggle-item .field--name-field-cityu-title {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .grid-block-with-toggle-section-selector {
        display:flex;
        flex-wrap: wrap;
        padding-right: 15px;
        padding-left: 15px;
        max-width: 1152px;
        gap: 0.8%;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .grid-block-with-toggle-section-selector a {
        border: 1px solid #B2257A;
        color: #B2257A;
        padding: 7px;
        font-weight: 600;
        min-width: 100px;
        text-align: center;
        flex-basis: 49.5%;
    }

    .grid-block-with-toggle-section-selector a.active {
        color: #FFF;
        background: #008000;
        border: 1px solid #008000;
    }

    .grid-block-with-toggle-section-selector a:nth-child(even).active {
        background: #F1594F;
        border: 1px solid #F1594F;
    }

    .paragraph--type--grid-block-with-toggle {
        padding: 20px 0 50px 0;
    }

    .paragraph--type--grid-block-with-toggle.hide {
        display: none !important;
    }

    .paragraph--type--grid-block-with-toggle.active {
        display: block !important;
    }

    .paragraph--type--grid-block-with-toggle:not(:first-child) {
        display: none;
    }

    .paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper {
        gap: inherit;
    }

    .paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .paragraph--type--grid-block-with-toggle-item {
        flex-basis: 100%;
    }

    .paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .paragraph--type--grid-block-with-toggle-item,.paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .paragraph--type--grid-block-with-toggle-item:nth-child(2) {
        margin-top: 40px;
    }

    .paragraph--type--grid-block-with-toggle .grid-block-with-toggle-wrapper .paragraph--type--grid-block-with-toggle-item .field--name-field-cityu-title {
        margin-left: 0;
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 520px) {
    .paragraph--type--grid-block-with-toggle {
        padding:15px 0 50px 0;
    }
}

.paragraph--type--single-image-with-text-block .left,.paragraph--type--single-image-with-text-block .right {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-between;
}

.paragraph--type--single-image-with-text-block .right {
    flex-direction: row-reverse;
}

.paragraph--type--single-image-with-text-block .field--name-field-image {
    flex-basis: 50%;
}

.paragraph--type--single-image-with-text-block .field--name-field-cityu-content {
    flex-basis: 40%;
}

@media (max-width: 999px) {
    .paragraph--type--single-image-with-text-block .field--name-field-cityu-content {
        flex-basis:45%;
    }
}

@media (max-width: 768px) {
    .paragraph--type--single-image-with-text-block .right {
        flex-direction:row;
    }

    .paragraph--type--single-image-with-text-block .field--name-field-image,.paragraph--type--single-image-with-text-block .field--name-field-cityu-content {
        flex-basis: 100%;
    }

    .paragraph--type--single-image-with-text-block .field--name-field-cityu-content {
        margin-top: 35px;
    }
}

.webform-submission-online-enquiry-form-form {
    display: block;
    border-radius: 12px;
    padding: 70px 40px 20px 40px;
    box-shadow: 3px 3px 15px -5px #000;
    margin: 60px 0;
    background-color: #FFF;
}

#edit-online-enquiry-form-title {
    padding-left: 170px;
}

.webform-submission-online-enquiry-form-form fieldset.form-group.form-type-textfield,.webform-submission-online-enquiry-form-form fieldset.form-group.form-type-email,.webform-submission-online-enquiry-form-form fieldset.form-group.form-type-textarea {
    display: flex;
    align-items: baseline;
}

.webform-submission-online-enquiry-form-form fieldset.form-group {
    margin: 0 auto 20px auto;
}

.webform-submission-online-enquiry-form-form fieldset.form-group.form-type-textfield label,.webform-submission-online-enquiry-form-form fieldset.form-group.form-type-email label,.webform-submission-online-enquiry-form-form fieldset.form-group.form-type-textarea label {
    width: 170px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #2C3A84;
}

.webform-submission-online-enquiry-form-form fieldset.form-group.form-type-textfield input,.webform-submission-online-enquiry-form-form fieldset.form-group.form-type-email input,.webform-submission-online-enquiry-form-form fieldset.form-group.form-type-textarea .form-textarea-wrapper {
    width: calc(100% - 170px);
    display: inline-block;
}

.webform-submission-online-enquiry-form-form #edit-actions {
    margin-top: 80px;
    text-align: right;
}

@media (max-width: 768px) {
    .webform-submission-online-enquiry-form-form {
        border-radius:0;
        padding: 0;
        box-shadow: none;
        margin: 50px 0;
    }

    #edit-online-enquiry-form-title {
        padding-left: 0;
    }

    .webform-submission-online-enquiry-form-form fieldset.form-group.form-type-textfield,.webform-submission-online-enquiry-form-form fieldset.form-group.form-type-email,.webform-submission-online-enquiry-form-form fieldset.form-group.form-type-textarea {
        flex-flow: column;
        align-items: baseline;
    }

    .webform-submission-online-enquiry-form-form fieldset.form-group.form-type-textfield label,.webform-submission-online-enquiry-form-form fieldset.form-group.form-type-email label,.webform-submission-online-enquiry-form-form fieldset.form-group.form-type-textarea label {
        width: 100%;
        font-size: 16px;
        color: #000;
    }

    .webform-submission-online-enquiry-form-form fieldset.form-group.form-type-textfield input,.webform-submission-online-enquiry-form-form fieldset.form-group.form-type-email input,.webform-submission-online-enquiry-form-form fieldset.form-group.form-type-textarea .form-textarea-wrapper {
        width: 100%;
    }

    .layout-main-wrapper .webform-submission-online-enquiry-form-form #edit-actions {
        margin-top: 40px;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .webform-submission-online-enquiry-form-form h2.page-subtitle {
        margin-bottom:0;
    }
}

.paragraph--type--index-single-image-with-text-blo {
    position: relative;
}

.paragraph--type--index-single-image-with-text-blo .idx-title .field--name-field-title {
    color: #2C3A84;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.paragraph--type--index-single-image-with-text-blo .row-nav {
    margin-top: 70px;
}

.paragraph--type--index-single-image-with-text-blo .idx-img-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 1920px;
    z-index: -1;
}

.paragraph--type--index-single-image-with-text-blo .idx-img-filter {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 1920px;
    z-index: -1;
}

.paragraph--type--index-single-image-with-text-blo .left {
    display: flex;
    flex-flow: row;
}

.paragraph--type--index-single-image-with-text-blo .right {
    display: flex;
    flex-flow: row-reverse;
    min-height: 650px;
}

.paragraph--type--index-single-image-with-text-blo .row-img {
    width: 60%;
    position: relative;
}

.paragraph--type--index-single-image-with-text-blo .row-img .idx-img-bg {
    position: absolute;
    right: -46%;
    width: 114.5%;
    top: 15%;
    z-index: -1;
}

.paragraph--type--index-single-image-with-text-blo .row-img .idx-img-filter-m,.paragraph--type--index-single-image-with-text-blo .row-img .idx-img-bottom-m {
    display: none;
}

.paragraph--type--index-single-image-with-text-blo .left .row-img {
    padding-right: 30px;
}

.paragraph--type--index-single-image-with-text-blo .right .row-img {
    padding-left: 30px;
    align-self: flex-end;
}

.paragraph--type--index-single-image-with-text-blo .row-text {
    width: 40%;
    margin-top: 3vw;
}

.paragraph--type--index-single-image-with-text-blo .idx-title {
    font-size: 28px;
    color: #2c3a84;
    font-weight: 700;
    margin-bottom: 40px;
}

.paragraph--type--index-single-image-with-text-blo .row-img .idx-title {
    display: none;
}

.paragraph--type--index-single-image-with-text-blo .row-text .idx-title {
    display: block;
}

.idx-img-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 132%;
    max-width: 1920px;
}

@media screen {
    .paragraph--type--index-single-image-with-text-blo .right .row-img {
        top: -30px;
    }
}

@media (max-width: 768px) {
    .paragraph--type--index-single-image-with-text-blo .row-img .idx-title {
        display:block;
    }

    .paragraph--type--index-single-image-with-text-blo .row-text .idx-title {
        display: none;
    }

    .paragraph--type--index-single-image-with-text-blo .right,.paragraph--type--index-single-image-with-text-blo .left {
        flex-flow: column;
    }

    .paragraph--type--index-single-image-with-text-blo .right {
        margin-top: 30px;
    }

    .paragraph--type--index-single-image-with-text-blo .row-img {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .paragraph--type--index-single-image-with-text-blo .row-text {
        width: 100%;
        margin-top: 0;
    }

    .paragraph--type--index-single-image-with-text-blo .row-nav {
        text-align: center;
        margin-top: 7vw;
    }

    .paragraph--type--index-single-image-with-text-blo .idx-img-filter,.paragraph--type--index-single-image-with-text-blo .idx-img-bottom {
        display: none;
    }

    .paragraph--type--index-single-image-with-text-blo .row-img .idx-img-filter-m {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
        width: 150%;
        z-index: -1;
    }

    .path-frontpage .paragraph--type--index-single-image-with-text-blo .row-img .idx-img-bottom-m {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
        width: 150%;
    }
}

@media (max-width: 640px) {
    .paragraph--type--index-single-image-with-text-blo .row-img .idx-title .field--name-field-title {
        font-size:38px;
    }
}

@media (max-width: 500px) {
    .paragraph--type--index-single-image-with-text-blo .row-img .idx-title .field--name-field-title {
        font-size:34px;
        line-height: 40px;
    }
}

.index_event-title {
    font-size: 40px;
    font-weight: 800;
    color: #2C3A84;
    text-align: center;
    margin-bottom: 60px;
}

.index_event-title.responsive {
    display: none;
}

.index_event-item {
    padding: 20px 20px 130px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 3px 7px 0.5px #cfcfcf;
    height: 100%;
}

.index_event-slider {
    position: relative;
}

.index_event-slider .swiper-container {
    padding: 10px;
    margin: 0 -10px;
}

.index_event-nav {
    margin-top: 80px;
    text-align: center;
}

.index_event-item-date {
    margin-top: 35px;
    font-size: 18px;
    font-weight: 700;
}

.index_event-item-desc {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}

.index_event-item-nav {
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}

.index_event-item-nav .btn {
    min-width: 130px !important;
}

.index_event-slider .swiper-button-prev {
    left: -60px;
    background-image: url(/sites/g/files/asqsls6926/themes/site/cityu_subtheme_2019/images/slider-arrow-left.svg);
}

.index_event-slider .swiper-button-next {
    right: -60px;
    background-image: url(/sites/g/files/asqsls6926/themes/site/cityu_subtheme_2019/images/slider-arrow-right.svg);
}

.index_event-slider .swiper-button-next,.index_event-slider .swiper-button-prev {
    width: 20px;
    height: 30px;
    margin-top: -18px;
    background-size: 20px 30px;
}

.index_event-container {
    max-width: 1700px;
    margin: auto;
    padding: 60px 100px;
}

@media (max-width: 999px) {
    .index_event-container {
        padding:60px 65px;
    }

    .index_event-slider .swiper-button-prev {
        left: -45px;
    }

    .index_event-slider .swiper-button-next {
        right: -45px;
    }
}

@media (max-width: 768px) {
    .index_event-title {
        display:none;
    }

    .index_event-title.responsive {
        display: block;
        text-align: left;
        margin: 40px 15px;
    }

    .index_event-nav {
        margin-top: 60px;
    }

    .index_event-container {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 640px) {
    .index_event-title {
        font-size:38px;
    }
}

@media (max-width: 640px) {
    .index_event-title {
        font-size:34px;
        line-height: 40px;
    }
}

.upcoming-event-item {
    display: flex;
    background: #FFF;
    padding: 15px;
    margin: 35px 0;
    box-shadow: 0px 3px 7px 0.5px #cfcfcf;
    border-radius: 12px;
    flex-wrap: wrap;
    gap: 2%;
}

.upcoming-event-item:first-child {
    margin-top: 0;
}

.upcoming-event-item:last-child {
    margin-bottom: 0;
}

.upcoming-event-item .upcoming-event-img {
    flex-basis: 228px;
}

.upcoming-event-item .upcoming-event-content {
    flex-basis: calc(100% - 228px - 2%);
}

.upcoming-event-item .upcoming-event-content .upcoming-event-date {
    display: none;
}

.upcoming-event-item .upcoming-event-content .upcoming-event-title {
    font-size: 28px;
    font-weight: 700;
    color: #2c3a84;
    margin-bottom: 5px;
}

.upcoming-event-item .upcoming-event-content .upcoming-event-desc {
    font-weight: 500;
}

.upcoming-event-item .upcoming-event-content .upcoming-event-details {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 20px;
    font-weight: 500;
    gap: 2%;
}

.upcoming-event-item .upcoming-event-content .upcoming-event-details .upcoming-event-details-datetime div {
    margin: 7px 0;
    font-size: 14px;
    font-weight: 500;
}

.upcoming-event-item .upcoming-event-content .upcoming-event-details .upcoming-event-details-datetime div:first-child {
    margin-top: 0;
}

.upcoming-event-item .upcoming-event-content .upcoming-event-details .upcoming-event-details-datetime div:last-child {
    margin-bottom: 0;
}

.upcoming-event-item .upcoming-event-content .upcoming-event-details .upcoming-event-details-datetime div i {
    color: #2C3A84;
    margin-right: 5px;
}

.upcoming-event-item .upcoming-event-content .upcoming-event-details .upcoming-event-action .btn {
    min-width: 160px;
}

.view-event-cyberbullying .pager {
    margin-top: 65px;
}

.view-event-cyberbullying .pager .pager__item {
    margin: 0 auto;
    width: fit-content;
}

.view-event-cyberbullying .pager .pager__item .button {
    font-size: 16px !important;
}

@media (max-width: 900px) {
    .upcoming-event-item .upcoming-event-content .upcoming-event-details {
        flex-wrap:wrap;
        justify-content: flex-start;
        gap: initial;
    }

    .upcoming-event-item .upcoming-event-content .upcoming-event-details .upcoming-event-action {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .block-views-blockevent-cyberbullying-list {
        margin-top:40px;
    }

    .upcoming-event-item {
        gap: initial;
        padding: 18px 18px 40px 18px;
    }

    .upcoming-event-item .upcoming-event-img {
        flex-basis: 100%;
    }

    .upcoming-event-item .upcoming-event-content {
        flex-basis: 100%;
        margin-top: 30px;
    }

    .upcoming-event-item .upcoming-event-content .upcoming-event-title {
        margin-bottom: 0;
    }

    .upcoming-event-item .upcoming-event-content .upcoming-event-date {
        display: block;
        font-weight: 500;
    }

    .upcoming-event-item .upcoming-event-content .upcoming-event-desc {
        display: none;
    }

    .upcoming-event-item .upcoming-event-content .upcoming-event-details {
        justify-content: center;
    }

    .upcoming-event-item .upcoming-event-content .upcoming-event-details .upcoming-event-details-datetime {
        display: none;
    }

    .upcoming-event-item .upcoming-event-content .upcoming-event-details .upcoming-event-action {
        margin-top: 10px;
    }
}

@media (max-width: 640px) {
    .upcoming-event-item .upcoming-event-content .upcoming-event-title {
        font-size:24px;
    }
}

.node--type-event-cyberbullying .layout__region {
    max-width: 1490px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingtitle {
    font-weight: 700;
    font-size: 28px;
    color: #2C3A84;
    margin-top: 30px;
}

.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-event-thumbnail {
    margin: auto;
    max-width: 600px;
    margin-top: 30px;
}

.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingbody {
    margin-top: 60px;
    margin-bottom: 60px;
}

.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingbody img {
    width: auto;
    max-width: 100%;
}

.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-cityu-normal-content {
    margin-top: 60px;
    margin-bottom: 60px;
}

.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-cityu-normal-content>*>.field__items>.field__item {
    margin-bottom: 60px;
}

.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-event-date-display-only,.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-event-time,.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-event-venue {
    position: relative;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    padding-left: 3em;
}

.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-event-date-display-only::before,.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-event-time::before,.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-event-venue::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.3em;
    height: 1.5em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-event-date-display-only::before {
    background-image: url(/sites/g/files/asqsls6926/themes/site/cityu_subtheme_2019/images/icon-cal.svg);
}

.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-event-time::before {
    background-image: url(/sites/g/files/asqsls6926/themes/site/cityu_subtheme_2019/images/icon-time.svg);
}

.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-event-venue::before {
    background-image: url(/sites/g/files/asqsls6926/themes/site/cityu_subtheme_2019/images/icon-loc.svg);
}

@media (max-width: 768px) {
    .node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingtitle {
        margin-top:25px;
    }

    .node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-event-thumbnail {
        margin-top: 15px;
    }

    .node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingbody {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-cityu-normal-content {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-cityu-normal-content>*>.field__items>.field__item {
        margin-bottom: 30px;
    }

    .node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-event-date-display-only,.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-event-time,.node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingfield-event-venue {
        margin-top: 10px;
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .node--type-event-cyberbullying .layout__region .block-field-blocknodeevent-cyberbullyingtitle {
        font-size:26px;
    }
}

#test_your_risk__individual {
    margin-bottom: 60px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 1%;
}

.test_your_risk__individual__row {
    flex-basis: 49%;
    text-align: center;
    padding: 40px 70px;
    box-shadow: 0px 3px 7px 0.5px #cfcfcf;
    border-radius: 12px;
    background: #FFF;
}

.test_your_risk__individual__row__emoji {
    font-size: 72px;
    margin-top: 30px;
}

.test_your_risk__individual__row__result {
    font-size: 3.5em;
    line-height: 1em;
    font-weight: 600;
}

.test_your_risk__individual__row__result[data-result=high] {
    color: #ff0018;
}

.test_your_risk__individual__row__result[data-result=low] {
    color: #28a745;
}

.test_your_risk__individual__row__type {
    font-size: 1.3em;
    font-weight: 500;
}

.test_your_risk__individual__row__nav {
    margin-top: 30px;
}

.test_your_risk_online_assessment_btn {
    margin-bottom: 20px;
}

.test_your_risk_online_assessment_btn a {
    display: block;
    width: fit-content;
    padding: 10px 20px;
    border: 2px solid #b2257a;
    background: #b2257a;
    color: #ffffff;
    margin: 0 auto;
    border-radius: 12px;
    font-weight: 500;
    max-width: 500px;
    box-shadow: 2px 2px 3px #999;
    text-align: center;
}

.test_your_risk_online_assessment_btn a:hover {
    background-color: #F1594F;
    border-color: #F1594F;
    color: #FFF;
}

@media (max-width: 1000px) {
    .test_your_risk__individual__row {
        width:100%;
    }
}

@media (max-width: 768px) {
    #test_your_risk__individual {
        display:block;
        gap: inherit;
    }

    .test_your_risk__individual__row {
        margin-top: 20px;
        margin-top: 20px;
        padding: 30px;
    }
}

@media (max-width: 640px) {
    .test_your_risk__individual__row__result {
        font-size:3em;
        margin-top: 20px;
    }

    .test_your_risk__individual__row__type {
        font-size: 1.2em;
    }

    .test_your_risk__individual__row__nav {
        margin-top: 20px;
    }
}

#ajax_load__test_your_risk__overall ul {
    display: flex;
    flex-flow: wrap;
    margin: -20px;
}

#ajax_load__test_your_risk__overall ul li {
    width: 50%;
    padding: 20px;
}

@media (max-width: 640px) {
    #ajax_load__test_your_risk__overall ul li {
        width:100%;
    }
}

.test_your_risk__overall__title {
    font-size: 27px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.overall_chart_title {
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    position: relative;
    background: #f1594f;
    border-radius: 0.4em;
    margin-top: 20px;
    padding: 10px 20px;
    color: #FFF;
    width: fit-content;
    margin: 20px auto;
}

.overall_chart_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 70%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #f1594f;
    border-bottom: 0;
    border-left: 0;
    margin-left: -10px;
    margin-bottom: -20px;
}

.progress-step.is-active .progress-marker::before {
    background-color: #2c3a84;
}

.progress-marker::before {
    width: 34px;
    height: 34px;
}

.progress-marker::after {
    top: 14px;
}

.form-group {
    max-width: 1000px;
    margin: 0 auto 5rem auto;
}

.form-group legend {
    font-size: 28px;
    color: #2c3a84;
    font-weight: 700;
    margin-bottom: 25px;
}

.form-group .fieldset-wrapper .webform-options-display-one-column {
    display: flex;
    gap: 3%;
}

.form-group .fieldset-wrapper .webform-options-display-one-column .js-form-type-radio {
    margin: 15px 0;
    padding-left: 0;
    position: relative;
}

.form-group .fieldset-wrapper .webform-options-display-one-column .js-form-type-radio input[type=radio] {
    position: absolute;
    left: 50%;
    z-index: -1;
}

.form-group .fieldset-wrapper .webform-options-display-one-column .js-form-type-radio label {
    font-size: 18px;
    margin-left: 5px;
    padding: 6px 30px;
    border: 2px solid #ccc;
    border-radius: 25px;
    min-width: 300px;
    text-align: center;
    font-weight: 500;
    letter-spacing: .3px;
    cursor: pointer;
    background: #FFF;
}

.form-group .fieldset-wrapper .webform-options-display-one-column .js-form-type-radio:hover input[type=radio]+label,.form-group .fieldset-wrapper .webform-options-display-one-column .js-form-type-radio input[type=radio]:checked+label {
    background: #b2257a;
    color: #FFF;
    border: 2px solid #b2257a !important;
}

.form-actions {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 3%;
}

#access_your_tendency_emoji_container .test_your_risk__individual__row {
    flex-basis: 100%;
    margin-bottom: 60px;
}

#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form #p2_result_container,#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form #p3_result_container {
    display: block;
    margin: auto;
    height: 80vw;
    max-height: 600px;
}

#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form .full-width-container {
    max-width: initial;
    width: 100%;
}

#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form .form-group .fieldset-wrapper .webform-options-display-one-column {
    flex-wrap: wrap;
}

#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form .form-control {
    border-radius: 20px;
    border: 1px solid #B2257A;
}

#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form label.form-required,#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form .not-required-label label {
    font-size: 28px;
    color: #2c3a84;
    font-weight: 700;
}

#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form .ayt-contact-info .form-group {
    margin: 0 auto 3rem auto;
}

#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form .ayt-contact-info .border-thicker .form-control {
    border: 2px solid #ccc;
}

#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form .ayt-contact-info .form-group legend {
    margin-bottom: 0.5rem;
}

#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form #p2_result_container {
    margin-bottom: 60px;
}

#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form .ayt-contact-info select {
    appearance: none;
}

#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form .ayt-contact-info .select-ele-div {
    position: relative;
}

#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form .ayt-contact-info .select-ele-div::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 6px;
    height: 6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    top: 76%;
}

#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form #access_your_tendency_emoji_container .test_your_risk__individual__row__emoji img {
    width: 70%;
}

#webform-submission-assess-your-tendency-in-aggressi-node-676-add-form .test_your_risk__individual__row__emoji {
    font-weight: 600;
}

@media (max-width: 1000px) {
    .form-group .fieldset-wrapper .webform-options-display-one-column {
        justify-content:center;
    }

    .form-group .fieldset-wrapper .webform-options-display-one-column .js-form-type-radio label {
        min-width: 250px;
    }

    #webform-submission-assess-your-tendency-in-aggressi-node-676-add-form .form-group .fieldset-wrapper .webform-options-display-one-column {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 860px) {
    .form-group .fieldset-wrapper .webform-options-display-one-column .js-form-type-radio label {
        min-width:200px;
    }
}

@media (max-width: 768px) {
    .form-group .fieldset-wrapper .webform-options-display-one-column .js-form-type-radio label {
        min-width:auto;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .progress-tracker {
        display:none;
    }

    .form-group {
        margin-top: 2.5rem;
    }

    .form-group .fieldset-wrapper .webform-options-display-one-column {
        display: block;
        gap: inherit;
    }

    .form-group .fieldset-wrapper .webform-options-display-one-column .js-form-type-radio label {
        margin-left: 0;
    }

    #webform-submission-assess-your-tendency-in-aggressi-node-676-add-form .form-group .fieldset-wrapper .webform-options-display-one-column {
        display: block;
        gap: inherit;
    }

    #webform-submission-assess-your-tendency-in-aggressi-node-676-add-form #access_your_tendency_emoji_container .test_your_risk__individual__row__emoji img {
        width: 100%;
    }
}

.index_event-slider .swiper-button-prev,.index_event-slider .swiper-button-next {
    display: none;
}

@media (max-width: 1200px) {
    .index_event-slider .swiper-button-prev,.index_event-slider .swiper-button-next {
        display:block;
    }
}

.gallery__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px 26px;
}

@media (max-width: 1024px) {
    .gallery__grid {
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width: 768px) {
    .gallery__grid {
        grid-template-columns:repeat(1,1fr);
    }
}

.gallery__grid__item {
    display: flex;
    flex-direction: column;
}

.gallery__grid__item img {
    width: 100%;
    cursor: pointer;
}

.gallery__grid__item span {
    display: block;
    margin-top: 8px;
}

body p,.block-entity-fieldnodebody p,.field--name-field-cityu-normal-content p,.block-field-blocknodecityu-normal-pagebody p,.block-entity-fieldnodefield-cityu-service-description p,.block-field-blocknodecityu-eventbody p,.block-field-blocknodepagebody p,.block-entity-fieldnodebody a,.field--name-field-cityu-normal-content a,.block-field-blocknodecityu-normal-pagebody a,.block-entity-fieldnodefield-cityu-service-description a,.block-field-blocknodecityu-eventbody a,.block-field-blocknodepagebody a,.block-entity-fieldnodebody,.field--name-field-cityu-normal-content,.block-field-blocknodecityu-normal-pagebody,.block-entity-fieldnodefield-cityu-service-description,.block-field-blocknodecityu-eventbody,.block-field-blocknodepagebody,.block-entity-fieldnodebody ol,.field--name-field-cityu-normal-content ol,.block-field-blocknodecityu-normal-pagebody ol,.block-entity-fieldnodefield-cityu-service-description ol,.block-field-blocknodecityu-eventbody ol,.block-field-blocknodepagebody ol,.block-entity-fieldnodebody ul,.field--name-field-cityu-normal-content ul,.block-field-blocknodecityu-normal-pagebody ul,.block-entity-fieldnodefield-cityu-service-description ul,.block-field-blocknodecityu-eventbody ul,.block-field-blocknodepagebody ul {
    font-size: 18px !important;
    font-weight: 500;
    margin: 0 !important;
}

.block-entity-fieldnodebody li,.field--name-field-cityu-normal-content li,.block-field-blocknodecityu-normal-pagebody li,.block-entity-fieldnodefield-cityu-service-description li,.block-field-blocknodecityu-eventbody li,.block-field-blocknodepagebody li {
    font-size: 18px !important;
    padding-left: 0;
    color: #000;
    line-height: 32px;
}

h1.page-title {
    color: #2C3A84;
    font-size: 40px;
    font-weight: 700;
}

h1.page-title.responsive-page-title {
    display: none;
}

h1.page-title.small-margin {
    margin-bottom: 10px;
}

h2.page-subtitle {
    font-size: 28px;
    color: #2c3a84;
    font-weight: 700;
    margin-bottom: 25px;
}

strong a {
    font-weight: bolder !important;
}

a.button {
    font-size: 20px !important;
    background: #B2257A;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 25px;
    min-width: 210px;
    display: inline-block;
    width: fit-content;
    text-align: center;
}

a.button:hover {
    color: #FFF !important;
    background: #F1594F;
}

.rounded-corner-3-box-wrapper {
    display: flex;
    gap: 3%;
    justify-content: space-between;
    margin-top: 20px;
}

.rounded-corner-3-box-wrapper .rounded-corner-3-box {
    padding: 50px;
    background: #f0f5fb;
    border-radius: 20px;
    width: 33.3%;
}

.rounded-corner-3-box-wrapper .rounded-corner-3-box p {
    line-height: 25px !important;
}

.tbl-style {
    border: none;
    margin: 10px 0;
}

.tbl-style tr th {
    text-align: center;
    background: #2c3a84;
    padding: 15px 10px;
    vertical-align: top;
    border-top: none;
    color: #FFF;
    font-weight: 700;
}

.tbl-style tr td {
    padding: 15px 10px;
    vertical-align: top;
}

.responsive-tbl-wrapper {
    overflow: auto;
}

.responsive-tbl-wrapper table {
    min-width: 500px;
}

@media (max-width: 1200px) {
    .rounded-corner-3-box-wrapper .rounded-corner-3-box {
        padding:30px 15px;
    }
}

@media (max-width: 768px) {
    h1.page-title {
        margin-bottom:50px;
    }

    h1.page-title.responsive-page-title {
        display: block;
        margin-bottom: 20px;
    }

    .paragraph--type--single-image-with-text-block .left h1.page-title:first-child,.paragraph--type--single-image-with-text-block .right h1.page-title:first-child {
        display: none;
    }

    a.button {
        font-size: 20px !important;
        min-width: 170px;
    }

    .rounded-corner-3-box-wrapper {
        flex-wrap: wrap;
    }

    .rounded-corner-3-box-wrapper .rounded-corner-3-box {
        flex-basis: 100%;
        margin: 10px 0;
    }

    .rounded-corner-3-box-wrapper .rounded-corner-3-box:first-child {
        margin-top: 0;
    }

    .rounded-corner-3-box-wrapper .rounded-corner-3-box:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 640px) {
    body p,.block-entity-fieldnodebody p,.field--name-field-cityu-normal-content p,.block-field-blocknodecityu-normal-pagebody p,.block-entity-fieldnodefield-cityu-service-description p,.block-field-blocknodecityu-eventbody p,.block-field-blocknodepagebody p,.block-entity-fieldnodebody a,.field--name-field-cityu-normal-content a,.block-field-blocknodecityu-normal-pagebody a,.block-entity-fieldnodefield-cityu-service-description a,.block-field-blocknodecityu-eventbody a,.block-field-blocknodepagebody a,.block-entity-fieldnodebody,.field--name-field-cityu-normal-content,.block-field-blocknodecityu-normal-pagebody,.block-entity-fieldnodefield-cityu-service-description,.block-field-blocknodecityu-eventbody,.block-field-blocknodepagebody,.block-entity-fieldnodebody ol,.field--name-field-cityu-normal-content ol,.block-field-blocknodecityu-normal-pagebody ol,.block-entity-fieldnodefield-cityu-service-description ol,.block-field-blocknodecityu-eventbody ol,.block-field-blocknodepagebody ol,.block-entity-fieldnodebody ul,.field--name-field-cityu-normal-content ul,.block-field-blocknodecityu-normal-pagebody ul,.block-entity-fieldnodefield-cityu-service-description ul,.block-field-blocknodecityu-eventbody ul,.block-field-blocknodepagebody ul,ol li {
        font-size:16px !important;
    }

    .block-entity-fieldnodebody li,.field--name-field-cityu-normal-content li,.block-field-blocknodecityu-normal-pagebody li,.block-entity-fieldnodefield-cityu-service-description li,.block-field-blocknodecityu-eventbody li,.block-field-blocknodepagebody li {
        font-size: 16px !important;
        line-height: 26px;
        margin: 5px 0;
    }

    .block-entity-fieldnodebody ul > li::after,.field--name-field-cityu-normal-content ul > li::after,.block-field-blocknodecityu-normal-pagebody ul > li::after,.block-entity-fieldnodefield-cityu-service-description ul > li::after,.block-field-blocknodecityu-eventbody ul > li::after,.block-field-blocknodepagebody ul > li::after {
        top: -2px;
    }

    h1.page-title {
        font-size: 38px;
    }

    h2.page-subtitle {
        font-size: 26px;
        line-height: 1.3;
    }

    .rounded-corner-3-box-wrapper .rounded-corner-3-box p {
        line-height: 20px !important;
    }
}

@media (max-width: 500px) {
    h1.page-title {
        font-size:34px;
        line-height: 40px;
    }
}
