/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* @import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;800&display=swap"); */


@font-face {
    font-family: "Public Sans";
    src: url("/wp-content/themes/careerconnect/assets/fonts/PublicSans-Light.ttf");
    font-display: swap;
    font-weight: 300;
}


@font-face {
    font-family: "Public Sans";
    src: url("/wp-content/themes/careerconnect/assets/fonts/PublicSans-ExtraBold.ttf");
    font-display: swap;
    font-weight: 800;
}

:root {
    --blue: #1a5c74;
    --indigo: #6610f2;
    --purple: #5B215F;
    --pink: #971D4F;
    --red: #dc3545;
    --orange: #eb5e2b;
    --yellow: #eeac23;
    --green: #28a745;
    --teal: #08838F;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #1a5c74;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #eeac23;
    --danger: #dc3545;
    --light: #F8F9F8;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1100px;
    --breakpoint-xl: 1400px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, 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%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

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

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

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

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: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #1a5c74;
    text-decoration: none;
    background-color: transparent
}

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

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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
}

select {
    word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

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

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

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

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

@media (min-width: 1100px) {
    .container {
        max-width: 940px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1420px
    }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}

@media (min-width: 1100px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 940px
    }
}

@media (min-width: 1400px) {

    .inner-banner-content-wrap {
        position: absolute;
        top: 50%;
        transform: translateY(-75%);
        left: 15px;
    }

    .archive.category .inner-banner-content-wrap {
        position: relative;
        top: 0;
        transform: none;
        left: 0;
    }

    .home .banner-content-wrap .inner-banner-content-wrap {
        width: calc(50% - 32px);
    }


    .banner .container {
        top: 0 !important;
    }

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1420px
    }
}

.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%;
    padding-right: 15px;
    padding-left: 15px
}

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

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.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: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .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: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .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: 1100px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .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: 1400px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .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;
    color: #212529
}

.table th,
.table td {
    padding: .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-sm th,
.table-sm td {
    padding: .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 {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #bfd1d8
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #88aab7
}

.table-hover .table-primary:hover {
    background-color: #afc6ce
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e
}

.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-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda
}

.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: #fae8c1
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #f6d48d
}

.table-hover .table-warning:hover {
    background-color: #f8dfa9
}

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #ed969e
}

.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: #fdfdfd
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfb
}

.table-hover .table-light:hover {
    background-color: #f0f0f0
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c
}

.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: #343a40;
    border-color: #454d55
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55
}

.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 {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
}

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

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

    .star-rating.overall-stars.fourpoint6 {
        max-width: calc(100% - 60px);
    }

    .job-col-wrapper {
        column-count: 1 !important;
    }
}

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

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

    .work-for-us-image img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

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

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

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

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

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

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

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

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

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

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.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: .25rem;
    border-top-right-radius: .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: #4D4C4C;
    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: .25rem
}

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

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

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

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .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: .5rem;
    padding-bottom: .5rem
}

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

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

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

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

@media (max-width: 575.98px) {

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

@media (min-width: 576px) {
    .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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

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

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

@media (max-width: 767.98px) {

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

@media (min-width: 768px) {
    .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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

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

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

@media (max-width: 1099.98px) {

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

@media (min-width: 1100px) {
    .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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

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

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

@media (max-width: 1399.98px) {

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

@media (min-width: 1400px) {
    .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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        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,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    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: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: 50px
}

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

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

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

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

.card-link:hover {
    text-decoration: none
}

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

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: 49px 49px 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 49px 49px
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

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

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: 49px;
    border-top-right-radius: 49px
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 49px;
    border-bottom-left-radius: 49px
}

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

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

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

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

@media (min-width: 576px) {
    .card-group {
        display: flex;
        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:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

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

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

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

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

.accordion>.card {
    overflow: hidden
}

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

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

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

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .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: .25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

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

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

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(26, 92, 116, 0.25)
}

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

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

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

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

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

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

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

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

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

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #4D4C4C;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #4D4C4C;
    text-decoration: none;
    background-color: #F8F9F8
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

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

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1a5c74;
    border-color: #1a5c74
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1100px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #0e303c;
    background-color: #bfd1d8
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #0e303c;
    background-color: #afc6ce
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0e303c;
    border-color: #0e303c
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.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: #7c5912;
    background-color: #fae8c1
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #7c5912;
    background-color: #f8dfa9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7c5912;
    border-color: #7c5912
}

.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: #818181;
    background-color: #fdfdfd
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818181;
    background-color: #f0f0f0
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818181;
    border-color: #818181
}

.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: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.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: 50px;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #fff
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .7
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 49px;
    border-top-right-radius: 49px
}

.modal-header .close {
    padding: 1rem 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;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 49px;
    border-bottom-left-radius: 49px
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 1100px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1400px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .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: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .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 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.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: #1a5c74 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #113b4a !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !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: #eeac23 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #ce9010 !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: #F8F9F8 !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dde1dd !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: #1a5c74 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #eeac23 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #F8F9F8 !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1100px) {
    .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: 1400px) {
    .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: 576px) {
    .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: 768px) {
    .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: 1100px) {
    .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: 1400px) {
    .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: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

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

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 1100px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1400px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: 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;
    margin: -1px;
    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,
.highlights-list .card,
.research-list .card {
    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
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-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: 1100px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-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: 1400px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

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

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

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

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1100px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1400px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #1a5c74 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0c2a36 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #eeac23 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #b6800e !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #F8F9F8 !important
}

a.text-light:hover,
a.text-light:focus {
    color: #cfd6cf !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !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
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

html,
body {
    overflow-x: hidden !important
}

img {
    max-width: 100%
}

.box-shadow,
.testimonai-slide,
.modal-content {
    box-shadow: 0.7rem 0.7rem 1rem rgba(0, 0, 0, 0.1)
}

.bg-grey {
    background: #fafafa
}

.bg-curve-mid-section {
    background: url("../img/grey-curve-mid-section.svg");
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 1130px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 2220px
}

@media (min-width: 1100px) and (max-width: 1399.98px) {

    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding-left: 60px;
        padding-right: 60px
    }
}

.paragraph-two-col {
    column-count: 2;
    column-gap: 50px
}

@media (max-width: 767.98px) {
    .paragraph-two-col {
        column-count: 1
    }
}

.center-content .nav {
    justify-content: center
}

@media (min-width: 576px) {
    .main-content {
        margin-bottom: 300px
    }
}

@media (max-width: 1099.98px) {
    .page-template-default .main-content {
        margin-top: 0px
    }
}

.page-template-default .container-fluid:nth-child(2n),
.page-template-default .container-sm:nth-child(2n),
.page-template-default .container-md:nth-child(2n),
.page-template-default .container-lg:nth-child(2n),
.page-template-default .container-xl:nth-child(2n) {
    background: #fafafa
}

.logo-container {
    float: left;
    padding: 10px 40px;
    max-width: 240px
}

.logo-container img {
    width: 200px;
    width: 8vw;
    height: auto;
}

@media (max-width: 1099.98px) {
    .logo-container img {
        width: 80px
    }
}

.nav--container {
    display: none;
    margin-top: 15px;
    text-align: right
}

@media (min-width: 1100px) {
    .nav--container {
        display: block;
        padding-right: 7px;
    }
}

.nav--container .btn svg,
.nav--container .application-form .gform_button.button svg,
.application-form .nav--container .gform_button.button svg {
    height: 20px
}

.nav--container .nav {
    margin-top: 20px;
    justify-content: flex-end
}

@media (max-width: 1399.98px) {
    .nav--container .nav {
        margin-top: 20px
    }
}

.nav--container .nav li {
    position: relative;
    padding: 10px
}

.nav--container .nav li a {
    /* font-size: 1.25rem; */
    font-size: 16px;
    color: white;
    padding: 0 15px;
    font-weight: 800
}

@media (max-width: 1399.98px) {
    .nav--container .nav li a {
        font-size: 1rem;
        padding: 0 54px 0 19px
    }
}

.nav--container .nav li.menu-item-has-children {
    margin-right: 20px;
    padding: 25px 70px 60px 15px;
    margin-left: 20px;
    top: -15px
}

.nav--container .nav li.menu-item-has-children a {
    padding: 0 18px
}

.nav--container .nav li.menu-item-has-children:hover a {
    color: #5B215F
}

.nav--container .nav li.menu-item-has-children:hover:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    background-image: url("../../assets/img/icon-btn-right-dark.svg");
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    top: 30px
}

.nav--container .nav li.menu-item-has-children:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    background-image: url("../../assets/img/icon-btn-right-light.svg");
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    top: 30px
}

.nav--container .nav li.menu-item-has-children:hover {
    background: white;
    color: #5B215F;
    border-radius: 15px 15px 0 0;
    height: auto
}

.nav--container .nav li .sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0px 0px 30px;
    background: white;
    border-radius: 0 0 15px 15px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    left: 0
}

.nav--container .nav li .sub-menu li {
    margin: 0
}

@media (max-width: 1399.98px) {
    .nav--container .nav li .sub-menu li {
        padding: 0
    }
}

.nav--container .nav li .sub-menu li a {
    padding: 10px 0 0 20px !important;
    display: block;
    text-align: left;
    margin: 0;
    color: #5B215F
}

.nav--container .nav li:hover .sub-menu {
    display: block
}

.nav--container .nav li {
    padding: 10px
}

.nav--container .nav li.menu-item-has-children {
    padding: 25px 58px 25px 0px;
    margin-right: 0
}

.nav--container .nav li.menu-item-has-children a {
    padding: 0 25px 0 15px !important;
}

.nav--container .nav li .sub-menu {
    left: 0;
    padding: 0px 10px 20px 10px !important;
}

.nav--container .nav li .sub-menu li {
    padding: 0
}

.nav--container .nav li .sub-menu li a,
header .nav--container .nav li .sub-menu li a {
    padding: 15px 5px 0 5px !important
}

.nav--about {
    padding: 50px 0
}

@media (max-width: 1099.98px) {
    .nav--about {
        padding: 0
    }
}

@media screen and (max-width: 1399px) {
    .nav--container .nav li a {
        padding: 0 25px 0 20px !important
    }
}

.menu-toggle {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 20px
}

@media (min-width: 1100px) {
    .menu-toggle {
        display: none
    }
}

.menu-toggle span {
    background: white;
    height: 3px;
    width: 40px;
    margin: 0 5px;
    display: block;
    top: 22px;
    position: absolute
}

.menu-toggle span:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: white;
    display: block;
    position: absolute;
    top: -10px
}

.menu-toggle span:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: white;
    display: block;
    position: absolute;
    top: 10px
}

.menu-toggle--close {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 20px
}

.menu-toggle--close:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: white;
    display: block;
    position: absolute;
    top: 20px;
    transform: rotate(-45deg)
}

.menu-toggle--close:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: white;
    display: block;
    position: absolute;
    top: 20px;
    transform: rotate(45deg)
}

.menu-overlay {
    display: none;
    padding: 100px 20px;
    position: fixed;
    z-index: 10000;
    background: #5B215F;
    height: 100%;
    width: 100%;
    overflow: scroll
}

.menu-overlay li {
    width: 100%
}

.menu-overlay li a {
    color: white;
    display: block;
    border-bottom: 1px solid;
    padding: 10px 0;
    text-align: center
}

.menu-overlay li a:hover {
    text-decoration: none
}

.menu-overlay li .sub-menu {
    padding: 0
}

.menu-overlay li .sub-menu li {
    padding: 0;
    margin: 0
}

.menu-overlay li .sub-menu li a {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.7)
}

.blog .banner,
.single-post .banner {
    background-image: url("../img/header-bg--highlights.svg");
    margin-bottom: 48px
}

.blog .banner-image-wrap {
    display: none
}

.blog .inner-banner-content-wrap {
    transform: none !important;
    position: relative !;
    top: 0 !important;
}

.single-post .banner h2 {
    line-height: 1.2
}

@media (max-width: 1399.98px) {
    .single-post .banner {
        height: 85vh;
        margin-bottom: 48px
    }
}

@media (max-width: 1099.98px) {
    .single-post .banner {
        height: auto
    }
}

.post-type-archive .banner {
    margin-bottom: 48px;
}

.single-research .banner,
.post-type-archive-research .banner,
.category .banner {
    background-image: url("../img/header-bg--research.png")
}

.post-type-archive-services .banner,
.page-template-template-support .banner {
    background-image: url("../img/header-bg--blue.svg")
}

@media (max-width: 1099.98px) {

    .post-type-archive-services .banner .banner-image,
    .page-template-template-support .banner .banner-image {
        display: none
    }
}

.page-template-template-logins .banner {
    background-image: url("../img/header-bg--login.svg")
}

.banner {
    background-image: url("../img/header-bg--home.svg");
    background-size: cover;
    background-position: bottom;
    min-height: 720px;
    /* height: 75vh; */
    height: 70vh;
    margin-bottom: 32px
}

.banner p {
    /* padding-right: 50px */
    padding-right: 0;
}

@media (max-width: 1099.98px) {
    .banner p {
        padding: 0
    }
}

@media (max-width: 1399.98px) {
    .banner {
        min-height: 650px;
        height: 650px
    }
}

@media (min-width: 768px) and (max-width: 1099.98px) {
    .banner {
        min-height: 600px;
        height: 600px
    }
}

@media (max-width: 1099.98px) {
    .banner {
        min-height: 600px;
        height: auto
    }
}

.banner:before {
    content: '';
    background-image: url("../img/header-logo-bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    width: 40%;
    max-width: 640px;
    height: 250px;
    display: block
}

@media (max-width: 1099.98px) {
    .banner:before {
        background-size: contain;
        width: 100%;
        height: 130px
    }
}

@media (max-width: 1099.98px) {

    .banner .container-fluid,
    .banner .container-sm,
    .banner .container-md,
    .banner .container-lg,
    .banner .container-xl {
        margin-top: 50px
    }
}

.banner .container {
    top: 40px;
    position: relative
}

.home .banner .container {
    top: 20px;
}

@media (max-width: 1399.98px) {

    .banner .container,
    .home .banner .container {
        top: 0
    }
}

.banner h1,
.banner h2,
.banner h3,
.banner p {
    color: white
}

.banner-content-wrap {
    text-align: left
}

.banner-content-wrap h1 {
    color: white;
    max-width: 600px
}

@media (max-width: 1399.98px) {
    .banner-content-wrap h1 {
        max-width: 400px
    }
}

@media (min-width: 1100px) {
    .banner-content-wrap h1 {
        font-size: 4rem
    }
}

@media (max-width: 1399.98px) {
    .banner-content-wrap h1 {
        font-size: 2.8125rem
    }
}

@media (max-width: 767.98px) {
    .banner-content-wrap h1 {
        font-size: 2rem
    }
}

.banner-image-wrap .banner-image {
    width: 400px;
    height: 400px;
    background-size: cover;
    border-radius: 100%;
    background-position: center;
    margin: 0 auto;
}

@media (max-width: 1399.98px) {
    .banner-image-wrap .banner-image {
        width: 400px;
        height: 400px
    }
}

@media (max-width: 1099.98px) {
    .banner-image-wrap .banner-image {
        max-width: 55vw;
        max-height: 55vw;
        margin-left: auto;
        margin-right: auto
    }
}

.banner-image-wrap img {
    width: 100%;
    height: auto
}

@media (min-width: 768px) {
    .banner-image-wrap img {
        max-width: 530px;
        max-height: 530px
    }
}

.banner .banner-carousel .banner-content-wrap {
    align-self: flex-start;
    top: 0;
    width: 62%
}

@media (max-width: 1399.98px) {
    .banner .banner-carousel .banner-content-wrap {
        align-self: auto
    }
}

@media (max-width: 1099.98px) {
    .banner .banner-carousel .banner-content-wrap {
        width: 100%;
        margin-bottom: 30px
    }
}

.banner .banner-carousel .banner-content-wrap h1 {
    margin-bottom: 24px
}

@media (max-width: 1099.98px) {
    .banner .banner-carousel .banner-content-wrap h1 {
        margin-bottom: 10px;
        margin-top: 30px
    }
}

@media screen and (min-width: 1400px) and (max-width: 1550px) {
    .banner .banner-carousel .banner-content-wrap {
        padding-left: 100px
    }

    .home .banner-dots-container {
        padding-left: 0px;
    }
}

@media screen and (min-width: 1400px) {
    .home .banner .carousel--nav {
        /*
        top: 39% !important;
        width: calc(100% - 30px) !important;
        left: 15px;
        */
    }

}

.banner .banner-carousel .banner-image-wrap {
    top: 0 !important;
    width: 38%
}

@media (max-width: 1099.98px) {
    .banner .banner-carousel .banner-image-wrap {
        width: 65%;
        top: 40px !important;
        margin-left: auto;
        margin-right: auto
    }
}

.banner .banner-carousel .banner-image-wrap img {
    width: 100%;
    height: auto
}

@media (min-width: 768px) {
    .banner .banner-carousel .banner-image-wrap img {
        max-width: 530px;
        max-height: 530px
    }
}

/* .banner .banner-carousel .slide.row.container, */
.home .banner .container,
.parent-pageid-30 .main-content .container,
.single-post-content-wrapper {
    margin: 0 auto;
    max-width: 1200px;
}

@media (max-width: 1099.98px) {
    .banner .banner-carousel .slide.row.container {
        top: 0;
        width: 90%
    }
}

@media (max-width: 1399.98px) {
    .banner.contact {
        height: auto
    }
}

.home .banner {
    position: relative
}

.home .banner .carousel--nav {
    /*
    width: 100%;
    height: 55px;
    position: absolute;
    max-width: 1500px;
    top: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 1;
    left: 50%;
    */
}

@media (max-width: 1200px) {
    .home .banner .carousel--nav {
        display: none
    }
}

.home .banner .carousel--nav .owl-prev,
.home .banner .carousel--nav .owl-next {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url("../img/icon-arrow-left-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    z-index: 10;
}

.home .banner .carousel--nav .owl-next {
    position: absolute;
    left: auto;
    right: 0;
    background-image: url("../img/icon-arrow-right-white.svg")
}

.header--page {
    position: absolute;
    width: 100%;
    z-index: 10
}

.location-card-copy {
    min-height: 48px;
}

@media (min-width: 1100px) {
    .header--page {
        display: block;
        background: transparent
    }

    .single-post-content-wrapper {
        padding: 0 20px;
    }
}

.header--page .btn,
.header--page .application-form .gform_button.button,
.application-form .header--page .gform_button.button {
    box-shadow: none;
    margin-top: 10px;
    max-height: 70px
}

.header--page .btn .cls-3,
.header--page .application-form .gform_button.button .cls-3,
.application-form .header--page .gform_button.button .cls-3 {
    fill: white
}

.header--page .btn:hover .cls-3,
.header--page .application-form .gform_button.button:hover .cls-3,
.application-form .header--page .gform_button.button:hover .cls-3 {
    fill: #5B215F
}

.footer-main {
    position: relative
}

@media (max-width: 767.98px) {
    .footer-main {
        padding-top: 50px
    }
}

.footer-main .main-footer-logo a {
    width: 300px
}

.footer-main .main-footer-logo a img {
    width: 100%;
    max-width: 160px;
    margin-bottom: 110px;
    height: auto;
}

@media (max-width: 1399.98px) {
    .footer-main .main-footer-logo a img {
        margin-bottom: 48px;
        max-width: 150px
    }
}

.footer-main p,
.footer-main li {
    margin-bottom: 0
}

.footer-main .container {
    /* max-width: 100%;
       width: 100%;
       margin-left: 50px;
       margin-right: 50px */
}

.footer-main .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 10px
}

.footer-main .icon-pin {
    background: url("../images/icon-pin.svg")
}

.footer-main h1,
.footer-main h2,
.footer-main h3,
.footer-main h4,
.footer-main h5,
.footer-main h6 {
    color: #5B215F
}

.footer-main h3 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #971D4F;
    margin-bottom: 22px
}

.footer-main strong {
    font-weight: bold
}

@media (max-width: 767.98px) {
    .footer-main .row {
        text-align: center
    }
}

.footer-main .footer-logo {
    margin-bottom: 205px
}

@media (max-width: 767.98px) {
    .footer-main .footer-logo {
        text-align: center
    }
}

.footer-main .footer-logo img {
    width: 150px;
    height: auto;
}

.footer-main .social-links {
    text-align: left;
    margin-top: 40px
}

@media (max-width: 1399.98px) {
    .footer-main .social-links {
        margin-top: -10px
    }
}

@media (max-width: 767.98px) {
    .footer-main .social-links {
        align-self: center
    }
}

.footer-main .social-links a {
    margin: 0 20px 0 0
}

.footer-main .social-links a img {
    width: 30px;
    height: auto;
}

.footer-main p,
.footer-main a {
    font-size: 16px;
    color: #707070;
    line-height: 2.5
}

.footer-main a.btn,
.footer-main .application-form a.gform_button.button,
.application-form .footer-main a.gform_button.button {
    font-size: 1rem;
    color: #5B215F
}

.footer-main:before {
    content: '';
    background-image: url("../../assets/img/footer-main-curve.png");
    background-size: cover;
    position: absolute;
    top: -178px;
    width: 100%;
    z-index: 100000;
    display: block;
    height: 180px;
    left: 0
}

@media (max-width: 767.98px) {
    .footer-main:before {
        display: none
    }
}

.footer-main ul.footer-menu {
    list-style: none;
    margin-bottom: 48px;
    padding-left: 0
}

@media (max-width: 767.98px) {
    .footer-main ul.footer-menu {
        padding-left: 0
    }
}

.footer-main ul.footer-menu li {
    font-size: 0.875rem;
    margin-bottom: 0
}

.footer-main ul.footer-menu li a {
    color: #707070;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block
}

.footer-main img {
    width: 45%;
    max-width: 100px
}

.footer-col-2 {
    position: relative;
    margin-top: 185px
}

@media (max-width: 1399.98px) {
    .footer-col-2 {
        margin-top: 30px
    }
}

.footer-col-2 .icon {
    background: pink;
    float: left;
    margin-right: 20px
}

.footer-col-3 {
    position: relative;
    margin-top: 185px
}

@media (max-width: 1399.98px) {
    .footer-col-3 {
        margin-top: 30px
    }
}

.footer-col-4 {
    position: relative;
    padding-top: 185px;
    column-count: 2;
    column-gap: 20px
}

@media (max-width: 1399.98px) {
    .footer-col-4 {
        padding-top: 30px
    }
}

.footer-col-4 .footer-logo {
    margin-bottom: 30px
}

.footer-col-4 .footer-logo img {
    margin: 0 0 50px !important;
}

@media screen and (max-width: 768px) {
    .nav--container .nav li a {
        padding: 0 40px 0 17px
    }

    .footer-main .container {
        /*margin: 0 */
    }

    .footer-main .social-links,
    .footer-main h3 {
        text-align: center
    }

    .footer-col-2 .d-flex {
        flex-direction: column
    }

    .footer-col-2 .icon {
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
        margin-top: 30px;
        margin-bottom: 20px
    }

    .footer-main ul.footer-menu {
        column-count: 2
    }

    .footer-col-4 {
        padding-top: 20px
    }
}

.footer-bottom {
    position: relative;
    background-color: #971D4F;
    color: white;
    padding-top: 25px;
    padding-bottom: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px
}

@media (max-width: 767.98px) {
    .footer-bottom {
        text-align: center
    }
}

.footer-bottom .row {
    align-items: baseline
}

.footer-bottom a,
.footer-bottom p {
    color: white;
    font-size: 0.875rem
}

.footer-bottom a {
    font-weight: 800;
    margin: 0 42px 0 0
}

@media (max-width: 1399.98px) {
    .footer-bottom a {
        margin: 0 30px 0 0
    }
}

@media (max-width: 1099.98px) {
    .footer-bottom a {
        margin: 0 20px 0 0;
        display: block
    }

    .footer-bottom a.btn,
    .footer-bottom .application-form a.gform_button.button,
    .application-form .footer-bottom a.gform_button.button {
        display: inline-block
    }
}

.footer-bottom .btn,
.footer-bottom .application-form .gform_button.button,
.application-form .footer-bottom .gform_button.button {
    align-self: end;
    line-height: 1;
    background: white
}

@media (max-width: 1099.98px) {

    .footer-bottom .btn,
    .footer-bottom .application-form .gform_button.button,
    .application-form .footer-bottom .gform_button.button {
        align-self: center;
        background: #fff;
        color: white;
        margin: 20px 0 !important;
        display: inline-block
    }

    .footer-bottom .btn:after,
    .footer-bottom .application-form .gform_button.button:after,
    .application-form .footer-bottom .gform_button.button:after {
        content: '';
        background: url("../../assets/img/icon-btn-right-dark.svg");
        background-repeat: no-repeat;
        top: 5px
    }
}

.footer-bottom .btn:hover,
.footer-bottom .application-form .gform_button.button:hover,
.application-form .footer-bottom .gform_button.button:hover {
    color: white
}

.footer-bottom:before {
    content: '';
    background-image: url("../img/footer-base-curve.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    position: absolute;
    top: -99px;
    height: 100px;
    left: 0
}

html {
    font-size: 0.9rem
}

@media (min-width: 576px) {
    html {
        font-size: 0.92rem
    }
}

@media (min-width: 768px) {
    html {
        font-size: 0.95rem
    }
}

@media (min-width: 1100px) {
    html {
        font-size: 1rem
    }
}

body {
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
.btn,
.application-form .gform_button.button {
    font-family: 'Public Sans', sans-serif;
    font-weight: 300;
    color: #4D4C4C
}

a {
    color: #1a5c74
}

h1 {
    /* font-size: 3rem; */
    font-size: 36px !important;
    font-weight: 800
}

@media (min-width: 1100px) {
    h1 {
        /* font-size: 4.375rem; */
        font-size: 36px;
        margin-bottom: 20px
    }
}

@media (max-width: 1399.98px) {
    h1 {
        font-size: 36px;
        margin-bottom: 15px
    }
}

h1.article-title {
    /* font-size: 3.125rem; */
    font-size: 36px;
}

@media (max-width: 1399.98px) {
    h1.article-title {
        line-height: 1.2
    }
}

@media (max-width: 1099.98px) {
    h1.article-title {
        font-size: 2.2rem
    }
}

h2 {
    /* font-size: 3.75rem; */
    font-size: 28px;
    font-weight: 800
}

@media (min-width: 1100px) {
    h2 {
        margin-bottom: 16px;
        font-size: 28px;
    }
}

@media (max-width: 1399.98px) {
    h2 {
        font-size: 2.1875rem;
        margin-bottom: 16px
    }
}

h3 {
    font-size: 22px !important;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1.4;
}

@media (max-width: 1399.98px) {
    h3 {
        font-size: 22px;
    }
}

p,
li {
    /* font-size: 1.25rem; */
    font-size: 16px;
    margin-bottom: 15px
}

@media (max-width: 1399.98px) {

    p,
    li {
        font-size: 16px;
        line-height: 1.5
    }
}

.caption-text {
    /* font-size: 1.3575rem; */
    font-size: 20px !important;
    margin-bottom: 16px;
    font-weight: 800
}

@media (max-width: 1399.98px) {
    .caption-text {
        /* font-size: 1.25rem */
        font-size: 20px;
    }
}

@media (min-width: 1100px) {
    .caption-text {
        /* font-size: 1.875rem */
        font-size: 20px;
    }
}

@media (max-width: 1099.98px) {
    .caption-text {
        font-size: 1.1rem;
        margin-bottom: 15px
    }
}

.title {
    font-size: 22px;
    /* font-size: 1.75rem; */
    font-size: 20px;
    color: #5B215F;
    font-weight: bold
}

p.read-more {
    font-size: 16px;
}

@media (max-width: 1399.98px) {
    .title {
        /* font-size: 1.75rem; */
        font-size: 20px;
    }
}

@media screen and (max-width: 1400px) {
    .banner p.caption-text {
        font-size: 1.1rem
    }
}

.services-list .card .icon--leaf {
    background-image: url("../img/icon--leaf.svg")
}

.services-list .card .icon--apple-book {
    background-image: url("../img/icon--apple-book.svg")
}

.services-list .card .icon--briefcase {
    background-image: url("../img/icon--briefcase.svg")
}

.services-list .card .icon--laptop {
    background-image: url("../img/icon--laptop.svg")
}

.services-list .card .icon--uk-map {
    background-image: url("../img/icon--uk.svg")
}

.services-list .card .icon--cloud-ladder {
    background-image: url("../img/icon--cloud-ladder.svg")
}

.services-list .card .icon--profile-speech {
    background-image: url("../img/icon--cloud-ladder.svg")
}

.services-list .card:hover .icon--leaf {
    background-image: url("../img/icon--leaf-white.svg")
}

.services-list .card:hover .icon--apple-book {
    background-image: url("../img/icon--apple-book-white.svg")
}

.services-list .card:hover .icon--briefcase {
    background-image: url("../img/icon--briefcase-white.svg")
}

.services-list .card:hover .icon--laptop {
    background-image: url("../img/icon--laptop-white.svg")
}

.services-list .card:hover .icon--uk-map {
    background-image: url("../img/icon--uk-white.svg")
}

.services-list .card:hover .icon--cloud-ladder {
    background-image: url("../img/icon--cloud-ladder-white.svg")
}

.services-list .card:hover .icon--profile-speech {
    background-image: url("../img/icon--cloud-ladder-white.svg")
}

@media (max-width: 1099.98px) {
    .footer-col-2 .icon {
        margin-bottom: 20px
    }
}

.footer-col-2 .icon-pin {
    background-color: transparent;
    background-image: url("../img/icon--pin__footer.svg");
    background-position: center;
    background-repeat: no-repeat
}

.footer-col-2 .icon-landline {
    background-color: transparent;
    background-image: url("../img/icon--landline.svg");
    background-position: center;
    background-repeat: no-repeat
}

.footer-col-2 .icon-plane {
    background-color: transparent;
    background-image: url("../img/icon--plane.svg");
    background-position: center;
    background-repeat: no-repeat
}

.footer-col-2 .icon-heart {
    background-color: transparent;
    background-image: url("../img/icon--heart__footer.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.btn,
.application-form .gform_button.button {
    border-radius: 50px;
    font-size: 20px;
    font-weight: 800;
    display: inline-block;
    transition: 0.1s;
    border: none;
    position: relative;
    box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.16);
    padding: 10px 20px;
    font-size: 0.875rem;
    margin: 0 10px 10px 0
}

@media (min-width: 1100px) {

    .btn,
    .application-form .gform_button.button {
        padding: 8px 32px;
        font-size: 16px;
        margin: 0 12px 0 0
    }
}

@media (max-width: 1399.98px) {

    .btn,
    .application-form .gform_button.button {
        padding: 8px 32px;
        font-size: 16px;
        max-height: 70px;
        z-index: 1;
    }
}

@media (max-width: 767.98px) {

    .btn,
    .application-form .gform_button.button {
        padding: 10px 30px
    }
}

.btn svg,
.application-form .gform_button.button svg {
    top: -2px;
    position: relative;
    left: -12px;
    width: 30px
}

.btn:hover,
.application-form .gform_button.button:hover {
    text-decoration: none;
    transition: 0.3s
}

.btn:hover svg path,
.application-form .gform_button.button:hover svg path {
    fill: #5B215F
}

.btn--primary {
    background-color: white;
    color: #5B215F;
    border: 2px solid transparent
}

.btn--primary:hover {
    background-color: transparent;
    border: 2px solid white;
    color: white
}

.btn--primary__outline {
    background-color: transparent;
    border: 2px solid white;
    color: white
}

.btn--primary__outline:hover {
    background-color: white;
    color: #5B215F
}

.btn--primary__white-bg:hover {
    background-color: #5B215F;
    border: 2px solid white;
    color: white
}

.btn--secondary,
.application-form .gform_button.button,
.btn--download {
    background-color: #08838F;
    color: white;
    border: 2px solid transparent
}

.btn--secondary:hover,
.application-form .gform_button.button:hover,
.btn--download:hover {
    border: 2px solid #08838F;
    background: white;
    color: #08838F
}

.btn--secondary:hover:after,
.application-form .gform_button.button:hover:after,
.btn--download:hover:after {
    content: '';
    background: url("../../assets/img/icon-btn-right-teal.svg");
    background-position: center;
    background-repeat: no-repeat;
    /* width: 20px;
    height: 20px; */
    display: inline-block;
    position: relative;
    /*  right: -20px;
    top: 2px;
    margin-left:  */
}

.btn--secondary:after,
.application-form .gform_button.button:after,
.btn--download:after {
    content: '';
    background: url("../../assets/img/icon-btn-right-light.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    right: -20px;
    top: 2px;
    margin-left: 10px
}

.btn--download {
    padding-right: 100px;
    background-color: #1a5c74;
    margin-top: 25px;
    margin-bottom: 32px;
}

.btn--download a {
    color: white !important;
    font-weight: bold !important
}

.btn--download a:hover {
    text-decoration: none;
    color: #1a5c74
}

.btn--download:after {
    content: '';
    background: url("../../assets/img/icon-download.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 11px;
}

@media (max-width: 767.98px) {
    .btn--download:after {
        top: 3px;
        right: 20px
    }
}

.btn--download:hover {
    border: 2px solid #1a5c74;
    background: white;
    color: #1a5c74
}

.btn--download:hover a {
    color: #1a5c74 !important;
    font-weight: bold !important
}

.btn--download:hover:after {
    content: '';
    background: url("../../assets/img/download-hover-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*  width: 24px;
    height: 24px; */
    display: inline-block;
    position: absolute;
    /* right: 40px;
    top: 11px; */
}

@media (max-width: 767.98px) {
    .btn--download:hover:after {
        top: 3px;
        right: 20px
    }
}

.btn--icon-arrow-light:after,
.support-item .card .link:after {
    content: '';
    background: url("../../assets/img/icon-btn-right-light.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    right: -20px;
    top: 2px;
    margin-left: 10px
}

.btn--icon-arrow-dark:after,
.application-form .gform_button.button:after {
    content: '';
    background: url("../../assets/img/icon-btn-right-dark.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    right: -10px;
    top: 2px;
    margin-left: 10px
}

@media (max-width: 1399.98px) {

    .btn--icon-arrow-dark:after,
    .application-form .gform_button.button:after {
        top: 5px;
        left: 10px
    }
}

.btn--icon-arrow-dark:hover:after,
.application-form .gform_button.button:hover:after {
    background: url("../../assets/img/icon-btn-right-light.svg");
    background-position: center;
    background-repeat: no-repeat
}

.btn--small,
.application-form .gform_button.button {
    font-size: 1rem;
    padding: 12px 36px;
}

.application-form .gform_button.button {
    width: 160px !important;
}

@media (max-width: 767.98px) {

    .btn--small,
    .application-form .gform_button.button {
        padding: 10px 30px
    }
}

.btn.btn--primary__outline:after,
.application-form .btn--primary__outline.gform_button.button:after {
    content: '';
    background-image: url("/wp-content/themes/careerconnect/assets/img/icon-btn-right-light.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    right: -16px;
    top: 4px;
    margin-left: 10px
}

.btn.btn--primary__outline:hover:after,
.application-form .btn--primary__outline.gform_button.button:hover:after {
    content: '';
    background-image: url("/wp-content/themes/careerconnect/assets/img/icon-btn-right-dark.svg");
    background-position: center;
    background-repeat: no-repeat;
    /* width: 20px;
    height: 20px; */
    display: inline-block;
    position: relative;
    /* right: -20px;
    top: 2px;
    margin-left: 10px */
}

.home-introduction .btn.btn--secondary,
.home-introduction .application-form .gform_button.button,
.application-form .home-introduction .gform_button.button {
    margin-top: 24px
}

.home-introduction .btn.btn--secondary {
    margin-top: 16px;
}

@media (max-width: 767.98px) {

    .home-introduction .btn.btn--secondary,
    .home-introduction .application-form .gform_button.button,
    .application-form .home-introduction .gform_button.button {
        margin-top: 10px;

    }
}

.btn.btn--primary.btn--primary__white-bg,
.application-form .btn--primary.btn--primary__white-bg.gform_button.button {
    background: #08838F;
    color: white
}

.btn--primary__outline .st0 {
    fill: white
}

.services-list {
    background: #F8F9F8;
    position: relative;
    padding-bottom: 112px;
    margin-top: 175px
}

@media (max-width: 1399.98px) {
    .services-list {
        padding-bottom: 150px;
        padding-top: 50px;
        margin-top: 175px
    }
}

@media (max-width: 1099.98px) {
    .services-list {
        margin-top: 100px
    }
}

.services-list:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    background-image: url("../../assets/img/services-list-top-curve.png");
    background-size: cover;
    width: 100%;
    height: 200px
}

@media (min-width: 768px) {
    .services-list:before {
        top: -200px
    }
}

@media (max-width: 1099.98px) {
    .services-list:before {
        top: -200px
    }
}

.services-list .card {
    height: 100%;
    display: block;
    transition: 0.1s;
    border: none;
    box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.16);
    padding: 32px;
    margin: 20px 16px;
}

.services-list .card p:last-of-type {
    margin-bottom: 0 !important;
}

@media (max-width: 1399.98px) {
    .services-list .card {
        padding: 20px;
        margin: 10px
    }
}

.services-list .card .icon {
    width: 80px;
    height: 80px;
    display: block;
    background-repeat: no-repeat;
}

@media (max-width: 1399.98px) {
    .services-list .card .icon {
        width: 80px;
        height: 80px
    }
}

.services-list .card .services-list--icon {
    width: 80px;
    height: 80px;
    margin-bottom: 8px
}

.card.service-list-item h3 {
    margin-bottom: 10px;
    line-height: 1.3;
}

@media (max-width: 1399.98px) {
    .services-list .card .services-list--icon {
        width: 80px;
        height: 80px
    }
}

.services-list .card:hover {
    background: #5B215F;
    transition: 0.3s;
    text-decoration: none
}

.services-list .card:hover h3,
.services-list .card:hover p {
    color: white;
    transition: 0.1s
}

.services-list .card:hover .services-list--icon svg path {
    fill: white !important
}

@media (max-width: 1399.98px) {

    .home .highlights-list,
    .research-list {
        margin-top: 0px
    }
}

.page-template-default .highlights-list {
    margin-top: 0px !important
}

.single-post .highlights-list {
    margin-top: 0px
}

.single-post .highlights-list .container h2 {
    padding-top: 50px
}

.home .highlights-list:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    background-image: url("../../assets/img/services-list-top-curve.png");
    background-size: cover;
    width: 100%;
    height: 200px;
    z-index: -1
}

@media (min-width: 768px) {
    .home .highlights-list:before {
        top: -200px
    }
}

@media (max-width: 767.98px) {
    .home .highlights-list:before {
        display: none
    }
}

.highlights-list,
.research-list {
    position: relative;
    background-image: linear-gradient(to left, #FF6231, #F45839, #E44F3F, #D64744, #C83F49, #BC384C, #B1324F, #A82D51, #9F2852, #992453, #962254)
}

.highlights-list .grey-bg,
.research-list .grey-bg {
    background-color: #F8F9F8;
    width: 100%;
    height: 450px;
    position: absolute;
    z-index: 1
}

@media (max-width: 1399.98px) {

    .highlights-list .grey-bg,
    .research-list .grey-bg {
        height: 350px
    }
}

.highlights-list .container,
.research-list .container {
    z-index: 1;
    position: relative
}

.highlights-list .container-fluid,
.highlights-list .container-sm,
.highlights-list .container-md,
.highlights-list .container-lg,
.highlights-list .container-xl,
.research-list .container-fluid,
.research-list .container-sm,
.research-list .container-md,
.research-list .container-lg,
.research-list .container-xl {
    z-index: 2;
    position: relative
}

.highlights-list a:hover,
.research-list a:hover {
    text-decoration: none
}

.highlights-list .card,
.research-list .card {
    overflow: hidden;
    height: 100%;
    border-bottom: 10px solid white;
    transition: all 0.4s ease;
}

.highlights-list .card .highlights-list--image,
.highlights-list .card .research-list--image,
.research-list .card .highlights-list--image,
.research-list .card .research-list--image {
    background-color: #F8F9F8;
    width: 100%;
    height: 350px;
    height: 40vh;
    max-height: 350px;
    overflow: hidden;
    background-size: cover;
    background-position: center top
}

@media (max-width: 1399.98px) {

    .highlights-list .card .highlights-list--image,
    .highlights-list .card .research-list--image,
    .research-list .card .highlights-list--image,
    .research-list .card .research-list--image {
        height: 200px;
        background-position: center
    }
}

@media (max-width: 1099.98px) {

    .highlights-list .card .highlights-list--image,
    .highlights-list .card .research-list--image,
    .research-list .card .highlights-list--image,
    .research-list .card .research-list--image {
        height: 150px
    }
}

.highlights-list .card .highlights-list--details,
.highlights-list .card .research-list--details,
.research-list .card .highlights-list--details,
.research-list .card .research-list--details {
    position: relative;
    padding: 15px;
    min-height: 200px
}

.highlights-list .card .highlights-list--details h3,
.highlights-list .card .research-list--details h3,
.research-list .card .highlights-list--details h3,
.research-list .card .research-list--details h3 {
    margin-bottom: 0
}

@media (max-width: 1399.98px) {

    .highlights-list .card .highlights-list--details,
    .highlights-list .card .research-list--details,
    .research-list .card .highlights-list--details,
    .research-list .card .research-list--details {
        min-height: 160px
    }
}

.highlights-list .card .highlights-list--details .date,
.highlights-list .card .research-list--details .date,
.research-list .card .highlights-list--details .date,
.research-list .card .research-list--details .date {
    font-size: 16px;
    font-size: 16px;
    position: absolute;
    top: -45px;
    left: 0;
    display: block;
    background: white;
    padding: 15px;
    color: #5B215F
}

@media (max-width: 1399.98px) {

    .highlights-list .card .highlights-list--details .date,
    .highlights-list .card .research-list--details .date,
    .research-list .card .highlights-list--details .date,
    .research-list .card .research-list--details .date {
        font-size: 0.8rem
    }
}

@media (max-width: 1399.98px) {

    .highlights-list .card .highlights-list--details .title,
    .highlights-list .card .research-list--details .title,
    .research-list .card .highlights-list--details .title,
    .research-list .card .research-list--details .title {
        font-size: 20px;
        margin-bottom: 10px
    }
}

@media (max-width: 1099.98px) {

    .highlights-list .card .highlights-list--details .title,
    .highlights-list .card .research-list--details .title,
    .research-list .card .highlights-list--details .title,
    .research-list .card .research-list--details .title {
        margin-bottom: 30px
    }
}

.highlights-list .card .highlights-list--details .read-more,
.highlights-list .card .research-list--details .read-more,
.research-list .card .highlights-list--details .read-more,
.research-list .card .research-list--details .read-more {
    float: right;
    color: #5B215F;
    position: absolute;
    right: 40px;
    bottom: 10px
}

@media (max-width: 1399.98px) {

    .highlights-list .card .highlights-list--details .read-more,
    .highlights-list .card .research-list--details .read-more,
    .research-list .card .highlights-list--details .read-more,
    .research-list .card .research-list--details .read-more {
        margin-bottom: 10px
    }
}

.highlights-list .card:hover,
.research-list .card:hover {
    border-bottom: 10px solid #eb5e2b
}

.page-template-template-support .grey-bg {
    background: white
}

.page-template-template-support .highlights-list::before {
    top: 0;
    background: transparent !important
}

.blog .highlights-list {
    background: white;
    margin-top: 0
}

@media (max-width: 767.98px) {
    .blog .highlights-list {
        margin-top: -150px;
        background: transparent
    }
}

.blog .highlights-list:before {
    display: none
}

.blog .highlights-list a.card {
    border-bottom: 10px solid white
}

.blog .highlights-list a.card .highlights-list--details h3 {
    color: #5B215F
}

@media (max-width: 767.98px) {
    .blog .highlights-list a.card .highlights-list--details {
        min-height: auto
    }
}

.blog .highlights-list a.card:hover {
    border-bottom: 10px solid #eb5e2b
}

.highlights-list .grey-bg,
.research-list .grey-bg {
    background: white
}

.page-template-template-jobs .highlights-list {
    margin-top: 0
}

.page-template-template-jobs .highlights-list .grey-bg {
    background: #F8F9F8
}

.research-list {
    background: transparent
}

.research-list .card:hover {
    border-bottom: 10px solid #5B215F
}

.highlights-list .card .highlights-list--image,
.highlights-list .card .research-list--image,
.research-list .card .highlights-list--image,
.research-list .card .research-list--image {
    height: 230px
}

@media (max-width: 1399.98px) {

    .highlights-list .card .highlights-list--image,
    .highlights-list .card .research-list--image,
    .research-list .card .highlights-list--image,
    .research-list .card .research-list--image {
        height: 200px
    }
}

@media screen and (max-width: 1240px) {
    .highlights-list .card .highlights-list--image {
        height: 220px
    }
}

.single-post .highlights-list {
    margin-top: 50px
}

.page-template-default .highlights-list .grey-bg {
    background: #F8F9F8
}

.job-list {
    background: #F8F9F8;
    position: relative;
    padding-bottom: 50px
}

.job-list:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    background-image: url("../../assets/img/services-list-top-curve.png");
    background-size: cover;
    width: 100%;
    height: 200px;
    z-index: 1
}

@media (max-width: 767.98px) {
    .job-list:before {
        display: none
    }
}

@media (min-width: 768px) {
    .job-list:before {
        top: -200px
    }
}

.job-list a:hover {
    text-decoration: none
}

.job-list .card {
    background-image: url("../img/job-list-bg.jpg");
    background-size: cover;
    padding: 24px;
    margin-bottom: 32px
}

.job-list .card:hover {
    background: #eeac23
}

.job-list .card h3,
.job-list .card p,
.job-list .card a {
    color: white
}

.job-list .card h3 {
    margin-bottom: 48px;
    min-height: 100px
}

@media (max-width: 1399.98px) {
    .job-list .card h3 {
        margin-bottom: 0
    }
}

.job-list .card .text-right {
    margin-bottom: 0
}

.work-item {
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.1);
    min-height: 440px;
    padding: 32px !important;
}

.work-item p {
    margin-bottom: 0 !important;
}

@media (max-width: 1099.98px) {
    .work-item {
        min-height: 400px
    }
}

.work-item span,
.work-item img {
    max-width: 100px
}

.work-item h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-style: normal;
    color: #088490;
    font-size: 22px
}

.board-members-row {
    margin-top: 0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
}

.board-members-row .modal-body {
    text-align: left
}

.board-members-row .modal-body .close {
    font-size: 3.5rem
}

.board-members-row h2 {
    text-align: left;
    color: #1a5c74;
    margin-top: 50px
}

.board-members-row .container-fluid,
.board-members-row .container-sm,
.board-members-row .container-md,
.board-members-row .container-lg,
.board-members-row .container-xl {
    background: white;
    position: relative;
    padding: 150px 0
}

.board-members-row .container-fluid:after,
.board-members-row .container-sm:after,
.board-members-row .container-md:after,
.board-members-row .container-lg:after,
.board-members-row .container-xl:after {
    content: '';
    width: 100%;
    height: 100px;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    background-image: url("../../assets/img/grey-top-bg-curve.png");
    background-size: cover;
    width: 100%;
    height: 200px
}

.board-members-row .container-fluid:nth-child(2),
.board-members-row .container-sm:nth-child(2),
.board-members-row .container-md:nth-child(2),
.board-members-row .container-lg:nth-child(2),
.board-members-row .container-xl:nth-child(2) {
    background: #fafafa
}

.board-members-row .container-fluid:nth-child(2):after,
.board-members-row .container-sm:nth-child(2):after,
.board-members-row .container-md:nth-child(2):after,
.board-members-row .container-lg:nth-child(2):after,
.board-members-row .container-xl:nth-child(2):after {
    content: '';
    position: absolute;
    bottom: 200px;
    left: 0;
    background-image: url("../../assets/img/grey-bottom-bg-curve.png");
    background-size: cover;
    width: 100%;
    height: 200px
}

.board-members-row-wrap {
    margin-top: 100px;
    margin-bottom: 100px
}

.board-members-row--image {
    width: 240px;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
    background-color: transparent
}

.board-members-row--image img {
    width: 100%
}

.board-members-row p {
    color: #5B215F
}

.board-members-row p strong {
    font-weight: bold !important
}

.board-member {
    text-align: center;
    z-index: 100;
    max-width: 50% !important;
}

.board-member p {
    color: #5B215F
}

.board-member p strong {
    font-weight: bold !important
}

.board-member--image {
    width: 240px;
    max-width: 240px;
    margin: 20px auto
}

.board-member--image img {
    width: 100%;
    height: auto;
}

.board-members--image {
    display: block;
    width: 240px;
    max-width: 240px;
    margin: 20px auto;
    height: 240px;
    background: #f2f2f2;
    border-radius: 120px;
    cursor: pointer
}

.board-members--image img {
    width: 100%;
    height: auto;
}

.modal-dialog {
    top: 50%;
    transform: translate(0, -50%) !important;
    max-width: 800px !important
}

.modal-content {
    margin-top: 50px;
    position: relative
}

.modal-content .close {
    position: absolute;
    top: 30px;
    right: 30px
}

.page-template-default .main-content {
    margin-bottom: 0;
    z-index: 500
}

.testimonial-wrap {
    padding: 25px 100px 50px 100px;
    margin: 0 auto;
    background: #F8F9F8
}

@media (max-width: 1399.98px) {
    .testimonial-wrap {
        padding: 0
    }
}

.testimonai-slide {
    padding: 32px 32px 82px;
    background: white;
    text-align: center;
    border-radius: 30px;
    max-width: 550px;
    width: 80%;
    margin: 0 auto 32px;
    position: relative
}

@media (max-width: 1399.98px) {
    .testimonai-slide {
        width: 50%;
        padding: 70px 50px 125px 50px
    }
}

@media (max-width: 1099.98px) {
    .testimonai-slide {
        width: 90%
    }
}

.testimonai-slide p {
    font-size: 20px;
    color: #808080;
    line-height: 1.6;
    margin-bottom: 20px;
    /* font-style: italic;
       font-weight: bold */
}

@media (max-width: 1099.98px) {
    .testimonai-slide p {
        font-size: 1.25rem
    }
}

.testimonai-slide img {
    width: 100px;
    margin: 0 auto 20px
}

@media (max-width: 1099.98px) {
    .testimonai-slide img {
        width: 100px
    }
}

.testimonai-slide .star-rating {
    display: block;
    height: 40px;
    background-size: contain;
    width: 300px;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto 50px;
    background-size: contain;
    max-width: 240px;
    background-repeat: no-repeat
}

@media (max-width: 1099.98px) {
    .testimonai-slide .star-rating {
        width: 180px
    }
}

.testimonai-slide .star1,
.testimonai-slide .star2,
.testimonai-slide .star3,
.testimonai-slide .star4,
.testimonai-slide .star5 {
    width: 20px;
    height: 40px;
    display: block;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    background-size: contain;
    margin-bottom: 32px;
}

.testimonai-slide .star1 {
    background-image: url("../../assets/img/1star.png");
    background-repeat: no-repeat
}

.testimonai-slide .star2 {
    background-image: url("../../assets/img/2star.png");
    background-repeat: no-repeat
}

.testimonai-slide .star3 {
    background-image: url("../../assets/img/3star.png");
    background-repeat: no-repeat
}

.testimonai-slide .star4 {
    background-image: url("../../assets/img/4star.png");
    background-repeat: no-repeat
}

.testimonai-slide .star5 {
    background-image: url("../../assets/img/5star.png");
    background-repeat: no-repeat
}

.testimonai-slide .star5.fourpoint6 {
    background-image: url("../../assets/img/4dot6star.png");
}

.testimonai-slide .btn,
.testimonai-slide .application-form .gform_button.button,
.application-form .testimonai-slide .gform_button.button {
    border: 2px solid #1a5c74;
    color: #1a5c74;
    box-shadow: none
}

.btn::after {
    transition: all 0.4s ease;
}

.testimonai-slide .btn:after,
.testimonai-slide .application-form .gform_button.button:after,
.application-form .testimonai-slide .gform_button.button:after {
    content: '';
    background: url("../../assets/img/icon-btn-right-teal.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    right: -20px;
    top: 2px;
    margin-left: 10px
}

.alert-banner {
    background: #613573;
    color: white;
    width: 100%;
    padding: 20px;
    position: relative;
    height: auto
}

.alert-banner p {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
    color: white;
    text-align: center
}

@media (max-width: 1099.98px) {
    .alert-banner p {
        text-align: left;
        margin: 0;
        max-width: 100%;
        width: 100%
    }
}

.alert-banner .close-alert {
    position: absolute;
    right: 10px;
    top: 20px;
    text-decoration: underline
}

@media (max-width: 1099.98px) {
    .alert-banner .close-alert {
        position: relative;
        right: auto;
        padding-bottom: 20px;
        display: block
    }
}

.alert-banner .close-alert:after {
    content: '\2715';
    margin-left: 10px;
    text-decoration: none !important
}

.modal-content {
    border: none
}

.modal-content .modal-body {
    padding: 50px
}

@media (max-width: 1099.98px) {
    .modal-content .modal-body {
        padding: 10px
    }
}

.modal-content .close {
    width: 40px;
    height: 40px;
    background: url("/wp-content/themes/careerconnect/assets/img/close_icon-purple.svg");
    opacity: 1;
    z-index: 100
}

.modal-content .close span {
    display: none
}

.modal-contact .col-md-9 {
    justify-content: flex-end
}

.modal-contact p img {
    width: 35px
}

@media (max-width: 1399.98px) {
    .modal-contact p img {
        width: 35px
    }
}

.modal-feature-image,
.modal-feature-image img {
    margin-bottom: 30px;
    max-width: 200px;
    height: auto;
}

.modal-dialog {
    top: 0%;
    transform: translate(0, 0%) !important
}

.card {
    border: none
}

.our-people-card {
    background: #f2f2f2;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 20px;
    width: 100%;
    height: 500px
}

@media (max-width: 1399.98px) {
    .our-people-card {
        height: 400px
    }
}

@media (max-width: 1099.98px) {
    .our-people-card {
        height: 300px
    }
}

.our-people-card img {
    width: 20%;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%)
}

.our-people-card .owl-stage-outer {
    overflow: hidden
}

.our-people-card .owl-stage-outer .owl-item {
    margin-right: 60px;
    transition: 0.4s
}

.our-people-card .owl-stage-outer .owl-item.active:nth-child(2),
.our-people-card .owl-stage-outer .owl-item:hover {
    transition: 0.4s
}

.our-people-card .owl-stage-outer .owl-item img {
    display: block;
    width: 80px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%)
}

.single-post-content-wrapper img {
    height: auto;
}

.our-people-card:hover.owl-item:nth-child(2n) {
    transform: scale(110%)
}

#cookie-law-info-bar {
    text-align: left !important;
    padding-top: 30px;
    padding-bottom: 30px
}

#cookie-law-info-bar span {
    max-width: 1400px;
    margin: 0 auto;
    display: flex
}

@media screen and (max-width: 800px) {
    #cookie-law-info-bar span {
        flex-direction: column
    }
}

.cli_messagebar_head {
    font-size: 20px;
    color: white;
    font-weight: bold;
    max-width: 1400px;
    margin: 0 auto
}

.cli-plugin-main-link {
    margin: 0 100px 0 300px;
    width: 200px;
    font-weight: normal;
    align-self: end
}

.cookie_action_close_header {
    text-decoration: underline !important;
    align-self: end
}

.cookie_action_close_header:after {
    width: 40px;
    content: '\2715';
    margin-left: 10px;
    text-decoration: none !important;
    text-decoration: none !important
}

@media screen and (max-width: 1280px) {
    .cli-plugin-main-link {
        margin: 0 100px
    }
}

@media screen and (max-width: 800px) {

    .cli-plugin-main-link,
    .cookie_action_close_header {
        width: 100%;
        margin: 20px 0
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.banner-dots-container {
    position: relative;
    padding-left: 0px;
    z-index: 10000;
    bottom: 60px
}

@media (max-width: 1399.98px) {
    .banner-dots-container {
        display: none
    }
}

.banner-dots-container .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    border: 5px solid white
}

.banner-dots-container .owl-dot.active {
    background-color: white
}

.services-carousel .owl-stage {
    display: flex
}

.services-carousel .owl-stage .owl-item {
    display: flex;
    flex-direction: column
}

.our-people-carousel {
    padding: 32px 0
}

.our-people-carousel .owl-stage-outer .owl-stage .owl-item.active {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0.7
}

.our-people-carousel .owl-stage-outer .owl-stage .owl-item.active.center {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.owl-carousel .owl-nav {
    margin-top: 32px
}

.owl-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: 50px
}

.owl-carousel .owl-nav .owl-next {
    float: right;
    margin-right: 50px
}

.owl-carousel .owl-nav .icon {
    width: 54px;
    height: 54px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.owl-carousel .icon-arrow-left {
    background: url("../../assets/img/icon-arrow-left.svg")
}

.owl-carousel .icon-arrow-right {
    background: url("../../assets/img/icon-arrow-right.svg")
}

.our-people-carousel .icon-arrow-left {
    background: url("../../assets/img/icon-arrow-left-teal.svg")
}

.our-people-carousel .icon-arrow-right {
    background: url("../../assets/img/icon-arrow-right-teal.svg")
}

.our-people-carousel .owl-nav {
    margin: 0
}

@media (max-width: 767.98px) {
    .our-people-carousel .owl-nav {
        position: relative;
        top: -20px
    }
}

.home-introduction {
    padding: 0px 0 0px 50px
}

@media (min-width: 1100px) {
    .home-introduction {
        padding: 0 0 64px 80px
    }

    .home-introduction .col-lg-8 {
        padding-left: 80px
    }

    footer .btn.btn--primary.btn--small {
        line-height: 1.5;
        padding: 12px 36px;
    }
}

@media (max-width: 1399.98px) {
    .home-introduction {
        padding: 0px 0 50px 50px
    }
}

@media (max-width: 1099.98px) {
    .home-introduction {
        padding: 0;
        width: 80%
    }

    .home-introduction .row.container {
        width: 100%;
        padding: 0
    }
}

.ceo {
    text-align: center
}

@media (max-width: 1399.98px) {
    .ceo {
        text-align: center
    }
}

@media (max-width: 767.98px) {
    .ceo {
        text-align: left
    }
}

.ceo img {
    margin-bottom: 10px;
    width: 90%;
    max-width: 220px;
    height: auto;
}

@media (max-width: 1399.98px) {
    .ceo img {
        max-width: 185px
    }
}

@media (max-width: 1099.98px) {
    .ceo img {
        width: 150px
    }
}

.ceo p {
    color: #1A5B74;
    text-align: center
}

@media (max-width: 1099.98px) {
    .ceo p {
        width: 150px;
        align-text: center
    }
}

.services-wrap {
    margin-bottom: 48px
}

@media (min-width: 768px) {
    .services-wrap {
        margin-bottom: 0px
    }
}

.services-wrap .service {
    margin-bottom: 48px
}

@media (min-width: 768px) {
    .services-wrap .service {
        margin-bottom: 80px
    }
}

.services-wrap .service-feature-wrap {
    text-align: center
}

@media (min-width: 768px) {
    .services-wrap .service-feature-wrap {
        top: 130px;
        text-align: left
    }
}

.services-wrap .service-feature-wrap img {
    width: 80%;
    height: auto
}

@media (max-width: 1099.98px) {
    .services-wrap .service-feature-wrap img {
        width: 100%
    }
}

.services-wrap .service .card {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    text-align: center;
    padding: 20px 0
}

@media (min-width: 768px) {
    .services-wrap .service .card {
        padding: 32px;
        text-align: left
    }
}

.services-wrap .service .card .contact-image-wrap img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 8px;
    height: auto;
}

.services-wrap .service .card .contact-content p {
    margin-bottom: 0
}

.services-wrap .service .card .contact-content p .icon {
    margin-top: 15px;
    margin-right: 20px
}

@media (max-width: 1399.98px) {
    .services-wrap .service .card .contact-content p .icon {
        width: 35px;
        display: inline-block;
        margin-right: 10px
    }
}

@media (max-width: 767.98px) {
    .services-wrap .service .card .contact-content p .icon {
        text-align: center;
        display: block;
        margin: 0
    }
}

.services-wrap .service .card h3 {
    color: #08838F;
    margin-bottom: 10px
}

.services-wrap .service-read-more-link {
    color: #1a5c74;
    cursor: pointer
}

.services-wrap .service-read-more-content {
    display: none
}

.nav--about:nth-of-type(2n) {
    justify-content: center
}

.nav--about li a {
    color: #5B215F;
    border-bottom: 1px solid #5B215F;
    margin: 0 20px 0 0
}

.nav--about li.current_page_item a,
.nav--about li:hover a {
    color: #eb5e2b;
    border-bottom: 1px solid #eb5e2b;
    text-decoration: none
}

.support-item {
    position: relative
}

.support-item a {
    position: relative
}

.support-item .card {
    background-size: cover;
    background-color: #1a5c74;
    min-height: 400px;
    background-position: center bottom
}

@media (max-width: 1399.98px) {
    .support-item .card {
        min-height: 360px
    }
}

.support-item .card h3,
.support-item .card p,
.support-item .card a {
    color: white
}

@media (max-width: 1399.98px) {
    .support-item .card a {
        min-height: 300px
    }
}

@media (max-width: 1099.98px) {
    .support-item .card a {
        min-height: 300px
    }
}

@media (max-width: 767.98px) {
    .support-item .card a {
        min-height: 250px
    }
}

.support-item .card .link {
    text-align: right;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    right: 20px
}

.support-item .card .link:after {
    top: 5px
}

.support-item .card:hover:before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px
}

.support-item--content {
    margin-bottom: 150px
}

@media (max-width: 1399.98px) {
    .support-item--content {
        margin-bottom: 0
    }
}

.modal-contact .col-md-9 {
    margin-top: 25px;
    position: relative
}

.modal-contact p img {
    width: 35px
}

.page-template-template-support .highlights-list {
    position: relative;
    margin-top: 50px
}

.page-template-template-support .highlights-list:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    background-image: url("../../assets/img/services-list-top-curve.png");
    background-size: cover;
    width: 100%;
    height: 200px
}

@media (min-width: 768px) {
    .page-template-template-support .highlights-list:before {
        top: -200px
    }
}

@media (max-width: 767.98px) {
    .page-template-template-support .highlights-list:before {
        display: none
    }
}

.card--contact {
    border-bottom: 10px solid #5B215F;
    padding: 48px;
    top: 64px
}

.card--contact h3 {
    color: #5B215F
}

.card--contact p {
    color: black;
    float: left
}

.card--contact .icon {
    float: left;
    margin-right: 20px
}

@media (max-width: 1399.98px) {
    .card--contact .icon {
        max-width: 35px
    }

    .card--contact .icon img {
        width: 100%
    }
}

.map {
    width: 100%;
    height: 1000px;
    position: relative;
    z-index: 1;
    top: -450px;
    padding-top: 400px
}

.banner.contact {
    position: relative;
    z-index: 2
}

.regional-offices {
    margin-top: -400px;
    margin-bottom: 48px;
}

.regional-offices .card {
    overflow: hidden
}

.regional-offices .card .office-image {
    background-size: cover;
    background-position: center;
    height: 230px;
    position: relative
}

@media (max-width: 1099.98px) {
    .regional-offices .card .office-image {
        height: 200px
    }
}

.regional-offices .card .office-image:after {
    content: '';
    background-image: url("../img/office-curve.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    width: 101%;
    height: 92px;
    display: block;
    bottom: -2px;
    z-index: 10
}

.regional-offices .card h2 {
    color: #1a5c74
}

.regional-offices .card h3 {
    color: #5B215F;
    font-weight: bold
}

.regional-offices .card .icon {
    float: left;
    margin-right: 20px
}

@media (max-width: 1399.98px) {
    .regional-offices .card .icon {
        width: 35px;
        margin-right: 10px
    }

    .regional-offices .card .icon img {
        max-width: 100%;
        max-height: 100%
    }
}

.regional-offices .card p {
    display: inline-block
}

.cat-search {
    margin: 0 auto;
    position: relative;
    width: 80%;
    padding: 0 50px;
    max-width: 800px;
}

@media (max-width: 1099.98px) {
    .cat-search {
        width: 90%;
        padding: 0;
        margin: 0 auto
    }
}

.cat-search input {
    border: 2px solid #5B215F;
    border-radius: 50px;
    height: 60px;
    width: 100%;
    padding: 20px 30px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: bold;
    color: #5B215F
}

@media (max-width: 1099.98px) {
    .cat-search input {
        border: 2px solid #5B215F;
        height: 60px;
        padding: 10px 30px;
        font-size: 1rem
    }
}

.cat-search input::placeholder {
    color: #5B215F
}

.cat-search button {
    position: absolute;
    top: 0;
    right: 75px;
    z-index: 1000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: transparent;
    border: none;
    background: url("../img/icon-search.svg");
    background-size: 35px;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 1099.98px) {
    .cat-search button {
        right: 10px;
        width: 60px;
        height: 60px
    }
}

.category-toggle {
    display: none
}

@media (max-width: 1099.98px) {
    .category-toggle {
        display: block;
        font-weight: bold;
        text-align: center;
        margin: 10px 0 0 0;
        padding: 20px;
        color: #5B215F;
        position: relative;
        width: 100%
    }

    .category-toggle:after {
        content: '';
        background: url("../../assets/img/icon-arrow-right-sm-purple.svg");
        background-repeat: no-repeat;
        transform: rotate(90deg);
        width: 10px;
        height: 15px;
        position: absolute;
        right: 20px;
        top: 25px;
        transition: 0.2s
    }

    .category-toggle.open:after {
        transform: rotate(-90deg);
        transition: 0.2s
    }
}

.category-tabs {
    font-size: 2rem;
    color: #5B215F;
    margin-top: 50px;
    margin-bottom: 100px;
    display: flex;
    position: relative;
    width: 100%;
    top: 30px;
    justify-content: space-between
}

@media (max-width: 1099.98px) {
    .category-tabs {
        display: block;
        margin-top: 0;
        height: 0;
        overflow: hidden
    }

    .category-tabs.open {
        height: auto
    }
}

.category-tabs a {
    font-weight: bold;
    color: #5B215F;
    position: relative;
    top: 10px;
    text-decoration: none;
    font-size: 22px;
}

@media (max-width: 1399.98px) {
    .category-tabs a {
        font-size: 1.4rem
    }
}

@media (max-width: 1099.98px) {
    .category-tabs a {
        display: block;
        border-bottom: 1px solid #f2f2f2
    }
}

.category-tabs a:hover {
    color: #08838F;
    text-decoration: underline
}

@media (max-width: 1399.98px) {
    .category-tabs a span {
        top: 10px;
        position: relative
    }
}

@media (max-width: 1099.98px) {
    .category-tabs a span {
        top: 0;
        display: inline-block
    }
}

.category-tabs a svg {
    width: 64px;
    margin-right: 10px;
    position: relative;
    top: -25px
}

@media (max-width: 1099.98px) {
    .category-tabs a svg {
        display: inline-block;
        top: 0;
        width: 50px
    }
}

.category-tabs a:hover svg .cls-3 {
    fill: #08838F !important
}

.category-tabs div {
    width: 25%;
    border-right: 1px solid #5B215F;
    padding: 10px;
    text-align: center;
    /* margin-right: 20px */
    margin-right: 0;
}

@media (max-width: 1099.98px) {
    .category-tabs div {
        margin: 0;
        width: 100%;
        padding: 0
    }

    .category-tabs div a span {
        display: inline-block;
        margin-left: 0 auto;
        padding: 10px 0;
        top: -8px
    }
}

.category-tabs div:active {
    font-weight: bold
}

.category-tabs div:last-child {
    border: none
}

.category-tabs img {
    margin-right: 20px;
    top: -20px;
    position: relative;
    max-width: 75px
}

@media (max-width: 1399.98px) {
    .category-tabs img {
        max-width: 45px
    }
}

@media (max-width: 1099.98px) {
    .category-tabs img {
        margin: 0 auto;
        display: block
    }
}

.login-wrap h2 {
    margin: 50px 0 25px;
    font-weight: 800
}

@media (max-width: 1099.98px) {
    .login-wrap h2 {
        margin: 70px 0 50px
    }
}

.card-login {
    text-align: center;
    border-radius: 30px;
    font-size: 25px;
    margin-bottom: 48px
}

.card-login span {
    position: relative;
    font-weight: 800
}

.card-login span:after {
    content: '';
    display: block;
    background: url("../../assets/img/icon-arrow-right-sm-pink.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    position: absolute;
    top: 13px;
    right: 0
}

.card-login:hover svg path {
    fill: white !important
}

.card-login:hover span:after {
    background: url("../../assets/img/icon-arrow-right-sm-white.svg") !important;
    background-repeat: no-repeat !important
}

.card-login svg {
    height: 100px;
    margin-bottom: 70px;
    margin: 0 auto 70px
}

.login-connect .card-login {
    color: #971D4F
}

.login-connect .card-login svg path {
    stroke: #971D4F
}

.login-connect .card-login:hover {
    background: #971D4F;
    color: white;
    text-decoration: none
}

.login-connect .card-login:hover svg path {
    stroke: white
}

.login-data .card-login {
    color: #581F62
}

.login-data .card-login svg path {
    fill: #581F62;
    stroke: #581F62
}

.login-data .card-login:hover {
    background: #581F62;
    color: white;
    text-decoration: none
}

.login-data .card-login span:after {
    background: url("../../assets/img/icon-arrow-right-sm-purple.svg");
    background-repeat: no-repeat
}

.login-tender .card-login {
    color: #EF5D2B
}

.login-tender .card-login svg path {
    fill: #EF5D2B;
    stroke: #EF5D2B
}

.login-tender .card-login:hover {
    background: #EF5D2B;
    color: white;
    text-decoration: none
}

.login-tender .card-login span:after {
    background: url("../../assets/img/icon-arrow-right-sm-orange.svg");
    background-repeat: no-repeat
}

.login-staff {
    margin-bottom: 48px !important;
}

.login-staff .card-login {
    color: #EFAC22
}

.login-staff .card-login svg path {
    fill: #EFAC22;
    stroke: #EFAC22
}

.login-staff .card-login:hover {
    background: #EFAC22;
    color: white;
    text-decoration: none
}

.login-staff .card-login span:after {
    background: url("../../assets/img/icon-arrow-right-sm-yellow.svg");
    background-repeat: no-repeat
}

.full-width-image {
    margin: 50px 0;
    position: relative
}

@media (max-width: 1099.98px) {
    .full-width-image {
        margin: 40px 0
    }
}

.full-width-image img {
    width: 100%;
    display: block
}

.full-width-image:before {
    content: '';
    position: absolute;
    top: -2px;
    background-image: url("../../assets/img/full-width-image-top.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px
}

.full-width-image:after {
    content: '';
    position: absolute;
    bottom: 0;
    background-image: url("../../assets/img/full-width-image-base.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 65px
}

.pagination {
    padding-top: 50px;
    background-image: linear-gradient(to left, #FF6231, #F45839, #E44F3F, #D64744, #C83F49, #BC384C, #B1324F, #A82D51, #9F2852, #992453, #962254);
    height: 450px;
    top: -500px;
    margin-top: -400px
}

.pagination .btn,
.pagination .application-form .gform_button.button,
.application-form .pagination .gform_button.button {
    position: absolute;
    bottom: 0
}

.pagination-links {
    display: block;
    position: absolute;
    bottom: 0;
    right: 50px
}

.pagination-links .page-numbers {
    background: white;
    padding: 20px 30px;
    border-radius: 30px;
    font-weight: bold;
    border: 2px solid transparent;
    margin: 0 5px;
    color: #5B215F
}

.pagination-links .page-numbers.current,
.pagination-links .page-numbers:hover {
    background: transparent;
    border: 2px solid white;
    color: white
}

.pagination .btn.btn--primary.btn--icon-arrow-dark,
.pagination .application-form .btn--primary.gform_button.button,
.application-form .pagination .btn--primary.gform_button.button {
    min-width: 230px
}

.post-type-archive-research .pagination .btn.btn--primary.btn--icon-arrow-dark,
.blog .pagination .btn.btn--primary.btn--icon-arrow-dark {
    min-width: 0 !important;
}

@media screen and (max-width: 1400px) {

    .pagination .btn.btn--primary.btn--icon-arrow-dark,
    .pagination .application-form .btn--primary.gform_button.button,
    .application-form .pagination .btn--primary.gform_button.button {
        min-width: 200px
    }
}

.gform_wrapper .gform_footer {
    height: 150px
}

.get-in-touch {
    background-image: linear-gradient(to left, #FF6231, #F45839, #E44F3F, #D64744, #C83F49, #BC384C, #B1324F, #A82D51, #9F2852, #992453, #962254);
    padding: 50px 0 100px;
    position: relative
}

.get-in-touch img {
    max-width: 220px;
    height: auto;
}

@media (max-width: 1399.98px) {
    .get-in-touch .col-lg-4 img {
        width: 180px
    }
}

.get-in-touch input::placeholder {
    opacity: 1 !important;
    color: white
}

.get-in-touch h2,
.get-in-touch p {
    color: white
}

.get-in-touch .gform_wrapper {
    margin-top: 0
}

.get-in-touch .gform_wrapper .top_label .gfield_label {
    display: none
}

.get-in-touch ul.gform_fields li.gfield {
    margin-top: 0
}

.get-in-touch ul.gform_fields li.gfield.form-field-half {
    width: 50%;
    display: inline-block;
    clear: none
}

@media (max-width: 1099.98px) {
    .get-in-touch ul.gform_fields li.gfield.form-field-half {
        width: 100%
    }
}

.get-in-touch ul.gform_fields li.gfield.form-field-half .ginput_container_email input,
.get-in-touch ul.gform_fields li.gfield.form-field-half .ginput_container.ginput_container_text input {
    background: transparent;
    border: none;
    border-bottom: 3px solid white;
    color: white;
    width: 100%
}

.get-in-touch .ginput_container.ginput_container_textarea .textarea {
    height: 200px;
    background-color: transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50px, #fff 50px, #fff 53px, rgba(255, 255, 255, 0) 51px);
    background-size: 100% 53px;
    border: none;
    line-height: 53px !important;
    padding: 8px;
    color: white
}

.get-in-touch .ginput_container.ginput_container_textarea .textarea::placeholder {
    opacity: 1;
    color: white
}

.get-in-touch .gform_button.button {
    float: right;
    position: relative
}

.get-in-touch input[type=submit].gform_button.button {
    padding: 5px 15px;
    background: white;
    color: #5B215F !important;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-radius: 50px;
    font-size: 1.25rem;
    font-weight: 800;
    display: inline-block;
    transition: 0.1s;
    border: none;
    position: relative;
    box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.16);
    padding: 20px 40px;
    margin: 0 10px 10px 0;
    border: 2px solid white;
    padding-right: 70px;
    background-image: url("../../assets/img/icon-btn-right-dark.svg");
    background-position: 80% center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    padding: 12px 36px !important;
    font-size: 16px !important;
    padding-right: 54px !important;
}


}

@media (max-width: 1399.98px) {
    .get-in-touch input[type=submit].gform_button.button {
        font-size: 0.875rem
    }
}

.get-in-touch input[type=submit].gform_button.button:hover {
    background: transparent !important;
    color: white !important;
    border: 2px solid white !important;
    background-image: url("../../assets/img/icon-btn-right-light.svg") !important;
    background-position: 80% center !important;
    background-repeat: no-repeat !important
}

.page-template-template-logins .get-in-touch {
    padding-top: 250px
}

.page-template-template-logins .get-in-touch:before {
    content: '';
    width: 100%;
    height: 240px;
    background: url("../../assets/img/get-in-touch-top-curve.png");
    background-repeat: no-repeat;
    display: block;
    top: 0px;
    position: absolute
}

.application-form {
    margin-top: 100px
}

.application-form input::placeholder {
    opacity: 1 !important;
    color: #1a5c74
}

.application-form .gform_wrapper .top_label .gfield_label {
    display: none
}

.application-form ul.gform_fields li.gfield.form-field-half {
    width: 50%;
    display: inline-block;
    clear: none
}

.application-form ul.gform_fields li.gfield.form-field-half .ginput_container_email input,
.application-form ul.gform_fields li.gfield.form-field-half .ginput_container.ginput_container_text input {
    background: transparent;
    border: none;
    border-bottom: 3px solid #1a5c74;
    color: #1a5c74;
    width: 100%
}

.application-form .ginput_container.ginput_container_textarea .textarea {
    height: 200px;
    background-color: transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50px, #1a5c74 50px, #1a5c74 53px, rgba(255, 255, 255, 0) 51px);
    background-size: 100% 53px;
    border: none;
    line-height: 53px !important;
    padding: 8px;
    color: #1a5c74
}

.application-form .ginput_container.ginput_container_textarea .textarea::placeholder {
    opacity: 1;
    color: #1a5c74
}

.card--contact .icon,
.regional-offices .card .icon,
.services-wrap .service .card .contact-content p .icon {
    display: inline-block;
    width: 35px
}

@media (max-width: 1399.98px) {

    .card--contact .icon,
    .regional-offices .card .icon,
    .services-wrap .service .card .contact-content p .icon {
        width: 35px
    }
}

.slide {
    text-align: center
}

.our-people-list h2 {
    margin-top: 192px;
    color: #5B215F;
    margin-bottom: 0 !important;
}

@media (max-width: 1099.98px) {
    .our-people-list h3 {
        font-size: 2.1875rem
    }
}

.our-people-list .owl-stage-outer {
    overflow: hidden
}

.list--details {
    padding: 20px
}

.work-for-us-content {
    padding: 0 70px 70px 70px
}

@media (max-width: 1099.98px) {
    .work-for-us-content {
        padding: 0 15px 64px 15px;
    }
}

@media (max-width: 1099.98px) {
    .work-for-us-image {
        padding-left: 15px;
        margin-bottom: 24px
    }

    .work-for-us-image img {
        width: 150px
    }
}

.btn .cls-3,
.application-form .gform_button.button .cls-3 {
    fill: white
}

.benefit-cards {
    margin-top: 50px;
}

.regional-offices .p-5 {
    padding: 8px 20px 20px 20px !important;
}

@media (max-width: 1099.98px) {
    .home .banner .banner-carousel .banner-content-wrap h1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .banner .caption-text {
        font-size: 16px !important;
    }

    .banner-content-wrap,
    .banner .row.container {
        padding: 0 !important;
    }

    .services-list .owl-carousel .owl-nav .icon {
        height: 40px;
        width: 40px;
        background-size: contain;
    }

    .services-list .owl-carousel .owl-nav {
        margin-top: 25px;
    }

    .services-list .owl-carousel .owl-nav .owl-prev {
        margin-left: 25px;
    }

    .services-list .owl-carousel .owl-nav .owl-next {
        margin-right: 25px;
    }
}

.job-list h2 {
    margin-bottom: 32px;
}

@media (max-width: 1100px) {
    .footer-col-4.col-md-12 {
        column-count: 4;
    }

    .footer-col-4.col-md-12 .footer-logo img {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
}

@media (max-width: 767px) {
    .footer-main .social-links a {
        margin: 0 10px 0;
    }

    .footer-col-2 .icon {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    footer .mb-5 {
        margin-bottom: 0 !important;
    }

    .footer-col-4.col-md-12 {
        column-count: 2;
    }

    .footer-main ul.footer-menu {
        list-style: none;
        margin-bottom: 35px;
        margin-top: 35px;
        padding-left: 0;
    }

}

.anw-logos {
    width: 100%;
    max-width: 900px;
    display: block;
    margin: 0 auto;
}

.job-meta-wrapper p {
    text-transform: capitalize;
}

.single-jobs .main-content {
    margin-bottom: 48px;
}

.testimonai-slide .btn.gd-btn {
    background-color: #088490 !important;
    color: #FFFFFF !important;
    border-color: #088490 !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.testimonai-slide .btn.gd-btn:after {
    background: url("../../assets/img/icon-btn-right-light.svg");
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: contain;
}

.overall-stars,
.star-number {
    display: inline-block !important;
    vertical-align: top;
    color: #0caa41;
    background-position: center center !important;
    line-height: 40px;
}

.star-number {
    font-size: 21px;
    font-weight: bold;
    padding-right: 20px;
}

span.star-rating.quote-stars {
    width: 42% !important;
    margin-bottom: 40px !important;
    max-width: 160px;
}

@media (max-width: 1180px) and (min-width: 1100px) {
    .nav--container ul.nav {
        width: 100%;
    }

    .nav--container .nav li a {
        padding: 0 20px !important;
    }
}