/*
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1255px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --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%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

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

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

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

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

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

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

figure {
    margin: 0 0 1rem;
}

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

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

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

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

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

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

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

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

.figure {
    display: inline-block;
}

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

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

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

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

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

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

@media (min-width: 1255px) {
    .container {
        max-width: 1205px;
    }
}

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

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

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

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
    #colophon .col-md-11 {
        margin-left: 12% !important;
    }
}

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

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

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

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

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

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

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

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

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

.form-control-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

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

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

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

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

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

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

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

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

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

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

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

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

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

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

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

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

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

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

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

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

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

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0);
}

@supports (transform-style: preserve-3d) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {

    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {

    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !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: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

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

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

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

.border-warning {
    border-color: #ffc107 !important;
}

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

.border-light {
    border-color: #f8f9fa !important;
}

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

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

.rounded {
    border-radius: 0.25rem !important;
}

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

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

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

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

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

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

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

.d-none {
    display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 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: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

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

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

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

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

    .d-lg-flex {
        display: flex !important;
    }

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

@media (min-width: 1255px) {
    .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;
}

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

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

    .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: 992px) {
    .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;
    }

    .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: 1255px) {
    .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;
    }

    .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: 992px) {
    .float-lg-left {
        float: left !important;
    }

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

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

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

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

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

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

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

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

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

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

.m-1 {
    margin: 0.25rem !important;
}

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

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

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

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

.m-2 {
    margin: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
    padding: 0.25rem !important;
}

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

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

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

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

.p-2 {
    padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: 0.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: 0.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-md-auto {
        margin: auto !important;
    }

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

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

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

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

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-lg-auto {
        margin: auto !important;
    }

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

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

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

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

@media (min-width: 1255px) {
    .m-xl-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-xl-auto {
        margin: auto !important;
    }

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

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

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

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

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

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

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

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

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

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

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1255px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0062cc !important;
}

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

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important;
}

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

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important;
}

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

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important;
}

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

a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.m-t-5 {
    margin-top: 5px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.m-l-35 {
    margin-left: 35px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}

.m-l-45 {
    margin-left: 45px !important;
}

.p-l-45 {
    padding-left: 45px !important;
}

.m-r-45 {
    margin-right: 45px !important;
}

.p-r-45 {
    padding-right: 45px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.m-t-75 {
    margin-top: 75px !important;
}

.p-t-75 {
    padding-top: 75px !important;
}

.m-b-75 {
    margin-bottom: 75px !important;
}

.p-b-75 {
    padding-bottom: 75px !important;
}

.m-l-75 {
    margin-left: 75px !important;
}

.p-l-75 {
    padding-left: 75px !important;
}

.m-r-75 {
    margin-right: 75px !important;
}

.p-r-75 {
    padding-right: 75px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.p-b-100 {
    padding-bottom: 100px !important;
}

.m-l-100 {
    margin-left: 100px !important;
}

.p-l-100 {
    padding-left: 100px !important;
}

.m-r-100 {
    margin-right: 100px !important;
}

.p-r-100 {
    padding-right: 100px !important;
}

/*
 *  Box Shadow Mixin
 */
/*
* Media Query Manager
*   $grid-breakpoints: (
*       xs: 0,
*       sm: 576px,
*       md: 768px,
*       lg: 992px,
*       xl: 1200px
* ) !default;
* 
* $breakpoint argument choices :
* - phone
* - tab
* - desk
* 
*
* ORDER: Base + Typography > General Layout + Grid > Page Layout > Components
*
*/
img {
    max-width: 100%;
    display: block;
    height: auto;
}

.overflow-h {
    overflow: hidden;
}

.site {
    position: relative;
}

body {
    position: relative;
}

.page-content {
    padding-right: 20px;
}

.page-content .page-title {
    margin-bottom: 30px;
}

.page-content p,
.page-content h4 {
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 576px) {

    .page-content p,
    .page-content h4 {
        font-size: 14px;
        line-height: 22px;
    }
}

.page-content h4 {
    line-height: 24px;
    color: #0089d0;
    font-weight: 600;
    font-size: 20px;
}

.page-content h2,
.page-content .h2 {
    font-size: 40px;
    font-weight: 600;
    color: #0089d0;
    margin-top: -4px;
    line-height: 42px;
    letter-spacing: normal;
}

@media (max-width: 576px) {

    .page-content h2,
    .page-content .h2 {
        font-size: 26px;
        line-height: 28px;
    }
}

.page-content h3 {
    font-size: 25px;
    line-height: 32px;
    color: #f36e22;
    font-weight: 600;
}

@media (max-width: 576px) {
    .page-content h3 {
        font-size: 22px;
        line-height: 26px;
    }
}

.page-content.orange h4,
.page-content.orange h2 {
    color: #f36e22;
}

.page-content.orange h3 {
    color: #0089d0;
}

.row {
    display: block;
}

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

.col-large {
    width: 69.5%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-small {
    width: 29%;
}

.col-large,
.col-small {
    float: left;
}

@media (max-width: 992px) {

    .col-large,
    .col-small {
        float: none;
        width: 100%;
    }
}

.row-flex {
    display: flex;
}

.hidden {
    display: none;
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/ZonaPro-100.woff) format("woff");
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 100;
    font-style: italic;
    src: url(../fonts/ZonaPro-100i.woff) format("woff");
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/ZonaPro-200.woff) format("woff");
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 200;
    font-style: italic;
    src: url(../fonts/ZonaPro-200i.woff) format("woff");
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/ZonaPro-300.woff) format("woff");
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 300;
    font-style: italic;
    src: url(../fonts/ZonaPro-300i.woff) format("woff");
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ZonaPro-400.woff) format("woff");
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 400;
    font-style: italic;
    src: url(../fonts/ZonaPro-400i.woff) format("woff");
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/ZonaPro-600.woff) format("woff");
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 600;
    font-style: italic;
    src: url(../fonts/ZonaPro-600i.woff) format("woff");
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/ZonaPro-700.woff) format("woff");
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 700;
    font-style: italic;
    src: url(../fonts/ZonaPro-700i.woff) format("woff");
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/ZonaPro-800.woff) format("woff");
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 800;
    font-style: italic;
    src: url(../fonts/ZonaPro-800i.woff) format("woff");
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/ZonaPro-900.woff) format("woff");
}

@font-face {
    font-family: 'ZonaPro';
    font-style: normal;
    font-weight: 900;
    font-style: italic;
    src: url(../fonts/ZonaPro-900i.woff) format("woff");
}

@font-face {
    font-family: 'sidekick';
    src: url("../fonts/sidekick.woff?b8qbgt") format("woff");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'sidekick' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-select:before {
    content: "\e901";
}

.icon-support:before {
    content: "\e902";
}

.icon-organizaton:before {
    content: "\e903";
}

.icon-cogs:before {
    content: "\e904";
}

.icon-box:before {
    content: "\e900";
}

.icon-info:before {
    content: "\e905";
}

.icon-people:before {
    content: "\e906";
}

.icon-search:before {
    content: "\e907";
}

.icon-mail:before {
    content: "\e90d";
}

.icon-youtube:before {
    content: "\e90e";
}

.icon-linkedin:before {
    content: "\e90f";
}

.icon-facebook:before {
    content: "\e910";
}

.icon-twitter:before {
    content: "\e911";
}

.icon-arrow:before {
    content: "\e908";
}

.icon-pen:before {
    content: "\e909";
}

.icon-phone:before {
    content: "\e912";
}

.icon-map:before {
    content: "\e913";
}

.icon-people_single:before {
    content: "\e914";
}

/* 
 * Body Font Style 
 */
body {
    font-family: "ZonaPro";
    font-size: 16px;
    line-height: 1.45em;
    font-weight: 500;
    color: #343333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media all and (max-width: 768px) {
    body {
        font-size: 13px;
        line-height: 1.45em;
    }
}

/* 
 * Main Font Sizes 
 */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 800;
    font-family: "PT Sans", sans-serif;
}

h1,
.h1 {
    font-size: 45px;
    line-height: 49px;
    font-weight: 400;
    letter-spacing: -0.4px;
}

@media (max-width: 768px) {

    h1,
    .h1 {
        font-size: 32px;
        line-height: 34px;
    }
}

h2,
.h2 {
    font-size: 42px;
    line-height: 38px;
}

h3,
.h3 {
    font-size: 23px;
    line-height: 31.5px;
}

@media (max-width: 768px) {

    h3,
    .h3 {
        font-size: 18px;
        line-height: 20px;
    }
}

h4,
.h4 {
    font-size: 24px;
    line-height: 22px;
}

h5,
.h5 {
    font-size: 16px;
    line-height: 16px;
    color: #0089d0;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 16px;
}

/*
 * list Style
 */
p,
ul,
ol,
pre,
table,
blockquote {
    margin-bottom: 1.45em;
}

ul,
ol {
    list-style: none;
}

ol {
    list-style-type: upper-roman;
    list-style-position: inside;
}

strong {
    font-weight: 800;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a {
    font-family: "PT Sans", sans-serif;
}

/*! Typography -- Helpers */
.title--small {
    font-size: 23px;
    letter-spacing: -0.5px;
}

.excerpt {
    letter-spacing: 1px;
}

.type--uppercase {
    text-transform: uppercase;
}

.type--bold {
    font-weight: bold;
}

.type--italic {
    font-weight: italic;
}

.type--strikethrough {
    text-decoration: line-through;
    opacity: .5;
}

.type--underline {
    text-decoration: underline;
}

.type--body-font {
    font-family: "PT Sans", sans-serif;
}

.color-blue {
    color: #0089d0;
}

.color-orange {
    color: #f36e22;
}

.color-green {
    color: #7dc16e;
}

.color-red {
    color: #ea1d24;
}

.color-gray {
    color: #737373;
}

a .color-orange:hover {
    color: #e55b0c;
}

a .color-blue:hover {
    color: #0071ac;
}

/* Wordpress Helpers */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.font-pt-sans {
    font-family: "PT Sans", sans-serif;
}

.font-zona-pro {
    font-family: "ZonaPro";
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-44 {
    font-size: 44px;
}

.site-content {
    padding-top: 93px;
}

@media (max-width: 768px) {
    .site-content {
        padding-top: 60px;
    }
}

.admin-bar .site-header {
    top: 32px;
}

.site-header {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    height: 93px;
    z-index: 99;
    background-color: #ffffff;
    /* Mobile Button
  */
}

.site-header.active {
    box-shadow: 0px -4px 12px 0px #343333;
}

@media (max-width: 768px) {
    .site-header {
        height: 60px;
    }
	
	.homepage-hero ul li {
    float: left;
    margin-right: 4px !important;
	}
}

.site-header .site-branding {
    float: left;
    padding-top: 16px;
}

@media (max-width: 992px) {
    .site-header .site-branding {
        padding-top: 24px;
    }
}

@media (max-width: 768px) {
    .site-header .site-branding {
        padding-top: 10px;
    }
}

.site-header .site-branding a {
    display: block;
}

.site-header .site-branding a svg {
    height: 64px;
}

@media (max-width: 992px) {
    .site-header .site-branding a svg {
        height: 50px;
    }
}

@media (max-width: 768px) {
    .site-header .site-branding a svg {
        height: 40px;
    }
}

.site-header .mobile-btn {
    width: 60px;
    height: 60px;
    display: none;
    top: 30px;
    right: 0;
    bottom: 0;
    position: absolute;
}

@media (max-width: 1254px) {
    .site-header .mobile-btn {
        top: 0px;
        display: block;
    }
}

.site-header .mobile-btn span {
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: black;
    transition: 0.25s;
}

.site-header .mobile-btn span:first-child {
    transform: rotate(0deg) translateY(-5px);
}

.site-header .mobile-btn span:last-child {
    transform: rotate(0deg) translateY(5px);
}

.site-header .mobile-btn.isClicked span:first-child {
    transform: rotate(45deg) translateY(0px);
    width: 20px;
}

.site-header .mobile-btn.isClicked span:nth-child(2) {
    opacity: 0;
    transform: rotate(0deg) translateX(-25px);
    width: 0px;
}

.site-header .mobile-btn.isClicked span:last-child {
    transform: rotate(-45deg) translateY(0px);
    width: 20px;
}

.site-header .main-navigation {
    float: right;
    padding-top: 35px;
}

@media (max-width: 1254px) {
    .site-header .main-navigation {
        top: 60px;
        right: 0;
        bottom: 0;
        left: 0;
        position: fixed;
        background-color: #ffffff;
        transform: translateX(-100%);
        width: 100%;
        height: 100%;
        -webkit-transition: 0s;
        -o-transition: 0s;
        -moz-transition: 0s;
        transition: 0s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }
}

@media (max-width: 768px) {
    .site-header .main-navigation:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: #0089d0;
        width: 100%;
        transition-delay: 0s;
        transition: 0.3s;
        transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    }
}

.site-header .main-navigation.opened {
    transform: translateX(0);
    transition-delay: 0s;
}

.site-header .main-navigation.opened:before {
    transition: 0.3s;
    transition-delay: 0.4s;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    width: 0px;
}

@media (min-width: 768px) {
    .site-header .main-navigation .menu-holder {
        float: left;
    }
}

@media (max-width: 768px) {
    .site-header .main-navigation .menu-holder ul {
        padding-left: 0px;
        display: flex;
        text-align: center;
        flex-direction: column;
    }
}

.site-header .main-navigation form {
    float: left;
}

.site-header .main-navigation form button {
    font-size: 22px;
    outline: none;
    border: none;
    background: 0;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
    color: #343333;
}

.site-header .main-navigation li {
    float: left;
    margin: 0px 20px;
}

@media (max-width: 992px) {
    .site-header .main-navigation li {
        margin: 0px 15px;
    }
}

@media (max-width: 768px) {
    .site-header .main-navigation li {
        float: none;
    }
}

.site-header .main-navigation li a {
    font-size: 14px;
    font-weight: 600;
    color: #343333;
    font-family: "ZonaPro";
    position: relative;
    transition: 0s;
}

@media (max-width: 768px) {
    .site-header .main-navigation li a {
        padding: 15px;
        display: inline-block;
    }
}

.site-header .main-navigation li a:hover {
    color: #0089d0;
}

.site-header .main-navigation li.has_children-menu a {
    color: #0089d0;
}

.site-header .main-navigation li.has_children-menu a:after {
    bottom: -7px;
    opacity: 1;
    height: 2px;
}

.city_image {
    background-image: url(../img/city.png);
    background-size: cover;
    width: 100%;
    max-width: 581px;
    max-height: 500px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 992px) {
    .city_image {
        bottom: 300px;
    }

    .site-header .main-navigation li {
        margin: 0px 13px;
    }

    .site-header .main-navigation li a {
        font-size: 12px;
    }
}

.site-footer {
    position: relative;
    overflow: hidden;
    background-image: url(../img/svg/swash.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 185px;
    padding-top: 77px;
    margin-top: 47px;
}

@media (max-width: 1255px) {
    .site-footer {
        background-position: top left 20%;
    }
}

@media (max-width: 992px) {
    .site-footer {
        background-position: top left 40%;
        padding-bottom: 50px;
        margin-top: 100px;
    }
}

.site-footer .logo {
    width: 200px;
    margin-top: -3px;
}

.site-footer .logo a svg {
    height: 43px;
}

.site-footer .logo a svg path {
    fill: #ffffff;
    transition: 0.2s;
}

.site-footer .logo a svg path.st3_logo {
    fill: #ea1d24;
}

.site-footer .logo a:hover svg path {
    fill: #0089d0;
}

.site-footer .logo a:hover svg path.st3_logo {
    fill: #ffffff;
}

.site-footer ul {
    margin: 0;
    padding: 0;
}

.site-footer ul::after {
    clear: both;
    content: "";
    display: block;
}

.site-footer ul li {
    float: left;
    color: #ffffff;
    font-size: 14px;
    position: relative;
}

@media (max-width: 992px) {
    .site-footer ul li {
        float: none;
    }
}

.site-footer ul li a {
    font-weight: 600;
}

.site-footer ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.site-footer ul li.description {
    width: calc(100% - 600px);
	line-height: 1.25em;
}

@media (max-width: 992px) {
    .site-footer ul li.description {
        width: 100% !important;
    }
}

.site-footer ul li.description p {
    font-weight: 600;
}

.site-footer ul li p,
.site-footer ul li a {
    color: #ffffff;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
}

.site-footer ul.questions li {
    padding-left: 7px;
    padding-right: 7px;
    line-height: 16px;
    border-right: 1px solid #ffffff;
}

@media (max-width: 992px) {
    .site-footer ul.questions li {
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
        line-height: 28px;
    }
}

.site-footer ul.questions li:first-child {
    padding-left: 0px;
}

.site-footer ul.questions li:last-child {
    padding-right: 0px;
    border-right: none;
}

.site-footer ul.questions li.social a {
    margin: 0px 5px;
    font-size: 16px;
}

@media (max-width: 992px) {
    .site-footer ul.questions li.social a:first-child {
        margin-left: 0;
    }
}

.site-footer ul.questions li.social a:hover {
    text-decoration: none;
}

.site-footer ul.copy {
    padding-top: 6px;
}

.site-footer ul.copy li {
    position: relative;
    padding-left: 10px;
}

@media (max-width: 992px) {
    .site-footer ul.copy li {
        padding-left: 0;
    }
}

.site-footer ul.copy li:before {
    content: '';
    position: absolute;
    top: 4px;
    right: -5px;
    height: 10px;
    margin: auto;
    width: 1px;
    background-color: #ffffff;
}

@media (max-width: 992px) {
    .site-footer ul.copy li:before {
        content: none;
    }
}

.site-footer ul.copy li:first-child {
    padding-left: 0px;
}

.site-footer ul.copy li:last-child:before {
    content: none;
}

.site-footer ul.copy p,
.site-footer ul.copy a {
    font-size: 10px;
    line-height: 18px;
    display: block;
}

@media (max-width: 992px) {

    .site-footer ul.copy p,
    .site-footer ul.copy a {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    outline: none;
    transition: 0.1s;
    border: 0;
    outline: none;
    cursor: pointer;
}

.btn:hover {
    color: #ffffff;
    outline: none;
}

.btn:focus {
    outline: none;
}

.btn.btn-download {
    width: 200px;
    height: 40px;
    font-size: 20px;
    font-weight: 600;
    font-family: "PT Sans", sans-serif;
}

.btn.btn-small {
    width: 108px;
    height: 31px;
}

.btn.btn-small_2 {
    width: 185px;
    height: 30px;
    font-size: 16px;
}

.btn.btn-medium {
    width: 140px;
    height: 40px;
    font-size: 18px;
}

.btn.btn-blue {
    background-color: #0089d0;
}

.btn.btn-green {
    background-color: #7dc16e;
}

.btn.btn-gray {
    background-color: #737373;
}

.btn.btn-blue:hover {
    background-color: #0071ac;
}

.btn.btn-white {
    background-color: #ffffff;
    color: #0089d0;
}

.btn.btn-white:hover {
    background-color: #0089d0;
    color: #ffffff;
}

.btn.btn-orange {
    background-color: #f36e22;
}

.btn.btn-orange:hover {
    background-color: #e55b0c;
}

.btn.btn-green:hover {
    background-color: #6eaa60;
}

.btn.btn-gray:hover {
    background-color: #333333;
}


.cta_footer {
    margin-top: 58px;
}

.cta_footer h3 {
    font-size: 35px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .cta_footer h3 {
        font-size: 24px;
        line-height: 26px;
    }
}

.cta_footer p {
    margin-top: 13px;
    font-size: 18px;
    margin-bottom: 17px;
}

@media (max-width: 768px) {
    .cta_footer p {
        font-size: 14px;
    }
}

.questions__component ul {
    margin: 0;
    padding: 0;
    padding-top: 18px;
}

.questions__component.medium ul {
    padding: 0px;
}

.questions__component.medium ul li:first-child a {
    padding-top: 17px;
}

.questions__component.medium ul li a {
    padding-bottom: 11px;
    padding-top: 75px;
}

@media (max-width: 992px) {
    .questions__component.medium ul li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.questions__component.medium ul li a h3 {
    padding-left: 90px;
    padding-right: 5px;
}

@media (max-width: 992px) {
    .questions__component.medium ul li a h3 {
        padding-left: 80px;
    }
}

.questions__component.medium ul li a span.ico {
    font-size: 70px;
}

@media (max-width: 992px) {
    .questions__component.medium ul li a span.ico {
        font-size: 50px;
    }
}

.questions__component.medium ul li a span.ico.icon-cogs {
    font-size: 60px;
}

@media (max-width: 992px) {
    .questions__component.medium ul li a span.ico.icon-cogs {
        font-size: 40px;
    }
}

.questions__component li {
    position: relative;
    border-bottom: 2px solid #0089d0;
    box-shadow: inset 0px 0px 0px 0px #0089d0;
    transition: 0.2s;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

.questions__component li:hover {
    box-shadow: inset 0px -2px 0px 0px #0089d0;
}

.questions__component li:hover:before,
.questions__component li:hover:after {
    height: 0px;
}

.questions__component li:after,
.questions__component li:before {
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 2px;
    height: 13px;
    background-color: #0089d0;
    transition: 0.2s;
}

.questions__component li:after {
    left: auto;
}

.questions__component li:before {
    right: auto;
}

.questions__component li a {
    display: block;
    position: relative;
    padding-bottom: 5px;
    padding-top: 16px;
}

.questions__component li a:hover .title {
    color: #0089d0;
}

.questions__component li a:hover .ico {
    color: #0077b3;
}

.questions__component li a span.ico {
    height: 46px;
    width: 46px;

    left: 20px;
    position: absolute;
    font-size: 46px;
    display: flex;
    align-items: flex-end;
    color: #0089d0;
    bottom: 6px;
    justify-content: center;
}

.questions__component li a span.ico.icon-organization {
    font-size: 56px;
}

.questions__component li a span.ico.icon-cogs {
    font-size: 46px;
}

.questions__component li a span.ico.icon-support {
    font-size: 55px;
}

.questions__component li a span.ico.icon-select {
    left: 8px;
}

.questions__component li a span,
.questions__component li a h3 {
    min-height: 60px;
    display: inline-block;
    vertical-align: bottom;
}

.questions__component li a h3.title {
    padding-left: 80px;
    display: flex;
    align-items: flex-end;
    font-size: 23px;
    color: #737373;
    font-weight: 600;
    letter-spacing: -0.4px;
}

@media (max-width: 768px) {
    .questions__component li a h3.title {
        font-size: 18px;
    }
}

.questions__component.color-orange li {
    border-bottom: 2px solid #f36e22;
    box-shadow: inset 0px 0px 0px 0px #f36e22;
}

.questions__component.color-orange li:hover {
    box-shadow: inset 0px -2px 0px 0px #f36e22;
}

.questions__component.color-orange li:before,
.questions__component.color-orange li:after {
    background-color: #f36e22;
}

.questions__component.color-orange li a span.ico {
    color: #f36e22;
}

.questions__component.color-orange li a:hover .title {
    color: #f36e22;
}

.questions__component.color-orange li a:hover span.ico {
    color: #e55b0c;
}

.questions__component.color-green li {
    border-bottom: 2px solid #7dc16e;
    box-shadow: inset 0px 0px 0px 0px #7dc16e;
}

.questions__component.color-green li:hover {
    box-shadow: inset 0px -2px 0px 0px #7dc16e;
}

.questions__component.color-green li:before,
.questions__component.color-green li:after {
    background-color: #7dc16e;
}

.questions__component.color-green li a span.ico {
    color: #7dc16e;
}

.questions__component.color-green li a:hover .title {
    color: #7dc16e;
}

.questions__component.color-green li a:hover span.ico {
    color: #6eaa60;
}

.questions__component.color-gray li {
    border-bottom: 2px solid #737373;
    box-shadow: inset 0px 0px 0px 0px #737373;
}

.questions__component.color-gray li:hover {
    box-shadow: inset 0px -2px 0px 0px #737373;
}

.questions__component.color-gray li:before,
.questions__component.color-gray li:after {
    background-color: #737373;
}

.questions__component.color-gray li a span.ico {
    color: #737373;
}

.questions__component.color-gray li a:hover .title {
    color: #737373;
}

.questions__component.color-gray li a:hover span.ico {
    color: #333;
}

.recent-posts__component {
    margin-top: 60px;
    padding-left: 28px;
    box-shadow: inset 7px 0px 0px 0px #0089d0;
}

.recent-posts__component .title p {
    font-family: "PT Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #f36e22;
}

@media (max-width: 576px) {
    .recent-posts__component .title p {
        font-size: 20px;
    }
}

.recent-posts__component.color-orange {
    box-shadow: inset 7px 0px 0px 0px #f36e22;
}

.recent-posts__component.color-orange .title p {
    color: #0089d0;
}

.recent-posts__component.color-orange ul a:after {
    background-color: #f36e22;
}

.recent-posts__component ul {
    margin: 0;
    padding: 0;
}

.recent-posts__component ul h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 1.45em;
    width: calc(100% - 160px);
}

.recent-posts__component ul li {
    position: relative;
    margin-bottom: 15px;
}

.page-template-page_main-homepage .recent-posts__component ul li {

    margin-bottom: 0px;
}

.recent-posts__component ul li h3 {
    font-size: 20px;
    line-height: 22px;
}

.page-template-page_sub-homepage .recent-posts__component.color-green {
    box-shadow: inset 7px 0px 0px 0px #7dc16e;
}
 

@media (max-width: 768px) {
    .recent-posts__component ul li h3 {
        font-size: 18px;
        line-height: 20px;
    }
}

.recent-posts__component ul a:after {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #0089d0;
    height: 100%;
    width: 0px;
    left: -25px;
    transition: 0.2s;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

.recent-posts__component ul a:hover h3 {
    text-decoration: underline;
}

.recent-posts__component ul a:hover:after {
    width: 9px;
}

.recent-posts__component .image {
    width: 125px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.recent-posts__component .image,
.recent-posts__component h3 {
    display: inline-block;
    vertical-align: top;
}

.resources__component--medium {
    margin-top: 60px;
    padding-left: 28px;
    position: relative;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.resources__component--medium:after {
    content: '';
    top: 0;
    bottom: 0;
    left: 0px;
    position: absolute;
    width: 7px;
}

.resources__component--medium h3 {
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    padding: 13px 0px;
}

@media (max-width: 576px) {
    .resources__component--medium h3 {
        font-size: 17px;
        padding: 10px 0px;
    }
}

.resources__component--medium .title p {
    font-family: "PT Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
}

.resources__component--medium.color-blue:after {
    background-color: #0089d0;
}

.resources__component--medium.color-blue .title p {
    color: #f36e22;
}

.resources__component--medium.color-orange:after {
    background-color: #f36e22;
}

.resources__component--medium.color-orange .title p {
    color: #0089d0;
}

.resources__component--medium.color-green:after {
    background-color: #7dc16e;
}

 

.resources__component--medium .component__content {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 30px 35px 30px;
    background-color: #ea1d24;
    min-height: 445px;
}

@media (max-width: 1255px) {
    .resources__component--medium .component__content {
        padding: 0px 10px 20px;
    }
}

@media (max-width: 576px) {
    .resources__component--medium .component__content {
        text-align: center;
    }
}

.resources__component--medium .component__content .inner-content {
    padding: 0px 15px;
    padding-top: 20px;
    display: flex;
}

.resources__component--medium .component__content .inner-content::after {
    clear: both;
    content: "";
    display: block;
}

@media (max-width: 576px) {
    .resources__component--medium .component__content .inner-content {
        flex-direction: column;
    }
}

.resources__component--medium .component__content .inner-content .icon,
.resources__component--medium .component__content .inner-content .list {
    float: left;
    vertical-align: top;
}

@media (max-width: 576px) {

    .resources__component--medium .component__content .inner-content .icon ul,
    .resources__component--medium .component__content .inner-content .list ul {
        display: none;
    }
}

.resources__component--medium .component__content .inner-content .icon {
    font-size: 125px;
    color: #ffffff;
}

.resources__component--medium .component__content .inner-content .list {
    padding: 15px 30px;
}

@media (max-width: 576px) {
    .resources__component--medium .component__content .inner-content .list {
        padding: 30px 0px;
    }
}

.resources__component--medium .component__content .inner-content .list h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
}

@media (max-width: 576px) {
    .resources__component--medium .component__content .inner-content .list h4 {
        font-size: 22px;
        line-height: 28px;
        padding: 0px 40px;
    }
}

.resources__component--medium .component__content .inner-content .list ul {
    margin: 0;
    margin-top: 15px;
    padding: 0;
    margin-left: 20px;
    list-style-type: disc;
}

.resources__component--medium .component__content .lower-content {
    margin-top: 15px;
    text-align: center;
}

@media (max-width: 576px) {
    .resources__component--medium .component__content .lower-content {
        padding: 0px 30px;
    }
}

.resources__component--medium .component__content .lower-content p {
    font-size: 20px;
    font-family: "PT Sans", sans-serif;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
}

@media (max-width: 576px) {
    .resources__component--medium .component__content .lower-content p {
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
    }
}

.resources__component .resource-content a:not(.btn),
.resources__component .resource-content p,
.resources__component .resource-content li,
.resources__component .resource-content h4,
.resources__component .resource-content h3 {
    color: #ffffff !important;
}

.resources__component a {
    color: #0089d0 !important;
    text-decoration: none !important;
    box-shadow: 1px 1px 0px 1px #b8171c;
}

.resources__component a:hover {
    text-decoration: none !important;
    color: #ffffff !important;
}

.large_resource {
    margin-bottom: 70px;
}

.large_resource .resources__component {
    padding-left: 0;
}

.large_resource .resources__component:after {
    content: none;
}

.page-hero {
    margin-top: 23px;
}

.page-hero .inner-content {
    display: flex;
    align-items: center;
    min-height: 242px;
    background-color: #0089d0;
    padding: 0px 70px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.page-hero .inner-content.orange {
    background-color: #f36e22;
}

.page-hero .inner-content.green {
    background-color: #2c7736;
}

@media (max-width: 1255px) {
    .page-hero .inner-content {
        padding: 0px 35px;
    }
}

@media (max-width: 576px) {
    .page-hero .inner-content {
        display: block;
        padding: 30px 70px;
        text-align: center;
    }
}

.page-hero .title {
    text-align: center;
    padding-left: 45px;
    margin-top: -10px;
}

@media (max-width: 1255px) {
    .page-hero .title {
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    .page-hero .title {
        padding-left: 40px;
    }
}

@media (max-width: 576px) {
    .page-hero .title {
        padding-left: 0;
        margin-top: 20px;
    }
}

.page-hero .title h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
}

@media (max-width: 1255px) {
    .page-hero .title h1 {
        font-size: 39px;
    }
}

@media (max-width: 768px) {
    .page-hero .title h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 576px) {
    .page-hero .title h1 {
        font-size: 20px;
        line-height: 24px;
    }
}

.page-hero .icon {
    color: #ffffff;
    font-size: 150px;
}

@media (max-width: 768px) {
    .page-hero .icon {
        font-size: 100px;
    }
}

.page-hero .icon.icon-organizaton {
    position: relative;
    top: -15px;
}

.page-content {
    margin-top: 46px;
    padding-left: 30px;
    border-left: 10px solid #0089d0;
}

.page-content a {
    color: #0089d0;
    font-family: "ZonaPro";
    font-weight: 600;
    text-decoration: underline;
}


.page-menu {
    padding-top: 30px;
}

.page-menu .logo {
    max-width: 480px;
    padding-bottom: 15px;
}

.page-menu .logo a {
    transition: 0.3s;
    color: #757575;
}

.page-menu .logo a:hover {
    text-decoration: underline;
}

.page-menu .logo a.apricot svg {
    height: 58px;
    margin-bottom: -9px;
}
.page-menu .logo a.neon img{
    height:58px;

}

.page-menu .logo a.bloomerang img{
    height:54px;

}
.page-menu .logo svg {
    height: 49px;
}

@media (max-width: 576px) {
    .page-menu .logo svg {
        max-height: 49px;
        height: auto;
    }
}

.page-menu .logo p {
    font-family: "PT Sans", sans-serif;
    margin-top: 6px;
    font-weight: 500;
    font-size: 17px;
    color: #757575;
    margin-bottom: 0;
}

.page-menu nav {
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-top: -4px;
}

.page-menu nav ul {
    padding: 0;
    margin: 0;
}

.page-menu nav ul::after {
    clear: both;
    content: "";
    display: block;
}

@media (max-width: 992px) {
    .page-menu nav ul {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .page-menu nav ul {
        flex-direction: column;
    }
}

.page-menu nav ul li {
    float: left;
    margin: 0px 15px;
}

@media (max-width: 992px) {
    .page-menu nav ul li {
        margin: 0px 5px;
    }
}

.page-menu nav ul li:first-child {
    margin-left: 0px;
}

.page-menu nav ul li:last-child {
    margin-right: 0px;
}

@media (max-width: 768px) {
    .page-menu nav ul li {
        margin: 0;
    }
}

.page-menu nav ul li.current-menu-item a {
    color: #0089d0;
}

.page-menu nav ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    transition: 0.2s;
    display: block;
    padding: 10px 0px;
    line-height: 19px;
}

@media (max-width: 768px) {
    .page-menu nav ul li a {
        padding: 5px 0px;
    }
}

.page-menu nav ul li a:hover {
    color: #0089d0;
}

.blog__post-list {
    min-height: 70vh;
    margin: 0;
    padding: 0;
}

.blog__post-list~.pagination {
    display: none;
}

.blog__post-list.orange a:after {
    background-color: #f36e22;
}

.blog__post-list h3 {
    color: #0089d0;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0px;
}

.blog__post-list a {
    display: block;
    text-decoration: none;
}

.blog__post-list a p {
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    color: #e6e7e8;
}

.blog__post-list a:hover {
    text-decoration: none;
}

.blog__post-list a:hover h3 {
    color: #0077b3;
    text-decoration: underline;
}

.blog__post-list .title {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 160px);
}

.blog__post-list .title p {
    color: #757575;
    pointer-events: none;
    margin-bottom: 0px;
}

.blog__post-list .image {
    width: 125px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
    display: inline-block;
}

.blog__post-list li {
    visibility: hidden;
    opacity: 0;
    position: relative;
    margin-bottom: 15px;
    transition: 0.7s;
    transform: translateY(30px);
}

.blog__post-list li.active {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.blog__post-list li h3 {
    font-size: 20px;
    line-height: 22px;
}

@media (max-width: 768px) {
    .blog__post-list li h3 {
        font-size: 18px;
        line-height: 20px;
    }
}

.blog__post-list a:after {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #0089d0;
    height: 100%;
    width: 0px;
    left: -30px;
    transition: 0.2s;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

.blog__post-list a:hover:after {
    width: 9px;
}

.related-posts ul {
    margin: 0;
    padding: 0;
}

.related-posts ul::after {
    clear: both;
    content: "";
    display: block;
}

.related-posts ul li {
    float: left;
    width: calc((100% / 4) - 11px);
    margin: 0px 7px;
}

@media (max-width: 768px) {
    .related-posts ul li {
        width: calc((100% / 2) - 7px);
        margin-bottom: 25px;
    }
}

.related-posts ul li:first-child {
    margin-left: 0px;
}

@media (max-width: 768px) {
    .related-posts ul li:nth-child(2) {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .related-posts ul li:nth-child(3) {
        margin-left: 0;
    }
}

.related-posts ul li:last-child {
    margin-right: 0px;
}

.related-posts ul li a:hover h4 {
    color: #0077b3;
}

.related-posts ul li .image {
    height: 145px;
    width: 100%;
    display: block;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.related-posts ul li h4 {
    font-size: 18px;
}

.related-posts a {
    text-decoration: none;
}

.page-content .page-title::after {
    clear: both;
    content: "";
    display: block;
}

.page-content .page-title h2 {
    float: left;
    width: calc(100% - 300px);
}

@media (max-width: 768px) {
    .page-content .page-title h2 {
        float: none;
        width: 100%;
    }
}

.page-content .page-title .share-info {
    float: right;
    position: relative;
    top: -6px;
}

@media (max-width: 768px) {
    .page-content .page-title .share-info {
        float: none;
        width: 100%;
        top: -5px;
        left: -11px;
        margin-bottom: 15px;
    }
}

.page-content .page-title .share-info ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.page-content .page-title .share-info ul li {
    display: inline-block;
    margin: 0px 11px;
    vertical-align: middle;
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.page-content .page-title .share-info ul li:last-child {
    margin-right: 0px;
}

.page-content .page-title .share-info ul li:first-child {
    margin-top: -3px;
}

.page-content .page-title .share-info ul li a {
    font-size: 27px;
    text-decoration: none;
    transition: 0.2s;
}

@media (max-width: 576px) {
    .page-content .page-title .share-info ul li a {
        font-size: 20px;
    }
}

.page-content .page-title .share-info ul li a:hover {
    color: #f36e22;
}

.single .content h2,
.single .content .h2 {
    float: none;
    width: 100%;
    font-size: 25px;
    line-height: 27px;
    color: #f36e22;
    font-weight: 600;
    margin-bottom: 10px;
}

.page-content.single h3,
.page-content.single .h3 {
    font-size: 20px;
    line-height: 24px;
    color: #0089d0;
    font-weight: 600;
    margin-bottom: 10px;
}

.page-content.single h4,
.page-content.single .h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #343333;
}

.page-content.single .list-dropdown.blue h4 {


    color: #0089d0;
}

.page-content.single h5,
.page-content.single .h5 {
    font-size: 14px;
    line-height: 16px;
    color: #343333;
    margin-bottom: 10px;

}

.page-content.single h6,
.page-content.single .h6 {
    font-size: 14px;
    line-height: 16px;
    color: #343333;
    margin-bottom: 10px;
    font-weight: normal;

}

.page-content.single pre {
    font-size: 24px;
    color: #0089d0;
    font-family: "ZonaPro";
    overflow: visible;
    white-space: pre-wrap;
    line-height: 1.25em;
}

.page-content.single blockquote {
    border-top: 3px solid #0089d0;
    border-top: 3px dotted #0089d0;
    padding: 20px;
    color: #0089d0;
    border-bottom: 3px dotted #0089d0;
    padding: 20px 20px 0px 20px;
}

.page-content.single th {
    background-color: #0089d0;
    color: white;
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
    border-right: 1px solid white;
}

.page-content.single th:last-child {
    border-right-color: #0089d0;
}

.page-content.single td {
    border: 1px solid #0089d0;
    padding: 10px;
}

.page-content .meta-info::after {
    clear: both;
    content: "";
    display: block;
}



.page-content .left-content {
    float: left;
    width: calc(100% - 300px);
}

@media (max-width: 768px) {
    .page-content .left-content {
        float: none;
        width: 100%;
    }
}

.page-content .share-info {
    float: right;
    position: relative;
    top: 6px;
}

@media (max-width: 768px) {
    .page-content .share-info {
        float: none;
        width: 100%;
        top: 0px;
        left: -6px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.page-content .share-info ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.page-content .share-info ul li {
    display: inline-block;
    margin: 0px 11px;
    vertical-align: middle;
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.page-content .share-info ul li:hover {
    text-decoration: none;
}

.page-content .share-info ul li:last-child {
    margin-right: 0px;
}

.page-content .share-info ul li:first-child {
    margin-top: -3px;
}

.page-content .share-info ul li a {
    font-size: 27px;
    text-decoration: none;
    transition: 0.2s;
}

@media (max-width: 576px) {
    .page-content .share-info ul li a {
        font-size: 20px;
    }
}

.page-content .share-info ul li a:hover {
    color: #f36e22;
    text-decoration: none !important;
}

.page-content.category .share-info ul {
    padding-top: 4px;
}

#searchform {
    margin-top: -7px;
}

#searchform .form-group {
    position: relative;
}

#searchform .form-group .input-group {
    position: relative;
    width: 40px;
    height: 38px;
}

#searchform .form-group .input-group button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    border-left: 1px solid transparent;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#searchform .form-group .form-control {
    width: 280px;
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

#searchform .form-group .form-control:focus {
    border-color: #ea1d24;
    box-shadow: 0 0 0 0.2rem rgba(234, 29, 36, 0.25);
}

#searchform .form-group.is-opened button {
    background-color: #ea1d24;
    color: #ffffff;
}

#searchform .form-group.is-opened .form-control {
    width: 580px;
    opacity: 1;
    visibility: visible;
}

#searchform:hover button {
    background-color: #ea1d24;
    color: #ffffff;
}

@media (max-width: 768px) {
    #searchform {
        padding: 0px 30px;
        float: none;
        width: 100%;
        margin-top: 50px;
    }

    #searchform button {
        background-color: #ea1d24;
        color: #ffffff;
        right: 0;
    }

    #searchform .form-group .form-control {
        width: 100% !important;
        opacity: 1;
        visibility: visible;
    }

    #searchform .form-group .input-group {
        width: 100%;
        margin: auto;
    }
}

.list-notes {
    display: flex;
    margin-bottom: 35px;
}

@media (max-width: 768px) {
    .list-notes {
        display: block;
    }
}

.list-notes .list,
.list-notes .content {
    flex: 1;
}

.list-notes .content {
    margin-right: 15px;
}

.list-notes.orange .list {
    border-color: #f36e22;
}

.list-notes.orange .list h4 {
    color: #f36e22;
}

.list-notes .list {
    margin-left: 15px;
    border: 1px solid #0089d0;
    border-top-width: 10px;
    padding: 20px 25px;
    background-color: #f7f7f7;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .list-notes .list {
        margin-left: 0px;
    }
}

.list-notes .list ul {
    padding-left: 15px;
    margin-top: 20px;
    list-style-type: disc;
}

.list-notes .list li,
.list-notes .list h4 {
    font-family: "ZonaPro";
}

.list-notes .list h4 {
    color: #0089d0;
    font-weight: 600;
}

@media (max-width: 576px) {
    .list-notes .list h4 {
        font-size: 18px;
        line-height: 22px;
    }
}

.list-notes .list li {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .list-notes .list li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 7px;
    }
}

.list-dropdown {
    margin-bottom: 35px;
}

.list-dropdown>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-dropdown>ul>li {
    border-bottom: 1px solid #0089d0;
}

.list-dropdown>ul>li li {
    list-style-type: disc;
    margin-bottom: 15px;
}

.list-dropdown ol {
    list-style-position: outside;
    list-style-type: decimal;
}

.list-dropdown ol li {
    list-style-type: decimal !important;
}

.list-dropdown.orange>ul>li {
    border-color: #f36e22;
}

.list-dropdown.orange>ul h4:hover .drop-btn {
    background-color: #f36e22;
}

.list-dropdown.orange>ul h4 .drop-btn {
    border-color: #f36e22;
}

.list-dropdown.orange>ul h4 .drop-btn:before,
.list-dropdown.orange>ul h4 .drop-btn:after {
    background-color: #f36e22;
}

.list-dropdown.orange>ul h4:hover .drop-btn:before,
.list-dropdown.orange>ul h4:hover .drop-btn:after {
    background-color: #ffffff;
}

.list-dropdown .content {
    display: none;
    padding-left: 70px;
}

.list-dropdown .content a,
.list-dropdown .content p,
.list-dropdown .content li {
    font-family: "PT Sans", sans-serif;
}

.list-dropdown h4 {
    font-size: 20px !important;
    line-height: 1.25em !important;
    cursor: pointer;
    padding: 15px 0px;
    position: relative;
    padding-left: 50px;
    line-height: 1.15em;
}
.page-content.orange .list-dropdown h4{
    color:#f36e22;
}

@media (max-width: 576px) {
    .list-dropdown h4 {
        font-size: 16px;
        line-height: 22px;
    }
}

.list-dropdown h4 .drop-btn {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid #0077b3;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: 18px;
    transition: 0.2s;
}

.list-dropdown h4 .drop-btn:after,
.list-dropdown h4 .drop-btn:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 2px;
    background-color: #0077b3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}

.list-dropdown h4 .drop-btn:before {
    transform: rotate(90deg);
}

.list-dropdown h4 .drop-btn.active:before {
    transform: rotate(360deg);
}

.list-dropdown h4 .drop-btn.active:after {
    transform: rotate(180deg);
}

.list-dropdown h4:hover .drop-btn {
    background-color: #0077b3;
}

.list-dropdown h4:hover .drop-btn:before,
.list-dropdown h4:hover .drop-btn:after {
    background-color: #ffffff;
}

.custom-content ul {
    list-style-type: disc;
}

.custom-content .list-dropdown>ul {
    list-style-type: none;
}

ul.list-dropdown-ul>br {
    display: none;
}

@media (max-width: 576px) {
    .custom-content ul {
        padding-left: 0px;
    }
}

.custom-content ul li {
    padding: 5px 0px;
    font-weight: 500;
    padding: 5px 0px;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
    display: block;
    font-size: 16px;
}

.custom-content .list-dropdown>ul>li {

    padding: 0;
}

@media (max-width: 768px) {
    .custom-content ul li {
        display: block;
    }
}

@media (max-width: 576px) {
    .custom-content ul li {
        font-size: 14px;
        line-height: 22px;
    }
}

.custom-content ul li:before {
    position: absolute;
    content: '';
    top: 15px;
    left: 0px;
    height: 5px;
    width: 5px;
    background: #333333;
    border-radius: 50px;
}

.custom-content .list-dropdown ul li:before {

    content: none;

}

.custom-content .list-dropdown ul li li {

    display: list-item;
    padding: 0;

}

.custom-content li {
    line-height: 26px;
}

.custom-content li strong {
    font-weight: 700;
}

.custom-content ol {
    list-style-type: decimal;
    margin-top: 10px;
}

@media (max-width: 576px) {
    .custom-content ol {
        padding-left: 0px;
    }
}

.custom-content ol li {
    padding: 5px 0;
    list-style-type: none;
    counter-increment: item;
    font-size: 16px;
}

@media (max-width: 576px) {
    .custom-content ol li {
        font-size: 14px;
        line-height: 22px;
    }
}

.custom-content ol li:before {
    display: inline-block;
    content: counter(item) ".";
    font-weight: bold;
    text-align: left;
    padding-right: 10px;
}

ul.columns {
    list-style-position: inside;
}

ul.columns.column_2 {
    columns: 2;
    padding-top: 10px;
    padding-right: 10px;
    list-style-position: inside;
}

@media (max-width: 768px) {
    ul.columns.column_2 {
        columns: auto;
    }
}

ul.columns.column_3 {
    columns: 3;
}

@media (max-width: 768px) {
    ul.columns.column_3 {
        columns: auto;
    }
}

.service-title {
    margin-bottom: 1em;
}

.list-service {
    border: 1px solid #f36e22;
    background-color: #f7f7f7;
}

.list-service.blue {
    border: 1px solid #0089d0;
}

.list-service.blue .list-one>li {
    box-shadow: 1px 0px 0px 0px #0089d0;
}

.list-service.orange {
    border-color: #f36e22;
}

.list-service.orange .list-one h4 {
    background-color: #f36e22;
}

.list-service.orange .list-one>li:after {
    background-color: #f36e22;
}

.list-service .list-one {
    display: flex;
}

@media (max-width: 768px) {
    .list-service .list-one {
        display: block;
    }
}

.list-service .list-one>li {
    flex: 1;
    position: relative;
    padding-bottom: 35px;
    box-shadow: 1px 0px 0px 0px #f36e22;
}.list-service.green {
    border-color:#6eaa61;
}
.list-service.green .list-one>li{
    box-shadow: 1px 0px 0px 0px  #6eaa61;

}
.list-service .list-one>li:last-child:after {
    content: none;
}

.list-service .list-one>li:last-child h4:after {
    content: none;
}

.list-service .list-one>li:first-child h4 {
    box-shadow: none;
}

.list-service .list-one>li>ul {
    padding: 0px 20px 0px 40px;
    margin: 0px;
    margin-top: 20px;
    list-style-type: disc;
}

@media (max-width: 1255px) {
    .list-service .list-one>li>ul {
        padding: 0px 20px 0px 40px;
    }
}

.list-service .list-one>li>ul>li {
    font-size: 16px;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .list-service .list-one>li>ul>li {
        padding: 5px 0px;
        line-height: 22px;
    }
}

@media (max-width: 576px) {
    .list-service .list-one>li>ul>li {
        font-size: 14px;
        line-height: 22px;
    }
}

.list-service .list-one h4 {
    min-height: 42px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #ffffff;
    background-color: #0089d0;
    box-shadow: inset 1px 0px 0px 0px #ffffff;
    position: relative;
}
.list-service.green .list-one h4{
    background-color: #6eaa61;
}
@media (max-width: 1255px) {
    .list-service .list-one h4 {
        min-height: 65px;
        min-height: 40px;
    }
}

@media (max-width: 768px) {
    .list-service .list-one h4 {
        box-shadow: none;
    }
}

@media (max-width: 576px) {
    .list-service .list-one h4 {
        font-size: 18px;
        line-height: 22px;
    }
}

.list-service .list-one span {
    padding: 0px 20px;
    display: block;
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    font-family: "ZonaPro";
}

.list-service ul {
    margin: 0px;
    padding: 0px;
}

.column-component {
    display: flex;
}

@media (max-width: 992px) {
    .column-component {
        display: block;
    }
}

.column-component .width-50 {
    flex: 1;
}

.column-component .width-50:first-child {
    padding-right: 30px;
}

@media (max-width: 992px) {
    .column-component .width-50:first-child {
        padding-right: 0;
    }
}

.column-component .width-50:last-child {
    padding-left: 30px;
}

@media (max-width: 992px) {
    .column-component .width-50:last-child {
        padding-left: 0;
    }
}

.team-component {
    display: flex;
}

@media (max-width: 992px) {
    .team-component {
        display: block;
    }
}

.team-component .width-50 {
    flex: 1;
}

.team-component .width-50:first-child {
    padding-right: 30px;
}

@media (max-width: 576px) {
    .team-component .width-50:first-child {
        padding-right: 0;
    }
}

.team-component .width-50:last-child {
    padding-left: 30px;
}

@media (max-width: 576px) {
    .team-component .width-50:last-child {
        padding-left: 0;
    }
}

.team-component h2 {
    color: #ea1d24;
    margin-bottom: 5px;
}

.team-component .member-image {
    width: 125px;
}

.team-component .member-image img {
    max-width: 100%;
}

@media (max-width: 576px) {
    .team-component .member-image {
        margin-bottom: 25px;
    }
}

.team-component .list {
    margin-bottom: 15px;
}

.team-component .list::after {
    clear: both;
    content: "";
    display: block;
}

.team-component .list [class*="member"] {
    float: left;
}

.team-component .list .member-info {
    width: calc(100% - 125px);
    padding-left: 25px;
}

@media (max-width: 576px) {
    .team-component .list .member-info {
        padding-left: 0;
        width: 100%;
    }
}

.team-component .list .member-info h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #0089d0;
}

.team-component .list .member-info h3+p {
    font-weight: 600;
}

.team-component .position-title {
    margin-bottom: 0;
    color: #343333;
    font-weight: 600;
    font-size: 20px;
    font-family: "PT Sans", sans-serif;
}

.team-component ul {
    margin: 0;
    padding-left: 25px;
    list-style-type: disc;
    margin-top: 10px;
}

.team-component ul li {
    font-size: 16px;
}

@media (max-width: 768px) {
    .team-component ul li {
        padding: 5px 0px;
    }
}

.team-component .content__right>ul>li>p {
    color: #0089d0;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 600;
    margin-bottom: 0px;
}

.team-component .content__right>ul>li>p:hover {
    color: #0077b3;
}

.team-component .job-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 99;
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

.team-component .job-modal .inner-modal {
    max-width: 767px;
    margin: auto;
    background: #ffffff;
    height: 85vh;
    overflow-y: auto;
    transition: 0.25s;
}

@media (max-width: 768px) {
    .team-component .job-modal .inner-modal {
        margin: 0px 15px;
    }
}

.team-component .job-modal .inner-modal .content {
    padding: 0px 30px;
    position: relative;
    padding-bottom: 80px;
}

.team-component .job-modal .inner-modal .content .modal-title {
    position: relative;
    margin: 0px -30px;
    padding: 15px 30px;
    border-bottom: 2px solid #0089d0;
    margin-bottom: 35px;
}

.team-component .job-modal .inner-modal .content .modal-title button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    margin: auto;
    margin-right: 10px;
    border: 0;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.team-component .job-modal .inner-modal .content .modal-title button span {
    background-color: #0077b3;
    height: 2px;
    width: 25px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.team-component .job-modal .inner-modal .content .modal-title button span:last-child {
    transform: rotate(-45deg);
}

.team-component .job-modal .inner-modal .content .modal-title button:hover span {
    background-color: #0077b3;
}

.team-component .job-modal.active {
    visibility: visible;
    opacity: 1;
}

.resources__component--small {
    background-color: #ea1d24;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 18px 0px 30px 0px;
    margin-bottom: 33px;
}

.resources__component--small h3 {
    font-weight: 300;
    text-align: center;
    font-family: "PT Sans", sans-serif;
    border-bottom: 1px solid #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin: 0px 65px;
    letter-spacing: -0.4px;
}

@media (max-width: 1255px) {
    .resources__component--small h3 {
        margin: 0px 45px;
    }
}

.resources__component--small h4 {
    font-size: 21px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    line-height: 24px;
}

.resources__component--small .inner-content {
    display: flex;
    min-height: 100px;
}

.resources__component--small .inner-content .icon {
    color: #ffffff;
    font-size: 100px;
    position: relative;
    top: 12px;
    left: 15px;
}

.resources__component--small .inner-content .list {
    align-items: center;
    display: flex;
    padding-top: 29px;
    padding-left: 15px;
    padding-right: 35px;
}

@media (max-width: 1255px) {
    .resources__component--small .inner-content .list {
        padding-right: 15px;
    }
}

.resources__component--small .inner-content .list h4 {
    letter-spacing: -1px;
}

.resources__component--small .lower-content {
    text-align: center;
    margin-top: 32px;
}

.resources__component--small .lower-content a {
    width: 185px;
    height: 30px;
    font-size: 16px;
    color:#0089d0 !important;
}
.resources__component--small .lower-content a:hover {
  
    color:#ffffff !important;
}
.quote__component {
    padding: 20px 51px 28px;
    background-color: #f36e22;
    color: #ffffff;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    margin-bottom: 35px;
}

@media (max-width: 1255px) {
    .quote__component {
        padding: 20px 36px 28px;
    }
}

.quote__component .top {
    display: flex;
}

.quote__component .top .icon {
    font-size: 61px;
    position: relative;
    top: 4px;
}

.quote__component .top .title {
    padding-left: 21px;
    font-size: 18px;
    font-weight: 700;
    padding-right: 23px;
    line-height: 24px;
    font-family: "PT Sans", sans-serif;
}

.quote__component .top .title p {
    margin-bottom: 0px;
}

.quote__component .bottom {
    margin-top: 20px;
    text-align: center;
}

.quote__component .bottom a {
    box-shadow: 1px 1px 0px 1px #c44c06;
}

.quote__component.blue {
    background-color: #0089d0;
}

.quote__component.blue .btn.btn-white {
    box-shadow: 1px 1px 0px 1px #0077b3;
}

.quote__component.blue .btn.btn-white:hover {
    background-color: #f36e22;
    box-shadow: 1px 1px 0px 1px #c44c06;
}

.newsletter__component {
    padding: 19px 25px 29px 25px;
    border: 2px solid #0089d0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    margin-bottom: 33px;
}

.newsletter__component.orange {
    border: 2px solid #f36e22 !important;
}

.newsletter__component .textwidget {
    padding-left: 80px;
    position: relative;
}

.newsletter__component .textwidget:before {
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 78px;
    color: #f36e22;
    content: "\e905";
    font-family: 'sidekick' !important;
}

.newsletter__component .textwidget p {
    padding-top: 12px;
    padding-left: 13px;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    color: #0089d0;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -1px;
    font-family: "PT Sans", sans-serif;
}

.newsletter__component form {
    text-align: left;
    margin-top: 30px !important;
}

.newsletter__component form .nf-form-content {
    background: transparent;
    padding: 0;
    margin: 0;
}

.newsletter__component form .nf-form-content .nf-field-label label {
    color: #c4c4c4;
}

.newsletter__component form .nf-form-content input {
    width: 100%;
    padding-left: 15px;
    height: 52px;
    line-height: 52px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #c4c4c4;
    border-image: initial;
}

.newsletter__component form .nf-form-content .submit-wrap {
    text-align: center;
}

.newsletter__component form .nf-form-content .submit-wrap input {
    display: inline-block;
    border: 0;
    line-height: 20px;
    text-transform: uppercase;
    background: #f36e22;
    color: #ffffff;
    box-shadow: #c44c06 1px 1px 0px 1px;
    width: 185px !important;
    height: 30px;
    font-size: 16px;
    border-radius: 0px;
        font-family: "PT Sans", sans-serif;
    font-weight: 600;
}

.newsletter__component form .nf-form-content .submit-wrap input:hover {
    background-color: #c44c06;
}

.newsletter__component .nf-response-msg {
    margin-top: 40px;
}

.categories__component ul {
    margin: 0;
    padding: 0;
}

.categories__component ul li {
    padding: 0px 0px;
    padding-bottom: 25px;
}

.categories__component ul li a {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    display: block;
    padding: 10px 20px;
    border-bottom: 2px solid #0089d0;
    position: relative;
}

.categories__component ul li a:before,
.categories__component ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 2px;
    background-color: #0089d0;
}

.categories__component ul li a:after {
    left: auto;
    right: 0;
}

.categories__component ul li a:hover {
    transition: 0.2s;
    background: #0077b3;
    color: #ffffff;
}

.categories__component h3 {
    color: #0089d0;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.categories__component.orange h3 {
    color: #f36e22;
}

.categories__component.orange ul li a {
    border-color: #f36e22;
}

.categories__component.orange ul li a:before,
.categories__component.orange ul li a:after {
    background-color: #f36e22;
}

.categories__component.orange ul li a:hover {
    background-color: #f36e22;
}

.guide__component.orange h3 {
    color: #f36e22;
}

.guide__component.orange ul li {
    border-color: #f36e22;
}

.guide__component.orange ul li:before,
.guide__component.orange ul li:after {
    background-color: #f36e22;
}

.guide__component.orange ul li:hover {
    background-color: #f36e22;
}

.guide__component.orange ul li:hover p span {
    color: #ffffff;
}

.guide__component.orange ul li p span {
    color: #f36e22;
}

.guide__component ul {
    margin: 0;
    padding: 0;
}

.guide__component ul li {
    position: relative;
    cursor: pointer;
    padding: 0px 20px;
    border-bottom: 2px solid #0089d0;
    margin-top: 15px;
    padding-top: 10px;
    transition: 0.1s;
}

.guide__component ul li:before,
.guide__component ul li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 2px;
    background-color: #0089d0;
}

.guide__component ul li:after {
    left: auto;
    right: 0;
}

.guide__component ul li:hover {
    background-color: #0077b3;
}

.guide__component ul li:hover p,
.guide__component ul li:hover span {
    color: #ffffff;
    transition: 0.1s;
}

.guide__component ul li p {
    padding-top: 28px;
    margin-bottom: 7px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 17px;
    font-family: "PT Sans", sans-serif;
}

.guide__component ul li p span {
    color: #0089d0;
    font-weight: 700;
    position: absolute;
    font-size: 30px;
    top: 10px;
}

.guide__component h3 {
    color: #0089d0;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: "PT Sans", sans-serif;
}

aside.sidebar {
    margin-top: 23px;
    max-width: 304px;
    margin-left: 40px;
}

@media (max-width: 1255px) {
    aside.sidebar {
        margin-left: 0px;
    }
}

@media (max-width: 992px) {
    aside.sidebar {
        margin: auto;
        margin-top: 50px;
    }
}

.homepage-hero {
    height: 430px;
}

@media (min-width: 992px) {
    .homepage-first-column {
        max-width: 31%;
    }

    .homepage-offset {
        margin-left: 31%;
    }

}

@media (max-width: 768px) {
    .homepage-hero {
        height: 280px;
    }
}
.homepage-apricot-title{
        margin-top:9px;
}
.homepage-hero ul {
    margin: 0;
    padding: 0;
}

.homepage-hero ul::after {
    clear: both;
    content: "";
    display: block;
}

.homepage-hero ul li {
    float: left;
    margin-right: 14px;
}

.homepage-hero h1 {
    margin-bottom: 15px;
}

#homepage-hero-text {
    max-width: 440px;
}

.homepage-hero p:last-of-type {
    margin-bottom: 5px;
}

.homepage-content {
    /* Section Two Subsites
  */
    /* Question Pages List */
}

.homepage-content svg {
    height: 37px;
}



.homepage-content svg.etapestry {
    position: relative;
    top: 7px;
}

.homepage-content svg.apricot {
    height: 47px;
}

@media (min-width: 992px) {
    .homepage-content .section.etapestry {
        padding-right: 32px;
    }
}

@media (min-width: 992px) {
    .homepage-content .section.apricot {
        padding-left: 32px;
    }
}

.homepage-content .section.apricot svg {
    height: 46px;
    margin-top: -4px;
}

.homepage-content .section .logo {
    /*height: 51px;*/
}

.question-list .col-lg-5 .title {
    margin-bottom: 2em;
}

.homepage-content .section .title h2 {
    font-size: 19px;
    line-height: 24px;
    color: #757575;
    font-weight: 200;
}

@media (max-width: 768px) {
    .homepage-content .section .title h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .neon-logo,
    .homepage-content .question-list .title h2,
    .homepage-content .logo,
     .home-mid .homepage-first-column {
        text-align: center;
    }

    .homepage-content .question-list .title h2 {
        margin-bottom: 1.5em;
        text-align: center;
        font-size: 12px !important;

    }

    img.neon, img.apricot {
        max-width: 50%;
        margin:auto;
      


    }

    .homepage-content img.etapestry {
        max-width: 80%;
        margin:auto;
         
    }
     .home-mid .homepage-first-column img{
        max-width: 50%;
        margin:auto;
        margin-bottom:2em;

     }

}

.homepage-content .question-list .section {
    padding-top: 43px;
}

.sub-home-content .top-intro {
    padding-top: 15px;
}

.sub-home-content .image-page {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 992px) {
    .sub-home-content .image-page {
        height: 350px;
    }

    .homepage-hero h1 br {
        display: none;
    }
}

.questions-guide {
    position: relative;
}

.questions-guide .question-tab {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.45s, height 0s;
}

.questions-guide .question-tab.active {
    visibility: visible;
    opacity: 1;
    height: 100%;
}

.questions-guide .question-title {
    font-size: 40px;
    font-weight: 400;
    color: #0089d0;
    line-height: 48px;
    font-size: 30px;
    line-height: 32px;
}

@media (max-width: 576px) {
    .questions-guide .question-title {
        font-size: 26px;
        line-height: 28px;
    }
}

.questions-guide.orange .question-title {
    color: #f36e22;
}

.questions-guide.orange .tab-nav div {
    border: 1px solid #f36e22;
}

.questions-guide.orange .tab-nav div:hover {
    background-color: #f36e22;
}

.questions-guide.orange .tab-nav div p {
    color: #f36e22;
}

.questions-guide .tab-nav::after {
    clear: both;
    content: "";
    display: block;
}

.questions-guide .tab-nav div {
    float: left;
    cursor: pointer;
    display: block;
    width: 280px;
    min-height: 75px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #0089d0;
    padding: 15px;
    flex-direction: column;
    justify-content: flex-start;
    user-select: none;
    display: none;
    transition: 0.2s;
}

@media (max-width: 768px) {
    .questions-guide .tab-nav div {
        float: none;
        margin: auto;
        margin-bottom: 15px;
    }
}

.questions-guide .tab-nav div:hover {
    background-color: #0077b3;
}

.questions-guide .tab-nav div:hover p {
    color: #ffffff;
}

.questions-guide .tab-nav div:hover span {
    color: #ffffff;
}

.questions-guide .tab-nav div.next {
    float: right;
}

@media (max-width: 768px) {
    .questions-guide .tab-nav div.next {
        float: none;
    }

    .site-header .main-navigation li a {
        font-size: 14px;
    }
}

.questions-guide .tab-nav div p {
    margin-bottom: 0;
    color: #0089d0;
    font-weight: 600;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    user-select: none;
    transition: 0.2s;
}

.questions-guide .tab-nav div span {
    display: block;
    font-size: 16px;
    user-select: none;
    font-weight: 600;
    transition: 0.2s;
}

.meta-info.single-component {
    margin-bottom: 30px;
}

.meta-info span {
    font-weight: bold;
    font-size: 14px;
}

.meta-info .share-info {
    top: -6px;
}

.meta-info .share-info ul {
    margin-top: 0;
}

.meta-info .share-info ul li:first-child {
    cursor: initial;
    color: #000000;
}

.meta-info .share-info ul li:first-child:before {
    content: none;
    display: none;
}

.meta-info ul {
    display: inline;
    margin: 0;
    padding: 0;
}

.meta-info ul li {
    display: inline-block;
    cursor: pointer;
    margin: 0px 15px;
    font-size: 14px;
    color: #0089d0;
    transition: 0.1s;
    position: relative;
}

.meta-info ul li:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 1px;
    background-color: #000000;
    height: 15px;
    margin: auto;
}

.meta-info ul li:hover {
    text-decoration: underline;
}

.meta-info ul li.active {
    font-weight: 600;
    pointer-events: none;
}

.meta-info .post-author ul {
    margin: 0;
    padding: 0;
}

.meta-info .post-author ul li {
    padding: 0;
    font-family: "PT Sans", sans-serif;
    color: #000000;
    cursor: auto;
    font-weight: bold;
    font-size: 15px;
}

.meta-info .post-author ul li:hover {
    text-decoration: none;
}

.meta-info .post-author ul li:first-child {
    margin-left: 0;
}

.meta-info .category span,
.meta-info .category a {
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.meta-info .category a {
    text-decoration: underline;
    margin-right: 5px;
}

.meta-info .category a:hover {
    color: #f36e22;
}

.meta-info .category span {
    color: #000000;
}

.meta-info span,
.meta-info ul {
    display: inline-block;
    vertical-align: top;
}

.pagination.history li {
    height: 0px;
    overflow: hidden;
    opacity: 0;
}

.related-posts a:hover {
    text-decoration: none;
}

.related-posts.blue a:hover h4 {
    color: #f36e22 !important;
}

.search.page {
    margin-top: 50px;
    margin-bottom: 50px;
}

.search.page .inner {
    box-shadow: inset 7px 0px 0px 0px #0089d0;
    padding-left: 30px;
    min-height: 65vh;
}

.search.page .inner h1,
.search.page .inner h2,
.search.page .inner a {
    color: #0089d0;
    text-decoration: none;
}

.search.page .inner h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.search.page .inner .title p {
    font-size: 25px;
    color: #ea1d24;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
}

.search.page .inner h2 {
    font-size: 22px;
}

.search.page .inner h2 a:hover {
    color: #0077b3;
    text-decoration: underline;
}

.search.page .inner article {
    margin-bottom: 25px;
}

.search.page .inner article p {
    font-size: 16px;
}

.page-about {
    border-left: 0;
    padding-left: 0;
}

.page-about .about-content {
    padding-left: 30px;
    border-left: 10px solid #0089d0;
}

.page-about h1 {
    font-size: 40px;
    font-weight: 600;
    color: #0089d0;
    font-family: "PT Sans", sans-serif;
}

.page-about h2 {
    font-size: 25px;
}

.apricot .page-about .about-content h1,
.apricot .page-about .about-content h4 {
    color: #f36e22;
}

.apricot .page-about .about-content h3 {
    color: #0089d0;
}

.page-contact {
    min-height: 65.1vh;
}

.page-contact h1 {
    font-size: 40px;
    font-weight: 600;
    color: #0089d0;
    font-family: "PT Sans", sans-serif;
}

.contact-content .inner-content {
    display: flex;
}

.contact-content .inner-content::after {
    clear: both;
    content: "";
    display: block;
}

@media (max-width: 992px) {
    .contact-content .inner-content {
        display: block;
    }
}

.contact-content .col {
    display: block;
    flex: 1;
    padding: 0;
    float: left;
}

.contact-content .col:first-child {
    padding-right: 30px;
}

.contact-content .col:last-child {
    padding-right: 30px;
}

.contact-content .col h3 {
    color: #ea1d24;
    margin-bottom: 15px;
}

.contact-content form {
    max-width: 420px;
}

@media (max-width: 992px) {
    .contact-content form {
        max-width: 100%;
    }
}

.contact-content form .cl {
    position: relative;
    max-width: 420px;
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .contact-content form .cl {
        max-width: 100%;
    }
}

.contact-content form .cl.text {
    height: auto;
    margin-bottom: -30px;
}

.contact-content form .cl>span {
    display: block;
    height: 100%;
}

.contact-content form .cl input,
.contact-content form .cl textarea {
    width: 100%;
    height: 100%;
    padding-left: 65px;
    border-radius: 6px;
    border: 1px solid #aaaaaa;
}

.contact-content form .cl input:focus,
.contact-content form .cl textarea:focus {
    outline: none;
    border-color: #ea1d24;
    box-shadow: 0 0 0 0.2rem rgba(234, 29, 36, 0.25);
}

.contact-content form .cl input>span,
.contact-content form .cl textarea>span {
    display: block;
    height: 100%;
}

.contact-content form .cl textarea {
    padding-top: 14px;
    margin-bottom: 30px;
}

.contact-content form .cl label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    overflow: hidden;
}

.contact-content form .cl label.active .icon {
    color: #ea1d24;
}

.contact-content form .cl label p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 12px;
    padding-left: 65px;
}

.contact-content form .cl label .icon {
    font-size: 35px;
    padding: 7px 10px;
    top: 0;
    color: #aaaaaa;
    width: 50px;
}

.contact-content form .cl label .icon:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 70%;
    margin: auto;
    background-color: #aaaaaa;
}

.contact-content form .cl label .icon.icon-mail {
    font-size: 28px;
    padding: 12px 14px;
    padding-left: 11px;
}

.contact-content form .cl label .icon.icon-pen {
    font-size: 28px;
    padding: 12px 14px;
}

.contact-content form .cl label span {
    position: absolute;
}

.contact-content form .cl input[type="submit"] {
    padding-left: 0;
    border: none;
    outline: none;
    background-color: #0089d0;
    transition: 0.2s;
    color: #ffffff;
    cursor: pointer;
}

.contact-content form .cl input[type="submit"]:hover {
    background-color: #0077b3;
}

.contact-content form .cl input[type="submit"]:focus {
    border: 0;
    box-shadow: none;
}

.contact-content .info {
    margin-bottom: 50px;
}

.contact-content .info a {
    font-family: "PT Sans", sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
}

.contact-content .info a .icon {
    color: #ea1d24;
    padding-right: 10px;
}

.contact-content .info a:hover {
    color: #dc3545;
}

.contact-content .info h3~p {
    font-size: 22px;
    font-family: "PT Sans", sans-serif;
}

.contact-content .info p {
    margin-bottom: 5px;
}

.contact-content .info p .icon {
    color: #ea1d24;
    font-size: 22px;
    position: relative;
    top: 1px;
    padding-right: 3px;
}

.contact-content .info .meta {
    margin-top: 10px;
    font-family: "PT Sans", sans-serif;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border-color: #ea1d24;
}

.nf-form-layout {
    text-align: center;
}

.nf-form-layout form {
    margin: auto;
}

.nf-form-content {
    background: #0089d0;
    margin: auto;
    padding: 40px 40px;
    max-width: 600px;
    margin-top: 20px !important;
}

.nf-form-content .nf-field-label label {
    color: #ffffff;
}

.nf-form-content .nf-field-label label .ninja-forms-req-symbol {
    color: #ffffff;
}

.nf-form-content .nf-field-element input,
.nf-form-content .nf-field-element select {
    height: 50px;
    padding-left: 20px;
}

.nf-form-content .nf-field-element textarea {
    padding: 20px;
}

.nf-form-content .submit-wrap input {
    width: 100% !important;
    height: 40px;
    padding: 0 !important;
    background: #ffffff;
    border: 2px solid #0077b3;
    cursor: pointer;
}

.nf-form-content .nf-after-field .nf-error-msg {
    color: #ffffff;
}

.contact-content form {
    margin: 0;
}

.contact-content .nf-form-content {
    margin: 0;
    padding: 0;
    background: transparent;
}

.contact-content .nf-form-content .nf-field-label label {
    color: #000000;
}

.contact-content .nf-form-content .nf-field-label label .ninja-forms-req-symbol {
    color: #000000;
}

.contact-content .nf-form-content input,
.contact-content .nf-form-content textarea {
    border-radius: 6px;
    border: 1px solid #aaaaaa;
}

.contact-content .nf-form-content input:focus,
.contact-content .nf-form-content textarea:focus {
    outline: none;
    border-color: #ea1d24;
    box-shadow: 0 0 0 0.2rem rgba(234, 29, 36, 0.25);
}

.contact-content .nf-form-layout {
    text-align: left;
}

.contact-content .nf-after-field .nf-error-msg {
    color: #ea1d24;
}

.contact-content .submit-wrap input {
    background: #0089d0;
    color: #ffffff;
}

.page-404 {
    min-height: 65vh;
}

.page-404 .color-red {
    color: #ea1d24;
}

.page-404 ul li {
    padding: 5px 0px;
    list-style-type: disc;
}

.page-404 ul li a {
    font-weight: 400;
}
/*etapestry colors*/
.page-content.blue hr {
    border-top: 1px solid #0089d0;
}

/*apricot blog colors*/
.page-content.orange .share-info ul li a:hover {
    color: #0077b3;
}
.page-content.orange {
    border-left-color: #f36e22;
}

.page-content.orange hr {
    border-top: 1px solid #f36e22;
}

.page-content.orange a,
.page-content.orange .h2,
.page-content.orange h3,
.page-content.orange pre,
.page-content.orange blockquote{
    color:#f36e22;
}
.page-content.single.orange blockquote {
    border-top-color:   #f36e22;      
    color: #f36e22;
    border-bottom-color:  #f36e22;     
}

/*.page-content.single.orange th {
    background-color: #f36e22;        
}

.page-content.single.orange th:last-child {
    border-right-color: #f36e22;
}

.page-content.single.orange td {
    border-color:  #f36e22;     
}*/
/*blue for apricot*/
.page-content.orange h2,
.page-content.orange a:hover{
    color: #0089d0;
}
/*neoncrm blog colors*/
.page-content.green .share-info ul li a:hover {
    color: #0077b3;
}
.page-content.green {
    border-left-color: #7dc16e;
}

.page-content.green hr {
    border-top: 1px solid #7dc16e;
}


.page-content.green .share-info ul li a {
    color:#7dc16e;
}


 
.categories__component.green ul li a:hover,
.categories__component.green ul li a:before, .categories__component.green ul li a:after {
    background-color: #7dc16e;        
}

/*.page-content.single.green th:last-child {
    border-right-color: #7dc16e;
}*/

 
.list-dropdown.green>ul>li,
.list-dropdown.green>ul h4 .drop-btn ,
.categories__component.green ul li a,
.newsletter__component.green {
    border-color:  #7dc16e;     
}
.list-dropdown.green h4 .drop-btn:after, .list-dropdown.green h4 .drop-btn:before, .list-dropdown.green>ul h4:hover .drop-btn,
.recent-posts__component.color-green ul a:after, .page-hero .inner-content.green, .quote__component.green {    
    background-color: #7dc16e;    
}
.list-dropdown.green>ul h4:hover .drop-btn:before, .list-dropdown.green>ul h4:hover .drop-btn:after {
  background-color:#ffffff;
  }
  .quote__component.green .bottom a {
    box-shadow: 1px 1px 0px 1px #6eaa61;
}

/*dark green*/
.page-content.green a,
.page-content.green .h2,
.page-content.green h3, 
.page-content.green pre,
.page-content.green blockquote,
.page-content.green .list-dropdown h4,
.categories__component.green h3,
 .newsletter__component.green .textwidget p{
    color:#6eaa61;
}

.page-content.single.green blockquote {
    border-top-color:  #6eaa61;      
    color: #6eaa61;
    border-bottom-color: #6eaa61;    
}

/*blue for neoncrm*/
.page-content.green h2,
.page-content.green a:hover,
.recent-posts__component.color-green .title p,
.resources__component--medium.color-green .title p,
 .newsletter__component.green .textwidget:before{
    color: #0089d0;
}.newsletter__component.green form .nf-form-content .submit-wrap input{
    background-color:#0089d0;
        box-shadow: #0070aa 1px 1px 0px 1px;
}

/*bloomerang*/

.page-content.gray .share-info ul li a:hover {
    color: #7dc16e;
}
.page-content.gray {
    border-left-color: #737373;
}

.page-content.gray hr {
    border-top: 1px solid #7dc16e;
}

.page-content.gray a,
.page-content.gray .h2,
.page-content.gray h2,
.page-content.gray h3,
.page-content.gray .constrain.constrain--narrow h4,
.page-content.gray .custom-content h4,
.page-content.gray pre,
.page-content.gray blockquote,
.list-notes.gray .list h4
{
    color:#7dc16e;
}
.page-content.single.gray blockquote {
    border-top-color:   #7dc16e;      
    color: #7dc16e;
    border-bottom-color:  #7dc16e;     
}

.inner-content.gray {
    background-color: #737373;
}

.list-notes.gray .list {
	border-color: #7dc16e;
}
	
.list-dropdown.gray>ul>li {
    border-bottom: 1px solid #7dc16e;
}


.list-dropdown.gray h4 {
	color:#7dc16e;
}

.list-dropdown.gray h4 .drop-btn {
	border: 1px solid #7dc16e;
}

.list-dropdown.gray h4 .drop-btn:after, .list-dropdown.gray h4 .drop-btn:before {
	background-color: #7dc16e;
}

.list-dropdown.gray  h4:hover .drop-btn {
	background-color: #7dc16e;
}

.list-dropdown.gray>ul h4:hover .drop-btn:before, .list-dropdown.gray>ul h4:hover .drop-btn:after {
    background-color: #ffffff;
}

.blog__post-list.gray a:after {
	background-color: #7dc16e;
}

.recent-posts__component.color-gray {
   /*box-shadow: inset 7px 0px 0px 0px #2c7736;*/
   box-shadow:none;
}

.recent-posts__component.color-gray ul a:after {
	background-color: #7dc16e;
}

.recent-posts__component.color-gray .title p,
.resources__component--medium.color-gray .title p {
    color: #0089d0; 
}

.questions-guide.gray .tab-nav div {
	    border: 1px solid #7dc16e;
}

.questions-guide.gray .tab-nav div p {
	color:#7dc16e;
}

.questions-guide.gray .tab-nav div:hover {
	background-color: #7dc16e;
}

.questions-guide.gray .tab-nav div:hover p {
	color:#fff;
}

.list-service.gray .list-one h4 {
	background-color: #7dc16e;
	color:#fff !important;
}

.list-service.gray {
    border: 1px solid #7dc16e;
}

.newsletter__component.gray {
	border: 1px solid #737373;
}

.guide__component.gray h3,
.guide__component.gray ul li p span,
.categories__component.gray h3,
.categories__component.gray ul li a  {
	color:#7dc16e;
}

.guide__component.gray ul li,
.categories__component.gray ul li a  {
	border-bottom: 2px solid #7dc16e;
}

.guide__component.gray ul li:hover,
.guide__component.gray ul li:before, 
.guide__component.gray ul li:after,
.categories__component.gray ul li a:hover,
.categories__component.gray ul li a:before, 
.categories__component.gray ul li a:after {
	background-color: #7dc16e;
}

.guide__component.gray ul li:hover p, 
.guide__component.gray ul li:hover span,
.categories__component.gray ul li a:hover   {
	color:#fff;
}

.list-service.gray .list-one>li {
    box-shadow: 1px 0px 0px 0px #7dc16e;
}

.page-content.gray h1 {color:#000 !important;}
.page-content.gray h2 {color:#7dc16e !important;}
.page-content.gray h3 {color:#343333 !important;}
.page-content.gray h4 {color:#7dc16e !important;}
.page-content.gray h5 {color:#000 !important;}
.page-content.gray h6 {color:#000 !important;}

.page-content.gray .large_resource h3, .page-content.gray .large_resource h4 {color:#fff !important;}

@media (max-width: 1250px){
.site-footer ul li.description {
    width: calc(100% - 300px);
    line-height: 1.25;
}
}