﻿@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;1,400&amp;display=swap);
@charset "UTF-8";
/* --------------------------------------------------------
   Core mixins
   -------------------------------------------------------- */
/* --------------------------------------------------------
   Reset and dependencies
   -------------------------------------------------------- */
@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
        max-width: 100% !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

/* --------------------------------------------------------
   Core CSS
   -------------------------------------------------------- */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    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: "Montserrat", sans-serif;
    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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, .h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    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: #414042;
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #01890C;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
        cursor: default;
    }

        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"] {
    -webkit-box-sizing: border-box;
    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: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    color: inherit;
}

h1, .h1 {
    font-size: 2.6rem;
}

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: 1.125rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.4;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.4;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.4;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.4;
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    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: 1.5rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    background-color: transparent;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-link,
.table-link > th,
.table-link > td {
    background-color: #cacaca;
}

.table-hover .table-link:hover {
    background-color: #bdbdbd;
}

    .table-hover .table-link:hover > td,
    .table-hover .table-link:hover > th {
        background-color: #bdbdbd;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    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;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-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;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
        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 {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    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;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
        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 {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

/* --------------------------------------------------------
   Components
   -------------------------------------------------------- */
.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.75rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1.5rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }

        .navbar-expand-sm .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }

        .navbar-expand-md .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }

        .navbar-expand-lg .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            flex-direction: column-reverse;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xl .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

    .navbar-expand .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #414042;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        color: #01890C;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 255, 0, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(251, 255, 0, 0.25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .list-group-item:hover, .list-group-item:focus {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #004085;
        background-color: #9fcdff;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #383d41;
        background-color: #c8cbcf;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #155724;
        background-color: #b1dfbb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #856404;
        background-color: #ffe8a1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.list-group-item-link {
    color: #222122;
    background-color: #cacaca;
}

    .list-group-item-link.list-group-item-action:hover, .list-group-item-link.list-group-item-action:focus {
        color: #222122;
        background-color: #bdbdbd;
    }

    .list-group-item-link.list-group-item-action.active {
        color: #fff;
        background-color: #222122;
        border-color: #222122;
    }

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.show {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

/* --------------------------------------------------------
   Components w/ JavaScript
   -------------------------------------------------------- */
/* --------------------------------------------------------
   Utility classes
   -------------------------------------------------------- */
.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-link {
    background-color: #414042 !important;
}

a.bg-link:hover, a.bg-link:focus,
button.bg-link:hover,
button.bg-link:focus {
    background-color: #282728 !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-link {
    border-color: #414042 !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive 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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .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: -webkit-sticky !important;
    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: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    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;
    -webkit-clip-path: none;
    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.375rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.375rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.375rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.375rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.375rem !important;
}

.m-2 {
    margin: 0.75rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.75rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.75rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.75rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.75rem !important;
}

.m-3 {
    margin: 2rem !important;
}

.mt-3,
.my-3 {
    margin-top: 2rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 2rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 2rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 2rem !important;
}

.m-4 {
    margin: 4rem !important;
}

.mt-4,
.my-4 {
    margin-top: 4rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 4rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 4rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 4rem !important;
}

.m-5 {
    margin: 4.5rem !important;
}

.mt-5,
.my-5 {
    margin-top: 4.5rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 4.5rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 4.5rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 4.5rem !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.375rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.375rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.375rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.375rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.375rem !important;
}

.p-2 {
    padding: 0.75rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.75rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.75rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.75rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.75rem !important;
}

.p-3 {
    padding: 2rem !important;
}

.pt-3,
.py-3 {
    padding-top: 2rem !important;
}

.pr-3,
.px-3 {
    padding-right: 2rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 2rem !important;
}

.pl-3,
.px-3 {
    padding-left: 2rem !important;
}

.p-4 {
    padding: 4rem !important;
}

.pt-4,
.py-4 {
    padding-top: 4rem !important;
}

.pr-4,
.px-4 {
    padding-right: 4rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 4rem !important;
}

.pl-4,
.px-4 {
    padding-left: 4rem !important;
}

.p-5 {
    padding: 4.5rem !important;
}

.pt-5,
.py-5 {
    padding-top: 4.5rem !important;
}

.pr-5,
.px-5 {
    padding-right: 4.5rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 4.5rem !important;
}

.pl-5,
.px-5 {
    padding-left: 4.5rem !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.375rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.375rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.375rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.375rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.375rem !important;
    }

    .m-sm-2 {
        margin: 0.75rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.75rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.75rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.75rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.75rem !important;
    }

    .m-sm-3 {
        margin: 2rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 2rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 2rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 2rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 2rem !important;
    }

    .m-sm-4 {
        margin: 4rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 4rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 4rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 4rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 4rem !important;
    }

    .m-sm-5 {
        margin: 4.5rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 4.5rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 4.5rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 4.5rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 4.5rem !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.375rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.375rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.375rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.375rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.375rem !important;
    }

    .p-sm-2 {
        padding: 0.75rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.75rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.75rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.75rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.75rem !important;
    }

    .p-sm-3 {
        padding: 2rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 2rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 2rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 2rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 2rem !important;
    }

    .p-sm-4 {
        padding: 4rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 4rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 4rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 4rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 4rem !important;
    }

    .p-sm-5 {
        padding: 4.5rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 4.5rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 4.5rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 4.5rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 4.5rem !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.375rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.375rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.375rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.375rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.375rem !important;
    }

    .m-md-2 {
        margin: 0.75rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.75rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.75rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.75rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.75rem !important;
    }

    .m-md-3 {
        margin: 2rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 2rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 2rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 2rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 2rem !important;
    }

    .m-md-4 {
        margin: 4rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 4rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 4rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 4rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 4rem !important;
    }

    .m-md-5 {
        margin: 4.5rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 4.5rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 4.5rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 4.5rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 4.5rem !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.375rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.375rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.375rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.375rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.375rem !important;
    }

    .p-md-2 {
        padding: 0.75rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.75rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.75rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.75rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.75rem !important;
    }

    .p-md-3 {
        padding: 2rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 2rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 2rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 2rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 2rem !important;
    }

    .p-md-4 {
        padding: 4rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 4rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 4rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 4rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 4rem !important;
    }

    .p-md-5 {
        padding: 4.5rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 4.5rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 4.5rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 4.5rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 4.5rem !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.375rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.375rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.375rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.375rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.375rem !important;
    }

    .m-lg-2 {
        margin: 0.75rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.75rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.75rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.75rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.75rem !important;
    }

    .m-lg-3 {
        margin: 2rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 2rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 2rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 2rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 2rem !important;
    }

    .m-lg-4 {
        margin: 4rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 4rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 4rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 4rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 4rem !important;
    }

    .m-lg-5 {
        margin: 4.5rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 4.5rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 4.5rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 4.5rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 4.5rem !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.375rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.375rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.375rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.375rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.375rem !important;
    }

    .p-lg-2 {
        padding: 0.75rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.75rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.75rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.75rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.75rem !important;
    }

    .p-lg-3 {
        padding: 2rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 2rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 2rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 2rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 2rem !important;
    }

    .p-lg-4 {
        padding: 4rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 4rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 4rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 4rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 4rem !important;
    }

    .p-lg-5 {
        padding: 4.5rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 4.5rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 4.5rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 4.5rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 4.5rem !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: 992px) {
    .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.375rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.375rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.375rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.375rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.375rem !important;
    }

    .m-xl-2 {
        margin: 0.75rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.75rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.75rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.75rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.75rem !important;
    }

    .m-xl-3 {
        margin: 2rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 2rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 2rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 2rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 2rem !important;
    }

    .m-xl-4 {
        margin: 4rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 4rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 4rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 4rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 4rem !important;
    }

    .m-xl-5 {
        margin: 4.5rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 4.5rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 4.5rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 4.5rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 4.5rem !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.375rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.375rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.375rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.375rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.375rem !important;
    }

    .p-xl-2 {
        padding: 0.75rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.75rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.75rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.75rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.75rem !important;
    }

    .p-xl-3 {
        padding: 2rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 2rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 2rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 2rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 2rem !important;
    }

    .p-xl-4 {
        padding: 4rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 4rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 4rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 4rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 4rem !important;
    }

    .p-xl-5 {
        padding: 4.5rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 4.5rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 4.5rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 4.5rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 4.5rem !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: 992px) {
    .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-link {
    color: #414042 !important;
}

a.text-link:hover, a.text-link:focus {
    color: #282728 !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;
}

.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.375rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.375rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.375rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.375rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.375rem !important;
}

.m-2 {
    margin: 0.75rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.75rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.75rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.75rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.75rem !important;
}

.m-3 {
    margin: 2rem !important;
}

.mt-3,
.my-3 {
    margin-top: 2rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 2rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 2rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 2rem !important;
}

.m-4 {
    margin: 4rem !important;
}

.mt-4,
.my-4 {
    margin-top: 4rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 4rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 4rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 4rem !important;
}

.m-5 {
    margin: 4.5rem !important;
}

.mt-5,
.my-5 {
    margin-top: 4.5rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 4.5rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 4.5rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 4.5rem !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.375rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.375rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.375rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.375rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.375rem !important;
}

.p-2 {
    padding: 0.75rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.75rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.75rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.75rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.75rem !important;
}

.p-3 {
    padding: 2rem !important;
}

.pt-3,
.py-3 {
    padding-top: 2rem !important;
}

.pr-3,
.px-3 {
    padding-right: 2rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 2rem !important;
}

.pl-3,
.px-3 {
    padding-left: 2rem !important;
}

.p-4 {
    padding: 4rem !important;
}

.pt-4,
.py-4 {
    padding-top: 4rem !important;
}

.pr-4,
.px-4 {
    padding-right: 4rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 4rem !important;
}

.pl-4,
.px-4 {
    padding-left: 4rem !important;
}

.p-5 {
    padding: 4.5rem !important;
}

.pt-5,
.py-5 {
    padding-top: 4.5rem !important;
}

.pr-5,
.px-5 {
    padding-right: 4.5rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 4.5rem !important;
}

.pl-5,
.px-5 {
    padding-left: 4.5rem !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.375rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.375rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.375rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.375rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.375rem !important;
    }

    .m-sm-2 {
        margin: 0.75rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.75rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.75rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.75rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.75rem !important;
    }

    .m-sm-3 {
        margin: 2rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 2rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 2rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 2rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 2rem !important;
    }

    .m-sm-4 {
        margin: 4rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 4rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 4rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 4rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 4rem !important;
    }

    .m-sm-5 {
        margin: 4.5rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 4.5rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 4.5rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 4.5rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 4.5rem !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.375rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.375rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.375rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.375rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.375rem !important;
    }

    .p-sm-2 {
        padding: 0.75rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.75rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.75rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.75rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.75rem !important;
    }

    .p-sm-3 {
        padding: 2rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 2rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 2rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 2rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 2rem !important;
    }

    .p-sm-4 {
        padding: 4rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 4rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 4rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 4rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 4rem !important;
    }

    .p-sm-5 {
        padding: 4.5rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 4.5rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 4.5rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 4.5rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 4.5rem !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.375rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.375rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.375rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.375rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.375rem !important;
    }

    .m-md-2 {
        margin: 0.75rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.75rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.75rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.75rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.75rem !important;
    }

    .m-md-3 {
        margin: 2rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 2rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 2rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 2rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 2rem !important;
    }

    .m-md-4 {
        margin: 4rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 4rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 4rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 4rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 4rem !important;
    }

    .m-md-5 {
        margin: 4.5rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 4.5rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 4.5rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 4.5rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 4.5rem !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.375rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.375rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.375rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.375rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.375rem !important;
    }

    .p-md-2 {
        padding: 0.75rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.75rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.75rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.75rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.75rem !important;
    }

    .p-md-3 {
        padding: 2rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 2rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 2rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 2rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 2rem !important;
    }

    .p-md-4 {
        padding: 4rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 4rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 4rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 4rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 4rem !important;
    }

    .p-md-5 {
        padding: 4.5rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 4.5rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 4.5rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 4.5rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 4.5rem !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.375rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.375rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.375rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.375rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.375rem !important;
    }

    .m-lg-2 {
        margin: 0.75rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.75rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.75rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.75rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.75rem !important;
    }

    .m-lg-3 {
        margin: 2rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 2rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 2rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 2rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 2rem !important;
    }

    .m-lg-4 {
        margin: 4rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 4rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 4rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 4rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 4rem !important;
    }

    .m-lg-5 {
        margin: 4.5rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 4.5rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 4.5rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 4.5rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 4.5rem !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.375rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.375rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.375rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.375rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.375rem !important;
    }

    .p-lg-2 {
        padding: 0.75rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.75rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.75rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.75rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.75rem !important;
    }

    .p-lg-3 {
        padding: 2rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 2rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 2rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 2rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 2rem !important;
    }

    .p-lg-4 {
        padding: 4rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 4rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 4rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 4rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 4rem !important;
    }

    .p-lg-5 {
        padding: 4.5rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 4.5rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 4.5rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 4.5rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 4.5rem !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: 992px) {
    .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.375rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.375rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.375rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.375rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.375rem !important;
    }

    .m-xl-2 {
        margin: 0.75rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.75rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.75rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.75rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.75rem !important;
    }

    .m-xl-3 {
        margin: 2rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 2rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 2rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 2rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 2rem !important;
    }

    .m-xl-4 {
        margin: 4rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 4rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 4rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 4rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 4rem !important;
    }

    .m-xl-5 {
        margin: 4.5rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 4.5rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 4.5rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 4.5rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 4.5rem !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.375rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.375rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.375rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.375rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.375rem !important;
    }

    .p-xl-2 {
        padding: 0.75rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.75rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.75rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.75rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.75rem !important;
    }

    .p-xl-3 {
        padding: 2rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 2rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 2rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 2rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 2rem !important;
    }

    .p-xl-4 {
        padding: 4rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 4rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 4rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 4rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 4rem !important;
    }

    .p-xl-5 {
        padding: 4.5rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 4.5rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 4.5rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 4.5rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 4.5rem !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;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("https://parkview.live.merge-digital.com/_img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("https://parkview.live.merge-digital.com/_css/fonts/slick.eot");
    src: url("https://parkview.live.merge-digital.com/_css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://parkview.live.merge-digital.com/_css/fonts/slick.woff") format("woff"), url("https://parkview.live.merge-digital.com/_css/fonts/slick.ttf") format("truetype"), url("https://parkview.live.merge-digital.com/_css/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

/** Base Styles **/
/*IE 11 on Windows 8 Fixes*/
/*.align-items-center > div {
  min-height: 100%; }*/

.hero-wrapper .align-items-center > div {
    min-height: 0;
}

select::-ms-expand {
    display: none;
}

/*IE 11 on Windows 8 Fixes*/
html {
    font-size: 16px;
    background: #f5f5f5;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.no-background-lg {
    background-color: #F7FBF2;
}

@media (min-width: 992px) {
    div.no-background-lg {
        background-color: transparent;
    }
}

.img-fluid {
    width: 100%;
    height: auto;
}

img.float-left {
    margin: 0rem 2.5rem 2rem 0;
}

p + img.float-left {
    margin: 2rem 2.5rem 2rem 0;
}

img.float-right {
    margin: 0rem 0rem 2rem 2.5rem;
}

p + img.float-right {
    margin: 2rem 0 2rem 2.5rem;
}

.container {
    max-width: 100%;
}

@media (min-width: 992px) {
    .container {
        max-width: 90%;
    }

        .container.container-right {
            max-width: 95%;
            margin-right: 0;
        }
}

@media (max-width: 991.98px) {
    h1, .h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    h2 {
        font-size: 1.45rem;
        margin-bottom: 1rem;
    }

    h3 {
        font-size: 1.35rem;
        margin-bottom: 1rem;
    }

    h4 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    h5 {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }

    h6 {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
}

h1, .h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

strong {
    font-weight: 500;
}

.content-area ul {
    list-style: none;
}

    .content-area ul li {
        padding-left: 1em;
        margin-bottom: .75rem;
    }

    .content-area ul > li:last-child {
        margin-bottom: 0;
    }

    .content-area ul li:before {
        content: "•";
        color: #EC6C21;
        margin-right: 5px;
    }

.content-area ol li {
    margin-bottom: .75rem;
}

.content-area ol > li:last-child {
    margin-bottom: 0;
}

.content-area ol ul {
    margin-top: .75rem;
}

a, button, .button, .button--secondary, .button--white {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
}

.button-primary {
    /* fallback/image non-cover color */
    background-color: #3DA143;
    background-image: -webkit-gradient(linear, left top, right top, from(#3DA143), to(#8EC54A));
    background-image: linear-gradient(90deg, #3DA143, #8EC54A);
    color: #fff;
    text-transform: capitalize;
    border: 0;
    position: relative;
    margin-right: 2.25rem;
    padding: 1rem 1rem;
    text-decoration: none;
  font-weight: 700;
    text-align: center;
}

    .button-primary:after {
        content: url("https://parkview.live.merge-digital.com/assets/_img/arrow-right-white.svg");
        width: 35px;
        background-color: #EC6C21;
        position: absolute;
        right: -35px;
        top: 0;
        padding: 1.125rem .75rem;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .button-primary:hover {
        opacity: .85;
        color: #fff;
        text-decoration: none;
    }

.primary-orange-arrow {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .primary-orange-arrow:after {
        content: url("https://parkview.live.merge-digital.com/assets/_img/arrow-right-white.svg");
        width: 35px;
        background-color: #EC6C21;
        position: absolute;
        right: 0;
        /* min-height: 60px; */
        top: 0;
        padding: 1.125rem .75rem;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .primary-orange-arrow:hover {
        opacity: .85;
        color: #fff;
        text-decoration: none;
    }

@media (max-width: 768px) {
    .primary-orange-arrow {
        width: 100%;
    }

        .primary-orange-arrow .button-primary {
            width: 100%;
        }
}

.button--full {
    display: block;
    width: 100%;
}

.button--secondary {
    color: #01890C;
    border: 1px solid #3DA143;
    padding: 1rem 3rem;
    font-weight: 700;
    margin-right: 10px;
    background-color: #fff;
    text-align: center;
}

    .button--secondary:hover {
        /* fallback/image non-cover color */
        background-color: #3DA143;
        background-image: -webkit-gradient(linear, left top, right top, from(#3DA143), to(#8EC54A));
        background-image: linear-gradient(90deg, #3DA143, #8EC54A);
        border: 1px solid transparent;
        color: #fff;
    }

a.button--secondary {
    color: #01890C;
    padding: 1rem 3rem;
    border: 1px solid #3DA143;
    text-decoration: none;
    font-weight: 700;
    margin-right: 10px;
    text-align: center;
}

    a.button--secondary:hover {
        background-color: #F7FBF2;
    }

.button--gradient {
    /* fallback/image non-cover color */
    background-color: #3DA143;
    background-image: -webkit-gradient(linear, left top, right top, from(#3DA143), to(#8EC54A));
    background-image: linear-gradient(90deg, #3DA143, #8EC54A);
    color: #fff;
    padding: 1rem 3rem;
  font-weight: 700;
    margin-right: 10px;
    border: 0;
    text-align: center;
}

    .button--gradient:hover {
        opacity: .85;
    }

a.button--gradient {
    /* fallback/image non-cover color */
    background-color: #3DA143;
    background-image: -webkit-gradient(linear, left top, right top, from(#3DA143), to(#8EC54A));
    background-image: linear-gradient(90deg, #3DA143, #8EC54A);
    color: #fff;
    padding: 1rem 3rem;
    text-decoration: none;
    font-weight: 500;
    margin-right: 10px;
    border: 0;
    text-align: center;
}

    a.button--gradient:hover {
        opacity: .85;
    }

.button--white {
    color: #3DA143;
    border: 1px solid #dee2e6;
    padding: 1rem 3rem;
  font-weight: 700;
    margin-right: 10px;
    background-color: #fff;
    text-align: center;
}

    .button--white:hover {
        background-color: #F7FBF2;
    }

a.button--white {
    color: #01890C;
    padding: 1rem 3rem;
    text-decoration: none;
    font-weight: 700;
    margin-right: 10px;
    text-align: center;
}

    a.button--white:hover {
        background-color: #F7FBF2;
    }

.button--text {
	color: #3DA143;
	border-bottom: 1px solid #3DA143;
	text-decoration: none;
}

.button--text:hover,
.button--text:focus {
	text-decoration: none;
    outline: none;
    color: #3DA143;
}

.main-nav .navbar-collapse ul.navbar-nav:first-of-type > li a.button-orange {
    background-color: #EC6C21;
    color: #fff;
    padding: 1rem 1rem;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    margin: 0 1rem 1rem 1rem;
}

    .main-nav .navbar-collapse ul.navbar-nav:first-of-type > li a.button-orange:hover {
        opacity: .85;
    }

@media (min-width: 992px) {
    .button-primary, .button--secondary a.button--secondary, .button--gradient, a.button--gradient, .button--white, a.button--white {
        padding: 1rem 3rem;
    }
}

.site-search {
    position: relative;
}

.icon-button {
    background: none;
    border: none;
    position: absolute;
    top: 1.2rem;
    right: 1rem;
    padding: 0;
}

    .icon-button img {
        display: block;
        padding: .75rem 1rem;
    }

label {
    font-size: 1.1em;
}

.form-control {
    padding: 1rem;
    padding-right: 3rem;
    border-radius: 0;
    margin-bottom: 1em;
}

    .form-control::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-weight: 300;
        color: #adb5bd;
        opacity: 1;
        /* Firefox */
    }

    .form-control:-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-weight: 300;
        color: #adb5bd;
        opacity: 1;
        /* Firefox */
    }

    .form-control::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-weight: 300;
        color: #adb5bd;
        opacity: 1;
        /* Firefox */
    }

    .form-control::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-weight: 300;
        color: #adb5bd;
        opacity: 1;
        /* Firefox */
    }

    .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-weight: 300;
        color: #adb5bd;
    }

    .form-control::-ms-input-placeholder {
        /* Microsoft Edge */
        font-weight: 300;
        color: #adb5bd;
    }

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

select.form-control {
    background-image: url("https://parkview.live.merge-digital.com/assets/_img/down-arrow-green.svg") !important;
    background-position: calc(100% - 1.5rem);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    select.form-control:not([size]):not([multiple]) {
        height: calc(3rem + 2px);
    }

    select.form-control:disabled {
        background-image: url("https://parkview.live.merge-digital.com/assets/_img/down-arrow-gray.svg") !important;
        background-color: #F1F1F1;
    }

.z-index-1 {
    z-index: 1000;
}

.z-index-2 {
    z-index: 1020;
}

.z-index-3 {
    z-index: 1030;
}

.z-index-4 {
    z-index: 1040;
}

.z-index-5 {
    z-index: 1050;
}

.z-index-6 {
    z-index: 1060;
}

.z-index-7 {
    z-index: 1070;
}


::-moz-selection {
    background: #8EC54A;
    color: #fff;
}

::selection {
    background: #8EC54A;
    color: #fff;
}

.full-page .content-area {
    padding: 0;
}

.full-page .page-tools {
    display: none;
}

/** Layouts **/
@media (min-width: 576px) {
    .hp-cta-section a {
        padding: 2rem 1rem;
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .hp-cta-section {
        display: none;
    }
}

.navbar-brand {
    padding: 1.2em 0;
}

    .navbar-brand img {
        max-width: 192px;
        max-height: 50px;
        width: auto;
        height: auto;
    }

.navbar-light .navbar-toggler {
    border: 0px;
    padding: 0 0.75rem 0.6rem;
}

.navbar-light .navbar-toggler-icon {
    position: relative;
    background-image: url("https://parkview.live.merge-digital.com/assets/_img/menu-icon.svg");
}

    .navbar-light .navbar-toggler-icon:after {
        content: 'MENU';
        color: #414042;
        font-size: 10px;
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
    }

.main-nav {
    border-top: 3px solid #8EC54A;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}

    .main-nav .navbar-collapse {
        overflow-x: hidden;
        margin: 0 -1.5rem;
        position: absolute;
        top: 96px;
        background-color: #fff;
        width: 100%;
    }

        .main-nav .navbar-collapse ul.navbar-nav > li {
            border-bottom: 1px solid #dee2e6;
        }

            .main-nav .navbar-collapse ul.navbar-nav > li > a {
                padding: 1rem;
                color: #414042;
                font-size: .875rem;
                font-weight: 700;
            }

            .main-nav .navbar-collapse ul.navbar-nav > li a {
                text-decoration: none;
            }

            .main-nav .navbar-collapse ul.navbar-nav > li .dropdown-menu {
                position: absolute;
                top: 0;
                width: 100%;
                border: 0;
                border-radius: 0;
                right: -100%;
                left: auto;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                display: none;
            }

                .main-nav .navbar-collapse ul.navbar-nav > li .dropdown-menu.show {
                    display: block;
                }

                .main-nav .navbar-collapse ul.navbar-nav > li .dropdown-menu .dropdown-item {
                    padding: 1rem 2.5rem;
                }

                    .main-nav .navbar-collapse ul.navbar-nav > li .dropdown-menu .dropdown-item:active {
                        background-color: #fff;
                    }

                .main-nav .navbar-collapse ul.navbar-nav > li .dropdown-menu .mobile-nav-back {
                    font-size: 1.125rem;
                    position: relative;
                }

                    .main-nav .navbar-collapse ul.navbar-nav > li .dropdown-menu .mobile-nav-back:before {
                        content: '';
                        background-image: url("https://parkview.live.merge-digital.com/assets/_img/small-arrow-left.svg");
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 1rem;
                        margin: auto;
                        width: 8px;
                        height: 11px;
                    }

        .main-nav .navbar-collapse ul.navbar-nav:first-of-type > li > a {
            font-size: 1.125rem;
            font-weight: 400;
        }

        .main-nav .navbar-collapse ul.navbar-nav:first-of-type {
            position: relative;
        }

            .main-nav .navbar-collapse ul.navbar-nav:first-of-type > li {
                position: static;
            }

                .main-nav .navbar-collapse ul.navbar-nav:first-of-type > li > a {
                    font-size: 1rem;
                    position: relative;
                }

        .main-nav .navbar-collapse ul.slide-left > li .dropdown-menu.slide-left {
            display: block;
        }

        .main-nav .navbar-collapse ul.navbar-nav:last-child > li {
            background-color: #F7FBF2;
        }

    .main-nav .site-search {
        background-color: #8EC54A;
        padding: 1em;
        position: relative;
    }

        .main-nav .site-search .form-control {
            margin-bottom: 0;
        }

    .main-nav .slide-left {
        left: -100%;
        position: relative;
    }

    .main-nav .dropdown-toggle::after {
        border-top: 0px;
        border-right: 0px;
        border-bottom: 0px;
        border-left: 0px;
        width: 8px;
        height: 12px;
        background-image: url("https://parkview.live.merge-digital.com/assets/_img/small-arrow-right.svg");
        right: 1em;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
    }

.desktop-nav-search {
    display: none;
}

@media (min-width: 992px) {
    .main-nav .site-search {
        z-index: 100;
    }

    .site-search, .mobile-nav-back {
        display: none;
    }

    .desktop-nav-search {
        display: list-item;
    }

    .main-nav .dropdown-toggle:after {
        right: 0px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        border-top: 0px;
        border-right: 0px;
        border-bottom: 0px;
        border-left: 0px;
        width: 8px;
        height: 12px;
        background-image: url("https://parkview.live.merge-digital.com/assets/_img/small-arrow-right.svg");
        margin-left: .4rem;
        vertical-align: middle;
        position: static;
    }

    .main-nav ul.navbar-nav:last-child > li {
        background-color: #F7FBF2;
    }

        .main-nav ul.navbar-nav:last-child > li > a {
            position: relative;
            padding: 0;
            margin: 1rem;
        }

            .main-nav ul.navbar-nav:last-child > li > a:hover:after {
                content: "";
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 0;
                height: 1px;
                background-color: #8EC54A;
            }

    .main-nav .navbar-collapse {
        overflow-x: visible;
        -ms-flex: 0 1 auto;
        position: static;
        top: initial;
        z-index: initial;
        background-color: #fff;
        width: 100%;
    }

        .main-nav .navbar-collapse ul.navbar-nav > li {
            border-bottom: 0px;
        }

            .main-nav .navbar-collapse ul.navbar-nav > li .dropdown-menu {
                display: block;
                width: auto;
                right: 0;
                top: 70%;
                -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
                box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
                margin-top: 0;
                visibility: hidden;
                opacity: 0;
            }

                .main-nav .navbar-collapse ul.navbar-nav > li .dropdown-menu.show {
                    display: none;
                }

            .main-nav .navbar-collapse ul.navbar-nav > li a {
                font-size: .875rem;
                font-weight: 700;
            }

        .main-nav .navbar-collapse ul.navbar-nav:first-of-type > li {
            position: relative;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            line-height: 1em;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .main-nav .navbar-collapse ul.navbar-nav:first-of-type > li a {
                padding: 1rem .8rem 2rem .8rem;
                font-weight: 400;
                font-size: .875rem;
            }

        .main-nav .navbar-collapse ul.navbar-nav > li.dropdown.open .dropdown-toggle {
        color: #01890C;
        }

            .main-nav .navbar-collapse ul.navbar-nav > li.dropdown.open .dropdown-toggle:before {
                content: "";
                position: absolute;
                height: 5px;
                bottom: 0;
                left: 0;
                right: 0;
                /* fallback/image non-cover color */
                background-color: #3DA143;
                background-image: -webkit-gradient(linear, left top, right top, from(#3DA143), to(#8EC54A));
                background-image: linear-gradient(90deg, #3DA143, #8EC54A);
            }

        .main-nav .navbar-collapse ul.navbar-nav > li.dropdown.open .dropdown-menu {
            display: block;
            opacity: 1;
            visibility: visible;
            top: 100%;
        }

        .main-nav .navbar-collapse ul.navbar-nav > li.dropdown.open-menu {
            display: block;
            opacity: 1;
            visibility: visible;
            top: 100%;
        }

        .main-nav .navbar-collapse ul.navbar-nav:last-child li {
            background-color: #fff;
        }
}

@media (min-width: 1265px) {
    .main-nav .navbar-collapse ul.navbar-nav > li a {
        font-size: .875rem;
        font-weight: 700;
    }

    .main-nav .navbar-collapse ul.navbar-nav:first-of-type > li > a {
        font-size: 1.1rem;
        font-weight: 400;
    }
}

.contact-banner {
    padding: 3rem 0;
    text-align: center;
    border-top: 1px solid #dee2e6;
}

    .contact-banner .logo {
        margin-bottom: 1rem;
    }

        .contact-banner .logo img {
            width: 12rem;
            margin: 0 auto;
            max-height: 100%;
        }

    .contact-banner h4 {
        font-weight: 400;
        color: #01890C;
        margin-bottom: 1rem;
    }

.site-footer {
    background-color: #3DA143;
    padding: 3rem 0;
    margin-bottom: 6rem;
    position: relative;
}

    .site-footer .container {
        position: relative;
    }

    .site-footer:after {
        content: "";
        height: .5rem;
        width: 25%;
        background-color: #EC6C21;
        position: absolute;
        top: 0;
        right: 0;
    }

.footer-nav ul,
.footer-legal ul,
.footer-social ul {
    list-style: none;
    margin: 0;
    color: #fff;
}

    .footer-nav ul li,
    .footer-legal ul li,
    .footer-social ul li {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: .5rem;
    }

        .footer-nav ul li:before,
        .footer-legal ul li:before,
        .footer-social ul li:before {
            display: none;
            content: '';
            margin: 0;
        }

        .footer-nav ul li a,
        .footer-legal ul li a,
        .footer-social ul li a {
            color: #fff;
            text-decoration: none;
        }

            .footer-nav ul li a:hover,
            .footer-legal ul li a:hover,
            .footer-social ul li a:hover {
                color: rgba(255, 255, 255, 0.6);
            }

.footer-nav {
    margin-bottom: 1.5rem;
}

    .footer-nav .nav-title {
        margin-bottom: 0;
    }

        .footer-nav .nav-title a {
            display: block;
            color: #fff;
            text-decoration: none;
            position: relative;
            padding: .5rem 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

            .footer-nav .nav-title a:after {
                content: '+';
                position: absolute;
                right: 0;
            }
			
			.footer-nav .nav-title a[aria-expanded="true"]:after {
                content: "-";
            }

    .footer-nav ul {
        font-size: .875rem;
        padding: 1rem;
    }

        .footer-nav ul li {
            margin-bottom: .75rem;
        }

            .footer-nav ul li:last-child {
                margin-bottom: 0;
            }

.footer-social ul {
    margin-bottom: 1.5rem;
}

    .footer-social ul li {
        display: inline-block;
        line-height: 1.75rem;
        vertical-align: middle;
        margin: 0 .5rem 0 0;
    }

        .footer-social ul li:last-child {
            margin-right: 0;
        }

        .footer-social ul li a {
            display: block;
        }

            .footer-social ul li a:hover {
                opacity: .6;
            }

    .footer-social ul img {
        width: 1.5rem;
        -webkit-backface-visibility: hidden;
        min-height: 100%;
    }

.footer-legal ul {
    font-size: .75rem;
}

.top-scroll {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 100000;
}

    .top-scroll a {
        position: relative;
        display: block;
        height: 3.875rem;
        width: 3.875rem;
        border-radius: 100%;
        background-color: #8EC54A;
    }

        .top-scroll a:after {
            content: url("https://parkview.live.merge-digital.com/assets/_img/arrow-up.svg");
            width: 1rem;
            display: block;
            position: absolute;
            top: 48%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            right: 0;
            text-align: center;
            margin: 0 auto;
        }

        .top-scroll a:hover {
            background: #8EC54A;
            /* The Fallback */
            background: rgba(142, 197, 74, 0.75);
            margin-bottom: .25rem;
        }

@media (max-width: 991.98px) {
    .site-footer .container {
        max-width: none;
    }
}

@media (min-width: 576px) {
    .top-scroll {
        bottom: 1rem;
        position: absolute;
        right: 15px;
    }

    .site-footer {
        margin-bottom: 0rem;
    }
}

@media (min-width: 768px) {
    .contact-banner h4 {
        margin-bottom: 0rem;
        margin-right: 1.5rem;
    }

    .contact-banner .logo {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .contact-banner {
        text-align: left;
    }

        .contact-banner .logo img {
            width: 17rem;
            margin: 0;
        }

    .footer-nav {
        margin-bottom: 3rem;
    }

        .footer-nav .nav-title {
            margin-bottom: 2rem;
            position: relative;
        }

            .footer-nav .nav-title a {
                padding: 0;
                border-bottom: none;
            }

                .footer-nav .nav-title a:after {
                    content: '';
                    background-color: #8EC54A;
                    height: 2px;
                    width: 2rem;
                    position: absolute;
                    left: 0;
                    bottom: -.75rem;
                }

        .footer-nav ul {
            padding: 0;
        }

    .footer-social ul {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 3rem;
    }

        .footer-social ul li {
            margin-right: .75rem;
        }

    .footer-legal {
        text-align: center;
    }

        .footer-legal ul {
            margin: 0 auto;
        }

            .footer-legal ul li {
                display: inline-block;
                margin-bottom: 0;
                padding: 0 .75rem 0 .5rem;
                border-right: 1px solid #fff;
                line-height: .75rem;
            }

                .footer-legal ul li:last-child {
                    border-right: none;
                }

    .top-scroll {
        bottom: 0;
    }
}

.profile-page .results-area {
    padding: 4rem 0 0 0;
}

.profile-info {
    max-width: 100%;
    margin: 0 auto 2rem auto;
}

    .profile-info h1 {
        color: #01890C;
        font-weight: 500;
        margin-top: 1rem;
    }

    .profile-info .ppg-logo {
        margin-bottom: 1rem;
    }

.welcome-new-patients {
    font-weight: 300;
}

.profile-image {
    width: 100%;
    max-width: 100%;
}

.video-bio {
    display: block;
    background-color: #3DA143;
    padding: .8rem 1rem;
    color: #fff;
    max-width: 100%;
    text-align: center;
}

    .video-bio:hover {
        color: #fff;
        opacity: .85;
    }

    .video-bio:before {
        content: '';
        background-image: url(https://parkview.live.merge-digital.com/assets/_img/video-icon-white.svg);
        width: 24px;
        height: 17px;
        display: inline-block;
        vertical-align: middle;
        margin-right: .5rem;
    }

.custom-phone-link span {
    display: block;
}

    .custom-phone-link span:first-of-type {
        color: #01890C;
        text-transform: uppercase;
        font-weight: 700;
    }

    .custom-phone-link span:last-of-type {
        color: #414042;
    }

.profile-info h5 {
    margin-bottom: .5rem;
    margin-top: 0;
    color: #414042;
    font-weight: 700;
}

.profile-info .card-header h5 {
    margin-top: 0px;
}

.profile-details {
    margin-top: 2rem;
}

.full-profile-page .nav-tabs {
    display: none;
    background-color: #fff;
    margin-bottom: 3rem;
}

    .full-profile-page .nav-tabs a {
        font-size: 1.5rem;
        color: #414042;
        font-weight: 700;
        text-decoration: none;
    }

    .full-profile-page .nav-tabs .nav-item .nav-link {
        border: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

        .full-profile-page .nav-tabs .nav-item .nav-link:hover {
            border: 0;
        color: #01890C;
        }

            .full-profile-page .nav-tabs .nav-item .nav-link:hover:after {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

        .full-profile-page .nav-tabs .nav-item .nav-link:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #3DA143;
            content: '';
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
            -webkit-transform: translate3d(0, 150%, 0);
            transform: translate3d(0, 150%, 0);
        }

        .full-profile-page .nav-tabs .nav-item .nav-link.active {
        color: #01890C;
        }

            .full-profile-page .nav-tabs .nav-item .nav-link.active:after {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

.profile-details h4 {
    font-weight: 700;
    margin-bottom: 0;
}

.profile-details .card-body {
    padding: 1rem 0 1rem 0;
}

    .profile-details .card-body .title-block {
        display: none;
    }

    .profile-details .card-body h5 {
        margin-bottom: 1rem;
    }

.profile-details .tab-content .card-header h5 a {
    position: relative;
}

    .profile-details .tab-content .card-header h5 a:after {
        content: '-';
        position: absolute;
        right: 1rem;
        font-size: 1.5rem;
        color: #adb5bd;
        top: 0;
        bottom: 0;
        height: 32px;
        margin: auto;
    }

    .profile-details .tab-content .card-header h5 a.collapsed:after {
        content: '+';
        position: absolute;
        right: 1rem;
        font-size: 1.5rem;
        color: #414042;
        top: 0;
        bottom: 0;
        height: 32px;
        margin: auto;
    }

.full-profile-page .tab-content .tab-pane {
    display: block;
    opacity: 1;
    border-bottom: 1px solid #dee2e6;
}

    .full-profile-page .tab-content .tab-pane .card-header a {
        width: 100%;
        display: block;
        padding: 1rem 0;
        color: #01890C;
        text-decoration: none;
    }

.full-profile-page .tab-content > div.tab-pane:last-of-type {
    border-bottom: 0;
}

.split-list ul {
    padding: 0;
    list-style-type: none;
}

    .split-list ul li {
        margin-bottom: .5rem;
    }

.blog-article-list {
    padding: 0;
    /*padding-left: 15px !important;*/
    list-style-type: none;
    /*width: 100%;*/
    margin-top: 2rem;
}

    .blog-article-list a > img {
        width: 100%;
        max-height: 260px;
    }

@media (max-width: 600px) {
    ul.blog-article-list.d-flex.flex-wrap {
        padding: 0 15px;
    }

    .profile-info ul.blog-article-list.d-flex.flex-wrap li {
        padding: 10px 0;
    }
    }

    .blog-article-list h6 {
        margin-top: 1rem;
        margin-bottom: .5rem;
    }

        .blog-article-list h6 a {
            text-decoration: none;
        }

    .blog-article-list .date {
        margin-bottom: .5rem;
        font-weight: 700;
        color: #01890C;
    text-decoration: none;
    position: relative;
}

    .blog-article-list .date:hover {
        text-decoration: underline;
    }

.full-page .blog-article-list .date:after {
    content: "\f054";
    font-family: fontawesome;
    font-weight: normal;
    margin-left: 5px;
    font-size: 14px;
    color: #EC6C21;
    position: absolute;
    right: -20px;
    top: 10%;
    transition: 0.5s;
}

#ctl00_pnlLandingPage .blog-article-list .date:after {
    display: none;
    }

    .blog-article-list > li {
        padding-top: 2rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #dee2e6;
    }

        .blog-article-list > li:first-of-type {
            padding-top: 0;
        }

        .blog-article-list > li:last-of-type {
            border-bottom: 0;
        }

    .blog-article-list > li > span {
        display: block;
        font-size: 16px;
        font-weight: 300;
        color: #000;
        line-height: 17px;
        margin-top: 5px;
    }
/* BLOG BACK LINK STYLING */
.blog-home-link a {
    color: #6D6E71;
    text-decoration: none;
    border-bottom: 1px solid #3DA143;
    line-height: 19px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 20px;
}

    .blog-home-link a::before {
        content: url(https://parkview.live.merge-digital.com/assets/_img/small-arrow-right.svg);
        margin-left: -20px;
        margin-right: 10px;
        transform: rotate(-180deg);
        display: inline-block;
    }
/* END BLOG BACK LINK STYLING */

.related-content .button-primary {
    width: calc(100% - 35px);
    text-align: center;
}

.location-list.limit > li:nth-of-type(2) ~ li {
    display: none;
}

.show-more {
    width: 100%;
    text-align: center;
    border-top: 1px solid #dee2e6;
    color: #01890C !important;
    padding: 1rem;
    cursor: pointer !important;
}

    .show-more:after {
        content: '+';
        color: #414042;
        display: inline-block;
        font-weight: 700;
        line-height: 1;
        margin-left: .5rem;
    }

    .show-more.expanded:after {
        content: '-';
        color: #adb5bd;
    }

.profile-details .card-body section {
    margin-bottom: 3rem;
}

    .profile-details .card-body section h6 {
        margin-bottom: .5rem;
        color: #414042;
    }

.back-to-top {
    display: none;
}

@media (min-width: 768px) {
    .profile-info {
        max-width: 100%;
    }

        .profile-info h1 {
            margin-top: 0;
            margin-right: 10rem;
        }

        .profile-info .ppg-logo {
            top: 5%;
            right: 5%;
            position: absolute;
        }

        .profile-info .star-rating {
            margin-bottom: 1.5rem;
        }

        .profile-info .welcome-new-patients {
            margin-bottom: 1.5rem;
        }

    .full-profile-page .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem;
    }

        .full-profile-page .nav-tabs a {
            font-size: 1.125rem;
        }

    .profile-info .card {
        border: none;
    }

        .profile-info .card .card-header {
            display: none;
        }

        .profile-info .card .collapse {
            display: block;
        }

    .profile-info .fade {
        opacity: 1;
    }

    .profile-details .card-body {
        padding: 0rem 0 1rem 0;
        margin-top: 2rem;
    }

        .profile-details .card-body .title-block {
            display: block;
        }

    .related-content .button-primary {
        width: auto;
        text-align: center;
    }

    .back-to-top {
        display: block;
    }

        .back-to-top a {
            font-weight: 700;
        }

            .back-to-top a:after {
                content: '';
                background-image: url(https://parkview.live.merge-digital.com/assets/_img/down-arrow-green.svg);
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                height: 10px;
                width: 10px;
                background-size: 10px 10px;
                margin-left: .5rem;
                display: inline-block;
            }
}

@media (min-width: 576px) {
    .blog-article-list > li {
        padding-top: 0rem;
        padding-bottom: 1rem;
        border-bottom: 0;
    }
}

.divFindADoctorSearch .order-lg-3 {
    background-color: #F7FBF2;
}

.results-area {
    padding: 4rem 0;
}

    .results-area .page-tools {
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }

.advanced-filter h6 {
    font-weight: 400;
    font-size: 1.15rem;
}

.page-tools-results span span {
    color: #01890C;
    margin-right: .5rem;
    font-weight: 700;
}

.profile-image-container > a {
    max-width: 100%;
}

.star-rating span {
    font-weight: 700;
    margin-right: .5rem;
}

.star-rating a {
    font-weight: 700;
}

.name-container p.welcome-new-patients {
    margin-bottom: 1rem;
}

.name-container .specs {
    margin-bottom: 1rem;
    display: inline-block;
    font-size: .875rem;
    font-weight: 300;
}

.doctor-results-list {
    list-style: none;
    padding: 0;
}

    .doctor-results-list img {
        max-width: 100%;
    }

    .doctor-results-list .ppg-logo {
        margin: 1rem 0;
    }

    .doctor-results-list .card {
        border: 1px solid #dee2e6;
        position: relative;
        margin-bottom: 2rem;
    }

    .doctor-results-list p {
        font-size: .875rem;
        margin-bottom: .5rem;
    }

    .doctor-results-list .star-rating {
        margin-bottom: .5rem;
    }

    .doctor-results-list h6 {
        color: #414042;
        margin-bottom: 0rem;
        font-weight: 400;
    }

    .doctor-results-list .card-title {
        margin-bottom: 1rem;
    }

        .doctor-results-list .card-title a {
            text-decoration: none;
        color: #01890C;
            font-weight: 400;
        }

    .doctor-results-list ul {
        list-style: none;
        padding: 0;
    }

    .doctor-results-list .button--secondary {
        width: 100%;
        margin: 1rem 0;
    }

    .doctor-results-list .button-primary {
        width: calc(100% - 35px);
        margin-bottom: 2rem;
    }

.coma-list {
    padding: 0;
}

    .coma-list > li {
        display: inline-block;
        margin-right: .5rem;
    }

        .coma-list > li p {
            display: inline-block;
        }

        .coma-list > li:after {
            content: ',';
            display: inline-block;
        }

        .coma-list > li:last-of-type:after {
            content: '';
        }

.results-area .location-list {
    list-style: none;
    padding: 0;
}

    .results-area .location-list p {
        margin-bottom: 0;
    }

    .results-area .location-list a {
        font-weight: 500;
    }

    .results-area .location-list li {
        margin-bottom: 2rem;
        padding-left: 0;
    }

.welcome-new-patients:before {
    content: '';
    height: 14px;
    width: 14px;
    background-color: #3DA143;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
}

.advanced-filter .button--gradient {
    width: 100%;
}

.advanced-filter .form-check {
    margin-bottom: 1rem;
}

    .advanced-filter .form-check .from-check-input {
        position: absolute;
        margin-top: 0.3rem;
        margin-left: -1.25rem;
    }

#advancedFilterContainer > h6[aria-expanded="true"] .plus-minus :after {
    content: '-';
}

#advancedFilterContainer > h6[aria-expanded="false"] .plus-minus :after {
    content: '+';
}

@media (min-width: 768px) {
    .doctor-results-list .button--secondary {
        width: auto;
        margin-top: 0;
    }

    aside.advanced-filter .collapse {
        display: block !important;
    }

    aside.advanced-filter .plus-minus {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .card-body {
        display: block;
    }

        .card-body .profile-img-container {
            float: left;
        }

        .card-body .name-container {
            float: right;
        }

        .card-body .ppg-logo-container {
            float: left;
        }

    .doctor-results-list .card {
        float: left;
    }

        .doctor-results-list .card .card-body .col-12 {
            float: left;
        }
}

#avid-loc-map {
    width: 100%;
    height: 100%;
}

#avid-loc-col-center {
    height: 100%;
}

.reset-button .button--secondary {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1rem;
}

.locations-results .advanced-filter {
    padding-top: 2rem;
}

.locations-results .location-list {
    margin-top: 1.5rem;
    width: 100%;
}

    .locations-results .location-list li {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
        border-bottom: 1px solid #dee2e6;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        padding-left: 0;
    }

        .locations-results .location-list li:before {
            content: '';
            margin: 0;
        }

        .locations-results .location-list li > a, .locations-results .location-list li > a:active, .locations-results .location-list li > a:visited, .locations-results .location-list li > a:focus {
        color: #01890C;
        }

.locations-results .page-tools-results {
    padding: 1.5rem 0;
    border-bottom: 1px solid #dee2e6;
}

.locations-results .map {
    display: none;
    width: 100%;
    height: 100%;
}

.zip-container {
    padding-right: 15px;
}

    .zip-container > div:last-of-type {
        padding-right: 0;
    }

.location-name {
    font-weight: 700;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #01890C;
    text-decoration: none;
}

    .location-name:hover {
        color: #01890C;
    }

.lnk-google-maps {
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #8EC54A;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

    .lnk-google-maps:hover {
        text-decoration: none;
    }

    .lnk-google-maps + a {
        display: block;
    }

.google-marker a i {
    color: #8EC54A !important;
}

.current-location {
    color: #414042;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    margin-top: 1rem;
}

    .current-location:before {
        content: '';
        background-image: url(https://parkview.live.merge-digital.com/assets/_img/nav-icon.svg);
        width: 13px;
        height: 13px;
        display: inline-block;
        margin-right: .5rem;
    }

@media (min-width: 768px) {
    .locations-results .advanced-filter .flex-column > div {
        padding-right: 0;
    }

        .locations-results .advanced-filter .flex-column > div:first-of-type {
            padding-right: 0px;
        }

        .locations-results .advanced-filter .flex-column > div:last-of-type {
            padding-right: 15px;
        }

    .locations-results .advanced-filter .plus-minus {
        display: none;
    }

    .zip-container {
        padding-right: 15px;
    }

        .zip-container > div:last-of-type {
            padding-right: 15px;
        }

    .locations-results-container .location-list {
        max-height: 650px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin-top: 0;
    }

    .locations-results-container .page-tools-results {
        margin-bottom: 1.5rem;
    }

    .locations-results-container {
        padding-right: 15px !important;
    }

    .locations-results .location-list li > a, .locations-results .location-list li > a:active, .locations-results .location-list li > a:visited, .locations-results .location-list li > a:focus {
        color: #000;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .locations-results .advanced-filter .flex-column > div {
        padding-right: 0;
    }

        .locations-results .advanced-filter .flex-column > div:first-of-type {
            padding-right: 15px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

        .locations-results .advanced-filter .flex-column > div:nth-of-type(2) {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
        }

        .locations-results .advanced-filter .flex-column > div:last-of-type {
            padding-right: 15px;
        }
}

@media (min-width: 992px) {
    .zip-container {
        padding-right: 0px;
    }
}

/*CMS Styles: START*/
.ce-results-wrapper {
    padding: 0 1rem;
}

/*CMS Styles: END*/
.dateRangeLabel {
    font-size: .875rem;
}

.date-range input {
    background-image: url(https://parkview.live.merge-digital.com/assets/_img/calendar-icon-green-bright.svg);
    background-position: calc(100% - 1.5rem);
    background-repeat: no-repeat;
}

.classes-and-events-page .page-tools {
    margin-bottom: 0;
}

.class-results-list {
    padding-left: 0;
}

    .class-results-list time strong {
        font-size: 1.5rem;
    }

    .class-results-list .event-item {
        border-bottom: 1px solid #dee2e6;
    }

        .class-results-list .event-item .title {
            font-size: 1.5rem;
            margin-bottom: .5rem;
        }

        .class-results-list .event-item article {
            padding: 2rem 2rem 2rem 1rem;
        }

        .class-results-list .event-item a {
            padding: 0;
        }

            .class-results-list .event-item a:hover {
                background-color: transparent;
            color: #01890C;
            }

                .class-results-list .event-item a:hover:after {
                    opacity: 0;
                }

    .class-results-list .time, .class-results-list .location, .class-results-list .category {
        display: block;
        border: 0;
        padding-right: .5rem;
        padding-left: 0rem;
        margin-bottom: .5rem;
    }

    .class-results-list .time {
        padding-left: 0px;
    }

    .class-results-list .category {
        border-right: 0px;
        padding-right: 0;
    }

.event-item .description {
    margin-top: 1rem;
}

.event-item .register-button {
    margin-top: 1rem;
}

p.registration-required {
    font-size: .875rem;
    margin-top: 1rem !important;
    font-weight: 300;
}

    p.registration-required:before {
        content: '';
        background-image: url(https://parkview.live.merge-digital.com/assets/_img/checkmark.svg);
        width: 15px;
        height: 14px;
        display: inline-block;
        margin-right: .5rem;
    }

span.registration-required {
    font-size: .875rem;
    margin-top: 1rem;
    font-weight: 300;
}

    span.registration-required:before {
        content: '';
        background-image: url(https://parkview.live.merge-digital.com/assets/_img/checkmark.svg);
        width: 15px;
        height: 14px;
        display: inline-block;
        margin-right: .5rem;
    }

@media (min-width: 768px) {
    .class-results-list .time, .class-results-list .location, .class-results-list .category {
        display: inline-block;
        border-right: 1px solid #dee2e6;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-bottom: 0rem;
    }

    .class-results-list .time {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .classes-and-events-page .page-tools {
        margin-bottom: 0;
    }

    .classes-and-events-page .cta-container {
        padding-left: 0;
        padding-right: 0;
        background-color: #fff;
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    /*CMS Styles: START*/
    .ce-results-wrapper {
        padding: 0 5rem;
    }
}

.class-detail-column {
    margin-top: 1.5rem;
    padding-left: 0;
}

    .class-detail-column h5 {
        margin-bottom: .5rem;
    }

    .class-detail-column p {
        font-size: .875rem;
        margin-bottom: .25rem;
    }

    .class-detail-column > div {
        margin-bottom: 2rem;
    }

    .class-detail-column .registration-required {
        font-size: .875rem;
        margin-bottom: .5rem;
        display: block;
    }

    .class-detail-column .btn {
        margin-top: .5rem;
        margin-bottom: 2rem;
        display: block;
    }

.event-detail-container {
    padding-top: 2rem;
    border-top: 1px solid #dee2e6;
}

    .event-detail-container > div:first-of-type {
        padding-left: 0;
    }

    .event-detail-container .category {
        color: #01890C;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .event-detail-container .img-fluid {
        margin-bottom: 2rem;
    }

    .event-detail-container .location-list li {
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

        .event-detail-container .location-list li:before {
            content: '';
            margin: 0;
        }

    .event-detail-container .location-list h5 {
        margin-bottom: .5rem;
    }

.related-classes {
    margin-bottom: 0;
}

    .related-classes .event-item {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .class-detail-column {
        border-left: 1px solid #dee2e6;
    }

    .event-detail-container {
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 4rem;
    }

        .event-detail-container > div:first-of-type {
            padding-right: 2rem;
        }

        .event-detail-container > div:last-of-type {
            padding-left: 2rem;
        }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .event-detail-container > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .class-detail-column {
        border-left: 0;
    }

    .event-detail-container > div:last-of-type {
        padding-left: 0rem;
    }
}

.accordion-link-container {
    width: 100%;
    border-bottom: 1px solid #dee2e6;
}

.accordion-module {
    padding: 3rem 0;
}

    .accordion-module .nav-title {
        margin-bottom: 0;
    }

        .accordion-module .nav-title a {
            position: relative;
            display: block;
            padding: 1.5rem 0;
        }

            .accordion-module .nav-title a:after {
                content: '-';
                position: absolute;
                right: 1rem;
                font-size: 1.5rem;
                color: #414042;
                top: 0;
                bottom: 0;
                height: 32px;
                margin: auto;
            }

            .accordion-module .nav-title a.collapsed:after {
                content: '+';
                position: absolute;
                right: 1rem;
                font-size: 1.5rem;
                color: #414042;
                top: 0;
                bottom: 0;
                height: 32px;
                margin: auto;
            }
			
			@media (max-width: 27.99em) {
                .parkview-subsite-redesign .accordion-module.residency {
                  margin-top: 0!important;
                  margin-bottom: 2rem!important;
                }
            }

.location-information {
    padding-bottom: 3rem;
    border-bottom: 1px solid #dee2e6;
}

    .location-information p {
        margin-bottom: .25rem;
    }

    .location-information h3 {
        margin-bottom: .5rem;
        margin-top: 2rem;
    }

        .location-information h3:first-of-type {
            margin-top: 0;
        }

.location-slider-container {
    padding: 4rem 0;
    border-bottom: 1px solid #dee2e6;
}

.content-module {
    padding: 3rem 0;
    border-bottom: 1px solid #dee2e6;
}

.download-asset {
    background-color: #3DA143;
    padding: 1rem;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

    .download-asset span {
        font-size: .875rem;
        float: right;
    }

        .download-asset span:after {
            content: '';
            background-image: url(https://parkview.live.merge-digital.com/assets/_img/download-icon-white.svg);
            height: 14px;
            width: 8px;
            display: inline-block;
            margin-left: .5rem;
            vertical-align: middle;
        }

    .download-asset:hover {
        color: #fff;
        opacity: .85;
    }

        .download-asset:hover span {
            text-decoration: underline;
        }

.support-image {
    margin-top: 2rem;
}

.link-list.limit > li:nth-of-type(8) ~ li {
    display: none;
}

.content-area .link-list {
    list-style: none;
    padding: 0;
}

    .content-area .link-list li {
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
        max-width: 100%;
    }

        .content-area .link-list li:before {
            content: '';
            margin: 0;
        }

        .content-area .link-list li a {
            width: 100%;
            display: block;
            padding: 1.5rem 0 1.5rem 0;
            border-bottom: 1px solid #dee2e6;
            position: relative;
            font-weight: 700;
        }

            .content-area .link-list li a:after {
                content: '';
                background-image: url(https://parkview.live.merge-digital.com/assets/_img/arrow-right-green-md.svg);
                display: block;
                position: absolute;
                right: 1rem;
                top: 0;
                bottom: 0;
                margin: auto;
                height: 15px;
                width: 10px;
            }

.link-list + .show-more {
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
}

.location-slider {
    position: relative;
    padding: 0 1.5rem;
    margin: 0;
    z-index: 1;
}

    .location-slider button {
        -webkit-appearance: none;
        border: 0;
        padding: 0;
        background: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 2rem;
        color: #01890C;
        z-index: 2;
    }

        .location-slider button.next-arrow {
            right: .75rem;
        }

        .location-slider button.prev-arrow {
            left: .75rem;
        }

    .location-slider .loc-item {
        padding: 1rem;
        color: #414042;
    }

        .location-slider .loc-item .media-body {
            margin-top: 1.5rem;
        }

            .location-slider .loc-item .media-body a {
                font-weight: 700;
                display: block;
            }

            .location-slider .loc-item .media-body p {
                margin-bottom: 0;
            }

.hp-awards-list.hp-awards-list-sm button.next-arrow {
    right: .75rem;
}

.hp-awards-list.hp-awards-list-sm button.prev-arrow {
    left: .75rem;
}

.awards-module {
    padding: 4rem 0;
}

@media (min-width: 576px) {
    .support-image {
        margin-top: 0rem;
    }
}

@media (min-width: 768px) {
    .content-area .link-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .content-area .link-list li:nth-child(odd) {
            padding: 0 2.1875rem 0 0;
        }

        .content-area .link-list li:nth-child(even) {
            padding: 0 0 0 2.1875rem;
        }

        .content-area .link-list li:nth-last-child(-n+2)[style="display: list-item;"] a {
            border-bottom: 0;
        }

    .location-slider {
        position: relative;
        padding: 0;
        margin: 0;
        z-index: 1;
    }

        .location-slider button.next-arrow {
            right: -2rem;
        }

        .location-slider button.prev-arrow {
            left: -2rem;
        }

    .hp-awards-list.hp-awards-list-sm button.next-arrow {
        right: -2rem;
    }

    .hp-awards-list.hp-awards-list-sm button.prev-arrow {
        left: -2rem;
    }
}

.location-map-module {
    padding: 4rem 0;
}

@media (min-width: 768px) {
    .location-map-module .locations-results-container .location-list {
        max-height: 400px;
    }
}

.content-area h1 + .content-module {
    padding-top: 0;
}

.full-profile-page .location-information {
    border: 0;
}

.meet-our-team-module {
    padding: 4rem 0 0 0;
}

    .meet-our-team-module div a {
        width: 100%;
    }

        .meet-our-team-module div a img {
            margin-bottom: 1rem;
            width: 100%;
        }

    .meet-our-team-module > div.row > div {
        margin-bottom: 2rem;
    }

    .meet-our-team-module h6 {
        margin-bottom: .5rem;
        color: #414042;
    }

    .meet-our-team-module.limit > .row > div:nth-of-type(6) ~ div {
        display: none;
    }

    .meet-our-team-module.limit .show-more {
        border-bottom: 1px solid #dee2e6;
        border-top: 0;
    }

.full-page-video {
    margin: 2rem 0 0 0;
}

.featured-cta-block-module .card {
    text-align: center;
    padding: 3.5rem;
    border: 1px solid #dee2e6;
    border-top: 5px solid #EC6C21;
    margin-bottom: 3rem;
}

    .featured-cta-block-module .card h4 {
        color: #414042;
    }

    .featured-cta-block-module .card a {
        font-weight: 700;
    }

.general-cta-block-module {
    padding: 0 0 4rem 0;
    border-bottom: 1px solid #dee2e6;
}

    .general-cta-block-module .card {
        margin-bottom: 3rem;
    }

        .general-cta-block-module .card h4 {
            color: #414042;
            margin-bottom: .5rem;
        }

        .general-cta-block-module .card a {
            font-weight: 700;
        }

    .general-cta-block-module .row > div:last-child .card {
        margin-bottom: 0;
    }

.content-media-split {
    padding: 4rem 0;
    border-bottom: 1px solid #dee2e6;
}

.search-results-list {
    list-style-type: none;
    padding: 0;
}

    .search-results-list > .search-item {
        padding: 1.5rem 0;
        border-bottom: 1px solid #dee2e6;
    }

        .search-results-list > .search-item article span {
            font-size: .875rem;
        }

        .search-results-list > .search-item article h5 {
            margin-bottom: .5rem;
        }

            .search-results-list > .search-item article h5 a {
                text-decoration: none;
            }

                .search-results-list > .search-item article h5 a:hover {
                    text-decoration: underline;
                }

        .search-results-list > .search-item:first-child {
            padding-top: 0;
        }

        .search-results-list > .search-item:last-child {
            border-bottom: 0;
        }

.search-results .results-area {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.search-results .advanced-filter {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.search-results .w-100 .container {
    padding-left: 0;
    padding-right: 0;
}

.results-categories ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .results-categories ul li {
        padding: 1rem;
    }

.results-categories > button {
    padding: 1rem;
    background: none;
    border: 0;
    background-image: url("https://parkview.live.merge-digital.com/assets/_img/down-arrow-green.svg") !important;
    background-position: calc(100% - 1.5rem);
    background-repeat: no-repeat;
}

.results-categories-status > div {
    padding: 1rem;
    color: #01890C;
    font-weight: 700;
    text-align: center;
}

.search-categories {
    width: 100%;
    background-color: #F7FBF2;
    margin-bottom: 1rem;
}

    .search-categories .navbar {
        padding: 0;
    }

        .search-categories .navbar > a {
            font-size: 1.125rem;
            padding: 1rem 0;
            text-align: center;
            text-decoration: none;
            font-weight: 500;
        }

        .search-categories .navbar a.nav-link.active {
            color: #3DA143;
            font-weight: 700 !important;
            background-color: #fff;
        }

#blog-home-wrapper .search-categories .navbar .nav-item.dropdown a.nav-link.active {
    padding-right: 1.5rem !important;
}

#blog-home-wrapper .search-categories .navbar a.nav-link.active + .dropdown-arrow {
    right: 7px;
}

.search-categories .navbar > .navbar-toggler {
    font-size: 1.125rem;
    text-align: center;
    padding: 0;
    color: #01890C;
    font-weight: 700;
    background-color: #fff;
    border: 0;
}

    .search-categories .navbar > .navbar-toggler > span {
        background-image: url("https://parkview.live.merge-digital.com/assets/_img/down-arrow-green.svg") !important;
        background-position: calc(100% - 1.5rem);
        background-repeat: no-repeat;
        padding: 1.2rem 2.9rem;
        width: 100%;
        -webkit-appearance: none;
        display: block;
    }

        .search-categories .navbar > .navbar-toggler > span.collapsed {
            background-color: #F7FBF2;
        }

.search-categories .navbar .navbar-collapse {
    background-color: #fff;
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    margin-left: auto;
    width: 100%;
    border: 0;
    z-index: 98;
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
    text-align: left;
    padding: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

    .search-categories .navbar .navbar-collapse > ul .nav-item a {
        font-weight: 500;
        text-decoration: none;
        padding: 1rem 0;
    }

    .search-categories .navbar .navbar-collapse > ul .nav-item.active a {
        font-weight: 700;
            color: #01890C;
    }

@media (min-width: 992px) {
    .search-categories .navbar > a {
        padding: 1rem;
    }

    .search-categories .navbar .navbar-collapse {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: auto;
        top: 0;
        left: 0;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        background-color: transparent;
    }

        .search-categories .navbar .navbar-collapse > ul .nav-item > a {
            padding: 1rem;
        }
}

.link-list-container.description .link-list li a {
    text-decoration: none;
}

    .link-list-container.description .link-list li a p {
        font-size: .875rem;
        text-decoration: none;
        margin: 0;
        padding-right: 3rem;
        color: #414042;
        font-weight: 500;
    }

    .link-list-container.description .link-list li a:hover p {
        color: #414042;
    }

.gradient-cta-block {
    margin: 0 -4rem;
    /* fallback/image non-cover color */
    background-color: #3DA143;
    background-image: -webkit-gradient(linear, left top, right top, from(#3DA143), to(#8EC54A));
    background-image: linear-gradient(90deg, #3DA143, #8EC54A);
    padding: 2rem 4rem;
}

    .gradient-cta-block > div {
        padding: 0;
    }

    .gradient-cta-block h5 {
        color: #fff;
        margin-bottom: .5rem;
    }

    .gradient-cta-block p {
        color: #fff;
        margin: 0;
    }

    .gradient-cta-block .button--white {
        margin-right: 0;
        margin-top: 2rem;
        width: 100%;
    }

@media (min-width: 768px) {
    .gradient-cta-block .button--white {
        margin-right: 0;
        margin-top: 0;
        width: auto;
    }
}

.blog-detail-container > div:last-of-type {
    padding: 0;
}

div.share {
    margin-bottom: 1.5rem;
    width: 100%;
    text-align: left;
}

    div.share h5 {
        margin-bottom: .5rem;
    }

    div.share ul {
        list-style-type: none;
        padding: 0;
        margin-top: 0;
        display: block;
    }

        div.share ul li {
            display: inline-block;
            vertical-align: middle;
            margin: 0 .5rem 0 0;
            line-height: 1.75rem;
            margin-right: .75rem;
            padding-left: 0;
        }

            div.share ul li:last-child {
                margin-right: 0;
            }

            div.share ul li:before {
                content: none;
                margin: 0;
            }

.cta-container .card.no-arrow {
    padding: 1.5rem;
}

    .cta-container .card.no-arrow:after {
        background-image: none;
    }

    .cta-container .card.no-arrow a:hover p {
        color: initial;
    }

    .cta-container .card.no-arrow p {
        font-size: .875rem;
    }

    .cta-container .card.no-arrow h5 {
        position: relative;
        margin-bottom: 1.5rem;
    }

        .cta-container .card.no-arrow h5:after {
            content: '';
            background-color: #8EC54A;
            height: 2px;
            width: 2rem;
            position: absolute;
            left: 0;
            bottom: -.75rem;
        }

.cta-container .doctor-list h6 {
    font-size: 1rem;
    margin-bottom: 0;
}

    .cta-container .doctor-list h6:after {
        background-color: transparent;
    }

.cta-container .doctor-list a:hover p {
    color: initial;
}

.cta-container .doctor-list a:hover h6 {
    color: #01890C;
}

.cta-container .doctor-list a:not([href]):not([tabindex]):hover h6 {
    color: #414042;
}

.cta-container .doctor-list .row {
    margin-top: 1rem;
}

    .cta-container .doctor-list .row > div:last-of-type {
        padding-left: 0;
    }

.cta-container .doctor-list div.row:first-of-type {
    margin-top: 2rem;
}

.cta-container .doctor-list:hover p {
    color: initial;
}

.cta-container .card .button-primary {
    width: calc(100% - 35px);
    text-align: center;
}

.featured-area {
    padding-bottom: 0;
}

    .featured-area .blog-item {
        margin-bottom: 1rem;
    }

        .featured-area .blog-item span {
            margin-top: 1rem;
        }

        /*.featured-area .blog-item h6 {
            font-size: 1.5rem;
        }*/

    .featured-area li.blog-item:last-of-type {
        border-bottom: 1px solid #dee2e6;
    }

/*.blog-item > div {
  height: 100%; }*/

/*All Styling*/
@media (max-width: 991.98px) {
    .lnk-google-maps {
        margin-top: 15px
    }

    .loc-phonelink {
        padding-top: 15px;
    }

    .locations-results .location-list li > a,
    .locations-results .location-list li > a:active,
    .locations-results .location-list li > a:visited,
    .locations-results .location-list li > a:focus {
        color: #01890C;
    }

    .search-categories .navbar.navbar-expand-lg > a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        position: relative;
        width: 100%;
        min-height: 1px;
    }
}

.blog-item {
    margin-bottom: 1rem;
}

    .blog-item span {
        font-size: .875rem;
        color: #01890C;
        font-weight: 700;
        display: block;
    }

    .blog-item h6 {
        margin-top: .5rem;
        font-size: 1.25rem;
    }

    .blog-item .date {
        font-size: .875rem;
    }

    .blog-item > div {
        padding: 0;
    }

        .blog-item > div > a {
            padding: 0;
        }

        .blog-item > div > div {
            padding: 0;
            padding-left: 1rem;
        }

#blog-home-wrapper .cta-container {
    display: block !important;
    padding: 0;
}

    #blog-home-wrapper .cta-container .card {
        border: 0;
        border-top: 1px solid #dee2e6;
        padding: 2rem;
        margin-bottom: 0;
        text-align: center;
    }

        #blog-home-wrapper .cta-container .card h5:after {
            right: 0;
            margin: auto;
        }

    #blog-home-wrapper .cta-container .share {
        padding: 2rem;
        border-top: 1px solid #dee2e6;
        background-color: #fff;
        margin-bottom: 0;
    }

#blog-home-wrapper .search-categories .navbar a {
    font-size: 1rem;
}

#blog-home-wrapper .search-categories .navbar .dropdown .dropdown-menu {
    border: 0;
    margin-top: 0;
    padding-top: 0;
}

    #blog-home-wrapper .search-categories .navbar .dropdown .dropdown-menu .dropdown-item {
        padding: 1rem 1rem;
        font-weight: 300;
        font-size: .875rem;
    }

        #blog-home-wrapper .search-categories .navbar .dropdown .dropdown-menu .dropdown-item:first-child {
            margin-top: -.5rem;
        }

#blog-home-wrapper .search-categories .navbar > .navbar-toggler > span {
    font-size: 1rem;
}

#blog-home-wrapper .search-categories .dropdown-arrow {
    position: absolute;
    right: 0;
    top: 15px;
    width: 1rem;
    text-align: center;
    height: 25px;
    bottom: auto;
    margin: auto;
}

    #blog-home-wrapper .search-categories .dropdown-arrow:after {
        font-family: "Font Awesome 5 Free";
        color: #8EC54A;
        content: '\f107';
        border: 0;
        vertical-align: baseline;
    }

#blog-home-wrapper .search-categories .dropdown-toggle:after {
    border: 0;
}

#blog-home-wrapper .search-categories .nav-item {
    border-bottom: 1px solid #dee2e6;
}

    #blog-home-wrapper .search-categories .nav-item .dropdown-arrow {
        display: none;
    }

    #blog-home-wrapper .search-categories .nav-item.dropdown .dropdown-arrow {
        display: block;
    }

#blog-home-wrapper .blog-article-list {
    margin-bottom: 0;
    margin-top: 1.5rem;
}

    #blog-home-wrapper .blog-article-list > li.blog-item {
        padding-top: 1rem;
        display: flex;
    }

#blog-home-wrapper .grid-results .blog-article-list > li.blog-item {
    display: flex;
}

.grid-results .blog-article-list {
    margin-top: 0;
}

@media (min-width: 992px) {
    #blog-home-wrapper .search-categories .navbar .navbar-nav > .nav-item:nth-last-child(-n+3) .dropdown-menu {
        right: 0;
        left: auto;
    }

    #blog-home-wrapper .search-categories .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
        border: 0;
        border-radius: 0;
        padding-top: .5rem;
        min-width: 200px;
    }

        #blog-home-wrapper .search-categories .dropdown:hover .dropdown-menu .dropdown-item:first-child {
            margin-top: 0rem;
            padding-top: 1rem;
        }

    #blog-home-wrapper .search-categories .dropdown .dropdown-arrow:after {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    #blog-home-wrapper .search-hero {
        text-align: center;
    }

    #blog-home-wrapper .search-categories .nav-item {
        border-bottom: 0px;
    }

    .blog-item span {
        margin-top: 1rem;
    }

    .blog-item > div {
        border: 1px solid #dee2e6;
    }

        .blog-item > div > div {
            padding: 0rem 1rem .5rem 1rem;
        }

    #blog-home-wrapper .cta-container {
        display: block !important;
        padding: 0;
    }

        #blog-home-wrapper .cta-container .card {
            border: 0;
            margin-bottom: 0;
        }

        #blog-home-wrapper .cta-container .share {
            text-align: left;
        }

    #blog-home-wrapper aside {
        border-left: 1px solid #dee2e6;
        margin-bottom: 2rem;
    }
}

@media (min-width: 576px) {
    .featured-area .blog-article-list > li.blog-item {
        border-bottom: 0;
        margin-bottom: 0rem;
    }
}

.total-health .hp-hero h1 {
    width: 100%;
}

.total-health .hp-service-tabs .nav-tabs .nav-item {
    border-bottom: 1px solid #8EC54A;
    margin-bottom: 0;
}

.total-health .intro {
    padding: 4rem 0;
    background-color: #F7FBF2;
}

    .total-health .intro .text-center {
        margin-bottom: 4rem;
    }

    .total-health .intro a:first-child {
        width: 100%;
    }

        .total-health .intro a:first-child:hover + .card a {
        color: #01890C;
        }

.total-health .card {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 2rem;
}

    .total-health .card h6 {
        color: #414042;
        margin-bottom: .5rem;
    }

        .total-health .card h6 a {
            text-decoration: none;
        }

    .total-health .card p {
        margin: 0;
    }

.total-health .card-row > div:last-child .card {
    margin-bottom: 0;
}

.total-health .about-section {
    margin: 4rem 0;
}

.total-health-contact-banner h6 {
    margin-top: 1.5rem;
    margin-bottom: 0rem;
    font-size: 1.125rem;
    color: #414042;
}

    .total-health-contact-banner h6 a {
        display: block;
        font-weight: 300;
        color: #01890C;
        font-size: 1.5rem;
        text-decoration: none;
        margin-bottom: 1.5rem;
    }

@media (min-width: 992px) {
    .total-health-contact-banner h6 {
        margin-top: 0;
        padding-right: 2rem;
        margin-right: 2rem;
        border-right: 1px solid #dee2e6;
    }

        .total-health-contact-banner h6 a {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .total-health .card {
        margin-bottom: 1rem;
    }

    .total-health .about-section {
        margin: 0rem;
    }
}

@media (max-width: 991.98px) {
    .total-health .hp-service-tabs .nav-tabs {
        display: block;
    }

        .total-health .hp-service-tabs .nav-tabs .nav-item {
            width: 100%;
        }
}

.services-row ul.frequently-visited-links {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .services-row ul.frequently-visited-links li {
        margin-bottom: .5rem;
        width: 50%;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

        .services-row ul.frequently-visited-links li:before {
            content: '';
        }

        .services-row ul.frequently-visited-links li a {
            font-weight: 700;
            color: #414042;
        }

            .services-row ul.frequently-visited-links li a:hover {
            color: #01890C;
            }

nav.az-nav {
    width: 100%;
    padding: 3rem 0;
}

    nav.az-nav h4 {
        margin-bottom: .5rem;
    }

    nav.az-nav ul {
        list-style-type: none;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        nav.az-nav ul li {
            width: 11%;
            text-align: center;
            padding: 0;
            margin: 0;
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
        }

            nav.az-nav ul li:before {
                content: '';
            }

            nav.az-nav ul li a {
                font-size: 1.25rem;
                font-weight: 700;
                text-decoration: none;
                padding: .5rem;
            }

.az-list {
    width: 100%;
}

    .az-list section {
        margin-bottom: 4rem;
    }

        .az-list section h2 {
            font-size: 2.25rem;
            color: #414042;
            font-weight: 700;
            margin-bottom: 0;
        }

.link-list li:hover a {
    background-color: #F7FBF2;
    padding-left: 1rem;
}

@media (min-width: 576px) {
    nav.az-nav ul li {
        width: 7%;
    }

        nav.az-nav ul li a {
            font-size: 1.5rem;
        }
}

@media (min-width: 768px) {
    .services-row > div:last-of-type {
        border-left: 1px solid #dee2e6;
    }

    .az-list .link-list {
        margin-left: 3rem;
    }
}

@media (min-width: 992px) {
    nav.az-nav ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        nav.az-nav ul li {
            width: auto;
        }

            nav.az-nav ul li a {
                font-size: 1.5rem;
            }
}

.hp-donation-list {
    padding: 0;
}

    .hp-donation-list .media {
        margin-bottom: 1.8rem;
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 1.8rem;
    }

        .hp-donation-list .media:last-child {
            border-bottom: 0px;
        }

        .hp-donation-list .media > a {
            width: 30%;
        }

            .hp-donation-list .media > a img {
                width: 100%;
                height: auto;
            }

        .hp-donation-list .media .media-body {
            padding: 0 2rem;
        }

            .hp-donation-list .media .media-body > h4 {
                color: #414042;
                font-weight: 700;
                margin-bottom: .5rem;
            }

            .hp-donation-list .media .media-body .blurb {
                display: none;
            }

                .hp-donation-list .media .media-body .blurb + a {
                    font-size: .875rem;
                    font-weight: 700;
                    text-decoration: none;
                    position: relative;
                    display: inline-block;
                }

                    .hp-donation-list .media .media-body .blurb + a:after {
                        content: '';
                        position: absolute;
                        width: 100%;
                        left: 0;
                        bottom: 0;
                        height: 1px;
                        background-color: #3DA143;
                    }

.donation-articles h3 {
    color: #414042;
}

    .donation-articles h3 strong {
        font-weight: 700;
    }

.foundation .intro {
    padding: 3rem 0;
    background-color: #F7FBF2;
}

    .foundation .intro h1 {
        font-weight: 700;
    }

.foundation .hp-hero {
    background-color: transparent;
    padding-top: 0;
    margin-top: -23%;
    padding-bottom: 0;
    height: auto;
}

.foundation .hero-wrapper {
    margin-bottom: 0;
}

    .foundation .hero-wrapper h1 {
        text-align: center;
        background-color: #fff;
        padding-bottom: 19%;
        padding-top: 1rem;
    }

.foundation .footer-nav .nav-title.no-link {
    display: block;
    color: #fff;
    position: relative;
    margin-bottom: 1.5rem;
}

    .foundation .footer-nav .nav-title.no-link:after {
        content: '';
        background-color: #8EC54A;
        height: 2px;
        width: 2rem;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -.75rem;
    }

.foundation .footer-nav p {
    font-size: .875rem;
    color: #fff;
}

.foundation .footer-nav .form-control {
    margin-bottom: .5rem;
    height: 58px;
}

.foundation .footer-nav .search-button {
    width: 100%;
}

.foundation .footer-nav .button--white {
    color: #01890C;
    width: 100%;
    font-weight: 700;
    margin: 0;
    height: 58px;
}

.foundation .donate-btn a {
    background-color: #EC6C21;
    color: #fff !important;
    padding: 1rem 1rem;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    margin: 0;
    width: 100%;
}

.footerDonate, .newsletterSignUp {
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.newsletterSignUp {
    padding-top: 2rem;
}

.cta-row-3 .cta-container {
    padding-left: 0;
    padding-right: 0;
    display: block !important;
}

    .cta-row-3 .cta-container .row > div {
        margin-bottom: 1rem;
    }

    .cta-row-3 .cta-container .card:after {
        display: none;
    }

    .cta-row-3 .cta-container .card.text-center h6:after {
        right: 0;
        margin: auto;
    }

@media (min-width: 992px) {
    .foundation .footerDonate, .foundation .newsletterSignUp {
        text-align: left;
    }

    .foundation .footer-nav .nav-title.no-link:after {
        right: auto;
        margin: 0;
    }

    .foundation .footer-nav .search-button, .foundation .footer-nav .button--white {
        width: auto;
    }

    .foundation .footer-nav > div:first-child {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        padding-right: 2rem;
        margin-right: 1.5rem;
    }

    .foundation .footer-nav .form-control {
        margin-bottom: 0;
    }

    .foundation .newsletterSignUp {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .hp-donation-list .media .media-body .blurb {
        display: block;
    }

    .foundation .intro {
        padding: 5rem 0;
    }

    .foundation .hero-wrapper h1 {
        padding-bottom: 25%;
        font-size: 4rem;
        font-weight: 500;
        padding-top: 3rem;
    }

        .foundation .hero-wrapper h1 strong {
            font-weight: 700;
        color: #01890C;
        }

    .foundation .nav-title.no-link {
        padding: 0;
        border-bottom: none;
    }

    .foundation .hp-events-list {
        margin-bottom: 2.5rem;
    }

    .foundation .navbar-expand-xl .navbar-nav {
        width: 100%;
    }

        .foundation .navbar-expand-xl .navbar-nav:first-of-type {
            width: auto;
        }

    .foundation .cta-row-3 .cta-container .row > div {
        margin-bottom: 0rem;
    }
}

@media (max-width: 991.98px) {
    .foundation .hp-hero {
        margin: -23% 1rem 0;
    }

    .foundation .hp-service-tabs {
        margin: 0 1rem;
    }

    .foundation .hero-wrapper h1 {
        font-size: 3.5rem;
        font-weight: 500;
    }

        .foundation .hero-wrapper h1 strong {
            font-weight: 700;
        color: #01890C;
        }
	}

}

@media (max-width: 767.98px) {
    .donation-articles .button-primary {
        width: calc(100% - 35px);
    }

    .donation-articles + .hp-events .button-primary {
        width: calc(100% - 35px);
    }

    .foundation .hp-service-tabs {
        margin: 0 1rem 0;
    }

        .foundation .hp-service-tabs .nav-tabs {
            display: block;
        }

    .foundation .hero-wrapper h1 {
        font-size: 1.5rem;
    }
}

.foundation .content-area figure {
    background-color: #e9ecef;
    padding: .75rem;
    display: table;
    vertical-align: middle;
    width: 100%;
}

    .foundation .content-area figure figcaption {
        width: 100%;
        display: table-caption;
        caption-side: bottom;
        padding: 0 .75rem .75rem;
        background-color: #e9ecef;
    }

.foundation .results-area {
    padding-top: 0;
}

    .foundation .results-area .event-item {
        padding-left: 0;
    }

        .foundation .results-area .event-item:before {
            content: '';
        }

.foundation .add-event {
    margin-top: 1rem;
}

    .foundation .add-event h5 {
        margin-bottom: 0;
        display: inline-block;
        margin-right: 1rem;
    }

    .foundation .add-event > a {
        display: inline-block;
        margin-right: 1rem;
    }

.foundation .news-article .title {
    font-size: 1.5rem;
    color: #414042;
}

    .foundation .news-article .title:hover {
        color: #01890C;
    }

.foundation .news-article .date {
    font-size: .875rem;
    color: #01890C;
    font-weight: 700;
}

/** Modules **/
.breadcrumb {
    padding: .75rem 1rem 0 .75rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '/';
}

.breadcrumb-container {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
}

    .breadcrumb-container .breadcrumb {
        background-color: #fff;
        margin-bottom: 0;
    }

.breadcrumb-item {
    font-size: .9rem;
    margin-bottom: .75rem;
}

    .breadcrumb-item a {
        font-size: .9rem;
    }

.side-nav-toggle {
    position: absolute;
    right: 0;
    z-index: 999;
    display: block;
}

.side-nav {
    background-color: #3DA143;
    padding: 1.2rem 1.2rem 3rem 1.2rem;
    position: relative;
    width: 100%;
}

    .side-nav > h3 {
        margin-bottom: 0;
    }

    .side-nav:after {
        content: '';
        height: 8px;
        width: 35%;
        background-color: #EC6C21;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .side-nav > li a {
        color: #fff;
        font-weight: 300;
    }

    .side-nav > li > a {
        font-size: 1.1rem;
        font-weight: 500;
    }

    .side-nav .dropdown {
        position: relative;
    }

        .side-nav .dropdown .plus-minus {
            position: absolute;
            margin: auto;
            left: auto;
            right: 0;
            top: 0;
            z-index: 999;
            font-size: 1.1rem;
            font-weight: 700;
            padding: 1rem;
            color: #fff;
            pointer-events: none;
        }

            .side-nav .dropdown .plus-minus:after {
                content: '+';
            }

        .side-nav .dropdown > a[aria-expanded=true] ~ .plus-minus:after {
            content: '-';
        }

    .side-nav > li.nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .side-nav .nav-link {
        padding: 1rem 2.5rem 1rem 0;
        margin-right: 0rem;
        cursor: pointer !important;
    }

    .side-nav .sub-nav {
        background-color: #2C8C32;
        margin: 0 -1.2rem;
        list-style: none;
        padding-left: 0;
        padding: 0 2.5rem;
    }

    .side-nav a {
        color: #fff;
        text-decoration: none;
    }

.side-nav-container {
    z-index: 98;
}

    .side-nav-container .nav-title {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        .side-nav-container .nav-title a {
            display: block;
            color: #fff;
            text-decoration: none;
            position: relative;
            padding: 1rem 1.5rem;
            font-size: 1.1rem;
        }

            .side-nav-container .nav-title a:after {
                position: absolute;
                right: 2rem;
                top: 5px;
                font-size: 2.0rem;
                font-weight: 700;
            }

    .side-nav-container .mobile-in-this-section {
        background-color: #fff;
        padding: 0;
        width: 100%;
    }

        .side-nav-container .mobile-in-this-section > div {
            padding: 0;
            width: 100%;
        }

        .side-nav-container .mobile-in-this-section .nav-title > a {
            color: #414042;
        }

            .side-nav-container .mobile-in-this-section .nav-title > a:after {
                content: '-';
                color: #adb5bd;
                font-size: 2.0rem;
            }

            .side-nav-container .mobile-in-this-section .nav-title > a.collapsed {
                color: #fff;
                background-color: #3DA143;
            }

                .side-nav-container .mobile-in-this-section .nav-title > a.collapsed:after {
                    content: '+';
                    color: #fff;
                    top: 10px;
                    right: 2rem;
                    font-size: 1.5rem;
                }

.side-nav-links-container {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 100%;
}

.cta-container {
    padding: 1.5rem;
    width: 100%;
    background-color: #F7FBF2;
}

    .cta-container .card {
        background-color: #fff;
        border: 1px solid #dee2e6;
        margin-bottom: 1.5rem;
        padding: 1.5rem 2.5rem 1.5rem 1.5rem;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100%;
    }

        .cta-container .card:last-child {
            margin-bottom: 0;
        }

        .cta-container .card:after {
            content: '';
            width: 8px;
            height: 12px;
            background-image: url(https://parkview.live.merge-digital.com/assets/_img/small-arrow-right.svg);
            right: 1em;
            top: 0;
            bottom: 0;
            margin: auto;
            position: absolute;
        }

    .cta-container a {
        text-decoration: none;
    }

        .cta-container a h6 {
            color: #414042;
            font-weight: 700;
            position: relative;
        }

            .cta-container a h6:after {
                content: '';
                background-color: #8EC54A;
                height: 2px;
                width: 2rem;
                position: absolute;
                left: 0;
                bottom: -.75rem;
            }

        .cta-container a span {
        color: #01890C;
            font-weight: 700;
            display: block;
            line-height: 1.3rem;
        }

.cta-container {
    display: none !important;
}

    .cta-container.loaded {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

@media (min-width: 768px) {
    .cta-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 992px) {
    .side-nav {
        padding: 1.2rem 1.5rem 3rem 1.5rem;
    }

        .side-nav .sub-nav {
            margin: 0 -1.5rem;
        }

    .side-nav-container {
        background-color: #F7FBF2;
    }

        .side-nav-container .nav-title {
            display: none;
        }

    .cta-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .mobile-in-this-section > div:first-of-type {
        display: none;
    }

    .mobile-in-this-section > div.side-nav-links-container {
        position: relative;
        top: auto;
    }

    .side-nav-links-container.collapse {
        display: block;
    }
}

.content-area {
    padding: 2rem;
}

    .content-area > div:last-of-type {
        border-bottom: 0;
    }

h2,
h3,
h4,
h5,
h6 {
    color: #01890C;
}

.content-area ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .content-area ul li {
        padding-left: 1em;
        margin-bottom: .75rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

        .content-area ul li p {
            margin-bottom: 0;
        }

    .content-area ul > li:last-child {
        margin-bottom: 0;
    }

    .content-area ul li:before {
        content: "•";
        color: #EC6C21;
        margin-right: 5px;
        position: absolute;
        margin-left: -15px;
    }

.content-area ol li {
    margin-bottom: .75rem;
}

.content-area ol > li:last-child {
    margin-bottom: 0;
}

.content-area ol ul {
    margin-top: .75rem;
}

.content-area > section:last-of-type {
    border-bottom: 0;
}

@media (min-width: 768px) {
    .content-area {
        padding: 2rem 0rem 4rem 0rem;
    }

        .content-area ul.two-col li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        }
}

.page-tools {
    margin-bottom: 1rem;
}

.page-tools-buttons a {
    padding: 0 1rem;
}

.page-tools-buttons > a:last-of-type {
    display: none;
}

.content-area > .page-tools {
    display: none;
}

.page-tools .page-tools {
    margin: 0;
}

.page-tools.show {
    display: none;
}

.page-tools .page-tools.show {
    display: block;
    border-bottom: 0px;
    padding-bottom: 0;
}

.side-nav-container ~ #content-main .page-tools.show,
blog-home-link ~ .page-tools.show {
    display: block;
    padding: 0px 4rem;
}

.return a:before {
    content: '';
    background-image: url(https://parkview.live.merge-digital.com/assets/_img/small-arrow-right.svg);
    width: 7px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: .6rem;
}

@media (min-width: 768px) {
    .page-tools-buttons a {
        border-right: 1px solid #dee2e6;
    }

    .page-tools-buttons > a:last-of-type {
        display: inline-block;
    }
}

.simple-hero img {
    width: 100%;
}

.hero-wrapper {
    background-color: #F7FBF2;
}

.hp-hero {
    height: 160px;
    background-color: #414042;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 2rem 0;
}

    .hp-hero > div {
        width: 100%;
    }

    .hp-hero h1 {
        font-size: 1.5rem;
        width: 35%;
        color: #fff;
      font-weight: 500;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
    }

@media (min-width: 576px) {
    .hp-hero {
        height: 300px;
    }

        .hp-hero h1 {
            font-size: 2.25rem;
            width: 100%;
        }
}

@media (min-width: 992px) {
    .hp-hero {
        height: 640px;
    }

        .hp-hero h1 {
            font-size: 3rem;
        }
}

.hp-service-tabs .card-header a,
.hp-service-tabs .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    border-color: transparent;
    display: block;
    text-decoration: none;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 700;
    position: relative;
}

    .hp-service-tabs .card-header a:hover,
    .hp-service-tabs .nav-tabs .nav-link:hover {
        background-color: #8EC54A;
        color: #fff;
    }

    .hp-service-tabs .card-header a:after,
    .hp-service-tabs .nav-tabs .nav-link:after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 1rem;
    }

    .hp-service-tabs .card-header a.collapsed,
    .hp-service-tabs .nav-tabs .nav-link {
        background-color: #3DA143;
        color: #fff;
    }

        .hp-service-tabs .card-header a.collapsed:after,
        .hp-service-tabs .nav-tabs .nav-link:after {
            content: "\f105";
        }

        .hp-service-tabs .card-header a:not(.collapsed),
        .hp-service-tabs .nav-tabs .nav-link.active {
            background-color: #fff;
        color: #01890C;
        }

            .hp-service-tabs .nav-tabs .nav-link.active:after {
                content: "\f107";
            }

.hp-service-tabs .nav-tabs {
    display: none;
    border: 0;
}

.hp-service-tabs .card-body {
    padding: 1rem;
    background-color: #fff;
}

.hp-cta-section a {
    display: block;
    text-decoration: none;
    color: #01890C;
    padding: 1rem 0;
    font-size: .875rem;
}

.hp-cta-section .mobile-cta {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .hp-cta-section .mobile-cta p {
        font-weight: 700;
        margin-bottom: .75rem;
    }

    .hp-cta-section .mobile-cta:last-child {
        border-right: none;
    }

.hp-doctor-search .search-labels {
    margin-bottom: 1rem;
}

    .hp-doctor-search .search-labels a {
        text-decoration: none;
        color: #01890C;
        font-size: .875rem;
    }

.hp-doctor-search .search-box {
    position: relative;
    margin-bottom: 1rem;
}

    .hp-doctor-search .search-box:after {
        content: '\f002';
        font-family: "Font Awesome 5 Free";
        font-size: 1.25rem;
        color: #01890C;
        position: absolute;
        right: 1.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.hp-doctor-search .doctor-search {
    padding: 1rem;
    padding-right: 2.25rem;
}

.hp-location-search .form-control {
    margin-bottom: 1rem;
    padding: 1rem;
    height: auto !important;
}

.hp-appt .appt-text {
    font-size: 1.125rem;
}

.hp-appt .tel span, .hp-appt .tel a {
    display: block;
    font-weight: 700;
}

.hp-appt .tel a {
    font-size: 1.5rem;
    text-decoration: none;
    color: #01890C;
}

@media (max-width: 767.98px) {
    .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

@media (max-width: 1199.98px) {
    .hp-service-tabs .container {
        max-width: none;
    }
}

@media (min-width: 768px) {
    .hp-service-tabs .card-header a,
    .hp-service-tabs .nav-tabs .nav-link {
        font-size: 1.25rem;
        padding-right: 2.5rem;
    }

        .hp-service-tabs .card-header a:after,
        .hp-service-tabs .nav-tabs .nav-link:after {
            right: 1.25rem;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .hp-service-tabs .nav-tabs .nav-link {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hp-service-tabs .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .hp-service-tabs .nav-tabs li.nav-item {
            width: 33.333%;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-right: 1.5px solid #8EC54A;
        }

            .hp-service-tabs .nav-tabs li.nav-item:last-of-type {
                border-right: 0px;
            }

            .hp-service-tabs .nav-tabs li.nav-item:nth-of-type(2) {
                border-right: 1.5px solid #8EC54A;
            }

    .card {
        border: none;
    }

        .card .card-header {
            display: none;
        }

        .card .collapse {
            display: block;
        }

    .hp-doctor-search .search-labels {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .hp-doctor-search .search-labels label {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .hp-doctor-search .search-labels a {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

    .hp-doctor-search .search-box {
        margin-bottom: 0;
    }

    .hp-location-search .form-control {
        margin-bottom: 0;
    }

    .hp-appt .appt-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem 1.5rem;
        border-right: 1px solid #dee2e6;
    }

        .hp-appt .appt-col:first-child {
            padding-left: 0;
        }

        .hp-appt .appt-col:last-child {
            border-right: 0;
            padding-right: 0;
        }

    .hp-appt .appt-text, .hp-appt .tel {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .hp-service-tabs {
        position: relative;
        margin-top: -78px;
    }

        .hp-service-tabs .card-header a,
        .hp-service-tabs .nav-tabs .nav-link {
            font-size: 1.25rem;
            padding: 1.5rem 1.25rem;
        }

        .hp-service-tabs .card-body {
            padding: 2rem;
        }
}

.welcome-section {
    background-color: #F7FBF2;
}

    .welcome-section .welcome-text {
        padding: 2.5rem 0;
    }

        .welcome-section .welcome-text > div {
            width: 100%;
        }

        .welcome-section .welcome-text h2 {
            font-weight: 700;
            font-size: 1.5rem;
            padding-right: 30%;
        }

    .welcome-section .welcome-badges {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .welcome-section .top-fifteen,
    .welcome-section .welcome-video {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .welcome-section .magnet,
    .welcome-section .top-fifteen,
    .welcome-section .welcome-video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 10rem;
    }

    .welcome-section .welcome-video {
        position: relative;
    }

        .welcome-section .welcome-video img {
            width: 100%;
            display: block;
        }

        .welcome-section .welcome-video:hover:before {
            -webkit-transform: translateY(-50%) scale(1.125);
            transform: translateY(-50%) scale(1.125);
            -webkit-filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.5));
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .welcome-section .magnet,
    .welcome-section .top-fifteen {
        background-color: #8EC54A;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .welcome-section .magnet img,
        .welcome-section .top-fifteen img {
            width: 6rem;
            margin: 0 auto;
        }

@media (min-width: 576px) {
    .welcome-section .welcome-text {
        padding: 2.5rem 1.5rem;
    }
}

@media (min-width: 768px) {
    .welcome-section .welcome-badges,
    .welcome-section .welcome-video {
        width: 50%;
    }

    .welcome-section .welcome-right,
    .welcome-section .welcome-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .welcome-section .welcome-text {
        padding: 4rem 4rem 4rem 2rem;
    }

    .welcome-section .magnet img,
    .welcome-section .top-fifteen img {
        max-width: 7.5rem;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .welcome-section .welcome-text {
        padding: 2rem;
    }

        .welcome-section .welcome-text h2 {
            font-size: 2.6rem;
            padding-right: 15%;
        }

    .welcome-section .welcome-badges,
    .welcome-section .welcome-video {
        width: 100%;
    }

    .welcome-section .welcome-text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
    }

    .welcome-section .magnet,
    .welcome-section .top-fifteen {
        padding: 2rem;
        min-height: 15rem;
    }

        .welcome-section .magnet img,
        .welcome-section .top-fifteen img {
            width: 9rem;
        }
}

@media (min-width: 992px) {
    .welcome-section .welcome-text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .welcome-section .welcome-text h2 {
            padding-right: 30%;
        }

        .welcome-section .welcome-text p {
            padding-right: 18%;
        }

    .welcome-section .magnet,
    .welcome-section .top-fifteen {
        padding: 2rem;
    }

        .welcome-section .magnet img,
        .welcome-section .top-fifteen img {
            width: 9rem;
        }
}

.whats-new-section {
    background-color: #fff;
    padding: 2.5rem 0;
}

    .whats-new-section .hp-articles {
        position: relative;
        margin-bottom: 3rem;
    }

        .whats-new-section .hp-articles > h3 {
            font-size: 1.5rem;
            margin-bottom: 2.5rem;
        }

        .whats-new-section .hp-articles .article-links a {
            display: inline-block;
            position: relative;
            font-size: 0.875rem;
            font-weight: 700;
            text-decoration: none;
        }

            .whats-new-section .hp-articles .article-links a:after {
                content: "";
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 0;
                height: 1px;
                background-color: #3DA143;
            }

            .whats-new-section .hp-articles .article-links a:first-of-type {
                margin-right: 1rem;
            }

    .whats-new-section .hp-article-list {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

        .whats-new-section .hp-article-list .media {
            list-style: none;
            margin-bottom: 1rem;
            border-bottom: 1px solid #dee2e6;
            padding-bottom: 1rem;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            .whats-new-section .hp-article-list .media a {
                text-decoration: none;
            }

            .whats-new-section .hp-article-list .media img {
                max-width: 150px;
                width: 100%;
            }

            .whats-new-section .hp-article-list .media h6 {
                font-weight: 700;
                margin-bottom: 0.5rem;
                font-size: 1rem;
            }

            .whats-new-section .hp-article-list .media .date {
                font-weight: 700;
            color: #01890C;
            }

            .whats-new-section .hp-article-list .media .blurb {
                display: none;
                visibility: hidden;
                color: #6D6E71;
            }

            .whats-new-section .hp-article-list .media:last-child {
                /*border-bottom: none;*/
            }

        .whats-new-section .hp-article-list .media-body {
            padding: 0 1rem;
        }

.hp-events h4 {
    color: #01890C;
    margin-bottom: 1rem;
    margin-top: .5rem;
}

.hp-events-list {
    position: relative;
    margin: 0 -15px;
    padding: 0;
}

.event-item {
    list-style: none;
}

    .event-item a {
        position: relative;
        display: block;
        padding: 1.5rem 2rem 1.5rem 1rem;
    }

        .event-item a:hover {
            background-color: #F7FBF2;
        }

        .event-item a:after {
            content: "\f105";
            font-family: "Font Awesome 5 Free";
        color: #01890C;
            position: absolute;
            top: 50%;
            right: 1.5rem;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            visibility: hidden;
            font-size: 1.25rem;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .event-item a:hover:after {
            opacity: 1;
            visibility: visible;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .event-item article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .event-item article .left {
            -ms-flex-item-align: start;
            align-self: flex-start;
            text-align: center;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 4.5rem;
            flex: 0 0 4.5rem;
            padding-right: 1rem;
            border-right: 1px solid #3DA143;
        }

        .event-item article .right {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            padding: 0 1rem;
        }

        .event-item article p {
            margin: 0;
        }

        .event-item article .date {
            display: block;
            text-transform: uppercase;
            font-size: 1.125rem;
        color: #01890C;
        }

            .event-item article .date abbr[title] {
                text-decoration: none;
            }

        .event-item article .time,
        .event-item article .title {
            font-weight: 700;
        }

        .event-item article .category,
        .event-item article .location,
        .event-item article .time {
            font-size: 0.875rem;
        }

        .event-item article .time {
        color: #01890C;
        }

@media (max-width: 991.98px) {
    .hp-events .button-primary {
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .whats-new-section {
        padding: 3rem 0;
    }

    .hp-events {
        border-left: 1px solid #dee2e6;
    }
}

@media (min-width: 992px) {
    .whats-new-section {
        padding: 4rem 0;
    }

        .whats-new-section .hp-articles h3 {
            font-size: 2.25rem;
        }

    .whats-new-section {
        padding: 5rem 0;
    }

        .whats-new-section .hp-article-list {
            position: relative;
        }

            .whats-new-section .hp-article-list .media img {
                max-width: 200px;
            }
}

@media (min-width: 992px) {
    .whats-new-section .hp-articles {
        padding-right: 1.5rem;
    }

    .whats-new-section .hp-article-list {
        position: relative;
    }

        .whats-new-section .hp-article-list .media {
            float: right;
            width: 60%;
            margin-left: 40%;
        }

            .whats-new-section .hp-article-list .media img {
                max-width: 200px;
            }

            .whats-new-section .hp-article-list .media h6 {
                font-size: 1.125rem;
            }

            .whats-new-section .hp-article-list .media:last-child {
                /*margin-bottom: 0;*/
            }

            .whats-new-section .hp-article-list .media:first-child {
                padding-right: 1.5rem;
                position: absolute;
                display: block;
                width: 40%;
                height: 100%;
                margin-left: 0;
                border-bottom: none;
            }

                .whats-new-section .hp-article-list .media:first-child .media-body {
                    padding: 0 1rem 0 0;
                }

                .whats-new-section .hp-article-list .media:first-child a, .whats-new-section .hp-article-list .media:first-child .media-body {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
                }

                .whats-new-section .hp-article-list .media:first-child img {
                    max-width: 100%;
                    margin: 0 0 1rem;
                }

                .whats-new-section .hp-article-list .media:first-child .blurb {
                    margin-top: 0.5rem;
                    display: block;
                    visibility: visible;
                }

    .whats-new-section .hp-articles > div {
        position: relative;
    }

        .whats-new-section .hp-articles > div .article-links {
            position: absolute;
            bottom: 1rem;
            left: 0;
        }

    .whats-new-section .hp-events h4 {
        margin-left: 1.5rem;
    }
}

.featured-services-section {
    overflow: hidden;
}

.featured-tabs,
.featured-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.featured-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4rem 1rem 4rem 0;
    background-image: url("https://parkview.live.merge-digital.com/assets/_img/green-bokeh.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .featured-tabs h3 {
        font-weight: 700;
        color: #fff;
        text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.75);
        margin-left: 15%;
        font-size: 2.25rem;
    }

    .featured-tabs .nav-link {
        color: #fff;
        font-weight: 500;
        font-size: 1.5rem;
        text-decoration: none;
        padding: 1rem .75rem 1rem 15%;
        border-radius: 0;
        position: relative;
        z-index: 2;
        text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.75);
        -webkit-transition: none;
        transition: none;
        width: 110%;
    }

        .featured-tabs .nav-link:after {
            content: '\f105';
            font-family: "Font Awesome 5 Free";
            position: absolute;
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            right: 1rem;
            z-index: 2;
            top: 0;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: inherit;
            transition: inherit;
        }

        .featured-tabs .nav-link.active {
            /* fallback/image non-cover color */
            background-color: #3DA143;
            background-image: -webkit-gradient(linear, left top, right top, from(#3DA143), to(#8EC54A));
            background-image: linear-gradient(90deg, #3DA143, #8EC54A);
            font-weight: 700;
            -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
            text-shadow: none;
        }

            .featured-tabs .nav-link.active:before, .featured-tabs .nav-link.active:after {
                opacity: 1;
                visibility: visible;
                -webkit-transition: inherit;
                transition: inherit;
            }

        .featured-tabs .nav-link:hover {
            font-weight: 700;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .featured-tabs .view-all {
        margin-left: 15%;
    }

.featured-content .tab-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .featured-content .tab-content h3 {
        font-weight: 700;
        font-size: 2.25rem;
        color: #414042;
    }

.featured-content .tab-pane {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .featured-content .tab-pane .pane-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        /* The Fallback */
        background: rgba(255, 255, 255, 0.8);
        padding: 2rem;
    }

@media (max-width: 1199.98px) {
    .featured-tabs h3, .featured-tabs .view-all {
        margin-left: 15px;
    }

    .featured-tabs .nav-link {
        padding-left: 15px;
    }
}

.hp-awards-list {
    position: relative;
    padding: 0 1.5rem;
    margin: 0;
    z-index: 1;
}

    .hp-awards-list button {
        -webkit-appearance: none;
        border: 0;
        padding: 0;
        background: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 2rem;
        color: #01890C;
        z-index: 2;
    }

        .hp-awards-list button.next-arrow {
            right: .75rem;
        }

        .hp-awards-list button.prev-arrow {
            left: .75rem;
        }

    .hp-awards-list .award-item {
        padding: 1rem;
        color: #6D6E71;
    }

        .hp-awards-list .award-item a {
            text-decoration: none;
            color: #6D6E71;
        }

        .hp-awards-list .award-item h6 {
            font-weight: 700;
            margin: 0;
            margin-bottom: .25rem;
        }

        .hp-awards-list .award-item .location {
            margin: 0;
            margin-bottom: .25rem;
            font-weight: .875rem;
        }

        .hp-awards-list .award-item .date {
            font-size: .875rem;
            font-weight: 700;
        color: #01890C;
        }

        .hp-awards-list .award-item .media img {
            max-width: 140px;
            width: 100%;
            margin-right: 1rem;
        }

.hp-awards {
    padding: 2rem 0;
}

@media (max-width: 991.98px) {
    .hp-awards-list .media {
        display: block !important;
        padding: 0 3rem;
    }

        .hp-awards-list .media img {
            margin-bottom: 2rem;
            max-width: 140px;
        }
}

@media (min-width: 992px) {
    .hp-awards {
        padding: 5rem 0;
    }

    .hp-awards-list {
        position: relative;
        padding: 0;
        margin: 0;
        z-index: 1;
    }

        .hp-awards-list button {
            -webkit-appearance: none;
            border: 0;
            padding: 0;
            background: none;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 2rem;
        color: #01890C;
            z-index: 2;
        }

            .hp-awards-list button.next-arrow {
                right: -2rem;
            }

            .hp-awards-list button.prev-arrow {
                left: -2rem;
            }
}

.about-img-mobile {
    width: 100%;
}

.about-img-mobile {
    margin-bottom: 1.5rem;
}

.about-section {
    margin-bottom: 2rem;
}

    .about-section h3 {
        font-size: 1.5rem;
        color: #414042;
    }

@media (max-width: 767.98px) {
    .about-section {
        background-image: none !important;
    }
}

@media (min-width: 768px) {
    .about-section {
        padding: 4rem 5%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 450px;
    }

        .about-section .col {
            padding: 3rem;
            background: #fff;
            /* The Fallback */
            background: rgba(255, 255, 255, 0.75);
        }

        .about-section h3 {
            padding-right: 20%;
        }

    .about-img-mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .about-section {
        height: 500px;
        margin-bottom: 0;
    }

        .about-section h3 {
            font-size: 2.25rem;
        }
}

@media (min-width: 992px) {
    .about-section {
        height: 600px;
        padding: 4rem 0;
    }

        .about-section h3 {
            padding-right: 33%;
        }
}

.side-nav-toggle {
    position: absolute;
    right: 0;
    z-index: 999;
    display: block;
}

.side-nav {
    background-color: #3DA143;
    padding: 1.2rem 1.2rem 3rem 1.2rem;
    position: relative;
    width: 100%;
}

    .side-nav > h3 {
        margin-bottom: 0;
    }

    .side-nav:after {
        content: '';
        height: 8px;
        width: 35%;
        background-color: #EC6C21;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .side-nav > li a {
        color: #fff;
        font-weight: 300;
    }

    .side-nav > li > a {
        font-size: 1.1rem;
        font-weight: 500;
    }

    .side-nav .dropdown {
        position: relative;
    }

        .side-nav .dropdown .plus-minus {
            position: absolute;
            margin: auto;
            left: auto;
            right: 0;
            top: 0;
            z-index: 999;
            font-size: 1.1rem;
            font-weight: 700;
            padding: 1rem;
            color: #fff;
            pointer-events: none;
        }

            .side-nav .dropdown .plus-minus:after {
                content: '+';
            }

        .side-nav .dropdown > a[aria-expanded=true] ~ .plus-minus:after {
            content: '-';
        }

    .side-nav > li.nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .side-nav .nav-link {
        padding: 1rem 2.5rem 1rem 0;
        margin-right: 0rem;
        cursor: pointer !important;
    }

    .side-nav .sub-nav {
    background-color: #2D8633;
        margin: 0 -1.2rem;
        list-style: none;
        padding-left: 0;
        padding: 0 2.5rem;
    }

    .side-nav a {
        color: #fff;
        text-decoration: none;
    }

.side-nav-container {
    z-index: 98;
}

    .side-nav-container .nav-title {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        .side-nav-container .nav-title a {
            display: block;
            color: #fff;
            text-decoration: none;
            position: relative;
            padding: 1rem 1.5rem;
            font-size: 1.1rem;
        }

            .side-nav-container .nav-title a:after {
                position: absolute;
                right: 2rem;
                top: 5px;
                font-size: 2.0rem;
                font-weight: 700;
            }

    .side-nav-container .mobile-in-this-section {
        background-color: #fff;
        padding: 0;
        width: 100%;
    }

        .side-nav-container .mobile-in-this-section > div {
            padding: 0;
            width: 100%;
        }

        .side-nav-container .mobile-in-this-section .nav-title > a {
            color: #414042;
        }

            .side-nav-container .mobile-in-this-section .nav-title > a:after {
                content: '-';
                color: #adb5bd;
                font-size: 2.0rem;
            }

            .side-nav-container .mobile-in-this-section .nav-title > a.collapsed {
                color: #fff;
                background-color: #3DA143;
            }

                .side-nav-container .mobile-in-this-section .nav-title > a.collapsed:after {
                    content: '+';
                    color: #fff;
                    top: 10px;
                    right: 2rem;
                    font-size: 1.5rem;
                }

.side-nav-links-container {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 100%;
}

.cta-container {
    padding: 1.5rem;
    width: 100%;
    background-color: #F7FBF2;
}

    .cta-container .card {
        background-color: #fff;
        border: 1px solid #dee2e6;
        margin-bottom: 1.5rem;
        padding: 1.5rem 2.5rem 1.5rem 1.5rem;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100%;
    }

        .cta-container .card:last-child {
            margin-bottom: 0;
        }

        .cta-container .card:after {
            content: '';
            width: 8px;
            height: 12px;
            background-image: url(https://parkview.live.merge-digital.com/assets/_img/small-arrow-right.svg);
            right: 1em;
            top: 0;
            bottom: 0;
            margin: auto;
            position: absolute;
        }

    .cta-container a {
        text-decoration: none;
    }

        .cta-container a h6 {
            color: #414042;
            font-weight: 700;
            position: relative;
        }

            .cta-container a h6:after {
                content: '';
                background-color: #8EC54A;
                height: 2px;
                width: 2rem;
                position: absolute;
                left: 0;
                bottom: -.75rem;
            }

        .cta-container a span {
        color: #01890C;
            font-weight: 700;
            display: block;
            line-height: 1.3rem;
        }

.cta-container {
    display: none !important;
}

    .cta-container.loaded {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

@media (min-width: 768px) {
    .cta-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 992px) {
    .side-nav {
        padding: 1.2rem 1.5rem 3rem 1.5rem;
    }

        .side-nav .sub-nav {
            margin: 0 -1.5rem;
        }

    .side-nav-container {
        background-color: #F7FBF2;
    }

        .side-nav-container .nav-title {
            display: none;
        }

    .cta-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .mobile-in-this-section > div:first-of-type {
        display: none;
    }

    .mobile-in-this-section > div.side-nav-links-container {
        position: relative;
        top: auto;
    }

    .side-nav-links-container.collapse {
        display: block;
    }
}

.search-hero {
    width: 100%;
    background-color: #F7FBF2;
}

    .search-hero .search-button .button {
        width: 100%;
    }

    .search-hero .search-button .button-primary {
        width: calc(100% - 35px);
        min-width: 170px;
        padding: 17px 20px 17px 0 !important;
        border: solid 1px transparent !important;
    }

    .search-hero h4 {
        margin-bottom: .5rem;
    }

    .search-hero h6 {
        margin-bottom: .5rem;
    }

    .search-hero .advanced-filter h6.collapsed {
        margin-bottom: .5rem;
    }

.search-box.keyword {
    position: relative;
    margin-bottom: 1rem;
}

.search-box.keyword:after {
        content: '\f002';
        font-family: "Font Awesome 5 Free";
        font-size: 1.25rem;
        color: #01890C;
        position: absolute;
        right: 1.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}

@media (min-width: 768px) {
    .search-box.keyword {
        margin-bottom: 0;
    }
}

.advanced-filter #advancedFilterContainer h6[aria-expanded=true] .plus-minus:after {
    content: '-';
}

.advanced-filter .plus-minus {
    color: #414042;
    display: inline-block;
    margin-left: .5rem;
}

    .advanced-filter .plus-minus:after {
        content: '+';
    }

.advanced-filter h6.collapsed {
    margin-bottom: 0;
}

.content-area .blog-article-list > li:before {
    margin: 0;
    content: '';
}

.blog-article-list-container, .related-class-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #dee2e6;
}

    .blog-article-list-container .button-primary, .related-class-container .button-primary {
        width: calc(100% - 2rem);
        text-align: center;
        text-transform: capitalize;
    }

    .related-class-container ul {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

        .related-class-container ul li:before {
            content: '';
            margin: 0;
        }

        .related-class-container ul li a {
            padding-right: 2rem;
            padding-left: 0rem;
        }

            .related-class-container ul li a:after {
                content: '';
            }

            .related-class-container ul li a:hover {
                background-color: #fff;
            }

                .related-class-container ul li a:hover:after {
                    content: '';
                }

    .related-class-container .category {
        display: none;
    }

.related-classes {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .blog-article-list-container .button-primary, .related-class-container .button-primary {
        width: auto;
    }
}

.content-media-split img {
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .content-media-split img {
        margin-top: 0;
    }
}

.pagination-container {
    width: 100%;
    margin-bottom: 1rem;
}

    .pagination-container nav {
        width: 100%;
    }

        .pagination-container nav .pagination > li {
            display: none;
        }

            .pagination-container nav .pagination > li:first-of-type, .pagination-container nav .pagination li:nth-of-type(2), .pagination-container nav .pagination li:nth-of-type(3), .pagination-container nav .pagination li:nth-of-type(4), .pagination-container nav .pagination li:nth-of-type(5), .pagination-container nav .pagination li:last-of-type {
                display: inline-block;
            }

.pagination {
    margin-bottom: 0;
}

    .pagination .page-item, .pagination .page-button-item {
        margin-bottom: 0;
    }

        .pagination .page-item a.active, .pagination .page-button-item a.active {
            background-color: #3DA143;
            color: #fff;
        }

        .pagination .page-item a, .pagination .page-button-item a {
            position: relative;
            display: block;
            padding: 0.5rem 0.75rem;
            margin-left: -1px;
            line-height: 1.25;
            color: #414042;
            background-color: #fff;
            border: 1px solid #dee2e6;
        }

    .pagination .page-link {
        text-decoration: none;
        border-radius: 0 !important;
    }

        .pagination .page-link:hover {
            background-color: #e9ecef;
        }

    .pagination .page-item:first-child > .page-link > span:first-of-type, .pagination .page-button-item:first-child > .page-link > span:first-of-type {
        display: block;
    }

        .pagination .page-item:first-child > .page-link > span:first-of-type:after, .pagination .page-button-item:first-child > .page-link > span:first-of-type:after {
            content: '\f104';
            font-family: "Font Awesome 5 Free";
        color: #01890C;
            font-size: 1.25rem;
            line-height: 1.25rem;
        }

    .pagination .page-item:last-child > .page-link > span:first-of-type, .pagination .page-button-item:last-child > .page-link > span:first-of-type {
        display: block;
    }

        .pagination .page-item:last-child > .page-link > span:first-of-type:after, .pagination .page-button-item:last-child > .page-link > span:first-of-type:after {
            content: '\f105';
            font-family: "Font Awesome 5 Free";
        color: #01890C;
            font-size: 1.25rem;
            line-height: 1.25rem;
        }

    .pagination .page-item .page-link.active, .pagination .page-button-item .page-link.active {
        background-color: #3DA143;
        border-color: #3DA143;
        color: #fff;
    }

.btn-prev-next {
    padding: .7rem 1rem;
}

    .btn-prev-next.disabled {
        opacity: .5;
    }

@media (min-width: 768px) {
    .pagination-container nav .pagination > li {
        display: inline-block;
    }

    .img-badge {
        margin-left: 0px !important;
    }
}

.main-nav .navbar-collapse ul.slide-left > li .locations-dropdown {
    display: none;
}

.main-nav .navbar-collapse ul.slide-left > li .fad-dropdown {
    display: none;
}

.main-nav .navbar-collapse ul.slide-left > li .services-dropdown {
    display: none;
}

@media (min-width: 992px) {
    .main-nav .site-search {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }

        .main-nav .site-search .form-control {
            max-width: 80%;
            margin: 0 auto;
        }

        .main-nav .site-search .icon-button {
            right: 11.5%;
            top: 25%;
        }

        .main-nav .site-search.show {
            display: block;
        }

    .main-nav .navbar-collapse ul.navbar-nav > li .dropdown-menu {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 10000;
    }

    .main-nav .navbar-collapse ul.navbar-nav > li .fad-dropdown {
        padding: 2rem;
        width: 500px;
        left: 0;
        right: auto;
    }

        .main-nav .navbar-collapse ul.navbar-nav > li .fad-dropdown label {
            color: #414042;
            margin-bottom: 1rem;
            font-weight: 500;
            display: block;
        }

        .main-nav .navbar-collapse ul.navbar-nav > li .fad-dropdown input {
            margin-bottom: 1rem;
        }

        .main-nav .navbar-collapse ul.navbar-nav > li .fad-dropdown div a {
        color: #01890C;
            font-size: 1rem;
            padding: 0 1rem 1rem 0;
        }

    .main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown {
        width: 830px;
        padding: 2rem;
        left: -180%;
        right: auto;
    }

        .main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown .button-primary {
            margin-top: 1rem;
        }

        .main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown > h6 {
            margin-bottom: .5rem;
            color: #414042;
        }

        .main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown .location-container .location-item {
            position: absolute;
            top: 2rem;
            right: 2rem;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border-left: 1px solid #dee2e6;
            padding-left: 2rem;
            padding-bottom: 5rem;
            height: 89%;
        }

            .main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown .location-container .location-item > a {
                padding: 0;
            }

            .main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown .location-container .location-item > h6 {
                margin-top: 1rem;
                margin-bottom: .5rem;
            }

                .main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown .location-container .location-item > h6 a {
                    font-size: 1.15rem;
                    padding: 0;
                    font-weight: 700;
                }

            .main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown .location-container .location-item .address {
                font-size: .875rem;
                color: #6c757d;
                margin-bottom: .8rem;
            }

            .main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown .location-container .location-item .get-directions {
                font-weight: 500;
                border-bottom: 1px solid #8EC54A;
            }

        .main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown .location-container .dropdown-item {
            display: inline-block;
            width: auto;
            font-size: 1rem;
            font-weight: 500;
            padding: .5rem 2.5rem;
            padding-left: 0;
            color: #414042;
        }

            .main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown .location-container .dropdown-item:before {
                content: '\f3c5';
                font-family: "Font Awesome 5 Free";
                color: #dee2e6;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                margin-right: 1rem;
                display: inline-block;
                vertical-align: baseline;
                font-size: 1.5rem;
            }

            .main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown .location-container .dropdown-item:focus {
                background-color: #fff;
            }

            .main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown .location-container .dropdown-item.active {
            color: #01890C;
                background-color: #fff;
            }

                .main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown .location-container .dropdown-item.active:before {
                color: #01890C;
                }

                .main-nav .navbar-collapse ul.navbar-nav > li .locations-dropdown .location-container .dropdown-item.active ~ .location-item {
                    opacity: 1;
                }

    .main-nav .navbar-collapse ul.navbar-nav > li .services-dropdown {
        width: 870px;
        left: -175%;
        padding: 2rem;
    }

        .main-nav .navbar-collapse ul.navbar-nav > li .services-dropdown ul {
            list-style-type: none;
        }

            .main-nav .navbar-collapse ul.navbar-nav > li .services-dropdown ul .dropdown-item {
                white-space: normal;
            }

            .main-nav .navbar-collapse ul.navbar-nav > li .services-dropdown ul:first-of-type {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 42.66667%;
                flex: 0 0 42.66667%;
                max-width: 42.66667%;
                padding-left: 0;
            }

                .main-nav .navbar-collapse ul.navbar-nav > li .services-dropdown ul:first-of-type > li a {
                    padding: 1rem 2.5rem;
                    padding-left: 0rem;
                    font-size: 1.125rem;
                    font-weight: 500;
                }

                    .main-nav .navbar-collapse ul.navbar-nav > li .services-dropdown ul:first-of-type > li a:hover {
                color: #01890C;
                        text-decoration: underline;
                        background-color: #fff;
                    }

                    .main-nav .navbar-collapse ul.navbar-nav > li .services-dropdown ul:first-of-type > li a:focus {
                        background-color: #fff;
                    }

                .main-nav .navbar-collapse ul.navbar-nav > li .services-dropdown ul:first-of-type > li:last-of-type {
                    margin-top: 1rem;
                }

            .main-nav .navbar-collapse ul.navbar-nav > li .services-dropdown ul:last-of-type {
                border-left: 1px solid #dee2e6;
            }

                .main-nav .navbar-collapse ul.navbar-nav > li .services-dropdown ul:last-of-type > li {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
                    max-width: 50%;
                }

                    .main-nav .navbar-collapse ul.navbar-nav > li .services-dropdown ul:last-of-type > li a {
                        padding: .5rem;
                        font-weight: 300;
                    }

                        .main-nav .navbar-collapse ul.navbar-nav > li .services-dropdown ul:last-of-type > li a:hover {
                color: #01890C;
                            text-decoration: underline;
                            background-color: #fff;
                        }

                        .main-nav .navbar-collapse ul.navbar-nav > li .services-dropdown ul:last-of-type > li a:focus {
                            background-color: #fff;
                        }
}

.location-single-container {
    padding: 4rem 0;
    border-bottom: 1px solid #dee2e6;
}

    .location-single-container img {
        margin-bottom: 1rem;
    }

    .location-single-container h4 {
        margin-bottom: .5rem;
    }

#class-pay-later {
    margin-bottom: 1rem;
}

/*Form Validation Styles*/
.ce-registration-row {
    position: relative;
}

    .ce-registration-row .form-control {
        width: 100%;
    }

    .ce-registration-row .validate-message {
        color: red;
        font-size: .875rem;
        position: absolute;
        top: 0;
        right: 0;
    }

.styleguide-description {
    background-color: #F5F4F1;
    padding: 2em 0;
}

.styleguide-component {
    padding: 3em 0;
}

.styleguide-section {
    margin: 0 0 3em 0;
    width: 100%;
}

.registration-wrapper {
    display: none !important;
}

.main-nav .site-search .form-control:focus {
    box-shadow: 0 0 0;
}

/* CSP 05Sep18 Blog Tweaks to take out yellow highlight on pagination focus */

#ctl00_cphContent_ctl01_pnlPages a:focus {
    outline: #dee2e6 auto 5px !important;
    box-shadow: 0px 0px 3px 1px rgba(2, 2, 2, 0.25);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(2, 2, 2, 0.25);
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus {
    background-color: #f8f9fa;
    color: #212529;
}

/* CSP 10Sep18 Blog Tweaks to take out yellow highlight on pagination focus */

#ctl00_cphContent_ctl01_pnlPages .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 200, 200, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(200, 200, 200, 0.25);
}

#ctl00_cphContent_ctl01_pnlPages li:focus {
    outline: #ddd auto 5px !important;
}

#ctl00_cphContent_ctl01_pnlPages ul:focus {
    outline: #ddd auto 5px !important;
}


#ctl00_cphContent_ctl01_pnlPages:focus {
    outline: #ddd auto 5px !important;
}

div#ctl00_cphContent_ctl01_pnlPages:focus {
    outline: #ddd auto 5px !important;
}

/*ce search btn*/


span.primary-orange-arrow.ce-search-bkgrd .button-primary {
    background-image: url('https://parkview.live.merge-digital.com/_css/_img/rightarrow.png'), linear-gradient(90deg, #3DA143, #8EC54A);
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    padding-right: 70px;
}

    span.primary-orange-arrow.ce-search-bkgrd:after,
    span.primary-orange-arrow.ce-search-bkgrd .button-primary:after {
        display: none;
    }

/* PAR-8059-247154365 */
.option-value input[type="radio"] + span {
    margin: 0 1rem 0 .5rem;
    vertical-align: middle;
}

#class-registration .step .next-prev.btn-lnk-previous {
    border: none;
    outline: none;
    border-radius: 0;
}


.foundation .foundation-search-page {
    padding: 2rem 0 4rem;
}

.foundation .ce-results-wrapper .advanced-filter {
    display: none;
}

.foundation .ce-results-wrapper .results-area {
    width: 100% !important;
    padding-left: 0 !important;
    max-width: 100%;
}


/* Sports Med landing page */
.landing-section {
    padding: 2rem 0;
}

.landing-page .side-nav-container .nav-title {
    border-bottom: none;
}

.landing-page .side-nav .sub-nav {
    margin: 0 -2.5rem;
}

.landing-page .main-banner.content-banner,
.landing-page .side-nav-container {
    position: relative;
}

.landing-page .full-banner {
    position: relative;
}

.landing-page .main-banner.content-banner .full-banner {
    display: block !important;
    height: 50vh;
    width: 100%;
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

    .landing-page .main-banner.content-banner .full-banner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: rgb(0,0,0);
        background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8953956582633054) 100%);
    }

    .landing-page .main-banner.content-banner .full-banner .hFullOverlayText {
        position: initial;
        left: auto; 
        top: auto;
        color: #FFFFFF;
        padding-left: 1rem;
        font-size: 32px;
        font-weight: 700;
    }

    @media screen and (min-width:992px) {
        .landing-page .main-banner.content-banner .full-banner .hFullOverlayText {
            font-size: 48px;
            padding-left: 4rem;
        }
    }

    @media( max-width: 991px) {
        .landing-page .main-banner.content-banner .full-banner {
            height: 30vh;
            margin-bottom: 130px;
        }
    }

        .landing-page .main-banner.content-banner .full-banner .hFullOverlayText .banner-line-2 {
            font-size: 24px;
        }

    .landing-page .main-banner.content-banner .full-banner .banner-button {
        color: #01890C;
        display: block;
        border: 1px solid #fff;
        padding: 1rem 3rem;
        font-weight: 500;
        font-size: 1rem;
        margin-top: 1rem;
        background-color: #fff;
        text-align: center;
        text-decoration: none;
    }

        .landing-page .main-banner.content-banner .full-banner .banner-button:hover {
            background-color: #F7FBF2;
        }

.landing-page .main-banner.content-banner .main-banner__cta {
    position: relative;
    color: #fff;
    display: block;
    padding: 20px 60px 20px 20px;
    text-decoration: none;
    background: linear-gradient(268.53deg, #86BF3F 0%, #3DA143 100%);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    font-size: 18px;
    text-shadow: none;
}

    .landing-page .main-banner.content-banner .main-banner__cta > strong {
        display: block;
        font-weight: 700;
    }

    .landing-page .main-banner.content-banner .main-banner__cta:after {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        content: url(https://parkview.live.merge-digital.com/assets/_img/arrow-right-white.svg);
    }

.landing-page .content-area {
    padding: 2rem;
}

    .landing-page .content-area .button.button-primary {
        display: block;
    }

.landing-page .card-column .row .col-md-6 {
    padding: 0;
    flex: 0 0 calc(33.333% + 1px);
    margin-left: -1px;
    /* margin-right: -1px; */
}

.landing-page .card-column .card {
    position: relative;
    background: #fff;
    border: none;
    text-align: center;
    padding: 2rem 1rem;
    height: 100%;
    margin-bottom: 0;
    border: 1px solid #E5E6E7;
}

    .landing-page .card-column .card > h4 {
        margin: 0;
        font-size: 13px;
        color: #01890C;
        font-weight: 700;
    }

    .landing-page .card-column .card > p {
        display: none;
    }

    .landing-page .card-column .card > a {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;

	font-size: 0;

    }


.landing-page .pic-text-card__item {
    position: relative;
    text-align: center;
    padding: 1.5rem;
    margin: 1.5rem;
    background-color: #FFFFFF;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.08);
    transition: .5s;
}

    .landing-page .pic-text-card__item:hover {
        box-shadow: 0 10px 24px 0 rgba(0,0,0,0.08);
    }

        .landing-page .pic-text-card__item:hover .pic-text-card__title {
            text-decoration: underline;
        }

    .landing-page .pic-text-card__item > img {
        margin: -1.5rem -1.5rem 2rem;
        width: calc(100% + 3rem);
        max-width: none !important;
    }

    .landing-page .pic-text-card__item .pic-text-card__title {
        margin-bottom: .5rem;
    }

    .landing-page .pic-text-card__item .pic-text-card__content {
        font-size: 14px;
    }

    .landing-page .pic-text-card__item .pic-text-card__link {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

.featured-tabs.featured-tabs--pattern {
    position: relative;
    z-index: 5;
    background-image: none;
    background: linear-gradient(270deg, #3DA143 0%, #86BF3F 100%);
}

    .featured-tabs.featured-tabs--pattern:before,
    .featured-tabs.featured-tabs--pattern:after {
        content: "";
        position: absolute;
        z-index: 1;
        height: 50%;
        width: 100%;
        z-index: -1;
        background-size: contain;
    }

    .featured-tabs.featured-tabs--pattern:before {
        right: 0;
        top: 0;
        background: url(https://parkview.live.merge-digital.com/_css/assets/_img/sports-med/tab-pattern-top.svg) top right no-repeat;
    }

    .featured-tabs.featured-tabs--pattern:after {
        left: 0;
        bottom: 0;
        background: url(https://parkview.live.merge-digital.com/_css/assets/_img/sports-med/tab-pattern-bottom.svg) bottom left no-repeat;
    }

.featured-tabs.featured-tabs--mob {
    width: 100%;
    padding: 2rem 1rem;
}

    .featured-tabs.featured-tabs--mob h3.mb-4 {
        margin-bottom: 1rem !important;
        font-size: 1.5rem;
        text-shadow: 0 0 6px rgba(35,65,37,0.50);
    }

    .featured-tabs.featured-tabs--mob .nav-link {
        padding: .75rem;
        font-size: 1.125rem;
        font-weight: 700;
        text-shadow: 0 0 6px rgba(35,65,37,0.50);
        width: 100%;
    }

    .featured-tabs.featured-tabs--mob .nav-pills {
        margin-bottom: 2rem !important;
    }

    .featured-tabs.featured-tabs--mob .view-all {
        margin-bottom: 0 !important
    }

    .featured-tabs.featured-tabs--mob .button--white {
        display: block;
    }

.speedbump {
    padding: 3rem 1.5rem;
    color: #fff;
    background: linear-gradient(268.53deg, #86BF3F 0%, #3DA143 100%);
}

    .speedbump .about-section {
        height: auto;
        padding: 0;
    }

        .speedbump .about-section .col {
            background: none;
            padding: 0;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .speedbump h3 {
        color: #fff;
    }

    .speedbump .button.button-primary {
        color: #01890C;
        display: block;
        width: 100%;
        border: 1px solid #fff;
        padding: 1rem 2rem;
        font-weight: 500;
        font-size: 1rem;
        margin-top: 1rem;
        background: #fff;
        text-align: left;
        text-decoration: none;
        position: relative;
    }

        .speedbump .button.button-primary:after {
            content: "";
            position: absolute;
            right: .75rem;
            top: 50%;
            transform: translateY(-50%);
            background-size: 18px;
            background: url(https://parkview.live.merge-digital.com/assets/_img/arrow-right-green-md.svg) center center no-repeat;
        }

.left-right-cta {
    max-width: 90%;
    margin: 0 auto;
}

    .left-right-cta .row {
        align-items: center;
    }

    .left-right-cta .cta-feature-title {
        font-size: 2rem;
        color: #01890C;
        font-weight: 700;
        margin-bottom: 0;
    }

        .left-right-cta .cta-feature-title > a {
            text-decoration: none;
            color: #01890C;
        }

    .left-right-cta .left-right-cta__subtitle {
        color: #000;
        font-weight: 700;
        font-size: 1.25rem;
    }

    .left-right-cta .button.button-primary {
        margin: 1rem 0;
    }

    .left-right-cta span {
        display: block;
        margin: .5rem 0;
    }

    .left-right-cta a[href^="tel:"] {
        font-weight: 700;
        text-decoration: none;
    }

    .left-right-cta .col-12.col-md-6:last-child {
        display: none;
    }


@media screen and (min-width:768px) {
    .featured-tabs.featured-tabs--mob {
        display: none;
    }
}

.landing-page .main-banner.content-banner .full-banner  .full-banner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media screen and (min-width:992px) {
    .landing-section {
        padding: 5rem 2.5rem;
    }

    .nav-horizontal.is-stuck {
        position: fixed;
        z-index: 500;
    }

    .landing-page .nav-horizontal .side-nav {
        flex-direction: row !important;
        align-items: center;
        padding: 0 1.5rem;
    }

        .landing-page .nav-horizontal .side-nav:after {
            display: none;
        }

        .landing-page .nav-horizontal .side-nav .sub-nav {
            display: none !important;
        }

        .landing-page .nav-horizontal .side-nav .sub-page-nav-title {
            font-size: 18px;
            font-weight: 700 !important;
            margin-bottom: 0;
        }

            .landing-page .nav-horizontal .side-nav .sub-page-nav-title:after {
                content: "";
                display: inline-block;
                vertical-align: middle;
                height: 25px;
                margin-left: 1rem;
                width: 1px;
                background: #fff;
            }

        .landing-page .nav-horizontal .side-nav > li.nav-item {
            border-bottom: 0;
        }

            .landing-page .nav-horizontal .side-nav > li.nav-item:last-child {
                margin-left: auto;
            }

            .landing-page .nav-horizontal .side-nav > li.nav-item > a {
                padding: 1rem;
                font-size: 14px;
                font-weight: 700;
            }

                .landing-page .nav-horizontal .side-nav > li.nav-item > a:hover {
                    box-shadow: inset 0 -4px 0 0 #fff;
                }

            .landing-page .nav-horizontal .side-nav > li.nav-item .plus-minus {
                display: none;
            }

    .landing-page .main-banner.content-banner .full-banner {
        height: 37vw;
        min-height: 465px;
        max-height: 530px;
    }

            .landing-page .main-banner.content-banner .full-banner .hFullOverlayText .banner-line-2 {
                font-size: 36px;
            }

        .landing-page .main-banner.content-banner .full-banner .banner-button {
            display: inline-block;
        }

    .landing-page .main-banner.content-banner .main-banner__cta {
        position: absolute;
        bottom: 3rem;
        right: 0;
        width: 33.33333%;
        z-index: 10;
    }


    .landing-page .content-area {
        padding: 2rem 4rem 4rem 4rem;
    }

        .landing-page .content-area .button.button-primary {
            display: inline-block;
        }

    .landing-page .card-column {
        background-color: #F7FBF2;
        padding: 2rem;
    }

        .landing-page .card-column .row .col-md-6 {
            flex: 0 0 100%;
        }

        .landing-page .card-column .card {
            text-align: left;
            padding: 2.5rem 3rem 2.5rem 1rem;
            background: rgb(255,255,255);
            background: linear-gradient(270deg, #86BF3F 0%, #3DA143 100%);
            transition: background .5s;
            height: auto;
            margin-bottom: 1.5rem;
        }

            .landing-page .card-column .card:before {
                content: "";
                position: absolute;
                right: 0;
                bottom: 0;
                height: 50%;
                width: 50%;
                background: url(https://parkview.live.merge-digital.com/_css/assets/_img/sports-med/cta-card-pattern.svg) right center no-repeat;
                background-size: contain;
            }

            .landing-page .card-column .card:after {
                content: "";
                position: absolute;
                right: 1rem;
                top: 50%;
                height: 24px;
                width: 15px;
                transform: translateY(-50%);
                background: url(https://parkview.live.merge-digital.com/assets/_img/arrow-right-white.svg) center center no-repeat;
                background-size: 15px;
            }

            .landing-page .card-column .card:hover {
                background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 65%, rgba(118,194,72,0.4192051820728291) 100%);
            }

                .landing-page .card-column .card:hover:after {
                    background: url(https://parkview.live.merge-digital.com/assets/_img/arrow-right-drkgreen.svg) center center no-repeat;
                    background-size: 15px;
                }

            .landing-page .card-column .card > h4 {
                font-size: 24px;
                color: #fff;
                font-weight: 600;
            }

                .landing-page .card-column .card > h4:after {
                    content: "";
                    display: block;
                    height: 1px;
                    width: 100%;
                    margin: .5rem 0;
                    max-width: 100px;
                    /* background: #86BF3F; */
                }

            .landing-page .card-column .card > p {
                display: block;
                margin-bottom: 0;
                max-width: 350px;
                color: #fff;
            }

            .landing-page .card-column .card:hover > p,
            .landing-page .card-column .card:hover > h4 {
                color: #000;
            }

            .landing-page .card-column .card a span{
                display:none;
            }

    .card-column .row {
        flex-direction: column;
    }

        .card-column .row .col-md-6 {
            flex: 0 0 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            max-width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

    .landing-page .grid--sm {
        display: flex;
    }

    .landing-page .pic-text-card__item {
        flex: 0 0 calc(33.33333% - 3rem);
    }

        .landing-page .pic-text-card__item .pic-text-card__content {
            font-size: 16px;
        }

    .speedbump {
        padding: 4rem 0;
    }

        .speedbump.speedbump--ortho {
            position: relative;
        }

            /*.speedbump.speedbump--ortho:after {
                content: "";
                position: absolute;
                right: 0;
                bottom: 0;
                height: 50%;
                width: 50%;
                background: url(assets/_img/sports-med/speedbump-pattern.svg) right center no-repeat;
                background-size: contain;
            }*/

        .speedbump .button.button-primary {
            position: absolute;
            right: 0;
            max-width: 350px;
            top: 50%;
            margin-right: 0;
            margin-top: 0;
            transform: translateY(-50%);
            z-index: 5;
        }

        .speedbump h3 {
            padding-right: 0;
            max-width: 40%;
            margin-bottom: .5rem;
            font-size: 28px;
            font-weight: 700;
        }

            .speedbump h3 > strong {
                font-weight: 700;
            }

        .speedbump p {
            max-width: 40%;
        }

            .speedbump p:last-of-type {
                margin-bottom: 0;
            }

    .left-right-cta .col-12.col-md-6:last-child {
        display: block;
    }
}

@media( max-width : 1350px) {
    .landing-page .main-banner.content-banner .main-banner__cta {
     width: 40%;
    }
}

.compliance-label-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.profile-info ul.blog-article-list.d-flex.flex-wrap li {
    flex: 0 0 calc(33% - 15px) !important;
}

.blog-author.no-image {
    padding-left: 15px !important;
}

@media (max-width: 871px) {
    .profile-info ul.blog-article-list.d-flex.flex-wrap li {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    ul.blog-article-list.d-flex.flex-wrap li {
        padding-left: 0px !important;
    }
}

/*new heart landing page styles
April 26 - SG*/

.heart-landing .side-nav .nav-link {
    /* font-weight: normal; */
    padding: 1rem;
    font-size: 14px;
    font-weight: 700;
}

    .heart-landing .side-nav .nav-link:hover {
        box-shadow: inset 0 -4px 0 0 #fff;
    }

.heart-landing .side-nav > li.nav-item {
    border-bottom: 0;
}

.heart-landing .landing-page .card-column .card:before,
.heart-landing .featured-tabs.featured-tabs--pattern:before,
.heart-landing .speedbump.speedbump--ortho:after,
.featured-tabs.featured-tabs--pattern:after {
    display: none;
}

.heart-landing .cta-feature .img-fluid.feature {
    width: 100% !important;
    height: 100% !important;
}

.heart-landing .landing-page .card-column .card:hover {
    background: #EBF5DD;
}

.heart-landing .landing-page .pic-text-card__item > img {
    height: 286.91px !important;
}

.heart-landing .speedbump .button.button-primary {
    text-transform: initial;
}

@media (max-width: 600px) {
    .heart-landing .landing-page .pic-text-card__item > img {
        height: auto !important;
    }
}

.heart-landing .main-banner.content-banner .full-banner:after {
    display: none;
}

.heart-landing .nav-horizontal .side-nav > li.nav-item:last-child {
    /*margin-left: 0;*/
}

/* -- 357554157_Heart_Landing_Page_Revisions by CSP 30May19 -- */

.heart-landing .main-banner.content-banner .full-banner:after {
    display: none;
}

.landing-page .main-banner.content-banner .main-banner__cta span {
    display: block;
    line-height: 1.3em;
    width: 85%;
}

/*.landing-page .main-banner.content-banner .main-banner__cta {
    padding: 7px 60px 10px 20px
}
*/

/*.heart-landing .landing-page .main-banner.content-banner .main-banner__cta strong {
    text-transform: capitalize;
}*/

/*adding padding for full width content page */

.divPrimaryCareServices {
    margin: -30px 0 0;
}

.full-page .content-area div#divContent {
    padding: 15px;
}

.blog-article ul {
    list-style-type: none !important;
}

/*updating read more links after related blog*/

.blog-article-list-container.related-blog-posts .blog-article-list .date {
    color: #3DA143;
    text-decoration: none;
    position: relative;
    transition: 0.5s;
}

.blog-article-list-container.related-blog-posts .blog-article-list .date:after {
    content: "\f054";
    font-family: fontawesome;
    font-weight: normal;
    margin-left: 5px;
    font-size: 14px;
    color: #EC6C21;
    position: absolute;
    right: -20px;
    top: 10%;
    transition: 0.5s;
}

.blog-article-list-container.related-blog-posts .blog-article-list .date:hover {
    color: #3DA143;
    text-decoration: underline;
}

@media (max-width: 600px) {
  .blog-article-list-container .button-primary, .related-class-container .button-primary {
      width: calc(100% - 2rem);
      text-align: center;
      margin-top: 25px;
      display: inline-block;
  }

  .blog-article iframe {
      width: 100%;
      height: 220px;
  }

  .blog-article-list-container.related-blog-posts .blog-article-list .date {
    display: inline-block;
  }

  .blog-article-list-container, .related-class-container {
      padding-top: 1rem;
      padding-bottom: 2rem;
  }

  .blog-article-list-container.related-blog-posts .blog-article-list {
    margin-top: 0;
  }

  .pnl-related-articles {
      padding-top: 0px;
  }

  .related-blog-posts .title-block.col-md-4.col-lg-4 {
      padding-bottom: 10px;
  }

  .blog-author a {
	    text-decoration: none;
	}

	.blog-article .pnl-contrib-inline .card.no-arrow a.button-primary {
	    display: block;
	    margin-bottom: 0;
	    margin-top: 25px;
	}

	.blog-article .pnl-contrib-inline > .card.no-arrow:last-child {
	    padding-bottom: 0;
	    padding-top: 25px;
	}
}

/* Style watch video for FAD Profile / FAD Results / Meet Our Team */
.watchVideo {
    display: block;
    position: relative;
}

.watchVideo > input {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    font-weight: 500;
    cursor: pointer;
}

.profile-info .watchVideo > input,
.profile-img-container .watchVideo > input {
    display: block;
    width: 100%;
    padding: .75em 1em;
    text-align: center;
    color: #ffffff;
}

.profile-info .watchVideo > input {
    background: url(https://parkview.live.merge-digital.com/_img/icons/watch-video-icon.png) calc(50% - 70px) center no-repeat #3DA143;
    background-size: 22px;
    max-width: 400px;
}

.profile-img-container .watchVideo > input {
    font-size: 14px;
    padding: .5em .75em;
    background: #3DA143;
}

@media screen and (min-width:992px) {
    .profile-img-container .watchVideo > input {
        background: url(https://parkview.live.merge-digital.com/_img/icons/watch-video-icon.png) calc(50% - 60px) center no-repeat #3DA143;
        background-size: 16px;
    }
}

.meet-our-team-module .watchVideo > input {
    padding: 0 0 0 25px;
    color: #3EA143;
    background: none;
}

/* Continuation of the hack noted above - for vidoe trigger in Meet Our Team component */
.meet-our-team-module .watchVideo:before {
    content: "\f16a";
    font-family: "FontAwesome";

    /* Super hacky. Had to do this to get the icon in and clickable as part of input */
    position: absolute;
    pointer-events: none;
    color: #3EA143;
    left: 0;
}

/* Has to override css added to template by JS */
.modalBackground {
    background: #ffffff !important;
    opacity: 0.9 !important;
}


.profile-actions {
	display: flex;
	align-items: flex-start;
    flex-direction: column;
}

	.profile-actions .button {
		display: block;
		margin: 10px 0;
	}


@media (min-width: 575px) {
    .profile-info .watchVideo > input {
        max-width: 400px;
    }

    .profile-actions {
        flex-direction: row;
        align-items: center;
    }

	.profile-actions .button {
		display: inline-block;
		margin: 0 30px; /* Margin has to extend past the after the makes the orange arrow */
}

		.profile-actions .button:first-child {
			margin-left: 0;
		}
}


@media (max-width: 600px) {
    .modalPopupDisplayVideo {
        left: 15px !important;
        right: 15px !important;
    }

    .physVideo {
        margin-left: 0 !important;
        position: relative;
        padding-bottom: 56.25%;
        width: 100%;
        height: 0;
    }

    .physVideo iframe {
        width: 100% !important;
        position: absolute;
        height: 100% !important;
        top: 0;
        left: 0;
    }

    .card-locations {
        display: none;
    }
}

/* Override FAD Results card layout to fit watch video button */
.profile-img-container {
    min-width: 250px;
}

.name-container {
    flex: 1 1 auto;
}

.ppg-logo-container > img {
    max-width: 150px;
}

/*blog post launch styling */

/*adding spacing above related blog posts and removing second border line on physician pages*/
.profile-page.full-profile-page .card-body.row.related-content.blog-article-list-container.related-blog-posts {
    padding-top: 10px;
    border-top: 0;
}

/*text color to white for view all posts button on physician pages*/
.profile-page.full-profile-page .card-body.row.related-content.blog-article-list-container.related-blog-posts a.button {
    color: white;
    cursor: pointer;
}

/*update for scoreboard styling for PSN 8/26/2019 - SG*/
/*wrike number 390322312*/

.score-list__item .score-list__detail.score-list__detail--table table.score-list__scores tbody tr td:first-child {
    width: 200px;
}

.score-list__item .score-list__detail.score-list__detail--table table.score-list__scores tbody tr td:last-child {
    text-align: center;
}

@media (max-width: 768px) {
  .score-list__item .score-list__detail.score-list__detail--table table.score-list__scores tbody tr td:first-child {
      width: 65%;
  }

}

/* Interrupt styling */
.interrupt-wrapper {
    position: relative;
}

.interrupt-container {
    display: block;
    padding: 1rem 2.75rem 1rem 1rem;
    background: #EC6C21;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
}

.interrupt-container p,
.interrupt-container a,
.interrupt-container span {
    color: #ffffff;
    margin-bottom:0;
}

.interrupt-container a {
    text-decoration: underline;
}

.interrupt-icon {
    display: inline-block;
    vertical-align: middle;
    max-width: 20px !important; /* Due to odd image style in dev styles */
    margin-right: 5px;
}

.interrupt-content {
    display: inline-block;
    vertical-align: middle;
}

.BGGreen {
    background: #3DA143 !important;
}


.interrupt-hide {
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    max-width: 18px;
    margin-top: -9px;
}

@media screen and (min-width:768px) {
    .interrupt-container {
        text-align: center;
    }
}

/* --- 420695407_Hide_Duplicate_CTAs_768_Width Nov2019 --- */

@media (max-width: 992px) {
      aside.side-nav-container .cta-container {
       display: none !important;
   }
}

/* --- 420695407_Fix_Banner_Arrows_IE Nov2019 --- */

@media screen\0 {
    .landing-page .main-banner.content-banner .main-banner__cta::after {
        width: 15px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .landing-page .main-banner.content-banner .main-banner__cta::after {
        width: 15px;
    }
}

@media screen and (min-width:768px) {
    .interrupt-container {
        text-align: center;
    }
}


/*
*  Addition of the request an appointment modal
*  task number: 395594754
*/

.icon-close {
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 auto 3px;
}

	.icon-close:before,
	.icon-close:after {
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		position: absolute;
		left: 0;
		top: 50%;
		border-radius: 6px;
		background: #8EC54A;
		transform-origin: center;
	}

	.icon-close:before {
		transform: rotate(45deg);
	}

	.icon-close:after {
		transform: rotate(-45deg);
	}

/* Modal styling */

.card-banner {
    position: relative;
    display: block;
    background-color: #3DA143;
    background-image: -webkit-gradient(linear, left top, right top, from(#3DA143), to(#8EC54A));
    background-image: linear-gradient(90deg, #3DA143, #8EC54A);
    color: #FFFFFF;
    padding: 1rem 3rem 1rem 1.5rem;
    margin: -2rem 0 2rem;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.card-banner:after {
    content: url(https://parkview.live.merge-digital.com/assets/_img/arrow-right-white.svg);
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
}

.card-banner:hover {
    opacity: .85;
    color: #FFFFFF;
    text-decoration: none;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1070;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	height: 85vh;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal-content {
	position: relative;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	padding: 40px 30px 50px;
    max-height: 85vh;
    overflow-y: auto;
}
@media( max-width : 768px) {
    .modal-content {
        padding: 60px 15px 50px;
    }
}

.modal-content::-webkit-scrollbar {
    width: .8rem;
}

.modal-content::-webkit-scrollbar-track {
    background-color: #FFFFFF;
}

.modal-content::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    outline: 1px solid #CCCCCC;
    border-radius: .4rem;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

	.modal-backdrop.fade {
		opacity: 0;
	}

	.modal-backdrop.show {
		opacity: 0.5;
	}

.modal__close {
	position: absolute;
	top: 30px;
	right: 20px;
	background: none;
	border: none;
	color: #414042;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

.modal__back {
    position: absolute;
    top: 40px;
    left: 20px;
	display: block;
	padding: 0;
	text-align: center;
	background: none;
	border: none;
	color: #414042;
    font-size: 12px;
}

.modal__back:before {
    content: '';
    background-image: url(https://parkview.live.merge-digital.com/assets/_img/down-arrow-green.svg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 10px;
    width: 17px;
    background-size: 16px;
    margin-right: .5rem;
    display: inline-block;
}

.modal__header {
	text-align: center;
	margin-bottom: 20px;
    margin-top: 40px;
}

.modal__title {
	font-size: 24px;
	font-weight: 600;
}

.modal__content {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.modal__content iframe,
.frame-appt {
    max-width: 700px;
    margin: 0 auto;
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

	.modal-footer > * {
		margin: 0.25rem;
	}

.modal-card {
	display: block;
	padding: 30px 20px;
	border: 1px solid #E5E6E7;
	height: 100%;
	width: 100%;
	text-align: center;
}

.modal-card--green {
	background: #F7FBF2;
}

.modal-card__title {
	color: #414042;
	font-weight: 600;
	font-size: 21px;
}

.modal-card__row {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
}

.modal-card__col {
	max-width: 150px;
	margin-bottom: 10px;
}

.modal-card__action .button-primary,
.modal-card__action .button--secondary {
	width: 100%;
}

.modal__content .col-md-6 {
	margin-bottom: 20px;
}

.modal-card__action {
    flex: 1 1 auto;
}

.modal-card__action--padded {
    padding-right: 35px;
}

.modal-card__action .button-primary {
	padding: 1rem 1.5rem;
}

@media screen and (max-width:768px) {
    .doctor-results-list .button-primary:focus,
    .card-banner:focus,
    .profile-actions .button-primary:focus {
        outline: none;
        opacity: .85;
    }

    .modal__desktop {
        display: none;
    }
    .modal__mobile {
        display: block;
    }

    .landing-page .main-banner.content-banner .main-banner__cta {
        width: 100%;
    }

}

@media screen and (min-width:768px) {
	.modal-card__row {
		flex-direction: row;
	}

	.modal-card__col {
		margin-bottom: 0;
	}

    .modal-card__action--padded {
        padding-right: 0;
    }

    .modal-card__action .button-primary {
        max-width: 140px;
        float: right;
    }

	.modal-card__action .button--secondary {
		max-width: 175px;
        float: right;
        margin-right: 0;
	}

    .modal__header {
        margin-top: 0;
    }

	.modal__content .col-md-6 {
		margin-bottom: 0;
	}

    .modal__desktop {
        display: inline-block;
    }

    .modal__mobile {
        display: none;
    }
}

.modal__content.is-hidden {
	opacity: 0;
	visibility: hidden;
/*	transform: translateY(30px);*/
	transition: .5s;
}

.modal__content.is-visible {
	opacity: 1;
	visibility: visible;
/*	transform: translateY(0);*/
	transition: .5s;
}


@media (min-width: 990px) {
	.modal-dialog {
		max-width: 1000px;
		margin: 1.75rem auto;
	}
}

.hp-doctor-search .search-labels strong {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media(max-width:991px) {​
.landing-page .main-banner.content-banner .full-banner-container{​
	display:block;
	height: 100%;
}
.landing-page .main-banner.content-banner .full-banner-container img{​
	-o-object-fit: cover;
	object-fit: cover;
	height: 100% !important;
}
    .landing-page .main-banner.content-banner .main-banner__cta {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
    }

}

.landing-page .about-img-mobile {
       display:none;
}

/* DROPDOWN FIX */
@media( max-width : 991px) {
    div#blogCategories.navbar-collapse.collapse.show ul.navbar-nav.mr-auto li.nav-item.dropdown.show > div {
        bottom:initial !important;
        height: auto !important;
        z-index:0;
    }
}
/* DROPDOWN FIX END*/

.appt-next-avail {
    display:block;
}

.appt-next-avail-mobile {
    display:none;
}

@media( max-width : 991px) {
.appt-next-avail {
    display:none;
}

.appt-next-avail-mobile {
    display:block;
}
}


/* Home Page Updates - 03/22/2020 */
.hp-hero {
    position: relative;
}
.hp-hero__credit {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 20px;
    right: 20px;
}
.divHomePageServiceTabs {
    width:100%;
}
.divHomePageServiceTabs .hp-service-tabs .container {
    max-width:100%;
}
.homepage-cards .card-column {
    background-color: inherit;
}
.homepage-cards .card-column .row {
    margin-left: 0;
    margin-right: 0;
}
.homepage-cards .card-column .row .col-md-6 {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
.homepage-cards .card-column .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: none;
}
.homepage-cards .card-column .card:hover {
    background: #3DA143;
}
.homepage-cards .card-column .card:hover:after {
    background: url(https://parkview.live.merge-digital.com/assets/_img/arrow-right-white.svg) center center no-repeat;
    background-size: 15px;
}
.homepage-cards .card-column .card:hover > p,
.homepage-cards .card-column .card:hover > h4 {
    color: #FFFFFF;
}
.homepage-cards .card-column .card:before {
    display: none;
}
.hp-cta-section {
    display: none;
}
.whats-new-section .hp-article-list .media img {
    max-width: 140px !important;
}
@media screen and (min-width:992px) and (max-width:1190px) {
    .whats-new-section .hp-article-list .media:not(:first-child) img {
        display: none;
    }
}
@media screen and (min-width:992px) {
    .homepage-cards .card-column .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .homepage-cards .card-column .row .col-md-6 {
        flex: 0 0 31%;
        max-width: 31%;
        transform: translateY(-50%);
        margin-top: -20px;
        margin-left: 1.125%;
        margin-right: 1.125%;
    }

    .homepage-cards .card-column .card {
        height: calc(100% - 1.5rem);
        border: none;
    }

    .whats-new-section .hp-article-list {
        margin-bottom: 65px;
    }
    .whats-new-section .hp-articles > div .article-links {
        position: absolute !important;
        bottom: 0 !important;
    }

    .whats-new-section {
        padding: 0 0;
        margin-top: -125px;
    }

    .whats-new-section .hp-article-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .whats-new-section .hp-article-list .media {
        width: 33.333%;
        max-width: 33.333%;
        margin-left: 35%;
    }

    .whats-new-section .hp-article-list .media:first-child {
        width: 33.333%;
        max-width: 33.333%;
    }

    .whats-new-section .hp-article-list .media:first-child img {
        max-width: none !important;
    }

    .whats-new-section .hp-article-list .media:nth-child(2n+3) {
        margin-left: 30px;
    }

    .hp-hero {
        /*height: 480px;*/
		height: 640px;
    }
}

@media (max-width: 767.98px) {
.divHomePageServiceTabs {
    display:none !important;
}
.welcome-section {
    display: none !important;
}

.hp-awards {
    display:none !important;
}

#ctl00_homepageBottomCta_rptHomepageBottomCta_ctl00_divHomepageBottomCta {
    display:none !important;
}
}

.blog-article-list .date:hover {
    text-decoration:none;
}

.profile-specs {
    margin-top: 20px;
    margin-bottom: 20px !important;
}
.specs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px auto;
}

.specs-container > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 10px;
}

@media (max-width: 600px) {
    .specs-container {
        display: block;
    }
    .specs li {
        list-style: none;
    }
}


/* patient ratings */

@media screen and (max-width:575px) {
    .fad-reflow-mobile {
        display: flex; 
        flex-direction: column;
        align-items: flex-start;
    }
    
    .fad-reflow-mobile .patient-rating {
        order: 1;
    }
    
    .fad-reflow-mobile .welcome-new-patients {
        order: 2;
    }
    
    .fad-reflow-mobile .ppg-logo {
        order: 3;
    }
}

.divFindADoctor .patient-rating {
    display: block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px !important;
}
.divFindADoctor .patient-rating div {
    display: inline-block;
    padding-right: 10px;
}
.divFindADoctor .patient-rating div {
    display: inline-block;
    padding-right: 10px;
}
.divFindADoctor .patient-rating .ds-summary .ds-title {
    display:none;
}
.divFindADoctor .patient-rating .ds-comments {
    display:none;
}
.divFindADoctor .patient-rating .ds-average-max {
    display: none;
}
.divFindADoctor .patient-rating .ds-ratingcount::before {
    content: "(";
}
.divFindADoctor .patient-rating .ds-ratings::after {
    content: ")";
}

/* Ratings */
.ds-average,
.ds-ratings {
    font-weight: 500;
    color: #414042;
}

.divFindADoctor .patient-rating .ds-xofy {
    padding-right: 20px;
}

.divFindADoctor .patient-rating .ds-summary {
    padding-right: 0;
}

.divFindADoctor .patient-rating .ds-ratings {
    padding-right: 0;
    margin-right: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #01890C;
    cursor: pointer;
}

.ratings-not-available {
    font-weight: 500;
    color: #414042;
    margin-right: 10px;
}

.ds-commentprefix {
    font-size: 20px;
}

#commentDiv #surveyLink {
    font-weight: 600;
    margin-bottom: 15px;
    text-decoration: none;
    border-bottom: 1px solid #01890C;
}

hr.ds-divider {
    border-color: #8EC54A;
}

/* Rating Tooltip */
.rating-tooltip {
  position: relative;
  display: inline-block;
  margin-left: -10px;
}

/* Tooltip text */
.rating-tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  width: 250px;
  /*color: #CCC;*/
  font-size:12px;
  background: #FFF;
  text-align: left;
  padding: 20px;
  border: 1px solid #dee2e6;
  transition: .3s;
  cursor: pointer;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  left: 25px;
  top: -15px;
}

.rating-tooltip .tooltiptext:before {
    content: "";
    position:absolute;
    left: -5px;
    top: 17px;
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; 
    border-right:5px solid #FFF; 
    z-index: 2;
}

.rating-tooltip .tooltiptext:after {
    content: "";
    position:absolute;
    left: -6px;
    top: 17px;
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; 
    border-right:5px solid #dee2e6; 
    z-index: 1;
    transform: scale(1.25);
}

@media screen and (max-width:769px) {
    .rating-tooltip .tooltiptext {
        right: -24px;
        left: auto;
        top: calc(100% + 10px);
    }
    
    .rating-tooltip .tooltiptext:before,
    .rating-tooltip .tooltiptext:after {
        top: -5px;
        right: 35px;
        left: auto;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #FFF;
        border-top: none;
    }
    
    .rating-tooltip .tooltiptext:after {
        border-bottom-color: #dee2e6;
        top: -6px;
    }
}

/* Show the tooltip text when you mouse over the tooltip container */
.rating-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.rating-tooltip .tooltiplink {
  text-decoration:none;
  border-bottom: 1px solid green;
  font-size:12px;
  font-weight:bold;
}

.rating-tooltip .tooltiplink:hover {
  text-decoration:none;
}

.profile-page .page-tools {
  display:none !important;
}

/* This is for a variant of the homepage that needs to be aligned right. */
.hp-hero.hp-hero--align-right h1 {
    text-align: right;
    font-weight: 600;
}

/* Had to overwrite the strong tag to increase the font weight to look more like client comp and increase legibility. */
.hp-hero.hp-hero--align-right h1 > strong {
    font-weight: 600;
}

@media screen and (max-width:600px) {
	.hp-hero.hp-hero--align-right h1 {
		margin-top: 50px;
	}
}

.navbar-brand img.employer-solutions {
    max-width: 412px;
    max-height: 50px;
    width: auto;
    height: auto;
}

@media (max-width: 768px) {
    .navbar-brand img.employer-solutions {
        max-width: 192px !important;
    }
}

/* blog updates */

/* #blog-home-wrapper .search-hero .form-row > div:first-child{
    max-width: 100%;
    flex: 0 0 100%;
} */

#blog-home-wrapper .search-hero .form-row .search-box {
    margin-top: 30px;
}

    #blog-home-wrapper .search-hero .form-row .search-box .form-group {
        flex: 1;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px;
        text-align: left;
    }

@media (max-width: 768px) {
    #blog-home-wrapper .search-hero .form-row .search-box .form-group {
        margin-bottom: 20px;
    }

        #blog-home-wrapper .search-hero .form-row .search-box .form-group:last-child {
            margin-bottom: 0;
        }
}

#blog-home-wrapper .search-hero .form-row .search-box .form-group label {
    color: #212529;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 10px;
}

#blog-home-wrapper .search-hero .form-row .search-box .form-group .help-text {
    color: #212529;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19px;
    margin-top: 10px;
    margin-bottom: 0;
}

#blog-home-wrapper .search-hero .form-row .search-box input[type="text"] {
    background-image: url(https://parkview.live.merge-digital.com/_css/assets/_img/search-icon-green-alt.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 1.5rem);
    background-position-y: center;
}

#blog-home-wrapper .search-hero .form-row .search-box.keyword:after {
    display: none;
}

/* #blog-home-wrapper .search-hero .form-row .search-button{
    margin-top: 40px;
} */

@media (max-width: 768px) {
    .navbar-brand img.employer-solutions {
        max-width: 192px !important;
    }
}

.search-criteria {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .search-criteria ul.search-items {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-left: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .search-criteria ul.search-items li {
        padding: 10px;
        background-color: #3DA143;
        color: #fff;
        cursor: pointer;
        border-radius: 4px;
        flex: 0 0 auto;
        margin-right: 15px;
        margin-bottom: 0;
        transition: .3s;
    }

    .search-criteria ul.search-items li:hover {
        background-color: #8EC54A;
    }

    .search-criteria ul.search-items li:after {
        display: inline-block;
        content: "\f00d";
        font-family: "FontAwesome";
        margin-left: 1.5rem;
    }

        .search-criteria ul.search-items li:before {
            display: none;
        }
		
.gme-internal .cta-container .card a h6:after{
    content: '';
    background-color: #8EC54A;
    height: 2px;
    width: 2rem;
    position: relative;
    bottom: 0;
    display: block;
    margin-top: .75rem;
    margin-bottom: 12px;
}

.service-cta__button-icon .hover-image {
    display: none !important;
    z-index: 99;
}

.service-cta__button-icon:hover .hover-image {
    display: inline !important;    
}

/* Service button with img instead of background */
.service-cta__button:hover img:first-child{
    display: none !important;
  }
  .service-cta__button:hover img:last-child{
    display: block !important;
  }
  
  .card-banner.card-banner--cta{
    padding: 15px;
    cursor: default;
  }
  .card-banner.card-banner--cta:hover{
      opacity: 1;
  }
  
  .card-banner.card-banner--cta:after{
    content:none;
  }
  
  .card-banner.card-banner--cta h3{
    color:#fff;
    margin:0;
    font-size: 24px;
  }
  
  .card-banner.card-banner--cta span{
    color:#fff;
    font-size: 14px;
    font-weight: normal;
  }
  
  .card-banner.card-banner--cta .button{
    font-weight: normal;
    font-size: 14px;
    padding: 15px 0;
    margin: 0 0 0 5px;
    width: 100%;
  }
  @media( max-width : 992px) {
    .card-banner.card-banner--cta .button{
        margin: 15px 0 0;   
    }
  }

/*.card-banner.card-banner--cta .button:hover{
    color: #01890C;
    background: #fff;
    border: 1px solid #3DA143;
  }*/

.cta-find-appt {
    background-color: #3DA143;
    background-image: -webkit-gradient(linear, left top, right top, from(#3DA143), to(#8EC54A));
    background-image: linear-gradient(90deg, #3DA143, #8EC54A);
    padding: 0.5rem 0.5rem;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 2em;
    position: relative;
}

    .cta-find-appt a {
        color: #fff;
        text-decoration: none;
    }


    .cta-find-appt a:after {
        content: url(https://parkview.live.merge-digital.com/assets/_img/arrow-right-white.svg);
        width: 35px;
        position: absolute;
        right: 20px;
        top: 0;
        padding: 1.125rem .75rem;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }


element.style {
}

.modal__content.is-visible {
    opacity: 1;
    visibility: visible;
    /* transform: translateY(0); */
    transition: .5s;
}

#nextApptParam .modal__content {
    /*width: 75%;
    min-width: 75%;*/
    /*max-height: 100vh;*/
}

#nextApptParam .modal__header {
    margin: 10px auto;
    width: 60%;
}

#nextApptParam .modal__title {
    font-size: 24px;
    font-weight: 600;
}

#nextApptParam .cta-change-text {
    color: #767676;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0;
}

#nextApptParam .modal-card {
    padding-top: 0;
}

#nextApptParam label {
    font-size: 0.9rem;
    color: #767676;
}

    #nextApptParam .cta-change-text strong {
        color: #000;
        font-size: 0.95rem;
        font-weight: 900;
    }

#nextApptParam .modal__content .col-md-6 {
    margin: 0 auto;
}

#nextApptParam .modal-card {
    border: none;
}

    #nextApptParam .modal-card .form {
        text-align: left;
    }

    #nextApptParam .modal-card button {
        background-color: #3DA143;
        background-image: -webkit-gradient(linear, left top, right top, from(#3DA143), to(#8EC54A));
        background-image: linear-gradient(90deg, #3DA143, #8EC54A);
        color: #fff;
        text-transform: capitalize;
        border: 0;
        position: relative;
        margin-right: 2.25rem;
        padding: 1rem 1rem;
        text-decoration: none;
        font-weight: 700;
        text-align: center;
    }

#nextApptParam .cta-change-distance {
    background-color: #F7FBF2;
    border: 1px solid #ced4da;
    padding: 1em;
}

#nextApptParam .cta-change-distance-back {
    border: none;
    background: transparent;
    text-decoration: underline;
    color: #01890C;
    font-size: 0.89rem;
    font-weight: normal;
}

#nextApptParam iframe {
    max-width:690px !important;
    height: auto !important;
    margin-top: 10px;
  }

.button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .button-group .button {
        flex: 1;
        padding: 15px 0;
        margin: 0;
        font-weight: 300;
        color: #000;
        min-width: initial;
        border: 1px solid #ced4da;
        border-right: none;
    }

        .button-group .button:last-child {
            border-right: 1px solid #ced4da;
        }

        .button-group .button:hover {
            color: #fff;
        }

        .button--secondary.selected {
            background-color: #3DA143;
            background-image: -webkit-gradient(linear, left top, right top, from(#3DA143), to(#8EC54A));
            background-image: linear-gradient(90deg, #3DA143, #8EC54A);
            border: 1px solid transparent;
            color: #fff !important;
        }

        .divFindADoctorResults .current-location {
            margin-top: 0;
            margin-bottom: 1em;
        }

.required-fields-group {
    margin-bottom: 0.5em;
}

.required {
    color: #FF0000;
    font-weight: 700;
    font-size: 0.9rem;
  }

/* .side-nav-container .cta-container a h6::after {
    content: none;
} */

.side-nav-container .cta-container a{
    text-decoration: none;
}

.side-nav-container .cta-container a h6 {
    margin-bottom: 1.5rem;
}

/***********************NEW HOMEPAGE*********************************/

.hp-hero--cta {
    position: relative;
    padding: 0;
    background-color: #fff;
    background-size: contain;
    background-position: right center;
}
  
  @media (max-width: 768px) {
    .hp-hero--cta {
      height: auto !important;
      background: transparent !important;
    }
  }
  
  @media (min-width: 768px) {
    .hp-hero--cta {
      height: 450px;
    }
  }
  
  @media (min-width: 992px) {
    .hp-hero--cta {
      height: 600px;
    }
  }
  
  .hp-hero > .hp-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45%;
    background-image: -webkit-gradient(linear, right top, left top, from(#86BF3F), to(#3DA143));
    background-image: -webkit-linear-gradient(right, #86BF3F 0%, #3DA143 100%);
    background-image: -o-linear-gradient(right, #86BF3F 0%, #3DA143 100%);
    background-image: linear-gradient(270deg, #86BF3F 0%, #3DA143 100%);
    color: #ffffff;
    padding: 5rem 3rem;
    /*border-right: 1px solid #ffffff;*/
  }
  
  @media (max-width: 992px) {
    .hp-hero > .hp-hero__content {
      padding: 2rem 3rem;
      border-right:none;
    }
  }
  
  @media (max-width: 768px) {
    .hp-hero > .hp-hero__content {
      padding: 1rem;
      position: static;
      top: initial;
      left: initial;
      bottom: initial;
      width: 100%;
      background: #ffffff;
    }
  }
  
  .hp-hero__bg {
    display: block;
    width: 100%;
    height: auto;
  }
  
  @media (min-width: 768px) {
    .hp-hero__bg {
      display: none;
    }
  }
  
  .hp-hero__header {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  
  .hp-hero__header h1 {
    font-size: calc(1rem + 2vw);
    font-weight: 300;
    text-shadow: none;
  }
  
  @media (min-width: 1200px) {
    .hp-hero__header h1 {
      font-size: 3.5;
    }
  }
  
  @media (max-width: 768px) {
    .hp-hero__header h1 {
      font-size: calc(1.5rem + 3vw);
    }
  }
  
  @media (max-width: 768px) {
    .hp-hero__header h1 {
      line-height: 1.125em;
      color: #06890d;
      margin-bottom: 30px;
    }
  }
  
  .hp-hero__header h1 strong {
    font-weight: 700;
  }
  
  @media (max-width: 768px) {
    .hp-hero__header {
      padding: 1.5rem 1rem 1.5rem 0;
    }
    .hp-hero__header br {
      display: none;
    }
  }
  
  .hp-hero__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .hp-hero__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding: 15px 0;
  }
  
  @media (max-width: 768px) {
    .hp-hero__link {
      padding: 30px;
      width: 100%;
      margin-bottom: 15px;
      background-image: -webkit-gradient(linear, right top, left top, from(#86BF3F), to(#3DA143));
      background-image: -webkit-linear-gradient(right, #86BF3F 0%, #3DA143 100%);
      background-image: -o-linear-gradient(right, #86BF3F 0%, #3DA143 100%);
      background-image: linear-gradient(270deg, #86BF3F 0%, #3DA143 100%);
    }
  }
  
  .hp-hero__link span {
    padding-left: 10px;
    color: #ffffff;
    font-size: 1.5rem;
  }
  
  @media (max-width: 992px) {
    .hp-hero__link span {
      font-size: 1.25rem;
    }
  }
  
  .hp-hero__link img {
    display: block;
    margin: 0;
    height: auto;
    width: 70px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  
  @media (max-width: 992px) {
    .hp-hero__link img {
      width: 75px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75px;
              flex: 0 0 75px;
    }
  }
  
  @media (max-width: 768px) {
    .hp-hero__link img {
      width: 60px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
              flex: 0 0 60px;
    }
  }
  
  .hp-hero__link .ico-normal {
    display: block;
  }
  
  .hp-hero__link .ico-hover {
    display: none;
  }
  
  .hp-hero__link:hover {
    text-decoration: none;
  }
  
  .hp-hero__link:hover span {
    color: #ffffff;
    text-decoration: underline;
  }
  
  .hp-hero__link:hover .ico-normal {
    display: none;
  }
  
  .hp-hero__link:hover .ico-hover {
    display: block;
  }

  .content-area[role="main"].content-area--alt{
      padding-bottom: 0;
      padding: 0 3rem 0;
  }
  
  @media (max-width: 768px) {

    .content-area[role="main"].content-area--alt{
      padding: 1rem;
    }
  }
  
  .content-area--alt h4 {
    color: #000000;
    font-size: 2rem;
  }
  
  @media (max-width: 768px) {
    .content-area--alt h4 {
      font-size: 1.75rem;
      margin: 0;
    }
  }

  .content-area--alt .about-section h3 {
	color: #01890C;
	font-size: 1.75rem;
	padding: 0;
  }
  
  .content-area--alt h5 {
    margin: 0 0 5px;
    font-size: 1.5rem;
    font-weight: 600;
  }
  
  @media (max-width: 768px) {
    .content-area--alt h5 {
      font-size: 1.5rem;
      margin: 0 0 15px;
    }
  }
  
  .content-area--alt h5 + p {
    margin: 0 0 5px;
  }
  
  @media (max-width: 768px) {
    .content-area .column-reverse-md {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
    }
  }
  
  .button.button-primary {
    margin-right: 0;
    padding: 1rem 3rem 1rem 1.5rem;
    text-decoration: none;
  }

  .name-container .button.button-primary {
    margin-right: 0;
    padding: 1rem 1rem 1rem 1.5rem !important;
    text-decoration: none;
  }
  
  .button.button-primary::after {
    content: '';
    /* background-color: transparent; */
    background-image: url("https://parkview.live.merge-digital.com/assets/_img/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    /* right: 0; */
  }
  
  .stay-informed {
    display: block;
    text-align: left;
    background: #ec6c21;
    padding: 1.5rem 2rem;
    color: #ffffff;
  }
  
  @media (max-width: 768px) {
    .stay-informed {
      background: transparent;
      color: #000000;
      padding: 2rem 0;
    }
  }
  
  .stay-informed h4 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
  }
  
  @media (max-width: 768px) {
    .stay-informed h4 {
      color: #06890d;
      font-size: 1.25rem;
      margin-bottom: 10px;
      font-weight: normal;
    }
  }
  
  .stay-informed p {
    font-weight: normal;
    text-align: left;
    font-size: 1.25rem;
    margin: 0;
    font-weight: 300;
  }
  
  @media (max-width: 768px) {
    .stay-informed p {
      margin-bottom: 10px;
      font-size: 1rem;
    }
  }
  
  .stay-informed .button {
    text-decoration: none;
    padding: 0.75rem 1rem;
    font-size: .875rem;
    font-weight: bold;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin: 5px;
  }
  
  .stay-informed .button--orange-alert {
    background: #ffffff;
    border: none;
    color: #06800d;
    font-weight: 500;
    font-size: 1.125rem;
  }
  
  .stay-informed .button--orange-alert:hover {
    background-color: #f2f5f7;
    color: #06800d;
  }
  
  @media (max-width: 768px) {
    .stay-informed .button--orange-alert {
      display: block;
      background: transparent;
      margin: 0;
      padding: 1rem 0;
      color: #06890d;
      font-size: 1rem;
      width: 100%;
    }
    .stay-informed .button--orange-alert:hover {
      background: transparent;
      color: #06890d;
      text-decoration: underline;
    }
    .stay-informed .button--orange-alert:after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      border-top: solid 3px #06890d;
      border-right: solid 3px #06890d;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-left: 15px;
    }
  }
@media( min-width : 768px) {
    .about-section.full-width-cta {
        margin: 4rem -3rem 0;
        padding: 0;
    }
}
.modal::before {
	content: "";
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 0;
}

.modal-backdrop{
  display: none;
}

.content-area--alt .content-cta .container{
    padding-left: 0;
    padding-right: 0;
    max-width: initial;
}

.content-area--alt .content-cta a{
    font-weight: 600;
}

.content-area--alt + .contact-banner{
    display: none;
}

.divFindADoctorResults .search-hero input,
.divFindADoctorResults .search-hero select{
    min-height:  60px !important;
}

a[name="PageTop"] {
	display: inline;
    }

.divFindADoctor ~ .content-cta  {
    background: #f7fbf2 !important;
    padding-bottom: 30px;
}

.divFindADoctor ~ .content-cta .card-banner{
    padding: 2rem 3rem;
}
.divFindADoctor ~ .content-cta .card-banner .button{
    font-size: 1.125rem;
    font-weight: 300;
}

/* list icon updates */
@media(min-width : 768px) {

    .c-icon-card-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }

    .c-icon-card-list__item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
        height: 100%;
        padding: 30px 15px;
    }

    .c-icon-card__header {
        flex: 0 0 60px;
        margin: 0 0 5px;
    }

    .c-icon-card__header img {
        display: block;
        margin: auto;
        height: 60px !important;
        width: auto !important;
        pointer-events: none;
    }

    .c-icon-card__body {
        display: flex;
        width: 100%;
        flex-wrap: wrap !important;
        flex: 1;
        min-height: 90px;
    }

    .c-icon-card__body p {
        width: 100%;
    }

    .c-icon-card__link:hover~.c-icon-card__header img {
        transform: translateY(-10px) scale(1.05, 1.05);
    }
}

.care-modal {
    background: transparent;
    position: relative;
}

    .care-modal .close {
        border: none;
        color: #3ea144;
        display: block;
        position: absolute;
        font-size: 54px;
        right: 30px;
        top: 20px;
        padding: 0;
        width: 40px;
        height: 46px;
        line-height: 0em;
        background: white;
    }

    .care-modal .modal-title {
        color: #3e3d40;
        text-align: center;
        font-weight: normal;
    }

    .care-modal .modal-body h3 {
        text-align: center;
        color: #3e3d40;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 26px;
    }

    .care-modal .modal-body p {
        color: #3e3d40;
        font-weight: 300;
        text-align: center;
    }

#care-modal .care-modal .modal-body p a {
    display: block;
    width: 100%;
    border: solid 1px #8ec891;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    margin-top: 30px;
    font-weight: 700;
}

.care-modal .modal-body p a:hover {
    color: #fff;
    background: #359d3b;
    border-color: #359d3b;
}


:root {
    --color-brand: #01890C;
    --color-primary-accent: #EC6C21;
    --color-secondary-accent: #8EC54A;
    --color-body-text: #495057;
    --color-body-text-dark: #014A07;
    --color-text-link: #01890C;
    --bg-subtle: #F7F8F8;
    --bg-gradient: linear-gradient(297.32deg, #8EC54A -.74%, #01890C 57.87%);
    --font-heading: Montserrat, sans-serif;
    --font-body: Montserrat, sans-serif;
}

@media (min-width: 50em) {
    input[type=button] {
        min-width: auto;
        width: auto;
    }
}

input[type=button],
input[type=button].primary,
input[type=button].secondary,
.btn-primary,
.btn-secondary,
button {
    background: var(--color-brand);
    border: 1px solid var(--color-brand);
    border-radius: 56px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 auto;
    min-width: 186px;
    padding: 14px 30px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}

    input[type=button]:visited,
    input[type=button]:visited.primary,
    input[type=button]:visited.secondary,
    .btn-secondary:visited {
        color: var(--color-brand);
    }

    .btn-primary:visited {
        color: #fff;
    }

    input[type=button]:hover,
    input[type=button]:hover.primary,
    input[type=button]:hover.secondary,
    .btn-primary:hover,
    .btn-secondary:hover,
    button {
        background: #fff;
        border: 1px solid var(--color-brand);
        border-radius: 56px;
        color: var(--color-body-text-dark);
        text-decoration: none;
    }

        input[type=button]:hover:invalid,
        input[type=button]:hover.primary:invalid,
        input[type=button]:hover.secondary:invalid,
        .btn-primary:hover:invalid,
        .btn-secondary:hover:invalid,
        button:invalid {
            border-color: #E1463C;
        }

    input[type=button]:focus,
    input[type=button]:focus.primary,
    input[type=button]:focus.secondary,
    .btn-primary:focus,
    .btn-secondary:focus {
        border-color: var(--color-body-text-dark);
    }

    input[type=button].secondary,
    .btn-secondary {
        background: #fff;
        border: 1px solid var(--color-brand);
        color: var(--color-brand);
    }

        input[type=button].secondary:hover,
        .btn-secondary:hover {
            color: #fff;
            background: var(--color-brand);
        }